.vxr_areas59_main_box {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, #0a2463 0%, #0077b6 100%);
    overflow: hidden;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

.vxr_areas59_main_box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
}

.vxr_areas59_container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 1;
}

.vxr_areas59_content {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
    align-items: start;
}

.vxr_areas59_label {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50px;
    color: #90e0ef;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.vxr_areas59_title {
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 800;
    color: #fff;
    margin: 0 0 20px;
    line-height: 1.2;
}

.vxr_areas59_desc {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin: 0 0 32px;
}

.vxr_areas59_btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    background: linear-gradient(135deg, #00b4d8, #0077b6);
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 30px rgba(0, 180, 216, 0.4);
}

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

.vxr_areas59_btn i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.vxr_areas59_btn:hover i {
    transform: translateX(5px);
}

.vxr_areas59_locations {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.vxr_areas59_location {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 20px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 14px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.vxr_areas59_location:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-3px);
}

.vxr_areas59_location i {
    color: #90e0ef;
    font-size: 16px;
}

@media (max-width: 1024px) {
    .vxr_areas59_content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .vxr_areas59_text {
        text-align: center;
    }
    .vxr_areas59_locations {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .vxr_areas59_main_box {
        padding: 80px 0;
    }
    .vxr_areas59_locations {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .vxr_areas59_location {
        padding: 14px 16px;
        font-size: 14px;
    }
}

@media (max-width: 500px) {
    .vxr_areas59_main_box {
        padding: 60px 0;
    }
    .vxr_areas59_locations {
        grid-template-columns: 1fr 1fr;
    }
    .vxr_areas59_location {
        padding: 12px 14px;
        font-size: 13px;
    }
    .vxr_areas59_title {
        font-size: 26px;
    }
    .vxr_areas59_desc {
        font-size: 15px;
    }
}