:root {
  --ink: #172033;
  --night: #111827;
  --purple: #6657df;
  --purple-dark: #5244ca;
  --mint: #46d4bb;
  --muted: #667085;
  --line: #e5e9f1;
  --soft: #f6f7fb;
  font-family: "Segoe UI", Inter, Arial, sans-serif;
  color: var(--ink);
}

.legal-body { min-height: 100vh; background: #f7f8fb; color: var(--ink); }
.legal-header { display: flex; align-items: center; justify-content: space-between; max-width: 980px; margin: 0 auto; padding: 24px 28px; }
.legal-header .brand { color: var(--ink); text-decoration: none; }
.legal-header .brand img { width: 40px; height: 40px; }
.legal-main { max-width: 860px; margin: 30px auto 80px; padding: 52px 58px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 18px 45px rgba(24, 31, 50, .07); }
.legal-main h1 { margin: 14px 0 0; font-size: clamp(34px, 5vw, 52px); line-height: 1.08; letter-spacing: -.04em; }
.legal-updated { margin: 12px 0 40px; color: var(--muted); }
.legal-main section { padding: 28px 0; border-top: 1px solid var(--line); }
.legal-main h2 { margin: 0 0 12px; font-size: 21px; }
.legal-main p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.legal-main p + p { margin-top: 13px; }
.legal-main a { color: var(--purple); font-weight: 700; }
.legal-footer { padding: 0 24px 42px; color: var(--muted); text-align: center; font-size: 13px; }

@media (max-width: 680px) {
  .legal-header { padding: 18px 20px; }
  .legal-header .btn-secondary { padding: 10px 14px; }
  .legal-main { margin: 12px 14px 56px; padding: 34px 24px; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--ink); -webkit-font-smoothing: antialiased; }
body, button, a { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
a { color: inherit; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 20px; height: 20px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.landing-shell { min-width: 320px; overflow: hidden; }
.landing-container { width: min(1240px, calc(100% - 56px)); margin: 0 auto; }

.landing-header { position: absolute; z-index: 20; top: 0; right: 0; left: 0; border-bottom: 1px solid rgba(255,255,255,.12); color: #fff; }
.header-inner { display: flex; min-height: 80px; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; }
.brand > img { width: 27px; height: 34px; object-fit: contain; }
.brand-wordmark { display: grid; line-height: 1; }
.brand-wordmark strong { font-size: 22px; font-weight: 800; letter-spacing: .14em; }
.brand-wordmark small { margin-top: 6px; color: #aeb7c9; font-size: 9px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.landing-nav { display: flex; align-items: center; gap: 28px; }
.landing-nav > a { color: #cbd2df; font-size: 14px; font-weight: 600; text-decoration: none; }
.landing-nav > a:hover { color: #fff; }
.nav-actions { display: flex; align-items: center; gap: 10px; margin-left: 4px; }
.btn-login { padding: 10px 13px; color: #fff; font-size: 14px; font-weight: 700; text-decoration: none; }
.btn-primary, .btn-secondary, .btn-white, .btn-link { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 0; text-decoration: none; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.btn-primary { min-height: 44px; padding: 0 19px; border-radius: 7px; background: var(--purple); color: #fff; font-size: 14px; font-weight: 750; box-shadow: 0 10px 24px rgba(64,48,184,.25); }
.btn-primary:hover { background: #7769ea; transform: translateY(-1px); }
.btn-large { min-height: 54px; padding: 0 24px; }
.btn-link { color: #fff; font-size: 14px; font-weight: 700; }
.btn-link:hover { color: var(--mint); }
.btn-secondary { min-height: 48px; padding: 0 20px; border: 1px solid #d9ddea; border-radius: 7px; color: var(--ink); font-size: 14px; font-weight: 750; }
.btn-secondary:hover { border-color: var(--purple); color: var(--purple); }
.btn-white { min-height: 50px; padding: 0 22px; border-radius: 7px; background: #fff; color: var(--purple-dark); font-size: 14px; font-weight: 800; }
.menu-toggle { display: none; border: 0; background: transparent; color: #fff; cursor: pointer; gap: 5px; }
.menu-toggle span { display: block; width: 22px; height: 2px; border-radius: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle.is-open span:first-child { transform: translateY(7px) rotate(45deg); }
.menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.menu-toggle.is-open span:last-child { transform: translateY(-7px) rotate(-45deg); }

.hero { position: relative; min-height: 760px; padding: 155px 0 100px; overflow: hidden; background: radial-gradient(circle at 78% 25%, rgba(82,69,201,.28), transparent 30%), radial-gradient(circle at 15% 80%, rgba(44,196,171,.12), transparent 28%), var(--night); color: #fff; }
.hero::before { position: absolute; inset: 0; content: ''; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 90%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .83fr 1.17fr; align-items: center; gap: 70px; }
.hero-copy { max-width: 590px; }
.eyebrow, .section-kicker, .feature-index { color: var(--purple); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #c4bcff; }
.eyebrow > span { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 5px rgba(70,212,187,.12); }
.hero .eyebrow { margin-bottom: 20px; }
.hero h1 { max-width: 650px; margin: 0 0 24px; font-size: clamp(48px, 4.8vw, 69px); font-weight: 760; line-height: 1.04; letter-spacing: -.045em; }
.hero-copy > p { max-width: 550px; margin-bottom: 30px; color: #b7c0d1; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 28px; color: #9ea9bd; font-size: 13px; }
.hero-facts span { display: inline-flex; align-items: center; gap: 7px; }
.hero-facts .icon { width: 17px; height: 17px; color: var(--mint); }
.hero-product { position: relative; padding: 36px 26px 66px 12px; }
.hero-product::before { position: absolute; inset: -60px -80px -40px -60px; content: ''; border-radius: 50%; background: radial-gradient(circle, rgba(101,87,223,.22), transparent 63%); }
.browser-frame { position: relative; overflow: hidden; border: 1px solid #dfe4ed; border-radius: 10px; background: #fff; box-shadow: 0 24px 60px rgba(20,28,48,.14); }
.hero-frame { z-index: 1; border-color: rgba(255,255,255,.16); box-shadow: 0 34px 85px rgba(0,0,0,.38); transform: perspective(1200px) rotateY(-2deg) rotateX(1deg); }
.browser-bar { display: flex; height: 34px; align-items: center; gap: 6px; padding: 0 12px; border-bottom: 1px solid #e5e8ee; background: #f5f6f8; }
.browser-bar > span { width: 7px; height: 7px; border-radius: 50%; background: #d0d5dd; }
.browser-bar > span:first-child { background: #f48178; }
.browser-bar > span:nth-child(2) { background: #f2c25a; }
.browser-bar > span:nth-child(3) { background: #53c883; }
.browser-bar small { margin-left: 7px; color: #5f6b7e; font-size: 9px; }
.browser-frame img { display: block; width: 100%; height: auto; }
.hero-mini-card { position: absolute; z-index: 3; width: 228px; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 9px; background: #fff; box-shadow: 0 20px 44px rgba(0,0,0,.34); }
.hero-mini-card > span { display: flex; min-height: 32px; align-items: center; gap: 7px; padding: 0 11px; background: #f6f7fa; color: #4b5567; font-size: 10px; font-weight: 800; }
.hero-mini-card > span i { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 4px rgba(70,212,187,.14); }
.hero-mini-card img { display: block; width: 100%; height: 105px; object-fit: cover; object-position: top left; }
.hero-mini-live { top: 0; right: -20px; }
.hero-mini-usage { bottom: 2px; left: -24px; }
.hero-signal { position: absolute; z-index: 3; right: -18px; bottom: 4px; display: flex; align-items: center; gap: 11px; min-width: 214px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.17); border-radius: 9px; background: rgba(22,31,51,.95); box-shadow: 0 18px 38px rgba(0,0,0,.28); }
.hero-signal i { width: 10px; height: 10px; border: 3px solid rgba(70,212,187,.3); border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 5px rgba(70,212,187,.1); }
.hero-signal span { display: grid; }
.hero-signal small { margin-bottom: 3px; color: #8d98ac; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.hero-signal strong { font-size: 12px; }

.capability-bar { border-bottom: 1px solid var(--line); background: #fff; }
.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.capability-grid a { display: flex; min-height: 108px; align-items: center; gap: 14px; padding: 0 26px; border-right: 1px solid var(--line); color: var(--purple); text-decoration: none; }
.capability-grid a:first-child { border-left: 1px solid var(--line); }
.capability-grid a:hover { background: #fbfbfe; }
.capability-grid span { display: grid; color: var(--muted); font-size: 12px; line-height: 1.45; }
.capability-grid strong { color: var(--ink); font-size: 14px; }

.section { padding: 108px 0; }
.product-intro { padding-top: 120px; padding-bottom: 96px; }
.product-intro-grid { display: grid; grid-template-columns: 1.05fr .65fr; align-items: end; gap: 120px; }
.product-intro h2, .story-copy h2, .section-heading h2, .process-copy h2, .privacy-copy h2, .pricing-copy h2, .demo-copy h2, .local-value-copy h2 { margin: 14px 0 0; color: var(--ink); font-size: clamp(36px, 3.6vw, 52px); font-weight: 750; line-height: 1.12; letter-spacing: -.04em; }
.product-intro p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }

.questions-section { background: #fff; }
.light-heading { max-width: 840px; }
.light-heading > p { color: var(--muted); }
.questions-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.questions-grid article { grid-column: span 2; min-height: 220px; padding: 28px; border: 1px solid var(--line); border-radius: 12px; background: linear-gradient(145deg, #fff, #fafafe); box-shadow: 0 14px 34px rgba(31,41,66,.05); }
.questions-grid article:nth-child(n+4) { grid-column: span 3; min-height: 195px; }
.questions-grid article > .icon { width: 25px; height: 25px; margin-bottom: 24px; color: var(--purple); }
.questions-grid strong { display: block; font-size: 18px; line-height: 1.35; }
.questions-grid p { margin: 12px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.argus-resource-link { display: inline-flex; align-items: center; justify-content: center; gap: 8px; margin-top: 21px; color: var(--purple-dark); font-size: 14px; font-weight: 800; text-decoration: none; }
.argus-resource-link:hover { color: var(--purple); }
.argus-resource-link .icon { width: 17px; height: 17px; }

.feature-story { padding: 92px 0; background: #fff; }
.feature-story-soft { background: var(--soft); }
.story-grid { display: grid; grid-template-columns: .68fr 1.32fr; align-items: center; gap: 82px; }
.story-reverse { grid-template-columns: 1.32fr .68fr; }
.story-reverse .story-copy { grid-column: 2; grid-row: 1; }
.story-reverse .feature-frame { grid-column: 1; grid-row: 1; }
.story-copy h2 { margin-top: 15px; font-size: clamp(34px, 3.3vw, 48px); }
.story-copy > p { margin: 20px 0 24px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.story-copy ul, .price-card ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.story-copy li, .price-card li { display: flex; align-items: flex-start; gap: 9px; color: #475467; font-size: 14px; line-height: 1.55; }
.story-copy li .icon, .price-card li .icon { width: 18px; height: 18px; margin-top: 1px; color: var(--mint); stroke-width: 2.2; }
.feature-frame { box-shadow: 0 28px 64px rgba(31,41,66,.14); }

.evidence-section { padding: 112px 0; background: #121a2c; color: #fff; }
.section-heading { max-width: 760px; margin-bottom: 50px; }
.section-heading.centered { margin-right: auto; margin-left: auto; text-align: center; }
.evidence-section .section-heading h2 { color: #fff; }
.section-heading > p { margin: 18px 0 0; color: #9da9bd; font-size: 16px; line-height: 1.7; }
.questions-section .section-heading > p { color: #667085; }
.evidence-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.evidence-grid article { overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; background: rgba(255,255,255,.035); }
.evidence-frame { border: 0; border-radius: 0; box-shadow: none; }
.evidence-copy { padding: 28px 30px 31px; }
.evidence-copy > span { display: inline-flex; align-items: center; gap: 7px; color: #9d91ff; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.evidence-copy h3 { margin: 13px 0 10px; font-size: 22px; }
.evidence-copy p { margin: 0; color: #aab4c6; font-size: 14px; line-height: 1.65; }

.use-cases-section { background: #fff; }
.use-cases-heading { display: grid; max-width: none; grid-template-columns: 1fr .75fr; align-items: end; column-gap: 100px; }
.use-cases-heading .section-kicker { grid-column: 1 / -1; }
.use-cases-heading h2 { max-width: 720px; }
.use-cases-heading > p { margin-bottom: 5px; color: var(--muted); }
.use-cases-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.use-cases-grid article { display: flex; min-height: 350px; flex-direction: column; justify-content: space-between; padding: 30px; border: 1px solid var(--line); border-radius: 12px; background: var(--soft); }
.use-cases-grid article > span { color: var(--purple); font-size: 12px; font-weight: 850; letter-spacing: .12em; }
.use-cases-grid h3 { margin: 70px 0 14px; font-size: 24px; line-height: 1.25; letter-spacing: -.025em; }
.use-cases-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.use-cases-grid ul { display: grid; gap: 10px; margin: 24px 0 0; padding: 20px 0 0; border-top: 1px solid #dfe3eb; list-style: none; }
.use-cases-grid li { position: relative; padding-left: 17px; color: #475467; font-size: 13px; }
.use-cases-grid li::before { position: absolute; top: 7px; left: 0; width: 6px; height: 6px; content: ''; border-radius: 50%; background: var(--mint); }

.demo-section { overflow: hidden; background: #f3f4fa; }
.demo-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 92px; }
.demo-visual { position: relative; padding: 18px 20px 42px 0; }
.demo-visual::before { position: absolute; inset: -40px 45px 0 -70px; content: ''; border-radius: 50%; background: radial-gradient(circle, rgba(102,87,223,.13), transparent 66%); }
.demo-frame { z-index: 1; box-shadow: 0 30px 75px rgba(31,41,66,.18); }
.demo-visual-note { position: absolute; z-index: 2; right: -12px; bottom: 3px; display: flex; align-items: center; gap: 11px; min-width: 245px; padding: 14px 16px; border: 1px solid #ded9ff; border-radius: 9px; background: #fff; box-shadow: 0 18px 38px rgba(54,45,118,.15); }
.demo-visual-note > .icon { color: var(--mint); }
.demo-visual-note span { display: grid; }
.demo-visual-note small { margin-bottom: 3px; color: var(--purple); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.demo-visual-note strong { font-size: 12px; }
.demo-copy > p { margin: 21px 0 24px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.demo-topics { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 16px; margin-bottom: 30px; }
.demo-topics span { position: relative; padding-left: 17px; color: #475467; font-size: 13px; line-height: 1.45; }
.demo-topics span::before { position: absolute; top: 6px; left: 0; width: 7px; height: 7px; content: ''; border-radius: 50%; background: var(--mint); }

.process-section { background: #fff; }
.process-grid { display: grid; grid-template-columns: .76fr 1.24fr; align-items: center; gap: 110px; }
.process-copy > p, .pricing-copy > p { margin: 21px 0 28px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: flex; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.process-list li:first-child { border-top: 1px solid var(--line); }
.process-list li > span { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; border: 1px solid #d9d4ff; border-radius: 50%; color: var(--purple); font-size: 13px; font-weight: 800; }
.process-list strong { font-size: 16px; }
.process-list p { margin: 6px 0 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

.privacy-section { background: #f3f4fa; }
.privacy-grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 95px; }
.privacy-copy > p { max-width: 520px; margin: 22px 0 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.privacy-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.privacy-cards article { display: flex; min-height: 142px; gap: 14px; padding: 24px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.privacy-cards > article > .icon { color: var(--purple); }
.privacy-cards strong { font-size: 14px; }
.privacy-cards p { margin: 7px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.privacy-summary { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.privacy-summary span { display: inline-flex; align-items: center; gap: 7px; padding: 9px 11px; border: 1px solid #dcdeea; border-radius: 7px; background: rgba(255,255,255,.62); color: #475467; font-size: 12px; font-weight: 700; }
.privacy-summary .icon { width: 16px; height: 16px; color: var(--purple); }

.local-value-section { padding: 92px 0; background: #151d2f; color: #fff; }
.local-value-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 90px; }
.local-value-copy .section-kicker { color: #9d91ff; }
.local-value-copy h2 { color: #fff; }
.local-value-copy p { max-width: 520px; margin: 21px 0 0; color: #aeb8c9; font-size: 16px; line-height: 1.7; }
.local-value-points { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.local-value-points article { display: grid; min-height: 118px; align-content: center; padding: 22px; border: 1px solid rgba(255,255,255,.1); border-radius: 10px; background: rgba(255,255,255,.045); }
.local-value-points strong { margin-bottom: 7px; font-size: 15px; }
.local-value-points span { color: #99a5b8; font-size: 13px; line-height: 1.55; }

.pricing-section { background: #fff; }
.pricing-grid { display: grid; grid-template-columns: 1fr 480px; align-items: center; gap: 120px; }
.support-note { display: grid; max-width: 480px; padding: 22px 0 0; border-top: 1px solid var(--line); }
.support-note strong { margin-bottom: 4px; font-size: 14px; }
.support-note span { color: var(--muted); font-size: 13px; }
.price-card { padding: 38px; border: 1px solid #dcd8fa; border-radius: 13px; background: linear-gradient(145deg, #f9f8ff, #fff); box-shadow: 0 26px 65px rgba(62,48,145,.12); }
.price-label { display: inline-flex; padding: 6px 11px; border-radius: 20px; background: #ebe8ff; color: var(--purple-dark); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.regular-price { display: flex; align-items: center; gap: 10px; margin-top: 22px; color: var(--muted); font-size: 12px; }
.regular-price del { color: #8a93a3; font-size: 15px; font-weight: 700; text-decoration-color: #e45872; text-decoration-thickness: 2px; }
.price { display: flex; align-items: center; margin: 10px 0 20px; }
.price sup { align-self: flex-start; margin-top: 9px; font-size: 20px; font-weight: 800; }
.price strong { font-size: 52px; line-height: 1; letter-spacing: -.05em; }
.price > span { margin-left: 10px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.minimum { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.minimum strong { color: var(--ink); }
.price-card ul { margin: 25px 0; }
.btn-price { width: 100%; min-height: 50px; }
.price-card > small { display: block; margin-top: 14px; color: #8791a2; font-size: 11px; text-align: center; }

.final-cta { padding: 72px 0; background: var(--purple); color: #fff; }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.final-cta-inner span { color: #ffffff; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.final-cta h2 { max-width: 760px; margin: 11px 0 0; font-size: clamp(30px, 3.2vw, 45px); line-height: 1.13; letter-spacing: -.035em; }

.landing-footer { padding: 48px 0 22px; background: #0c1322; color: #fff; }
.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-brand .brand-wordmark small { color: #909bad; }
.footer-main nav { display: flex; gap: 26px; }
.footer-main nav a { color: #aeb8c9; font-size: 13px; text-decoration: none; }
.footer-main nav a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 32px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.09); color: #8996aa; font-size: 11px; }

.evidence-section .section-kicker { color: #aaa2ff; }

@media (max-width: 1050px) {
  .landing-nav { gap: 17px; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 38px; }
  .hero h1 { font-size: 52px; }
  .hero-mini-card { width: 190px; }
  .story-grid, .story-reverse { gap: 50px; }
  .process-grid, .privacy-grid { gap: 65px; }
  .demo-grid, .local-value-grid { gap: 50px; }
  .pricing-grid { gap: 70px; }
}

@media (max-width: 880px) {
  .landing-container { width: min(100% - 36px, 760px); }
  .menu-toggle { display: grid; width: 42px; height: 42px; place-items: center; }
  .landing-nav { position: absolute; top: 72px; right: 18px; left: 18px; display: none; align-items: stretch; gap: 0; padding: 14px; border: 1px solid rgba(255,255,255,.13); border-radius: 10px; background: #1a2337; box-shadow: 0 20px 45px rgba(0,0,0,.32); }
  .landing-nav.is-open { display: grid; }
  .landing-nav > a { padding: 12px 10px; }
  .nav-actions { margin: 8px 0 0; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.1); }
  .nav-actions .btn-primary { flex: 1; }
  .hero { min-height: auto; padding-top: 135px; }
  .hero-grid, .product-intro-grid, .story-grid, .story-reverse, .process-grid, .privacy-grid, .pricing-grid, .demo-grid, .local-value-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 58px; }
  .hero-copy { max-width: 700px; }
  .story-copy, .story-reverse .story-copy { grid-column: 1; grid-row: 1; max-width: 660px; }
  .feature-frame, .story-reverse .feature-frame { grid-column: 1; grid-row: 2; }
  .product-intro-grid { gap: 22px; }
  .questions-grid { grid-template-columns: 1fr 1fr; }
  .questions-grid article, .questions-grid article:nth-child(n+4) { grid-column: auto; min-height: 205px; }
  .questions-grid article:last-child { grid-column: 1 / -1; min-height: 180px; }
  .capability-grid { grid-template-columns: 1fr 1fr; }
  .capability-grid a:nth-child(2) { border-right: 0; }
  .capability-grid a:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .evidence-grid { grid-template-columns: 1fr; }
  .use-cases-heading { grid-template-columns: 1fr; }
  .use-cases-heading .section-kicker, .use-cases-heading h2 { grid-column: 1; }
  .use-cases-heading > p { margin-top: 18px; }
  .use-cases-grid { grid-template-columns: 1fr; }
  .use-cases-grid article { min-height: auto; }
  .use-cases-grid h3 { margin-top: 42px; }
  .demo-visual { max-width: 720px; }
  .demo-copy { max-width: 680px; }
  .local-value-copy { max-width: 680px; }
  .price-card { max-width: 520px; }
}

@media (max-width: 560px) {
  .landing-container { width: calc(100% - 28px); }
  .header-inner { min-height: 72px; }
  .brand-wordmark strong { font-size: 19px; }
  .brand > img { width: 23px; height: 29px; }
  .hero { padding: 122px 0 72px; }
  .hero h1 { font-size: 40px; }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 17px; }
  .hero-facts { display: grid; gap: 9px; }
  .hero-product { padding: 0 4px 0 0; }
  .hero-frame { transform: none; }
  .hero-mini-card { display: none; }
  .capability-grid a { min-height: 96px; padding: 0 14px; }
  .capability-grid a:nth-child(odd) { border-left: 1px solid var(--line); }
  .capability-grid span { font-size: 10px; }
  .capability-grid strong { font-size: 12px; }
  .section, .evidence-section { padding: 78px 0; }
  .product-intro { padding: 80px 0 68px; }
  .product-intro h2, .story-copy h2, .section-heading h2, .process-copy h2, .privacy-copy h2, .pricing-copy h2, .demo-copy h2, .local-value-copy h2 { font-size: 34px; }
  .questions-grid { grid-template-columns: 1fr; }
  .questions-grid article, .questions-grid article:nth-child(n+4), .questions-grid article:last-child { grid-column: 1; min-height: auto; padding: 24px; }
  .questions-grid article > .icon { margin-bottom: 18px; }
  .feature-story { padding: 70px 0; }
  .story-grid, .story-reverse { gap: 34px; }
  .browser-bar { height: 29px; }
  .evidence-copy { padding: 24px; }
  .privacy-cards { grid-template-columns: 1fr; }
  .privacy-cards article { min-height: auto; }
  .demo-visual { padding: 0 0 42px; }
  .demo-visual-note { right: -3px; min-width: 215px; padding: 11px 13px; }
  .demo-topics { grid-template-columns: 1fr; }
  .local-value-section { padding: 78px 0; }
  .local-value-points { grid-template-columns: 1fr; }
  .local-value-points article { min-height: auto; }
  .price-card { padding: 29px 24px; }
  .price strong { font-size: 44px; }
  .minimum { align-items: flex-start; flex-direction: column; gap: 5px; }
  .final-cta-inner { align-items: stretch; flex-direction: column; }
  .final-cta h2 { font-size: 32px; }
  .footer-main { align-items: flex-start; flex-direction: column; }
  .footer-main nav { flex-wrap: wrap; gap: 16px 22px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 7px; }
}
