    :root {
        --petrol:        #2B2D42;
        --petrol-soft:   #4A4E69;
        --bg:            #FFFFFF;
        --bg-alt:        #F8F9FA;
        --ink:           #2B2D42;
        --muted:         #6B6F80;
        --line:          #ECEDF1;

        --radius:    16px;
        --radius-sm: 12px;
        --radius-lg: 24px;

        --shadow:     0 10px 30px rgba(20, 22, 40, 0.05);
        --shadow-md:  0 18px 50px rgba(20, 22, 40, 0.08);
        --shadow-lg:  0 30px 70px rgba(20, 22, 40, 0.12);

        --bs-body-font-family: 'Inter', system-ui, -apple-system, sans-serif;
        --section-pad: 110px;
    }

    html { scroll-behavior: smooth; }
    * { -webkit-font-smoothing: antialiased; }

    body {
        font-family: 'Inter', system-ui, sans-serif;
        color: var(--ink);
        background: var(--bg);
        line-height: 1.6;
        overflow-x: hidden;
    }

    h1, h2, h3, h4, .display-face {
        font-family: 'Outfit', sans-serif;
        font-weight: 700;
        letter-spacing: -0.02em;
        color: var(--petrol);
        line-height: 1.1;
    }

    .eyebrow {
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        font-size: 0.78rem;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        color: var(--color-primary);
        margin-bottom: 14px;
        display: inline-block;
    }

    .section { padding-top: var(--section-pad); padding-bottom: var(--section-pad); }
    .section-tight { padding-top: 70px; padding-bottom: 70px; }
    .bg-alt { background: var(--bg-alt); }

    .lead-muted { color: var(--muted); font-size: 1.075rem; }

    /* ---------- Buttons ---------- */
    .btn {
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        border-radius: 999px;
        padding: 14px 30px;
        transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
        border: none;
    }
    .btn-accent { background: var(--color-primary); color: #fff; }
    .btn-accent:hover { background: var(--color-primary-dark); color: #fff; transform: translateY(-2px); }
    .btn-petrol { background: var(--petrol); color: #fff; }
    .btn-petrol:hover { background: #1f2133; color: #fff; transform: translateY(-2px); }
    .btn-ghost { background: transparent; color: var(--petrol); border: 1.5px solid var(--line); }
    .btn-ghost:hover { border-color: var(--petrol); color: var(--petrol); }
    .btn-lg { padding: 17px 38px; font-size: 1.02rem; }

    /* ---------- Navbar ---------- */
    .navbar { transition: background .35s ease, box-shadow .35s ease, padding .35s ease; padding-top: 22px; padding-bottom: 22px; }
    .navbar .nav-link { font-weight: 500; color: var(--petrol) !important; margin: 0 6px; position: relative; }
    .navbar .nav-link::after { content: ''; position: absolute; left: 12px; right: 12px; bottom: 2px; height: 2px; background: var(--color-primary); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
    .navbar .nav-link:hover::after, .navbar .nav-link.active::after { transform: scaleX(1); }
    .navbar-scrolled { background: rgba(255,255,255,0.92); backdrop-filter: saturate(180%) blur(12px); box-shadow: var(--shadow); padding-top: 14px; padding-bottom: 14px; }
    .navbar-collapse { background: transparent; }
    @media (max-width: 991px) {
        .navbar-collapse { background: #fff; border-radius: var(--radius); padding: 18px 20px; margin-top: 14px; box-shadow: var(--shadow); }
    }

    /* ---------- Hero ---------- */
    .hero { padding-top: 170px; padding-bottom: 90px; position: relative; }
    .hero h1 { font-size: clamp(2.5rem, 5.2vw, 4.1rem); font-weight: 800; }
    .hero-sub { font-size: 1.18rem; color: var(--muted); max-width: 520px; }
    .hero-visual { border-radius: var(--radius-lg); background: var(--bg-alt); box-shadow: var(--shadow-lg); overflow: hidden; position: relative; aspect-ratio: 4 / 4.3; }
    .hero-visual img { width: 100%; height: 100%; object-fit: cover; }
    .float-card { position: absolute; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-md); padding: 16px 20px; z-index: 9 !important; }
    .float-card .num { font-family: 'Outfit', sans-serif; font-weight: 800; font-size: 1.7rem; color: var(--petrol); line-height: 1; }
    .float-card .lbl { font-size: .78rem; color: var(--muted); }
    .float-tl { top: 24px; left: 27px; }
    .float-br { bottom: 26px; right: 22px; display: flex; align-items: center; gap: 12px; }
    .avatars { display: flex; }
    .avatars span { width: 30px; height: 30px; border-radius: 50%; border: 2px solid #fff; margin-left: -8px; display: grid; place-items: center; color: #fff; font-size: .72rem; font-weight: 600; }

    /* ---------- USP ---------- */
    .usp-card { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: 32px 28px; height: 100%; transition: transform .2s ease, box-shadow .2s ease; }
    .usp-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
    .usp-icon { width: 52px; height: 52px; border-radius: 15px; background: var(--color-primary-90); display: grid; place-items: center; margin-bottom: 20px; }
    .usp-card h3 { font-size: 1.15rem; margin-bottom: 8px; }
    .usp-card p { color: var(--muted); margin-bottom: 0; font-size: .92rem; }

    /* ---------- Pakketten ---------- */
    .price-card { background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow); padding: 38px 34px; height: 100%; transition: transform .2s ease, box-shadow .2s ease; position: relative; }
    .price-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
    .price-card.featured { background: var(--petrol); box-shadow: var(--shadow-lg); }
    .price-card.featured h3, .price-card.featured .price, .price-card.featured .price-sub { color: #fff; }
    .price-card.featured .feat-list li { color: #cfd1de; }
    .price-name { font-size: 1.05rem; font-weight: 600; color: var(--muted); }
    .price-card.featured .price-name { color: var(--color-primary); }
    .price { font-family: 'Outfit', sans-serif; font-weight: 800; font-size: 2.9rem; color: var(--petrol); line-height: 1; margin: 12px 0 4px; }
    .price small { font-size: 1.1rem; font-weight: 600; color: var(--muted); }
    .price-sub { font-size: .9rem; color: var(--muted); margin-bottom: 26px; }
    .badge-popular { position: absolute; top: 22px; right: 26px; background: var(--color-primary); color: #fff; font-size: .72rem; font-weight: 600; padding: 5px 13px; border-radius: 999px; letter-spacing: .04em; }
    .feat-list { list-style: none; padding: 0; margin: 0 0 30px; }
    .feat-list li { display: flex; gap: 11px; align-items: flex-start; padding: 9px 0; color: var(--petrol-soft); font-size: .95rem; }
    .feat-list svg { flex: 0 0 auto; margin-top: 3px; }

    /* ---------- SwiperJS Gallery ---------- */
    .mySwiper { width: 100%; padding: 20px 0 40px; position: relative; }
    .swiper-slide { width: 260px; transition: transform 0.3s ease; }
    .swiper-slide-inner { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4/5; user-select: none; background: #fff; }
    .swiper-slide-inner img { width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
    @media (min-width: 768px) { .swiper-slide { width: 320px; } }

    .swiper-button-next, .swiper-button-prev {
        background-color: #fff;
        color: var(--color-primary);
        width: 54px;
        height: 54px;
        border-radius: 50%;
        box-shadow: var(--shadow-md);
        border: 1px solid var(--line);
        transition: all 0.2s ease;
        z-index: 10;
    }
    .swiper-button-next::after, .swiper-button-prev::after { font-size: 1.2rem; font-weight: 800; }
    .swiper-button-next:hover, .swiper-button-prev:hover { background-color: var(--color-primary); color: #fff; border-color: var(--color-primary); transform: scale(1.05); }
    @media (max-width: 767px) { .swiper-button-next { right: 10px; } .swiper-button-prev { left: 10px; } }

    /* ---------- Testimonials ---------- */
    .review-card { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: 30px 30px 26px; height: 100%; }
    .stars { color: var(--color-primary); letter-spacing: 2px; font-size: .95rem; margin-bottom: 14px; }
    .review-card p { color: var(--petrol-soft); font-size: 1rem; margin-bottom: 22px; font-style: italic; }
    .reviewer { display: flex; align-items: center; gap: 13px; }
    .reviewer .av { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-weight: 600; font-family: 'Outfit', sans-serif; flex-shrink: 0; }
    .reviewer .nm { font-weight: 600; color: var(--petrol); font-size: .96rem; }
    .reviewer .role { font-size: .82rem; color: var(--muted); }

    /* ---------- Contact ---------- */
    .contact-wrap { background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); overflow: hidden; }
    .form-control, .form-select { border-radius: var(--radius-sm); border: 1.5px solid var(--line); padding: 13px 16px; font-size: .96rem; }
    .form-control:focus, .form-select:focus { border-color: var(--color-primary); box-shadow: 0 0 0 4px var(--color-primary-90); }
    .form-label { font-weight: 500; font-size: .9rem; color: var(--petrol); margin-bottom: 6px; }
    .contact-aside { background: var(--petrol); color: #fff; padding: 48px 44px; height: 100%; }
    .contact-aside h3 { color: #fff; }
    .contact-line { display: flex; gap: 15px; align-items: flex-start; margin-bottom: 22px; }
    .contact-line .ic { width: 42px; height: 42px; border-radius: 12px; flex: 0 0 auto; background: rgba(255,255,255,0.08); display: grid; place-items: center; }
    .contact-line .lbl { font-size: .78rem; color: #a9acc0; margin-bottom: 2px; }
    .contact-line .val { font-weight: 500; }

    /* ---------- Footer ---------- */
    .ar-footer { background: var(--bg-alt); padding: 60px 0 32px; }
    .ar-footer a { color: var(--petrol-soft); text-decoration: none; font-size: .95rem; }
    .ar-footer a:hover { color: var(--color-primary); }
    .ar-footer h5 { font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 1rem; color: var(--petrol); margin-bottom: 16px; }
    .footer-bottom { border-top: 1px solid var(--line); margin-top: 44px; padding-top: 24px; color: var(--muted); font-size: .88rem; }

    /* ---------- Scroll reveal ---------- */
    .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
    .reveal.in { opacity: 1; transform: none; }

    @media (max-width: 991px) {
        :root { --section-pad: 78px; }
        .hero { padding-top: 140px; }
        .float-tl { left: 8px; }
        .float-br { right: 8px; }
    }
    @media (prefers-reduced-motion: reduce) {
        html { scroll-behavior: auto; }
        .reveal { opacity: 1; transform: none; transition: none; }
        .btn:hover, .usp-card:hover, .price-card:hover { transform: none; }
    }
    :focus-visible { outline: 3px solid rgba(255,107,0,0.5); outline-offset: 2px; border-radius: 4px; }

/* ============================================================
   NEW UTILITY CLASSES (extracted from inline styles)
   ============================================================ */

/* ---------- Hero stat numbers ---------- */
.hero-stat-num { font-size: 1.6rem; font-weight: 800; display: block; }

/* ---------- Avatar colours (float-br card) ---------- */
.av-primary     { background: var(--color-primary); }
.av-petrol      { background: #2B2D42; }
.av-petrol-soft { background: #4A4E69; }

/* ---------- Float-br num override ---------- */
.float-br-num { font-size: 1.1rem; }

/* ---------- Section headings ---------- */
.section-h2 { font-size: clamp(1.9rem, 3.6vw, 2.7rem); }

/* ---------- Lead paragraph max-width ---------- */
.lead-max { max-width: 560px; }

/* ---------- Gallery section ---------- */
.section-gallery { padding-bottom: 0; overflow: hidden; }

/* ---------- Price "vanaf" label ---------- */
.price-from { font-size: .8rem; position: relative; top: -12px; margin-right: 4px; }

/* ---------- Contact links & notes ---------- */
.contact-link { color: inherit; text-decoration: none; }
.contact-note  { font-size: .9rem; color: #cfd1de; }

/* ---------- Over-ons photo block ---------- */
.oo-photo-wrap { position: relative; }
.oo-photo-img  { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4/4.5; box-shadow: var(--shadow-lg); }
.oo-photo-img img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Rating badge ---------- */
.oo-rating-badge {
    position: absolute;
    top: 28px;
    right: -16px;
    background: var(--color-primary);
    color: #fff;
    border-radius: var(--radius);
    padding: 16px 22px;
    box-shadow: var(--shadow-md);
    text-align: center;
}
.oo-rating-num { font-family: 'Outfit', sans-serif; font-weight: 800; font-size: 1.5rem; line-height: 1; }
.oo-rating-sub { font-size: .78rem; opacity: .85; margin-top: 2px; }

/* ---------- Stat strip cards ---------- */
.stat-card  { padding: 32px 20px; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); height: 100%; }
.stat-num   { font-family: 'Outfit', sans-serif; font-weight: 800; font-size: 2.6rem; color: var(--color-primary); line-height: 1; }
.stat-label { font-weight: 600; color: var(--petrol); margin-top: 8px; }
.stat-sub   { font-size: .88rem; color: var(--muted); margin-top: 4px; }

/* ---------- Step cards ---------- */
.step-card {
    background: #fff;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    padding: 40px 36px;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.step-card--dark            { background: var(--petrol); box-shadow: var(--shadow-lg); }
.step-card--dark h3         { color: #fff; }
.step-card--dark p          { color: #a9acc0; }
.step-num {
    position: absolute;
    top: 24px;
    right: 28px;
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 4rem;
    color: var(--color-primary);
    opacity: .08;
    line-height: 1;
    user-select: none;
}
.step-card--dark .step-num  { color: #fff; opacity: .06; }
.step-icon {
    width: 54px;
    height: 54px;
    border-radius: 15px;
    background: var(--color-primary-90);
    display: grid;
    place-items: center;
    margin-bottom: 24px;
}
.step-card--dark .step-icon { background: rgba(255,255,255,0.1); }
.step-title { font-size: 1.2rem; margin-bottom: 12px; }
.step-desc  { color: var(--muted); font-size: .95rem; margin: 0; line-height: 1.7; }

/* ---------- Instructor grid ---------- */
.inst-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.inst-tile  { background: var(--bg-alt); border-radius: var(--radius); padding: 24px 22px; box-shadow: var(--shadow); }
.inst-tile--full    { grid-column: span 2; }
.inst-tile--dark    { background: var(--petrol); border-radius: var(--radius-lg); padding: 28px 24px; color: #fff; }
.inst-tile--primary { background: var(--color-primary); border-radius: var(--radius); color: #fff; }

.inst-tile-title                      { font-family: 'Outfit', sans-serif; font-weight: 800; }
.inst-tile--dark .inst-tile-title     { font-size: 2rem; color: var(--color-primary); }
.inst-tile--primary .inst-tile-title  { font-size: 1.1rem; margin-bottom: 6px; }
.inst-tile .inst-tile-title           { font-size: 1.7rem; color: var(--petrol); }

.inst-tile-sub                     { font-size: .88rem; margin-top: 4px; }
.inst-tile--dark .inst-tile-sub    { color: #a9acc0; }
.inst-tile--primary .inst-tile-sub { font-size: .92rem; opacity: .88; }
.inst-tile .inst-tile-sub          { color: var(--muted); }

/* ---------- Blockquote ---------- */
.blockquote-pull {
    border-left: 3px solid var(--color-primary);
    padding: 16px 24px;
    margin: 28px 0 0;
    background: var(--bg-alt);
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}
.blockquote-text   { color: var(--petrol); font-style: italic; font-size: 1.05rem; margin: 0; line-height: 1.7; }
.blockquote-footer { margin-top: 10px; font-size: .88rem; color: var(--muted); font-style: normal; }

/* ---------- CTA section ---------- */
.section-cta  { background: var(--petrol); }
.cta-heading  { color: #fff; font-size: clamp(1.8rem, 3.5vw, 2.6rem); margin-bottom: 12px; }
.cta-text     { color: #a9acc0; font-size: 1.05rem; margin: 0; max-width: 560px; }

/* ---------- Page hero ---------- */
.page-hero {
    background: #fff;
    padding: 140px 0 72px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--line);
}
.page-hero-blob-1 {
    position: absolute;
    top: -80px;
    right: -80px;
    width: 420px;
    height: 420px;
    background: var(--color-primary-90);
    border-radius: 50%;
    filter: blur(60px);
    opacity: .55;
    pointer-events: none;
}
.page-hero-blob-2 {
    position: absolute;
    bottom: -60px;
    left: -40px;
    width: 280px;
    height: 280px;
    background: var(--color-primary-90);
    border-radius: 50%;
    filter: blur(50px);
    opacity: .35;
    pointer-events: none;
}
.page-hero-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: .85rem;
    color: var(--muted);
    margin-bottom: 24px;
}
.page-hero-breadcrumb a       { color: var(--muted); text-decoration: none; }
.page-hero-breadcrumb a:hover { color: var(--color-primary); }
.page-hero-current  { color: var(--color-primary); font-weight: 600; }
.page-hero-title    { font-size: clamp(2.2rem, 5vw, 3.4rem); font-weight: 800; color: var(--petrol); margin: 0 0 18px; line-height: 1.1; }
.page-hero-subtitle { color: var(--muted); font-size: 1.1rem; max-width: 560px; margin: 0; line-height: 1.7; }

/* ---------- Footer logo & text ---------- */
.footer-logo    { max-height: 48px; width: auto; max-width: 200px; }
.footer-desc    { font-size: .95rem; max-width: 300px; }
.footer-address { font-size: .95rem; }

/* ---------- Navbar logo ---------- */
.navbar-logo { width: 200px; }

/* ---------- FAQ accordion ---------- */
.faq-accordion .accordion-item {
    border: 1px solid var(--line);
    border-radius: var(--radius-sm) !important;
    overflow: hidden;
    margin-bottom: 14px;
}
.faq-accordion .accordion-button {
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    color: var(--petrol);
    background: var(--bg);
    box-shadow: none;
}
.faq-accordion .accordion-button:not(.collapsed) {
    color: var(--color-primary);
    background: var(--bg-alt);
    box-shadow: none;
}
.faq-accordion .accordion-button:focus { box-shadow: none; }
.faq-accordion .accordion-button::after { flex-shrink: 0; }
.faq-accordion .accordion-body { color: var(--muted); line-height: 1.7; }
