/* ============================================================
   Buro GEKKO — Gedeelde stijlen
   Basis-stylesheet voor alle pagina's op burogekko.nl
   ============================================================ */

/* ----- RESET ----- */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* ----- DESIGN TOKENS ----- */
:root {
    /* Huisstijlkleuren */
    --geel:        #F2B82C;
    --geel-licht:  #F7CC5A;
    --geel-donker: #C9940D;
    --donker:      #18222B;
    --donker-2:    #101820;
    --wit:         #FFFFFF;
    --licht:       #F6F5F0;
    --grijs:       #6B7280;
    --border:      #E5E7EB;

    /* Typografie */
    --font: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

    /* Vorm */
    --radius:    10px;
    --radius-lg: 16px;

    /* Schaduwen */
    --shadow:    0 4px 24px rgba(24, 34, 43, 0.08);
    --shadow-lg: 0 16px 56px rgba(24, 34, 43, 0.18);

    /* Animatie */
    --trans: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ----- BASIS ----- */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 76px;
}
body {
    font-family: var(--font);
    color: var(--donker);
    background: var(--wit);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
a {
    color: inherit;
    text-decoration: none;
}

/* ----- LAYOUT CONTAINERS ----- */
.container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}
.container-narrow {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 24px;
}
section {
    padding: 84px 0;
}

/* ============================================================
   ICONEN — globale kleur voor alle decoratieve iconen
   Geldt voor zowel sprite-iconen (<use>) als inline path-iconen
   met aria-hidden. Buttons en hero-rings hebben hun eigen kleur.
   ============================================================ */
svg[aria-hidden="true"]:not(.hero-rings) { color: #C9940D; }
svg use { color: #C9940D; }

/* ============================================================
   NAVIGATIE
   ============================================================ */
body > nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 200;
    padding: 14px 0;
    background: rgba(24, 34, 43, 0.92);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    transition: var(--trans);
}
.nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav-logo img { height: 36px; width: auto; }
.nav-links {
    display: flex;
    align-items: center;
    gap: 26px;
    list-style: none;
}
.nav-links a {
    font-size: 0.86rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.78);
    transition: var(--trans);
}
.nav-links a:hover { color: var(--geel); }

/* ============================================================
   KNOPPEN
   ======================================================   /====== */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 6px;
    font-family: var(--font);
    font-weight: 700;
    font-size: 0.88rem;
    cursor: pointer;
    border: none;
    text-decoration: none;
    white-space: nowrap;
    transition: var(--trans);
}
.btn-geel { background: var(--geel); color: var(--donker); }
.btn-geel:hover {
    background: var(--geel-licht);
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(242, 184, 44, 0.4);
}
.btn-outline {
    background: transparent;
    color: var(--wit);
    border: 2px solid rgba(255, 255, 255, 0.35);
}
.btn-outline:hover {
    border-color: var(--geel);
    color: var(--geel);
}
.btn-dark { background: var(--donker); color: var(--wit); }
.btn-dark:hover {
    background: #222f3e;
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);
}

/* Icons formatting */
/* .c-icon { width: 42px; height: 42px; border-radius: 9px; background: rgba(242,184,44,0.12); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } */
.c-icon { width: 42px; height: 42px; border-radius: 9px; background: rgba(242,184,44,0.12); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.c-icon svg { width: 19px; height: 19px; fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.c-geel { stroke: var(--geel-donker) }
.c-donker { stroke : var(--donker) }
.c-nobox { background: none }

/* breadcrumb formatting */
.breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 22px;
}
.breadcrumb a       { color: rgba(255, 255, 255, 0.55); }
.breadcrumb a:hover { color: var(--geel); }
.breadcrumb span    { color: rgba(255, 255, 255, 0.25); }

/* ============================================================
   HERO
   ============================================================ */
.hero {
    position: relative;
    overflow: hidden;
    padding: 160px 0 80px;
    color: var(--wit);
    background:
        linear-gradient(120deg, rgba(24, 34, 43, 0.95) 0%, rgba(24, 34, 43, 0.78) 100%),
        radial-gradient(circle at 80% 50%, rgba(242, 184, 44, 0.18) 0%, transparent 60%),
        var(--donker);
}
.hero-rings {
    position: absolute;
    right: -8%;
    top: 50%;
    transform: translateY(-50%);
    width: min(540px, 70vw);
    height: min(540px, 70vw);
    pointer-events: none;
    opacity: 0.6;
}
.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(242, 184, 44, 0.13);
    border: 1px solid rgba(242, 184, 44, 0.3);
    padding: 6px 14px;
    border-radius: 100px;
    font-size: 0.74rem;
    font-weight: 700;
    color: var(--geel-licht);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 22px;
}
.hero-h1 {
    font-size: clamp(2.2rem, 4.5vw, 3.4rem);
    font-weight: 900;
    line-height: 1.12;
    margin-bottom: 22px;
    max-width: 820px;
    position: relative;
    z-index: 2;
}
.hero-h1 em {
    font-style: normal;
    color: var(--geel);
}
.hero-sub {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.66);
    line-height: 1.8;
    margin-bottom: 36px;
    max-width: 640px;
    position: relative;
    z-index: 2;
}
.hero-meta {
    margin-top: 22px;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.4);
    position: relative;
    z-index: 2;
}
.hero-btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* ============================================================
   TYPOGRAFISCHE COMPONENTEN
   ============================================================ */
.label {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--geel-donker);
    margin-bottom: 12px;
}
.h2 {
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 18px;
}
.h2 em {
    font-style: normal;
    color: var(--geel-donker);
}
.h2.light       { color: var(--wit); }
.h2.light em    { color: var(--geel); }
.body-text {
    font-size: 1.02rem;
    color: var(--grijs);
    line-height: 1.85;
    margin-bottom: 16px;
}

/* ============================================================
   CONTENT-PAGINA'S (privacy, voorwaarden, etc.)
   ============================================================ */
.content { padding: 72px 0 40px; }
.content h2 {
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--donker);
    margin: 44px 0 14px;
    padding-top: 6px;
    line-height: 1.3;
    position: relative;
}
.content h2:first-of-type { margin-top: 0; }
.content h2::before {
    content: '';
    display: block;
    width: 32px;
    height: 3px;
    background: var(--geel);
    margin-bottom: 14px;
    border-radius: 2px;
}
.content p {
    font-size: 0.95rem;
    color: #3a4754;
    line-height: 1.85;
    margin-bottom: 16px;
}
.content ul {
    list-style: none;
    margin: 8px 0 22px;
    padding: 0;
}
.content ul li {
    position: relative;
    padding: 6px 0 6px 26px;
    font-size: 0.96rem;
    color: #3a4754;
    line-height: 1.7;
}
.content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 16px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--geel);
}
.content a {
    color: var(--geel-donker);
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    word-break: break-word;
    transition: var(--trans);
}
.content a:hover { color: var(--donker); }

.content-meta {
    margin-top: 56px;
    padding: 22px 26px;
    background: var(--licht);
    border-radius: var(--radius);
    border-left: 3px solid var(--geel);
    font-size: 0.88rem;
    color: var(--grijs);
    line-height: 1.65;
}
.content-meta strong { color: var(--donker); }

/* ===== DIENSTEN ===== */
#diensten { background: var(--wit); }

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

.dienst {
    padding: 30px 28px; border: 1px solid var(--border); background: var(--wit);
    border-radius: var(--radius); position: relative; overflow: hidden; transition: var(--trans);
}
.dienst::after {
    content: ''; position: absolute; bottom: 0; left: 0; right: 0;
    height: 3px; background: var(--geel);
    transform: scaleX(0); transform-origin: left; transition: transform 0.35s ease;
}
.dienst:hover { border-color: transparent; box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.dienst:hover::after { transform: scaleX(1); }
.dienst.disabled:hover { border-color: var(--geel); box-shadow: none; transform: none; }
.dienst.disabled::after {
    content: ''; position: absolute; bottom: 0; left: 0; right: 0;
}
.dienst.disabled:hover::after { transform: scaleX(0); }

.dienst h3 { font-size: 1.05rem; font-weight: 800; margin-bottom: 9px; }
.dienst p  { font-size: 0.87rem; color: var(--grijs); line-height: 1.7; }
.d-link {
    display: inline-flex; align-items: center; gap: 5px;
    margin-top: 18px; font-size: 0.82rem; font-weight: 700;
    color: var(--geel-donker); transition: gap 0.2s;
}
.d-link:hover { gap: 9px; }


/* ============================================================
   CTA-BANNER (gele block onderaan)
   ============================================================ */
#cta-final {
    background: linear-gradient(135deg, var(--geel) 0%, var(--geel-donker) 100%);
    text-align: center;
    padding: 72px 0;
}
#cta-final h2 {
    font-size: clamp(1.5rem, 2.6vw, 2rem);
    font-weight: 900;
    color: var(--donker);
    margin-bottom: 14px;
}
#cta-final p {
    font-size: 1rem;
    color: rgba(24, 34, 43, 0.78);
    max-width: 520px;
    margin: 0 auto 26px;
    line-height: 1.7;
}

/* ============================================================
   FOOTER
   ============================================================ */
footer {
    background: var(--donker-2);
    padding: 26px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 14px;
}
.footer-inner img { height: 28px; }
.footer-copy {
    font-size: 0.76rem;
    color: rgba(255, 255, 255, 0.26);
}
.footer-links {
    display: flex;
    gap: 18px;
}
.footer-links a {
    font-size: 0.76rem;
    color: rgba(255, 255, 255, 0.26);
    transition: var(--trans);
}
.footer-links a:hover { color: var(--geel); }

/* ============================================================
   COOKIE-MELDING
   ============================================================ */
.cookie-banner {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 250;
    max-width: 880px;
    margin: 0 auto;
    background: var(--donker);
    color: var(--wit);
    border: 1px solid rgba(242, 184, 44, 0.25);
    border-radius: 12px;
    padding: 18px 22px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    transform: translateY(140%);
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.cookie-banner.show { transform: translateY(0); }
.cookie-text {
    flex: 1;
    min-width: 220px;
    font-size: 0.86rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.78);
}
.cookie-text strong { color: var(--wit); font-weight: 700; }
.cookie-text a {
    color: var(--geel);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.cookie-text a:hover { color: var(--geel-licht); }
.cookie-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.cookie-btn {
    padding: 9px 18px;
    border-radius: 6px;
    border: none;
    font-family: var(--font);
    font-weight: 700;
    font-size: 0.82rem;
    cursor: pointer;
    white-space: nowrap;
    transition: var(--trans);
}
.cookie-btn-accept { background: var(--geel); color: var(--donker); }
.cookie-btn-accept:hover { background: var(--geel-licht); }
.cookie-btn-decline {
    background: transparent;
    color: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.18);
}
.cookie-btn-decline:hover {
    color: var(--wit);
    border-color: rgba(255, 255, 255, 0.4);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
    .intro-grid,
    .info-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
    section { padding: 60px 0; }
    .nav-links { display: none; }
    .hero { padding: 120px 0 50px; }
    .content { padding: 56px 0 32px; }
    .content h2 { font-size: 1.15rem; margin-top: 36px; }
    .footer-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}
@media (max-width: 600px) {
    .cookie-banner { padding: 16px; gap: 12px; }
    .cookie-actions { width: 100%; }
    .cookie-btn { flex: 1; }
}
@media (max-width: 540px) {
    .hero { padding: 130px 0 60px; }
    .hero-btns .btn { width: 100%; justify-content: center; }
}
/* ===== REDUCED MOTION ===== */
@media (prefers-reduced-motion: reduce) {
    .ref-track { animation: none; }
    .fade-up { transition: none; opacity: 1; transform: none; }
    .scroll-line { animation: none; }
    * { transition-duration: 0.01ms !important; }
}