:root {
  --ink: #17202a;
  --ink-soft: #647381;
  --paper: #f4f7fa;
  --white: #ffffff;
  --coral: #356a9a;
  --coral-dark: #285479;
  --mint: #b9dcd9;
  --mint-dark: #2e817a;
  --yellow: #9cc5eb;
  --line: rgba(23, 32, 42, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.siteHeader { height: 76px; padding: 0 clamp(24px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(244, 247, 250, .92); backdrop-filter: blur(12px); position: sticky; top: 0; z-index: 50; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; letter-spacing: -.04em; font-size: 20px; }
.brandMark { width: 34px; height: 34px; border-radius: 10px 10px 10px 4px; display: grid; place-items: center; color: white; background: var(--coral); transform: rotate(-3deg); box-shadow: 3px 3px 0 var(--ink); }
.nav { display: flex; gap: clamp(24px, 4vw, 54px); font-size: 13px; font-weight: 700; }
.nav a { position: relative; }
.nav a:after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--coral); transition: right .2s; }
.nav a:hover:after { right: 0; }
.headerCta { padding: 12px 20px; border: 1.5px solid var(--ink); box-shadow: 3px 3px 0 var(--ink); border-radius: 8px; font-weight: 800; font-size: 13px; background: var(--white); transition: transform .2s, box-shadow .2s; }
.headerCta:hover { transform: translate(2px, 2px); box-shadow: 1px 1px 0 var(--ink); }

.hero { min-height: 730px; padding: 70px clamp(28px, 7vw, 110px) 90px; display: grid; grid-template-columns: minmax(0, .95fr) minmax(440px, 1.05fr); align-items: center; gap: 50px; overflow: hidden; position: relative; }
.heroTexture { position: absolute; width: 470px; height: 470px; right: -190px; top: -200px; border: 80px solid rgba(53,106,154,.09); border-radius: 50%; }
.heroCopy { position: relative; z-index: 2; max-width: 650px; }
.eyebrow, .sectionKicker { font-size: 11px; letter-spacing: .18em; font-weight: 900; color: var(--coral); display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 36px; height: 2px; background: var(--coral); }
.hero h1 { font-size: clamp(48px, 5.2vw, 78px); line-height: 1.24; letter-spacing: -.07em; margin: 22px 0; font-weight: 900; }
.hero h1 em { color: var(--coral); font-style: normal; position: relative; white-space: nowrap; }
.hero h1 em:after { content: ""; position: absolute; left: 0; right: -5px; height: 8px; bottom: -7px; background: var(--yellow); border-radius: 50%; transform: rotate(-1deg); opacity: .9; }
.heroLead { color: var(--ink-soft); font-size: 17px; line-height: 2; font-weight: 600; margin: 30px 0 34px; }
.mobileBreak { display: none; }
.heroActions { display: flex; align-items: center; gap: 26px; }
.buttonPrimary { display: inline-flex; gap: 24px; align-items: center; padding: 17px 22px; color: white; background: var(--coral); border: 2px solid var(--ink); border-radius: 9px; font-weight: 900; font-size: 14px; box-shadow: 5px 5px 0 var(--ink); transition: transform .2s, box-shadow .2s; }
.buttonPrimary:hover { transform: translate(3px, 3px); box-shadow: 2px 2px 0 var(--ink); }
.buttonPrimary span { font-size: 19px; }
.textLink { font-size: 13px; font-weight: 800; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }
.heroNote { margin-top: 22px; color: #647381; font-size: 11px; font-weight: 700; }
.heroNote span { color: var(--mint-dark); margin-right: 5px; }

.heroVisual { height: 590px; position: relative; display: grid; place-items: center; }
.heroVisual:before { content: ""; position: absolute; width: min(44vw, 600px); height: min(44vw, 600px); background: var(--coral); border-radius: 47% 53% 58% 42% / 42% 44% 56% 58%; transform: rotate(-5deg); box-shadow: inset 0 0 0 2px rgba(23,34,59,.15); }
.phone { width: 292px; height: 570px; border: 7px solid var(--ink); border-radius: 42px; background: var(--paper); position: relative; z-index: 3; box-shadow: 14px 18px 0 rgba(23,34,59,.18); transform: rotate(3deg); overflow: hidden; }
.phone:before { content: ""; width: 92px; height: 20px; border-radius: 0 0 13px 13px; background: var(--ink); position: absolute; left: 50%; top: 0; transform: translateX(-50%); z-index: 5; }
.phoneTop { height: 35px; display: flex; justify-content: space-between; align-items: center; padding: 0 18px; font-size: 8px; font-weight: 900; }
.phoneTop i { width: 54px; }
.appScreen { padding: 0 16px; font-size: 9px; }
.appNav { display: flex; justify-content: space-between; align-items: center; font-size: 10px; padding: 8px 0 17px; }
.miniMark { color: white; background: var(--coral); width: 22px; height: 22px; display: grid; place-items: center; border-radius: 6px; }
.appLabel { font-size: 9px; font-weight: 800; color: #6b7280; margin: 0 0 7px; }
.eventPanel { border: 1px solid var(--line); background: white; padding: 12px; border-radius: 13px; display: flex; gap: 11px; box-shadow: 0 8px 22px rgba(23,34,59,.08); }
.eventDate { width: 45px; height: 52px; background: var(--coral); color: white; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 9px; flex: none; }
.eventDate strong { font-size: 21px; line-height: 1; }.eventDate small { font-size: 7px; letter-spacing: .15em; margin-top: 3px; }
.eventPanel h3 { font-size: 11px; margin: 5px 0 3px; }.eventPanel p { color: #7b8190; margin: 0; font-size: 7px; }.livePill { color: var(--coral); font-size: 6px; font-weight: 900; letter-spacing: .12em; }
.progressTop { display: flex; justify-content: space-between; margin: 17px 0 6px; font-size: 9px; }.progressTop strong { color: var(--coral); }
.progress { height: 7px; background: #d5dee7; border-radius: 6px; overflow: hidden; }.progress span { display: block; width: 68%; height: 100%; background: var(--coral); border-radius: inherit; }
.appChecklist { margin-top: 17px; display: grid; gap: 8px; }.appChecklist > div { display: flex; align-items: center; gap: 8px; padding: 10px 9px; background: white; border: 1px solid var(--line); border-radius: 10px; }.appChecklist span:nth-child(2) { flex: 1; display: flex; flex-direction: column; gap: 2px; }.appChecklist small { color: #647381; font-size: 7px; }.appChecklist em { color: #647381; background: #eaf0f5; border-radius: 8px; padding: 3px 5px; font-size: 6px; font-style: normal; }
.check { display: inline-grid; place-items: center; width: 18px; height: 18px; border: 1.5px solid #b8bec7; border-radius: 50%; flex: none; font-size: 10px; }.checkDone { color: white; background: var(--mint-dark); border-color: var(--mint-dark); }
.appTabs { position: absolute; bottom: 0; left: 0; right: 0; height: 55px; border-top: 1px solid var(--line); background: white; display: flex; justify-content: space-around; align-items: center; color: #818793; }.appTabs span { display: grid; place-items: center; gap: 2px; font-size: 14px; }.appTabs small { font-size: 6px; }.appTabs span:first-child { color: var(--coral); }
.ticket { position: absolute; background: var(--yellow); color: var(--ink); font-size: 8px; font-weight: 900; border: 2px solid var(--ink); box-shadow: 4px 4px 0 var(--ink); z-index: 2; padding: 10px 14px; transform: rotate(-11deg); }.ticketOne { left: 3%; top: 22%; }.ticketOne span { display: block; font-size: 6px; }.ticketOne b { font-size: 16px; }.ticketTwo { right: 0; top: 31%; background: var(--mint); transform: rotate(11deg); }
.floatCard { position: absolute; z-index: 5; border: 2px solid var(--ink); background: white; box-shadow: 5px 5px 0 var(--ink); border-radius: 10px; }.floatProgress { left: 2%; bottom: 18%; width: 145px; padding: 12px; display: grid; grid-template-columns: 1fr auto; align-items: center; transform: rotate(-4deg); font-size: 9px; }.floatProgress strong { font-size: 18px; color: var(--coral); }.floatProgress > span { height: 5px; background: #d5dee7; grid-column: 1 / -1; margin-top: 7px; border-radius: 3px; }.floatProgress i { display: block; width: 68%; height: 100%; background: var(--coral); }
.floatReady { right: -2%; bottom: 15%; display: flex; align-items: center; gap: 9px; padding: 11px 14px; transform: rotate(4deg); }.floatReady > span { background: var(--mint); width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; font-weight: 900; }.floatReady div { display: flex; flex-direction: column; font-size: 9px; }.floatReady small { color: #7a818e; font-size: 7px; }

.marquee { background: var(--ink); color: var(--paper); min-height: 62px; display: flex; align-items: center; justify-content: space-around; gap: 18px; padding: 12px 5vw; font-size: 13px; font-weight: 800; letter-spacing: .1em; overflow: hidden; white-space: nowrap; }.marquee i { color: var(--coral); font-style: normal; }
.section { padding: 115px clamp(28px, 7vw, 110px); }.sectionKicker { margin-bottom: 22px; }.sectionKicker.light { color: var(--yellow); }
.introGrid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 70px; }.introGrid h2, .centerHeading h2, .featuresTop h2, .privacySection h2 { font-size: clamp(34px, 4vw, 58px); line-height: 1.35; letter-spacing: -.06em; margin: 0; }.introGrid h2 span { color: var(--coral); }.introGrid > p { color: var(--ink-soft); line-height: 2; font-size: 14px; margin: 0 0 6px; font-weight: 600; }
.problemGrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 70px; }.problemGrid article { border: 1.5px solid var(--ink); background: var(--white); padding: 28px; min-height: 300px; position: relative; box-shadow: 5px 5px 0 var(--ink); }.problemGrid article:nth-child(2) { transform: translateY(14px); }.problemNo { font-size: 11px; font-weight: 900; color: var(--coral); }.doodle { height: 95px; display: grid; place-items: center; font-size: 54px; transform: rotate(-6deg); color: var(--coral); }.problemGrid h3 { font-size: 20px; margin: 6px 0 10px; }.problemGrid p { font-size: 12px; line-height: 1.8; color: var(--ink-soft); margin: 0; }

.productShowcase { background: var(--ink); color: white; padding: 110px clamp(28px, 7vw, 110px); display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 7vw, 110px); align-items: center; overflow: hidden; }.productCopy h2 { font-size: clamp(38px, 4vw, 60px); line-height: 1.3; letter-spacing: -.06em; margin: 0 0 25px; }.productCopy > p { color: #b8bdc9; line-height: 1.9; font-size: 13px; }.productCopy ul { list-style: none; padding: 0; margin: 40px 0 0; }.productCopy li { display: flex; gap: 14px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.14); }.productCopy li > span { color: var(--coral); font-size: 11px; font-weight: 900; }.productCopy li div { display: grid; gap: 5px; }.productCopy li b { font-size: 14px; }.productCopy li small { color: #9fa6b5; line-height: 1.6; }
.dashboardMock { background: var(--paper); color: var(--ink); border: 5px solid white; padding: 28px; border-radius: 22px; box-shadow: 18px 22px 0 rgba(53,106,154,.8); transform: rotate(1.3deg); min-width: 0; }.dashHeader { display: flex; justify-content: space-between; }.dashHeader small { color: var(--coral); font-weight: 900; }.dashHeader h3 { font-size: 23px; margin: 5px 0; }.dashHeader p { color: #647381; margin: 0; font-size: 10px; }.dashHeader button { border: 1px solid var(--line); background: white; border-radius: 8px; width: 38px; height: 34px; }.dashScore { background: white; border: 1px solid var(--line); border-radius: 14px; padding: 17px; display: flex; align-items: center; gap: 15px; margin: 20px 0; }.scoreRing { width: 62px; height: 62px; border-radius: 50%; display: grid; place-items: center; position: relative; border: 7px solid var(--coral); }.scoreRing strong { font-size: 21px; }.scoreRing small { position: absolute; right: 7px; bottom: 8px; font-size: 7px; }.dashScore p { margin: 5px 0 0; color: #647381; font-size: 9px; }.dashColumns { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.dashColumns article, .timeline { background: white; border: 1px solid var(--line); border-radius: 13px; padding: 14px; }.dashColumns header { display: flex; align-items: center; gap: 7px; margin-bottom: 10px; }.dashColumns header em { margin-left: auto; font-size: 8px; font-style: normal; color: #647381; }.coralIcon, .mintIcon { width: 22px; height: 22px; display: grid; place-items: center; background: #dceaf6; color: var(--coral); border-radius: 6px; }.mintIcon { background: #dcefed; color: var(--mint-dark); }.dashColumns p { display: flex; align-items: center; gap: 7px; font-size: 9px; border-top: 1px solid #eaf0f5; padding-top: 8px; }.dashColumns p span:last-child { margin-left: auto; color: #647381; font-size: 7px; }.timeline { margin-top: 12px; }.timeline > b { font-size: 11px; }.timeline > div { display: grid; grid-template-columns: 35px 9px 1fr; gap: 8px; align-items: start; margin-top: 11px; }.timeline time { font-size: 8px; font-weight: 900; }.timeline div > span { width: 8px; height: 8px; background: var(--coral); border-radius: 50%; margin-top: 2px; }.timeline p { display: grid; margin: 0; font-size: 9px; }.timeline small { color: #647381; margin-top: 3px; }

.centerHeading { text-align: center; max-width: 760px; margin: 0 auto 65px; }.centerHeading .sectionKicker { justify-content: center; }.centerHeading p { color: var(--ink-soft); font-size: 13px; line-height: 1.9; }.stepGrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; position: relative; }.stepGrid:before { content: ""; position: absolute; top: 132px; left: 18%; right: 18%; border-top: 2px dashed var(--coral); z-index: -1; }.stepGrid article { text-align: center; }.stepVisual { width: 210px; height: 210px; margin: 0 auto 26px; border-radius: 50%; background: white; border: 1.5px solid var(--ink); display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 7px 7px 0 var(--mint); }.calendarVisual span { color: var(--coral); font-size: 12px; font-weight: 900; letter-spacing: .2em; }.calendarVisual strong { font-size: 58px; line-height: 1.1; }.calendarVisual i { width: 32px; height: 32px; background: var(--coral); color: white; border-radius: 50%; display: grid; place-items: center; position: absolute; margin: 115px 0 0 120px; font-style: normal; }.listVisual { align-items: stretch; padding: 45px; text-align: left; }.listVisual p { display: flex; gap: 8px; align-items: center; margin: 5px 0; font-size: 11px; font-weight: 800; }.readyVisual { background: var(--coral); color: white; box-shadow: 7px 7px 0 var(--yellow); }.readyVisual > span { width: 60px; height: 60px; background: white; color: var(--coral); border-radius: 50%; display: grid; place-items: center; font-size: 32px; font-weight: 900; margin-bottom: 12px; }.readyVisual strong { font-size: 17px; }.readyVisual small { margin-top: 5px; opacity: .75; }.stepNo { color: var(--coral); font-size: 10px; letter-spacing: .14em; font-weight: 900; }.stepGrid h3 { font-size: 20px; margin: 10px 0; }.stepGrid article > p { font-size: 12px; line-height: 1.8; color: var(--ink-soft); max-width: 300px; margin: auto; }

.features { background: var(--coral); padding: 110px clamp(28px, 7vw, 110px); color: white; }.featuresTop { display: grid; grid-template-columns: 1fr .6fr; align-items: end; gap: 50px; margin-bottom: 55px; }.featuresTop p { max-width: 420px; color: #dceaf6; line-height: 1.9; font-size: 13px; }.featureGrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }.featureGrid article { min-height: 245px; background: var(--paper); color: var(--ink); border: 2px solid var(--ink); padding: 26px; box-shadow: 5px 5px 0 var(--ink); position: relative; overflow: hidden; }.featureGrid .featureLarge { grid-column: span 2; }.featureIcon { font-size: 26px; width: 48px; height: 48px; background: var(--mint); border-radius: 13px 13px 13px 4px; display: grid; place-items: center; }.featureGrid h3 { margin: 22px 0 10px; font-size: 19px; }.featureGrid p { color: var(--ink-soft); line-height: 1.8; font-size: 12px; max-width: 440px; }.miniDash { position: absolute; right: 30px; top: 38px; width: 210px; height: 125px; background: white; border: 1px solid var(--line); border-radius: 12px; padding: 20px; display: flex; justify-content: space-between; box-shadow: 5px 7px 0 var(--mint); transform: rotate(3deg); }.miniDash span { display: grid; align-content: center; gap: 8px; }.miniDash small { color: var(--coral); font-weight: 900; }.miniDash strong { color: var(--coral); font-size: 30px; align-self: center; }.privacyFeature { background: var(--ink) !important; color: white !important; }.privacyFeature p { color: #aab6c2 !important; }

.useCases { padding-bottom: 125px; }.caseRow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }.caseRow article { text-align: center; padding: 30px 15px; border-right: 1px solid var(--line); }.caseRow article:last-child { border-right: 0; }.caseRow span { font-size: 34px; color: var(--coral); }.caseRow h3 { font-size: 16px; margin: 15px 0 7px; }.caseRow p { margin: 0; color: #77808d; font-size: 10px; }
.privacySection { background: var(--mint); padding: 100px clamp(28px, 10vw, 150px); display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 100px; }.privacySection p { color: #365f5b; max-width: 650px; line-height: 2; font-size: 13px; }.privacyIllustration { width: min(330px, 100%); aspect-ratio: 1; border-radius: 50%; background: var(--paper); border: 2px solid var(--ink); position: relative; display: grid; place-items: center; box-shadow: 10px 10px 0 var(--ink); }.lockBody { width: 100px; height: 95px; border: 5px solid var(--ink); border-radius: 15px; background: var(--coral); display: grid; place-items: center; position: relative; z-index: 2; }.lockBody:before { content: ""; position: absolute; width: 60px; height: 65px; border: 9px solid var(--ink); border-bottom: 0; border-radius: 36px 36px 0 0; top: -65px; }.lockBody span { width: 18px; height: 18px; border-radius: 50%; background: var(--ink); color: transparent; }.lockBody i { width: 6px; height: 22px; background: var(--ink); margin-top: -25px; }.orbit { position: absolute; border: 1.5px dashed var(--coral); border-radius: 50%; }.o1 { inset: 26px; }.o2 { inset: 55px; }.privacyIllustration > b { position: absolute; bottom: 24px; font-size: 9px; letter-spacing: .2em; }.privacyPoints { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }.privacyPoints span { background: rgba(255,255,255,.55); border: 1px solid rgba(23,32,42,.18); border-radius: 20px; padding: 9px 13px; font-size: 10px; font-weight: 800; }

.waitlist { background: var(--ink); color: white; padding: 105px clamp(28px, 8vw, 130px); display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; position: relative; overflow: hidden; }.waitlist:before { content: ""; width: 390px; height: 390px; position: absolute; right: -200px; bottom: -250px; border: 70px solid rgba(53,106,154,.24); border-radius: 50%; }.waitlistStamp { position: absolute; top: 28px; right: 5vw; width: 82px; height: 82px; border: 2px solid var(--yellow); border-radius: 50%; color: var(--yellow); display: grid; place-items: center; text-align: center; font-size: 10px; font-weight: 900; letter-spacing: .1em; transform: rotate(10deg); }.waitlist h2 { font-size: clamp(38px, 4vw, 58px); line-height: 1.3; letter-spacing: -.06em; margin: 0 0 20px; }.waitlistCopy > p { color: #aab6c2; font-size: 13px; line-height: 1.8; }.waitlistForm { position: relative; z-index: 2; }.waitlistForm label { display: block; font-size: 11px; font-weight: 800; margin-bottom: 9px; }.formRow { display: flex; background: white; padding: 7px; border-radius: 10px; box-shadow: 6px 6px 0 var(--coral); }.formRow input { flex: 1; min-width: 0; border: 0; outline: 0; padding: 0 14px; color: var(--ink); background: transparent; font-size: 13px; }.formRow input:focus { box-shadow: inset 0 0 0 2px var(--mint-dark); border-radius: 6px; }.formRow button { border: 0; background: var(--coral); color: white; padding: 14px 18px; border-radius: 7px; font-weight: 900; font-size: 12px; cursor: pointer; white-space: nowrap; }.formRow button span { margin-left: 12px; }.waitlistForm > p { color: #7f8b97; font-size: 9px; margin-top: 15px; }.formSuccess { position: relative; z-index: 2; background: white; color: var(--ink); border-radius: 12px; padding: 25px; display: grid; grid-template-columns: auto 1fr; gap: 14px; box-shadow: 7px 7px 0 var(--mint); }.formSuccess > span { width: 42px; height: 42px; background: var(--mint); border-radius: 50%; display: grid; place-items: center; font-size: 22px; font-weight: 900; }.formSuccess p { color: #647381; font-size: 10px; margin: 5px 0 0; }.formSuccess button { grid-column: 2; justify-self: start; border: 0; background: none; color: var(--coral); font-weight: 800; font-size: 10px; padding: 0; cursor: pointer; }
footer { min-height: 160px; padding: 45px clamp(28px, 7vw, 110px); display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 25px; background: var(--paper); }.footerBrand { font-size: 17px; }.footerBrand .brandMark { width: 29px; height: 29px; font-size: 13px; }.footerBrand + p { color: #7a8290; font-size: 11px; text-align: center; }.footer div { display: flex; justify-content: flex-end; gap: 22px; font-size: 10px; font-weight: 700; }.footer small, footer > small { grid-column: 1 / -1; color: #9a9fa8; font-size: 8px; border-top: 1px solid var(--line); padding-top: 20px; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr 1fr; padding-left: 40px; padding-right: 40px; }.heroVisual { transform: scale(.85); margin: 0 -65px; }.hero h1 { font-size: 52px; }.productShowcase { grid-template-columns: 1fr; }.productCopy { max-width: 640px; }.dashboardMock { max-width: 760px; width: 100%; margin: auto; }.featureGrid { grid-template-columns: repeat(2, 1fr); }.featureGrid .featureLarge { grid-column: span 2; }.privacySection { gap: 55px; }.waitlist { gap: 45px; }
}

@media (max-width: 740px) {
  .siteHeader { height: 66px; padding: 0 18px; }.brand { font-size: 16px; }.brandMark { width: 30px; height: 30px; }.nav { display: none; }.headerCta { font-size: 11px; padding: 10px 12px; box-shadow: 2px 2px 0 var(--ink); }
  .hero { display: flex; flex-direction: column; padding: 54px 24px 65px; min-height: auto; gap: 45px; }.heroCopy { width: 100%; }.hero h1 { font-size: clamp(39px, 11vw, 54px); line-height: 1.3; }.heroLead { font-size: 15px; line-height: 1.9; }.mobileBreak { display: block; }.heroActions { align-items: flex-start; flex-direction: column; gap: 19px; }.buttonPrimary { width: 100%; justify-content: space-between; }.heroVisual { width: 100%; height: 530px; transform: scale(.85); margin: -20px 0 -45px; }.heroVisual:before { width: 490px; height: 490px; }.ticketOne { left: -7%; }.ticketTwo { right: -8%; }.floatProgress { left: -11%; }.floatReady { right: -10%; }
  .marquee { justify-content: flex-start; gap: 25px; overflow: hidden; padding-left: 25px; }
  .section { padding: 80px 24px; }.introGrid { grid-template-columns: 1fr; gap: 25px; }.introGrid h2 br { display: none; }.problemGrid { grid-template-columns: 1fr; margin-top: 50px; }.problemGrid article { min-height: 250px; }.problemGrid article:nth-child(2) { transform: none; }
  .productShowcase { padding: 80px 24px; gap: 50px; }.dashboardMock { padding: 17px; border-width: 4px; box-shadow: 10px 12px 0 rgba(53,106,154,.8); }.dashHeader h3 { font-size: 18px; }.dashScore { padding: 12px; }.dashColumns { grid-template-columns: 1fr; }
  .centerHeading { margin-bottom: 45px; }.stepGrid { grid-template-columns: 1fr; gap: 60px; }.stepGrid:before { top: 10%; bottom: 10%; left: 50%; right: auto; height: auto; border-top: 0; border-left: 2px dashed var(--coral); }.stepGrid article { background: var(--paper); }.stepVisual { width: 185px; height: 185px; }
  .features { padding: 80px 24px; }.featuresTop { grid-template-columns: 1fr; gap: 12px; }.featureGrid { grid-template-columns: 1fr; }.featureGrid .featureLarge { grid-column: span 1; min-height: 360px; }.miniDash { top: auto; bottom: 30px; right: 25px; left: 25px; width: auto; }.featureGrid article { min-height: 220px; }
  .caseRow { grid-template-columns: repeat(2, 1fr); }.caseRow article:nth-child(2) { border-right: 0; }.caseRow article { border-bottom: 1px solid var(--line); }.privacySection { grid-template-columns: 1fr; padding: 80px 24px; gap: 60px; }.privacyIllustration { width: 260px; margin: auto; }.privacySection > div:last-child { text-align: center; }.privacySection .sectionKicker { justify-content: center; }.privacyPoints { justify-content: center; }
  .waitlist { grid-template-columns: 1fr; padding: 85px 24px; gap: 35px; }.waitlistStamp { width: 65px; height: 65px; font-size: 8px; top: 25px; right: 24px; }.formRow { flex-direction: column; padding: 6px; gap: 6px; }.formRow input { min-height: 50px; }.formRow button { min-height: 50px; }.formSuccess { grid-template-columns: auto 1fr; padding: 18px; }
  footer { grid-template-columns: 1fr; text-align: center; }.footerBrand { justify-self: center; }.footerBrand + p { margin: 0; }.footer div { justify-content: center; }.footer small, footer > small { grid-column: 1; }
}

@media (max-width: 390px) { .hero h1 { font-size: 38px; }.heroVisual { transform: scale(.74); margin-left: -5px; margin-right: -5px; }.caseRow { grid-template-columns: 1fr; }.caseRow article { border-right: 0; }.privacyPoints { flex-direction: column; }.privacyPoints span { text-align: center; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *:before, *:after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }

.waitlistAction { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.waitlistAction .buttonPrimary { min-width: 280px; justify-content: space-between; }
.waitlistAction > p { margin: 0; color: #aab6c2; font-size: 10px; }

@media (max-width: 740px) {
  .waitlistAction { align-items: stretch; }
  .waitlistAction .buttonPrimary { min-width: 0; }
}
