:root {
  --navy: #042b59;
  --navy-deep: #031d3d;
  --blue: #027dfd;
  --cyan: #13b9fd;
  --ink: #102a43;
  --muted: #5c7083;
  --background: #f5f9fd;
  --surface: #ffffff;
  --border: #d8e6f1;
  --green: #16a34a;
  --orange: #e98b16;
  --shadow: 0 24px 70px rgba(4, 43, 89, .14);
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.narrow { max-width: 850px; text-align: center; }
.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; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 100; padding: 12px 18px; background: var(--navy); color: white; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.9); border-bottom: 1px solid rgba(216,230,241,.8); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 80px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--navy); font-size: 1.32rem; font-weight: 800; letter-spacing: -.03em; }
.brand img { border-radius: 10px; }
.navigation { display: flex; align-items: center; gap: 34px; color: var(--ink); font-size: .92rem; font-weight: 600; }
.navigation > a:not(.button) { transition: color .2s ease; }
.navigation > a:not(.button):hover { color: var(--blue); }
.menu-button { display: none; width: 44px; height: 44px; padding: 11px; border: 0; border-radius: 10px; background: var(--background); }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--navy); border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 0 25px; color: white; background: var(--blue); border-radius: 12px; font-weight: 750; box-shadow: 0 10px 24px rgba(2,125,253,.22); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: #006ee5; box-shadow: 0 14px 30px rgba(2,125,253,.28); }
.button-small { min-height: 44px; padding-inline: 20px; }

.hero { overflow: hidden; padding: 90px 0 105px; background: radial-gradient(circle at 78% 38%, #e6f7ff 0, transparent 28%), var(--surface); }
.hero-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(460px, 1.05fr); align-items: center; gap: 70px; }
.eyebrow { margin: 0 0 18px; color: var(--blue); font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 25px; color: var(--navy); font-size: clamp(3rem, 5vw, 4.65rem); line-height: 1.03; letter-spacing: -.055em; }
h1 span { color: var(--blue); }
.hero-text { max-width: 600px; margin-bottom: 32px; color: var(--muted); font-size: 1.2rem; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 27px; }
.text-link { color: var(--navy); font-weight: 700; }
.text-link:hover { color: var(--blue); }
.trust-list { display: flex; gap: 24px; margin: 28px 0 0; padding: 0; color: var(--muted); font-size: .83rem; list-style: none; }
.trust-list li::before { content: "✓"; margin-right: 7px; color: var(--green); font-weight: 900; }

.product-stage { position: relative; display: grid; min-height: 610px; place-items: center; isolation: isolate; }
.product-stage::before { content: ""; position: absolute; inset: 42px 30px; z-index: -2; background: linear-gradient(145deg, #f0f8ff, #dff5ff); border: 1px solid #d8effc; border-radius: 42px; transform: rotate(2deg); }
.glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(4px); }
.glow-one { width: 210px; height: 210px; top: 20px; right: -15px; background: rgba(19,185,253,.2); }
.glow-two { width: 170px; height: 170px; bottom: 22px; left: 0; background: rgba(2,125,253,.12); }
.phone-frame { position: relative; width: 306px; height: 590px; padding: 12px; background: var(--navy-deep); border: 2px solid #0d4078; border-radius: 46px; box-shadow: var(--shadow); transform: rotate(1deg); }
.phone-speaker { position: absolute; top: 21px; left: 50%; z-index: 2; width: 78px; height: 20px; background: var(--navy-deep); border-radius: 999px; transform: translateX(-50%); }
.screen-preview { height: 100%; overflow: hidden; background: var(--background); border-radius: 35px; }
.screen-preview img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.floating-card { position: absolute; display: flex; align-items: center; gap: 9px; padding: 13px 16px; background: rgba(255,255,255,.95); border: 1px solid var(--border); border-radius: 14px; box-shadow: 0 12px 35px rgba(4,43,89,.12); font-size: .78rem; font-weight: 700; }
.floating-card-top { top: 112px; left: 4px; }
.floating-card-bottom { right: 0; bottom: 102px; }
.floating-card-bottom strong { display: grid; width: 34px; height: 34px; place-items: center; color: white; background: var(--blue); border-radius: 9px; font-size: .68rem; }
.status-dot { width: 9px; height: 9px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 4px rgba(22,163,74,.12); }

.section { padding: 115px 0; }
.intro { background: var(--navy); }
.intro h2, .workflow h2 { margin-bottom: 25px; color: white; font-size: clamp(2.4rem, 4vw, 3.8rem); line-height: 1.08; letter-spacing: -.04em; }
.intro .eyebrow, .eyebrow-light { color: var(--cyan); }
.intro p:last-child { max-width: 690px; margin: 0 auto; color: #c5d9ea; font-size: 1.12rem; line-height: 1.7; }
.section-heading { max-width: 660px; margin-bottom: 48px; }
.section-heading h2, .cta-card h2 { margin-bottom: 0; color: var(--navy); font-size: clamp(2.2rem, 4vw, 3.5rem); line-height: 1.1; letter-spacing: -.045em; }
.features { background: var(--background); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-card { position: relative; min-height: 330px; padding: 31px; overflow: hidden; background: white; border: 1px solid var(--border); border-radius: 22px; transition: transform .25s ease, box-shadow .25s ease; }
.feature-card:hover { transform: translateY(-6px); box-shadow: 0 18px 42px rgba(4,43,89,.09); }
.feature-number { position: absolute; top: 28px; right: 28px; color: #a8bacb; font-size: .78rem; font-weight: 800; }
.feature-icon { display: grid; width: 50px; height: 50px; margin-bottom: 63px; place-items: center; border-radius: 15px; font-size: 1.2rem; font-weight: 900; }
.feature-icon-blue { color: var(--blue); background: rgba(2,125,253,.1); }
.feature-icon-orange { color: var(--orange); background: rgba(233,139,22,.11); }
.feature-icon-green { color: var(--green); background: rgba(22,163,74,.1); }
.feature-card h3 { margin-bottom: 13px; color: var(--ink); font-size: 1.36rem; letter-spacing: -.025em; }
.feature-card p { margin-bottom: 0; color: var(--muted); line-height: 1.65; }

.product-showcase { overflow: hidden; background: white; }
.showcase-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 80px; }
.showcase-copy h2 { max-width: 560px; margin-bottom: 24px; color: var(--navy); font-size: clamp(2.3rem, 4vw, 3.7rem); line-height: 1.08; letter-spacing: -.045em; }
.showcase-copy > p:not(.eyebrow) { max-width: 540px; margin-bottom: 38px; color: var(--muted); font-size: 1.05rem; line-height: 1.7; }
.showcase-list { margin: 0; padding: 0; list-style: none; }
.showcase-list li { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 19px 0; border-top: 1px solid var(--border); }
.showcase-list li:last-child { border-bottom: 1px solid var(--border); }
.showcase-list span { display: grid; width: 36px; height: 36px; place-items: center; color: var(--blue); background: rgba(2,125,253,.08); border-radius: 10px; font-size: .72rem; font-weight: 800; }
.showcase-list strong { display: block; margin: 1px 0 5px; color: var(--ink); }
.showcase-list p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.5; }
.showcase-screens { position: relative; min-height: 720px; }
.showcase-screens::before { content: ""; position: absolute; inset: 55px 15px 25px 70px; background: linear-gradient(145deg, #edf8ff, #dff4ff); border: 1px solid #d8effc; border-radius: 42px; transform: rotate(-2deg); }
.showcase-phone { position: absolute; width: 300px; margin: 0; padding: 11px; background: var(--navy-deep); border: 2px solid #0d4078; border-radius: 43px; box-shadow: 0 28px 65px rgba(4,43,89,.18); }
.showcase-phone img { width: 100%; height: 610px; object-fit: cover; object-position: top; border-radius: 32px; }
.showcase-phone figcaption { position: absolute; left: 50%; bottom: -45px; color: var(--muted); font-size: .78rem; font-weight: 700; white-space: nowrap; transform: translateX(-50%); }
.showcase-speaker { position: absolute; z-index: 2; top: 19px; left: 50%; width: 72px; height: 18px; background: var(--navy-deep); border-radius: 999px; transform: translateX(-50%); }
.showcase-phone-back { top: 38px; left: 12%; z-index: 1; transform: rotate(-4deg); }
.showcase-phone-front { top: 78px; right: 2%; z-index: 2; transform: rotate(3deg); }
.workflow { color: white; background: linear-gradient(135deg, var(--navy-deep), var(--navy)); }
.workflow-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 110px; }
.workflow-copy > p:last-child { max-width: 480px; color: #b8cfe3; line-height: 1.7; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.steps li:first-child { border-top: 1px solid rgba(255,255,255,.13); }
.steps span { display: grid; width: 42px; height: 42px; place-items: center; color: var(--cyan); background: rgba(19,185,253,.1); border: 1px solid rgba(19,185,253,.25); border-radius: 12px; font-weight: 800; }
.steps strong { display: block; margin-bottom: 5px; font-size: 1.12rem; }
.steps p { margin: 0; color: #b8cfe3; }

.cta-section { padding: 90px 0; }
.cta-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; padding: 50px 56px; background: linear-gradient(135deg, #eef8ff, #f8fcff); border: 1px solid var(--border); border-radius: 28px; }
.cta-card img { border-radius: 17px; box-shadow: 0 12px 28px rgba(4,43,89,.12); }
.cta-card h2 { max-width: 700px; margin-bottom: 13px; font-size: clamp(2rem, 3vw, 2.9rem); }
.cta-card p:last-child { margin: 0; color: var(--muted); }
.coming-soon { padding: 12px 18px; color: var(--blue); background: white; border: 1px solid #cce7ff; border-radius: 999px; font-size: .82rem; font-weight: 800; white-space: nowrap; }

.site-footer { padding: 55px 0 35px; color: #b8cfe3; background: var(--navy-deep); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 16px 40px; align-items: center; }
.brand-footer { color: white; }
.footer-grid > p { margin: 0; }
.footer-links { display: flex; gap: 25px; grid-column: 2; grid-row: 1; color: white; font-size: .9rem; }
.footer-links a:hover { color: var(--cyan); }
.copyright { grid-column: 2; text-align: right; font-size: .78rem; }

.legal-main { min-height: 70vh; background: var(--background); }
.legal-hero { padding: 85px 0 40px; }
.legal-hero h1 { max-width: 850px; margin-bottom: 18px; font-size: clamp(2.6rem, 5vw, 4.2rem); }
.legal-hero > .container > p:last-child { max-width: 680px; color: var(--muted); font-size: 1.1rem; line-height: 1.65; }
.legal-content { padding-bottom: 100px; }
.legal-card { max-width: 850px; padding: 50px; background: white; border: 1px solid var(--border); border-radius: 24px; }
.legal-card h2 { margin: 40px 0 12px; color: var(--navy); font-size: 1.35rem; }
.legal-card h2:first-child { margin-top: 0; }
.legal-card p, .legal-card li { color: var(--muted); line-height: 1.75; }
.legal-card a { color: var(--blue); font-weight: 700; }
.updated { margin-top: 40px; padding-top: 22px; border-top: 1px solid var(--border); font-size: .82rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } .button, .feature-card { transition: none; } }

@media (max-width: 920px) {
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-copy { display: grid; justify-items: center; }
  .hero-text { max-width: 650px; }
  .product-stage { min-height: 570px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .feature-icon { margin-bottom: 38px; }
  .showcase-grid { grid-template-columns: 1fr; gap: 45px; }
  .showcase-copy { max-width: 680px; }
  .showcase-screens { width: min(100%, 670px); min-height: 700px; margin-inline: auto; }    .workflow-grid { grid-template-columns: 1fr; gap: 50px; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .nav-wrap { min-height: 70px; }
  .menu-button { display: block; }
  .navigation { position: fixed; inset: 70px 0 auto; display: grid; gap: 0; padding: 18px 24px 28px; visibility: hidden; opacity: 0; background: white; border-bottom: 1px solid var(--border); box-shadow: 0 14px 30px rgba(4,43,89,.08); transform: translateY(-12px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
  .navigation.is-open { visibility: visible; opacity: 1; transform: none; }
  .navigation > a { padding: 14px 4px; }
  .navigation .button { margin-top: 10px; padding: 0 20px; }
  .menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding: 60px 0 70px; }
  .hero-grid { gap: 45px; }
  h1 { font-size: clamp(2.75rem, 13vw, 3.5rem); }
  .hero-text { font-size: 1.05rem; }
  .hero-actions { flex-direction: column; gap: 20px; }
  .trust-list { flex-direction: column; gap: 8px; }
  .product-stage { min-height: 505px; }
  .product-stage::before { inset: 30px 0; }
  .phone-frame { width: 250px; height: 485px; border-radius: 39px; }
  .screen-preview { border-radius: 29px; }
  .floating-card-top { top: 82px; left: -8px; }
  .floating-card-bottom { right: -8px; bottom: 70px; }
  .section { padding: 80px 0; }
  .showcase-screens { min-height: 610px; }
  .showcase-screens::before { inset: 35px 0 20px; }
  .showcase-phone { width: 230px; }
  .showcase-phone img { height: 485px; border-radius: 25px; }
  .showcase-phone-back { left: -24px; }
  .showcase-phone-front { right: -24px; }
  .showcase-phone figcaption { display: none; }    .cta-section { padding: 65px 0; }
  .cta-card { grid-template-columns: 1fr; justify-items: start; padding: 34px 28px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links, .copyright { grid-column: 1; grid-row: auto; text-align: left; }
  .legal-hero { padding-top: 60px; }
  .legal-card { padding: 30px 24px; }
}

@media (max-width: 390px) {
  .floating-card { display: none; }
  .product-stage { min-height: 480px; }
}
