.vgland-sticky-cta {
    display: none;
}

@media (max-width: 1024px) {
    body {
        padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px));
    }

    .vgland-sticky-cta,
    .vgland-sticky-cta *,
    .vgland-sticky-cta *::before,
    .vgland-sticky-cta *::after {
        box-sizing: border-box;
    }

    .vgland-sticky-cta {
        position: fixed;
        right: 12px;
        bottom: calc(12px + env(safe-area-inset-bottom, 0px));
        left: 12px;
        z-index: 9999;
        display: flex;
        gap: 10px;
        max-width: 720px;
        height: 58px;
        margin: 0 auto;
        padding: 6px;
        border: 1px solid rgba(200, 148, 43, 0.34);
        border-radius: 20px;
        background:
            linear-gradient(135deg, rgba(8, 21, 47, 0.72), rgba(11, 23, 54, 0.52)),
            rgba(8, 21, 47, 0.58);
        box-shadow:
            0 18px 46px rgba(8, 21, 47, 0.34),
            0 4px 14px rgba(8, 21, 47, 0.18),
            inset 0 1px 0 rgba(255, 255, 255, 0.12);
        backdrop-filter: blur(22px) saturate(1.18);
        -webkit-backdrop-filter: blur(22px) saturate(1.18);
    }

    .vgland-sticky-cta__btn {
        position: relative;
        display: inline-flex;
        flex: 1 1 0;
        align-items: center;
        justify-content: center;
        min-width: 0;
        height: 46px;
        padding: 0 10px;
        overflow: hidden;
        border: 1px solid rgba(255, 255, 255, 0.16);
        border-radius: 15px;
        color: #fff;
        font-family: inherit;
        font-size: 15px;
        font-weight: 800;
        line-height: 1;
        text-decoration: none;
        white-space: nowrap;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.22),
            0 8px 20px rgba(8, 21, 47, 0.18);
        touch-action: manipulation;
        transition: transform 160ms ease, filter 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
        -webkit-tap-highlight-color: transparent;
    }

    .vgland-sticky-cta__btn:hover,
    .vgland-sticky-cta__btn:focus-visible {
        color: #fff;
        text-decoration: none;
        filter: brightness(1.04);
        border-color: rgba(255, 255, 255, 0.28);
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.32),
            0 12px 24px rgba(8, 21, 47, 0.24);
        transform: translateY(-1px);
    }

    .vgland-sticky-cta__btn:active {
        filter: brightness(0.98);
        transform: translateY(1px) scale(0.99);
    }

    .vgland-sticky-cta__phone {
        color: #08152f;
        background:
            linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0)),
            linear-gradient(135deg, #c8942b 0%, #d6a230 52%, #f2c86b 100%);
        text-shadow: none;
    }

    .vgland-sticky-cta__zalo {
        background:
            linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0)),
            linear-gradient(135deg, #0057d9 0%, #0068ff 52%, #0ea5e9 100%);
    }

    .vgland-sticky-cta__icon,
    .vgland-sticky-cta__zalo-icon {
        display: inline-flex;
        flex: 0 0 auto;
        align-items: center;
        justify-content: center;
        width: 22px;
        height: 22px;
        margin-right: 7px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.2);
    }

    .vgland-sticky-cta__icon svg {
        display: block;
        width: 15px;
        height: 15px;
        fill: currentColor;
    }

    .vgland-sticky-cta__zalo-icon {
        background: #fff;
        color: #0068ff;
        font-size: 13px;
        font-weight: 800;
        letter-spacing: 0;
    }

    .vgland-sticky-cta__text {
        display: block;
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .vgland-sticky-cta__phone-text {
        display: flex;
        flex-direction: column;
        gap: 2px;
    }

    .vgland-sticky-cta__eyebrow {
        display: block;
        font-size: 10px;
        font-weight: 800;
        line-height: 1;
        opacity: 0.82;
        text-transform: uppercase;
    }

    .vgland-sticky-cta__number {
        display: block;
        overflow: hidden;
        line-height: 1;
        text-overflow: ellipsis;
    }
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
    @media (max-width: 1024px) {
        .vgland-sticky-cta {
            background: rgba(8, 21, 47, 0.9);
        }
    }
}

@media (max-width: 360px) {
    .vgland-sticky-cta {
        right: 8px;
        left: 8px;
        gap: 8px;
    }

    .vgland-sticky-cta__btn {
        padding: 0 8px;
        font-size: 14px;
    }

    .vgland-sticky-cta__icon,
    .vgland-sticky-cta__zalo-icon {
        margin-right: 6px;
    }
}

@media (min-width: 1025px), print {
    .vgland-sticky-cta {
        display: none !important;
    }
}
