/** Shopify CDN: Minification failed

Line 381:5 Expected "}" to go with "{"

**/
@font-face {
    font-family: "Bull-5-Mono";
    src: url("https://cdn.shopify.com/s/files/1/0727/3948/7980/files/Bull-5-Mono.woff2?v=1727984750") format("woff2");
    font-weight: 300;
    font-style: normal;
}

.reviews-hero-section {
    background: linear-gradient(to bottom, #f1ff67, #f8ffb4 12%, #fff 18% 83%, #edf1cc 96%, #fcffd2);
}

.reviews-hero {
    width: 100%;
    padding: 40px 24px 100px 24px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    max-width: 1320px;
    margin: 0 auto;

}

.reviews-hero::before {
    border-radius: 12px;
}

.reviews-hero__container {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

/* Headline */
.reviews-hero__headline {
    font-size: 32px;
    font-weight: 700;
    color: rgba(18, 18, 18, 1);
    text-align: center;
    margin: 0;
    line-height: 120%;
}

.reviews-hero__subheadline {
    font-size: 16px;
    color: #1E1E1E;
    text-align: center;
    margin: 0;
    line-height: 120%;
    max-width: 400px;
}

/* Stats Cards */
.reviews-hero__stats {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
    width: 100%;
    max-width: 600px;
    padding-bottom: 32px;
    border-bottom: 1px solid #CCC;
}

.reviews-hero__stat-card {
    flex: 1;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 0;
}

.reviews-hero__stat-value {
    font-size: 28px;
    font-weight: 700;
    color: #121212;
    margin: 0 0 8px 0;
    line-height: 1.2;
}

.reviews-hero__stat-label {
    font-size: 12px;
    color: #717171;
    margin: 0;
    line-height: 110%;
}

.reviews-hero__stat-divider {
    width: 1px;
    height: 70px;
    background: #ccc;
    flex-shrink: 0;
}

/* Subheader */
.reviews-hero__subheader {
    font-size: 24px;
    font-weight: 700;
    color: #121212;
    text-align: center;
    margin-top: 16px;
    line-height: 120%;
}

/* Slider Container */
.reviews-hero__slider-container {
    width: 100%;
    position: relative;
    margin-top: 8px;
    overflow: hidden;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
    max-width: 1070px;
}

.reviews-hero__slider-container::-webkit-scrollbar {
    display: none;
}

.reviews-hero__slider {
    display: flex;
    flex-direction: row;
    gap: 24px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}

@media (min-width: 992px) {
    .reviews-hero__slider {
        gap: 24px;
    }
}

/* Review Card */
.reviews-hero__card {
    min-width: 100%;
    width: 100%;
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    scroll-snap-align: start;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    aspect-ratio: 0.75;
    min-height: 600px;
}

@media (min-width: 992px) {
    .reviews-hero__card {
        min-width: calc(33.333% - 16px);
        width: calc(33.333% - 16px);
    }
}

/* Reviewer Info - Top Left */
.reviews-hero__reviewer-info {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
}

.reviews-hero__reviewer-name {
    font-size: 12px;
    font-weight: 700;
    line-height: 120%;
    color: #fff;
    margin: 0;
}

.reviews-hero__reviewer-title {
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 4px;
    font-weight: 400;
    font-family: "Bull-5-Mono";
    line-height: 120%;
}

/* Review Text Container - Bottom with Blur */
.reviews-hero__review-text-container {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
    background: rgba(43, 86, 229, 0.10);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 16px;
    border-radius: 16px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 24px;
    border: 1px solid #C0C0C0;
}

.reviews-hero__review-text {
    font-size: 16px;
    color: #fff;
    line-height: 140%;
    margin: 0;
    font-style: normal;
    position: relative;
}

/* Navigation */
.reviews-hero__navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: var(--vert-3);
    padding: 0 24px;
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
}

.reviews-hero__dots {
    display: flex;
    gap: 4px;
    align-items: center;
}

.reviews-hero__dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgb(219, 219, 219);
    border: none;
    cursor: pointer;
    padding: 0;
    transition: background-color 0.2s;
}

.reviews-hero__dot--selected {
    background: #F1FF67;
    border: 1px solid black;
}

.reviews-hero__arrows {
    display: flex;
    gap: var(--horiz-2);
    align-items: center;
}

.reviews-hero__nav-button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s;
    width: 38px;
    height: 38px;
    flex-shrink: 0;
}

.reviews-hero__nav-button:not(:disabled) {
    border-radius: 6px;
}

.reviews-hero__nav-button--prev:not(:disabled),
.reviews-hero__nav-button--next:not(:disabled) {
    background-color: rgba(241, 255, 103, 1);
}

.reviews-hero__nav-button:hover:not(:disabled) {
    opacity: 0.8;
}

.reviews-hero__nav-button:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.reviews-hero__nav-button svg {
    width: 100%;
    height: 100%;
    display: block;
    max-width: 16px;
}

.reviews-hero__nav-button .button--bg {
    transition: fill-opacity 0.2s;
}

.reviews-hero__slider-container .button--prev,
.reviews-hero__slider-container .button--next {
    position: unset;
}

.reviews-hero__arrows .button--prev svg {
    rotate: 180deg;
}

/* Desktop Styles */
@media (min-width: 992px) {
    .reviews-hero {
        padding: 50px 0 108px 0;
    }

    .reviews-hero__headline {
        font-size: 48px;
    }

    .reviews-hero__subheadline {
        font-size: 18px;
        max-width: none;
    }

    .reviews-hero__stats {
        max-width: 100%;
        margin-top: 32px;
    }

    .reviews-hero__stat-value {
        font-size: 56px;
    }

    .reviews-hero__stat-label {
        font-size: 18px;
    }

    .reviews-hero__subheader {
        font-size: 32px;
        width: 100%;
        text-align: left;
    }

    .reviews-hero__slider-container {
        position: relative;
        padding: 0;
        margin: 8px 0 8px 0;
        max-width: 100%;
    }

    .reviews-hero__review-text {
        font-size: 18px;
    }

    .reviews-hero__navigation {
        padding: 0;
        bottom: 55px;
    }

    .reviews-hero__review-text-container {
        bottom: 24px;
        left: 24px;
        right: 24px;
    }
}

@media (max-width: 991px) {
    .reviews-hero {
        padding: 50px var(--vert-5) 74px var(--vert-5);
        margin-top: 20px;
    }