:root {
  --navy-950: #031027;
  --navy-900: #06152f;
  --navy-800: #0b2447;
  --blue: #087cf0;
  --blue-bright: #15a0ff;
  --blue-soft: #e8f4ff;
  --ink: #081b35;
  --text: #44536a;
  --muted: #738096;
  --line: #dce5ef;
  --surface: #f5f8fc;
  --white: #fff;
  --success: #32d49b;
  --warning: #ffb547;
  --display: "Sora", sans-serif;
  --body: "Manrope", sans-serif;
  --shadow: 0 24px 70px rgba(4, 20, 48, .12);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--body); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
img, svg { display: block; max-width: 100%; }
.svg-defs { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 132px 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 999; transform: translateY(-180%); padding: 10px 16px; border-radius: 8px; background: var(--white); color: var(--ink); font-weight: 700; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 78px; border-bottom: 1px solid transparent; transition: background .25s, border-color .25s, box-shadow .25s; }
.site-header.is-scrolled { background: rgba(255,255,255,.92); border-color: rgba(220,229,239,.8); box-shadow: 0 6px 30px rgba(3,16,39,.06); backdrop-filter: blur(16px); }
.header-inner { display: flex; align-items: center; height: 100%; }
.brand { flex: 0 0 auto; line-height: 0; }
.brand img { width: 158px; height: 52px; object-fit: cover; object-position: center; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: clamp(18px, 2vw, 30px); }
.main-nav > a { color: #304058; font-size: 13px; font-weight: 650; position: relative; }
.main-nav > a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--blue); transition: right .2s; }
.main-nav > a:hover::after, .main-nav > a:focus-visible::after { right: 0; }
.nav-toggle { display: none; margin-left: auto; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--navy-900); }
.nav-toggle span { display: block; width: 18px; height: 2px; margin: 5px auto; background: white; transition: transform .2s; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; border: 1px solid transparent; border-radius: 9px; padding: 0 20px; font-size: 13px; font-weight: 700; transition: transform .2s, background .2s, border-color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid rgba(21,160,255,.32); outline-offset: 3px; }
.button-primary { color: white; background: var(--blue); box-shadow: 0 8px 24px rgba(8,124,240,.2); }
.button-primary:hover { background: #006edb; box-shadow: 0 12px 30px rgba(8,124,240,.28); }
.button-large { min-height: 56px; padding: 0 28px; font-size: 14px; }
.button[data-open-modal] { min-height: 48px; padding-inline: 21px; font-size: 12px; }
.nav-cta[data-open-modal] { min-height: 40px; padding-inline: 16px; }
.button-ghost { border-color: #bcc9d8; color: var(--ink); background: rgba(255,255,255,.72); }
.button-light { background: white; color: var(--navy-900); }
.button-outline-light { border-color: rgba(255,255,255,.35); color: white; }

.hero { position: relative; min-height: 820px; overflow: hidden; padding: 164px 0 0; background: radial-gradient(circle at 92% 5%, #e1f2ff 0, rgba(225,242,255,0) 34%), linear-gradient(180deg, #fff 0%, #f7faff 100%); }
.hero::before { content: ""; position: absolute; top: 80px; bottom: 65px; left: calc(50% + 80px); width: 1px; background: linear-gradient(transparent, rgba(8,124,240,.15), transparent); }
.hero-orbit { position: absolute; width: 930px; height: 930px; right: -560px; top: -390px; border: 1px solid rgba(8,124,240,.2); border-radius: 50%; }
.hero-orbit::before, .hero-orbit::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(8,124,240,.12); }
.hero-orbit::before { inset: 75px; }.hero-orbit::after { inset: 160px; }
.hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 74px; align-items: center; position: relative; z-index: 1; }
.hero-copy { padding-bottom: 36px; }
.status-line { display: flex; align-items: center; gap: 10px; margin: 0 0 26px; color: #516077; font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.status-line span { width: 8px; height: 8px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 5px rgba(50,212,155,.14); }
h1, h2, h3 { margin: 0; font-family: var(--display); letter-spacing: -.04em; line-height: 1.08; }
h1 { max-width: 680px; font-size: clamp(48px, 5.2vw, 76px); font-weight: 600; }
.hero-lead { max-width: 620px; margin: 28px 0 34px; color: var(--text); font-size: clamp(17px, 1.65vw, 20px); line-height: 1.65; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-proof { display: flex; gap: 24px; flex-wrap: wrap; margin-top: 30px; color: #647187; font-size: 12px; font-weight: 600; }
.hero-proof span { display: flex; align-items: center; gap: 7px; }.hero-proof svg { width: 15px; height: 15px; fill: none; stroke: var(--blue); stroke-width: 2.2; }

.console-shell { position: relative; min-width: 0; transform: perspective(1200px) rotateY(-2deg); border: 1px solid rgba(8,124,240,.14); border-radius: 17px; padding: 10px; background: rgba(255,255,255,.72); box-shadow: 0 40px 90px rgba(3,16,39,.16); backdrop-filter: blur(16px); }
.console-topbar { display: flex; align-items: center; justify-content: space-between; height: 49px; padding: 0 16px; border-bottom: 1px solid #e3eaf2; background: #fff; border-radius: 9px 9px 0 0; }
.console-brand { display: flex; align-items: center; gap: 9px; color: var(--ink); font-size: 10px; font-weight: 700; }
.console-mark { display: grid; place-items: center; width: 23px; height: 23px; border-radius: 6px; color: white; background: var(--navy-900); font-family: var(--display); }
.live-indicator { display: flex; align-items: center; gap: 7px; color: #607087; font-size: 9px; font-weight: 700; }
.live-indicator span { width: 6px; height: 6px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 4px rgba(50,212,155,.12); }
.console-body { display: grid; grid-template-columns: 42px 1fr; min-height: 420px; border-radius: 0 0 9px 9px; overflow: hidden; background: #f4f7fb; }
.console-nav { display: flex; flex-direction: column; align-items: center; gap: 19px; padding-top: 23px; background: var(--navy-900); }
.console-nav span { width: 13px; height: 13px; border: 1.5px solid #77869e; border-radius: 4px; }.console-nav span.active { border-color: var(--blue-bright); background: var(--blue); box-shadow: 0 0 14px rgba(21,160,255,.55); }
.console-content { padding: 22px 20px 20px; min-width: 0; }
.console-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 18px; }
.console-heading div:first-child { display: flex; flex-direction: column; }.console-heading small { color: #8692a4; font-size: 8px; }.console-heading strong { font-family: var(--display); font-size: 15px; }
.filter-pill { border: 1px solid #dae3ed; border-radius: 6px; padding: 6px 9px; color: #6c788c; background: white; font-size: 8px; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.mini-metric { padding: 13px; border: 1px solid #e3e9f1; border-radius: 8px; background: #fff; }
.mini-metric > span { display: block; color: #768397; font-size: 8px; }.mini-metric strong { display: block; margin: 4px 0 1px; font-family: var(--display); font-size: 21px; }.mini-metric i { color: #7c899b; font-size: 7px; font-style: normal; }.mini-metric .up { color: #0ca575; }.mini-metric.attention { border-color: #ffd9a0; background: #fffcf6; }
.console-lower { display: grid; grid-template-columns: 1.25fr .75fr; gap: 10px; margin-top: 10px; }
.chart-panel, .devices-panel { padding: 14px; border: 1px solid #e3e9f1; border-radius: 8px; background: white; min-width: 0; }
.panel-title { display: flex; justify-content: space-between; font-size: 8px; font-weight: 700; }.panel-title small { color: #8995a7; font-weight: 500; }
.chart-bars { display: flex; align-items: end; justify-content: space-around; height: 112px; margin-top: 13px; border-bottom: 1px solid #dae3ed; background: repeating-linear-gradient(to top, transparent 0 27px, #edf2f7 28px); }
.chart-bars i { width: 12px; height: var(--h); border-radius: 3px 3px 0 0; background: linear-gradient(to top, var(--blue), var(--blue-bright)); }
.chart-labels { display: flex; justify-content: space-around; margin-top: 6px; color: #8995a7; font-size: 6px; }
.device { display: flex; align-items: center; gap: 8px; margin-top: 13px; }.device-icon { display: grid; place-items: center; flex: 0 0 24px; height: 24px; border-radius: 6px; color: var(--blue); background: var(--blue-soft); font-size: 9px; font-weight: 800; }.device div { display: flex; flex: 1; flex-direction: column; min-width: 0; }.device b { font-size: 8px; }.device small { color: #8b96a7; font-size: 6px; }.dot { width: 6px; height: 6px; border-radius: 50%; }.dot.ok { background: var(--success); }.dot.warn { background: var(--warning); }
.floating-alert { position: absolute; right: -22px; bottom: 56px; display: grid; grid-template-columns: 34px 1fr; grid-template-rows: auto auto; column-gap: 10px; width: 190px; padding: 13px; border: 1px solid #e1e8f1; border-radius: 10px; background: white; box-shadow: 0 20px 45px rgba(3,16,39,.16); }
.floating-alert > i { grid-row: 1 / 3; width: 34px; height: 34px; border-radius: 50%; background: var(--success); position: relative; }.floating-alert > i::after { content: "✓"; position: absolute; inset: 0; display: grid; place-items: center; color: white; font-style: normal; font-weight: 800; }.floating-alert strong { align-self: end; font-size: 9px; }.floating-alert small { color: #8994a6; font-size: 7px; }
.hero-footnote { display: flex; align-items: center; justify-content: center; gap: 28px; height: 78px; margin-top: 74px; border-top: 1px solid rgba(8,124,240,.12); color: #718096; font-size: 9px; font-weight: 700; letter-spacing: .18em; }.hero-footnote i { width: 4px; height: 4px; border-radius: 50%; background: var(--blue); }

.section-heading { max-width: 720px; margin-bottom: 60px; }.section-heading.centered { margin-inline: auto; text-align: center; }.section-heading h2, .monitoring h2, .management h2, .audience h2, .final-cta h2 { font-size: clamp(38px, 4vw, 58px); font-weight: 600; }.section-heading > p:last-child { max-width: 650px; margin: 20px auto 0; color: var(--text); font-size: 17px; }
.section-kicker { margin: 0 0 18px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.section-kicker.light { color: #73c9ff; }
.pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; box-shadow: 0 25px 70px rgba(3,16,39,.07); }
.pillar { position: relative; min-height: 465px; padding: 40px 34px 34px; background: white; }.pillar + .pillar { border-left: 1px solid var(--line); }.pillar-featured { background: #f6faff; }
.pillar-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 34px; border-radius: 11px; color: var(--blue); background: var(--blue-soft); }.pillar-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.pillar h3 { font-size: 24px; }.pillar p { min-height: 82px; color: var(--text); font-size: 14px; }.pillar ul { margin: 28px 0 38px; padding: 0; list-style: none; }.pillar li { padding: 7px 0; color: #536177; font-size: 13px; }.pillar li::before { content: ""; display: inline-block; width: 5px; height: 5px; margin: 0 11px 2px 0; border-radius: 50%; background: var(--blue); }.pillar a { position: absolute; bottom: 34px; color: var(--blue); font-size: 12px; font-weight: 800; }.pillar a span { margin-left: 4px; }

.monitoring { color: white; background: var(--navy-950); overflow: hidden; position: relative; }.monitoring::after { content: ""; position: absolute; width: 650px; height: 650px; right: -260px; top: -240px; border: 1px solid rgba(21,160,255,.15); border-radius: 50%; box-shadow: 0 0 0 90px rgba(21,160,255,.025), 0 0 0 180px rgba(21,160,255,.018); }
.monitoring-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; position: relative; z-index: 1; }.monitoring-copy p:not(.section-kicker) { max-width: 560px; margin: 25px 0; color: #a9b8cc; font-size: 17px; }.text-link { display: inline-block; margin-top: 10px; color: #63c4ff; font-size: 13px; font-weight: 800; }
.telemetry { padding: 28px; border: 1px solid rgba(123,192,255,.18); border-radius: 15px; background: rgba(10,35,70,.62); box-shadow: 0 30px 80px rgba(0,0,0,.22); backdrop-filter: blur(10px); }.telemetry-head { display: flex; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.1); color: #c4d3e5; font-size: 12px; font-weight: 700; }.pulse { color: #87a0bb; font-size: 10px; }.pulse i { display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 4px rgba(50,212,155,.12); }
.telemetry-primary { display: grid; grid-template-columns: 180px 1fr; align-items: center; gap: 34px; padding: 30px 0; }.availability-ring { display: grid; place-items: center; width: 166px; height: 166px; border-radius: 50%; background: conic-gradient(var(--blue-bright) calc(var(--value) * 1%), rgba(255,255,255,.08) 0); position: relative; }.availability-ring::after { content: ""; position: absolute; inset: 9px; border-radius: 50%; background: #0a2246; }.availability-ring span { position: relative; z-index: 1; text-align: center; }.availability-ring strong { display: block; font-family: var(--display); font-size: 31px; }.availability-ring small { color: #91a6be; font-size: 9px; }
.equipment-total small { color: #91a6be; font-size: 10px; }.equipment-total strong { display: block; margin: 3px 0; font-family: var(--display); font-size: 64px; line-height: 1; }.equipment-total span { color: #b7c5d6; font-size: 10px; }.equipment-total i { display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: var(--success); }
.telemetry-status { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }.telemetry-status > div { display: flex; align-items: center; gap: 15px; padding: 16px; border-radius: 9px; background: rgba(255,255,255,.055); }.status-dot { width: 11px; height: 11px; border-radius: 50%; }.status-dot.online { background: var(--success); box-shadow: 0 0 0 6px rgba(50,212,155,.1); }.status-dot.warning { background: var(--warning); box-shadow: 0 0 0 6px rgba(255,181,71,.1); }.telemetry-status p { margin: 0; }.telemetry-status strong { display: block; font-family: var(--display); font-size: 20px; }.telemetry-status small { display: block; color: #8ea2ba; font-size: 9px; }.data-note { margin: 18px 0 0; color: #657e9c; font-size: 8px; text-align: right; }

.section-heading.split { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; max-width: none; align-items: end; }.section-heading.split > p { margin: 0 0 4px; }.workflow { display: flex; align-items: center; padding: 44px 32px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }.flow-step { flex: 0 0 142px; text-align: center; }.flow-step > span { display: grid; place-items: center; width: 58px; height: 58px; margin: 0 auto 16px; border: 1px solid #cfe0f1; border-radius: 50%; color: var(--blue); background: white; box-shadow: 0 9px 25px rgba(3,16,39,.07); }.flow-step svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; }.flow-step b { display: block; font-family: var(--display); font-size: 14px; }.flow-step small { color: var(--muted); font-size: 9px; }.flow-step.complete > span { color: white; border-color: var(--blue); background: var(--blue); }.flow-line { flex: 1 1 auto; height: 1px; margin-top: -44px; background: #bcd0e4; position: relative; }.flow-line::after { content: ""; position: absolute; right: -1px; top: -3px; width: 6px; height: 6px; border-top: 1px solid #8ca9c5; border-right: 1px solid #8ca9c5; transform: rotate(45deg); }

.management { background: var(--surface); }.management-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 86px; align-items: center; }.management-copy > p:not(.section-kicker) { margin: 24px 0 28px; color: var(--text); }.management-tags { display: flex; gap: 8px; flex-wrap: wrap; }.management-tags span { padding: 8px 12px; border: 1px solid #ccd9e7; border-radius: 30px; color: #607087; background: white; font-size: 10px; font-weight: 700; }
.kpi-board { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; padding: 12px; border: 1px solid #dce5ef; border-radius: 16px; background: #eaf0f7; box-shadow: var(--shadow); }.kpi { min-height: 125px; padding: 18px; border: 1px solid #e0e8f1; border-radius: 9px; background: white; }.kpi-wide { grid-column: span 2; display: grid; grid-template-columns: 1fr 1fr; }.kpi > span { color: #748197; font-size: 9px; font-weight: 700; }.kpi strong { display: block; margin-top: 9px; font-family: var(--display); font-size: 24px; }.kpi small { color: #8490a2; font-size: 8px; }.kpi small i { color: #08a172; font-style: normal; }.sparkline { grid-area: 1 / 2 / 4 / 3; align-self: center; }.sparkline svg { width: 100%; height: 64px; overflow: visible; }.sparkline path { fill: none; stroke: var(--blue); stroke-width: 2; filter: drop-shadow(0 6px 6px rgba(8,124,240,.2)); }.supply div { height: 5px; margin: 10px 0; border-radius: 4px; background: #e5ecf3; overflow: hidden; }.supply div i { display: block; height: 100%; border-radius: inherit; background: var(--blue); }.board-note { grid-column: span 2; margin: 1px 3px 0; color: #7b8798; font-size: 8px; text-align: center; }

.resources .section-heading { max-width: 790px; }.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.feature { min-height: 230px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.feature svg { width: 26px; height: 26px; margin-bottom: 28px; fill: none; stroke: var(--blue); stroke-width: 1.5; }.feature h3 { font-size: 17px; letter-spacing: -.02em; }.feature p { margin: 13px 0 0; color: var(--text); font-size: 13px; }

.audience { color: white; background: #0a2346; }.audience-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: start; }.audience-copy p:last-child { max-width: 490px; color: #9eb0c6; font-size: 17px; }.audience-list { border-top: 1px solid rgba(255,255,255,.15); }.audience-list div { display: grid; grid-template-columns: 58px 1fr; align-items: center; min-height: 76px; border-bottom: 1px solid rgba(255,255,255,.15); }.audience-list span { color: #57bbfa; font-family: var(--display); font-size: 10px; }.audience-list p { margin: 0; font-size: 14px; font-weight: 650; }

.final-cta { position: relative; overflow: hidden; padding: 132px 0; color: white; background: var(--blue); }.final-cta::before { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, rgba(3,16,39,.42), transparent 60%); }.final-orbit { position: absolute; width: 600px; height: 220px; right: -70px; top: 80px; border: 2px solid rgba(255,255,255,.18); border-radius: 50%; transform: rotate(-14deg); }.final-orbit::after { content: ""; position: absolute; inset: 22px; border: 1px solid rgba(255,255,255,.13); border-radius: inherit; }.final-cta-inner { position: relative; text-align: center; }.cta-mark { display: grid; place-items: center; width: 48px; height: 48px; margin: 0 auto 30px; border: 1px solid rgba(255,255,255,.4); border-radius: 12px; font-family: var(--display); font-weight: 700; }.final-cta h2 { max-width: 920px; margin-inline: auto; }.final-cta p { margin: 24px auto 32px; color: rgba(255,255,255,.82); font-size: 17px; }.centered-actions { justify-content: center; }

.site-footer { padding: 80px 0 28px; background: white; }.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 55px; }.footer-brand img { width: 168px; height: 56px; object-fit: cover; object-position: center; }.footer-brand p { max-width: 300px; color: var(--muted); font-size: 12px; }.footer-grid h3 { margin-bottom: 20px; font-family: var(--body); font-size: 12px; letter-spacing: 0; }.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; }.footer-grid a, .footer-grid button { margin: 5px 0; border: 0; padding: 0; color: #647187; background: none; font-size: 11px; }.footer-grid a:hover, .footer-grid button:hover { color: var(--blue); }.footer-bottom { display: flex; justify-content: space-between; margin-top: 60px; padding-top: 22px; border-top: 1px solid var(--line); color: #8994a5; font-size: 9px; }

.demo-modal { width: min(900px, calc(100% - 32px)); height: fit-content; max-height: calc(100dvh - 32px); border: 0; border-radius: 16px; padding: 0; color: var(--ink); box-shadow: 0 30px 100px rgba(3,16,39,.28); overflow: auto; }.demo-modal::backdrop { background: rgba(3,16,39,.72); backdrop-filter: blur(4px); }.demo-modal[open] { display: flex; align-items: stretch; }.modal-copy { flex: 0 0 42.5%; padding: 14px 42px; color: white; background: var(--navy-900); }.modal-copy .section-kicker { margin-bottom: 6px; }.modal-copy h2, .form-success h2 { font-size: 34px; }.modal-copy > p:last-child { margin: 8px 0 0; color: #aebcd0; font-size: 14px; line-height: 1.45; }.modal-close { position: absolute; right: 14px; top: 12px; z-index: 2; width: 34px; height: 34px; border: 0; border-radius: 50%; color: #718096; background: #edf2f7; font-size: 22px; line-height: 1; }.demo-form { flex: 1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px 12px; padding: 10px 36px; align-content: center; }.demo-form label { color: #526078; font-size: 11px; font-weight: 700; }.demo-form input, .demo-form select { width: 100%; height: 40px; margin-top: 3px; border: 1px solid #cfd9e5; border-radius: 7px; padding: 0 12px; color: var(--ink); background: white; }.demo-form .button { grid-column: 1 / -1; min-height: 48px; margin-top: 4px; }.demo-form small { grid-column: 1 / -1; color: #8b96a7; font-size: 8px; text-align: center; }.form-success { flex: 1; padding: 30px 50px; align-self: center; text-align: center; }.form-success span { display: grid; place-items: center; width: 64px; height: 64px; margin: 0 auto 14px; border-radius: 50%; color: white; background: var(--success); }.form-success svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 2; }.form-success p { color: var(--text); }.form-success .button { margin-top: 8px; }
.modal-copy { display: flex; flex-direction: column; justify-content: center; }
.modal-copy .section-kicker { text-transform: none; }
.modal-close { left: auto; right: 18px; top: 16px; color: #718096; background: #edf2f7; transition: background .2s; }
.modal-close:hover { background: #dfe7f0; }
.demo-form { padding: 54px 36px 16px; }
.demo-form input, .demo-form select { height: 44px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .main-nav { gap: 17px; }.main-nav > a { font-size: 11px; }.nav-cta { padding-inline: 13px; }
  .hero-grid { gap: 40px; }.console-shell { transform: none; }.floating-alert { right: -8px; }
  .monitoring-grid, .audience-grid { gap: 60px; }.management-grid { gap: 50px; }
  .workflow { padding-inline: 16px; }.flow-step { flex-basis: 120px; }
}

@media (max-width: 860px) {
  .container { width: min(100% - 36px, 720px); }.section { padding: 96px 0; }
  .nav-toggle { display: block; }.nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }.nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 78px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 20px 24px 28px; border-top: 1px solid var(--line); background: white; box-shadow: 0 20px 45px rgba(3,16,39,.12); }.main-nav.is-open { display: flex; }.main-nav > a { padding: 11px 0; font-size: 14px; }.main-nav > a::after { display: none; }.nav-cta { margin-top: 14px; }
  .hero { min-height: auto; padding-top: 130px; }.hero::before { display: none; }.hero-grid { grid-template-columns: 1fr; }.hero-copy { max-width: 680px; padding-bottom: 0; }.console-shell { max-width: 680px; }.hero-footnote { margin-top: 60px; }
  .pillar-grid { grid-template-columns: 1fr; }.pillar { min-height: 390px; }.pillar + .pillar { border-left: 0; border-top: 1px solid var(--line); }
  .monitoring-grid, .management-grid, .audience-grid { grid-template-columns: 1fr; }.monitoring-grid { gap: 55px; }.management-grid, .audience-grid { gap: 55px; }
  .section-heading.split { grid-template-columns: 1fr; gap: 20px; }.workflow { display: grid; grid-template-columns: 1fr; gap: 0; }.flow-step { display: grid; grid-template-columns: 58px 1fr; grid-template-rows: 1fr 1fr; column-gap: 18px; width: 100%; padding: 6px 0; text-align: left; }.flow-step > span { grid-row: 1 / 3; margin: 0; }.flow-step b { align-self: end; }.flow-line { width: 1px; height: 24px; margin: 0 0 0 29px; }.flow-line::after { right: -3px; top: auto; bottom: 0; transform: rotate(135deg); }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }.footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }.footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 580px) {
  .container { width: min(100% - 28px, 520px); }.section { padding: 78px 0; }.site-header { height: 70px; }.brand img { width: 140px; height: 47px; }.main-nav { inset-block-start: 70px; }
  .hero { padding-top: 114px; }.status-line { font-size: 10px; }.hero-actions { flex-direction: column; }.hero-actions .button { width: 100%; }.hero-proof { gap: 12px 18px; }.hero-footnote { gap: 11px; margin-top: 46px; font-size: 7px; letter-spacing: .12em; }
  .console-shell { padding: 6px; }.console-body { grid-template-columns: 30px 1fr; min-height: 385px; }.console-nav { gap: 16px; }.console-nav span { width: 10px; height: 10px; }.console-content { padding: 14px 10px; }.metric-row { gap: 5px; }.mini-metric { padding: 9px 7px; }.mini-metric strong { font-size: 16px; }.console-lower { grid-template-columns: 1fr; }.devices-panel { display: none; }.chart-bars { height: 100px; }.floating-alert { right: -5px; bottom: 30px; width: 170px; }.hero-orbit { right: -760px; }
  .section-heading { margin-bottom: 42px; }.section-heading h2, .monitoring h2, .management h2, .audience h2, .final-cta h2 { font-size: 35px; }.pillar { min-height: 400px; padding: 32px 26px; }.pillar a { bottom: 30px; }
  .telemetry { padding: 20px 15px; }.telemetry-primary { grid-template-columns: 130px 1fr; gap: 18px; }.availability-ring { width: 125px; height: 125px; }.availability-ring strong { font-size: 24px; }.equipment-total strong { font-size: 45px; }.telemetry-status > div { gap: 10px; padding: 13px 10px; }
  .workflow { padding: 26px 20px; }.kpi-board { grid-template-columns: 1fr; }.kpi-wide, .board-note { grid-column: auto; }.kpi-wide { display: block; }.sparkline { margin-top: 10px; }.feature-grid { grid-template-columns: 1fr; }.feature { min-height: 205px; }
  .final-cta { padding: 90px 0; }.footer-grid { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: span 2; }.footer-grid > div:last-child { grid-column: span 2; }.footer-bottom { flex-direction: column; gap: 7px; }
  .demo-modal[open] { display: block; }.modal-copy { padding: 22px 28px 16px; }.modal-copy h2 { font-size: 28px; }.modal-close { left: auto; right: 12px; }.demo-form { grid-template-columns: 1fr; padding: 14px 24px; }.demo-form .button, .demo-form small { grid-column: auto; }.form-success { padding: 32px 25px; }
}

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