.vnd-kullanim-alani * {
    font-family: "Source Sans Pro", Arial, Tahoma, sans-serif;
    line-height: 1.15 !important;
}

.vnd-kullanim-alani .v-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px
}

.vnd-kullanim-alani .v-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

.vnd-kullanim-alani .v-col {
    padding: 0 15px;
    box-sizing: border-box
}

.vnd-kullanim-alani [class^="v-col-"],
.vnd-kullanim-alani [class*=" v-col-"] {
    padding: 0 15px;
    box-sizing: border-box;
    float: left;
}

.vnd-kullanim-alani .v-col-6 {
    width: 50%
}

.vnd-kullanim-alani .v-col-4 {
    width: 33.3333%
}

.vnd-kullanim-alani .v-col-8 {
    width: 66.6667%
}

.vnd-kullanim-alani .v-col-12 {
    width: 100%
}

.vnd-kullanim-alani .v-row>[class^="v-col-"],
.vnd-kullanim-alani .v-row>[class*=" v-col-"] {
    flex: 0 0 auto;
}

.vnd-kullanim-alani .v-hero {
    padding: 48px 0 24px;
}

.vnd-kullanim-alani .hero-bg {
    background: #f2f5f9;
}

.vnd-kullanim-alani .v-hero h1 {
    font-family: 'Montserrat';
    font-size: 46px;
    line-height: 1.15;
    color: #0b0b0c;
    margin: 10px 0 18px
}

.vnd-kullanim-alani .v-hero p.lead {
    font-size: 18px;
    color: #333;
    line-height: 1.7;
    margin-bottom: 22px
}

.vnd-kullanim-alani .v-hero .v-badges {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 14px 0 0
}

.vnd-kullanim-alani .v-btn {
    display: inline-block;
    background: #111;
    color: #fff;
    border-radius: 10px;
    padding: 14px 22px;
    font-weight: 700;
    text-decoration: none
}

.vnd-kullanim-alani .v-btn.secondary {
    background: #e9eef6;
    color: #0a2a59
}

.vnd-kullanim-alani .v-hero-media {
    display: flex;
    gap: 22px;
    justify-content: flex-end
}

.vnd-kullanim-alani .v-hero-media img {
    border-radius: 14px;
    max-width: 100%;
    height: auto;
    box-shadow: 0 8px 26px rgba(0, 0, 0, .08)
}

.vnd-kullanim-alani .v-section {
    padding: 44px 0
}

.vnd-kullanim-alani .v-section h2 {
    font-family: 'Montserrat';
    font-size: 36px;
    line-height: 1.2;
    color: #0b0b0c;
    margin: 0 0 10px
}

.vnd-kullanim-alani .v-section p.section-lead {
    color: #666;
    max-width: 760px
}

.vnd-kullanim-alani .v-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 30px
}

.vnd-kullanim-alani .v-card {
    background: #f9f9f9;
    border: 1px solid #e8edf5;
    border-radius: 16px;
    padding: 22px;
    margin-bottom: 22px;
}

.vnd-kullanim-alani .v-card .feature_img {
    width: 100%;
    height: 400px !important;
    object-fit: cover;
    border-radius: 12px;
}

.vnd-kullanim-alani .v-card h3 {
    font-size: 25px;
    font-weight: 500;
    margin: 10px 0 8px;
    color: #0b0b0c
}

.vnd-kullanim-alani .v-card p {
    color: #4b5563;
    line-height: 1.65
}

/* İçerik kartlarında görsel sırası: sağ-sol-sağ-sol */
@media (min-width: 641px) {
    .vnd-kullanim-alani .section_content .v-row > .v-col-12:nth-of-type(odd) > .v-card > .v-row { flex-direction: row; }
    .vnd-kullanim-alani .section_content .v-row > .v-col-12:nth-of-type(even) > .v-card > .v-row { flex-direction: row-reverse; }
}

.vnd-kullanim-alani .v-dark {
    background: #0b0b0c;
    color: #fff;
    border-radius: 16px;
    padding: 48px
}

.vnd-kullanim-alani .v-dark h2 {
    color: #fff
}

.vnd-kullanim-alani .v-dark p {
    color: #d0d6e0
}

.vnd-kullanim-alani .v-list {
    margin: 14px 0 0;
    padding-left: 18px;
    list-style: disc;
}

.vnd-kullanim-alani .v-list li {
    margin: 8px 0;
    color: #384151
}

.vnd-kullanim-alani .v-testimonial {
    background: #fff;
    border: 1px solid #e8edf5;
    border-radius: 14px;
    padding: 18px
}

.vnd-kullanim-alani .v-quote {
    font-style: italic;
    color: #0f172a
}

.vnd-kullanim-alani .v-author {
    margin-top: 10px;
    font-weight: 700;
    color: #0a2a59
}

/* ── Kullanım Alanları Listeleme Sayfası ─────────────────────────────────── */
.vnd-kullanim-alanlari-list .hero-bg {
    background: #f2f5f9;
}

.vnd-kullanim-alanlari-list .breadcrumb {
    margin-bottom: 12px;
}

.vnd-kullanim-alanlari-list .vnd-area-thumb {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

.vnd-kullanim-alanlari-list .v-card a {
    text-decoration: none;
    display: block;
}

.vnd-kullanim-alanlari-list .v-card h3 {
    font-size: 22px;
    margin-top: 14px;
}

/* Otomat arşiv kart görselleri */
.post-type-archive-otomat .portfolio-item .image_wrapper img {
    width: 100%;
    height: 260px;
    object-fit: contain;
    background: #fff;
}

.vnd-kullanim-alani .v-cta {
    background: #f5f7fb;
    border: 1px solid #e8edf5;
    border-radius: 16px;
    padding: 28px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.vnd-kullanim-alani .v-cta h3 {
    margin: 0 0 6px
}

.vnd-kullanim-alani .section_padding {
    padding: 80px;
}

.vnd-kullanim-alani .section-title {
    font-size: 26px;
    font-weight: 500;
    color: #0e0e0e;
}

.vnd-kullanim-alani .section_content {
    margin-bottom: 15px;
}

.vnd-kullanim-alani .c2a_banner p {
    font-size: 18px !important;
    font-weight: 500 !important;
}

.vnd-kullanim-alani .section_content a {
    color: #003273;
    text-decoration: underline;
}

.vnd-kullanim-alani .breadcrumb {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.vnd-kullanim-alani .breadcrumb a {
    font-size: 15px;
    color: #333;
}

.vnd-kullanim-alani .breadcrumb a:is(.active) {
    color: #666;
}

.vnd-kullanim-alani .breadcrumb a:not(:last-child)::after {
    content: ' >';
}

.vnd-kullanim-alani .pref {
    background: #003273;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
    padding: 24px;
    border-radius: 12px;
}

.vnd-kullanim-alani .pref p {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.vnd-kullanim-alani .pref .v-btn {
    background-color: #ffffff !important;
    color: #003273;
    white-space: nowrap;
}

.vnd-kullanim-alani #Content {
    padding-top: 0 !important;
}

/* Full-width layout overrides */
.vnd-kullanim-alani #Sidebar_Wrapper { display: none !important; }
.vnd-kullanim-alani .content_wrapper { width: 100% !important; max-width: 100% !important; }
.vnd-kullanim-alani .sections_group { width: 100% !important; float: none !important; }
.vnd-kullanim-alani .entry-content { padding: 0 !important; }

@media (max-width:1024px) {
    .vnd-kullanim-alani .section-title {
        font-size: 22px;
    }

    .vnd-kullanim-alani .v-hero h1 {
        font-size: 38px
    }

    .vnd-kullanim-alani .v-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .vnd-kullanim-alani .v-row>[class^="v-col-"],
    .vnd-kullanim-alani .v-row>[class*=" v-col-"] {
        width: 100% !important;
        float: none;
    }

    .vnd-kullanim-alani .v-hero-media {
        justify-content: flex-start
    }

    .vnd-kullanim-alani .section_padding {
        padding: 40px;
    }
}

@media (max-width:640px) {
    .vnd-kullanim-alani .section-title {
        font-size: 18px;
    }

    .vnd-kullanim-alani .v-hero h1 {
        font-size: 30px
    }

    .vnd-kullanim-alani .v-grid {
        grid-template-columns: 1fr
    }

    .vnd-kullanim-alani .v-row>[class^="v-col-"],
    .vnd-kullanim-alani .v-row>[class*=" v-col-"] {
        width: 100% !important;
        float: none;
    }

    .vnd-kullanim-alani .v-card .v-row .v-media {
        order: 1 !important;
    }

    .vnd-kullanim-alani .v-card .v-row .v-text {
        order: 2 !important;
    }

    .vnd-kullanim-alani .v-dark {
        padding: 28px
    }

    .vnd-kullanim-alani .section_padding {
        padding: 20px;
    }
}


/* ── Kullanım Alanı Detay Sayfası — Hero & Alternating Gallery ─────── */

/* Hero Section Hero Image */
/* ── #Subheader override ────────────────────────────────────────────────── */
#Subheader.vnd-alan-subheader {
    background: white;
    padding: 40px 0 48px;
}

#Subheader.vnd-alan-subheader .column {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

#Subheader.vnd-alan-subheader .breadcrumbs {
    margin-bottom: 16px;
    font-size: 13px;
}

#Subheader.vnd-alan-subheader .title {
    margin: 0 0 16px 0;
    padding: 0;
    font-size: 32px;
    line-height: 1.3;
}

/* ── Hero Görsel ────────────────────────────────────────────────────────── */
.vnd-alan-hero-thumb {
    width: 100%;
    height: auto;
    max-height: 480px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

/* Lead Paragraph */
.vnd-alan-lead {
    font-size: 15px;
    line-height: 1.65;
    color: #555;
    margin: 16px 0 20px;
}

/* Avantajlar Listesi */
.vnd-alan-avantajlar {
    margin: 24px 0 28px;
}
.vnd-alan-list {
    list-style: disc;
    margin: 0 0 0 20px;
    padding: 0;
}
.vnd-alan-list li {
    margin-bottom: 8px;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}

.vnd-alan-hero-row {
    align-items: center;
    margin-top: 8px;
}

.vnd-alan-list-hero-row,
.vnd-alan-gallery-row {
    align-items: center;
}

.vnd-alan-list-section {
    padding-top: 40px;
}

.vnd-alan-hero-btn {
    margin-top: 18px;
}

.vnd-order-1 {
    order: 1;
}

.vnd-order-2 {
    order: 2;
}

/* CTA Button */
.vnd-alan-cta-btn {
    display: inline-block;
    background: #0d1c3d;
    color: #fff !important;
    padding: 12px 28px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: background .3s;
    margin: 0 0 32px 0;
}
.vnd-alan-cta-btn:hover {
    background: #1a3060;
}

/* İçerik Alanı */
.vnd-alan-icerik {
    margin: 32px 0;
    line-height: 1.7;
}
.vnd-alan-icerik h2,
.vnd-alan-icerik h3 {
    font-size: 24px;
    font-weight: 700;
    color: #0d1c3d;
    margin: 28px 0 16px;
}
.vnd-alan-icerik h3 {
    font-size: 18px;
}
.vnd-alan-icerik p {
    margin-bottom: 12px;
    color: #444;
}
.vnd-alan-icerik ul,
.vnd-alan-icerik ol {
    margin: 12px 0 12px 20px;
}
.vnd-alan-icerik li {
    margin-bottom: 6px;
}

/* Gallery — Alternating Layout */
.vnd-alan-galeri {
    margin: 48px 0;
}
.galeri-item {
    margin-bottom: 48px;
    display: flex;
    align-items: center;
    gap: 40px;
}

.galeri-item.galeri-right {
    flex-direction: row-reverse;
}

.galeri-item img {
    flex: 0 0 48%;
    width: 48%;
    height: auto;
    max-height: 380px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

/* Responsive */
@media (max-width: 768px) {
    .vnd-order-1,
    .vnd-order-2 {
        order: initial;
    }

    .galeri-item,
    .galeri-item.galeri-right {
        flex-direction: column !important;
        gap: 24px;
    }
    
    .galeri-item img {
        flex: 1 1 100%;
        width: 100%;
        max-height: 320px;
    }
    
    .vnd-alan-hero-thumb {
        margin: 20px 0 0 0;
    }
}
