:root {
  --bg: #0d0b1e;
  --bg-deep: #090713;
  --surface: #171130;
  --surface-elevated: #1f1840;
  --gold: #c9a844;
  --gold-light: #e2c870;
  --violet: #9b7ff4;
  --violet-mid: #7c5cbf;
  --text: #ede8f9;
  --text-secondary: #b9add2;
  --text-muted: #9284ae;
  --success: #67c58a;
  --border: rgba(155, 127, 244, .18);
  --gold-border: rgba(201, 168, 68, .34);
  --shadow: 0 24px 70px rgba(0, 0, 0, .42);
  --font-display: "Playfair Display", Georgia, serif;
  --font-body: "Nunito", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }

html {
  color-scheme: dark;
  scroll-behavior: smooth;
}

body {
  min-width: 0;
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 50% 8%, rgba(124, 92, 191, .2), transparent 34rem),
    var(--bg);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; }
.icon { width: 1.25rem; height: 1.25rem; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: 10px;
  color: var(--bg);
  background: var(--gold-light);
  font-weight: 800;
  transform: translateY(-160%);
  transition: transform .2s ease-out;
}

.skip-link:focus { transform: translateY(0); }

:focus-visible {
  outline: 3px solid var(--gold-light);
  outline-offset: 4px;
}

.site-header {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 32px));
  min-height: 72px;
  margin: 0 auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
}

.brand img {
  width: 36px;
  height: 36px;
  border-radius: 11px;
  box-shadow: 0 4px 16px rgba(155, 127, 244, .2);
}
.brand span, .footer-brand span { font: 700 1.35rem/1 var(--font-display); }
.brand small {
  margin-left: 2px;
  padding: 3px 8px;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--text-secondary);
  background: rgba(155, 127, 244, .08);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.header-cta {
  display: none;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  border: 1px solid var(--gold-border);
  border-radius: 999px;
  color: var(--gold-light);
  text-decoration: none;
  font-size: .9rem;
  font-weight: 800;
  transition: background-color .2s ease, transform .2s ease;
}

main { overflow: hidden; }

.hero {
  display: grid;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 44px 0 72px;
  gap: 48px;
}

.hero-copy { position: relative; z-index: 2; }

.eyebrow, .section-kicker {
  margin: 0 0 12px;
  color: var(--gold-light);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.eyebrow { display: flex; align-items: center; gap: 8px; }
.eyebrow .icon { width: 18px; height: 18px; }

h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--font-display); text-wrap: balance; }

h1 {
  max-width: 760px;
  margin-bottom: 20px;
  font-size: clamp(2.45rem, 9vw, 4.65rem);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -.035em;
}

.hero-lead {
  max-width: 650px;
  margin-bottom: 28px;
  color: var(--text-secondary);
  font-size: clamp(1.02rem, 2.6vw, 1.18rem);
  line-height: 1.65;
}

.offer-list { display: grid; gap: 12px; margin-bottom: 26px; }

.offer-card {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 72px;
  padding: 13px 15px;
  border: 1px solid rgba(103, 197, 138, .25);
  border-radius: 16px;
  background: rgba(46, 105, 72, .12);
}

.offer-card--accent {
  border-color: var(--gold-border);
  background: rgba(201, 168, 68, .08);
}

.offer-icon {
  display: grid;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 13px;
  color: var(--success);
  background: rgba(103, 197, 138, .1);
}

.offer-card--accent .offer-icon { color: var(--gold-light); background: rgba(201, 168, 68, .1); }
.offer-card strong, .offer-card small { display: block; }
.offer-card strong { margin-bottom: 2px; font-size: .98rem; line-height: 1.35; }
.offer-card small { color: var(--text-secondary); font-size: .78rem; line-height: 1.4; }

.primary-cta {
  display: inline-flex;
  width: 100%;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border-radius: 999px;
  color: #1b1405;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  box-shadow: 0 10px 34px rgba(201, 168, 68, .22);
  text-align: center;
  text-decoration: none;
  font-weight: 800;
  transition: box-shadow .2s ease, transform .2s ease;
}

.cta-note {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px 14px;
  margin: 12px 0 0;
  color: var(--text-muted);
  font-size: .75rem;
}

.cta-note span:not(:last-child)::after { content: "·"; margin-left: 14px; }

.hero-visual {
  position: relative;
  display: grid;
  min-height: 430px;
  place-items: center;
  isolation: isolate;
}

.hero-visual::before {
  position: absolute;
  z-index: -2;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(155, 127, 244, .3), transparent 68%);
  content: "";
}

.orbit {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(201, 168, 68, .22);
  border-radius: 50%;
}

.orbit--outer { width: 390px; max-width: 95vw; aspect-ratio: 1; border-style: dashed; }
.orbit--inner { width: 290px; max-width: 72vw; aspect-ratio: 1; border-color: rgba(155, 127, 244, .25); }

.card-fan { position: relative; width: min(350px, 88vw); height: 330px; }
.tarot-card {
  position: absolute;
  top: 20px;
  left: 50%;
  width: 150px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(226, 200, 112, .7);
  border-radius: 12px;
  background: var(--surface);
  box-shadow: var(--shadow);
  transform-origin: 50% 90%;
}

.tarot-card img { width: 100%; height: auto; }
.tarot-card--left { transform: translateX(-102%) rotate(-13deg); }
.tarot-card--center { z-index: 2; top: 0; transform: translateX(-50%); }
.tarot-card--right { transform: translateX(2%) rotate(13deg); }

.visual-caption {
  position: absolute;
  bottom: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--text-secondary);
  background: rgba(23, 17, 48, .9);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
  font-size: .78rem;
  font-weight: 700;
}

.visual-caption .icon { color: var(--gold-light); }

.section {
  width: min(1100px, calc(100% - 32px));
  margin: 0 auto;
  padding: 72px 0;
}

.section h2, .final-cta h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 7vw, 3.3rem);
  font-weight: 600;
  line-height: 1.1;
}

.steps { border-top: 1px solid var(--border); text-align: center; }
.step-grid { display: grid; gap: 14px; margin-top: 34px; text-align: left; }

.step-card {
  position: relative;
  min-height: 230px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: rgba(23, 17, 48, .8);
}

.step-number {
  position: absolute;
  top: 16px;
  right: 18px;
  color: rgba(237, 232, 249, .12);
  font: 700 2.7rem/1 var(--font-display);
}

.step-icon, .privacy-icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 14px;
  color: var(--gold-light);
  background: rgba(201, 168, 68, .1);
}

.step-card h3 { margin-bottom: 9px; font-size: 1.1rem; }
.step-card p { margin: 0; color: var(--text-secondary); font-size: .92rem; }

.benefits { display: grid; gap: 34px; }
.benefits-heading > p:last-child { margin: 0; color: var(--text-secondary); font-size: 1.02rem; }
.benefit-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }

.benefit-list li {
  display: flex;
  gap: 14px;
  padding: 18px;
  border-bottom: 1px solid var(--border);
  color: var(--text-secondary);
  font-size: .9rem;
}

.benefit-list .icon { flex: 0 0 22px; color: var(--success); }
.benefit-list strong { display: block; margin-bottom: 3px; color: var(--text); font-size: 1rem; }

.section.privacy {
  display: grid;
  padding: 28px;
  border: 1px solid var(--gold-border);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(31, 24, 64, .92), rgba(19, 16, 42, .94));
  box-shadow: var(--shadow);
}

.privacy h2 { font-size: clamp(1.8rem, 6vw, 2.6rem); }
.privacy p:not(.section-kicker) { color: var(--text-secondary); }
.privacy a { display: inline-flex; min-height: 44px; align-items: center; gap: 8px; color: var(--gold-light); font-weight: 800; text-underline-offset: 4px; }
.privacy a .icon { width: 18px; height: 18px; }

.final-cta {
  position: relative;
  width: min(1100px, calc(100% - 32px));
  margin: 32px auto 72px;
  padding: 48px 22px;
  overflow: hidden;
  border: 1px solid var(--gold-border);
  border-radius: 26px;
  background: var(--surface);
  text-align: center;
  isolation: isolate;
}

.final-glow {
  position: absolute;
  z-index: -1;
  top: -180px;
  left: 50%;
  width: 480px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(155, 127, 244, .3), transparent 70%);
  transform: translateX(-50%);
}

.final-cta > p:not(.section-kicker) { max-width: 580px; margin: 0 auto 24px; color: var(--text-secondary); }
.final-cta .primary-cta { max-width: 360px; }
.final-cta small { display: block; margin-top: 14px; color: var(--text-muted); }

.site-footer {
  width: min(1100px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 112px;
  border-top: 1px solid var(--border);
  color: var(--text-muted);
  font-size: .78rem;
  text-align: center;
}

.footer-brand { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; color: var(--text); }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 18px; margin-bottom: 16px; }
.site-footer nav a { min-height: 44px; align-content: center; color: var(--text-secondary); text-underline-offset: 4px; }
.site-footer p { margin: 0; }

.mobile-bar {
  position: fixed;
  z-index: 50;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px 16px max(10px, env(safe-area-inset-bottom));
  border-top: 1px solid var(--border);
  background: rgba(13, 11, 30, .93);
  backdrop-filter: blur(16px);
}

.mobile-bar a {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 999px;
  color: #1b1405;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  text-decoration: none;
  font-weight: 800;
}

@media (hover: hover) {
  .primary-cta:hover, .mobile-bar a:hover { box-shadow: 0 14px 42px rgba(201, 168, 68, .34); transform: translateY(-2px); }
  .header-cta:hover { background: rgba(201, 168, 68, .08); transform: translateY(-1px); }
  .privacy a:hover, .site-footer a:hover { color: var(--gold-light); }
}

@media (min-width: 680px) {
  .site-header { min-height: 84px; }
  .header-cta { display: inline-flex; }
  .hero { padding-top: 72px; }
  .offer-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .primary-cta { width: auto; min-width: 330px; }
  .cta-note { justify-content: flex-start; }
  .step-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .benefits { grid-template-columns: minmax(0, 1fr) minmax(0, .9fr); align-items: center; }
  .section.privacy { grid-template-columns: auto 1fr; gap: 24px; padding: 38px; }
  .site-footer { padding-bottom: 40px; }
  .mobile-bar { display: none; }
}

@media (min-width: 960px) {
  .hero { grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr); align-items: center; min-height: 690px; padding: 44px 0 96px; }
  .hero-visual { min-height: 520px; }
  .card-fan { width: 430px; height: 390px; }
  .tarot-card { width: 176px; }
  .visual-caption { bottom: 24px; }
  .section { padding: 96px 0; }
  .final-cta { padding: 70px 36px; }
}

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