:root {
  --ink: #071512;
  --ink-2: #0d211c;
  --paper: #f2f0e9;
  --paper-2: #e7e5dc;
  --white: #fff;
  --acid: #c7ff47;
  --mint: #8ddfbd;
  --muted: #92a29c;
  --line-dark: rgba(255,255,255,.13);
  --line-light: rgba(7,21,18,.14);
  --shadow: 0 24px 70px rgba(0,0,0,.22);
  --max: 1240px;
  --ease: cubic-bezier(.2,.7,.2,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--paper); line-height: 1.55; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
img, svg { display: block; max-width: 100%; }
.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.section { padding: 120px 0; }
.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; z-index: 999; top: 8px; left: 8px; padding: 10px 14px; background: var(--acid); color: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.signal-bar { background: var(--acid); color: var(--ink); font-size: 12px; font-weight: 750; letter-spacing: .055em; text-transform: uppercase; }
.signal-inner { min-height: 36px; display: flex; align-items: center; gap: 28px; }
.signal-inner > span:first-child { display: flex; align-items: center; gap: 9px; white-space: nowrap; }
.signal-copy { flex: 1; opacity: .72; text-align: center; }
.signal-inner a { border-bottom: 1px solid currentColor; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: #145645; box-shadow: 0 0 0 5px rgba(20,86,69,.12); animation: pulse 1.8s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 9px rgba(20,86,69,0); } }

.site-header { position: absolute; top: 36px; left: 0; right: 0; z-index: 20; color: var(--white); border-bottom: 1px solid var(--line-dark); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 850; letter-spacing: .18em; font-size: 16px; }
.brand-mark { width: 37px; height: 37px; }
.brand-mark path:first-child { fill: none; stroke: currentColor; stroke-width: 2.4; }
.brand-mark path:last-child { fill: none; stroke: var(--acid); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.primary-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; }
.primary-nav > a:not(.nav-cta) { color: rgba(255,255,255,.78); transition: color .25s; }
.primary-nav > a:hover { color: var(--acid); }
.nav-cta { padding: 11px 18px; border: 1px solid rgba(255,255,255,.5); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line-dark); background: transparent; padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; height: 1px; background: white; margin: 5px 0; }

.hero { position: relative; min-height: 810px; color: var(--white); background: radial-gradient(circle at 77% 40%, rgba(51,128,102,.24), transparent 28%), linear-gradient(120deg, #06110f 0%, #0b1d18 62%, #102a21 100%); overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 560px; height: 560px; left: -280px; top: 150px; border: 1px solid rgba(199,255,71,.1); border-radius: 50%; box-shadow: 0 0 0 80px rgba(199,255,71,.015), 0 0 0 160px rgba(199,255,71,.012); }
.hero-grid-overlay { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, transparent 0, black 55%, black 100%); }
.hero-layout { min-height: 810px; padding-top: 155px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 60px; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 22px; font-size: 12px; font-weight: 800; letter-spacing: .2em; color: #397361; }
.hero .eyebrow, .contact .eyebrow, .approach .eyebrow { color: var(--acid); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 720px; margin-bottom: 28px; font-size: clamp(58px, 6.1vw, 94px); line-height: .93; letter-spacing: -.055em; font-weight: 630; }
h1 em { color: var(--acid); font-style: normal; font-weight: 400; }
.hero-lede { max-width: 610px; font-size: 20px; color: rgba(255,255,255,.72); }
.hero-actions { display: flex; gap: 14px; margin: 38px 0 48px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid transparent; font-size: 14px; font-weight: 750; transition: transform .25s var(--ease), background .25s, color .25s; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--acid); color: var(--ink); }
.button-primary:hover { background: #d5ff73; }
.button-ghost { border-color: rgba(255,255,255,.38); color: white; }
.button-ghost:hover { border-color: var(--acid); color: var(--acid); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 14px 24px; max-width: 590px; color: rgba(255,255,255,.57); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.hero-proof span { display: flex; align-items: center; gap: 8px; }
.hero-proof span::before { content: ""; width: 5px; height: 5px; background: var(--acid); }

.hero-visual { transform: perspective(1200px) rotateY(-4deg) rotateX(2deg); transform-origin: center; }
.dashboard-window { border: 1px solid rgba(199,255,71,.27); background: rgba(6,17,15,.87); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.dashboard-topbar { height: 48px; display: flex; align-items: center; gap: 18px; padding: 0 18px; border-bottom: 1px solid var(--line-dark); color: rgba(255,255,255,.57); font-size: 10px; letter-spacing: .16em; }
.window-dots { display: flex; gap: 5px; }
.window-dots i { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,.27); }
.dashboard-topbar > span:nth-child(2) { flex: 1; }
.demo-label { color: var(--acid); }
.map-panel { position: relative; min-height: 400px; overflow: hidden; background: radial-gradient(circle at 55% 48%, rgba(75,144,119,.15), transparent 48%); }
.world-map { width: 100%; height: 100%; min-height: 400px; color: #5a8a79; }
.continents path { fill: rgba(117,159,143,.16); stroke: rgba(150,200,180,.45); stroke-width: 1.2; }
.routes path { fill: none; stroke: var(--acid); stroke-width: 1.4; stroke-dasharray: 6 8; opacity: .55; }
.pulse-points circle { fill: var(--acid); }
.risk-index-card { position: absolute; top: 20px; right: 20px; width: 155px; padding: 16px; border: 1px solid rgba(255,255,255,.14); background: rgba(7,21,18,.82); }
.risk-index-card span, .risk-index-card small { display: block; color: rgba(255,255,255,.5); font-size: 8px; letter-spacing: .12em; }
.risk-index-card strong { display: block; margin: 7px 0 11px; font-size: 20px; color: #ffc45c; }
.risk-meter { height: 3px; background: rgba(255,255,255,.12); margin-bottom: 10px; }
.risk-meter i { display: block; width: 66%; height: 100%; background: linear-gradient(90deg, var(--acid), #ffc45c); }
.alert-strip { display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; min-height: 68px; padding: 12px 18px; border-top: 1px solid var(--line-dark); font-size: 11px; }
.alert-time { color: var(--acid); }
.alert-strip strong { font-size: 12px; font-weight: 550; color: rgba(255,255,255,.84); }
.severity { padding: 4px 8px; border: 1px solid rgba(255,196,92,.45); color: #ffc45c; font-size: 9px; letter-spacing: .1em; }
.scroll-cue { position: absolute; z-index: 3; left: 50%; bottom: 28px; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 9px; font-size: 9px; text-transform: uppercase; letter-spacing: .17em; color: rgba(255,255,255,.42); }
.scroll-cue span { height: 34px; width: 1px; background: linear-gradient(var(--acid), transparent); }

.intro { background: var(--paper); }
.split-heading { display: grid; grid-template-columns: .42fr 1fr; gap: 70px; align-items: start; }
h2 { margin-bottom: 24px; font-size: clamp(42px, 4.8vw, 68px); line-height: 1.01; letter-spacing: -.045em; font-weight: 570; }
.split-heading > div p { max-width: 760px; font-size: 19px; color: #52615c; }

.solutions { padding-top: 30px; }
.section-heading { display: grid; grid-template-columns: 1.15fr .6fr; gap: 80px; align-items: end; margin-bottom: 55px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { margin-bottom: 8px; color: #63716c; }
.solution-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.solution-card { min-height: 420px; padding: 28px; display: flex; flex-direction: column; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); transition: background .3s, color .3s, transform .3s var(--ease); }
.solution-card:hover { background: var(--ink); color: white; transform: translateY(-7px); }
.card-number { color: #71807a; font-size: 11px; letter-spacing: .13em; }
.solution-card h3 { margin-top: auto; margin-bottom: 15px; font-size: 25px; line-height: 1.12; letter-spacing: -.025em; }
.solution-card p { color: #68756f; font-size: 14px; }
.solution-card:hover p { color: rgba(255,255,255,.62); }
.solution-card a { margin-top: 20px; font-size: 12px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.solution-card a span { color: #4c8f78; margin-left: 6px; }
.solution-card:hover a span { color: var(--acid); }
.icon-line, .icon-radar, .icon-route, .icon-horizon { position: relative; width: 82px; height: 82px; margin: 42px 0 30px; color: #3c7e68; }
.solution-card:hover .icon-line, .solution-card:hover .icon-radar, .solution-card:hover .icon-route, .solution-card:hover .icon-horizon { color: var(--acid); }
.icon-line { display: flex; align-items: center; gap: 9px; }
.icon-line span { flex: 1; height: 1px; background: currentColor; }
.icon-line i { width: 18px; height: 18px; border: 1px solid currentColor; transform: rotate(45deg); }
.icon-radar { border: 1px solid currentColor; border-radius: 50%; }
.icon-radar i { position: absolute; inset: 14px; border: 1px solid currentColor; border-radius: 50%; opacity: .65; }
.icon-radar i:nth-child(2) { inset: 29px; }
.icon-radar span { position: absolute; left: 50%; top: 50%; width: 39px; height: 1px; background: currentColor; transform-origin: left; transform: rotate(-38deg); }
.icon-route i, .icon-route b { position: absolute; width: 10px; height: 10px; border: 1px solid currentColor; border-radius: 50%; }
.icon-route i { left: 5px; bottom: 10px; }.icon-route b { right: 5px; top: 10px; }
.icon-route span { position: absolute; left: 14px; bottom: 19px; width: 61px; height: 48px; border-top: 1px dashed currentColor; transform: rotate(-30deg); }
.icon-horizon span, .icon-horizon i, .icon-horizon b { position: absolute; border: 1px solid currentColor; border-radius: 50%; }
.icon-horizon span { inset: 8px; }.icon-horizon i { inset: 23px; }.icon-horizon b { width: 7px; height: 7px; right: 4px; top: 21px; background: currentColor; }

.coverage-band { overflow: hidden; background: var(--acid); border-block: 1px solid rgba(7,21,18,.2); }
.coverage-track { width: max-content; display: flex; align-items: center; gap: 22px; padding: 17px 0; animation: ticker 28s linear infinite; font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.coverage-track i { font-style: normal; opacity: .42; }
@keyframes ticker { to { transform: translateX(-50%); } }

.platform { color: white; background: var(--ink); overflow: hidden; }
.platform-layout { display: grid; grid-template-columns: .68fr 1.15fr; gap: 80px; align-items: center; }
.platform-copy h2 { max-width: 480px; }
.platform-copy > p:not(.eyebrow) { color: rgba(255,255,255,.62); }
.feature-list { list-style: none; padding: 0; margin: 35px 0; border-top: 1px solid var(--line-dark); }
.feature-list li { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 19px 0; border-bottom: 1px solid var(--line-dark); }
.feature-list li > span { color: var(--acid); font-size: 10px; }
.feature-list strong, .feature-list small { display: block; }
.feature-list small { margin-top: 4px; color: rgba(255,255,255,.48); }
.text-link { display: inline-flex; gap: 15px; color: var(--acid); font-size: 13px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.platform-screen { min-width: 720px; border: 1px solid rgba(199,255,71,.22); background: #0a1915; box-shadow: 0 35px 90px rgba(0,0,0,.34); transform: rotate(1deg); }
.screen-header { height: 58px; display: flex; justify-content: space-between; align-items: center; padding: 0 22px; border-bottom: 1px solid var(--line-dark); }
.mini-brand, .screen-meta { display: flex; align-items: center; gap: 9px; font-size: 10px; letter-spacing: .13em; }
.mini-brand i { width: 17px; height: 17px; border: 1px solid var(--acid); transform: rotate(45deg); }
.screen-meta { color: rgba(255,255,255,.43); }.screen-meta b { width: 7px; height: 7px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 10px var(--acid); }
.screen-body { display: grid; grid-template-columns: 52px 1fr; min-height: 490px; }
.screen-sidebar { border-right: 1px solid var(--line-dark); padding-top: 28px; display: flex; flex-direction: column; align-items: center; gap: 28px; }
.screen-sidebar span { width: 15px; height: 15px; border: 1px solid rgba(255,255,255,.22); }
.screen-sidebar span.active { border-color: var(--acid); background: rgba(199,255,71,.15); }
.feed { padding: 28px; }
.feed-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 26px; }
.feed-heading small, .feed-heading strong { display: block; }.feed-heading small { color: var(--acid); font-size: 8px; letter-spacing: .16em; }.feed-heading strong { font-size: 20px; font-weight: 540; }
.feed-heading button { color: rgba(255,255,255,.65); border: 1px solid var(--line-dark); background: transparent; padding: 8px 14px; font-size: 10px; }
.feed-item { display: grid; grid-template-columns: 55px 1fr auto; gap: 16px; padding: 19px 16px; margin-bottom: 10px; border: 1px solid var(--line-dark); background: rgba(255,255,255,.025); }
.feed-item.critical { border-left: 3px solid #ff7b62; }
.feed-item time { color: rgba(255,255,255,.4); font-size: 10px; }
.feed-item div > span { color: #ffc45c; font-size: 8px; letter-spacing: .12em; }
.feed-item h4 { margin: 5px 0; font-size: 13px; font-weight: 600; }.feed-item p { margin: 0; color: rgba(255,255,255,.45); font-size: 10px; }.feed-item > b { color: rgba(255,255,255,.4); font-size: 8px; letter-spacing: .1em; }
.screen-footnote { padding-top: 10px; color: rgba(255,255,255,.28); font-size: 9px; text-align: right; }

.intelligence { background: #e9e7df; }
.insight-grid { display: grid; grid-template-columns: 1.5fr .72fr .72fr; gap: 20px; }
.featured-insight, .insight-card { background: var(--paper); border: 1px solid var(--line-light); }
.featured-insight { display: grid; grid-template-columns: 1fr 1fr; }
.insight-visual, .mini-visual { position: relative; overflow: hidden; background-color: var(--ink-2); }
.insight-visual { min-height: 420px; }
.insight-visual::before, .mini-visual::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(199,255,71,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(199,255,71,.12) 1px, transparent 1px); background-size: 36px 36px; }
.visual-one span { position: absolute; z-index: 2; left: 30px; top: 28px; color: var(--acid); font-size: 10px; letter-spacing: .16em; }
.visual-one i { position: absolute; width: 270px; height: 270px; left: 50%; top: 53%; transform: translate(-50%,-50%); border: 1px solid rgba(199,255,71,.55); border-radius: 50%; box-shadow: 0 0 0 42px rgba(199,255,71,.03), 0 0 0 85px rgba(199,255,71,.025); }
.visual-one b { position: absolute; left: 55%; top: 47%; width: 9px; height: 9px; border-radius: 50%; background: var(--acid); box-shadow: -83px 54px 0 #ff9a6b, 68px 62px 0 var(--mint), 36px -76px 0 #ffd369; }
.insight-content { padding: 38px; display: flex; flex-direction: column; }
.content-type { color: #34735e; font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.insight-content h3, .insight-card h3 { font-size: 28px; line-height: 1.12; letter-spacing: -.025em; margin: 18px 0; }
.insight-content p, .insight-card p { color: #69756f; font-size: 14px; }
.insight-content a { margin-top: auto; }
.insight-content a, .insight-card a { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.insight-content a span, .insight-card a span { color: #34735e; margin-left: 8px; }
.insight-card { padding-bottom: 26px; }
.mini-visual { height: 190px; margin-bottom: 25px; }
.insight-card > span, .insight-card > h3, .insight-card > p, .insight-card > a { margin-left: 24px; margin-right: 24px; }
.insight-card h3 { font-size: 21px; }
.visual-two i, .visual-three i { position: absolute; border: 1px solid rgba(199,255,71,.55); }
.visual-two i { width: 145px; height: 145px; border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.visual-two b { position: absolute; width: 90px; height: 1px; left: 52px; top: 95px; background: var(--acid); transform: rotate(-20deg); }
.visual-three i { left: 28px; right: 28px; top: 48px; height: 82px; transform: skewY(-8deg); }
.visual-three b { position: absolute; left: 36px; bottom: 45px; width: 140px; height: 1px; background: var(--acid); box-shadow: 35px -31px 0 rgba(255,255,255,.35); }
.illustrative-note { margin: 18px 0 0; color: #77827d; font-size: 11px; }

.approach { color: white; background: #10261f; }
.approach-layout { display: grid; grid-template-columns: .75fr 1fr; gap: 110px; }
.approach-heading { position: sticky; top: 120px; align-self: start; }
.approach-heading > p:last-child { max-width: 480px; color: rgba(255,255,255,.58); }
.process-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line-dark); }
.process-list li { display: grid; grid-template-columns: 78px 1fr; gap: 25px; padding: 34px 0; border-bottom: 1px solid var(--line-dark); }
.process-list li > span { color: var(--acid); font-size: 11px; }.process-list h3 { margin-bottom: 8px; font-size: 28px; font-weight: 530; }.process-list p { color: rgba(255,255,255,.54); }

.sectors { padding: 100px 0; }
.section-heading.compact { grid-template-columns: 1fr; margin-bottom: 42px; }
.section-heading.compact h2 { max-width: 800px; }
.sector-list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.sector-list span { min-height: 110px; display: flex; align-items: center; padding: 24px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); font-weight: 650; }
.sector-list span::before { content: "+"; margin-right: 16px; color: #3c7e68; }

.contact { color: white; background: linear-gradient(125deg, #071512, #153b30); }
.contact-layout { display: grid; grid-template-columns: .9fr 1fr; gap: 110px; }
.contact-copy h2 { max-width: 620px; }
.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.6); font-size: 18px; }
.contact-detail { margin-top: 60px; padding-top: 22px; border-top: 1px solid var(--line-dark); }
.contact-detail span, .contact-detail a, .contact-detail small { display: block; }.contact-detail span { color: var(--acid); font-size: 9px; letter-spacing: .16em; }.contact-detail a { margin: 10px 0 7px; font-size: 22px; }.contact-detail small { color: rgba(255,255,255,.38); }
.contact-form { padding: 38px; border: 1px solid rgba(199,255,71,.2); background: rgba(0,0,0,.13); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: block; margin-bottom: 20px; color: rgba(255,255,255,.64); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.contact-form input, .contact-form textarea { width: 100%; margin-top: 8px; padding: 13px 0; color: white; background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.22); outline: none; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--acid); }
.contact-form .button { width: 100%; margin-top: 10px; border: 0; }
.form-status { min-height: 22px; margin: 13px 0 0; color: var(--acid); font-size: 12px; text-align: center; }

.site-footer { padding-top: 65px; color: white; background: #040b09; }
.footer-top { display: grid; grid-template-columns: 1fr 1.2fr; gap: 100px; padding-bottom: 60px; }
.footer-brand { margin-bottom: 18px; }.footer-top > div:first-child p { color: rgba(255,255,255,.45); }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.footer-links strong, .footer-links a { display: block; }.footer-links strong { margin-bottom: 16px; color: var(--acid); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }.footer-links a { margin: 9px 0; color: rgba(255,255,255,.55); font-size: 13px; }.footer-links a:hover { color: white; }
.footer-bottom { min-height: 64px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line-dark); color: rgba(255,255,255,.35); font-size: 10px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.reveal.in-view { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .hero-layout { grid-template-columns: 1fr; padding-top: 170px; padding-bottom: 120px; }
  .hero-visual { max-width: 760px; transform: none; }
  .solution-grid { grid-template-columns: repeat(2, 1fr); }
  .platform-layout, .approach-layout { grid-template-columns: 1fr; }
  .platform-screen { min-width: 0; }
  .approach-heading { position: static; }
  .insight-grid { grid-template-columns: 1fr 1fr; }.featured-insight { grid-column: 1/-1; }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 30px), var(--max)); }
  .section { padding: 82px 0; }
  .signal-copy { display: none; }.signal-inner { justify-content: space-between; gap: 15px; }.signal-inner a { font-size: 9px; }
  .site-header { top: 36px; }
  .nav-wrap { min-height: 70px; }
  .menu-toggle { display: block; }
  .primary-nav { position: absolute; top: 70px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 15px 25px; background: #071512; border-top: 1px solid var(--line-dark); }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 14px 10px; border-bottom: 1px solid var(--line-dark); }.nav-cta { margin-top: 10px; text-align: center; }
  .hero, .hero-layout { min-height: auto; }.hero-layout { padding-top: 155px; }.hero-copy h1 { font-size: clamp(54px, 15vw, 78px); }
  .hero-actions { flex-direction: column; align-items: stretch; }.button { width: 100%; }.hero-proof { display: grid; grid-template-columns: 1fr 1fr; }
  .map-panel, .world-map { min-height: 280px; }.risk-index-card { width: 132px; }.alert-strip { grid-template-columns: auto 1fr; }.severity { display: none; }.scroll-cue { display: none; }
  .split-heading, .section-heading, .contact-layout, .footer-top { grid-template-columns: 1fr; gap: 32px; }
  .section-heading { align-items: start; }
  .solution-grid { grid-template-columns: 1fr; }.solution-card { min-height: 370px; }
  .platform-layout { gap: 55px; }.screen-body { grid-template-columns: 40px 1fr; }.feed { padding: 18px 12px; }.feed-item { grid-template-columns: 45px 1fr; }.feed-item > b { display: none; }
  .insight-grid { grid-template-columns: 1fr; }.featured-insight { display: block; }.insight-visual { min-height: 300px; }
  .sector-list { grid-template-columns: 1fr 1fr; }
  .contact-layout { gap: 55px; }.contact-form { padding: 25px 20px; }.form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-links { gap: 25px; }.footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 6px; }
}

@media (max-width: 520px) {
  .signal-inner > span:first-child { font-size: 9px; }.signal-inner a { max-width: 115px; text-align: right; }
  .brand { font-size: 14px; }.brand-mark { width: 31px; }
  h2 { font-size: 40px; }.hero-lede { font-size: 17px; }.hero-proof { grid-template-columns: 1fr; }
  .dashboard-topbar > span:nth-child(2) { font-size: 8px; }.map-panel, .world-map { min-height: 230px; }.risk-index-card { display: none; }.alert-strip { min-height: 80px; }
  .platform-screen { margin-inline: -15px; }.screen-sidebar { display: none; }.screen-body { grid-template-columns: 1fr; }.feed-item p { display: none; }
  .sector-list, .footer-links { grid-template-columns: 1fr; }.sector-list span { min-height: 80px; }.footer-links { gap: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}
