:root {
    --bs-body-color: #e8eef7;
    --bs-heading-color: #f4f7fb;
    --bs-body-bg: #0a0e14;
    --bg: #0a0e14;
    --bg-2: #0e141d;
    --surface-alt: #0e141d;
    --surface: #121a24;
    --surface-2: #182230;
    --line: #243044;
    --text: #e8eef7;
    --muted: #8b9cb3;
    --accent: #4cc9f0;
    --accent-2: #4361ee;
    --accent-hover: #7dd8f5;
    --accent-soft: rgba(76, 201, 240, 0.12);
    --ok: #34d399;
    --warn: #fbbf24;
    --bad: #f87171;
    --navy: #0a0e14;
    --navy-mid: #121a24;
    --ink: #e8eef7;
    --paper: #121a24;
    --white: #e8eef7;
    --gold: #fbbf24;
    --discord: #5865f2;
    --discord-hover: #4752c4;
    --sunset: #fb923c;
    --vehicle: #f87171;
    --aqyro: #34d399;
    --meesterwerk: #38bdf8;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "IBM Plex Sans", system-ui, sans-serif;
    color: var(--text);
    background:
        radial-gradient(1200px 500px at 90% -10%, rgba(67, 97, 238, 0.18), transparent 50%),
        radial-gradient(900px 400px at -10% 20%, rgba(76, 201, 240, 0.08), transparent 45%),
        var(--bg);
    line-height: 1.7;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.card-title,
.card h1, .card h2, .card h3, .card h4, .card h5, .card h6,
.card .h1, .card .h2, .card .h3, .card .h4, .card .h5, .card .h6,
.display-font {
    font-family: "IBM Plex Sans", system-ui, sans-serif;
    letter-spacing: -0.03em;
    color: #f4f7fb !important;
    font-weight: 700;
}

.card,
.card-zerix,
.story-card {
    color: var(--text);
}

a {
    color: var(--accent);
}

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

.text-secondary,
.text-muted {
    color: var(--muted) !important;
}

.navbar-zerix {
    background: rgba(10, 14, 20, 0.88);
    backdrop-filter: blur(18px);
    padding: 0.85rem 0;
    border-bottom: 1px solid var(--line);
}

.navbar-zerix .navbar-brand,
.navbar-zerix .navbar-brand:hover,
.navbar-zerix .navbar-brand:focus {
    color: var(--text);
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-right: 0.7rem;
    border-radius: 8px;
    background: #0a0e14;
    color: var(--accent);
    border: 1px solid var(--accent);
    font-family: "IBM Plex Mono", monospace;
    font-size: 1.05rem;
    font-weight: 600;
    box-shadow: 0 0 18px rgba(76, 201, 240, 0.25);
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.brand-text small {
    font-size: 0.6rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    color: var(--muted);
    font-family: "IBM Plex Mono", monospace;
}

.navbar-zerix .nav-link {
    color: var(--muted);
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0.4rem 0.75rem !important;
    border-radius: 6px;
}

.navbar-zerix .nav-link:hover,
.navbar-zerix .nav-link.active {
    color: var(--text);
    background: var(--accent-soft);
}

.navbar-toggler {
    border-color: var(--line);
}

.navbar-toggler-icon {
    filter: invert(1);
}

.btn-panel {
    background: var(--accent);
    color: #041018 !important;
    border: 0;
    border-radius: 8px;
    padding: 0.55rem 1.1rem;
    font-weight: 700;
    font-size: 0.82rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.btn-panel:hover,
.btn-panel:focus {
    background: var(--accent-hover);
    color: #041018 !important;
}

.hero {
    padding: 6.5rem 0 4.5rem;
    position: relative;
    overflow: hidden;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 3rem;
    align-items: center;
}

.hero h1 {
    font-size: clamp(2.4rem, 5vw, 4.2rem);
    line-height: 1.05;
    margin-bottom: 1.2rem;
    text-transform: uppercase;
}

.hero p.lead {
    color: var(--muted);
    max-width: 36rem;
    font-size: 1.08rem;
}

.eyebrow {
    display: inline-block;
    color: var(--accent);
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.74rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.text-gradient {
    color: var(--accent);
}

.btn-zerix {
    background: var(--accent);
    color: #041018;
    border: 0;
    border-radius: 8px;
    padding: 0.75rem 1.35rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.btn-zerix:hover,
.btn-zerix:focus {
    background: var(--accent-hover);
    color: #041018;
}

.btn-outline-light-zerix,
.btn-outline-zerix {
    border: 1px solid var(--line);
    color: var(--text);
    background: transparent;
    border-radius: 8px;
    padding: 0.75rem 1.35rem;
    font-weight: 700;
}

.btn-outline-light-zerix:hover,
.btn-outline-zerix:hover,
.btn-outline-zerix:focus {
    background: var(--surface-2);
    color: var(--text);
    border-color: var(--accent);
}

.hero-window {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.hero-window-bar {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.7rem 1rem;
    background: #0d141d;
    border-bottom: 1px solid var(--line);
    color: var(--muted);
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.75rem;
}

.hero-window-bar i {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

.hero-window-bar i:nth-child(1) { background: #f87171; }
.hero-window-bar i:nth-child(2) { background: #fbbf24; }
.hero-window-bar i:nth-child(3) { background: #34d399; }

.hero-code {
    margin: 0;
    padding: 1.25rem 1.35rem 1.5rem;
    color: #9fb3c8;
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.82rem;
    line-height: 1.7;
    white-space: pre-wrap;
}

.hero-code .k { color: #c792ea; }
.hero-code .f { color: #82aaff; }
.hero-code .s { color: #c3e88d; }
.hero-code .c { color: #5c6b7a; }

.feature-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-top: -1.5rem;
    position: relative;
    z-index: 2;
}

.feature-item {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 1.2rem 1.15rem;
}

.feature-item i {
    color: var(--accent);
    font-size: 1.25rem;
    display: block;
    margin-bottom: 0.55rem;
}

.feature-item strong {
    display: block;
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.feature-item span {
    color: var(--muted);
    font-size: 0.88rem;
}

.section {
    padding: 5.2rem 0;
}

.section-muted {
    background: var(--bg-2);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.section-title {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    margin-bottom: 0.7rem;
    text-transform: uppercase;
}

.section-intro {
    color: var(--muted);
    max-width: 38rem;
}

.rule {
    width: 48px;
    height: 3px;
    background: var(--accent);
    border: 0;
    margin: 0 0 1.5rem;
}

.card-zerix,
.story-card,
.contact-form-box {
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--surface);
    box-shadow: none;
    height: 100%;
}

.card-zerix {
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.card-zerix:hover {
    transform: translateY(-3px);
    border-color: var(--accent);
}

.card-zerix .card-body,
.story-card {
    padding: 1.7rem;
}

.card-kicker {
    color: var(--accent);
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 0.55rem;
}

.icon-bubble {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--accent-soft);
    color: var(--accent);
    font-size: 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid rgba(76, 201, 240, 0.25);
}

.page-header {
    background: linear-gradient(180deg, rgba(67, 97, 238, 0.12), transparent 70%);
    color: var(--text);
    padding: 4.2rem 0 3rem;
    border-bottom: 1px solid var(--line);
}

.page-header h1 {
    color: var(--text);
    margin-bottom: 0.6rem;
    text-transform: uppercase;
}

.page-header p {
    color: var(--muted);
    max-width: 38rem;
    margin: 0;
}

.timeline {
    list-style: none;
    padding: 0;
    margin: 0;
}

.timeline li {
    position: relative;
    padding-left: 1.35rem;
    margin-bottom: 1.25rem;
}

.timeline li:last-child { margin-bottom: 0; }

.timeline li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5rem;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--accent);
}

.timeline span {
    color: var(--muted);
    font-size: 0.95rem;
}

.process-list {
    padding-left: 1.15rem;
    color: var(--muted);
}

.process-list li + li { margin-top: 0.85rem; }
.process-list strong { color: var(--text); }

.cta-banner,
.discord-panel {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    align-items: center;
    justify-content: space-between;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 2rem;
}

.discord-panel-icon {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--accent-soft);
    color: var(--accent);
    font-size: 1.7rem;
    border: 1px solid rgba(76, 201, 240, 0.25);
}

.partner-card,
.klant-card {
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 1.6rem;
    height: 100%;
}

.klant-card {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 2rem;
    align-items: center;
}

.partner-emoji {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    font-family: "IBM Plex Mono", monospace;
    font-weight: 600;
    color: var(--accent);
    background: var(--accent-soft);
    border: 1px solid rgba(76, 201, 240, 0.25);
}

.partner-slug {
    display: inline-block;
    font-size: 0.8rem;
    font-family: "IBM Plex Mono", monospace;
    color: var(--muted);
    background: var(--bg);
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 0.2rem 0.7rem;
}

.klanten-list { display: flex; flex-direction: column; gap: 1.25rem; }

.klant-preview {
    background: #071018;
    color: var(--text);
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 1.3rem 1.4rem;
    min-height: 200px;
}

.klant-preview-bar {
    display: flex;
    gap: 0.35rem;
    margin-bottom: 1.2rem;
}

.klant-preview-bar span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #334155;
}

.klant-preview-label {
    margin: 0 0 0.4rem;
    color: var(--accent);
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.7rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.klant-preview-title {
    margin: 0;
    font-size: 1.35rem;
    color: var(--text);
}

.contact-box {
    background: var(--surface);
    color: var(--text);
    padding: 2.2rem;
    border-radius: 14px;
    border: 1px solid var(--line);
}

.contact-box h2,
.contact-box a { color: var(--text); }
.contact-box a:hover { color: var(--accent); }

.contact-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.15rem 0;
    border-bottom: 1px solid var(--line);
}

.contact-item-last { border-bottom: 0; padding-bottom: 0; }
.contact-label {
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--accent);
    font-family: "IBM Plex Mono", monospace;
    font-weight: 600;
}
.contact-meta { color: var(--muted); }
.contact-form-box { padding: 2.2rem; }
.contact-form-box h2 { color: var(--text); }
.contact-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.price-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 1.8rem;
    height: 100%;
}

.price-card.is-featured {
    border-color: var(--accent);
    box-shadow: 0 0 0 1px var(--accent);
}

.price-card .price {
    font-family: "IBM Plex Mono", monospace;
    font-size: 1.7rem;
    color: var(--accent);
    margin: 0.6rem 0 1rem;
}

.price-card ul {
    color: var(--muted);
    padding-left: 1.1rem;
}

.footer-zerix {
    background: #070b10;
    color: var(--muted);
    padding: 3.2rem 0 1.5rem;
    font-size: 0.92rem;
    border-top: 1px solid var(--line);
}

.footer-zerix a {
    color: #c5d0de;
    text-decoration: none;
}

.footer-zerix a:hover { color: var(--accent); }
.footer-brand {
    color: var(--text);
    font-weight: 700;
    display: flex;
    align-items: center;
}
.footer-heading { color: var(--text); font-weight: 700; }
.footer-links li { margin-bottom: 0.4rem; }
.footer-parent a {
    color: var(--text);
    font-weight: 700;
}
.footer-bottom {
    border-top: 1px solid var(--line);
    margin-top: 2rem;
    padding-top: 1.15rem;
}
.footer-mono {
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.form-control,
.form-select {
    border-radius: 8px;
    border-color: var(--line);
    background: #0d141d;
    color: var(--text);
    padding: 0.75rem 0.95rem;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--accent);
    background: #0d141d;
    color: var(--text);
    box-shadow: 0 0 0 0.2rem rgba(76, 201, 240, 0.18);
}

.form-label { color: var(--text); font-weight: 600; }

.table {
    color: var(--text);
    --bs-table-bg: transparent;
    --bs-table-border-color: var(--line);
    --bs-table-hover-bg: rgba(76, 201, 240, 0.05);
}

.table thead th {
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--muted);
    font-weight: 500;
}

.status-pill {
    display: inline-block;
    border-radius: 999px;
    padding: 0.22rem 0.7rem;
    font-size: 0.75rem;
    font-weight: 700;
}

.status-aanvraag { background: rgba(67, 97, 238, 0.18); color: #93c5fd; }
.status-in_behandeling { background: rgba(251, 191, 36, 0.16); color: #fbbf24; }
.status-offerte { background: rgba(56, 189, 248, 0.16); color: #7dd3fc; }
.status-wacht_op_betaling { background: rgba(251, 146, 60, 0.16); color: #fb923c; }
.status-betaling_gemeld { background: rgba(250, 204, 21, 0.16); color: #facc15; }
.status-betaald { background: rgba(52, 211, 153, 0.16); color: #34d399; }
.status-in_ontwikkeling { background: rgba(76, 201, 240, 0.16); color: #4cc9f0; }
.status-klaar { background: rgba(52, 211, 153, 0.2); color: #6ee7b7; }
.status-geannuleerd { background: rgba(248, 113, 113, 0.16); color: #f87171; }

.stat-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.stat-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 1.15rem 1.2rem;
}

.stat-card span {
    display: block;
    color: var(--muted);
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.stat-card strong {
    font-family: "IBM Plex Mono", monospace;
    font-size: 1.8rem;
    color: var(--accent);
}

.btn-tikkie {
    background: #ff6b00;
    color: #fff;
    border: 0;
    border-radius: 8px;
    padding: 0.75rem 1.4rem;
    font-weight: 700;
}

.btn-tikkie:hover { background: #e05f00; color: #fff; }

.status-track {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.45rem;
}

.status-step {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 0.65rem 0.45rem;
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--muted);
    text-align: center;
}

.status-step.is-done {
    background: var(--accent-soft);
    color: var(--accent);
    border-color: rgba(76, 201, 240, 0.35);
}

.alert-success {
    background: rgba(52, 211, 153, 0.12);
    border-color: rgba(52, 211, 153, 0.3);
    color: #6ee7b7;
}

.alert-danger {
    background: rgba(248, 113, 113, 0.12);
    border-color: rgba(248, 113, 113, 0.3);
    color: #fca5a5;
}

.cookie-banner {
    position: fixed;
    z-index: 1080;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    max-width: 720px;
    margin: 0 auto;
    background: var(--surface);
    color: var(--muted);
    border-radius: 14px;
    padding: 1.35rem 1.5rem;
    display: flex;
    gap: 1.25rem;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--line);
}

.cookie-banner-inner {
    display: flex;
    gap: 1.25rem;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.cookie-banner.is-hidden { display: none !important; }
.cookie-banner h2 { color: var(--text); font-size: 1.1rem; margin: 0 0 0.3rem; }
.cookie-banner p { margin: 0; font-size: 0.9rem; }
.cookie-banner a { color: var(--accent); font-weight: 700; }
.cookie-banner-actions { display: flex; flex-shrink: 0; gap: 0.5rem; }

.next-list,
.next-list {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: step;
}

.next-list li,
.next-list li {
    counter-increment: step;
    position: relative;
    padding-left: 2.2rem;
    margin-bottom: 0.9rem;
    color: var(--muted);
}

.next-list li::before,
.next-list li::before {
    content: counter(step);
    position: absolute;
    left: 0;
    top: 0.05rem;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    border: 1px solid var(--accent);
    color: var(--accent);
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.72rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991.98px) {
    .hero-grid,
    .feature-bar,
    .stat-grid,
    .klant-card {
        grid-template-columns: 1fr;
    }

    .btn-panel {
        margin-top: 0.75rem;
    }
}

@media (max-width: 767.98px) {
    .hero { padding: 4.5rem 0 3rem; }
    .status-track { grid-template-columns: 1fr 1fr; }
    .cookie-banner,
    .cookie-banner-inner,
    .cookie-banner-actions {
        flex-direction: column;
        align-items: stretch;
    }
    .partner-card { flex-direction: column; }
}
