:root {
  --ink: #071f29;
  --ink-2: #0d303b;
  --navy: #061c25;
  --teal: #14bdc7;
  --teal-dark: #078d96;
  --teal-pale: #dff5f3;
  --blue: #1687ff;
  --cream: #f5f3ed;
  --paper: #fff;
  --soft: #e8eeec;
  --muted: #5e7279;
  --line: #d9e0de;
  --shadow: 0 28px 80px rgba(5, 28, 37, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Inter, "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img { max-width: 100%; display: block; }
button { font: inherit; }
.shell { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
.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; top: -70px; left: 16px; z-index: 1000; padding: 12px 18px; border-radius: 5px; background: white; }
.skip-link:focus { top: 16px; }

.announcement { height: 34px; color: rgba(255,255,255,.72); background: #03151c; font-size: 11px; letter-spacing: .03em; }
.announcement .shell { height: 100%; display: flex; justify-content: space-between; align-items: center; }
.announcement a { color: var(--teal); text-decoration: none; font-weight: 750; }
.site-header { height: 78px; position: sticky; top: 0; z-index: 100; color: white; background: rgba(6,28,37,.98); border-bottom: 1px solid rgba(255,255,255,.1); transition: box-shadow .25s; }
.site-header.scrolled { box-shadow: 0 10px 34px rgba(3,21,28,.28); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand img { width: 224px; height: 52px; object-fit: contain; object-position: left center; }
.site-nav { height: 100%; display: flex; align-items: center; gap: 27px; font-size: 13px; font-weight: 720; }
.site-nav > a { text-decoration: none; }
.site-nav > a:not(.nav-cta) { padding: 30px 0 27px; border-bottom: 3px solid transparent; }
.site-nav > a:not(.nav-cta):hover { color: var(--teal); border-bottom-color: var(--teal); }
.nav-cta { display: inline-flex; align-items: center; gap: 18px; min-height: 44px; padding: 0 20px; color: var(--ink); background: var(--teal); text-transform: uppercase; font-size: 11px; letter-spacing: .07em; }
.menu-toggle { display: none; padding: 8px; border: 0; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px; background: white; }

.hero { min-height: 755px; position: relative; overflow: hidden; color: white; background: radial-gradient(circle at 83% 15%, rgba(20,189,199,.16), transparent 28%), linear-gradient(135deg, #041821 0%, #092e39 64%, #0b3d45 100%); }
.hero::after { content: ""; position: absolute; right: -190px; top: -220px; width: 630px; height: 630px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.018), 0 0 0 160px rgba(255,255,255,.012); }
.hero-grid-lines, .contact-grid { position: absolute; inset: 0; opacity: .06; background-image: linear-gradient(rgba(255,255,255,.35) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.35) 1px, transparent 1px); background-size: 68px 68px; mask-image: linear-gradient(to right, black, transparent 55%); }
.hero-inner { min-height: 710px; position: relative; z-index: 2; display: grid; grid-template-columns: .95fr 1.05fr; gap: 70px; align-items: center; padding: 65px 0 90px; }
.kicker, .eyebrow { margin: 0 0 20px; color: var(--teal-dark); font-size: 11px; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.kicker { color: #6ce1e6; }
.kicker span { display: inline-block; width: 28px; height: 2px; margin: 0 10px 3px 0; background: var(--teal); }
.eyebrow.light { color: #65dce2; }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2 { letter-spacing: -.045em; }
h1 { max-width: 650px; margin: 0; font-size: clamp(54px, 5.7vw, 80px); line-height: .97; font-weight: 780; }
h1 em { color: var(--teal); font-style: normal; font-weight: 350; }
.hero-lede { max-width: 610px; margin: 28px 0 0; color: rgba(255,255,255,.7); font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; gap: 13px; margin-top: 34px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 0 25px; border: 1px solid transparent; text-decoration: none; font-size: 12px; font-weight: 820; letter-spacing: .04em; text-transform: uppercase; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--teal); }
.button-primary:hover { background: #4bd5dc; }
.button-quiet { color: white; border-color: rgba(255,255,255,.28); background: transparent; }
.button-light { color: var(--ink); background: white; }
.hero-facts { list-style: none; padding: 30px 0 0; margin: 38px 0 0; border-top: 1px solid rgba(255,255,255,.14); display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.hero-facts li { display: grid; gap: 6px; }
.hero-facts b { color: white; font-size: 12px; }
.hero-facts span { color: rgba(255,255,255,.48); font-size: 10px; line-height: 1.4; }
.hero-scroll { position: absolute; z-index: 3; left: calc(50% - 620px); bottom: 24px; color: rgba(255,255,255,.4); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.hero-scroll span { color: var(--teal); margin-left: 10px; }

.hero-visual { min-height: 500px; position: relative; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.orbit-one { width: 450px; height: 450px; left: 100px; top: 24px; }
.orbit-two { width: 330px; height: 330px; left: 160px; top: 83px; border-color: rgba(20,189,199,.2); }
.device-card { position: absolute; z-index: 4; left: 0; top: 35px; width: 410px; padding: 26px; color: var(--ink); background: rgba(255,255,255,.97); box-shadow: 0 34px 80px rgba(0,0,0,.35); }
.device-card-top { display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 9px; font-weight: 850; letter-spacing: .12em; }
.device-card-top i { padding: 5px 8px; color: var(--teal-dark); background: var(--teal-pale); font-style: normal; }
.device-name { display: flex; gap: 13px; align-items: center; margin: 23px 0 28px; }
.phone-icon { width: 43px; height: 51px; display: grid; place-items: center; border: 3px solid var(--ink); border-radius: 9px; color: var(--teal-dark); font-size: 20px; }
.device-name > div:last-child { display: grid; gap: 4px; }
.device-name b { font-size: 16px; }.device-name span { color: var(--muted); font-size: 10px; }
.progress-copy { display: flex; align-items: end; justify-content: space-between; font-size: 11px; }
.progress-copy strong { color: var(--teal-dark); font-size: 25px; }
.progress { height: 7px; margin: 10px 0; background: #dce6e5; overflow: hidden; }
.progress i { display: block; width: 83%; height: 100%; background: var(--teal-dark); }
.object-count { color: var(--muted); font-size: 9px; }
.status-list { margin-top: 25px; display: grid; gap: 10px; color: #38525b; font-size: 10px; }
.status-list span { display: flex; align-items: center; gap: 8px; }
.status-list i { width: 17px; height: 17px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--teal-dark); font-size: 8px; font-style: normal; }
.status-list .working i { background: var(--teal); box-shadow: 0 0 0 4px var(--teal-pale); }
.review-card { position: absolute; z-index: 5; width: 300px; height: 340px; right: 0; bottom: 15px; padding: 17px 15px; color: var(--ink); border: 7px solid #16252c; border-radius: 34px 34px 0 0; background: #fff; box-shadow: 0 30px 70px rgba(0,0,0,.35); }
.review-top { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; margin-bottom: 26px; font-size: 8px; }
.review-top b { font-size: 11px; }.review-top i { justify-self: end; font-style: normal; letter-spacing: 2px; }
.chat { max-width: 77%; margin-bottom: 12px; padding: 10px 11px; border-radius: 15px; font-size: 9px; line-height: 1.35; }
.chat b { display: block; margin-bottom: 3px; font-size: 8px; }.chat.received { background: #e8e9ed; }.chat.sent { margin-left: auto; color: white; background: var(--blue); }
.verified-badge { position: absolute; z-index: 7; left: 180px; bottom: 0; min-width: 225px; padding: 13px; display: flex; align-items: center; gap: 12px; color: var(--ink); background: white; box-shadow: 0 15px 45px rgba(0,0,0,.22); }
.verified-badge > span { width: 34px; height: 34px; display: grid; place-items: center; color: white; background: var(--teal-dark); border-radius: 50%; }
.verified-badge div { display: grid; gap: 3px; }.verified-badge b { font-size: 9px; letter-spacing: .08em; }.verified-badge small { color: var(--muted); font-size: 8px; }

.audience-bar { background: #fff; border-bottom: 1px solid var(--line); }
.audience-inner { min-height: 82px; display: grid; grid-template-columns: 1.6fr repeat(4,1fr); align-items: center; gap: 20px; }
.audience-inner p { margin: 0; font-size: 11px; font-weight: 820; letter-spacing: .06em; text-transform: uppercase; }
.audience-inner > span { padding-left: 20px; border-left: 1px solid var(--line); color: var(--muted); font-size: 12px; }

.section { padding: 118px 0; }
.intro-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 100px; align-items: end; }
.section-heading { max-width: 680px; }
.section-heading h2, .workflow-copy h2, .review-heading h2, .pricing-intro h2, .contact-inner h2 { margin: 0; font-size: clamp(42px, 4.5vw, 62px); line-height: 1.02; font-weight: 710; }
.section-heading > p:last-of-type, .intro-copy { margin: 24px 0 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.intro-copy { margin: 0; }
.pillar-grid { margin-top: 65px; display: grid; grid-template-columns: 1.12fr .94fr .94fr; gap: 14px; }
.pillar { min-height: 415px; position: relative; padding: 34px; border: 1px solid var(--line); background: #fff; }
.pillar.featured { color: white; border-color: var(--ink-2); background: var(--ink-2); }
.pillar-number { position: absolute; right: 25px; top: 25px; color: #a7b4b6; font-size: 10px; font-weight: 850; }
.pillar-icon { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid #b9cfce; color: var(--teal-dark); font-size: 24px; }
.pillar.featured .pillar-icon { color: var(--teal); border-color: rgba(255,255,255,.2); }
.pillar h3 { margin: 65px 0 16px; font-size: 25px; }.pillar p { color: var(--muted); font-size: 14px; line-height: 1.7; }
.pillar.featured p { color: rgba(255,255,255,.63); }
.pillar ul { list-style: none; padding: 23px 0 0; margin: 25px 0 0; border-top: 1px solid var(--line); display: grid; gap: 10px; color: #38515a; font-size: 12px; }
.pillar li::before { content: "✓"; margin-right: 9px; color: var(--teal-dark); }
.mini-flow { margin-top: 35px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); display: flex; align-items: center; justify-content: space-between; color: #fff; font-size: 10px; font-weight: 750; }
.mini-flow i { color: var(--teal); font-style: normal; }
.metric { margin-top: 31px; padding-top: 24px; border-top: 1px solid var(--line); display: grid; gap: 6px; }.metric strong { color: var(--teal-dark); font-size: 36px; }.metric span { color: var(--muted); font-size: 10px; }

.workflow-section { color: white; background: #061c25; overflow: hidden; }
.workflow-layout { display: grid; grid-template-columns: .87fr 1.13fr; gap: 95px; align-items: center; }
.workflow-copy > p:nth-of-type(2) { color: rgba(255,255,255,.62); font-size: 16px; line-height: 1.75; }
.workflow-points { margin-top: 38px; display: grid; gap: 5px; }
.workflow-points > div { padding: 17px 0; border-top: 1px solid rgba(255,255,255,.12); display: grid; grid-template-columns: 48px 1fr; gap: 10px; }
.workflow-points span { color: var(--teal); font-size: 11px; font-weight: 850; }.workflow-points p { margin: 0; color: rgba(255,255,255,.54); font-size: 12px; line-height: 1.5; }.workflow-points b { display: block; margin-bottom: 4px; color: white; font-size: 13px; }
.collector-window { color: var(--ink); background: #f6f5f0; border: 1px solid rgba(255,255,255,.25); box-shadow: 0 35px 90px rgba(0,0,0,.4); }
.collector-bar { height: 33px; padding: 0 12px; display: flex; align-items: center; gap: 13px; color: #708087; background: #e6e9e7; font-size: 9px; }.collector-bar span { margin-right: auto; }
.collector-head { height: 84px; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; background: #092c36; }.collector-head img { width: 205px; }.collector-head b { padding: 10px 13px; color: #69dce1; background: #164651; font-size: 8px; letter-spacing: .07em; }
.collector-body { min-height: 380px; padding: 35px 42px; }.collector-body small { color: var(--teal-dark); font-weight: 850; }.collector-body h3 { margin: 12px 0 8px; font-size: 28px; }.collector-body > p { color: var(--muted); font-size: 13px; }
.instruction { display: grid; grid-template-columns: 32px 1fr; gap: 13px; margin-top: 22px; }.instruction > span { width: 30px; height: 30px; display: grid; place-items: center; color: white; background: var(--teal-dark); border-radius: 50%; font-weight: 850; font-size: 10px; }.instruction p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }.instruction b { display: block; color: var(--ink); font-size: 12px; }
.collector-body button, .export-panel button { margin-top: 25px; padding: 13px 20px; color: white; border: 0; background: var(--teal-dark); font-size: 11px; font-weight: 800; }
.collector-status { min-height: 69px; padding: 0 25px; display: flex; align-items: center; justify-content: space-between; color: white; background: #113944; font-size: 10px; }.collector-status span { display: flex; align-items: center; gap: 8px; }.collector-status i { width: 8px; height: 8px; background: var(--teal); border-radius: 50%; }.collector-status b { color: var(--teal); }

.privacy-section { background: #e7edeb; }
.privacy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.privacy-visual { min-height: 500px; position: relative; background: radial-gradient(circle, rgba(20,189,199,.18), transparent 60%); display: grid; place-items: center; }
.scope-card { width: min(450px, 90%); padding: 38px; background: white; box-shadow: var(--shadow); }.scope-card > p { color: var(--teal-dark); font-size: 9px; font-weight: 850; letter-spacing: .12em; }.scope-card h3 { margin: 12px 0 28px; font-size: 26px; }
.scope-line { min-height: 48px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); font-size: 12px; font-weight: 650; }.scope-line i { width: 31px; height: 17px; border-radius: 12px; background: #c9d2d0; position: relative; }.scope-line i::after { content: ""; position: absolute; top: 3px; left: 3px; width: 11px; height: 11px; background: white; border-radius: 50%; }.scope-line i.on { background: var(--teal-dark); }.scope-line i.on::after { left: 17px; }
.scope-date { margin-top: 18px; padding: 16px; background: #f2f5f3; display: grid; grid-template-columns: auto 1fr; gap: 8px 20px; font-size: 9px; }.scope-date span { color: var(--muted); }.scope-date b { text-align: right; font-size: 9px; }
.check-list { list-style: none; padding: 0; margin: 30px 0 0; display: grid; gap: 15px; }.check-list li { position: relative; padding-left: 28px; color: #3e5860; font-size: 13px; line-height: 1.5; }.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--teal-dark); font-weight: 850; }

.review-section { color: white; background: #0c313b; }
.review-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; align-items: end; }.review-heading > p { margin: 0; color: rgba(255,255,255,.55); font-size: 15px; line-height: 1.7; }
.portal-mock { margin-top: 58px; min-height: 540px; display: grid; grid-template-columns: 68px 1fr; color: var(--ink); background: #f5f4ef; box-shadow: 0 38px 90px rgba(0,0,0,.32); }
.portal-mock > aside { padding: 17px 12px; background: #061f29; display: flex; align-items: center; flex-direction: column; gap: 24px; }.portal-mock aside img { width: 43px; height: 43px; object-fit: cover; object-position: left; }.portal-mock aside span { width: 29px; height: 4px; background: #2a4a53; }.portal-mock aside span.active { background: var(--teal); }
.portal-main { padding: 25px; }.portal-title { display: flex; justify-content: space-between; align-items: end; margin-bottom: 20px; }.portal-title div { display: grid; gap: 5px; }.portal-title small { color: var(--teal-dark); font-size: 7px; font-weight: 850; letter-spacing: .14em; }.portal-title b { font-size: 18px; }.portal-title em { color: var(--muted); font-size: 8px; font-style: normal; }
.review-workspace { display: grid; grid-template-columns: 1.05fr .9fr .65fr; gap: 14px; }
.conversation-list, .export-panel { background: white; border: 1px solid var(--line); }.list-head { padding: 14px; color: white; background: #092c36; font-size: 10px; font-weight: 800; }.list-head span { float: right; color: #99b4b8; font-size: 8px; font-weight: 500; }.search { margin: 10px; padding: 10px; border: 1px solid var(--line); color: #94a0a4; font-size: 8px; }
.conversation { min-height: 86px; display: grid; grid-template-columns: 14px 1fr auto; gap: 10px; padding: 13px; border-top: 1px solid var(--line); }.conversation.selected { border-left: 3px solid var(--teal-dark); background: #e8f5f4; }.conversation > i { width: 10px; height: 10px; margin-top: 3px; border: 1px solid #91a1a3; }.conversation p { margin: 0; display: grid; gap: 4px; }.conversation b { font-size: 9px; }.conversation span, .conversation small { color: var(--muted); font-size: 7px; }.conversation strong { color: var(--teal-dark); font-size: 8px; }
.phone-review { min-height: 400px; padding: 19px 12px; border: 6px solid #17252c; border-radius: 29px; background: white; }.phone-meta { display: grid; grid-template-columns: 1fr auto 1fr; gap: 4px; padding-bottom: 16px; border-bottom: 1px solid var(--line); text-align: center; font-size: 7px; }.phone-meta i { text-align: right; font-style: normal; }.phone-meta small { grid-column: 1/-1; color: var(--muted); }.message { max-width: 80%; margin-top: 11px; padding: 10px; border-radius: 14px; font-size: 8px; line-height: 1.4; }.message b { display: block; margin-bottom: 3px; font-size: 7px; }.message small { display: block; margin-top: 4px; text-align: right; font-size: 6px; }.message.received { background: #e7e8ec; }.message.sent { margin-left: auto; color: white; background: var(--blue); }
.export-panel { padding: 15px; }.export-panel > small { color: var(--teal-dark); font-size: 7px; font-weight: 850; letter-spacing: .1em; }.export-panel h3 { margin: 7px 0 13px; font-size: 16px; }.export-panel label { margin-bottom: 7px; padding: 10px; display: grid; grid-template-columns: 12px 1fr; gap: 8px; border: 1px solid var(--line); }.export-panel label > i { width: 9px; height: 9px; border: 1px solid #8c999d; border-radius: 50%; }.export-panel label > i.selected { background: var(--teal); box-shadow: inset 0 0 0 2px white; }.export-panel p { margin: 0; display: grid; gap: 3px; }.export-panel b { font-size: 8px; }.export-panel span { color: var(--muted); font-size: 6px; line-height: 1.3; }.export-panel button { width: 100%; margin-top: 12px; padding: 11px; font-size: 8px; }
.export-tags { min-height: 88px; display: flex; align-items: center; gap: 10px; }.export-tags > span { padding: 9px 12px; border: 1px solid rgba(255,255,255,.2); color: #a7c0c4; font-size: 9px; font-weight: 750; }.export-tags p { margin-left: auto; color: rgba(255,255,255,.4); font-size: 10px; }

.security-section { background: white; }
.security-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 95px; align-items: start; }
.inline-link { display: inline-flex; gap: 20px; margin-top: 30px; color: var(--teal-dark); text-decoration: none; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.security-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); }.security-grid article { min-height: 240px; padding: 30px; background: #f4f6f4; }.security-grid article > span { color: var(--teal-dark); font-size: 10px; font-weight: 850; }.security-grid h3 { margin: 60px 0 10px; font-size: 21px; }.security-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.pricing-section { background: #e7edeb; }
.pricing-layout { display: grid; grid-template-columns: 1fr; gap: 45px; align-items: center; }.pricing-intro { max-width: 760px; }.pricing-intro > p:last-child { color: var(--muted); font-size: 16px; line-height: 1.7; }.price-panel { display: grid; grid-template-columns: repeat(4,1fr); background: white; box-shadow: var(--shadow); }.price-item { min-height: 265px; padding: 29px; border-left: 1px solid var(--line); display: flex; flex-direction: column; }.price-item.primary { color: white; background: var(--ink-2); }.price-item > span { color: var(--teal-dark); font-size: 9px; font-weight: 850; letter-spacing: .15em; }.price-item.primary > span { color: var(--teal); }.price-item strong { margin-top: auto; font-size: 48px; line-height: 1; }.price-item strong.custom-price { font-size: 38px; }.price-item sup { font-size: 18px; }.price-item p { margin: 9px 0 0; color: var(--muted); font-size: 11px; }.price-item.primary p { color: rgba(255,255,255,.55); }.storage-note { grid-column: 1/-1; padding: 20px 28px; display: flex; justify-content: space-between; gap: 25px; border-top: 1px solid var(--line); font-size: 11px; }.storage-note span { color: var(--muted); text-align: right; }.storage-tiers { align-items: flex-start; }.storage-tiers span { max-width: 820px; line-height: 1.65; }

.contact-section { min-height: 470px; position: relative; overflow: hidden; color: white; background: linear-gradient(125deg, #071e28, #0b3a43); display: grid; place-items: center; }.contact-grid { opacity: .08; mask-image: radial-gradient(circle at center, black, transparent 70%); }.contact-inner { position: relative; z-index: 2; text-align: center; }.contact-inner h2 { max-width: 850px; margin-inline: auto; }.contact-inner > p:nth-of-type(2) { color: rgba(255,255,255,.62); font-size: 17px; }.contact-inner .button { margin-top: 25px; }

.site-footer { padding: 60px 0 24px; color: rgba(255,255,255,.6); background: #03151c; }.footer-main { display: grid; grid-template-columns: 1fr 1fr auto; gap: 45px; align-items: center; }.footer-brand img { width: 220px; }.footer-main p { max-width: 310px; font-size: 12px; }.footer-main nav { display: flex; gap: 20px; }.footer-main nav a { text-decoration: none; font-size: 11px; }.footer-bottom { margin-top: 45px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; font-size: 10px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; } }

@media (max-width: 1100px) {
  .site-nav { gap: 17px; }.site-nav > a { font-size: 11px; }
  .hero-inner { grid-template-columns: 1fr; padding-top: 80px; }.hero-copy { max-width: 760px; }.hero-visual { width: min(680px,100%); }.hero-scroll { display: none; }
  .pillar-grid { grid-template-columns: 1fr 1fr; }.pillar.featured { grid-column: 1/-1; }
  .workflow-layout, .privacy-grid, .security-layout, .pricing-layout { grid-template-columns: 1fr; }.collector-window { max-width: 730px; }
  .review-workspace { grid-template-columns: 1fr 1fr; }.export-panel { grid-column: 1/-1; display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }.export-panel > small, .export-panel h3, .export-panel button { grid-column: 1/-1; }.export-panel label { margin: 0; }
  .footer-main { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 860px) {
  .announcement { display: none; }.site-header { top: 0; }
  .menu-toggle { display: block; }.site-nav { position: absolute; top: 77px; right: 24px; width: min(380px, calc(100vw - 48px)); height: auto; padding: 24px; display: none; align-items: stretch; flex-direction: column; gap: 4px; color: var(--ink); background: white; box-shadow: var(--shadow); }.site-nav.open { display: flex; }.site-nav > a:not(.nav-cta) { padding: 12px 0; border-bottom: 1px solid var(--line); }.nav-cta { margin-top: 10px; justify-content: space-between; }
  .audience-inner { grid-template-columns: 1fr 1fr; padding: 22px 0; }.audience-inner p { grid-column: 1/-1; }.audience-inner > span { padding: 7px 0; border-left: 0; }
  .intro-grid, .review-heading { grid-template-columns: 1fr; gap: 25px; }.pillar-grid { grid-template-columns: 1fr; }.pillar.featured { grid-column: auto; }
  .portal-mock { grid-template-columns: 1fr; }.portal-mock > aside { display: none; }.review-workspace { grid-template-columns: 1fr; }.export-panel { grid-column: auto; }.phone-review { max-width: 430px; }.price-panel { grid-template-columns: 1fr; }.price-item { min-height: 180px; border-left: 0; border-top: 1px solid var(--line); }.storage-note { grid-column: auto; flex-direction: column; }.export-tags { flex-wrap: wrap; padding: 20px 0; }.export-tags p { width: 100%; margin: 10px 0 0; }
}

@media (max-width: 620px) {
  html, body { max-width: 100%; overflow-x: hidden; }
  .shell { width: calc(100% - 28px); }.brand img { width: min(188px, 58vw); height: auto; }
  .header-inner { gap: 12px; }.site-nav { right: 14px; width: calc(100vw - 28px); }
  .hero { min-height: auto; }.hero-inner { min-height: 0; padding: 58px 0 72px; gap: 46px; } h1 { font-size: clamp(42px, 13vw, 50px); overflow-wrap: anywhere; }.hero-lede { font-size: 17px; }.hero-actions { align-items: stretch; flex-direction: column; }.hero-facts { grid-template-columns: 1fr; }
  .hero-visual { width: 100%; min-width: 0; min-height: 690px; transform: none; }.orbit { display: none; }.device-card { top: 0; width: 100%; padding: 21px; }.review-card { top: 318px; right: 0; bottom: auto; width: min(285px, 82%); height: 315px; }.verified-badge { left: 0; bottom: 0; min-width: 0; width: min(230px, 72%); }
  .section { padding: 82px 0; }.section-heading h2, .workflow-copy h2, .review-heading h2, .pricing-intro h2, .contact-inner h2 { font-size: 40px; }
  .pillar, .security-grid article { min-height: 260px; }.pillar h3, .security-grid h3 { margin-top: 38px; }
  .collector-window, .portal-mock, .portal-main, .review-workspace, .review-workspace > * { min-width: 0; max-width: 100%; }
  .collector-body { padding: 30px 23px; }.collector-head { min-height: 84px; height: auto; padding: 15px 14px; gap: 10px; }.collector-head img { width: min(170px, 58%); }.collector-head b { flex: 0 1 auto; text-align: center; }
  .scope-card { padding: 25px; }.privacy-visual { min-height: 420px; }
  .portal-main { padding: 12px; overflow: hidden; }.portal-title { align-items: flex-start; flex-direction: column; gap: 7px; }.review-workspace { gap: 8px; }.conversation { grid-template-columns: 14px minmax(0,1fr) auto; }.conversation p, .conversation span, .message { overflow-wrap: anywhere; }.phone-review { width: 100%; max-width: 100%; }.export-panel { display: block; }.export-panel label { margin-bottom: 7px; }
  .price-item strong { font-size: 42px; }.storage-note { padding: 20px; }
  .security-grid { grid-template-columns: 1fr; }.footer-main nav, .footer-bottom { align-items: flex-start; flex-direction: column; }.footer-main nav { gap: 13px; }.footer-brand img { width: min(220px, 75vw); }
}

@media (max-width: 380px) {
  .hero-visual { min-height: 650px; }.device-card { padding: 18px; }.review-card { top: 305px; width: 88%; transform: scale(.92); transform-origin: right top; }.verified-badge { bottom: 0; width: 78%; }
  .section-heading h2, .workflow-copy h2, .review-heading h2, .pricing-intro h2, .contact-inner h2 { font-size: 35px; }
  .collector-head b { display: none; }.scope-date { grid-template-columns: 1fr; }.scope-date b { text-align: left; }
}
