* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Inter, Arial, sans-serif;
    background: #070a12;
    color: #f8fafc;
    overflow-x: hidden;
}

body.menu-open {
    overflow-x: hidden;
}

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

img {
    max-width: 100%;
}

/* NAV */
.nav {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    min-height: 74px;
    padding: 0 clamp(20px, 7vw, 110px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(7, 10, 18, .82);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.brand {
    display: flex;
    align-items: center;
    z-index: 102;
}

.brand img {
    height: 38px;
}

.links {
    display: flex;
    gap: 24px;
    align-items: center;
    font-weight: 800;
    font-size: 14px;
    color: #cbd5e1;
}

.links a {
    opacity: .82;
    transition: .2s ease;
}

.links a:hover,
.links a.active {
    opacity: 1;
    color: #5eead4;
}

.navbtn {
    padding: 10px 17px;
    border-radius: 999px;
    background: #ffffff;
    color: #0f172a !important;
}

.menu {
    display: none;
    z-index: 102;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 15px;
    background: rgba(255, 255, 255, .08);
    cursor: pointer;
    padding: 11px;
}

.menu span {
    display: block;
    width: 100%;
    height: 2px;
    margin: 5px 0;
    border-radius: 999px;
    background: #ffffff;
    transition: .22s ease;
}

.menu.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.menu.is-open span:nth-child(2) {
    opacity: 0;
}

.menu.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* GENERAL */
.page-block {
    scroll-margin-top: 74px;
}

.section {
    padding: clamp(75px, 8vw, 105px) clamp(20px, 5vw, 90px);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.eyebrow,
.title span {
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #5eead4;
    margin-bottom: 14px;
}

.title {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 34px;
}

.title h2,
.work-section h2,
.contact h2 {
    font-size: clamp(34px, 6vw, 64px);
    letter-spacing: -.06em;
    line-height: 1;
    margin: 0;
}

.title p {
    color: #a8b3c7;
    line-height: 1.7;
    font-size: clamp(15px, 2vw, 17px);
}

/* HERO */
.hero {
    min-height: 100vh;
    padding: 130px clamp(20px, 7vw, 110px) 70px;
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: clamp(32px, 6vw, 70px);
    align-items: center;
    background:
        radial-gradient(circle at 20% 15%, rgba(59, 130, 246, .30), transparent 34%),
        radial-gradient(circle at 90% 20%, rgba(16, 185, 129, .20), transparent 32%),
        linear-gradient(180deg, #070a12, #0b1020);
}

.hero h1 {
    font-size: clamp(42px, 8vw, 88px);
    line-height: .94;
    letter-spacing: -.07em;
    margin: 0 0 22px;
}

.hero p,
.work-section p {
    max-width: 650px;
    color: #cbd5e1;
    line-height: 1.75;
    font-size: clamp(16px, 2vw, 18px);
}

.actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin: 34px 0 0;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 15px 23px;
    border-radius: 999px;
    font-weight: 900;
    transition: .2s ease;
}

.btn:hover,
.form button:hover {
    transform: translateY(-2px);
}

.primary {
    background: linear-gradient(135deg, #38bdf8, #34d399);
    color: #041018;
    box-shadow: 0 18px 45px rgba(52, 211, 153, .18);
}

.secondary {
    border: 1px solid rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .06);
}

/* CONSOLE */
.console {
    border: 1px solid rgba(255, 255, 255, .15);
    background: linear-gradient(180deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .05));
    border-radius: 30px;
    padding: 22px;
    box-shadow: 0 35px 90px rgba(0, 0, 0, .38);
}

.dots {
    display: flex;
    gap: 7px;
    margin-bottom: 22px;
}

.dots i {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #94a3b8;
}

.console code {
    display: block;
    background: #020617;
    border-radius: 22px;
    padding: 26px;
    color: #cbd5e1;
    line-height: 1.8;
    white-space: normal;
    overflow-wrap: anywhere;
}

.console span {
    color: #5eead4;
}

/* SERVICES */
.services-section {
    background:
        radial-gradient(circle at top left, rgba(56, 189, 248, .16), transparent 35%),
        linear-gradient(180deg, #0d1320, #070a12);
}

.services-showcase {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
}

.service-card {
    position: relative;
    overflow: hidden;
    min-width: 0;
    border: 1px solid rgba(255, 255, 255, .10);
    background: linear-gradient(180deg, rgba(255, 255, 255, .065), rgba(255, 255, 255, .035));
    border-radius: 16px;
    padding: 14px;
    min-height: 185px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
    transition: .2s ease;
}

.service-card::before {
    content: "";
    position: absolute;
    inset: auto -35% -45% -35%;
    height: 85px;
    background: radial-gradient(circle, rgba(94, 234, 212, .12), transparent 65%);
}

.service-card:hover {
    transform: translateY(-3px);
    border-color: rgba(94, 234, 212, .35);
}

.service-card.featured {
    background: linear-gradient(135deg, rgba(56, 189, 248, .18), rgba(52, 211, 153, .08));
    border-color: rgba(94, 234, 212, .28);
}

.service-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 14px;
}

.service-icon {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    border-radius: 12px;
    background: #5eead4;
    color: #041018;
    font-size: 12px;
    font-weight: 900;
}

.service-top small {
    color: #94a3b8;
    font-size: 9px;
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
    text-align: right;
}

.service-card h3 {
    font-size: 17px;
    line-height: 1.05;
    margin: 0 0 8px;
    letter-spacing: -.04em;
}

.service-card p {
    color: #cbd5e1;
    font-size: 12px;
    line-height: 1.45;
    margin: 0 0 10px;
}

.service-card ul {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 5px;
    color: #e2e8f0;
    font-size: 12px;
    line-height: 1.25;
}

.service-card li::before {
    content: "✓";
    color: #5eead4;
    font-size: 12px;
    font-weight: 900;
    margin-right: 6px;
}

/* WORK */
.work-section {
    background: #070a12;
}

.work-wrap {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 48px;
    align-items: center;
}

.work-list {
    display: grid;
    gap: 16px;
}

.work-list article {
    display: grid;
    grid-template-columns: 58px 1fr;
    column-gap: 18px;
    padding: 24px;
    border-radius: 26px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .12);
}

.work-list b {
    grid-row: span 2;
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: rgba(94, 234, 212, .13);
    color: #5eead4;
}

.work-list h3 {
    margin: 0;
    font-size: 22px;
}

.work-list p {
    margin: 8px 0 0;
    color: #94a3b8;
    font-size: 16px;
}

/* STEPS */
.steps {
    background: #0d1320;
}

.stepgrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.stepgrid article {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 24px;
    padding: 26px;
}

.stepgrid b {
    color: #5eead4;
}

.stepgrid p {
    color: #94a3b8;
    line-height: 1.65;
}

/* CONTACT */
.contact {
    background:
        radial-gradient(circle at top right, rgba(52, 211, 153, .18), transparent 35%),
        #070a12;
}

.contact-card {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 40px;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 32px;
    padding: clamp(24px, 5vw, 42px);
    box-shadow: 0 30px 90px rgba(0, 0, 0, .28);
}

.contact-card p {
    color: #cbd5e1;
    line-height: 1.8;
}

.form {
    display: grid;
    gap: 14px;
}

.form label {
    display: grid;
    gap: 7px;
    font-weight: 800;
    color: #e2e8f0;
}

.form input,
.form select,
.form textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .08);
    color: #fff;
    border-radius: 16px;
    padding: 15px;
    font: inherit;
    outline: none;
}

.form input:focus,
.form select:focus,
.form textarea:focus {
    border-color: rgba(94, 234, 212, .65);
    box-shadow: 0 0 0 4px rgba(94, 234, 212, .12);
}

.form option {
    color: #111827;
}

.form button {
    cursor: pointer;
    border: 0;
    border-radius: 999px;
    padding: 16px;
    font-weight: 900;
    background: linear-gradient(135deg, #38bdf8, #34d399);
    color: #041018;
    transition: .2s ease;
}

.form-note {
    margin: 0;
    color: #5eead4;
}

/* FOOTER */
footer {
    padding: 32px clamp(20px, 7vw, 110px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    background: #04060b;
    color: #94a3b8;
}

footer img {
    height: 34px;
}

/* TABLET */
@media (max-width: 1050px) {

    .hero,
    .work-wrap,
    .contact-card {
        grid-template-columns: 1fr;
    }

    .hero {
        min-height: auto;
        padding-top: 125px;
    }

    .console {
        max-width: 720px;
    }

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

    .section {
        min-height: auto;
    }
}

/* SMALL TABLET + MOBILE NAV */
@media (max-width: 860px) {
    .nav {
        min-height: 68px;
        padding: 0 18px;
    }

    .brand img {
        height: 32px;
    }

    .menu {
        display: block;
    }

    .links {
        position: fixed;
        top: 82px;
        left: 18px;
        right: 18px;
        z-index: 101;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        padding: 16px;
        border-radius: 24px;
        background:
            radial-gradient(circle at top left, rgba(56, 189, 248, .18), transparent 42%),
            rgba(7, 10, 18, .96);
        border: 1px solid rgba(255, 255, 255, .14);
        box-shadow: 0 28px 80px rgba(0, 0, 0, .50);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        transform: translateY(-18px) scale(.98);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: .22s ease;
        font-size: 16px;
    }

    .links.open {
        transform: translateY(0) scale(1);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .links a {
        width: 100%;
        padding: 15px 16px;
        border-radius: 16px;
        background: rgba(255, 255, 255, .055);
        opacity: 1;
    }

    .links a:hover,
    .links a.active {
        background: rgba(94, 234, 212, .13);
        color: #5eead4;
    }

    .navbtn {
        text-align: center;
        background: linear-gradient(135deg, #38bdf8, #34d399) !important;
        color: #041018 !important;
    }
}

/* MOBILE */
@media (max-width: 700px) {
    .hero {
        padding: 108px 20px 68px;
    }

    .hero h1 {
        font-size: clamp(40px, 13vw, 58px);
        letter-spacing: -.055em;
    }

    .hero p,
    .work-section p,
    .title p {
        font-size: 16px;
    }

    .actions {
        flex-direction: column;
        margin: 28px 0 0;
    }

    .btn {
        width: 100%;
    }

    .console {
        border-radius: 24px;
        padding: 16px;
    }

    .console code {
        padding: 20px;
        font-size: 14px;
    }

    .section {
        padding: 78px 20px;
        min-height: auto;
    }

    .title {
        text-align: left;
        margin-bottom: 34px;
    }

    .title h2,
    .work-section h2,
    .contact h2 {
        font-size: clamp(34px, 11vw, 48px);
    }

    .services-showcase,
    .stepgrid {
        grid-template-columns: 1fr;
    }

    .service-card {
        min-height: auto;
        padding: 16px;
        border-radius: 20px;
    }

    .service-card h3 {
        font-size: 20px;
    }

    .service-card p,
    .service-card ul {
        font-size: 14px;
    }

    .work-list article {
        grid-template-columns: 1fr;
    }

    .work-list b {
        margin-bottom: 14px;
    }

    .contact-card {
        border-radius: 26px;
        gap: 26px;
    }

    footer {
        flex-direction: column;
        text-align: center;
        padding: 28px 20px;
    }
}

/* SMALL PHONES */
@media (max-width: 420px) {
    .nav {
        padding: 0 14px;
    }

    .links {
        left: 12px;
        right: 12px;
        top: 78px;
    }

    .hero {
        padding-left: 16px;
        padding-right: 16px;
    }

    .hero h1 {
        font-size: 39px;
    }

    .section {
        padding-left: 16px;
        padding-right: 16px;
    }

    .service-top {
        align-items: center;
        flex-direction: row;
    }

    .form input,
    .form select,
    .form textarea {
        font-size: 16px;
    }
}
/* KLIKBARE DIENSTKAARTEN */
.service-card {
    display: block;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.service-card:hover {
    transform: translateY(-4px);
    border-color: rgba(94, 234, 212, .45);
}

.service-card:focus-visible {
    outline: 3px solid rgba(94, 234, 212, .85);
    outline-offset: 4px;
}

.service-card h3,
.service-card p,
.service-card ul,
.service-card li,
.service-card small {
    color: inherit;
}

.service-card p {
    color: #cbd5e1;
}

.service-card ul {
    color: #e2e8f0;
}

/* ============================================================
   ANTI-SPAM HONEYPOT VELD
   Dit veld is onzichtbaar voor echte bezoekers, maar bots vullen het vaak in.
   ============================================================ */
.anti-spam-field {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
}

/* ============================================================
   FORMULIER SUCCES / ERROR POPUP
   ============================================================ */

.form-popup {
    position: fixed;
    z-index: 9999;
    top: 18px;
    left: 50%;
    transform: translate(-50%, -20px);
    width: min(92%, 560px);
    padding: 15px 18px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.45;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease, transform .25s ease;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .18);
}

.form-popup.show {
    opacity: 1;
    transform: translate(-50%, 0);
}

.form-popup.success {
    color: #14532d;
    background: #dcfce7;
    border: 1px solid #86efac;
}

.form-popup.error {
    color: #7f1d1d;
    background: #fee2e2;
    border: 1px solid #fecaca;
}

.form-note.is-success {
    color: #16a34a;
    font-weight: 800;
}

.form-note.is-error {
    color: #dc2626;
    font-weight: 800;
}

