.rewards-hero {
  padding: 62px 0 92px;
  overflow: hidden;
}
.rewards-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 72px;
  align-items: center;
}
.rewards-hero h1 {
  max-width: 720px;
  margin: 19px 0 24px;
  font-size: clamp(56px, 6.4vw, 88px);
}
.rewards-hero h1 span {
  color: var(--green-600);
}
.rewards-actions {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}
.rewards-note {
  margin-top: 18px;
  color: var(--muted);
  font-size: 11px;
}
.rewards-preview {
  position: relative;
  min-height: 540px;
}
.rewards-preview:after {
  content: "Illustrative app preview";
  position: absolute;
  z-index: 4;
  right: 18px;
  bottom: 16px;
  padding: 7px 10px;
  border: 1px solid rgba(6, 63, 43, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  backdrop-filter: blur(8px);
}
.rewards-orbit {
  position: absolute;
  inset: 0;
  border-radius: 45% 55% 52% 48%;
  background: linear-gradient(145deg, #dff5e9, #edf9f4);
  transform: rotate(-6deg);
}
.rewards-phone {
  position: absolute;
  z-index: 2;
  top: 8px;
  left: 50%;
  width: 304px;
  height: 540px;
  padding: 13px;
  transform: translateX(-50%) rotate(4deg);
  border: 5px solid #07271c;
  border-radius: 42px;
  background: #081d16;
  box-shadow: 0 35px 70px rgba(5, 54, 38, 0.24);
}
.rewards-screen {
  height: 100%;
  overflow: hidden;
  padding: 28px 17px 18px;
  border-radius: 27px;
  background: #f4f8f5;
}
.rewards-screen-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  font-weight: 800;
}
.rewards-screen-top img {
  width: 31px;
  height: 31px;
}
.rewards-welcome {
  margin: 20px 0 11px;
}
.rewards-welcome small {
  display: block;
  color: var(--muted);
  font-size: 9px;
}
.rewards-welcome strong {
  font: 800 20px "Manrope";
}
.xp-card {
  padding: 17px;
  border-radius: 17px;
  background: linear-gradient(135deg, var(--green-900), var(--green-700));
  color: white;
}
.xp-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.xp-card-head span {
  font-size: 9px;
  opacity: 0.75;
}
.xp-card-head b {
  font-size: 11px;
}
.xp-card h3 {
  margin: 10px 0 11px;
  font-size: 18px;
}
.xp-track {
  height: 6px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.17);
}
.xp-track i {
  display: block;
  width: 64%;
  height: 100%;
  border-radius: inherit;
  background: #74e5a9;
}
.xp-foot {
  display: flex;
  justify-content: space-between;
  margin-top: 7px;
  font-size: 8px;
  opacity: 0.78;
}
.rewards-screen-title {
  display: flex;
  justify-content: space-between;
  margin: 19px 1px 10px;
  font-size: 10px;
  font-weight: 800;
}
.mission-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  padding: 10px;
  border-radius: 13px;
  background: white;
  box-shadow: 0 5px 15px rgba(6, 63, 43, 0.05);
}
.mission-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: var(--green-100);
  color: var(--green-800);
  font-size: 15px;
  font-weight: 800;
}
.mission-copy {
  flex: 1;
}
.mission-copy b {
  display: block;
  font-size: 9px;
}
.mission-copy span {
  color: var(--muted);
  font-size: 7px;
}
.mission-pill {
  padding: 5px 7px;
  border-radius: 8px;
  background: var(--green-50);
  color: var(--green-700);
  font-size: 7px;
  font-weight: 800;
}
.reward-float {
  position: absolute;
  z-index: 3;
  padding: 14px 17px;
  border: 1px solid rgba(6, 63, 43, 0.08);
  border-radius: 16px;
  background: white;
  box-shadow: var(--shadow);
}
.reward-float small {
  display: block;
  color: var(--muted);
  font-size: 9px;
}
.reward-float strong {
  display: block;
  margin-top: 4px;
  font: 800 15px "Manrope";
}
.reward-float.vip {
  top: 70px;
  right: -3px;
}
.reward-float.rank {
  bottom: 75px;
  left: -24px;
}
.reward-float i {
  display: inline-grid;
  width: 27px;
  height: 27px;
  margin-right: 8px;
  place-items: center;
  border-radius: 9px;
  background: var(--green-100);
  color: var(--green-800);
  font-style: normal;
}
.reward-strip {
  border-block: 1px solid var(--line);
  background: white;
}
.reward-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.reward-strip-item {
  padding: 22px 24px;
  border-right: 1px solid var(--line);
}
.reward-strip-item:last-child {
  border: 0;
}
.reward-strip-item strong {
  display: block;
  font: 800 15px "Manrope";
}
.reward-strip-item span {
  color: var(--muted);
  font-size: 11px;
}
.rewards-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 38px;
}
.rewards-heading h2 {
  max-width: 760px;
  margin: 15px 0 0;
}
.rewards-heading .lead {
  max-width: 410px;
  margin: 0;
}
.reward-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.reward-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 590px;
  overflow: hidden;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(145deg, #fff, #fbfdfc);
  box-shadow: 0 10px 32px rgba(6, 63, 43, 0.035);
  transition:
    transform 0.25s,
    box-shadow 0.25s,
    border-color 0.25s;
}
.reward-card:hover {
  transform: translateY(-4px);
  border-color: #bcd9ca;
  box-shadow: 0 24px 52px rgba(6, 63, 43, 0.1);
}
.reward-card.featured {
  border-color: transparent;
  background: linear-gradient(145deg, #063e2c, #032c20);
  color: white;
  box-shadow: 0 22px 48px rgba(5, 54, 38, 0.18);
}
.reward-card.featured p {
  color: #b7cbc1;
}
.reward-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.reward-feature-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  background: var(--green-100);
  color: var(--green-800);
  font: 800 21px "Manrope";
}
.reward-card.featured .reward-feature-icon {
  background: rgba(255, 255, 255, 0.12);
  color: #9cf4c6;
}
.reward-card h3 {
  margin: 24px 0 10px;
  font-size: 34px;
  letter-spacing: -1.25px;
}
.reward-card p {
  max-width: 490px;
  min-height: 56px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}
.reward-card ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 20px;
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-weight: 700;
}
.reward-card li:before {
  content: "✓";
  margin-right: 9px;
  color: var(--green-600);
}
.reward-card.featured li:before {
  color: #75e9a9;
}
.reward-card-badge {
  padding: 9px 13px;
  border-radius: 999px;
  background: var(--green-50);
  color: var(--green-800);
  font-size: 11px;
  font-weight: 800;
}
.reward-card.featured .reward-card-badge {
  background: rgba(255, 255, 255, 0.1);
  color: #d6eee2;
}
.task-card {
  background: linear-gradient(145deg, #fff, #f6fcf8);
}
.vip-card {
  background: linear-gradient(145deg, #fff, #f7fbf4);
}
.invite-card {
  background: linear-gradient(145deg, #fff, #f8fcfb);
}
.reward-card:target {
  border-color: var(--green-600);
  box-shadow:
    0 0 0 4px rgba(6, 156, 101, 0.1),
    var(--shadow);
}
.reward-card-action {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-top: auto;
  padding: 18px 0 0;
  border: 0;
  border-top: 1px solid var(--line);
  background: transparent;
  color: var(--green-700);
  font-size: 14px;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}
.reward-card.featured .reward-card-action {
  border-top-color: rgba(255, 255, 255, 0.14);
  color: #8ef0bb;
}
.reward-card-action span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 10px;
  background: var(--green-50);
  transition: transform 0.18s;
}
.reward-card.featured .reward-card-action span {
  background: rgba(255, 255, 255, 0.1);
}
.reward-card-action:hover span {
  transform: translate(2px, -2px);
}
.reward-art {
  position: relative;
  margin: 18px 0 5px;
  overflow: hidden;
  border: 1px solid rgba(6, 63, 43, 0.08);
  border-radius: 22px;
  background: #f2f9f5;
  box-shadow: 0 14px 32px rgba(6, 63, 43, 0.08);
}
.reward-art img {
  display: block;
  width: 100%;
  height: auto;
}
.reward-art.dark-art {
  border-color: rgba(255, 255, 255, 0.12);
  background: #063e2c;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.2);
}
.app-feature-preview {
  margin: 18px 0 5px;
  padding: 14px;
  border: 1px solid #dce7e1;
  border-radius: 22px;
  background: #f8f8f4;
  box-shadow: 0 14px 32px rgba(6, 63, 43, 0.075);
}
.app-feature-preview h4 {
  margin: 0;
  font: 800 22px/1.15 "Manrope";
  letter-spacing: -0.6px;
}
.app-feature-preview p,
.reward-card .app-feature-preview p {
  min-height: 0;
  margin: 6px 0 0;
  font-size: 13px;
  line-height: 1.45;
}
.app-feature-hero {
  position: relative;
  overflow: hidden;
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, #075a3f, #0aaa6d);
  color: white;
}
.app-feature-hero:after,
.leaderboard-app-head:after {
  content: "";
  position: absolute;
  top: -45px;
  right: -34px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}
.app-feature-hero-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
}
.app-feature-hero-top b {
  display: grid;
  width: 54px;
  height: 42px;
  place-items: center;
  border-radius: 14px;
  background: #f8db62;
  color: #183527;
  font-size: 17px;
}
.app-feature-hero h4,
.app-feature-hero p {
  position: relative;
  z-index: 2;
  color: white;
}
.app-feature-hero p {
  max-width: 370px;
  color: #d6ece1 !important;
}
.app-feature-progress,
.vip-app-progress {
  height: 8px;
  margin-top: 14px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}
.app-feature-progress span {
  display: block;
  width: 61%;
  height: 100%;
  border-radius: inherit;
  background: #9ce8bd;
}
.app-feature-progress-label {
  display: flex;
  justify-content: space-between;
  margin-top: 7px;
  color: #d9eee4;
  font-size: 11px;
}
.app-feature-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 9px;
}
.app-feature-stats > div,
.vip-app-metrics > div {
  min-width: 0;
  padding: 11px;
  border: 1px solid #e0e8e4;
  border-radius: 14px;
  background: white;
}
.app-feature-stats span,
.vip-app-metrics span {
  display: block;
  color: #7a8982;
  font-size: 10px;
  font-weight: 700;
}
.app-feature-stats strong,
.vip-app-metrics strong {
  display: block;
  margin-top: 4px;
  overflow: hidden;
  color: #12251e;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.leaderboard-app-preview {
  padding: 0;
  overflow: hidden;
  border-color: #d4e5dc;
  background: #fff;
}
.leaderboard-app-head {
  position: relative;
  overflow: hidden;
  padding: 18px;
  background: linear-gradient(135deg, #075a3f, #0aaa6d);
  color: white;
}
.app-market-row {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 13px;
}
.app-market-row span,
.app-market-row b,
.app-market-chip {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #315347;
  font-size: 10px;
  font-weight: 800;
}
.leaderboard-app-head h4,
.leaderboard-app-head p {
  position: relative;
  z-index: 2;
  color: white;
}
.leaderboard-app-head p {
  color: #d4ebdf !important;
}
.leaderboard-app-metrics {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 8px;
  margin-top: 15px;
}
.leaderboard-app-metrics > div {
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
}
.leaderboard-app-metrics span {
  display: block;
  color: #bfe0d1;
  font-size: 10px;
}
.leaderboard-app-metrics strong {
  display: block;
  margin-top: 5px;
  font-size: 13px;
}
.leaderboard-app-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 10px;
}
.leaderboard-app-tabs span {
  padding: 10px;
  border-radius: 12px;
  color: #74847c;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}
.leaderboard-app-tabs .active {
  background: #e7f5ed;
  color: #075a3f;
}
.vip-app-preview {
  padding: 18px;
  background: linear-gradient(145deg, #fff, #f7faf7);
}
.vip-app-title {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
}
.vip-app-badge {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 17px;
  background: #f7d75d;
  color: #274032;
  font-size: 16px;
  font-weight: 800;
}
.vip-app-title h4 {
  font-size: 19px;
}
.vip-app-title p {
  color: #77877f;
  font-size: 11px;
}
.vip-app-title > b {
  padding: 7px 10px;
  border-radius: 999px;
  background: #eff8f3;
  color: #315347;
  font-size: 10px;
}
.vip-app-progress {
  background: #e8eeea;
}
.vip-app-progress span {
  display: block;
  width: 53%;
  height: 100%;
  border-radius: inherit;
  background: #078c5c;
}
.reward-card .vip-app-progress-copy {
  margin-top: 9px;
  color: #53675e;
  font-size: 11px;
  font-weight: 700;
}
.vip-app-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 13px;
}
.invite-app-preview {
  padding: 18px;
  background: linear-gradient(145deg, #fff, #f4faf6);
}
.invite-app-preview h4 {
  margin-top: 11px;
}
.invite-app-preview > p {
  color: #6b7d74;
}
.invite-code-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
  padding: 13px;
  border: 1px solid #e0e8e4;
  border-radius: 15px;
  background: white;
}
.invite-code-row span {
  display: block;
  color: #7b8983;
  font-size: 10px;
  font-weight: 700;
}
.invite-code-row strong {
  display: block;
  margin-top: 4px;
  font-size: 14px;
}
.invite-code-row > b {
  padding: 10px 14px;
  border-radius: 999px;
  background: #078c5c;
  color: white;
  font-size: 11px;
}
.invite-app-actions {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 8px;
  margin-top: 10px;
}
.invite-app-actions span {
  padding: 11px;
  border: 1px solid #dce6e1;
  border-radius: 13px;
  background: white;
  color: #087b51;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}
.invite-app-actions span:first-child {
  border-color: #1268f3;
  background: #1268f3;
  color: white;
}
.reward-mini {
  height: 126px;
  margin: 11px 0 0;
  padding: 15px;
  border: 1px solid rgba(6, 63, 43, 0.07);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
.task-mini-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 8px;
  font-weight: 700;
}
.task-mini-head b {
  color: var(--green-700);
}
.task-mini-row {
  display: grid;
  grid-template-columns: 24px 1fr auto;
  gap: 8px;
  align-items: center;
  margin-top: 6px;
  color: var(--ink);
  font-size: 8px;
  font-weight: 700;
}
.task-mini-row i {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 7px;
  background: var(--green-50);
  color: var(--green-700);
  font-style: normal;
}
.task-mini-row em {
  color: var(--muted);
  font-size: 7px;
  font-style: normal;
}
.task-mini-row.done em {
  color: var(--green-600);
}
.task-mini-progress {
  height: 4px;
  margin: 9px 0 0 32px;
  border-radius: 999px;
  background: var(--green-100);
}
.task-mini-progress span {
  display: block;
  width: 64%;
  height: 100%;
  border-radius: inherit;
  background: var(--green-600);
}
.leaderboard-mini {
  position: relative;
  padding: 12px 15px 0;
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: none;
}
.leaderboard-tabs {
  display: flex;
  width: max-content;
  padding: 3px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.12);
}
.leaderboard-tabs span {
  padding: 5px 10px;
  border-radius: 6px;
  color: #9db8ab;
  font-size: 7px;
  font-weight: 800;
}
.leaderboard-tabs .active {
  background: rgba(255, 255, 255, 0.12);
  color: white;
}
.podium {
  height: 82px;
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 7px;
}
.podium-place {
  position: relative;
  width: 61px;
  display: grid;
  place-items: center;
  border-radius: 10px 10px 0 0;
  background: rgba(255, 255, 255, 0.09);
  color: #a9c7b9;
}
.podium-place.first {
  height: 68px;
  background: linear-gradient(
    180deg,
    rgba(117, 233, 169, 0.3),
    rgba(117, 233, 169, 0.1)
  );
  color: white;
}
.podium-place.second {
  height: 51px;
}
.podium-place.third {
  height: 42px;
}
.podium-place i {
  font: 800 12px "Manrope";
  font-style: normal;
}
.podium-place span {
  margin-top: 3px;
  font-size: 6px;
  opacity: 0.7;
}
.podium-place b {
  position: absolute;
  top: -15px;
  color: #75e9a9;
  font-size: 12px;
}
.vip-mini {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(135deg, #f4faef, #fff);
}
.vip-mini-copy {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
}
.vip-mini-copy span {
  color: var(--muted);
  font-size: 7px;
}
.vip-mini-copy strong {
  grid-row: span 2;
  color: var(--green-800);
  font: 800 18px "Manrope";
}
.vip-mini-copy em {
  margin-top: 3px;
  color: var(--ink);
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
}
.vip-mini-levels {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 6px;
  margin-top: 16px;
}
.vip-mini-levels i {
  display: grid;
  height: 23px;
  place-items: center;
  border-radius: 7px;
  background: #edf2ee;
  color: #87958e;
  font-size: 7px;
  font-style: normal;
  font-weight: 800;
}
.vip-mini-levels i.done {
  background: var(--green-100);
  color: var(--green-800);
}
.vip-mini-levels i.current {
  background: var(--forest);
  color: white;
  box-shadow: 0 7px 15px rgba(6, 63, 43, 0.2);
}
.vip-mini-track {
  height: 4px;
  margin-top: 9px;
  border-radius: 999px;
  background: #e7eee9;
}
.vip-mini-track span {
  display: block;
  width: 47%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--green-600), #82d857);
}
.invite-mini {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  background: radial-gradient(circle at 35% 50%, #effaf4, #fff 60%);
}
.invite-network {
  position: relative;
  height: 88px;
}
.invite-network > i {
  position: absolute;
  top: 43px;
  left: 37px;
  width: 116px;
  height: 1px;
  background: var(--green-100);
  transform: rotate(-5deg);
}
.invite-person {
  position: absolute;
  z-index: 2;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 3px solid white;
  border-radius: 50%;
  background: var(--green-100);
  color: var(--green-800);
  box-shadow: 0 7px 15px rgba(6, 63, 43, 0.1);
  font-size: 7px;
  font-weight: 800;
}
.invite-person.host {
  top: 27px;
  left: 15px;
  width: 38px;
  height: 38px;
  background: var(--forest);
  color: white;
}
.invite-person.friend-one {
  top: 5px;
  left: 105px;
}
.invite-person.friend-two {
  top: 49px;
  left: 137px;
}
.invite-person.friend-three {
  top: 28px;
  left: 192px;
  background: #edf8f2;
}
.invite-status {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 8px 10px;
  border-radius: 10px;
  background: var(--green-50);
  color: var(--green-800);
  font-size: 7px;
  font-weight: 800;
  white-space: nowrap;
}
.invite-status b {
  display: grid;
  width: 17px;
  height: 17px;
  place-items: center;
  border-radius: 6px;
  background: white;
}
.vip-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 82% 18%,
      rgba(48, 191, 126, 0.11),
      transparent 25%
    ),
    linear-gradient(135deg, #edf8f2, #fbfdfb 66%);
}
.vip-layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(54px, 6vw, 92px);
  align-items: center;
}
.vip-copy {
  max-width: 570px;
}
.vip-copy h2 {
  margin: 18px 0 20px;
  font-size: clamp(46px, 5vw, 68px);
  line-height: 1.02;
  letter-spacing: -2.4px;
}
.vip-copy .lead {
  max-width: 540px;
  font-size: 18px;
  line-height: 1.72;
}
.vip-levels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.vip-level {
  position: relative;
  display: flex;
  min-height: 190px;
  overflow: hidden;
  padding: 21px;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 34px rgba(6, 63, 43, 0.055);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}
.vip-level:hover {
  transform: translateY(-4px);
  border-color: #b7d8c8;
  box-shadow: 0 20px 42px rgba(6, 63, 43, 0.1);
}
.vip-level.featured {
  border-color: #0b7553;
  background: linear-gradient(145deg, #075239, #073b2c);
  color: white;
  box-shadow: 0 24px 48px rgba(4, 64, 44, 0.22);
}
.vip-level.featured:hover {
  transform: translateY(-4px);
}
.vip-level-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 28px;
}
.vip-tier {
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #dff4e9;
  color: #07583e;
  font: 800 13px "Manrope";
  letter-spacing: 0.25px;
}
.vip-stage {
  color: #71847a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.45px;
  text-transform: uppercase;
}
.vip-level > strong {
  display: block;
  color: #112c22;
  font: 800 19px/1.25 "Manrope";
  letter-spacing: -0.35px;
}
.vip-level > p {
  margin: 8px 0 19px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}
.vip-level-foot {
  display: block;
  margin-top: auto;
  padding-top: 13px;
  border-top: 1px solid #e6eee9;
  color: #456157;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.35px;
  text-transform: uppercase;
}
.vip-level.featured .vip-tier {
  background: #79e1ab;
  color: #073b2c;
}
.vip-level.featured .vip-stage,
.vip-level.featured > p {
  color: #bcd5c9;
}
.vip-level.featured > strong {
  color: white;
}
.vip-level.featured .vip-level-foot {
  border-color: rgba(255, 255, 255, 0.13);
  color: #86e6b5;
}
.accuracy-note {
  margin-top: 28px;
  padding: 20px 22px;
  border: 1px solid rgba(6, 156, 101, 0.13);
  border-left: 4px solid var(--green-600);
  border-radius: 0 16px 16px 0;
  background: rgba(255, 255, 255, 0.82);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
  box-shadow: 0 12px 28px rgba(6, 63, 43, 0.04);
}
.accuracy-note strong {
  color: var(--ink);
}
.rewards-cta {
  padding: 80px 0;
}
.rewards-cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 55px 60px;
  border-radius: 30px;
  background: var(--forest);
  color: white;
}
.rewards-cta-box h2 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(38px, 5vw, 58px);
}
.rewards-cta-box p {
  margin: 12px 0 0;
  color: #b8cec4;
}
.rewards-cta-box .button {
  flex: none;
}
.rewards-faq-section {
  background: white;
}
.rewards-faq-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
  align-items: start;
}
.rewards-faq-intro {
  position: sticky;
  top: 28px;
}
.rewards-faq-intro h2 {
  margin: 16px 0;
  font-size: clamp(38px, 4.5vw, 58px);
}
.rewards-faq-intro .button {
  margin-top: 12px;
}
.reward-detail-modal {
  display: none;
  position: fixed;
  z-index: 110;
  inset: 0;
  padding: 20px;
  place-items: center;
  overflow: auto;
  background: rgba(3, 30, 20, 0.68);
  backdrop-filter: blur(10px);
}
.reward-detail-modal.open {
  display: grid;
}
.reward-detail-dialog {
  position: relative;
  display: flex;
  flex-direction: column;
  width: min(920px, 100%);
  height: min(820px, calc(100vh - 40px));
  overflow: hidden;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 28px;
  background: white;
  box-shadow: 0 35px 100px rgba(0, 30, 20, 0.3);
}
.reward-detail-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: white;
  color: var(--ink);
  font-size: 22px;
  cursor: pointer;
}
.reward-detail-head {
  flex: none;
  padding: 2px 58px 18px 2px;
  border-bottom: 1px solid #e7eeea;
}
.reward-detail-head h2 {
  margin: 14px 0 8px;
  font-size: 46px;
  letter-spacing: -1.8px;
}
.reward-detail-head p {
  max-width: 750px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}
.reward-detail-body {
  flex: 1;
  min-height: 0;
  overflow: auto;
  padding: 18px 8px 2px 2px;
  scrollbar-color: #9eb8ab transparent;
  scrollbar-width: thin;
}
.reward-detail-summary {
  position: relative;
  overflow: hidden;
  padding: 22px;
  border-radius: 22px;
  background: linear-gradient(135deg, #075a3f, #0aa86c);
  color: white;
}
.reward-detail-summary:after {
  content: "";
  position: absolute;
  top: -75px;
  right: -36px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}
.reward-detail-summary-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #d5eee2;
  font-size: 12px;
  font-weight: 700;
}
.reward-detail-summary-top b {
  padding: 7px 10px;
  border-radius: 999px;
  background: #f5da67;
  color: #2c4437;
  font-size: 10px;
}
.reward-detail-summary h3 {
  position: relative;
  z-index: 2;
  max-width: 620px;
  margin: 13px 0 17px;
  color: white;
  font-size: 27px;
  letter-spacing: -0.9px;
}
.reward-detail-chips {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.reward-detail-chips span {
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  color: #e1f3ea;
  font-size: 11px;
  font-weight: 700;
}
.reward-guide-sections {
  display: grid;
  gap: 11px;
  margin-top: 14px;
}
.reward-guide-sections article {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 18px 20px 18px 24px;
  border: 1px solid #e0e9e4;
  border-radius: 17px;
  background: white;
  box-shadow: 0 7px 18px rgba(6, 63, 43, 0.035);
}
.reward-guide-sections article::before {
  position: absolute;
  top: 19px;
  bottom: 19px;
  left: 0;
  width: 4px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, var(--green-500), var(--green-800));
  content: "";
}
.reward-guide-sections small {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  margin-bottom: 9px;
  padding: 4px 9px;
  border: 1px solid #dcebe4;
  border-radius: 999px;
  background: #f3faf6;
  color: var(--green-800);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.55px;
  text-transform: uppercase;
}
.reward-guide-sections h3 {
  margin: 0 0 6px;
  color: #132d23;
  font-size: 18px;
  letter-spacing: -0.25px;
}
.reward-guide-sections p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}
.reward-guide-flow {
  margin-top: 14px;
  padding: 19px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fafbf8;
}
.reward-guide-flow-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.reward-guide-flow-head strong {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.reward-guide-flow-head span {
  color: var(--muted);
  font-size: 11px;
}
.reward-guide-flow ol {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}
.reward-guide-flow ol::before {
  position: absolute;
  top: 9px;
  right: 11%;
  left: 11%;
  height: 2px;
  background: #d8e7df;
  content: "";
}
.reward-guide-flow li {
  position: relative;
  display: block;
  min-height: 0;
  padding: 0 6px;
  color: #41584e;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}
.reward-guide-flow li::before {
  position: relative;
  z-index: 1;
  display: block;
  width: 12px;
  height: 12px;
  margin: 4px auto 13px;
  border: 3px solid #e2f3ea;
  border-radius: 50%;
  background: var(--green-600);
  box-shadow: 0 0 0 3px white;
  content: "";
}
.reward-detail-actions {
  flex: none;
  display: flex;
  gap: 10px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #e7eeea;
}
.reward-detail-actions .button {
  min-height: 52px;
  padding-inline: 22px;
  font-size: 14px;
}
.reward-detail-footnote {
  flex: none;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 10px;
  text-align: center;
}
@media (max-width: 920px) {
  .rewards-hero-grid,
  .vip-layout {
    grid-template-columns: 1fr;
  }
  .rewards-hero-grid {
    gap: 38px;
  }
  .rewards-preview {
    max-width: 600px;
    width: 100%;
    margin: auto;
  }
  .reward-float.vip {
    right: 15px;
  }
  .reward-float.rank {
    left: 10px;
  }
  .reward-strip-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .reward-strip-item:nth-child(2) {
    border-right: 0;
  }
  .reward-strip-item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
  .rewards-heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .rewards-cta-box {
    align-items: flex-start;
    flex-direction: column;
  }
  .rewards-faq-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .rewards-faq-intro {
    position: static;
  }
}
@media (max-width: 620px) {
  .rewards-hero {
    padding: 38px 0 68px;
  }
  .rewards-hero h1 {
    font-size: 52px;
  }
  .rewards-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .rewards-actions .button {
    width: 100%;
  }
  .rewards-preview {
    min-height: 490px;
  }
  .rewards-phone {
    width: 264px;
    height: 480px;
  }
  .reward-float {
    padding: 11px 13px;
  }
  .reward-float.vip {
    right: -4px;
    top: 45px;
  }
  .reward-float.rank {
    left: -5px;
    bottom: 45px;
  }
  .reward-strip-item {
    padding: 18px 14px;
  }
  .reward-cards {
    grid-template-columns: 1fr;
  }
  .reward-card {
    min-height: 0;
    padding: 26px;
  }
  .reward-card h3 {
    font-size: 30px;
  }
  .reward-card p {
    min-height: 0;
    font-size: 15px;
  }
  .reward-card ul {
    font-size: 13px;
  }
  .reward-card-badge {
    font-size: 10px;
  }
  .vip-layout {
    gap: 38px;
  }
  .vip-levels {
    grid-template-columns: 1fr;
  }
  .vip-level.featured {
    transform: none;
  }
  .vip-level {
    min-height: 176px;
  }
  .rewards-cta {
    padding: 60px 0;
  }
  .rewards-cta-box {
    padding: 35px 25px;
  }
  .rewards-cta-box .button {
    width: 100%;
  }
  .reward-detail-modal {
    padding: 10px;
  }
  .reward-detail-dialog {
    height: calc(100vh - 20px);
    padding: 46px 18px 18px;
    border-radius: 22px;
  }
  .reward-detail-head {
    padding-bottom: 15px;
    padding-right: 0;
  }
  .reward-detail-head h2 {
    font-size: 36px;
  }
  .reward-detail-head p {
    font-size: 14px;
  }
  .reward-detail-body {
    padding-top: 14px;
  }
  .reward-detail-summary {
    padding: 18px;
    border-radius: 18px;
  }
  .reward-detail-summary h3 {
    font-size: 23px;
  }
  .reward-guide-sections article {
    padding: 16px 17px 16px 21px;
  }
  .reward-guide-sections h3 {
    font-size: 16px;
  }
  .reward-guide-sections p {
    font-size: 13px;
  }
  .reward-guide-flow ol {
    grid-template-columns: 1fr;
    gap: 13px;
    margin-top: 17px;
  }
  .reward-guide-flow ol::before {
    top: 7px;
    right: auto;
    bottom: 7px;
    left: 6px;
    width: 2px;
    height: auto;
  }
  .reward-guide-flow li {
    display: grid;
    grid-template-columns: 14px 1fr;
    gap: 11px;
    padding: 0;
    text-align: left;
  }
  .reward-guide-flow li::before {
    width: 11px;
    height: 11px;
    margin: 1px 0 0;
  }
  .reward-guide-flow-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
  .reward-detail-actions {
    flex-direction: column;
  }
  .reward-detail-actions .button {
    width: 100%;
  }
}
