/* ============================================================
   FYSIOHUB PHYSIO CARDS
   ============================================================ */

:root {

    --fh-card-purple: #6956E8;
    --fh-card-purple-dark: #5541D7;
    --fh-card-purple-light: #F1EEFF;

    --fh-card-turquoise: #28C7B7;
    --fh-card-turquoise-dark: #19A999;
    --fh-card-turquoise-light: #E8FAF7;

    --fh-card-navy: #102A43;
    --fh-card-muted: #6B7C8F;

    --fh-card-white: #FFFFFF;
    --fh-card-soft: #F7F9FC;

    --fh-card-border: #E7ECF2;

}


/* ============================================================
   WRAPPER
   ============================================================ */

.fh-physio-cards-wrapper,
.fh-physio-cards-wrapper * {

    box-sizing: border-box;

    font-family:
        "Montserrat",
        sans-serif;

}


.fh-physio-cards-wrapper {

    width: 100%;

}


/* ============================================================
   GRID
   ============================================================ */

.fh-physio-cards-grid {

    width: 100%;

    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 25px;

}


/* ============================================================
   CARD
   ============================================================ */

.fh-physio-loop-card {

    min-width: 0;

    margin: 0;

    overflow: hidden;

    border:
        1px solid var(--fh-card-border);

    border-radius: 24px;

    background:
        var(--fh-card-white);

    box-shadow:

        0 10px 35px
        rgba(16, 42, 67, 0.045);

    transition:

        transform 0.25s ease,

        box-shadow 0.25s ease,

        border-color 0.25s ease;

}


.fh-physio-loop-card:hover {

    transform:
        translateY(-6px);

    border-color:
        rgba(105, 86, 232, 0.22);

    box-shadow:

        0 22px 55px
        rgba(16, 42, 67, 0.11);

}


/* ============================================================
   HELE CARD KLIKBAAR
   ============================================================ */

.fh-physio-loop-link {

    height: 100%;

    display: flex;

    flex-direction: column;

    color:
        var(--fh-card-navy);

    text-decoration:
        none !important;

}


/* ============================================================
   FOTO
   ============================================================ */

.fh-physio-loop-image {

    width: 100%;

    aspect-ratio: 4 / 3;

    position: relative;

    overflow: hidden;

    background:

        linear-gradient(
            135deg,
            var(--fh-card-purple-light),
            var(--fh-card-turquoise-light)
        );

}


.fh-physio-loop-photo {

    width: 100% !important;
    height: 100% !important;

    display: block;

    object-fit: cover;

    transition:
        transform 0.4s ease;

}


.fh-physio-loop-card:hover
.fh-physio-loop-photo {

    transform:
        scale(1.035);

}


/* ============================================================
   PLACEHOLDER
   ============================================================ */

.fh-physio-loop-placeholder {

    width: 100%;
    height: 100%;

    display: flex;

    align-items: center;
    justify-content: center;

}


.fh-physio-loop-placeholder span {

    width: 105px;
    height: 105px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background:
        rgba(255, 255, 255, 0.85);

    color:
        var(--fh-card-purple);

    font-size: 30px;

    font-weight: 800;

    letter-spacing: -0.04em;

    box-shadow:

        0 18px 45px
        rgba(105, 86, 232, 0.13);

}


/* ============================================================
   VERIFIED
   ============================================================ */

.fh-physio-loop-verified {

    position: absolute;

    left: 16px;
    bottom: 16px;

    display: inline-flex;

    align-items: center;

    gap: 7px;

    padding: 8px 11px;

    border-radius: 999px;

    background:
        rgba(255, 255, 255, 0.95);

    color:
        var(--fh-card-turquoise-dark);

    font-size: 10px;

    font-weight: 750;

    box-shadow:

        0 6px 22px
        rgba(16, 42, 67, 0.12);

    backdrop-filter:
        blur(7px);

}


.fh-physio-loop-verified-icon {

    width: 18px;
    height: 18px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background:
        var(--fh-card-turquoise-light);

    color:
        var(--fh-card-turquoise-dark);

    font-size: 9px;

    font-weight: 900;

}


/* ============================================================
   CONTENT
   ============================================================ */

.fh-physio-loop-content {

    flex: 1;

    display: flex;

    flex-direction: column;

    padding: 24px 23px 21px;

}


/* ============================================================
   SPECIALISATIE
   ============================================================ */

.fh-physio-loop-specialisation {

    margin-bottom: 7px;

    color:
        var(--fh-card-purple);

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 0.07em;

    text-transform:
        uppercase;

}


/* ============================================================
   NAAM
   ============================================================ */

.fh-physio-loop-content h3 {

    margin:
        0 0 7px !important;

    padding: 0 !important;

    color:
        var(--fh-card-navy) !important;

    font-size: 21px !important;

    font-weight: 750 !important;

    line-height: 1.25 !important;

    letter-spacing:
        -0.025em !important;

}


/* ============================================================
   PRAKTIJK
   ============================================================ */

.fh-physio-loop-practice {

    margin-bottom: 10px;

    color:
        var(--fh-card-muted);

    font-size: 12px;

    font-weight: 600;

}


/* ============================================================
   LOCATIE
   ============================================================ */

.fh-physio-loop-location {

    display: flex;

    align-items: center;

    gap: 7px;

    margin-bottom: 15px;

    color:
        var(--fh-card-muted);

    font-size: 12px;

    font-weight: 600;

}


.fh-physio-loop-location svg {

    width: 16px;
    height: 16px;

    flex: 0 0 16px;

    fill: none;

    stroke:
        var(--fh-card-purple);

    stroke-width: 1.8;

    stroke-linecap: round;
    stroke-linejoin: round;

}


/* ============================================================
   BEHANDELVORMEN
   ============================================================ */

.fh-physio-loop-treatments {

    display: flex;

    flex-wrap: wrap;

    gap: 7px;

    margin-bottom: 13px;

}


.fh-physio-loop-treatments span {

    display: inline-flex;

    align-items: center;

    min-height: 27px;

    padding: 0 9px;

    border-radius: 999px;

    background:
        var(--fh-card-soft);

    color:
        var(--fh-card-navy);

    font-size: 9px;

    font-weight: 650;

}


/* ============================================================
   EXTRA SPECIALISATIES
   ============================================================ */

.fh-physio-loop-extra {

    margin-bottom: 14px;

    color:
        var(--fh-card-purple);

    font-size: 10px;

    font-weight: 700;

}


/* ============================================================
   FOOTER
   ============================================================ */

.fh-physio-loop-footer {

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 15px;

    margin-top: auto;

    padding-top: 17px;

    border-top:
        1px solid var(--fh-card-border);

    color:
        var(--fh-card-navy);

    font-size: 12px;

    font-weight: 750;

}


.fh-physio-loop-footer svg {

    width: 18px;
    height: 18px;

    fill: none;

    stroke:
        var(--fh-card-purple);

    stroke-width: 2;

    stroke-linecap: round;
    stroke-linejoin: round;

    transition:
        transform 0.2s ease;

}


.fh-physio-loop-card:hover
.fh-physio-loop-footer {

    color:
        var(--fh-card-purple);

}


.fh-physio-loop-card:hover
.fh-physio-loop-footer svg {

    transform:
        translateX(4px);

}


/* ============================================================
   EMPTY STATE
   ============================================================ */

.fh-physio-cards-empty {

    width: 100%;

    padding: 55px 30px;

    border:
        1px solid var(--fh-card-border);

    border-radius: 22px;

    background:
        var(--fh-card-soft);

    text-align: center;

}


.fh-physio-cards-empty h3 {

    margin-bottom: 9px;

    color:
        var(--fh-card-navy);

    font-size: 20px;

}


.fh-physio-cards-empty p {

    margin: 0;

    color:
        var(--fh-card-muted);

    font-size: 13px;

}


/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 1000px) {

    .fh-physio-cards-grid {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

    }

}


@media (max-width: 650px) {

    .fh-physio-cards-grid {

        grid-template-columns: 1fr;

    }


    .fh-physio-loop-image {

        aspect-ratio: 16 / 11;

    }

}

/* ============================================================
   BESCHIKBAARHEID OP FYSIO CARD
   ============================================================ */

.fh-physio-next-availability {

    display: flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 15px;

    padding: 11px 12px;

    border-radius: 11px;

    background: #F7F9FC;

}


.fh-physio-availability-dot {

    width: 9px;
    height: 9px;

    flex: 0 0 9px;

    border-radius: 50%;

    background: #28C7B7;

    box-shadow:
        0 0 0 4px
        rgba(40,199,183,.12);

}


.fh-physio-availability-dot.is-unavailable {

    background: #A8B3BE;

    box-shadow: none;

}


.fh-physio-next-availability small {

    display: block;

    margin-bottom: 2px;

    color: #6B7C8F;

    font-size: 8px;

}


.fh-physio-next-availability strong {

    display: block;

    color: #102A43;

    font-size: 10px;

    font-weight: 750;

}