:root {
    --bg: #08111f;
    --bg-soft: #0d1729;
    --surface: rgba(10, 20, 38, 0.84);
    --surface-strong: #10203a;
    --surface-light: #b8c7da;
    --surface-white: #cfdae8;
    --border: rgba(137, 164, 204, 0.18);
    --border-strong: rgba(137, 164, 204, 0.3);
    --text: #dce6f7;
    --text-strong: #091322;
    --text-soft: #9fb0cb;
    --text-mid: #51627d;
    --accent: #41c3ff;
    --accent-strong: #0d7fe6;
    --accent-soft: rgba(65, 195, 255, 0.12);
    --success: #19c37d;
    --warn: #ffb020;
    --danger: #ff5d6c;
    --radius: 8px;
    --shadow: 0 18px 48px rgba(1, 7, 18, 0.36);
    --max: 1180px;
}

* {
    box-sizing: border-box;
}

.bot-trap-field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

html {
    scroll-behavior: smooth;
}

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

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

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

.container {
    width: min(var(--max), calc(100% - 40px));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    backdrop-filter: blur(18px);
    background: rgba(8, 17, 31, 0.78);
    border-bottom: 1px solid rgba(159, 176, 203, 0.12);
}

.header-bar,
.footer-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 76px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-weight: 700;
}

.brand-logo {
    width: 42px;
    flex: 0 0 auto;
    height: auto;
    display: block;
}

.brand-copy {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.brand-parent {
    color: var(--text-soft);
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.brand-name {
    font-size: 16px;
    line-height: 1;
    color: #fff;
}

.site-nav {
    display: inline-flex;
    align-items: center;
    gap: 24px;
    color: var(--text-soft);
    font-size: 14px;
}

.site-nav a:hover,
.footer-links a:hover,
.button-link:hover {
    color: #fff;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 8px;
    border: 1px solid transparent;
    font-weight: 600;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

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

.button-primary {
    background: linear-gradient(135deg, var(--accent-strong), var(--accent));
    color: #fff;
}

.button-secondary {
    border-color: rgba(159, 176, 203, 0.2);
    background: rgba(255, 255, 255, 0.03);
    color: #fff;
}

.button-link {
    color: var(--text);
    padding-inline: 0;
}

.hero {
    position: relative;
    overflow: hidden;
    padding: 120px 0 96px;
    background:
        radial-gradient(circle at 15% 20%, rgba(65, 195, 255, 0.16), transparent 22%),
        radial-gradient(circle at 84% 16%, rgba(25, 195, 125, 0.14), transparent 18%),
        linear-gradient(180deg, #0c1a31 0%, #0d203c 100%);
}

.table-row,
.form-actions {
    display: flex;
    align-items: center;
}

.table-row {
    justify-content: space-between;
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.table-row {
    min-height: 52px;
    padding: 0 16px;
    border-bottom: 1px solid rgba(159, 176, 203, 0.08);
    gap: 16px;
}

.table-row span {
    flex: 1;
    font-size: 13px;
}

.table-row span:last-child {
    text-align: right;
}

.hero-content {
    position: relative;
    z-index: 1;
    padding-top: 22px;
    display: block;
}

.hero-copy-block {
    max-width: 620px;
}

.hero-preview {
    display: none;
}

.eyebrow {
    margin: 0 0 16px;
    color: var(--accent);
    font-size: 12px;
    font-weight: 700;
}

.section-band-accent .eyebrow {
    color: var(--accent);
}

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

h1 {
    max-width: 14ch;
    font-size: clamp(44px, 7vw, 72px);
    line-height: 1.02;
}

h2 {
    max-width: 16ch;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.08;
    color: inherit;
}

h3 {
    font-size: 22px;
    line-height: 1.2;
}

.hero-copy,
.intro-copy p,
.step-card p,
.capability-card p,
.audience-card p,
.pilot-copy p,
.value-item span,
.site-footer p {
    color: var(--text-soft);
}

.hero-copy {
    max-width: 56ch;
    margin-top: 18px;
    font-size: 18px;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 28px;
}

.hero-points,
.pilot-points {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.hero-points li,
.pilot-points li {
    position: relative;
    padding-left: 18px;
    color: var(--text);
}

.hero-points li::before,
.pilot-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.58em;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--accent);
}

.section-band {
    position: relative;
    padding: 88px 0;
}

.section-band::before {
    content: "";
    position: absolute;
    top: -48px;
    left: 0;
    right: 0;
    height: 48px;
    pointer-events: none;
}

.section-band-light {
    background: var(--surface-light);
    color: var(--text-strong);
}

.section-band-dark {
    background: linear-gradient(180deg, #091322 0%, #0b1628 100%);
}

.section-band-mid {
    background: linear-gradient(180deg, #0c1a31 0%, #0d203c 100%);
}

.section-band-accent {
    background: linear-gradient(180deg, #0c1a31 0%, #0d203c 100%);
}

.section-band-dark::before {
    background: linear-gradient(180deg, rgba(8, 17, 31, 0), #091322 100%);
}

.section-band-mid::before,
.section-band-accent::before {
    background: linear-gradient(180deg, rgba(8, 17, 31, 0), #0c1a31 100%);
}

.intro-grid,
.pilot-layout,
.audience-layout,
.value-layout {
    display: grid;
    gap: 36px;
}

.intro-grid,
.pilot-layout {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: start;
}

.intro-copy {
    display: grid;
    gap: 18px;
    max-width: 58ch;
}

.section-heading {
    display: grid;
    gap: 12px;
}

.steps-grid,
.capability-grid,
.audience-grid,
.example-grid,
.about-grid {
    display: grid;
    gap: 18px;
    margin-top: 32px;
}

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

.capability-grid,
.audience-grid,
.example-grid,
.about-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.step-card,
.capability-card,
.audience-card,
.example-card,
.about-card {
    padding: 22px;
    border-radius: 8px;
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.03);
}

.section-band-light .step-card,
.section-band-light .audience-card {
    background: var(--surface-white);
    border-color: rgba(81, 98, 125, 0.12);
}

.capability-card {
    background: rgba(255, 255, 255, 0.04);
}

.example-card {
    background: rgba(255, 255, 255, 0.04);
}

.about-card {
    background: rgba(255, 255, 255, 0.04);
}

.step-index {
    display: inline-block;
    margin-bottom: 18px;
    color: var(--accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.step-card p,
.capability-card p,
.audience-card p,
.example-card p,
.about-card p {
    margin-top: 12px;
}

.example-block {
    margin: 16px 0 0;
    padding: 16px 18px;
    border: 1px solid rgba(159, 176, 203, 0.16);
    border-radius: 8px;
    background: rgba(6, 12, 24, 0.64);
    overflow-x: auto;
}

.example-block code {
    display: block;
    color: #dfeaff;
    font-family: "JetBrains Mono", Consolas, monospace;
    font-size: 13px;
    line-height: 1.65;
    white-space: pre;
}

.value-list {
    display: grid;
    gap: 14px;
    margin-top: 28px;
}

.value-item {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 16px;
    padding: 18px 0;
    border-top: 1px solid rgba(159, 176, 203, 0.14);
}

.pilot-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding: 22px;
    border-radius: 8px;
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.04);
}

.pilot-intro {
    margin-top: 18px;
    padding-top: 18px;
}

.pilot-form label {
    display: grid;
    gap: 8px;
}

.pilot-form span {
    font-size: 14px;
    font-weight: 600;
}

.pilot-legal-note {
    margin: 0;
    color: var(--text-soft);
    font-size: 13px;
    line-height: 1.65;
}

.pilot-legal-note a {
    color: var(--text);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.full-width,
.form-actions {
    grid-column: 1 / -1;
}

input,
select,
textarea {
    width: 100%;
    min-height: 50px;
    padding: 12px 14px;
    color: #fff;
    border-radius: 8px;
    border: 1px solid var(--border-strong);
    background: rgba(255, 255, 255, 0.05);
}

select {
    color: #fff;
}

select option {
    color: var(--text-strong);
    background: #ffffff;
}

textarea {
    min-height: 136px;
    resize: vertical;
}

input::placeholder,
textarea::placeholder {
    color: #7f92b1;
}

input:focus,
select:focus,
textarea:focus {
    outline: 2px solid rgba(65, 195, 255, 0.22);
    border-color: rgba(65, 195, 255, 0.56);
}

.form-actions {
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
}

.form-status {
    min-height: 24px;
    color: var(--text);
    font-size: 14px;
}

.form-status[data-status="pending"] {
    color: var(--text-soft);
}

.form-status[data-status="success"] {
    color: var(--success);
}

.form-status[data-status="error"] {
    color: #ff8f8f;
}

.site-footer {
    border-top: 1px solid rgba(159, 176, 203, 0.12);
    background: #07101d;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    color: var(--text-soft);
    font-size: 14px;
}

.footer-link-button {
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    font-size: 14px;
    cursor: pointer;
}

.footer-link-button:hover {
    color: #fff;
}

.cookie-consent {
    position: fixed;
    inset: auto 18px 18px 18px;
    z-index: 40;
}

.cookie-consent[hidden] {
    display: none;
}

.cookie-consent-card {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    max-width: 980px;
    margin-left: auto;
    padding: 18px 20px;
    border: 1px solid rgba(159, 176, 203, 0.2);
    border-radius: 8px;
    background: rgba(7, 16, 29, 0.98);
    box-shadow: 0 14px 40px rgba(1, 7, 18, 0.36);
}

.cookie-consent-copy {
    max-width: 720px;
}

.cookie-consent-copy strong {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.cookie-consent-copy p {
    margin: 8px 0 0;
    color: var(--text-soft);
    font-size: 13px;
    line-height: 1.6;
}

.cookie-consent-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-shrink: 0;
}

.cookie-consent-btn {
    min-height: 42px;
    padding: 0 16px;
    border-radius: 8px;
    border: 1px solid rgba(159, 176, 203, 0.2);
    font: inherit;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

.cookie-consent-btn-secondary {
    background: rgba(255, 255, 255, 0.03);
    color: #fff;
}

.cookie-consent-btn-primary {
    background: linear-gradient(135deg, var(--accent-strong), var(--accent));
    color: #fff;
    border-color: transparent;
}

.cookie-consent-btn:hover {
    transform: translateY(-1px);
}

.legal-page .hero {
    padding-top: 96px;
    padding-bottom: 56px;
}

.legal-copy-block {
    max-width: 760px;
}

.legal-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 22px;
    color: var(--text-soft);
    font-size: 13px;
    font-weight: 600;
}

.legal-content {
    padding-top: 56px;
}

.legal-stack {
    display: grid;
    gap: 18px;
}

.legal-card {
    padding: 24px;
    border-radius: 8px;
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.04);
}

.legal-card h2 {
    max-width: none;
    margin-bottom: 14px;
    font-size: 24px;
}

.legal-card p {
    color: var(--text-soft);
    font-size: 15px;
    line-height: 1.72;
}

.legal-card a {
    color: var(--accent);
}

.legal-list {
    margin: 14px 0 0;
    padding-left: 20px;
    color: var(--text-soft);
}

.legal-list li + li {
    margin-top: 8px;
}

@media (max-width: 1040px) {
    .hero {
        padding-top: 96px;
        padding-bottom: 72px;
    }

    .hero-content {
        padding-top: 0;
    }

    .intro-grid,
    .pilot-layout,
    .steps-grid,
    .capability-grid,
    .audience-grid {
        grid-template-columns: 1fr;
    }

    .value-item {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 1180px) {
    .hero-content {
        display: grid;
        grid-template-columns: minmax(0, 620px) minmax(360px, 1fr);
        align-items: center;
        gap: 56px;
    }

    .hero-preview {
        display: flex;
        justify-content: flex-end;
    }

    .hero-preview img {
        display: block;
        width: min(100%, 560px);
        height: auto;
    }
}

@media (max-width: 760px) {
    .container {
        width: min(var(--max), calc(100% - 28px));
    }

    .site-nav,
    .header-cta {
        display: none;
    }

    .hero {
        padding-top: 72px;
        padding-bottom: 56px;
    }

    .hero-actions,
    .hero-points,
    .footer-bar,
    .form-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .cookie-consent {
        inset: auto 12px 12px 12px;
    }

    .cookie-consent-card,
    .cookie-consent-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .footer-bar {
        padding: 24px 0;
    }

    .pilot-form {
        grid-template-columns: 1fr;
    }

    h1 {
        max-width: 14ch;
    }
}
