:root {
    color-scheme: light;
    --bg: #e6eef7;
    --surface: #ffffff;
    --surface-alt: #f6faff;
    --surface-dark: #0b1f3a;
    --surface-deep: #041024;
    --text: #0b1f3a;
    --muted: #53677d;
    --line: #d7e3ef;
    --navy: #0b1f3a;
    --blue: #1354db;
    --cyan: #00c2ff;
    --ice: #e6eef7;
    --steel: #bea2bb;
    --teal: #00a8d8;
    --teal-soft: #d9f7ff;
    --amber: #1354db;
    --amber-soft: #e7efff;
    --rose: #7d4e9b;
    --rose-soft: #f0e6f8;
    --green: #0a8f7a;
    --green-soft: #dbf6f1;
    --white-soft: rgba(255, 255, 255, 0.84);
    --shadow: 0 20px 50px rgba(15, 25, 28, 0.1);
    --shell: 1200px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    background:
        radial-gradient(circle at top left, rgba(0, 194, 255, 0.14), transparent 28rem),
        linear-gradient(180deg, #f6faff, var(--bg));
    color: var(--text);
}

img {
    max-width: 100%;
    display: block;
}

button,
input,
select,
textarea {
    font: inherit;
}

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

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

.site-nav {
    position: sticky;
    top: 0;
    z-index: 20;
    backdrop-filter: blur(18px);
    background: rgba(4, 16, 36, 0.92);
    border-bottom: 1px solid rgba(0, 194, 255, 0.18);
    box-shadow: 0 18px 45px rgba(4, 16, 36, 0.22);
}

.nav-inner {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.brand-mark {
    width: 170px;
    height: 52px;
    border-radius: 6px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: var(--navy);
    border: 1px solid rgba(0, 194, 255, 0.18);
    box-shadow: 0 10px 24px rgba(0, 194, 255, 0.08);
}

.brand-mark img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brand-copy {
    display: grid;
}

.brand-name {
    font-weight: 700;
    color: white;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.brand-tag {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.72);
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 22px;
    color: rgba(255, 255, 255, 0.84);
}

.nav-links a:hover,
.footer-links a:hover {
    color: white;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 8px;
    border: 1px solid transparent;
    cursor: pointer;
    font-weight: 700;
    transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

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

.button-primary {
    background: linear-gradient(135deg, var(--blue), var(--cyan));
    color: white;
    box-shadow: 0 18px 42px rgba(19, 84, 219, 0.32);
}

.button-secondary {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.16);
    color: white;
}

.button-tertiary {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.16);
    color: white;
}

.button-icon {
    width: 18px;
    height: 18px;
    display: inline-flex;
}

.button-icon svg,
.segment-icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.hero {
    position: relative;
    min-height: 88vh;
    display: grid;
    align-items: center;
    background:
        linear-gradient(90deg, rgba(4, 16, 36, 0.9) 0%, rgba(11, 31, 58, 0.62) 48%, rgba(4, 16, 36, 0.82) 100%),
        url("https://images.unsplash.com/photo-1576091160550-2173dba999ef?auto=format&fit=crop&w=1800&q=80") center/cover no-repeat;
    color: white;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 20%, rgba(0, 194, 255, 0.28), transparent 30%),
        radial-gradient(circle at 82% 30%, rgba(19, 84, 219, 0.22), transparent 24%),
        linear-gradient(180deg, rgba(4, 16, 36, 0.18) 0%, rgba(4, 16, 36, 0.08) 44%, rgba(4, 16, 36, 0.86) 100%);
}

.hero-shell {
    position: relative;
    z-index: 1;
    padding-top: 120px;
    padding-bottom: 140px;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(380px, 0.72fr);
    gap: 54px;
    align-items: center;
}

.hero-copy {
    max-width: 760px;
}

.eyebrow,
.section-kicker {
    margin: 0 0 16px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #8ce4df;
    color: var(--cyan);
}

.hero h1,
.section h2 {
    margin: 0;
    line-height: 1.04;
}

.hero h1 {
    font-size: clamp(3.4rem, 5.4vw, 6.2rem);
    max-width: 13ch;
    text-wrap: balance;
}

.hero-text,
.section-copy,
.flow-card p,
.capability-card p,
.segment-card p,
.deployment-card p,
.result-card p,
.contact-copy p,
.operations-summary,
.rail-copy,
.timeline-item p {
    line-height: 1.6;
}

.hero-text {
    margin: 22px 0 0;
    max-width: 62ch;
    color: rgba(255, 255, 255, 0.88);
    font-size: 18px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.hero-signals {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.signal-chip,
.visual-chip {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: white;
    font-size: 13px;
    backdrop-filter: blur(14px);
}

.hero-console {
    position: relative;
    min-height: 520px;
    padding: 22px;
    border-radius: 8px;
    border: 1px solid rgba(0, 194, 255, 0.2);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04)),
        rgba(4, 16, 36, 0.76);
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(18px);
    overflow: hidden;
}

.hero-console::before {
    content: "";
    position: absolute;
    inset: -40% -20% auto 20%;
    height: 280px;
    background: radial-gradient(circle, rgba(0, 194, 255, 0.24), transparent 62%);
    pointer-events: none;
}

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

.console-header img {
    width: 192px;
    height: 54px;
    object-fit: cover;
    border-radius: 6px;
}

.console-header span {
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
    text-transform: uppercase;
}

.console-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 12px;
    margin-top: 18px;
}

.console-metric {
    min-height: 128px;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.08);
    display: grid;
    align-content: space-between;
}

.console-metric.metric-primary {
    grid-row: span 2;
    background:
        radial-gradient(circle at top right, rgba(0, 194, 255, 0.24), transparent 48%),
        rgba(19, 84, 219, 0.24);
}

.console-metric span,
.console-metric em,
.console-flow small {
    color: rgba(255, 255, 255, 0.62);
    font-style: normal;
    font-size: 12px;
}

.console-metric strong {
    display: block;
    font-size: 30px;
    line-height: 1.05;
}

.console-metric.metric-primary strong {
    font-size: 54px;
}

.console-flow {
    position: relative;
    display: grid;
    gap: 10px;
    margin-top: 16px;
}

.console-flow > div {
    display: grid;
    grid-template-columns: 14px 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 12px 14px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.flow-dot,
.alert-pulse {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--cyan);
    box-shadow: 0 0 18px rgba(0, 194, 255, 0.74);
}

.console-alert {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 16px;
    padding: 16px;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(0, 194, 255, 0.14), rgba(255, 255, 255, 0.08));
    border: 1px solid rgba(0, 194, 255, 0.24);
}

.console-alert p {
    margin: 5px 0 0;
    color: rgba(255, 255, 255, 0.74);
    line-height: 1.5;
}

.hero-strip {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(4, 16, 36, 0.88);
    border-top: 1px solid rgba(0, 194, 255, 0.16);
}

.hero-strip-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    padding: 18px 0;
}

.hero-stat {
    min-width: 0;
    padding: 8px 0 8px 18px;
    border-left: 1px solid rgba(0, 194, 255, 0.22);
}

.hero-stat-label {
    display: block;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
    text-transform: uppercase;
}

.hero-stat strong {
    display: block;
    font-size: 15px;
    line-height: 1.45;
}

.section {
    padding: 88px 0;
    scroll-margin-top: 90px;
}

.page-hero {
    position: relative;
    padding: 130px 0 72px;
    color: white;
    background:
        radial-gradient(circle at 16% 20%, rgba(0, 194, 255, 0.28), transparent 28rem),
        radial-gradient(circle at 84% 16%, rgba(19, 84, 219, 0.24), transparent 24rem),
        linear-gradient(135deg, #041024, #0b1f3a 58%, #08254d);
    overflow: hidden;
}

.page-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 194, 255, 0.62), transparent);
}

.page-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.96fr) minmax(320px, 0.58fr);
    gap: 42px;
    align-items: center;
}

.page-hero h1,
.page-contact h1 {
    margin: 0;
    max-width: 12ch;
    font-size: clamp(3rem, 5vw, 5.8rem);
    line-height: 1.02;
    text-wrap: balance;
}

.page-hero-card {
    min-height: 260px;
    display: grid;
    align-content: end;
    gap: 16px;
    padding: 24px;
    border-radius: 8px;
    border: 1px solid rgba(0, 194, 255, 0.2);
    background:
        radial-gradient(circle at 80% 10%, rgba(0, 194, 255, 0.2), transparent 34%),
        rgba(255, 255, 255, 0.08);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(18px);
}

.page-hero-card img {
    max-height: 132px;
    width: 100%;
    object-fit: contain;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
}

.page-hero-card strong {
    font-size: 26px;
}

.page-hero-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.6;
}

.trust-ribbon {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: -40px 0 44px;
    padding: 14px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.trust-ribbon span {
    flex: 1 1 170px;
    min-height: 42px;
    display: grid;
    place-items: center;
    padding: 0 14px;
    border-radius: 6px;
    color: var(--navy);
    background: linear-gradient(135deg, #ffffff, #f4f8fd);
    border: 1px solid #e3edf7;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
}

.section-dark {
    background:
        radial-gradient(circle at 10% 10%, rgba(0, 194, 255, 0.18), transparent 28%),
        linear-gradient(180deg, var(--surface-dark), var(--surface-deep));
    color: white;
}

.section-results {
    padding-top: 28px;
}

.section-contact {
    background:
        radial-gradient(circle at 80% 10%, rgba(0, 194, 255, 0.16), transparent 30%),
        linear-gradient(180deg, #0b1f3a, #041024);
    color: white;
}

.page-contact {
    min-height: calc(100vh - 76px);
    padding-top: 132px;
}

.section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
    gap: 24px;
    align-items: end;
    margin-bottom: 34px;
}

.section-heading-light .section-kicker,
.section-kicker.light {
    color: #90e7da;
}

.section-heading h2 {
    font-size: clamp(2rem, 3vw, 3.35rem);
    max-width: 14ch;
}

.section-copy {
    margin: 0;
    color: var(--muted);
}

.section-copy.light,
.section-heading-light .section-copy {
    color: rgba(255, 255, 255, 0.76);
}

.segment-grid,
.results-grid,
.capability-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.topic-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.topic-card {
    min-height: 230px;
    display: grid;
    align-content: end;
    gap: 10px;
    padding: 24px;
    border-radius: 8px;
    border: 1px solid var(--line);
    background:
        radial-gradient(circle at 86% 12%, rgba(0, 194, 255, 0.14), transparent 30%),
        linear-gradient(145deg, #ffffff, #f6faff);
    box-shadow: var(--shadow);
    position: relative;
    overflow: hidden;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.topic-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, var(--blue), var(--cyan));
}

.topic-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 28px 70px rgba(11, 31, 58, 0.14);
}

.topic-card span {
    color: var(--blue);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
}

.topic-card strong {
    font-size: 24px;
}

.topic-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.55;
}

.topic-card-featured {
    grid-column: span 2;
    color: white;
    background:
        radial-gradient(circle at 84% 12%, rgba(0, 194, 255, 0.2), transparent 30%),
        linear-gradient(145deg, #0b1f3a, #08254d);
}

.topic-card-featured span {
    color: var(--cyan);
}

.topic-card-featured p {
    color: rgba(255, 255, 255, 0.76);
}

.section-products {
    background:
        radial-gradient(circle at 12% 8%, rgba(0, 194, 255, 0.12), transparent 24rem),
        linear-gradient(180deg, #ffffff, #f6faff);
}

.product-suite-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr 0.9fr;
    gap: 16px;
}

.product-suite-card {
    min-height: 280px;
    display: grid;
    align-content: end;
    gap: 12px;
    padding: 24px;
    border-radius: 8px;
    border: 1px solid var(--line);
    background:
        radial-gradient(circle at 84% 10%, rgba(0, 194, 255, 0.13), transparent 34%),
        #ffffff;
    box-shadow: var(--shadow);
    position: relative;
    overflow: hidden;
}

.product-suite-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, var(--blue), var(--cyan));
}

.product-suite-card-large {
    grid-row: span 2;
    min-height: 576px;
    color: white;
    background:
        radial-gradient(circle at 78% 8%, rgba(0, 194, 255, 0.22), transparent 34%),
        linear-gradient(150deg, #041024, #0b1f3a 55%, #08254d);
}

.product-visual {
    align-self: start;
    padding: 20px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
}

.product-visual img {
    width: 100%;
    max-height: 160px;
    object-fit: contain;
}

.product-suite-card span,
.insight-card span {
    color: var(--blue);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
}

.product-suite-card-large span {
    color: var(--cyan);
}

.product-suite-card h3,
.insight-card h3 {
    margin: 0;
    font-size: 24px;
}

.product-suite-card p,
.insight-card p,
.benefit-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.6;
}

.product-suite-card-large p {
    color: rgba(255, 255, 255, 0.76);
}

.product-suite-card a {
    color: var(--blue);
    font-weight: 800;
}

.product-suite-card-large a {
    color: var(--cyan);
}

.benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.benefit-card {
    min-height: 190px;
    display: grid;
    align-content: start;
    gap: 12px;
    padding: 22px;
    border-radius: 8px;
    border: 1px solid var(--line);
    background: linear-gradient(145deg, #ffffff, #f6faff);
    box-shadow: 0 16px 44px rgba(11, 31, 58, 0.08);
    position: relative;
    overflow: hidden;
}

.benefit-card::after {
    content: "";
    position: absolute;
    right: -40px;
    top: -40px;
    width: 112px;
    height: 112px;
    border-radius: 999px;
    background: rgba(0, 194, 255, 0.1);
}

.benefit-card strong {
    font-size: 20px;
}

.brand-showcase {
    display: grid;
    grid-template-columns: minmax(240px, 420px) minmax(0, 1fr);
    gap: 42px;
    align-items: center;
}

.brand-showcase img {
    width: 100%;
    border-radius: 8px;
    background: white;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
}

.insight-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.insight-card {
    min-height: 260px;
    display: grid;
    align-content: end;
    gap: 12px;
    padding: 24px;
    border-radius: 8px;
    border: 1px solid var(--line);
    background:
        radial-gradient(circle at 85% 12%, rgba(19, 84, 219, 0.14), transparent 32%),
        #ffffff;
    box-shadow: var(--shadow);
}

.final-cta {
    padding-top: 24px;
    background: linear-gradient(180deg, #f6faff, #e6eef7);
}

.final-cta-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    padding: 34px;
    border-radius: 8px;
    color: white;
    background:
        radial-gradient(circle at 80% 8%, rgba(0, 194, 255, 0.24), transparent 34%),
        linear-gradient(135deg, #041024, #0b1f3a);
    box-shadow: 0 30px 80px rgba(4, 16, 36, 0.22);
}

.final-cta-panel h2 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 1.04;
}

.final-cta-panel p:not(.section-kicker) {
    margin: 14px 0 0;
    max-width: 68ch;
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.6;
}

.brand-panel {
    display: grid;
    grid-template-columns: minmax(220px, 330px) minmax(0, 1fr) auto;
    gap: 22px;
    align-items: center;
    margin-bottom: 28px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background:
        radial-gradient(circle at 12% 16%, rgba(0, 194, 255, 0.13), transparent 34%),
        linear-gradient(135deg, #ffffff, #f6faff);
    box-shadow: 0 24px 70px rgba(11, 31, 58, 0.11);
}

.brand-panel-logo {
    width: 100%;
    max-height: 118px;
    object-fit: contain;
}

.brand-panel-copy {
    display: grid;
    gap: 8px;
}

.brand-panel-copy strong {
    color: var(--navy);
    font-size: 22px;
}

.brand-panel-copy span {
    color: var(--muted);
    line-height: 1.5;
}

.palette-row {
    display: flex;
    gap: 10px;
}

.palette-row span {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    border: 1px solid rgba(11, 31, 58, 0.12);
}

.capability-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 18px;
}

.segment-card,
.flow-card,
.capability-card,
.deployment-card,
.result-card,
.timeline-item,
.rail-panel,
.operations-board,
.lead-form {
    border-radius: 8px;
}

.segment-card,
.deployment-card,
.result-card,
.timeline-item,
.rail-panel {
    background: var(--surface);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    position: relative;
    overflow: hidden;
}

.segment-card::before,
.deployment-card::before,
.result-card::before,
.rail-panel::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: linear-gradient(90deg, var(--blue), var(--cyan));
    opacity: 0.72;
}

.segment-card,
.deployment-card,
.result-card {
    padding: 24px;
}

.segment-card h3,
.flow-card h3,
.capability-card h3,
.deployment-card h3,
.result-card strong,
.timeline-title,
.rail-title {
    margin: 0 0 10px;
}

.segment-icon {
    width: 54px;
    height: 54px;
    border-radius: 8px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
}

.tint-teal {
    background: var(--teal-soft);
    color: var(--teal);
}

.tint-amber {
    background: var(--amber-soft);
    color: var(--amber);
}

.tint-rose {
    background: var(--rose-soft);
    color: var(--rose);
}

.tint-green {
    background: var(--green-soft);
    color: var(--green);
}

.bullet-list {
    display: grid;
    gap: 10px;
    padding: 0;
    margin: 18px 0 0;
    list-style: none;
    color: var(--muted);
}

.bullet-list li {
    position: relative;
    padding-left: 18px;
}

.bullet-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--teal);
}

.bullet-list-strong li {
    color: var(--text);
    font-weight: 600;
}

.section-ops {
    background: var(--surface-alt);
}

.persona-tabs {
    display: inline-grid;
    grid-auto-flow: column;
    gap: 8px;
    padding: 6px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid var(--line);
    justify-self: end;
}

.persona-tab {
    min-height: 42px;
    padding: 0 14px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: var(--muted);
    cursor: pointer;
}

.persona-tab.active {
    background: var(--blue);
    color: white;
}

.operations-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
    gap: 18px;
}

.operations-board {
    background:
        radial-gradient(circle at 88% 12%, rgba(0, 194, 255, 0.2), transparent 32%),
        linear-gradient(180deg, #0b1f3a, #041024);
    color: white;
    padding: 30px;
    box-shadow: 0 30px 70px rgba(4, 16, 36, 0.24);
    border: 1px solid rgba(0, 194, 255, 0.14);
}

.operations-kicker {
    color: #8de6d7;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 0 14px;
}

.operations-title {
    margin: 0;
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    max-width: 18ch;
}

.operations-summary {
    margin: 16px 0 0;
    color: rgba(255, 255, 255, 0.8);
    max-width: 62ch;
}

.timeline-list {
    display: grid;
    gap: 14px;
    margin-top: 26px;
}

.timeline-item {
    padding: 18px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.06));
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: none;
}

.timeline-meta {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
    text-transform: uppercase;
}

.timeline-title {
    font-size: 20px;
}

.timeline-item p {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
}

.operations-rail {
    display: grid;
    gap: 16px;
}

.rail-panel {
    padding: 22px;
}

.rail-title {
    font-size: 15px;
}

.rail-copy {
    margin: 0;
    color: var(--muted);
}

.rail-list {
    display: grid;
    gap: 10px;
    margin-top: 16px;
}

.rail-list-item {
    display: grid;
    gap: 4px;
    padding: 14px;
    border-radius: 8px;
    background: var(--surface-alt);
    border: 1px solid var(--line);
}

.rail-list-item strong {
    font-size: 15px;
}

.rail-list-item span {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.5;
}

.flow-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 18px;
}

.light-flow .result-card {
    min-height: 190px;
}

.flow-card,
.capability-card {
    padding: 22px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.045));
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.architecture-panel {
    display: grid;
    grid-template-columns: 1fr 68px 1fr 68px 1fr;
    gap: 0;
    align-items: center;
    margin-bottom: 24px;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid rgba(0, 194, 255, 0.18);
    background:
        radial-gradient(circle at 15% 15%, rgba(0, 194, 255, 0.18), transparent 26%),
        rgba(255, 255, 255, 0.06);
}

.architecture-column {
    min-height: 132px;
    display: grid;
    align-content: center;
    gap: 8px;
    padding: 18px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.architecture-column span {
    color: var(--cyan);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

.architecture-column small {
    color: rgba(255, 255, 255, 0.66);
    line-height: 1.45;
}

.architecture-line {
    height: 2px;
    background: linear-gradient(90deg, rgba(0, 194, 255, 0.24), var(--cyan), rgba(0, 194, 255, 0.24));
}

.flow-step {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(144, 231, 218, 0.16);
    color: var(--cyan);
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 18px;
}

.flow-card p,
.capability-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
}

.deployment-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
    gap: 28px;
    align-items: center;
}

.deployment-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
}

.deployment-card {
    box-shadow: none;
}

.deployment-visual {
    position: relative;
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
    min-height: 100%;
    box-shadow: 0 28px 68px rgba(11, 31, 58, 0.18);
}

.deployment-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(4, 16, 36, 0.74));
}

.deployment-visual img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
}

.deployment-visual figcaption {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    z-index: 1;
}

.results-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.result-card strong {
    display: block;
    font-size: 18px;
}

.result-card p {
    margin: 0;
    color: var(--muted);
}

.contact-shell {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.9fr);
    gap: 28px;
}

.contact-points {
    display: grid;
    gap: 14px;
    margin-top: 28px;
}

.contact-point {
    padding: 16px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.contact-point:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.contact-label {
    display: block;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    text-transform: uppercase;
}

.lead-form {
    padding: 26px;
    background:
        radial-gradient(circle at top right, rgba(0, 194, 255, 0.16), transparent 32%),
        rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(0, 194, 255, 0.16);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
}

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

.field {
    display: grid;
    gap: 8px;
}

.field span {
    color: rgba(255, 255, 255, 0.84);
    font-size: 14px;
}

.field input,
.field select,
.field textarea {
    width: 100%;
    min-height: 48px;
    padding: 12px 14px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.09);
    color: white;
    resize: vertical;
}

.field textarea {
    min-height: 132px;
}

.field input::placeholder,
.field textarea::placeholder {
    color: rgba(255, 255, 255, 0.42);
}

.field-wide {
    grid-column: 1 / -1;
}

.form-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    margin-top: 20px;
}

.toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.82);
}

.toggle input {
    width: 18px;
    height: 18px;
    margin: 0;
}

.form-status {
    min-height: 22px;
    margin: 16px 0 0;
    color: #9debe0;
}

.site-footer {
    padding: 24px 0 36px;
    background:
        radial-gradient(circle at 20% 0%, rgba(0, 194, 255, 0.12), transparent 30%),
        #041024;
    color: rgba(255, 255, 255, 0.74);
}

.footer-logo {
    width: 210px;
    height: 58px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid rgba(0, 194, 255, 0.16);
}

.footer-inner {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 24px;
}

.footer-inner p {
    margin: 8px 0 0;
    max-width: 54ch;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

@media (max-width: 1180px) {
    .hero-strip-grid,
    .segment-grid,
    .results-grid,
    .flow-grid,
    .capability-grid,
    .deployment-grid,
    .topic-grid,
    .product-suite-grid,
    .benefit-grid,
    .insight-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-shell,
    .page-hero-grid,
    .section-heading,
    .operations-grid,
    .deployment-shell,
    .contact-shell,
    .brand-panel,
    .architecture-panel,
    .brand-showcase {
        grid-template-columns: 1fr;
    }

    .topic-card-featured,
    .product-suite-card-large {
        grid-column: span 1;
        grid-row: auto;
        min-height: 320px;
    }

    .final-cta-panel {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .architecture-line {
        width: 2px;
        height: 42px;
        justify-self: center;
        background: linear-gradient(180deg, rgba(0, 194, 255, 0.24), var(--cyan), rgba(0, 194, 255, 0.24));
    }

    .persona-tabs {
        justify-self: start;
    }
}

@media (max-width: 860px) {
    .nav-links,
    .nav-cta {
        display: none;
    }

    .hero {
        min-height: auto;
    }

    .hero-shell {
        padding-top: 96px;
        padding-bottom: 110px;
    }

    .hero-console {
        min-height: auto;
    }

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

    .console-metric.metric-primary {
        grid-row: auto;
    }

    .hero-strip {
        position: static;
    }

    .hero-strip-grid,
    .segment-grid,
    .results-grid,
    .flow-grid,
    .capability-grid,
    .deployment-grid,
    .field-grid,
    .topic-grid,
    .product-suite-grid,
    .benefit-grid,
    .insight-grid {
        grid-template-columns: 1fr;
    }

    .shell {
        width: min(var(--shell), calc(100% - 24px));
    }

    .section {
        padding: 72px 0;
    }

    .hero h1 {
        max-width: 11ch;
    }

    .form-actions,
    .footer-inner {
        flex-direction: column;
        align-items: stretch;
    }
}

@media (max-width: 560px) {
    .hero-actions,
    .persona-tabs {
        width: 100%;
    }

    .persona-tabs {
        grid-auto-flow: row;
    }

    .button {
        width: 100%;
    }
}
