/* ============================================================
   FYSIOHUB HOMEPAGE
   ============================================================ */


/*
|--------------------------------------------------------------------------
| KLEUREN
|--------------------------------------------------------------------------
|
| Als we de exacte eerdere FysioHub hex-codes terugzetten,
| hoef je ALLEEN onderstaande variabelen aan te passen.
|
*/

:root {
    --fh-purple: #6956E8;
    --fh-purple-dark: #5541D7;
    --fh-purple-light: #F1EEFF;

    --fh-turquoise: #28C7B7;
    --fh-turquoise-dark: #19A999;
    --fh-turquoise-light: #E8FAF7;

    --fh-navy: #102A43;
    --fh-navy-light: #334E68;

    --fh-white: #FFFFFF;
    --fh-background: #FFFFFF;
    --fh-soft-background: #F7F9FC;

    --fh-border: #E7ECF2;
    --fh-muted: #6B7C8F;

    --fh-shadow:
        0 18px 60px rgba(16, 42, 67, 0.08);

    --fh-shadow-hover:
        0 22px 60px rgba(16, 42, 67, 0.14);

    --fh-radius-small: 14px;
    --fh-radius: 22px;
    --fh-radius-large: 32px;

    --fh-container: 1240px;
}


/* ============================================================
   RESET BINNEN FYSIOHUB
   ============================================================ */

.fh-home,
.fh-home * {
    box-sizing: border-box;
}

.fh-home {
    width: 100vw;
    max-width: 100vw;

    position: relative;

    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);

    overflow: hidden;

    background: var(--fh-white);
    color: var(--fh-navy);

    font-family:
        Inter,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Arial,
        sans-serif;
}

.fh-home a {
    text-decoration: none;
}

.fh-home h1,
.fh-home h2,
.fh-home h3,
.fh-home p {
    margin-top: 0;
}

.fh-container {
    width: calc(100% - 48px);
    max-width: var(--fh-container);

    margin: 0 auto;

    position: relative;
    z-index: 2;
}


/* ============================================================
   ALGEMENE TYPOGRAFIE
   ============================================================ */

.fh-section {
    padding: 105px 0;
}

.fh-section-heading {
    margin-bottom: 52px;
}

.fh-heading-center {
    max-width: 750px;

    margin-left: auto;
    margin-right: auto;

    text-align: center;
}

.fh-heading-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
}

.fh-heading-row > div:first-child {
    max-width: 720px;
}

.fh-section-label,
.fh-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    margin-bottom: 18px;

    color: var(--fh-purple);

    font-size: 13px;
    font-weight: 800;

    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.fh-section-heading h2 {
    margin-bottom: 17px;

    color: var(--fh-navy);

    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.08;
    letter-spacing: -0.045em;
    font-weight: 750;
}

.fh-section-heading h2 span {
    color: var(--fh-purple);
}

.fh-section-heading p {
    max-width: 660px;

    margin-bottom: 0;

    color: var(--fh-muted);

    font-size: 18px;
    line-height: 1.7;
}

.fh-heading-center p {
    margin-left: auto;
    margin-right: auto;
}


/* ============================================================
   HERO
   ============================================================ */

.fh-hero {
    min-height: 690px;

    display: flex;
    align-items: center;

    position: relative;

    padding: 115px 0 125px;

    background:
        radial-gradient(
            circle at 82% 20%,
            rgba(40, 199, 183, 0.13),
            transparent 31%
        ),
        radial-gradient(
            circle at 10% 0%,
            rgba(105, 86, 232, 0.10),
            transparent 32%
        ),
        linear-gradient(
            180deg,
            #FCFCFF 0%,
            #FFFFFF 100%
        );
}

.fh-hero::after {
    content: "";

    width: 440px;
    height: 440px;

    position: absolute;
    right: -190px;
    bottom: -220px;

    border-radius: 50%;

    border: 80px solid rgba(105, 86, 232, 0.035);
}

.fh-hero-inner {
    display: flex;
    justify-content: center;
}

.fh-hero-content {
    width: 100%;
    max-width: 1030px;

    text-align: center;
}

.fh-eyebrow {
    padding: 9px 15px;

    border: 1px solid rgba(105, 86, 232, 0.14);
    border-radius: 999px;

    background: rgba(255, 255, 255, 0.8);

    box-shadow:
        0 5px 24px rgba(105, 86, 232, 0.06);
}

.fh-eyebrow-dot {
    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: var(--fh-turquoise);

    box-shadow:
        0 0 0 4px rgba(40, 199, 183, 0.14);
}

.fh-hero h1 {
    max-width: 950px;

    margin: 7px auto 25px;

    color: var(--fh-navy);

    font-size: clamp(48px, 6vw, 78px);
    font-weight: 780;
    line-height: 1.01;
    letter-spacing: -0.058em;
}

.fh-hero h1 span {
    color: var(--fh-purple);
}

.fh-hero-description {
    max-width: 700px;

    margin: 0 auto 40px;

    color: var(--fh-muted);

    font-size: 20px;
    line-height: 1.65;
}


/* ============================================================
   ZOEKFORMULIER
   ============================================================ */

.fh-search {
    width: 100%;
    max-width: 970px;

    margin: 0 auto;

    display: grid;
    grid-template-columns: minmax(0, 1.25fr) 1px minmax(0, 0.85fr) auto;
    align-items: center;

    padding: 9px;

    background: var(--fh-white);

    border: 1px solid var(--fh-border);
    border-radius: 22px;

    box-shadow:
        0 24px 80px rgba(16, 42, 67, 0.13);
}

.fh-search-field {
    min-width: 0;

    display: flex;
    align-items: center;
    gap: 14px;

    padding: 10px 17px;
}

.fh-search-icon {
    width: 44px;
    height: 44px;

    flex: 0 0 44px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 13px;

    background: var(--fh-purple-light);
}

.fh-search-icon svg {
    width: 21px;
    height: 21px;

    fill: none;
    stroke: var(--fh-purple);

    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.fh-search-input-wrap {
    flex: 1;
    min-width: 0;

    text-align: left;
}

.fh-search-input-wrap label {
    display: block;

    margin-bottom: 3px;

    color: var(--fh-navy);

    font-size: 12px;
    font-weight: 700;
}

.fh-search-input-wrap input {
    width: 100%;

    padding: 0 !important;
    margin: 0 !important;

    background: transparent !important;

    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;

    color: var(--fh-navy) !important;

    font-family: inherit;
    font-size: 15px !important;
    line-height: 1.4 !important;
}

.fh-search-input-wrap input::placeholder {
    color: #9AA8B5;
}

.fh-search-divider {
    width: 1px;
    height: 45px;

    background: var(--fh-border);
}

.fh-search-button {
    height: 62px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    padding: 0 27px;

    border: 0;
    border-radius: 15px;

    background:
        linear-gradient(
            135deg,
            var(--fh-purple),
            var(--fh-purple-dark)
        );

    color: #fff;

    cursor: pointer;

    white-space: nowrap;

    font-family: inherit;
    font-size: 15px;
    font-weight: 750;

    box-shadow:
        0 10px 30px rgba(105, 86, 232, 0.25);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.fh-search-button:hover {
    transform: translateY(-2px);

    box-shadow:
        0 15px 35px rgba(105, 86, 232, 0.34);
}

.fh-search-button svg {
    width: 18px;
    height: 18px;

    fill: none;
    stroke: currentColor;

    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.fh-hero-benefits {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

    gap: 30px;

    margin-top: 28px;

    color: var(--fh-navy-light);

    font-size: 14px;
    font-weight: 600;
}

.fh-hero-benefits > div {
    display: flex;
    align-items: center;
    gap: 8px;
}

.fh-check {
    width: 21px;
    height: 21px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: var(--fh-turquoise-light);

    color: var(--fh-turquoise-dark);

    font-size: 11px;
    font-weight: 900;
}


/* ============================================================
   VOORDELEN
   ============================================================ */

.fh-benefits-section {
    background: var(--fh-white);
}

.fh-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

    gap: 22px;
}

.fh-benefit-card {
    padding: 31px 27px 28px;

    border: 1px solid var(--fh-border);
    border-radius: var(--fh-radius);

    background: var(--fh-white);

    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.fh-benefit-card:hover {
    transform: translateY(-7px);

    border-color: rgba(105, 86, 232, 0.2);

    box-shadow: var(--fh-shadow-hover);
}

.fh-icon-box {
    width: 54px;
    height: 54px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 24px;

    border-radius: 16px;

    background: var(--fh-purple-light);

    color: var(--fh-purple);

    font-size: 23px;
    font-weight: 800;
}

.fh-icon-turquoise {
    background: var(--fh-turquoise-light);
    color: var(--fh-turquoise-dark);
}

.fh-benefit-card h3 {
    margin-bottom: 11px;

    color: var(--fh-navy);

    font-size: 19px;
    font-weight: 750;
}

.fh-benefit-card p {
    margin-bottom: 0;

    color: var(--fh-muted);

    font-size: 15px;
    line-height: 1.65;
}


/* ============================================================
   KLACHTEN
   ============================================================ */

.fh-complaints-section {
    background: var(--fh-soft-background);
}

.fh-text-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    padding-bottom: 4px;

    color: var(--fh-purple);

    font-size: 15px;
    font-weight: 750;
}

.fh-text-link span {
    transition: transform 0.2s ease;
}

.fh-text-link:hover span {
    transform: translateX(4px);
}

.fh-complaints-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

    gap: 15px;
}

.fh-complaint-card {
    min-height: 102px;

    display: flex;
    align-items: center;

    padding: 18px 20px;

    border: 1px solid var(--fh-border);
    border-radius: 17px;

    background: var(--fh-white);

    color: var(--fh-navy);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease;
}

.fh-complaint-card:hover {
    transform: translateY(-4px);

    border-color: rgba(105, 86, 232, 0.25);

    box-shadow:
        0 14px 40px rgba(16, 42, 67, 0.09);
}

.fh-complaint-icon {
    width: 48px;
    height: 48px;

    flex: 0 0 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-right: 14px;

    border-radius: 14px;

    background: var(--fh-purple-light);

    color: var(--fh-purple);

    font-size: 19px;
    font-weight: 800;
}

.fh-complaint-card > span:nth-child(2) {
    flex: 1;

    font-size: 15px;
    font-weight: 700;
}

.fh-card-arrow {
    color: var(--fh-purple);

    font-size: 20px;

    transition: transform 0.2s ease;
}

.fh-complaint-card:hover .fh-card-arrow {
    transform: translateX(4px);
}


/* ============================================================
   FYSIOTHERAPEUTEN
   ============================================================ */

.fh-physios-section {
    background: #fff;
}

.fh-carousel-controls {
    display: flex;
    gap: 9px;
}

.fh-carousel-button {
    width: 47px;
    height: 47px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border: 1px solid var(--fh-border);
    border-radius: 50%;

    background: var(--fh-white);

    color: var(--fh-navy);

    cursor: pointer;

    font-size: 20px;

    transition:
        background 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.fh-carousel-button:hover {
    background: var(--fh-purple);
    border-color: var(--fh-purple);

    color: #fff;

    transform: translateY(-2px);
}

.fh-carousel {
    display: flex;

    gap: 22px;

    padding: 3px 3px 25px;

    overflow-x: auto;

    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;

    scrollbar-width: none;
}

.fh-carousel::-webkit-scrollbar {
    display: none;
}

.fh-physio-card {
    min-width: 292px;
    max-width: 292px;

    flex: 0 0 292px;

    overflow: hidden;

    scroll-snap-align: start;

    border: 1px solid var(--fh-border);
    border-radius: var(--fh-radius);

    background: var(--fh-white);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.fh-physio-card:hover {
    transform: translateY(-6px);

    box-shadow: var(--fh-shadow-hover);
}

.fh-physio-image,
.fh-physio-placeholder {
    height: 270px;

    position: relative;

    overflow: hidden;

    background:
        linear-gradient(
            135deg,
            var(--fh-purple-light),
            var(--fh-turquoise-light)
        );
}

.fh-physio-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.fh-physio-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fh-placeholder-initials {
    width: 105px;
    height: 105px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.82);

    color: var(--fh-purple);

    font-size: 30px;
    font-weight: 800;

    box-shadow:
        0 20px 50px rgba(105, 86, 232, 0.13);
}

.fh-availability {
    position: absolute;
    left: 15px;
    bottom: 15px;

    display: flex;
    align-items: center;
    gap: 7px;

    padding: 8px 11px;

    border-radius: 999px;

    background: rgba(255, 255, 255, 0.94);

    color: var(--fh-navy);

    font-size: 11px;
    font-weight: 750;

    box-shadow:
        0 5px 20px rgba(16, 42, 67, 0.10);
}

.fh-availability span {
    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: var(--fh-turquoise);
}

.fh-physio-content {
    padding: 22px;
}

.fh-physio-specialism {
    margin-bottom: 7px;

    color: var(--fh-purple);

    font-size: 12px;
    font-weight: 800;

    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.fh-physio-content h3 {
    margin-bottom: 10px;

    color: var(--fh-navy);

    font-size: 20px;
    font-weight: 750;
}

.fh-physio-location {
    display: flex;
    align-items: center;
    gap: 6px;

    margin-bottom: 20px;

    color: var(--fh-muted);

    font-size: 13px;
}

.fh-card-button {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 12px 15px;

    border-radius: 12px;

    background: var(--fh-soft-background);

    color: var(--fh-navy);

    font-size: 13px;
    font-weight: 700;

    transition:
        background 0.2s ease,
        color 0.2s ease;
}

.fh-card-button:hover {
    background: var(--fh-purple);
    color: #fff;
}

.fh-card-button-disabled {
    opacity: 0.55;
    cursor: default;
}


/* ============================================================
   HOE HET WERKT
   ============================================================ */

.fh-how-section {
    background:
        linear-gradient(
            180deg,
            #F9FAFD,
            #FFFFFF
        );
}

.fh-how-grid {
    display: grid;
    grid-template-columns: 1fr 80px 1fr 80px 1fr;
    align-items: center;
}

.fh-how-card {
    min-height: 290px;

    position: relative;

    padding: 34px;

    border: 1px solid var(--fh-border);
    border-radius: var(--fh-radius-large);

    background: #fff;

    text-align: center;
}

.fh-step-number {
    position: absolute;
    top: 23px;
    left: 25px;

    color: rgba(105, 86, 232, 0.25);

    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.fh-how-icon {
    width: 70px;
    height: 70px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 12px auto 25px;

    border-radius: 21px;

    background:
        linear-gradient(
            135deg,
            var(--fh-purple-light),
            var(--fh-turquoise-light)
        );

    color: var(--fh-purple);

    font-size: 27px;
    font-weight: 800;
}

.fh-how-card h3 {
    margin-bottom: 11px;

    color: var(--fh-navy);

    font-size: 23px;
}

.fh-how-card p {
    margin-bottom: 0;

    color: var(--fh-muted);

    font-size: 15px;
    line-height: 1.7;
}

.fh-step-line {
    text-align: center;

    color: var(--fh-purple);

    font-size: 27px;
}


/* ============================================================
   SPECIALISATIES
   ============================================================ */

.fh-specialisms-section {
    background: var(--fh-white);
}

.fh-specialisms {
    max-width: 1050px;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;

    gap: 12px;

    margin: 0 auto;
}

.fh-specialism-pill {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    padding: 15px 19px;

    border: 1px solid var(--fh-border);
    border-radius: 999px;

    background: #fff;

    color: var(--fh-navy);

    font-size: 14px;
    font-weight: 700;

    transition:
        border-color 0.2s ease,
        background 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.fh-specialism-pill span {
    color: var(--fh-purple);
}

.fh-specialism-pill:hover {
    transform: translateY(-2px);

    border-color: var(--fh-purple);

    background: var(--fh-purple);

    color: #fff;
}

.fh-specialism-pill:hover span {
    color: #fff;
}


/* ============================================================
   VERTROUWEN
   ============================================================ */

.fh-trust-section {
    padding-top: 55px;
    padding-bottom: 80px;

    background: #fff;
}

.fh-trust-box {
    display: grid;
    grid-template-columns: 1.1fr 1fr;

    gap: 65px;

    padding: 65px;

    overflow: hidden;

    position: relative;

    border-radius: 36px;

    background:
        linear-gradient(
            135deg,
            #102A43,
            #163B5B
        );

    color: #fff;
}

.fh-trust-box::before {
    content: "";

    width: 330px;
    height: 330px;

    position: absolute;
    left: -190px;
    bottom: -190px;

    border-radius: 50%;

    background: rgba(40, 199, 183, 0.09);
}

.fh-section-label-light {
    color: #78E2D6;
}

.fh-trust-copy h2 {
    max-width: 540px;

    margin-bottom: 22px;

    color: #fff;

    font-size: clamp(35px, 4vw, 51px);
    line-height: 1.07;
    letter-spacing: -0.045em;
}

.fh-trust-copy p {
    max-width: 540px;

    margin-bottom: 0;

    color: rgba(255, 255, 255, 0.69);

    font-size: 17px;
    line-height: 1.75;
}

.fh-trust-items {
    display: flex;
    flex-direction: column;

    gap: 15px;
}

.fh-trust-item {
    display: flex;
    gap: 16px;

    padding: 20px;

    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 17px;

    background: rgba(255, 255, 255, 0.055);
}

.fh-trust-check {
    width: 34px;
    height: 34px;

    flex: 0 0 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(40, 199, 183, 0.17);

    color: #72E2D5;

    font-size: 13px;
    font-weight: 900;
}

.fh-trust-item h3 {
    margin-bottom: 5px;

    color: #fff;

    font-size: 16px;
}

.fh-trust-item p {
    margin-bottom: 0;

    color: rgba(255, 255, 255, 0.62);

    font-size: 13px;
    line-height: 1.6;
}


/* ============================================================
   BLOG
   ============================================================ */

.fh-blog-section {
    background: var(--fh-soft-background);
}

.fh-blog-card {
    min-width: 375px;
    max-width: 375px;

    flex: 0 0 375px;

    overflow: hidden;

    scroll-snap-align: start;

    border: 1px solid var(--fh-border);
    border-radius: var(--fh-radius);

    background: #fff;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.fh-blog-card:hover {
    transform: translateY(-5px);

    box-shadow: var(--fh-shadow-hover);
}

.fh-blog-image {
    height: 220px;

    display: block;

    overflow: hidden;

    background: var(--fh-purple-light);
}

.fh-blog-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.4s ease;
}

.fh-blog-card:hover .fh-blog-image img {
    transform: scale(1.04);
}

.fh-blog-placeholder {
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    background:
        linear-gradient(
            135deg,
            var(--fh-purple-light),
            var(--fh-turquoise-light)
        );

    color: var(--fh-purple);

    font-size: 24px;
    font-weight: 800;
}

.fh-blog-content {
    padding: 25px;
}

.fh-blog-meta {
    display: flex;
    align-items: center;
    gap: 8px;

    margin-bottom: 12px;

    color: var(--fh-muted);

    font-size: 11px;
    font-weight: 650;
}

.fh-meta-dot {
    color: var(--fh-turquoise);
}

.fh-blog-content h3 {
    margin-bottom: 11px;

    font-size: 20px;
    line-height: 1.35;
}

.fh-blog-content h3 a {
    color: var(--fh-navy);
}

.fh-blog-content p {
    margin-bottom: 20px;

    color: var(--fh-muted);

    font-size: 14px;
    line-height: 1.65;
}

.fh-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    color: var(--fh-purple);

    font-size: 13px;
    font-weight: 750;
}

.fh-read-more span {
    transition: transform 0.2s ease;
}

.fh-read-more:hover span {
    transform: translateX(4px);
}


/* ============================================================
   FYSIOTHERAPEUT CTA
   ============================================================ */

.fh-physio-cta-section {
    padding: 100px 0;

    background: #fff;
}

.fh-physio-cta {
    min-height: 420px;

    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    align-items: center;

    gap: 70px;

    position: relative;

    overflow: hidden;

    padding: 70px;

    border-radius: 38px;

    background:
        linear-gradient(
            135deg,
            var(--fh-purple),
            #5844D9
        );
}

.fh-cta-content,
.fh-cta-stats {
    position: relative;
    z-index: 2;
}

.fh-cta-content {
    max-width: 650px;
}

.fh-cta-content h2 {
    margin-bottom: 20px;

    color: #fff;

    font-size: clamp(37px, 4.2vw, 57px);
    line-height: 1.04;
    letter-spacing: -0.045em;
}

.fh-cta-content h2 span {
    color: #8CE9DE;
}

.fh-cta-content p {
    max-width: 590px;

    margin-bottom: 30px;

    color: rgba(255, 255, 255, 0.74);

    font-size: 17px;
    line-height: 1.7;
}

.fh-light-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    padding: 15px 20px;

    border-radius: 13px;

    background: #fff;

    color: var(--fh-purple);

    font-size: 14px;
    font-weight: 800;

    box-shadow:
        0 12px 30px rgba(36, 23, 112, 0.18);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.fh-light-button:hover {
    transform: translateY(-3px);

    box-shadow:
        0 17px 35px rgba(36, 23, 112, 0.25);
}

.fh-cta-stats {
    display: flex;
    flex-direction: column;

    gap: 13px;
}

.fh-cta-stats > div {
    display: flex;
    align-items: center;

    gap: 19px;

    padding: 17px 20px;

    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 15px;

    background: rgba(255, 255, 255, 0.085);

    color: #fff;

    backdrop-filter: blur(6px);
}

.fh-cta-stats strong {
    color: #91EADF;

    font-size: 13px;
    letter-spacing: 0.05em;
}

.fh-cta-stats span {
    font-size: 14px;
    font-weight: 650;
}

.fh-cta-decoration {
    position: absolute;

    border-radius: 50%;
}

.fh-cta-decoration-one {
    width: 360px;
    height: 360px;

    right: -150px;
    top: -180px;

    border: 70px solid rgba(255, 255, 255, 0.05);
}

.fh-cta-decoration-two {
    width: 260px;
    height: 260px;

    left: 45%;
    bottom: -200px;

    background: rgba(40, 199, 183, 0.11);
}


/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 1050px) {

    .fh-benefit-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .fh-complaints-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .fh-how-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .fh-step-line {
        transform: rotate(90deg);

        padding: 5px 0;
    }

    .fh-trust-box {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .fh-physio-cta {
        grid-template-columns: 1fr;
        gap: 45px;
    }
}


@media (max-width: 800px) {

    .fh-container {
        width: calc(100% - 32px);
    }

    .fh-section {
        padding: 75px 0;
    }

    .fh-hero {
        min-height: auto;

        padding: 85px 0;
    }

    .fh-hero h1 {
        font-size: clamp(43px, 11vw, 61px);
    }

    .fh-hero-description {
        font-size: 17px;
    }

    .fh-search {
        max-width: 600px;

        grid-template-columns: 1fr;

        gap: 4px;

        padding: 10px;
    }

    .fh-search-divider {
        display: none;
    }

    .fh-search-field {
        border-bottom: 1px solid var(--fh-border);

        padding: 13px 12px;
    }

    .fh-search-button {
        width: 100%;

        margin-top: 4px;
    }

    .fh-heading-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 22px;
    }

    .fh-section-heading {
        margin-bottom: 38px;
    }

    .fh-trust-box,
    .fh-physio-cta {
        padding: 45px 30px;

        border-radius: 27px;
    }

    .fh-blog-card {
        min-width: 315px;
        max-width: 315px;

        flex-basis: 315px;
    }
}


@media (max-width: 600px) {

    .fh-section {
        padding: 62px 0;
    }

    .fh-hero {
        padding: 68px 0;
    }

    .fh-hero h1 {
        font-size: 44px;
        letter-spacing: -0.05em;
    }

    .fh-hero-benefits {
        flex-direction: column;
        align-items: flex-start;

        width: max-content;
        max-width: 100%;

        margin-left: auto;
        margin-right: auto;

        gap: 11px;
    }

    .fh-section-heading h2 {
        font-size: 36px;
    }

    .fh-benefit-grid {
        grid-template-columns: 1fr;
    }

    .fh-complaints-grid {
        grid-template-columns: 1fr;
    }

    .fh-complaint-card {
        min-height: 88px;
    }

    .fh-physio-card {
        min-width: calc(100vw - 54px);
        max-width: calc(100vw - 54px);

        flex-basis: calc(100vw - 54px);
    }

    .fh-blog-card {
        min-width: calc(100vw - 54px);
        max-width: calc(100vw - 54px);

        flex-basis: calc(100vw - 54px);
    }

    .fh-carousel-controls {
        align-self: flex-start;
    }

    .fh-trust-box,
    .fh-physio-cta {
        padding: 37px 23px;
    }

    .fh-trust-copy h2,
    .fh-cta-content h2 {
        font-size: 35px;
    }

    .fh-trust-item {
        padding: 16px;
    }

    .fh-specialisms {
        justify-content: flex-start;
    }

    .fh-specialism-pill {
        width: 100%;
        justify-content: space-between;

        border-radius: 14px;
    }
}