@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Plus Jakarta Sans";
    src: url("../fonts/PlusJakartaSans.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* ===== RESET ===== */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
    overflow-x: clip;
}
body {
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #FAFAFA;
    color: #333;
    padding-bottom: 90px;
    overflow-x: clip;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
main {
    flex: 1 0 auto;
    min-width: 0;
    max-width: 100%;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
a {
    text-decoration: none;
    color: inherit;
}
ul {
    list-style: none;
}
button {
    cursor: pointer;
    border: none;
    background: none;
    font-family: inherit;
}

/* ===== VARIABLES ===== */
:root {
    --discount-background: #000;
    --discount-color: #fff;
    --middle-background: #f6f6f9;
    --middle-color: #000000;
    --navigation-background: #ffffff;
    --navigation-linkColor: #000;
    --navigation-linkHover: #333;
    --navigation-borderColor: #F0F0F0;
    --hero-background-color: #FAFAFA;
    --hero-text-primary: #000;
    --hero-text-secondary: #666666;
    --hero-text-accent: #53A179;
    --hero-socials-background: #fff;
    --hero-socials-border: #E9E9E9;
    --hero-galleryImage-active: #e8e8e8;
    --hero-gallery-controller-background: rgba(255, 255, 255, 0.7);
    --hero-gallery-chevron-color: #000;
    --hero-features-separator-color: #F0F0F0;
    --button-background: #0D40FF;
    --button-text-color: #FFFFFF;
    --button-hover: #0028BD;
    --section-title-color: #0b2843;
    --section-subtitle-color: #666;
    --section-seperator-color: #00214f;
    --features-background: #FAFAFA;
    --features-text-color: #333;
    --benefits-background: #f5f9fc;
    --benefits-card-background: #fff;
    --benefits-card-border: #F0F0F0;
    --benefits-text-primary: #000000;
    --benefits-text-secondary: #666666;
    --ba-background: #ffffff;
    --ba-text-primary: #000000;
    --ba-text-secondary: #666666;
    --competitors-background: #FAFAFA;
    --competitors-text-primary: #000000;
    --competitors-text-secondary: #333;
    --competitors-row-odd: #f5f9fc;
    --competitors-row-even: #ffffff;
    --coupon-section-background: #FAFAFA;
    --coupon-primary-color: #000;
    --coupon-background-color: #ffffff;
    --coupon-subheading-color: #8F8F8F;
    --coupon-divider-color: #00214f;
    --coupon-innerBorder-color: #E9E9E9;
    --coupon-border-color: #1c2b54;
    --coupon-accent-color: #53a179;
    --benefits-ribbon-background: #f3f7fa;
    --benefits-ribbon-textColor: #333333;
    --reviews-section-background: #fff;
    --reviews-seperator-color: #E9E9E9;
    --reviews-score-active: #153655;
    --reviews-score-passive: #e5ecf1;
    --reviews-score-textPrimary: #000000;
    --reviews-score-textSecondary: #666;
    --footer-link-color: #ffffff;
    --footer-link-hover: #FFFFFF;
    --footer-desc-text-color: #ffffff;
    --sticky-footer-background: linear-gradient(180deg, #5C5C5C 0%, #000 100%);
    --coupon-cta-background: #000;
    --coupon-cta-textColor: #fff;
    --setup-numb-color: #000000;
    --setup-number-background: #ffffff;
    --setup-number-boder-color: #e0e0e0;
    --setup-primary-color: #333333;
    --setup-secondary-color: #666666;
    --setup-card-background: #ffffff;
    --award-border-color: #1c2b54;
    --award-background-color: #FAFAFA;
    --award-text-primary: #333;
    --award-text-secondary: #666;
    --recommendation-background: #FAFAFA;
    --recommendation-text-primary: #333333;
    --recommendation-text-secondary: #666666;
    --recommendation-text-accent: #000000;
    --guarantee-background: #FAFAFA;
    --guarantee-border: #F0F0F0;
    --guarantee-text-primary: #333;
    --guarantee-text-secondary: #666;
    --button-border-color: #D39208;
    --button-gradient-color: linear-gradient(0deg, #FFD164 4.46%, #FFDF92 100%);
    --button-gradient-hover: linear-gradient(0deg, #FFB300 4.46%, #FFC741 100%);
}

/* ===== UTILITY ===== */
.section-container {
    max-width: 1132px;
    margin: 0 auto;
    padding: 40px 16px;
}
.section-container--mid {
    padding: 24px 16px;
}
.section-container--max {
    padding: 56px 16px;
}
.section-container--min {
    padding: 24px 16px;
}

.section-title--heading {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    font-weight: 900;
    margin-bottom: 8px;
    color: var(--section-title-color);
}
.section-title--subheading {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
    color: var(--section-subtitle-color);
}
.section-title--divider {
    width: 100px;
    height: 7px;
    background: var(--section-seperator-color);
    border-radius: 10px;
    margin: 16px auto 24px auto;
}
.section-title--description {
    color: var(--section-subtitle-color);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    max-width: 936px;
    margin: 0 auto 24px auto;
}
.d-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cta {
    font-family: 'Plus Jakarta Sans', sans-serif;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    transition: background-color 0.3s ease;
    font-weight: 700;
    text-transform: uppercase;
}
.cta--regular {
    padding: 16px 24px;
    font-size: 18px;
    line-height: 24px;
}
.cta--fat {
    padding: 16px 24px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    width: 100%;
}
.cta[theme="dark"] {
    background-color: #000;
    color: #fff;
}
.cta[theme="dark"]:hover {
    background-color: #333;
}
.only-mobile {
    display: block;
}
.only-desktop {
    display: none;
}
.only-tablet {
    display: none !important;
}
.mobile-none {
    display: none;
}
.mobile-only {
    display: block;
}

@media (min-width: 768px) {
    .mobile-none {
        display: block;
    }
    .mobile-only {
        display: none;
    }
    .section-container--max {
        padding: 40px 16px;
    }
    .section-title--heading {
        font-size: 28px;
        line-height: 36px;
    }
}
@media (min-width: 1132px) {
    .only-mobile {
        display: none;
    }
    .only-desktop {
        display: block;
    }
    .only-tablet {
        display: none !important;
    }
    .section-container--mid {
        padding: 40px 16px;
    }
    .section-container--max {
        padding: 56px 16px;
    }
    .section-title--heading {
        font-size: 32px;
        line-height: 40px;
    }
    .cta--fat {
        padding: 20px 40px;
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .only-tablet {
        display: block !important;
    }
    .section-container--max {
        padding: 24px 16px;
    }
}

/* ===== HEADER DISCOUNT ===== */
.header-discount {
    background: var(--discount-background);
}
.header-discount__wrapper {
    max-width: 1132px;
    margin: 0 auto;
    padding: 4px 16px;
    text-align: center;
}
.header-text--offer {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    color: var(--discount-color);
}
@media (min-width: 768px) {
    .header-text--offer {
        font-size: 14px;
        line-height: 20px;
    }
}

/* ===== HEADER MIDDLE ===== */
.header-middle {
    background: var(--middle-background);
}
.header-middle__wrapper {
    max-width: 1132px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4px 16px;
}
@media (min-width: 768px) {
    .header-middle__wrapper {
        flex-direction: row;
        justify-content: space-between;
    }
}
.header-middle__rating {
    display: flex;
    align-items: center;
    padding: 8px 0;
}
.header-middle__image--flag {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-right: 8px;
}
.header-middle__image--icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
.header-text--middle {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: var(--middle-color);
}
.header-middle__marquee--inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 16px;
}
.header-middle__marquee--inner-span {
    white-space: nowrap;
    font-size: 12px;
}
@media (min-width: 768px) {
    .header-text--middle {
        font-size: 14px;
        line-height: 20px;
    }
}

/* ===== HEADER ADVERTISEMENT ===== */
.header-advertisement {
    background: var(--navigation-background);
    border-bottom: 1px solid var(--navigation-borderColor);
}
.header-advertisement__wrapper {
    max-width: 1132px;
    margin: 0 auto;
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}
.header-advertisement__logo {
    height: 24px;
    width: auto;
    max-width: 100%;
}
@media (min-width: 1132px) {
    .header-advertisement__logo {
        height: 32px;
    }
}
.header-advertisement__label {
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #888;
    background: #f3f3f3;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 6px 10px;
    flex-shrink: 0;
}

/* ===== NAVIGATION (legacy, unused) ===== */
.header-navigation {
    background: var(--navigation-background);
    border-bottom: 1px solid var(--navigation-borderColor);
}
.header-navigation__wrapper {
    max-width: 1132px;
    margin: 0 auto;
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-navigation__logo img {
    height: 24px;
    width: auto;
}
@media (min-width: 1132px) {
    .header-navigation__logo img {
        height: 32px;
    }
}
.header-navigation__links--desktop {
    display: none;
    align-items: center;
    gap: 24px;
}
@media (min-width: 1132px) {
    .header-navigation__links--desktop {
        display: flex;
    }
}
.header-navigation__link {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: var(--navigation-linkColor);
    text-transform: uppercase;
    transition: color 0.15s ease;
}
.header-navigation__link:hover {
    color: var(--navigation-linkHover);
}
.header-navigation__image--bag {
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.header-navigation__tools {
    display: flex;
    align-items: center;
    gap: 12px;
}
@media (min-width: 1132px) {
    .header-navigation__tools {
        display: none;
    }
}
.header__menuBtn {
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.header__menuBtn svg {
    width: 24px;
    height: 24px;
}

/* ===== MOBILE NAV ===== */
.navigation--mobile {
    display: none;
    background: #fff;
    padding: 0 16px;
    border-top: 1px solid #e0e0e0;
}
.navigation--mobile.open {
    display: block;
}
.navigation--mobile__innerWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 0;
}
.navigation-link--mobile {
    width: 100%;
    padding: 12px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    border-bottom: 0.5px solid rgba(224, 224, 224, 0.5);
}
.navigation-link--mobile:last-child {
    border-bottom: none;
}

/* ===== HERO ===== */
.hero {
    background-color: var(--hero-background-color);
}
.hero__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}
@media (min-width: 768px) {
    .hero__wrapper {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
}
@media (min-width: 1132px) {
    .hero__wrapper {
        grid-template-columns: 480px 1fr;
        gap: 42px;
    }
}

.hero-gallery {
    grid-row: 1;
}
@media (min-width: 768px) {
    .hero-gallery {
        grid-row: 1 / 8;
        grid-column: 2;
    }
}
@media (min-width: 1132px) {
    .hero-gallery {
        grid-row: 1 / 9;
        max-height: 480px;
        display: flex;
        flex-direction: row;
        gap: 10px;
        align-items: stretch;
    }
    .hero-gallery .glide-main {
        position: relative;
        flex: 1;
        min-width: 0;
        display: flex;
        flex-direction: column;
    }
}

.hero-score {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.hero-score__image {
    width: 86px;
    height: 16px;
}
.hero-score__divider {
    height: 13px;
    width: 1px;
    background: var(--hero-text-secondary);
}
.hero-text--verified {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--hero-text-secondary);
}
.hero-text--heading {
    font-size: 24px;
    font-weight: 900;
    line-height: 32px;
    color: var(--hero-text-primary);
}
@media (min-width: 1132px) {
    .hero-text--heading {
        font-size: 32px;
        line-height: 40px;
    }
}
.hero-text--subheading {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: var(--hero-text-secondary);
}
.hero-checklist {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.hero-checklist__item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.hero-checklist__icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}
.hero-text--check-item {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--hero-text-secondary);
}
@media (min-width: 1132px) {
    .hero-text--check-item {
        font-size: 16px;
        line-height: 24px;
    }
}

.hero-socials {
    background: var(--hero-socials-background);
    border: 1px solid var(--hero-socials-border);
    border-radius: 4px;
}
.hero-socials__wrapper {
    padding: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
@media (min-width: 1132px) {
    .hero-socials__wrapper {
        flex-direction: row;
        justify-content: center;
    }
}
.hero-socials__top {
    display: flex;
    align-items: center;
    gap: 8px;
}
.hero-socials__image img {
    height: 20px;
    width: auto;
}
.hero-socials__divider {
    width: 100%;
    height: 1px;
    background: var(--hero-socials-border);
}
@media (min-width: 1132px) {
    .hero-socials__divider {
        width: 1px;
        height: 20px;
        margin: 0 16px;
    }
}
.hero-text--customers {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: var(--hero-text-secondary);
}
.hero-text--stock {
    color: var(--hero-text-accent);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding-left: 16px;
    position: relative;
}
.hero-text--stock::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--hero-text-accent);
}

.hero__cta {
    display: inline-block;
    text-align: center;
}

.hero-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    margin-top: 12px;
}
@media (min-width: 768px) {
    .hero-features {
        display: flex;
        gap: 16px;
        margin-top: 24px;
    }
}
.hero-features__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 12px 8px;
}
.hero-features__item:nth-child(1),
.hero-features__item:nth-child(2) {
    border-bottom: 1px solid var(--hero-features-separator-color);
}
.hero-features__item:nth-child(1),
.hero-features__item:nth-child(3) {
    border-right: 1px solid var(--hero-features-separator-color);
}
@media (min-width: 768px) {
    .hero-features__item {
        border: none !important;
        padding: 0;
        flex: 1;
    }
}
.hero-features__icon {
    width: 24px;
    height: 24px;
    margin-bottom: 8px;
}
.hero-text--feature {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: var(--hero-text-secondary);
}

/* ===== GALLERY GLIDE ===== */
.glide {
    position: relative;
    width: 100%;
}
.glide__track {
    overflow: hidden;
}
.glide__slides {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    will-change: transform;
}
.glide__slide {
    flex-shrink: 0;
    width: 100%;
}
.glide__slide img,
.glide__slide video {
    width: 100%;
    border-radius: 10px;
}
.glide__main {
    border: 2px solid var(--hero-galleryImage-active);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 8px;
}
.glide__arrows {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 8px;
    pointer-events: none;
}
.glide__arrow {
    pointer-events: auto;
    background: var(--hero-gallery-controller-background);
    border-radius: 7px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.9;
    transition: opacity 0.3s ease;
}
.glide__arrow:hover {
    opacity: 1;
}
.glide__arrow svg {
    width: 20px;
    height: 20px;
}

.glide-thumb {
    display: none;
}
@media (min-width: 768px) {
    .glide-thumb {
        display: block;
        width: 100%;
    }
}
@media (min-width: 1132px) {
    .glide-thumb {
        flex-shrink: 0;
        width: 88px;
        max-width: 88px;
        order: 2;
    }
    .glide-thumb__viewport {
        height: calc(5 * 88px + 4 * 8px);
        overflow: hidden;
    }
    .glide-thumb .glide__slides {
        flex-direction: column;
        gap: 8px;
        transition: transform 0.3s ease;
    }
    .glide-main {
        flex: 1;
        order: 1;
        margin-bottom: 0;
        min-width: 0;
    }
}
.glide__thumb {
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border 0.3s ease;
}
.glide__thumb.active {
    border-color: #fff;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(0, 0, 0, 0.15);
}
.glide__thumb:not(.active) {
    opacity: 0.75;
}
.glide__thumb img {
    width: 88px;
    height: 88px;
    object-fit: cover;
}
@media (max-width: 1131px) {
    .glide__thumb img {
        width: 64px;
        height: 64px;
    }
}

/* ===== FEATURES ===== */
.features {
    background: var(--features-background);
}
.features__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}
.features__image {
    max-width: 300px;
    margin: 0 auto;
}
.features__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.features__content {
    display: none;
}
@media (min-width: 768px) {
    .features__content {
        display: flex;
        gap: 24px;
        justify-content: space-between;
    }
    .features__list--tablet {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .features__list--mobile {
        display: none;
    }
    .features__image {
        max-width: 300px;
    }
}
@media (max-width: 767px) {
    .features__list--mobile {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .features__content {
        display: none;
    }
}
.feature-card {
    display: flex;
    align-items: center;
    gap: 16px;
}
.feature-card__icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
}
.feature-card__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: var(--features-text-color);
}

/* ===== FEATURES LIST ===== */
.featuresList-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
}
@media (min-width: 768px) {
    .featuresList-card {
        flex-direction: row-reverse;
        align-items: center;
    }
    .featuresList-card--image-left {
        flex-direction: row;
    }
}
.featuresList-card__videoWrapper {
    flex: 1;
    max-width: 100%;
}
@media (min-width: 768px) {
    .featuresList-card__videoWrapper {
        max-width: 480px;
        min-width: 280px;
    }
}
.featuresList-card__video {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    padding-bottom: 100%;
}
.featuresList-card__video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.featuresList-card__content {
    flex: 1;
}
.featuresList-text--cardHeading {
    color: var(--section-title-color);
    font-weight: 900;
    font-size: 24px;
    line-height: 32px;
}
@media (min-width: 1132px) {
    .featuresList-text--cardHeading {
        font-size: 32px;
        line-height: 40px;
    }
}
.featuresList-card__divider {
    width: 50px;
    height: 7px;
    background: var(--section-seperator-color);
    border-radius: 10px;
    margin: 16px 0;
}
.featuresList-card__description {
    color: #666;
    font-size: 16px;
    line-height: 24px;
}
.featuresList-card__cta {
    margin-top: 24px;
}

/* ===== BENEFITS ===== */
.benefits {
    background: var(--benefits-background);
}
.benefits__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
@media (min-width: 768px) {
    .benefits__list {
        flex-direction: row;
        gap: 16px;
    }
}
.benefits-card {
    flex: 1;
    border-radius: 20px;
    border: 1px solid var(--benefits-card-border);
    background: var(--benefits-card-background);
    padding: 16px;
    text-align: center;
}
.benefits-card__icon {
    width: 85px;
    height: 85px;
    margin: 0 auto 16px auto;
    border-radius: 50%;
}
.benefits-text--cardHeading {
    color: var(--benefits-text-primary);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 8px;
}
.benefits-text--cardDescription {
    color: var(--benefits-text-secondary);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

/* ===== SETUP ===== */
.easySteps__stepsContainer {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
@media (min-width: 768px) {
    .easySteps__stepsContainer {
        flex-direction: row;
        gap: 24px;
    }
}
.easySteps__stepContainer {
    flex: 1;
    background: var(--setup-card-background);
    border-radius: 20px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    max-width: 360px;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .easySteps__stepContainer {
        max-width: none;
    }
}
.easySteps__stepImage {
    width: 100%;
    height: auto;
}
.easySteps__stepNumberContainer {
    width: 48px;
    height: 48px;
    background: var(--setup-number-background);
    border: 1px solid var(--setup-number-boder-color);
    border-radius: 50%;
    margin: -24px auto 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.easySteps__stepNumber {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    color: var(--setup-numb-color);
}
.easySteps__stepContent {
    padding: 16px;
    text-align: center;
}
.easySteps__stepIcon {
    width: 24px;
    height: 24px;
    margin: 0 auto 8px auto;
}
.easySteps__stepHeading {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: var(--setup-primary-color);
    margin-bottom: 4px;
}
.easySteps__stepDescription {
    color: var(--setup-secondary-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

/* ===== BEFORE AFTER ===== */
.ba-comparison {
    background: var(--ba-background);
}
.ba-comparison__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
@media (min-width: 768px) {
    .ba-comparison__list {
        flex-direction: row;
        gap: 16px;
    }
}
.ba-comparison-card {
    flex: 1;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
}
.ba-comparison-card__image {
    width: 100%;
    height: auto;
}
.ba-comparison-card__content {
    padding: 16px;
    text-align: center;
}
.ba-comparison-text--cardHeading {
    color: var(--ba-text-primary);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}
.ba-comparison-text--paragraph {
    color: var(--ba-text-secondary);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 8px;
}

/* ===== RIBBON ===== */
.scroller-container {
    overflow: hidden;
    padding: 20px 0;
    background: #153655;
    -webkit-mask: linear-gradient(90deg, transparent, white 5%, white 95%, transparent);
    mask: linear-gradient(90deg, transparent, white 5%, white 95%, transparent);
}
.scroller {
    display: flex;
    will-change: transform;
    animation: scroll 20s linear infinite;
    width: max-content;
}
.scroller p {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    line-height: 24px;
    text-transform: capitalize;
    white-space: nowrap;
    margin-right: 80px;
}
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* ===== REVIEWS ===== */
.reviews {
    background: var(--reviews-section-background);
}
.reviews-score {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 24px 0;
}
@media (min-width: 768px) {
    .reviews-score {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
}
.reviews-score-text--score {
    font-size: 56px;
    font-weight: 600;
    line-height: 46px;
    color: var(--reviews-score-textPrimary);
    text-align: center;
}
.reviews-score-text--reviews {
    color: var(--reviews-score-textSecondary);
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
}
.reviews-score__divider {
    width: 1px;
    height: 60px;
    background: #f0f0f0;
}
@media (max-width: 767px) {
    .reviews-score__divider {
        display: none;
    }
}
.reviews-score-table {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
    max-width: 300px;
}
.reviews-score-table__row {
    display: flex;
    align-items: center;
    gap: 8px;
}
.reviews-score-table__rating {
    display: flex;
    align-items: center;
    gap: 4px;
    min-width: 50px;
}
.reviews-score-table__bar {
    flex: 1;
    height: 12px;
    background: var(--reviews-score-passive);
    border-radius: 100px;
    overflow: hidden;
    position: relative;
}
.reviews-score-table__bar::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: var(--reviews-score-active);
    border-radius: 100px;
}
.score-bar-0::after {
    width: 0%;
}
.score-bar-1::after {
    width: 1%;
}
.score-bar-10::after {
    width: 10%;
}
.score-bar-75::after {
    width: 75%;
}
.score-bar-90::after {
    width: 90%;
}
.score-bar-97::after {
    width: 97%;
}
.score-bar-95::after {
    width: 95%;
}
.reviews-score-text--span {
    color: var(--reviews-score-textPrimary);
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    min-width: 16px;
}
.reviews-score-text--label {
    color: var(--reviews-score-textSecondary);
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    min-width: 80px;
}
.reviews-score__col--column {
    flex: 1;
    min-width: 200px;
}
.reviews-score-text--title {
    color: var(--reviews-score-textPrimary);
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f0f0f0;
}

/* ===== REVIEW CARD ===== */
.review-card {
    border-bottom: 1px solid var(--reviews-seperator-color);
    padding: 16px 0;
}
.review-card__wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
@media (min-width: 768px) {
    .review-card__wrapper {
        flex-direction: row;
        gap: 24px;
    }
}
.review-avatar {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 150px;
}
.review-avatar__firstRow {
    display: flex;
    align-items: center;
    gap: 8px;
}
.review-avatar__image {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}
.review-avatar__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.review-text--primary {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #333;
}
.review-text--secondary {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #747474;
}
.review-text--span {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #666;
}
.review-card__content {
    flex: 1;
}
.review-score--desktop {
    display: none;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}
@media (min-width: 768px) {
    .review-score--desktop {
        display: flex;
    }
}
.review-score--mobile {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: auto;
}
@media (min-width: 768px) {
    .review-score--mobile {
        display: none;
    }
}
.review-card__review {
    margin-top: 4px;
}
.review-card__description {
    margin-top: 4px;
    font-size: 14px;
    line-height: 20px;
    color: #747474;
}
.review-card__images {
    display: flex;
    gap: 8px;
    margin-top: 8px;
    flex-wrap: wrap;
}
.review-card__image {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    overflow: hidden;
}
.review-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.review-likes {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 12px;
    color: #333;
}
.review-likes__thumb {
    display: flex;
    align-items: center;
    gap: 4px;
}

/* ===== TESTIMONIALS ===== */
.testimonials {
    display: flex;
    align-items: center;
    gap: 8px;
}
.testimonials__arrow {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    transition: border-color 0.2s ease, background 0.2s ease;
}
.testimonials__arrow:hover {
    border-color: #1c2b54;
    background: #f8f9fc;
}
.testimonials__arrow--next svg {
    transform: scaleX(-1);
}
.testimonials-glide {
    flex: 1;
    overflow: hidden;
    min-width: 0;
}
#testimonialsGlide .glide__slides {
    transition: transform 0.35s ease;
}
#testimonialsGlide .glide__slide {
    flex: 0 0 100%;
    width: auto;
    min-width: 0;
    padding: 0 6px;
    box-sizing: border-box;
}
@media (min-width: 768px) {
    #testimonialsGlide .glide__slide {
        flex: 0 0 33.3333%;
    }
}
.testimonial-card {
    border-radius: 8px;
    border: 1px solid #f0f0f0;
    background: #fff;
    padding: 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.testimonial-card__image {
    width: 84px;
    height: 16px;
    margin-bottom: 12px;
}
.testimonial-text--heading {
    color: #333;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 8px;
}
.testimonial-text--description {
    color: #666;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    flex: 1;
}
.testimonial-card__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
}
.testimonial-text--userName {
    color: #333;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}
.testimonial-card__verified {
    display: flex;
    align-items: center;
    gap: 4px;
}
.testimonial-card__verified img {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
}
.testimonial-text--accent {
    color: #00b890;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}
.testimonial-text--rated {
    text-align: center;
    font-size: 16px;
    color: #333;
    margin-top: 16px;
}
.glide__bullet {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #f0f0f0;
    border: none;
    margin: 0 4px;
    cursor: pointer;
    transition: background 0.3s ease;
}
.glide__bullet--active {
    background: #666 !important;
}

/* ===== AWARD ===== */
.award-card {
    border-radius: 20px;
    border: 1px solid var(--award-border-color);
    background: var(--award-background-color);
    padding: 24px 16px;
}
.award-card__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
}
@media (min-width: 768px) {
    .award-card {
        padding: 40px;
    }
    .award-card__wrapper {
        flex-direction: row;
        align-items: center;
        text-align: left;
        gap: 24px;
    }
}
.award-card__badge {
    width: 100px;
    height: 100px;
    margin: 0 auto 16px auto;
}
@media (min-width: 768px) {
    .award-card__badge {
        margin: 0;
        width: 128px;
        height: 128px;
        flex-shrink: 0;
    }
}
.award-card__content {
    flex: 1;
}
.award-card__score {
    margin: 0 auto 12px auto;
}
@media (min-width: 768px) {
    .award-card__score {
        margin: 0 0 12px 0;
    }
}
.award-card__heading {
    color: var(--award-text-primary);
    font-size: 20px;
    font-weight: 900;
    line-height: 24px;
}
.award-card__productImage {
    max-width: 128px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .award-card__productImage {
        margin: 0;
        flex-shrink: 0;
    }
}

/* ===== RECOMMENDATION ===== */
.recommendation {
    background: var(--recommendation-background);
}
.recommendation-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 24px 16px;
}
@media (min-width: 768px) {
    .recommendation-container {
        flex-direction: row-reverse;
        padding: 40px 16px;
    }
}
.recommendation__imageWrapper {
    width: 100%;
    max-width: 280px;
}
@media (min-width: 768px) {
    .recommendation__imageWrapper {
        width: 35%;
        max-width: 280px;
        flex-shrink: 0;
    }
}
.recommendation-card__image {
    width: 100%;
    border-radius: 8px;
}
.recommendation-card__content {
    flex: 1;
}
.recommendation-text--accent {
    color: var(--recommendation-text-accent);
    font-size: 24px;
    font-weight: 900;
    line-height: 32px;
    text-align: center;
}
@media (min-width: 768px) {
    .recommendation-text--accent {
        text-align: left;
    }
}
.recommendation-text--primary {
    color: var(--recommendation-text-primary);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}
@media (min-width: 768px) {
    .recommendation-text--primary {
        text-align: left;
    }
}
.recommendation-text--secondary {
    color: var(--recommendation-text-secondary);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    margin-top: 8px;
}
@media (min-width: 768px) {
    .recommendation-text--secondary {
        text-align: left;
    }
}
.recommendation-card__divider {
    width: 100%;
    height: 1px;
    background: #f0f0f0;
    margin: 16px 0;
}
.recommendation-card__signature {
    max-width: 190px;
    margin: 12px auto 0 auto;
}
@media (min-width: 768px) {
    .recommendation-card__signature {
        margin: 12px 0 0 0;
    }
}

/* ===== FAQ ===== */
.questions__card {
    background: #fafafa;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 16px 24px;
    margin-bottom: 8px;
}
.questions__summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    cursor: pointer;
    list-style: none;
}
.questions__summary::-webkit-details-marker {
    display: none;
}
.questions__text-cardTitle {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #333;
    flex: 1;
    min-width: 0;
}
.questions__text-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #666;
    margin: 16px 0 0;
}
.questions__button {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
.questions__btnLine {
    fill: #333;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform-origin: center;
}
.questions__card[open] .questions__btnLine--vertical {
    transform: rotate(90deg);
    opacity: 0;
}

/* ===== GUARANTEE ===== */
.guarantee-card {
    border-radius: 20px;
    background: var(--guarantee-background);
    border: 1px solid var(--guarantee-border);
    padding: 24px 16px;
}
.guarantee-card__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
}
@media (min-width: 768px) {
    .guarantee-card {
        padding: 40px;
    }
    .guarantee-card__wrapper {
        flex-direction: row;
        align-items: center;
        text-align: left;
        gap: 24px;
    }
}
.guarantee-card__badge {
    width: 100px;
    height: 100px;
    margin: 0 auto 16px auto;
}
@media (min-width: 768px) {
    .guarantee-card__badge {
        margin: 0;
        width: 128px;
        height: 128px;
        flex-shrink: 0;
    }
}
.guarantee-card__content {
    flex: 1;
}
.guarantee-text--heading {
    color: var(--guarantee-text-primary);
    font-size: 20px;
    font-weight: 900;
    line-height: 24px;
}
.guarantee-text--description {
    color: var(--guarantee-text-secondary);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 8px;
}
.guarantee-card__image {
    max-width: 128px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .guarantee-card__image {
        margin: 0;
        flex-shrink: 0;
    }
}

/* ===== COUPON ===== */
.coupon {
    background: var(--coupon-section-background);
}
.coupon-card {
    background: var(--coupon-background-color);
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column-reverse;
}
@media (min-width: 768px) {
    .coupon-card {
        flex-direction: row-reverse;
    }
}
.coupon-card__content {
    padding: 24px 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
@media (min-width: 768px) {
    .coupon-card__content {
        padding: 40px;
    }
}
.coupon-card__image {
    width: 100%;
}
@media (min-width: 768px) {
    .coupon-card__image {
        width: 50%;
        flex-shrink: 0;
    }
}
.coupon-card__image--flag {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    margin-right: 8px;
}
.coupon-text--country {
    color: var(--coupon-primary-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
.coupon-text--title {
    color: var(--coupon-primary-color);
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
    margin-top: 8px;
}
@media (min-width: 768px) {
    .coupon-text--title {
        font-size: 32px;
        line-height: 40px;
    }
}
.coupon-card__title--divider {
    height: 7px;
    width: 100px;
    background: var(--coupon-divider-color);
    border-radius: 10px;
    margin: 12px auto;
}
.coupon-text--subtitle {
    color: var(--coupon-subheading-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.coupon-socials {
    border-radius: 4px;
    border: 1px solid var(--coupon-innerBorder-color);
    width: 100%;
    padding: 8px;
    margin: 16px 0;
}
.coupon-socials__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
@media (min-width: 768px) {
    .coupon-socials__wrapper {
        flex-direction: row;
        justify-content: center;
    }
}
.coupon-socials__rating {
    display: flex;
    align-items: center;
    gap: 8px;
}
.coupon-socials__socialsImage {
    max-width: 68px;
    height: 20px;
}
.coupon-socials__socialsImage img {
    width: 100%;
    height: 100%;
}
.coupon-text--score {
    color: var(--coupon-primary-color);
    font-size: 14px;
    line-height: 16px;
}
.coupon-socials__divider {
    width: 100%;
    height: 1px;
    background: var(--coupon-innerBorder-color);
}
@media (min-width: 768px) {
    .coupon-socials__divider {
        width: 1px;
        height: 20px;
    }
}
.coupon-text--stock {
    color: var(--coupon-accent-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding-left: 16px;
    position: relative;
}
.coupon-text--stock::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--coupon-accent-color);
}
.coupon-text--guarantee {
    margin-top: 16px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 8px;
    width: 100%;
}
.coupon-text--guarantee > div {
    height: 1px;
    background: var(--coupon-innerBorder-color);
}
.coupon-text--guarantee > span {
    color: var(--coupon-subheading-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    white-space: nowrap;
}
.dashed-border {
    padding: 2px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.dashed-border svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.dashed-border svg rect {
    fill: none;
    stroke: var(--coupon-border-color);
    stroke-width: 4;
    stroke-dasharray: 6, 14;
    stroke-dashoffset: 30;
    stroke-linecap: square;
    rx: 20;
    ry: 20;
}

/* ===== BENEFITS RIBBON ===== */
.benefits_ribbon {
    background: var(--benefits-ribbon-background);
}
.usage-spaces__list--alt {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
@media (min-width: 768px) {
    .usage-spaces__list--alt {
        display: flex;
        justify-content: center;
        gap: 16px;
    }
}
.usage-spaces__card--alt {
    text-align: center;
}
.usage-spaces__image--bottom {
    width: 40px;
    height: 40px;
    margin: 0 auto 8px auto;
}
.usage-spaces__text--description {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: var(--benefits-ribbon-textColor);
}

/* ===== FOOTER ===== */
.footer {
    background: #000;
    color: #fff;
    padding: 40px 16px 24px;
}
.footer .container {
    max-width: 1132px;
    margin: 0 auto;
}
.footer .row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}
@media (min-width: 768px) {
    .footer .row {
        grid-template-columns: 1fr 2fr 1fr;
        gap: 32px;
    }
}
.footer img {
    max-width: 168px;
    margin-bottom: 16px;
}
.footer b {
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.footer p {
    font-size: 14px;
    line-height: 22px;
    color: #bdbdbd;
}
.footer a {
    color: #fff;
    word-break: break-word;
}
.footer a:hover {
    text-decoration: underline;
}
.footer ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.footer ul a {
    font-size: 14px;
    line-height: 24px;
    color: #bdbdbd;
}
.footer .copyright {
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 14px;
    color: #bdbdbd;
    text-align: center;
}
.footer__ribbon {
    background: #fff;
    padding: 12px 16px;
}
.footer__innerRibbonWrapper {
    max-width: 1132px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
@media (min-width: 768px) {
    .footer__innerRibbonWrapper {
        flex-direction: row;
        justify-content: space-between;
    }
}
.footer__ribbonContent {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #333;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: center;
}
@media (min-width: 768px) {
    .footer__ribbonContent {
        justify-content: flex-start;
    }
}
.footer__paymentLogos {
    max-width: 306px;
    width: 100%;
    height: auto;
}

/* ===== LEGAL PAGES ===== */
html,
body {
    overflow-x: clip;
}
.legal-body {
    padding-bottom: 0;
}
.legal-header {
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    padding: 16px;
}
.legal-header__inner {
    max-width: 1132px;
    margin: 0 auto;
}
.legal-header__inner img {
    max-width: 140px;
}
.legal-page {
    padding: 32px 16px 48px;
    background: #fafafa;
}
.legal-content {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    padding: 32px 24px;
    border-radius: 8px;
    word-break: break-word;
}
.legal-content .container,
.legal-content .wrapper {
    max-width: none;
    padding: 0;
    margin: 0;
}
.legal-content h1 {
    font-size: clamp(1.5rem, 4vw, 2rem);
    margin-bottom: 8px;
}
.legal-updated {
    font-size: 14px;
    color: #666;
    margin-bottom: 24px;
}
.legal-content h2 {
    font-size: clamp(1.15rem, 3vw, 1.5rem);
    margin: 28px 0 12px;
}
.legal-content h3,
.legal-content h4 {
    font-size: clamp(1rem, 2.5vw, 1.2rem);
    margin: 20px 0 10px;
}
.legal-content p,
.legal-content li {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 12px;
}
.legal-content ul {
    list-style: disc;
    padding-left: 24px;
    margin-bottom: 16px;
}
@media (max-width: 480px) {
    .legal-page {
        padding: 20px 12px 32px;
    }
    .legal-content {
        padding: 20px 16px;
    }
    .footer {
        padding: 28px 12px 20px;
    }
}
@media (max-width: 640px) {
    .footer p,
    .footer a,
    .footer .copyright,
    .footer__ribbonContent {
        word-break: break-all;
    }
}

/* ===== FLOATING CTA ===== */
.floating-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    z-index: 100;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
}
.floating-cta__content {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
}
.floating-cta__contentImage {
    width: 40px;
    height: 40px;
    border-radius: 6px;
}
@media (min-width: 768px) {
    .floating-cta__contentImage {
        width: 48px;
        height: 48px;
    }
}
.floating-cta__contentRating {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    color: #c8c8c8;
}
.floating-cta__contentText {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}
@media (max-width: 767px) {
    .floating-cta__contentText {
        font-size: 12px;
    }
    .floating-cta__contentRating span:not(.floating-cta__ratingMobile) {
        display: none;
    }
}
.floating-cta__cta {
    padding: 10px 16px;
    font-size: 14px;
    background: #0769ed;
    color: #fff;
    border-radius: 10px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
}
@media (min-width: 768px) {
    .floating-cta__cta {
        padding: 12px 24px;
        font-size: 16px;
    }
}

/* ===== MODAL ===== */
.modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: -1;
    opacity: 0;
    transition: background 0.15s ease, opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}
.modal-container.visible {
    opacity: 1;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.85);
}
.form-container {
    background: #fff;
    border-radius: 20px;
    max-width: 700px;
    width: 100%;
    padding: 24px 16px;
    opacity: 0;
    transition: opacity 0.15s ease;
    max-height: 90vh;
    overflow-y: auto;
}
.modal-container.visible .form-container {
    opacity: 1;
}
@media (min-width: 768px) {
    .form-container {
        padding: 40px;
    }
}
.form-text--heading {
    font-size: 24px;
    font-weight: 900;
    line-height: 32px;
    color: #333;
}
.form-button--close {
    float: right;
}
.form-fields {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px 0;
}
.form-field {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.input-label {
    color: #666;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.input-field {
    border-radius: 4px;
    border: 1px solid #f0f0f0;
    background: #fafafa;
    padding: 8px 12px;
    width: 100%;
    outline: none;
    font-size: 14px;
    line-height: 20px;
    color: #333;
}
.input-field::placeholder {
    color: #666;
}
.input-textarea {
    border-radius: 4px;
    border: 1px solid #f0f0f0;
    background: #fafafa;
    padding: 8px 12px;
    width: 100%;
    min-height: 100px;
    outline: none;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    resize: vertical;
}
.input-textarea::placeholder {
    color: #666;
}
.score-select-stars {
    display: flex;
    gap: 6px;
    margin-top: 8px;
}
.score-select-star {
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.rating {
    display: flex;
    align-items: center;
    gap: 16px;
}
.rating .input-field[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid #3a1f15;
    border-radius: 50%;
    padding: 4px;
    cursor: pointer;
    position: relative;
}
.rating .input-field[type="radio"]:checked::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #3a1f15;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.form-error {
    display: none;
    padding: 8px;
    background: #e34400;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
}
.form-error.active {
    display: block;
}
.thank-you {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    text-align: center;
}
.thank-you.active {
    display: flex;
}
.thank-you__text {
    color: #53a179;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 16px;
}

/* ===== RESPONSIVE FIXES ===== */
@media (max-width: 767px) {
    .hero__wrapper {
        display: flex;
        flex-direction: column;
    }
    .hero-gallery {
        order: -1;
    }
    .hero-score {
        order: 0;
    }
    .hero-text--heading {
        order: 1;
    }
    .hero-text--subheading {
        order: 2;
    }
    .hero-checklist {
        order: 3;
    }
    .hero-socials {
        order: 4;
    }
    .hero__cta {
        order: 5;
    }
    .hero-features {
        order: 6;
    }
    .glide__thumb img {
        width: 48px;
        height: 48px;
    }
}
@media (min-width: 768px) and (max-width: 1131px) {
    .glide-thumb .glide__slides {
        display: flex;
        flex-wrap: nowrap;
        gap: 8px;
        overflow-x: auto;
        padding-bottom: 4px;
    }
    .glide__thumb img {
        width: 64px;
        height: 64px;
    }
}

/* ===== FEATURED IN ===== */
.featured-in {
    background: #153655;
}
.slider__container img {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.scroller-container--logos img {
    height: 32px;
    margin-right: 40px;
    filter: brightness(0) invert(1);
    opacity: 0.8;
}
.scroller--moveLogos {
    animation: scrollLogos 20s linear infinite;
}
@keyframes scrollLogos {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}