:root {
  --ink: #10265d;
  --blue: #2d76ff;
  --pale-blue: #eaf4ff;
  --panel: rgba(255, 255, 255, .78);
  --shadow: 0 22px 52px rgba(59, 111, 189, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; color: var(--ink); background: #f8fbff; font-family: "DM Sans", Arial, sans-serif; }
button, input { font: inherit; }
a { color: inherit; }
main { overflow: hidden; min-height: 100vh; background: radial-gradient(circle at 75% 17%, rgba(193, 225, 255, .72), transparent 25rem), linear-gradient(111deg, #fff 0%, #f7fbff 47%, #e8f3ff 100%); }
.section-shell { width: min(100% - 52px, 1300px); margin-inline: auto; }

.hero { position: relative; min-height: 1040px; padding-top: 38px; isolation: isolate; }
.hero__halo { position: absolute; z-index: -2; top: 84px; right: -16%; width: 68%; aspect-ratio: 1; border-radius: 50%; filter: blur(9px); background: radial-gradient(circle, rgba(227, 243, 255, .95) 0 13%, rgba(197, 226, 255, .67) 35%, rgba(243, 249, 255, 0) 71%); }
.window-glow { position: absolute; z-index: -1; right: -1%; top: 175px; width: 34%; height: 44%; opacity: .34; background: linear-gradient(106deg, transparent 38%, #fff 39% 43%, transparent 44% 61%, #fff 62% 67%, transparent 68%), linear-gradient(0deg, transparent 48%, #fff 49% 52%, transparent 53%); transform: perspective(500px) rotateY(-11deg); }
.site-header { display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 5; }
.brand { display: inline-flex; align-items: center; gap: 15px; color: var(--ink); text-decoration: none; }
.brand-mark { display: block; width: 44px; height: 54px; flex-shrink: 0; }
.brand-name { font-family: "Nunito Sans", Arial, sans-serif; font-size: clamp(1.5rem, 2.1vw, 2.25rem); font-weight: 900; letter-spacing: -1.5px; line-height: 1; }
.coming-pill { display: flex; align-items: center; gap: 11px; padding: 13px 20px; color: var(--ink); border: 1px solid rgba(255, 255, 255, .76); border-radius: 11px; background: rgba(255, 255, 255, .68); box-shadow: 0 10px 28px rgba(65, 113, 170, .1); font-size: 15px; font-weight: 500; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.coming-pill:hover { box-shadow: 0 14px 32px rgba(65, 113, 170, .18); transform: translateY(-2px); }
.rocket { color: #276fff; font-size: 17px; transform: rotate(17deg); }
.hero-copy { position: relative; z-index: 3; width: min(56%, 660px); padding-top: 166px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 24px 11px; padding: 6px 13px; color: #1762f6; border-radius: 100px; background: rgba(232, 244, 255, .9); font-size: 16px; font-weight: 700; letter-spacing: .3px; }
.eyebrow span { color: #73acff; font-size: 14px; }
h1, h2, p { margin-top: 0; }
h1 { margin-bottom: 17px; font-family: "Nunito Sans", Arial, sans-serif; font-size: clamp(3.5rem, 5.5vw, 5.55rem); font-weight: 900; line-height: 1.02; letter-spacing: -4.5px; }
h1 span { color: transparent; background: linear-gradient(100deg, #59a5ff 0%, #397dff 74%, #1759e5 100%); background-clip: text; -webkit-background-clip: text; }
.headline-swoop { display: block; width: 224px; height: 16px; margin: 6px 0 33px; border-top: 5px solid #4185ff; border-radius: 50%; transform: rotate(-3deg); }
.intro { font-size: clamp(1rem, 1.4vw, 1.25rem); line-height: 1.65; letter-spacing: -.25px; }
.intro strong { color: #1649ba; font-weight: 700; }
.intro em { position: relative; color: #1963f2; font-family: "Patrick Hand", cursive; font-size: 1.48em; font-style: normal; font-weight: 400; }
.intro em::after { content: ""; position: absolute; right: -5px; bottom: -8px; left: -4px; height: 5px; border-top: 2px solid #2270fb; border-radius: 50%; transform: rotate(-3deg); }
.hero-art { position: absolute; z-index: 2; top: 185px; right: -8%; width: min(70vw, 900px); }
.hero-art img { display: block; width: 100%; height: auto; filter: drop-shadow(0 35px 23px rgba(40, 93, 179, .18)); }
.spark { position: absolute; color: #6daaff; font-size: 28px; text-shadow: 0 0 14px #fff; }
.spark--one { top: 30%; left: 36%; }
.spark--two { top: 48%; left: 43%; font-size: 17px; }
.spark--three { top: 22%; right: 19%; font-size: 18px; }
.word-card { position: absolute; z-index: 3; padding: .5em .86em; color: #1c68ee; border: 1px solid rgba(255, 255, 255, .84); border-radius: 8px; background: rgba(255, 255, 255, .72); box-shadow: 0 12px 22px rgba(31, 102, 195, .16); font-size: clamp(.78rem, 1.6vw, 1.25rem); font-weight: 700; letter-spacing: -.5px; }
.word-card--one { top: 37%; left: 48%; color: #fff; background: linear-gradient(135deg, #72c9ff, #3c79ed); transform: rotate(17deg); }
.word-card--two { top: 46%; left: 38%; transform: rotate(8deg); }
.word-card--three { top: 59%; left: 48%; transform: rotate(7deg); }
.word-card--four { top: 75%; left: 29%; transform: rotate(6deg); }

.benefits, .waitlist { position: relative; z-index: 6; border: 1px solid rgba(255, 255, 255, .85); background: var(--panel); box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.benefits { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: -2px; padding: 36px 22px; border-radius: 26px; }
.benefit { min-height: 155px; padding: 0 18px; border-right: 1px solid #d8e7fa; text-align: center; }
.benefit:last-child { border-right: 0; }
.line-icon { height: 60px; color: #2b78ff; }
.line-icon svg { width: 54px; height: 54px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.5; }
.benefit h2 { margin: 9px 0 7px; font-family: "Nunito Sans", Arial, sans-serif; font-size: 18px; letter-spacing: -.4px; }
.benefit p { margin: 0; font-size: 15px; line-height: 1.55; }

.waitlist { display: grid; grid-template-columns: 225px 1fr 145px; align-items: center; min-height: 250px; margin-top: 44px; padding: 28px 46px 24px; border-radius: 25px; }
.waitlist-content { position: relative; z-index: 2; }
.waitlist h2 { margin-bottom: 8px; font-family: "Nunito Sans", Arial, sans-serif; font-size: clamp(1.7rem, 2.5vw, 2.1rem); letter-spacing: -1.1px; }
.waitlist h2 span { color: #2d78ff; font-family: "DM Sans", sans-serif; }
.waitlist-content > p { margin-bottom: 20px; font-size: 16px; }
.signup-form { display: flex; width: min(100%, 620px); overflow: hidden; padding: 3px; border: 1px solid #bed7fb; border-radius: 17px; background: #fff; box-shadow: 0 8px 18px rgba(64, 119, 196, .07); }
.signup-form input { min-width: 0; flex: 1; padding: 14px; color: var(--ink); border: 0; outline: 0; font-size: 15px; }
.signup-form input::placeholder { color: #92a8d1; }
.signup-form input:focus-visible { border-radius: 12px; outline: 2px solid #6ea5ff; outline-offset: -2px; }
.signup-form button { display: inline-flex; align-items: center; justify-content: center; gap: 23px; min-width: 205px; padding: 12px 24px; color: #fff; border: 0; border-radius: 14px; background: linear-gradient(105deg, #135bea, #5798ff); box-shadow: 0 10px 20px rgba(39, 113, 240, .25); cursor: pointer; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease; }
.signup-form button:hover { box-shadow: 0 13px 23px rgba(39, 113, 240, .35); transform: translateY(-2px); }
.signup-form button:focus-visible, .coming-pill:focus-visible, .site-footer a:focus-visible, .thankyou-btn:focus-visible { outline: 3px solid #5c9cff; outline-offset: 4px; }
.signup-form button span { font-size: 22px; font-weight: 400; }
.form-message { min-height: 0; margin: 6px 0 0 !important; color: #187047; font-size: 13px !important; }
.form-message:empty { display: none; }
.trust-list { display: flex; flex-wrap: wrap; gap: 25px; margin: 17px 0 0; padding: 0; color: #375383; list-style: none; font-size: 13px; }
.trust-list li::first-letter { color: #2772fd; }
.envelope-scene { position: relative; width: 170px; height: 138px; justify-self: center; }
.envelope { position: absolute; bottom: 0; left: 21px; width: 124px; height: 83px; overflow: visible; border: 1px solid #74abfc; border-radius: 7px 7px 15px 15px; background: linear-gradient(140deg, #e6f2ff 0 48%, #a8ceff 49% 100%); box-shadow: 0 15px 18px rgba(52, 117, 211, .2); transform: rotate(-9deg); }
.envelope::before, .envelope::after { content: ""; position: absolute; top: 1px; width: 72px; height: 72px; border: 1px solid #79adf9; background: linear-gradient(135deg, #fbfdff, #bfdcfe); }
.envelope::before { left: -2px; transform: skewY(32deg) rotate(18deg); transform-origin: top left; }
.envelope::after { right: -2px; transform: skewY(-32deg) rotate(-18deg); transform-origin: top right; }
.envelope i { position: absolute; z-index: 2; top: -30px; left: 12px; width: 99px; height: 56px; border-radius: 7px 7px 0 0; background: #fff; box-shadow: 0 -3px 7px rgba(65, 115, 194, .07); }
.check { display: grid; place-items: center; position: absolute; z-index: 4; top: -28px; right: 5px; width: 39px; height: 39px; color: #fff; border-radius: 50%; background: linear-gradient(135deg, #6caeff, #2165f5); box-shadow: 0 7px 14px rgba(34, 103, 245, .32); font-size: 25px; font-weight: 700; }
.orbit { position: absolute; border: 2px dashed #b4d6ff; border-radius: 50%; opacity: .8; }
.orbit--left { top: 0; left: 3px; width: 130px; height: 72px; border-bottom: 0; transform: rotate(-22deg); }
.plane-scene { position: relative; align-self: stretch; }
.plane { position: absolute; top: 7px; right: 8px; width: 60px; height: 38px; background: linear-gradient(135deg, #aacdff, #397bfa); clip-path: polygon(0 38%, 100% 0, 61% 100%, 45% 61%); filter: drop-shadow(0 8px 5px rgba(47, 112, 231, .22)); transform: rotate(5deg); }
.plane::after { content: ""; position: absolute; right: 29px; bottom: 4px; width: 24px; height: 2px; background: #fff; transform: rotate(18deg); }
.orbit--right { right: -9px; bottom: 7px; width: 88px; height: 143px; border-left: 0; transform: rotate(-24deg); }

.site-footer { display: grid; justify-items: center; padding: 30px 0 35px; }
.site-footer p { position: relative; margin-bottom: 22px; font-size: 18px; }
.site-footer p span { color: #236cf3; font-weight: 700; }
.footer-swoop { width: 89px; height: 5px; margin-top: -27px; margin-left: 131px; border-top: 2px solid #2e75f9; border-radius: 50%; transform: rotate(-2deg); }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 28px 34px; margin-top: 16px; }
.footer-contact a { display: inline-flex; align-items: center; gap: 10px; color: #5a7db8; font-size: 15px; font-weight: 500; text-decoration: none; transition: color .2s ease, transform .2s ease; }
.footer-contact a:hover { color: #2d74f5; transform: translateY(-2px); }
.site-footer svg { display: block; width: 22px; height: 22px; flex-shrink: 0; fill: currentColor; stroke: currentColor; stroke-width: 1.8; }
.footer-contact a:nth-child(2) svg { fill: none; }

.thankyou-overlay { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 24px; background: rgba(16, 38, 93, .42); backdrop-filter: blur(8px); opacity: 0; visibility: hidden; transition: opacity .35s ease, visibility .35s ease; }
.thankyou-overlay.is-visible { opacity: 1; visibility: visible; }
.thankyou-overlay[hidden] { display: none; }
.thankyou-overlay:not([hidden]) { display: grid; }
.thankyou-modal { position: relative; width: min(100%, 440px); padding: 42px 36px 34px; text-align: center; border: 1px solid rgba(255, 255, 255, .88); border-radius: 28px; background: linear-gradient(165deg, #fff 0%, #f3f9ff 55%, #e8f3ff 100%); box-shadow: 0 28px 64px rgba(39, 113, 240, .22), 0 0 0 1px rgba(190, 215, 251, .5); transform: scale(.92) translateY(16px); transition: transform .4s cubic-bezier(.34, 1.4, .64, 1); }
.thankyou-overlay.is-visible .thankyou-modal { transform: scale(1) translateY(0); }
.thankyou-close { position: absolute; top: 14px; right: 16px; width: 36px; height: 36px; color: #7a9fd4; border: 0; border-radius: 50%; background: rgba(255, 255, 255, .7); cursor: pointer; font-size: 24px; line-height: 1; transition: color .2s ease, background .2s ease; }
.thankyou-close:hover { color: var(--ink); background: #fff; }
.thankyou-badge { display: grid; place-items: center; width: 72px; height: 72px; margin: 0 auto 18px; border-radius: 50%; background: linear-gradient(135deg, #6caeff, #2165f5); box-shadow: 0 12px 28px rgba(34, 103, 245, .35); }
.thankyou-badge svg { width: 72px; height: 72px; fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.5; }
.thankyou-badge circle { fill: none; stroke: rgba(255, 255, 255, .25); stroke-width: 1.5; }
.thankyou-eyebrow { margin: 0 0 10px; color: #1762f6; font-size: 13px; font-weight: 700; letter-spacing: .4px; }
.thankyou-modal h2 { margin: 0 0 12px; font-family: "Nunito Sans", Arial, sans-serif; font-size: clamp(1.6rem, 4vw, 2rem); letter-spacing: -.8px; }
.thankyou-body { margin: 0 0 10px; color: #375383; font-size: 15px; line-height: 1.6; }
.thankyou-email { margin: 0 0 24px; color: #2d78ff; font-size: 14px; font-weight: 600; word-break: break-all; }
.thankyou-actions { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.thankyou-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-width: 220px; padding: 14px 28px; color: #fff; border: 0; border-radius: 14px; background: linear-gradient(105deg, #135bea, #5798ff); box-shadow: 0 10px 24px rgba(39, 113, 240, .28); cursor: pointer; font-weight: 700; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.thankyou-btn:hover { box-shadow: 0 14px 28px rgba(39, 113, 240, .38); transform: translateY(-2px); }
.thankyou-btn span { font-size: 20px; font-weight: 400; }
.thankyou-btn--facebook { background: linear-gradient(105deg, #1877f2, #3b9bff); box-shadow: 0 10px 24px rgba(24, 119, 242, .28); }
.thankyou-btn--facebook:hover { box-shadow: 0 14px 28px rgba(24, 119, 242, .38); }
.thankyou-btn--facebook svg { width: 20px; height: 20px; fill: currentColor; flex-shrink: 0; }
.thankyou-btn--secondary { color: var(--ink); background: rgba(255, 255, 255, .85); border: 1px solid #bed7fb; box-shadow: 0 6px 16px rgba(64, 119, 196, .1); }
.thankyou-btn--secondary:hover { box-shadow: 0 10px 20px rgba(64, 119, 196, .16); }
.thankyou-spark { position: absolute; color: #6daaff; font-size: 22px; opacity: .85; pointer-events: none; animation: thankyou-float 3s ease-in-out infinite; }
.thankyou-spark--one { top: 18px; left: 28px; animation-delay: 0s; }
.thankyou-spark--two { top: 52px; right: 36px; font-size: 16px; animation-delay: .8s; }
.thankyou-spark--three { bottom: 48px; left: 42px; font-size: 14px; animation-delay: 1.6s; }
@keyframes thankyou-float { 0%, 100% { transform: translateY(0) rotate(0deg); opacity: .7; } 50% { transform: translateY(-6px) rotate(12deg); opacity: 1; } }

.signup-form button:disabled { opacity: .72; cursor: wait; transform: none; }
.form-message.is-error { color: #c0392b; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

@media (max-width: 940px) {
  .hero { min-height: 855px; }
  .hero-copy { width: 63%; padding-top: 125px; }
  .hero-art { top: 205px; right: -19%; width: 750px; }
  .benefits { margin-top: 0; }
  .waitlist { grid-template-columns: 156px 1fr 70px; padding-inline: 28px; }
  .envelope-scene { transform: scale(.82); }
  .signup-form button { min-width: 165px; }
  .trust-list { gap: 13px; }
}

@media (max-width: 700px) {
  .section-shell { width: min(100% - 32px, 540px); }
  .hero { min-height: 1050px; padding-top: 24px; }
  .site-header { align-items: flex-start; }
  .brand { gap: 9px; }
  .brand-mark { width: 35px; height: 43px; }
  .brand-name { font-size: 1.65rem; }
  .coming-pill { padding: 9px 11px; font-size: 12px; }
  .hero-copy { width: 100%; padding-top: 72px; text-align: center; }
  .eyebrow { margin-left: 0; font-size: 13px; }
  .hero-copy h1 { font-size: clamp(2.9rem, 12.6vw, 4.2rem); letter-spacing: -3px; }
  .headline-swoop { width: 150px; margin: 5px auto 23px; border-top-width: 4px; }
  .intro { font-size: 16px; line-height: 1.58; }
  .hero-art { top: 570px; right: 50%; width: min(670px, 135vw); transform: translateX(50%); }
  .word-card { font-size: 12px; }
  .word-card--four { top: 67%; left: 24%; }
  .spark { font-size: 20px; }
  .benefits { grid-template-columns: 1fr 1fr; padding: 20px 10px; border-radius: 20px; }
  .benefit { min-height: 154px; padding: 11px 5px; border-right: 1px solid #d8e7fa; border-bottom: 1px solid #d8e7fa; }
  .benefit:nth-child(2n) { border-right: 0; }
  .benefit:nth-last-child(-n + 2) { border-bottom: 0; }
  .line-icon { height: 48px; }
  .line-icon svg { width: 45px; height: 45px; }
  .benefit h2 { margin: 8px 0 5px; font-size: 15px; }
  .benefit p { font-size: 12px; }
  .waitlist { display: block; min-height: 0; margin-top: 28px; padding: 32px 23px 25px; border-radius: 20px; text-align: center; }
  .envelope-scene, .plane-scene { display: none; }
  .waitlist h2 { font-size: 25px; }
  .waitlist-content > p { font-size: 14px; line-height: 1.5; }
  .signup-form { display: block; overflow: visible; padding: 0; border: 0; background: transparent; box-shadow: none; }
  .signup-form input { width: 100%; margin-bottom: 10px; padding: 15px; border: 1px solid #bed7fb; border-radius: 13px; box-shadow: 0 8px 18px rgba(64, 119, 196, .07); }
  .signup-form button { width: 100%; min-height: 51px; }
  .trust-list { justify-content: center; gap: 8px 15px; font-size: 11px; }
  .site-footer { padding-top: 27px; }
  .site-footer p { font-size: 15px; }
  .footer-swoop { width: 69px; margin-left: 115px; }
  .footer-contact a { font-size: 13px; }
  .footer-contact a span { max-width: 100%; }
  .thankyou-modal { padding: 36px 24px 28px; border-radius: 22px; }
}

@media (max-width: 380px) {
  .coming-pill { padding: 10px 12px; font-size: 0; }
  .coming-pill .rocket { font-size: 16px; }
  .hero { min-height: 1020px; }
  .hero-copy { padding-top: 58px; }
  .hero-art { top: 550px; }
  .trust-list { font-size: 10px; }
}

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