:root {
  --bg: #0d0b1e;
  --bg-deep: #090713;
  --surface: #171130;
  --surface-elevated: #201840;
  --gold: #c9a844;
  --gold-light: #e2c870;
  --violet: #9b7ff4;
  --text: #ede8f9;
  --text-secondary: #b9add2;
  --text-muted: #9284ae;
  --border: rgba(155, 127, 244, .2);
  --gold-border: rgba(226, 200, 112, .4);
  --font-display: "Playfair Display", Georgia, serif;
  --font-body: "Nunito", system-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 52% 4%, rgba(124, 92, 191, .23), transparent 34rem), var(--bg);
  font: 16px/1.55 var(--font-body);
  -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; }
.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;
  min-height: 74px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; }
.brand img { width: 38px; height: 38px; border-radius: 11px; box-shadow: 0 5px 18px rgba(155, 127, 244, .22); }
.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-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: 48px 0 76px; gap: 52px; }
.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: 740px; margin-bottom: 20px; font-size: clamp(2.6rem, 10vw, 4.8rem); font-weight: 600; line-height: 1.01; letter-spacing: -.04em; }
.hero-lead { max-width: 630px; margin-bottom: 26px; color: var(--text-secondary); font-size: clamp(1.03rem, 2.6vw, 1.2rem); line-height: 1.65; }
.gift-card { display: flex; max-width: 540px; min-height: 80px; margin-bottom: 26px; padding: 14px 16px; align-items: center; gap: 14px; border: 1px solid var(--gold-border); border-radius: 18px; background: linear-gradient(135deg, rgba(201, 168, 68, .12), rgba(155, 127, 244, .08)); }
.gift-icon { display: grid; flex: 0 0 48px; width: 48px; height: 48px; place-items: center; border-radius: 14px; color: var(--gold-light); background: rgba(201, 168, 68, .12); }
.gift-card strong, .gift-card small { display: block; }
.gift-card strong { margin-bottom: 2px; font-size: 1.05rem; }
.gift-card small { color: var(--text-secondary); font-size: .82rem; }
.primary-cta { display: inline-flex; width: 100%; min-height: 58px; padding: 0 24px; align-items: center; justify-content: center; gap: 10px; border-radius: 999px; color: #1b1405; background: linear-gradient(135deg, var(--gold-light), var(--gold)); box-shadow: 0 12px 36px rgba(201, 168, 68, .23); 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; }
.natal-chart-art { width: min(430px, 94vw); aspect-ratio: 1; filter: drop-shadow(0 24px 64px rgba(0, 0, 0, .44)); }
.natal-chart-art img { display: block; width: 100%; height: 100%; object-fit: contain; clip-path: circle(38.4% at 50% 49.1%); filter: drop-shadow(0 0 28px rgba(139, 92, 246, .42)); }
.profile-chips { position: absolute; bottom: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.profile-chips span { padding: 8px 11px; border: 1px solid var(--border); border-radius: 999px; color: var(--text-secondary); background: rgba(23, 17, 48, .92); font-size: .75rem; font-weight: 700; }
.profile-chips b { margin-right: 4px; color: var(--gold-light); }

.section { width: min(1100px, calc(100% - 32px)); margin: 0 auto; padding: 74px 0; }
.section-heading { max-width: 670px; }
.section-heading--center { margin: 0 auto; text-align: center; }
.section h2, .final-cta h2 { margin-bottom: 18px; font-size: clamp(2.1rem, 7vw, 3.45rem); font-weight: 600; line-height: 1.08; }
.section-heading > p:last-child, .final-cta > p { color: var(--text-secondary); font-size: 1.02rem; }
.contents { border-top: 1px solid var(--border); }
.feature-grid { display: grid; gap: 14px; margin-top: 36px; }
.feature-grid article { position: relative; min-height: 200px; padding: 25px; overflow: hidden; border: 1px solid var(--border); border-radius: 22px; background: rgba(23, 17, 48, .8); }
.feature-grid article > span { position: absolute; top: 15px; right: 18px; color: rgba(237, 232, 249, .11); font: 700 3rem/1 var(--font-display); }
.feature-grid h3 { max-width: 240px; margin: 58px 0 9px; font-size: 1.1rem; }
.feature-grid p { margin: 0; color: var(--text-secondary); font-size: .92rem; }
.steps { border-top: 1px solid var(--border); }
.step-list { display: grid; max-width: 820px; margin: 36px auto 0; padding: 0; gap: 12px; list-style: none; }
.step-list li { display: flex; min-height: 104px; padding: 18px; align-items: center; gap: 16px; border: 1px solid var(--border); border-radius: 20px; background: rgba(23, 17, 48, .74); }
.step-list li > span, .privacy-icon { display: grid; flex: 0 0 52px; width: 52px; height: 52px; place-items: center; border-radius: 15px; color: var(--gold-light); background: rgba(201, 168, 68, .1); }
.step-list strong { display: block; margin-bottom: 4px; }
.step-list p { margin: 0; color: var(--text-secondary); font-size: .9rem; }
.privacy { display: grid; gap: 20px; padding: 44px 24px; border: 1px solid var(--gold-border); border-radius: 24px; background: linear-gradient(135deg, rgba(31, 24, 64, .96), rgba(23, 17, 48, .96)); }
.privacy-icon { margin: 0; }
.privacy h2 { max-width: 810px; font-size: clamp(1.9rem, 6vw, 3rem); }
.privacy p { max-width: 820px; color: var(--text-secondary); }
.privacy a { display: inline-flex; align-items: center; gap: 7px; color: var(--gold-light); font-weight: 800; }
.privacy a .icon { width: 17px; }
.final-cta { position: relative; width: min(880px, calc(100% - 32px)); margin: 84px auto; padding: 64px 24px; overflow: hidden; border: 1px solid var(--gold-border); border-radius: 28px; background: radial-gradient(circle at 50% 0, rgba(155, 127, 244, .25), transparent 56%), var(--surface); text-align: center; }
.final-cta > p { max-width: 620px; margin: 0 auto 26px; }
.final-cta .primary-cta { max-width: 370px; }
.final-cta small { display: block; max-width: 620px; margin: 18px auto 0; color: var(--text-muted); font-size: .75rem; }
.site-footer { display: grid; width: min(1100px, calc(100% - 32px)); margin: 0 auto; padding: 32px 0 100px; gap: 18px; border-top: 1px solid var(--border); color: var(--text-muted); font-size: .8rem; }
.footer-brand img { width: 28px; height: 28px; border-radius: 8px; }
.footer-brand span { color: var(--text); font-size: 1rem; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 12px 20px; }
.site-footer nav a { color: var(--text-secondary); }
.site-footer p { margin: 0; }
.mobile-bar { position: fixed; z-index: 30; right: 0; bottom: 0; left: 0; padding: 10px 16px max(10px, env(safe-area-inset-bottom)); border-top: 1px solid var(--border); background: rgba(9, 7, 19, .92); backdrop-filter: blur(14px); }
.mobile-bar a { display: flex; min-height: 50px; align-items: center; justify-content: center; gap: 8px; border-radius: 999px; color: #1b1405; background: linear-gradient(135deg, var(--gold-light), var(--gold)); text-decoration: none; font-weight: 800; }

@media (hover: hover) {
  .header-cta:hover { background: rgba(201, 168, 68, .09); transform: translateY(-1px); }
  .primary-cta:hover { box-shadow: 0 16px 42px rgba(201, 168, 68, .32); transform: translateY(-2px); }
  .site-footer a:hover, .privacy a:hover { color: var(--text); }
}
@media (min-width: 720px) {
  .header-cta { display: inline-flex; }
  .primary-cta { width: auto; min-width: 330px; }
  .cta-note { justify-content: flex-start; }
  .feature-grid { grid-template-columns: repeat(3, 1fr); }
  .privacy { grid-template-columns: auto 1fr; padding: 54px; }
  .site-footer { grid-template-columns: 1fr auto; align-items: center; padding-bottom: 42px; }
  .site-footer p { grid-column: 1 / -1; }
  .mobile-bar { display: none; }
}
@media (min-width: 960px) {
  .hero { grid-template-columns: minmax(0, 1.12fr) minmax(380px, .88fr); align-items: center; min-height: 680px; padding: 54px 0 86px; }
  .hero-visual { min-height: 500px; }
  .natal-chart-art { width: min(510px, 43vw); }
  .profile-chips { bottom: 12px; }
  .step-list { grid-template-columns: repeat(3, 1fr); max-width: none; }
  .step-list li { min-height: 220px; align-items: flex-start; flex-direction: column; padding: 24px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
