/* =========================================================
   FAQ-pagina
   Aanvulling op site.css
   ========================================================= */

.faq-page {
    background: #fff;
}


/* Hero
   ========================================================= */

.faq-hero {
    padding: 54px 0 82px;
    overflow: hidden;
}

.faq-hero-grid {
    display: grid;
    grid-template-columns: 1.02fr .98fr;
    align-items: center;
    gap: 74px;
}

.faq-breadcrumb {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 32px;
    color: #929397;
    font-size: 11px;
    font-weight: 600;
}

.faq-breadcrumb a:hover,
.faq-breadcrumb a:focus {
    color: var(--red);
}

.faq-hero h1 {
    max-width: 760px;
    font-size: clamp(46px, 5.4vw, 70px);
}

.faq-hero-copy .lead {
    max-width: 700px;
}

.faq-index {
    position: relative;
    padding: 34px;
    background: var(--cream);
    border: 1px solid var(--line);
    border-radius: 22px;
    box-shadow: var(--shadow);
}

.faq-index::before {
    content: "";
    position: absolute;
    width: 165px;
    height: 165px;
    right: -58px;
    top: -58px;
    z-index: -1;
    background: #f4e3df;
    border-radius: 50%;
}

.faq-index-kicker {
    margin: 0 0 22px;
    color: #9a3434;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.faq-index nav {
    display: grid;
}

.faq-index a {
    padding: 17px 4px;
    display: grid;
    grid-template-columns: 38px 1fr;
    column-gap: 14px;
    border-bottom: 1px solid var(--line);
}

.faq-index a:last-child {
    border-bottom: 0;
}

.faq-index a > span {
    grid-row: 1 / 3;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    background: #f8e5e3;
    color: #a93434;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 800;
}

.faq-index strong {
    font-size: 13px;
    line-height: 1.4;
}

.faq-index small {
    margin-top: 4px;
    color: var(--muted);
    font-size: 10px;
    line-height: 1.5;
}

.faq-index a:hover strong,
.faq-index a:focus strong {
    color: var(--red);
}


/* Introductiestrook
   ========================================================= */

.faq-intro-strip {
    background: var(--cream);
    border-block: 1px solid var(--line);
}

.faq-intro-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.faq-intro-grid div {
    min-height: 132px;
    padding: 30px 38px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    border-right: 1px solid var(--line);
}

.faq-intro-grid div:first-child {
    padding-left: 0;
}

.faq-intro-grid div:last-child {
    padding-right: 0;
    border-right: 0;
}

.faq-intro-grid strong {
    font-size: 15px;
}

.faq-intro-grid span {
    max-width: 290px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.6;
}


/* FAQ-rubrieken
   ========================================================= */

.faq-section {
    padding: 94px 0;
    scroll-margin-top: 78px;
}

.faq-section-soft {
    background: var(--soft);
}

.faq-section-dark {
    background: var(--dark);
    color: #fff;
}

.faq-section-grid {
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    gap: 92px;
    align-items: start;
}

.faq-section-heading {
    position: sticky;
    top: 112px;
}

.faq-section-heading h2 {
    margin: 0 0 20px;
    font-size: clamp(34px, 4.2vw, 52px);
    line-height: 1.1;
    letter-spacing: -.045em;
}

.faq-section-heading > p:last-child {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.75;
}

.faq-section-dark .faq-section-heading > p:last-child {
    color: #c9c9ca;
}

.faq-list {
    border-top: 1px solid var(--line);
}

.faq-list details {
    border-bottom: 1px solid var(--line);
}

.faq-list summary {
    padding: 24px 48px 24px 0;
    position: relative;
    cursor: pointer;
    list-style: none;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
}

.faq-list summary::-webkit-details-marker {
    display: none;
}

.faq-list summary::after {
    content: "+";
    position: absolute;
    right: 5px;
    top: 50%;
    color: var(--red);
    font-size: 24px;
    font-weight: 500;
    transform: translateY(-50%);
}

.faq-list details[open] summary::after {
    content: "−";
}

.faq-answer {
    max-width: 760px;
    padding: 0 44px 23px 0;
    color: var(--muted);
}

.faq-answer p {
    margin: 0 0 12px;
    font-size: 13px;
    line-height: 1.8;
}

.faq-answer p:last-child {
    margin-bottom: 0;
}

.faq-answer strong {
    color: var(--ink);
    font-weight: 700;
}

.faq-answer a {
    color: #a82f2f;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.faq-list-dark {
    border-color: rgba(255, 255, 255, .18);
}

.faq-list-dark details {
    border-color: rgba(255, 255, 255, .18);
}

.faq-list-dark .faq-answer {
    color: #c9c9ca;
}

.faq-list-dark .faq-answer strong {
    color: #fff;
}

.faq-list-dark summary::after {
    color: #ff8d8d;
}


/* Contact
   ========================================================= */

.faq-contact {
    padding: clamp(64px, 8vw, 94px) 0 94px;
}


/* Tablet
   ========================================================= */

@media (max-width: 980px) {
    .faq-hero-grid,
    .faq-section-grid {
        grid-template-columns: 1fr;
        gap: 46px;
    }

    .faq-hero {
        padding-top: 42px;
    }

    .faq-index {
        max-width: 720px;
    }

    .faq-section-heading {
        position: static;
        max-width: 720px;
    }
}


/* Mobiel
   ========================================================= */

@media (max-width: 620px) {
    .faq-hero {
        padding: 32px 0 62px;
    }

    .faq-breadcrumb {
        margin-bottom: 24px;
    }

    .faq-hero h1 {
        font-size: 43px;
    }

    .faq-index {
        padding: 25px 22px;
        border-radius: 17px;
    }

    .faq-intro-grid {
        grid-template-columns: 1fr;
        padding: 10px 0;
    }

    .faq-intro-grid div,
    .faq-intro-grid div:first-child,
    .faq-intro-grid div:last-child {
        min-height: 0;
        padding: 22px 0;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .faq-intro-grid div:last-child {
        border-bottom: 0;
    }

    .faq-section {
        padding: 63px 0;
        scroll-margin-top: 68px;
    }

    .faq-section-grid {
        gap: 34px;
    }

    .faq-section-heading h2 {
        font-size: 35px;
    }

    .faq-list summary {
        padding: 21px 39px 21px 0;
        font-size: 13px;
    }

    .faq-answer {
        padding-right: 22px;
    }

    .faq-answer p {
        font-size: 12px;
    }

    .faq-contact {
        padding: 63px 0;
    }
}
