.vxr_text14_main_box {
    position: relative;
    padding: 120px 0 100px;
    overflow: hidden;
}

.vxr_text14_main_box::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 20% 30%, rgb(149 107 255 / 29%) 0%, #0000006b 50%), radial-gradient(circle at 80% 70%, rgb(110 61 255 / 50%) 0%, transparent 50%);
    pointer-events: none;
}

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

.vxr_text14_main {
    background: rgba(10, 5, 15, 0.4);
    backdrop-filter: blur(10px);
    padding: 60px;
    border-radius: 30px;
    border: 1px solid rgba(156, 107, 255, 0.1);
}

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

.vxr_text14_main h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.3;
    margin: 50px 0 25px;
    color: #b26bff;
    position: relative;
    padding-bottom: 15px;
}

.vxr_text14_main h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #b26bff, transparent);
    border-radius: 2px;
}

.vxr_text14_main h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4;
    margin: 40px 0 20px;
    color: #9c6bff;
}

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

.vxr_text14_main div {
    color: rgba(255, 255, 255, 0.85);
}

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

.vxr_text14_main a {
    color: #b26bff;
    text-decoration: none;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(178, 107, 255, 0.3);
}

[data-fancybox="gallery-content"] {
    border: none !important;
}

.vxr_text14_main a:hover {
    color: #9c6bff;
    border-bottom-color: #9c6bff;
}

.vxr_text14_main img {
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(156, 107, 255, 0.2);
    transition: transform 0.4s ease;
}

[data-fancybox="gallery-content"]:last-child {
    margin-bottom: 30px;
}

.vxr_text14_main img:hover {
    transform: scale(1.02);
}

.vxr_text14_main blockquote {
    margin: 40px 0;
    padding: 30px 40px;
    background: linear-gradient(135deg, rgba(149, 107, 255, 0.1), rgba(103, 61, 255, 0.05));
    border-left: 5px solid #9c6bff;
    border-radius: 15px;
    position: relative;
}

.vxr_text14_main blockquote::before {
    content: '"';
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 80px;
    color: rgba(156, 107, 255, 0.2);
    font-family: Georgia, serif;
    line-height: 1;
}

.vxr_text14_main blockquote p {
    font-size: 20px;
    font-style: italic;
    color: rgba(255, 255, 255, 0.95);
    margin: 0 0 15px;
    position: relative;
    z-index: 1;
}

.vxr_text14_main blockquote cite {
    display: block;
    font-size: 16px;
    color: #9c6bff;
    font-style: normal;
    font-weight: 600;
    margin-top: 10px;
}

.vxr_text14_main ul,
.vxr_text14_main ol {
    margin: 25px 0;
    padding-left: 30px;
}

.vxr_text14_main ul li,
.vxr_text14_main ol li {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 12px;
}

.vxr_text14_main ul li::marker {
    color: #9c6bff;
}

.vxr_text14_main ol li::marker {
    color: #9c6bff;
    font-weight: 700;
}

.vxr_text14_main strong {
    color: #b26bff;
    font-weight: 600;
}

.vxr_text14_main em {
    color: rgba(255, 255, 255, 0.95);
    font-style: italic;
}

.vxr_text14_main code {
    background: rgba(156, 107, 255, 0.1);
    color: #b26bff;
    padding: 3px 8px;
    border-radius: 5px;
    font-family: 'Courier New', monospace;
    font-size: 16px;
}

.vxr_text14_main pre {
    background: rgba(10, 5, 15, 0.6);
    border: 1px solid rgba(156, 107, 255, 0.2);
    border-radius: 12px;
    padding: 20px;
    overflow-x: auto;
    margin: 30px 0;
}

.vxr_text14_main pre code {
    background: none;
    padding: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 1.6;
}

.vxr_text14_main hr {
    border: none;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(156, 107, 255, 0.3), transparent);
    margin: 50px 0;
}

.vxr_text14_main table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    background: rgba(10, 5, 15, 0.4);
    border-radius: 12px;
    overflow: hidden;
}

.vxr_text14_main table th,
.vxr_text14_main table td {
    padding: 15px 20px;
    text-align: left;
    border-bottom: 1px solid rgba(156, 107, 255, 0.1);
}

.vxr_text14_main table th {
    background: rgba(156, 107, 255, 0.1);
    color: #b26bff;
    font-weight: 600;
    font-size: 16px;
}

.vxr_text14_main table td {
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
}

.vxr_text14_main table tr:last-child td {
    border-bottom: none;
}

.vxr_text14_main table tr:hover {
    background: rgba(156, 107, 255, 0.05);
}

@media (max-width: 768px) {
    .vxr_text14_main_box {
        padding: 80px 0 60px;
    }

    .vxr_text14_main {
        padding: 35px 25px;
        border-radius: 20px;
    }

    .vxr_text14_main h1 {
        font-size: 32px;
        margin-bottom: 25px;
    }

    .vxr_text14_main h2 {
        font-size: 26px;
        margin: 40px 0 20px;
    }

    .vxr_text14_main h3 {
        font-size: 22px;
        margin: 30px 0 15px;
    }

    .vxr_text14_main p {
        font-size: 16px;
        margin-bottom: 18px;
    }

    .vxr_text14_main img {
        margin: 30px 0;
        border-radius: 15px;
    }

    .vxr_text14_main blockquote {
        margin: 30px 0;
        padding: 25px 30px 25px 35px;
    }

    .vxr_text14_main blockquote::before {
        font-size: 60px;
        left: 10px;
    }

    .vxr_text14_main blockquote p {
        font-size: 17px;
    }

    .vxr_text14_main blockquote cite {
        font-size: 14px;
    }

    .vxr_text14_main ul,
    .vxr_text14_main ol {
        padding-left: 25px;
    }

    .vxr_text14_main ul li,
    .vxr_text14_main ol li {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .vxr_text14_main table {
        font-size: 14px;
    }

    .vxr_text14_main table th,
    .vxr_text14_main table td {
        padding: 12px 15px;
        font-size: 14px;
    }
}