/* ============================================================
   FYSIOHUB OVER ONS
   ============================================================ */

:root {
    --fh-about-purple: #6956E8;
    --fh-about-purple-dark: #5541D7;
    --fh-about-purple-light: #F1EEFF;

    --fh-about-turquoise: #28C7B7;
    --fh-about-turquoise-dark: #19A999;
    --fh-about-turquoise-light: #E8FAF7;

    --fh-about-navy: #102A43;
    --fh-about-navy-light: #334E68;

    --fh-about-white: #FFFFFF;
    --fh-about-bg: #F7F9FC;

    --fh-about-border: #E7ECF2;
    --fh-about-muted: #6B7C8F;

    --fh-about-container: 1240px;
}


/* ============================================================
   RESET
   ============================================================ */

.fh-about,
.fh-about * {
    box-sizing: border-box;
}

.fh-about {
    width: 100vw;
    max-width: 100vw;

    position: relative;

    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);

    overflow: hidden;

    background: #fff;

    color: var(--fh-about-navy);

    font-family: "Montserrat", sans-serif;
}

.fh-about a {
    text-decoration: none;
}

.fh-about h1,
.fh-about h2,
.fh-about h3,
.fh-about p {
    margin-top: 0;
}

.fh-about-container {
    width: calc(100% - 48px);
    max-width: var(--fh-about-container);

    margin: 0 auto;

    position: relative;
    z-index: 2;
}


/* ============================================================
   ALGEMEEN
   ============================================================ */

.fh-about-section {
    padding: 105px 0;
}

.fh-about-label,
.fh-about-eyebrow {
    display: inline-flex;
    align-items: center;

    margin-bottom: 18px;

    color: var(--fh-about-purple);

    font-size: 13px;
    font-weight: 800;

    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.fh-about-label-light {
    color: #7DE2D7;
}

.fh-about h2 {
    color: var(--fh-about-navy);

    font-size: clamp(36px, 4vw, 54px);
    line-height: 1.07;

    letter-spacing: -0.045em;

    font-weight: 750;
}

.fh-about h2 span {
    color: var(--fh-about-purple);
}

.fh-about-heading-center {
    max-width: 780px;

    margin: 0 auto 55px;

    text-align: center;
}

.fh-about-heading-center p {
    max-width: 650px;

    margin: 0 auto;

    color: var(--fh-about-muted);

    font-size: 18px;
    line-height: 1.7;
}


/* ============================================================
   HERO
   ============================================================ */

.fh-about-hero {
    min-height: 610px;

    display: flex;
    align-items: center;

    position: relative;

    padding: 100px 0 115px;

    background:
        radial-gradient(
            circle at 85% 15%,
            rgba(40, 199, 183, 0.13),
            transparent 29%
        ),
        radial-gradient(
            circle at 10% 5%,
            rgba(105, 86, 232, 0.11),
            transparent 30%
        ),
        linear-gradient(
            180deg,
            #FCFCFF,
            #FFFFFF
        );
}

.fh-about-hero-content {
    max-width: 900px;

    margin: 0 auto;

    text-align: center;
}

.fh-about-hero h1 {
    margin-bottom: 26px;

    color: var(--fh-about-navy);

    font-size: clamp(48px, 6vw, 76px);
    line-height: 1.02;

    letter-spacing: -0.055em;

    font-weight: 780;
}

.fh-about-hero h1 span {
    display: block;

    color: var(--fh-about-purple);
}

.fh-about-hero p {
    max-width: 720px;

    margin: 0 auto 34px;

    color: var(--fh-about-muted);

    font-size: 20px;
    line-height: 1.7;
}

.fh-about-hero-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

    gap: 14px;
}

.fh-about-button-primary,
.fh-about-button-secondary {
    min-height: 52px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 10px;

    padding: 0 20px;

    border-radius: 13px;

    font-size: 14px;
    font-weight: 750;
}

.fh-about-button-primary {
    background:
        linear-gradient(
            135deg,
            var(--fh-about-purple),
            var(--fh-about-purple-dark)
        );

    color: #fff;

    box-shadow:
        0 12px 30px rgba(105, 86, 232, 0.23);
}

.fh-about-button-secondary {
    border: 1px solid var(--fh-about-border);

    background: #fff;

    color: var(--fh-about-navy);
}


/* ============================================================
   WAAROM
   ============================================================ */

.fh-about-split {
    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 80px;

    align-items: center;
}

.fh-about-copy h2 {
    margin-bottom: 23px;
}

.fh-about-copy p {
    color: var(--fh-about-muted);

    font-size: 17px;
    line-height: 1.8;
}

.fh-about-problem-card {
    padding: 24px;

    border: 1px solid var(--fh-about-border);
    border-radius: 30px;

    background: var(--fh-about-bg);

    box-shadow:
        0 20px 60px rgba(16, 42, 67, 0.06);
}

.fh-about-problem-item {
    display: flex;

    gap: 18px;

    padding: 23px;

    border-radius: 18px;

    background: #fff;
}

.fh-about-problem-item + .fh-about-problem-item {
    margin-top: 12px;
}

.fh-about-problem-number {
    width: 43px;
    height: 43px;

    flex: 0 0 43px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 13px;

    background: var(--fh-about-purple-light);

    color: var(--fh-about-purple);

    font-size: 12px;
    font-weight: 850;
}

.fh-about-problem-item h3 {
    margin-bottom: 7px;

    color: var(--fh-about-navy);

    font-size: 18px;
}

.fh-about-problem-item p {
    margin-bottom: 0;

    color: var(--fh-about-muted);

    font-size: 14px;
    line-height: 1.65;
}


/* ============================================================
   MISSIE
   ============================================================ */

.fh-about-mission-section {
    background: #fff;

    padding-top: 55px;
    padding-bottom: 80px;
}

.fh-about-mission {
    display: grid;
    grid-template-columns: 1.1fr 1fr;

    gap: 65px;

    padding: 65px;

    border-radius: 36px;

    background:
        linear-gradient(
            135deg,
            #102A43,
            #163B5B
        );
}

.fh-about-mission-copy h2 {
    margin-bottom: 22px;

    color: #fff;
}

.fh-about-mission-copy h2 span {
    color: #7DE2D7;
}

.fh-about-mission-copy p {
    margin-bottom: 0;

    color: rgba(255,255,255,0.7);

    font-size: 17px;
    line-height: 1.75;
}

.fh-about-values-mini {
    display: flex;
    flex-direction: column;

    gap: 13px;
}

.fh-about-values-mini > div {
    padding: 19px 20px;

    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 16px;

    background: rgba(255,255,255,0.055);
}

.fh-about-values-mini strong {
    display: block;

    margin-bottom: 5px;

    color: #fff;

    font-size: 16px;
}

.fh-about-values-mini span {
    color: rgba(255,255,255,0.65);

    font-size: 13px;
    line-height: 1.55;
}


/* ============================================================
   FLOW
   ============================================================ */

.fh-about-flow {
    display: grid;
    grid-template-columns: 1fr 70px 1fr 70px 1fr;

    align-items: center;
}

.fh-about-flow-card {
    min-height: 245px;

    padding: 32px;

    border: 1px solid var(--fh-about-border);
    border-radius: 25px;

    background: #fff;

    text-align: center;
}

.fh-about-flow-icon {
    width: 60px;
    height: 60px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0 auto 22px;

    border-radius: 18px;

    background:
        linear-gradient(
            135deg,
            var(--fh-about-purple-light),
            var(--fh-about-turquoise-light)
        );

    color: var(--fh-about-purple);

    font-size: 20px;
    font-weight: 850;
}

.fh-about-flow-card h3 {
    margin-bottom: 11px;

    font-size: 20px;
}

.fh-about-flow-card p {
    margin-bottom: 0;

    color: var(--fh-about-muted);

    font-size: 14px;
    line-height: 1.65;
}

.fh-about-flow-line {
    text-align: center;

    color: var(--fh-about-purple);

    font-size: 27px;
}


/* ============================================================
   TEAM
   ============================================================ */

.fh-about-team-section {
    background: var(--fh-about-bg);
}

.fh-about-team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    gap: 24px;
}

.fh-about-team-card {
    overflow: hidden;

    border: 1px solid var(--fh-about-border);
    border-radius: 26px;

    background: #fff;

    box-shadow:
        0 16px 45px rgba(16, 42, 67, 0.055);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.fh-about-team-card:hover {
    transform: translateY(-7px);

    box-shadow:
        0 22px 60px rgba(16, 42, 67, 0.11);
}

.fh-about-team-photo {
    height: 330px;

    overflow: hidden;

    background:
        linear-gradient(
            135deg,
            var(--fh-about-purple-light),
            var(--fh-about-turquoise-light)
        );
}

.fh-about-team-photo img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.fh-about-photo-placeholder {
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    color: var(--fh-about-purple);

    font-size: 22px;
    font-weight: 800;
}

.fh-about-team-content {
    padding: 27px;
}

.fh-about-team-role {
    margin-bottom: 8px;

    color: var(--fh-about-purple);

    font-size: 11px;
    font-weight: 800;

    letter-spacing: 0.05em;

    text-transform: uppercase;
}

.fh-about-team-content h3 {
    margin-bottom: 6px;

    color: var(--fh-about-navy);

    font-size: 23px;
}

.fh-about-team-education {
    margin-bottom: 16px;

    color: var(--fh-about-turquoise-dark);

    font-size: 13px;
    font-weight: 700;
}

.fh-about-team-content p {
    margin-bottom: 0;

    color: var(--fh-about-muted);

    font-size: 14px;
    line-height: 1.7;
}


/* ============================================================
   WAARDEN
   ============================================================ */

.fh-about-values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

    gap: 20px;
}

.fh-about-value-card {
    padding: 29px 25px;

    border: 1px solid var(--fh-about-border);
    border-radius: 22px;

    background: #fff;
}

.fh-about-value-icon {
    width: 50px;
    height: 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 21px;

    border-radius: 15px;

    background: var(--fh-about-purple-light);

    color: var(--fh-about-purple);

    font-size: 20px;
    font-weight: 850;
}

.fh-about-value-icon-turq {
    background: var(--fh-about-turquoise-light);

    color: var(--fh-about-turquoise-dark);
}

.fh-about-value-card h3 {
    margin-bottom: 10px;

    font-size: 18px;
}

.fh-about-value-card p {
    margin-bottom: 0;

    color: var(--fh-about-muted);

    font-size: 14px;
    line-height: 1.65;
}


/* ============================================================
   CTA
   ============================================================ */

.fh-about-cta-section {
    padding-top: 60px;
    padding-bottom: 110px;
}

.fh-about-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-about-purple),
            var(--fh-about-purple-dark)
        );
}

.fh-about-cta h2 {
    margin-bottom: 15px;

    color: #fff;
}

.fh-about-cta h2 span {
    color: #91EADF;
}

.fh-about-cta p {
    margin-bottom: 0;

    color: rgba(255,255,255,0.72);

    font-size: 16px;
}

.fh-about-cta-buttons {
    display: flex;
    flex-direction: column;

    gap: 10px;
}

.fh-about-cta-light,
.fh-about-cta-outline {
    min-height: 49px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 10px;

    padding: 0 18px;

    border-radius: 12px;

    white-space: nowrap;

    font-size: 13px;
    font-weight: 750;
}

.fh-about-cta-light {
    background: #fff;

    color: var(--fh-about-purple);
}

.fh-about-cta-outline {
    border: 1px solid rgba(255,255,255,0.22);

    color: #fff;
}


/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 1050px) {

    .fh-about-split,
    .fh-about-mission {
        grid-template-columns: 1fr;
    }

    .fh-about-flow {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .fh-about-flow-line {
        transform: rotate(90deg);
    }

    .fh-about-team-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .fh-about-values-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .fh-about-cta {
        grid-template-columns: 1fr;
    }

    .fh-about-cta-buttons {
        flex-direction: row;
        flex-wrap: wrap;
    }

}


@media (max-width: 800px) {

    .fh-about-container {
        width: calc(100% - 32px);
    }

    .fh-about-section {
        padding: 75px 0;
    }

    .fh-about-hero {
        min-height: auto;

        padding: 80px 0 90px;
    }

    .fh-about-mission,
    .fh-about-cta {
        padding: 42px 30px;

        border-radius: 27px;
    }

    .fh-about-team-grid {
        grid-template-columns: 1fr;
    }

}


@media (max-width: 600px) {

    .fh-about-section {
        padding: 62px 0;
    }

    .fh-about-hero h1 {
        font-size: 44px;
    }

    .fh-about-hero p {
        font-size: 17px;
    }

    .fh-about-hero-actions {
        flex-direction: column;
    }

    .fh-about-button-primary,
    .fh-about-button-secondary {
        width: 100%;
    }

    .fh-about h2 {
        font-size: 36px;
    }

    .fh-about-values-grid {
        grid-template-columns: 1fr;
    }

    .fh-about-team-photo {
        height: 300px;
    }

    .fh-about-cta-buttons {
        flex-direction: column;
    }

    .fh-about-cta-light,
    .fh-about-cta-outline {
        width: 100%;
    }

}

/* ============================================================
   STANDAARD PAGINATITEL VERBERGEN
   ============================================================ */

body.page-id-27 .wp-block-post-title,
body.page-id-27 .entry-title,
body.page-id-27 .page-title,
body.page-id-27 .elementor-page-title,
body.page-id-27 .elementor-widget-theme-post-title {
    display: none !important;
}

body.page-id-27 .entry-header,
body.page-id-27 .page-header {
    display: none !important;
}

body.page-id-27 .wp-block-post-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}