.landing-body .valevox-footer.landing-footer {
    background: #ffffff;
    border-top: 1px solid #e8edf1;
    color: #26394d;
    padding: 0 !important;
}

.landing-body .landing-banner .landing-banner-heading {
    white-space: pre-line;
}

.landing-body .landing-banner .landing-banner-description {
    color: rgba(33, 37, 41, 0.7);
    font-family: inherit;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.55;
    text-shadow: none;
}

.landing-body .landing-banner .landing-banner-description p {
    color: inherit;
}

.valevox-footer__main {
    padding: 3rem 0 4.25rem;
}

.valevox-footer__title {
    color: rgb(var(--primary-rgb));
    font-size: 1.55rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #dce2e8;
}

.valevox-footer__toggle {
    align-items: center;
    appearance: none;
    background: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: flex;
    font: inherit;
    gap: 1rem;
    justify-content: space-between;
    line-height: inherit;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: 100%;
}

.valevox-footer__toggle:focus-visible {
    outline: 2px solid rgba(var(--primary-rgb), 0.35);
    outline-offset: 4px;
}

.valevox-footer__toggle i {
    color: rgb(var(--primary-rgb));
    flex: 0 0 auto;
    font-size: 1.6rem;
    line-height: 1;
    transition: transform 0.2s ease;
}

.valevox-footer__toggle.collapsed i {
    transform: rotate(180deg);
}

.valevox-footer__links {
    display: flex;
    flex-direction: column;
    gap: 1.35rem;
}

.valevox-footer__link,
.valevox-footer__contact a {
    color: #26394d;
    font-size: 1.1rem;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease;
}

.valevox-footer__link--primary,
.valevox-footer__link:hover,
.valevox-footer__contact a:hover {
    color: rgb(var(--primary-rgb));
}

.valevox-footer__contact li {
    border-bottom: 1px solid #e8edf1;
}

.valevox-footer__contact a {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    min-height: 3.2rem;
}

.valevox-footer__contact i {
    color: rgb(var(--orange-rgb));
    font-size: 1.55rem;
    line-height: 1;
}

.valevox-footer__bottom {
    border-top: 1px solid #e8edf1;
    color: #596575;
    font-size: 1.05rem;
    font-weight: 500;
    padding: 1.65rem 0;
}

.about-us-content {
    color: var(--default-text-color);
    font-size: 1rem;
    line-height: 1.65;
}

.about-us-content p {
    margin-bottom: 1.35rem;
}

.compatible-devices-section {
    background: #ffffff;
}

.compatible-devices-content {
    padding: 0;
}

.compatible-devices-lead {
    color: #4f5f70;
    font-size: 1rem;
    line-height: 1.65;
    margin-left: auto;
    margin-right: auto;
    max-width: 46rem;
    text-align: center;
}

.compatible-devices-preview {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.compatible-devices-preview-item {
    align-items: flex-start;
    background: #f8fbfc;
    border: 1px solid #e2ebf0;
    border-radius: 8px;
    display: flex;
    gap: 0.85rem;
    min-height: 6.75rem;
    padding: 1rem;
}

.compatible-devices-preview-item i {
    color: rgb(var(--primary-rgb));
    flex: 0 0 auto;
    font-size: 1.6rem;
    line-height: 1;
}

.compatible-devices-preview-item strong,
.compatible-devices-preview-item span {
    display: block;
}

.compatible-devices-preview-item strong {
    color: #26394d;
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 0.35rem;
}

.compatible-devices-preview-item span {
    color: #596575;
    font-size: 0.92rem;
    line-height: 1.35;
}

.compatible-devices-toggle {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-width: 8.5rem;
}

.compatible-devices-list {
    border-top: 1px solid #e5edf2;
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1.5rem;
    padding-top: 1.5rem;
}

.compatible-devices-group {
    background: #ffffff;
    border: 1px solid #e2ebf0;
    border-radius: 8px;
    padding: 1.25rem;
}

.compatible-devices-group-heading {
    align-items: center;
    display: flex;
    gap: 0.7rem;
    margin-bottom: 0.85rem;
}

.compatible-devices-group-heading i {
    align-items: center;
    background: rgba(var(--primary-rgb), 0.1);
    border-radius: 8px;
    color: rgb(var(--primary-rgb));
    display: inline-flex;
    flex: 0 0 2.35rem;
    font-size: 1.35rem;
    height: 2.35rem;
    justify-content: center;
}

.compatible-devices-group h3,
.compatible-devices-subgroups h4,
.compatible-devices-group p {
    margin: 0;
}

.compatible-devices-group h3 {
    color: #26394d;
    font-size: 1.12rem;
    font-weight: 700;
    line-height: 1.25;
}

.compatible-devices-group > p {
    color: #596575;
    font-size: 0.95rem;
    line-height: 1.55;
    margin-bottom: 0.9rem;
}

.compatible-devices-group ul {
    color: #3f4f61;
    font-size: 0.95rem;
    line-height: 1.55;
    margin-bottom: 0;
    padding-left: 1.15rem;
}

.compatible-devices-subgroups {
    display: grid;
    gap: 1rem;
}

.compatible-devices-subgroups h4 {
    color: #26394d;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0.45rem;
}

.compatible-devices-notes {
    display: grid;
    gap: 0.45rem;
    margin-top: 1rem;
}

.compatible-devices-notes p {
    align-items: flex-start;
    color: #596575;
    display: flex;
    font-size: 0.9rem;
    gap: 0.45rem;
    line-height: 1.45;
}

.compatible-devices-notes i {
    color: rgb(var(--primary-rgb));
    flex: 0 0 auto;
    line-height: 1.45;
}

.payment-success-delivery-time {
    align-items: center;
    background-color: #e0f2fe;
    border-radius: 0.75rem;
    color: #212529;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    line-height: 1.45;
    padding: 2rem 1.5rem;
    text-align: center;
}

.payment-success-delivery-time__icon {
    align-items: center;
    border: 4px solid #0369a1;
    border-radius: 50%;
    color: #0369a1;
    display: inline-flex;
    height: 4.4rem;
    justify-content: center;
    width: 4.4rem;
}

.payment-success-delivery-time__icon i {
    font-size: 2.2rem;
    line-height: 1;
}

.payment-success-delivery-time p {
    color: #212529;
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0;
}

.chatbot-support-balloon {
    align-items: flex-end;
    --chatbot-accent: rgb(var(--primary-rgb));
    --chatbot-avatar-size: 44px;
    --chatbot-button-size: 52px;
    bottom: calc(1.25rem + env(safe-area-inset-bottom));
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    max-width: calc(100vw - 2rem);
    position: fixed;
    right: calc(1rem + env(safe-area-inset-right));
    width: 16.25rem;
    z-index: 1060;
}

.chatbot-support-balloon[hidden] {
    display: none !important;
}

.chatbot-support-balloon__message {
    align-items: center;
    background: #ffffff;
    border: 2px solid var(--chatbot-accent);
    border-radius: 999px;
    box-shadow: 0 10px 26px rgba(38, 57, 77, 0.13);
    color: #6f7478;
    display: flex;
    font-family: var(--default-font-family);
    font-size: 0.75rem;
    font-weight: 400;
    justify-content: center;
    line-height: 1.25;
    min-height: 3.75rem;
    padding: 1.25rem 1.15rem 0.8rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.chatbot-support-balloon__message:hover,
.chatbot-support-balloon__message:focus-visible {
    color: #6f7478;
    text-decoration: none;
}

.chatbot-support-balloon__avatar {
    align-items: center;
    background: #f1f5f6;
    border: 4px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(38, 57, 77, 0.12);
    color: #c5cdd1;
    display: inline-flex;
    font-size: 1.7rem;
    height: var(--chatbot-avatar-size);
    justify-content: center;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: calc(var(--chatbot-avatar-size) / -2);
    transform: translateX(-50%);
    width: var(--chatbot-avatar-size);
}

.chatbot-support-balloon__avatar img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.chatbot-support-balloon__text {
    display: block;
}

.chatbot-support-balloon__dismiss {
    align-items: center;
    background: #8aa3b7;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 3px 8px rgba(38, 57, 77, 0.18);
    color: #ffffff;
    cursor: pointer;
    display: flex;
    font-size: 0.88rem;
    height: 1.25rem;
    justify-content: center;
    line-height: 1;
    padding: 0;
    position: absolute;
    right: 1.05rem;
    top: -0.45rem;
    width: 1.25rem;
    z-index: 2;
}

.chatbot-support-balloon__button {
    align-items: center;
    background: var(--chatbot-accent);
    border-radius: 50%;
    box-shadow: 0 10px 24px rgba(38, 57, 77, 0.2);
    color: #ffffff;
    display: inline-flex;
    font-size: 1.55rem;
    height: var(--chatbot-button-size);
    justify-content: center;
    margin-right: 0.8rem;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    width: var(--chatbot-button-size);
}

.chatbot-support-balloon__button:hover,
.chatbot-support-balloon__button:focus-visible {
    box-shadow: 0 12px 28px rgba(38, 57, 77, 0.28);
    color: #ffffff;
    transform: scale(1.06);
}

.chatbot-support-balloon__message:focus-visible,
.chatbot-support-balloon__button:focus-visible,
.chatbot-support-balloon__dismiss:focus-visible {
    outline: 2px solid rgba(var(--primary-rgb), 0.35);
    outline-offset: 3px;
}

.grecaptcha-badge {
    bottom: calc(1rem + env(safe-area-inset-bottom)) !important;
    left: calc(-186px + env(safe-area-inset-left)) !important;
    right: auto !important;
    transition: left 0.3s ease !important;
    z-index: 1050;
}

.grecaptcha-badge:hover {
    left: env(safe-area-inset-left) !important;
}

@media (max-width: 767.98px) {
    .payment-success-delivery-time {
        padding: 1.75rem 1.25rem;
    }

    .payment-success-delivery-time p {
        font-size: 1rem;
    }

    .landing-body .landing-banner .landing-banner-description {
        font-size: 1.125rem;
        line-height: 1.45;
    }

    .valevox-footer__main {
        padding: 2.4rem 0 3rem;
    }

    .valevox-footer__title {
        font-size: 1.35rem;
    }

    .valevox-footer__link,
    .valevox-footer__contact a {
        font-size: 1rem;
    }

    .compatible-devices-preview,
    .compatible-devices-list {
        grid-template-columns: 1fr;
    }

    .compatible-devices-preview-item {
        min-height: auto;
    }

    .chatbot-support-balloon {
        --chatbot-avatar-size: 40px;
        --chatbot-button-size: 48px;
        bottom: calc(0.8rem + env(safe-area-inset-bottom));
        right: calc(0.8rem + env(safe-area-inset-right));
        width: min(15.5rem, calc(100vw - 1.6rem));
    }

    .chatbot-support-balloon__message {
        font-size: 0.72rem;
        min-height: 3.45rem;
        padding: 1.15rem 1rem 0.7rem;
    }

    .chatbot-support-balloon__dismiss {
        right: 0.95rem;
    }

    .chatbot-support-balloon__button {
        font-size: 1.45rem;
        margin-right: 0.65rem;
    }

    #termsAndConditions .modal-footer.card-footer {
        align-items: stretch !important;
        display: flex !important;
        flex-direction: column;
        gap: 0.75rem;
        justify-content: flex-start !important;
        padding-bottom: calc(5rem + env(safe-area-inset-bottom));
    }

    #termsAndConditions .modal-footer.card-footer > div,
    #termsAndConditions .modal-footer .btn-list,
    #termsAndConditions #accept-terms-and-conditions {
        width: 100%;
    }

    #termsAndConditions .modal-footer .btn-list {
        margin-top: 0 !important;
    }

    #termsAndConditions .modal-footer .form-check {
        margin-bottom: 0;
        min-height: 0;
    }

    .grecaptcha-badge {
        bottom: calc(0.8rem + env(safe-area-inset-bottom)) !important;
        left: calc(-186px + env(safe-area-inset-left)) !important;
    }

    .grecaptcha-badge:hover {
        left: env(safe-area-inset-left) !important;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .compatible-devices-preview {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .compatible-devices-list {
        grid-template-columns: 1fr;
    }
}
