:root {
  --navy: #172238;
  --navy-2: #22324d;
  --navy-3: #31496d;
  --ink: #252a2f;
  --muted: #686d72;
  --cream: #fff8ee;
  --paper: #f6f0e7;
  --paper-2: #ebe6dd;
  --line: #d6d0c6;
  --signal: #e9673f;
  --signal-dark: #bc4e31;
  --brown: #4a2d27;
  --sky: #8da8c5;
  --white: #fffdf9;
  --shadow: 8px 8px 0 rgba(23, 34, 56, .12);
  --tail: repeating-linear-gradient(90deg, #e9673f 0 22px, #4a2d27 22px 34px, #fff0dc 34px 48px, #7892b2 48px 62px, #172238 62px 78px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Manrope", Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-image: linear-gradient(rgba(23,34,56,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(23,34,56,.035) 1px, transparent 1px);
  background-size: 28px 28px;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, select:focus-visible { outline: 3px solid var(--signal); outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -80px; padding: 12px 16px; color: var(--white); background: var(--navy); border-radius: 6px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  color: var(--white);
  background: rgba(23,34,56,.97);
  border-bottom: 1px solid #34445e;
  backdrop-filter: blur(14px);
}
.site-header::after { content: ""; position: absolute; left: 0; right: 0; bottom: -4px; height: 4px; background: var(--tail); }
.nav-shell { width: min(1180px, calc(100% - 40px)); height: 76px; margin: auto; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand img { width: 44px; height: 44px; object-fit: contain; filter: drop-shadow(0 7px 12px rgba(0,0,0,.25)); }
.brand span, .brand strong, .brand small { display: block; }
.brand strong { color: var(--white); font-size: 17px; line-height: 1.1; letter-spacing: -.4px; }
.brand small { margin-top: 2px; color: #9fb0c7; font-size: 9px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 8px; margin-left: auto; }
.main-nav a { padding: 10px 13px; color: #c5cfdd; font-size: 14px; font-weight: 700; border-radius: 7px; transition: color .2s, background-color .2s; }
.main-nav a:hover { color: var(--white); background: #243550; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.language-picker { height: 42px; padding: 0 10px; display: flex; align-items: center; gap: 7px; color: #d8e0ea; border: 1px solid #40516b; border-radius: 8px 8px 8px 3px; background: #1f2d45; }
.language-picker svg { width: 16px; height: 16px; flex: 0 0 auto; }
.language-picker svg:last-child { width: 14px; }
.language-picker select { max-width: 92px; color: inherit; border: 0; outline: 0; appearance: none; background: transparent; font-size: 13px; font-weight: 700; cursor: pointer; }
.language-picker option { color: var(--ink); background: var(--white); }
.menu-button { display: none; width: 42px; height: 42px; place-items: center; color: var(--white); border: 1px solid #40516b; border-radius: 7px; background: #1f2d45; }
.menu-button svg { width: 20px; }

.button { min-height: 48px; padding: 0 19px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: 9px 9px 9px 3px; font-size: 14px; font-weight: 800; line-height: 1.2; transition: background-color .2s, border-color .2s, color .2s, box-shadow .2s; }
.button svg { width: 18px; height: 18px; }
.button-small { min-height: 42px; padding-inline: 14px; font-size: 13px; }
.button-primary { color: var(--white); border-color: #172238; background: linear-gradient(135deg, #405d87, #172238); box-shadow: inset 0 -4px rgba(0,0,0,.25), 5px 5px 0 rgba(23,34,56,.13); }
.button-primary:hover { background: linear-gradient(135deg, #4d6b96, #21304a); box-shadow: inset 0 -4px rgba(0,0,0,.2), 7px 7px 0 rgba(23,34,56,.14); }
.button-signal { color: #fffaf5; border-color: #b94f34; background: var(--signal); box-shadow: inset 0 -4px var(--signal-dark), 5px 5px 0 rgba(9,15,26,.35); }
.button-signal:hover { background: #f1744c; }
.button-quiet { color: #32445f; border-color: #bdc5ce; background: rgba(255,253,249,.7); }
.button-quiet:hover { color: var(--navy); border-color: #8091a7; background: var(--white); }

.hero { position: relative; overflow: hidden; padding: 108px 0 96px; }
.hero::before { content: ""; position: absolute; z-index: -1; top: 60px; right: -110px; width: 650px; height: 500px; background: radial-gradient(circle at 18% 24%, var(--signal) 0 6px, transparent 7px), radial-gradient(circle at 61% 48%, var(--sky) 0 6px, transparent 7px), radial-gradient(circle at 36% 78%, var(--brown) 0 6px, transparent 7px), linear-gradient(34deg, transparent 0 47%, rgba(74,45,39,.15) 47% 47.35%, transparent 47.35%), linear-gradient(146deg, transparent 0 61%, rgba(111,137,170,.18) 61% 61.35%, transparent 61.35%); }
.route-lines { position: absolute; z-index: -1; top: 140px; right: 0; width: 42%; height: 400px; opacity: .65; pointer-events: none; }
.route-lines span { position: absolute; display: block; height: 1px; background: repeating-linear-gradient(90deg, #9aa9ba 0 6px, transparent 6px 13px); transform-origin: right; }
.route-lines span:nth-child(1) { width: 90%; top: 25%; right: 0; transform: rotate(15deg); }
.route-lines span:nth-child(2) { width: 72%; top: 55%; right: 0; transform: rotate(-12deg); }
.route-lines span:nth-child(3) { width: 55%; top: 76%; right: 8%; transform: rotate(27deg); }
.hero-copy { width: min(1180px, calc(100% - 48px)); margin: auto; }
.eyebrow, .kicker { margin: 0; color: #415a7b; font-size: 11px; font-weight: 800; letter-spacing: 1.6px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 7px 10px; border: 1px solid #c9c0b5; border-radius: 5px 5px 5px 2px; background: rgba(255,253,249,.8); }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 0 4px #f9d7cc; }
.hero h1, .section-heading h2, .workflow h2, .privacy h2, .final-cta h2 { margin: 28px 0 0; font-size: clamp(54px, 7vw, 92px); font-weight: 800; line-height: .96; letter-spacing: -4px; }
.hero h1 span, .hero h1 em, .section-heading h2 span, .section-heading h2 em, .workflow h2 span, .workflow h2 em, .privacy h2 span, .privacy h2 em, .final-cta h2 span, .final-cta h2 em { display: block; }
h1 em, h2 em { color: #415a7b; font-family: "Newsreader", Georgia, serif; font-weight: 600; }
.hero-intro { max-width: 720px; margin: 28px 0 0; color: #5c6268; font-size: 18px; line-height: 1.75; }
.hero-actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px; }
.trust-list { margin: 24px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 19px; list-style: none; }
.trust-list li { display: flex; align-items: center; gap: 7px; color: #656b70; font-size: 13px; font-weight: 700; }
.trust-list svg { width: 17px; height: 17px; color: #536e92; }

.product-stage { position: relative; width: min(1110px, calc(100% - 48px)); margin: 82px auto 0; }
.stage-label { position: absolute; z-index: 5; top: -19px; left: 28px; min-height: 38px; padding: 0 13px; display: flex; align-items: center; gap: 8px; color: var(--white); border: 1px solid #0e1726; border-radius: 6px 6px 6px 2px; background: var(--navy); box-shadow: 4px 4px 0 rgba(23,34,56,.15); font-size: 9px; font-weight: 800; letter-spacing: 1px; }
.stage-label svg { width: 14px; }
.browser-window { overflow: hidden; border: 1px solid #263650; border-radius: 9px 9px 4px 9px; background: var(--white); box-shadow: 13px 13px 0 rgba(23,34,56,.14), 0 38px 90px rgba(23,34,56,.16); }
.browser-window::before { content: ""; display: block; height: 7px; background: var(--tail); }
.browser-bar { height: 45px; padding: 0 14px; display: flex; align-items: center; gap: 14px; color: #68768a; border-bottom: 1px solid #d6dbe2; background: #e9edf2; }
.browser-bar > svg { width: 17px; }
.window-dots { display: flex; gap: 6px; }
.window-dots i { width: 9px; height: 9px; border-radius: 50%; background: var(--signal); }
.window-dots i:nth-child(2) { background: var(--brown); }
.window-dots i:nth-child(3) { background: var(--sky); }
.address-bar { height: 29px; max-width: 470px; margin: auto; padding: 0 12px; display: flex; align-items: center; gap: 8px; overflow: hidden; color: #7b8490; border: 1px solid #d1d6dc; border-radius: 5px; background: #fff; font-size: 9px; white-space: nowrap; }
.address-bar svg { width: 13px; flex: 0 0 auto; }
.extension-ui { height: 620px; display: grid; grid-template-columns: 220px minmax(0, 1fr); }
.demo-sidebar { padding: 24px 17px 18px; display: flex; flex-direction: column; color: #dce5ef; border-right: 1px solid #2a3951; background-color: var(--navy); background-image: linear-gradient(rgba(158,183,210,.04) 1px,transparent 1px), linear-gradient(90deg,rgba(158,183,210,.04) 1px,transparent 1px); background-size: 22px 22px; }
.demo-brand { display: flex; align-items: center; gap: 10px; }
.demo-brand img { width: 38px; height: 38px; object-fit: contain; }
.demo-brand strong, .demo-brand small { display: block; }
.demo-brand strong { color: var(--white); font-size: 13px; }
.demo-brand small { max-width: 130px; margin-top: 3px; color: #9fb0c7; font-size: 7px; line-height: 1.35; }
.demo-sidebar nav { margin-top: 27px; display: grid; gap: 6px; }
.demo-sidebar nav a { height: 43px; padding: 0 10px; display: flex; align-items: center; gap: 10px; color: #aebbd0; border-radius: 7px; font-size: 9px; font-weight: 800; }
.demo-sidebar nav a > svg { width: 28px; height: 28px; padding: 6px; border-radius: 8px 8px 8px 3px; background: #22314a; }
.demo-sidebar nav a.active { color: var(--navy); background: var(--cream); }
.demo-sidebar nav a.active > svg { color: var(--cream); background: var(--navy); }
.demo-sidebar nav b { min-width: 23px; margin-left: auto; padding: 3px 6px; color: var(--white); border-radius: 99px; background: #2d4262; text-align: center; font-size: 7px; }
.demo-sidebar nav a:nth-child(4) b { background: #d25d3d; }
.sidebar-note { min-height: 100px; margin-top: auto; padding: 10px; display: grid; grid-template-columns: 54px 1fr; align-items: center; gap: 5px; overflow: hidden; border: 1px solid #405675; border-radius: 9px 9px 9px 3px; background: #1c2b43; }
.sidebar-note::before { content: ""; position: absolute; }
.sidebar-note img { width: 62px; height: 62px; margin-left: -7px; object-fit: contain; }
.sidebar-note strong { display: block; color: #edf2f7; font-size: 8px; line-height: 1.3; }
.sidebar-note p { margin: 4px 0 0; color: #aebbd0; font-size: 6px; line-height: 1.45; }
.demo-main { min-width: 0; padding: 22px 25px; overflow: hidden; background-color: #f8f4ec; background-image: linear-gradient(rgba(42,45,49,.035) 1px,transparent 1px), linear-gradient(90deg,rgba(42,45,49,.035) 1px,transparent 1px); background-size: 24px 24px; }
.demo-header { min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.demo-title { display: flex; align-items: center; gap: 11px; }
.page-mark { width: 43px; height: 43px; display: grid; place-items: center; color: #304866; border: 1px solid #d8c8b6; border-radius: 50% 50% 50% 9px; background: var(--white); }
.page-mark svg { width: 19px; }
.demo-title small, .demo-title strong { display: block; }
.demo-title small { color: #a95332; font-size: 6px; font-weight: 800; letter-spacing: 1px; }
.demo-title strong { margin-top: 3px; font-size: 18px; }
.demo-state { height: 34px; padding: 0 9px; display: flex; align-items: center; gap: 7px; color: #3d4652; border: 1px solid #d7d2c8; border-radius: 8px 8px 8px 3px; background: var(--white); font-size: 7px; }
.demo-state > span { width: 6px; height: 6px; border-radius: 50%; background: #d25d3d; box-shadow: 0 0 0 3px #f6d8cf; }
.demo-state > i { width: 30px; height: 17px; margin-left: 3px; border-radius: 99px; background: #304866; }
.demo-state > i::after { content: ""; width: 13px; height: 13px; margin: 2px 2px 2px auto; display: block; border-radius: 50%; background: var(--white); }
.demo-hero { position: relative; height: 320px; margin-top: 17px; padding: 25px 27px 20px; display: grid; grid-template-columns: minmax(0,.9fr) minmax(300px,1.1fr); grid-template-rows: 1fr auto; gap: 15px 28px; overflow: hidden; border: 1px solid #d7d4c7; border-radius: 19px 19px 19px 7px; background: linear-gradient(128deg,#fffdf8 0 58%,#e8eef5 100%); box-shadow: 0 15px 36px rgba(45,58,48,.08); }
.demo-hero::before { content: ""; position: absolute; right: 5%; top: -50px; width: 145px; height: 145px; border-radius: 47% 53% 44% 56%; background: #f2c79f; opacity: .72; transform: rotate(13deg); }
.demo-hero-copy { position: relative; z-index: 2; align-self: center; }
.demo-hero-copy > p:first-child { display: flex; align-items: center; gap: 8px; color: #344e73; font-size: 6px; font-weight: 800; letter-spacing: 1px; }
.demo-hero-copy > p:first-child b { padding: 3px 6px; color: #766a5d; border: 1px solid #dcd4c7; border-radius: 99px; background: rgba(255,253,248,.72); font-size: 5px; }
.demo-hero h2 { margin: 11px 0 7px; font-size: 29px; line-height: 1.05; letter-spacing: -1.1px; }
.demo-hero h2 span, .demo-hero h2 em { display: block; }
.demo-hero h2 em { color: #344e73; font-family: "Newsreader", Georgia, serif; }
.demo-hero-copy > p:nth-of-type(2) { max-width: 300px; margin: 0; color: #6f736b; font-size: 7px; line-height: 1.55; }
.demo-hero-copy > button { margin-top: 15px; padding: 8px 10px; display: inline-flex; align-items: center; gap: 6px; color: #304866; border: 1px solid #bdc8d9; border-radius: 7px 7px 7px 3px; background: var(--white); font-size: 6px; font-weight: 800; }
.demo-hero-copy > button svg { width: 12px; }
.demo-visual { position: relative; z-index: 2; min-height: 120px; align-self: center; overflow: hidden; border: 1px solid rgba(74,101,80,.16); border-radius: 13px 13px 13px 5px; background: rgba(255,253,248,.72); }
.demo-visual > small { position: absolute; z-index: 5; left: 12px; top: 11px; color: #344e73; font-size: 5px; font-weight: 800; letter-spacing: .9px; }
.demo-visual > img { position: absolute; z-index: 3; right: 112px; bottom: -20px; width: 112px; height: 112px; object-fit: contain; }
.rule-orbit { position: absolute; right: -8px; top: 50%; width: 155px; height: 155px; border: 1px dashed #b9c9d4; border-radius: 50%; transform: translateY(-50%); }
.rule-orbit::before { content: ""; position: absolute; inset: 24px; border: 1px solid #cbd8de; border-radius: 50%; }
.rule-orbit span { position: absolute; inset: 42px; z-index: 2; display: grid; place-items: center; align-content: center; color: #344e73; border: 1px solid #c6d3db; border-radius: 46% 54% 48% 52%; background: var(--white); box-shadow: 0 10px 22px rgba(52,78,115,.12); text-align: center; }
.rule-orbit strong, .rule-orbit small { display: block; }
.rule-orbit strong { font-size: 18px; }
.rule-orbit small { max-width: 52px; font-size: 4px; line-height: 1.25; }
.quick-focus { z-index: 2; grid-column: 1 / -1; padding: 10px 11px; display: grid; grid-template-columns: 1fr 96px 120px; align-items: end; gap: 8px; border: 1px solid #d8d4c9; border-radius: 12px 12px 12px 4px; background: rgba(255,253,248,.92); }
.quick-focus small, .quick-focus strong, .quick-focus label span { display: block; }
.quick-focus small { color: #344e73; font-size: 5px; font-weight: 800; letter-spacing: .8px; }
.quick-focus strong { margin-top: 3px; font-size: 7px; }
.quick-focus label span { margin-bottom: 3px; color: #76766f; font-size: 4.5px; }
.quick-focus label b, .quick-focus > button { height: 29px; padding: 0 7px; display: flex; align-items: center; border: 1px solid #d7d2c8; border-radius: 6px 6px 6px 2px; background: var(--white); font-size: 5.5px; }
.quick-focus > button { justify-content: center; color: var(--white); border-color: #24324a; background: linear-gradient(135deg,#47648e,#24324a); font-weight: 800; }
.demo-stats { margin-top: 10px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.demo-stats article { height: 86px; padding: 12px; display: flex; align-items: center; gap: 10px; border: 1px solid #ddd9cf; border-radius: 12px 12px 12px 4px; background: var(--white); }
.demo-stats article > span { width: 32px; height: 32px; display: grid; place-items: center; flex: 0 0 auto; color: var(--white); border-radius: 8px 8px 8px 3px; background: #304866; }
.demo-stats svg { width: 15px; }
.demo-stats small, .demo-stats strong, .demo-stats p { display: block; margin: 0; }
.demo-stats small { color: #817e76; font-size: 5px; }
.demo-stats strong { font-size: 16px; line-height: 1.2; }
.demo-stats p { color: #817e76; font-size: 5px; }

.use-strip { overflow: hidden; color: #dbe5f0; border-top: 1px solid #31425e; border-bottom: 1px solid #31425e; background: var(--navy); }
.use-strip > div { min-height: 74px; width: max-content; min-width: 100%; padding: 0 40px; display: flex; align-items: center; justify-content: center; gap: 28px; }
.use-strip span { color: #8fa4bf; font-size: 10px; font-weight: 800; letter-spacing: 1.6px; }
.use-strip b { font-size: 14px; }
.use-strip i { width: 7px; height: 7px; border-radius: 50%; background: var(--signal); }

.section { width: min(1180px, calc(100% - 48px)); margin: auto; }
.use-cases { position: relative; padding: 120px 0 126px; }
.use-cases::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 1px; background: linear-gradient(90deg,transparent,#bfc7d0 12%,#bfc7d0 88%,transparent); }
.use-cases-heading { align-items: end; }
.use-cases-heading h2 { font-size: clamp(42px,5.2vw,68px); letter-spacing: -2.8px; }
.case-study-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); gap: 22px; }
.case-study { position: relative; grid-column: span 6; overflow: hidden; min-height: 610px; display: flex; flex-direction: column; border: 1px solid #c3c8ce; border-radius: 10px 10px 3px 10px; background: var(--white); box-shadow: 7px 7px 0 rgba(23,34,56,.08); transition: border-color .2s, box-shadow .2s; }
.case-study::before { content: ""; position: absolute; z-index: 4; right: 18px; top: 0; width: 104px; height: 6px; background: var(--tail); }
.case-study::after { content: ""; position: absolute; z-index: 3; right: -17px; bottom: -17px; width: 54px; height: 54px; border: 1px dashed #9aa8b8; border-radius: 50%; background: var(--cream); }
.case-study:hover { border-color: #788da7; box-shadow: 10px 10px 0 rgba(23,34,56,.11); }
.case-study-wide { grid-column: span 7; display: grid; grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr); }
.case-study-tall { grid-column: span 5; }
.case-study figure { position: relative; min-height: 268px; margin: 0; overflow: hidden; background: #253550; }
.case-study-wide figure { min-height: 100%; }
.case-study figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 48%,rgba(9,17,30,.75)); pointer-events: none; }
.case-study figure img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; filter: saturate(.82) contrast(1.03); }
.case-study:nth-child(2) figure img { object-position: 50% 43%; }
.case-study:nth-child(4) figure img { object-position: 50% 45%; }
.case-study figcaption { position: absolute; z-index: 2; left: 18px; right: 18px; bottom: 17px; display: grid; grid-template-columns: 34px 32px minmax(0,1fr); align-items: center; gap: 8px; color: #f8f4ec; }
.case-study figcaption span, .case-study figcaption i { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.38); background: rgba(15,25,41,.72); backdrop-filter: blur(6px); }
.case-study figcaption span { border-radius: 50% 50% 50% 7px; color: #ff9a79; font-size: 10px; font-weight: 800; }
.case-study figcaption i { border-radius: 7px 7px 7px 2px; }
.case-study figcaption svg { width: 16px; }
.case-study figcaption b { font-size: 11px; letter-spacing: .7px; text-transform: uppercase; }
.case-copy { position: relative; z-index: 2; flex: 1; padding: 28px 28px 30px; display: flex; flex-direction: column; }
.case-copy > small { color: #a95436; font-size: 9px; font-weight: 800; letter-spacing: 1.25px; }
.case-copy h3 { margin: 9px 0 11px; color: var(--navy); font-size: clamp(23px,2.25vw,31px); line-height: 1.12; letter-spacing: -1px; }
.case-copy > p { margin: 0; color: #61666c; font-size: 14px; line-height: 1.7; }
.case-setup { margin-top: auto; padding-top: 24px; }
.case-setup > b { display: flex; align-items: center; gap: 9px; color: #405a7d; font-size: 9px; letter-spacing: 1.3px; }
.case-setup > b::after { content: ""; height: 1px; flex: 1; background: repeating-linear-gradient(90deg,#9aabba 0 5px,transparent 5px 10px); }
.case-setup ul { margin: 13px 0 0; padding: 0; display: grid; gap: 9px; list-style: none; }
.case-setup li { position: relative; padding-left: 18px; color: #404951; font-size: 12px; font-weight: 700; line-height: 1.45; }
.case-setup li::before { content: ""; position: absolute; left: 0; top: .48em; width: 7px; height: 7px; border: 2px solid #f8f5ee; border-radius: 50%; background: var(--signal); box-shadow: 0 0 0 1px #c45e3e; }
.photo-credits { max-width: 980px; margin: 30px auto 0; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 4px 7px; color: #73777a; font-size: 10px; line-height: 1.6; text-align: center; }
.photo-credits > svg { width: 14px; color: #425b7d; }
.photo-credits a { color: #3c577b; font-weight: 800; border-bottom: 1px solid #aab7c5; }
.features { padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(280px,.65fr); align-items: end; gap: 80px; }
.section-heading h2, .workflow h2, .privacy h2, .final-cta h2 { font-size: clamp(42px, 5.2vw, 68px); letter-spacing: -2.8px; }
.section-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.feature-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-grid article { position: relative; overflow: hidden; min-height: 455px; border: 1px solid #c8c4bc; border-radius: 9px 9px 3px 9px; background: var(--white); box-shadow: 6px 6px 0 rgba(23,34,56,.07); transition: border-color .2s, box-shadow .2s; }
.feature-grid article::after { content: ""; position: absolute; right: 18px; top: 0; width: 92px; height: 6px; background: var(--tail); }
.feature-grid article:hover { border-color: #8396ae; box-shadow: 9px 9px 0 rgba(23,34,56,.1); }
.feature-art { position: relative; height: 245px; overflow: hidden; border-bottom: 1px solid #cbd3dc; background-color: #e9eef4; background-image: linear-gradient(rgba(63,83,108,.06) 1px,transparent 1px), linear-gradient(90deg,rgba(63,83,108,.06) 1px,transparent 1px); background-size: 22px 22px; }
.feature-grid article:nth-child(even) .feature-art { background-color: #fff0e8; background-image: linear-gradient(rgba(186,83,52,.055) 1px,transparent 1px), linear-gradient(90deg,rgba(186,83,52,.055) 1px,transparent 1px); }
.feature-art::before { content: ""; position: absolute; left: 18px; top: 18px; width: 58px; height: 58px; border: 1px dashed #8ea2b9; border-radius: 50%; }
.feature-art img { position: absolute; width: 245px; height: 245px; left: 50%; bottom: -20px; object-fit: contain; transform: translateX(-50%); filter: drop-shadow(0 18px 18px rgba(77,48,31,.15)); }
.feature-art > span { position: absolute; z-index: 2; right: 18px; bottom: 18px; width: 46px; height: 46px; display: grid; place-items: center; color: var(--cream); border-radius: 50% 50% 50% 9px; background: var(--navy); box-shadow: 4px 4px 0 rgba(23,34,56,.2); }
.feature-art svg { width: 21px; }
.feature-copy { padding: 26px 25px 28px; }
.feature-copy small { color: #a95436; font-size: 10px; font-weight: 800; letter-spacing: 1.3px; }
.feature-copy h3 { margin: 8px 0 10px; color: var(--navy); font-size: 20px; line-height: 1.25; letter-spacing: -.5px; }
.feature-copy p { margin: 0; color: #676b6f; font-size: 14px; line-height: 1.7; }
.feature-list { display: grid; gap: 8px; margin: 17px 0 0; padding: 14px 0 0; border-top: 1px solid #d8d4ca; list-style: none; }
.feature-list li { display: flex; align-items: center; gap: 8px; color: #3c506b; font-size: 12px; font-weight: 750; line-height: 1.35; }
.feature-list svg { flex: 0 0 auto; width: 14px; height: 14px; color: var(--signal); stroke-width: 2.5; }

.workflow { position: relative; color: #f4f6f8; background-color: var(--navy); background-image: linear-gradient(rgba(158,183,210,.055) 1px,transparent 1px), linear-gradient(90deg,rgba(158,183,210,.055) 1px,transparent 1px), radial-gradient(circle at 82% 25%,rgba(233,103,63,.19),transparent 24%); background-size: 30px 30px, 30px 30px, auto; }
.workflow::before { content: ""; position: absolute; inset: 0 0 auto; height: 7px; background: var(--tail); }
.workflow-grid { padding: 116px 0; display: grid; grid-template-columns: minmax(0,.86fr) minmax(380px,1.14fr); gap: 110px; align-items: center; }
.kicker.light { color: #9db3cc; }
.workflow h2 em, .final-cta h2 em { color: #ef9b7f; }
.workflow-copy > p:not(.kicker), .final-copy > p:not(.kicker) { max-width: 540px; margin: 25px 0 0; color: #b8c4d3; line-height: 1.8; }
.workflow-copy .button { margin-top: 28px; }
.workflow-steps { position: relative; margin: 0; padding: 0; display: grid; list-style: none; }
.workflow-steps::before { content: ""; position: absolute; left: 28px; top: 40px; bottom: 40px; width: 2px; background: repeating-linear-gradient(180deg,#7892b2 0 8px,transparent 8px 15px); }
.workflow-steps li { position: relative; padding: 26px 0; display: grid; grid-template-columns: 58px 1fr; gap: 22px; border-bottom: 1px solid #3a4b66; }
.workflow-steps li:last-child { border-bottom: 0; }
.workflow-steps li > span { z-index: 2; width: 58px; height: 58px; display: grid; place-items: center; color: var(--navy); border: 4px solid var(--navy); border-radius: 50% 50% 50% 10px; background: var(--signal); box-shadow: 0 0 0 1px #f3a289; font-size: 12px; font-weight: 800; }
.workflow-steps small { color: #9db3cc; font-size: 9px; font-weight: 800; letter-spacing: 1.4px; }
.workflow-steps h3 { margin: 5px 0 7px; font-size: 21px; }
.workflow-steps p { margin: 0; color: #b8c4d3; font-size: 14px; line-height: 1.7; }

.privacy { padding: 120px 0; display: grid; grid-template-columns: minmax(380px,.9fr) minmax(0,1.1fr); align-items: center; gap: 100px; }
.privacy-visual { position: relative; min-height: 560px; overflow: hidden; border: 1px solid #405675; border-radius: 10px 10px 4px 10px; background-color: var(--navy-2); background-image: linear-gradient(rgba(155,184,216,.05) 1px,transparent 1px), linear-gradient(90deg,rgba(155,184,216,.05) 1px,transparent 1px); background-size: 22px 22px; box-shadow: 10px 10px 0 rgba(23,34,56,.12); }
.privacy-route { position: absolute; left: 32px; right: 32px; top: 34px; display: grid; grid-template-columns: 48px 1fr 48px 1fr 48px; align-items: center; }
.privacy-route > span { width: 48px; height: 48px; display: grid; place-items: center; color: var(--cream); border: 1px solid #5d7090; border-radius: 50% 50% 50% 8px; background: #2c405f; }
.privacy-route > span.muted { color: #8292a7; }
.privacy-route svg { width: 20px; }
.privacy-route > i { height: 2px; background: repeating-linear-gradient(90deg,#91a9c4 0 5px,transparent 5px 11px); }
.privacy-route > i.stopped { background: repeating-linear-gradient(90deg,#e9673f 0 5px,transparent 5px 11px); opacity: .45; }
.privacy-visual > img { position: absolute; left: 50%; bottom: 68px; width: 390px; height: 390px; object-fit: contain; transform: translateX(-50%); filter: drop-shadow(0 22px 22px rgba(0,0,0,.25)); }
.privacy-card { position: absolute; left: 28px; bottom: 27px; min-height: 74px; padding: 13px 17px; display: flex; align-items: center; gap: 12px; color: var(--cream); border: 1px solid #536987; border-radius: 8px 8px 8px 3px; background: rgba(26,40,62,.9); box-shadow: 5px 5px 0 #101929; }
.privacy-card > svg { width: 24px; color: #f08765; }
.privacy-card small, .privacy-card strong { display: block; }
.privacy-card small { color: #94a9c2; font-size: 8px; font-weight: 800; letter-spacing: 1px; }
.privacy-card strong { margin-top: 2px; font-size: 14px; }
.privacy-copy > p:not(.kicker) { margin: 25px 0 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.privacy-copy ul { margin: 25px 0 0; padding: 0; display: grid; gap: 12px; list-style: none; }
.privacy-copy li { display: flex; align-items: flex-start; gap: 10px; color: #464b50; font-size: 14px; font-weight: 650; }
.privacy-copy li svg { width: 19px; height: 19px; padding: 3px; flex: 0 0 auto; color: var(--cream); border-radius: 50%; background: #4a6385; }
.text-link { margin-top: 28px; display: inline-flex; align-items: center; gap: 8px; color: #334e73; border-bottom: 1px solid #94a6bd; font-size: 14px; font-weight: 800; }
.text-link svg { width: 17px; }

.pricing { padding: 112px 0; background-color: #ece8df; background-image: linear-gradient(rgba(58,79,105,.06) 1px,transparent 1px), linear-gradient(90deg,rgba(58,79,105,.06) 1px,transparent 1px); background-size: 28px 28px; }
.pricing-grid { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(320px,.9fr); align-items: center; gap: 96px; }
.pricing-copy > p:not(.kicker) { max-width: 560px; margin: 25px 0 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.price-card { padding: 30px; color: #f4f6f8; border: 1px solid #425a79; border-radius: 12px 12px 5px 12px; background: var(--navy); box-shadow: 10px 10px 0 rgba(23,34,56,.2); }
.price-card header { padding-bottom: 23px; border-bottom: 1px solid #405675; }
.price-card header small { display: block; color: #a7bad0; font-size: 10px; font-weight: 850; letter-spacing: 1.5px; }
.price-card header div { display: flex; align-items: baseline; gap: 12px; margin-top: 8px; }
.price-card header strong { color: var(--cream); font-family: Georgia, "Times New Roman", serif; font-size: 66px; line-height: 1; letter-spacing: -3px; }
.price-card header span { color: #b8c4d3; font-size: 13px; font-weight: 750; }
.price-card ul { display: grid; gap: 13px; margin: 24px 0 28px; padding: 0; list-style: none; }
.price-card li { display: flex; align-items: flex-start; gap: 10px; color: #dbe4ef; font-size: 14px; line-height: 1.5; }
.price-card li svg { width: 18px; height: 18px; padding: 3px; flex: 0 0 auto; color: var(--navy); border-radius: 50%; background: #ef9b7f; }
.price-card .button { width: 100%; justify-content: center; }
.pricing-note { display: flex; justify-content: center; align-items: center; gap: 7px; margin: 18px 0 0; color: #a7bad0; font-size: 12px; font-weight: 750; }
.pricing-note svg { width: 15px; color: #ef9b7f; }

.final-cta { position: relative; color: #f4f6f8; background-color: var(--navy); background-image: linear-gradient(rgba(155,184,216,.05) 1px,transparent 1px), linear-gradient(90deg,rgba(155,184,216,.05) 1px,transparent 1px); background-size: 30px 30px; }
.final-cta::before { content: ""; position: absolute; inset: 0 0 auto; height: 8px; background: var(--tail); }
.final-grid { min-height: 600px; padding: 96px 0; display: grid; grid-template-columns: minmax(0,1.1fr) minmax(380px,.9fr); align-items: center; gap: 80px; }
.final-copy .button { margin-top: 28px; }
.mascot-station { position: relative; min-height: 410px; overflow: hidden; border: 1px solid #405675; border-radius: 10px 10px 4px 10px; background: rgba(255,248,238,.045); box-shadow: 9px 9px 0 #0b1422; }
.mascot-station::before { content: ""; position: absolute; left: 50%; top: 54%; width: 290px; height: 290px; border: 1px dashed #607593; border-radius: 50%; transform: translate(-50%,-50%); }
.mascot-station img { position: absolute; z-index: 2; left: 50%; bottom: 28px; width: 355px; height: 355px; object-fit: contain; transform: translateX(-50%); filter: drop-shadow(0 22px 22px rgba(0,0,0,.28)); }
.station-label { position: absolute; z-index: 3; top: 18px; left: 18px; padding: 8px 10px; display: flex; align-items: center; gap: 7px; color: #dfe7f1; border: 1px solid #4e6381; border-radius: 5px; background: #20304a; font-size: 8px; font-weight: 800; letter-spacing: 1.1px; }
.station-label svg { width: 15px; }
.station-track { position: absolute; z-index: 4; left: 18px; right: 18px; bottom: 16px; height: 6px; display: grid; grid-template-columns: repeat(4,1fr); }
.station-track i:nth-child(1) { background: var(--signal); }.station-track i:nth-child(2) { background: var(--brown); }.station-track i:nth-child(3) { background: var(--cream); }.station-track i:nth-child(4) { background: var(--sky); }

.site-footer { color: #b7c3d2; background: #0f1929; }
.footer-main { width: min(1180px, calc(100% - 48px)); min-height: 180px; margin: auto; padding: 45px 0; display: grid; grid-template-columns: 190px minmax(230px,1fr) auto; align-items: start; gap: 50px; }
.footer-main > p { max-width: 390px; margin: 7px 0 0; font-size: 13px; }
.footer-main nav { display: grid; grid-template-columns: repeat(2,auto); gap: 10px 25px; }
.footer-main nav a { font-size: 13px; font-weight: 700; transition: color .2s; }
.footer-main nav a:hover { color: var(--white); }
.footer-bottom { min-height: 64px; padding: 14px max(24px, calc((100% - 1180px)/2)); display: flex; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid #28354a; font-size: 11px; }
.footer-bottom a { display: flex; align-items: center; gap: 7px; color: #dbe4ef; font-weight: 800; }
.footer-bottom svg { width: 15px; }

.policy-main { min-height: 70vh; padding: 100px 0 120px; }
.policy-shell { width: min(900px, calc(100% - 40px)); margin: auto; }
.policy-heading { padding: 44px; color: var(--white); border-radius: 12px 12px 4px 12px; background-color: var(--navy); background-image: linear-gradient(rgba(158,183,210,.05) 1px,transparent 1px), linear-gradient(90deg,rgba(158,183,210,.05) 1px,transparent 1px); background-size: 25px 25px; box-shadow: 9px 9px 0 rgba(23,34,56,.14); }
.policy-heading .kicker { color: #a7bbd2; }
.policy-heading h1 { margin: 13px 0 12px; font-size: clamp(40px,7vw,66px); line-height: 1; letter-spacing: -2.5px; }
.policy-heading p:last-child { max-width: 650px; margin: 0; color: #bdc8d5; }
.policy-content { margin-top: 35px; padding: 42px; border: 1px solid var(--line); border-radius: 10px 10px 4px 10px; background: var(--white); box-shadow: var(--shadow); }
.policy-content h2 { margin: 38px 0 10px; color: var(--navy); font-size: 23px; letter-spacing: -.5px; }
.policy-content h2:first-child { margin-top: 0; }
.policy-content p, .policy-content li { color: #5b6167; font-size: 15px; line-height: 1.8; }
.policy-content ul { padding-left: 21px; }
.policy-date { padding-top: 26px; margin-top: 36px; border-top: 1px solid var(--line); font-size: 13px!important; }

@media (max-width: 980px) {
  .nav-shell { gap: 18px; }
  .main-nav { gap: 0; }
  .main-nav a { padding-inline: 9px; font-size: 12px; }
  .nav-actions .button { display: none; }
  .extension-ui { grid-template-columns: 175px minmax(0,1fr); height: 560px; }
  .demo-sidebar { padding-inline: 12px; }
  .demo-brand small, .sidebar-note p { display: none; }
  .demo-main { padding: 18px; }
  .demo-hero { height: 290px; grid-template-columns: minmax(0,.82fr) minmax(245px,1.18fr); gap: 12px 18px; }
  .demo-hero h2 { font-size: 23px; }
  .demo-visual > img { right: 88px; }
  .quick-focus { grid-template-columns: 1fr 78px 95px; }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
  .case-study-wide, .case-study-tall, .case-study { grid-column: span 6; }
  .case-study-wide { display: flex; }
  .workflow-grid, .privacy, .pricing-grid, .final-grid { gap: 60px; }
}

@media (max-width: 780px) {
  .nav-shell { height: 68px; }
  .menu-button { display: grid; margin-left: auto; }
  .main-nav { position: absolute; left: 20px; right: 20px; top: 74px; padding: 10px; display: none; align-items: stretch; border: 1px solid #40516b; border-radius: 8px; background: var(--navy); box-shadow: 8px 8px 0 rgba(23,34,56,.18); }
  .main-nav.open { display: grid; }
  .main-nav a { padding: 13px; font-size: 14px; }
  .language-picker { padding-inline: 9px; }
  .language-picker select { max-width: 72px; }
  .hero { padding-top: 80px; }
  .hero h1 { font-size: clamp(48px,12vw,70px); letter-spacing: -3px; }
  .hero-intro { font-size: 16px; }
  .product-stage { width: min(100% - 28px, 680px); }
  .extension-ui { height: 500px; grid-template-columns: 1fr; }
  .demo-sidebar { display: none; }
  .demo-main { padding: 18px; }
  .demo-hero { height: 280px; grid-template-columns: 1fr; }
  .demo-visual { display: none; }
  .quick-focus { grid-template-columns: 1fr 95px 115px; }
  .demo-stats article { padding: 9px; }
  .demo-stats article > span { display: none; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .section-heading h2, .workflow h2, .privacy h2, .final-cta h2 { font-size: clamp(40px,9vw,58px); }
  .features { padding-block: 90px; }
  .use-cases { padding-block: 90px; }
  .case-study-grid { grid-template-columns: 1fr; }
  .case-study-wide, .case-study-tall, .case-study { grid-column: 1; min-height: 0; }
  .case-study figure, .case-study-wide figure { min-height: 300px; }
  .workflow-grid, .privacy, .pricing-grid, .final-grid { grid-template-columns: 1fr; }
  .workflow-grid { padding-block: 90px; }
  .privacy { padding-block: 90px; }
  .pricing { padding-block: 90px; }
  .privacy-visual { min-height: 500px; order: 2; }
  .final-grid { padding-block: 90px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main > p { grid-column: 2; grid-row: 1; }
  .footer-main nav { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .nav-shell { width: calc(100% - 24px); gap: 10px; }
  .brand img { width: 39px; height: 39px; }
  .brand strong { font-size: 15px; }
  .brand small { font-size: 7px; }
  .language-picker > svg:first-of-type { display: none; }
  .hero-copy, .section { width: calc(100% - 32px); }
  .hero { padding: 64px 0 75px; }
  .hero h1 { font-size: 46px; letter-spacing: -2.4px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .trust-list { display: grid; gap: 10px; }
  .stage-label { left: 14px; }
  .browser-bar { padding-inline: 10px; }
  .window-dots { display: none; }
  .extension-ui { height: 440px; }
  .demo-main { padding: 12px; }
  .demo-state { display: none; }
  .demo-hero { height: 255px; padding: 18px; margin-top: 10px; }
  .demo-hero h2 { font-size: 23px; }
  .quick-focus { grid-template-columns: 1fr 100px; }
  .quick-focus label { display: none; }
  .demo-stats { gap: 6px; }
  .demo-stats article { height: 67px; padding: 8px; }
  .demo-stats strong { font-size: 14px; }
  .use-strip > div { justify-content: flex-start; padding-inline: 24px; gap: 18px; }
  .use-strip b:nth-of-type(n+4), .use-strip i:nth-of-type(n+4) { display: none; }
  .feature-grid { grid-template-columns: 1fr; }
  .case-study figure, .case-study-wide figure { min-height: 235px; }
  .case-copy { padding: 24px 22px 27px; }
  .case-copy h3 { font-size: 25px; }
  .case-setup { padding-top: 21px; }
  .photo-credits { justify-content: flex-start; text-align: left; }
  .feature-grid article { min-height: 430px; }
  .feature-art { height: 230px; }
  .workflow-steps li { grid-template-columns: 50px 1fr; gap: 16px; }
  .workflow-steps::before { left: 24px; }
  .workflow-steps li > span { width: 50px; height: 50px; }
  .privacy-visual { min-height: 440px; }
  .privacy-route { left: 20px; right: 20px; }
  .privacy-visual > img { width: 330px; height: 330px; }
  .final-grid { min-height: auto; }
  .mascot-station { min-height: 360px; }
  .footer-main { grid-template-columns: 1fr; gap: 22px; }
  .footer-main > p, .footer-main nav { grid-column: auto; grid-row: auto; }
  .footer-main nav { grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .policy-main { padding: 70px 0 90px; }
  .policy-heading, .policy-content { padding: 28px 24px; }
}

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