/* ════════════════════════════════════════
   HML Bedding — Contact pagina CSS
   Stijl: wit / bruin / goud (dev2-lijn)
   ════════════════════════════════════════ */

:root {
    --ct-brown:       #8B7355;
    --ct-brown-dark:  #6d5a44;
    --ct-brown-light: #b09a7a;
    --ct-cream:       #f7f3ee;
    --ct-text:        #2c2420;
    --ct-text-light:  #6b5e52;
    --ct-gold:        #DAAA00;
    --ct-gold-dark:   #b9a234;
}

/* ── GEDEELDE PATROON-ELEMENTEN ── */
.ct-section-label {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--ct-brown);
    margin-bottom: 12px;
    display: block;
}
.ct-section-title {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
    font-weight: 700;
    color: var(--ct-text);
    margin-bottom: 6px;
    line-height: 1.2;
}
.ct-accent-line {
    width: 48px;
    height: 3px;
    background: var(--ct-gold);
    border-radius: 0 2px 2px 0;
    margin: 14px 0 0;
}
.ct-accent-line.centered {
    margin-left: auto;
    margin-right: auto;
}
.ct-body-text {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    color: var(--ct-text-light);
    line-height: 1.75;
}

/* ════════════════════════════════════
   SPLIT HEADER
   ════════════════════════════════════ */
.contact-split-hero {
    min-height: 480px;
}
.contact-split-hero .split-hero-img {
    background-size: cover;
    background-position: center;
    min-height: 480px;
    position: relative;
}
.contact-split-hero .image-title-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 32px 40px;
    background: linear-gradient(to top, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.2) 50%, transparent 100%);
}
.contact-split-hero .image-title-overlay h1 {
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    line-height: 1.15;
    margin: 0;
    text-shadow: 0 2px 12px rgba(0,0,0,0.35);
}
.contact-split-intro {
    padding: 48px 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.contact-split-intro .section-label {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--ct-brown);
    margin-bottom: 14px;
    display: block;
}
.contact-split-intro .intro-subtitle {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.1rem;
    font-weight: 300;
    color: var(--ct-text-light);
    line-height: 1.75;
    max-width: 440px;
    margin-bottom: 0;
}
.contact-split-intro .intro-subtitle strong {
    color: var(--ct-brown);
    font-weight: 700;
}
.contact-split-intro .intro-accent-line {
    width: 48px;
    height: 3px;
    background: var(--ct-gold);
    border-radius: 0 2px 2px 0;
    margin: 18px 0 0;
}

/* ════════════════════════════════════
   DEALER CTA BALK
   ════════════════════════════════════ */
#contact-dealer {
    background: var(--ct-cream) !important;
    position: relative;
    overflow: hidden;
}
#contact-dealer::before {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 220px;
    height: 220px;
    border-radius: 0 0 0 64px;
    background: rgba(218, 170, 0, 0.10);
    pointer-events: none;
}
#contact-dealer::after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: -40px;
    width: 180px;
    height: 180px;
    border-radius: 0 56px 0 0;
    background: rgba(139, 115, 85, 0.07);
    pointer-events: none;
}
#contact-dealer h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: clamp(1.4rem, 2.5vw, 1.9rem);
    color: var(--ct-text);
    margin-bottom: 10px;
}
#contact-dealer p {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    color: var(--ct-text-light);
    max-width: 520px;
    margin: 0 auto 24px;
    line-height: 1.7;
}
.dealer-cta-btn--contact-page {
    background: var(--ct-gold) !important;
    color: var(--ct-text) !important;
    border: 2px solid var(--ct-gold) !important;
    padding: 12px 28px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border-radius: 0 0 0 10px;
}
.dealer-cta-btn--contact-page:hover {
    background: transparent !important;
    color: var(--ct-gold-dark) !important;
    border-color: var(--ct-gold-dark) !important;
}

/* ════════════════════════════════════
   CONTACTFORMULIER SECTIE
   ════════════════════════════════════ */
#contact-form {
    background: #fff;
    padding: 72px 0;
}
#contact-form h2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
    color: var(--ct-text);
    margin-bottom: 0;
}
.contact-form-card {
    background: var(--ct-cream);
    border: 1px solid #e8e0d5 !important;
    border-radius: 0 0 0 24px !important;
}
.contact-form-privacy {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.88rem;
    font-weight: 300;
    color: var(--ct-text-light);
}

/* ════════════════════════════════════
   KANTOOR / MAPS SECTIE
   ════════════════════════════════════ */
#contact-kantoor {
    background: var(--ct-cream);
    padding: 72px 0;
    position: relative;
    overflow: hidden;
}
#contact-kantoor::after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: -40px;
    width: 200px;
    height: 200px;
    border-radius: 0 60px 0 0;
    background: rgba(218, 170, 0, 0.07);
    pointer-events: none;
}
#contact-kantoor h2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
    color: var(--ct-text);
}
#contact-kantoor .text-muted {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    color: var(--ct-text-light) !important;
}
.kantoor-adres-card {
    background: #fff;
    border: 1px solid #e8e0d5 !important;
    border-radius: 0 0 0 20px !important;
    overflow: hidden;
}
.kantoor-adres-card h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    color: var(--ct-text);
    margin-bottom: 6px;
}
.kantoor-adres-card p {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    color: var(--ct-text-light);
    line-height: 1.65;
    margin-bottom: 8px;
}
.kantoor-adres-card .kantoor-afspraak-tag {
    display: inline-block;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ct-brown);
    background: var(--ct-cream);
    border: 1px solid #e8e0d5;
    border-radius: 0 4px 4px 0;
    padding: 4px 12px;
    margin-bottom: 20px;
    border-left: 3px solid var(--ct-gold);
}
.kantoor__iframe--contact-page iframe {
    width: 100%;
    height: 100%;
    min-height: 300px;
}
.kantoor-maps-wrap {
    border-radius: 0 0 0 20px !important;
    overflow: hidden;
    border: 1px solid #e8e0d5 !important;
}

/* ════════════════════════════════════
   FAQ SECTIE
   ════════════════════════════════════ */
#contact-faq {
    background: #fff;
    padding: 72px 0;
}
#contact-faq h2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
    color: var(--ct-text);
    margin-bottom: 6px;
}
#contact-faq .text-muted {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    color: var(--ct-text-light) !important;
    font-size: 1rem;
}
.accordion__item--contact-page {
    border: 1px solid #e8e0d5 !important;
    border-radius: 0 0 0 12px !important;
    overflow: hidden;
}
.accordion__item--contact-page .accordion-button {
    background-color: var(--ct-cream);
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: var(--ct-text);
}
.accordion__item--contact-page .accordion-button:not(.collapsed) {
    background-color: var(--ct-cream);
    color: var(--ct-brown-dark);
    border-bottom: 1px solid #e8e0d5;
}
.accordion__item--contact-page .accordion-button::after {
    filter: opacity(0.5);
}
.accordion__item--contact-page .accordion-collapse {
    background-color: #fff;
}
.accordion__item--contact-page .accordion-body {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    color: var(--ct-text-light);
    line-height: 1.75;
    font-size: 0.97rem;
}
.accordion-button,
.accordion-button:focus {
    box-shadow: none !important;
}

/* ════════════════════════════════════
   FREEFORM FORMULIER
   ════════════════════════════════════ */
.freeform-row {
    flex-wrap: wrap;
}
.freeform-row .freeform-column {
    flex: 1 1 300px !important;
}
.freeform-column input[type="radio"].form-control,
.freeform-column input[type="checkbox"].form-control {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}
.freeform-column:has(> label > input[type="radio"]) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 20px;
}
.freeform-column:has(> label > input[type="radio"]) > label.freeform-label {
    grid-column: 1 / -1;
    margin-bottom: 10px;
}
.freeform-column > label:has(> input[type="radio"]) {
    padding: .75rem;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    margin: 0;
}
@media (max-width: 991px) {
    .freeform-column:has(> label > input[type="radio"]) {
        grid-template-columns: 1fr;
    }
}

/* ════════════════════════════════════
   RESPONSIVE
   ════════════════════════════════════ */
@media (max-width: 991px) {
    .contact-split-hero .split-hero-img {
        min-height: 320px;
    }
    .contact-split-intro {
        padding: 36px 24px;
    }
    #contact-form,
    #contact-kantoor,
    #contact-faq {
        padding: 52px 0;
    }
}
