:root {
  --bg: #050609;
  --surface: #10151a;
  --surface-2: #171c20;
  --cream: #fff6e8;
  --text: #fff8ef;
  --muted: rgba(255, 248, 239, 0.72);
  --soft: rgba(255, 248, 239, 0.52);
  --line: rgba(255, 248, 239, 0.14);
  --line-strong: rgba(255, 204, 113, 0.34);
  --gold: #f6c96f;
  --orange: #ff7a35;
  --red: #ff4738;
  --green: #21c884;
  --green-dark: #0d3a2a;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
}

@property --guide-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 0;
  overflow-x: clip;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 6%, rgba(255, 122, 53, 0.17), transparent 30%),
    radial-gradient(circle at 85% 18%, rgba(33, 200, 132, 0.14), transparent 30%),
    linear-gradient(180deg, #050609, #080b0f 48%, #050609);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
  top: 0 !important;
}

.skiptranslate,
iframe.skiptranslate,
iframe.goog-te-banner-frame,
#goog-gt-tt,
#goog-gt-vt,
.goog-te-balloon-frame,
.goog-tooltip,
.goog-tooltip:hover,
.goog-text-highlight {
  display: none !important;
  visibility: hidden !important;
}

body *,
body *::before,
body *::after {
  min-width: 0;
  overflow-wrap: break-word;
}

body.modal-open {
  overflow: hidden;
}

body.modal-open > .topbar,
body.modal-open > main {
  visibility: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

.topbar,
main {
  width: min(1480px, calc(100vw - 48px));
  margin: 0 auto;
}

.topbar {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  overflow: visible;
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand-logo {
  width: 250px;
  height: 52px;
  display: block;
  object-fit: contain;
}

nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 8px;
  font-size: 14px;
  font-weight: 850;
}

nav a,
.nav-action,
.nav-my {
  position: relative;
  isolation: isolate;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 9px 13px;
}

.nav-action {
  color: #15100b;
  background: linear-gradient(135deg, #ff4b39, #ff9b43 60%, #ffd36d);
  cursor: pointer;
}

nav a:hover,
.nav-my:hover {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.07);
}

.nav-my svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body[data-page="home"] .account-center {
  display: none;
}

body[data-page="account"] main > section:not(.account-center),
body[data-page="account"] main > footer {
  display: none;
}

body[data-page="account"] main {
  min-height: calc(100vh - 90px);
  display: grid;
  align-items: start;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 690px;
  margin-bottom: 18px;
  font-size: 60px;
  line-height: 1.02;
  font-weight: 950;
  text-wrap: normal;
}

h2 {
  margin-bottom: 14px;
  font-size: 42px;
  line-height: 1.02;
  font-weight: 930;
  text-wrap: normal;
}

h3 {
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 1.1;
  font-weight: 900;
}

p {
  color: var(--muted);
  font-size: 16px;
}

.lede {
  max-width: 610px;
  font-size: 19px;
}

.hero-carousel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(460px, 0.96fr) minmax(0, 1.04fr);
  align-items: stretch;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background:
    linear-gradient(105deg, rgba(255, 246, 232, 0.98) 0%, rgba(255, 220, 170, 0.96) 38%, rgba(255, 122, 53, 0.94) 68%, rgba(168, 47, 30, 0.95) 100%);
  box-shadow: var(--shadow);
}

.hero-visual-window {
  grid-column: 1;
  grid-row: 1;
  position: relative;
  overflow: hidden;
  min-height: 620px;
}

.hero-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 680ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.hero-track.no-transition {
  transition: none;
}

.hero-slide {
  flex: 0 0 100%;
  min-height: 620px;
  height: 100%;
  color: #11100e;
}

.hero-visual {
  position: relative;
  min-height: 620px;
  height: 100%;
  background-color: rgba(255, 246, 232, 0.96);
  background-image: var(--hero-image, none);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 1180px) {
  .hero-visual {
    background-image: var(--hero-tablet-image, var(--hero-image, none));
  }
}

@media (max-width: 760px) {
  .hero-visual {
    background-image: var(--hero-mobile-image, var(--hero-tablet-image, var(--hero-image, none)));
  }
}

.hero-copy {
  grid-column: 2;
  grid-row: 1;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 54px 66px;
  color: #11100e;
}

.hero-copy .eyebrow {
  color: #7d2a16;
}

.hero-copy .lede,
.hero-copy p {
  color: rgba(17, 16, 14, 0.74);
}

.hero-nav {
  display: none;
}

.hero-dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 5;
  display: flex;
  gap: 9px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(17, 16, 14, 0.38);
  transform: translateX(-50%);
  backdrop-filter: blur(10px);
}

.hero-dot {
  width: 9px;
  height: 9px;
  min-height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.52);
}

.hero-dot.active {
  width: 24px;
  background: #11100e;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button,
.claim-form button {
  position: relative;
  isolation: isolate;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 20px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
  font-size: 15px;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
  user-select: none;
  transform: translateY(0);
  will-change: transform, box-shadow;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    opacity 180ms ease;
}

.primary,
.card-cta,
.claim-form button,
.whatsapp-open {
  border-color: transparent;
  color: #120e09;
  background: linear-gradient(135deg, #ff4738, #ff873b 52%, #ffd36d);
  box-shadow: 0 18px 45px rgba(255, 89, 55, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.36);
  animation: buttonGlow 3.4s ease-in-out infinite;
}

.secondary {
  color: #19110c;
  border-color: rgba(17, 16, 14, 0.22);
  background: rgba(255, 255, 255, 0.38);
}

.button::after,
.claim-form button::after,
.category-tab::after,
.nav-action::after {
  content: "";
  position: absolute;
  inset: 2px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.24), transparent);
  opacity: 0;
  transform: translateX(-18%);
  transition: opacity 180ms ease, transform 260ms ease;
}

@keyframes buttonGlow {
  0%, 100% {
    box-shadow: 0 18px 45px rgba(255, 89, 55, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.36);
  }
  50% {
    box-shadow: 0 22px 58px rgba(255, 129, 61, 0.42), 0 0 0 1px rgba(246, 201, 111, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.46);
  }
}

.button:focus-visible,
.claim-form button:focus-visible,
.category-tab:focus-visible,
.nav-action:focus-visible {
  outline: 3px solid rgba(246, 201, 111, 0.78);
  outline-offset: 3px;
}

.button:active,
.claim-form button:active,
.category-tab:active,
.nav-action:active {
  transform: translateY(1px) scale(0.965);
  filter: brightness(1.08);
}

.button:disabled,
.claim-form button:disabled,
.category-tab:disabled {
  cursor: not-allowed;
  opacity: 0.46;
  transform: none;
  box-shadow: none;
}

@media (hover: hover) and (pointer: fine) {
  .button:hover,
  .claim-form button:hover,
  .nav-action:hover,
  .category-tab:hover {
    transform: translateY(-3px) scale(1.035);
    border-color: rgba(246, 201, 111, 0.45);
    box-shadow: 0 26px 68px rgba(255, 89, 55, 0.44), 0 0 0 1px rgba(246, 201, 111, 0.26);
  }

  .secondary:hover,
  .category-tab:hover {
    background: rgba(255, 255, 255, 0.18);
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.28);
  }

  .button:hover::after,
  .claim-form button:hover::after,
  .category-tab:hover::after,
  .nav-action:hover::after {
    opacity: 1;
    transform: translateX(18%);
  }

  .reward-card:hover,
  .starter-product-card:hover {
    transform: translateY(-4px);
    border-color: rgba(246, 201, 111, 0.42);
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.36);
  }

  .reward-card:hover .reward-media img,
  .starter-product-card:hover .reward-media img {
    transform: scale(1.035);
  }
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 32px;
}

.hero-proof span {
  min-height: 74px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(17, 16, 14, 0.14);
  border-radius: 8px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.34);
  color: rgba(17, 16, 14, 0.68);
  font-size: 13px;
  font-weight: 760;
}

.hero-proof strong {
  color: #11100e;
  font-size: 16px;
}

.activity-strip,
.mechanism-grid,
.starter-zone,
.reward-section,
.faq-section,
.account-center,
.site-footer {
  margin-top: 46px;
}

.activity-strip {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 16px;
  overflow: hidden;
  border: 1px solid rgba(246, 201, 111, 0.26);
  border-radius: 10px;
  padding: 18px;
  background: linear-gradient(110deg, rgba(38, 18, 14, 0.92), rgba(8, 33, 25, 0.88));
}

.activity-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
}

.activity-head span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 920;
  text-transform: uppercase;
}

.activity-head strong {
  font-size: 20px;
}

.activity-marquee {
  overflow: hidden;
}

.activity-track {
  display: flex;
  gap: 12px;
  width: max-content;
  animation: marquee var(--activity-marquee-duration, 42s) linear infinite;
}

.activity-pill {
  min-width: 310px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 9px 14px 9px 9px;
  background: rgba(255, 255, 255, 0.07);
}

.activity-avatar {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #0b1711;
  background: linear-gradient(135deg, #f7d778, #21c884);
  font-weight: 950;
}

.activity-pill strong {
  display: block;
  font-size: 14px;
}

.activity-pill span {
  color: var(--muted);
  font-size: 12px;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.mechanism-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.mechanism-grid article,
.starter-zone,
.reward-section,
.faq-section,
.account-center,
.site-footer {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
  box-shadow: 0 18px 64px rgba(0, 0, 0, 0.26);
}

.mechanism-grid article {
  min-height: 190px;
  padding: 22px;
}

.mechanism-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 50%;
  color: #0b1510;
  background: linear-gradient(135deg, #21c884, #f6c96f);
  font-weight: 950;
}

.mechanism-grid h2 {
  margin-bottom: 8px;
  font-size: 22px;
}

.mechanism-grid p {
  margin-bottom: 0;
  font-size: 14px;
}

.starter-zone {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: stretch;
  gap: 28px;
  align-items: start;
  padding: 30px;
  border-color: rgba(246, 201, 111, 0.28);
  background:
    radial-gradient(circle at 92% 12%, rgba(246, 201, 111, 0.18), transparent 30%),
    linear-gradient(110deg, rgba(73, 28, 16, 0.94), rgba(11, 69, 47, 0.9)),
    #111;
}

.starter-copy {
  width: 100%;
  max-width: none;
  min-width: 0;
}

.starter-copy h2,
.starter-copy p:not(.eyebrow) {
  width: 100%;
  max-width: none;
  white-space: nowrap;
}

.starter-card {
  min-height: 260px;
  display: grid;
  align-content: center;
  justify-items: center;
  border: 1px solid rgba(246, 201, 111, 0.36);
  border-radius: 10px;
  background:
    radial-gradient(circle at 50% 30%, rgba(246, 201, 111, 0.34), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(0, 0, 0, 0.16));
}

.starter-card span,
.starter-card small {
  color: var(--muted);
  font-weight: 850;
}

.starter-card strong {
  color: #fff;
  font-size: 86px;
  line-height: 1;
}

.starter-products {
  width: 100%;
  max-width: none;
  justify-self: stretch;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.starter-product-card {
  min-width: 0;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 128px;
  border: 1px solid rgba(246, 201, 111, 0.28);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255, 248, 239, 0.14), rgba(255, 255, 255, 0.06));
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.22);
  transform: translateY(0);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.starter-product-card .reward-media {
  min-height: 0;
  aspect-ratio: 4 / 3;
  border-bottom: 1px solid rgba(255, 248, 239, 0.14);
}

.starter-product-card .reward-media img {
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.starter-product-meta {
  display: grid;
  grid-template-rows: 40px 22px 36px;
  align-content: start;
  gap: 7px;
  padding: 14px 10px 10px;
}

.starter-product-meta span {
  display: -webkit-box;
  overflow: hidden;
  color: #fff;
  font-size: 13px;
  font-weight: 880;
  line-height: 1.16;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.starter-product-meta strong {
  align-self: center;
  color: #f6c96f;
  font-size: 14px;
  font-weight: 950;
}

.starter-product-meta del {
  margin-right: 6px;
  color: var(--soft);
  font-size: 12px;
}

.starter-product-meta .button {
  width: 100%;
  min-height: 36px;
  padding: 8px 10px;
  font-size: 12px;
}

.reward-section {
  border-color: rgba(255, 248, 239, 0.13);
  padding: 30px;
  background:
    radial-gradient(circle at 88% 0%, rgba(33, 200, 132, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(18, 22, 24, 0.96), rgba(14, 15, 15, 0.94));
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.38fr);
  align-items: end;
  gap: 22px 42px;
  margin-bottom: 22px;
}

.section-head .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -6px;
}

.section-head h2 {
  max-width: 620px;
}

.section-head p:not(.eyebrow) {
  max-width: 430px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.45;
  justify-self: end;
}

.reward-section .section-head {
  display: block;
  max-width: 980px;
  margin-bottom: 22px;
}

.reward-section .section-head .eyebrow {
  margin-bottom: 14px;
}

.reward-section .section-head h2 {
  max-width: 1180px;
  font-size: 46px;
  line-height: 1;
  white-space: nowrap;
}

.reward-section .section-head p:not(.eyebrow) {
  max-width: 920px;
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.48;
  justify-self: auto;
  white-space: nowrap;
}

.category-tabs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 2px 0 16px;
  scroll-padding-inline: 16px;
  scrollbar-width: thin;
}

.category-tab {
  position: relative;
  isolation: isolate;
  flex: 0 0 auto;
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 18px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.05);
  font-weight: 880;
  cursor: pointer;
}

.category-tab[aria-selected="true"] {
  color: #11100e;
  border-color: transparent;
  background: linear-gradient(135deg, #f6c96f, #21c884);
}

.product-scroll-shell {
  position: relative;
  overflow: hidden;
  margin-inline: -4px;
  --product-scroll-arrow-top: 50%;
}

.product-scroll-shell::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 16px;
  z-index: 2;
  width: 86px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(14, 15, 15, 0.88));
  opacity: 0;
  transition: opacity 180ms ease;
}

.product-scroll-shell.has-overflow::after {
  opacity: 1;
}

.product-scroll-shell.at-scroll-end::after {
  opacity: 0;
}

.product-scroll-arrow {
  display: none;
}

@media (min-width: 1181px) {
  .product-scroll-shell.has-overflow .product-scroll-arrow {
    position: absolute;
    top: var(--product-scroll-arrow-top, 50%);
    z-index: 5;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(246, 201, 111, 0.54);
    border-radius: 999px;
    color: #ffe6a5;
    background:
      radial-gradient(circle at 34% 24%, rgba(255, 255, 255, 0.16), transparent 38%),
      linear-gradient(180deg, rgba(30, 34, 31, 0.9), rgba(13, 16, 15, 0.84));
    box-shadow:
      0 10px 22px rgba(0, 0, 0, 0.38),
      0 0 0 4px rgba(12, 15, 14, 0.46),
      inset 0 0 0 1px rgba(255, 255, 255, 0.07);
    font-size: 0;
    line-height: 0;
    padding: 0;
    cursor: pointer;
    transform: translateY(-50%);
    transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
  }

  .product-scroll-shell.has-overflow .product-scroll-arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='4' stroke-linecap='round' stroke-linejoin='round' d='M9 5l7 7-7 7'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='4' stroke-linecap='round' stroke-linejoin='round' d='M9 5l7 7-7 7'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  .product-scroll-prev {
    left: 14px;
  }

  .product-scroll-prev::before {
    transform: translate(-50%, -50%) scaleX(-1);
  }

  .product-scroll-next {
    right: 14px;
  }

  .product-scroll-next::before {
    transform: translate(-50%, -50%);
  }

  .product-scroll-shell.has-overflow .product-scroll-arrow:hover,
  .product-scroll-shell.has-overflow .product-scroll-arrow:focus-visible {
    border-color: rgba(246, 201, 111, 0.82);
    box-shadow:
      0 12px 26px rgba(0, 0, 0, 0.46),
      0 0 0 4px rgba(246, 201, 111, 0.16),
      inset 0 0 0 1px rgba(255, 255, 255, 0.09);
    transform: translateY(-50%) scale(1.06);
  }

  .product-scroll-shell.has-overflow .product-scroll-arrow:disabled {
    opacity: 0.28;
    pointer-events: none;
  }
}

.product-rows {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(2, minmax(382px, auto));
  grid-auto-columns: 345px;
  gap: 16px;
  overflow-x: auto;
  padding: 4px 4px 18px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  animation: nudgeScroll 9s ease-in-out 1.2s 2;
}

.product-rows.is-empty {
  display: block;
  overflow: visible;
  padding: 4px 4px 2px;
  animation: none;
}

.product-rows.is-empty .reward-card {
  width: min(100%, 320px);
  min-height: 184px;
}

.product-rows.is-empty .reward-body {
  justify-content: center;
}

@keyframes nudgeScroll {
  0%, 16%, 100% { scroll-behavior: auto; }
}

.reward-card {
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 248, 239, 0.16);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.045));
  transform: translateY(0);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.reward-media-wrap {
  position: relative;
  border-bottom: 1px solid rgba(255, 248, 239, 0.1);
}

.reward-media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(246, 201, 111, 0.18), rgba(33, 200, 132, 0.13)),
    #15181b;
}

.reward-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 220ms ease;
}

.reward-media.missing {
  display: grid;
  place-items: center;
}

.reward-media.missing::before {
  content: "";
  width: 78%;
  min-height: 86px;
  display: grid;
  place-items: center;
  border: 1px dashed rgba(255, 248, 239, 0.28);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.16);
}

.reward-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  border-radius: 999px;
  padding: 4px 8px;
  color: #0d1811;
  background: rgba(246, 201, 111, 0.92);
  border: 1px solid rgba(13, 24, 17, 0.12);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
}

.reward-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 15px 13px 13px;
}

.sponsor-name,
.reward-hint,
.progress-label {
  color: var(--soft);
  font-size: 10px;
  font-weight: 820;
  text-transform: uppercase;
}

.reward-body h3 {
  display: -webkit-box;
  overflow: hidden;
  min-height: 40px;
  margin: 7px 0 7px;
  font-size: 19px;
  line-height: 1.05;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.reward-body p {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 10px;
  font-size: 11.5px;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.reward-price {
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin-top: auto;
}

.reward-price del {
  color: var(--soft);
  font-size: 12px;
}

.reward-price strong {
  color: #fff;
  font-size: 20px;
  line-height: 1;
}

.value-progress {
  margin: 8px 0 9px;
}

.progress-track {
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.progress-fill {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #21c884, #f6c96f);
}

.progress-note {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 5px;
  color: var(--soft);
  font-size: 9.5px;
  font-weight: 750;
}

.progress-note span {
  min-width: 0;
}

.progress-note span:last-child {
  text-align: right;
}

.card-cta {
  width: 100%;
  margin-top: 4px;
  min-height: 40px;
  padding: 9px 12px;
  font-size: 13px;
}

.reward-actions {
  display: grid;
  grid-template-columns: minmax(82px, 0.72fr) minmax(0, 1.55fr);
  gap: 8px;
  margin-top: 4px;
}

.reward-actions .card-cta {
  margin-top: 0;
}

.card-detail {
  min-height: 40px;
  padding: 9px 10px;
  color: #f8f2e6;
  border: 1px solid rgba(246, 201, 111, 0.42);
  background: rgba(255, 255, 255, 0.06);
  font-size: 12px;
}

.card-detail:hover {
  border-color: rgba(246, 201, 111, 0.72);
  background: rgba(246, 201, 111, 0.12);
}

body[data-page="product"] .hero-carousel,
body[data-page="product"] .activity-strip,
body[data-page="product"] .mechanism-grid,
body[data-page="product"] .starter-zone,
body[data-page="product"] .reward-section,
body[data-page="product"] .faq-section,
body[data-page="product"] .account-center,
body[data-page="product"] .site-footer {
  display: none;
}

.product-detail-page {
  padding: 20px 28px 34px;
}

.product-detail-page[hidden] {
  display: none;
}

.product-detail-shell {
  display: grid;
  gap: 10px;
  max-width: 1180px;
  margin: 0 auto;
}

.product-detail-back {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  width: fit-content;
  min-height: 28px;
  padding: 5px 9px 5px 7px;
  border: 1px solid rgba(246, 201, 111, 0.32);
  border-radius: 999px;
  color: #f6c96f;
  background: rgba(255, 255, 255, 0.055);
  font-size: 11.5px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
}

.product-detail-back span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: #f6c96f;
  font-size: 0;
  line-height: 0;
}

.product-detail-back span::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 5px solid #11140f;
  transform: translateX(-0.5px);
}

.product-detail-back:hover {
  border-color: rgba(246, 201, 111, 0.64);
  background: rgba(246, 201, 111, 0.12);
}

.product-detail-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(360px, 1.08fr);
  gap: 14px;
  align-items: start;
  padding: 14px;
  border: 1px solid rgba(255, 248, 239, 0.16);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.045));
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.2);
}

.product-detail-block,
.product-detail-empty {
  border: 1px solid rgba(255, 248, 239, 0.16);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.045));
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.2);
}

.product-detail-media {
  overflow: hidden;
  margin: 0;
  border-radius: 8px;
  aspect-ratio: 1 / 1;
  background: rgba(0, 0, 0, 0.18);
}

.product-detail-media img,
.product-detail-media .reward-media {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.product-detail-summary-card {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 8px 8px 8px 4px;
}

.product-detail-summary-card h1 {
  margin: 8px 0 10px;
  color: #fff;
  font-size: 32px;
  line-height: 1.04;
  letter-spacing: 0;
}

.product-detail-summary-card p {
  margin: 0 0 14px;
  color: var(--soft);
  font-size: 14px;
  line-height: 1.48;
}

.product-detail-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 10px;
}

.product-detail-price del {
  color: var(--soft);
  font-size: 14px;
}

.product-detail-price strong {
  color: #fff;
  font-size: 28px;
  line-height: 1;
}

.product-detail-actions {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(108px, 0.8fr);
  gap: 10px;
  margin-top: 14px;
}

.product-detail-actions .button {
  min-height: 44px;
  font-size: 13px;
}

.product-detail-secondary {
  color: #f8f2e6;
  border: 1px solid rgba(246, 201, 111, 0.42);
  background: rgba(255, 255, 255, 0.06);
}

.product-detail-side-info {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 12px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 248, 239, 0.1);
}

.product-detail-mini-block h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 15px;
  line-height: 1.15;
}

.product-detail-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.product-detail-block,
.product-detail-empty {
  padding: 18px;
}

.product-detail-block h2,
.product-detail-empty h1 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 18px;
  line-height: 1.15;
}

.product-detail-block ul,
.product-detail-steps {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 18px;
  color: var(--soft);
  font-size: 13px;
  line-height: 1.45;
}

.product-detail-specs {
  display: grid;
  gap: 0;
}

.product-detail-specs div {
  display: grid;
  grid-template-columns: minmax(92px, 0.7fr) minmax(0, 1fr);
  gap: 10px;
  align-items: baseline;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 248, 239, 0.1);
}

.product-detail-specs span {
  color: var(--soft);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.product-detail-specs strong {
  color: #fff;
  font-size: 13px;
  line-height: 1.25;
}

.product-detail-note,
.product-detail-empty p {
  margin: 12px 0 0;
  color: var(--soft);
  font-size: 12px;
  line-height: 1.45;
}

@media (min-width: 1181px) {
  .product-detail-grid {
    gap: 22px;
  }

  .product-detail-media {
    aspect-ratio: 4 / 3;
  }

  .product-detail-summary-card {
    justify-content: center;
    padding: 4px 6px 4px 4px;
  }

  .product-detail-summary-card h1 {
    margin: 6px 0 8px;
    font-size: 28px;
    line-height: 1.05;
  }

  .product-detail-summary-card p {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.4;
  }

  .product-detail-price {
    gap: 8px;
    margin-top: 6px;
  }

  .product-detail-price strong {
    font-size: 26px;
  }

  .product-detail-actions {
    gap: 8px;
    margin-top: 10px;
  }

  .product-detail-actions .button {
    min-height: 40px;
    padding: 9px 12px;
    font-size: 12.5px;
    line-height: 1.1;
  }

  .product-detail-side-info {
    gap: 10px;
    margin-top: 12px;
    padding-top: 12px;
  }

  .product-detail-mini-block h2 {
    margin-bottom: 7px;
    font-size: 14px;
  }

  .product-detail-steps {
    gap: 6px;
    font-size: 12px;
    line-height: 1.34;
  }

  .product-detail-specs div {
    padding: 6px 0;
  }

  .product-detail-specs strong {
    font-size: 12.5px;
  }
}

.faq-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
  padding: 24px 28px;
  border-color: rgba(246, 201, 111, 0.22);
  background:
    radial-gradient(circle at 84% 12%, rgba(246, 201, 111, 0.1), transparent 30%),
    linear-gradient(120deg, rgba(47, 18, 14, 0.9), rgba(8, 47, 34, 0.84));
}

.faq-head {
  max-width: 620px;
  padding-top: 4px;
}

.faq-head h2 {
  max-width: none;
  margin-bottom: 12px;
  font-size: 26px;
  line-height: 1;
  white-space: nowrap;
}

.faq-head p:last-child {
  max-width: 560px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.faq-accordion {
  display: grid;
  gap: 12px;
}

.faq-accordion details {
  overflow: hidden;
  border: 1px solid rgba(255, 248, 239, 0.18);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.faq-accordion details[open] {
  border-color: rgba(246, 201, 111, 0.48);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.24);
}

.faq-accordion summary {
  min-height: 52px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px;
  gap: 10px;
  align-items: center;
  padding: 13px 16px 13px 18px;
  color: #fff;
  cursor: pointer;
  list-style: none;
  font-size: 14px;
  font-weight: 920;
  line-height: 1.18;
}

.faq-accordion summary span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.faq-accordion summary::-webkit-details-marker {
  display: none;
}

.faq-accordion summary::after {
  content: "+";
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #0b1711;
  background: linear-gradient(135deg, #f6c96f, #21c884);
  font-size: 18px;
  line-height: 1;
}

.faq-accordion details[open] summary::after {
  content: "-";
}

.faq-accordion p {
  margin: 0 10px 10px;
  border-radius: 16px;
  padding: 16px 18px;
  color: #14120f;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 720;
  line-height: 1.48;
}

.account-center {
  padding: 32px;
}

.account-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.account-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.account-grid article {
  min-height: 104px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px;
  background: rgba(255, 255, 255, 0.05);
}

.account-card {
  cursor: pointer;
  outline: none;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.account-card:hover,
.account-card:focus-visible,
.account-card.is-active {
  border-color: rgba(33, 200, 132, 0.52);
  background: rgba(33, 200, 132, 0.1);
}

.account-grid span,
.code-ready span {
  color: var(--soft);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.account-grid strong {
  display: block;
  margin: 6px 0;
  font-size: 18px;
  line-height: 1.16;
}

.account-grid small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.3;
}

.account-status-banner {
  display: grid;
  gap: 6px;
  border: 1px solid rgba(33, 200, 132, 0.38);
  border-radius: 8px;
  padding: 14px;
  background: rgba(33, 200, 132, 0.1);
}

.account-status-banner[data-status="restore_required"] {
  border-color: rgba(255, 82, 82, 0.62);
  background: rgba(255, 82, 82, 0.16);
}

.account-status-banner[data-status="not_registered"],
.account-status-banner[data-status="checking"] {
  border-color: rgba(246, 201, 111, 0.38);
  background: rgba(246, 201, 111, 0.1);
}

.account-status-banner span,
.account-section-head span {
  color: var(--soft);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.account-status-banner strong {
  color: #fff;
  font-size: 22px;
  line-height: 1.15;
}

.account-status-banner small {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.42;
}

.account-status-banner .button {
  justify-self: start;
  margin-top: 4px;
}

.account-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(260px, 0.75fr);
  gap: 12px;
  margin-top: 12px;
  align-items: start;
}

.account-main,
.account-side {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.account-section-card {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.055);
}

.account-section-card[data-state="paused"],
.account-section-card[data-state="attention_required"],
.account-section-card[data-status="paused"] {
  border-color: rgba(255, 82, 82, 0.52);
  background: rgba(255, 82, 82, 0.12);
}

.account-section-head {
  display: grid;
  gap: 4px;
  margin-bottom: 10px;
}

.account-section-head strong {
  color: #fff;
  font-size: 19px;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.account-section-card p,
.account-section-card small {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.account-section-card b {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 15px;
}

.account-item-summary,
.account-status-row {
  display: grid;
  gap: 10px;
}

.account-item-summary {
  grid-template-columns: 96px minmax(0, 1fr);
  align-items: center;
}

.account-item-summary img {
  width: 96px;
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: 8px;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.08);
}

.account-item-summary h3 {
  margin: 0 0 5px;
  color: #fff;
  font-size: 20px;
  line-height: 1.14;
  overflow-wrap: anywhere;
}

.account-status-row {
  grid-template-columns: 1fr auto;
  align-items: center;
  margin-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  padding-top: 10px;
}

.account-status-row span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.account-status-row strong {
  color: #f6c96f;
  font-size: 14px;
}

.account-progress-track {
  overflow: hidden;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
}

.account-progress-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ff543f, #ffd06d);
}

.account-action-row {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.account-action-row .button,
.account-support-card .button,
.account-delivery-card .button {
  width: 100%;
}

.account-link-list {
  display: grid;
  gap: 2px;
}

.account-link-list button {
  display: flex;
  justify-content: space-between;
  min-height: 38px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 8px 0;
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  text-align: left;
  cursor: pointer;
}

.account-link-list button::after {
  content: ">";
  color: var(--muted);
}

.account-status-banner {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  border-color: rgba(33, 200, 132, 0.34);
  padding: 12px;
  background: rgba(33, 200, 132, 0.09);
}

.account-status-banner[data-status="offline"] {
  border-color: rgba(255, 82, 82, 0.56);
  background: rgba(255, 82, 82, 0.13);
}

.account-avatar {
  display: grid;
  place-items: center;
  width: 58px;
  aspect-ratio: 1;
  border: 2px solid rgba(255, 208, 109, 0.7);
  border-radius: 50%;
  color: #ffd06d;
  background: rgba(255, 208, 109, 0.12);
  font-size: 15px;
  font-weight: 950;
}

.account-identity {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.account-identity-line {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.account-identity-line strong {
  min-width: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.15;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-pill,
.account-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 20px;
  border-radius: 999px;
  padding: 3px 8px;
  font-size: 10px;
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
}

.account-pill.is-active,
.account-chip.is-success {
  color: #101611;
  background: #31d47c;
}

.account-pill.is-offline,
.account-chip.is-danger {
  color: #fff;
  background: #ff4d4d;
}

.account-chip.is-neutral {
  color: #1a1209;
  background: #ffd06d;
}

.account-identity p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.account-section-title {
  margin: 0 0 7px;
  color: #ffd06d;
  font-size: 13px;
  font-weight: 950;
  line-height: 1.1;
}

.account-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.account-metrics span {
  display: inline-flex;
  gap: 4px;
  min-height: 24px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  padding: 3px 8px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 820;
  text-transform: none;
}

.account-metrics b {
  color: #fff;
}

.account-panel-shell {
  margin-top: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.045);
}

.account-tabs {
  display: flex;
  gap: 8px;
  margin: 0;
  overflow-x: auto;
  padding-bottom: 3px;
  scrollbar-width: thin;
}

.account-tab {
  flex: 0 0 auto;
  min-height: 34px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 12px;
  color: #fff;
  background: rgba(255, 255, 255, 0.055);
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.account-tab[aria-selected="true"] {
  border-color: rgba(255, 208, 109, 0.72);
  color: #1a1209;
  background: #ffd06d;
}

.account-tab.is-direct {
  border-color: rgba(37, 211, 102, 0.48);
  color: #fff;
  background: rgba(37, 211, 102, 0.18);
}

.account-tab-label-short {
  display: none;
}

.account-panel {
  margin-top: 10px;
}

.account-item-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.account-assist-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.account-item-card {
  display: grid;
  gap: 8px;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.055);
}

.account-assist-card {
  display: grid;
  gap: 8px;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.055);
}

.account-assist-card.is-done {
  filter: grayscale(1);
  opacity: 0.76;
  background: rgba(255, 255, 255, 0.035);
}

.account-assist-card.is-muted {
  background: rgba(255, 255, 255, 0.035);
}

.account-item-top {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  min-width: 0;
}

.account-item-thumb {
  overflow: hidden;
  width: 62px;
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.account-item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.account-item-main,
.account-item-title-row {
  min-width: 0;
}

.account-item-title-row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 8px;
}

.account-item-title-row h3 {
  display: -webkit-box;
  min-width: 0;
  margin: 0;
  color: #fff;
  font-size: 13px;
  line-height: 1.22;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.account-item-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 9px;
  margin-top: 7px;
  color: var(--muted);
  font-size: 10.5px;
  line-height: 1.2;
}

.account-item-meta b {
  color: #fff;
  font-weight: 900;
}

.account-item-meta .wide {
  flex-basis: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-card-module {
  display: grid;
  gap: 7px;
  min-width: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 7px;
}

.account-mini-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-width: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.28;
}

.account-mini-row span {
  min-width: 0;
}

.account-mini-row b {
  flex: 0 0 auto;
  color: #fff;
  font-size: 11px;
}

.account-dispatch-row {
  display: grid;
  gap: 4px;
  align-items: start;
}

.account-dispatch-row span,
.account-dispatch-row b {
  display: block;
  width: 100%;
  min-width: 0;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
}

.account-dispatch-row span {
  color: var(--muted);
}

.account-card-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 6px;
  align-items: center;
  min-width: 0;
}

.account-card-actions.is-single {
  grid-template-columns: 1fr;
}

.account-card-actions .button,
.account-card-actions a.button {
  min-height: 32px;
  padding: 7px 10px;
  font-size: 11px;
  white-space: nowrap;
}

.account-card-link {
  min-width: 0;
  height: 32px;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 0 8px;
  color: #fff;
  background: rgba(0, 0, 0, 0.26);
  font: inherit;
  font-size: 10.5px;
}

.account-card-whatsapp.is-disabled {
  pointer-events: none;
  opacity: 0.55;
}

.account-exception-note {
  margin: 0;
  color: #ffb0a8;
  font-size: 11px;
  line-height: 1.35;
}

.account-empty-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 2px 2px;
}

.account-empty-panel strong {
  color: #fff;
  font-size: 13px;
}

.account-empty-panel span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.35;
}

@media (max-width: 980px) {
  .account-item-grid,
  .account-assist-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .account-status-banner {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 8px;
    padding: 9px;
  }

  .account-avatar {
    width: 42px;
    font-size: 12px;
  }

  .account-identity-line {
    align-items: center;
    flex-direction: row;
    gap: 6px;
  }

  .account-identity-line strong {
    width: auto;
    font-size: 13px;
  }

  .account-identity p {
    font-size: 11px;
    line-height: 1.28;
  }

  .account-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
  }

  .account-metrics span {
    justify-content: center;
    min-height: 22px;
    padding: 3px 5px;
    font-size: 9.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .account-status-banner .button {
    min-height: 30px;
    padding: 7px 11px;
    font-size: 10.5px;
  }

  .account-panel-shell {
    margin-top: 10px;
    padding: 8px;
  }

  .account-tabs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 5px;
    overflow: visible;
    padding: 0;
  }

  .account-tab {
    width: 100%;
    min-height: 28px;
    padding: 5px 2px;
    font-size: 9.5px;
    line-height: 1;
  }

  .account-tab-label-full {
    display: none;
  }

  .account-tab-label-short {
    display: inline;
  }

  .account-panel {
    margin-top: 8px;
  }

  .account-item-card {
    gap: 7px;
    padding: 9px;
  }

  .account-item-top {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 8px;
  }

  .account-item-thumb {
    width: 56px;
  }

  .account-item-title-row h3 {
    font-size: 12.5px;
  }

  .account-chip {
    min-height: 18px;
    padding: 3px 7px;
    font-size: 9.5px;
  }

  .account-card-actions {
    grid-template-columns: 1fr 72px 72px;
  }

  .account-dispatch-row {
    display: grid;
    gap: 4px;
    align-items: start;
  }

  .account-dispatch-row span,
  .account-dispatch-row b {
    display: block;
    width: 100%;
    min-width: 0;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .account-dispatch-row span {
    color: var(--muted);
  }

  .account-card-actions .button,
  .account-card-actions a.button {
    min-height: 31px;
    padding: 7px 8px;
    font-size: 10.5px;
  }

  .account-empty-panel {
    align-items: stretch;
    flex-direction: column;
  }
}

.account-details-card summary {
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-weight: 950;
}

.account-hidden-value {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, auto) minmax(220px, auto);
  gap: 28px;
  align-items: center;
  margin-bottom: 50px;
  padding: 28px;
}

.site-footer strong {
  font-size: 24px;
}

.site-footer p {
  max-width: 520px;
  margin: 8px 0 0;
  font-size: 14px;
}

.social-share span {
  display: block;
  margin-bottom: 12px;
  color: var(--muted);
  font-weight: 850;
}

.social-links {
  display: flex;
  gap: 12px;
}

.social-links a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  font-size: 15px;
  font-weight: 950;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.social-links a:hover,
.social-links a:focus-visible {
  transform: translateY(-2px) scale(1.06);
  border-color: rgba(246, 201, 111, 0.5);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.32);
}

.social-links svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.social-links [data-channel="instagram"] svg,
.social-links [data-channel="facebook"] svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.footer-links {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 12px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 820;
}

.support-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 50;
  width: 58px;
  height: 58px;
  min-height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(37, 211, 102, 0.48);
  border-radius: 50%;
  padding: 0;
  color: #fff;
  background: #25d366;
  box-shadow: 0 18px 45px rgba(33, 200, 132, 0.26);
}

.support-float svg {
  width: 40px;
  height: 40px;
  display: block;
  fill: currentColor;
}

.delivery-toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 90;
  width: min(430px, calc(100vw - 24px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  border: 1px solid rgba(246, 201, 111, 0.38);
  border-radius: 8px;
  padding: 10px;
  color: #fff;
  background: rgba(20, 24, 22, 0.96);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.32);
  transform: translateX(-50%);
}

.delivery-toast[hidden] {
  display: none;
}

.delivery-toast strong,
.delivery-toast span {
  display: block;
}

.delivery-toast strong {
  font-size: 12px;
  line-height: 1.2;
}

.delivery-toast span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.3;
}

.delivery-toast button {
  min-height: 32px;
  border: 1px solid rgba(246, 201, 111, 0.5);
  border-radius: 8px;
  padding: 7px 10px;
  color: #1a1209;
  background: #ffd06d;
  font: inherit;
  font-size: 11px;
  font-weight: 950;
  white-space: nowrap;
  cursor: pointer;
}

.newcomer-gift-overlay {
  position: fixed;
  inset: 0;
  z-index: 95;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  display: grid;
  place-items: center;
  padding: 28px;
  overflow: hidden;
}

.newcomer-gift-overlay[hidden] {
  display: none;
}

.newcomer-gift-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 6, 9, 0.58);
  backdrop-filter: blur(4px);
}

.newcomer-gift-card {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 390px;
  height: 610px;
  max-width: calc(100vw - 56px);
  max-height: calc(100vh - 56px);
  max-height: calc(100dvh - 56px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border: 1px solid rgba(246, 201, 111, 0.34);
  border-radius: 18px;
  padding: 0 24px 24px;
  color: #fff7e8;
  background:
    linear-gradient(
      180deg,
      rgba(5, 12, 9, 0.02) 0%,
      rgba(5, 18, 14, 0.16) 44%,
      rgba(3, 18, 13, 0.9) 100%
    ),
    image-set(
      url("/guide-assets/newcomer-gift-popup.webp?v=20260626-newcomer-gift-fast-1") type("image/webp"),
      url("/guide-assets/newcomer-gift-popup.png?v=20260626-newcomer-gift-fast-1") type("image/png")
    );
  background-size: cover;
  background-position: center top;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.46);
}

.newcomer-gift-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 36px;
  height: 36px;
  min-height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 247, 232, 0.24);
  border-radius: 999px;
  padding: 0;
  color: #fff7e8;
  background: rgba(4, 18, 14, 0.42);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.22);
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(10px);
}

.newcomer-gift-copy {
  width: 100%;
  display: grid;
  gap: 10px;
}

.newcomer-gift-eyebrow {
  margin: 0;
  color: #ffd982;
  font-size: 10px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.newcomer-gift-copy h2 {
  margin: 0;
  color: #fff7e8;
  font-size: 27px;
  font-weight: 950;
  line-height: 1.02;
  letter-spacing: 0;
  white-space: nowrap;
}

.newcomer-gift-body {
  display: grid;
  gap: 3px;
  margin: 0;
  color: rgba(255, 247, 232, 0.78);
  font-size: 13.5px;
  font-weight: 720;
  line-height: 1.38;
}

.newcomer-gift-body span {
  display: block;
  white-space: nowrap;
}

.newcomer-gift-body strong {
  color: #ffe08a;
  font-weight: 950;
}

.newcomer-gift-cta {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 12px;
  padding: 11px 16px;
  color: #160f08;
  background: linear-gradient(135deg, #ff5138, #ff9a3c 55%, #ffd66b);
  box-shadow: 0 18px 42px rgba(255, 112, 50, 0.28);
  font-size: 14px;
  font-weight: 950;
  line-height: 1.1;
  cursor: pointer;
}

.newcomer-gift-cta:focus-visible,
.newcomer-gift-close:focus-visible {
  outline: 3px solid rgba(255, 224, 138, 0.62);
  outline-offset: 3px;
}

.modal-shell {
  position: fixed;
  inset: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  display: grid;
  place-items: center;
  padding: 24px;
  overflow: hidden;
  background: #050609;
}

.modal-shell[hidden] {
  display: none;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: #050609;
}

.claim-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 700px);
  max-width: calc(100vw - 48px);
  max-height: calc(100vh - 48px);
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)),
    #111613;
  box-shadow: var(--shadow);
}

.claim-panel.is-guide-step {
  width: min(100%, 760px);
  max-width: calc(100vw - 48px);
}

.claim-modal {
  align-self: center;
}

.assist-invite-card {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  max-width: calc(100vw - 48px);
  max-height: calc(100vh - 48px);
  max-height: calc(100dvh - 48px);
  display: grid;
  gap: 14px;
  overflow: auto;
  border: 1px solid rgba(246, 201, 111, 0.26);
  border-radius: 10px;
  padding: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)),
    #111613;
  box-shadow: var(--shadow);
}

.assist-invite-copy {
  display: grid;
  gap: 8px;
  padding-right: 52px;
}

.assist-invite-copy h2 {
  color: #fffaf1;
  font-size: 28px;
  line-height: 1.08;
}

.assist-invite-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
}

.assist-invite-product {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.18);
}

.assist-invite-thumb {
  overflow: hidden;
  width: 78px;
  aspect-ratio: 1;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.assist-invite-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.assist-invite-product b,
.assist-invite-product span {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.assist-invite-product b {
  color: #fff;
  font-size: 15px;
}

.assist-invite-product span {
  margin: 3px 0 8px;
  color: var(--muted);
  font-size: 12px;
}

.assist-invite-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.assist-invite-actions .button {
  min-height: 42px;
  padding: 10px 14px;
  white-space: nowrap;
}

.shipping-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 620px);
  max-width: calc(100vw - 48px);
  max-height: calc(100vh - 48px);
  max-height: calc(100dvh - 48px);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04)),
    #101512;
  box-shadow: var(--shadow);
}

.complete-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 390px);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 22px;
  background:
    linear-gradient(145deg, rgba(33, 200, 132, 0.12), rgba(255, 255, 255, 0.04)),
    #101512;
  box-shadow: var(--shadow);
}

.complete-panel h2 {
  margin-top: 8px;
  padding-right: 40px;
  font-size: 24px;
  line-height: 1.08;
}

.complete-panel p:not(.eyebrow) {
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.complete-panel .button {
  width: 100%;
  margin-top: 18px;
}

.complete-actions {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.complete-actions .button {
  margin-top: 0;
}

.shipping-product {
  display: grid;
  gap: 12px;
  padding-right: 54px;
}

.shipping-product-copy {
  display: grid;
  gap: 5px;
}

.shipping-product h2 {
  max-width: 420px;
  font-size: 26px;
  line-height: 1.08;
}

.shipping-product-copy p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.shipping-selected-product {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(255, 248, 239, 0.14);
  border-radius: 8px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.18);
}

.shipping-selected-product.no-image {
  grid-template-columns: 1fr;
}

.shipping-selected-product img {
  width: 112px;
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(255, 248, 239, 0.14);
  border-radius: 7px;
  object-fit: cover;
}

.shipping-selected-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.shipping-selected-copy span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.shipping-selected-copy strong {
  display: -webkit-box;
  overflow: hidden;
  color: #fffaf1;
  font-size: 17px;
  line-height: 1.12;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.shipping-selected-copy small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.shipping-alert,
.starter-order-notice {
  border: 1px solid rgba(246, 201, 111, 0.4);
  border-radius: 8px;
  background: rgba(246, 201, 111, 0.13);
  color: #fff6e8;
}

.shipping-alert {
  margin: 18px 0;
  padding: 13px 14px;
  font-size: 15px;
  font-weight: 900;
}

.shipping-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.shipping-form .wide,
.shipping-form button {
  grid-column: 1 / -1;
}

.shipping-form label {
  display: grid;
  gap: 7px;
  min-width: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.shipping-form input,
.shipping-form textarea {
  width: 100%;
  min-width: 0;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 13px;
  background: rgba(5, 8, 7, 0.72);
  color: #fff;
  font: inherit;
}

.shipping-form textarea {
  min-height: 84px;
  padding-block: 12px;
  resize: vertical;
}

.shipping-country-field {
  position: relative;
  z-index: 12;
  isolation: isolate;
}

.shipping-country-field:focus-within {
  z-index: 40;
}

.shipping-country-combobox {
  position: relative;
  display: block;
}

.shipping-country-combobox::after {
  content: "";
  position: absolute;
  top: 19px;
  right: 16px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #fff;
  pointer-events: none;
}

.shipping-country-combobox input {
  width: 100%;
  cursor: pointer;
}

.shipping-more {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.05);
}

.shipping-more summary {
  cursor: pointer;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.shipping-more-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.shipping-more-grid .wide {
  grid-column: 1 / -1;
}

.starter-order-notice {
  display: grid;
  gap: 6px;
  margin-top: 12px;
  padding: 12px;
}

.starter-order-notice[hidden] {
  display: none;
}

.starter-order-notice strong {
  color: #fff;
  font-size: 16px;
}

.starter-order-notice span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.starter-order-notice small {
  color: var(--soft);
  font-size: 12px;
}

.order-mini,
.account-order-card {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.order-mini img,
.account-order-card img {
  width: 54px;
  height: 54px;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.account-detail-panel {
  display: grid;
  gap: 10px;
  margin-top: 12px;
  border: 1px solid rgba(33, 200, 132, 0.28);
  border-radius: 8px;
  padding: 12px;
  background: rgba(5, 18, 13, 0.72);
}

.account-detail-panel[hidden] {
  display: none;
}

.account-starter-picker {
  display: grid;
  gap: 14px;
  margin-top: 12px;
  border: 1px solid rgba(246, 201, 111, 0.34);
  border-radius: 8px;
  padding: 14px;
  background:
    linear-gradient(135deg, rgba(246, 201, 111, 0.13), rgba(33, 200, 132, 0.08)),
    rgba(5, 18, 13, 0.76);
}

.account-starter-picker[hidden] {
  display: none;
}

.account-starter-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
}

.account-starter-head span {
  color: #f6c96f;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.account-starter-head strong {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
}

.account-starter-head small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.account-starter-products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.account-starter-products.is-empty {
  grid-template-columns: 1fr;
}

.account-starter-products .starter-product-card {
  box-shadow: none;
}

.account-reward-browse {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  padding-top: 2px;
}

.account-reward-browse .button {
  min-height: 38px;
  padding: 9px 16px;
  font-size: 13px;
}

.account-starter-empty {
  display: grid;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 14px;
  background: rgba(0, 0, 0, 0.2);
}

.account-starter-empty strong {
  color: #fff;
  font-size: 16px;
}

.account-starter-empty span {
  color: var(--muted);
  font-size: 13px;
}

.account-detail-panel h3 {
  margin: 0;
  font-size: 16px;
}

.account-detail-row {
  display: grid;
  grid-template-columns: minmax(86px, 0.36fr) minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 8px;
}

.account-detail-row span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.account-detail-row strong {
  min-width: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.account-share-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 8px;
  align-items: center;
}

.account-share-product {
  display: flex;
  gap: 8px;
  align-items: baseline;
  min-width: 0;
  padding: 8px 10px;
  border: 1px solid rgba(255, 214, 112, 0.28);
  border-radius: 8px;
  background: rgba(255, 214, 112, 0.08);
}

.account-share-product span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.account-share-product strong {
  min-width: 0;
  color: #fff;
  font-size: 14px;
  overflow-wrap: anywhere;
}

.account-share-row input {
  min-width: 0;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 11px;
  background: rgba(0, 0, 0, 0.26);
  color: #fff;
  font: inherit;
  font-size: 12px;
}

.account-share-row .button {
  min-height: 42px;
  white-space: nowrap;
}

.starter-order-notice[data-status="shipped"] {
  border-color: rgba(33, 200, 132, 0.48);
  background: rgba(33, 200, 132, 0.13);
}

.starter-order-notice[data-status="restore_required"] {
  border-color: rgba(255, 82, 82, 0.58);
  background: rgba(255, 82, 82, 0.16);
}

.account-restore-alert {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(255, 82, 82, 0.62);
  border-radius: 8px;
  padding: 12px;
  background:
    linear-gradient(135deg, rgba(255, 82, 82, 0.22), rgba(246, 201, 111, 0.1)),
    rgba(32, 6, 6, 0.8);
}

.account-restore-alert strong {
  color: #fff;
  font-size: 16px;
}

.account-restore-alert span {
  color: #ffd6d6;
  font-size: 13px;
  line-height: 1.45;
}

.account-restore-alert .button {
  justify-self: start;
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.claim-intro h2,
.claim-guide h2 {
  max-width: 620px;
  font-size: 36px;
  line-height: 1.08;
}

.claim-guide h2 {
  width: 100%;
  max-width: none;
  font-size: 20px;
  line-height: 1.12;
  white-space: nowrap;
}

.claim-guide > p {
  max-width: 560px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.34;
}

.claim-product-preview {
  position: relative;
  min-height: 150px;
  margin: 14px 0 16px;
  overflow: hidden;
  border: 1px solid rgba(246, 201, 111, 0.3);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(246, 201, 111, 0.22), rgba(33, 200, 132, 0.16));
}

.claim-product-preview.has-custom-image img,
.claim-product-preview img:not([hidden]) {
  width: 100%;
  height: 100%;
  min-height: 150px;
  display: block;
  margin-inline: auto;
  object-fit: cover;
}

.preview-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  border-radius: 999px;
  padding: 8px 12px;
  color: #11100e;
  background: #f6c96f;
  font-weight: 950;
}

.preview-box,
.preview-bag,
.preview-watch {
  display: none;
}

.claim-form {
  display: grid;
  gap: 12px;
}

.phone-label {
  display: grid;
  gap: 10px;
  color: #fff;
  font-weight: 850;
}

.phone-row {
  position: relative;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.24);
}

.phone-row input {
  width: 100%;
  min-height: 58px;
  border: 0;
  color: #fff;
  background: transparent;
  padding: 0 16px;
  outline: none;
  font-size: 18px;
  font-weight: 800;
}

.turnstile-mount {
  display: block;
  min-height: 64px;
  margin-top: 2px;
}

.turnstile-mount[hidden] {
  display: none;
}

.turnstile-hint {
  display: block;
  margin-top: -4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 760;
  line-height: 1.35;
}

.turnstile-hint[hidden] {
  display: none;
}

.turnstile-hint[data-type="ready"] {
  color: #b5f4d3;
}

.turnstile-hint[data-type="error"] {
  color: #ffb1a8;
}

.country-combobox {
  position: relative;
  border-right: 1px solid var(--line);
}

#countryDialSearch {
  cursor: pointer;
}

.country-combobox::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 18px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #fff;
  pointer-events: none;
}

.country-list {
  position: absolute;
  left: 0;
  bottom: calc(100% + 10px);
  z-index: 8;
  width: min(440px, calc(100vw - 56px));
  max-height: 390px;
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 12px;
  background: #12071d;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.45);
}

.country-list-search-shell {
  position: sticky;
  top: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 48px;
  margin: 0 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 14px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035);
}

.country-list-search-shell:focus-within {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.095);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.country-search-icon {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  color: rgba(255, 248, 239, 0.46);
  pointer-events: none;
}

.country-search-icon svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.country-list-search {
  width: 100%;
  min-height: 46px;
  border: 0;
  color: #fff8ef;
  background: transparent;
  padding: 0;
  outline: none;
  font-size: 14px;
  font-weight: 650;
}

.phone-row .country-list-search {
  min-height: 46px;
  padding: 0;
  font-size: 14px;
  font-weight: 650;
}

.country-list-search::placeholder {
  color: rgba(255, 248, 239, 0.42);
  font-size: 14px;
  font-weight: 600;
}

.phone-row .country-list-search::placeholder {
  font-size: 14px;
  font-weight: 600;
}

.country-options {
  display: grid;
  gap: 2px;
}

.country-list .country-option {
  min-height: 48px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: #f8f4ea;
  background: transparent;
  padding: 0 16px;
  text-align: left;
  cursor: pointer;
}

.country-list .country-option:hover,
.country-list .country-option:focus-visible {
  border-color: rgba(255, 255, 255, 0.03);
  background: rgba(255, 255, 255, 0.085);
  outline: none;
}

.country-name {
  font-size: 14px;
  font-weight: 760;
}

.country-list .country-code {
  color: #f8f4ea;
  font-size: 14px;
  font-weight: 760;
}

.country-empty,
.form-note {
  color: var(--muted);
  font-size: 13px;
}

.shipping-country-combobox .country-list.shipping-country-list {
  position: fixed;
  top: var(--ship-country-list-top, 0);
  bottom: auto;
  left: var(--ship-country-list-left, 0);
  right: auto;
  z-index: 120;
  width: var(--ship-country-list-width, 100%);
  max-height: var(--ship-country-list-height, 420px);
  overflow: hidden auto;
  overscroll-behavior: contain;
  margin-top: 0;
  padding: 10px;
  border-radius: 12px;
  background: #12071d;
  box-shadow: inset 0 0 0 1px rgba(255, 248, 239, 0.1), 0 14px 28px rgba(0, 0, 0, 0.28);
}

.shipping-country-combobox .country-list.shipping-country-list .country-option {
  grid-template-columns: minmax(0, 1fr);
  min-height: 44px;
  padding-inline: 14px;
}

.shipping-country-combobox .country-list.shipping-country-list .country-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.shipping-country-combobox .country-list.shipping-country-list .country-list-search-shell {
  grid-template-columns: 26px minmax(0, 1fr);
  border-color: rgba(255, 248, 239, 0.2);
  background: rgba(255, 255, 255, 0.095);
}

.shipping-country-combobox .country-list.shipping-country-list .country-list-search-shell > svg {
  width: 22px;
  height: 22px;
  display: block;
  color: rgba(255, 248, 239, 0.9);
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
}

.shipping-country-combobox .country-list.shipping-country-list .country-list-search::placeholder {
  color: rgba(255, 248, 239, 0.62);
}

.form-note[data-type="error"] {
  color: #ffb1a8;
}

.form-note[data-type="success"] {
  color: #b8f5ce;
}

.claim-status,
.invite-progress,
.claim-order {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.06);
}

.claim-panel.is-reward-progress .phone-label,
.claim-panel.is-reward-progress .claim-form > .form-note,
.claim-panel.is-reward-progress #claimButton,
.claim-panel.is-reward-progress #claimStatus {
  display: none;
}

.claim-panel.is-reward-progress .claim-intro {
  margin-bottom: 12px;
}

.claim-panel.is-reward-progress .claim-product-preview {
  aspect-ratio: 1;
  min-height: 0;
  max-height: min(46vh, 420px);
  margin: 12px 0 14px;
}

.claim-panel.is-reward-progress .claim-product-preview.has-custom-image img,
.claim-panel.is-reward-progress .claim-product-preview img:not([hidden]) {
  min-height: 0;
  height: 100%;
  object-fit: cover;
}

.claim-status[hidden],
.invite-progress[hidden],
.claim-order[hidden] {
  display: none;
}

.invite-progress {
  display: grid;
  gap: 10px;
}

.invite-progress strong,
.claim-order strong {
  display: block;
  color: #fffaf1;
}

.invite-progress span,
.claim-order span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.invite-meter {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.invite-meter span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #25d366, #ffd36c);
}

.invite-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.invite-actions .button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 12px;
  font-size: 14px;
  line-height: 1.15;
  text-align: center;
}

.claim-status[data-type="error"] {
  border-color: rgba(255, 71, 56, 0.5);
  color: #ffb1a8;
}

.claim-status[data-type="ready"] {
  border-color: rgba(33, 200, 132, 0.5);
  color: #b5f4d3;
}

.claim-loading {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: grid;
  place-items: center;
  gap: 12px;
  background: rgba(7, 9, 13, 0.78);
  text-align: center;
}

.claim-loading[hidden] {
  display: none;
}

.claim-spinner {
  width: 54px;
  height: 54px;
  border: 4px solid rgba(255, 255, 255, 0.18);
  border-top-color: var(--green);
  border-radius: 50%;
  animation: spin 0.9s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.claim-guide {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.claim-countdown {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  border: 0;
  border-radius: 6px;
  padding: 5px 10px;
  background: rgba(33, 200, 132, 0.08);
  min-height: 38px;
  contain: layout paint;
}

.claim-countdown > div {
  min-width: 0;
}

.countdown-ring {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(33, 200, 132, 0.28);
  border-top-color: var(--green);
  border-radius: 50%;
  color: #dcfce7;
  font-size: 11px;
  font-weight: 950;
  font-variant-numeric: tabular-nums;
}

.claim-countdown strong,
.claim-countdown span {
  display: block;
}

.claim-countdown strong {
  color: #dcfce7;
  font-size: 12px;
}

.claim-countdown span {
  margin-top: 2px;
  color: var(--muted);
  font-size: 9.5px;
  line-height: 1.28;
  min-height: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.claim-countdown[data-state="inactive"] {
  background: rgba(255, 255, 255, 0.045);
}

.claim-countdown[data-state="preparing"] {
  background: rgba(246, 201, 111, 0.08);
}

.claim-countdown[data-urgent="true"] {
  background: rgba(255, 191, 71, 0.12);
}

.claim-countdown[data-expired="true"] {
  background: rgba(255, 71, 56, 0.12);
}

.claim-intro[hidden],
.claim-guide[hidden],
.claim-form[hidden] {
  display: none;
}

.guide-image-toggle {
  min-width: 0;
  border: 1px solid rgba(246, 201, 111, 0.34);
  border-radius: 8px;
  background: rgba(246, 201, 111, 0.08);
}

.guide-image-toggle summary {
  min-height: 40px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 32px;
  align-items: center;
  gap: 10px;
  padding: 0 12px;
  cursor: pointer;
  list-style: none;
}

.guide-image-toggle summary::-webkit-details-marker {
  display: none;
}

.guide-image-toggle summary::after {
  content: "";
  grid-column: 3;
  grid-row: 1;
  justify-self: center;
  align-self: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
}

.guide-image-toggle summary::before {
  content: "";
  grid-column: 3;
  grid-row: 1;
  justify-self: center;
  align-self: center;
  width: 0;
  height: 0;
  z-index: 1;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid var(--green);
}

.guide-image-toggle small {
  color: var(--soft);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.guide-image-grid {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0 12px 12px;
}

.guide-image-grid figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  aspect-ratio: 9 / 13;
}

.guide-image-grid img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: top;
}

.guide-image-grid figcaption {
  position: absolute;
  top: 7px;
  left: 7px;
  border: 1px solid rgba(12, 12, 12, 0.18);
  border-radius: 999px;
  padding: 3px 7px;
  color: #0c0c0c;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-align: left;
}

.guide-demo {
  display: grid;
  gap: 12px;
}

.claim-sequence {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 8px;
  border: 1px solid rgba(246, 201, 111, 0.25);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  list-style: none;
  counter-reset: step;
}

.claim-sequence li {
  min-height: 30px;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: center;
  gap: 7px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 4px 8px;
  background: rgba(255, 255, 255, 0.05);
  font-size: 11px;
  font-weight: 760;
  line-height: 1.22;
}

.claim-sequence li::before {
  counter-increment: step;
  content: counter(step);
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #0c1510;
  background: linear-gradient(135deg, #21c884, #f6c96f);
  font-size: 10px;
  font-weight: 950;
}

.code-session-card {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(33, 200, 132, 0.36);
  border-radius: 8px;
  padding: 10px;
  background: rgba(13, 58, 42, 0.38);
}

.code-session-card[data-state="preparing"] {
  border-color: rgba(246, 201, 111, 0.48);
  background: rgba(61, 46, 19, 0.42);
}

.code-session-card[data-state="active"] {
  border-color: rgba(33, 200, 132, 0.52);
  background: rgba(13, 58, 42, 0.44);
}

.code-session-card[data-urgent="true"] {
  border-color: rgba(255, 191, 71, 0.62);
  background: rgba(65, 48, 18, 0.46);
}

.code-session-card[data-state="expired"] {
  border-color: rgba(255, 71, 56, 0.62);
  background: rgba(62, 28, 24, 0.5);
}

.code-ready {
  display: grid;
  gap: 8px;
  min-height: 112px;
  padding: 0;
  border: 0;
  background: transparent;
}

.code-copy {
  width: 100%;
  min-height: 58px;
  border: 1px solid rgba(246, 201, 111, 0.38);
  border-radius: 8px;
  color: #fff;
  background: rgba(0, 0, 0, 0.18);
  font-size: 34px;
  font-weight: 950;
  letter-spacing: 0;
  cursor: pointer;
}

.code-copy.is-locked {
  color: rgba(255, 255, 255, 0.68);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.14)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.16) 0 10px, rgba(0, 0, 0, 0.18) 10px 20px);
  filter: blur(0.15px);
  font-size: 16px;
  text-transform: none;
  box-shadow: inset 0 0 22px rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

.code-copy.is-preparing {
  opacity: 0.82;
  cursor: wait;
}

.code-ready small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 760;
  min-height: 26px;
  line-height: 1.24;
}

.code-ready small[data-type="error"] {
  color: #ffb1a8;
}

.code-ready small[data-type="ready"] {
  color: #b5f4d3;
}

.whatsapp-open {
  width: min(100%, 430px);
  margin: 0 auto;
  color: #06110b;
  background: #25d366;
  box-shadow: 0 18px 45px rgba(37, 211, 102, 0.25);
}

.whatsapp-open.is-disabled {
  color: rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
  pointer-events: none;
  cursor: not-allowed;
}

.whatsapp-open:hover,
.whatsapp-open:focus-visible {
  background: #2be072;
  transform: translateY(-1px);
}

.policy-page {
  width: min(920px, calc(100vw - 48px));
  padding: 64px 0;
}

.policy-page .button {
  margin-bottom: 34px;
}

.policy-page h1 {
  font-size: 54px;
}

.policy-page section {
  border-top: 1px solid var(--line);
  padding: 24px 0;
}

.policy-page h2 {
  font-size: 28px;
}

@media (max-width: 1180px) {
  .hero-carousel {
    grid-template-columns: 1fr;
  }

  .hero-visual-window,
  .hero-copy {
    grid-column: 1;
  }

  .hero-visual-window {
    grid-row: 1;
    min-height: 360px;
  }

  .hero-copy {
    grid-row: 2;
  }

  .hero-slide {
    min-height: 360px;
  }

  .hero-visual {
    min-height: 360px;
  }

  .hero-copy {
    padding: 42px;
  }

  h1 {
    font-size: 58px;
  }

  .reward-section .section-head h2 {
    font-size: 44px;
    white-space: normal;
  }

  .starter-copy h2,
  .starter-copy p:not(.eyebrow),
  .reward-section .section-head p:not(.eyebrow) {
    white-space: normal;
  }

  .mechanism-grid,
  .account-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-detail-grid,
  .product-detail-content {
    grid-template-columns: 1fr;
  }

  .product-detail-media {
    aspect-ratio: 4 / 3;
  }

  .product-detail-side-info {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .account-layout {
    grid-template-columns: 1fr;
  }

  .account-starter-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .account-reward-browse .button {
    width: 100%;
  }

  .starter-zone,
  .faq-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .faq-head {
    max-width: 620px;
  }

  .faq-head h2 {
    max-width: 180px;
    font-size: 26px;
  }

  .starter-zone {
    justify-content: stretch;
  }

  .starter-products {
    max-width: none;
  }
}

@media (min-width: 761px) and (max-width: 1180px) {
  .topbar,
  main {
    width: min(100% - 28px, 960px);
  }

  .starter-zone {
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
    padding: 24px;
  }

  .starter-copy {
    max-width: 640px;
  }

  .starter-products {
    max-width: none;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
  }

  .starter-product-card {
    grid-template-rows: auto 124px;
  }

  .starter-product-meta {
    grid-template-rows: 38px 20px 34px;
    gap: 6px;
    padding: 13px 8px 8px;
  }

  .starter-product-meta span {
    font-size: 11px;
  }

  .starter-product-meta .button {
    min-height: 32px;
    font-size: 11px;
  }

  .claim-panel.is-guide-step {
    width: min(100%, 720px);
    max-width: calc(100vw - 28px);
  }

  .shipping-panel {
    width: min(calc(100vw - 48px), 760px);
    max-width: calc(100vw - 48px);
    max-height: calc(100vh - 48px);
    max-height: calc(100dvh - 48px);
  }

  .shipping-country-combobox .country-list.shipping-country-list {
    max-height: var(--ship-country-list-height, 400px);
  }

  .reward-section .section-head h2 {
    max-width: 760px;
    font-size: 34px;
    line-height: 1.04;
    white-space: normal;
  }

  .reward-section .section-head p:not(.eyebrow) {
    max-width: 620px;
    font-size: 14px;
  }

  .faq-section {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }

  .faq-head h2 {
    max-width: none;
    font-size: 24px;
  }

  .faq-head p:last-child {
    font-size: 13px;
  }

  .faq-accordion {
    gap: 10px;
  }

  .faq-accordion summary {
    min-height: 48px;
    font-size: 13px;
  }
}

@media (max-width: 760px) {
  .topbar,
  main {
    width: min(100% - 24px, 560px);
  }

  .topbar {
    min-height: 72px;
    gap: 8px;
  }

  .brand-logo {
    width: 184px;
    height: 42px;
  }

  nav {
    gap: 4px;
    font-size: 12px;
  }

  nav a,
  .nav-action,
  .nav-my {
    min-height: 36px;
    padding: 7px 9px;
  }

  .nav-my span {
    display: none;
  }

  .hero-visual-window,
  .hero-slide {
    min-height: 220px;
  }

  .hero-visual {
    min-height: 220px;
  }

  .hero-copy {
    padding: 22px;
  }

  .hero-dots {
    bottom: 10px;
    padding: 6px 8px;
  }

  h1 {
    font-size: 36px;
    line-height: 1.02;
  }

  h2,
  .claim-intro h2,
  .claim-guide h2 {
    font-size: 28px;
  }

  .claim-guide h2 {
    font-size: 16px;
  }

  .lede {
    font-size: 15px;
  }

  .actions {
    gap: 8px;
    margin-top: 18px;
  }

  .product-detail-page {
    padding: 14px 0 24px;
  }

  .product-detail-grid,
  .product-detail-content {
    gap: 10px;
  }

  .product-detail-side-info {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 12px;
    padding-top: 12px;
  }

  .product-detail-summary-card,
  .product-detail-block,
  .product-detail-empty {
    padding: 14px;
  }

  .product-detail-summary-card h1 {
    font-size: 24px;
    line-height: 1.08;
  }

  .product-detail-summary-card p {
    font-size: 12.5px;
  }

  .product-detail-actions {
    grid-template-columns: 1.45fr 0.82fr;
    gap: 8px;
  }

  .reward-actions {
    grid-template-columns: 0.72fr 1.45fr;
    gap: 7px;
  }

  .button,
  .claim-form button {
    min-height: 46px;
    padding: 10px 16px;
    font-size: 14px;
  }

  .hero-proof,
  .account-grid {
    grid-template-columns: 1fr;
  }

  .account-center {
    padding: 18px;
  }

  .account-head {
    align-items: start;
    flex-direction: column;
    gap: 12px;
  }

  .account-head .button {
    width: 100%;
  }

  .account-layout {
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .account-main,
  .account-side {
    display: contents;
  }

  #accountNextActionCard {
    order: 1;
  }

  #accountCurrentItemCard {
    order: 2;
  }

  #accountInviteProgressCard {
    order: 3;
  }

  #accountDeliveryCard {
    order: 4;
  }

  #accountQuickLinksCard {
    order: 5;
  }

  #accountSupportCard {
    order: 6;
  }

  #accountDetailsCard {
    order: 7;
  }

  .account-section-card,
  .account-status-banner {
    padding: 12px;
  }

  .account-status-banner strong {
    font-size: 20px;
  }

  .account-item-summary {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .account-item-summary img {
    width: 76px;
  }

  .account-item-summary h3 {
    font-size: 17px;
  }

  .account-section-head strong {
    font-size: 17px;
  }

  .account-share-row {
    grid-template-columns: 1fr;
  }

  .account-share-row .button,
  .account-share-row .account-whatsapp {
    width: 100%;
  }

  .account-starter-head,
  .account-starter-products {
    grid-template-columns: 1fr;
  }

  .account-starter-head .button {
    width: 100%;
  }

  .account-detail-row,
  .account-share-row {
    grid-template-columns: 1fr;
  }

  .account-share-row .button {
    width: 100%;
  }

  .guide-image-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .activity-strip {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 14px;
  }

  .activity-head {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .activity-head strong {
    font-size: 17px;
  }

  .activity-pill {
    min-width: 260px;
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 7px 12px 7px 7px;
  }

  .activity-avatar {
    width: 34px;
    height: 34px;
  }

  .activity-pill strong {
    font-size: 13px;
  }

  .hero-proof {
    display: none;
  }

  .mechanism-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .mechanism-grid article {
    min-height: 116px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 6px;
    align-items: start;
    padding: 12px;
  }

  .mechanism-icon {
    grid-row: auto;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    font-size: 13px;
  }

  .mechanism-grid h2 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.08;
  }

  .mechanism-grid p {
    font-size: 11px;
    line-height: 1.34;
  }

  .starter-zone,
  .reward-section,
  .faq-section,
  .account-center,
  .site-footer {
    margin-top: 24px;
    padding: 16px;
  }

  .section-head,
  .account-head {
    display: block;
  }

  .section-head {
    margin-bottom: 14px;
  }

  .section-head h2 {
    font-size: 24px;
  }

  .reward-section .section-head h2 {
    font-size: 26px;
    line-height: 1.02;
    white-space: normal;
  }

  .faq-head h2 {
    font-size: 24px;
    line-height: 1.05;
  }

  .faq-section {
    grid-template-columns: 1fr;
    gap: 12px;
    align-items: start;
  }

  .faq-head {
    max-width: 100%;
    padding-top: 2px;
  }

  .faq-head .eyebrow {
    font-size: 9px;
  }

  .faq-head h2 {
    margin-bottom: 8px;
    font-size: 22px;
  }

  .faq-head p:last-child {
    max-width: 100%;
    font-size: 12px;
    line-height: 1.42;
  }

  .faq-accordion {
    gap: 8px;
  }

  .faq-accordion summary {
    min-height: 44px;
    grid-template-columns: minmax(0, 1fr) 24px;
    padding: 10px 10px 10px 12px;
    font-size: 11.5px;
  }

  .faq-accordion summary::after {
    width: 24px;
    height: 24px;
    font-size: 16px;
  }

  .faq-accordion p {
    margin: 0 7px 7px;
    border-radius: 13px;
    padding: 12px;
    font-size: 12px;
  }

  .section-head p:not(.eyebrow) {
    font-size: 13px;
    line-height: 1.42;
  }

  .reward-section .section-head p:not(.eyebrow) {
    max-width: 100%;
    margin-top: 10px;
    font-size: 13px;
  }

  .category-tabs {
    gap: 8px;
    padding: 2px max(16px, calc(50vw - 44px)) 10px 0;
  }

  .category-tab {
    min-height: 34px;
    padding: 7px 13px;
    font-size: 12px;
  }

  .starter-zone {
    gap: 14px;
  }

  .starter-products {
    max-width: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .starter-product-meta {
    grid-template-rows: 38px 20px 32px;
    padding: 13px 8px 8px;
  }

  .starter-product-meta span {
    font-size: 11px;
  }

  .starter-product-meta .button {
    min-height: 32px;
  }

  .support-float {
    right: 14px;
    bottom: 14px;
    width: 54px;
    height: 54px;
    min-height: 54px;
  }

  .delivery-toast {
    bottom: 76px;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .delivery-toast button {
    width: 100%;
  }

  .starter-copy p:not(.eyebrow) {
    font-size: 13px;
    line-height: 1.42;
  }

  .starter-copy h2 {
    width: 100%;
    max-width: none;
    font-size: 22px;
    line-height: 1.05;
    white-space: nowrap;
    text-wrap: normal;
  }

  .starter-card {
    display: none;
  }

  .product-rows {
    grid-template-rows: repeat(2, minmax(352px, auto));
    grid-auto-columns: 300px;
  }

  .reward-body {
    padding-top: 14px;
  }

  .reward-body h3 {
    min-height: 36px;
    font-size: 16.5px;
  }

  .reward-body p {
    font-size: 10.5px;
  }

  .reward-price strong {
    font-size: 17px;
  }

  .progress-note {
    gap: 8px;
    font-size: 9px;
  }

  .phone-row {
    grid-template-columns: 118px minmax(0, 1fr);
  }

  .phone-row input {
    min-height: 54px;
    padding: 0 12px;
    font-size: 16px;
  }

  .modal-shell {
    place-items: center;
    padding: 10px;
  }

  .newcomer-gift-overlay {
    padding: 18px 14px;
  }

  .newcomer-gift-card {
    width: min(280px, calc(100vw - 48px));
    max-width: 100%;
    height: min(512px, calc(100dvh - 44px));
    max-height: calc(100dvh - 36px);
    border-radius: 16px;
    padding: 0 18px 18px;
  }

  .newcomer-gift-close {
    top: 12px;
    right: 12px;
    width: 34px;
    height: 34px;
    min-height: 34px;
    font-size: 23px;
  }

  .newcomer-gift-copy {
    gap: 8px;
  }

  .newcomer-gift-eyebrow {
    font-size: 9px;
  }

  .newcomer-gift-copy h2 {
    font-size: 19px;
  }

  .newcomer-gift-body {
    gap: 2px;
    font-size: 10.9px;
    line-height: 1.36;
  }

  .newcomer-gift-cta {
    min-height: 42px;
    padding: 9px 13px;
    font-size: 12.8px;
  }

  .claim-panel {
    width: min(100%, 430px);
    max-height: calc(100vh - 20px);
    max-height: calc(100dvh - 20px);
    padding: 14px;
  }

  .claim-panel.is-guide-step {
    width: min(100%, 430px);
    max-width: calc(100vw - 24px);
  }

  .shipping-panel {
    width: min(100%, 430px);
    max-width: calc(100vw - 24px);
    max-height: calc(100vh - 24px);
    max-height: calc(100dvh - 24px);
    padding: 16px;
  }

  .assist-invite-card {
    width: min(100%, 430px);
    max-width: calc(100vw - 20px);
    max-height: calc(100vh - 20px);
    max-height: calc(100dvh - 20px);
    gap: 12px;
    padding: 16px;
  }

  .assist-invite-copy {
    gap: 6px;
    padding-right: 44px;
  }

  .assist-invite-copy h2 {
    font-size: 23px;
  }

  .assist-invite-copy p {
    font-size: 12.5px;
  }

  .assist-invite-product {
    grid-template-columns: 66px minmax(0, 1fr);
    gap: 10px;
  }

  .assist-invite-thumb {
    width: 66px;
  }

  .assist-invite-actions {
    grid-template-columns: 1fr 0.68fr;
  }

  .assist-invite-actions .button {
    min-height: 40px;
    padding: 9px 10px;
    font-size: 13px;
  }

  .shipping-product {
    gap: 10px;
    padding-right: 42px;
  }

  .shipping-product h2 {
    font-size: 22px;
  }

  .shipping-product-copy p:not(.eyebrow) {
    font-size: 12.5px;
  }

  .shipping-selected-product {
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 10px;
    padding: 8px;
  }

  .shipping-selected-product.no-image {
    grid-template-columns: 1fr;
  }

  .shipping-selected-product img {
    width: 84px;
  }

  .shipping-selected-copy strong {
    font-size: 15px;
  }

  .shipping-selected-copy small {
    font-size: 11.5px;
  }

  .shipping-form {
    grid-template-columns: 1fr;
  }

  .shipping-more-grid {
    grid-template-columns: 1fr;
  }

  .shipping-country-combobox .country-list.shipping-country-list {
    width: var(--ship-country-list-width, calc(100vw - 20px));
    max-height: var(--ship-country-list-height, 380px);
  }

  .modal-close {
    width: 40px;
    height: 40px;
  }

  .code-copy {
    min-height: 56px;
    font-size: 32px;
  }

  .support-float {
    right: 12px;
    bottom: 12px;
    width: 50px;
    height: 50px;
    min-height: 50px;
    padding: 0;
  }
}

@media (max-width: 430px) {
  .topbar,
  main {
    width: min(100% - 16px, 430px);
  }

  .brand-logo {
    width: 154px;
  }

  nav {
    gap: 3px;
    font-size: 11.5px;
  }

  nav a,
  .nav-action,
  .nav-my {
    min-height: 34px;
    padding: 6px 8px;
  }

  .hero-visual-window,
  .hero-slide,
  .hero-visual {
    min-height: 190px;
  }

  .hero-copy {
    padding: 16px;
  }

  .product-detail-summary-card h1 {
    font-size: 21px;
  }

  .product-detail-price strong {
    font-size: 24px;
  }

  .product-detail-specs div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .reward-actions {
    grid-template-columns: 0.72fr 1.45fr;
    gap: 6px;
  }

  .reward-actions .button {
    min-height: 38px;
    padding: 8px 7px;
    font-size: 11.5px;
  }

  .assist-invite-actions .button,
  .invite-actions .button {
    font-size: 12px;
  }

  .invite-actions {
    gap: 7px;
  }

  .claim-product-preview {
    min-height: 132px;
    margin: 10px 0 12px;
  }

  .claim-product-preview.has-custom-image img,
  .claim-product-preview img:not([hidden]) {
    min-height: 132px;
  }

  h1 {
    font-size: 31px;
  }

  h2,
  .claim-intro h2,
  .claim-guide h2 {
    font-size: 23px;
  }

  .starter-copy h2 {
    font-size: 17px;
  }

  .claim-guide h2 {
    font-size: 16px;
  }

  h3 {
    font-size: 20px;
  }

  .nav-my span {
    display: none;
  }

  .activity-strip,
  .starter-zone,
  .reward-section,
  .faq-section,
  .account-center,
  .site-footer {
    margin-top: 20px;
  }

  .activity-head span {
    font-size: 10px;
  }

  .activity-head strong {
    font-size: 16px;
  }

  .faq-head h2 {
    font-size: 20px;
  }

  .faq-section {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .faq-head .eyebrow {
    font-size: 8.5px;
  }

  .faq-head p:last-child {
    font-size: 11.5px;
  }

  .faq-accordion summary {
    grid-template-columns: minmax(0, 1fr) 24px;
    padding: 9px 9px 9px 10px;
    font-size: 11px;
  }

  .faq-accordion summary::after {
    width: 24px;
    height: 24px;
    font-size: 16px;
  }

  .mechanism-grid article {
    min-height: 108px;
    padding: 11px;
  }

  .mechanism-grid h2 {
    font-size: 15px;
  }

  .mechanism-grid p {
    font-size: 10.5px;
    line-height: 1.3;
  }

  .product-rows {
    grid-auto-columns: 282px;
  }

  .product-rows {
    grid-template-rows: repeat(2, minmax(320px, auto));
  }

  .product-rows.is-empty .reward-card {
    width: min(100%, 292px);
    min-height: 164px;
  }

}
