.splide__arrow:not([disabled]) svg path,
.splide__arrow:not([disabled]) svg rect {
    stroke: #333333;
}

/* ============================================================
   Hero
   ============================================================ */

.case-studies-page {
    /* padding-top: 80px; */
    background-color: #fff;

    & .hero {
        padding-top: 80px;
        padding-bottom: 80px;
        overflow: hidden;
        background: linear-gradient(180deg, #FAF7F5 0%, rgba(250, 247, 245, 0.00) 100%), var(--white, #FFF);

        & .hero__wrapper {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        & .hero__text {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        & .hero__sub-title {
            margin-bottom: 20px;
            padding: 2px 8px;
            border-radius: 8px;
            background: rgba(64, 154, 101, 0.10);
            color: var(--green-600, #006746);
            text-align: center;
            font-kerning: none;
            font-feature-settings: 'liga' off;
            font-size: 14px;
            font-weight: 600;
            line-height: 20px;
            letter-spacing: 1.12px;
            text-transform: uppercase;
        }

        & .hero__title {
            margin-bottom: 16px;
            color: var(--foreground-primary, #282828);
            text-align: center;
            font-feature-settings: 'liga' off;
            font-size: 60px;
            font-weight: 700;
            line-height: 68px;
            letter-spacing: -0.6px;

            br {
                display: none;
            }
        }

        & .hero__desc {
            margin-bottom: 28px;
            color: var(--foreground-primary, #282828);
            text-align: center;
            font-feature-settings: 'liga' off;
            font-size: 18px;
            font-weight: 400;
            line-height: 26px;
            letter-spacing: 0.18px;
        }

        & .hero__button {
            margin-top: 32px;
            margin-bottom: 0;
        }
    }

    .customers-logo-slider {
        padding: unset;
    }

    .case-study-load-more {
        display: flex;
        justify-content: center;
        margin-top: 32px;
    }

    @media (max-width: 1199px) {
        & .container {}

        & .hero {
            & .hero__wrapper {}

            & .hero__text {}

            & .hero__sub-title {}

            & .hero__title {}

            & .hero__desc {}

            & .hero__button {}
        }

        & .customers-logo-slider {}
    }

    @media (max-width: 991px) {
        & .container {}

        & .hero {
            & .hero__wrapper {}

            & .hero__text {}

            & .hero__sub-title {}

            & .hero__title {}

            & .hero__desc {}

            & .hero__button {}
        }

        & .customers-logo-slider {}
    }

    @media (max-width: 767px) {
        padding-top: 56px;

        & .container {
            padding: 0 16px;
        }

        & .hero {
             padding-top: 48px;
            padding-bottom: 48px;

            & .hero__wrapper {}

            & .hero__text {}

            & .hero__sub-title {}

            & .hero__title {
                color: var(--foreground-primary, #282828);
                text-align: center;
                font-feature-settings: 'liga' off;

                /* Heading/lg */
                font-family: Gilroy;
                font-size: 40px;
                font-style: normal;
                font-weight: 700;
                line-height: 44px; /* 110% */
                letter-spacing: -0.4px;
                
                br {
                    display: block;
                }
            }

            & .hero__desc {
               color: var(--foreground-primary, #282828);
                text-align: center;
                font-feature-settings: 'liga' off;

                /* Paragraph/lg */
                font-family: Gilroy;
                font-size: 18px;
                font-style: normal;
                font-weight: 400;
                line-height: 26px; /* 144.444% */
                letter-spacing: 0.18px;

                br {
                    display: none;
                }
            }

            & .hero__button {}
        }

        .feedback-desc{
            br {
                display: none;
            }
        }

        & .customers-logo-slider {}
    }
}

/* ============================================================
   Persona Slider (component)
   ============================================================ */

.persona-slider {
    width: 100%;

    & .splide__track {
        overflow: visible;
    }

    & .splide__list {
        height: auto;
        display: flex;
        gap: 12px;
        padding: 0 !important;
        margin: 0 !important;
        list-style: none;
    }

    & .persona-slider__item {
        flex: 1 1 0;
        min-width: 200px;
        height: 270px;
    }

    .persona-card {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        border-radius: 20px;
        overflow: hidden;
        clip-path: inset(0 round 20px);
        box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
        width: 100%;
        height: 100%;

        & .persona-card__bg {
            position: absolute;
            inset: 0;
            pointer-events: none;

            & img {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                max-width: none;
                object-fit: cover;
                transition: transform 0.4s ease;
            }
        }

        & .persona-card__logo-wrapper {
            position: absolute;
            top: 11px;
            left: 11px;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 52px;
            height: 52px;
            background: #fff;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.10);
        }

        & .persona-card__logo {
            width: 36px;
            height: 27px;
            object-fit: contain;
        }

        & .persona-card__overlay {
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: flex-end;
            width: 100%;
            height: 88px;
            padding: 16px 16px 18px;
            flex-shrink: 0;
            text-align: left;
            transition: height 0.3s ease;
        }

        & .persona-card__overlay::before {
            content: "";
            position: absolute;
            inset: 0;

            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);

            background: linear-gradient(
                180deg,
                rgba(0, 0, 0, 0.0) 0%,
                rgba(0, 0, 0, 0.4) 100%
            );

            -webkit-mask-image: linear-gradient(
                to top,
                rgba(0, 0, 0, 1) 0%,
                rgba(0, 0, 0, 0.85) 30%,
                rgba(0, 0, 0, 0.5) 60%,
                rgba(0, 0, 0, 0.15) 80%,
                rgba(0, 0, 0, 0) 100%
            );

            mask-image: linear-gradient(
                to top,
                rgba(0, 0, 0, 1) 0%,
                rgba(0, 0, 0, 0.85) 30%,
                rgba(0, 0, 0, 0.5) 60%,
                rgba(0, 0, 0, 0.15) 80%,
                rgba(0, 0, 0, 0) 100%
            );

            transition: backdrop-filter 0.3s ease, -webkit-backdrop-filter 0.3s ease, background 0.3s ease;
            z-index: 0;
        }

        & .persona-card__overlay > * {
            position: relative;
            z-index: 1;
        }


        & .persona-card__name {
            width: 100%;
            flex-shrink: 0;
            font-family: 'Gilroy', sans-serif;
            font-style: normal;
            font-weight: 500;
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0.16px;
            color: var(--white, #fff);
            font-feature-settings: 'liga' 0;
            transition: transform 0.3s ease;
        }

        & .persona-card__company {
            width: 100%;
            flex-shrink: 0;
            font-family: 'Gilroy', sans-serif;
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            line-height: 20px;
            letter-spacing: 0.14px;
            color: var(--white, #fff);
            opacity: 0.8;
            font-feature-settings: 'liga' 0;
            transition: transform 0.3s ease;
        }

        &:hover {
            & .persona-card__bg img {
                transform: scale(1.05);
            }

            & .persona-card__overlay {
                height: 40%;
            }

            & .persona-card__overlay::before {
                backdrop-filter: blur(40px);
                -webkit-backdrop-filter: blur(40px);
                background: linear-gradient(
                    180deg,
                    rgba(0, 0, 0, 0.0) 0%,
                    rgba(0, 0, 0, 0.75) 100%
                );
            }

            & .persona-card__name,
            & .persona-card__company {
                transform: translateY(-6px);
            }
        }
    }

    @media (max-width: 1199px) {
        & .splide__track {}

        & .splide__list {}

        & .persona-slider__item {}

        & .persona-card {}

        & .persona-card__bg {}

        & .persona-card__logo-wrapper {}

        & .persona-card__logo {}

        & .persona-card__overlay {}

        & .persona-card__name {}

        & .persona-card__company {}
    }

    @media (max-width: 991px) {
        & .splide__list {
            gap: unset;
        }

        & .persona-slider__item {
            height: 300px;
        }

        & .splide__track {}

        & .persona-card {}

        & .persona-card__bg {}

        & .persona-card__logo-wrapper {}

        & .persona-card__logo {}

        & .persona-card__overlay {}

        & .persona-card__name {}

        & .persona-card__company {}
    }

    @media (max-width: 767px) {
        padding-top: 48px;
        padding-bottom: 48px;

        & .persona-slider__item {
            height: 251px;
        }

        & .splide__track {}

        & .splide__list {}

        & .persona-card {}

        & .persona-card__bg {}

        & .persona-card__logo-wrapper {}

        & .persona-card__logo {}

        & .persona-card__overlay {}

        & .persona-card__name {}

        & .persona-card__company {}
    }
}

/* ============================================================
   Case Study Spotlight (component)
   ============================================================ */

.case-study-spotlight {
    padding-top: 48px;
    padding-bottom: 80px;
    background-color: var(--white, #FFF);

    & .case-study-spotlight__inner {
        display: flex;
        gap: 64px;
        align-items: center;
    }

    & .case-study-spotlight__image {
        flex: 1 0 0;
        min-width: 0;
        aspect-ratio: 557 / 400;
        border-radius: 24px;
        overflow: hidden;

        & img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }

    & .case-study-spotlight__content {
        flex: 1 0 0;
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    & .case-study-spotlight__body {
        display: flex;
        flex-direction: column;
        gap: 28px;
    }

    & .case-study-spotlight__header {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    & .case-study-spotlight__logo {
        height: 48px;
        width: auto;
        object-fit: contain;
        object-position: left;
    }

    & .case-study-spotlight__text {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    & .case-study-spotlight__quote {
        font-family: 'Gilroy', sans-serif;
        font-weight: 500;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -0.5px;
        color: var(--text-primary, #282828);
    }

    & .case-study-spotlight__author {
        display: flex;
        gap: 8px;
        font-family: 'Gilroy', sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.14px;
        color: var(--foreground-secondary, #777);
        font-feature-settings: 'liga' 0;
    }

    & .case-study-spotlight__metrics {
        display: flex;
        gap: 32px;
    }

    & .case-study-spotlight__metric {
        flex: 1 0 0;
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    & .case-study-spotlight__metric-value {
        font-family: 'Gilroy', sans-serif;
        font-weight: 600;
        font-size: 32px;
        line-height: 40px;
        color: var(--text-primary, #282828);
        font-feature-settings: 'salt' 1;
    }

    & .case-study-spotlight__metric-label {
        font-family: 'Gilroy', sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.14px;
        color: var(--foreground-secondary, #777);
        font-feature-settings: 'liga' 0;
    }

    & .case-study-spotlight__link {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        font-family: 'Gilroy', sans-serif;
        font-weight: 600;
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 0.18px;
        color: var(--green-600, #006746);
        text-decoration: none;
        font-feature-settings: 'liga' 0;

        & svg {
            transition: transform 0.2s ease;
        }

        &:hover {
            text-decoration: underline;
            text-underline-offset: 5px;

            & svg {
                transform: translateX(4px);
            }
        }
    }

    @media (max-width: 1199px) {
        & .case-study-spotlight__inner {}

        & .case-study-spotlight__image {}

        & .case-study-spotlight__content {}

        & .case-study-spotlight__body {}

        & .case-study-spotlight__header {}

        & .case-study-spotlight__logo {}

        & .case-study-spotlight__text {}

        & .case-study-spotlight__quote {}

        & .case-study-spotlight__author {}

        & .case-study-spotlight__metrics {}

        & .case-study-spotlight__metric {}

        & .case-study-spotlight__metric-value {}

        & .case-study-spotlight__metric-label {}

        & .case-study-spotlight__link {}
    }

    @media (max-width: 991px) {
        padding: 60px 0;

        & .case-study-spotlight__inner {
            gap: 40px;
        }

        & .case-study-spotlight__image {}

        & .case-study-spotlight__content {}

        & .case-study-spotlight__body {}

        & .case-study-spotlight__header {}

        & .case-study-spotlight__logo {}

        & .case-study-spotlight__text {}

        & .case-study-spotlight__quote {}

        & .case-study-spotlight__author {}

        & .case-study-spotlight__metrics {}

        & .case-study-spotlight__metric {}

        & .case-study-spotlight__metric-value {}

        & .case-study-spotlight__metric-label {}

        & .case-study-spotlight__link {}
    }

    @media (max-width: 767px) {
        padding: 48px 0;

        & .case-study-spotlight__inner {
            flex-direction: column;
            gap: 24px;
        }

        & .case-study-spotlight__quote {
            color: var(--Text-Primary, #282828);
            font-feature-settings: 'liga' off;
            font-family: Gilroy;
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
            line-height: 26px; /* 130% */
        }

        & .case-study-spotlight__image {
            /* height: 260px; */
            flex: 0 0 auto;
            aspect-ratio: 110/79;
        }

        & .case-study-spotlight__content {
            gap: 24px;
        }

        & .case-study-spotlight__body {
            gap: 20px;
        }

        & .case-study-spotlight__header {}

        & .case-study-spotlight__logo {}

        & .case-study-spotlight__text {
            gap: 8px;
        }

        & .case-study-spotlight__author {}

        & .case-study-spotlight__metrics {}

        & .case-study-spotlight__metric {}

        & .case-study-spotlight__metric-value {}

        & .case-study-spotlight__metric-label {}

        & .case-study-spotlight__link {}
    }
}

/* ============================================================
   Case Studies Cards
   ============================================================ */

.case-studies__cards {
    padding: 80px 0;
    border-top-left-radius: 48px;
    border-top-right-radius: 48px;
    margin: 0 16px;
    background: linear-gradient(180deg, var(--background-sand, #FAF7F5) 0%, var(--white, #FFF) 100%);

    & .case-studies__filter {
        display: flex;
        flex-wrap: wrap;
        gap: 32px;
        margin-bottom: 32px;
    }

    & .case-studies__filter-btn {
        padding: 0 0 4px;
        border: none;
        border-bottom: 2px solid transparent;
        background: transparent;
        font-family: 'Gilroy', sans-serif;
        font-weight: 600;
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 0.18px;
        color: var(--foreground-secondary, #777);
        cursor: pointer;
        transition: color 0.15s, border-color 0.15s;
        font-feature-settings: 'liga' 0;

        &.is-active {
            color: var(--green-600, #006746);
            border-bottom-color: var(--green-600, #006746);
        }
    }

    & .case-studies__card-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    & .case-studies__card.is-hidden,
    & .case-studies__card.is-collapsed {
        display: none;
    }

    & .case-studies__card:hover,
    & .case-studies__card:active {
        & .card__image img,
        & .card__image picture img {
            transform: scale(1.05);
        }

        .card__title {
            text-decoration-line: underline;
            text-decoration-style: solid;
            text-decoration-color: currentColor;
            text-decoration-skip-ink: none;
            text-decoration-thickness: 1px;
            text-underline-offset: auto;
            text-underline-position: from-font;
        }

        border: 1px solid var(--white, #FFF);
        background: var(--General-White, #FFF);
        box-shadow: 0 4px 32px -4px rgba(0, 0, 0, 0.08);
    }

    & .case-studies__card {
        background: #fff;
        border: 1px solid rgba(0, 0, 0, 0.05);
        border-radius: 24px;
        padding: 8px;
        box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
        display: flex;
        flex-direction: column;
        gap: 8px;
        overflow: hidden;
        text-decoration: none;
        transition: border 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
    }

    & .card__image {
        aspect-ratio: 409 / 200;
        background-color: #f5f1ed;
        border-radius: 16px;
        overflow: hidden;

        & picture,
        & img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.4s ease;
        }
    }

    & .card__wrapper {
        padding: 20px;
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    & .card__heading {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    & .card__tags {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }

    & .tag {
        background: rgba(0, 0, 0, 0.05);
        padding: 1px 8px 0;
        border-radius: 8px;
        font-family: 'Gilroy', sans-serif;
        font-weight: 600;
        font-size: 12px;
        line-height: 22px;
        height: 22px;
        letter-spacing: 0.96px;
        text-transform: uppercase;
        color: var(--foreground-primary, #282828);
        white-space: nowrap;
        font-feature-settings: 'kern' 0, 'liga' 0;
    }

    & .card__title {
        font-family: 'Gilroy', sans-serif;
        font-weight: 600;
        font-size: 20px;
        line-height: 28px;
        color: var(--text-primary, #282828);
        font-feature-settings: 'liga' 0;
        transition: text-decoration-color 0.3s ease;
        text-decoration-color: transparent;
    }

    & .card__divider {
        width: 100%;
        height: 0;
        border-top: 1px dashed rgba(0, 0, 0, 0.15);
    }

    & .card__success-metrics {
        display: flex;
        gap: 24px;
    }

    & .success-metrics__card {
        flex: 1 0 0;
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    & .success-metrics__title {
        font-family: 'Gilroy', sans-serif;
        font-weight: 500;
        font-size: 32px;
        line-height: 36px;
        letter-spacing: -0.32px;
        color: var(--text-primary, #282828);
        font-feature-settings: 'liga' 0;
    }

    & .success-metrics__description {
        font-family: 'Gilroy', sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.14px;
        color: var(--foreground-secondary, #777);
        font-feature-settings: 'liga' 0;
    }

    @media (max-width: 1199px) {
        & .case-studies__filter {}

        & .case-studies__filter-btn {}

        & .case-studies__card-list {}

        & .case-studies__card {}

        & .card__image {}

        & .card__wrapper {}

        & .card__heading {}

        & .card__tags {}

        & .tag {}

        & .card__title {}

        & .card__divider {}

        & .card__success-metrics {}

        & .success-metrics__card {}

        & .success-metrics__title {}

        & .success-metrics__description {}
    }

    @media (max-width: 991px) {
        padding: 60px 0;

        & .case-studies__card-list {
            gap: 16px;
        }

        & .case-studies__filter {}

        & .case-studies__filter-btn {}

        & .case-studies__card {}

        & .card__image {}

        & .card__wrapper {}

        & .card__heading {}

        & .card__tags {}

        & .tag {}

        & .card__title {}

        & .card__divider {}

        & .card__success-metrics {}

        & .success-metrics__card {}

        & .success-metrics__title {}

        & .success-metrics__description {}
    }

    @media (max-width: 767px) {
        padding: 64px 0;
        margin: unset;

        & .case-studies__filter {
            gap: 16px;
        }

        & .case-studies__filter-btn {
            font-size: 16px;
            line-height: 22px;
        }

        & .case-studies__card-list {
            grid-template-columns: 1fr;
        }

        & .case-studies__card {
            border-radius: 16px;
        }

        & .card__title {
        }

        & .success-metrics__title {
            font-size: 24px;
            line-height: 32px;
        }

        & .card__image {}

        & .card__wrapper {}

        & .card__heading {}

        & .card__tags {}

        & .tag {}

        & .card__divider {}

        & .card__success-metrics {}

        & .success-metrics__card {}

        & .success-metrics__description {}
    }
}