    #vzl-safe-zone {
        width: 100% !important;
        max-width: 1000px !important;
        margin: 0 auto !important;
        padding: 10px !important;
        display: block !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
        font-family: 'Poppins', sans-serif !important;
        color: #333 !important;
    }

    #vzl-safe-zone *, #vzl-safe-zone *::before, #vzl-safe-zone *::after {
        box-sizing: border-box !important;
        max-width: 100% !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
    }

    .vzl-intro { text-align: center; margin-bottom: 25px; width: 100% !important; display: block !important; }
    .vzl-intro p { font-size: 13px; line-height: 1.6; color: #555; margin-bottom: 12px; }
    .vzl-btn { display: inline-block !important; background: #fff5f0; color: #ff6317; border: 1px dashed #ff6317; padding: 8px 16px; border-radius: 50px; font-size: 11px; font-weight: 600; }

    .vzl-box { background: #ffffff; border: 1px solid #eaeaea; border-radius: 8px; padding: 18px; margin-bottom: 15px; position: relative; width: 100% !important; display: block !important; }
    .vzl-box-who { border-left: 4px solid #ff6317; }
    .vzl-box-warn { background: #fffaf7; border-left: 4px solid #ff6317; }
    
    .vzl-title { font-size: 14px; font-weight: 700; color: #111; margin: 0 0 10px 0 !important; display: block !important; }
    .vzl-title i { color: #ff6317; font-size: 18px; vertical-align: middle; margin-right: 5px; }
    .vzl-text { font-size: 12px; color: #555; line-height: 1.6; margin: 0 0 10px 0 !important; display: block !important; }

    .vzl-stats { margin-top: 15px; padding-top: 15px; border-top: 1px dashed #eaeaea; width: 100% !important; display: block !important; }
    .vzl-stat-item { display: inline-block !important; margin-right: 15px; margin-bottom: 5px; font-size: 11px; font-weight: 600; color: #333; }
    .vzl-stat-item i { color: #ff6317; font-size: 16px; vertical-align: middle; margin-right: 3px; }

    .vzl-reviews {
        background: #191b29;
        border-radius: 10px;
        padding: 20px 10px;
        margin-top: 25px;
        text-align: center;
        width: 100% !important;
        display: block !important;
        overflow: hidden !important;
    }
    .vzl-reviews h3 { color: #ffffff; font-size: 14px; font-weight: 600; margin: 0 0 5px 0 !important; }
    .vzl-reviews p { color: #a0a0b0; font-size: 11px; margin: 0 0 10px 0 !important; }

    .vzl-slider-wrapper {
        position: relative !important;
        width: 100% !important;
        display: block !important;
    }

    .vzl-css-slider {
        display: flex !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory !important;
        gap: 15px !important;
        padding-bottom: 15px !important;
        width: 100% !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: thin;
        scrollbar-color: #ff6317 #25283a;
        scroll-behavior: smooth !important;
    }
    
    .vzl-css-slider::-webkit-scrollbar { height: 6px; }
    .vzl-css-slider::-webkit-scrollbar-track { background: #25283a; border-radius: 10px; }
    .vzl-css-slider::-webkit-scrollbar-thumb { background: #ff6317; border-radius: 10px; }

    .vzl-css-slide {
        flex: 0 0 75% !important;
        scroll-snap-align: center !important;
        min-width: 0 !important;
        display: block !important;
    }

    .vzl-img {
        width: 100% !important;
        height: 480px !important;
        object-fit: cover !important;
        object-position: top !important;
        border-radius: 8px !important;
        border: 2px solid #25283a !important;
        display: block !important;
        background: #191b29;
    }

    .vzl-nav-btn {
        position: absolute !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        background: rgba(255, 99, 23, 0.9) !important;
        color: #fff !important;
        border: none !important;
        width: 40px !important;
        height: 40px !important;
        border-radius: 50% !important;
        font-size: 18px !important;
        cursor: pointer !important;
        z-index: 10 !important;
        box-shadow: 0 4px 10px rgba(0,0,0,0.5) !important;
        display: none !important; 
        align-items: center !important;
        justify-content: center !important;
    }
    .vzl-nav-btn:hover { background: #e05310 !important; }
    
    .vzl-prev { left: 10px !important; }
    .vzl-next { right: 10px !important; }

    @media (min-width: 600px) {
        .vzl-css-slide { flex: 0 0 30% !important; }
        .vzl-img { height: 600px !important; }
        .vzl-nav-btn { display: flex !important; } 
    }
    
    .vzl-cta-box {
    text-align: center;
    background: #fffaf7;
    border: 2px dashed #ff6317;
    border-radius: 10px;
    padding: 30px 15px;
    margin-top: 30px;
    width: 100% !important;
    display: block !important;
    box-sizing: border-box !important;
}
.vzl-cta-box h3 {
    font-size: 16px;
    font-weight: 700;
    color: #111;
    margin: 0 0 10px 0 !important;
}
.vzl-cta-box p {
    font-size: 12px;
    color: #555;
    margin: 0 0 20px 0 !important;
}
.vzl-cta-btn {
    display: inline-block !important;
    background: #ff6317 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    padding: 12px 30px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(255, 99, 23, 0.3) !important;
    transition: all 0.3s ease !important;
}
.vzl-cta-btn:hover {
    background: #e05310 !important;
    transform: translateY(-2px);
}

.vozol-center-banner {
    width: 85%;
    max-width: 1300px;
    margin: 30px auto;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    padding: 0 !important; 
    background: transparent !important;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.vc-banner-inner {
    position: relative;
    width: 100%;
    aspect-ratio: 21 / 7; 
  
}

.vc-banner-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 1; 
}

.vc-banner-overlay {
    position: absolute;
    inset: 0;
    z-index: 2; 
    background: rgba(255, 255, 255, 0.1); 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

.vc-banner-title {
    color: #1a1a1a;
    font-size: clamp(1.8rem, 4vw, 3.2rem); 
    font-weight: 800;
    margin: 0 0 10px 0;
    letter-spacing: -1px;
}

.vc-banner-subtitle {
    color: #333333;
    font-size: clamp(1rem, 1.8vw, 1.4rem);
    font-weight: 500;
    max-width: 800px;
    line-height: 1.4;
    margin: 0;
}


@media (max-width: 992px) {
    .vozol-center-banner { width: 92%; }
    .vc-banner-inner { aspect-ratio: 16 / 10; }
}


.vc-section-header {
    width: 100%;
    text-align: center;
    margin: 60px 0 40px 0;
    font-family: 'Poppins', sans-serif;
}

.vc-version-badge {
    display: inline-block;
    background: #1a1a1a;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 50px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.vc-steps-title {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 800;
    color: #1a1a1a;
    margin: 0;
}


.vc-steps-container {
    width: 85%;
    max-width: 1200px;
    margin: 0 auto 80px auto;
    font-family: 'Poppins', sans-serif;
}

.vc-steps-wrapper {
    display: flex;
    align-items: center;
    gap: 60px;
}

.vc-steps-list {
    flex: 1.2;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.vc-step-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 25px;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #eaeaea;
    transition: all 0.3s ease;
}

.vc-step-item:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transform: translateY(-3px);
    border-color: #d1d1d1;
}

.vc-step-icon {
    font-size: 1.4rem;
    color: #1a1a1a;
    background: #f4f4f4;
    min-width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    transition: all 0.3s ease;
}

.vc-step-item:hover .vc-step-icon {
    background: #1a1a1a;
    color: #ffffff;
}

.vc-step-info h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 8px 0;
}

.vc-step-info p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
    margin: 0;
}


.vc-step-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #1a1a1a;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    margin-top: 15px;
    transition: 0.3s;
}

.vc-step-btn:hover { background: #333; color: #fff; }

.vc-step-note {
    font-size: 0.85rem;
    color: #856404;
    background: #fff3cd;
    padding: 12px 15px;
    border-radius: 10px;
    margin-top: 15px;
    display: flex;
    gap: 10px;
    border: 1px solid #ffeeba;
}


.vc-steps-visual {
    flex: 1;
    display: flex;
    justify-content: center;
    position: relative;
}

.vc-image-container {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 30px;
    position: relative;
    width: 100%;
}

.vc-step-image {
    width: 100%;
    height: auto;
    border-radius: 15px;
    filter: drop-shadow(0 15px 35px rgba(0,0,0,0.15));
}

.vc-qr-warning-card {
    position: absolute;
    bottom: -20px;
    left: 20px;
    right: 20px;
    background: rgba(26, 26, 26, 0.96);
    color: #fff;
    padding: 15px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    border: 1px solid rgba(255,255,255,0.1);
}

.vc-warning-icon { color: #ffd700; font-size: 1.4rem; }
.vc-warning-text { font-size: 0.82rem; margin: 0; line-height: 1.4; }


@media (max-width: 992px) {
    .vc-steps-wrapper { flex-direction: column; gap: 40px; }
    .vc-steps-visual { order: -1; }
    .vozol-center-banner, .vc-steps-container { width: 92%; }
    .vc-banner-inner { aspect-ratio: 16 / 10; }
    .vc-qr-warning-card { position: relative; bottom: 0; left: 0; right: 0; margin-top: 15px; }
}


.vc-success-container {
    width: 85%;
    max-width: 1200px;
    margin: 0 auto -37px auto; 
    font-family: 'Poppins', sans-serif;
}

.vc-success-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px 40px;
    display: flex;
    align-items: center;
    gap: 25px;
    border: 1px solid #d1fae5; 
    border-left: 6px solid #10b981; 
    box-shadow: 0 10px 30px rgba(16, 185, 129, 0.08); 
    transition: all 0.3s ease;
}

.vc-success-card:hover {
    box-shadow: 0 12px 35px rgba(16, 185, 129, 0.12);
    transform: translateY(-2px);
}

.vc-success-icon {
    font-size: 3rem;
    color: #10b981;
}

.vc-success-info h3 {
    color: #065f46; 
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 8px 0;
}

.vc-success-info p {
    color: #047857; 
    font-size: 1rem;
    margin: 0;
    line-height: 1.6;
    font-weight: 500;
}


@media (max-width: 992px) {
    .vc-success-container {
        width: 92%;
    }
}

@media (max-width: 768px) {
    .vc-success-card {
        flex-direction: column;
        text-align: center;
        padding: 25px;
        border-left: 1px solid #d1fae5;
        border-top: 6px solid #10b981; 
    }
}


.vc-minimal-warning-container {
    width: 85%;
    max-width: 1200px;
    margin: 0 auto 15px auto; 
    font-family: 'Poppins', sans-serif;
}

.vc-minimal-warning {
    background: #fffaf0; 
    border: 1px solid #fde68a; 
    border-radius: 12px;
    padding: 16px 24px;
    display: flex;
    align-items: center; 
    gap: 15px;
    color: #92400e; 
    transition: all 0.3s ease;
}

.vc-minimal-warning:hover {
    background: #fffbeb;
    border-color: #fcd34d;
}

.vc-mw-icon {
    font-size: 1.3rem;
    color: #d97706; 
}

.vc-mw-text {
    font-size: 0.9rem;
    margin: 0;
    line-height: 1.5;
    font-weight: 500;
}

.vc-mw-text strong {
    font-weight: 700;
    color: #b45309; 
}


@media (max-width: 992px) {
    .vc-minimal-warning-container {
        width: 92%;
    }
}

@media (max-width: 768px) {
    .vc-minimal-warning {
        align-items: flex-start; 
        padding: 15px 20px;
    }
    .vc-mw-icon {
        margin-top: 2px; 
    }
}

.vc-old-version-header {
    margin-top: 80px; 
}

.vc-badge-old {
    background: #4a4a4a;
    color: #ffffff;
}

.vc-section-desc {
    max-width: 700px;
    margin: 15px auto 0 auto;
    font-size: 1.05rem;
    color: #555555;
    line-height: 1.6;
    font-weight: 400;
}


.vc-methods-list {
    flex: 1.2;
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.vc-method-intro {
    background: #f8fafc;
    padding: 16px 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #334155;
    border-left: 4px solid #94a3b8;
    font-size: 0.95rem;
}

.vc-method-intro i {
    font-size: 1.2rem;
    color: #64748b;
}

.vc-method-intro p {
    margin: 0;
    line-height: 1.5;
}


.vc-method-item {
    background: #ffffff;
    border-radius: 20px;
    padding: 25px 30px;
    border: 1px solid #eaeaea;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
    transition: all 0.3s ease;
}

.vc-method-item:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border-color: #d1d1d1;
    transform: translateY(-2px);
}

.vc-method-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
}

.vc-method-icon {
    font-size: 1.3rem;
    color: #1a1a1a;
    background: #f4f4f4;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.vc-method-header h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

.vc-method-body p {
    font-size: 0.95rem;
    color: #555555;
    margin: 0;
    line-height: 1.6;
}


.vc-method-subtitle {
    font-size: 1rem;
    font-weight: 600;
    color: #333333;
    margin: 0 0 12px 0;
}

.vc-method-steps {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.vc-method-steps li {
    position: relative;
    padding-left: 32px;
    font-size: 0.95rem;
    color: #555555;
    line-height: 1.5;
    display: flex;
    align-items: flex-start;
}

.vc-method-steps li i {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 1.1rem;
    color: #4a4a4a;
}

.vc-color-success {
    color: #10b981 !important; 
}


.vc-card-dark {
    background: rgba(30, 41, 59, 0.95); 
    border: 1px solid rgba(255, 255, 255, 0.15);
}


@media (max-width: 768px) {
    .vc-method-item {
        padding: 20px;
    }
    .vc-method-intro {
        align-items: flex-start;
    }
    .vc-method-intro i {
        margin-top: 3px;
    }
    .vc-section-desc {
        padding: 0 15px;
        font-size: 0.95rem;
    }
}



.vc-video-section {
    width: 85%;
    max-width: 1000px; 
    margin: 80px auto;
    font-family: 'Poppins', sans-serif;
}


.vc-badge-video {
    background: #ff0000; 
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.vc-badge-video i {
    font-size: 14px;
}


.vc-video-container {
    background: #ffffff;
    padding: 15px; 
    border-radius: 25px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08); 
    border: 1px solid #eaeaea;
    margin-top: 35px;
}


.vc-video-wrapper {
    position: relative;
    padding-bottom: 56.25%; 
    height: 0;
    overflow: hidden;
    border-radius: 15px;
    background-color: #000000;
}

.vc-video-wrapper iframe,
.vc-video-wrapper object,
.vc-video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


@media (max-width: 992px) {
    .vc-video-section {
        width: 92%;
    }
    .vc-video-container {
        padding: 10px; 
        border-radius: 20px;
    }
    .vc-video-wrapper {
        border-radius: 10px;
    }
}



#vozol-karsilastirma-alani {
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    width: 85%;
    max-width: 1200px;
    margin: 80px auto;
    color: #1a1a1a;
    background: transparent;
    line-height: 1.5;
}


#vozol-karsilastirma-alani * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

#vozol-karsilastirma-alani .vk-header {
    text-align: center;
    margin-bottom: 40px;
}

#vozol-karsilastirma-alani .vk-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #4f46e5; 
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 50px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

#vozol-karsilastirma-alani .vk-title {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 15px;
}

#vozol-karsilastirma-alani .vk-desc {
    max-width: 700px;
    margin: 0 auto;
    font-size: 1.05rem;
    color: #555555;
    line-height: 1.6;
}


#vozol-karsilastirma-alani .vk-table-container {
    background: #ffffff;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
    border: 1px solid #eaeaea;
}


#vozol-karsilastirma-alani .vk-thead {
    display: flex;
    background: #1a1a1a;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.1rem;
}

#vozol-karsilastirma-alani .vk-thead > div {
    padding: 25px;
    text-align: center;
}


#vozol-karsilastirma-alani .vk-trow {
    display: flex;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.3s ease;
}

#vozol-karsilastirma-alani .vk-trow:last-child {
    border-bottom: none;
}

#vozol-karsilastirma-alani .vk-trow:hover {
    background: #fafafa;
}


#vozol-karsilastirma-alani .vk-col-feature {
    flex: 1;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: #f8fafc;
    border-right: 1px solid #f0f0f0;
    font-weight: 700;
    color: #1a1a1a;
    text-align: center;
    font-size: 1rem;
}

#vozol-karsilastirma-alani .vk-col-feature i {
    font-size: 1.8rem;
    color: #4f46e5;
}

#vozol-karsilastirma-alani .vk-col-original {
    flex: 1.5;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #065f46;
    background: rgba(16, 185, 129, 0.03); 
    font-size: 0.95rem;
    border-right: 1px solid #f0f0f0;
    font-weight: 500;
}

#vozol-karsilastirma-alani .vk-col-original i {
    margin-right: 10px;
    color: #10b981;
    font-size: 1.2rem;
}

#vozol-karsilastirma-alani .vk-col-fake {
    flex: 1.5;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #991b1b;
    background: rgba(239, 68, 68, 0.03); 
    font-size: 0.95rem;
    font-weight: 500;
}

#vozol-karsilastirma-alani .vk-col-fake i {
    margin-right: 10px;
    color: #ef4444;
    font-size: 1.2rem;
}


@media (max-width: 992px) {
    #vozol-karsilastirma-alani {
        width: 92%;
    }
    
    #vozol-karsilastirma-alani .vk-thead {
        display: none; 
    }
    
    #vozol-karsilastirma-alani .vk-trow {
        flex-direction: column;
        padding: 20px 0;
        border-bottom: 4px solid #f4f4f5;
    }
    
    #vozol-karsilastirma-alani .vk-col-feature {
        background: transparent;
        border-right: none;
        padding-bottom: 15px;
        font-size: 1.2rem;
    }
    
    #vozol-karsilastirma-alani .vk-col-original, 
    #vozol-karsilastirma-alani .vk-col-fake {
        border-right: none;
        padding: 15px 25px;
    }
    
    #vozol-karsilastirma-alani .vk-col-original::before {
        content: "ORİJİNAL VOZOL ";
        font-weight: 800;
        display: block;
        margin-bottom: 8px;
        color: #10b981;
    }
    
    #vozol-karsilastirma-alani .vk-col-fake::before {
        content: "SAHTE (REPLİKA) ";
        font-weight: 800;
        display: block;
        margin-bottom: 8px;
        color: #ef4444;
    }
}


#vozol-karsilastirma-alani .vk-thead .vk-col-feature,
#vozol-karsilastirma-alani .vk-thead .vk-col-original,
#vozol-karsilastirma-alani .vk-thead .vk-col-fake {
    color: #ffffff !important;
    background: transparent !important;
}


#vozol-karsilastirma-alani .vk-thead .vk-col-original i {
    color: #34d399 !important; 
}

#vozol-karsilastirma-alani .vk-thead .vk-col-fake i {
    color: #f87171 !important;
}



#vozol-sss-alani {
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    width: 85%;
    max-width: 900px;
    margin: 80px auto;
    color: #1a1a1a;
}

#vozol-sss-alani * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


#vozol-sss-alani .vc-faq-header {
    text-align: center;
    margin-bottom: 40px;
}

#vozol-sss-alani .vc-faq-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #1a1a1a;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 50px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

#vozol-sss-alani .vc-faq-title {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 12px;
}

#vozol-sss-alani .vc-faq-desc {
    font-size: 1.05rem;
    color: #555555;
    line-height: 1.6;
}


#vozol-sss-alani .vc-faq-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
}


#vozol-sss-alani .vc-faq-item {
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}

#vozol-sss-alani .vc-faq-item:hover {
    border-color: #d1d1d1;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
}


#vozol-sss-alani .vc-faq-item[open] {
    border-color: #1a1a1a;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}


#vozol-sss-alani .vc-faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 25px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a1a;
    cursor: pointer;
    list-style: none; 
    user-select: none;
    outline: none !important;
    line-height: 1.4;
}

#vozol-sss-alani .vc-faq-question::-webkit-details-marker {
    display: none;
}


#vozol-sss-alani .vc-faq-icon {
    font-size: 1rem;
    color: #888888;
    transition: transform 0.3s ease, color 0.3s ease;
    flex-shrink: 0; 
    margin-left: 15px;
}


#vozol-sss-alani .vc-faq-item[open] .vc-faq-icon {
    transform: rotate(180deg);
    color: #1a1a1a;
}


#vozol-sss-alani .vc-faq-answer {
    padding: 0 25px 25px 25px;
    border-top: 1px solid transparent;
}

#vozol-sss-alani .vc-faq-item[open] .vc-faq-answer {
    border-top-color: #f0f0f0;
    margin-top: 5px;
    padding-top: 20px;
    animation: vc-fade-in 0.4s ease-in-out;
}

#vozol-sss-alani .vc-faq-answer p {
    font-size: 0.95rem;
    color: #555555;
    line-height: 1.7;
    font-weight: 400;
}


@keyframes vc-fade-in {
    0% { opacity: 0; transform: translateY(-5px); }
    100% { opacity: 1; transform: translateY(0); }
}


@media (max-width: 768px) {
    #vozol-sss-alani {
        width: 92%;
        margin: 60px auto;
    }
    
    #vozol-sss-alani .vc-faq-question {
        padding: 18px 20px;
        font-size: 1.05rem;
        gap: 15px; 
    }
    
    #vozol-sss-alani .vc-faq-answer {
        padding: 0 20px 20px 20px;
    }
}



#vozol-populer-modeller {
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    width: 85%;
    max-width: 1200px;
    margin: 80px auto;
}

#vozol-populer-modeller * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none; 
}


#vozol-populer-modeller .vc-models-header {
    text-align: center;
    margin-bottom: 40px;
}

#vozol-populer-modeller .vc-models-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff1f2; 
    color: #e11d48; 
    font-size: 12px;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 50px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    border: 1px solid #ffe4e6;
}

#vozol-populer-modeller .vc-models-title {
    font-size: clamp(1.6rem, 4vw, 2.2rem);
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 12px;
}

#vozol-populer-modeller .vc-models-desc {
    font-size: 1.05rem;
    color: #555555;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
}


#vozol-populer-modeller .vc-models-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}


#vozol-populer-modeller .vc-model-card {
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 20px;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
    position: relative;
    overflow: hidden;
}


#vozol-populer-modeller .vc-model-card:hover {
    transform: translateY(-8px);
    border-color: #1a1a1a;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}


#vozol-populer-modeller .vc-model-icon-wrap {
    width: 65px;
    height: 65px;
    background: #f8fafc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

#vozol-populer-modeller .vc-model-card:hover .vc-model-icon-wrap {
    background: #1a1a1a;
    transform: scale(1.1);
}

#vozol-populer-modeller .vc-model-icon {
    font-size: 1.5rem;
    color: #1a1a1a;
    transition: color 0.3s ease;
}

#vozol-populer-modeller .vc-model-card:hover .vc-model-icon {
    color: #ffffff;
}


#vozol-populer-modeller .vc-model-content h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
    line-height: 1.4;
}


#vozol-populer-modeller .vc-model-action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.95rem;
    font-weight: 600;
    color: #4f46e5; 
    transition: gap 0.3s ease;
}

#vozol-populer-modeller .vc-model-card:hover .vc-model-action {
    gap: 12px; 
    color: #3730a3; 
}


@media (max-width: 1024px) {
    #vozol-populer-modeller .vc-models-grid {
        grid-template-columns: repeat(2, 1fr); 
    }
}

@media (max-width: 768px) {
    #vozol-populer-modeller {
        width: 92%;
        margin: 60px auto;
    }
    
    #vozol-populer-modeller .vc-models-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    #vozol-populer-modeller .vc-model-card {
        padding: 25px 20px;
        flex-direction: row; 
        text-align: left;
        gap: 20px;
        align-items: center;
    }

    #vozol-populer-modeller .vc-model-icon-wrap {
        margin-bottom: 0;
        width: 55px;
        height: 55px;
        flex-shrink: 0;
    }

    #vozol-populer-modeller .vc-model-content h3 {
        margin-bottom: 5px;
        font-size: 1.1rem;
    }
}



#vozol-onem-alani {
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    width: 85%;
    max-width: 1200px;
    margin: 40px auto; 
}

#vozol-onem-alani * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

#vozol-onem-alani .vc-importance-card {
    background: linear-gradient(to right, #f8fafc, #ffffff);
    border-radius: 20px;
    padding: 35px 40px;
    display: flex;
    align-items: flex-start;
    gap: 30px;
    border: 1px solid #e2e8f0;
    border-left: 6px solid #0f172a; 
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.04);
}

#vozol-onem-alani .vc-importance-icon {
    font-size: 2.8rem;
    color: #1e293b; 
    background: #f1f5f9;
    min-width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    flex-shrink: 0;
}

#vozol-onem-alani .vc-importance-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#vozol-onem-alani .vc-importance-title {
    font-size: 1.4rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}

#vozol-onem-alani .vc-importance-text {
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.7;
    font-weight: 500;
    text-align: justify; 
}


@media (max-width: 992px) {
    #vozol-onem-alani {
        width: 92%;
    }
}

@media (max-width: 768px) {
    #vozol-onem-alani .vc-importance-card {
        flex-direction: column;
        padding: 25px 20px;
        gap: 20px;
        border-left: 1px solid #e2e8f0;
        border-top: 6px solid #0f172a; 
    }

    #vozol-onem-alani .vc-importance-icon {
        min-width: 60px;
        height: 60px;
        font-size: 2rem;
    }

    #vozol-onem-alani .vc-importance-title {
        font-size: 1.25rem;
    }

    #vozol-onem-alani .vc-importance-text {
        font-size: 0.95rem;
        text-align: left; 
    }
}



#vc-yonlendirme-bilgi-alani {
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    width: 85%;
    max-width: 800px;
    margin: 20px auto 40px auto; 
    display: flex;
    justify-content: center;
}

#vc-yonlendirme-bilgi-alani * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


#vc-yonlendirme-bilgi-alani .vc-yonlendirme-buton-stil {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: #ffffff;
    padding: 10px 25px 10px 10px;
    border-radius: 50px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
    border: 1px solid #eaeaea;
    transition: all 0.3s ease;
}

#vc-yonlendirme-bilgi-alani .vc-yonlendirme-buton-stil:hover {
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
    border-color: #d1d1d1;
    transform: translateY(-2px);
}


#vc-yonlendirme-bilgi-alani .vc-yb-icon {
    background: #1a1a1a;
    color: #ffffff;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.1rem;
}


#vc-yonlendirme-bilgi-alani .vc-yb-text {
    font-size: 0.95rem;
    font-weight: 600;
    color: #333333;
    letter-spacing: 0.3px;
}


#vc-yonlendirme-bilgi-alani .vc-bounce {
    animation: vc-bounce-down 2s infinite;
}

@keyframes vc-bounce-down {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(4px); }
    60% { transform: translateY(2px); }
}


@media (max-width: 768px) {
    #vc-yonlendirme-bilgi-alani {
        width: 92%;
    }
    
    #vc-yonlendirme-bilgi-alani .vc-yonlendirme-buton-stil {
        padding: 8px 20px 8px 8px;
        gap: 12px;
    }
    
    #vc-yonlendirme-bilgi-alani .vc-yb-text {
        font-size: 0.85rem;
        line-height: 1.4;
    }
    
    #vc-yonlendirme-bilgi-alani .vc-yb-icon {
        width: 38px;
        height: 38px;
        font-size: 1rem;
        flex-shrink: 0; 
    }
}