/* ==========================*/
/* EduDisplay Starter CSS    */
/* Update: 2026-06-13       */
/* ==========================*/
/* =============================================================== */
/* COMPONENTS STYLESHEET (PART B)                                 */
/* Hoort bij: style_edudisplay_starter_base.css (layout/varia)     */
/* --------------------------------------------------------------- */
/* Gebruik van comment-blokjes:                                   */
/* [C01], [C02], … = hoofdsecties; zoek in dit bestand op [C##]   */
/* STARTER_LANDING = landing-specifiek (zoek op "STARTER_LANDING") */
/* --------------------------------------------------------------- */
/* Inhoudsopgave (komt overeen met section-markers in dit file):  */
/* [C01] Combined Offer (software + hardware)                     */
/* [C02] Buttons & Interactive Elements                           */
/* [C03] Hero Section                                              */
/* [C04] Video Section                                             */
/* [C05] Quotes Section                                            */
/* [C06] Icons                                                     */
/* [C07] Products Section                                          */
/* [C08] Gallery Section                                           */
/* [C09] Contact (+ panel-subnav Contact/FAQ, bedrijfsregel)      */
/* [C10] Footer                                                    */
/* [C11] Responsive Design                                         */
/* [C12] Utility Classes (+ .bg-light)                             */
/* [C13] Support & Requirements                                    */
/* [C14] Small screen and mobile menus                             */
/* [C15] FAQ Section                                               */
/* [C16] Scroll-Triggered Animations                              */
/* STARTER_LANDING — o.a. hero-bg, contact-panel, voordelen-mode,  */
/*       roosterpakketten-partners (#starter-voordelen, homepage)  */
/* =============================================================== */
/* [C01] ===== COMBINED OFFER (SOFTWARE + HARDWARE) ===== */
.combined-offer {
    background: rgba(35, 45, 61, 0.98);
    border: 1.5px solid rgba(60, 188, 180, 0.12);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
    border-radius: var(--border-radius);
    padding: 2em 2em 2.25em;
    margin: 0 auto 3em;
    max-width: 51em;
}

.combined-offer-title {
    text-align: center;
    color: var(--light-color);
    font-size: 1.5rem;
    margin-bottom: 1em;
}

.combined-offer-intro {
    text-align: left;
    color: var(--text-color);
    opacity: 0.95;
    font-size: var(--font-md);
    line-height: 1.55;
    margin: 1em auto 1.75em;
    max-width: 36em;
}

.combined-offer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2em 3em;
    margin: 0 auto 1em;
    max-width: 45em;
    align-items: start;
}

.combined-offer-column {
    display: flex;
    flex-direction: column;
}

/* Desktop: eerste kolom iets meer ruimte links */
@media (min-width: 769px) {
    .combined-offer-column:first-child {
        padding-left: 1.25em;
    }
}

.combined-offer-subtitle {
    color: var(--light-color);
    font-size: 1.05rem;
    margin-bottom: 0.8em;
    font-weight: 600;
    min-height: 2.2em;
    line-height: 1.35;
}

.combined-offer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Software-kolom: vinkjes oranje; Hardware-kolom: vinkjes groen */
.combined-offer-column:first-child .combined-offer-list li::before {
    color: var(--primary-color);
}

.combined-offer-list li {
    position: relative;
    padding-left: 1.75em;
    margin-bottom: 0.6em;
    color: var(--text-color);
    font-size: var(--font-md);
    line-height: 1.45;
}

.combined-offer-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--secondary-color);
    font-weight: bold;
    font-size: 1.1em;
}

.combined-offer-list li em {
    font-style: italic;
    font-size: 0.9em;
    color: rgba(255, 255, 255, 0.7);
}

.combined-offer-list li a {
    color: var(--text-color);
    text-decoration: underline;
    text-decoration-thickness: 0.5px;
    text-decoration-color: rgba(255, 255, 255, 0.6);
    text-underline-offset: 2px;
}

.combined-offer-list li a:hover {
    color: var(--light-color);
    text-decoration-color: rgba(255, 255, 255, 0.6);
    text-decoration-thickness: 0.5px;
}

/* STARTER_LANDING — SSPR stappenlijst: geen vinkjes op geneste stap-items */
.starter-steps-list {
    list-style: none;
    margin-top: 0.45em;
    padding-left: 0.2em;
}

.starter-steps-list li {
    padding-left: 0 !important;
    margin-bottom: 0.45em;
}

.starter-steps-list li::before {
    content: none !important;
}

.requirements-column a {
    color: var(--text-color);
    text-decoration: underline;
    text-decoration-thickness: 0.5px;
    text-decoration-color: rgba(255, 255, 255, 0.25);
    text-underline-offset: 2px;
}

.requirements-column a:hover {
    color: var(--light-color);
    text-decoration-color: rgba(255, 255, 255, 0.5);
}

/* Distributiepartner AENC: geen onderstreping (wint van .requirements-column a) */
.requirements-column a.contact-distribution-partner-name,
.requirements-column a.contact-distribution-partner-name:visited,
.requirements-column a.contact-distribution-partner-name:focus-visible {
    text-decoration: none;
}

.combined-offer-intro a.contact-distribution-partner-name,
.combined-offer-intro a.contact-distribution-partner-name:visited,
.combined-offer-intro a.contact-distribution-partner-name:focus-visible {
    text-decoration: none;
}

.combined-offer-details-section {
    margin-top: 2em;
    padding-top: 0.35em;
    text-align: center;
}

/* Link onderaan combined-offer die verwijst naar de details/vereisten subpagina */
.combined-offer-details-link {
    color: rgba(255, 255, 255, 0.52);
    text-decoration: none;
    font-size: 0.88rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    padding-bottom: 0.04em;
    transition: color 0.2s, border-bottom-color 0.2s;
    display: inline-block;
}

.combined-offer-details-link:hover,
.combined-offer-details-link:focus-visible {
    color: rgba(255, 255, 255, 0.82);
    border-bottom-color: rgba(255, 255, 255, 0.32);
}

/* [C02] ===== BUTTONS & INTERACTIVE ELEMENTS ===== */
.btn {
    display: inline-block;
    background: linear-gradient(135deg, #ffa040 0%, #ff5722 100%);
    color: white;
    padding: 10px 20px;
    border-radius: var(--border-radius);
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 1em;
    transition: background 0.25s cubic-bezier(.4, 2, .6, 1), color 0.25s, box-shadow 0.25s;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(255, 123, 44, 0.18);
}

.btn:hover,
.btn:focus-visible {
    background: linear-gradient(135deg, #ff8800 0%, #e65100 100%);
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(255, 123, 44, 0.22);
}

.btn-outline {
    background: transparent;
    color: var(--primary-color);
    border: 1.5px solid var(--primary-color);
    border-radius: 5px;
    font-size: 1em;
    cursor: pointer;
    padding: 0.5em 1.2em 0.3em 1.2em;
    display: inline-flex;
    align-items: center;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
    box-shadow: none;
    font-weight: 600;
}

.btn-outline:hover,
.btn-outline:focus-visible {
    background: var(--primary-color);
    color: #fff;
    transform: translateY(-1px);
    border-color: var(--primary-color);
}

.btn-outline[aria-expanded="true"] {
    background: transparent;
    color: var(--primary-color);
}

#arrow {
    font-size: 1.1em;
    margin-left: 0.3em;
    transition: transform 0.2s;
}

.btn-outline[aria-expanded="true"] #arrow {
    transform: rotate(180deg);
}

.btn-outline span[id$="arrow"] {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.3em;
    font-size: 1em;
    line-height: 1;
}

/* [C03] ===== HERO SECTION ===== */
.hero {
    min-height: 20em;
    height: auto;
    background: linear-gradient(rgba(13, 18, 25, 0.97), rgba(0, 0, 0, 0.96)), var(--hero-bg-image) no-repeat center center/cover;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    text-align: center;
    padding: 120px 0 45px;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg,
            rgba(0, 0, 0, 0.3) 0%,
            rgba(26, 37, 48, 0.4) 30%,
            rgba(51, 158, 182, 0.3) 70%,
            rgba(47, 155, 181, 0.4) 100%);
    z-index: 1;
}

.hero-content {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.hero-content h1,
.hero-content .hero-title {
    font-size: 1.9rem;
    font-weight: 700;
    color: var(--light-color);
    margin-bottom: 1.3em;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    display: block;
}

/* Titels wisselen bij mode: korte fade - beide op exact dezelfde positie */
/* Vaste min-height voorkomt verspringing: alle titels altijd absolute, container hoogte constant */
.hero-title-wrap {
    position: relative;
    min-height: 4.5em;
    padding-top: .5em;
}

.hero .starter-rooster-partners-hero {
    width: 100%;
    max-width: 51em;
    margin: 0 auto 1.35em;
    padding: 0 0.6em;
}

.hero .starter-rooster-partners-hero .starter-rooster-partners-grid {
    margin: 0;
    gap: 1em 1.5em;
}

.hero-content:has(.starter-rooster-partners-hero) .hero-title-wrap {
    margin-bottom: 0.15em;
}

.hero-content:has(.starter-rooster-partners-hero) h1,
.hero-content:has(.starter-rooster-partners-hero) .hero-title {
    margin-bottom: 0.65em;
}

.hero-title {
    transition: opacity 0.35s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    display: block;
}

.hero-title-rooster {
    opacity: 1;
}

.hero-title-narrowcasting {
    opacity: 0;
    pointer-events: none;
}

.hero[data-mode="narrowcasting"] .hero-title-rooster {
    opacity: 0;
    pointer-events: none;
}

.hero[data-mode="narrowcasting"] .hero-title-narrowcasting {
    opacity: 1;
    pointer-events: auto;
}

/* STARTER_WACHTWOORDRESET_UIT — heractiveer bij launch
.hero-title-wachtwoordreset {
    opacity: 0;
    pointer-events: none;
}
.hero[data-mode="wachtwoordreset"] .hero-title-rooster,
.hero[data-mode="wachtwoordreset"] .hero-title-narrowcasting {
    opacity: 0;
    pointer-events: none;
}
.hero[data-mode="wachtwoordreset"] .hero-title-wachtwoordreset {
    opacity: 1;
    pointer-events: auto;
}
*/
.hero-content p {
    font-size: 1.05rem;
    margin-bottom: .5em;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

/* [C04] ===== VIDEO SECTION ===== */
.video-container {
    max-width: 55.5em;
    margin: 0 auto;
    margin-bottom: 2.5em;
    background-color: var(--card-bg-color);
    border-radius: var(--border-radius);
    transition: transform 0.2s ease;
}

/* Video + quotes 10% kleiner */
.voordelen-blok {
    /* Align width with gallery container */
    max-width: 56.6em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 .6em;
}

/* Video: geen afronding onderaan, sluit direct aan op quote-card */
.video-container-quotes {
    position: relative;
    padding-bottom: 42.7%;
    height: 0;
    overflow: hidden;
    width: 100%;
    max-width: 90%;
    margin: 0 auto 0;
    background-color: transparent;
    border-radius: 0;
}

.video-wrapper {
    overflow: hidden;
    aspect-ratio: 16/9;
    border: 0;
    pointer-events: none;
}

.video-wrapper iframe {
    border: 0;
    width: 300%;
    height: 100%;
    margin-left: -100%;
}

.video-wrapper-quotes iframe#youtube-player-quotes {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    pointer-events: auto !important;
    transform: none !important;
    object-fit: contain !important;
    opacity: 1 !important;
    transition: opacity 0.3s ease-in-out !important;
}

.video-wrapper-quotes iframe#youtube-player-quotes.loading {
    opacity: 0 !important;
}

/* [C05] ===== QUOTES SECTION ===== */
.quote-card {
    background: linear-gradient(135deg, rgba(35, 45, 61, 1) 70%, rgba(0, 0, 0, 0.5) 100%), no-repeat center center/cover;
    border-radius: var(--border-radius);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
    padding: 2em;
    margin: 0 0.5em 1.5em 0.5em;
    max-width: 55.5em;
    font-size: 1em;
}

.quote-author {
    color: var(--secondary-color);
    font-size: 0.95em;
    font-style: normal;
    margin-top: 0.5em;
}

/* Quote-blok direct onder video: boven recht (geen afronding), zelfde breedte, één schaduw onderaan */
.quote-card-single blockquote {
    margin: 0;
    padding: 0;
    border: none;
}

.quote-card-single {
    margin: 0 auto 2em;
    align-items: flex-start;
    text-align: left;
    padding: 1.5em var(--spacing-xl);
    background: var(--card-bg-color);
    border-radius: 0 0 var(--border-radius) var(--border-radius);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    width: 100%;
    max-width: 90%;
}

.quote-card-single .quote-icon {
    display: inline-block;
    font-size: 1.3em;
    margin: 0;
    vertical-align: middle;
    font-style: normal;
}

.quote-icon {
    font-size: 2.2em;
    margin-bottom: 0.7em;
}

.student-icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='8' y='14' width='32' height='24' rx='2' fill='%23FF5722'/%3E%3Crect x='12' y='10' width='24' height='8' rx='2' fill='%23FF9800'/%3E%3Crect x='14' y='18' width='20' height='16' rx='1' fill='white'/%3E%3Crect x='16' y='20' width='16' height='2' rx='1' fill='%23FF5722'/%3E%3Crect x='16' y='24' width='14' height='2' rx='1' fill='%23FF9800'/%3E%3Crect x='16' y='28' width='16' height='2' rx='1' fill='%23FF9800'/%3E%3Crect x='12' y='12' width='2' height='4' rx='1' fill='%23FF5722'/%3E%3Crect x='34' y='12' width='2' height='4' rx='1' fill='%23FF5722'/%3E%3C/svg%3E");
}

.teacher-icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='6' y='10' width='36' height='24' rx='4' fill='%233CBCB4'/%3E%3Crect x='10' y='14' width='28' height='16' rx='2' fill='white'/%3E%3Crect x='36' y='36' width='6' height='4' rx='1' fill='%23FF5722'/%3E%3Crect x='6' y='36' width='6' height='4' rx='1' fill='%23FF5722'/%3E%3C/svg%3E");
}

.concierge-icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='rotate(45 24 24)' fill='%23FDD835'%3E%3Cpath fill-rule='evenodd' d='M24 22 C18.477 22 14 17.523 14 12 S 18.477 2 24 2 s 10 4.477 10 10 s -4.477 10 -10 10 Z M 24 17 C 21.239 17 19 14.761 19 12 S 21.239 7 24 7 s 5 2.239 5 5 s -2.239 5 -5 5 Z'/%3E%3Cpath d='M21 21.5 L27 21.5 L27 38 L15 38 L15 33 L21 33 Z'/%3E%3C/g%3E%3C/svg%3E");
}

.quote-icon.student-icon,
.quote-icon.teacher-icon,
.quote-icon.concierge-icon {
    width: 1.5em;
    height: 1.5em;
    min-width: 1.5em;
    min-height: 1.5em;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    margin-right: 0em;
}

.quote-card-single p {
    display: flex;
    align-items: center;
    font-style: italic;
    color: var(--text-color);
    font-size: 0.98em;
    margin: 0.5em 0 0.5em 0.5em;
    line-height: 1.55;
    padding: 0;
    gap: 0.3em;
}

.quote-card-single .quote-author {
    color: var(--secondary-color);
    font-size: 0.97em;
    font-style: normal;
    font-weight: 500;
    margin: 0.2em 2.5em 0.2em .5em;
    opacity: 0.85;
    min-width: 90px;
    display: inline-block;
}

.quote-card-single .quote-text {
    color: var(--text-color);
    font-style: italic;
    font-weight: 400;
    font-size: 0.97em;
    margin: 0;
    display: inline;
}

/* [C06] ===== ICONS ===== */
.icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* [C07] ===== PRODUCTS SECTION ===== */
.product-card .product-card-label {
    display: block;
    font-size: 1.24em;
    margin-bottom: 15px;
    color: var(--text-color);
}

.products-grid {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    max-width: 56.6em;
    margin: 0 auto;
    padding: 0 .6em;
}

.product-card {
    flex: 1 1 310px;
    min-width: 105px;
    max-width: 280px;
    min-height: 18.5em;
    margin: 0;
    border-top: 0.3em solid var(--dark-color);
    background-color: var(--card-bg-color);
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    transition: var(--transition);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    padding: 20px;
    font-size: 1em;
}

.product-card ul,
.product-card p {
    font-size: .91em;
}

.product-card:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

/* Klikbare product cards: hand cursor en hover highlight */
.product-card[data-mode]:not(.active) {
    cursor: pointer;
}

.product-card[data-mode]:not(.active):hover {
    background-color: rgba(35, 45, 61, 0.95);
    box-shadow: 0 8px 20px rgba(60, 188, 180, 0.15), 0 15px 30px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.product-card[data-mode]:not(.active):active {
    transform: translateY(0);
}

.product-card.active {
    position: relative;
    border-top: none;
    background-color: var(--card-bg-color);
}

.product-card.active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0.3em;
    background: linear-gradient(to right, rgba(60, 188, 180, 0.7) 80%, rgba(60, 188, 180, 0.5));
    border-top-left-radius: 0.2em;
    border-top-right-radius: 0.2em;
    box-shadow: 0 1px 3px rgba(60, 188, 180, 0.15);
}

.product-card p {
    flex-grow: 1;
}

.product-card ul li {
    color: var(--text-color);
    font-family: inherit;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    list-style: none;
}

/* [C08] ===== GALLERY SECTION ===== */
.gallery-container {
    max-width: 56.6em;
    margin: 0 auto;
    margin-top: 2.5em;
    position: relative;
    padding: 0 .6em;
}

/* [C09] ===== CONTACT SECTION ===== */
.contact-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 570px;
    margin: 1em auto;
    padding: 2em;
}

.contact-content p {
    font-size: 1em;
    line-height: 1.55;
}

.contact-details {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 2rem;
}

.contact-details span {
    color: var(--text-color);
    font-size: 1rem;
}

.contact-details .icon {
    width: 30px;
    height: 30px;
}

/* Contact/FAQ: subnav (“Contact · Veelgestelde vragen”) bovenaan het paneel */
.contact-panel-subnav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.3em 0.45em;
    align-self: center;
    width: fit-content;
    max-width: calc(100% - 1.5rem);
    margin: 0 auto 1.05rem;
    padding: 0.28rem 0.72rem;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.02);

    font-size: 0.85rem;
    line-height: 1.4;
    letter-spacing: 0.01em;
    box-sizing: border-box;
}

.contact-panel-subnav-current {
    color: rgba(255, 255, 255, 0.72);
    font-weight: 600;
}

.contact-panel-subnav-sep {
    color: rgba(255, 255, 255, 0.28);
    user-select: none;
    font-weight: 300;
}

.contact-panel-subnav-link {
    color: rgba(255, 255, 255, 0.52);
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    padding-bottom: 0.04em;
}

.contact-panel-subnav-link:hover,
.contact-panel-subnav-link:focus-visible {
    color: rgba(255, 255, 255, 0.78);
    border-bottom-color: rgba(255, 255, 255, 0.32);
}

body.starter-site #faq .contact-faq-subnav {
    margin: 2rem auto 1.35rem;
}

/* Benodigdheden: subnav extra ademruimte naar beneden */
body.starter-site #benodigdheden .benodigdheden-subnav,
body.starter-site #benodigdheden-vereisten .benodigdheden-subnav {
    margin: 0 auto 2rem;
}

/* Benodigdheden-vereisten: geen losse horizontale lijnen rond de requirements-grid */
#benodigdheden-vereisten .requirements-grid {
    border-top: none;
    border-bottom: none;
}

/* Extra adem tussen subnav en eerste FAQ-blok (rustiger na wissel vanaf Contact) */
body.starter-site #faq.section>div.support-section:first-of-type {
    margin-top: 0.35rem;
}

/* [C10] ===== FOOTER ===== */
footer {
    /* Zwartachtig als vaste header (≈ rgb(13,18,25)); geen teal/groene tint */
    background: linear-gradient(180deg,
            var(--darkest-color) 0%,
            var(--darker-color) 100%);
    color: rgba(255, 255, 255, 0.82);
    padding: .6em 1em;
    position: relative;
    z-index: 1;
    box-shadow: 0 -3px 20px rgba(0, 0, 0, 0.2);
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    font-size: .9em;
    margin-bottom: 0.1em;
    justify-content: center;
    justify-items: center;
    text-align: center;
}

.footer-content h2,
.footer-content h3 {
    margin-bottom: 20px;
    font-size: 1.1em;
    position: relative;
    padding-bottom: 10px;
    text-align: center;
}

.footer-content h2::after,
.footer-content h3::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 30px;
    height: 2px;
    background-color: var(--primary-color);
}

.footer-content p {
    margin-bottom: 10px;
    font-size: 1em;
    color: rgba(255, 255, 255, 0.8);
}

/* Contact: bedrijfsregel met merknaam + KVK/BTW/IBAN (geen smalle max-width: voorkomt “naar rechts” door overflow) */
.contact-company-meta {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1.35rem;
    padding-top: 0.15rem;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.contact-company-meta .company-details {
    margin: 0;
    line-height: 1.5;
    font-size: 0.8em;
    color: rgba(255, 255, 255, 0.55);
    max-width: 100%;
    width: 100%;
    text-align: center;
    text-wrap: balance;
    white-space: normal;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.02em;
}

.contact-company-meta .company-details-key {
    color: rgba(60, 188, 180, 0.72);
    font-weight: 600;
    font-size: 0.92em;
    letter-spacing: 0.06em;
    margin-right: 0.2em;
}

.contact-company-meta .company-details-sep {
    display: inline;
    margin: 0 0.32em;
    color: rgba(246, 246, 246, 0.3);
    font-weight: 300;
}

.footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 0.3em;
    font-size: .9em;
    margin-top: 0;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    column-gap: 0.2em;
    row-gap: 0.35em;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.footer-sep {
    opacity: 0.75;
    user-select: none;
    flex: 0 0 auto;
    padding: 0 0.02em;
    font-size: 0.92em;
}

.footer-bottom a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.38);
    transition: color 0.2s, text-decoration-color 0.2s;
}

.footer-bottom a:hover,
.footer-bottom a:focus-visible {
    color: rgba(255, 255, 255, 0.96);
    text-decoration-color: rgba(255, 255, 255, 0.62);
}

/* [C11] ===== RESPONSIVE DESIGN ===== */
/* [C11] @media-volgorde: max-width 992px → 768px → 1024px → (769px–1024px) → min-width 1025px → 480px. Min-width 769px voor .combined-offer staat in [C01]. Verdere breakpoints: [C12]–[C16] (o.a. 768, 480, 350, 900, 600px; prefers-reduced-motion in [C16]). */
/* --- max-width: 992px --- */
@media (max-width: 992px) {
    .contact-content {
        flex-direction: column;
    }
}

/* --- max-width: 768px (header, nav, variables) --- */
@media (max-width: 768px) {
    footer .container {
        padding-left: .5em;
        padding-right: .5em;
    }

    .footer-content {
        font-size: 0.9em;
    }

    .footer-content h2,
    .footer-content h3 {
        font-size: 1.02em;
    }

    .footer-content p {
        font-size: 0.92em;
        color: rgba(255, 255, 255, 0.88);
    }

    .footer-bottom {
        font-size: 0.78em;
    }

    .footer-links {
        max-width: 20rem;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-bottom a {
        color: rgba(255, 255, 255, 0.58);
    }

    .footer-bottom a:hover,
    .footer-bottom a:focus-visible {
        color: rgba(255, 255, 255, 0.98);
    }

    .contact-company-meta .company-details {
        font-size: 0.74em;
        color: rgba(255, 255, 255, 0.62);
    }

    /* Hero, section, products, support, quotes */
    .hero {
        min-height: auto;
        padding: 6em .4em 3.5em;
    }

    .hero h2 {
        font-size: 1.9rem;
        margin: 0 auto 15px;
        max-width: 94%;
        padding: 0 1px;
    }

    .hero p {
        font-size: 0.9rem;
        margin: 0 auto 15px;
        max-width: 100%;
        padding: 0 10px;
    }

    .section {
        padding: calc(var(--spacing-xl) * 0.5) 0 calc(var(--spacing-xl) * 1.2);
    }

    .hero+.section {
        padding-top: calc(var(--spacing-xl) * 0.3);
    }

    /* STARTER_LANDING — eerste-sectie padding op klein scherm (i.c.m. vaste header); zie desktopblok bovenaan */
    body.starter-site main>.section:first-child {
        padding-top: calc(4.85rem + var(--spacing-xl) * 0.85);
    }

    /* ----- EINDE STARTER_LANDING (@media 768px eerste-sectie) ----- */
    .products-grid {
        /* iPad portrait / small tablets: slightly narrower + centered */
        gap: 12px;
        width: 85%;
        max-width: 42em;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        flex-wrap: wrap;
        justify-content: center;
    }

    .product-card {
        /* Force 2-up layout on iPad mini (768px) */
        flex: 0 0 calc(50% - 6px);
        width: calc(50% - 6px);
        max-width: calc(50% - 6px);
        margin: 0;
        padding: var(--spacing-lg);
        min-width: unset;
        min-height: unset;
    }

    .quote-card {
        flex: 1 1 100%;
        min-width: auto;
        max-width: none;
        min-height: 12em;
        padding: var(--spacing-lg);
    }

    .quote-icon {
        font-size: 1em;
    }

    .sub-section {
        font-size: 1.3rem;
    }
}

/* --- max-width: 1024px (products grid) --- */
@media (max-width: 1024px) {
    .products-grid {
        flex-wrap: wrap;
        justify-content: center;
        max-width: 56.6em;
        margin-left: auto;
        margin-right: auto;
        padding: 0 .6em;
        gap: 16px;
    }
}

/* --- tablet 769px–1024px (products grid) --- */
@media (min-width: 769px) and (max-width: 1024px) {
    .products-grid {
        width: 85%;
        max-width: 48em;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        gap: 16px;
        justify-content: center;
    }

    .product-card {
        flex: 0 0 calc(50% - 8px);
        width: calc(50% - 8px);
        max-width: calc(50% - 8px);
    }
}

/* --- desktop 1025px+ (products grid) --- */
@media (min-width: 1025px) {
    .products-grid {
        width: 100%;
        max-width: 56.6em;
        padding: 0 .6em;
        gap: 16px;
    }

    /* Desktop: make each feature card slightly narrower */
    .product-card {
        flex: 1 1 295px;
        max-width: 245px;
    }
}

/* --- max-width: 480px --- */
@media (max-width: 480px) {
    .hero {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .logo {
        margin-top: 0.15em !important;
        margin-left: 1.3em !important;
    }

    /* Quotes video responsive voor kleine schermen - geen gap tussen video en quote */
    .video-container-quotes {
        width: 100%;
        max-width: 100%;
        margin: 1em auto 0;
        height: 13em;
        padding: 0;
        margin-bottom: 0;
    }

    .voordelen-blok {
        padding: 0;
    }

    .voordelen-blok .quote-card-single {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        padding-left: var(--spacing-xs);
        padding-right: var(--spacing-xs);
    }

    /* Zorg dat er geen gap is tussen video en quote-card */
    .voordelen-blok .video-container-quotes+.quote-card-single {
        margin-top: 0 !important;
    }

    /* Gallery responsive voor kleine schermen */
    .gallery-container {
        padding: 0 var(--spacing-xs);
    }

    .gallery-thumbnails {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
        padding: 0 var(--spacing-xs);
    }

    /* Video container responsive voor kleine schermen */
    .video-container {
        padding: 0 var(--spacing-xs);
    }

    /* Alleen top-level <li> — niet geneste .nav-submenu (anders krijgt o.a. “Wachtwoord reset” Inloggen-styling) */
    nav>ul>li:not(:last-child) {
        margin: 0 .2em;
    }

    nav>ul>li:last-child>a {
        border: none !important;
        background: transparent !important;
        color: var(--primary-color) !important;
        box-shadow: none;
        padding: 5px 14px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hero-content h1,
    .hero-content .hero-title {
        font-size: 1.5rem;
        padding: 0;
        margin-top: 0.5em;
        max-width: 92%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .hero-title-wrap {
        padding-top: 0;
        text-align: center;
        min-height: 5.5em;
    }

    .hero {
        padding-left: 0.2em;
        padding-right: 0.2em;
    }

    .hero .container {
        padding-left: 0.2em;
        padding-right: 0.2em;
    }

    .hero-content p {
        padding: 0;
        margin-bottom: 15px;
        font-size: .9rem;
    }

    section {
        width: 100%;
        overflow-x: hidden;
    }

    .products-grid {
        gap: 8px;
        padding: 0 1em;
        justify-content: center;
        flex-wrap: nowrap;
    }

    .product-card {
        flex: 0 0 calc(50% - 4px);
        width: calc(50% - 4px);
        max-width: calc(50% - 4px);
        margin: 0;
        padding: 0.7em 0.5em;
        min-width: 0;
        font-size: 0.9em;
    }

    .product-card .product-card-label {
        font-size: 0.95em;
        margin-bottom: 0.4em;
    }

    .product-card p {
        font-size: 0.81em;
        line-height: 1.4;
    }

    .logo .site-title {
        display: block;
    }

    nav>ul>li:last-child>a:hover,
    nav>ul>li:last-child>a:focus-visible {
        background: transparent !important;
        color: var(--primary-color) !important;
    }

    nav>ul>li:last-child>a .inloggen-text {
        display: inline;
    }

    .support-section {
        font-size: 0.95em;
        padding-left: var(--spacing-xs);
        padding-right: var(--spacing-xs);
    }

    .quote-card {
        padding: var(--spacing-md);
        min-height: 14em;
        width: 98%;
        max-width: 98%;
    }

    .quote-card p {
        font-size: 0.94rem;
    }

    .quote-author {
        font-size: 0.94rem;
    }

    .sub-section {
        font-size: 1.15rem;
    }
}

/* [C12] ===== UTILITY CLASSES ===== */
.bg-light {
    background-color: var(--section-bg-color);
    background-image: linear-gradient(to bottom,
            rgba(26, 37, 48, 0.95),
            rgba(20, 28, 38, 0.9));
}

/* STARTER_LANDING — herbruikbare groenige sectie-achtergrond (vast t.o.v. viewport op brede schermen) */
body.starter-site .starter-hero-bg.section {
    position: relative;
    overflow: visible;
    background:
        linear-gradient(135deg,
            rgba(0, 0, 0, 0.3) 0%,
            rgba(26, 37, 48, 0.4) 30%,
            rgba(51, 158, 182, 0.3) 70%,
            rgba(47, 155, 181, 0.4) 100%),
        linear-gradient(rgba(13, 18, 25, 0.97), rgba(0, 0, 0, 0.96)),
        var(--hero-bg-image) no-repeat center center/cover;
    background-attachment: fixed, fixed, fixed;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
}

body.starter-site .starter-hero-bg.section::before {
    content: none;
}

body.starter-site .starter-hero-bg.section>* {
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    body.starter-site .starter-hero-bg.section {
        background: linear-gradient(rgba(13, 18, 25, 0.97), rgba(0, 0, 0, 0.96)), var(--hero-bg-image) no-repeat center center/cover;
        background-attachment: scroll, scroll;
        overflow: hidden;
    }

    body.starter-site .starter-hero-bg.section::before {
        content: '';
        display: block;
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg,
                rgba(0, 0, 0, 0.3) 0%,
                rgba(26, 37, 48, 0.4) 30%,
                rgba(51, 158, 182, 0.3) 70%,
                rgba(47, 155, 181, 0.4) 100%);
        z-index: 0;
        pointer-events: none;
    }
}

/* ----- EINDE STARTER_LANDING (herbruikbare hero-achtergrond) ----- */
body.starter-site #faq.section {
    padding-bottom: 6rem;
    align-items: stretch;
}

/* FAQ staat in een flex main (class starter-main-fill); zonder vaste breedte krimpen .support-section naar tekstbreedte */
body.starter-site #faq.section .support-section {
    width: 100%;
    max-width: 51em;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

/* STARTER (contact): alleen layout (grijze .combined-offer rond bestaande copy + knop) */
body.starter-site .starter-contact-panel {
    margin-bottom: 0;
}

/* Contactpagina: compact — géén flex-grow over hoogte (geen gat tussen FAQ en KVK) */
body.starter-site #contact .starter-contact-panel {
    padding: 1.8rem 2em 1.2rem;
}

body.starter-site #contact .starter-contact-panel .contact-content {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    max-width: 40rem;
}

body.starter-site #contact .contact-content .contact-panel-subnav {
    margin-bottom: 2rem;
}

/* Contact: intro + knop (breedte volgt .contact-content); scheiding = ::before op .contact-company-meta */
body.starter-site #contact .contact-panel-main {
    width: 100%;
    margin: 0 auto 1.75rem;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
}

body.starter-site #contact .contact-panel-main p {
    margin: 0;
    line-height: 1.55;
    color: var(--text-color);
}

body.starter-site #contact .contact-panel-main p + p {
    margin-top: 0.9rem;
}

body.starter-site #contact .contact-panel-main p:nth-of-type(2) {
    font-size: 0.96rem;
    color: rgba(255, 255, 255, 0.82);
}

body.starter-site #contact .contact-panel-main .contact-details {
    margin-top: 1.75rem;
    margin-bottom: 0;
    justify-content: center;
}

body.starter-site #contact .contact-company-meta {
    margin-top: 0.5rem;
    padding-top: 0;
    margin-bottom: 0;
    text-align: center;
}

body.starter-site #contact .contact-company-meta::before {
    content: '';
    display: block;
    width: min(88%, 38rem);
    height: 1px;
    margin: 0 auto 1.35rem;
    background: rgba(255, 255, 255, 0.1);
    transform: scaleY(0.5);
    transform-origin: center top;
}

body.starter-site #contact .contact-distribution-partner {
    margin: 0 auto 1.65rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.42rem;
    font-size: 0.76rem;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.42);
    max-width: 40rem;
}

body.starter-site #contact .contact-distribution-partner-logo {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 0.2rem;
    opacity: 0.94;
}

body.starter-site #benodigdheden .contact-distribution-partner-name,
body.starter-site #benodigdheden-vereisten .contact-distribution-partner-name {
    font-weight: 400;
    color: rgba(255, 255, 255, 0.74);
    text-decoration: none;
    letter-spacing: 0.02em;
}

body.starter-site #contact .contact-distribution-partner-name {
    font-weight: 400;
    color: rgba(255, 255, 255, 0.48);
    text-decoration: none;
    letter-spacing: 0.02em;
}

body.starter-site #benodigdheden .contact-distribution-partner-name,
body.starter-site #benodigdheden .contact-distribution-partner-name:visited,
body.starter-site #benodigdheden .contact-distribution-partner-name:hover,
body.starter-site #benodigdheden .contact-distribution-partner-name:focus-visible,
body.starter-site #benodigdheden-vereisten .contact-distribution-partner-name,
body.starter-site #benodigdheden-vereisten .contact-distribution-partner-name:visited,
body.starter-site #benodigdheden-vereisten .contact-distribution-partner-name:hover,
body.starter-site #benodigdheden-vereisten .contact-distribution-partner-name:focus-visible {
    color: inherit;
}

body.starter-site #contact .contact-distribution-partner-name:visited,
body.starter-site #contact .contact-distribution-partner-name:hover,
body.starter-site #contact .contact-distribution-partner-name:focus-visible {
    color: rgba(255, 255, 255, 0.62);
}

body.starter-site #contact .contact-distribution-partner-name:hover,
body.starter-site #contact .contact-distribution-partner-name:focus-visible,
body.starter-site #benodigdheden .contact-distribution-partner-name:hover,
body.starter-site #benodigdheden .contact-distribution-partner-name:focus-visible,
body.starter-site #benodigdheden-vereisten .contact-distribution-partner-name:hover,
body.starter-site #benodigdheden-vereisten .contact-distribution-partner-name:focus-visible {
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.56);
    text-underline-offset: 2px;
}

/* Contact, FAQ: sectie vult resterende main-hoogte — doorloop naar footer zonder rare kleurrand */
body.starter-site main.starter-main-fill {
    display: flex;
    flex-direction: column;
}

body.starter-site main.starter-main-fill>.section.starter-hero-bg {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    box-shadow: none;
}

/* ----- EINDE STARTER_LANDING (contact-panel layout) ----- */
.starter-voordelen-mode-card {
    margin-top: 0.35em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

.starter-voordelen-mode-intro {
    margin-top: 1em !important;
    margin-bottom: 1.35em !important;
}

.starter-intro-with-status {
    margin-bottom: 1.35em;
}

.starter-intro-with-status .starter-voordelen-mode-intro {
    margin-bottom: 0.5em !important;
}

.starter-status-label {
    margin: 0 auto;
    max-width: 36em;
    display: block;
    text-align: center;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1.3;
    color: rgba(60, 188, 180, 0.92);
    padding: 0.25em 0.65em;
    border-radius: 999px;
    background: rgba(60, 188, 180, 0.1);
    border: 1px solid rgba(60, 188, 180, 0.28);
    width: fit-content;
    box-sizing: border-box;
}

.starter-voordelen-mode-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.75em 2.5em;
    text-align: left;
    max-width: 46em;
    margin: 0 auto;
}

.starter-voordelen-mode-col .combined-offer-subtitle {
    text-align: left;
}

/* STARTER_LANDING — roosterpakketten (includes/starter_rooster_partners.html, starter_index.html) */
.combined-offer .starter-rooster-partners-inline {
    text-align: center;
    margin-top: 2em;
    margin-bottom: 0.25em;
    max-width: 40em;
    opacity: 0.92;
}

a.starter-rooster-partners-name-link,
a.starter-rooster-partners-name-link:visited,
a.starter-rooster-partners-name-link:hover,
a.starter-rooster-partners-name-link:focus-visible {
    color: var(--text-color);
    text-decoration: none;
    border-bottom: none;
    font-weight: 560;
}

.starter-rooster-extra-text a.starter-rooster-partners-name-link {
    border-bottom: none;
}

/* STARTER_LANDING — onder quotes persoonlijk rooster: extra uitleg + linkachtige modus-sprongen (starter_index.html) */
.starter-rooster-extra {
    width: 100%;
    max-width: 51em;
    margin: 0 auto 1.1em;
    padding: 0.15em 0;
    border-radius: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}

.starter-rooster-extra-text {
    margin: 0 auto 0.85em;
    max-width: 36em;
    font-size: var(--font-md);
    line-height: 1.58;
    color: var(--text-color);
    opacity: 0.92;
    text-align: left;
}

.starter-rooster-extra-text strong {
    color: var(--text-color);
    font-weight: 560;
}

.starter-rooster-extra-text a {
    color: var(--text-color);
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.starter-rooster-extra-text a:visited {
    color: var(--text-color);
}

.starter-rooster-extra-text a:hover,
.starter-rooster-extra-text a:focus-visible {
    color: var(--text-color);
    border-bottom-color: rgba(255, 255, 255, 0.55);
}

#starter-voordelen .voordelen-blok .quote-card-single {
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.18);
}

#starter-voordelen .starter-rooster-partners-panel {
    width: 100%;
    margin: 3em 0 0.65em;
    padding: 2.35em var(--spacing-md) 1.25em;
    border-top: 1px solid rgba(255, 255, 255, 0.065);
    background: linear-gradient(to bottom,
            rgba(35, 45, 61, 0.42) 0%,
            rgba(26, 37, 48, 0.38) 45%,
            rgba(20, 28, 38, 0.28) 100%);
    border-radius: 0;
}

#starter-voordelen.section.bg-light {
    padding-bottom: calc(var(--spacing-xl) * 0.3);
}

.starter-rooster-partners-panel .starter-rooster-partners-title {
    max-width: 51em;
    margin: 0.25em auto 1em;
    padding: 0 0.6em;
    color: rgba(245, 245, 245, 0.8);
}

.starter-rooster-partners-panel .starter-rooster-partners-intro {
    text-align: center;
    margin-bottom: 2em;
    max-width: 40em;
    color: rgba(224, 224, 224, 0.86);
    opacity: 1;
}

.starter-rooster-partners-panel .starter-rooster-partners-intro a.starter-rooster-partners-name-link {
    color: inherit;
}

.starter-rooster-partners {
    width: 100%;
    max-width: 51em;
    margin: 0 auto;
    padding: 0 0.6em;
    text-align: center;
}

.starter-rooster-partner-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    text-decoration: none;
    border-radius: 4px;
    cursor: pointer;
    transition: transform 0.25s ease;
}

.starter-rooster-partner-link:hover,
.starter-rooster-partner-link:focus-visible {
    color: inherit;
    text-decoration: none;
}

.starter-rooster-partner-link:focus-visible {
    outline: 2px solid var(--secondary-color);
    outline-offset: 4px;
}

.starter-rooster-partner-link .starter-rooster-partner-logo {
    display: block;
    width: auto;
    height: auto;
    max-height: 2.1em;
    object-fit: contain;
    opacity: 0.82;
    filter: brightness(0) invert(1);
    transition: filter 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

.starter-rooster-partners-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1.5em 2.5em;
    margin: 0;
    padding: 0;
    list-style: none;
}

.starter-rooster-partner-item {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.78;
    transition: opacity 0.25s ease;
}

.starter-rooster-partner-item:has(.starter-rooster-partner-link:hover),
.starter-rooster-partner-item:has(.starter-rooster-partner-link:focus-visible) {
    opacity: 1;
}

.starter-rooster-partner-logo-zermelo {
    width: 10.2em;
    max-width: 36vw;
    min-height: 2.15em;
    max-height: 2.6em;
    transform: scale(1.08);
    transform-origin: center center;
}

.starter-rooster-partner-logo-somtoday {
    max-width: min(7.875em, 21vw);
    transform: scale(1.05);
    transform-origin: center center;
}

.starter-rooster-partner-logo-webuntis {
    max-width: 2.65em;
    max-height: 2.65em;
}

.starter-rooster-partner-logo-xedule {
    max-width: min(7.5em, 20vw);
}

.starter-rooster-partner-link:hover .starter-rooster-partner-logo,
.starter-rooster-partner-link:focus-visible .starter-rooster-partner-logo {
    opacity: 1;
    filter: none;
    transform: scale(1.04);
}

.starter-rooster-partner-link:hover .starter-rooster-partner-logo-zermelo,
.starter-rooster-partner-link:focus-visible .starter-rooster-partner-logo-zermelo {
    transform: scale(1.12);
}

.starter-rooster-partner-link:hover .starter-rooster-partner-logo-somtoday,
.starter-rooster-partner-link:focus-visible .starter-rooster-partner-logo-somtoday {
    transform: scale(1.08);
}

/* STARTER_LANDING — Narrowcasting/SSPR: carousel smaller than homepage */
.starter-carousel-compact .action-container {
    max-width: 45em;
    /* align with .combined-offer width above */
}

/* ----- EINDE STARTER_LANDING (voordelen-mode + compact carousel) ----- */
@media (max-width: 768px) {
    .starter-voordelen-mode-columns {
        grid-template-columns: 1fr;
        gap: 1.5em;
    }

    .combined-offer {
        padding: 1.5em 1.25em;
        margin-bottom: 2.5em;
    }

    .combined-offer-grid {
        grid-template-columns: 1fr;
        gap: 1.5em;
        margin-bottom: 1.75em;
    }

    .combined-offer-title {
        font-size: 1.3rem;
    }

    .combined-offer-intro {
        font-size: 0.95rem;
        margin-bottom: 1.5em;
    }

    /* Homepage #starter-voordelen: horizontale inset + titel/tekst in lijn met narrowcasting-body */
    #starter-voordelen>.container {
        padding-left: 1.15rem;
        padding-right: 1.15rem;
        box-sizing: border-box;
    }

    #starter-voordelen .sub-section {
        font-size: 1.2rem;
    }

    .starter-rooster-extra-text {
        font-size: 0.95rem;
        line-height: 1.55;
    }

    #starter-voordelen .starter-rooster-partners-panel {
        margin-top: 2em;
        padding: 1.9em 1.15rem 1em;
        margin-bottom: 0.5em;
    }

    .starter-rooster-partners-panel .starter-rooster-partners-intro {
        margin-bottom: 1.65em;
    }

    .starter-rooster-partners-grid {
        gap: 1.25em 1.75em;
    }

    .starter-rooster-partner-logo-zermelo {
        width: 9.2em;
        max-width: 40vw;
        max-height: 2.45em;
        transform: scale(1.08);
    }

    .starter-rooster-partner-logo-webuntis {
        max-width: 2.45em;
        max-height: 2.45em;
    }

    .hero .starter-rooster-partners-hero {
        margin-bottom: 1.1em;
    }

    .hero .starter-rooster-partners-hero .starter-rooster-partners-grid {
        gap: 0.85em 1.15em;
    }

    /* Subpagina’s met .starter-hero-bg: kop iets kleiner op tablet/mobiel */
    .starter-hero-bg .section-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .combined-offer {
        padding: 1.25em 1em;
        margin-bottom: 2em;
    }

    .combined-offer-title {
        font-size: 1.2rem;
    }

    .combined-offer-intro {
        font-size: 0.9rem;
    }

    .combined-offer-list li {
        font-size: 0.9rem;
    }

    /* Tegen .container { padding: 0 !important }: toch inset voor specifieke secties */
    #starter-voordelen>.container,
    #benodigdheden>.container,
    #benodigdheden-vereisten>.container {
        padding-left: .5rem !important;
        padding-right: .5rem !important;
    }

    #starter-voordelen .sub-section {
        font-size: 1.05rem;
    }

    .starter-rooster-extra-text {
        font-size: 0.9rem;
        line-height: 1.52;
    }

    #starter-voordelen .starter-rooster-partners-panel {
        margin-top: 1.65em;
        padding: 1.6em 0.5rem 0.85em;
        margin-bottom: 0.4em;
    }

    .starter-rooster-partners-grid {
        gap: 1.15em 1.35em;
    }

    .starter-rooster-partner-logo-zermelo {
        width: 8.2em;
        max-width: 44vw;
        max-height: 2.3em;
        transform: scale(1.08);
    }

    .starter-rooster-partner-logo-webuntis {
        max-width: 2.25em;
        max-height: 2.25em;
    }

    .hero .starter-rooster-partners-hero {
        margin-bottom: 0.95em;
        padding: 0 0.25em;
    }

    .hero .starter-rooster-partners-hero .starter-rooster-partners-grid {
        gap: 0.75em 0.9em;
    }

    .starter-hero-bg .section-title {
        font-size: 1.28rem;
    }
}

/* [C13] ===== SUPPORT & REQUIREMENTS ===== */
.requirements-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2em;
    margin-top: .5em;
    padding: 1em 1.5em 1.5em 1.5em;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
}

.support-section {
    padding: 1rem 1rem 1rem 2rem;
    background-color: var(--card-bg-color);
    border-radius: var(--border-radius);
    margin: 0 auto;
    box-shadow: var(--box-shadow);
    max-width: 51em;
    border-bottom: 2px solid rgba(13, 18, 25, 0.5);
}

.support-section .req-title {
    font-weight: 600;
}

.support-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2em;
    margin-top: 0.2em;
    padding: 1em 2rem 1.5em 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
    .requirements-grid {
        grid-template-columns: 1fr;
        gap: 1.5em;
    }

    .support-grid {
        grid-template-columns: 1fr;
        gap: 1.5em;
    }

    .support-section {
        padding: 1.5em;
    }
}

.support-section ul,
.requirements-grid ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.support-section li,
.requirements-grid li {
    margin: 1em 0;
    padding-left: 2em;
    position: relative;
    color: var(--text-color);
    line-height: 1.6;
    font-size: 1em;
}

.support-section li em,
.requirements-grid li em {
    font-size: 0.9em;
    color: rgba(255, 255, 255, 0.7);
}

.support-section li::before,
.requirements-grid li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.5em;
    width: .5em;
    height: .5em;
    background: var(--secondary-color);
    border-radius: 50%;
    opacity: 0.8;
}

.support-section li.software::before,
.requirements-grid li.software::before {
    background: var(--primary-color);
}

.support-section .support-column:first-child ul li::before {
    background: var(--secondary-color);
}

.support-section .support-column:last-child ul li::before {
    background: var(--primary-color);
}

.support-note {
    text-align: center;
    font-size: .9em;
    padding-top: 1em;
    color: var(--text-color);
    opacity: 0.7;
    font-style: italic;
}

/* Extra kleine telefoons: rooster-titel net compacter houden */
@media (max-width: 375px) {
    .hero-content .hero-title.hero-title-rooster {
        font-size: 1.35rem;
        line-height: 1.18;
        max-width: 96%;
    }

    .hero-title-wrap {
        min-height: 5em;
    }
}

/* Zeer kleine schermen: cards onder elkaar */
@media (max-width: 350px) {
    .products-grid {
        flex-direction: column;
        align-items: center;
        padding: 0 1em;
    }

    .product-card {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }
}

/* [C14] ===== SMALL SCREEN AND MOBILE MENUS ===== */
@media (max-width: 900px) {
    nav.active .nav-products-label {
        pointer-events: none;
        cursor: default;
    }

    nav.active .nav-item-products .nav-submenu-toggle {
        display: none;
    }

    nav.active .nav-submenu-toggle {
        margin-left: 0;
        transform: translateX(-0.98rem);
    }

    nav.active ul>li:not(.nav-item-products) {
        display: grid;
        grid-template-columns: 1fr 2.5rem;
        align-items: center;
        column-gap: 0.5em;
        width: 100%;
        max-width: 18rem;
    }

    nav.active ul>li:not(.nav-item-products)>a {
        grid-column: 1;
        text-align: left;
    }

    nav.active ul>li:not(.nav-item-products)::after {
        content: "";
        grid-column: 2;
        width: 2.5rem;
        min-height: 2.5rem;
        justify-self: start;
        pointer-events: none;
    }

    nav.active ul {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        right: 0;
        width: min(80vw, 20rem);
        height: 100vh;
        max-height: 100dvh;
        background: rgba(20, 25, 35, 0.98);
        justify-content: flex-start;
        align-items: flex-start;
        padding: 4.75rem 1rem 2rem 1.2rem;
        box-sizing: border-box;
        gap: 1.35em;
        z-index: 1200;
        transition: background 0.3s;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
        border-left: 2.5px solid var(--darker-color);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    /* Inloggen alleen in desktop-nav; niet in mobiel drawer */
    nav.active>ul>li:last-child {
        display: none !important;
    }

    nav.active ul li {
        margin: 0;
        padding-bottom: 0;
        margin-bottom: 0;
        width: 100%;
        max-width: 18rem;
        box-sizing: border-box;
    }

    nav.active ul li a {
        font-size: 1.25em;
        color: #fff;
        padding: 0.55em 1.1em 0.55em 0.35em;
        background: none;
        transition: background 0.2s, color 0.2s;
        text-align: left;
        display: block;
    }

    nav.active ul li a:hover {
        background: rgba(60, 188, 180, 0.12);
        color: #8fe2dc;
    }

    nav.active>ul>li:not(.nav-item-products)>a:hover,
    nav.active .nav-mobile-row>a:hover,
    nav.active>ul>li:not(.nav-item-products)>a:focus-visible,
    nav.active .nav-mobile-row>a:focus-visible {
        background: rgba(60, 188, 180, 0.12);
        color: #8fe2dc;
        border-radius: 6px;
    }

    /* Mobiel: geen onderstreping op hoofditems */
    nav.active>ul>li:not(.nav-item-products)>a::after,
    nav.active .nav-mobile-row>a::after {
        display: none !important;
    }

    /* Mobiel: actief hoofditem in dezelfde groenige tint als submenu */
    nav.active>ul>li:not(.nav-item-products)>a.active,
    nav.active>ul>li:not(.nav-item-products)>a[aria-current="page"],
    nav.active .nav-mobile-row>a.active,
    nav.active .nav-mobile-row>a[aria-current="page"] {
        color: var(--secondary-color);
    }

    /* Geen extra ::before — dubbel met .menu-overlay gaf een donker/zwart vlak links */
    nav.active~.menu-toggle {
        position: fixed !important;
        top: 24px !important;
        right: 24px !important;
        transform: none !important;
        z-index: 1300 !important;
    }

    nav.active ul li a:focus-visible {
        outline: 2.5px solid #fff;
        outline-offset: 2px;
        border-radius: 7px;
        background: rgba(255, 255, 255, 0.08);
    }

    .nav-submenu-toggle:focus-visible {
        outline: 1.5px solid rgba(255, 255, 255, 0.35);
        outline-offset: 1px;
    }

    /* Submenu’s: ingeklapt; subtiele rand + zachte open-animatie */
    nav.active .nav-item-products {
        padding-bottom: 0;
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        max-width: 16.9rem;
    }

    nav.active .nav-item-products .nav-mobile-row {
        max-width: 16.9rem;
        grid-template-columns: 1fr 2.25rem;
    }

    nav.active .nav-item-products .nav-submenu {
        display: flex !important;
        flex-direction: column;
        position: static;
        align-items: stretch;
        justify-content: flex-start;
        min-width: auto;
        margin: 0;
        padding: 0;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        visibility: hidden;
        /* Subtiel paneel: lichte rand en zachte achtergrond */
        border: 1px solid rgba(255, 255, 255, 0.08);
        box-shadow: none;
        background: rgba(255, 255, 255, 0.02);
        border-radius: 6px;
        width: 100%;
        max-width: 14.8rem;
        transition:
            max-height 0.42s ease-out,
            opacity 0.3s ease,
            padding 0.3s ease,
            border-color 0.25s ease,
            background-color 0.25s ease;
    }

    nav.active .nav-item-products.nav-submenu-open .nav-submenu {
        margin-top: 0.45em;
        padding: 0.38em 0.4em 0.08em;
        max-height: 5.5rem;
        opacity: 1;
        visibility: visible;
        border-color: rgba(255, 255, 255, 0.12);
        background: rgba(255, 255, 255, 0.03);
        gap: 0;
    }

    nav.active .nav-item-products .nav-submenu li {
        text-align: left;
        width: 100%;
    }

    nav.active .nav-item-products .nav-submenu a {
        font-size: 1.02em;
        line-height: 1.3;
        text-align: left !important;
        padding: 0.2em 0.35em 0.2em 0.55em;
        width: 100%;
        box-sizing: border-box;
    }

    nav.active .nav-item-products .nav-submenu a.active {
        font-weight: 700;
    }

    nav.active .nav-item-products .nav-submenu li:first-child a {
        padding-top: 0.42em;
    }

    nav.active .nav-item-products .nav-submenu li:last-child a {
        padding-bottom: 0.06em;
    }
}

@media (max-width: 600px) {
    .support-note {
        font-size: .85em;
        max-width: 25em;
        margin: 0 auto;
    }

    /* Verbeter quotes layout voor mobiel */
    .quote-card-single {
        padding: 1.5em var(--spacing-xs);
    }

    .quote-card-single p {
        display: block;
        text-align: left;
        margin: 1em 0.5em;
    }

    /* Icoon en naam naast elkaar */
    .quote-card-single .quote-icon {
        display: inline-block;
        vertical-align: middle;
        margin: 0 0.3em 0 0.5em;
        width: 1.2em;
        height: 1.2em;
    }

    .quote-card-single .quote-author {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        min-width: auto;
        font-size: 1em;
    }

    .quote-card-single .quote-text {
        display: block;
        margin: 0.5em 0.5em 2rem 0.5em;
        font-size: 1.03em;
        line-height: 1.4;
    }
}

/* [C15] ===== FAQ SECTION ===== */
.faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1em;
}

.faq-header h2 {
    margin: 0;
    flex: 1;
    cursor: pointer;
    transition: color 0.3s ease;
}

.faq-header h2:hover {
    color: var(--primary-color);
}

.faq-content {
    display: none;
    margin-top: 1.5em;
}

.faq-content .link-faq-light {
    color: #fff;
    text-decoration: underline;
    text-decoration-thickness: 0.5px;
    text-decoration-color: rgba(255, 255, 255, 0.6);
    text-underline-offset: 2px;
    transition: color 0.2s, text-decoration-color 0.2s;
}

.faq-content .link-faq-light:hover {
    color: var(--light-color);
    text-decoration-color: rgba(255, 255, 255, 0.7);
}

.faq-toggle {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    padding: 0.5em;
    font-size: 0.9em;
    opacity: 0.8;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    flex-shrink: 0;
    min-width: 2em;
    min-height: 2em;
}

.faq-toggle:hover {
    opacity: 1;
}

.faq-arrow {
    transition: transform 0.3s ease;
    font-size: 1.2em;
}

.faq-toggle[aria-expanded="true"] .faq-arrow {
    transform: rotate(180deg);
}

.faq-details {
    margin-top: .7em;
    padding-top: .7em;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Toon FAQ content wanneer uitgeklapt */
.support-section.expanded .faq-content {
    display: block;
}

/* Actieve toestand: diepere schaduw en lichte lift */
.support-section.expanded {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
    z-index: 5;
    position: relative;
    transform: translateY(-2px);
    transition: box-shadow 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
    background-color: rgba(43, 55, 74, 0.98);
    /* Subtiele oplichting voor betere contrast met schaduw */
}

/* Mobiel: FAQ-header + action-sectie (carousel, dots, tab-knoppen; laatste voorkomt verdwijnen door Intersection Observer timing) */
@media (max-width: 768px) {
    .faq-header {
        flex-direction: row;
        align-items: center;
        gap: 0.5em;
    }

    .faq-header h2 {
        margin: 0;
        flex: 1;
        line-height: 1.3;
    }

    .faq-toggle {
        align-self: center;
        min-width: 1.8em;
        min-height: 1.8em;
        padding: 0.3em;
    }

    .faq-arrow {
        font-size: 1em;
    }

    .action-container.fade-in {
        opacity: 1 !important;
    }

    .action-tabs .product-card.fade-in-up {
        opacity: 1 !important;
        transform: none !important;
    }
}

/* [C16] ===== SCROLL-TRIGGERED ANIMATIONS ===== */
@media (prefers-reduced-motion: reduce) {

    .fade-in-up,
    .fade-in,
    .slide-in-left,
    .slide-in-right {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}

/* Initial states - elements start hidden/translated */
.fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    will-change: transform, opacity;
}

.fade-in {
    opacity: 0;
    transition: opacity 0.6s ease-out;
    will-change: opacity;
}

.slide-in-left {
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    will-change: transform, opacity;
}

.slide-in-right {
    opacity: 0;
    transform: translateX(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    will-change: transform, opacity;
}

/* Active states - when element comes into view */
.fade-in-up.visible {
    opacity: 1;
    transform: translateY(0);
}

.fade-in.visible {
    opacity: 1;
}

.slide-in-left.visible {
    opacity: 1;
    transform: translateX(0);
}

.slide-in-right.visible {
    opacity: 1;
    transform: translateX(0);
}

/* Staggered animation delays for grid elements */
.fade-in-up[data-delay="1"] {
    transition-delay: 0.1s;
}

.fade-in-up[data-delay="2"] {
    transition-delay: 0.2s;
}

.fade-in-up[data-delay="3"] {
    transition-delay: 0.3s;
}

.fade-in-up[data-delay="4"] {
    transition-delay: 0.4s;
}

.fade-in[data-delay="1"] {
    transition-delay: 0.1s;
}

.fade-in[data-delay="2"] {
    transition-delay: 0.2s;
}

.fade-in[data-delay="3"] {
    transition-delay: 0.3s;
}

.fade-in[data-delay="4"] {
    transition-delay: 0.4s;
}