/* ===== RESET & BASE ===== */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid #e5e7eb;
}
html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    font-family: 'Roboto', sans-serif;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fff;
    padding-bottom: 72px;
}
@media (min-width: 768px) {
    body {
        padding-bottom: 84px;
    }
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}
a {
    color: inherit;
    text-decoration: none;
}
button {
    cursor: pointer;
    background: none;
    border: none;
    font-family: inherit;
}
img,
svg {
    display: block;
    max-width: 100%;
    height: auto;
}
ul,
ol {
    list-style: none;
}

.header-navigation__logo {
    display: flex;
    align-items: center;
    gap: 10px;
}
.header-navigation__logo span {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -1px;
}

/* ===== 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;
    --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%);
    --hero-text-secondary: #666666;
    --hero-text-accent: #53A179;
    --hero-socials-background: #fff;
    --hero-socials-border: #E9E9E9;
    --hero-galleryImage-active: #b3c1e5;
    --hero-gallery-controller-background: rgba(255, 255, 255, 0.7);
    --hero-gallery-chevron-color: #000;
    --hero-features-separator-color: #F0F0F0;
    --features-background: #FAFAFA;
    --features-text-color: #333;
    --benefits-background: #f0f3fa;
    --benefits-card-background: #fff;
    --benefits-card-border: #F0F0F0;
    --benefits-text-primary: #333333;
    --benefits-text-secondary: #666666;
    --ba-background: #ffffff;
    --ba-text-primary: #1c2b54;
    --ba-text-secondary: #666666;
    --badges-text-primary: #333333;
    --badges-text-secondary: #666666;
    --competitors-background: #FAFAFA;
    --competitors-text-primary: #1c2b54;
    --competitors-text-secondary: #333;
    --competitors-row-odd: #e1e6f5;
    --competitors-row-even: #ffffff;
    --section-title-color: #1c2b54;
    --section-subtitle-color: #666666;
    --section-seperator-color: #b3c1e5;
    --coupon-section-background: #FAFAFA;
    --coupon-background-color: #ffffff;
    --coupon-subheading-color: #8F8F8F;
    --coupon-discount-color: #747474;
    --coupon-divider-color: #b3c1e5;
    --coupon-innerBorder-color: #E9E9E9;
    --coupon-border-color: #1c2b54;
    --coupon-accent-color: #53a179;
    --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: #1c2b54;
    --guarantee-background: #FAFAFA;
    --guarantee-border: #F0F0F0;
    --guarantee-text-primary: #333;
    --guarantee-text-secondary: #666;
    --benefits-ribbon-background: #f0f3fa;
    --benefits-ribbon-textColor: #333333;
    --setup-numb-color: #1c2b54;
    --setup-number-background: #ffffff;
    --setup-number-boder-color: #e0e0e0;
    --setup-primary-color: #1c2b54;
    --setup-secondary-color: #666666;
    --setup-card-background: #ffffff;
    --reviews-score-active: #1c2b54;
    --reviews-score-passive: #e1e6f5;
    --reviews-score-textPrimary: #333333;
    --reviews-score-textSecondary: #666;
    --footer-link-color: #BDBDBD;
    --footer-link-hover: #FFFFFF;
    --footer-desc-text-color: #BDBDBD;
    --sticky-footer-background: linear-gradient(180deg, #5C5C5C 0%, #000 100%);
}

/* ===== UTILITY ===== */
.section-container {
    max-width: 1132px;
    margin: 0 auto;
    padding: 24px 16px;
}
@media (min-width: 768px) {
    .section-container {
        padding: 40px 16px;
    }
}
@media (min-width: 1132px) {
    .section-container {
        padding: 56px 16px;
    }
}
.section-container--mid {
    padding: 24px 16px;
    margin: 0 auto;
}
@media (min-width: 1132px) {
    .section-container--mid {
        padding: 40px 16px;
    }
}
.section-title--heading {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    font-weight: 900;
    margin-bottom: 8px;
    color: var(--section-title-color, #603424);
}
@media (min-width: 1132px) {
    .section-title--heading {
        font-size: 32px;
        line-height: 40px;
    }
}
.section-title--subheading {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
    color: var(--section-subtitle-color, #666666);
}
.section-title--divider {
    width: 100px;
    margin: 16px auto 24px auto;
    background: var(--section-seperator-color, #edd7cf);
    height: 7px;
    border-radius: 10px;
}
@media (min-width: 1132px) {
    .section-title--divider {
        margin-bottom: 40px;
    }
}
.section-title--description {
    color: var(--section-subtitle-color, #666);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    max-width: 936px;
    margin: 0 auto 24px auto;
}
@media (min-width: 768px) {
    .section-title--description {
        margin-bottom: 40px;
    }
}
.d-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
.only-desktop {
    display: none;
}
@media (min-width: 1132px) {
    .only-desktop {
        display: block;
    }
}
.only-mobile {
    display: block;
}
@media (min-width: 1132px) {
    .only-mobile {
        display: none;
    }
}
.mobile-none {
    display: none;
}
@media (min-width: 768px) {
    .mobile-none {
        display: block;
    }
}
.mobile-only {
    display: block;
}
@media (min-width: 768px) {
    .mobile-only {
        display: none;
    }
}
.text-bold {
    font-weight: 700;
}

/* ===== BUTTONS ===== */
.cta {
    font-family: 'Poppins', sans-serif;
    border-radius: 10px;
    transition: background-color 300ms ease-in;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}
.cta--regular {
    padding: 16px 24px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
.cta--fat {
    font-weight: 700;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    padding: 16px 24px;
}
@media (min-width: 1132px) {
    .cta--fat {
        padding: 20px 40px;
        font-size: 24px;
    }
}
.cta[theme="dark"] {
    background-color: #000;
    color: #fff;
}
.cta[theme="dark"]:hover {
    background-color: #333;
}
.cta--slim {
    padding: 8px 24px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    background: #000;
    border-radius: 10px;
    display: inline-block;
}

/* ===== HEADER ===== */
.header-discount {
    background: var(--discount-background, #000);
}
.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, #fff);
}
@media (min-width: 768px) {
    .header-text--offer {
        font-size: 14px;
        line-height: 20px;
    }
}
.header-middle {
    background: var(--middle-background, #000);
}
.header-middle__wrapper {
    max-width: 1132px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 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 16px;
}
.header-middle__image--flag {
    border-radius: 50%;
    margin-right: 8px;
    width: 16px;
    height: 16px;
    position: relative;
    bottom: 1px;
}
.header-text--middle {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: var(--middle-color, #000);
}
.header-middle__container {
    width: 100%;
    overflow: visible;
}
@media (min-width: 768px) {
    .header-middle__container {
        width: auto;
        flex-shrink: 0;
    }
}
.header-middle__items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    padding: 8px 16px;
}
@media (min-width: 768px) {
    .header-middle__items {
        justify-content: flex-end;
        padding: 8px 0;
    }
}
.header-middle__item {
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.header-middle__image--icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

/* Navigation */
.header-navigation {
    background: var(--navigation-background);
    border-bottom: 1px solid var(--navigation-borderColor);
    position: relative;
}
.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;
}
@media (min-width: 1132px) {
    .header-navigation__links--desktop {
        display: flex;
        align-items: center;
    }
}
.header-navigation__link {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: var(--navigation-linkColor);
    text-transform: uppercase;
    text-align: center;
    display: block;
    transition: color 150ms ease-in;
}
.header-navigation__link:not(:last-of-type) {
    margin-right: 24px;
}
.header-navigation__link:hover {
    color: var(--navigation-linkHover);
}
.header-navigation__image--bag {
    margin-left: 12px;
}
.header-navigation__image--bag img {
    width: 20px;
    height: 20px;
}
.header-navigation__tools {
    display: flex;
    align-items: center;
}
@media (min-width: 1132px) {
    .header-navigation__tools {
        display: none;
    }
}
.header__menuBtn {
    cursor: pointer;
    width: 24px;
    height: 24px;
    margin-left: 8px;
}
.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[aria-expanded="true"] {
    display: block;
}
.navigation-link--mobile {
    display: block;
    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:first-child {
    padding-top: 16px;
}

/* ===== HERO ===== */
.hero {
    background-color: var(--hero-background-color, #fafafa);
}
.hero__wrapper {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: repeat(9, auto);
    gap: 12px 0;
}
@media (min-width: 768px) {
    .hero__wrapper {
        grid-template-rows: repeat(7, auto);
        grid-template-columns: calc(50% - 8px) calc(50% - 8px);
        grid-column-gap: 16px;
    }
}
@media (min-width: 1132px) {
    .hero__wrapper {
        grid-template-columns: 480px 578px;
        grid-column-gap: 42px;
    }
}
.hero-score {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 12px;
    grid-row: 2/3;
    grid-column: 1/2;
}
@media (min-width: 768px) {
    .hero-score {
        grid-column: 1/2;
        grid-row: 1/2;
    }
}
.hero-score__image {
    margin-right: 8px;
    width: 86px;
    height: 16px;
    position: relative;
    bottom: 2px;
}
.hero-score__divider {
    height: 13px;
    width: 1px;
    background: var(--hero-text-secondary);
    margin: 0 8px;
}
.hero-text--verified {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--hero-text-secondary, #666);
}
.hero-text--heading {
    font-size: 24px;
    font-weight: 900;
    line-height: 32px;
    color: var(--hero-text-primary, #000);
    text-transform: capitalize;
    margin-bottom: 12px;
    grid-row: 3/4;
    grid-column: 1/2;
}
@media (min-width: 768px) {
    .hero-text--heading {
        grid-row: 2/3;
    }
}
@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, #666);
    margin-bottom: 12px;
    grid-row: 4/5;
    grid-column: 1/2;
}
@media (min-width: 768px) {
    .hero-text--subheading {
        grid-row: 3/4;
    }
}
.hero-checklist {
    margin-bottom: 12px;
    grid-row: 5/6;
    grid-column: 1/2;
}
@media (min-width: 768px) {
    .hero-checklist {
        grid-row: 4/5;
    }
}
.hero-checklist__item {
    display: flex;
    align-items: center;
}
.hero-checklist__item:not(:last-of-type) {
    margin-bottom: 8px;
}
.hero-checklist__icon {
    margin-right: 12px;
    height: 20px;
    width: 20px;
    flex-shrink: 0;
}
.hero-text--check-item {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--hero-text-secondary, #666);
}
.hero-socials {
    background: var(--hero-socials-background, #fff);
    border: 1px solid var(--hero-socials-border);
    border-radius: 4px;
    margin-bottom: 12px;
    grid-row: 6/7;
    grid-column: 1/2;
}
@media (min-width: 768px) {
    .hero-socials {
        grid-row: 5/6;
    }
}
.hero-socials__wrapper {
    padding: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (min-width: 1132px) {
    .hero-socials__wrapper {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
}
.hero-socials__top {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}
@media (min-width: 1132px) {
    .hero-socials__top {
        margin-bottom: 0;
    }
}
.hero-socials__image img {
    width: 68px;
    height: 20px;
    margin-right: 8px;
}
.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, #666);
}
.hero-text--stock {
    color: var(--hero-text-accent, #53a179);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    position: relative;
    padding-left: 16px;
}
.hero-text--stock::before {
    content: '';
    position: absolute;
    top: calc(50% - 4px);
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--hero-text-accent);
}
.hero__cta {
    grid-row: 7/8;
    grid-column: 1/2;
    width: 100%;
    text-align: center;
}
@media (min-width: 768px) {
    .hero__cta {
        grid-row: 6/7;
    }
}
.hero-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row: 8/9;
    grid-column: 1/2;
    margin-top: 12px;
    gap: 0;
}
@media (min-width: 768px) {
    .hero-features {
        grid-row: 7/8;
        display: flex;
        align-items: flex-start;
        margin-top: 16px;
    }
}
.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 {
        width: calc(25% - 12px);
        padding: 0 8px;
        border: none !important;
    }
    .hero-features__item:not(:last-of-type) {
        margin-right: 16px;
    }
}
.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 ===== */
.hero-gallery {
    grid-row: 1/2;
    grid-column: 1/2;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
@media (min-width: 768px) {
    .hero-gallery {
        grid-column: 2/3;
        grid-row: 1/8;
    }
}
@media (min-width: 1132px) {
    .hero-gallery {
        grid-row: 1/9;
        flex-direction: row;
        align-items: flex-start;
        gap: 10px;
    }
}
.glide-main {
    width: 100%;
    position: relative;
    min-width: 0;
}
@media (min-width: 1132px) {
    .glide-main {
        flex: 1 1 auto;
        max-width: 480px;
    }
}
.glide__main {
    border: 2px solid var(--hero-galleryImage-active);
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 1/1;
}
.glide-main .glide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
}
.hero-thumbs {
    display: none;
}
@media (min-width: 768px) {
    .hero-thumbs {
        display: block;
        width: 100%;
        margin-top: 8px;
        flex-shrink: 0;
    }
}
@media (min-width: 1132px) {
    .hero-thumbs {
        flex: 0 0 88px;
        width: 88px;
        min-width: 88px;
        max-width: 88px;
        height: calc(88px * 5 + 10px * 4);
        margin-top: 0;
        overflow: hidden;
    }
}
.hero-thumbs__list {
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: hidden;
}
@media (min-width: 768px) and (max-width: 1131px) {
    .hero-thumbs__list {
        flex-wrap: nowrap;
        overflow-x: auto;
    }
}
@media (min-width: 1132px) {
    .hero-thumbs__list {
        flex-direction: column;
        height: 100%;
        overflow-y: auto;
        scrollbar-width: thin;
    }
}
.hero-thumbs__item {
    flex: 0 0 64px;
    width: 64px;
    min-width: 64px;
    height: 64px;
}
@media (min-width: 1132px) {
    .hero-thumbs__item {
        flex: 0 0 88px;
        width: 88px;
        min-width: 88px;
        height: 88px;
    }
}
.hero-thumbs__item button {
    width: 100%;
    height: 100%;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    transition: border 300ms ease-in, box-shadow 300ms ease-in;
    background: none;
}
.hero-thumbs__item.active button {
    border-color: #fff;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(0, 0, 0, 0.15);
}
.hero-thumbs__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.glide-thumb {
    display: none;
}
@media (min-width: 768px) {
    .glide-thumb {
        display: block;
        width: 100%;
        margin-top: 8px;
        flex-shrink: 0;
    }
}
@media (min-width: 1132px) {
    .glide-thumb {
        flex: 0 0 88px;
        width: 88px;
        min-width: 88px;
        max-width: 88px;
        height: calc(88px * 5 + 10px * 4);
        margin-top: 0;
    }
    .glide-thumb .glide__track {
        height: 100%;
    }
}
.glide__thumbs {
    display: flex;
    gap: 10px;
}
@media (min-width: 768px) and (max-width: 1131px) {
    .glide__thumbs {
        flex-wrap: nowrap;
    }
}
@media (min-width: 1132px) {
    .glide__thumbs {
        flex-direction: column;
        gap: 10px;
        height: 100%;
    }
}
.glide__thumb {
    border-radius: 4px;
    overflow: hidden;
    border: 2px solid transparent;
    cursor: pointer;
    transition: border 300ms ease-in;
    flex: 0 0 64px;
    width: 64px;
    min-width: 64px;
    height: 64px;
}
@media (min-width: 1132px) {
    .glide__thumb {
        flex: 0 0 88px;
        width: 88px;
        min-width: 88px;
        height: 88px;
    }
}
.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 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.glide__arrows {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.glide__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: all;
    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;
    border: none;
    cursor: pointer;
    z-index: 10;
}
.glide__arrow:hover {
    opacity: 1;
}
.glide__arrow--left {
    left: 8px;
}
.glide__arrow--right {
    right: 8px;
}

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

/* ===== FEATURES ===== */
.features {
    background: var(--features-background, #fafafa);
}
.features__wrapper {
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-template-columns: 1fr;
}
.features__image {
    max-width: 300px;
    margin: 0 auto 16px auto;
    grid-row: 1/2;
}
.features__content {
    display: none;
}
@media (min-width: 768px) {
    .features__content {
        display: flex;
        justify-content: space-evenly;
        gap: 20px;
        align-items: center;
    }
}
.features__list--mobile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .features__list--mobile {
        display: none;
    }
}
@media (min-width: 768px) {
    .features__list--tablet {
        width: 26%;
    }
}
.feature-card {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 16px;
}
.feature-card__icon {
    width: 48px;
    height: 48px;
    margin-right: 16px;
    flex-shrink: 0;
}
.feature-card__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: var(--features-text-color, #333);
}

/* ===== FEATURES LIST ===== */
.featuresList-card {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}
@media (min-width: 768px) {
    .featuresList-card {
        flex-direction: row;
        align-items: center;
        gap: 24px;
    }
    .featuresList-card:nth-of-type(even) {
        flex-direction: row-reverse;
    }
}
.featuresList-card__image {
    flex: 1;
    max-width: 100%;
    border-radius: 20px;
    overflow: hidden;
}
@media (min-width: 768px) {
    .featuresList-card__image {
        max-width: 480px;
        flex: 0 0 480px;
    }
}
.featuresList-card__content {
    flex: 1;
}
.featuresList-text--cardHeading {
    color: var(--section-title-color);
    font-weight: 900;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
}
@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-bottom: 24px;
}
.featuresList-card__description {
    color: #666;
    font-size: 16px;
    line-height: 24px;
}
.featuresList-card__description p:not(:last-of-type) {
    margin-bottom: 16px;
}
.featuresList-card__cta {
    margin-top: 24px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
@media (min-width: 768px) {
    .featuresList-card__cta {
        max-width: 264px;
    }
}
.featuresList-innerCard {
    display: flex;
    margin-top: 24px;
}
.featuresList-innerCard__image {
    width: 52px;
    height: 52px;
    border-radius: 45px;
    margin-right: 16px;
    flex-shrink: 0;
}
.featuresList-text--innerCardHeading {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 8px;
}
.featuresList-text--innerCardDescription {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

/* ===== BENEFITS ===== */
.benefits {
    background: var(--benefits-background, #f0f3fa);
}
.benefits__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
@media (min-width: 768px) {
    .benefits__list {
        flex-direction: row;
        flex-wrap: wrap;
    }
}
.benefits-card {
    border-radius: 20px;
    border: 1px solid var(--benefits-card-border, #f0f0f0);
    background: var(--benefits-card-background, #fff);
    flex: 1 1 100%;
}
@media (min-width: 768px) {
    .benefits-card {
        flex: 1 1 calc(50% - 16px);
    }
}
@media (min-width: 1132px) {
    .benefits-card {
        flex: 1 1 calc(25% - 24px);
    }
}
.benefits-card__wrapper {
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.benefits-card__icon {
    width: 85px;
    height: 85px;
    margin-bottom: 16px;
    border-radius: 50%;
}
.benefits-text--cardHeading {
    color: var(--benefits-text-primary, #333);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 8px;
}
.benefits-text--cardDescription {
    color: var(--benefits-text-secondary, #666);
    font-size: 14px;
    line-height: 20px;
}

/* ===== SETUP ===== */
.easySteps__stepsContainer {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
}
@media (max-width: 767px) {
    .easySteps__stepsContainer {
        flex-direction: column;
        overflow-x: scroll;
        gap: 16px;
        padding-bottom: 8px;
    }
    body {
        word-break: break-word;
    }
        .floating-cta__contentRating {
            flex-direction: column;
        }
}
.easySteps__stepContainer {
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 20px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    background: var(--setup-card-background);
    max-width: 360px;
    flex: 1 1 100%;
}
@media (min-width: 768px) {
    .easySteps__stepContainer {
        flex: 1 1 calc(33.33% - 16px);
    }
}
.easySteps__stepImage {
    width: 100%;
    height: auto;
}
.mon-img-700-w {
    width: 100%;
    max-width: 700px;
    height: auto;
    display: block;
}
.easySteps__stepNumberContainer {
    position: absolute;
    top: 16px;
    left: 16px;
    background: var(--setup-number-background);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid var(--setup-number-boder-color);
    z-index: 2;
}
.easySteps__stepNumber {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 700;
    background: var(--setup-numb-color);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.easySteps__stepContent {
    padding: 16px;
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 8px 16px;
    align-items: center;
}
.easySteps__stepIcon {
    width: 24px;
    height: 24px;
    grid-row: 1/2;
    grid-column: 1/2;
}
.easySteps__stepHeading {
    grid-row: 1/2;
    grid-column: 2/3;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: var(--setup-primary-color);
}
.easySteps__stepDescription {
    grid-row: 2/3;
    grid-column: 1/3;
    color: var(--setup-secondary-color);
    font-size: 14px;
    line-height: 20px;
}

/* ===== BA COMPARISON ===== */
.ba-comparison__list {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 8px;
}
@media (min-width: 768px) {
    .ba-comparison__list {
        overflow: visible;
        flex-wrap: wrap;
        justify-content: center;
    }
}
.ba-comparison-card {
    flex: 0 0 280px;
    border-radius: 20px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    background: #fff;
}
@media (min-width: 768px) {
    .ba-comparison-card {
        flex: 1 1 calc(33.33% - 16px);
        max-width: 360px;
    }
}
.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, #603424);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}
.ba-comparison-text--paragraph {
    color: var(--ba-text-secondary, #666);
    font-size: 14px;
    line-height: 20px;
}

/* ===== COMPETITORS ===== */
.competitors {
    background: var(--competitors-background);
}
.competitors-table {
    max-width: 936px;
    margin: 0 auto;
}
.competitors-table--head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}
.competitors-table--head__heading {
    flex: 1;
}
.competitors-text--heading {
    color: var(--competitors-text-primary, #603424);
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}
@media (min-width: 1132px) {
    .competitors-text--heading {
        font-size: 32px;
        line-height: 40px;
    }
}
.competitors-table--head__content {
    display: flex;
    align-items: center;
    gap: 12px;
}
.competitors-table__image {
    flex: 0 0 60px;
    overflow: hidden;
    border-radius: 10px;
}
@media (min-width: 1132px) {
    .competitors-table__image {
        flex: 0 0 120px;
    }
}
.competitors-table--head__competitorsBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 12px;
    background: var(--competitors-row-odd);
    border-radius: 10px;
    flex: 1;
}
.competitors-table__icon {
    width: 24px;
    height: 24px;
    margin-bottom: 4px;
}
.competitors-text--span {
    color: var(--competitors-text-secondary, #333);
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
}
.competitors-table__body {
    border-radius: 10px;
    overflow: hidden;
}
.competitors-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 12px;
    align-items: center;
}
.competitors-row--odd {
    background: var(--competitors-row-odd);
}
.competitors-row--even {
    background: var(--competitors-row-even);
}
.competitors-text--row {
    color: var(--competitors-text-secondary, #333);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.competitors-row__icon {
    display: flex;
    justify-content: center;
    width: 30px;
}
.competitors-row__icon img {
    width: 16px;
    height: 16px;
}
.competitors-row__outcome {
    display: flex;
    gap: 20px;
}

/* ===== REVIEWS ===== */
.reviews {
    background: var(--reviews-section-background, #fff);
}
.reviews-score {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 32px;
    justify-content: center;
}
.reviews-score__col--1 {
    text-align: center;
    flex: 0 0 auto;
}
.reviews-score-text--score {
    color: var(--reviews-score-textPrimary, #333);
    font-size: 56px;
    font-weight: 600;
    line-height: 46px;
}
.reviews-score-text--reviews {
    color: var(--reviews-score-textSecondary, #666);
    font-size: 16px;
    font-weight: 400;
}
.reviews-score__col--2 {
    flex: 1 1 220px;
    min-width: 0;
    max-width: 320px;
}
.reviews-score-table__row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
    min-width: 0;
}
.reviews-score-table__rating {
    display: flex;
    align-items: center;
    gap: 4px;
    flex: 0 0 50px;
}
.reviews-score-table__bar {
    flex: 1 1 auto;
    min-width: 0;
    height: 12px;
    background: var(--reviews-score-passive);
    border-radius: 100px;
    overflow: hidden;
    position: relative;
}
.reviews-score-table__bar::after {
    content: '';
    display: block;
    height: 100%;
    background: var(--reviews-score-active);
    border-radius: 100px;
    width: 0%;
    position: relative;
}
.score-bar-0::after {
    width: 0%;
}
.score-bar-12::after {
    width: 12%;
}
.score-bar-33::after {
    width: 33%;
}
.score-bar-72::after {
    width: 72%;
}
.score-bar-90::after {
    width: 90%;
}
.score-bar-88::after {
    width: 88%;
}
.score-bar-92::after {
    width: 92%;
}
.score-bar-95::after {
    width: 95%;
}
.reviews-score__col--column {
    flex: 1 1 260px;
    min-width: 0;
    max-width: 360px;
}
.reviews-score-text--title {
    color: var(--reviews-score-textPrimary, #333);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 12px;
}
.reviews-score__col--column .reviews-score-table__row {
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
}
.reviews-score__col--column .reviews-score-table__row > span {
    width: auto !important;
    flex-shrink: 0;
    font-size: 14px;
    line-height: 20px;
    color: var(--reviews-score-textSecondary, #666);
}
.reviews-score__col--column .reviews-score-table__bar {
    width: 100%;
}
.review-card {
    border-bottom: 1px solid var(--reviews-seperator-color, #e9e9e9);
    padding: 16px 0;
}
.review-card__wrapper {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    align-items: flex-start;
}
@media (min-width: 768px) {
    .review-card__wrapper {
        flex-wrap: nowrap;
    }
}
.review-avatar {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
}
@media (min-width: 768px) {
    .review-avatar {
        flex: 0 0 260px;
        width: 260px;
        min-width: 260px;
        max-width: 260px;
    }
}
.review-card__content {
    flex: 1 1 auto;
    min-width: 0;
}
.review-avatar__firstRow {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex-wrap: nowrap;
}
.review-avatar__info {
    flex: 1 1 auto;
    min-width: 0;
}
.review-avatar__verified {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #53A179;
    font-size: 12px;
    line-height: 16px;
    margin-top: 4px;
    flex-wrap: wrap;
}
.review-avatar__verified img {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}
.review-avatar__recommend {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    color: #333;
    font-size: 14px;
    line-height: 20px;
}
.review-avatar__recommend img {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}
.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: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #333;
}
.review-text--secondary {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #747474;
}
.review-score--desktop {
    display: none;
}
@media (min-width: 768px) {
    .review-score--desktop {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
.review-score--mobile {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: auto;
    flex-shrink: 0;
}
@media (min-width: 768px) {
    .review-score--mobile {
        display: none;
    }
}
.review-card__review h3 {
    margin: 8px 0 4px 0;
}
.review-card__images {
    display: flex;
    gap: 8px;
    margin-top: 12px;
    flex-wrap: wrap;
}
.review-card__image {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    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;
}
.review-likes__thumb button {
    background: none;
    border: none;
    cursor: pointer;
}
.review-likes__thumb img {
    width: 14px;
    height: 12px;
}
.reviews__list--hidden {
    display: none;
}
.reviews__list--hidden.open {
    display: block;
}

/* ===== TESTIMONIALS ===== */
.testimonials-block {
    width: 100%;
}
.testimonials {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}
.testimonials > button {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.testimonials-glide {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.testimonials-glide .glide__track {
    overflow: hidden;
    order: 1;
}
.testimonials-glide .glide__slides {
    align-items: stretch;
}
.testimonials-glide .glide__slide {
    height: auto;
}
.testimonials-bullets {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
    order: 2;
}
.testimonials-glide .glide__bullets {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
}
.testimonial-card {
    border-radius: 8px;
    border: 1px solid #f0f0f0;
    background: #fff;
    height: 100%;
}
.testimonial-card__wrapper {
    padding: 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.testimonial-card__image {
    width: 84px;
    max-width: 84px;
    height: 16px;
    max-height: 16px;
    margin-bottom: 16px;
    display: block;
    flex-shrink: 0;
    align-self: flex-start;
    object-fit: contain;
}
.testimonials-glide .glide__slide .testimonial-card__image {
    width: 84px;
    max-width: 84px;
    height: 16px;
    max-height: 16px;
    aspect-ratio: auto;
    object-fit: contain;
}
.testimonial-text--heading {
    color: #333;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 16px;
}
.testimonial-text--description {
    color: #666;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 32px;
    flex: 1;
}
.testimonial-card__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    flex-wrap: wrap;
}
.testimonial-card__verified {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}
.testimonial-card__verified img {
    width: 10px;
    height: 10px;
    flex-shrink: 0;
}
.testimonial-text--userName {
    flex: 1 1 auto;
    min-width: 0;
    color: #333;
    font-size: 12px;
    font-weight: 500;
}
.testimonial-text--accent {
    color: #00b890;
    font-size: 12px;
    font-weight: 400;
}
.glide__bullet {
    background: #f0f0f0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    margin: 0 4px;
}
.glide__bullet--active {
    background: #666 !important;
}

/* ===== AWARD ===== */
.award-card {
    border-radius: 20px;
    border: 1px solid var(--award-border-color);
    background: var(--award-background-color);
    max-width: 768px;
    margin: 0 auto;
}
.award-card__wrapper {
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
@media (min-width: 768px) {
    .award-card__wrapper {
        flex-direction: row;
        padding: 40px;
        text-align: left;
    }
}
.award-card__badge {
    width: 100px;
    height: 100px;
    margin-bottom: 16px;
    flex-shrink: 0;
}
@media (min-width: 768px) {
    .award-card__badge {
        width: 128px;
        height: 128px;
        margin-bottom: 0;
        margin-right: 24px;
    }
}
.award-card__content {
    flex: 1;
}
.award-card__score {
    margin-bottom: 8px;
}
.award-card__heading {
    color: var(--award-text-primary, #333);
    font-size: 20px;
    font-weight: 900;
    line-height: 24px;
}
.award-card__subheading {
    color: var(--award-text-secondary, #666);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}
.award-card__productImage {
    display: none;
}
@media (min-width: 768px) {
    .award-card__productImage {
        display: block;
        width: 128px;
        height: auto;
        margin-left: 24px;
    }
}

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

/* ===== FAQ ===== */
.questions__card {
    background: #fafafa;
    padding: 16px 24px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    margin-bottom: 8px;
}
.questions__summary {
    display: grid;
    grid-template-columns: 1fr max-content;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    user-select: none;
}
.questions__text-cardTitle {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 24px;
}
.questions__button {
    flex-shrink: 0;
    padding: 4px;
}
.questions__button svg {
    display: block;
}
.questions__btnLine {
    fill: #333;
    transition: transform 0.25s ease;
    transform-origin: center;
}
.questions__listWrap {
    overflow: hidden;
    height: 0;
    transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: height;
}
.questions__text-description {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 20px;
    padding-top: 16px;
}
.questions__card.is-open .questions__btnLine:nth-of-type(2) {
    transform: rotate(90deg) translate(1px, 1px);
}

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

/* ===== COUPON ===== */
.coupon {
    background: var(--coupon-section-background, #fafafa);
}
.dashed-border {
    padding: 2px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.dashed-border svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.dashed-border svg rect {
    fill: none;
    stroke: var(--coupon-border-color, #000);
    stroke-width: 4;
    stroke-dasharray: 6, 14;
    stroke-dashoffset: 30;
    stroke-linecap: square;
    rx: 20;
    ry: 20;
}
.coupon-card {
    background: var(--coupon-background-color);
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    z-index: 10;
}
@media (min-width: 768px) {
    .coupon-card {
        flex-direction: row-reverse;
    }
}
.coupon-card__content {
    flex: 1;
    padding: 24px 16px;
    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%;
    padding: 16px;
}
@media (min-width: 768px) {
    .coupon-card__image {
        width: 50%;
        padding: 24px;
    }
}
.coupon-card__image img {
    width: 100%;
    height: auto;
}
.coupon-card__country {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.coupon-card__image--flag {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}
.coupon-text--country {
    color: var(--coupon-primary-color, #000);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
@media (min-width: 768px) {
    .coupon-text--country {
        font-size: 20px;
        line-height: 32px;
    }
}
.coupon-text--title {
    color: var(--coupon-primary-color, #000);
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
}
@media (min-width: 768px) {
    .coupon-text--title {
        font-size: 40px;
        line-height: 48px;
    }
}
.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, #8f8f8f);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
@media (min-width: 768px) {
    .coupon-text--subtitle {
        font-size: 16px;
        line-height: 24px;
    }
}
.coupon-socials {
    border-radius: 4px;
    border: 1px solid var(--coupon-innerBorder-color);
    width: 100%;
    margin: 16px 0;
}
.coupon-socials__wrapper {
    padding: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
@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__divider {
    width: 100%;
    height: 1px;
    background: var(--coupon-innerBorder-color);
    margin: 8px 0;
}
@media (min-width: 768px) {
    .coupon-socials__divider {
        width: 1px;
        height: 20px;
        margin: 0 16px;
    }
}
.coupon-text--score {
    color: var(--coupon-title-color, #000);
    font-size: 14px;
    line-height: 16px;
}
.coupon-text--guarantee {
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}
.coupon-text--guarantee>div {
    flex: 1;
    height: 1px;
    background: var(--coupon-innerBorder-color);
}
.coupon-text--guarantee>span {
    color: var(--coupon-discount-color);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    min-width: 180px;
}
@media (min-width: 768px) {
    .coupon-text--guarantee>span {
        font-size: 14px;
        min-width: 310px;
    }
}

/* ===== BENEFITS RIBBON ===== */
.benefits_ribbon {
    background: var(--benefits-ribbon-background);
}
.usage-spaces__list--alt {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
@media (min-width: 768px) {
    .usage-spaces__list--alt {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
}
.usage-spaces__card--alt {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.benefits_ribbon--text {
    font-family: 'Roboto', sans-serif;
    color: var(--benefits-ribbon-textColor);
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}
.usage-spaces__image--bottom {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
}

/* ===== FOOTER ===== */
.footer {
    background: #000;
    color: #fff;
}
.footer__seperatorLine {
    background: rgba(79, 79, 79, 0.5);
    height: 1px;
    max-width: 1132px;
    margin: 0 auto;
}
.footer__innerContainer {
    max-width: 1132px;
    padding: 24px 16px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}
@media (min-width: 768px) {
    .footer__innerContainer {
        grid-template-columns: 1fr 1fr 1fr;
        padding: 40px 16px;
    }
}
@media (min-width: 1132px) {
    .footer__innerContainer {
        grid-template-columns: minmax(300px, 454px) minmax(min-content, max-content) minmax(min-content, max-content) minmax(min-content, max-content);
        column-gap: 40px;
    }
}
.footer__logo {
    max-width: 168px;
    height: auto;
    margin-bottom: 16px;
}
.footer__logoContainerText {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--footer-desc-text-color, #bdbdbd);
    max-width: 400px;
}
.footer__heading {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 16px;
}
.footer__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.footer__listItem {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #bdbdbd;
}
.link-color {
    color: var(--footer-link-color);
    transition: color 150ms ease-in;
}
.link-color:hover {
    color: var(--footer-link-hover);
}
.footer__listItem--white {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
}
.footer__icon {
    width: 20px;
    height: 20px;
    background: #fff;
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    flex-shrink: 0;
}
.footer__ribbon {
    background: #fff;
}
.footer__innerRibbonWrapper {
    max-width: 1132px;
    padding: 12px 16px;
    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 {
    color: #333;
    font-size: 14px;
    font-weight: 400;
}
.footer__paymentLogos {
    max-width: 306px;
    height: auto;
}

/* ===== FLOATING CTA ===== */
.floating-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    z-index: 999;
    padding: 8px 16px;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
}
.floating-cta__wrapper {
    max-width: 1132px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}
.floating-cta__content {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    flex: 1;
}
.floating-cta__contentImage {
    width: 48px;
    height: 48px;
    border-radius: 6px;
    flex-shrink: 0;
}
.floating-cta__contentRating {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #c8c8c8;
}
.floating-cta__contentRating img {
    height: 12px;
    width: auto;
}
.floating-cta__cta {
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 700;
    background: #0d247a;
    color: #fff;
    border-radius: 10px;
    text-transform: uppercase;
    white-space: nowrap;
}
@media (min-width: 768px) {
    .floating-cta__cta {
        font-size: 18px;
        padding: 16px 24px;
    }
}
body.legal {
    padding-bottom: 0 !important;
}
.docs {
    max-width: 1132px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 16px;
    word-break: break-word;
}
.docs ul {
    list-style-type: disc;
    padding-left: 30px;
    margin-bottom: 12px;
}
.docs h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}
.docs p {
    margin-bottom: 12px;
}