:root {
  color-scheme: light;
  --ink: #21192d;
  --night: #16101f;
  --plum: #392444;
  --berry: #b82f6c;
  --rose: #e56b8c;
  --gold: #f2c778;
  --cream: #fff6e8;
  --paper: #fffdf9;
  --sage: #77a99e;
  --muted: #6e6474;
  --line: rgba(57, 36, 68, .15);
  --shadow: 0 24px 80px rgba(33, 25, 45, .14);
  --display: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 92% 12%, rgba(229, 107, 140, .10), transparent 28rem),
    linear-gradient(180deg, #fffaf5 0%, var(--paper) 42%, #fff8f2 100%);
  font-family: var(--sans);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
img { max-width: 100%; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 20; padding: 10px 14px; background: var(--cream); color: var(--night); border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header { position: relative; z-index: 10; padding: 24px 0; }
.nav { display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; margin-right: auto; text-decoration: none; font-weight: 750; letter-spacing: -.02em; }
.brand-mark { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50% 50% 48% 52%; color: var(--cream); background: var(--night); box-shadow: inset 0 0 0 1px rgba(255,255,255,.13); transform: rotate(-6deg); }
.brand-mark svg { width: 18px; transform: rotate(6deg); }
.nav-links { display: flex; align-items: center; gap: 23px; font-size: .92rem; font-weight: 650; }
.nav-links a { text-decoration: none; }
.nav-links a:not(.nav-cta):hover { color: var(--berry); }
.nav-cta { padding: 9px 15px; border-radius: 999px; color: var(--cream); background: var(--night); }

.hero { position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(290px, .68fr); align-items: center; gap: clamp(36px, 7vw, 90px); min-height: 700px; padding: clamp(44px, 7vw, 86px); border-radius: 38px; color: var(--cream); background: linear-gradient(145deg, #130e1c 0%, #281832 58%, #412448 100%); box-shadow: var(--shadow); isolation: isolate; }
.hero::before { content: ""; position: absolute; width: 600px; height: 600px; right: -180px; top: -250px; border: 1px solid rgba(242,199,120,.28); border-radius: 47% 53% 51% 49%; box-shadow: 0 0 0 70px rgba(242,199,120,.035), 0 0 0 140px rgba(229,107,140,.025); transform: rotate(18deg); z-index: -1; }
.hero::after { content: ""; position: absolute; width: 420px; height: 420px; left: -300px; bottom: -230px; background: var(--rose); border-radius: 50%; filter: blur(70px); opacity: .23; z-index: -1; }
.eyebrow { margin: 0 0 20px; color: var(--gold); font-size: .76rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.hero h1 { max-width: 760px; margin: 0; font-family: var(--display); font-size: clamp(3.6rem, 7.2vw, 7rem); font-weight: 500; letter-spacing: -.065em; line-height: .91; }
.hero h1 em { color: var(--gold); font-style: italic; font-weight: 400; }
.hero-copy { max-width: 630px; margin: 28px 0 30px; color: rgba(255,246,232,.78); font-size: clamp(1.04rem, 1.7vw, 1.22rem); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 20px; border: 1px solid transparent; border-radius: 999px; font-weight: 780; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--night); background: var(--gold); box-shadow: 0 10px 28px rgba(242,199,120,.18); }
.button-secondary { border-color: rgba(255,246,232,.32); color: var(--cream); background: rgba(255,255,255,.05); }
.launch-note { margin: 17px 0 0; color: rgba(255,246,232,.58); font-size: .84rem; }

.product-stage { position: relative; justify-self: center; width: min(100%, 345px); }
.phone { position: relative; padding: 10px; border: 1px solid rgba(255,255,255,.26); border-radius: 35px; background: rgba(255,255,255,.09); box-shadow: 0 38px 80px rgba(0,0,0,.38); transform: rotate(2.2deg); }
.phone img { display: block; width: 100%; height: auto; border-radius: 26px; }
.proof-chip { position: absolute; left: -54px; bottom: 12%; width: 180px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; background: rgba(25,16,32,.86); box-shadow: 0 18px 35px rgba(0,0,0,.25); backdrop-filter: blur(12px); transform: rotate(-4deg); }
.proof-chip strong { display: block; color: var(--gold); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.proof-chip span { display: block; margin-top: 4px; color: rgba(255,246,232,.78); font-size: .85rem; line-height: 1.35; }

.section { padding: clamp(76px, 10vw, 132px) 0 0; }
.section-intro { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(30px, 7vw, 90px); align-items: start; margin-bottom: 40px; }
.section-intro h2, .cta-panel h2 { max-width: 800px; margin: 0; font-family: var(--display); font-size: clamp(2.5rem, 5vw, 4.9rem); font-weight: 500; letter-spacing: -.055em; line-height: .98; }
.section-intro p { max-width: 590px; margin: 0; color: var(--muted); font-size: 1.06rem; }
.kicker { color: var(--berry) !important; font-size: .76rem !important; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.step { padding: 31px 28px 30px 0; }
.step + .step { padding-left: 28px; border-left: 1px solid var(--line); }
.step-no { color: var(--berry); font-family: var(--display); font-size: 1rem; font-style: italic; }
.step h3 { margin: 34px 0 9px; font-family: var(--display); font-size: 1.72rem; font-weight: 600; letter-spacing: -.03em; }
.step p { margin: 0; color: var(--muted); }

.quality { overflow: hidden; position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(34px, 8vw, 100px); align-items: center; padding: clamp(40px, 7vw, 78px); border-radius: 34px; color: var(--cream); background: #201629; }
.quality::after { content: "S"; position: absolute; right: -22px; bottom: -160px; color: rgba(242,199,120,.045); font-family: var(--display); font-size: 33rem; line-height: 1; pointer-events: none; }
.quality h2 { margin: 0 0 18px; font-family: var(--display); font-size: clamp(2.6rem, 5vw, 4.7rem); font-weight: 500; letter-spacing: -.055em; line-height: .98; }
.quality-copy { color: rgba(255,246,232,.72); }
.quality-list { position: relative; z-index: 1; display: grid; gap: 12px; }
.quality-item { display: grid; grid-template-columns: auto 1fr; gap: 14px; padding: 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.045); }
.quality-item span { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 50%; color: var(--night); background: var(--gold); font-weight: 800; }
.quality-item strong { display: block; margin-bottom: 3px; }
.quality-item p { margin: 0; color: rgba(255,246,232,.64); font-size: .9rem; }

.modes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.mode { min-height: 250px; padding: 26px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.68); box-shadow: 0 18px 46px rgba(57,36,68,.055); }
.mode:nth-child(2) { transform: translateY(24px); }
.mode-mark { color: var(--berry); font-family: var(--display); font-size: 2rem; font-style: italic; }
.mode h3 { margin: 42px 0 10px; font-family: var(--display); font-size: 1.65rem; letter-spacing: -.03em; }
.mode p { margin: 0; color: var(--muted); }

.cta-panel { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(34px, 7vw, 80px); align-items: center; padding: clamp(38px, 7vw, 78px); border: 1px solid rgba(184,47,108,.15); border-radius: 34px; background: linear-gradient(135deg, #fff0e1, #fff8f7 62%, #f8e8ef); }
.cta-panel p { color: var(--muted); }
.email-card { padding: 25px; border-radius: 22px; color: var(--cream); background: var(--night); box-shadow: 0 22px 50px rgba(33,25,45,.18); }
.email-card strong { display: block; margin-bottom: 8px; font-family: var(--display); font-size: 1.45rem; }
.email-card p { margin: 0 0 18px; color: rgba(255,246,232,.68); font-size: .92rem; }
.email-card .button { width: 100%; }

.disclaimer { max-width: 820px; margin: 68px auto 0; padding-left: 22px; border-left: 3px solid var(--sage); color: var(--muted); font-size: .91rem; }
.site-footer { margin-top: 100px; padding: 34px 0 42px; border-top: 1px solid var(--line); color: var(--muted); font-size: .88rem; }
.footer-grid { display: flex; flex-wrap: wrap; gap: 18px 26px; align-items: center; }
.footer-grid p { margin: 0 auto 0 0; }
.footer-grid a { text-underline-offset: 3px; }

.legal-main { width: min(790px, calc(100% - 40px)); margin: 70px auto 0; }
.legal-main h1 { margin: 0 0 16px; font-family: var(--display); font-size: clamp(3rem, 7vw, 5.5rem); font-weight: 500; letter-spacing: -.055em; line-height: .95; }
.legal-main h2 { margin: 44px 0 10px; font-family: var(--display); font-size: 1.75rem; letter-spacing: -.03em; }
.legal-main p, .legal-main li { color: var(--muted); }
.legal-main .lede { font-size: 1.14rem; }
.effective { display: inline-block; margin: 6px 0 18px; padding: 7px 11px; border-radius: 999px; color: var(--berry) !important; background: rgba(184,47,108,.08); font-size: .79rem; font-weight: 700; }

a:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
@media (max-width: 880px) {
  .nav-links a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .product-stage { width: min(78%, 340px); }
  .section-intro, .quality, .cta-panel { grid-template-columns: 1fr; }
  .steps, .modes { grid-template-columns: 1fr; }
  .step + .step { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .mode:nth-child(2) { transform: none; }
}
@media (max-width: 560px) {
  .shell { width: min(100% - 24px, 1180px); }
  .site-header { padding: 16px 0; }
  .hero { padding: 34px 24px 42px; border-radius: 25px; }
  .hero h1 { font-size: clamp(3rem, 16vw, 4.25rem); }
  .product-stage { width: min(88%, 320px); }
  .proof-chip { left: -24px; width: 155px; }
  .section { padding-top: 84px; }
  .quality, .cta-panel { padding: 34px 24px; border-radius: 25px; }
  .footer-grid { align-items: flex-start; flex-direction: column; }
  .footer-grid p { margin-right: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
  .phone, .proof-chip { transform: none; }
}
