.vxr_ct74_main_box {
    background: #0b1a2e;
    padding: 100px 0;
    position: relative;
}

.vxr_ct74_container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

.vxr_ct74_header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 60px;
}

.vxr_ct74_label {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #A6D43A;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    margin-bottom: 14px;
}

.vxr_ct74_title {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 14px;
}

.vxr_ct74_desc {
    font-size: 16px;
    color: #6e87a0;
    line-height: 1.7;
    margin: 0;
}

.vxr_ct74_grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 40px;
    align-items: start;
}

.vxr_ct74_info_card {
    background: linear-gradient(155deg, rgba(16,34,60,0.7), rgba(10,24,44,0.5));
    border: 1px solid rgba(50,168,214,0.08);
    border-radius: 16px;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.vxr_ct74_info_row {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.vxr_ct74_info_icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: rgba(50,168,214,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.vxr_ct74_info_icon i {
    color: #32A8D6;
    font-size: 18px;
}

.vxr_ct74_info_title {
    font-size: 15px;
    font-weight: 600;
    color: #dfe8f0;
    margin: 0 0 4px;
}

.vxr_ct74_info_text {
    font-size: 14px;
    color: #6e87a0;
    margin: 0;
    line-height: 1.6;
}

.vxr_ct74_info_link {
    font-size: 14px;
    color: #6e87a0;
    text-decoration: none;
    transition: color 0.3s;
}

.vxr_ct74_info_link:hover {
    color: #32A8D6;
}

.vxr_ct74_socials {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.vxr_ct74_soc {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: rgba(50,168,214,0.08);
    border: 1px solid rgba(50,168,214,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7a8fa6;
    text-decoration: none;
    font-size: 16px;
    transition: background 0.3s, color 0.3s, border-color 0.3s;
}

.vxr_ct74_soc:hover {
    background: rgba(50,168,214,0.15);
    color: #32A8D6;
    border-color: rgba(50,168,214,0.3);
}

.vxr_ct74_form_wrap {
    background: linear-gradient(155deg, rgba(16,34,60,0.7), rgba(10,24,44,0.5));
    border: 1px solid rgba(50,168,214,0.08);
    border-radius: 16px;
    padding: 36px 32px;
}

.vxr_ct74_form .vxr_form_row {
    margin-bottom: 18px;
}

.vxr_ct74_form .vxr_form_row:nth-child(-n+2) {
    display: inline-block;
    vertical-align: top;
}

.vxr_ct74_form .vxr_form_row:nth-child(2) {
    margin-left: 14px;
}

.vxr_ct74_form label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #94a8be;
    margin-bottom: 6px;
    letter-spacing: 0.3px;
}

.vxr_ct74_form .vxr_form_rq::after {
    content: ' *';
    color: #e05555;
}

.vxr_ct74_form .vxr_form_field {
    width: 100%;
    padding: 12px 16px;
    background: rgba(5,13,26,0.6);
    border: 1px solid rgba(50,168,214,0.12);
    border-radius: 8px;
    color: #e0e8f0;
    font-size: 15px;
    font-family: inherit;
    transition: border-color 0.3s, box-shadow 0.3s;
    outline: none;
    box-sizing: border-box;
    -webkit-appearance: none;
}

.vxr_ct74_form .vxr_form_field::placeholder {
    color: #4a6078;
}

.vxr_ct74_form .vxr_form_field:focus {
    border-color: rgba(50,168,214,0.4);
    box-shadow: 0 0 0 3px rgba(50,168,214,0.08);
}

.vxr_ct74_form select.vxr_form_field {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2394a8be' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
}

.vxr_ct74_form select.vxr_form_field option {
    background: #0a1628;
    color: #e0e8f0;
}

.vxr_ct74_form textarea.vxr_form_field {
    resize: vertical;
    min-height: 100px;
}

.vxr_ct74_form .vxr_form_description_field {
    font-size: 12px;
    color: #4a6078;
    margin-top: 4px;
}

.vxr_ct74_form input[type="file"].vxr_form_field {
    padding: 10px;
}

.vxr_ct74_form .gdpr-consent {
    margin: 18px 0 20px;
    font-size: 13px;
    color: #6e87a0;
    line-height: 1.5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
}

.vxr_ct74_form .gdpr-consent input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #32A8D6;
    margin-right: 4px;
    flex-shrink: 0;
}

.vxr_ct74_form .gdpr-consent a {
    color: #32A8D6;
    text-decoration: none;
    transition: color 0.3s;
}

.vxr_ct74_form .gdpr-consent a:hover {
    color: #A6D43A;
}

.vxr_ct74_form .vxr_form_submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 40px;
    background: linear-gradient(135deg, #32A8D6, #0546A4);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
    font-family: inherit;
    width: 100%;
}

.vxr_ct74_form .vxr_form_submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(50,168,214,0.3);
}

.vxr_ct74_form .vxr_form_response {
    text-align: center;
    padding: 40px 20px;
}

.vxr_ct74_form_success i {
    font-size: 48px;
    color: #A6D43A;
    margin-bottom: 16px;
}

.vxr_ct74_form_success h3 {
    font-size: 24px;
    color: #fff;
    margin: 0 0 10px;
}

.vxr_ct74_form_success p {
    font-size: 15px;
    color: #6e87a0;
    margin: 0;
}

@media (max-width: 1024px) {
    .vxr_ct74_main_box { padding: 80px 0; }
    .vxr_ct74_grid { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 768px) {
    .vxr_ct74_main_box { padding: 60px 0; }
    .vxr_ct74_container { padding: 0 16px; }
    .vxr_ct74_title { font-size: 28px; }
    .vxr_ct74_form_wrap { padding: 24px 18px; }
    .vxr_ct74_form .vxr_form_row:nth-child(-n+2) {
        width: 100%;
        display: block;
    }
    .vxr_ct74_form .vxr_form_row:nth-child(2) { margin-left: 0; }
}

.vxr_ct74_form_response.vxr_form_response.vxr281EE {
    display: none;
}