:root {
  --navy: #202a78;
  --navy-deep: #111845;
  --navy-soft: #36418d;
  --cyan: #2cb8d9;
  --cyan-dark: #087f9e;
  --cyan-pale: #eaf9fc;
  --sage: #8cb9ac;
  --sage-dark: #2e7661;
  --ink: #171b2d;
  --muted: #626a7e;
  --line: #dfe3ee;
  --surface: #f6f7fb;
  --white: #fff;
  --danger: #a43b48;
  --shadow: 0 24px 70px rgba(17, 24, 69, .12);
  --radius: 24px;
  --container: 1240px;
  --header-height: 78px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 130px; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy-deep); letter-spacing: -.035em; line-height: 1.06; }
h1 { margin-bottom: 26px; font-size: clamp(3.5rem, 6.2vw, 6.3rem); }
h2 { margin-bottom: 22px; font-size: clamp(2.4rem, 4.4vw, 4.6rem); }
h3 { margin-bottom: 14px; font-size: clamp(1.35rem, 2vw, 1.9rem); }
p { margin-bottom: 18px; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 108px 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 14px; background: #fff; color: var(--navy); transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }

.preview-bar { min-height: 34px; display: flex; justify-content: center; gap: 14px; align-items: center; padding: 6px 20px; background: #080d2a; color: rgba(255,255,255,.72); font-size: .7rem; letter-spacing: .05em; text-align: center; }
.preview-bar strong { color: #82dcea; text-transform: uppercase; letter-spacing: .1em; }
.preview-bar span + span::before { content: "·"; margin-right: 14px; color: rgba(255,255,255,.35); }
.launch-bar { min-height: 42px; display: grid; align-items: center; background: var(--cyan-pale); border-bottom: 1px solid #d6eff4; color: var(--navy-deep); font-size: .78rem; }
.launch-bar__inner { display: flex; justify-content: center; gap: 22px; align-items: center; }
.launch-bar p { margin: 0; }
.launch-bar a { color: var(--navy); font-weight: 800; text-decoration: none; }
.status-dot { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 5px rgba(44,184,217,.14); }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(223,227,238,.8); backdrop-filter: blur(16px); }
.header-inner { min-height: var(--header-height); display: flex; align-items: center; gap: 34px; }
.brand { flex: 0 0 auto; }
.brand img { width: 128px; height: auto; }
.main-nav { display: flex; gap: 28px; margin-left: auto; }
.main-nav a, .login-link { position: relative; color: var(--navy-deep); font-size: .79rem; font-weight: 750; text-decoration: none; }
.main-nav a::after { content: ""; position: absolute; right: 0; bottom: -9px; left: 0; height: 2px; background: var(--cyan); transform: scaleX(0); transition: transform .2s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 16px; }
.language { display: flex; overflow: hidden; border: 1px solid var(--line); border-radius: 999px; }
.language a { padding: 6px 9px; color: var(--muted); font-size: .65rem; font-weight: 800; text-decoration: none; }
.language a.active { background: var(--navy); color: #fff; }
.menu-button { display: none; width: 44px; height: 44px; padding: 11px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.menu-button span { display: block; height: 2px; margin: 5px 0; border-radius: 2px; background: var(--navy); }

.button { min-height: 52px; display: inline-flex; justify-content: center; align-items: center; gap: 9px; padding: 13px 20px; border: 1px solid transparent; border-radius: 12px; font-size: .82rem; font-weight: 800; text-align: center; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid rgba(44,184,217,.35); outline-offset: 3px; }
.button--small { min-height: 42px; padding: 10px 16px; }
.button--primary { background: var(--navy); color: #fff; box-shadow: 0 12px 26px rgba(32,42,120,.2); }
.button--primary:hover { background: var(--navy-deep); }
.button--secondary { border-color: #aab1cd; background: #fff; color: var(--navy); }
.button--secondary:hover { border-color: var(--navy); }
.button--light { background: #fff; color: var(--navy-deep); }
.button--wide { width: 100%; }
.play { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.14); font-size: .6rem; }
.text-link { display: inline-flex; gap: 6px; margin-top: 16px; color: var(--navy); font-size: .8rem; font-weight: 750; text-decoration: none; }

.eyebrow { display: flex; gap: 10px; align-items: center; margin-bottom: 18px; color: var(--cyan-dark); font-size: .7rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 24px; height: 2px; background: currentColor; }
.eyebrow--light { color: #8be0ee; }
.hero { min-height: 720px; display: grid; align-items: center; overflow: hidden; padding: 62px 0 84px; background: linear-gradient(180deg, #fbfcff 0%, #fff 76%); }
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 58px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { font-size: clamp(3.35rem, 4.7vw, 5.3rem); line-height: 1.01; }
.hero h1 em { display: block; color: var(--navy); font-style: normal; }
.hero-lead { max-width: 700px; color: var(--muted); font-size: 1.1rem; line-height: 1.75; }
.hero-lead strong { color: var(--navy-deep); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 14px 22px; margin: 34px 0 0; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; }
.hero-trust li { color: var(--muted); font-size: .75rem; font-weight: 650; }
.hero-trust li::before { content: "✓"; margin-right: 7px; color: var(--sage-dark); font-weight: 900; }
.product-composition { position: relative; min-height: 590px; }
.product-orbit { position: absolute; inset: 2% -15% 2% 0; border: 1px solid rgba(44,184,217,.22); border-radius: 50%; background: radial-gradient(circle at center, rgba(44,184,217,.11), transparent 66%); transform: rotate(-9deg); }
.shot { position: absolute; margin: 0; overflow: hidden; border: 7px solid #fff; border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.shot figcaption { position: absolute; z-index: 3; top: 13px; left: 13px; padding: 7px 10px; border-radius: 999px; background: rgba(17,24,69,.9); color: #fff; font-size: .62rem; font-weight: 800; backdrop-filter: blur(6px); }
.shot img { width: 100%; height: 100%; object-fit: cover; }
.shot--main { inset: 0 2% 18% 4%; }
.shot--main img { object-position: top left; }
.shot--small { width: 46%; height: 235px; }
.shot--offer { right: -6%; bottom: -1%; transform: rotate(1.5deg); }
.shot--offer img { object-position: 56% 34%; }
.shot--crm { bottom: 1%; left: -3%; transform: rotate(-1.5deg); }
.shot--crm img { object-position: 62% 30%; }

.proof-strip { border-block: 1px solid var(--line); background: #fff; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid p { display: flex; flex-direction: column; min-height: 132px; justify-content: center; margin: 0; padding: 28px; border-right: 1px solid var(--line); }
.proof-grid p:last-child { border-right: 0; }
.proof-grid strong { margin-bottom: 8px; color: var(--navy); font-size: 1.45rem; letter-spacing: -.03em; }
.proof-grid span { color: var(--muted); font-size: .74rem; }

.section-heading { display: flex; justify-content: space-between; gap: 60px; align-items: end; margin-bottom: 50px; }
.section-heading--center { max-width: 860px; display: block; margin: 0 auto 52px; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading--center > p:last-child { color: var(--muted); font-size: 1rem; }
.pillar-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.pillar-card { min-height: 390px; display: flex; flex-direction: column; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 18px 50px rgba(17,24,69,.05); }
.pillar-card--accent { background: var(--navy-deep); border-color: var(--navy-deep); }
.pillar-card--accent h3, .pillar-card--accent a { color: #fff; }
.pillar-card--accent p { color: rgba(255,255,255,.68); }
.pillar-card--accent .card-label { color: #8be0ee; }
.pillar-icon { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 58px; border-radius: 15px; background: var(--cyan-pale); color: var(--navy); font-size: 1.35rem; font-weight: 900; }
.pillar-card--accent .pillar-icon { background: rgba(255,255,255,.1); color: #8be0ee; }
.card-label { margin-bottom: 10px; color: var(--cyan-dark); font-size: .67rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.pillar-card > p:not(.card-label) { color: var(--muted); font-size: .88rem; }
.pillar-card a { margin-top: auto; color: var(--navy); font-size: .78rem; font-weight: 800; text-decoration: none; }

.problem { background: var(--navy-deep); color: rgba(255,255,255,.72); }
.problem h2 { color: #fff; }
.problem-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 88px; align-items: center; }
.problem-copy > p:not(.eyebrow) { max-width: 620px; }
.old-flow { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-top: 32px; }
.old-flow span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 8px; color: rgba(255,255,255,.76); font-size: .7rem; }
.old-flow i { color: rgba(255,255,255,.3); font-style: normal; }
.connected-flow { display: grid; grid-template-columns: repeat(5,1fr); overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 22px; background: rgba(255,255,255,.06); }
.connected-flow__label { grid-column: 1 / -1; margin: 0; padding: 16px 22px; border-bottom: 1px solid rgba(255,255,255,.12); color: #8be0ee; font-size: .67rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.connected-flow > div { position: relative; min-height: 210px; padding: 25px 18px; border-right: 1px solid rgba(255,255,255,.1); }
.connected-flow > div:last-child { border-right: 0; }
.connected-flow > div > span { width: 38px; height: 38px; display: grid; place-items: center; margin-bottom: 42px; border-radius: 12px; background: rgba(139,224,238,.12); color: #8be0ee; font-weight: 900; }
.connected-flow strong, .connected-flow small { display: block; }
.connected-flow strong { min-height: 42px; color: #fff; font-size: .83rem; }
.connected-flow small { color: rgba(255,255,255,.5); font-size: .67rem; line-height: 1.5; }

.feature-section { overflow: hidden; }
.feature-section--tint { background: var(--surface); }
.feature-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: center; }
.feature-grid--reverse { grid-template-columns: .88fr 1.12fr; }
.feature-grid--reverse .feature-copy { order: 2; }
.feature-grid--reverse .shot-stack { order: 1; }
.feature-copy > p:not(.eyebrow,.small-note) { color: var(--muted); font-size: 1rem; }
.check-list { display: grid; gap: 13px; margin: 30px 0 34px; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 11px; color: #3f475c; font-size: .86rem; }
.check-list li > span { color: var(--sage-dark); font-weight: 900; }
.feature-shot { position: relative; margin: 0; overflow: hidden; border: 7px solid #fff; border-radius: 22px; background: #fff; box-shadow: var(--shadow); }
.feature-shot img { width: 100%; aspect-ratio: 1.565; object-fit: cover; object-position: top left; }
.feature-shot--portrait img { object-position: 61% 24%; }
.shot-tag { position: absolute; z-index: 2; top: 16px; right: 16px; padding: 7px 10px; border-radius: 999px; background: rgba(17,24,69,.9); color: #fff; font-size: .61rem; font-weight: 800; }
.shot-stack { position: relative; min-height: 650px; }
.shot-stack .feature-shot:first-child { position: absolute; top: 0; right: 6%; left: 0; }
.feature-shot--floating { position: absolute; right: 0; bottom: 0; width: 72%; }
.feature-shot--floating img { aspect-ratio: 1.4; object-position: 55% 21%; }
.mini-features { display: grid; gap: 0; margin-top: 28px; border-top: 1px solid var(--line); }
.mini-features p { display: grid; grid-template-columns: 150px 1fr; gap: 18px; margin: 0; padding: 18px 0; border-bottom: 1px solid var(--line); }
.mini-features strong { color: var(--navy-deep); font-size: .83rem; }
.mini-features span { color: var(--muted); font-size: .78rem; }
.offer-callout { margin-top: 30px; padding: 25px; border-radius: 18px; background: var(--navy-deep); color: rgba(255,255,255,.7); }
.offer-callout > span { display: inline-block; margin-bottom: 12px; padding: 5px 9px; border-radius: 999px; background: var(--cyan); color: var(--navy-deep); font-size: .62rem; font-weight: 900; }
.offer-callout h3 { color: #fff; }
.offer-callout p { margin-bottom: 0; font-size: .82rem; }
.small-note { margin-top: 18px; padding-left: 14px; border-left: 3px solid var(--cyan); color: var(--muted); font-size: .74rem; }

.time-section { padding-top: 32px; }
.time-card { display: grid; grid-template-columns: 1fr .9fr; gap: 80px; padding: 64px; border-radius: 28px; background: linear-gradient(135deg, var(--navy), var(--navy-deep)); color: rgba(255,255,255,.72); }
.time-card h2 { margin-bottom: 0; color: #fff; }
.time-copy p:last-child { margin-bottom: 0; }

.pricing { background: var(--surface); }
.pricing-heading { align-items: center; }
.pricing-heading > div:first-child { max-width: 700px; }
.pricing-heading > div:first-child > p:last-child { margin-bottom: 0; color: var(--muted); }
.billing-toggle { display: inline-flex; padding: 5px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.billing-toggle button { min-height: 44px; padding: 9px 14px; border: 0; border-radius: 10px; background: transparent; color: var(--muted); font-size: .72rem; font-weight: 800; cursor: pointer; }
.billing-toggle button[aria-pressed="true"] { background: var(--navy); color: #fff; }
.billing-toggle span { display: block; font-size: .5rem; opacity: .72; }
.billing-benefit { margin: -28px 0 34px; color: var(--sage-dark); font-size: .77rem; font-weight: 750; }
.plans { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; align-items: stretch; }
.plan { position: relative; display: flex; flex-direction: column; padding: 32px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 18px 48px rgba(17,24,69,.05); }
.plan--featured { border: 2px solid var(--navy); box-shadow: 0 26px 70px rgba(32,42,120,.15); transform: translateY(-10px); }
.popular { position: absolute; top: -14px; right: 24px; padding: 7px 12px; border-radius: 999px; background: var(--cyan); color: var(--navy-deep); font-size: .62rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.plan-heading { min-height: 220px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.plan-heading > p:first-child { min-height: 38px; color: var(--cyan-dark); font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.plan-price { display: flex; align-items: flex-start; color: var(--navy-deep); }
.plan-price > span { padding-top: 11px; font-size: 1.2rem; font-weight: 800; }
.plan-price strong { font-size: 3.65rem; line-height: 1; letter-spacing: -.07em; }
.plan-price small { align-self: flex-end; padding-bottom: 8px; color: var(--muted); font-size: .68rem; }
.plan-billing { margin: 8px 0 0; color: var(--muted); font-size: .71rem; }
.plan-summary { min-height: 92px; padding: 24px 0 8px; color: var(--muted); font-size: .82rem; }
.plan ul { display: grid; gap: 12px; margin: 12px 0 30px; padding: 0; list-style: none; }
.plan li { position: relative; padding-left: 22px; color: #3f475c; font-size: .77rem; }
.plan li::before { content: "✓"; position: absolute; left: 0; color: var(--sage-dark); font-weight: 900; }
.plan .button { margin-top: auto; }
.plan-question { display: block; margin-top: 12px; color: var(--navy); font-size: .73rem; font-weight: 750; text-align: center; }
.price-footnote { margin: 24px 0 0; color: var(--muted); font-size: .68rem; text-align: center; }
.feature-matrix { margin-top: 54px; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.matrix-heading { display: flex; justify-content: space-between; gap: 30px; align-items: center; }
.matrix-heading .eyebrow { margin-bottom: 8px; }
.matrix-heading h3 { margin-bottom: 0; }
.matrix-toggle { min-height: 44px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--navy); font-size: .72rem; font-weight: 800; cursor: pointer; }
.matrix-content { margin-top: 26px; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.matrix-row { display: grid; grid-template-columns: 1.7fr repeat(3,.55fr); }
.matrix-row > * { min-width: 0; padding: 13px 16px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); font-size: .72rem; text-align: center; }
.matrix-row > *:first-child { color: var(--ink); text-align: left; }
.matrix-row > *:last-child { border-right: 0; }
.matrix-row:last-child > * { border-bottom: 0; }
.matrix-row b { color: var(--navy); }
.matrix-row--head { background: var(--navy-deep); }
.matrix-row--head > * { color: #fff; }

.launch-offer { background: #fff; }
.launch-card { display: grid; grid-template-columns: 1.1fr .48fr .9fr; gap: 38px; align-items: center; padding: 56px; border-radius: 28px; background: var(--navy-deep); color: rgba(255,255,255,.72); box-shadow: var(--shadow); }
.launch-card h2 { color: #fff; }
.launch-card__copy p:last-child { margin-bottom: 0; }
.launch-card__counter { padding: 28px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(255,255,255,.06); text-align: center; }
.launch-card__counter span, .launch-card__counter small { display: block; }
.launch-card__counter span { color: #8be0ee; font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.launch-card__counter strong { display: block; margin: 8px 0; color: #fff; font-size: 2.5rem; }
.launch-card__counter small { color: rgba(255,255,255,.45); font-size: .61rem; }
.launch-form label { display: block; margin-bottom: 7px; color: rgba(255,255,255,.78); font-size: .7rem; font-weight: 750; }
.launch-form > div { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.launch-form input { min-width: 0; }
.consent { display: flex !important; gap: 9px; align-items: flex-start; margin-top: 11px; color: inherit; font-size: .65rem !important; font-weight: 500 !important; line-height: 1.45; }
.consent input { width: 17px !important; height: 17px; flex: 0 0 17px; margin: 2px 0 0; accent-color: var(--cyan); }

.onboarding { background: var(--surface); }
.onboarding-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: start; }
.onboarding-grid > div:first-child { position: sticky; top: 130px; }
.onboarding-grid > div:first-child > p:last-child { color: var(--muted); }
.onboarding-flow { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.onboarding-flow article { min-height: 215px; padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.onboarding-flow article > span { width: 36px; height: 36px; display: grid; place-items: center; margin-bottom: 44px; border-radius: 10px; background: var(--cyan-pale); color: var(--navy); font-weight: 900; }
.onboarding-flow p { margin-bottom: 0; color: var(--muted); font-size: .77rem; }

.security { background: var(--navy); color: rgba(255,255,255,.7); }
.security h2 { color: #fff; }
.security-grid { display: grid; grid-template-columns: .62fr 1.38fr; gap: 80px; align-items: center; }
.security-grid ul { display: grid; grid-template-columns: 1fr 1fr; margin: 0; padding: 0; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; overflow: hidden; list-style: none; }
.security-grid li { display: grid; grid-template-columns: auto 1fr; gap: 10px 14px; padding: 25px; border-right: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }
.security-grid li:nth-child(even) { border-right: 0; }
.security-grid li:nth-last-child(-n+2) { border-bottom: 0; }
.security-grid li > span { grid-row: 1 / 3; color: #8be0ee; font-size: .65rem; font-weight: 850; }
.security-grid strong { color: #fff; font-size: .83rem; }
.security-grid small { color: rgba(255,255,255,.52); font-size: .68rem; line-height: 1.45; }

.demo { background: #fff; }
.demo-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.demo-copy { position: sticky; top: 130px; }
.demo-copy > p:not(.eyebrow) { color: var(--muted); }
.demo-copy ul { display: grid; gap: 11px; margin: 28px 0 0; padding: 0; list-style: none; }
.demo-copy li { color: var(--navy-deep); font-size: .8rem; font-weight: 700; }
.demo-copy li::before { content: "✓"; margin-right: 9px; color: var(--sage-dark); }
.demo-panel { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--surface); }
.short-form, .order-form, .contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 34px; }
.form-heading { grid-column: 1 / -1; margin-bottom: 10px; }
.form-heading > span { color: var(--cyan-dark); font-size: .65rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.form-heading h3 { margin: 7px 0; }
.form-heading p { margin-bottom: 0; color: var(--muted); font-size: .72rem; }
form label { display: flex; flex-direction: column; gap: 6px; color: var(--navy-deep); font-size: .69rem; font-weight: 750; }
form label small { color: var(--muted); font-weight: 500; }
input, select, textarea { width: 100%; min-height: 50px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--ink); }
textarea { min-height: 110px; resize: vertical; }
.wide { grid-column: 1 / -1; }
.form-status { margin: 4px 0 0; color: #6fd2e2; font-size: .72rem; font-weight: 750; }
.demo-video { padding: 34px; }
.video-placeholder { aspect-ratio: 16/9; display: grid; place-items: center; align-content: center; gap: 8px; border-radius: 18px; background: linear-gradient(135deg, var(--navy), var(--navy-deep)); color: #fff; text-align: center; }
.video-placeholder > span { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 50%; background: var(--cyan); color: var(--navy-deep); }
.video-placeholder small { max-width: 380px; color: rgba(255,255,255,.62); }
.video-next { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; padding-top: 20px; }
.video-next p { width: 100%; margin-bottom: 2px; color: var(--muted); font-size: .72rem; }

.order-preview { background: var(--cyan-pale); }
.order-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: center; }
.order-grid > div > p:last-child { color: var(--muted); }
.order-form { border: 1px solid #cdebf1; border-radius: 22px; background: #fff; box-shadow: 0 20px 60px rgba(17,24,69,.08); }

.faq { background: var(--surface); }
.faq-grid { display: grid; grid-template-columns: .6fr 1.4fr; gap: 80px; align-items: start; }
.faq-grid > div:first-child { position: sticky; top: 130px; }
.faq-grid > div:first-child > p:last-child { color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 22px 48px 22px 0; color: var(--navy-deep); font-size: .87rem; font-weight: 780; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 10px; top: 16px; color: var(--cyan-dark); font-size: 1.35rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding-right: 55px; color: var(--muted); font-size: .82rem; }

.contact { background: var(--navy-deep); color: rgba(255,255,255,.7); }
.contact h2 { color: #fff; }
.contact a { color: #8be0ee; }
.contact-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: center; }
.contact-form { border: 1px solid rgba(255,255,255,.13); border-radius: 22px; background: rgba(255,255,255,.06); }
.contact-form label { color: rgba(255,255,255,.82); }
.contact-form input, .contact-form select, .contact-form textarea { border-color: rgba(255,255,255,.15); background: rgba(255,255,255,.1); color: #fff; }
.contact-form select option { color: var(--ink); }

.site-footer { padding: 62px 0 24px; background: #080d2a; color: rgba(255,255,255,.55); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 60px; }
.footer-brand img { width: 130px; margin-bottom: 20px; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 250px; font-size: .76rem; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 9px; }
.footer-grid strong { margin-bottom: 8px; color: #fff; font-size: .75rem; }
.footer-grid a { color: rgba(255,255,255,.6); font-size: .71rem; text-decoration: none; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p { margin: 0; font-size: .64rem; }
.mobile-cta { display: none; }

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

@media (max-width: 1120px) {
  .main-nav { gap: 18px; }
  .main-nav a { font-size: .72rem; }
  .login-link { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 900px; }
  .product-composition { max-width: 880px; width: 100%; margin: 20px auto 0; }
  .problem-layout, .feature-grid, .feature-grid--reverse, .time-card, .onboarding-grid, .security-grid, .demo-grid, .order-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .feature-grid--reverse .feature-copy, .feature-grid--reverse .shot-stack { order: initial; }
  .problem-layout, .feature-grid, .feature-grid--reverse, .onboarding-grid, .security-grid, .demo-grid, .order-grid, .faq-grid, .contact-grid { gap: 52px; }
  .problem-copy { max-width: 820px; }
  .onboarding-grid > div:first-child, .demo-copy, .faq-grid > div:first-child { position: static; }
  .launch-card { grid-template-columns: 1fr .55fr; }
  .launch-form { grid-column: 1 / -1; }
}

@media (max-width: 860px) {
  :root { --header-height: 70px; }
  html { scroll-padding-top: 90px; }
  .header-inner { justify-content: space-between; }
  .header-actions { margin-left: auto; }
  .header-actions .button, .header-actions .login-link { display: none; }
  .menu-button { display: block; }
  .main-nav { position: fixed; z-index: 110; top: calc(34px + 42px + var(--header-height)); right: 0; bottom: 0; left: 0; display: none; flex-direction: column; gap: 0; padding: 24px; background: #fff; }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 17px 0; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .pillar-grid, .plans { grid-template-columns: 1fr; }
  .pillar-card { min-height: 0; }
  .pillar-icon { margin-bottom: 34px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid p:nth-child(2) { border-right: 0; }
  .proof-grid p:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .connected-flow { grid-template-columns: 1fr 1fr; }
  .connected-flow > div { min-height: 165px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .connected-flow > div:nth-child(odd) { border-right: 0; }
  .connected-flow > div:last-child { grid-column: 1 / -1; border-bottom: 0; }
  .connected-flow > div > span { margin-bottom: 24px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 22px; }
  .billing-benefit { margin-top: -4px; }
  .plan--featured { transform: none; }
  .plan-heading, .plan-summary { min-height: 0; }
  .launch-card { grid-template-columns: 1fr; padding: 38px; }
  .launch-form { grid-column: auto; }
  .onboarding-flow { grid-template-columns: 1fr 1fr; }
  .security-grid ul { grid-template-columns: 1fr 1fr; }
  .matrix-row { grid-template-columns: 1fr; padding: 16px; border-bottom: 1px solid var(--line); }
  .matrix-row:last-child { border-bottom: 0; }
  .matrix-row > * { display: grid; grid-template-columns: 1fr auto; gap: 10px; padding: 7px 0; border: 0; text-align: right; }
  .matrix-row > *:first-child { display: block; padding-bottom: 13px; font-weight: 800; }
  .matrix-row > *:nth-child(2)::before { content: "Basic"; color: var(--muted); font-weight: 600; }
  .matrix-row > *:nth-child(3)::before { content: "Pro"; color: var(--muted); font-weight: 600; }
  .matrix-row > *:nth-child(4)::before { content: "Max"; color: var(--muted); font-weight: 600; }
  .matrix-row--head { display: none; }
}

@media (max-width: 620px) {
  :root { --radius: 18px; }
  .container { width: min(calc(100% - 30px), var(--container)); }
  .preview-bar { min-height: 46px; flex-direction: column; gap: 0; line-height: 1.3; }
  .preview-bar span + span::before { display: none; }
  .launch-bar { min-height: 58px; }
  .launch-bar__inner { justify-content: space-between; gap: 12px; }
  .launch-bar p { max-width: 230px; font-size: .68rem; }
  .launch-bar a { white-space: nowrap; font-size: .68rem; }
  .main-nav { top: calc(46px + 58px + var(--header-height)); }
  .brand img { width: 112px; }
  .language a { padding: 6px 8px; }
  .section { padding: 76px 0; }
  h1, .hero h1 { font-size: clamp(2.8rem, 12vw, 3.5rem); }
  h2 { font-size: clamp(2.25rem, 11vw, 3.4rem); }
  .hero { min-height: 0; padding: 54px 0 72px; }
  .hero-grid { gap: 44px; }
  .hero-lead { font-size: .96rem; }
  .button-row { display: grid; }
  .button-row .button { width: 100%; }
  .hero-trust { display: grid; grid-template-columns: 1fr; gap: 8px; }
  .product-composition { min-height: 380px; }
  .product-orbit { inset: 0 -20% 4% -10%; }
  .shot { border-width: 4px; border-radius: 12px; }
  .shot figcaption { top: 7px; left: 7px; font-size: .52rem; }
  .shot--main { inset: 0 0 24% 0; }
  .shot--small { width: 52%; height: 142px; }
  .shot--offer { right: -2%; }
  .shot--crm { left: -2%; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid p { min-height: 104px; padding: 22px 6px; border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-grid p:last-child { border-bottom: 0; }
  .section-heading--center { text-align: left; }
  .section-heading--center .eyebrow { justify-content: flex-start; }
  .pillar-card { padding: 26px; }
  .connected-flow { grid-template-columns: 1fr; }
  .connected-flow > div, .connected-flow > div:nth-child(odd), .connected-flow > div:last-child { grid-column: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .connected-flow > div:last-child { border-bottom: 0; }
  .feature-grid, .feature-grid--reverse { gap: 34px; }
  .shot-stack { min-height: 450px; }
  .shot-stack .feature-shot:first-child { right: 0; }
  .feature-shot--floating { width: 82%; }
  .mini-features p { grid-template-columns: 1fr; gap: 6px; }
  .time-card { gap: 30px; padding: 34px 25px; }
  .billing-toggle { width: 100%; }
  .billing-toggle button { flex: 1; }
  .plan { padding: 26px 22px; }
  .plan-price strong { font-size: 3.2rem; }
  .feature-matrix { padding: 20px 16px; }
  .matrix-heading { align-items: flex-start; flex-direction: column; }
  .matrix-toggle { width: 100%; }
  .launch-card { padding: 32px 22px; }
  .launch-form > div { grid-template-columns: 1fr; }
  .launch-form .button { width: 100%; }
  .onboarding-flow, .security-grid ul, .short-form, .order-form, .contact-form { grid-template-columns: 1fr; }
  .onboarding-flow article { min-height: 0; }
  .onboarding-flow article > span { margin-bottom: 28px; }
  .security-grid li, .security-grid li:nth-child(even), .security-grid li:nth-last-child(-n+2) { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .security-grid li:last-child { border-bottom: 0; }
  .short-form, .order-form, .contact-form { padding: 24px 18px; }
  .wide, .form-heading { grid-column: 1; }
  .video-next { display: grid; }
  .video-next .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 20px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .mobile-cta { position: fixed; z-index: 90; right: 14px; bottom: 14px; left: 14px; min-height: 50px; display: grid; place-items: center; border-radius: 12px; background: var(--cyan); color: var(--navy-deep); box-shadow: 0 14px 40px rgba(17,24,69,.25); font-size: .8rem; font-weight: 900; text-decoration: none; }
  .site-footer { padding-bottom: 92px; }
}
