/* =========================
   SB SoundLevel â€“ Bright Family Theme (Light Only)
   ========================= */

/* ---------- Design tokens ---------- */
:root {
    /* ðŸŒŸ Hoofdkleuren (vriendelijk, kindgericht) */
    --bg: #fcfeff;
    /* bijna witblauw */
    --bg-2: #fff9fc;
    /* zacht perzikroze achtergrondzweem */
    --fg: #0b1d35;
    /* leesbaar donker marineblauw */
    --muted: #5a6888;
    /* rustige grijsblauw tint */
    --accent: #33c1ff;
    /* SB SoundLevel-blauw (fris, vrolijk) */
    --accent-2: #ff92b0;
    /* speels koraalroze */
    --accent-3: #ffe175;
    /* zonnig pastelgeel */
    --accent-4: #85e1d3;
    /* zacht mintgroen */
    --accent-5: #a999ff;
    /* lavendel (balans) */
    --card: #ffffff;
    /* wit vlak */
    --card-2: #f6faff;
    /* lichte afwisseling */
    --border: #d9e4f2;
    /* lichte randen */
    --shadow: 0 10px 28px rgba(70, 100, 160, 0.1);
    --radius: 16px;

    /* Focus ring */
    --focus: 0 0 0 3px rgba(51, 193, 255, 0.35);

    /* ðŸŒˆ Achtergrond â€“ vrolijke zebra glow */
    --bg-grad1: radial-gradient(1000px 600px at 10% -10%, #dff4ff 0%, transparent 70%);
    --bg-grad2: radial-gradient(1000px 600px at 110% -10%, #fff1f6 0%, transparent 70%);
    --bg-grad3: linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%);
}

/* ðŸ¦“ Subtiele zebra textuur over achtergrond */
body::before {
    content: "";
    position: fixed;
    inset: 0;
    background: repeating-linear-gradient(115deg,
            rgba(255, 255, 255, 0.08) 0,
            rgba(255, 255, 255, 0.08) 70px,
            rgba(0, 0, 0, 0.02) 70px,
            rgba(0, 0, 0, 0.02) 140px);
    mix-blend-mode: overlay;
    opacity: 0.45;
    pointer-events: none;
    z-index: -1;
}

/* ---------- Base reset ---------- */
* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-family:
        system-ui,
        -apple-system,
        Segoe UI,
        Roboto,
        Helvetica,
        Arial,
        sans-serif;
    color: white;
    background: black;
    background-attachment: fixed;
    font-size: 16px;
    line-height: 1.7;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    word-break: break-word;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: var(--accent);
    text-decoration: none;
}


.container {
    width: min(1100px, 92%);
    margin: 0 auto;
}

/* ---------- Helpers ---------- */
.center {
    text-align: center;
}

.hidden {
    display: none !important;
}

.muted {
    color: white;
}

.small {
    font-size: 0.9rem;
}

h1,
h2,
h3 {
    overflow-wrap: anywhere;
}

/* =========================
   Header & Navigatie
   ========================= */
.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    backdrop-filter: saturate(140%) blur(10px);
    background: #212C4E;
    border-bottom: 1px solid rgba(15, 40, 80, 0.06);
}

.site-header::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 46%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 10px 3%;
    position: relative;
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.brand .logo {
    height: 42px;
    width: auto;
    filter: drop-shadow(0 0 4px rgba(51, 193, 255, 0.3));
}

.brand-name {
    font-size: 1.25rem;
    font-weight: 800;
    background: linear-gradient(90deg, var(--accent-4), var(--accent), var(--accent-2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0.3px;
}

.nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    color: white;
    font-size: 26px;
    cursor: pointer;
    line-height: 1;
}

.nav-toggle:focus-visible {
    outline: none;
    box-shadow: var(--focus);
    border-radius: 8px;
}

.nav-links {
    position: absolute;
    left: 4%;
    right: 4%;
    top: 62px;
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 10px;
    display: none;
    flex-direction: column;
    gap: 6px;
    box-shadow: var(--shadow);
    z-index: 90;
}

/* Social icons styling */
.social-icons {
    list-style: none;
    display: flex;
    gap: 10px;
    padding: 0;
    margin: 10px 0 0 0;
}

.social-icons li a {
    color: white;
}

/* Desktop: naast navigatie, horizontaal */
@media (min-width: 680px) {
    .social-icons {
        margin-left: 20px;
    }
}

/* Mobile: binnen dropdown, verticaal */
@media (max-width: 679px) {
    .nav-links {
        flex-direction: column;
        gap: 8px;
    }

    .social-icons {
        flex-direction: row;
        justify-content: center;
        margin-top: 12px;
    }
}




.nav-links a.active {
    color: #ff6600;
    /* accentkleur voor actieve tab */
    font-weight: bold;
}

/* Standaard link */
.nav-links a {
    position: relative;
    /* Belangrijk voor pseudo-element */
    text-decoration: none;
    color: white;
    padding-bottom: 4px;
    /* Ruimte voor de streep */
}

/* Actieve link */
.nav-links a.active::after {
    content: "";
    /* pseudo-element is leeg */
    position: absolute;
    bottom: 0;
    /* aan de onderkant van de link */
    left: 50%;
    /* start in het midden */
    transform: translateX(-50%);
    /* center het horizontaal */
    width: 50%;
    /* pas hier de breedte van de streep aan */
    height: 2px;
    /* dikte van de streep */
    background-color: #ff6600;
    /* kleur van de streep */
    border-radius: 1px;
    /* optioneel, afgeronde hoeken */
}

.nav-links a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: #ff6600;
    transition: width 0.3s ease;
}





.nav-links a {
    display: block;
    padding: 10px 12px;
    border-radius: 10px;
    opacity: 0.98;
    color: white;
}

.nav-links a.active {
    color: #33C1FF;
    font-weight: bold;
}

.nav-links a:hover {
    color: #33C1FF
}

.nav-links .btn.btn-small {
    padding: 10px 14px;
    border: 1px solid var(--border);
    border-radius: 999px;
    background: #f7fbff;
    color: var(--fg);
    box-shadow: none;
}

.nav-links.open {
    display: flex;
    animation: dropdown 0.22s ease-out;
}

@keyframes dropdown {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}



.promo-banner {
    width: 100%;
    background: #33C1FF;
    color: white;
    overflow: hidden;
    box-sizing: border-box;
    padding: 11px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1rem;
    position: relative;
}

.promo-banner p {
    display: inline-block;
    white-space: nowrap;
    margin: 0;
    animation: slide-banner 15s linear infinite;
}

/* Keyframes: start rechts, pauze in midden, volledig links */
@keyframes slide-banner {
    0% {
        transform: translateX(300%);
    }

    40% {
        transform: translateX(0%);
    }

    60% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-300%);
    }
}

/* Small screens: korte afstand buiten scherm zodat tekst snel terugkomt */
@media screen and (max-width: 600px) {
    .promo-banner p {
        animation: slide-banner-small 5s linear infinite;
        /* kortere animatie */
    }

    @keyframes slide-banner-small {
        0% {
            transform: translateX(120%);
            /* start net buiten scherm */
        }

        35% {
            transform: translateX(0%);
            /* midden bereikt */
        }

        50% {
            transform: translateX(0%);
            /* pauze midden (ongeveer 1s) */
        }

        100% {
            transform: translateX(-120%);
            /* vertrekt en verdwijnt kort buiten scherm */
        }
    }
}

/* =========================
   Hero
   ========================= */
.hero {
    padding: 48px 0 40px;
    min-height: calc(82vh - 10px - (40px + 48px));
}


.hero-grid {
    display: grid;
    gap: 32px;
    grid-template-columns: 1fr;
    align-items: center;
    margin-top: 12px;
}

.hero-copy h1 {
    font-size: clamp(28px, 7vw, 40px);
    line-height: 1.15;
    margin: 0 0 12px;
}

.accent {
    color: var(--accent);
}

.lead {
    font-size: clamp(15px, 4.2vw, 18px);
    color: white;
    opacity: 0.95;
    margin: 0 0 18px;
}

.cta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin: 8px 0 12px;
}

.badges {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
    color: white;
}

.badges li {
    margin: 6px 0;
}

.hero-media .logo-card {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-media img {
    max-width: 80%;
    margin: 0 auto;
    transition: transform 0.3s ease;
}

.image-switcher {
    text-align: center;
    margin-top: 20px;
}

.image-switcher img {
    max-width: 250px;
    height: auto;
    display: block;
    margin: 0 auto 15px;
    object-fit: contain;
}

.switch-buttons button {
    margin: 5px;
    padding: 10px 18px;
    border: none;
    background: #444;
    color: white;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
}

.switch-buttons button:hover {
    background: #777;
}

/* =========================
   Sections + typografie
   ========================= */
.section {
    padding: 56px 0;
}

h2 {
    font-size: clamp(22px, 5vw, 28px);
    margin: 0 0 14px;
}

/* =========================
   Features (Cards) â€“ SB SoundLevel Colorful Edition (2 per rij)
   ========================= */
.cards {
    margin-top: 20px;
    display: grid;
    gap: 22px;
    grid-template-columns: 1fr;
    padding: 0 6px;
}

/* Algemene stijl */
.cards .card {
    position: relative;
    display: block;
    border-radius: 18px;
    padding: 26px 24px 60px;
    background: #ffffff;
    border: 2px solid transparent;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.4s ease;
}

/* ðŸŽ¨ Per kaart een zachte gradientkleur */


.cards .card {
    background: linear-gradient(180deg, #ebf9ff 0%, #f7fcff 60%, #ffffff 100%);
    border-color: #8ed8ff;
}


/* Hover-effect met bijpassende gloed */
.cards .card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(100, 160, 255, 0.25);
    filter: brightness(1.05);
}

/* Titels & tekst */
.cards .card h3 {
    margin: 0 0 10px;
    font-size: 1.1rem;
    font-weight: 800;
    color: #0b1635;
}

.cards .card p {
    margin: 0;
    color: #53627a;
    font-size: 15px;
    line-height: 1.65;
}

.cards .card p.price {
    margin: 0;
    color: black;
    font-size: 15px;
    line-height: 1.65;
}

/* ðŸŒŸ Kleurbadge in hoek */
.cards .card::after {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    bottom: 18px;
    right: 18px;
}


.cards .card::after {
    background: #85e1d3;
}

/* ðŸ§ Licht zwevende animatie bij hover */
.cards .card:hover::after {
    transform: scale(1.3);
    transition: transform 0.3s ease;
}

/* ðŸ“± Responsief grid */
@media (min-width: 680px) {
    .cards {
        grid-template-columns: 1fr 1fr;
    }
}

/* ðŸ–¥ï¸ Groot scherm (desktop) = 2 kolommen */
@media (min-width: 960px) {
    .cards {
        grid-template-columns: 1fr 1fr;
        justify-content: center;
        gap: 26px;
    }

    .cards .card {
        padding: 28px 26px;
    }
}

/* =========================
   Steps / Flow
   ========================= */
.flow {
    max-width: 800px;
}

.steps {
    list-style: none;
    counter-reset: step;
    padding: 0;
    margin: 10px 0 0;
}

.steps li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px dashed var(--border);
}

.steps li:last-child {
    border-bottom: none;
}

.steps span {
    flex: 0 0 30px;
    height: 30px;
    display: inline-grid;
    place-items: center;
    background: var(--accent);
    color: #012d36;
    font-weight: 800;
    border-radius: 10px;
}

.note {
    color: var(--muted);
    margin-top: 12px;
}

/* =========================
   Team
   ========================= */
.team {
    margin-top: 14px;
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
}

.member {
    background: var(--card-2);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 14px;
    text-align: center;
    box-shadow: var(--shadow);
}

.member span {
    font-weight: 700;
}

/* =========================
   Privacy-lijst
   ========================= */
.privacy-list {
    margin: 14px 0;
    padding-left: 1.1rem;
}

.privacy-list li {
    margin: 8px 0;
}

/* =========================
   Contact
   ========================= */
.contact {
    display: grid;
    gap: 16px;
    justify-items: start;
    margin-top: 50px;
}


/* =========================
   Footer
   ========================= */

footer {
    background-color: #212C4E;
}

.footer-links {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.footer-brand img {
    display: block;
}

.site-footer {
    color: white;
}

.site-footer a {
    color: var(--accent);
}

.site-footer a:hover {
    color: var(--accent-2);
}

/* =========================
   Buttons
   ========================= */
.btn {
    display: inline-block;
    padding: 12px 18px;
    border-radius: 999px;
    background: var(--accent);
    color: #fff;
    font-weight: 800;
    border: none;
    box-shadow: 0 6px 20px rgba(43, 180, 255, 0.25);
    transition:
        transform 0.15s ease,
        box-shadow 0.2s ease,
        background 0.3s ease;
}

.btn:hover {
    transform: translateY(-2px);
    background: lightblue;
}

.btn-ghost {
    background: #ffffff;
    color: var(--accent);
    border: 2px solid var(--accent);
    box-shadow: none;
}

.btn-ghost:hover {
    background: var(--accent);
    color: #fff;
}

/* Alt-kleuren knoppen */
.btn.kids-yellow {
    background: linear-gradient(180deg, #fff 0%, #fff9db 100%);
    border-color: #ffe8a0;
    color: #3a2a00;
}

.btn.kids-pink {
    background: linear-gradient(180deg, #fff 0%, #ffe9f4 100%);
    border-color: #ffcfe0;
    color: #4a0e20;
}

/* =========================
   Newsletter
   ========================= */
#inschrijven {
    text-align: center;
}

#inschrijven h2 {
    margin-bottom: 8px;
}

#inschrijven p {
    color: var(--muted);
    margin-bottom: 18px;
}

#mc_embed_signup {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 24px;
    max-width: 550px;
    margin: 0 auto;
    transition:
        box-shadow 0.25s ease,
        transform 0.25s ease;
}

#mc_embed_signup:hover {
    box-shadow: 0 10px 25px rgba(43, 180, 255, 0.22);
    transform: translateY(-2px);
}

#mc_embed_signup label {
    display: block;
    margin-bottom: 6px;
    font-weight: 700;
    color: var(--fg);
    text-align: left;
}

#mc_embed_signup input[type="email"] {
    width: 100%;
    padding: 12px;
    border-radius: 999px;
    border: 1px solid var(--border);
    background: var(--card-2);
    color: var(--fg);
    margin-bottom: 12px;
    transition: all 0.2s ease;
}

#mc_embed_signup input[type="email"]:focus {
    outline: none;
    border-color: var(--accent);
    box-shadow: var(--focus);
}

#mc-embedded-subscribe {
    background: var(--accent);
    color: #001521;
    font-weight: 800;
    border: none;
    border-radius: 999px;
    padding: 12px 24px;
    cursor: pointer;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

#mc-embedded-subscribe:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(43, 180, 255, 0.3);
}

/* =========================
   Animations
   ========================= */
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition:
        opacity 0.6s ease,
        transform 0.6s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* =========================
   Accessibility & Motion prefs
   ========================= */
@media (prefers-reduced-motion: reduce) {
    * {
        scroll-behavior: auto;
    }

    .btn,
    #mc_embed_signup,
    .fade-in {
        transition: none;
    }
}

/* =========================
   BREAKPOINT â‰¥ 680px (TABLET)
   ========================= */
@media (min-width: 680px) {
    .nav-toggle {
        display: none;
    }

    .nav-links {
        position: static;
        background: transparent;
        border: none;
        border-radius: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 20px;
        box-shadow: none;
    }

    .nav-links a {
        padding: 6px 0;
    }

    .nav-links .btn.btn-small {
        padding: 8px 14px;
    }

    .hero {
        padding: 64px 0 48px;
    }

    .hero-copy h1 {
        font-size: clamp(32px, 4.8vw, 46px);
    }

    .lead {
        font-size: clamp(16px, 2.4vw, 19px);
    }

    .cards {
        grid-template-columns: 1fr 1fr;
        padding: 0;
    }

    .team {
        grid-template-columns: 1fr 1fr;
    }

    h2 {
        font-size: clamp(24px, 3.2vw, 32px);
    }
}

/* =========================
   BREAKPOINT â‰¥ 960px (DESKTOP)
   ========================= */
@media (min-width: 960px) {
    .hero-grid {
        gap: 36px;
        grid-template-columns: 1.2fr 0.8fr;
    }

    .cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .team {
        grid-template-columns: repeat(4, 1fr);
    }

    .section {
        padding: 72px 0;
    }

    h2 {
        font-size: clamp(26px, 3vw, 34px);
    }

    .hero-copy h1 {
        font-size: clamp(36px, 4.2vw, 52px);
    }

    .site-header::before {
        width: 38%;
    }
}

/* =========================
   BREAKPOINT 768â€“959px (burger behoud)
   ========================= */
@media (min-width: 768px) and (max-width: 959px) {
    .nav-toggle {
        display: inline-flex;
    }

    .nav-links {
        position: absolute;
        left: 4%;
        right: 4%;
        top: 62px;
        background: #ffffff;
        border: 1px solid var(--border);
        border-radius: 14px;
        padding: 10px;
        flex-direction: column;
        gap: 6px;
        box-shadow: var(--shadow);
        display: none;
    }

    .nav-links.open {
        display: flex;
        animation: dropdown 0.22s ease-out;
    }

    .brand .logo {
        height: 38px;
    }

    .brand-name {
        font-size: 1.1rem;
    }

    .nav {
        padding: 10px 3%;
    }

    .site-header::before {
        width: 34%;
    }
}

/* =========================
   FIX: burger actief t.e.m. 959px
   ========================= */
@media (max-width: 959px) {
    .nav-toggle {
        display: inline-flex !important;
    }

    .nav-links {
        position: absolute;
        left: 4%;
        right: 4%;
        top: 62px;
        background: #212C4E;
        border: 1px solid var(--border);
        border-radius: 14px;
        padding: 10px;
        flex-direction: column;
        gap: 6px;
        box-shadow: var(--shadow);
        display: none !important;
    }

    .nav-links.open {
        display: flex !important;
        animation: dropdown 0.22s ease-out;
    }

    .brand .logo {
        height: 38px;
    }

    .brand-name {
        font-size: 1.1rem;
    }

    .nav {
        padding: 10px 3%;
    }

    .site-header::before {
        width: 34%;
    }
}

/* =========================
   SB SoundLevel Steps (Bootstrap-styled)
   ========================= */

/* =========================
   Hoe werkt SB SoundLevel â€“ Centered & Balanced Layout
   ========================= */
#hoe-werkt-het {
    text-align: center;
}

#hoe-werkt-het .row {
    justify-content: center;
}

.step-box {
    position: relative;
    border-radius: 20px;
    padding: 32px 36px;
    background: #ffffff;
    border: 2px solid transparent;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    max-width: 700px;
    /* ðŸŽ¯ Gelijke breedte */
    margin: 0 auto;
    /* Centeren */
    text-align: left;
    /* Tekst links binnen de box */
}

.step-box h5 {
    font-weight: 800;
    color: #0b1d35;
    margin-bottom: 10px;
}

.step-box p {
    color: var(--muted);
    font-size: 15px;
    margin: 0;
    line-height: 1.6;
}

.shadow-hover:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(51, 193, 255, 0.25);
}

/* Ronde icon bubble */
.icon-bubble {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: #fff;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

/* Kleurthema's per kaart */
.bg-yellow {
    background: #ffd966;
}

.bg-blue {
    background: #47c9ff;
}

.bg-pink {
    background: #ff92b0;
}

.bg-green {
    background: #85e1d3;
}

.bg-purple {
    background: #a999ff;
}

.bg-orange {
    background: #ffb773;
}

/* Zachte gradients */
.gradient-yellow {
    background: linear-gradient(180deg, #fffdf3 0%, #fffefc 100%);
    border-color: #ffe175;
}

.gradient-blue {
    background: linear-gradient(180deg, #f4fbff 0%, #ffffff 100%);
    border-color: #47c9ff;
}

.gradient-pink {
    background: linear-gradient(180deg, #fff5fa 0%, #ffffff 100%);
    border-color: #ff92b0;
}

.gradient-green {
    background: linear-gradient(180deg, #f5fffa 0%, #ffffff 100%);
    border-color: #85e1d3;
}

.gradient-purple {
    background: linear-gradient(180deg, #f7f5ff 0%, #ffffff 100%);
    border-color: #a999ff;
}

.gradient-orange {
    background: linear-gradient(180deg, #fff9f3 0%, #ffffff 100%);
    border-color: #ffb773;
}

/* Spacing tussen kaarten */
.step-box+.step-box {
    margin-top: 42px;
}

/* Hover effect */
.step-box:hover {
    transform: translateY(-5px);
    filter: brightness(1.02);
}

/* Responsive voor kleinere schermen */
@media (max-width: 680px) {
    .step-box {
        padding: 28px 22px;
    }

    .icon-bubble {
        top: -18px;
        width: 42px;
        height: 42px;
    }
}

/* ===== Team sectie ===== */
/* ===== Team sectie: 4 naast elkaar ===== */
:root {
    --team-card-width: 280px;
    --team-img-w: 260px;
    --team-img-h: 320px;
}

/* container met 4 kolommen naast elkaar */
.team {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* 4 vaste kolommen */
    gap: 2rem;
    justify-items: center;
    align-items: start;
    margin-top: 2rem;
}

/* individuele kaart */
.member {
    width: var(--team-card-width);
    background: #f9fbff;
    border-radius: 16px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
    padding: 1.5rem 1rem 1.2rem;
    text-align: center;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.member:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
}

/* foto */
.member .avatar {
    width: var(--team-img-w);
    height: var(--team-img-h);
    border-radius: 12px;
    overflow: hidden;
    margin: 0 auto 1rem;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    margin-left: -6px;
    /* ðŸ”¹ schuift de hele foto iets naar links */
}

.member .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

@media (max-width: 680px) {
    .team {
        grid-template-columns: 1fr;
    }
}

/* naam */
.member span {
    display: block;
    font-weight: 700;
    font-size: 1.05rem;
    color: #1c1c1c;
}

.hero-quote {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.35rem;
    align-items: baseline;
    margin: 4px 0 6px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.2px;
    color: white;
}

.hero-quote .quote-static {
    opacity: 0.9;
}

.hero-quote .quote-rotator {
    position: relative;
    display: inline-block;
    min-width: 10ch;
    height: 1.3em;
    overflow: hidden;
}

.hero-quote .quote-rotator span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    transform: translateY(100%);
    font-weight: 900;
    background: linear-gradient(90deg, var(--accent), var(--accent-2), var(--accent-3));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 18px rgba(51, 193, 255, 0.3);
    animation: rotateWords 9s linear infinite;
    white-space: nowrap;
}

.hero-quote .quote-rotator span:nth-child(1) {
    animation-delay: 0s;
}

.hero-quote .quote-rotator span:nth-child(2) {
    animation-delay: 3s;
}

.hero-quote .quote-rotator span:nth-child(3) {
    animation-delay: 6s;
}

@keyframes rotateWords {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    5% {
        opacity: 1;
        transform: translateY(0);
    }

    30% {
        opacity: 1;
        transform: translateY(0);
    }

    35% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@media (max-width: 480px) {
    .hero-quote {
        font-size: 0.95rem;
    }
}