/* ==================== LANDING RETAIL HEADER ==================== */
.lr-header {
    background: #faf7f5;
    padding: 24px 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 100;
    width: 100%;
    box-shadow: unset;
}


.lr-header__wrapper {
    max-width: 1178px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lr-header__logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.lr-header__logo img {
    height: 24px;
    width: auto;
    display: block;
}

.lr-header__nav {
    display: flex;
    gap: 4px;
    align-items: center;
}

.lr-header__nav-link {
    padding: 6px 12px;
    border-radius: 12px;
    font-family: 'Gilroy', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.16px;
    color: #282828;
    text-decoration: none;
    transition: background 0.15s ease;
    white-space: nowrap;
}

.lr-header__nav-link:hover {
    background: rgba(0, 0, 0, 0.05);
    color: #282828;
}

@media (max-width: 768px) {
    .lr-header {
        padding: 16px 20px;
    }

    .lr-header__nav {
        display: none;
    }
}

/*phone mask*/
.iti {
    border-radius: 8px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.iti__selected-country {
    height: 100%;
    justify-content: space-around;
    padding: 0 8px 0 12px;
    width: 100%;
}

.iti__selected-country-primary {
    padding: unset;
}

.iti__country-container {
    position: relative;
    width: 96px !important;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.04);
    transition: background-color 0.3s ease;
}

.iti__selected-country::after {
    content: "";
    display: block;
    width: 11px;
    height: 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'%3E%3Cpath d='M0.75 0.75L5.75 5.75L10.75 0.75' stroke='%23777777' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}

.iti__country-container:hover {
    outline: 1.5px solid #CCC;
    outline-offset: -1.5px;
    background-color: #FFF;
}

.iti__country-container:has(.iti__dropdown-content:not(.iti__hide)) {
    outline: 1.5px solid #282828;
    outline-offset: -1.5px;
    background-color: #FFF;
}

.iti__tel-input {
    border: none !important;
    background: transparent;
    width: calc(100% - 106px) !important;
    padding-top: 2px !important;
    padding-left: 16px !important;
}

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover,
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
    background-color: unset;
}

.iti__tel-input::placeholder {
    font-size: 16px !important;
}

.iti__search-input-wrapper {
    border-bottom: unset;
}

.iti__search-icon {
    left: unset;
    right: 0;
}

.iti__search-input::placeholder {
    font-size: 16px !important;
}

@media (max-width: 597px) {
    .iti__dropdown-content-wrapper {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
        transform: translateY(105%);
        transition: transform 340ms cubic-bezier(.32,.72,0,1);
        display: flex;
        flex-direction: column;
        max-height: 85vh;
    }

    .iti__dropdown-content {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
        padding: 0 16px 16px 16px;
        border-radius: 16px 16px 0 0;
    }

    div.iti__dropdown-content input.iti__search-input {
        position: sticky;
        top: 0;
        z-index: 1;
        font-size: 20px !important;
        height: 48px !important;
        padding: unset !important;
        padding-top: 4px !important;
        border: unset !important;
        outline: unset !important;
        background-color: unset !important;
        border-radius: unset !important;
        border-bottom: 1px solid #E6E6E6 !important;
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'><path d='M13.3331 7.60437C13.3331 4.44031 10.7684 1.87511 7.60437 1.875C4.44024 1.875 1.875 4.44024 1.875 7.60437C1.87511 10.7684 4.44031 13.3331 7.60437 13.3331C9.14924 13.3331 10.5498 12.7202 11.5802 11.7261C11.6014 11.6996 11.6246 11.6743 11.6492 11.6498C11.6738 11.6251 11.6995 11.6021 11.7261 11.5808C12.7204 10.5504 13.3331 9.1494 13.3331 7.60437ZM15.2081 7.60437C15.2081 9.36632 14.6069 10.9867 13.6011 12.276L16.5997 15.2747C16.9658 15.6408 16.9658 16.2342 16.5997 16.6003C16.2336 16.9665 15.6402 16.9665 15.274 16.6003L12.2754 13.6017C10.9862 14.6072 9.36601 15.2081 7.60437 15.2081C3.40477 15.2081 0.000109843 11.8039 0 7.60437C0 3.4047 3.4047 0 7.60437 0C11.8039 0.000109846 15.2081 3.40477 15.2081 7.60437Z' fill='%23777777'/></svg>");
        background-repeat: no-repeat;
        background-position: right 12px center;
        background-size: 17px;
    }

    .iti__country-list {
        overflow-y: auto;
        flex: 1;
        margin: 0;
        list-style: none;
        background: #FFF;
        min-height: 600px;
    }
}

.iti--inline-dropdown .iti__dropdown-content,
.iti--fullscreen-popup .iti__dropdown-content {
    width: 485px;
    height: 300px !important;
    top: 51px !important;
    border-radius: 12px;
    padding: 0 20px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.04), 0 2px 4px 0 rgba(0, 0, 0, 0.04);
}

.iti--inline-dropdown .iti__country-list {
    max-height: 250px;
}

.iti__country-list::-webkit-scrollbar {
    width: 2px;
}

.iti__flag {
    margin-top: -1px;
}

.iti .iti__selected-dial-code {
    margin-top: 2px;
    margin-left: unset;
    color: var(--foreground-primary, #282828);
    font-feature-settings: 'liga' off;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.14px;
}

.iti__country {
    font-size: 14px;
    line-height: 20px;
    min-height: 44px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    margin-top: 8px;
    margin-bottom: 8px;
    border-radius: 8px;
    background: #F7F7F7;

    .iti__country-name {
        text-align: left;
    }
}

.iti__divider {
    height: 1px;
    background: #EFEFEF;
    margin: 16px 0;
    list-style: none;
    pointer-events: none;
}

.iti__country.iti__highlight {
    background-color: #EBEBEB;
}

.iti__country-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #1a1a1a;
}

.iti__dial-code {
    color: var(--foreground-secondary, #777);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
}

.iti__country-check,
.iti__search-clear,
.iti__arrow {
    display: none;
}
/*phone mask end*/

/* ============================================================
   Self-contained component styles
   (extracted from style.css for portability)
   ============================================================ */

.container {
    max-width: 1284px;
    width: 100%;
    margin: 0 auto;
    padding: 0 53px;
}

.logo {
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    color: #333;
    padding: 12px 0;
    height: auto;
}

.logo img {
    display: inline-block;
    height: 25px;
    width: auto;
}

.wpcf7 .screen-reader-response {
    display: none;
}

.wpcf7 .wpcf7-not-valid-tip {
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: #FF3B30;
    margin: 0;
    margin-top: 10px;
}

.customers-logo-slider {
    .customers__wrapper-container {
        overflow: hidden;
        width: 100%;
        position: relative;
        border: 0 0 80px 80px;
    }

    .customer__slide {
        flex-shrink: 0;
    }

    .customer__slide img {
        display: block;
        max-width: 100%;
    }
}

.feedback {
    padding: 80px 0;

    .feedback-inner {
        position: relative;
    }

    .feedback-header {
        max-width: 702px;
        margin-bottom: 48px;
    }

    .feedback__badges {
        display: flex;
        align-items: center;
        gap: 16px;
        margin-bottom: 24px;
    }

    .feedback__badge {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .feedback__badge-logo {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        flex-shrink: 0;

        &.feedback__badge-logo--g2 {
            background-color: #FF492C;
        }

        &.feedback__badge-logo--capterra {
            background-color: transparent;
        }
    }

    .feedback__badge-text {
        color: #282828;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        font-family: 'Gilroy';
    }

    .feedback__badge-divider {
        width: 1px;
        height: 20px;
        background: #D9D9D9;
    }

    .feedback__cards {
        display: flex;
        gap: 24px;
    }

    .feedback__social {
        display: flex;
        gap: 12px;
    }

    .feedback-title {
        font-weight: 700;
        font-size: 48px;
        line-height: 52px;
        margin: 0;
        margin-top: 24px;
        color: #282828;
    }

    .feedback-title span {
        color: #409A65;
    }

    .feedback-desc {
        margin-top: 24px;
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        color: #282828;
    }

    .splide__arrows:has(.feedback-arrows) {
        display: none;
    }

    .feedback-arrows .splide__arrow:hover rect,
    .feedback-arrows .splide__arrow:hover path {
        stroke: rgba(51, 51, 51, 1);
    }

    .feedback-item {
        width: 100%;
        border-radius: 24px;
        padding: 20px;
        background: #F7F7F7;
        position: relative;
        height: 100%;
    }

    .feedback-item__person {
        display: flex;
        flex-direction: column;
        align-items: start;
        margin-bottom: 24px;
    }

    .feedback-item__person-soc {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 12px;
    }

    .feedback-item__avatar {
        border-radius: 100%;
        width: 56px;
        height: 56px;
        object-fit: cover;
    }

    .feedback-item__link {
        display: flex;
        width: 36px;
        height: 36px;
        padding: 10px;
        background: rgba(235, 235, 235, 1);
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        transition: background-color 0.3s ease-in-out;
    }

    .feedback-item__link svg path {
        transition: fill 0.3s ease-in-out;
    }

    .feedback-item__link:hover {
        background: rgba(224, 224, 224, 1);
    }

    .feedback-item__link:hover svg path {
        fill: #333;
    }

    .feedback-item__name {
        color: #282828;
        font-size: 18px;
        font-weight: 600;
        line-height: 26px;
        letter-spacing: 0.09px;
    }

    .feedback-item__position {
        margin-bottom: 10px;
        color: #333;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0.14px;
    }

    .feedback-item__desc {
        color: #282828;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0.16px;
    }

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

        .feedback-title {
            font-size: 28px;
            line-height: 36px;
            margin-top: 16px;
        }

        .feedback-item__person {
            margin-bottom: 20px;
        }

        .feedback-desc {
            margin-top: 16px;
            line-height: 28px;
        }

        /* .splide__arrows:has(.feedback-arrows) {
            position: unset;
            display: flex;
            flex-direction: row-reverse;
        } */
    }
}

.faq {
    position: relative;
    z-index: 1;
    padding: 80px 0;
    background-color: #fff;

    h2, h3 {
        margin: 0;
    }

    .faq__title {
        margin-bottom: 48px;
        color: #282828;
        font-family: Gilroy, sans-serif;
        font-size: 48px;
        font-weight: 700;
        line-height: 52px;
        letter-spacing: -0.48px;
    }

    .faq__list {
        display: flex;
        flex-direction: column;
    }

    .faq__item {
        padding-bottom: 28px;
        border-top: 1px solid #E5E5E5;
    }

    .faq__item:last-child {
        border-bottom: 1px solid #E5E5E5;
    }

    .faq__header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        padding-top: 32px;
        cursor: pointer;
        user-select: none;
    }

    .faq__question {
        margin-bottom: 4px;
        color: #282828;
        font-family: Gilroy, sans-serif;
        font-size: 20px;
        font-weight: 600;
        line-height: 28px;
        flex: 1;
    }

    .faq__icon {
        flex-shrink: 0;
        width: 24px;
        height: 24px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .faq__icon::before,
    .faq__icon::after {
        content: '';
        position: absolute;
        background-color: #777777;
        border-radius: 2px;
        transition: transform 0.417s cubic-bezier(0.35, 0, 0.25, 1), background-color 0.2s ease;
        will-change: transform;
    }

    .faq__icon::before {
        width: 16px;
        height: 2px;
    }

    .faq__icon::after {
        width: 2px;
        height: 16px;
    }

    .faq__header:hover .faq__icon::before,
    .faq__header:hover .faq__icon::after {
        background-color: #282828;
    }

    .faq__item--open .faq__icon::before {
        transform: rotate(180deg);
    }

    .faq__item--open .faq__icon::after {
        transform: rotate(90deg);
    }

    .faq__body {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.35s ease;
    }

    .faq__answer {
        max-width: 560px;
        padding-top: 8px;
        color: #282828;
        font-family: Gilroy, sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0.16px;
        opacity: 0;
        transition: opacity 0.25s ease 0.1s;
    }

    .faq__answer ul {
        margin: 8px 0 8px 24px;
    }

    .faq__answer li {
        list-style: disc;
    }

    .faq__answer p {
        margin-bottom: 8px;
    }

    .faq__item--open .faq__answer {
        opacity: 1;
    }

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

        .faq__title {
            font-size: 32px;
            line-height: 36px;
            letter-spacing: -0.5px;
            margin-bottom: 32px;
        }

        .faq__question {
            font-size: 18px;
            line-height: 26px;
        }
    }

    @media (max-width: 767px) {
        .faq__item {
            padding-bottom: 20px;
        }

        .faq__header {
            padding-top: 20px;
        }

        .faq__question {
            font-size: 16px;
            line-height: 24px;
        }
    }
}

    .header {
        display: none;
    }

/* ============================================================ */

.landing-page-retail {



    padding-top: 0;

    h1, h3 {
        margin: 0;
    }

    p {
        margin: 0;
    }

    main {
        overflow-x: hidden;
    }

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

    .hero {
        padding-top: 32px;
        padding-bottom: 80px;
        background-color: #FAF7F5;
        border-radius: 0 0 80px 80px;
        overflow: hidden;

        .hero__wrapper {
            display: flex;
            flex-direction: column;
            gap: 80px;
        }

        .logo {
            padding: unset;
            max-width: fit-content;
            min-width: 189px;
        }

        .hero__intro {
            position: relative;
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-template-areas:
            "header  form"
            "text    form"
            "list    form"
            "brands  form";
            column-gap: 80px;
            align-items: start;

            .hero__header {
                grid-area: header;
            }

            .hero__text {
                grid-area: text;
            }

            .book-a-demo__form {
                grid-area: form;
            }

            .retail-ops__list {
                grid-area: list;
            }

            .hero__brands {
                grid-area: brands;
            }
        }

        .hero__header {
            margin-bottom: 16px;
        }

        .hero__subtitle {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 24px;
            color: #006746;
            text-align: center;
            font-kerning: none;
            font-feature-settings: 'liga' off;

            /* Label/sm/tag */
            font-family: Gilroy;
            font-size: 14px;
            font-style: normal;
            font-weight: 600;
            line-height: 20px; /* 142.857% */
            letter-spacing: 1.12px;
            text-transform: uppercase;

            .soc-logo {
                display: flex;
                padding: 6px;
                align-items: center;
                gap: 8px;
                border-radius: 8px;
                background: #333;
            }

            .feedback__social {
                position: relative;
                display: flex;
                padding-right: 12px;
                font-size: 14px;
                font-style: normal;
                font-weight: 500;
                line-height: 20px;
                color: #282828;

                &::after {
                    content: "";
                    display: block;
                    position: absolute;
                    top: 2px;
                    right: 0px;
                    height: 16px;
                    border-left: 1px solid #00000033;
                }
            }

            span {
                font-weight: 500;
                line-height: 20px;
            }
        }

        .hero__subtitle--desk {
            display: flex;
        }

        .hero__subtitle--mob {
            display: none;
            grid-area: subtitle;
            font-family: Gilroy, sans-serif;
            font-weight: 600;
            font-size: 14px;
            line-height: 20px;
            letter-spacing: 1.12px;
            text-transform: uppercase;
            color: #006746;
        }

        .hero__title {
            color: var(--foreground-primary, #282828);
            font-feature-settings: 'liga' off;
            font-size: 48px;
            font-style: normal;
            font-weight: 700;
            line-height: 52px;
            letter-spacing: -0.48px;
            text-align: left;

            span {
                color: var(--brand, #006746);
            }
        }

        .hero__text {
            margin-bottom: 24px;
            color: #282828;
            font-size: 18px;
            font-weight: 500;
            line-height: 26px;
            text-align: left;
            max-width: 480px;
        }

        .retail-ops__text {
            color: var(--foreground-primary, #282828);
            font-feature-settings: 'liga' off;
            font-family: Gilroy;
            font-size: 18px;
            font-style: normal;
            font-weight: 500;
            line-height: 26px;
            letter-spacing: 0.18px;
        }

        .book-a-demo__form {
            padding: 32px 32px 20px 32px;
            border-radius: 24px;
            background: var(--General-White, #FFF);
            box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.02), 0 2px 4px 0 rgba(0, 0, 0, 0.04);

            .book-a-demo__title {
                font-family: Gilroy, sans-serif;
                font-weight: 600;
                font-size: 18px;
                line-height: 26px;
                letter-spacing: 0.09px;
                color: #282828;
                margin-bottom: 20px;
                text-align: left;
            }

            .wpcf7-form-control-wrap {
                display: block;
                width: 100%;
            }

            .wpcf7-form-control-wrap input,
            .wpcf7-form-control-wrap select,
            .wpcf7-form-control-wrap .iti__tel-input {
                box-sizing: border-box;
                height: 44px;
                padding-top: 0;
                padding-bottom: 0;
                line-height: 44px;
                border: none;
                border-radius: 10px;
                background-color: rgba(0, 0, 0, 0.04);
                color: var(--foreground-primary, #282828);
                font-size: 16px;
                font-style: normal;
                font-weight: 500;
                letter-spacing: 0.16px;
                transition: background-color 0.3s ease;
            }

            .wpcf7-form-control-wrap select {
                color: rgba(40, 40, 40, 0.5);
            }

            .wpcf7-form > *:not(:last-child) {
                margin-bottom: 20px;
            }

            .field {
                display: flex;
                flex-direction: column;
                align-items: start;
            }

            .field input:hover,
            .field select:hover {
                outline: 1.5px solid #CCC;
                outline-offset: -1.5px;
                background-color: #FFF;
            }

            .field input:focus {
                outline: 1.5px solid var(--foreground-primary, #282828);
                outline-offset: -1.5px;
                background: #FFF;
            }

            .field select:focus-within {
                outline: 1.5px solid var(--foreground-primary, #282828);
                outline-offset: -1.5px;
                background: #FFF;
                background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'><path d='M0.75 0.75L5.75 5.75L10.75 0.75' stroke='%23666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
                background-repeat: no-repeat;
                background-position: right 12px center;
                background-size: 10px;
            }

            .wpcf7-form-control.wpcf7-not-valid {
                outline: 1.5px solid #F37171;
                outline-offset: -1.5px;
                background-color: #FFF;
            }

            .wpcf7 .wpcf7-not-valid-tip {
                color: rgba(180, 39, 39, 1);
                font-size: 13px;
                font-weight: 500;
                line-height: 15px;
                text-align: left;
                margin-top: 4px;
            }

            .wpcf7-not-valid-tip::before {
                content: "";
                display: inline-block;
                width: 13px;
                height: 13px;
                background-image: url("/wp-content/themes/simplydepo/images/book-a-demo-new/form-alert-icon.svg");
                background-repeat: no-repeat;
                background-size: contain;
                margin-right: 4px;
                margin-top: -1px;
                vertical-align: middle;
            }

            .field-set {
                display: flex;
                gap: 24px;
            }

            .field-title {
                width: 100%;
                display: flex;
                justify-content: space-between;
                align-items: center;
                margin-bottom: 4px;
                color: var(--foreground-primary, #282828);
                font-feature-settings: 'liga' off;
                font-size: 15px;
                font-style: normal;
                font-weight: 500;
                line-height: 20px;
                letter-spacing: 0.15px;

                .icon-star {
                    width: 12px;
                    height: 12px;
                    border-radius: 4px;
                    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='5' viewBox='0 0 5 5' fill='none'%3E%3Cpath d='M5 1.90741V3.09259L3.36918 3.01852L4.319 4.37037L3.29749 5L2.49104 3.48148L1.68459 5L0.681004 4.37037L1.6129 3.01852L0 3.09259V1.90741L1.6129 2L0.681004 0.62963L1.68459 0L2.49104 1.51852L3.29749 0L4.319 0.62963L3.36918 2L5 1.90741Z' fill='%23D21414'/%3E%3C/svg%3E");
                    background-repeat: no-repeat;
                    background-position: center;
                    background-color: rgba(210, 20, 20, 0.10);
                }
            }

            .field-submit {
                position: relative;
                margin-top: 20px;

                input {
                    border: none;
                }
            }

            .book-a-demo__badges {
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 12px;

                .book-a-demo__badge {
                    font-family: Gilroy, sans-serif;
                    font-style: normal;
                    font-weight: 600;
                    font-size: 12px;
                    line-height: 16px;
                    letter-spacing: 0.96px;
                    text-transform: uppercase;
                    color: #777;
                    white-space: nowrap;
                    font-feature-settings: 'kern' off, 'liga' off;
                }

                .book-a-demo__badges-divider {
                    width: 1px;
                    height: 10px;
                    background-color: #D9D9D9;
                    flex-shrink: 0;
                }
            }

            .iti__dropdown-content .iti__search-input {
                height: 48px;
                padding: unset;
                padding-top: 4px;
                border: unset;
                outline: unset;
                background-color: unset;
                border-radius: unset;
                border-bottom: 1px solid #E6E6E6;
            }

            .iti__dropdown-content .iti__search-input:hover {
                outline: unset;
                border-bottom: 1.5px solid #282828;
            }

            .iti__dropdown-content .iti__search-input:focus {
                outline: unset;
                border-bottom: 1.5px solid #282828;
            }
        }

        .retail-ops__list {
            color: var(--Text-Primary, #282828);
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 26px;
            margin-bottom: 56px;

            :not(:last-of-type) {
                margin-bottom: 6px;
            }
        }

        .retail-ops__item {
            display: flex;
            gap: 10px;

            svg {
                margin-top: 2px;
                min-width: 18px;
            }
        }

        .hero__brands {
            padding-bottom: 16px;
        }

        .hero__brands-text {
            margin-bottom: 16px;
            text-align: left;
        }

        .brands__list {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: flex-start;
            gap: 24px;
        }

        .brands__item {
            max-width: 89px;
        }

        .hero__card {
            display: flex;
            justify-content: space-between;
            gap: 10px;
            text-align: left;
        }

        .card__item {
            width: calc((100% / 3) - 80px);
            color: #282828;
        }

        .card__logo {
            display: flex;
            width: 40px;
            height: 40px;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-bottom: 20px;
            border-radius: 8px;
            background: #fff;
            box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.07);
        }

        .card__title {
            margin-bottom: 8px;
            font-size: 18px;
            font-weight: 600;
            line-height: 26px;
        }

        .card__text {
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
        }
    }

    .customers-logo-slider {
        padding-top: 80px;
        padding-bottom: unset;

        .container {
            padding: unset;
        }

        .customers__wrapper-container {
            mask: unset;
        }

        .customers__logos {
            display: flex;
            flex-wrap: unset;
            width: unset;
            will-change: unset;
            gap: unset;
            justify-content: space-between;
            align-items: center;
        }
    }

    .demo {
        background-color: rgb(255, 255, 255, 1);

        .demo__header {
            margin-bottom: 40px;
        }

        .demo__title {
            color: #333;
            font-size: 40px;
            font-weight: 700;
            line-height: 1.2;
            text-align: center;
            letter-spacing: -0.4px;
        }

        .demo__list {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 16px;
        }

        .demo__item {
            width: calc((100% / 3) - 16px);
            min-width: 287px;
            padding: 40px 32px;
            text-align: center;
            color: #282828;
            border-radius: 32px;
            background-color: rgba(250, 247, 245, 1);
        }

        .demo__item-num {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 40px;
            height: 40px;
            margin: 0 auto 24px;
            border-radius: 100%;
            text-align: center;
            font-size: 20px;
            font-weight: 600;
            line-height: 1.4;
            color: rgb(255, 255, 255, 1);
            background-color: rgb(64, 154, 101, 1);
        }

        .demo__item-title {
            margin-bottom: 8px;
            font-size: 24px;
            font-weight: 600;
            line-height: 135%;
            color: rgba(40, 40, 40, 1);
        }

        .demo__item-text {
            font-size: 18px;
            line-height: 1.45;
        }
    }

    .features {
        padding: 112px 0 96px;
        overflow: hidden;
        background: #fff;

        .features__wrapper {
            display: flex;
            flex-direction: column;
            gap: 64px;
            align-items: center;
        }

        .features__header {
            display: flex;
            flex-direction: column;
            gap: 20px;
            align-items: center;
            text-align: center;
            max-width: 640px;
        }

        .features__title {
            font-size: 48px;
            font-weight: 700;
            line-height: 52px;
            letter-spacing: -0.48px;
            color: #282828;
        }

        .features__subtitle {
            font-size: 18px;
            font-weight: 400;
            line-height: 26px;
            letter-spacing: 0.18px;
            color: #282828;
        }

        .features__tabs {
            display: flex;
            gap: 16px;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
        }

        .features__tab {
            display: flex;
            gap: 8px;
            align-items: center;
            justify-content: center;
            padding: 10px 20px;
            border-radius: 999px;
            border: none;
            background: #fff;
            box-shadow: inset 0 0 0 1px #e6e6e6;
            font-family: Gilroy, sans-serif;
            font-size: 16px;
            font-weight: 500;
            line-height: 24px;
            letter-spacing: 0.16px;
            color: #282828;
            cursor: pointer;
            white-space: nowrap;
            transition: box-shadow 0.2s ease, color 0.2s ease;

            svg {
                width: 20px;
                height: 20px;
                flex-shrink: 0;
            }

            &:hover {
                box-shadow: inset 0 0 0 1.5px #c0c0c0;
            }
        }

        .features__tab svg path,
        .features__tab svg circle {
            fill: #777777;
            transition: fill 0.2s ease;
        }

        .features__tab.active {
            box-shadow: inset 0 0 0 2px #006746;
            color: #006746;
        }

        .features__tab.active svg path,
        .features__tab.active svg circle {
            fill: #006746;
        }

        .features__panels {
            display: grid;
            width: 100%;
        }

        .features__panel {
            grid-area: 1 / 1;
            display: flex;
            gap: 96px;
            align-items: center;
            width: 100%;
            opacity: 0;
            transform: translateY(10px);
            transition: opacity 0.3s ease, transform 0.3s ease;
            pointer-events: none;
            visibility: hidden;
        }

        .features__panel.active {
            opacity: 1;
            transform: translateY(0);
            pointer-events: auto;
            visibility: visible;
        }

        .features__accordion-header {
            display: none;
        }

        .features__content {
            display: flex;
            flex-direction: column;
            gap: 32px;
            flex: 1;
            max-width: 480px;
            min-width: 0;
        }

        .features__panel-title {
            font-size: 40px;
            font-weight: 700;
            line-height: 44px;
            letter-spacing: -0.4px;
            color: #282828;
        }

        .features__list {
            display: flex;
            flex-direction: column;
            gap: 24px;
            list-style: none;
            padding: 0;
        }

        .features__item {
            display: flex;
            gap: 12px;
            align-items: flex-start;
        }

        .features__check {
            display: flex;
            align-items: center;
            height: 26px;
            flex-shrink: 0;
        }

        .features__item-text {
            display: flex;
            flex-direction: column;
            gap: 4px;
        }

        .features__item-name {
            font-size: 18px;
            font-weight: 500;
            line-height: 26px;
            letter-spacing: 0.18px;
            color: #282828;
        }

        .features__item-desc {
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            letter-spacing: 0.16px;
            color: #282828;
        }

        .features__btn {
            text-decoration: none;
            align-self: flex-start;
        }

        .features__image {
            flex-shrink: 0;
            position: relative;
            border-radius: 24px;
            overflow: hidden;
            background: #f0f0f0;
        }

        .features__image--wide {
            flex: 1;
            min-width: 0;
            /* height: 480px; */
            overflow: visible;
            border-radius: 0;
            background: none;

            img {
                width: calc(50vw + 5px);
                max-width: none;
                height: 100%;
                object-fit: cover;
                object-position: left center;
                display: block;
            }
        }

        .features__image--square {
            flex: 1;
            min-width: 0;
            aspect-ratio: 1;

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

    .stats {
        background: #073328;

        .stats__wrapper {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 112px 0;
            gap: 40px;
        }

        .stats__item {
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 16px;
            text-align: center;
            color: #fff;
        }

        .stats__value {
            font-family: Gilroy, sans-serif;
            font-weight: 700;
            font-size: 48px;
            line-height: 1;
            letter-spacing: -0.48px;
            display: flex;
            align-items: baseline;
            white-space: nowrap;
        }

        .stats__desc {
            font-size: 14px;
            line-height: 20px;
            letter-spacing: 0.14px;
            opacity: 0.8;
            font-weight: 500;
        }

        .stats__divider {
            width: 1px;
            height: 100px;
            background: #fff;
            opacity: 0.1;
            flex-shrink: 0;
        }
    }

    .how-it-works {
        padding-top: 80px;
        padding-bottom: 80px;
        background: #fff;

        .how-it-works__wrapper {
            display: flex;
            flex-direction: column;
            gap: 64px;
            align-items: center;
        }

        .how-it-works__title {
            font-size: 40px;
            font-weight: 700;
            line-height: 44px;
            letter-spacing: -0.4px;
            color: #282828;
            text-align: center;
            max-width: 720px;
        }

        .how-it-works__steps {
            display: flex;
            align-items: flex-start;
            width: 100%;
        }

        .how-it-works__step {
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 20px;
            align-items: center;
            min-width: 0;
        }

        .how-it-works__indicator {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 20px;
            width: 100%;
        }

        .how-it-works__line {
            flex: 1;
            height: 2px;
            background: #f2f2f2;
            min-width: 0;
        }

        .how-it-works__line--hidden {
            background: transparent;
        }

        .how-it-works__circle {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            font-size: 18px;
            font-weight: 600;
            line-height: 26px;
            letter-spacing: 0.18px;
            color: #282828;
            background-color: transparent;
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
        }

        .how-it-works__circle--1 {
            background-image: url('../images/1.svg');
        }

        .how-it-works__circle--2 {
            background-image: url('../images/2.svg');
        }

        .how-it-works__circle--3 {
            background-image: url('../images/3.svg');
        }

        .how-it-works__card-wrap {
            padding: 0 16px;
            width: 100%;
            box-sizing: border-box;
        }

        .how-it-works__card {
            background: #f7f7f7;
            border-radius: 32px;
            padding: 32px 40px;
            display: flex;
            flex-direction: column;
            gap: 8px;
            text-align: center;
        }

        .how-it-works__card-title {
            font-size: 20px;
            font-weight: 600;
            line-height: 28px;
            color: #282828;
        }

        .how-it-works__card-text {
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            letter-spacing: 0.16px;
            color: #282828;
        }
    }

    .cta-banner {
        padding: 80px 0;

        .cta-banner__card {
            background: #073328;
            border-radius: 32px;
            overflow: hidden;
            display: flex;
            align-items: stretch;
        }

        .cta-banner__left {
            flex: 1;
            min-width: 480px;
            padding: 64px 24px 64px 56px;
            display: flex;
            align-items: center;
        }

        .cta-banner__content {
            display: flex;
            flex-direction: column;
            gap: 32px;
            max-width: 528px;
            width: 100%;
        }

        .cta-banner__text {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

        .cta-banner__title {
            font-family: Gilroy, sans-serif;
            font-weight: 700;
            font-size: 40px;
            line-height: 44px;
            letter-spacing: -0.4px;
            color: #fff;
            margin: 0;
        }

        .cta-banner__desc {
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0.16px;
            color: #fff;
            font-weight: 400;
            margin: 0;
        }

        .cta-banner__perks {
            display: flex;
            gap: 20px;
            align-items: center;
            flex-wrap: wrap;
        }

        .cta-banner__perk {
            display: flex;
            gap: 8px;
            align-items: center;
            color: #fff;
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0.16px;
            font-weight: 500;
            white-space: nowrap;
        }

        .cta-banner__btn {
            text-decoration: none;
            align-self: flex-start;
        }

        .cta-banner__image {
            flex: 1;
            min-width: 0;
            aspect-ratio: 640 / 480;

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

    .feedback {
        background-color: rgb(255, 255, 255, 1);

        .splide__pagination {
            display: none;
        }
    }

    .footer-minimal {
        padding-top: 64px;
        padding-bottom: 64px;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
        background: var(--white, #FFF);

        .footer-minimal__inner {
            display: flex;
            flex-direction: column;
            gap: 40px;
        }

        .logo {
            padding: unset;
        }

        .footer-minimal__bottom {
            display: flex;
            justify-content: space-between;
        }

        .copyright {
            text-align: left;
            color: var(--Text-default, #282828);
            font-feature-settings: 'liga' off;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: 20px;
            letter-spacing: 0.14px;
            margin-bottom: 4px;
        }

        .copyright-menu .menu {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 16px;
            row-gap: 8px;

            a {
                color: #777;
                font-feature-settings: 'liga' off;
                font-size: 14px;
                font-style: normal;
                font-weight: 500;
                line-height: 20px;
                letter-spacing: 0.14px;
            }

            a:hover {
                text-decoration: underline;
            }
        }

        .footer-minimal__right {
            address {
                text-align: right;

                p {
                    margin-bottom: 4px;
                }

                p, a {
                    color: #777;
                    font-feature-settings: 'liga' off;
                    font-size: 14px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: 20px;
                    letter-spacing: 0.14px;
                }

                @media (max-width: 541px) {
                    display: none;
                }
            }
        }
    }

    @media (max-width: 1199px) {
        .hero {
            .hero__content {
                justify-content: center;
            }

            .hero__intro {
                padding: unset;
                grid-template-columns: 1fr;
                grid-template-areas:
                  "header"
                  "text"
                  "subtitle"
                  "form"
                  "list"
                  "brands";
            }

            .hero__header {
                margin-bottom: 12px;
            }

            .book-a-demo__form {
                position: unset;
                margin-bottom: 32px;
            }

            .hero__text {
                max-width: unset;
                margin-bottom: 24px;
            }

            .retail-ops__list {
                margin-bottom: 32px;
            }
        }

        .cta-banner {
            padding: 64px 0;

            .cta-banner__left {
                min-width: 0;
                padding: 48px 32px 48px 40px;
            }

            .cta-banner__title {
                font-size: 32px;
                line-height: 38px;
                letter-spacing: -0.32px;
            }
        }
    }

    @media (max-width: 767px) {
        .hero {
            padding-top: 32px;
            padding-bottom: unset;
            background-image: unset;
            background-color: #FAF7F5;

            .logo {
                min-width: 162px;

                img {
                    height: 20px;
                }
            }

            .hero__subtitle {
                margin-bottom: unset;
            }

            .hero__subtitle--desk {
                display: none;
            }

            .hero__subtitle--mob {
                display: block;
                margin-bottom: 16px;
                text-align: left;
            }

            .hero__wrapper {
                gap: 32px;
                margin-bottom: unset;
            }

            .hero__title {
                font-size: 32px;
                line-height: 36px;
                letter-spacing: -0.32px;
                margin-bottom: 16px;

                br.desktop {
                    display: none;
                }
            }

            .hero__text {
                margin-bottom: 16px;
                color: rgba(0, 0, 0, 0.7);
                font-feature-settings: 'liga' off;
                font-family: Gilroy;
                font-size: 16px;
                font-style: normal;
                font-weight: 500;
                line-height: 24px;
                letter-spacing: 0.16px;
            }

            .hero__card {
                display: none;
            }

            .circle-pulse {
                margin: 3px 0;
            }

            .book-a-demo__form {
                padding: unset;
                background-color: unset;
                box-shadow: unset;

                .field-submit {
                    margin-top: 32px;
                }

                .book-a-demo__badges {
                    .book-a-demo__badge {
                        font-kerning: none;
                        font-feature-settings: 'liga' off;
                        font-size: 10px;
                        line-height: 16px;
                        letter-spacing: 0.8px;
                        text-transform: uppercase;
                    }
                }
            }

            .retail-ops__list {
                display: none;
            }

            .retail-ops__text {
                font-size: 18px;
            }

            .hero__brands-text {
                text-align: center;
            }

            .hero__brands {
                margin-bottom: 48px;
                padding-bottom: unset;
            }

            .brands__list {
                justify-content: center;
            }

            .brands__item {
                width: calc((100% / 4) - 24px);
            }
        }

        .customers-logo-slider {
            padding-top: 48px;
            padding-bottom: 48px;
            margin-left: -20px;
            margin-right: -20px;
            background-color: white;

            .customers__wrapper-container {
                mask: unset;
            }

            .customers__logos {
                display: flex;
                flex-wrap: nowrap;
                width: max-content;
                will-change: transform;
                gap: 80px;
                justify-content: space-between;
                align-items: center;
            }
        }

        .case-study__form {
            padding: inherit;
            border-radius: 16px;
            background: unset;
            box-shadow: unset;

            form {
                gap: unset;
            }

            .field-set {
                gap: 16px;
                margin-bottom: 16px;
            }
        }

        .demo {
            padding-top: 48px;
            padding-bottom: 48px;

            .demo__title {
                font-size: 28px;
            }

            .demo__item {
                width: unset;
                padding: 32px 24px;
            }

            .demo__item-num {
                margin-bottom: 20px;
            }

            .demo__item-title {
                font-size: 20px;
            }

            .demo__item-text {
                font-size: 16px;
            }
        }

        .stats {
            .stats__wrapper {
                flex-direction: column;
                padding: 60px 0;
                gap: 32px;
            }

            .stats__divider {
                width: 200px;
                height: 1px;
            }
        }

        .features {
            padding: 64px 0 48px;

            .features__title {
                font-size: 32px;
                line-height: 38px;
                letter-spacing: -0.32px;
            }

            .features__subtitle {
                font-size: 16px;
                line-height: 24px;

                br {
                    display: none;
                }
            }

            .features__tabs {
                gap: 8px;
                justify-content: flex-start;
                overflow-x: auto;
                flex-wrap: nowrap;
                width: 100%;
                padding-bottom: 4px;
                -webkit-overflow-scrolling: touch;
            }

            .features__tab {
                flex-shrink: 0;
                font-size: 14px;
                padding: 8px 14px;

                svg {
                    width: 16px;
                    height: 16px;
                }
            }

            .features__panel {
                flex-direction: column;
                gap: 32px;
            }

            .features__panel-title {
                font-size: 28px;
                line-height: 34px;
                letter-spacing: -0.14px;
            }

            .features__image--wide {
                width: 100%;
                aspect-ratio: 4/3;
                height: auto;
                overflow: hidden;
                border-radius: 24px;
                background: #f0f0f0;

                img {
                    width: 100%;
                    height: 100%;
                    object-position: center;
                }
            }

            .features__image--square {
                width: 100%;
                aspect-ratio: 4/3;
                height: auto;

                img {
                    width: 100%;
                    height: 100%;
                }
            }
        }

        .how-it-works {
            padding: 0;

            .how-it-works__wrapper {
                gap: 24px;
                padding: 48px 0;
            }

            .how-it-works__title {
                font-size: 28px;
                line-height: 34px;
                letter-spacing: -0.14px;
                text-align: left;
            }

            .how-it-works__steps {
                flex-direction: column;
                gap: 0;
            }

            .how-it-works__step {
                flex-direction: row;
                gap: 20px;
                align-items: stretch;
            }

            .how-it-works__indicator {
                flex-direction: column;
                gap: 8px;
                width: auto;
                align-self: stretch;
                justify-content: center;
                align-items: center;
            }

            .how-it-works__line {
                flex: 1;
                width: 1px;
                height: auto;
            }

            .how-it-works__circle {
                width: 32px;
                height: 32px;
                font-size: 16px;
                line-height: 24px;
                background-size: contain;
            }

            .how-it-works__card-wrap {
                padding: 0;
                flex: 1;
                padding-bottom: 16px;
            }

            .how-it-works__card {
                padding: 20px;
                text-align: left;
                border-radius: 16px;
                gap: 4px;
            }

            .how-it-works__card-title {
                font-size: 18px;
                line-height: 26px;
                letter-spacing: 0.09px;
            }

            .how-it-works__card-text {
                font-size: 14px;
                line-height: 20px;
                letter-spacing: 0.14px;
            }
        }

        .feedback {
            overflow: hidden;
            background-color: rgb(255, 255, 255, 1);

            .feedback-title {
                color: var(--foreground-primary, #282828);
                font-feature-settings: 'liga' off;
                font-size: 28px;
                font-style: normal;
                font-weight: 700;
                line-height: 34px;
                letter-spacing: -0.14px;
            }

            .feedback-desc {
                color: var(--foreground-primary, #282828);
                font-feature-settings: 'liga' off;
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 24px;
                letter-spacing: 0.16px;

                br {
                    display: none;
                }
            }

            .splide__track {
                overflow: unset;
            }

            .splide__pagination {
                display: none;
            }

            .feedback-arrows {
                display: flex;
                gap: 16px;
            }

            .splide__arrow {
                padding: unset;

                svg {
                    width: 48px;
                    height: 48px;
                }
            }
        }

        .stats {
            padding: 0;

            .stats__wrapper {
                display: grid;
                grid-template-columns: 1fr 1fr;
                padding: 56px 0;
                column-gap: 32px;
                row-gap: 48px;
                align-items: start;
            }

            .stats__divider {
                display: none;
            }

            .stats__item {
                align-items: flex-start;
                text-align: left;
                gap: 12px;
                padding-top: 16px;
                border-top: 1px solid rgba(255, 255, 255, 0.1);
            }

            .stats__value {
                font-size: 32px;
                line-height: 32px;
                letter-spacing: -0.32px;
                font-weight: 600;
            }

            .stats__desc {
                font-size: 14px;
                line-height: 20px;
                letter-spacing: 0.14px;
                font-weight: 500;
            }
        }

        .features {
            padding: 56px 0;

            .features__header {
                align-items: flex-start;
                text-align: left;
            }

            .features__subtitle br {
                display: none;
            }

            .features__tabs {
                display: none;
            }

            .features__panels {
                display: block;
                width: 100%;
            }

            .features__panel {
                grid-area: unset;
                display: flex;
                flex-direction: column;
                opacity: 1;
                transform: none;
                visibility: visible;
                pointer-events: auto;
                transition: none;
                gap: 0;
                border-bottom: 1px solid #e4e4e4;
            }

            .features__accordion-header {
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding: 24px 0;
                cursor: pointer;
                width: 100%;
                gap: 12px;
            }

            .features__accordion-tab {
                display: flex;
                align-items: center;
                gap: 12px;
                flex: 1;

                svg {
                    flex-shrink: 0;
                    path { fill: #282828; }
                }
            }

            .features__accordion-name {
                font-family: Gilroy, sans-serif;
                font-weight: 600;
                font-size: 18px;
                line-height: 26px;
                letter-spacing: 0.18px;
                color: #282828;
            }

            .features__arrow {
                flex-shrink: 0;
                transition: transform 0.3s ease;
            }

            .features__panel.active .features__arrow {
                transform: rotate(180deg);
            }

            .features__content,
            .features__image {
                display: none;
            }

            .features__panel.active .features__image {
                display: block;
                order: 1;
                width: 100%;
                aspect-ratio: 16 / 9;
                height: auto;
                overflow: hidden;
                border-radius: 16px;
                background: #f0f0f0;
                margin-bottom: 24px;

                img {
                    width: 100%;
                    max-width: 100%;
                    height: 100%;
                    object-fit: cover;
                    object-position: left center;
                }
            }

            .features__panel.active .features__image--wide img {
                object-position: left center;
            }

            .features__panel.active .features__content {
                display: flex;
                order: 2;
                flex-direction: column;
                gap: 24px;
                padding-bottom: 24px;
                max-width: 100%;
            }

            .features__panel-title {
                font-size: 24px;
                line-height: 32px;
                letter-spacing: 0;
            }

            .features__btn {
                width: 100%;
                text-align: center;
                justify-content: center;
            }
        }

        .cta-banner {
            padding: 16px 0;

            .container {
                padding-left: 12px;
                padding-right: 12px;
            }

            .cta-banner__card {
                flex-direction: column;
                border-radius: 32px;
                align-items: center;
            }

            .cta-banner__image {
                order: -1;
                width: 100%;
                height: 270px;
                aspect-ratio: unset;
                flex: none;
            }

            .cta-banner__left {
                min-width: 0;
                width: 100%;
                padding: 0 24px 24px;
            }

            .cta-banner__content {
                gap: 24px;
                align-items: center;
                text-align: center;
            }

            .cta-banner__title {
                font-size: 28px;
                line-height: 34px;
                letter-spacing: -0.14px;
            }

            .cta-banner__perks {
                gap: 12px;
                justify-content: center;
            }

            .cta-banner__perk {
                font-size: 14px;
                line-height: 20px;
                letter-spacing: 0.14px;
                font-weight: 500;
            }

            .cta-banner__btn {
                width: 100%;
                align-self: stretch;
                text-align: center;
            }
        }

        .footer-minimal {
            padding-top: 32px;
            padding-bottom: 32px;

            .copyright {
                margin-bottom: 8px;
            }

            .footer-minimal__inner {
                gap: 32px;
            }
        }
    }
}

/* 2026-06-11: allow copying FAQ question text (.faq__header keeps user-select:none for accordion clicks) */
.faq__question {
    user-select: text;
}
