:root {
    --ink: #0f172a;
    --ink-2: #1e293b;
    --muted: #64748b;
    --line: #d8e0eb;
    --line-strong: #b8c4d5;
    --paper: #ffffff;
    --soft: #f4f7fb;
    --mist: #eaf0f7;
    --navy: #0b1220;
    --navy-2: #121b2d;
    --blue: #2b75ff;
    --blue-2: #1657df;
    --cyan: #00c2ff;
    --teal: #00a79d;
    --mint: #39ef9f;
    --gold: #d88913;
    --amber: #f4b740;
    --coral: #ff5c7a;
    --shadow: 0 24px 64px rgba(15, 23, 42, 0.16);
    --shadow-soft: 0 14px 36px rgba(15, 23, 42, 0.08);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 86px;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--soft);
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    letter-spacing: 0;
}

button,
input,
textarea {
    font: inherit;
    letter-spacing: 0;
}

h1,
h2,
h3,
.brand,
.site-nav,
.header-cta,
.button,
.eyebrow,
.hero-strip strong,
.ticker span,
.service-card span,
.timeline span,
.ops-core,
.ops-item,
.console-grid strong,
.console-header,
.scope-grid strong,
.footer-layout h2 {
    font-family: "Dosis", "Open Sans", Arial, sans-serif;
    letter-spacing: 0;
}

img,
video {
    max-width: 100%;
}

img {
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: var(--blue);
}

button,
input,
textarea,
summary {
    border-radius: 8px;
}

button,
summary {
    cursor: pointer;
}

:focus-visible {
    outline: 3px solid rgba(37, 99, 235, 0.34);
    outline-offset: 3px;
}

.shell {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 1000;
    transform: translateY(-150%);
    padding: 10px 14px;
    border-radius: 8px;
    background: var(--paper);
    color: var(--ink);
    font-weight: 900;
}

.skip-link:focus {
    transform: translateY(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;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    background: rgba(11, 18, 32, 0.86);
    color: #fff;
    backdrop-filter: blur(18px);
}

.site-header.is-scrolled {
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}

.header-grid {
    min-height: 76px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 22px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: max-content;
}

.brand img {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.brand span {
    display: grid;
    line-height: 1;
}

.brand strong,
.brand em {
    font-size: 18px;
    font-style: normal;
    font-weight: 950;
}

.brand strong {
    color: var(--cyan);
}

.brand em {
    color: #fff;
}

.site-nav {
    display: flex;
    justify-content: flex-end;
    gap: 4px;
}

.site-nav a,
.header-cta {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 14px;
    font-weight: 850;
}

.site-nav a:hover,
.header-cta:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.header-cta {
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.07);
}

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.08);
}

.nav-toggle span[aria-hidden="true"] {
    display: block;
    height: 2px;
    margin: 5px 0;
    background: #fff;
}

.hero {
    position: relative;
    min-height: 900px;
    overflow: hidden;
    color: #fff;
    background: var(--navy);
}

.hero-video,
.hero-overlay,
.hero-gridline {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hero-video {
    object-fit: cover;
    filter: saturate(0.9) contrast(1.08);
}

.hero-overlay {
    background:
        linear-gradient(90deg, rgba(6, 11, 22, 0.92) 0%, rgba(6, 11, 22, 0.74) 48%, rgba(6, 11, 22, 0.42) 100%),
        linear-gradient(135deg, rgba(43, 117, 255, 0.34), rgba(0, 194, 255, 0.14) 38%, rgba(244, 183, 64, 0.18) 74%),
        linear-gradient(180deg, rgba(6, 11, 22, 0.2) 0%, rgba(6, 11, 22, 0.82) 100%);
}

.hero-gridline {
    opacity: 0.22;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(180deg, transparent 0%, #000 22%, #000 80%, transparent 100%);
    animation: gridDrift 18s linear infinite;
}

.hero-layout {
    position: relative;
    z-index: 1;
    min-height: 760px;
    display: grid;
    grid-template-columns: minmax(0, 720px) minmax(320px, 430px);
    align-items: center;
    gap: 64px;
    padding: 86px 0 44px;
}

.eyebrow {
    margin: 0 0 12px;
    color: var(--blue);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.25;
    text-transform: uppercase;
}

.hero .eyebrow,
.contact .eyebrow,
.visual-band .eyebrow {
    color: var(--mint);
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1 {
    max-width: 780px;
    margin-bottom: 22px;
    font-size: 66px;
    line-height: 1;
    font-weight: 800;
}

h2 {
    margin-bottom: 18px;
    color: var(--ink);
    font-size: 42px;
    line-height: 1.1;
    font-weight: 800;
}

h3 {
    margin-bottom: 8px;
    color: var(--ink);
    font-size: 20px;
    line-height: 1.24;
}

.hero-lede {
    max-width: 690px;
    margin-bottom: 32px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.button {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 800;
    line-height: 1.2;
    transition: transform 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.button:hover {
    transform: translateY(-2px);
}

.button-primary {
    background: linear-gradient(135deg, var(--blue), var(--cyan));
    color: #fff;
    box-shadow: 0 20px 42px rgba(0, 194, 255, 0.28);
}

.button-primary:hover {
    background: linear-gradient(135deg, var(--blue-2), #0097df);
    color: #fff;
}

.button-ghost {
    border-color: rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.button-ghost:hover {
    border-color: rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.command-center {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(8, 14, 27, 0.78);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(14px);
    animation: consoleFloat 7s ease-in-out infinite;
}

.command-center::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent, rgba(142, 230, 207, 0.09), transparent);
    transform: translateY(-100%);
    animation: scanLine 4.5s linear infinite;
}

.console-header {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.console-header span,
.console-grid span,
.console-feed p {
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.console-header strong {
    color: var(--mint);
}

.console-signal {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    padding: 20px;
}

.console-signal span {
    height: 84px;
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(57, 239, 159, 0.2), rgba(0, 194, 255, 0.12)),
        repeating-linear-gradient(180deg, transparent 0 9px, rgba(255, 255, 255, 0.16) 10px 11px);
    transform-origin: bottom;
    animation: signalPulse 2.8s ease-in-out infinite;
}

.console-signal span:nth-child(2) {
    animation-delay: 0.28s;
}

.console-signal span:nth-child(3) {
    animation-delay: 0.56s;
}

.console-signal span:nth-child(4) {
    animation-delay: 0.84s;
}

.console-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: rgba(255, 255, 255, 0.12);
}

.console-grid div {
    display: grid;
    gap: 4px;
    min-height: 98px;
    padding: 18px;
    background: rgba(11, 18, 32, 0.72);
}

.console-grid strong {
    color: #fff;
    font-size: 18px;
}

.console-feed {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 10px;
    padding: 18px 20px 22px;
}

.console-feed p {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.console-feed span {
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: var(--mint);
    box-shadow: 0 0 18px rgba(142, 230, 207, 0.7);
}

.hero-strip {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px 8px 0 0;
    background: linear-gradient(135deg, rgba(43, 117, 255, 0.22), rgba(0, 194, 255, 0.1), rgba(244, 183, 64, 0.14));
    backdrop-filter: blur(16px);
}

.hero-strip div {
    min-height: 128px;
    display: grid;
    align-content: center;
    gap: 4px;
    padding: 24px;
    border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.hero-strip div:last-child {
    border-right: 0;
}

.hero-strip strong {
    color: #fff;
    font-size: 28px;
    line-height: 1.08;
}

.hero-strip span {
    color: rgba(255, 255, 255, 0.68);
    font-weight: 750;
}

.ticker {
    overflow: hidden;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: var(--paper);
}

.ticker-track {
    width: max-content;
    display: flex;
    gap: 12px;
    padding: 16px 0;
    animation: tickerMove 28s linear infinite;
    will-change: transform;
}

.ticker span {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    padding: 8px 14px;
    border: 1px solid #d4d4d4;
    border-radius: 8px;
    color: #444;
    background: #f5f5f5;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    white-space: nowrap;
}

/* Keep all items grayscale instead of colored */
.ticker span:nth-child(4n + 1),
.ticker span:nth-child(4n + 2),
.ticker span:nth-child(4n + 3),
.ticker span:nth-child(4n + 4) {
    border-color: #d4d4d4;
    background: #f5f5f5;
    color: #444;
}

/* Smooth infinite ticker */
@keyframes tickerMove {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.threat-map {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 78% 28%, rgba(0, 194, 255, 0.2), transparent 28%),
        radial-gradient(circle at 24% 74%, rgba(57, 239, 159, 0.16), transparent 30%),
        linear-gradient(135deg, #08101f 0%, #0d1730 56%, #101827 100%);
}

.threat-map h2 {
    color: #fff;
}

.threat-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr);
    align-items: center;
    gap: 60px;
}

.threat-copy p:not(.eyebrow) {
    color: rgba(255, 255, 255, 0.72);
}

.threat-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 28px;
}

.threat-stats div {
    min-height: 94px;
    display: grid;
    align-content: center;
    gap: 3px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.07);
}

.threat-stats strong,
.threat-stats span {
    display: block;
}

.threat-stats strong {
    color: #fff;
    font-family: "Dosis", "Open Sans", Arial, sans-serif;
    font-size: 24px;
    font-weight: 800;
}

.threat-stats span {
    color: rgba(255, 255, 255, 0.62);
    font-size: 14px;
    font-weight: 800;
}

.threat-console {
    position: relative;
    overflow: hidden;
    min-height: 560px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
        rgba(4, 10, 22, 0.68);
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.3);
}

.threat-console::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 38px 38px;
    opacity: 0.34;
    animation: gridDrift 16s linear infinite;
}

.threat-status {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.threat-status span,
.threat-status strong {
    font-family: "Dosis", "Open Sans", Arial, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}

.threat-status span {
    color: rgba(255, 255, 255, 0.58);
}

.threat-status strong {
    color: var(--mint);
}

.threat-globe {
    position: absolute;
    inset: 78px 32px 32px;
    display: grid;
    place-items: center;
}

.globe-surface {
    position: absolute;
    width: min(430px, 86%);
    aspect-ratio: 1;
    border: 1px solid rgba(0, 194, 255, 0.42);
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 50%, rgba(57, 239, 159, 0.16), rgba(0, 194, 255, 0.08) 42%, rgba(43, 117, 255, 0.05) 62%, rgba(0, 0, 0, 0.12) 100%),
        repeating-radial-gradient(circle at 50% 50%, transparent 0 36px, rgba(255, 255, 255, 0.08) 37px 38px),
        repeating-linear-gradient(90deg, transparent 0 38px, rgba(255, 255, 255, 0.08) 39px 40px);
    box-shadow:
        inset 0 0 60px rgba(0, 194, 255, 0.16),
        0 0 56px rgba(0, 194, 255, 0.15);
    animation: globeGlow 5s ease-in-out infinite;
}

.globe-ring {
    position: absolute;
    width: min(470px, 92%);
    aspect-ratio: 1;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
}

.ring-a {
    transform: rotateX(64deg) rotateZ(18deg);
    animation: orbitSpin 12s linear infinite;
}

.ring-b {
    transform: rotateX(72deg) rotateZ(-42deg);
    animation: orbitSpin 15s linear reverse infinite;
}

.ring-c {
    transform: rotateY(72deg) rotateZ(22deg);
    animation: orbitSpin 18s linear infinite;
}

.shield-core {
    position: relative;
    z-index: 4;
    width: 122px;
    min-height: 96px;
    display: grid;
    place-items: center;
    padding: 14px;
    border: 1px solid rgba(57, 239, 159, 0.46);
    border-radius: 8px;
    background: rgba(5, 18, 29, 0.88);
    box-shadow:
        0 0 0 10px rgba(57, 239, 159, 0.06),
        0 0 34px rgba(57, 239, 159, 0.26);
    text-align: center;
    animation: shieldPulse 2.8s ease-in-out infinite;
}

.shield-core span,
.shield-core strong {
    display: block;
    font-family: "Dosis", "Open Sans", Arial, sans-serif;
    font-weight: 800;
    line-height: 1;
}

.shield-core span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
}

.shield-core strong {
    color: var(--mint);
    font-size: 30px;
}

.threat-dot {
    position: absolute;
    z-index: 3;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--coral);
    box-shadow: 0 0 20px rgba(255, 92, 122, 0.82);
    animation: threatBlink 1.8s ease-in-out infinite;
}

.dot-a {
    left: 16%;
    top: 28%;
}

.dot-b {
    right: 18%;
    top: 20%;
    animation-delay: 0.35s;
}

.dot-c {
    left: 24%;
    bottom: 24%;
    animation-delay: 0.7s;
}

.dot-d {
    right: 24%;
    bottom: 18%;
    animation-delay: 1.05s;
}

.dot-e {
    left: 52%;
    top: 11%;
    animation-delay: 1.4s;
}

.threat-arc {
    position: absolute;
    z-index: 2;
    width: 34%;
    height: 2px;
    overflow: hidden;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(255, 92, 122, 0.8), transparent);
    transform-origin: right center;
    opacity: 0.82;
}

.threat-arc::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, #fff, transparent);
    transform: translateX(-100%);
    animation: packetMove 1.8s linear infinite;
}

.arc-a {
    left: 19%;
    top: 33%;
    transform: rotate(16deg);
}

.arc-b {
    right: 20%;
    top: 29%;
    transform: rotate(158deg);
}

.arc-c {
    left: 25%;
    bottom: 30%;
    transform: rotate(-21deg);
}

.block-pulse {
    position: absolute;
    z-index: 5;
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    border: 1px solid rgba(57, 239, 159, 0.48);
    border-radius: 8px;
    background: rgba(57, 239, 159, 0.12);
    color: var(--mint);
    font-family: "Dosis", "Open Sans", Arial, sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    animation: blockFlash 2.5s ease-in-out infinite;
}

.pulse-a {
    left: 14%;
    top: 42%;
}

.pulse-b {
    right: 13%;
    top: 39%;
    animation-delay: 0.8s;
}

.pulse-c {
    left: 43%;
    bottom: 15%;
    animation-delay: 1.55s;
}

.section {
    padding: 112px 0;
}

.section-copy,
.section-heading {
    max-width: 790px;
}

.section-heading {
    margin-bottom: 42px;
}

.section-copy p:not(.eyebrow),
.section-heading p:not(.eyebrow),
.scope-copy p,
.security-copy p,
.proof-copy p,
.visual-layout p,
.faq-list p,
.service-card p,
.timeline p,
.site-footer p {
    color: var(--muted);
}

.platform {
    background: var(--paper);
}

.platform-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(440px, 1fr);
    align-items: center;
    gap: 62px;
}

.ops-map {
    position: relative;
    min-height: 460px;
    border: 1px solid var(--line);
    border-radius: 8px;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(43, 117, 255, 0.08), rgba(0, 194, 255, 0.08), rgba(244, 183, 64, 0.08)),
        #fff;
    box-shadow: var(--shadow-soft);
}

.ops-map::before {
    content: "";
    position: absolute;
    inset: 28px;
    border: 1px solid rgba(37, 99, 235, 0.18);
    border-radius: 8px;
}

.ops-map::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 72%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(37, 99, 235, 0.44), transparent);
    transform: translate(-50%, -50%);
    box-shadow: 0 104px 0 rgba(15, 118, 110, 0.26), 0 -104px 0 rgba(15, 118, 110, 0.26);
}

.ops-core {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    width: 156px;
    min-height: 86px;
    display: grid;
    place-items: center;
    padding: 16px;
    border: 1px solid rgba(37, 99, 235, 0.28);
    border-radius: 8px;
    background: linear-gradient(135deg, var(--navy), #123b73);
    color: #fff;
    font-weight: 950;
    text-align: center;
    transform: translate(-50%, -50%);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.22);
}

.ops-item {
    position: absolute;
    z-index: 2;
    width: min(220px, 42%);
    display: grid;
    gap: 4px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--shadow-soft);
}

.ops-item span {
    color: var(--blue);
    font-size: 13px;
    font-weight: 950;
    text-transform: uppercase;
}

.ops-item strong {
    color: var(--ink);
}

.item-1 {
    left: 28px;
    top: 40px;
}

.item-2 {
    right: 28px;
    top: 86px;
}

.item-3 {
    left: 46px;
    bottom: 58px;
}

.item-4 {
    right: 42px;
    bottom: 34px;
}

.service-section {
    background: var(--soft);
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.service-card {
    position: relative;
    overflow: hidden;
    min-height: 260px;
    padding: 26px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--paper);
    box-shadow: var(--shadow-soft);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.service-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: var(--blue);
}

.service-card:nth-child(4n + 2)::before {
    background: var(--teal);
}

.service-card:nth-child(4n + 3)::before {
    background: var(--amber);
}

.service-card:nth-child(4n + 4)::before {
    background: var(--coral);
}

.service-card:hover {
    transform: translateY(-5px);
    border-color: rgba(37, 99, 235, 0.34);
    box-shadow: var(--shadow);
}

.service-card span {
    display: inline-grid;
    place-items: center;
    width: 46px;
    height: 38px;
    margin-bottom: 24px;
    border-radius: 8px;
    background: #eef4ff;
    color: var(--blue-2);
    font-size: 18px;
    font-weight: 800;
}

.service-card:nth-child(4n + 2) span {
    background: #e9fbf8;
    color: #08776f;
}

.service-card:nth-child(4n + 3) span {
    background: #fff6dd;
    color: #8a570b;
}

.service-card:nth-child(4n + 4) span {
    background: #fff0f3;
    color: #a8223d;
}

.scope {
    background:
        linear-gradient(135deg, rgba(43, 117, 255, 0.08), rgba(0, 194, 255, 0.08), rgba(244, 183, 64, 0.1)),
        #fff;
}

.scope-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
    gap: 44px;
    align-items: start;
}

.scope-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.scope-grid div {
    min-height: 170px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: var(--shadow-soft);
}

.scope-grid strong,
.scope-grid span {
    display: block;
}

.scope-grid strong {
    margin-bottom: 8px;
    color: var(--ink);
    font-size: 24px;
    font-weight: 800;
}

.scope-grid span {
    color: var(--muted);
}

.scope-grid div:nth-child(1) {
    border-top: 5px solid var(--blue);
}

.scope-grid div:nth-child(2) {
    border-top: 5px solid var(--teal);
}

.scope-grid div:nth-child(3) {
    border-top: 5px solid var(--amber);
}

.scope-grid div:nth-child(4) {
    border-top: 5px solid var(--coral);
}

.security {
    background: #fff;
}

.security-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
    align-items: center;
    gap: 64px;
}

.security-media {
    display: grid;
    gap: 16px;
}

.security-media img,
.visual-layout img {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 8px;
    object-fit: cover;
    box-shadow: var(--shadow);
}

.security-media img:first-child {
    aspect-ratio: 16 / 10;
}

.security-media img:last-child {
    width: 84%;
    justify-self: end;
    aspect-ratio: 16 / 9;
}

.control-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 28px;
}

.control-list div {
    min-height: 132px;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: linear-gradient(180deg, #fff, var(--soft));
}

.control-list div:nth-child(1) {
    border-top: 5px solid var(--blue);
}

.control-list div:nth-child(2) {
    border-top: 5px solid var(--teal);
}

.control-list div:nth-child(3) {
    border-top: 5px solid var(--amber);
}

.control-list div:nth-child(4) {
    border-top: 5px solid var(--coral);
}

.control-list strong,
.control-list span {
    display: block;
}

.control-list strong {
    margin-bottom: 6px;
    color: var(--ink);
}

.control-list span {
    color: var(--muted);
}

.process {
    background: #edf2f8;
}

.timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.timeline::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 35px;
    height: 2px;
    background: linear-gradient(90deg, var(--blue), var(--cyan), var(--mint), var(--amber), var(--coral));
}

.timeline article {
    position: relative;
    z-index: 1;
    min-height: 244px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow-soft);
}

.timeline span {
    display: inline-grid;
    place-items: center;
    width: 52px;
    height: 52px;
    margin-bottom: 24px;
    border: 1px solid rgba(37, 99, 235, 0.24);
    border-radius: 8px;
    background: #eef4ff;
    color: var(--blue-2);
    font-weight: 950;
}

.proof {
    background: var(--paper);
}

.proof-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.24fr);
    gap: 50px;
    align-items: start;
}

.review-grid {
    display: grid;
    gap: 16px;
}

.review-grid figure {
    margin: 0;
    padding: 26px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--soft);
}

.review-grid blockquote {
    margin: 0 0 16px;
    color: var(--ink-2);
    font-size: 18px;
}

.review-grid blockquote::before {
    content: "\"";
    color: var(--blue);
    font-size: 42px;
    line-height: 0;
    vertical-align: -17px;
}

.review-grid figcaption {
    color: var(--ink);
    font-weight: 950;
}

.visual-band {
    color: #fff;
    background:
        linear-gradient(135deg, rgba(43, 117, 255, 0.26), rgba(0, 194, 255, 0.12), rgba(244, 183, 64, 0.18)),
        var(--navy);
}

.visual-band h2,
.contact h2 {
    color: #fff;
}

.visual-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    align-items: center;
    gap: 58px;
}

.visual-layout p {
    color: rgba(255, 255, 255, 0.72);
}

.visual-layout img {
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow: none;
}

.faq {
    background: var(--soft);
}

.faq-layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1fr);
    gap: 54px;
}

.faq-list {
    display: grid;
    gap: 12px;
}

.faq-list details {
    padding: 20px 22px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--paper);
    box-shadow: var(--shadow-soft);
}

.faq-list summary {
    color: var(--ink);
    font-weight: 950;
}

.faq-list p {
    margin: 14px 0 0;
}

.contact {
    color: #fff;
    background:
        linear-gradient(90deg, rgba(11, 18, 32, 0.96), rgba(11, 18, 32, 0.84)),
        linear-gradient(135deg, rgba(43, 117, 255, 0.26), rgba(0, 194, 255, 0.12), rgba(244, 183, 64, 0.18)),
        url("/images/background/bg-blur-1-light.jpg") center / cover no-repeat;
}

.contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(340px, 0.78fr);
    gap: 62px;
    align-items: start;
}

.contact-copy p {
    color: rgba(255, 255, 255, 0.74);
    font-size: 18px;
}

.contact-options {
    display: grid;
    gap: 12px;
    margin-top: 28px;
}

.contact-options a,
.contact-options div {
    display: grid;
    gap: 4px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.07);
}

.contact-options span {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    font-weight: 950;
    text-transform: uppercase;
}

.contact-options strong {
    color: #fff;
}

.contact-form {
    display: grid;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.97);
    color: var(--ink);
    box-shadow: var(--shadow);
}

.contact-form label {
    margin-bottom: 6px;
    color: var(--ink-2);
    font-size: 14px;
    font-weight: 950;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    min-height: 48px;
    margin-bottom: 14px;
    padding: 12px 13px;
    border: 1px solid #c7d1df;
    background: #fff;
    color: var(--ink);
}

.contact-form textarea {
    min-height: 132px;
    resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: var(--blue);
    outline: 0;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.16);
}

.contact-form input[name="website"] {
    position: absolute;
    left: -10000px;
}

.contact-form .button {
    width: 100%;
    border: 0;
}

.contact-form .button:disabled {
    cursor: not-allowed;
    opacity: 0.72;
    transform: none;
}

.form-alert {
    display: none;
    margin-bottom: 10px;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 850;
}

.error {
    color: #8b1d1d;
    background: #fde8e8;
}

.success {
    color: #0f5132;
    background: #dff7ea;
}

.site-footer {
    color: rgba(255, 255, 255, 0.72);
    background: #080d18;
}

.footer-layout {
    display: grid;
    grid-template-columns: minmax(260px, 1.4fr) 1fr 1fr 1fr;
    gap: 36px;
    padding: 58px 0;
}

.footer-brand strong,
.footer-brand em {
    color: #fff;
}

.site-footer h2 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.site-footer nav,
.site-footer .footer-layout > div:last-child {
    display: grid;
    align-content: start;
    gap: 8px;
}

.site-footer a:hover {
    color: var(--mint);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.54);
    font-size: 14px;
}

.reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.service-card:nth-child(2),
.timeline article:nth-child(2),
.review-grid figure:nth-child(2) {
    transition-delay: 0.08s;
}

.service-card:nth-child(3),
.timeline article:nth-child(3),
.review-grid figure:nth-child(3) {
    transition-delay: 0.16s;
}

.service-card:nth-child(4),
.timeline article:nth-child(4) {
    transition-delay: 0.24s;
}

.service-card:nth-child(5) {
    transition-delay: 0.32s;
}

.service-card:nth-child(6) {
    transition-delay: 0.4s;
}

.service-card:nth-child(n + 7) {
    transition-delay: 0.12s;
}

@keyframes gridDrift {
    from {
        background-position: 0 0, 0 0;
    }

    to {
        background-position: 72px 72px, 72px 72px;
    }
}

@keyframes consoleFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

@keyframes scanLine {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(100%);
    }
}

@keyframes signalPulse {
    0%,
    100% {
        transform: scaleY(0.58);
        opacity: 0.68;
    }

    50% {
        transform: scaleY(1);
        opacity: 1;
    }
}

@keyframes tickerMove {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes globeGlow {
    0%,
    100% {
        transform: scale(1);
        box-shadow:
            inset 0 0 60px rgba(0, 194, 255, 0.16),
            0 0 56px rgba(0, 194, 255, 0.15);
    }

    50% {
        transform: scale(1.025);
        box-shadow:
            inset 0 0 72px rgba(57, 239, 159, 0.2),
            0 0 72px rgba(57, 239, 159, 0.2);
    }
}

@keyframes orbitSpin {
    from {
        rotate: 0deg;
    }

    to {
        rotate: 360deg;
    }
}

@keyframes shieldPulse {
    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.045);
    }
}

@keyframes threatBlink {
    0%,
    100% {
        opacity: 0.55;
        transform: scale(0.75);
    }

    50% {
        opacity: 1;
        transform: scale(1.35);
    }
}

@keyframes packetMove {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(100%);
    }
}

@keyframes blockFlash {
    0%,
    100% {
        opacity: 0;
        transform: translateY(6px);
    }

    18%,
    62% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1120px) {
    h1 {
        font-size: 52px;
    }

    h2 {
        font-size: 36px;
    }

    .hero-layout,
    .threat-layout,
    .platform-layout,
    .security-layout,
    .proof-layout,
    .contact-layout {
        grid-template-columns: 1fr;
    }

    .hero {
        min-height: auto;
    }

    .command-center {
        max-width: 520px;
    }

    .platform-layout,
    .threat-layout,
    .security-layout,
    .proof-layout,
    .contact-layout {
        gap: 42px;
    }

    .threat-console {
        min-height: 520px;
    }

    .service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .timeline {
        grid-template-columns: repeat(2, 1fr);
    }

    .timeline::before {
        display: none;
    }

    .visual-layout {
        grid-template-columns: 1fr;
    }

    .visual-layout img {
        max-width: 560px;
    }

    .footer-layout {
        grid-template-columns: repeat(2, 1fr);
    }

    .scope-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 840px) {
    html {
        scroll-padding-top: 74px;
    }

    .header-grid {
        grid-template-columns: auto auto;
        justify-content: space-between;
        min-height: 68px;
    }

    .nav-toggle {
        display: block;
    }

    .site-nav {
        position: absolute;
        top: 68px;
        left: 20px;
        right: 20px;
        display: none;
        padding: 10px;
        border: 1px solid rgba(255, 255, 255, 0.16);
        border-radius: 8px;
        background: rgba(11, 18, 32, 0.98);
        box-shadow: var(--shadow);
    }

    .site-nav.is-open {
        display: grid;
    }

    .site-nav a {
        width: 100%;
        justify-content: flex-start;
    }

    .header-cta {
        display: none;
    }

    .hero-layout {
        min-height: auto;
        padding-top: 72px;
    }

    h1 {
        font-size: 42px;
    }

    h2 {
        font-size: 30px;
    }

    .hero-lede,
    .contact-copy p {
        font-size: 17px;
    }

    .hero-strip {
        grid-template-columns: repeat(2, 1fr);
        border-radius: 8px;
        margin-bottom: 22px;
    }

    .hero-strip div:nth-child(2) {
        border-right: 0;
    }

    .hero-strip div:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    }

    .section {
        padding: 82px 0;
    }

    .ops-map {
        min-height: 620px;
    }

    .ops-map::after {
        width: 1px;
        height: 72%;
        box-shadow: 104px 0 0 rgba(15, 118, 110, 0.22), -104px 0 0 rgba(15, 118, 110, 0.22);
    }

    .ops-core {
        top: 48%;
    }

    .ops-item {
        width: calc(100% - 48px);
        left: 24px;
        right: auto;
    }

    .item-1 {
        top: 24px;
    }

    .item-2 {
        top: 150px;
    }

    .item-3 {
        bottom: 150px;
    }

    .item-4 {
        bottom: 24px;
    }

    .service-grid,
    .timeline,
    .faq-layout,
    .scope-grid,
    .threat-stats {
        grid-template-columns: 1fr;
    }

    .threat-console {
        min-height: 470px;
    }

    .threat-globe {
        inset: 74px 16px 24px;
    }

    .block-pulse {
        font-size: 12px;
    }

    .security-media img:last-child {
        width: 100%;
    }

    .control-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 580px) {
    .shell {
        width: min(100% - 28px, 1180px);
    }

    .brand strong,
    .brand em {
        font-size: 16px;
    }

    h1 {
        font-size: 34px;
    }

    h2 {
        font-size: 27px;
    }

    .hero-actions,
    .button {
        width: 100%;
    }

    .command-center {
        animation: none;
    }

    .console-grid,
    .hero-strip {
        grid-template-columns: 1fr;
    }

    .hero-strip div {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    }

    .hero-strip div:last-child {
        border-bottom: 0;
    }

    .service-card,
    .timeline article,
    .review-grid figure,
    .contact-form {
        padding: 22px;
    }

    .contact-layout {
        grid-template-columns: 1fr;
    }

    .footer-layout,
    .footer-bottom {
        display: grid;
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }

    .ticker-track {
        transform: none;
    }
}
