/* ============================================================
   amba-amba.be — pagina /steun/
   Enkel paginaspecifieke stijl. Kleuren, font en basislayout
   komen uit /assets/css/main.css
   ============================================================ */


/* ============================================================
   Header met foto
   ============================================================ */

.steun-hero {
    padding-top: 2rem;
}

.steun-hero-img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    /* verticaal brandpunt op de gezichten (boven in de foto), niet op het midden */
    object-position: center 20%;
}

@media (max-width: 767.98px) {
    .steun-hero {
        padding-top: 1rem;
    }

    .steun-hero-img {
        height: 220px;
    }
}


/* ============================================================
   Intro
   ============================================================ */

.steun-intro {
    margin-top: 2.5rem;
}

.steun-titel {
    font-weight: 700;
    font-size: 2.25rem;
    margin-bottom: 1.75rem;
}

@media (max-width: 767.98px) {
    .steun-titel {
        font-size: 1.85rem;
    }
}

.steun-intro p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.25rem;
}

.steun-lead {
    font-weight: 600;
}

.steun-brug {
    border-left: 2px solid var(--goud);
    padding-left: 1.25rem;
    margin-top: 2rem;
    opacity: 0.85;
}


/* ============================================================
   Gift-sectie
   ============================================================ */

.steun-gift-sectie {
    margin-top: 3rem;
}

.steun-gift {
    background-color: #fdf8f1;
    border: 1px solid rgba(255, 153, 0, 0.25);
    border-radius: 0.75rem;
    padding: 2.25rem;
    text-align: center;
}

@media (max-width: 575.98px) {
    .steun-gift {
        padding: 1.5rem 1.25rem;
    }
}

.steun-gift-titel {
    font-weight: 700;
    font-size: 1.5rem;
    color: var(--goud);
    margin-bottom: 0.75rem;
}

.steun-gift-tekst {
    line-height: 1.7;
    margin-bottom: 1.75rem;
}

.steun-gift-betalen {
    margin-bottom: 0;
}

.steun-gift-knop {
    padding: 0.75rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 600;
}

.steun-gift-knop i {
    margin-right: 0.5rem;
}

.steun-gift-veilig {
    font-size: 0.85rem;
    opacity: 0.65;
    margin-top: 0.85rem;
    margin-bottom: 0;
}

.steun-gift-qr {
    margin-top: 2rem;
    padding-top: 1.75rem;
    border-top: 1px solid rgba(62, 62, 58, 0.1);
}

.steun-gift-qr-tekst {
    font-size: 0.95rem;
    opacity: 0.75;
    margin-bottom: 1rem;
}

.steun-gift-qr-img {
    width: 160px;
    height: 160px;
    border-radius: 0.5rem;
}

.steun-gift-overschrijving {
    margin-top: 1.75rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(62, 62, 58, 0.1);
}

.steun-gift-overschrijving-tekst {
    font-size: 0.95rem;
    opacity: 0.75;
    margin-bottom: 0.5rem;
}

.steun-gift-nummer {
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    margin-bottom: 0.35rem;
}

.steun-gift-mededeling {
    font-size: 0.85rem;
    opacity: 0.65;
    margin-bottom: 0;
}


/* ============================================================
   Google review
   ============================================================ */

.steun-review-sectie {
    margin-top: 2.5rem;
}

.steun-review-tekst {
    margin-bottom: 1rem;
}


/* ============================================================
   Visuele scheiding
   ============================================================ */

.steun-scheiding {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
    border: 0;
    border-top: 1px solid rgba(62, 62, 58, 0.15);
    opacity: 1;
}


/* ============================================================
   Zelf verder aan de slag gaan? / amba-amba verder helpen?
   ============================================================ */

.steun-verder-titel {
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.steun-verder-sectie-2 {
    margin-top: 3rem;
}

.steun-verder-sectie p {
    line-height: 1.7;
}

.steun-verder {
    margin-top: 1.5rem;
    margin-bottom: 0;
}

.steun-verder-item {
    display: flex;
    align-items: baseline;
    gap: 0.9rem;
    padding: 0.7rem 0;
    border-bottom: 1px solid rgba(62, 62, 58, 0.08);
}

.steun-verder-item:last-child {
    border-bottom: 0;
}

.steun-verder-icoon {
    color: var(--goud);
    width: 1.25rem;
    flex: 0 0 auto;
    text-align: center;
}

.steun-verder-link {
    color: var(--grijs);
    text-decoration: none;
}

.steun-verder-link:hover {
    color: var(--goud);
    text-decoration: underline;
}


/* ============================================================
   Afsluiter
   ============================================================ */

.steun-afsluiter {
    margin-top: 3.5rem;
    margin-bottom: 4.5rem;
}

.steun-dank {
    font-size: 1.15rem;
    font-style: italic;
    opacity: 0.8;
    margin-bottom: 0;
}


/* ============================================================
   Bedankpagina (steun/bedankt.html)
   ============================================================ */

.steun-bedankt-sectie {
    margin-top: 6rem;
    margin-bottom: 5rem;
}

.steun-bedankt-icoon {
    color: var(--goud);
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.steun-bedankt-titel {
    font-weight: 700;
    font-size: 2.25rem;
    margin-bottom: 1.25rem;
}

.steun-bedankt-lead {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
}

.steun-bedankt-sectie p {
    line-height: 1.7;
}

.steun-bedankt-noot {
    font-size: 0.95rem;
    opacity: 0.75;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}

.steun-bedankt-knop {
    padding: 0.65rem 2rem;
}

@media (max-width: 767.98px) {
    .steun-bedankt-sectie {
        margin-top: 4.5rem;
    }
}
