:root {
    --navy: #111127;
    --navy-mid: #1a1a3a;
    --ink: #1c1b2e;
    --muted: #5c5a72;
    --line: #e8e6f2;
    --paper: #f6f4ff;
    --white: #ffffff;
    --accent: #6d5efc;
    --accent-hover: #5848e8;
    --accent-soft: #ece9ff;
    --gold: #c9a227;
    --discord: #5865f2;
    --discord-hover: #4752c4;
    --sunset: #f97316;
    --vehicle: #ef4444;
    --aqyro: #22c55e;
    --meesterwerk: #38bdf8;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    color: var(--ink);
    background: var(--white);
    line-height: 1.7;
}

h1,
h2,
h3,
h4,
.display-font {
    font-family: "Bricolage Grotesque", system-ui, sans-serif;
    letter-spacing: -0.03em;
    color: var(--navy);
}

.navbar-zerix {
    background: rgba(17, 17, 39, 0.92);
    backdrop-filter: blur(16px);
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.navbar-zerix .navbar-brand {
    color: var(--white);
}

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

.brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-right: 0.7rem;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--accent), #a78bfa);
    color: var(--white);
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0;
    box-shadow: 0 8px 18px rgba(109, 94, 252, 0.35);
}

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

.brand-text small {
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    color: rgba(255, 255, 255, 0.62);
}

.navbar-zerix .nav-link {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.92rem;
    font-weight: 600;
    padding: 0.45rem 0.8rem !important;
    border-radius: 999px;
}

.navbar-zerix .nav-link:hover,
.navbar-zerix .nav-link.active {
    color: var(--white);
    background: rgba(255, 255, 255, 0.08);
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.25);
}

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

.hero {
    background: linear-gradient(165deg, var(--navy) 0%, var(--navy-mid) 58%, #241b4a 100%);
    color: var(--white);
    padding: 7.5rem 0 6.5rem;
    position: relative;
    overflow: hidden;
}

.hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(40px);
    pointer-events: none;
}

.hero-orb-1 {
    width: 280px;
    height: 280px;
    background: rgba(109, 94, 252, 0.45);
    top: -80px;
    right: 8%;
}

.hero-orb-2 {
    width: 220px;
    height: 220px;
    background: rgba(56, 189, 248, 0.22);
    bottom: -60px;
    left: 12%;
}

.hero .container {
    position: relative;
    z-index: 1;
}

.eyebrow {
    display: inline-block;
    color: #c4b5fd;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.hero h1 {
    color: var(--white);
    font-size: clamp(2.6rem, 5.2vw, 4.5rem);
    line-height: 1.05;
    margin-bottom: 1.25rem;
}

.text-gradient {
    background: linear-gradient(90deg, #c4b5fd, #38bdf8);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero p.lead {
    color: rgba(255, 255, 255, 0.78);
    max-width: 36rem;
    font-size: 1.15rem;
}

.btn-zerix {
    background: var(--accent);
    color: var(--white);
    border: 0;
    border-radius: 999px;
    padding: 0.75rem 1.5rem;
    font-weight: 700;
}

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

.btn-outline-light-zerix {
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: var(--white);
    border-radius: 999px;
    padding: 0.75rem 1.5rem;
    font-weight: 700;
}

.btn-outline-light-zerix:hover {
    background: var(--white);
    color: var(--navy);
    border-color: var(--white);
}

.btn-outline-zerix {
    border: 1px solid var(--line);
    color: var(--navy);
    background: transparent;
    border-radius: 999px;
    padding: 0.75rem 1.5rem;
    font-weight: 700;
}

.btn-outline-zerix:hover,
.btn-outline-zerix:focus {
    background: var(--navy);
    color: var(--white);
    border-color: var(--navy);
}

.btn-discord {
    background: var(--discord);
    color: var(--white);
    border: 0;
    border-radius: 999px;
    padding: 0.7rem 1.35rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.btn-discord:hover,
.btn-discord:focus {
    background: var(--discord-hover);
    color: var(--white);
}

.btn-discord-nav {
    padding: 0.45rem 1rem;
    font-size: 0.88rem;
}

.section {
    padding: 5.5rem 0;
}

.section-muted {
    background: var(--paper);
}

.section-title {
    font-size: clamp(2rem, 3.4vw, 2.75rem);
    margin-bottom: 0.85rem;
}

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

.rule {
    width: 52px;
    height: 4px;
    background: linear-gradient(90deg, var(--accent), #38bdf8);
    border: 0;
    border-radius: 999px;
    margin: 0 0 1.5rem;
    opacity: 1;
}

.card-zerix {
    border: 1px solid var(--line);
    border-radius: 22px;
    background: var(--white);
    box-shadow: 0 12px 30px rgba(17, 17, 39, 0.04);
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card-zerix:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(109, 94, 252, 0.12);
}

.card-zerix .card-body {
    padding: 1.85rem;
}

.card-kicker {
    color: var(--accent);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 0.55rem;
}

.icon-bubble {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--accent-soft);
    font-size: 1.35rem;
    margin-bottom: 1rem;
}

.icon-bubble-light {
    background: rgba(255, 255, 255, 0.1);
}

.story-card {
    border: 1px solid var(--line);
    background: var(--white);
    border-radius: 22px;
    padding: 2rem;
    box-shadow: 0 12px 30px rgba(17, 17, 39, 0.04);
}

.border-subtle {
    border-color: var(--line) !important;
}

.page-header {
    background: linear-gradient(165deg, var(--navy), #241b4a);
    color: var(--white);
    padding: 4.5rem 0 3.5rem;
}

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

.page-header p {
    color: rgba(255, 255, 255, 0.72);
    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.45rem;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--accent);
}

.timeline strong {
    display: block;
    margin-bottom: 0.15rem;
}

.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(--navy);
}

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

.discord-panel {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.75rem;
    align-items: start;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 28px;
    padding: 2.4rem;
}

.discord-panel-icon {
    width: 72px;
    height: 72px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--accent);
    color: var(--white);
    font-size: 2rem;
    box-shadow: 0 12px 24px rgba(109, 94, 252, 0.35);
}

.partner-card {
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 1.75rem;
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.partner-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(17, 17, 39, 0.08);
}

.partner-emoji {
    width: 72px;
    height: 72px;
    flex-shrink: 0;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.partner-sunset .partner-emoji {
    background: #fff3e8;
}

.partner-vehicle .partner-emoji {
    background: #fee2e2;
}

.partner-aqyro .partner-emoji {
    background: #dcfce7;
}

.partner-meesterwerk .partner-emoji {
    background: #e0f2fe;
}

.partner-slug {
    display: inline-block;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--muted);
    background: var(--paper);
    border-radius: 999px;
    padding: 0.2rem 0.7rem;
}

.contact-box {
    background: var(--navy);
    color: var(--white);
    padding: 2.6rem;
    border-radius: 28px;
}

.contact-box h2,
.contact-box a {
    color: var(--white);
}

.contact-box a:hover {
    color: #c4b5fd;
}

.contact-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.25rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-item-last {
    border-bottom: 0;
    padding-bottom: 0;
}

.contact-label {
    font-size: 0.75rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #c4b5fd;
    font-weight: 700;
}

.contact-meta {
    color: rgba(255, 255, 255, 0.72);
}

.contact-form-box {
    background: var(--paper);
    border: 1px solid var(--line);
    padding: 2.6rem;
    border-radius: 28px;
}

.contact-form-box h2 {
    color: var(--navy);
}

.contact-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.footer-zerix {
    background: var(--navy);
    color: rgba(255, 255, 255, 0.62);
    padding: 3rem 0 1.75rem;
    font-size: 0.92rem;
}

.footer-zerix a {
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
}

.footer-zerix a:hover {
    color: var(--white);
}

.footer-brand {
    color: var(--white);
    font-weight: 700;
    display: flex;
    align-items: center;
}

.footer-heading {
    color: var(--white);
    font-weight: 700;
}

.footer-parent {
    font-size: 0.88rem;
}

.footer-parent a {
    color: var(--white);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.footer-parent a:hover {
    color: #c4b5fd;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 2rem;
    padding-top: 1.25rem;
}

@media (max-width: 767.98px) {
    .hero {
        padding: 5rem 0 4.25rem;
    }

    .discord-panel {
        grid-template-columns: 1fr;
        padding: 1.6rem;
    }

    .contact-box,
    .contact-form-box,
    .cta-banner,
    .story-card {
        padding: 1.6rem;
    }

    .partner-card {
        flex-direction: column;
    }

    .status-track {
        grid-template-columns: 1fr;
    }
}

.form-control,
.form-select {
    border-radius: 14px;
    border-color: #d9d6ea;
    padding: 0.75rem 0.95rem;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 0.2rem rgba(109, 94, 252, 0.18);
}

.status-pill {
    display: inline-block;
    border-radius: 999px;
    padding: 0.25rem 0.75rem;
    font-size: 0.78rem;
    font-weight: 700;
    background: var(--accent-soft);
    color: var(--accent);
}

.status-aanvraag { background: #eef2ff; color: #4338ca; }
.status-in_behandeling { background: #e0f2fe; color: #0369a1; }
.status-offerte { background: #fef3c7; color: #92400e; }
.status-wacht_op_betaling { background: #ffedd5; color: #c2410c; }
.status-betaling_gemeld { background: #fde68a; color: #854d0e; }
.status-betaald { background: #dcfce7; color: #166534; }
.status-in_ontwikkeling { background: #ede9fe; color: #6d28d9; }
.status-klaar { background: #d1fae5; color: #047857; }
.status-geannuleerd { background: #fee2e2; color: #991b1b; }

.btn-tikkie {
    background: #ff6b00;
    color: #fff;
    border: 0;
    border-radius: 999px;
    padding: 0.75rem 1.4rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
}

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

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

.status-step {
    background: var(--paper);
    border-radius: 12px;
    padding: 0.65rem 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--muted);
    text-align: center;
}

.status-step.is-done {
    background: var(--accent-soft);
    color: var(--navy);
}

.cookie-banner {
    position: fixed;
    z-index: 1080;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    max-width: 720px;
    margin: 0 auto;
    background: var(--navy);
    color: rgba(255, 255, 255, 0.78);
    border-radius: 28px;
    padding: 1.5rem 1.65rem;
    display: flex;
    gap: 1.25rem;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.cookie-banner-copy {
    min-width: 0;
}

.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(--white);
    font-size: 1.15rem;
    margin: 0 0 0.35rem;
}

.cookie-banner p {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.55;
}

.cookie-banner a {
    color: #c4b5fd;
    font-weight: 700;
    text-underline-offset: 0.18em;
}

.cookie-banner a:hover {
    color: var(--white);
}

.cookie-banner-actions {
    display: flex;
    flex-shrink: 0;
    gap: 0.5rem;
    align-items: center;
}

@media (max-width: 767.98px) {
    .cookie-banner {
        left: 0.75rem;
        right: 0.75rem;
        bottom: 0.75rem;
        flex-direction: column;
        align-items: stretch;
        padding: 1.25rem;
        border-radius: 22px;
    }

    .cookie-banner-actions {
        flex-direction: column;
    }

    .cookie-banner-actions .btn {
        width: 100%;
        justify-content: center;
    }
}
