:root {
  --ink: #17171b;
  --ink-soft: #24242a;
  --paper: #f7f2e8;
  --paper-deep: #eee5d6;
  --red: #e4433d;
  --red-dark: #bc2e2a;
  --gold: #e7c06d;
  --blue: #507bbd;
  --white: #fffdf7;
  --muted: #6d6862;
  --line: rgba(23, 23, 27, 0.14);
  --radius: 22px;
  --shadow: 0 22px 60px rgba(21, 18, 17, 0.14);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  padding-bottom: 102px;
  background: var(--ink);
  color: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

html[lang="hi"] body {
  font-family: "Nirmala UI", "Noto Sans Devanagari", Mangal, sans-serif;
  line-height: 1.72;
}

html[lang="bn"] body {
  font-family: "Nirmala UI", "Noto Sans Bengali", Vrinda, sans-serif;
  line-height: 1.72;
}

html[lang="ar"] body,
html[lang="ur"] body {
  font-family: "Noto Naskh Arabic", "Segoe UI", Tahoma, Arial, sans-serif;
  line-height: 1.82;
}

html[lang="hi"] h1,
html[lang="hi"] h2,
html[lang="hi"] h3,
html[lang="bn"] h1,
html[lang="bn"] h2,
html[lang="bn"] h3,
html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ur"] h1,
html[lang="ur"] h2,
html[lang="ur"] h3 {
  font-family: inherit;
  line-height: 1.28;
  overflow-wrap: anywhere;
}

img,
video,
svg {
  display: block;
  max-width: 100%;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  border: 0;
}

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

button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: min(calc(100% - 32px), 1160px);
  margin-inline: auto;
}

.narrow {
  max-width: 860px;
}

.glass {
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.screen {
  min-height: 100vh;
  min-height: 100dvh;
}

.promise-strip {
  position: relative;
  z-index: 30;
  height: 32px;
  overflow: hidden;
  background: var(--red);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.promise-track {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: max-content;
  height: 32px;
  padding-inline: 16px;
}

.promise-track > span:nth-of-type(n + 4) {
  display: none;
}

.promise-track i {
  color: rgba(255, 255, 255, 0.55);
  font-size: 7px;
  font-style: normal;
}

.promise-track > span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.site-header {
  position: sticky;
  z-index: 25;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 62px;
  padding: 10px 16px;
  padding-top: max(10px, env(safe-area-inset-top));
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(23, 23, 27, 0.88);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  color: var(--white);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.brand em {
  color: var(--red);
  font-style: normal;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 7px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), transparent);
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 13px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.language-picker {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.language-picker::before {
  position: absolute;
  inset-inline-start: 9px;
  z-index: 1;
  font-size: 13px;
  content: "🌐";
  pointer-events: none;
}

.language-picker::after {
  position: absolute;
  inset-inline-end: 10px;
  color: var(--gold);
  font-size: 9px;
  content: "▼";
  pointer-events: none;
}

.language-picker select {
  width: 108px;
  min-height: 44px;
  padding-block: 8px;
  padding-inline: 30px 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  appearance: none;
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
  cursor: pointer;
  font-size: 16px;
  font-weight: 750;
}

.language-picker option {
  background: var(--ink);
  color: var(--white);
}

.unlock-pill {
  display: none;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.hero h1 {
  font-size: clamp(38px, 10vw, 64px);
  letter-spacing: -0.035em;
}

[dir="rtl"] .hero h1,
[dir="rtl"] .section-light h2,
[dir="rtl"] .trick-section h2,
[dir="rtl"] .trust-section h2,
[dir="rtl"] .final-cta h2 {
  letter-spacing: 0;
}

[dir="rtl"] .lane-card button {
  right: 24px;
  left: auto;
}

.unlock-pill.is-ready {
  border-color: rgba(231, 192, 109, 0.35);
  color: var(--gold);
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 5px rgba(228, 67, 61, 0.12);
}

.is-ready .status-dot {
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(231, 192, 109, 0.12);
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  min-height: calc(100vh - 94px);
  min-height: calc(100dvh - 94px);
  padding: 52px 0 66px;
  background:
    radial-gradient(circle at 50% 42%, rgba(228, 67, 61, 0.10), transparent 38%),
    linear-gradient(180deg, #17171b 0%, #1b1a1e 100%);
}

.hero::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 34px 34px;
  content: "";
  -webkit-mask-image: radial-gradient(circle, #000 10%, transparent 78%);
  mask-image: radial-gradient(circle, #000 10%, transparent 78%);
  pointer-events: none;
}

.hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 36px;
  min-width: 0;
}

.hero-copy {
  min-width: 0;
  text-align: center;
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--gold);
}

.eyebrow span {
  width: 18px;
  height: 1px;
  background: currentColor;
}

.hero h1,
.section-light h2,
.trick-section h2,
.trust-section h2,
.final-cta h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", "Songti SC", serif;
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 1.04;
}

.hero h1 {
  max-width: 680px;
  margin-inline: auto;
  font-size: clamp(42px, 13vw, 70px);
}

.hero h1 span {
  display: inline-block;
  color: var(--red);
  font-style: italic;
  text-shadow: 0 12px 38px rgba(228, 67, 61, 0.18);
}

.hero-lead {
  max-width: 590px;
  margin: 22px auto 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 16px;
  line-height: 1.75;
}

.hero-quick-pick {
  max-width: 360px;
  margin: 22px auto 0;
}

.hero-quick-pick > span {
  display: block;
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.hero-quick-pick > div {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
}

.hero-quick-pick.is-single {
  max-width: 118px;
}

.hero-quick-pick.is-single > div {
  grid-template-columns: 1fr;
}

.hero-quick-pick.is-single .quick-pick-card {
  transform: none;
}

.quick-pick-card {
  position: relative;
  width: 100%;
  aspect-ratio: 0.66;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 8px;
  background: #2c2a30;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.24);
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.quick-pick-card-1,
.quick-pick-card-5 { background: #6b282a; }
.quick-pick-card-2,
.quick-pick-card-4 { background: #30486d; }
.quick-pick-card-1 { transform: translateY(8px) rotate(-5deg); }
.quick-pick-card-2 { transform: translateY(3px) rotate(-2deg); }
.quick-pick-card-4 { transform: translateY(3px) rotate(2deg); }
.quick-pick-card-5 { transform: translateY(8px) rotate(5deg); }

.quick-pick-card.is-selected {
  z-index: 2;
  border-color: var(--gold);
  box-shadow: 0 12px 28px rgba(228, 67, 61, 0.32), 0 0 0 3px rgba(231, 192, 109, 0.15);
  transform: translateY(-4px) rotate(0deg) scale(1.04);
}

.quick-pick-card .card-back-pattern {
  inset: 5px;
}

.quick-pick-card .card-back-pattern i {
  font-size: 16px;
}

.quick-pick-card .card-back-pattern b {
  bottom: 5px;
  font-size: 6px;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 14px 20px;
  border-radius: 12px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 850;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:active {
  transform: translateY(2px);
}

.button-primary {
  background: linear-gradient(135deg, var(--red), #ef5b4f);
  box-shadow: 0 14px 32px rgba(228, 67, 61, 0.30);
  color: white;
}

.button-dark {
  background: var(--ink);
  color: var(--white);
}

.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 14px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.22);
  text-underline-offset: 5px;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  max-width: 520px;
  margin: 30px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.hero-proof div {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.hero-proof strong {
  color: var(--white);
  font-family: Georgia, serif;
  font-size: 22px;
}

.hero-proof span {
  color: rgba(255, 255, 255, 0.46);
  font-size: 10px;
  line-height: 1.4;
}

.hero-deck {
  position: relative;
  display: none;
  width: min(100%, 420px);
  height: 310px;
  margin-inline: auto;
}

.hero-card {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 134px;
  height: 202px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 14px;
  box-shadow: 0 30px 55px rgba(0, 0, 0, 0.30);
}

.hero-card::after {
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 9px;
  content: "";
}

.hero-card-left {
  z-index: 1;
  transform: translate(-118%, -44%) rotate(-13deg);
  background: #2d4166;
  color: rgba(255, 255, 255, 0.56);
}

.hero-card-right {
  z-index: 1;
  transform: translate(18%, -44%) rotate(13deg);
  background: #7a292a;
  color: rgba(255, 255, 255, 0.60);
}

.hero-card-center {
  z-index: 3;
  transform: translate(-50%, -50%);
  border-color: rgba(231, 192, 109, 0.55);
  background:
    radial-gradient(circle at center, rgba(231, 192, 109, 0.20), transparent 42%),
    linear-gradient(160deg, #2b292d, #111114);
  color: var(--gold);
}

.hero-card-center b {
  position: relative;
  z-index: 2;
  font-family: Georgia, serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
}

.hero-card-center small {
  position: relative;
  z-index: 2;
  margin-top: 10px;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1.5;
}

.hero-card-left span,
.hero-card-right span {
  font-family: Georgia, serif;
  font-size: 58px;
}

.orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(231, 192, 109, 0.13);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.orbit-one { width: 310px; height: 310px; }
.orbit-two { width: 230px; height: 230px; }

.spark {
  position: absolute;
  color: var(--gold);
  font-size: 16px;
}

.spark-one { top: 32px; right: 32px; }
.spark-two { bottom: 44px; left: 42px; font-size: 10px; }

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

.hero-glow-one {
  top: 12%;
  right: -100px;
  width: 240px;
  height: 240px;
  background: rgba(228, 67, 61, 0.07);
}

.hero-glow-two {
  bottom: 8%;
  left: -120px;
  width: 260px;
  height: 260px;
  background: rgba(80, 123, 189, 0.06);
}

.scroll-cue {
  position: absolute;
  bottom: 14px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 8px;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.36);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  white-space: nowrap;
}

.scroll-cue span {
  width: 26px;
  height: 1px;
  background: currentColor;
}

.section-light {
  background: var(--paper);
  color: var(--ink);
}

.pick-section,
.featured,
.faq,
.trick-section,
.trust-section,
.final-cta {
  padding: 78px 0;
  scroll-margin-top: 62px;
}

.section-light h2,
.trick-section h2,
.trust-section h2,
.final-cta h2 {
  font-size: clamp(36px, 10vw, 56px);
}

.pick-section .section-kicker,
.pick-section h2,
.pick-section .section-intro,
.faq > .container > p,
.faq > .container > h2 {
  text-align: center;
}

.section-intro {
  max-width: 580px;
  margin: 16px auto 0;
  color: var(--muted);
}

.card-fan {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  gap: 4px;
  width: 100%;
  max-width: 560px;
  min-height: 164px;
  margin: 36px auto 0;
}

.pick-card {
  position: relative;
  width: 100%;
  aspect-ratio: 0.64;
  padding: 5px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  background: #25242a;
  box-shadow: 0 13px 26px rgba(25, 21, 20, 0.20);
  cursor: pointer;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.pick-card::before {
  position: absolute;
  inset: 4px;
  border: 1px solid rgba(231, 192, 109, 0.4);
  border-radius: 6px;
  content: "";
}

.pick-card-1 { transform: translateY(18px) rotate(-8deg); background: #6b282a; }
.pick-card-2 { transform: translateY(5px) rotate(-4deg); background: #30486d; }
.pick-card-3 { transform: translateY(0); background: #302d31; }
.pick-card-4 { transform: translateY(5px) rotate(4deg); background: #30486d; }
.pick-card-5 { transform: translateY(18px) rotate(8deg); background: #6b282a; }

.pick-card.is-selected {
  z-index: 3;
  border-color: var(--gold);
  box-shadow: 0 18px 36px rgba(228, 67, 61, 0.24), 0 0 0 4px rgba(231, 192, 109, 0.14);
  transform: translateY(-10px) rotate(0deg) scale(1.05);
}

.card-back-pattern {
  position: absolute;
  inset: 8px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 4px;
  background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 6px);
  color: var(--gold);
}

.card-back-pattern::before,
.card-back-pattern::after {
  position: absolute;
  width: 70%;
  aspect-ratio: 1;
  border: 1px solid rgba(231, 192, 109, 0.22);
  transform: rotate(45deg);
  content: "";
}

.card-back-pattern::after { width: 42%; }

.card-back-pattern i,
.card-back-pattern b {
  position: relative;
  z-index: 2;
}

.card-back-pattern i {
  font-family: Georgia, serif;
  font-size: clamp(16px, 5vw, 28px);
  font-style: normal;
}

.card-back-pattern b {
  position: absolute;
  bottom: 9px;
  font-size: 7px;
}

.pick-hint {
  margin: 18px 0 30px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.pick-hint span {
  color: var(--red);
}

.match-result {
  display: grid;
  min-height: 160px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.56);
  box-shadow: var(--shadow);
}

.empty-result {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: var(--muted);
}

.empty-result > span {
  display: grid;
  place-items: center;
  flex: 0 0 62px;
  width: 62px;
  height: 84px;
  border: 1px dashed rgba(23, 23, 27, 0.24);
  border-radius: 10px;
  font-family: Georgia, serif;
  font-size: 32px;
}

.empty-result strong {
  display: block;
  color: var(--ink);
  line-height: 1.35;
}

.empty-result p {
  margin: 4px 0 0;
  font-size: 13px;
}

.match-result.has-result {
  grid-template-columns: 86px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
}

.result-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 86px;
  aspect-ratio: 0.65;
  border: 5px solid white;
  border-radius: 10px;
  box-shadow: 0 14px 28px rgba(23, 23, 27, 0.18);
  font-family: Georgia, serif;
}

.result-card span,
.result-card small {
  position: absolute;
  left: 8px;
  font-size: 13px;
  font-weight: 800;
}

.result-card span { top: 4px; }
.result-card small { right: 8px; bottom: 4px; left: auto; transform: rotate(180deg); }
.result-card b { font-size: 36px; }
.result-red { background: #fff7f2; color: var(--red); }
.result-blue { background: #f2f6ff; color: var(--blue); }
.result-gold { background: #fff9e9; color: #a4771d; }
.result-ink { background: #f6f3ec; color: var(--ink); }
.result-pending {
  background:
    radial-gradient(circle at center, rgba(231, 192, 109, 0.18), transparent 42%),
    #242329;
  color: var(--gold);
}

.reveal-copy h3::after {
  display: inline-block;
  width: 16px;
  margin-left: 5px;
  overflow: hidden;
  color: var(--red);
  vertical-align: bottom;
  content: "···";
}

.result-copy {
  min-width: 0;
}

.result-label {
  margin: 0 0 3px;
  color: var(--red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.result-copy h3 {
  margin: 0;
  font-family: Georgia, "Songti SC", serif;
  font-size: clamp(21px, 6vw, 30px);
  line-height: 1.2;
}

.result-copy > p:not(.result-label) {
  margin: 10px 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 10px 0 14px;
}

.tag-row span {
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--paper-deep);
  color: #59534e;
  font-size: 10px;
  font-weight: 800;
}

.result-copy .button {
  min-height: 44px;
  padding: 10px 15px;
  font-size: 13px;
}

.result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.result-actions .button-primary {
  flex: 1 1 170px;
}

.result-actions .button-dark {
  flex: 0 1 auto;
}

.trick-section,
.trust-section {
  position: relative;
  overflow: hidden;
  background: var(--ink);
}

.trick-section::before,
.trust-section::before {
  position: absolute;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(231, 192, 109, 0.08);
  border-radius: 50%;
  content: "";
}

.trick-section::before { top: -150px; right: -140px; }
.trust-section::before { bottom: -170px; left: -120px; }

.section-kicker-gold {
  color: var(--gold);
}

.trick-heading > p:last-child {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.58);
}

.trick-layout,
.trust-layout {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 36px;
}

.trick-demo {
  display: grid;
  gap: 14px;
}

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

.trick-tabs button {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
  min-height: 64px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.54);
  cursor: pointer;
  text-align: left;
}

.trick-tabs button.is-active {
  border-color: rgba(231, 192, 109, 0.35);
  background: rgba(231, 192, 109, 0.10);
  color: var(--white);
}

.trick-tabs span {
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 11px;
}

.trick-tabs strong {
  overflow: hidden;
  max-width: 100%;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.trick-panel {
  position: relative;
  min-height: 280px;
  padding: 30px 76px 30px 24px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 75% 30%, rgba(228, 67, 61, 0.13), transparent 36%),
    rgba(255, 255, 255, 0.045);
}

.trick-panel > p {
  margin: 0;
  color: var(--gold);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.trick-panel h3 {
  margin: 8px 0 8px;
  font-family: Georgia, "Songti SC", serif;
  font-size: 26px;
}

.trick-panel > span {
  display: block;
  color: rgba(255, 255, 255, 0.60);
  font-size: 14px;
}

.mini-hand {
  position: relative;
  width: 150px;
  height: 100px;
  margin: 0 0 22px;
}

.mini-hand i {
  position: absolute;
  top: 6px;
  left: 42px;
  width: 58px;
  height: 86px;
  border: 4px solid var(--paper);
  border-radius: 7px;
  background: #293c5e;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.24);
}

.mini-hand i:nth-child(1) { transform: translateX(-30px) rotate(-13deg); }
.mini-hand i:nth-child(2) { z-index: 2; background: #772e2e; }
.mini-hand i:nth-child(3) { transform: translateX(30px) rotate(13deg); background: #2b2a2f; }

.circle-next {
  position: absolute;
  right: 20px;
  bottom: 24px;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--red);
  color: white;
  cursor: pointer;
  font-size: 20px;
}

.section-heading-row {
  display: grid;
  gap: 18px;
  margin-bottom: 28px;
}

.section-heading-row > p {
  margin: 0;
  color: var(--muted);
}

.lane-grid {
  display: grid;
  gap: 14px;
}

.lane-card {
  position: relative;
  min-height: 290px;
  overflow: hidden;
  padding: 24px;
  border-radius: var(--radius);
  box-shadow: 0 18px 42px rgba(23, 23, 27, 0.11);
  color: white;
}

.lane-card::after {
  position: absolute;
  right: -55px;
  bottom: -85px;
  width: 180px;
  height: 220px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 18px;
  transform: rotate(20deg);
  content: "";
}

.lane-red { background: linear-gradient(145deg, #8c3333, #5f2225); }
.lane-blue { background: linear-gradient(145deg, #45699f, #273e61); }
.lane-gold { background: linear-gradient(145deg, #c99b43, #8a6426); }

.lane-number {
  color: rgba(255, 255, 255, 0.50);
  font-family: Georgia, serif;
  font-size: 12px;
}

.lane-symbol {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: 18px 0 26px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  font-family: Georgia, serif;
  font-size: 28px;
}

.lane-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.lane-card h3 {
  margin: 3px 0 5px;
  font-family: Georgia, "Songti SC", serif;
  font-size: 30px;
}

.lane-card > span:not(.lane-number) {
  display: block;
  max-width: 220px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

.lane-card button {
  position: absolute;
  z-index: 2;
  bottom: 22px;
  left: 24px;
  min-height: 44px;
  padding: 8px 0;
  background: transparent;
  color: white;
  cursor: pointer;
  font-size: 13px;
  font-weight: 850;
}

.trust-list {
  display: grid;
}

.trust-list article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.trust-list article:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.trust-list > article > span {
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 14px;
}

.trust-list h3 {
  margin: 0 0 5px;
  font-size: 17px;
}

.trust-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.54);
  font-size: 14px;
}

.faq {
  border-top: 1px solid var(--line);
}

.faq-list {
  margin-top: 30px;
  border-top: 1px solid var(--line);
}

.faq details {
  border-bottom: 1px solid var(--line);
}

.faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 66px;
  padding: 16px 0;
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: var(--red); font-size: 21px; font-weight: 400; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { margin: -4px 0 20px; color: var(--muted); font-size: 14px; }

.final-cta {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.final-cta::before,
.final-cta::after {
  position: absolute;
  top: 50%;
  width: 220px;
  height: 310px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  content: "";
}

.final-cta::before { left: -155px; transform: translateY(-50%) rotate(-20deg); }
.final-cta::after { right: -155px; transform: translateY(-50%) rotate(20deg); }

.final-cta-inner {
  position: relative;
  z-index: 2;
}

.final-symbol {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  border: 1px solid rgba(231, 192, 109, 0.34);
  border-radius: 50%;
  color: var(--gold);
}

.final-cta p {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.final-cta .button {
  width: min(100%, 320px);
  margin-top: 28px;
}

.final-cta small {
  display: block;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.34);
  font-size: 10px;
}

.site-footer {
  padding: 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #111114;
}

.site-footer .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 18px;
}

.site-footer span { color: var(--gold); font-weight: 900; }
.site-footer p { width: 100%; margin: 0; color: rgba(255, 255, 255, 0.40); font-size: 12px; }
.site-footer a { min-height: 44px; padding: 10px 0; color: rgba(255, 255, 255, 0.62); font-size: 12px; font-weight: 800; }

.sticky-unlock {
  position: fixed;
  z-index: 50;
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: env(safe-area-inset-bottom);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(20, 20, 24, 0.94);
  box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.24);
  opacity: 0;
  pointer-events: none;
  transform: translateY(calc(100% + env(safe-area-inset-bottom)));
  transition: opacity 220ms ease, transform 220ms ease;
}

.sticky-unlock.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.sticky-progress {
  height: 3px;
  background: rgba(255, 255, 255, 0.08);
}

.sticky-progress span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--red), var(--gold));
  transition: width 500ms linear;
}

.sticky-inner {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 76px;
  align-items: center;
  gap: 10px;
  width: min(calc(100% - 24px), 720px);
  min-height: 78px;
  margin-inline: auto;
  padding: 8px 0 10px;
}

.countdown-disc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(231, 192, 109, 0.34);
  border-radius: 50%;
  color: var(--gold);
  line-height: 1;
}

.countdown-disc strong { font-family: Georgia, serif; font-size: 17px; }
.countdown-disc span { margin-top: 2px; font-size: 7px; }
.countdown-disc.is-phase strong { font-size: 15px; letter-spacing: 0.04em; }

.sticky-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.sticky-copy strong {
  overflow: hidden;
  color: var(--white);
  font-size: 12px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sticky-copy span {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.42);
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sticky-button {
  min-width: 76px;
  min-height: 44px;
  padding: 8px 10px;
  border-radius: 9px;
  background: var(--red);
  color: white;
  cursor: pointer;
  font-size: 11px;
  font-weight: 850;
}

.sticky-button:disabled {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.36);
  cursor: not-allowed;
}

.sticky-unlock.is-ready .sticky-progress span { background: var(--gold); }

@media (min-width: 520px) {
  .promise-track > span:nth-of-type(n + 4) { display: inline-flex; }

  .hero-actions {
    flex-direction: row;
    justify-content: center;
  }

  .button-primary { min-width: 210px; }
  .unlock-pill { display: inline-flex; }
  .hero-proof span { font-size: 11px; }
  .match-result { padding: 28px; }
  .match-result.has-result { grid-template-columns: 120px minmax(0, 1fr); gap: 28px; }
  .result-card { width: 120px; }
  .result-card b { font-size: 48px; }
  .result-copy > p:not(.result-label) { font-size: 14px; }
}

@media (min-width: 720px) {
  body { padding-bottom: 112px; }
  .site-header { padding-inline: 28px; }
  .pick-section,
  .featured,
  .faq,
  .trick-section,
  .trust-section,
  .final-cta { padding: 104px 0; }
  .hero-layout { gap: 48px; }
  .hero-quick-pick { display: none; }
  .hero-deck { display: block; height: 370px; }
  .hero-card { width: 170px; height: 254px; border-radius: 18px; }
  .hero-card-left { transform: translate(-122%, -44%) rotate(-13deg); }
  .hero-card-right { transform: translate(22%, -44%) rotate(13deg); }
  .hero-card-center b { font-size: 78px; }
  .orbit-one { width: 370px; height: 370px; }
  .orbit-two { width: 280px; height: 280px; }
  .card-fan { gap: 9px; min-height: 210px; }
  .pick-card { border-radius: 13px; }
  .section-heading-row { grid-template-columns: minmax(0, 1.4fr) minmax(220px, 0.6fr); align-items: end; }
  .lane-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .lane-card { min-height: 340px; }
  .trick-demo { grid-template-columns: 170px minmax(0, 1fr); }
  .trick-tabs { grid-template-columns: 1fr; }
  .trick-tabs button { min-height: 78px; }
  .trick-tabs strong { font-size: 13px; }
  .trick-panel { min-height: 280px; padding-left: 34px; }
  .sticky-inner { grid-template-columns: 48px minmax(0, 1fr) 116px; gap: 14px; min-height: 86px; }
  .countdown-disc { width: 48px; height: 48px; }
  .sticky-copy strong { font-size: 14px; }
  .sticky-copy span { font-size: 10px; }
  .sticky-button { min-width: 116px; font-size: 13px; }
  .site-footer p { width: auto; flex: 1; }
}

@media (max-width: 719px) {
  .hero {
    min-height: calc(100svh - 94px);
    padding: 34px 0 42px;
  }

  .hero h1 { font-size: clamp(38px, 11.5vw, 56px); }
  .hero-lead { margin-top: 16px; line-height: 1.58; }
  .hero-actions { margin-top: 18px; }
  .hero-actions .button-primary { display: none; }
  .hero-proof { margin-top: 20px; padding-top: 16px; }
  .scroll-cue { display: none; }
}

@media (min-width: 1024px) {
  .promise-track { gap: 24px; }
  .site-header { padding-inline: max(32px, calc((100vw - 1160px) / 2)); }
  .hero { min-height: calc(100vh - 94px); min-height: calc(100dvh - 94px); }
  .hero-layout { grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr); align-items: center; }
  .hero-copy { text-align: left; }
  [dir="rtl"] .hero-copy { text-align: right; }
  .hero h1,
  .hero-lead { margin-left: 0; }
  .hero-actions { justify-content: flex-start; }
  .hero-proof { margin-left: 0; }
  .hero-deck { height: 470px; }
  .hero-card { width: 196px; height: 292px; }
  .hero-card-center b { font-size: 92px; }
  .orbit-one { width: 450px; height: 450px; }
  .orbit-two { width: 330px; height: 330px; }
  .trick-layout,
  .trust-layout { grid-template-columns: minmax(0, 0.86fr) minmax(500px, 1.14fr); align-items: center; gap: 84px; }
  .section-heading-row { margin-bottom: 40px; }
  .lane-card { min-height: 390px; padding: 30px; }
  .lane-card h3 { font-size: 36px; }
  .lane-card button { bottom: 28px; left: 30px; }
  [dir="rtl"] .lane-card button { right: 30px; left: auto; }
  .trust-list article { grid-template-columns: 52px minmax(0, 1fr); padding: 26px 0; }
}

@media (max-height: 520px) and (orientation: landscape) {
  .hero { min-height: auto; padding: 42px 0 52px; }
  .hero-layout { grid-template-columns: 1.1fr 0.9fr; align-items: center; gap: 20px; }
  .hero-copy { text-align: left; }
  .hero h1 { margin-left: 0; font-size: 42px; }
  .hero-lead { display: none; }
  .hero-actions { flex-direction: row; justify-content: flex-start; margin-top: 18px; }
  .hero-proof { display: none; }
  .hero-deck { height: 250px; }
  .hero-card { width: 104px; height: 158px; }
  .hero-card-center b { font-size: 46px; }
  .scroll-cue { display: none; }
  .sticky-inner { min-height: 64px; }
}

@media (hover: hover) {
  .button:hover { transform: translateY(-2px); }
  .button-primary:hover { box-shadow: 0 18px 40px rgba(228, 67, 61, 0.38); }
  .pick-card:hover { transform: translateY(-7px) rotate(0deg); }
  .lane-card button:hover,
  .text-link:hover { color: var(--gold); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
