.vxr_text13_main_box {
    position: relative;
    padding: 120px 0 100px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.98) 0%, rgba(10, 5, 15, 0.95) 50%, rgba(0, 0, 0, 0.98) 100%);
    overflow: hidden;
}

.vxr_text13_main_box::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 20% 30%, rgba(149, 107, 255, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(110, 61, 255, 0.04) 0%, transparent 50%);
    pointer-events: none;
}

.vxr_text13_container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.vxr_text13_header {
    text-align: center;
    margin-bottom: 60px;
}

.vxr_text13_title {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    background: linear-gradient(135deg, #ae2cff6e, #b26bff, #db8bff75);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 30px rgba(156, 107, 255, 0.5));
}

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

.vxr_text13_lead {
    font-size: 24px;
    line-height: 1.6;
    color: #9c6bff;
    font-weight: 600;
    margin: 0 0 20px;
}

.vxr_text13_intro p {
    font-size: 20px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
}

.vxr_text13_image_block {
    position: relative;
    margin: 60px 0;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(156, 107, 255, 0.3);
}

.vxr_text13_image_block img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.6s ease;
}

.vxr_text13_image_block:hover img {
    transform: scale(1.05);
}

.vxr_text13_image_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(139, 107, 255, 0.15) 100%);
    pointer-events: none;
}

.vxr_text13_content {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin: 80px 0;
}

.vxr_text13_block {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 40px;
    background: linear-gradient(135deg, rgba(149, 107, 255, 0.08), rgba(103, 61, 255, 0.04));
    border-left: 5px solid #9c6bff;
    border-radius: 20px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.vxr_text13_block::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(144, 107, 255, 0.1), transparent);
    transition: left 0.6s ease;
}

.vxr_text13_block:hover::before {
    left: 100%;
}

.vxr_text13_block:hover {
    transform: translateX(10px);
    border-left-width: 8px;
    box-shadow: 0 20px 50px rgba(149, 107, 255, 0.2);
}

.vxr_text13_block_icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(161, 107, 255, 0.2), rgba(126, 61, 255, 0.1));
    border-radius: 15px;
    font-size: 28px;
    color: #8b6bff;
    transition: all 0.4s ease;
}

.vxr_text13_block:hover .vxr_text13_block_icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 10px 30px rgba(149, 107, 255, 0.4);
}

.vxr_text13_block_title {
    font-size: 26px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    line-height: 1.3;
}

.vxr_text13_block p {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
}

.vxr_text13_block ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.vxr_text13_block ul li {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
}

.vxr_text13_block ul li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #866bff;
    font-weight: 700;
}

.vxr_text13_highlight {
    font-weight: 600 !important;
    color: #a16bff !important;
    font-style: italic;
    padding: 15px 20px;
    background: rgba(156, 107, 255, 0.1);
    border-radius: 10px;
    margin-top: 15px !important;
}

.vxr_text13_image_block_second {
    margin: 80px 0 60px;
}

.vxr_text13_conclusion {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding: 50px 40px;
    background: linear-gradient(135deg, rgba(149, 107, 255, 0.1), rgba(103, 61, 255, 0.05));
    border: 2px solid rgba(156, 107, 255, 0.3);
    border-radius: 25px;
    position: relative;
    overflow: hidden;
}

.vxr_text13_conclusion::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #906bff, #843dff, #8b6bff);
    border-radius: 25px;
    opacity: 0;
    z-index: -1;
    animation: vxr_text13_border_glow 3s linear infinite;
}

@keyframes vxr_text13_border_glow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.6;
    }
}

.vxr_text13_conclusion p {
    font-size: 20px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 20px;
}

.vxr_text13_conclusion p:last-child {
    margin-bottom: 0;
}

.vxr_text13_emphasis {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #ae6bff !important;
    margin-bottom: 25px !important;
}

.vxr_text13_final {
    font-size: 22px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    margin-top: 25px !important;
}

.vxr_text13_form_section {
    max-width: 800px;
    margin: 80px auto 0;
    padding: 50px 45px;
    background: linear-gradient(135deg, rgba(149, 107, 255, 0.08), rgba(103, 61, 255, 0.04));
    border: 2px solid rgba(156, 107, 255, 0.2);
    border-radius: 25px;
}

.vxr_text13_form_title {
    font-size: 28px;
    font-weight: 600;
    color: #b26bff;
    text-align: center;
    margin: 0 0 40px;
    line-height: 1.4;
}

.vxr_text13_form .vxr_form_row {
    margin-bottom: 25px;
}

.vxr_text13_form label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 10px;
}

.vxr_text13_form .vxr_form_rq::after {
    content: '*';
    color: #9c6bff;
    margin-left: 5px;
}

.vxr_text13_form .vxr_form_field {
    width: 100%;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(156, 107, 255, 0.2);
    border-radius: 12px;
    color: #ffffff;
    font-size: 16px;
    transition: all 0.3s ease;
    font-family: inherit;
}

.vxr_text13_form .vxr_form_field:focus {
    outline: none;
    border-color: #9c6bff;
    background: rgba(156, 107, 255, 0.08);
    box-shadow: 0 0 20px rgba(156, 107, 255, 0.2);
}

.vxr_text13_form .vxr_form_field::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.vxr_text13_form textarea.vxr_form_field {
    resize: vertical;
    min-height: 150px;
}

.vxr_text13_form .gdpr-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 30px 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

.vxr_text13_form .gdpr-consent input[type="checkbox"] {
    margin-top: 3px;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #9c6bff;
}

.vxr_text13_form .gdpr-consent label {
    margin: 0;
    cursor: pointer;
    font-weight: normal;
}

.vxr_text13_form .gdpr-consent a {
    color: #b26bff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.vxr_text13_form .gdpr-consent a:hover {
    color: #9c6bff;
    text-decoration: underline;
}

.vxr_text13_form .vxr_form_submit {
    width: 100%;
    padding: 18px 40px;
    background: linear-gradient(135deg, #b26bff, #9a3dff);
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(156, 107, 255, 0.4);
}

.vxr_text13_form .vxr_form_submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(156, 107, 255, 0.6);
}

.vxr_text13_form_response {
    text-align: center;
    padding: 40px;
    background: linear-gradient(135deg, rgba(149, 107, 255, 0.15), rgba(103, 61, 255, 0.08));
    border-radius: 20px;
}

.vxr_text13_form_response i {
    font-size: 60px;
    color: #9c6bff;
    margin-bottom: 20px;
    display: block;
}

.vxr_text13_form_response p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    line-height: 1.6;
}

@media (max-width: 1024px) {
    .vxr_text13_title {
        font-size: 44px;
    }

    .vxr_text13_lead {
        font-size: 20px;
    }

    .vxr_text13_intro p {
        font-size: 18px;
    }

    .vxr_text13_block_title {
        font-size: 22px;
    }

    .vxr_text13_form_title {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .vxr_text13_main_box {
        padding: 80px 0 60px;
    }

    .vxr_text13_header {
        margin-bottom: 40px;
    }

    .vxr_text13_title {
        font-size: 32px;
    }

    .vxr_text13_intro {
        margin-bottom: 40px;
    }

    .vxr_text13_lead {
        font-size: 18px;
    }

    .vxr_text13_intro p {
        font-size: 16px;
    }

    .vxr_text13_image_block {
        margin: 40px 0;
        border-radius: 20px;
    }

    .vxr_text13_content {
        gap: 35px;
        margin: 50px 0;
    }

    .vxr_text13_block {
        padding: 30px 25px;
    }

    .vxr_text13_block_icon {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }

    .vxr_text13_block_title {
        font-size: 20px;
    }

    .vxr_text13_block p,
    .vxr_text13_block ul li {
        font-size: 16px;
    }

    .vxr_text13_image_block_second {
        margin: 50px 0 40px;
    }

    .vxr_text13_conclusion {
        padding: 35px 25px;
    }

    .vxr_text13_conclusion p {
        font-size: 17px;
    }

    .vxr_text13_emphasis {
        font-size: 22px !important;
    }

    .vxr_text13_final {
        font-size: 18px !important;
    }

    .vxr_text13_form_section {
        margin-top: 60px;
        padding: 35px 25px;
    }

    .vxr_text13_form_title {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .vxr_text13_form .vxr_form_field {
        padding: 12px 18px;
        font-size: 15px;
    }

    .vxr_text13_form .vxr_form_submit {
        padding: 15px 35px;
        font-size: 16px;
    }

    .vxr_text13_form_response {
        padding: 30px 20px;
    }

    .vxr_text13_form_response i {
        font-size: 50px;
    }

    .vxr_text13_form_response p {
        font-size: 17px;
    }
}