.vxr_abt_3pq6_main_box {
    position: relative;
    background: #0a0a0e;
    color: #ffffff;
    padding: 120px 0;
    overflow: hidden;
    font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
}

.vxr_abt_3pq6_main_box * {
    box-sizing: border-box;
}

.vxr_abt_3pq6_bg_layer {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 12% 18%, rgba(194,255,0,0.10), transparent 45%),
            radial-gradient(circle at 88% 82%, rgba(255,43,214,0.10), transparent 50%),
            linear-gradient(180deg, #0a0a0e 0%, #0e0e14 100%);
    z-index: 1;
    pointer-events: none;
}

.vxr_abt_3pq6_particles {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(2px 2px at 20% 30%, rgba(194,255,0,0.45) 50%, transparent 50%),
            radial-gradient(1.5px 1.5px at 70% 65%, rgba(255,43,214,0.45) 50%, transparent 50%),
            radial-gradient(1px 1px at 40% 80%, rgba(255,255,255,0.35) 50%, transparent 50%),
            radial-gradient(2px 2px at 85% 20%, rgba(194,255,0,0.30) 50%, transparent 50%);
    background-size: 600px 600px, 700px 700px, 500px 500px, 800px 800px;
    opacity: 0.6;
    z-index: 1;
    pointer-events: none;
    animation: vxr_abt_3pq6_drift 28s linear infinite;
}

@keyframes vxr_abt_3pq6_drift{
        0%   { transform: translate3d(0,0,0); }
        100% { transform: translate3d(-60px,-40px,0); }
    }

.vxr_abt_3pq6_container {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

.vxr_abt_3pq6_grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 56px;
    align-items: start;
}

.vxr_abt_3pq6_eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    border: 1px solid rgba(194,255,0,0.18);
    border-radius: 999px;
    background: rgba(194,255,0,0.04);
    color: #c2ff00;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.vxr_abt_3pq6_dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #c2ff00;
    box-shadow: 0 0 12px rgba(194,255,0,0.85);
    animation: vxr_abt_3pq6_pulse 1.6s ease-in-out infinite;
}

@keyframes vxr_abt_3pq6_pulse{
        0%,100%{ transform: scale(1); opacity: 1; }
        50%    { transform: scale(1.4); opacity: 0.5; }
    }

.vxr_abt_3pq6_title {
    font-family: 'Oswald', 'Bebas Neue', 'Inter', sans-serif;
    font-size: clamp(36px, 5.5vw, 64px);
    line-height: 1.02;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    margin: 0 0 24px 0;
    color: #ffffff;
}

.vxr_abt_3pq6_accent {
    color: #c2ff00;
    text-shadow: 0 0 30px rgba(194,255,0,0.35);
}

.vxr_abt_3pq6_accent2 {
    color: #ff2bd6;
    text-shadow: 0 0 30px rgba(255,43,214,0.35);
}

.vxr_abt_3pq6_lead {
    font-size: 17px;
    line-height: 1.7;
    color: #e6e8ec;
    margin: 0 0 32px 0;
    max-width: 560px;
}

.vxr_abt_3pq6_philosophy {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 20px 22px;
    border: 1px solid rgba(194,255,0,0.14);
    border-left: 3px solid #c2ff00;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(194,255,0,0.05), rgba(255,43,214,0.03));
    margin-bottom: 32px;
}

.vxr_abt_3pq6_philosophy_icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(194,255,0,0.10);
    color: #c2ff00;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 0 20px rgba(194,255,0,0.20) inset;
}

.vxr_abt_3pq6_philosophy_text h4 {
    font-family: 'Oswald', 'Inter', sans-serif;
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 6px 0;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.vxr_abt_3pq6_philosophy_text p {
    font-size: 14.5px;
    line-height: 1.6;
    margin: 0;
    color: #b9bcc4;
}

.vxr_abt_3pq6_badges {
    list-style: none;
    margin: 0 0 36px 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.vxr_abt_3pq6_badge {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 12px;
    background: rgba(255,255,255,0.025);
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 600;
    color: #e6e8ec;
}

.vxr_abt_3pq6_badge:hover {
    border-color: rgba(194,255,0,0.4);
    background: rgba(194,255,0,0.06);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.4), 0 0 18px rgba(194,255,0,0.15);
}

.vxr_abt_3pq6_badge i {
    color: #c2ff00;
    font-size: 18px;
    flex-shrink: 0;
    filter: drop-shadow(0 0 6px rgba(194,255,0,0.5));
}

.vxr_abt_3pq6_badge:nth-child(even) i {
    color: #ff2bd6;
    filter: drop-shadow(0 0 6px rgba(255,43,214,0.5));
}

.vxr_abt_3pq6_cta {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 28px;
    background: #ff2bd6;
    color: #0a0a0e;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(255,43,214,0.35);
}

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

.vxr_abt_3pq6_cta:hover {
    background: #c2ff00;
    color: #0a0a0e;
    transform: translateY(-2px);
    box-shadow: 0 14px 36px rgba(194,255,0,0.4);
}

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

.vxr_abt_3pq6_visual {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.vxr_abt_3pq6_image_frame {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #111118;
    border: 1px solid rgba(194,255,0,0.18);
    box-shadow: 0 30px 60px rgba(0,0,0,0.55), 0 0 40px rgba(194,255,0,0.08);
}

.vxr_abt_3pq6_image_glow {
    position: absolute;
    inset: -40%;
    background: radial-gradient(circle at center, rgba(194,255,0,0.18), transparent 60%);
    z-index: 1;
    pointer-events: none;
    animation: vxr_abt_3pq6_glow 8s ease-in-out infinite alternate;
}

@keyframes vxr_abt_3pq6_glow{
        0%   { opacity: 0.5; transform: scale(1); }
        100% { opacity: 1;   transform: scale(1.1); }
    }

.vxr_abt_3pq6_image {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: contrast(1.05) saturate(1.1);
}

.vxr_abt_3pq6_image_corner {
    position: absolute;
    width: 28px;
    height: 28px;
    border-color: #c2ff00;
    border-style: solid;
    border-width: 0;
    z-index: 3;
    filter: drop-shadow(0 0 6px rgba(194,255,0,0.6));
}

.vxr_abt_3pq6_corner_tl {
    top: 14px;
    left: 14px;
    border-top-width: 2px;
    border-left-width: 2px;
}

.vxr_abt_3pq6_corner_tr {
    top: 14px;
    right: 14px;
    border-top-width: 2px;
    border-right-width: 2px;
}

.vxr_abt_3pq6_corner_bl {
    bottom: 14px;
    left: 14px;
    border-bottom-width: 2px;
    border-left-width: 2px;
}

.vxr_abt_3pq6_corner_br {
    bottom: 14px;
    right: 14px;
    border-bottom-width: 2px;
    border-right-width: 2px;
}

.vxr_abt_3pq6_chip {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: rgba(14,14,20,0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(194,255,0,0.25);
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.5);
    max-width: 240px;
}

.vxr_abt_3pq6_chip_top {
    top: 22px;
    right: 22px;
}

.vxr_abt_3pq6_chip_bottom {
    bottom: 22px;
    left: 22px;
    border-color: rgba(255,43,214,0.25);
}

.vxr_abt_3pq6_chip_bottom i {
    color: #ff2bd6;
    font-size: 22px;
    filter: drop-shadow(0 0 8px rgba(255,43,214,0.55));
}

.vxr_abt_3pq6_chip_pulse {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #c2ff00;
    box-shadow: 0 0 12px rgba(194,255,0,0.85);
    animation: vxr_abt_3pq6_pulse 1.4s ease-in-out infinite;
    flex-shrink: 0;
}

.vxr_abt_3pq6_chip_label {
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #c2ff00;
    margin-bottom: 2px;
}

.vxr_abt_3pq6_chip_bottom .vxr_abt_3pq6_chip_label {
    color: #ff2bd6;
}

.vxr_abt_3pq6_chip_value {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
}

.vxr_abt_3pq6_guarantee {
    position: relative;
    padding: 24px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(194,255,0,0.08), rgba(255,43,214,0.06));
    border: 1px solid rgba(194,255,0,0.20);
    box-shadow: 0 20px 50px rgba(0,0,0,0.45), inset 0 1px 0 rgba(255,255,255,0.05);
    overflow: hidden;
}

.vxr_abt_3pq6_guarantee::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 240px;
    height: 240px;
    background: radial-gradient(circle, rgba(194,255,0,0.18), transparent 60%);
    pointer-events: none;
}

.vxr_abt_3pq6_guarantee_inner {
    position: relative;
    display: flex;
    align-items: center;
    gap: 22px;
    z-index: 2;
}

.vxr_abt_3pq6_guarantee_ring {
    flex-shrink: 0;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 2px dashed rgba(194,255,0,0.5);
    background: radial-gradient(circle, rgba(194,255,0,0.10), transparent 70%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px;
    text-align: center;
    animation: vxr_abt_3pq6_spin 18s linear infinite;
}

@keyframes vxr_abt_3pq6_spin{
        from { transform: rotate(0deg); }
        to   { transform: rotate(360deg); }
    }

.vxr_abt_3pq6_guarantee_percent {
    font-family: 'Oswald', 'Bebas Neue', sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: #c2ff00;
    line-height: 1;
    text-shadow: 0 0 18px rgba(194,255,0,0.5);
    animation: vxr_abt_3pq6_unspin 18s linear infinite;
}

.vxr_abt_3pq6_guarantee_word {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #e6e8ec;
    margin-top: 4px;
    animation: vxr_abt_3pq6_unspin 18s linear infinite;
}

@keyframes vxr_abt_3pq6_unspin{
        from { transform: rotate(0deg); }
        to   { transform: rotate(-360deg); }
    }

.vxr_abt_3pq6_guarantee_text {
    flex: 1;
    min-width: 0;
}

.vxr_abt_3pq6_guarantee_kicker {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #ff2bd6;
    margin-bottom: 8px;
}

.vxr_abt_3pq6_guarantee_text h3 {
    font-family: 'Oswald', 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 10px 0;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.vxr_abt_3pq6_guarantee_text p {
    font-size: 13.5px;
    line-height: 1.6;
    margin: 0;
    color: #b9bcc4;
}

.vxr_abt_3pq6_certs {
    margin-top: 64px;
    padding: 28px 32px;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.005));
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px 36px;
}

.vxr_abt_3pq6_certs_label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #8a8d96;
    white-space: nowrap;
}

.vxr_abt_3pq6_certs_list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 14px;
    flex: 1;
}

.vxr_abt_3pq6_cert_item {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    border: 1px solid rgba(194,255,0,0.18);
    border-radius: 999px;
    background: rgba(194,255,0,0.03);
    color: #e6e8ec;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: all 0.3s ease;
    cursor: default;
}

.vxr_abt_3pq6_cert_item:hover {
    background: rgba(194,255,0,0.10);
    color: #c2ff00;
    border-color: rgba(194,255,0,0.45);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.4), 0 0 14px rgba(194,255,0,0.18);
}

.vxr_abt_3pq6_cert_item:nth-child(even):hover {
    color: #ff2bd6;
    border-color: rgba(255,43,214,0.45);
    background: rgba(255,43,214,0.08);
    box-shadow: 0 8px 20px rgba(0,0,0,0.4), 0 0 14px rgba(255,43,214,0.18);
}

@media (min-width: 768px){
        .vxr_abt_3pq6_badges{
            grid-template-columns: repeat(3, 1fr);
        }
    }

@media (min-width: 1024px){
        .vxr_abt_3pq6_main_box{
            padding: 140px 0;
        }
        .vxr_abt_3pq6_grid{
            grid-template-columns: 1.05fr 0.95fr;
            gap: 72px;
        }
        .vxr_abt_3pq6_badges{
            grid-template-columns: repeat(2, 1fr);
        }
    }

@media (max-width: 767px){
        .vxr_abt_3pq6_main_box{
            padding: 80px 0;
        }
        .vxr_abt_3pq6_container{
            padding: 0 18px;
        }
        .vxr_abt_3pq6_grid{
            gap: 44px;
        }
        .vxr_abt_3pq6_badges{
            grid-template-columns: 1fr;
        }
        .vxr_abt_3pq6_guarantee_inner{
            flex-direction: column;
            text-align: center;
            gap: 18px;
        }
        .vxr_abt_3pq6_guarantee_ring{
            width: 110px;
            height: 110px;
        }
        .vxr_abt_3pq6_chip{
            max-width: 180px;
            padding: 10px 12px;
        }
        .vxr_abt_3pq6_chip_value{
            font-size: 12px;
        }
        .vxr_abt_3pq6_certs{
            margin-top: 44px;
            padding: 22px;
        }
        .vxr_abt_3pq6_cert_item{
            padding: 8px 14px;
            font-size: 11px;
        }
    }