.vxr_cta95_main_box {
    position: relative;
    padding: 140px 0;
    overflow: hidden;
    color: #ffffff;
    background: #0a1a10;
    min-height: 520px;
    display: flex;
    align-items: center;
}

.vxr_cta95_main_box .vxr_cta95_bg {
    position: absolute;
    inset: 0;
    background-image: url('https://images.unsplash.com/photo-1480074568708-e7b720bb3f09?w=1800&q=85');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: 1;
}

.vxr_cta95_main_box .vxr_cta95_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(10, 26, 16, 0.92) 0%, rgba(12, 90, 30, 0.85) 50%, rgba(10, 26, 16, 0.92) 100%);
    z-index: 2;
}

.vxr_cta95_main_box .vxr_cta95_leaf_l {
    position: absolute;
    top: -60px;
    left: -80px;
    width: 380px;
    height: 380px;
    background-image: url('');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.18;
    z-index: 3;
    pointer-events: none;
}

.vxr_cta95_main_box .vxr_cta95_leaf_r {
    position: absolute;
    bottom: -80px;
    right: -100px;
    width: 460px;
    height: 460px;
    background-image: url('');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.18;
    z-index: 3;
    pointer-events: none;
}

.vxr_cta95_main_box .vxr_cta95_container {
    position: relative;
    z-index: 4;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 0 32px;
    text-align: center;
}

.vxr_cta95_main_box .vxr_cta95_tag {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #a0e0a8;
    margin-bottom: 28px;
}

.vxr_cta95_main_box .vxr_cta95_tag_line {
    display: block;
    width: 40px;
    height: 1px;
    background: #a0e0a8;
}

.vxr_cta95_main_box .vxr_cta95_title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(34px, 4.6vw, 64px);
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.5px;
    margin: 0 0 28px 0;
    color: #ffffff;
}

.vxr_cta95_main_box .vxr_cta95_title em {
    font-style: italic;
    color: #a0e0a8;
    font-weight: 400;
}

.vxr_cta95_main_box .vxr_cta95_sub {
    font-size: 17px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 auto 44px;
    max-width: 640px;
}

.vxr_cta95_main_box .vxr_cta95_buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
}

.vxr_cta95_main_box .vxr_cta95_btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 36px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 2px;
    letter-spacing: 0.3px;
    transition: all 0.35s ease;
}

.vxr_cta95_main_box .vxr_cta95_btn_primary {
    background: #ffffff;
    color: #0c5a1e;
    border: 1px solid #ffffff;
}

.vxr_cta95_main_box .vxr_cta95_btn_primary:hover {
    background: #a0e0a8;
    border-color: #a0e0a8;
    transform: translateY(-3px);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.3);
}

.vxr_cta95_main_box .vxr_cta95_btn_primary i {
    transition: transform 0.3s ease;
}

.vxr_cta95_main_box .vxr_cta95_btn_primary:hover i {
    transform: translateX(4px);
}

.vxr_cta95_main_box .vxr_cta95_btn_ghost {
    background: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.vxr_cta95_main_box .vxr_cta95_btn_ghost:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #ffffff;
}

@media (max-width: 1024px) {
    .vxr_cta95_main_box {
        padding: 110px 0;
    }

    .vxr_cta95_main_box .vxr_cta95_bg {
        background-attachment: scroll;
    }
}

@media (max-width: 768px) {
    .vxr_cta95_main_box {
        padding: 80px 0;
        min-height: 420px;
    }

    .vxr_cta95_main_box .vxr_cta95_container {
        padding: 0 20px;
    }

    .vxr_cta95_main_box .vxr_cta95_buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .vxr_cta95_main_box .vxr_cta95_btn {
        justify-content: center;
        width: 100%;
    }
}

.vxr_cta95_leaf_l.vxrF1CBB {
    transform: translate(-31.5748px, -31.5748px) rotate(-15.7874deg);
}

.vxr_cta95_leaf_r.vxrE90AA {
    transform: translate(31.5748px, 31.5748px) rotate(15.7874deg);
}