:root {
  --navy-950: #020a25;
  --navy-900: #06143d;
  --navy-800: #0b2054;
  --ink: #111b23;
  --muted: #50616a;
  --mint: #31e5cb;
  --mint-soft: #a1eedf;
  --ice: #f4f8fa;
  --white: #ffffff;
  --lavender: #e9e6f2;
  --line: rgba(12, 35, 56, .12);
  --shadow: 0 24px 70px rgba(2, 10, 37, .18);
  --radius-lg: 32px;
  --radius-md: 22px;
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--ice);
  overflow-x: clip;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.section-shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 18px; border-radius: 12px; background: var(--mint); color: var(--navy-950); font-weight: 800; }
.skip-link:focus { top: 16px; }

.site-header {
  width: var(--shell);
  height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  position: relative;
  z-index: 20;
}
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 900; font-size: 1.22rem; letter-spacing: -.03em; }
.brand img { width: 38px; height: 38px; object-fit: contain; }
.site-header nav { display: flex; align-items: center; gap: 28px; }
.site-header nav a { text-decoration: none; color: #344750; font-weight: 700; font-size: .94rem; }
.site-header nav a:hover, .site-header nav a:focus-visible { color: #007967; }
.site-header .nav-cta { padding: 10px 18px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); }

.hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: 70px;
  padding: 50px 0 90px;
}
.eyebrow, .kicker { margin: 0 0 18px; color: #007967; font-size: .78rem; line-height: 1.2; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 9px; }
.eyebrow span { width: 28px; height: 2px; background: var(--mint); }
.hero h1 { margin: 0; font-size: clamp(3.2rem, 6.2vw, 6.7rem); line-height: .92; letter-spacing: -.07em; }
.hero h1 em { color: #007f6d; font-style: normal; }
.hero-lead { max-width: 600px; margin: 30px 0 0; color: var(--muted); font-size: clamp(1.05rem, 1.7vw, 1.28rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 999px; text-decoration: none; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { color: var(--navy-950); background: var(--mint); box-shadow: 0 13px 34px rgba(49, 229, 203, .3); }
.button-secondary { color: var(--navy-900); border: 1px solid rgba(6, 20, 61, .18); background: rgba(255, 255, 255, .68); }
.button-light { color: var(--navy-950); background: var(--white); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 8px 20px; padding: 0; margin: 30px 0 0; list-style: none; color: #42545d; font-size: .86rem; font-weight: 700; }
.hero-proof li::before { content: "✓"; margin-right: 7px; color: #008671; }

.hero-stage {
  height: 580px;
  min-height: 0;
  position: relative;
  isolation: isolate;
  overflow: clip;
  border-radius: 48px;
}
.hero-stage::before { content: ""; position: absolute; inset: 3% 2% 2%; z-index: -3; border-radius: 50%; background: radial-gradient(circle at 52% 48%, rgba(49,229,203,.34), rgba(49,229,203,.08) 46%, transparent 70%); filter: blur(4px); }
.orbit { position: absolute; border: 1px solid rgba(0, 127, 109, .17); border-radius: 50%; z-index: -2; }
.orbit-one { width: 530px; height: 530px; }
.orbit-two { width: 650px; height: 420px; transform: rotate(-18deg); }
.device { margin: 0; overflow: hidden; padding: 8px; aspect-ratio: 9 / 16; border-radius: 36px; background: #0b1430; box-shadow: var(--shadow); }
.device img { width: 100%; height: 100%; border-radius: 29px; object-fit: contain; }
.device-main { position: absolute; left: 54%; top: 50%; width: 258px; transform: translate(-18%, -50%) rotate(4deg); z-index: 3; }
.device-side { position: absolute; left: 48%; top: 51%; width: 214px; transform: translate(-96%, -50%) rotate(-8deg); z-index: 2; opacity: .96; }
.privacy-chip { position: absolute; right: -12px; bottom: 76px; z-index: 5; display: flex; align-items: center; gap: 9px; padding: 12px 16px; border: 1px solid rgba(255,255,255,.7); border-radius: 999px; background: rgba(255,255,255,.88); backdrop-filter: blur(14px); box-shadow: 0 16px 40px rgba(2,10,37,.16); color: var(--navy-900); font-size: .79rem; font-weight: 850; }
.privacy-dot { width: 9px; height: 9px; border-radius: 50%; background: #00a68d; box-shadow: 0 0 0 5px rgba(49,229,203,.22); }

.trust-bar { background: var(--navy-900); color: var(--white); display: grid; grid-template-columns: repeat(3, 1fr); padding: 34px max(24px, calc((100% - 1180px) / 2)); }
.trust-bar div { padding: 3px 34px; border-left: 1px solid rgba(255,255,255,.14); display: flex; flex-direction: column; }
.trust-bar div:first-child { border-left: 0; }
.trust-bar strong { color: var(--mint); font-size: 1.1rem; }
.trust-bar span { color: #c3ccdd; font-size: .9rem; }

.features { padding-block: 120px; }
.section-heading { max-width: 720px; margin-bottom: 50px; }
.section-heading h2, .tablet-copy h2, .privacy-copy h2, .closing h2 { margin: 0; font-size: clamp(2.2rem, 4vw, 4.2rem); line-height: 1.04; letter-spacing: -.055em; }
.section-heading > p:last-child, .tablet-copy > p { color: var(--muted); font-size: 1.08rem; }
.feature-grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: 18px; }
.feature-card { min-height: 315px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); position: relative; overflow: hidden; }
.feature-card h3 { max-width: 500px; margin: 32px 0 12px; font-size: clamp(1.5rem, 2.5vw, 2.25rem); line-height: 1.1; letter-spacing: -.04em; }
.feature-card p { max-width: 590px; margin: 0; color: var(--muted); }
.feature-number { font-size: .78rem; color: #00816e; font-weight: 900; letter-spacing: .14em; }
.feature-card-accent { background: var(--mint-soft); border-color: transparent; }
.feature-card-dark { background: var(--navy-900); border-color: transparent; color: var(--white); }
.feature-card-dark p { color: #cbd5e3; }
.feature-card-dark .feature-number { color: var(--mint); }
.feature-card-dark a { display: inline-block; margin-top: 24px; color: var(--mint); font-weight: 800; text-decoration: none; }
.mini-rule { margin-top: 28px; max-width: 480px; padding: 14px; display: flex; align-items: center; gap: 13px; border-radius: 18px; background: rgba(255,255,255,.72); }
.mini-rule div { display: flex; flex: 1; flex-direction: column; line-height: 1.3; }
.mini-rule small { color: var(--muted); }
.mini-app { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: #2d6cdf; color: white; font-weight: 900; }
.mini-status { padding: 5px 10px; border-radius: 99px; background: #007f6d; color: white; font-size: .74rem; font-weight: 900; text-transform: uppercase; }

.screens { padding: 110px 0 125px; overflow: hidden; background: var(--navy-950); color: var(--white); }
.section-heading-light .kicker { color: var(--mint); }
.section-heading-light > p:last-child { color: #aebbd3; }
.screen-gallery { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; align-items: flex-start; }
.screen-card { flex: 0 1 340px; width: min(100%, 340px); margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 28px; background: #0d1c49; box-shadow: 0 22px 48px rgba(0,0,0,.25); }
.screen-card-raised { margin-top: 0; }
.screen-card img { width: 100%; height: auto; object-fit: contain; }
.screen-card figcaption { display: flex; flex-direction: column; padding: 18px 18px 22px; }
.screen-card figcaption strong { color: var(--white); font-size: .92rem; }
.screen-card figcaption span { color: #9eadc8; font-size: .78rem; }

.tablet-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: center; padding-block: 120px; }
.tablet-copy > p { margin-top: 24px; }
.platform-note { display: inline-flex; margin-top: 18px; padding: 8px 13px; border-radius: 99px; background: var(--lavender); color: #4a486f; font-weight: 800; font-size: .82rem; }
.tablet-frame { margin: 0; height: 560px; overflow: hidden; padding: 12px; border-radius: 42px; background: var(--navy-900); box-shadow: var(--shadow); transform: rotate(1.5deg); }
.tablet-frame img { width: 100%; height: 100%; border-radius: 31px; object-fit: cover; object-position: top; }

.privacy-section { background: linear-gradient(135deg, #07163f 0%, #0a2754 58%, #07594f 140%); color: var(--white); }
.privacy-inner { min-height: 570px; padding-block: 90px; display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: 80px; }
.privacy-icon-wrap { width: min(360px, 100%); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; display: grid; place-items: center; background: radial-gradient(circle, rgba(49,229,203,.16), transparent 65%); }
.privacy-icon-wrap img { width: 62%; height: 62%; object-fit: contain; }
.privacy-copy .kicker { color: var(--mint); }
.privacy-copy > p:not(.kicker) { max-width: 690px; color: #c8d2e3; font-size: 1.08rem; }
.privacy-points { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 28px 0 34px; color: #dce5f1; font-weight: 750; font-size: .9rem; }
.privacy-points span::first-letter { color: var(--mint); }

.closing { padding-block: 100px; display: grid; grid-template-columns: auto 1fr auto; gap: 34px; align-items: center; }
.closing img { border-radius: 25px; box-shadow: 0 18px 38px rgba(2,10,37,.2); }
.closing h2 { max-width: 730px; font-size: clamp(1.8rem, 3vw, 3.2rem); }
.closing .kicker { margin-bottom: 8px; }

.site-footer { width: var(--shell); min-height: 118px; margin: 0 auto; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 34px; color: var(--muted); font-size: .84rem; }
.footer-brand { display: flex; align-items: center; gap: 9px; }
.footer-brand img { width: 32px; height: 32px; }
.footer-brand div { display: flex; flex-direction: column; line-height: 1.15; }
.footer-brand strong { color: var(--ink); }
.footer-brand span { font-size: .72rem; }
.footer-links { display: flex; gap: 20px; }
.footer-links a { font-weight: 750; text-decoration: none; }

/* Privacy policy */
.legal-page { background: var(--white); }
.legal-header { color: var(--white); }
.legal-header .brand, .legal-header nav a { color: var(--white); }
.legal-header .nav-cta { border-color: rgba(255,255,255,.22); }
.legal-hero { margin-top: -92px; padding: 190px 24px 96px; color: var(--white); background: radial-gradient(circle at 82% 20%, rgba(49,229,203,.23), transparent 32%), var(--navy-900); }
.legal-hero-inner { width: min(900px, 100%); margin: 0 auto; }
.legal-hero .eyebrow { color: var(--mint); }
.legal-hero h1 { margin: 0; font-size: clamp(3rem, 7vw, 6rem); line-height: .95; letter-spacing: -.065em; }
.legal-hero > div > p:not(.eyebrow) { max-width: 760px; margin: 28px 0 0; color: #c6d2e5; font-size: 1.15rem; }
.legal-meta { margin-top: 45px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.17); display: flex; flex-wrap: wrap; gap: 14px 32px; color: #aebbd3; font-size: .82rem; }
.legal-meta span { display: flex; flex-direction: column; }
.legal-meta strong { color: var(--white); }
.legal-layout { display: grid; grid-template-columns: 300px minmax(0, 760px); justify-content: center; gap: 70px; padding-block: 90px 120px; }
.legal-summary { align-self: start; position: sticky; top: 28px; padding: 28px; border-radius: 28px; background: var(--ice); border: 1px solid var(--line); }
.legal-summary img { width: 76px; height: 76px; margin-bottom: 22px; border-radius: 18px; }
.legal-summary h2 { margin: 0 0 15px; font-size: 1.25rem; letter-spacing: -.03em; }
.legal-summary ul { margin: 0; padding: 0; list-style: none; }
.legal-summary li { margin: 10px 0; padding-left: 22px; position: relative; color: var(--muted); font-size: .86rem; }
.legal-summary li::before { content: "✓"; position: absolute; left: 0; color: #00806c; font-weight: 900; }
.legal-summary a { display: inline-block; margin-top: 20px; color: #00705f; font-weight: 800; font-size: .82rem; overflow-wrap: anywhere; }
.legal-content section { position: relative; padding: 0 0 48px 62px; border-left: 1px solid var(--line); }
.legal-content section:last-child { padding-bottom: 0; }
.legal-number { position: absolute; left: -23px; top: 0; width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid #b4ece2; border-radius: 50%; background: var(--white); color: #007f6d; font-size: .72rem; font-weight: 900; }
.legal-content h2 { margin: 0 0 14px; font-size: 1.65rem; line-height: 1.15; letter-spacing: -.035em; }
.legal-content p { margin: 0 0 14px; color: #42545d; }
.legal-content ul { margin: 10px 0 18px; padding-left: 22px; color: #42545d; }
.legal-content li { margin: 8px 0; }
.legal-content a { color: #007461; font-weight: 750; }
.legal-content code { padding: 2px 6px; border-radius: 6px; background: #edf3f5; font-size: .88em; }
.legal-footer { background: var(--white); }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr 1fr; gap: 30px; }
  .screen-card { flex-basis: min(42vw, 320px); }
  .tablet-section { grid-template-columns: 1fr; gap: 44px; }
  .tablet-copy { max-width: 700px; }
  .legal-layout { grid-template-columns: 260px minmax(0, 1fr); gap: 45px; }
}

@media (max-width: 780px) {
  :root { --shell: min(100% - 32px, 640px); --radius-lg: 25px; }
  .site-header { min-height: 82px; height: auto; padding-block: 18px; align-items: flex-start; }
  .site-header nav { justify-content: flex-end; gap: 13px; flex-wrap: wrap; }
  .site-header nav a { font-size: .8rem; }
  .site-header nav a:not(.nav-cta) { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding: 64px 0 80px; }
  .hero-copy { position: relative; z-index: 4; }
  .hero-stage { height: 540px; }
  .device-main { left: 55%; width: 245px; transform: translate(-18%, -50%) rotate(3deg); }
  .device-side { left: 47%; width: 190px; transform: translate(-96%, -50%) rotate(-7deg); }
  .privacy-chip { right: 0; bottom: 30px; }
  .trust-bar { grid-template-columns: 1fr; padding: 26px 24px; }
  .trust-bar div { padding: 16px 8px; border-left: 0; border-top: 1px solid rgba(255,255,255,.14); }
  .trust-bar div:first-child { border-top: 0; }
  .features { padding-block: 82px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .screens { padding-block: 82px; }
  .tablet-section { padding-block: 82px; }
  .tablet-frame { height: 420px; border-radius: 30px; transform: none; }
  .privacy-inner { grid-template-columns: 1fr; gap: 36px; padding-block: 72px; }
  .privacy-icon-wrap { width: 210px; }
  .closing { grid-template-columns: auto 1fr; padding-block: 74px; }
  .closing .button { grid-column: 1 / -1; }
  .site-footer { grid-template-columns: 1fr auto; padding-block: 26px; }
  .site-footer > p { grid-column: 1 / -1; margin: 0; }
  .legal-hero { padding-top: 160px; }
  .legal-layout { grid-template-columns: 1fr; padding-block: 54px 90px; }
  .legal-summary { position: static; }
}

@media (max-width: 480px) {
  .brand span { font-size: 1rem; }
  .hero { padding-top: 44px; }
  .hero h1 { font-size: clamp(3.1rem, 16vw, 4.5rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions .button { width: 100%; }
  .hero-stage { height: 470px; margin-inline: -10px; border-radius: 34px; }
  .device-main { left: 54%; width: 210px; transform: translate(-12%, -50%) rotate(3deg); }
  .device-side { left: 48%; width: 158px; transform: translate(-100%, -50%) rotate(-7deg); }
  .orbit-one { width: 390px; height: 390px; }
  .orbit-two { width: 430px; height: 320px; }
  .privacy-chip { max-width: 265px; font-size: .72rem; }
  .feature-card { padding: 26px; }
  .screen-gallery { display: grid; grid-auto-flow: column; grid-auto-columns: min(78vw, 290px); grid-template-columns: none; justify-content: start; gap: 18px; overflow-x: auto; padding: 0 0 24px; scroll-snap-type: x mandatory; scrollbar-width: thin; }
  .screen-card { width: 100%; scroll-snap-align: center; }
  .tablet-frame { height: 350px; padding: 8px; }
  .privacy-points { flex-direction: column; }
  .closing { grid-template-columns: 1fr; text-align: center; }
  .closing img { margin: 0 auto; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  .legal-hero { padding-inline: 16px; }
  .legal-meta { flex-direction: column; }
  .legal-content section { padding-left: 38px; }
  .legal-number { left: -19px; width: 38px; height: 38px; }
}

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