/* =================================================================
   Müşteri Hizmetleri - Clean & Professional
   İkon yok, temiz typography, SEO friendly
   ================================================================= */

/* Base */
.cs-page {
    background: #ffffff;
    min-height: 100vh;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
}

.cs-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Hero Section */
.cs-hero {
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    padding: 72px 0;
}

.cs-hero-content {
    max-width: 800px;
}

.cs-badge {
    display: inline-block;
    padding: 6px 14px;
    background: #e9ecef;
    color: #495057;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-radius: 4px;
    margin-bottom: 16px;
}

.cs-hero-title {
    font-size: 42px;
    font-weight: 700;
    color: #212529;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin: 0 0 20px;
}

.cs-hero-desc {
    font-size: 18px;
    color: #6c757d;
    line-height: 1.7;
    margin: 0 0 32px;
}

.cs-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

/* Buttons */
.cs-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 24px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
}

.cs-btn--primary {
    background: #212529;
    color: #ffffff;
}


.cs-btn--whatsapp {
    background: #25D366;
    color: #ffffff;
}


.cs-btn--tertiary {
    background: #ffffff;
    color: #495057;
    border: 1px solid #dee2e6;
}


.cs-btn--white {
    background: #ffffff;
    color: #212529;
}


.cs-btn--outline {
    background: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.4);
}


/* Stats Bar */
.cs-stats {
    background: #ffffff;
    border-bottom: 1px solid #e9ecef;
    padding: 32px 0;
}

.cs-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    text-align: center;
}

.cs-stat-num {
    font-size: 28px;
    font-weight: 700;
    color: #212529;
    line-height: 1;
    margin-bottom: 6px;
}

.cs-stat-label {
    font-size: 13px;
    font-weight: 500;
    color: #6c757d;
}

/* Sections */
.cs-section {
    padding: 72px 0;
}

.cs-section--alt {
    background: #f8f9fa;
}

.cs-section-head {
    margin-bottom: 48px;
}

.cs-section-title {
    font-size: 32px;
    font-weight: 700;
    color: #212529;
    line-height: 1.2;
    letter-spacing: -0.01em;
    margin: 0 0 12px;
}

.cs-section-desc {
    font-size: 16px;
    color: #6c757d;
    line-height: 1.6;
    margin: 0;
}

/* Dual Grid */
.cs-dual-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

/* Cards */
.cs-card {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 32px;
}

.cs-card-title {
    font-size: 20px;
    font-weight: 700;
    color: #212529;
    margin: 0 0 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e9ecef;
}

/* Contact List */
.cs-contact-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cs-contact-row {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.cs-contact-label {
    font-size: 13px;
    font-weight: 600;
    color: #6c757d;
    min-width: 110px;
    flex-shrink: 0;
}

.cs-contact-value {
    font-size: 15px;
    color: #212529;
    text-decoration: none;
    line-height: 1.5;
}


/* Quick Links */
.cs-quick-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cs-quick-link {
    display: block;
    padding: 16px;
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.2s ease;
}


.cs-quick-link-title {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #212529;
    margin-bottom: 4px;
}

.cs-quick-link-desc {
    display: block;
    font-size: 13px;
    color: #6c757d;
    line-height: 1.5;
}

/* Topics Grid */
.cs-topics-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.cs-topic {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 28px;
}

.cs-topic-num {
    font-size: 12px;
    font-weight: 700;
    color: #adb5bd;
    margin-bottom: 12px;
}

.cs-topic-title {
    font-size: 17px;
    font-weight: 600;
    color: #212529;
    margin: 0 0 12px;
}

.cs-topic-text {
    font-size: 14px;
    color: #6c757d;
    line-height: 1.7;
    margin: 0;
}

.cs-topic-text a {
    color: #495057;
    text-decoration: underline;
}


.cs-topic-text strong {
    color: #495057;
    font-weight: 600;
}

/* Content Grid */
.cs-content-grid {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 48px;
}

.cs-content-text {
    font-size: 16px;
    color: #495057;
    line-height: 1.8;
}

.cs-content-text p {
    margin: 0 0 20px;
}

.cs-content-text p:last-child {
    margin-bottom: 0;
}

.cs-content-text a {
    color: #212529;
    text-decoration: underline;
}


.cs-content-text strong {
    color: #212529;
    font-weight: 600;
}

/* Service Images */
.cs-service-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 32px;
}

.cs-service-image-card {
    display: block;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    background: #f8f9fa;
}

.cs-service-image-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

    transform: scale(1.03);
}

.cs-service-image-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px 16px;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 100%);
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

/* Sidebar */
.cs-sidebar-box {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 24px;
}

.cs-sidebar-box:last-child {
    margin-bottom: 0;
}

.cs-sidebar-title {
    font-size: 16px;
    font-weight: 700;
    color: #212529;
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e9ecef;
}

.cs-model-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cs-model-list li {
    font-size: 14px;
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f1f3f5;
}

.cs-model-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.cs-model-list strong {
    color: #495057;
    font-weight: 600;
}

/* FAQ Grid */
.cs-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.cs-faq-item {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 24px;
}

.cs-faq-q {
    font-size: 16px;
    font-weight: 600;
    color: #212529;
    margin: 0 0 12px;
    line-height: 1.4;
}

.cs-faq-a {
    font-size: 14px;
    color: #6c757d;
    line-height: 1.7;
    margin: 0;
}

.cs-faq-a a {
    color: #495057;
    text-decoration: underline;
}


.cs-faq-a strong {
    color: #495057;
    font-weight: 600;
}

/* Resources Grid */
.cs-resources-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.cs-resource-card {
    display: block;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 28px;
    text-decoration: none;
    transition: all 0.2s ease;
}


.cs-resource-title {
    font-size: 17px;
    font-weight: 600;
    color: #212529;
    margin: 0 0 10px;
}

.cs-resource-desc {
    font-size: 14px;
    color: #6c757d;
    line-height: 1.6;
    margin: 0 0 16px;
}

.cs-resource-link {
    font-size: 14px;
    font-weight: 600;
    color: #495057;
}

    color: #212529;
}

/* CTA Section */
.cs-cta {
    background: #212529;
    padding: 72px 0;
}

.cs-cta-content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.cs-cta-title {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 12px;
}

.cs-cta-desc {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0 32px;
    line-height: 1.6;
}

.cs-cta-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.cs-cta-links {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}

.cs-cta-links a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.2s ease;
}


/* ========================================
   Responsive
   ======================================== */

@media (max-width: 1024px) {
    .cs-dual-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .cs-topics-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cs-content-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .cs-content-sidebar {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }

    .cs-sidebar-box {
        margin-bottom: 0;
    }

    .cs-faq-grid {
        grid-template-columns: 1fr;
    }

    .cs-resources-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .cs-hero {
        padding: 48px 0;
    }

    .cs-hero-title {
        font-size: 32px;
    }

    .cs-hero-desc {
        font-size: 16px;
    }

    .cs-hero-actions {
        flex-direction: column;
    }

    .cs-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .cs-stat-num {
        font-size: 24px;
    }

    .cs-section {
        padding: 48px 0;
    }

    .cs-section-title {
        font-size: 26px;
    }

    .cs-section-head {
        margin-bottom: 32px;
    }

    .cs-topics-grid {
        grid-template-columns: 1fr;
    }

    .cs-content-sidebar {
        grid-template-columns: 1fr;
    }

    .cs-service-images {
        grid-template-columns: 1fr;
    }

    .cs-service-image-card img {
        height: 160px;
    }

    .cs-resources-grid {
        grid-template-columns: 1fr;
    }

    .cs-cta {
        padding: 48px 0;
    }

    .cs-cta-title {
        font-size: 26px;
    }

    .cs-cta-actions {
        flex-direction: column;
        align-items: stretch;
    }
}

@media (max-width: 480px) {
    .cs-container {
        padding: 0 16px;
    }

    .cs-hero {
        padding: 40px 0;
    }

    .cs-hero-title {
        font-size: 28px;
    }

    .cs-card {
        padding: 24px;
    }

    .cs-topic {
        padding: 20px;
    }

    .cs-faq-item {
        padding: 20px;
    }

    .cs-resource-card {
        padding: 20px;
    }

    .cs-cta {
        padding: 40px 0;
    }

    .cs-cta-links {
        gap: 16px;
    }
}
