@font-face {
    font-family: 'google_sans';
    font-display: swap;
    src: url('/wp-content/themes/simplydepo/fonts/google_sans/GoogleSans-Regular.woff2') format('woff2'),
        url('/wp-content/themes/simplydepo/fonts/google_sans/GoogleSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'google_sans';
    font-display: swap;
    src: url('/wp-content/themes/simplydepo/fonts/google_sans/GoogleSans-Italic.woff2') format('woff2'),
        url('/wp-content/themes/simplydepo/fonts/google_sans/GoogleSans-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'google_sans';
    font-display: swap;
    src: url('/wp-content/themes/simplydepo/fonts/google_sans/GoogleSans-Medium.woff2') format('woff2'),
        url('/wp-content/themes/simplydepo/fonts/google_sans/GoogleSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'google_sans';
    font-display: swap;
    src: url('/wp-content/themes/simplydepo/fonts/google_sans/GoogleSans-MediumItalic.woff2') format('woff2'),
        url('/wp-content/themes/simplydepo/fonts/google_sans/GoogleSans-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'google_sans';
    font-display: swap;
    src: url('/wp-content/themes/simplydepo/fonts/google_sans/GoogleSans-Bold.woff2') format('woff2'),
        url('/wp-content/themes/simplydepo/fonts/google_sans/GoogleSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'google_sans';
    font-display: swap;
    src: url('/wp-content/themes/simplydepo/fonts/google_sans/GoogleSans-BoldItalic.woff2') format('woff2'),
        url('/wp-content/themes/simplydepo/fonts/google_sans/GoogleSans-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}

body {
    padding-top: 0px !important;
}

html {
    scroll-behavior: smooth;
}

.compare-v2-page section[id] {
    scroll-margin-top: 96px;
}

.compare-v2-body .lr-header__cta {
    flex-shrink: 0;
    text-decoration: none;
}

.compare-v2-body .lr-header__wrapper {
    gap: 24px;
}

.compare-v2-body .lr-header__nav {
    margin-left: auto;
}

@media (max-width: 768px) {
    .compare-v2-body .lr-header__wrapper {
        gap: 12px;
    }

    .compare-v2-body .lr-header__logo img {
        max-width: 146px;
    }

    .compare-v2-body .lr-header__cta {
        border-radius: 12px;
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        padding: 0 16px;
    }

    .compare-v2-page section[id] {
        scroll-margin-top: 76px;
    }


}

.compare-v2-hero__title {
    max-width: 540px;
}

.compare-v2-hero__title .compare-v2-hero__underline {
    color: #006746;
    text-decoration-line: underline;
    text-decoration-color: rgba(122, 204, 150, 0.3);
    text-decoration-thickness: 0.35em;
    text-underline-offset: -0.18em;
    text-decoration-skip-ink: none;
}

.compare-v2-hero-ratings {
    align-items: center;
    display: flex;
    gap: 12px;
    width: fit-content;
    margin-bottom: 48px;
}

.compare-v2-hero-ratings .business-socials__item {
    align-items: center;
    display: flex;
    gap: 8px;
}

.compare-v2-hero-ratings .business-socials__logo {
    align-items: center;
    display: flex;
    flex: 0 0 16px;
    height: 16px;
    justify-content: center;
    width: 16px;
}

.compare-v2-hero-ratings .business-socials__logo img {
    display: block;
    height: 16px;
    width: 16px;
}

.compare-v2-hero-ratings .business-socials__text {
    align-items: center;
    display: flex;
    gap: 4px;
    font-family: "Google Sans Flex", "Google Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    white-space: nowrap;
}

/*.compare-v2-hero-ratings .business-socials__rating {*/
/*    color: #282828!important;*/
/*}*/

.compare-v2-hero-ratings .business-socials__label {
    color: #777777;
}

.compare-v2-hero-ratings .business-socials__divider {
    background: rgba(0, 0, 0, 0.1);
    flex: 0 0 1px;
    height: 16px;
    width: 1px;
}

.compare-v2-logo-strip {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 1178px;
    width: 100%;
}

.compare-v2-logo-strip__title {
    color: rgba(0, 0, 0, 0.75);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    text-align: center;
    white-space: nowrap;
}

.compare-v2-logo-strip__grid {
    align-items: stretch;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    display: flex;
    max-width: 1178px;
    overflow: hidden;
    width: 100%;
}

.compare-v2-logo-strip__cell {
    align-items: center;
    aspect-ratio: 200 / 96;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    flex: 1 1 0;
    justify-content: center;
    min-width: 0;
    padding: 0 24px;
}

.compare-v2-logo-strip__cell:last-child {
    border-right: 0;
}

.compare-v2-logo-strip__cell img {
    display: block;
    filter: grayscale(1);
    height: auto;
    max-width: 100%;
    object-fit: contain;
}

@media (max-width: 1199px) {
    body {
        padding-top: 0px !important;
    }
}


.compare-v2-mobile-workflow {
    background: #ffffff;
    padding: 104px 0 88px;
}

.compare-v2-mobile-workflow__inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 80px;
    margin: 0 auto;
    max-width: 1178px;
    width: 100%;
}

.compare-v2-mobile-workflow__header {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 720px;
    text-align: center;
    width: 100%;
}

.compare-v2-mobile-workflow__eyebrow,
.compare-v2-mobile-workflow__title,
.compare-v2-mobile-workflow__description {
    font-family: "Google Sans Flex", "Google Sans", Arial, sans-serif;
    margin: 0;
}

.compare-v2-mobile-workflow__eyebrow {
    color: #006746;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.56px;
    line-height: 20px;
    text-transform: uppercase;
}

.compare-v2-mobile-workflow__title {
    color: #262626;
    font-size: 44px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 48px;
}

.compare-v2-mobile-workflow__description {
    color: rgba(0, 0, 0, 0.75);
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.compare-v2-mobile-workflow__body {
    align-items: flex-start;
    display: flex;
    gap: 64px;
    width: 100%;
}

.compare-v2-mobile-workflow__image {
    aspect-ratio: 1 / 1;
    flex: 1 1 0;
    min-width: 0;
    order: 2;
    overflow: hidden;
    position: relative;
}

.compare-v2-mobile-workflow__image img {
    display: block;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    transition: opacity 0.22s ease;
    width: 100%;
}

.compare-v2-mobile-workflow--wide {
    overflow: hidden;
}

.compare-v2-mobile-workflow--wide .compare-v2-mobile-workflow__body {
    gap: 56px;
    min-height: 640px;
    position: relative;
}

.compare-v2-mobile-workflow--wide .compare-v2-mobile-workflow__image {
    aspect-ratio: auto;
    bottom: auto;
    flex: none;
    height: 640px;
    left: 536px;
    min-width: 0;
    order: initial;
    overflow: visible;
    position: absolute;
    right: calc(-1 * max(0px, (100vw - 1178px) / 2));
    top: 0;
}

.compare-v2-mobile-workflow--wide .compare-v2-mobile-workflow__image img {
    height: 640px;
    max-width: none;
    min-width: 0;
    object-fit: contain;
    object-position: left center;
    width: auto;
}

.compare-v2-mobile-workflow--wide .compare-v2-mobile-workflow__accordion {
    position: relative;
    z-index: 2;
}

.compare-v2-mobile-workflow__accordion {
    align-items: flex-start;
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    max-width: 480px;
    min-width: 0;
    order: 1;
}

.compare-v2-mobile-workflow__item {
    background: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);

    display: flex;
    flex-direction: column;
    margin-bottom: -1px;
    padding: 24px 0;
    position: relative;
    width: 100%;
}

.compare-v2-mobile-workflow__item.is-active {
    border-bottom: 0;
    gap: 0;
}

.compare-v2-mobile-workflow__item.is-active + .compare-v2-mobile-workflow__item {
    border-top: 0;
}

.compare-v2-mobile-workflow__accordion .compare-v2-mobile-workflow__item:last-child.is-active {
    border-bottom: 0;
}

.compare-v2-mobile-workflow__tab {
    align-items: center;
    appearance: none;
    background: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 0;
    text-align: left;
    width: 100%;
}

.compare-v2-mobile-workflow__tab:focus-visible {
    outline: 2px solid #006746;
    outline-offset: 6px;
}

.compare-v2-mobile-workflow__tab-label {
    align-items: center;
    color: rgba(0, 0, 0, 0.75);
    display: flex;
    font-family: "Google Sans Flex", "Google Sans", Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    gap: 12px;
    line-height: 28px;
    white-space: nowrap;
}

.compare-v2-mobile-workflow__item.is-active .compare-v2-mobile-workflow__tab-label {
    color: #262626;
}

.compare-v2-mobile-workflow__icon {
    background-color: currentColor;
    display: inline-block;
    flex: 0 0 24px;
    height: 24px;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: 24px 24px;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 24px 24px;
    opacity: 0.55;
    transition: opacity 0.2s ease;
    width: 24px;
}

.compare-v2-mobile-workflow__item.is-active .compare-v2-mobile-workflow__icon {
    opacity: 1;
}

.compare-v2-mobile-workflow__icon-image {
    display: block;
    flex: 0 0 24px;
    height: 24px;
    object-fit: contain;
    opacity: 0.55;
    transition: opacity 0.2s ease;
    width: 24px;
}

.compare-v2-mobile-workflow__item.is-active .compare-v2-mobile-workflow__icon-image {
    opacity: 1;
}

.compare-v2-mobile-workflow__icon--phone {
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 3h-7A2.5 2.5 0 0 0 6 5.5v13A2.5 2.5 0 0 0 8.5 21h7a2.5 2.5 0 0 0 2.5-2.5v-13A2.5 2.5 0 0 0 15.5 3ZM10 6h4M11 18h2' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 3h-7A2.5 2.5 0 0 0 6 5.5v13A2.5 2.5 0 0 0 8.5 21h7a2.5 2.5 0 0 0 2.5-2.5v-13A2.5 2.5 0 0 0 15.5 3ZM10 6h4M11 18h2' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}

.compare-v2-mobile-workflow__icon--clipboard {
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 4h6l1 2h2a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2l1-2Z' stroke='black' stroke-width='1.5'/%3E%3Cpath d='m8.5 13 2 2 5-5' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 4h6l1 2h2a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2l1-2Z' stroke='black' stroke-width='1.5'/%3E%3Cpath d='m8.5 13 2 2 5-5' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.compare-v2-mobile-workflow__icon--route {
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 7.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5ZM17.5 21.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5ZM6.5 7.5v2A2.5 2.5 0 0 0 9 12h6a2.5 2.5 0 0 1 2.5 2.5v2' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 7.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5ZM17.5 21.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5ZM6.5 7.5v2A2.5 2.5 0 0 0 9 12h6a2.5 2.5 0 0 1 2.5 2.5v2' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}

.compare-v2-mobile-workflow__icon--users {
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 11a4 4 0 1 0 0-8 4 4 0 0 0 0 8ZM2.5 20c.8-4 3.2-6 6.5-6s5.7 2 6.5 6M17 11a3 3 0 1 0 0-6M16 14c2.8.3 4.6 2.3 5.5 6' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 11a4 4 0 1 0 0-8 4 4 0 0 0 0 8ZM2.5 20c.8-4 3.2-6 6.5-6s5.7 2 6.5 6M17 11a3 3 0 1 0 0-6M16 14c2.8.3 4.6 2.3 5.5 6' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}

.compare-v2-mobile-workflow__icon--globe {
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 21a9 9 0 1 0 0-18 9 9 0 0 0 0 18ZM3.5 12h17M12 3c2.2 2.4 3.3 5.4 3.3 9S14.2 18.6 12 21M12 3C9.8 5.4 8.7 8.4 8.7 12S9.8 18.6 12 21' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 21a9 9 0 1 0 0-18 9 9 0 0 0 0 18ZM3.5 12h17M12 3c2.2 2.4 3.3 5.4 3.3 9S14.2 18.6 12 21M12 3C9.8 5.4 8.7 8.4 8.7 12S9.8 18.6 12 21' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}

.compare-v2-mobile-workflow__icon--phone,
.compare-v2-mobile-workflow__icon--clipboard,
.compare-v2-mobile-workflow__icon--route,
.compare-v2-mobile-workflow__icon--users,
.compare-v2-mobile-workflow__icon--globe {
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    mask-image: none;
    -webkit-mask-image: none;
}

.compare-v2-mobile-workflow__icon--phone {
    background-image: url("../images/compare-v2-workflow-mobile.svg");
    background-size: 18px 22px;
}

.compare-v2-mobile-workflow__icon--clipboard {
    background-image: url("../images/compare-v2-workflow-retail.svg");
    background-size: 24px 24px;
}

.compare-v2-mobile-workflow__icon--route {
    background-image: url("../images/compare-v2-workflow-route.svg");
    background-size: 24px 24px;
}

.compare-v2-mobile-workflow__icon--users {
    background-image: url("../images/compare-v2-workflow-customer.svg");
    background-size: 24px 24px;
}

.compare-v2-mobile-workflow__icon--globe {
    background-image: url("../images/compare-v2-workflow-b2b.svg");
    background-size: 24px 24px;
}

.compare-v2-mobile-workflow__chevron {
    color: rgba(0, 0, 0, 0.75);
    flex: 0 0 24px;
    height: 24px;
    position: relative;
    width: 24px;
}

.compare-v2-mobile-workflow__chevron::before {
    border-right: 1.5px solid currentColor;
    border-top: 1.5px solid currentColor;
    content: "";
    height: 7px;
    left: 8px;
    position: absolute;
    top: 6px;
    transform: rotate(135deg);
    transition: top 0.24s ease, transform 0.24s ease;
    width: 7px;
}

.compare-v2-mobile-workflow__item.is-active .compare-v2-mobile-workflow__chevron::before {
    top: 10px;
    transform: rotate(-45deg);
}

.compare-v2-mobile-workflow__content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: auto;
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transform: translateY(-4px);
    transition: max-height 0.34s ease, margin-top 0.34s ease, opacity 0.24s ease, transform 0.34s ease;
    width: 100%;
}

.compare-v2-mobile-workflow__item.is-active .compare-v2-mobile-workflow__content {
    margin-top: 24px;
    max-height: none;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.compare-v2-mobile-workflow__content[aria-hidden="true"] {
    max-height: 0;
}

.compare-v2-mobile-workflow__mobile-image {
    display: none;
}

.compare-v2-mobile-workflow__mobile-image img {
    display: block;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    width: 100%;
}

.compare-v2-mobile-workflow__copy {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.compare-v2-mobile-workflow__copy h3,
.compare-v2-mobile-workflow__copy p {
    font-family: "Google Sans Flex", "Google Sans", Arial, sans-serif;
    margin: 0;
    width: 100%;
}

.compare-v2-mobile-workflow__copy h3 {
    color: #262626;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 36px;
}

.compare-v2-mobile-workflow__copy p {
    color: rgba(0, 0, 0, 0.75);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.compare-v2-mobile-workflow__button {
    align-items: center;
    background: #282828;
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    font-family: "Google Sans Flex", "Google Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    line-height: 24px;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.2s ease;
    white-space: nowrap;
}

.compare-v2-mobile-workflow__button:hover,
.compare-v2-mobile-workflow__button:focus {
    background: #111111;
    color: #ffffff;
    transform: translateY(-1px);
}


/* ОНОВЛЕНИЙ КОД ДЛЯ ТВОГО CSS ФАЙЛУ */
/* ==========================================================================
   ФІКС НИЖНЬОЇ СІРОЇ ЛІНІЇ ДЛЯ АКТИВНОГО ЕЛЕМЕНТА
   ========================================================================== */

.compare-v2-mobile-workflow__item.is-active {
    /* Повертаємо таку саму сіру лінію знизу, як у макеті */
    border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
    
    /* Компенсуємо марджин, щоб сітка не смикалася при відкритті */
    margin-bottom: 0 !important; 
}

/* Якщо у тебе наступний елемент після активного ховає свій border-top, 
   повертаємо його, щоб лінії не дублювалися і не зникали */
.compare-v2-mobile-workflow__item.is-active + .compare-v2-mobile-workflow__item {
    border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
}


/* ==========================================================================
   КОРЕКТНЕ ПОЗИЦІОНУВАННЯ ВЕРХНЬОЇ ЧОРНОЇ ЛІНІЇ
   ========================================================================== */

.compare-v2-mobile-workflow__progress {
    --compare-workflow-progress: 0%;
    background: transparent;
    height: 2px;
    left: 0;
    width: 100%;
    overflow: hidden;
    display: none;
    
    /* Центруємо чорну лінію прогресу строго по осі верхнього бордера */
    position: absolute !important;
    top: 0 !important;
    transform: translateY(-50%) !important;
    
    z-index: 10 !important;
}

/* Показуємо прогрес-бар лише в активному стані */
.compare-v2-mobile-workflow__item.is-active .compare-v2-mobile-workflow__progress {
    display: block !important;
}

/* Анімація чорної лінії */
.compare-v2-mobile-workflow__progress::before {
    background: #282828;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: width 0s linear;
    width: var(--compare-workflow-progress);
}

.compare-v2-mobile-workflow__progress.is-animating::before {
    transition-duration: 8s;
}

.compare-v2-mobile-workflow__item:not(.is-active) .compare-v2-mobile-workflow__progress::before {
    width: 0;
}
/* .compare-v2-mobile-workflow__progress {
    --compare-workflow-progress: 0%;
    background: rgba(40, 40, 40, 0.16);
    flex: 0 0 2px;
    height: 2px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.compare-v2-mobile-workflow__progress::before {
    background: #282828;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: width 0s linear;
    width: var(--compare-workflow-progress);
}

.compare-v2-mobile-workflow__progress.is-animating::before {
    transition-duration: 8s;
}

.compare-v2-mobile-workflow__item:not(.is-active) .compare-v2-mobile-workflow__progress::before {
    width: 0;
} */

@media (prefers-reduced-motion: reduce) {
    .compare-v2-mobile-workflow__content,
    .compare-v2-mobile-workflow__chevron::before,
    .compare-v2-mobile-workflow__image img {
        transition: none;
    }

    .compare-v2-mobile-workflow__progress::before {
        transition: none;
    }
}

.compare-v2-platform-fit {
    background: #ffffff;
    padding: 80px 0;
}

.compare-v2-platform-fit__inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 64px;
    margin: 0 auto;
    max-width: 1178px;
    width: 100%;
}

.compare-v2-platform-fit__header {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    width: 100%;
}

.compare-v2-platform-fit__eyebrow,
.compare-v2-platform-fit__title,
.compare-v2-platform-fit__description {
    font-family: "Google Sans Flex", "Google Sans", Arial, sans-serif;
    margin: 0;
}

.compare-v2-platform-fit__eyebrow {
    color: #006746;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.56px;
    line-height: 20px;
    text-transform: uppercase;
}

.compare-v2-platform-fit__title {
    color: #262626;
    font-size: 44px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 48px;
}

.compare-v2-platform-fit__description {
    color: rgba(0, 0, 0, 0.75);
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    max-width: 656px;
}

.compare-v2-platform-fit__table {
    align-items: flex-start;
    background: #f7f7f7;
    border-radius: 20px;
    display: flex;
    overflow: hidden;
    padding: 2px 2px 2px 0;
    width: 100%;
}

.compare-v2-platform-fit__cell compare-v2-platform-fit__cell--head{
    align-items: end;
}


.compare-v2-platform-fit__col {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
}

.compare-v2-platform-fit__col--capability {
    max-width: 440px;
}

.compare-v2-platform-fit__col--simplydepo {
    background: #ffffff;
    border: 3px solid #006746;
    border-radius: 20px;
    margin: 0;
    position: relative;
    z-index: 9999;
}

.compare-v2-platform-fit__col--pepperi {
    background: #ffffff;
    border-radius: 0 18px 18px 0;
    margin-left: -20px;
    padding-left: 20px;
}

.compare-v2-platform-fit__cell,
.compare-v2-platform-fit__brand {
    border-bottom: 1px solid #ebebeb;
    box-sizing: border-box;
    font-family: "Google Sans Flex", "Google Sans", Arial, sans-serif;
}

.compare-v2-platform-fit__cell {
    align-items: center;
    color: #262626;
    display: flex;
    font-size: 18px;
    font-weight: 400;
    height: 64px;
    line-height: 26px;
    overflow: hidden;
    padding: 0 28px;
}

.compare-v2-platform-fit__cell--head {
    color: rgba(0, 0, 0, 0.55);
    height: 96px;
    justify-content: flex-end;
    padding-bottom: 20px;
}

.compare-v2-platform-fit__cell--center {
    color: rgba(0, 0, 0, 0.75);
    font-size: 16px;
    justify-content: center;
    line-height: 24px;
    padding: 0 16px;
    text-align: center;
}

.compare-v2-platform-fit__col--simplydepo .compare-v2-platform-fit__cell--center {
    color: #006746;
}

.compare-v2-platform-fit__brand {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: 93px;
    justify-content: center;
    padding: 16px;
    text-align: center;
}
.compare-v2-platform-fit__brands
.compare-v2-platform-fit__brand:nth-child(3) {
    height: 96px;
}
.compare-v2-platform-fit__brand p {
    font-family: "Google Sans Flex", "Google Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    white-space: nowrap;
}

.compare-v2-platform-fit__brand--simplydepo {
    background: #006746;
    border-bottom: 0;
    color: rgba(255, 255, 255, 0.8);
}

.compare-v2-platform-fit__brand--pepperi {
    background: #ffffff;
    border-radius: 0 18px 0 0;
    color: rgba(0, 0, 0, 0.75);
    height: 96px;
}
.book-a-demo_badges_wrapper{
    display: flex;
    align-items: center;
    gap: 6px;
}
.landing-page-retail {
    & .hero {
        & .hero__intro {
            .book-a-demo__form {
                grid-area: form;
                margin-top: 43.5px;
            }
        }
    }
}
.compare-v2-platform-fit__col .compare-v2-platform-fit__col--simplydepo.compare-v2-platform-fit__cell{
    color: #006746;
}

.compare-v2-platform-fit__brand--pepperi strong {
    color: #262626;
    font-family: "Google Sans Flex", "Google Sans", Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;

}

.compare-v2-platform-fit__logo {
    align-items: center;
    color: #ffffff;
    display: flex;
    font-family: "Google Sans Flex", "Google Sans", Arial, sans-serif;
    font-size: 22px;
    font-weight: 500;
    gap: 7px;
    line-height: 22px;
    white-space: nowrap;
}

.compare-v2-platform-fit__logo span {
    background: #ffffff;
    border-radius: 50%;
    display: inline-block;
    height: 22px;
    width: 22px;
}

.compare-v2-platform-fit__check,
.compare-v2-platform-fit__dash,
.compare-v2-platform-fit__x {
    display: inline-block;
    position: relative;
}

.compare-v2-platform-fit__check {
    height: 24px;
    width: 24px;
}

.compare-v2-platform-fit__check::after {
    border: solid #006746;
    border-width: 0 2px 2px 0;
    content: "";
    height: 11px;
    left: 8px;
    position: absolute;
    top: 4px;
    transform: rotate(45deg);
    width: 6px;
}

.compare-v2-platform-fit__dash {
    background: rgba(0, 0, 0, 0.55);
    height: 1px;
    width: 12px;
}

.compare-v2-platform-fit__limited {
    align-items: center;
    color: rgba(0, 0, 0, 0.75);
    display: inline-flex;
    font-family: "Google Sans Flex", "Google Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    gap: 8px;
    line-height: 24px;
}

.compare-v2-platform-fit__limited svg {
    flex: 0 0 24px;
}

.compare-v2-platform-fit__x {
    height: 20px;
    width: 20px;
}

.compare-v2-platform-fit__x::before,
.compare-v2-platform-fit__x::after {
    background: #999999;
    content: "";
    height: 2px;
    left: 3px;
    position: absolute;
    top: 9px;
    width: 14px;
}

.compare-v2-platform-fit__x::before {
    transform: rotate(45deg);
}

.compare-v2-platform-fit__x::after {
    transform: rotate(-45deg);
}

.compare-v2-platform-fit__col--capability .compare-v2-platform-fit__cell:last-child,
.compare-v2-platform-fit__col--simplydepo .compare-v2-platform-fit__cell:last-child,
.compare-v2-platform-fit__col--pepperi .compare-v2-platform-fit__cell:last-child {
    border-bottom: 0;
}

.compare-v2-ready-team {
    background: #ffffff;
    padding: 0 0 80px;
    padding-top: 16px;
}

.compare-v2-ready-team__card {
    align-items: center;
    background: #faf5f0;
    border-radius: 32px;
    display: flex;
    gap: 24px;
    margin: 0 auto;
    max-width: 1178px;
    overflow: hidden;
    width: 100%;
    justify-content: space-between;
}

.compare-v2-ready-team__content {
    align-items: flex-start;
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    min-width: 0;
    padding-left: 56px;
    padding-bottom: 56px;
    padding-top: 56px;
    width: 100%;
    max-width: 500px;
}

.compare-v2-ready-team__title {
    color: #262626;
    font-family: "Google Sans Flex", "Google Sans", Arial, sans-serif;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 40px;
    margin-bottom: 12px;
    margin-top: 0px;
}

.compare-v2-ready-team__text {
    color: rgba(0, 0, 0, 0.75);
    font-family: "Google Sans Flex", "Google Sans", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin: -12px 0 0;
    max-width: 406px;
}
.compare-v2-ready-team__button{
    margin-top: 24px;
}
.compare-v2-ready-team__button {
    align-items: center;
    background: #282828;
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    font-family: "Google Sans Flex", "Google Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    line-height: 24px;
    min-height: 44px;
    padding: 10px 24px;
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.2s ease;
    white-space: nowrap;
}

.compare-v2-ready-team__button:hover,
.compare-v2-ready-team__button:focus {
    background: #111111;
    color: #ffffff;
    transform: translateY(-1px);
}

.compare-v2-ready-team__preview {
    align-items: flex-end;
    display: flex;
    flex: 1 1 0;

    justify-content: flex-end;
    min-width: 0;
    max-width: 586px;

}

.compare-v2-ready-team__preview img {
    display: block;

    max-width: 100%;


}


.compare-v2-orders-card {
    background: #ffffff;
    border-radius: 17px;
    box-shadow: 0 18px 55px rgba(34, 30, 24, 0.06);
    display: flex;
    flex-direction: column;
    gap: 16px;
    left: 45%;
    overflow: hidden;
    padding: 21px;
    position: absolute;
    top: 29px;
    transform: translateX(-50%);
    width: 512px;
}

.compare-v2-orders-card__top,
.compare-v2-orders-card__customer,
.compare-v2-orders-card__new-order,
.compare-v2-orders-card__stats,
.compare-v2-orders-card__tabs {
    align-items: center;
    display: flex;
}

.compare-v2-orders-card__top {
    justify-content: space-between;
}

.compare-v2-orders-card__customer {
    gap: 15px;
    min-width: 0;
}

.compare-v2-orders-card__avatar {
    align-items: center;
    background: linear-gradient(135deg, #0b6a4b 0%, #e7c78b 100%);
    border: 2px solid #f4efe7;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    flex: 0 0 38px;
    font-size: 11px;
    font-weight: 700;
    height: 38px;
    justify-content: center;
    letter-spacing: 0;
    width: 38px;
}

.compare-v2-orders-card__name,
.compare-v2-orders-card__address {
    font-family: "Google Sans Flex", "Google Sans", Arial, sans-serif;
    margin: 0;
    white-space: nowrap;
}

.compare-v2-orders-card__name {
    color: #2b2b2b;
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
}

.compare-v2-orders-card__address {
    color: #707070;
    font-size: 11px;
    line-height: 15px;
    margin-top: 4px;
}

.compare-v2-orders-card__new-order {
    background: #409a65;
    border-radius: 10px;
    color: #ffffff;
    flex: 0 0 auto;
    font-family: "Google Sans Flex", "Google Sans", Arial, sans-serif;
    font-size: 11px;
    gap: 6px;
    justify-content: center;
    line-height: 17px;
    padding: 6px 12px;
    white-space: nowrap;
}

.compare-v2-orders-card__new-order span {
    font-size: 14px;
    line-height: 12px;
}

.compare-v2-orders-card__stats {
    gap: 13px;
}

.compare-v2-orders-card__stat {
    background: #f7f7f7;
    border-radius: 8px;
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 5px;
    min-width: 0;
    padding: 10px;
}

.compare-v2-orders-card__stat span,
.compare-v2-orders-card__stat strong {
    font-family: "Google Sans Flex", "Google Sans", Arial, sans-serif;
}

.compare-v2-orders-card__stat span {
    color: #777777;
    font-size: 10px;
    line-height: 12px;
}

.compare-v2-orders-card__stat strong {
    color: #313131;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}

.compare-v2-orders-card__tabs {
    border-bottom: 1px solid #e9e9e9;
    gap: 8px;
    padding-top: 1px;
}

.compare-v2-orders-card__tab {
    color: #707070;
    font-family: "Google Sans Flex", "Google Sans", Arial, sans-serif;
    font-size: 9px;
    line-height: 16px;
    padding: 0 4px 4px;
    position: relative;
    white-space: nowrap;
}

.compare-v2-orders-card__tab--active {
    color: #006746;
}

.compare-v2-orders-card__tab--active::after {
    background: #006746;
    border-radius: 999px;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
}

.compare-v2-orders-card__table-wrap {
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    height: 197px;
    overflow: hidden;
}

.compare-v2-orders-card__table {
    border-collapse: collapse;
    font-family: "Google Sans Flex", "Google Sans", Arial, sans-serif;
    table-layout: fixed;
    width: 100%;
}

.compare-v2-orders-card__table th,
.compare-v2-orders-card__table td {
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    color: #333333;
    font-size: 9px;
    font-weight: 400;
    height: 28px;
    line-height: 14px;
    overflow: hidden;
    padding: 7px;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
}

.compare-v2-orders-card__table th {
    color: #777777;
    text-align: left;
}

.compare-v2-orders-card__table th:first-child,
.compare-v2-orders-card__table td:first-child {
    text-align: center;
    width: 31px;
}

.compare-v2-orders-card__table th:nth-child(2),
.compare-v2-orders-card__table td:nth-child(2) {
    width: 48px;
}

.compare-v2-orders-card__table th:nth-child(4),
.compare-v2-orders-card__table td:nth-child(4) {
    width: 64px;
}

.compare-v2-orders-card__table th:nth-child(5),
.compare-v2-orders-card__table td:nth-child(5) {
    width: 151px;
}

.compare-v2-orders-card__table th:last-child,
.compare-v2-orders-card__table td:last-child {
    border-right: 0;
    text-align: right;
    width: 63px;
}

.compare-v2-orders-card__table tbody tr:last-child td {
    border-bottom: 0;
}

.compare-v2-orders-card__check {
    border: 1px solid #b8b8b8;
    border-radius: 1px;
    display: inline-block;
    height: 7px;
    position: relative;
    width: 7px;
}

.compare-v2-orders-card__check.is-checked {
    background: #409a65;
    border-color: #409a65;
}

.compare-v2-orders-card__check.is-checked::after {
    border: solid #ffffff;
    border-width: 0 1px 1px 0;
    content: "";
    height: 4px;
    left: 2px;
    position: absolute;
    top: 0;
    transform: rotate(45deg);
    width: 2px;
}

.compare-v2-orders-card__status {
    border-radius: 24px;
    display: inline-flex;
    line-height: 14px;
    padding: 1px 6px;
}

.compare-v2-orders-card__status--paid {
    background: #edf5ec;
    color: #409a65;
}

.compare-v2-orders-card__status--pending {
    background: #fdf0d9;
    color: #9c4d2e;
}

.compare-v2-orders-card__status--overdue {
    background: #eaeaea;
    color: #666666;
}

.compare-v2-orders-card__fulfillment {
    align-items: center;
    color: #666666;
    display: inline-flex;
    gap: 4px;
}

.compare-v2-orders-card__fulfillment::before {
    border-radius: 50%;
    content: "";
    flex: 0 0 4px;
    height: 4px;
    width: 4px;
}

.compare-v2-orders-card__fulfillment--green::before {
    background: #409a65;
}

.compare-v2-orders-card__fulfillment--orange::before {
    background: #d88a35;
}

.compare-v2-orders-card__fulfillment--gray::before {
    background: #888888;
}

.compare-v2-testimonial {
    background: #ffffff;
    padding: 80px 0;
}

.compare-v2-testimonial__inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 48px;
    margin: 0 auto;
    max-width: 1178px;
    width: 100%;
}

.compare-v2-testimonial__header {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    width: 100%;
}

.compare-v2-testimonial__title,
.compare-v2-testimonial__description {
    font-family: "Google Sans Flex", "Google Sans", Arial, sans-serif;
    margin: 0;
}

.compare-v2-testimonial__title {
    color: #262626;
    font-size: 44px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 48px;
    width: 100%;
}

.compare-v2-testimonial__description {
    color: rgba(0, 0, 0, 0.75);
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    max-width: 640px;
    width: 100%;
}

.compare-v2-testimonial__card {
    align-items: stretch;
    background: #1a1a1a;
    border-radius: 32px;
    display: flex;
    gap: 16px;
    max-width: 1178px;
    overflow: hidden;
    padding: 16px;
    width: 100%;
}

.compare-v2-testimonial__content {
    align-items: flex-start;
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 80px;
    min-width: 0;
    padding: 24px;
}

.compare-v2-testimonial__quote-wrap {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 28px;
    width: 100%;
}

.compare-v2-testimonial__badge {
    align-items: center;
    background: rgba(68, 197, 121, 0.16);
    border-radius: 32px;
    color: #aaf2c2;
    display: inline-flex;
    font-family: "Google Sans Flex", "Google Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 5px 16px;
    white-space: nowrap;
}

.compare-v2-testimonial__quote {
    color: #ffffff;
    font-family: "Google Sans Flex", "Google Sans", Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    width: 100%;
}

.compare-v2-testimonial__author {
    align-items: center;
    display: flex;
    gap: 12px;
    width: 100%;
}

.compare-v2-testimonial__avatar {
    border-radius: 999px;
    display: block;
    flex: 0 0 44px;
    height: 44px;
    object-fit: cover;
    width: 44px;
}

.compare-v2-testimonial__name,
.compare-v2-testimonial__role {
    font-family: "Google Sans Flex", "Google Sans", Arial, sans-serif;
    font-weight: 400;
    margin: 0;
    width: 100%;
}

.compare-v2-testimonial__name {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
}

.compare-v2-testimonial__role {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 20px;
}

.compare-v2-testimonial__stats {
    display: flex;
    gap: 24px;
    width: 100%;
}

.compare-v2-testimonial__stat {
    align-items: center;
    display: flex;
    flex: 1 1 0;
    gap: 16px;
    min-width: 0;
}

.compare-v2-testimonial__stat-line {
    align-self: stretch;
    background: rgba(255, 255, 255, 0.2);
    flex: 0 0 2px;
    width: 2px;
}

.compare-v2-testimonial__stat strong,
.compare-v2-testimonial__stat span {
    display: block;
    font-family: "Google Sans Flex", "Google Sans", Arial, sans-serif;
    width: 100%;
}

.compare-v2-testimonial__stat strong {
    color: #ffffff;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 32px;
    margin-bottom: 8px;
}

.compare-v2-testimonial__stat span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.compare-v2-testimonial__image {
    align-items: center;
    border-radius: 16px;
    display: flex;
    flex: 1 1 0;
    min-width: 0;
    overflow: hidden;
    position: relative;
}

.compare-v2-testimonial__image img {
    display: block;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    width: 100%;
}

@media (max-width: 767px) {
    .landing-page-retail .compare-v2-hero.hero {
        background: #f7f1ec;
        padding: 32px 0;
    }
    .compare-v2-mobile-workflow__mobile-image img{
        height: unset;
    }

    .compare-v2-body .compare-v2-hero .container {
        padding-left: 20px;
        padding-right: 20px;
    }


    .compare-v2-body .compare-v2-hero .hero__content {
        width: 100%;
    }

    .compare-v2-body .compare-v2-hero .hero__intro {
        display: grid;
        gap: 0;
        grid-template-areas:
            "header"
            "text"
            "list"
            "form"
            "brands";
        grid-template-columns: 1fr;
        max-width: 350px;
    }

    .compare-v2-body .compare-v2-hero .hero__header {
        margin-bottom: 24px;
    }

    .compare-v2-body .compare-v2-hero .hero__subtitle {
        color: #006746;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: .06em;
        line-height: 16px;
        margin-bottom: 24px;
        text-transform: uppercase;
    }



    .compare-v2-body .compare-v2-hero .hero__title {
        font-size: 30px;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 40px;
    }

    .compare-v2-hero__title .compare-v2-hero__underline {
        text-decoration-thickness: .28em;
        text-underline-offset: -.16em;
    }

    .compare-v2-body .compare-v2-hero .hero__text {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .compare-v2-hero-ratings {
        gap: 12px;
        margin-bottom: 32px;
    }

    .compare-v2-hero-ratings .business-socials__text {
        font-size: 15px;
        line-height: 20px;
    }

    .compare-v2-hero-ratings .business-socials__divider {
        height: 18px;
    }

    .compare-v2-body .compare-v2-hero .book-a-demo__form {
        background: #ffffff;
        border-radius: 16px;
        box-shadow: none;
        margin-top: 0;
        max-width: 350px;
        padding: 20px;
        width: 100%;
    }

    .compare-v2-body .compare-v2-hero .book-a-demo__title,
    .compare-v2-body .compare-v2-hero .book-a-demo-subtitle {
        display: none;
    }

    .compare-v2-body .compare-v2-hero .book-a-demo__form .wpcf7-form > *:not(:last-child) {
        margin-bottom: 16px;
        margin-top: 0;
    }

    .compare-v2-body .compare-v2-hero .book-a-demo__form .field-title {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 8px;
    }

    .compare-v2-body .compare-v2-hero .wpcf7-form-control-wrap input,
    .compare-v2-body .compare-v2-hero .wpcf7-form-control-wrap select,
    .compare-v2-body .compare-v2-hero .wpcf7-form-control-wrap .iti__tel-input {
        border-color: #d9d9d9;
        border-radius: 10px;
        height: 44px;
    }

    .compare-v2-body .compare-v2-hero .wpcf7-form-control-wrap select {
        -webkit-appearance: none;
        appearance: none;
        background-color: #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-position: right 12px center;
        background-repeat: no-repeat;
        background-size: 10px;
        padding-right: 40px;
    }

    .compare-v2-body .compare-v2-hero .case-study__form .button {
        height: 44px;
        margin-top: 24px;
        width: 100%;
    }

    .compare-v2-body .compare-v2-hero .book-a-demo__badges {
        align-items: center;
        display: flex;
        gap: 8px;
        justify-content: center;
        margin-top: 14px;
        width: 100%;
    }

    .compare-v2-body .compare-v2-hero .book-a-demo_badges_wrapper {
        gap: 0;
    }

    .compare-v2-body .compare-v2-hero .book-a-demo_badges_wrapper svg {
        display: none;
    }

    .compare-v2-body .compare-v2-hero .book-a-demo_badges_wrapper:not(:last-child)::after {
        color: rgba(0, 0, 0, .55);
        content: "•";
        font-size: 13px;
        line-height: 18px;
        margin-left: 8px;
    }

    .compare-v2-body .compare-v2-hero .book-a-demo__badge {
        color: rgba(0, 0, 0, .75);
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
        white-space: nowrap;

    }

    .compare-v2-body .compare-v2-hero .hero__brands {
        margin-top: 32px;
        margin-bottom: 32px;
        width: 100%;
    }

    .compare-v2-body .compare-v2-hero .brands__list {
        display: grid;
        gap: 0 17px;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        justify-items: center;
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }

    .compare-v2-body .compare-v2-hero .brands__item {
        align-items: center;
        display: flex;
        justify-content: center;
        width: 66px;
    }

    .compare-v2-body .compare-v2-hero .brands__item img {
        max-width: 66px;
        width: 100%;
    }

    .compare-v2-logo-strip {
        gap: 0;
        margin-top: 0;
        /*max-width: 350px;*/
        overflow: visible;
        width: 100%;
    }

    .compare-v2-logo-strip__title {
        align-items: center;
        background: #f7f1ec;
        border: 1px solid rgba(0, 0, 0, .1);
        border-bottom: 0;
        border-radius: 10px 10px 0 0;
        display: flex;
        font-size: 14px;
        justify-content: center;
        line-height: 20px;
        min-height: 36px;
        padding: 0 12px;
        white-space: normal;
        width: 100%;
        background: #F2EDEB;
        position: relative;
        padding-top: 8px;
        padding-bottom: 16px;
        top: 7px;

    }


    .compare-v2-logo-strip__grid {
        border-radius: 10px;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        /*max-width: 350px;*/
        min-width: 0;
        position: relative;
        z-index: 999;
    }

    .compare-v2-logo-strip__cell {
        aspect-ratio: auto;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        border-right: 1px solid rgba(0, 0, 0, .1);
        height: 84px;
        min-width: 0;
        padding: 0 18px;
    }

    .compare-v2-logo-strip__cell:nth-child(2n) {
        border-right: 0;
    }

    .compare-v2-logo-strip__cell:nth-last-child(-n + 2) {
        border-bottom: 0;
    }
}

@media (max-width: 1024px) {
    .compare-v2-mobile-workflow__body {
        align-items: center;
        flex-direction: column;
        gap: 48px;
    }

    .compare-v2-mobile-workflow--wide .compare-v2-mobile-workflow__body {
        margin-right: 0;
        min-height: 0;
        width: 100%;
    }

    .compare-v2-mobile-workflow__image,
    .compare-v2-mobile-workflow__accordion {
        flex: none;
        max-width: 560px;
        width: 100%;
    }

    .compare-v2-mobile-workflow--wide .compare-v2-mobile-workflow__image {
        height: auto;
        left: auto;
        max-width: 100%;
        order: 2;
        position: relative;
        right: auto;
        top: auto;
    }

    .compare-v2-mobile-workflow--wide .compare-v2-mobile-workflow__image img {
        height: auto;
        max-width: 100%;
        min-width: unset;
        width: 100%;
    }

    .compare-v2-platform-fit__table {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .compare-v2-platform-fit__col {
        flex: 0 0 294px;
    }

    .compare-v2-platform-fit__col--capability {
        flex-basis: 320px;
        max-width: none;
    }

    .compare-v2-platform-fit__col--simplydepo,
    .compare-v2-platform-fit__col--pepperi {
        flex: 1 0 294px;
        min-width: 294px;
    }

    .compare-v2-ready-team__card {
        align-items: stretch;
        flex-direction: column;
        gap: 0;
    }

    .compare-v2-ready-team__preview {
        flex: none;
    }

    .compare-v2-testimonial__card {
        flex-direction: column;
    }

    .compare-v2-testimonial__image {
        aspect-ratio: 16 / 10;
        flex: none;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .compare-v2-mobile-workflow {
        padding: 48px 0 56px;
    }

    .compare-v2-mobile-workflow .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .compare-v2-mobile-workflow__inner {
        align-items: stretch;
        gap: 24px;
        /*max-width: 350px;*/
    }

    .compare-v2-mobile-workflow__header {
        align-items: flex-start;
        gap: 16px;
        /*max-width: 350px;*/
        text-align: left;
    }

    .compare-v2-mobile-workflow__eyebrow {
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.48px;
        line-height: 16px;
    }

    .compare-v2-mobile-workflow__title {
        font-size: 28px;
        line-height: 32px;
    }

    .compare-v2-mobile-workflow__description {
        font-size: 16px;
        line-height: 24px;
    }

    .compare-v2-mobile-workflow__description br {
        display: none;
    }

    .compare-v2-mobile-workflow__body {
        border-top: 1px solid rgba(0, 0, 0, 0.12);
        display: block;
        width: 100%;
    }

    .compare-v2-mobile-workflow__image {
        display: none;
    }

    .compare-v2-mobile-workflow__accordion {
        --compare-workflow-mobile-image-height: min(335px, calc(100vw - 40px));
        display: flex;
        max-width: none;
        width: 100%;
    }

    .compare-v2-mobile-workflow__item {
        padding: 22px 0;
    }

    .compare-v2-mobile-workflow__item.is-active {
        padding-bottom: 0;
    }

    .compare-v2-mobile-workflow__tab {
        min-height: 28px;
    }

    .compare-v2-mobile-workflow__tab-label {
        font-size: 18px;
        line-height: 28px;
        white-space: normal;
    }

    .compare-v2-mobile-workflow__content {
        gap: 24px;
        height: auto;
        max-height: 0;
        overflow: hidden;
        transition: opacity 0.26s ease;
    }

    .compare-v2-mobile-workflow__item.is-active .compare-v2-mobile-workflow__content {
        height: auto;
        margin-top: 24px;
        max-height: none;
    }

    .compare-v2-mobile-workflow__mobile-image {
        aspect-ratio: auto;
        border-radius: 10px;
        display: none;
        flex: 0 0 auto;
        margin-top: 0;
        opacity: 0;
        overflow: hidden;
        transform: none;
        transition: opacity 0.26s ease;
        width: 100%;
    }

    .compare-v2-mobile-workflow__item.is-active .compare-v2-mobile-workflow__mobile-image {
        display: block;
        margin-top: 24px;
        opacity: 1;
    }

    .compare-v2-mobile-workflow__mobile-image--wide {
        aspect-ratio: auto;
    }

    .compare-v2-mobile-workflow__mobile-image img {
        height: 100%;
        object-fit: contain;
        width: 100%;
    }

    .compare-v2-mobile-workflow__copy {
        gap: 12px;
    }

    .compare-v2-mobile-workflow__copy h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .compare-v2-mobile-workflow__copy p {
        font-size: 16px;
        line-height: 24px;
    }

    .compare-v2-mobile-workflow__button {
        min-height: 40px;
    }

    .compare-v2-mobile-workflow__progress {
        margin-top: auto;
    }

    .compare-v2-platform-fit {
        padding: 48px 0;
    }

    .compare-v2-platform-fit .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .compare-v2-platform-fit__inner {
        align-items: flex-start;
        gap: 32px;
    }

    .compare-v2-platform-fit__header {
        gap: 16px;
        text-align: left;
    }

    .compare-v2-platform-fit__eyebrow {
        font-size: 12px;
        letter-spacing: 0.48px;
        line-height: 16px;
        text-align: left;
        margin-right: auto!important;
    }
    .compare-v2-platform-fit__cell--head{
        align-items: center;
    }

    .compare-v2-platform-fit__title {
        font-size: 28px;
        letter-spacing: -0.28px;
        line-height: 32px;
        margin-right: auto;
    }

    .compare-v2-platform-fit__description {
        font-size: 16px;
        line-height: 24px;
        max-width: none;
    }

    .compare-v2-platform-fit__table {
        background: #f7f7f7;
        border-radius: 12px;
        height: auto;
        margin-left: 0;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 2px;
        width: 100%;
        -webkit-overflow-scrolling: touch;
    }

    .compare-v2-platform-fit__col {
        flex: 0 0 128px;
        min-width: 128px;
    }

    .compare-v2-platform-fit__col--capability {
        flex-basis: 160px;
        max-width: 160px;
        min-width: 160px;
    }

    .compare-v2-platform-fit__col--simplydepo {
        border: 2px solid #006746;
        border-radius: 12px;
        flex: 1 0 128px;
        min-width: 128px;
    }

    .compare-v2-platform-fit__col--pepperi {
        background: transparent;
        border-radius: 0;
        flex: 1 0 128px;
        margin-left: 0;
        min-width: 128px;
        padding-left: 0;
    }

    .compare-v2-platform-fit__brand {
        gap: 0;
        height: 52px;
        padding: 16px 8px;
    }

    .compare-v2-platform-fit__brand p {
        display: none;
    }

    .compare-v2-platform-fit__brand--simplydepo {
        border-bottom: 0;
        border-radius: 10px 10px 0 0;
    }

    .compare-v2-platform-fit__brand--pepperi {
        background: transparent;
        border-radius: 0;
        height: 52px;
    }

    .compare-v2-platform-fit__brand--pepperi strong {
        font-size: 14px;
        line-height: 20px;
        white-space: nowrap;
    }

    .compare-v2-platform-fit__logo {
        font-size: 0;
        gap: 0;
        line-height: 20px;
    }

    .compare-v2-platform-fit__logo span {
        display: none;
    }

    .compare-v2-platform-fit__logo::after {
        color: #ffffff;
        content: "SimplyDepo";
        font-size: 14px;
        line-height: 20px;
    }

    .compare-v2-platform-fit__cell--head {
        align-items: center;
        font-size: 14px;
        height: 52px;
        justify-content: flex-start;
        line-height: 20px;
        padding: 0 8px;
    }

    .compare-v2-platform-fit__cell {
        font-size: 12px;
        height: 56px;
        line-height: 14px;
        padding: 8px 12px;
    }

    .compare-v2-platform-fit__cell--center {
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;
        padding: 0 12px;
    }

    .compare-v2-platform-fit__col--simplydepo .compare-v2-platform-fit__cell--center {
        font-weight: 500;
    }

    .compare-v2-platform-fit__check {
        height: 20px;
        width: 20px;
    }

    .compare-v2-platform-fit__check::after {
        height: 9px;
        left: 7px;
        top: 3px;
        width: 5px;
    }

    .compare-v2-platform-fit__limited {
        font-size: 12px;
        gap: 8px;
        line-height: 14px;
    }

    .compare-v2-platform-fit__limited svg {
        flex-basis: 20px;
        height: 20px;
        width: 20px;
    }

    .compare-v2-ready-team {
        padding: 8px 0 48px;
    }

    .compare-v2-ready-team__card {
        align-items: center;
        border-radius: 24px;
        gap: 0;
        overflow: hidden;
    }

    .compare-v2-ready-team__content {
        align-items: center;
        max-width: none;
        padding: 32px 24px 16px;
        text-align: center;

    }

    .compare-v2-ready-team__title {
        font-size: 24px;
        letter-spacing: -0.24px;
        line-height: 32px;
        margin: 0 0 12px;
        max-width: 304px;
        width: 100%;
    }

    .compare-v2-ready-team__text {
        font-size: 16px;
        line-height: 24px;
        margin: 0;
        max-width: 304px;
        width: 100%;
    }

    .compare-v2-ready-team__button {
        margin-top: 20px;
        min-height: 40px;
        padding: 8px 16px;
    }

    .compare-v2-ready-team__preview {
        aspect-ratio: 1178 / 565;
        bottom: auto;
        height: auto;
        left: auto;
        overflow: hidden;
        width: 100%;
    }

    .compare-v2-ready-team__preview img {
        /*border-radius: 0;*/
        max-width: none;
        object-fit: cover;
        width: 100%;
    }

    .compare-v2-orders-card {
        left: 24px;
        top: 0;
        transform: none;
        width: 512px;
    }

    .compare-v2-testimonial {
        padding: 48px 0;
    }

    .compare-v2-testimonial__inner {
        align-items: stretch;
        gap: 24px;
    }

    .compare-v2-testimonial__header {
        align-items: flex-start;
        gap: 20px;
        text-align: left;
    }

    .compare-v2-testimonial__title {
        font-size: 28px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px; /* 114.286% */
    }

    .compare-v2-testimonial__description {
        font-size: 16px;
        line-height: 24px;
        max-width: none;
    }

    .compare-v2-testimonial__card {
        border-radius: 18px;
        gap: 0;
        padding: 0;
    }

    .compare-v2-testimonial__content {
        gap: 32px;
        order: 2;
        padding: 20px;
    }

    .compare-v2-testimonial__quote-wrap {
        gap: 20px;
    }

    .compare-v2-testimonial__badge {
        font-size: 15px;
        line-height: 20px;
        padding: 4px 12px;
    }

    .compare-v2-testimonial__quote {
        font-size: 18px;
        line-height: 24px;
    }

    .compare-v2-testimonial__avatar {
        flex-basis: 40px;
        height: 40px;
        width: 40px;
    }

    .compare-v2-testimonial__name {
        font-size: 14px;
        line-height: 20px;
    }

    .compare-v2-testimonial__role {
        font-size: 14px;
        line-height: 20px;
    }

    .compare-v2-testimonial__stats {
        flex-direction: column;
        gap: 0;
    }

    .compare-v2-testimonial__stat {
        border-top: 1px solid rgba(255, 255, 255, 0.14);
        display: block;
        padding-top: 16px;
    }

    .compare-v2-testimonial__stat + .compare-v2-testimonial__stat {
        margin-top: 16px;
    }

    .compare-v2-testimonial__stat-line {
        display: none;
    }

    .compare-v2-testimonial__stat strong {
        font-size: 34px;
        line-height: 36px;
        margin-bottom: 8px;
    }

    .compare-v2-testimonial__stat span {
        font-size: 14px;
        line-height: 20px;
    }

    .compare-v2-testimonial__image {
        aspect-ratio: 5 / 3;
        border-radius: 18px 18px 0 0;
        order: 1;
    }

}

@media (max-width: 420px) {
    .compare-v2-orders-card {
        transform: scale(0.78);
        transform-origin: top left;
    }
}

*{
    font-family: 'google_sans', 'Google Sans', 'Google Sans Flex', Arial, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

body {
    margin-top: -80px !important;
}
.landing-page-retail {
    & .hero {
        & .hero__intro {
            .hero__text {
              font-weight: 400;
            }
        }
    }
}
.landing-page-retail {
    & .hero {
        .hero__header {
            margin-bottom: 24px;
        }
    }
}
.landing-page-retail {
    & .hero {
        & .hero__subtitle {
          margin-bottom: 32px;
            font-weight: 500;
        }
    }
}
.lr-header__nav-link {
    font-weight: 500;
}
.landing-page-retail {
    & .hero {
        .hero__wrapper {
           margin-top: 32px;
        }
    }
}
.lr-header{
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding-top: 20px;
    padding-bottom: 20px;
    background: #FAF5F0;
    transition: background-color 0.2s ease;
    z-index: 9999999;
}

.lr-header.compare-v2-header--white {
    background: #ffffff;
}

.landing-page-retail {
    .hero {
        background: #FAF5F0;
    }
}
.cta{
    background: white;
}

.compare-v2-body .lr-header__cta{

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    padding: 8px 16px;
    border-radius: 999px;
    height: unset;
}
.landing-page-retail {
    & .hero {
        & .book-a-demo__form {
            .book-a-demo__title {
              font-weight: 500;
                margin-bottom: 6px;
                font-size: 20px;
            }
        }
    }
}
.landing-page-retail {
    & .how-it-works {
        & .how-it-works__title {
           margin: 0;
        }
    }
}

.landing-page-retail {
    .hero {
        padding-top: 80px;
        padding-bottom: 64px;
    }
}
.compare-v2-logo-strip{
    padding-bottom: 0px;
}

.landing-page-retail {
    & .hero {
        & .book-a-demo__form {
            & .field-title {
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: 20px; /* 142.857% */
                margin-bottom: 6px;
            }
        }
    }
}
.landing-page-retail {
    & .hero {
        & .book-a-demo__form {
            .wpcf7-form > *:not(:last-child) {
                margin-bottom: 16px;
                margin-top: 16px;
            }
        }
    }
}
.landing-page-retail {

    .hero {
        .book-a-demo__form {
            .wpcf7-form > *:first-child {
                margin-top: 0px;
            }
        }
    }
}
.landing-page-retail {
    & .hero {
        & .book-a-demo__form {
            .field-submit {
                margin-top: 20px!important;
            }
        }
    }
}
.compare-v2-logo-strip__cell{
    background: #FAF5F0;
}
.landing-page-retail {
    & .hero {
        & .book-a-demo__form {
            .wpcf7-form-control-wrap input, .wpcf7-form-control-wrap select, .wpcf7-form-control-wrap .iti__tel-input {

                background: white;
                border: 1px solid #D9D9D9;

            }
        }
    }
}

.case-study__form .button{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    border-radius: 999px;

}
.book-a-demo__badges{
    gap: 16px;
}
.landing-page-retail {
    & .hero {
        & .book-a-demo__form {
            & .book-a-demo__badges {
                .book-a-demo__badge {
                   font-size: 13px;
                    line-height: 18px;
                    font-weight: 400;
                    text-transform: unset;
                    letter-spacing: 0.13px;
                }
            }
        }
    }
}
.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap select, .wpcf7-form-control-wrap .iti__tel-input{
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 133.333% */
}
.book-a-demo-subtitle{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    text-align: left;
    margin-bottom: 24px!important;
}


form input{
    background: white;
}

.compare-v2-body .compare-v2-hero .hero__intro {
    align-items: start;
    column-gap: 64px;
    grid-template-columns: minmax(0, 540px) minmax(0, 549px);
    justify-content: center;
    margin-inline: auto;
    max-width: 1153px;
    width: 100%;
}

.compare-v2-body .compare-v2-hero .compare-v2-hero-ratings {
    grid-area: list;
}

.compare-v2-body .compare-v2-hero .book-a-demo__form {
    align-self: start;
    max-width: none;
    width: 100%;
    max-width: 512px;
    margin-left: auto;
}
.landing-page-retail {
    & .hero {
        & .book-a-demo__form {
            & .wpcf7-form-control-wrap select {
                color: #282828;
            }

            & .wpcf7-form-control-wrap select:has(option[value=""]:checked) {
                color: rgba(40, 40, 40, 0.5) !important;
            }
        }
    }
}

@media (max-width: 1199px) {
    .compare-v2-body .compare-v2-hero .hero__intro {
        grid-template-columns: 1fr;
        justify-content: stretch;
    }
}



.compare-v2-platform-fit__cell--head{
    justify-content: flex-start;
    align-content: flex-start;
    align-items: end;
}

.landing-page-retail {
    & .how-it-works {
        & .how-it-works__title {
            font-size: 44px;
            font-weight: 700;
            line-height: 44px;
            line-height: 48px; /* 109.091% */
            letter-spacing: -0.44px;
        }
    }
}

.landing-page-retail {
    & .how-it-works {
        & .how-it-works__card-title {
            font-weight: 500;
        }
    }
}

.compare-v2-how-it-works .how-it-works__circle--1,
.compare-v2-how-it-works .how-it-works__circle--2 {
    color: transparent;
    font-size: 0;
}

.compare-v2-how-it-works .how-it-works__circle--1 {
    background-image: url("https://simplydepostag.wpengine.com/wp-content/uploads/2026/06/1.svg");
}

.compare-v2-how-it-works .how-it-works__circle--2 {
    background-image: url("https://simplydepostag.wpengine.com/wp-content/uploads/2026/06/2.svg");
}

.faq {
    & .faq__title {
        font-size: 44px!important;
        font-style: normal;
        font-weight: 600!important;
        line-height: 48px; /* 109.091% */
        letter-spacing: -0.44px;
    }
}

.faq {
    & .faq__question {
       font-weight: 500!important;
    }
}
.faq .faq__answer p{
    color: rgba(0, 0, 0, 0.80);
    font-size: 16px!important;
    font-style: normal;
    font-weight: 400!important;
    line-height: 24px; /* 150% */
}

.compare-v2-faq .faq__icon::before,
.compare-v2-faq .faq__icon::after {
    transition: opacity 0.2s ease, transform 0.417s cubic-bezier(0.35, 0, 0.25, 1), background-color 0.2s ease;
}

.compare-v2-faq .faq__item--open .faq__icon::before {
    transform: none;
}

.compare-v2-faq .faq__item--open .faq__icon::after {
    opacity: 0;
    transform: none;
}

.landing-page-retail {
    & .cta-banner {
        .cta-banner__title {
           font-weight: 600;
            font-size: 44px;
        }
    }
}
.landing-page-retail {
    & .cta-banner {
        .cta-banner__perk {
            display: flex;
            gap: 8px;
            align-items: center;
            color: #fff;
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0.16px;
            font-weight: 400!important;
            white-space: nowrap;
        }
    }
}

.landing-page-retail {
    & .cta-banner {
        & .cta-banner__btn {
            border-radius: 999px;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 24px; /* 150% */
        }
    }
}
.landing-page-retail {
    .cta-banner {
        background: white;
    }
}
.landing-page-retail {
    & .hero {
        & .book-a-demo__form {
            .wpcf7-form-control-wrap input, .wpcf7-form-control-wrap select, .wpcf7-form-control-wrap .iti__tel-input {
                font-weight: 400!important;
                font-size: 15px;
            }
        }
    }
}

.landing-page-retail {
    & .footer-minimal {
        .copyright {
            font-weight: 400!important;
        }
    }
}
.landing-page-retail {
    & .footer-minimal {
        & .footer-minimal__right {
            & address {
                p, a {
                    font-weight: 400!important;
                }
            }
        }
    }
}

.landing-page-retail {
    & .footer-minimal {
        & .copyright-menu .menu {
            a {
                font-weight: 400;
            }
        }
    }
}

@media (max-width: 768px){

    .lr-header{
        padding: 16px 20px;
    }
    .compare-v2-body .lr-header__cta{
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px; /* 142.857% */
        padding: 7px 14px;
    }
    .landing-page-retail .compare-v2-hero.hero{
        padding-top: 60px;
    }
    .landing-page-retail {
        & .hero {
            & .hero__subtitle {
                margin-bottom: 20px;
            }
        }
    }
    .compare-v2-body .compare-v2-hero .hero__title{
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 40px; /* 125% */
        margin-bottom: 0px;
    }

    .compare-v2-body .compare-v2-hero .compare-v2-hero__title br {
        display: none;
    }

    .landing-page-retail {
        & .hero {
            .hero__header {
                margin-bottom: 20px;
            }
        }
    }
    .landing-page-retail {
        & .hero {
            & .hero__intro {
                & .book-a-demo__form {
                    margin-top: 0px;
                    margin-bottom: 0px;
                }
            }
        }
    }
    .landing-page-retail {
        & .hero {
            & .book-a-demo__form {
                & .book-a-demo__badges {
                    & .book-a-demo__badge {
                        font-size: 11px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: 18px; /* 163.636% */
                        letter-spacing: 0.11px;
                    }
                }
            }
        }
    }
    .compare-v2-logo-strip{
        padding-top: 0px;
    }
    .landing-page-retail {
        .hero {
            border-radius: 0px;
        }
    }
    .landing-page-retail {
        & .how-it-works {
            & .how-it-works__title {
                font-size: 28px;
                font-style: normal;
                font-weight: 600;
                line-height: 32px; /* 114.286% */
                margin: 0;
            }
        }
    }
    .landing-page-retail {
        & .how-it-works {
            & .how-it-works__card-title {
                font-size: 16px;
                font-style: normal;
                font-weight: 500;
                line-height: 24px; /* 150% */
            }
        }
    }
    .faq {
        padding: 48px 0px!important;
    }
    .faq__title{
        font-size: 28px!important;
        font-style: normal;
        font-weight: 600;
        line-height: 32px; /* 114.286% */
        letter-spacing: -0.28px;
    }
    .faq__question{
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 26px; /* 144.444% */
    }
    .landing-page-retail {
        & .cta-banner {
            .cta-banner__title {
                font-size: 28px;
                font-style: normal;
                font-weight: 550;
                line-height: 34px; /* 121.429% */
                letter-spacing: -0.14px;
            }
        }
    }
    .landing-page-retail {
        & .cta-banner {
            .cta-banner__perk {
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: 20px; /* 142.857% */
            }
        }
    }
    .landing-page-retail {
        & .hero {
            & .book-a-demo__form {
                .wpcf7-form > *:not(:last-child) {
                    margin-bottom: 16px;
                    margin-top: 0px;
                }
            }
        }
    }
    .compare-v2-body .compare-v2-hero .case-study__form .button{
        margin-top: 10px;
    }
    .landing-page-retail {
        & .hero {
            .hero__wrapper {
                margin-top: 42px;
            }
        }
    }
    .faq .faq__title{
        font-size: 28px!important;
    }

}
.landing-page-retail {
    & .how-it-works {
        .how-it-works__circle--1 {
            background-image: url('https://simplydepostag.wpengine.com/wp-content/uploads/2026/06/BackgroundBorder.svg') !important;
        }
    }
}

.landing-page-retail .hero .book-a-demo__form .wpcf7-form > .field:first-of-type {
    margin-top: 0px !important;
}

.landing-page-retail .hero .book-a-demo__form .wpcf7-form > .field:nth-of-type(3) {
    margin-bottom: 0px !important;
}

/* Compare V2 integrations workflow */
.compare-v2-page .integrations-workflow {
    padding: 96px 0;
    background: #fff;
}

.compare-v2-page .integrations-workflow__wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
    gap: 48px;
    align-items: center;
}

.compare-v2-page .integrations-workflow__header {
    max-width: 446px;
}

.compare-v2-page .integrations-workflow__header::before {
    display: block;
    content: "INTEGRATIONS";
    margin-bottom: 16px;
    color: #006746;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 1.12px;
    text-transform: uppercase;
}

.compare-v2-page .integrations-workflow__title {
    margin: 0 0 16px;
    color: #282828;
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0;
}

.compare-v2-page .integrations-workflow__title span {
    color: inherit;
}

.compare-v2-page .integrations-workflow__desc {
    margin: 0 0 28px;
    color: #282828;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.18px;
}

.compare-v2-page .int-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 10px 20px;
    border-radius: 16px;
    margin-top: 0;
    background: #262626 !important;
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.18px;
    text-decoration: none;
}

.compare-v2-page .integrations-workflow__cards-list,
.compare-v2-page .integrations-workflow__cards-list--figma {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2px;
    overflow: hidden;
    border: 2px solid #f5f5f5;
    border-radius: 16px;
    background: #f5f5f5;
}

.compare-v2-page .integrations-workflow__cards-item {
    display: flex;
    min-height: 88px;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: #fff;
    color: #282828;
    text-decoration: none;
}

.compare-v2-page .integrations-workflow__cards-item svg {
    display: block;
    width: auto;
    height: auto;
    max-width: min(88%, 168px);
    max-height: 34px;
}

.compare-v2-page .integrations-workflow__cards-footer {
    grid-column: 1 / -1;
    padding: 16px 20px;
    background: #f5f5f5;
    color: #777;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 1.12px;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (max-width: 991px) {
    .compare-v2-page .integrations-workflow {
        padding: 72px 0;
    }

    .compare-v2-page .integrations-workflow__wrapper {
        grid-template-columns: 1fr;
    }

    .compare-v2-page .integrations-workflow__header {
        max-width: none;
    }
}

@media screen and (max-width: 767px) {
    .compare-v2-page .integrations-workflow {
        padding: 56px 0;
    }

    .compare-v2-page .integrations-workflow__title {
        font-size: 32px;
        line-height: 38px;
    }

    .compare-v2-page .integrations-workflow__cards-list,
    .compare-v2-page .integrations-workflow__cards-list--figma {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .compare-v2-page .integrations-workflow__cards-item {
        min-height: 76px;
        padding: 16px 10px;
    }

    .compare-v2-page .integrations-workflow__cards-item:nth-child(n+9) {
        display: none;
    }

    .compare-v2-page .integrations-workflow__cards-item svg {
        max-width: min(84%, 150px);
        max-height: 30px;
    }

    .compare-v2-page .integrations-workflow__cards-footer {
        font-size: 12px;
    }
}
