/* ============================================================
   FYSIOHUB CONTACT
   ============================================================ */

:root {

    --fh-contact-purple: #6956E8;
    --fh-contact-purple-dark: #5541D7;
    --fh-contact-purple-light: #F1EEFF;

    --fh-contact-turquoise: #28C7B7;
    --fh-contact-turquoise-dark: #19A999;
    --fh-contact-turquoise-light: #E8FAF7;

    --fh-contact-navy: #102A43;
    --fh-contact-navy-light: #334E68;

    --fh-contact-white: #FFFFFF;
    --fh-contact-bg: #F7F9FC;

    --fh-contact-border: #E7ECF2;
    --fh-contact-muted: #6B7C8F;

    --fh-contact-container: 1240px;
}


/* ============================================================
   RESET
   ============================================================ */

.fh-contact,
.fh-contact * {
    box-sizing: border-box;
}

.fh-contact {
    width: 100vw;
    max-width: 100vw;

    position: relative;

    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);

    overflow: hidden;

    background: #fff;

    color: var(--fh-contact-navy);

    font-family: "Montserrat", sans-serif;
}

.fh-contact a {
    text-decoration: none;
}

.fh-contact h1,
.fh-contact h2,
.fh-contact h3,
.fh-contact p {
    margin-top: 0;
}

.fh-contact-container {
    width: calc(100% - 48px);
    max-width: var(--fh-contact-container);

    margin: 0 auto;

    position: relative;
    z-index: 2;
}


/* ============================================================
   ALGEMEEN
   ============================================================ */

.fh-contact-section {
    padding: 100px 0;
}

.fh-contact-label,
.fh-contact-eyebrow {
    display: inline-flex;
    align-items: center;

    margin-bottom: 17px;

    color: var(--fh-contact-purple);

    font-size: 13px;
    font-weight: 800;

    letter-spacing: 0.11em;

    text-transform: uppercase;
}

.fh-contact-label-light {
    color: #88E6DB;
}

.fh-contact h2 {
    margin-bottom: 20px;

    color: var(--fh-contact-navy);

    font-size: clamp(36px, 4vw, 54px);
    font-weight: 750;

    line-height: 1.07;

    letter-spacing: -0.045em;
}

.fh-contact h2 span {
    color: var(--fh-contact-purple);
}

.fh-contact-heading-center {
    max-width: 760px;

    margin: 0 auto 52px;

    text-align: center;
}


/* ============================================================
   HERO
   ============================================================ */

.fh-contact-hero {
    min-height: 460px;

    display: flex;
    align-items: center;

    position: relative;

    padding: 90px 0 100px;

    background:
        radial-gradient(
            circle at 84% 12%,
            rgba(40, 199, 183, 0.14),
            transparent 29%
        ),
        radial-gradient(
            circle at 11% 0%,
            rgba(105, 86, 232, 0.12),
            transparent 30%
        ),
        linear-gradient(
            180deg,
            #FCFCFF,
            #FFFFFF
        );
}

.fh-contact-hero-content {
    max-width: 820px;

    margin: 0 auto;

    text-align: center;
}

.fh-contact-hero h1 {
    margin-bottom: 23px;

    color: var(--fh-contact-navy);

    font-size: clamp(48px, 6vw, 74px);
    font-weight: 780;

    line-height: 1.02;

    letter-spacing: -0.055em;
}

.fh-contact-hero h1 span {
    color: var(--fh-contact-purple);
}

.fh-contact-hero p {
    max-width: 690px;

    margin: 0 auto;

    color: var(--fh-contact-muted);

    font-size: 19px;
    line-height: 1.7;
}


/* ============================================================
   CONTACT GRID
   ============================================================ */

.fh-contact-main-section {
    padding-top: 85px;
}

.fh-contact-grid {
    display: grid;
    grid-template-columns: 0.88fr 1.12fr;

    gap: 80px;

    align-items: start;
}


/* ============================================================
   INFO
   ============================================================ */

.fh-contact-info {
    padding-top: 20px;
}

.fh-contact-intro {
    max-width: 570px;

    margin-bottom: 35px;

    color: var(--fh-contact-muted);

    font-size: 17px;
    line-height: 1.75;
}

.fh-contact-info-list {
    display: flex;
    flex-direction: column;

    gap: 13px;

    margin-bottom: 28px;
}

.fh-contact-info-item {
    display: flex;
    align-items: center;

    gap: 16px;

    padding: 17px 18px;

    border: 1px solid var(--fh-contact-border);
    border-radius: 16px;

    background: #fff;
}

.fh-contact-info-icon {
    width: 44px;
    height: 44px;

    flex: 0 0 44px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 13px;

    background: var(--fh-contact-purple-light);

    color: var(--fh-contact-purple);

    font-size: 17px;
    font-weight: 850;
}

.fh-contact-info-icon-turq {
    background: var(--fh-contact-turquoise-light);

    color: var(--fh-contact-turquoise-dark);
}

.fh-contact-info-item span {
    display: block;

    margin-bottom: 3px;

    color: var(--fh-contact-muted);

    font-size: 11px;
    font-weight: 650;
}

.fh-contact-info-item strong {
    color: var(--fh-contact-navy);

    font-size: 14px;
    font-weight: 700;
}

.fh-contact-note {
    display: flex;

    gap: 13px;

    padding: 18px;

    border-radius: 15px;

    background: var(--fh-contact-bg);
}

.fh-contact-note-icon {
    width: 27px;
    height: 27px;

    flex: 0 0 27px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: var(--fh-contact-turquoise-light);

    color: var(--fh-contact-turquoise-dark);

    font-size: 12px;
    font-weight: 850;
}

.fh-contact-note p {
    margin: 0;

    color: var(--fh-contact-muted);

    font-size: 12px;
    line-height: 1.65;
}


/* ============================================================
   FORMULIER CARD
   ============================================================ */

.fh-contact-form-card {
    padding: 34px;

    border: 1px solid var(--fh-contact-border);
    border-radius: 28px;

    background: #fff;

    box-shadow:
        0 20px 60px rgba(16, 42, 67, 0.08);
}

.fh-contact-form {
    display: flex;
    flex-direction: column;

    gap: 20px;
}

.fh-contact-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 16px;
}

.fh-contact-field {
    display: flex;
    flex-direction: column;

    gap: 8px;
}

.fh-contact-field label {
    color: var(--fh-contact-navy);

    font-size: 13px;
    font-weight: 700;
}

.fh-contact-field input,
.fh-contact-field select,
.fh-contact-field textarea {
    width: 100%;

    margin: 0 !important;

    padding: 14px 15px !important;

    border: 1px solid var(--fh-contact-border) !important;
    border-radius: 12px !important;

    outline: none !important;

    background: #fff !important;

    color: var(--fh-contact-navy) !important;

    font-family: "Montserrat", sans-serif !important;

    font-size: 14px !important;

    box-shadow: none !important;

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease !important;
}

.fh-contact-field textarea {
    min-height: 170px;

    resize: vertical;
}

.fh-contact-field input:focus,
.fh-contact-field select:focus,
.fh-contact-field textarea:focus {
    border-color: var(--fh-contact-purple) !important;

    box-shadow:
        0 0 0 3px rgba(105, 86, 232, 0.09) !important;
}

.fh-contact-field input::placeholder,
.fh-contact-field textarea::placeholder {
    color: #9AA8B5;
}

.fh-contact-submit {
    min-height: 54px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 11px;

    margin-top: 3px;

    padding: 0 22px !important;

    border: 0 !important;
    border-radius: 13px !important;

    background:
        linear-gradient(
            135deg,
            var(--fh-contact-purple),
            var(--fh-contact-purple-dark)
        ) !important;

    color: #fff !important;

    cursor: pointer;

    font-family: "Montserrat", sans-serif !important;

    font-size: 14px !important;
    font-weight: 750 !important;

    box-shadow:
        0 12px 30px rgba(105, 86, 232, 0.22);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease !important;
}

.fh-contact-submit:hover {
    transform: translateY(-2px);

    box-shadow:
        0 16px 34px rgba(105, 86, 232, 0.29);
}


/* ============================================================
   SUCCESS / ERROR
   ============================================================ */

.fh-contact-message {
    margin-bottom: 20px;

    padding: 15px 16px;

    border-radius: 12px;

    font-size: 13px;
    line-height: 1.55;
}

.fh-contact-message strong {
    display: block;

    margin-bottom: 3px;
}

.fh-contact-success {
    background: var(--fh-contact-turquoise-light);

    color: var(--fh-contact-turquoise-dark);
}

.fh-contact-error {
    background: #FFF2F2;

    color: #B43E3E;
}


/* ============================================================
   CONTACTREDENEN
   ============================================================ */

.fh-contact-reasons-section {
    background: var(--fh-contact-bg);
}

.fh-contact-reasons-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

    gap: 20px;
}

.fh-contact-reason-card {
    padding: 29px 25px;

    border: 1px solid var(--fh-contact-border);
    border-radius: 22px;

    background: #fff;

    transition:
        transform 0.23s ease,
        box-shadow 0.23s ease;
}

.fh-contact-reason-card:hover {
    transform: translateY(-5px);

    box-shadow:
        0 18px 45px rgba(16, 42, 67, 0.09);
}

.fh-contact-reason-icon {
    width: 50px;
    height: 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 21px;

    border-radius: 15px;

    background: var(--fh-contact-purple-light);

    color: var(--fh-contact-purple);

    font-size: 19px;
    font-weight: 800;
}

.fh-contact-reason-icon-turq {
    background: var(--fh-contact-turquoise-light);

    color: var(--fh-contact-turquoise-dark);
}

.fh-contact-reason-card h3 {
    margin-bottom: 10px;

    color: var(--fh-contact-navy);

    font-size: 18px;
}

.fh-contact-reason-card p {
    margin-bottom: 0;

    color: var(--fh-contact-muted);

    font-size: 14px;
    line-height: 1.65;
}


/* ============================================================
   CTA
   ============================================================ */

.fh-contact-cta-section {
    padding-top: 70px;
    padding-bottom: 110px;
}

.fh-contact-cta {
    display: grid;
    grid-template-columns: 1fr auto;

    gap: 50px;

    align-items: center;

    padding: 58px 62px;

    border-radius: 34px;

    background:
        linear-gradient(
            135deg,
            var(--fh-contact-navy),
            #183E5D
        );
}

.fh-contact-cta h2 {
    margin-bottom: 15px;

    color: #fff;
}

.fh-contact-cta h2 span {
    color: #8CE7DC;
}

.fh-contact-cta p {
    margin-bottom: 0;

    color: rgba(255, 255, 255, 0.72);

    font-size: 16px;
}

.fh-contact-cta-actions {
    display: flex;
    flex-direction: column;

    gap: 10px;
}

.fh-contact-cta-primary,
.fh-contact-cta-secondary {
    min-height: 49px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 0 18px;

    border-radius: 12px;

    white-space: nowrap;

    font-size: 13px;
    font-weight: 750;
}

.fh-contact-cta-primary {
    background: #fff;

    color: var(--fh-contact-purple);
}

.fh-contact-cta-secondary {
    border: 1px solid rgba(255, 255, 255, 0.21);

    color: #fff;
}


/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 1050px) {

    .fh-contact-grid {
        grid-template-columns: 1fr;

        gap: 50px;
    }

    .fh-contact-reasons-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .fh-contact-cta {
        grid-template-columns: 1fr;
    }

    .fh-contact-cta-actions {
        flex-direction: row;

        flex-wrap: wrap;
    }

}


@media (max-width: 800px) {

    .fh-contact-container {
        width: calc(100% - 32px);
    }

    .fh-contact-section {
        padding: 75px 0;
    }

    .fh-contact-hero {
        min-height: auto;

        padding: 80px 0 90px;
    }

    .fh-contact-form-card {
        padding: 26px;
    }

    .fh-contact-cta {
        padding: 42px 30px;

        border-radius: 27px;
    }

}


@media (max-width: 600px) {

    .fh-contact-section {
        padding: 62px 0;
    }

    .fh-contact-hero h1 {
        font-size: 44px;
    }

    .fh-contact-hero p {
        font-size: 17px;
    }

    .fh-contact h2 {
        font-size: 36px;
    }

    .fh-contact-form-row {
        grid-template-columns: 1fr;
    }

    .fh-contact-reasons-grid {
        grid-template-columns: 1fr;
    }

    .fh-contact-form-card {
        padding: 21px;
    }

    .fh-contact-cta-actions {
        flex-direction: column;
    }

    .fh-contact-cta-primary,
    .fh-contact-cta-secondary {
        width: 100%;
    }

}