:root {
    color-scheme: light;
    --ink: #07131f;
    --ink-2: #0d2133;
    --panel: #122a40;
    --paper: #f6f9fc;
    --white: #ffffff;
    --text: #0a2442;
    --muted: #63748a;
    --line: #dbe6f0;
    --line-dark: rgba(179, 210, 238, 0.24);
    --cyan: #17c6d8;
    --teal: #17b997;
    --amber: #f4b23c;
    --blue: #1e66d0;
    --red: #e45a5a;
    --shadow: 0 24px 70px rgba(13, 42, 70, 0.18);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--text);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
}

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

img {
    max-width: 100%;
}

.site-header {
    position: fixed;
    z-index: 30;
    top: 0;
    left: 0;
    right: 0;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 28px;
    min-height: 76px;
    padding: 14px clamp(18px, 4vw, 64px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(7, 19, 31, 0.88);
    backdrop-filter: blur(16px);
}

.brand img {
    display: block;
    width: 154px;
    height: auto;
}

.main-nav {
    display: flex;
    justify-content: center;
    gap: 22px;
    color: #c4d3e1;
    font-size: 14px;
    font-weight: 850;
}

.main-nav a:hover,
.main-nav a:focus-visible {
    color: #fff;
}

.header-cta,
.primary-link,
.secondary-link,
.lead-form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border-radius: 7px;
    padding: 0 18px;
    font-weight: 900;
}

.header-cta,
.secondary-link {
    border: 1px solid rgba(237, 246, 255, 0.32);
    color: #fff;
    background: rgba(237, 246, 255, 0.08);
}

.primary-link,
.lead-form button {
    border: 0;
    color: #03151e;
    background: var(--cyan);
}

.lead-form button {
    min-width: 170px;
    cursor: pointer;
}

.lead-form button:disabled {
    cursor: wait;
    opacity: 0.72;
}

.hero {
    position: relative;
    min-height: 100svh;
    display: grid;
    align-items: end;
    overflow: hidden;
    padding: 138px clamp(22px, 5vw, 84px) 72px;
    color: #fff;
}

.hero-image,
.hero-shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hero-image {
    object-fit: cover;
}

.hero-shade {
    background:
        linear-gradient(90deg, rgba(7, 19, 31, 0.94) 0%, rgba(7, 19, 31, 0.72) 46%, rgba(7, 19, 31, 0.20) 100%),
        linear-gradient(0deg, rgba(7, 19, 31, 0.94) 0%, rgba(7, 19, 31, 0.08) 58%);
}

.hero-content {
    position: relative;
    width: min(780px, 100%);
}

.eyebrow,
.section-kicker {
    margin: 0 0 16px;
    color: var(--cyan);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

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

h1 {
    max-width: 880px;
    margin-bottom: 24px;
    font-size: clamp(46px, 8vw, 92px);
    line-height: 0.96;
    letter-spacing: 0;
}

h2 {
    margin-bottom: 18px;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.03;
    letter-spacing: 0;
}

h3 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1.16;
}

p {
    line-height: 1.65;
}

.hero-copy {
    width: min(690px, 100%);
    color: #dbe9f7;
    font-size: clamp(19px, 2vw, 25px);
    line-height: 1.45;
}

.hero-actions,
.pilot-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.hero-metrics {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    width: min(790px, 100%);
    margin-top: 56px;
    overflow: hidden;
    border: 1px solid var(--line-dark);
    border-radius: 8px;
    background: var(--line-dark);
}

.hero-metrics div {
    padding: 20px;
    background: rgba(8, 25, 43, 0.82);
}

.hero-metrics strong {
    display: block;
    margin-bottom: 5px;
    color: var(--amber);
    font-size: 28px;
}

.hero-metrics span {
    color: #bfd1e1;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

section:not(.hero) {
    padding: clamp(62px, 8vw, 112px) clamp(22px, 5vw, 84px);
}

.about-section,
.intelligence-section,
.commercial-section {
    background: #fff;
}

.split-lead,
.platform-section,
.integrations-section,
.intelligence-section,
.realtime-section,
.contact-section {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
    gap: clamp(32px, 6vw, 78px);
    align-items: center;
}

.split-lead {
    align-items: start;
}

.split-lead p,
.platform-copy p,
.integrations-section p,
.intelligence-section p,
.realtime-section p,
.contact-copy p {
    color: currentColor;
    font-size: 18px;
    opacity: 0.82;
}

.belief-grid,
.solution-grid,
.commercial-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    margin-top: 44px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--line);
}

.belief-grid article,
.solution-grid article,
.commercial-grid article {
    min-height: 205px;
    padding: 24px;
    background: #fff;
}

.belief-grid span {
    display: block;
    margin-bottom: 34px;
    color: var(--blue);
    font-weight: 950;
}

.belief-grid p,
.solution-grid p,
.commercial-grid span,
.integration-map span {
    color: var(--muted);
}

.platform-section {
    background: #081827;
    color: #edf7ff;
}

.check-list {
    display: grid;
    gap: 12px;
    margin: 26px 0 0;
    padding: 0;
    list-style: none;
}

.check-list li {
    position: relative;
    padding-left: 28px;
    color: #d4e3f0;
    font-weight: 700;
}

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

.product-figure,
.intelligence-section figure {
    margin: 0;
}

.product-figure img,
.intelligence-section img {
    display: block;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.product-figure figcaption {
    margin-top: 10px;
    color: #b3c4d6;
    font-size: 13px;
    font-weight: 800;
}

.solutions-section {
    background: #f3f7fb;
}

.solutions-section > h2,
.commercial-section > h2 {
    max-width: 980px;
}

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

.solution-grid article {
    background: #fff;
}

.integrations-section {
    background: #0e1922;
    color: #edf7ff;
}

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

.integration-map article {
    min-height: 142px;
    border: 1px solid var(--line-dark);
    border-radius: 8px;
    padding: 20px;
    background: #122a40;
}

.integration-map strong,
.commercial-grid strong {
    display: block;
    margin-bottom: 12px;
    font-size: 19px;
}

.intelligence-section img {
    border-color: #d7e3ee;
    box-shadow: 0 24px 72px rgba(18, 47, 79, 0.18);
}

.feature-row,
.contact-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.feature-row span,
.contact-points span {
    border: 1px solid #cbd9e7;
    border-radius: 7px;
    padding: 9px 12px;
    color: #0a315e;
    background: #fff;
    font-weight: 900;
}

.realtime-section {
    background: #f7fafc;
}

.flow-list {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.flow-list li {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 8px 16px;
    align-items: start;
    border-left: 4px solid var(--cyan);
    padding: 20px;
    background: #fff;
    box-shadow: inset 0 0 0 1px var(--line);
}

.flow-list span {
    grid-row: span 2;
    color: var(--blue);
    font-weight: 950;
}

.flow-list strong {
    font-size: 18px;
}

.flow-list p {
    margin: 0;
    color: var(--muted);
}

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

.contact-section {
    align-items: start;
    background: #07131f;
    color: #edf7ff;
}

.lead-form {
    display: grid;
    gap: 14px;
    border: 1px solid var(--line-dark);
    border-radius: 8px;
    padding: clamp(18px, 3vw, 28px);
    background: #102235;
}

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

.lead-form label {
    display: grid;
    gap: 7px;
}

.lead-form label > span {
    color: #dceafa;
    font-size: 13px;
    font-weight: 900;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
    width: 100%;
    border: 1px solid #3f6684;
    border-radius: 7px;
    padding: 12px 13px;
    color: #fff;
    background: #0a1b2c;
    font: inherit;
}

.lead-form textarea {
    resize: vertical;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
    outline: 2px solid var(--cyan);
    outline-offset: 1px;
}

.consent-line {
    grid-template-columns: 18px 1fr;
    align-items: start;
    gap: 10px;
}

.consent-line input {
    width: 18px;
    height: 18px;
    padding: 0;
    accent-color: var(--cyan);
}

.form-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    padding-top: 6px;
}

#leadFormStatus {
    min-height: 22px;
    color: #dceafa;
    font-size: 14px;
    font-weight: 800;
}

#leadFormStatus.success {
    color: #72f2c7;
}

#leadFormStatus.error {
    color: #ffadad;
}

.site-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 28px clamp(22px, 5vw, 84px);
    border-top: 1px solid var(--line-dark);
    color: #b7c8d8;
    background: #050b13;
    font-size: 13px;
    font-weight: 800;
}

.site-footer img {
    width: 136px;
}

@media (max-width: 1040px) {
    .site-header {
        grid-template-columns: auto auto;
    }

    .main-nav {
        display: none;
    }

    .split-lead,
    .platform-section,
    .integrations-section,
    .intelligence-section,
    .realtime-section,
    .contact-section {
        grid-template-columns: 1fr;
    }

    .belief-grid,
    .solution-grid,
    .commercial-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .site-header {
        min-height: 66px;
        padding: 12px 16px;
    }

    .brand img {
        width: 126px;
    }

    .header-cta {
        min-height: 38px;
        padding: 0 12px;
        font-size: 13px;
    }

    .hero {
        padding: 112px 18px 44px;
    }

    .hero-metrics,
    .belief-grid,
    .solution-grid,
    .commercial-grid,
    .integration-map,
    .form-row {
        grid-template-columns: 1fr;
    }

    .hero-actions,
    .pilot-actions {
        flex-direction: column;
    }

    .primary-link,
    .secondary-link,
    .lead-form button {
        width: 100%;
    }

    section:not(.hero) {
        padding: 54px 18px;
    }

    .site-footer {
        align-items: flex-start;
        flex-direction: column;
    }
}
