.vxr_hero81_main_box {
    position: relative;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    background: #0a1a10;
}

.vxr_hero81_main_box .vxr_hero81_video_wrap {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
}

.vxr_hero81_main_box .vxr_hero81_video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}

.vxr_hero81_main_box .vxr_hero81_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(10, 26, 16, 0.75) 0%, rgba(12, 90, 30, 0.55) 50%, rgba(10, 26, 16, 0.75) 100%);
    z-index: 2;
}

.vxr_hero81_main_box .vxr_hero81_leaf {
    position: absolute;
    z-index: 3;
    pointer-events: none;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.35;
}

.vxr_hero81_main_box .vxr_hero81_leaf_l {
    top: 0;
    left: 0;
    width: 420px;
    height: 420px;
    background-image: url('');
    background-position: top left;
}

.vxr_hero81_main_box .vxr_hero81_leaf_r {
    bottom: -80px;
    right: -60px;
    width: 520px;
    height: 520px;
    background-image: url('');
    background-position: bottom right;
    transform: scaleX(-1);
}

.vxr_hero81_main_box .vxr_hero81_container {
    position: relative;
    z-index: 4;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 120px 32px 100px;
}

.vxr_hero81_main_box .vxr_hero81_content {
    max-width: 820px;
}

.vxr_hero81_main_box .vxr_hero81_eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 18px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #d4f5d8;
    margin-bottom: 28px;
}

.vxr_hero81_main_box .vxr_hero81_eyebrow i {
    color: #7bd68a;
}

.vxr_hero81_main_box .vxr_hero81_title {
    font-family: 'Roboto', serif;
    font-size: clamp(38px, 5.5vw, 72px);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -0.5px;
    margin: 0 0 24px 0;
    color: #ffffff;
}

.vxr_hero81_main_box .vxr_hero81_accent {
    font-style: italic;
    font-weight: 400;
    color: #a0e0a8;
}

.vxr_hero81_main_box .vxr_hero81_subtitle {
    font-size: clamp(15px, 1.3vw, 18px);
    font-weight: 400;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 40px 0;
    max-width: 620px;
}

.vxr_hero81_main_box .vxr_hero81_buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 80px;
}

.vxr_hero81_main_box .vxr_hero81_btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 2px;
    letter-spacing: 0.3px;
    transition: all 0.35s ease;
    cursor: pointer;
}

.vxr_hero81_main_box .vxr_hero81_btn_primary {
    background: #0c5a1e;
    color: #ffffff;
    border: 1px solid #0c5a1e;
}

.vxr_hero81_main_box .vxr_hero81_btn_primary:hover {
    background: #1a7c31;
    border-color: #1a7c31;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(12, 90, 30, 0.5);
}

.vxr_hero81_main_box .vxr_hero81_btn_primary i {
    transition: transform 0.3s ease;
}

.vxr_hero81_main_box .vxr_hero81_btn_primary:hover i {
    transform: translateX(4px);
}

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

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

.vxr_hero81_main_box .vxr_hero81_marks {
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    padding-top: 36px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.vxr_hero81_main_box .vxr_hero81_mark {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.vxr_hero81_main_box .vxr_hero81_mark_num {
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    font-weight: 500;
    color: #a0e0a8;
    line-height: 1;
}

.vxr_hero81_main_box .vxr_hero81_mark_lbl {
    font-size: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.3px;
}

.vxr_hero81_main_box .vxr_hero81_scroll {
    position: absolute;
    bottom: 36px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.vxr_hero81_main_box .vxr_hero81_scroll:hover {
    color: #ffffff;
}

.vxr_hero81_main_box .vxr_hero81_scroll_line {
    position: relative;
    width: 1px;
    height: 50px;
    background: rgba(255, 255, 255, 0.3);
    overflow: hidden;
}

.vxr_hero81_main_box .vxr_hero81_scroll_line::after {
    content: '';
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 50px;
    background: #ffffff;
    animation: vxr_hero81_scrollAnim 2s ease-in-out infinite;
}

@keyframes vxr_hero81_scrollAnim {
    0% { top: -50px; }
    100% { top: 100%; }
}

@media (max-width: 1024px) {
    .vxr_hero81_main_box .vxr_hero81_container {
        padding: 100px 24px 90px;
    }

    .vxr_hero81_main_box .vxr_hero81_leaf_l,
    .vxr_hero81_main_box .vxr_hero81_leaf_r {
        width: 300px;
        height: 300px;
        opacity: 0.2;
    }

    .vxr_hero81_main_box .vxr_hero81_marks {
        gap: 32px;
    }
}

@media (max-width: 768px) {
    .vxr_hero81_main_box {
        min-height: 92vh;
    }

    .vxr_hero81_main_box .vxr_hero81_container {
        padding: 90px 20px 80px;
    }

    .vxr_hero81_main_box .vxr_hero81_buttons {
        flex-direction: column;
        align-items: stretch;
        margin-bottom: 50px;
    }

    .vxr_hero81_main_box .vxr_hero81_btn {
        justify-content: center;
        width: 100%;
    }

    .vxr_hero81_main_box .vxr_hero81_marks {
        gap: 24px;
    }

    .vxr_hero81_main_box .vxr_hero81_mark_num {
        font-size: 30px;
    }

    .vxr_hero81_main_box .vxr_hero81_scroll {
        display: none;
    }
}

.vxr_hero81_leaf.vxr_hero81_leaf_l.vxrBF012 {
    transform: translateY(3865.2px);
}

.vxr_hero81_leaf.vxr_hero81_leaf_r.vxr20152 {
    transform: scaleX(-1) translateY(4831.5px);
}