@font-face {
  font-family: "Manrope";
  src: url("/Manrope.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 200 800;
}

:root {
  --bg: #05070a;
  --panel: #0b1016;
  --panel-2: #10151c;
  --text: #f7f8fa;
  --muted: #9aa3ad;
  --coral: #ff664c;
  --orange: #ff8a39;
  --cyan: #16dce7;
  --line: rgba(255,255,255,.1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; background: var(--bg); color: var(--text); font-family: "Manrope", Arial, sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, summary { font: inherit; }
::selection { background: rgba(22,220,231,.28); color: white; }

.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; position: relative; }
.ambient { position: absolute; border-radius: 50%; filter: blur(120px); pointer-events: none; opacity: .18; }
.ambient-one { width: 520px; height: 520px; background: var(--cyan); top: 320px; right: -270px; }
.ambient-two { width: 480px; height: 480px; background: var(--coral); top: 880px; left: -330px; }

.site-header { height: 96px; display: flex; align-items: center; justify-content: space-between; z-index: 20; }
.logo-link { display: inline-flex; align-items: center; }
.brand-logo { display: block; width: 210px; height: auto; }
.brand { font-size: 27px; font-weight: 800; font-style: italic; letter-spacing: -1.5px; white-space: nowrap; }
.brand span:first-child { color: white; }
.brand span:nth-child(2) { color: var(--coral); }
.brand i { color: var(--cyan); font-size: 16px; letter-spacing: -4px; margin-left: 7px; vertical-align: 3px; }
.site-header nav { display: flex; gap: 34px; color: #aab1b9; font-size: 14px; font-weight: 600; }
.site-header nav a, .footer-links a { transition: color .2s ease; }
.site-header nav a:hover, .footer-links a:hover { color: white; }
.header-cta { padding: 12px 18px; border: 1px solid rgba(255,102,76,.55); border-radius: 999px; color: #ffb3a5; font-weight: 700; font-size: 13px; background: rgba(255,102,76,.07); }
.header-cta span { margin-left: 7px; }

.hero { min-height: 780px; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; padding-block: 54px 90px; }
.hero-copy { position: relative; z-index: 4; padding-bottom: 25px; }
.eyebrow, .section-kicker { text-transform: uppercase; letter-spacing: .18em; color: #ff8d77; font-size: 12px; font-weight: 800; }
.pulse { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 18px var(--coral); margin-right: 9px; }
.hero h1 { font-size: clamp(56px, 6.4vw, 92px); letter-spacing: -.065em; line-height: .94; margin: 26px 0; max-width: 720px; }
.hero h1 span, .section-heading h2 span, .social-proof h2 span, .premium h2 span, .download h2 span { background: linear-gradient(100deg, var(--coral), var(--orange) 46%, var(--cyan)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-lede { max-width: 530px; color: #abb2ba; font-size: 18px; line-height: 1.7; margin: 0; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.primary-button { display: inline-flex; align-items: center; gap: 28px; min-height: 58px; padding: 0 24px; border-radius: 16px; font-size: 14px; font-weight: 800; background: linear-gradient(100deg, #ff763f, #ff3e4d); box-shadow: 0 14px 42px rgba(255,71,64,.3), inset 0 1px rgba(255,255,255,.3); transition: transform .2s ease, box-shadow .2s ease; }
.primary-button:hover { transform: translateY(-2px); box-shadow: 0 18px 55px rgba(255,71,64,.4), inset 0 1px rgba(255,255,255,.3); }
.primary-button span { font-size: 21px; font-weight: 400; }
.text-button { display: inline-flex; align-items: center; gap: 10px; color: #d8dce0; font-size: 14px; font-weight: 700; }
.play-dot { width: 34px; height: 34px; border: 1px solid rgba(22,220,231,.38); color: var(--cyan); display: grid; place-items: center; border-radius: 50%; font-size: 10px; padding-left: 2px; }
.platform-note { margin-top: 24px; color: #7d8791; font-size: 12px; }
.platform-note span { color: var(--cyan); margin-right: 8px; }

.hero-stage { height: 650px; position: relative; perspective: 1500px; }
.phone { overflow: hidden; border-radius: 34px; border: 1px solid rgba(255,255,255,.24); background: #020407; box-shadow: 0 36px 90px rgba(0,0,0,.62); }
.phone img { width: 100%; height: auto; }
.phone-main { width: 310px; position: absolute; z-index: 5; left: 50%; top: 7%; transform: translateX(-50%) rotate(-1deg); box-shadow: 0 40px 100px rgba(0,0,0,.72), 0 0 70px rgba(22,220,231,.12); }
.phone-left { width: 245px; position: absolute; z-index: 2; left: 2%; top: 15%; transform: rotate(-9deg); opacity: .74; filter: saturate(.8) brightness(.66); }
.phone-right { width: 245px; position: absolute; z-index: 2; right: 0; top: 17%; transform: rotate(9deg); opacity: .74; filter: saturate(.8) brightness(.66); }
.orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(22,220,231,.12); left: 50%; top: 48%; transform: translate(-50%,-50%); }
.orbit-a { width: 570px; height: 570px; }
.orbit-b { width: 430px; height: 430px; border-color: rgba(255,102,76,.14); }
.hero-stage::before { content: ""; position: absolute; width: 440px; height: 440px; left: 50%; top: 51%; transform: translate(-50%,-50%); background: radial-gradient(circle, rgba(22,220,231,.2), transparent 64%); filter: blur(16px); }
.score-chip { position: absolute; z-index: 8; width: 82px; height: 82px; border-radius: 24px; display: grid; place-content: center; text-align: center; backdrop-filter: blur(18px); background: rgba(7,12,18,.84); }
.score-chip strong { font-size: 29px; line-height: 1; }
.score-chip span { font-size: 10px; color: #9ba5ae; margin-top: 5px; }
.score-one { top: 19%; right: 6%; border: 1px solid rgba(22,220,231,.55); color: var(--cyan); transform: rotate(5deg); }
.score-two { bottom: 19%; left: 5%; border: 1px solid rgba(255,102,76,.55); color: var(--coral); transform: rotate(-5deg); }
.floating-wave { position: absolute; z-index: 9; bottom: 3%; left: 50%; transform: translateX(-50%); width: 430px; height: 90px; display: flex; align-items: center; justify-content: center; gap: 6px; padding: 16px 28px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: rgba(5,9,14,.86); backdrop-filter: blur(20px); box-shadow: 0 16px 50px #000; }
.floating-wave i, .mini-wave i { display: block; width: 4px; max-height: 100%; border-radius: 5px; background: linear-gradient(var(--cyan), var(--coral)); box-shadow: 0 0 10px rgba(22,220,231,.35); }

.ticker { border-block: 1px solid var(--line); background: rgba(255,255,255,.015); transform: rotate(-1.3deg) scale(1.03); overflow: hidden; }
.ticker div { min-width: max-content; padding: 17px 0; display: flex; justify-content: center; gap: 33px; align-items: center; }
.ticker span { font-weight: 800; font-size: 13px; letter-spacing: .16em; color: #7f8892; }
.ticker i { color: var(--coral); font-style: normal; }

.section { padding-block: 120px; }
.section-kicker { margin-bottom: 22px; }
.section-kicker.cyan { color: var(--cyan); }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 80px; margin-bottom: 52px; }
.section h2 { font-size: clamp(42px, 5vw, 68px); line-height: 1.04; letter-spacing: -.05em; margin: 0; }
.section-heading p, .feature-copy > p, .social-proof > p { color: #939ca6; font-size: 17px; line-height: 1.75; margin: 0 0 6px; }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.step-card { position: relative; min-height: 330px; padding: 32px; border: 1px solid var(--line); border-radius: 26px; background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.012)); overflow: hidden; }
.step-card::after { content: ""; position: absolute; inset: auto -80px -110px auto; width: 230px; height: 230px; border-radius: 50%; background: var(--coral); filter: blur(90px); opacity: .08; }
.step-card:nth-child(2)::after { background: var(--cyan); }
.step-number { position: absolute; right: 27px; top: 24px; font-size: 12px; color: #505963; font-weight: 800; }
.step-icon { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 20px; border: 1px solid rgba(255,102,76,.42); background: rgba(255,102,76,.08); color: var(--coral); font-size: 23px; box-shadow: inset 0 0 24px rgba(255,102,76,.06); }
.step-card:nth-child(2) .step-icon { color: var(--cyan); border-color: rgba(22,220,231,.42); background: rgba(22,220,231,.07); }
.step-card h3 { font-size: 27px; margin: 28px 0 12px; }
.step-card p { color: #8d97a1; line-height: 1.65; font-size: 14px; max-width: 290px; }
.mini-wave { position: absolute; left: 32px; bottom: 26px; height: 30px; display: flex; align-items: center; gap: 4px; opacity: .8; }
.mini-wave i { width: 2px; max-height: 28px; }

.feature-split { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.feature-split.reverse { grid-template-columns: .9fr 1.1fr; }
.feature-visual { min-height: 720px; position: relative; display: grid; place-items: center; border-radius: 44px; overflow: hidden; border: 1px solid rgba(255,255,255,.06); }
.feature-visual::before { content: ""; position: absolute; inset: 10% 3%; border-radius: 50%; filter: blur(70px); opacity: .24; }
.coral-visual { background: radial-gradient(circle at 50% 40%, rgba(255,102,76,.14), transparent 56%), #080b10; }
.coral-visual::before { background: var(--coral); }
.cyan-visual { background: radial-gradient(circle at 50% 40%, rgba(22,220,231,.13), transparent 55%), #080b10; }
.cyan-visual::before { background: var(--cyan); }
.showcase-phone { width: 330px; position: relative; z-index: 2; transform: rotate(-3deg); border-radius: 40px; }
.showcase-phone.second { transform: rotate(3deg); }
.result-badge, .challenge-pop { position: absolute; z-index: 4; right: 18px; bottom: 80px; min-width: 190px; padding: 18px 21px; border-radius: 20px; border: 1px solid rgba(255,102,76,.45); background: rgba(7,10,15,.9); backdrop-filter: blur(18px); box-shadow: 0 18px 50px #000; }
.result-badge span, .challenge-pop span { display: block; color: #8e98a2; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.result-badge strong { display: block; color: var(--coral); font-size: 54px; line-height: 1; margin: 7px 0; }
.result-badge strong small { color: var(--cyan); font-size: 24px; }
.result-badge em { color: white; font-size: 12px; font-style: normal; }
.feature-copy h2 { margin-bottom: 28px; }
.feature-copy > p { max-width: 500px; }
.feature-copy ul { list-style: none; padding: 0; margin: 38px 0 0; border-top: 1px solid var(--line); }
.feature-copy li { padding: 19px 0; border-bottom: 1px solid var(--line); font-size: 14px; color: #c8ced4; }
.feature-copy li span { color: var(--coral); font-size: 11px; font-weight: 800; margin-right: 18px; }
.link-demo { margin-top: 36px; padding: 16px 18px; border: 1px solid rgba(22,220,231,.28); border-radius: 17px; display: flex; align-items: center; gap: 15px; background: rgba(22,220,231,.04); max-width: 465px; }
.link-demo > span { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 11px; background: rgba(22,220,231,.12); color: var(--cyan); }
.link-demo small, .link-demo strong { display: block; }
.link-demo small { color: #68747f; font-size: 9px; letter-spacing: .13em; margin-bottom: 5px; }
.link-demo strong { font-size: 12px; color: #c8f9fb; }
.challenge-pop { right: auto; left: 15px; border-color: rgba(22,220,231,.42); }
.challenge-pop strong { display: block; font-size: 16px; color: var(--cyan); margin-top: 8px; }

.social-proof { text-align: center; }
.social-proof > p { max-width: 650px; margin: 22px auto 50px; }
.gallery { height: 650px; display: flex; align-items: center; justify-content: center; gap: 22px; overflow: hidden; padding-top: 30px; }
.gallery figure { margin: 0; border-radius: 32px; overflow: hidden; border: 1px solid rgba(255,255,255,.18); background: #040608; box-shadow: 0 30px 85px rgba(0,0,0,.62); }
.gallery-main { width: 330px; position: relative; z-index: 2; transform: translateY(15px); }
.gallery-small { width: 275px; opacity: .65; filter: saturate(.8) brightness(.72); }
.gallery-small:first-child { transform: rotate(-7deg) translateX(28px); }
.gallery-small:last-child { transform: rotate(7deg) translateX(-28px); }

.premium { padding-inline: 64px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; border: 1px solid rgba(255,102,76,.25); border-radius: 40px; background: radial-gradient(circle at 0 100%, rgba(255,102,76,.16), transparent 39%), radial-gradient(circle at 100% 0, rgba(22,220,231,.11), transparent 37%), #0a0d12; }
.premium-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.premium-grid > div { min-height: 150px; padding: 25px; border-radius: 21px; background: rgba(255,255,255,.035); border: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; }
.premium-grid strong { color: var(--cyan); font-size: 28px; }
.premium-grid div:nth-child(odd) strong { color: var(--coral); }
.premium-grid span { color: #bac1c8; font-size: 13px; }

.faq { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); padding: 22px 0; }
.faq summary { list-style: none; cursor: pointer; font-size: 18px; font-weight: 700; display: flex; align-items: center; justify-content: space-between; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: var(--cyan); font-size: 27px; font-weight: 300; transition: transform .2s ease; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { color: #9099a3; line-height: 1.7; margin: 16px 50px 2px 0; font-size: 14px; }

.download { min-height: 600px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border: 1px solid var(--line); border-radius: 46px; overflow: hidden; margin-bottom: 100px; background: #090d12; }
.download-glow { position: absolute; width: 720px; height: 420px; top: 37%; left: 50%; transform: translate(-50%,-50%); background: conic-gradient(from 200deg, var(--coral), transparent 32%, var(--cyan), transparent 67%, var(--coral)); opacity: .13; filter: blur(85px); }
.download > *:not(.download-glow) { position: relative; z-index: 2; }
.app-icon { width: 82px; height: 82px; border-radius: 23px; overflow: hidden; margin-bottom: 23px; box-shadow: 0 18px 45px rgba(255,82,62,.25); }
.download h2 { margin-bottom: 22px; }
.download > p { color: #929ca6; font-size: 16px; }
.waitlist-form { width: min(100%, 660px); margin-top: 30px; text-align: left; }
.waitlist-row { display: flex; gap: 10px; padding: 7px; border: 1px solid rgba(255,255,255,.16); border-radius: 19px; background: rgba(0,0,0,.38); box-shadow: 0 18px 55px rgba(0,0,0,.35); }
.waitlist-row input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; color: white; padding: 0 17px; font: inherit; font-size: 15px; }
.waitlist-row input::placeholder { color: #66717b; }
.waitlist-row button { min-height: 54px; padding: 0 22px; border: 0; border-radius: 13px; color: white; background: linear-gradient(100deg,#ff763f,#ff3e4d); font: inherit; font-size: 13px; font-weight: 800; cursor: pointer; box-shadow: 0 10px 30px rgba(255,71,64,.24); }
.waitlist-row button:disabled { cursor: wait; opacity: .65; }
.waitlist-consent { display: flex; align-items: flex-start; gap: 10px; margin: 14px 7px 0; color: #7f8993; font-size: 11px; line-height: 1.55; }
.waitlist-consent input { width: 16px; height: 16px; margin: 1px 0 0; accent-color: var(--coral); flex: 0 0 auto; }
.waitlist-consent a { color: #c9d0d6; text-decoration: underline; text-underline-offset: 2px; }
.waitlist-status { min-height: 20px; margin: 10px 7px 0; text-align: center; color: var(--cyan); font-size: 12px; font-weight: 700; }
.waitlist-status.error { color: #ff8c78; }
.website-field { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }
.platform-chips { display: flex; gap: 8px; margin-top: 14px; }
.platform-chips span { padding: 7px 11px; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; color: #7e8993; font-size: 10px; }
.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; }
.store-row { display: flex; gap: 12px; margin-top: 28px; }
.store-pill { min-width: 190px; height: 65px; padding: 0 19px; display: flex; gap: 13px; align-items: center; text-align: left; border: 1px solid rgba(255,255,255,.18); border-radius: 17px; background: rgba(0,0,0,.35); }
.store-mark { font-size: 25px; }
.store-pill small, .store-pill strong { display: block; }
.store-pill small { color: #8a949d; font-size: 9px; }
.store-pill strong { font-size: 16px; margin-top: 2px; }

.site-footer { min-height: 170px; display: grid; grid-template-columns: 1fr auto; align-items: center; border-top: 1px solid var(--line); }
.footer-logo { width: 190px; }
.site-footer > p { grid-column: 1; color: #69747d; font-size: 12px; margin: -46px 0 0; }
.footer-links { grid-column: 2; grid-row: 1; display: flex; gap: 28px; color: #8e98a1; font-size: 13px; }
.site-footer small { grid-column: 2; grid-row: 2; color: #4d5660; font-size: 10px; text-align: right; margin-top: -46px; }

@media (max-width: 980px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; text-align: center; padding-top: 45px; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .hero-stage { width: 100%; max-width: 700px; margin: 20px auto 0; }
  .section-heading, .feature-split, .feature-split.reverse, .premium, .faq { grid-template-columns: 1fr; }
  .section-heading { gap: 24px; }
  .feature-split { gap: 55px; }
  .feature-split.reverse .feature-copy { order: 2; }
  .feature-split.reverse .feature-visual { order: 1; }
  .premium { gap: 45px; }
  .faq { gap: 50px; }
}

@media (max-width: 700px) {
  .shell { width: min(100% - 28px, 580px); }
  .site-header { height: 76px; }
  .brand { font-size: 23px; }
  .brand-logo { width: 166px; }
  .header-cta { padding: 10px 13px; font-size: 11px; }
  .hero { min-height: auto; padding: 58px 0 60px; }
  .hero h1 { font-size: clamp(49px, 16vw, 68px); }
  .hero-lede { font-size: 15px; }
  .hero-actions { flex-direction: column; gap: 18px; }
  .hero-stage { height: 520px; margin-top: 40px; }
  .phone-main { width: 245px; }
  .phone-left, .phone-right { width: 180px; top: 20%; }
  .phone-left { left: -17%; }
  .phone-right { right: -17%; }
  .score-chip { width: 68px; height: 68px; border-radius: 19px; }
  .score-chip strong { font-size: 23px; }
  .score-one { right: 1%; }
  .score-two { left: 1%; }
  .floating-wave { width: 88%; height: 70px; gap: 4px; bottom: 1%; }
  .orbit-a { width: 440px; height: 440px; }
  .orbit-b { width: 330px; height: 330px; }
  .section { padding-block: 86px; }
  .section h2 { font-size: 43px; }
  .step-grid { grid-template-columns: 1fr; }
  .step-card { min-height: 300px; }
  .feature-visual { min-height: 590px; }
  .showcase-phone { width: 275px; }
  .result-badge, .challenge-pop { right: 4px; bottom: 54px; transform: scale(.88); }
  .challenge-pop { left: 1px; right: auto; }
  .gallery { height: 535px; gap: 8px; overflow: visible; }
  .gallery-main { width: 245px; flex: 0 0 auto; }
  .gallery-small { width: 180px; flex: 0 0 auto; }
  .gallery-small:first-child { transform: rotate(-7deg) translateX(65px); }
  .gallery-small:last-child { transform: rotate(7deg) translateX(-65px); }
  .premium { padding: 70px 22px; border-radius: 30px; }
  .premium-grid { grid-template-columns: 1fr; }
  .premium-grid > div { min-height: 125px; }
  .store-row { flex-direction: column; width: min(100%, 260px); }
  .store-pill { width: 100%; }
  .download { padding-inline: 22px; margin-bottom: 60px; border-radius: 30px; }
  .waitlist-row { flex-direction: column; background: transparent; padding: 0; border: 0; box-shadow: none; }
  .waitlist-row input { min-height: 58px; border: 1px solid rgba(255,255,255,.16); border-radius: 15px; background: rgba(0,0,0,.36); }
  .waitlist-row button { min-height: 58px; }
  .platform-chips { justify-content: center; }
  .footer-logo { width: 180px; margin-inline: auto; }
  .site-footer { grid-template-columns: 1fr; padding-block: 48px; gap: 19px; text-align: center; }
  .site-footer > p, .footer-links, .site-footer small { grid-column: 1; grid-row: auto; margin: 0; text-align: center; justify-content: center; }
}

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