.vxr_header59_main_box {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

.vxr_header59_video_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.vxr_header59_video_bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vxr_header59_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(10, 36, 99, 0.92) 0%, rgba(0, 119, 182, 0.85) 100%);
}

.vxr_header59_container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
}

.vxr_header59_nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 16px 0;
    transition: all 0.3s ease;
}

.vxr_header59_nav.scrolled {
    background: rgba(10, 36, 99, 0.98);
    backdrop-filter: blur(20px);
    padding: 12px 0;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
}

.vxr_header59_nav .vxr_header59_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vxr_header59_logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #fff;
}

.vxr_header59_logo_icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #00b4d8, #0077b6);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
}

.vxr_header59_logo_text {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.vxr_header59_menu {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.vxr_header59_menu > li > a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 12px 20px;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.vxr_header59_menu > li > a:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.vxr_header59_menu > li > a i {
    font-size: 10px;
    transition: transform 0.3s ease;
}

.vxr_header59_dropdown {
    position: relative;
}

.vxr_header59_dropdown:hover > a i {
    transform: rotate(180deg);
}

.vxr_header59_dropdown:hover .vxr_header59_submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.vxr_header59_submenu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 260px;
    background: #fff;
    border-radius: 16px;
    padding: 12px;
    list-style: none;
    margin: 0;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.vxr_header59_submenu li a {
    display: block;
    padding: 12px 16px;
    color: #1a365d;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.vxr_header59_submenu li a:hover {
    background: linear-gradient(135deg, #e0f7ff, #f0faff);
    color: #0077b6;
    padding-left: 24px;
}

.vxr_header59_phone {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 24px;
    background: linear-gradient(135deg, #00b4d8, #0077b6);
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 180, 216, 0.4);
}

.vxr_header59_phone:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 180, 216, 0.5);
}

.vxr_header59_menu_toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 10px;
    z-index: 100;
}

.vxr_header59_menu_toggle span {
    width: 28px;
    height: 3px;
    background: #fff;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.vxr_header59_menu_toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.vxr_header59_menu_toggle.active span:nth-child(2) {
    opacity: 0;
}

.vxr_header59_menu_toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

.vxr_header59_hero {
    position: relative;
    z-index: 1;
    flex: 1;
    display: flex;
    align-items: center;
    padding: 140px 0 80px;
}

.vxr_header59_hero .vxr_header59_container {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 60px;
    align-items: center;
}

.vxr_header59_badge {
    display: inline-block;
    padding: 10px 20px;
    background: rgba(0, 180, 216, 0.2);
    border: 1px solid rgba(0, 180, 216, 0.4);
    border-radius: 50px;
    color: #90e0ef;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 24px;
}

.vxr_header59_title {
    font-size: clamp(40px, 5vw, 64px);
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    margin: 0 0 24px;
    letter-spacing: -1px;
}

.vxr_header59_subtitle {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 32px;
    line-height: 1.6;
}

.vxr_header59_features {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 40px;
}

.vxr_header59_feature {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    font-weight: 500;
}

.vxr_header59_feature i {
    color: #00b4d8;
    font-size: 18px;
}

.vxr_header59_cta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.vxr_header59_btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 32px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 60px;
    transition: all 0.3s ease;
}

.vxr_header59_btn_primary {
    background: linear-gradient(135deg, #00b4d8, #0077b6);
    color: #fff;
    box-shadow: 0 8px 30px rgba(0, 180, 216, 0.4);
}

.vxr_header59_btn_primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(0, 180, 216, 0.5);
}

.vxr_header59_btn_secondary {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    backdrop-filter: blur(10px);
}

.vxr_header59_btn_secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
}

.vxr_header59_stats_card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.vxr_header59_stat {
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.vxr_header59_stat:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.vxr_header59_stat_number {
    display: block;
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin-bottom: 8px;
    background: linear-gradient(135deg, #fff, #90e0ef);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.vxr_header59_stat_label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.vxr_header59_scroll_indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    animation: bounce59 2s infinite;
}

.vxr_header59_scroll_indicator i {
    font-size: 16px;
}

@keyframes bounce59 {
    0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); }
    40% { transform: translateX(-50%) translateY(10px); }
    60% { transform: translateX(-50%) translateY(5px); }
}

@media (max-width: 1200px) {
    .vxr_header59_hero .vxr_header59_container {
        grid-template-columns: 1fr 350px;
        gap: 40px;
    }
}

@media (max-width: 1024px) {
    .vxr_header59_menu_toggle {
        display: flex;
    }
    .vxr_header59_menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        max-width: 400px;
        height: 100vh;
        background: linear-gradient(180deg, #0a2463, #0077b6);
        flex-direction: column;
        padding: 100px 30px 40px;
        gap: 0;
        transition: all 0.4s ease;
    }
    .vxr_header59_menu.active {
        right: 0;
    }
    .vxr_header59_menu > li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .vxr_header59_menu > li > a {
        padding: 16px 0;
        font-size: 18px;
    }
    .vxr_header59_submenu {
        position: static;
        background: transparent;
        padding: 0 0 16px 16px;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        display: none;
    }
    .vxr_header59_dropdown.active .vxr_header59_submenu {
        display: block;
    }
    .vxr_header59_submenu li a {
        color: rgba(255, 255, 255, 0.8);
        padding: 10px 0;
    }
    .vxr_header59_submenu li a:hover {
        background: transparent;
        color: #90e0ef;
        padding-left: 10px;
    }
    .vxr_header59_phone {
        display: none;
    }
    .vxr_header59_hero .vxr_header59_container {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .vxr_header59_features {
        justify-content: center;
    }
    .vxr_header59_cta {
        justify-content: center;
    }
    .vxr_header59_hero_visual {
        display: none;
    }
}

@media (max-width: 768px) {
    .vxr_header59_hero {
        padding: 120px 0 60px;
    }
    .vxr_header59_title {
        font-size: 36px;
    }
    .vxr_header59_subtitle {
        font-size: 17px;
    }
    .vxr_header59_btn {
        padding: 16px 28px;
        font-size: 15px;
        width: 100%;
        justify-content: center;
    }
    .vxr_header59_features {
        flex-direction: column;
        gap: 12px;
    }
    .vxr_header59_scroll_indicator {
        display: none;
    }
    .vxr_header59_logo_text {
        font-size: 20px;
    }
    .vxr_header59_logo_icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
}

.vxr0E103 {
    width: 70px;
}