:root {
  --ink: #10163f;
  --muted: #4d5575;
  --purple: #6c47ff;
  --purple-dark: #5130dc;
  --lilac: #f1ecff;
  --green: #20c76a;
  --cream: #fffaf3;
  --line: rgba(21, 20, 44, .1);
  --shadow: 0 24px 70px rgba(35, 22, 91, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

.hero { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: clamp(38px, 5vw, 72px); width: min(1220px, calc(100% - 64px)); min-height: 620px; margin: 0 auto; padding: 44px 0 54px; }
.eyebrow { margin: 0 0 22px; color: var(--purple); font-size: 13px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(32, 199, 106, .13); }
.hero h1 { margin: 0; font-size: clamp(48px, 5.2vw, 64px); line-height: 1.02; letter-spacing: -.035em; }
.hero h1 em { color: var(--purple); font-style: normal; }
.hero-lead { max-width: 520px; margin: 22px 0 0; color: var(--muted); font-size: 18px; line-height: 1.65; font-weight: 600; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 54px; padding: 0 26px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: #fff; background: linear-gradient(135deg, var(--purple), #805dff); box-shadow: 0 16px 32px rgba(108, 67, 255, .25); }
.button.secondary { border-color: var(--line); background: #fff; }
.availability { margin: 18px 0 0; color: #76788b; font-size: 13px; }
.hero-visual { min-width: 0; }
.photo-frame { position: relative; overflow: visible; padding: 14px; border: 1px solid var(--line); border-radius: 32px; background: linear-gradient(135deg, rgba(241,236,255,.84), #fff); box-shadow: var(--shadow); }
.photo-frame > img { width: 100%; aspect-ratio: 1.08; border-radius: 23px; object-fit: cover; }
.floating-note { position: absolute; display: flex; flex-direction: column; gap: 2px; min-width: 164px; padding: 14px 18px; border: 1px solid rgba(255,255,255,.65); border-radius: 16px; background: rgba(255,255,255,.92); box-shadow: var(--shadow); backdrop-filter: blur(15px); transform: rotate(-1deg); }
.floating-note b { font-size: 14px; }.floating-note small { color: var(--muted); font-size: 11px; }
.note-nfc { top: 36px; left: -30px; }.note-private { right: -26px; bottom: 40px; }

.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); width: min(1220px, calc(100% - 64px)); margin: 0 auto; padding: 25px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-strip p { margin: 0; padding: 7px 20px; border-right: 1px solid var(--line); color: var(--muted); text-align: center; font-size: 14px; }
.trust-strip p:last-child { border: 0; }.trust-strip span { margin-right: 8px; color: var(--purple); }.trust-strip b { color: var(--ink); }

.free-service { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: clamp(34px, 6vw, 78px); width: min(1080px, calc(100% - 64px)); margin: 74px auto 0; padding: 42px 52px; border: 1px solid rgba(108,71,255,.16); border-radius: 28px; background: radial-gradient(circle at 12% 50%, rgba(169,241,211,.34), transparent 34%), linear-gradient(135deg, rgba(241,236,255,.82), #fff); box-shadow: 0 18px 50px rgba(42,26,96,.08); }
.free-badge { display: flex; align-items: center; gap: 12px; min-width: 182px; padding: 20px 22px; border-radius: 22px; color: #fff; background: linear-gradient(145deg, #5130dc, #7852f2); box-shadow: 0 16px 32px rgba(81,48,220,.22); }
.free-badge strong { font-size: 42px; line-height: 1; letter-spacing: -.06em; }.free-badge span { color: rgba(255,255,255,.78); font-size: 12px; font-weight: 700; line-height: 1.2; text-transform: uppercase; }
.free-service .eyebrow { margin-bottom: 12px; }.free-service h2 { margin: 0; font-size: clamp(32px, 3.8vw, 48px); line-height: 1.06; letter-spacing: -.05em; }.free-service h2 span { color: var(--purple); }.free-service > div:last-child > p:last-child { max-width: 680px; margin: 17px 0 0; color: var(--muted); font-weight: 600; line-height: 1.65; }

.setup-section, .faq { width: min(1220px, calc(100% - 64px)); margin: 0 auto; padding: 104px 0; }
.section-heading { max-width: 860px; margin: 0 auto 58px; text-align: center; }
.section-heading h2, .experience h2, .features h2 { margin: 0; font-size: clamp(38px, 4.1vw, 54px); line-height: 1.08; letter-spacing: -.055em; }
.section-heading h2 span, .experience h2 span, .features h2 span { color: var(--purple); }
.experience { position: relative; display: grid; grid-template-columns: 1fr .78fr; align-items: center; gap: 90px; overflow: hidden; margin-top: 64px; padding: 104px max(32px, calc((100vw - 1220px) / 2)); background: #fbfaff; isolation: isolate; }
.experience::before, .experience::after { position: absolute; z-index: -1; width: 440px; height: 440px; content: ""; border-radius: 50%; }
.experience::before { top: 80px; left: -280px; background: radial-gradient(circle, rgba(207,188,255,.58), rgba(207,188,255,0)); }
.experience::after { right: -260px; bottom: 80px; background: radial-gradient(circle, rgba(169,241,211,.48), rgba(169,241,211,0)); }
.experience-copy { max-width: 680px; }
.section-lead { max-width: 620px; margin: 22px 0 0; color: var(--muted); font-size: 17px; font-weight: 600; line-height: 1.65; }
.step-list { margin-top: 34px; }
.step-list article { display: flex; gap: 18px; margin-top: 10px; padding: 20px; border: 1px solid transparent; border-radius: 18px; cursor: pointer; transition: .2s; }
.step-list article:hover, .step-list article.active { border-color: rgba(108,71,255,.22); background: #fff; box-shadow: 0 14px 32px rgba(42,26,96,.1); }
.step-list article > span { display: grid; flex: 0 0 auto; width: 38px; height: 38px; place-items: center; border-radius: 50%; color: var(--purple); background: var(--lilac); font-weight: 800; }
.step-list h3 { margin: 0 0 6px; font-size: 18px; }.step-list p { margin: 0; color: var(--muted); line-height: 1.5; }
.device-showcase { display: grid; place-items: center; align-content: center; min-height: 710px; }
.device-shell { position: relative; width: min(410px, 100%); }
.device-top { display: none; }
.device-screen { position: relative; overflow: visible; aspect-ratio: 466 / 876; background: transparent; }
.device-screen > img { width: 100%; height: 100%; object-fit: contain; object-position: top center; }
.screen-stack .experience-screen { position: absolute; inset: 0; opacity: 0; transform: translateY(14px) scale(.986); transition: opacity .52s cubic-bezier(.22,.61,.36,1), transform .52s cubic-bezier(.22,.61,.36,1); }
.screen-stack .experience-screen.is-active { z-index: 1; opacity: 1; transform: translateY(0) scale(1); }
.device-caption, .feature-caption { display: inline-flex; align-items: center; gap: 9px; margin: 18px 0 0; color: var(--muted); font-size: 12px; font-weight: 700; }
.device-caption span { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(32,199,106,.12); }

.features { display: grid; grid-template-columns: .82fr 1fr; align-items: center; gap: 88px; width: min(1160px, calc(100% - 64px)); margin: 0 auto; padding: 108px 0; }
.feature-photo { display: grid; min-height: 690px; padding: 38px 28px 26px; place-items: center; align-content: center; border: 1px solid var(--line); border-radius: 32px; background: radial-gradient(circle at 76% 18%, rgba(255,255,255,.2), transparent 32%), linear-gradient(145deg, #3f2495 0%, #6c3fe0 54%, #8b5df0 100%); box-shadow: var(--shadow); }
.owner-device { width: min(330px, 100%); transform: rotate(-1.5deg); }
.feature-caption { color: rgba(255,255,255,.78); }
.feature-list { display: grid; gap: 24px; margin-top: 44px; }
.feature-list article { display: flex; gap: 16px; }.feature-list article > span { display: grid; flex: 0 0 auto; width: 30px; height: 30px; place-items: center; border-radius: 50%; color: #fff; background: var(--green); font-weight: 800; }
.feature-list h3 { margin: 2px 0 5px; font-size: 18px; }.feature-list p { margin: 0; color: var(--muted); line-height: 1.55; }

.setup-section { padding-top: 60px; }
.setup-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; padding: 0; list-style: none; counter-reset: setup; }
.setup-steps li { padding: 26px; border: 1px solid var(--line); border-top: 3px solid var(--purple); border-radius: 0 0 18px 18px; background: linear-gradient(135deg, rgba(241,236,255,.64), #fff); box-shadow: 0 16px 44px rgba(42,26,96,.06); }
.setup-steps li > span { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 10px; color: #fff; background: var(--ink); font-weight: 800; }
.setup-steps h3 { margin: 34px 0 9px; font-size: 19px; }.setup-steps p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.6; }
.setup-note { margin: 26px 0 0; padding: 17px 20px; border-radius: 14px; color: #635c44; background: #fff8df; text-align: center; font-size: 14px; }

.waitlist { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; width: min(1220px, calc(100% - 64px)); margin: 0 auto 104px; padding: 64px; overflow: hidden; border-radius: 28px; color: #fff; background: radial-gradient(circle at 90% 15%, rgba(255,255,255,.18), transparent 28%), linear-gradient(145deg, #3f2495 0%, #6c3fe0 54%, #8b5df0 100%); box-shadow: var(--shadow); }
.eyebrow.light { color: #dcd2ff; }.waitlist h2 { margin: 0; font-size: clamp(36px, 4vw, 54px); line-height: 1.08; letter-spacing: -.045em; }.waitlist-copy > p:last-child { max-width: 560px; color: #e2dcff; line-height: 1.6; }
.waitlist-form { align-self: center; padding: 28px; border-radius: 22px; color: var(--ink); background: #fff; }
.waitlist-form > label:first-of-type { display: block; margin-bottom: 9px; font-size: 13px; font-weight: 800; }
.form-row { display: flex; gap: 10px; }.form-row input { min-width: 0; flex: 1; height: 54px; padding: 0 16px; border: 1px solid #d9d6e7; border-radius: 12px; outline: none; }.form-row input:focus { border-color: var(--purple); box-shadow: 0 0 0 4px rgba(108,67,255,.11); }
.form-row button { border: 0; border-radius: 12px; padding: 0 19px; color: #fff; background: var(--ink); font-weight: 800; cursor: pointer; }
.consent { display: flex; gap: 9px; margin-top: 15px; color: var(--muted); font-size: 11px; line-height: 1.45; }.consent input { margin-top: 2px; accent-color: var(--purple); }
.hidden-field { position: absolute; left: -9999px; }.form-success { margin: 16px 0 0; color: #087537; font-weight: 700; }

.faq { padding-top: 0; }.faq-list { max-width: 900px; margin: 0 auto; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }.faq summary { position: relative; padding: 25px 50px 25px 0; font-size: 18px; font-weight: 700; cursor: pointer; list-style: none; }.faq summary::-webkit-details-marker { display: none; }.faq summary::after { content: "+"; position: absolute; right: 8px; color: var(--purple); font-size: 28px; font-weight: 400; }.faq details[open] summary::after { content: "−"; }.faq details p { max-width: 760px; margin: -4px 0 25px; color: var(--muted); line-height: 1.65; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 55px; }.hero-copy { text-align: center; }.hero-lead { margin-inline: auto; }.hero-actions { justify-content: center; }.hero-visual { width: min(680px, 100%); margin: 0 auto; }
  .trust-strip { grid-template-columns: 1fr 1fr; }.trust-strip p:nth-child(2) { border-right: 0; }.trust-strip p:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .free-service { grid-template-columns: 1fr; text-align: center; }.free-badge { justify-self: center; }.free-service > div:last-child > p:last-child { margin-inline: auto; }
  .experience, .features, .waitlist { grid-template-columns: 1fr; }.experience { gap: 50px; }.experience-copy { margin: auto; }.device-showcase { min-height: 680px; }
  .features { gap: 50px; }.feature-photo { min-height: 650px; }.setup-steps { grid-template-columns: 1fr 1fr; }
  .waitlist { padding: 52px; }
}

@media (max-width: 680px) {
  .hero, .trust-strip, .free-service, .features, .setup-section, .waitlist, .faq { width: min(100% - 32px, 560px); }
  .hero { min-height: 0; padding: 48px 0 60px; }.hero h1 { font-size: clamp(47px, 14vw, 66px); }.hero-lead { font-size: 17px; }.hero-actions { flex-direction: column; }.hero-actions .button { width: 100%; }.availability { line-height: 1.5; }
  .photo-frame { border-radius: 28px; }.photo-frame > img { border-radius: 21px; }.floating-note { min-width: 140px; padding: 11px 13px; }.note-nfc { top: 18px; left: -7px; }.note-private { right: -7px; bottom: 18px; }
  .trust-strip { grid-template-columns: 1fr; }.trust-strip p { border-right: 0; border-bottom: 1px solid var(--line); text-align: left; }.trust-strip p:nth-child(3) { border-bottom: 1px solid var(--line); }
  .free-service { margin-top: 54px; padding: 30px 20px; }.free-badge { min-width: 170px; }.free-service h2 { font-size: 36px; }
  .setup-section, .faq { padding: 90px 0; }.section-heading { margin-bottom: 38px; }.section-heading h2, .experience h2, .features h2 { font-size: 39px; }
  .experience { margin-top: 56px; padding: 78px 16px; }.section-lead { font-size: 16px; }.step-list article { padding: 16px 12px; }.device-showcase { min-height: 630px; }.device-shell { width: min(330px, 100%); }
  .features { padding: 90px 0; }.feature-photo { min-height: 620px; padding-inline: 18px; }.setup-section { padding-top: 20px; }.setup-steps { grid-template-columns: 1fr; }
  .waitlist { gap: 34px; margin-bottom: 90px; padding: 35px 22px; border-radius: 26px; }.form-row { flex-direction: column; }.form-row button { min-height: 52px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition-duration: .01ms !important; } }
