/* =========================================================
   CMS Ortak Anasayfa Bölümleri
   Güvenli Scope: Sadece .cms-sections-scope içini etkiler
========================================================= */

.cms-sections-scope {
    --cms-primary: var(--bs-primary, #0d6efd);
    --cms-dark: #111827;
    --cms-text: #212529;
    --cms-muted: #6b7280;
    --cms-light: #f7f7f7;
    --cms-card-bg: #ffffff;
    --cms-border: rgba(148, 163, 184, 0.25);
    --cms-radius: 16px;
    --cms-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
    --cms-shadow-hover: 0 26px 60px rgba(15, 23, 42, 0.12);
    position: relative;
    width: 100%;
}

/* Genel Bölüm Yapısı */
.cms-sections-scope .dynamic-section,
.cms-sections-scope .stats-section,
.cms-sections-scope .home-cta-section {
    padding: 70px 0;
}

.cms-sections-scope .dynamic-section:nth-of-type(even) {
    background: var(--cms-light);
}

.cms-sections-scope .section-heading {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 42px;
}

.cms-sections-scope .section-heading h2,
.cms-sections-scope .section-text h2,
.cms-sections-scope .video-text h2 {
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.15;
    margin: 0 0 18px;
    color: var(--cms-text);
}

.cms-sections-scope .section-heading p,
.cms-sections-scope .section-subtitle,
.cms-sections-scope .section-content,
.cms-sections-scope .section-content p {
    color: var(--cms-muted);
    font-size: 19px;
    line-height: 1.7;
}

/* İçerik Yerleşimi */
.cms-sections-scope .section-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 46px;
    align-items: center;
}

.cms-sections-scope .section-image img {
    width: 100%;
    border-radius: var(--cms-radius);
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.12);
}

.cms-sections-scope .design-centered {
    text-align: center;
}

.cms-sections-scope .design-centered .section-layout {
    grid-template-columns: 1fr;
    max-width: 860px;
    margin: 0 auto;
}

.cms-sections-scope .design-image_left .section-image {
    order: 1;
}

.cms-sections-scope .design-image_left .section-text {
    order: 2;
}

.cms-sections-scope .design-image_right .section-image {
    order: 2;
}

.cms-sections-scope .design-image_right .section-text {
    order: 1;
}

/* Koyu Bölüm */
.cms-sections-scope .design-dark,
.cms-sections-scope .stats-section,
.cms-sections-scope .home-cta-box {
    background: var(--cms-dark);
    color: #fff;
}

.cms-sections-scope .design-dark h2,
.cms-sections-scope .design-dark h3,
.cms-sections-scope .design-dark p,
.cms-sections-scope .design-dark span,
.cms-sections-scope .design-dark strong,
.cms-sections-scope .design-dark a,
.cms-sections-scope .design-dark .section-heading h2,
.cms-sections-scope .design-dark .section-heading p,
.cms-sections-scope .design-dark .section-subtitle,
.cms-sections-scope .design-dark .section-content,
.cms-sections-scope .stats-section h2,
.cms-sections-scope .stats-section h3,
.cms-sections-scope .stats-section p,
.cms-sections-scope .stats-section span,
.cms-sections-scope .stats-section strong,
.cms-sections-scope .home-cta-box h2,
.cms-sections-scope .home-cta-box p,
.cms-sections-scope .home-cta-content,
.cms-sections-scope .home-cta-content p {
    color: #fff;
}

/* Ortak Kart Yapısı */
.cms-sections-scope .service-modern-card,
.cms-sections-scope .section-item-card,
.cms-sections-scope .blog-card,
.cms-sections-scope .reference-card,
.cms-sections-scope .faq-item,
.cms-sections-scope .testimonial-card,
.cms-sections-scope .process-card,
.cms-sections-scope .team-card,
.cms-sections-scope .technology-card,
.cms-sections-scope .pricing-card,
.cms-sections-scope .logo-strip-card,
.cms-sections-scope .map-info,
.cms-sections-scope .stat-card {
    background: var(--cms-card-bg);
    color: var(--cms-text);
    border: 1px solid var(--cms-border);
    border-radius: var(--cms-radius);
    box-shadow: var(--cms-shadow);
}

.cms-sections-scope .service-modern-card h3,
.cms-sections-scope .section-item-card h3,
.cms-sections-scope .blog-card h3,
.cms-sections-scope .reference-card h3,
.cms-sections-scope .testimonial-author strong,
.cms-sections-scope .process-card h3,
.cms-sections-scope .team-card h3,
.cms-sections-scope .technology-card h3,
.cms-sections-scope .pricing-card h3,
.cms-sections-scope .pricing-price,
.cms-sections-scope .map-info strong {
    color: var(--cms-text);
}

.cms-sections-scope .service-modern-card p,
.cms-sections-scope .section-item-card p,
.cms-sections-scope .blog-card p,
.cms-sections-scope .reference-card p,
.cms-sections-scope .testimonial-card p,
.cms-sections-scope .process-card p,
.cms-sections-scope .team-card p,
.cms-sections-scope .technology-card p,
.cms-sections-scope .pricing-features,
.cms-sections-scope .map-info p,
.cms-sections-scope .testimonial-author span {
    color: var(--cms-muted);
}

/* Grid Yapıları */
.cms-sections-scope .services-card-grid,
.cms-sections-scope .section-items-grid,
.cms-sections-scope .references-grid,
.cms-sections-scope .team-grid,
.cms-sections-scope .pricing-grid,
.cms-sections-scope .gallery-grid,
.cms-sections-scope .logo-strip-grid,
.cms-sections-scope .stats-grid,
.cms-sections-scope .process-grid {
    display: grid;
    gap: 26px;
    margin-top: 42px;
}

.cms-sections-scope .services-card-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.cms-sections-scope .section-items-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

/* Hizmet Kartları */
.cms-sections-scope .service-modern-card,
.cms-sections-scope .section-item-card {
    text-align: center;
    padding: 34px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cms-sections-scope .service-modern-card:hover,
.cms-sections-scope .section-item-card:hover,
.cms-sections-scope .reference-card:hover,
.cms-sections-scope .team-card:hover,
.cms-sections-scope .pricing-card:hover,
.cms-sections-scope .technology-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--cms-shadow-hover);
}

.cms-sections-scope .service-modern-icon,
.cms-sections-scope .section-item-icon,
.cms-sections-scope .process-number {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background: var(--cms-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
}

.cms-sections-scope .service-modern-icon svg,
.cms-sections-scope .section-item-icon svg {
    width: 28px;
    height: 28px;
    fill: currentColor;
}

.cms-sections-scope .service-modern-card img,
.cms-sections-scope .section-item-image {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: var(--cms-radius);
    margin-bottom: 18px;
}

/* Blog */
.cms-sections-scope .blog-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
    margin-top: 42px;
}

.cms-sections-scope .blog-card {
    overflow: hidden;
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cms-sections-scope .blog-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--cms-shadow-hover);
}

.cms-sections-scope .blog-card img,
.cms-sections-scope .blog-image-img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    display: block;
}

.cms-sections-scope .blog-card-body {
    padding: 28px;
}

.cms-sections-scope .blog-image {
    margin-bottom: 20px;
    max-height: 220px;
    overflow: hidden;
    border-radius: 10px;
}

/* CTA */
.cms-sections-scope .home-cta-section {
    background: transparent;
}

.cms-sections-scope .home-cta-box {
    border-radius: var(--cms-radius);
    padding: 60px 40px;
    text-align: center;
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.22);
}

/* Butonlar - Sadece CMS Bölüm Butonları */
.cms-sections-scope .section-btn,
.cms-sections-scope .home-cta-btn,
.cms-sections-scope .pricing-btn,
.cms-sections-scope .btn-link,
.cms-sections-scope .service-link,
.cms-sections-scope .blog-link {
    display: inline-block;
    color: var(--cms-primary);
    font-weight: 700;
    text-decoration: none;
    transition: opacity 0.25s ease, transform 0.25s ease, letter-spacing 0.25s ease;
}

.cms-sections-scope .section-btn,
.cms-sections-scope .home-cta-btn,
.cms-sections-scope .pricing-btn {
    background: var(--cms-primary);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 13px 22px;
    font-weight: 800;
}

.cms-sections-scope .section-btn:hover,
.cms-sections-scope .home-cta-btn:hover,
.cms-sections-scope .pricing-btn:hover {
    opacity: 0.85;
    color: #fff;
}

.cms-sections-scope .service-link:hover,
.cms-sections-scope .blog-link:hover,
.cms-sections-scope .btn-link:hover {
    letter-spacing: 0.5px;
}

/* Referans */
.cms-sections-scope .references-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.cms-sections-scope .reference-card {
    text-align: center;
    padding: 28px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cms-sections-scope .reference-logo {
    width: 130px;
    height: 80px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cms-sections-scope .reference-logo img {
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
}

/* FAQ */
.cms-sections-scope .faq-list {
    max-width: 980px;
    margin: 44px auto 0;
    display: grid;
    gap: 18px;
}

.cms-sections-scope .faq-item {
    overflow: hidden;
}

.cms-sections-scope .faq-question {
    width: 100%;
    background: var(--cms-card-bg);
    color: var(--cms-text);
    padding: 24px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    text-align: left;
    font-size: 20px;
    font-weight: 800;
    border: 0;
    border-radius: var(--cms-radius);
    cursor: pointer;
}

.cms-sections-scope .faq-question span {
    color: var(--cms-text);
}

.cms-sections-scope .faq-question strong {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 50%;
    background: rgba(148, 163, 184, 0.18);
    color: var(--cms-text);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: transform 0.25s ease;
}

.cms-sections-scope .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.cms-sections-scope .faq-answer p {
    margin: 0;
    padding: 0 28px 26px;
    color: var(--cms-muted);
}

.cms-sections-scope .faq-item.active .faq-question {
    background: var(--cms-primary);
    color: #fff;
}

.cms-sections-scope .faq-item.active .faq-question span {
    color: #fff;
}

.cms-sections-scope .faq-item.active .faq-question strong {
    background: #fff;
    color: var(--cms-primary);
    transform: rotate(45deg);
}

.cms-sections-scope .faq-item.active .faq-answer {
    max-height: 400px;
}

/* İstatistik */
.cms-sections-scope .stats-grid {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.cms-sections-scope .stat-card {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.15);
    padding: 34px 22px;
    text-align: center;
}

.cms-sections-scope .stat-card strong {
    display: block;
    font-size: 44px;
    line-height: 1;
    margin-bottom: 12px;
    color: #fff;
}

.cms-sections-scope .stat-card span {
    display: block;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
}

/* Yorumlar */
.cms-sections-scope .testimonial-slider {
    overflow: hidden;
    margin-top: 42px;
}

.cms-sections-scope .testimonial-track {
    display: flex;
    gap: 26px;
    transition: transform 0.5s ease;
}

.cms-sections-scope .testimonial-card {
    flex: 0 0 calc((100% - 52px) / 3);
    padding: 34px;
}

.cms-sections-scope .testimonial-quote {
    font-size: 74px;
    line-height: 0.7;
    color: var(--cms-primary);
    font-weight: 900;
    margin-bottom: 12px;
}

.cms-sections-scope .testimonial-author {
    display: flex;
    align-items: center;
    gap: 14px;
}

.cms-sections-scope .testimonial-author img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
}

.cms-sections-scope .testimonial-controls {
    margin-top: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.cms-sections-scope .testimonial-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    padding: 0;
    font-size: 30px;
    background: var(--cms-primary);
    color: #fff;
    border: 0;
}

.cms-sections-scope .testimonial-dots {
    display: flex;
    align-items: center;
    gap: 8px;
}

.cms-sections-scope .testimonial-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(148, 163, 184, 0.45);
    padding: 0;
    border: 0;
}

.cms-sections-scope .testimonial-dot.active {
    width: 28px;
    border-radius: 999px;
    background: var(--cms-primary);
}

/* Süreç */
.cms-sections-scope .process-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.cms-sections-scope .process-card {
    padding: 34px;
    text-align: center;
}

.cms-sections-scope .process-number {
    font-weight: 900;
}

/* Ekip */
.cms-sections-scope .team-grid {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.cms-sections-scope .team-card {
    overflow: hidden;
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cms-sections-scope .team-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

.cms-sections-scope .team-card-body {
    padding: 26px;
}

.cms-sections-scope .team-card span {
    display: block;
    color: var(--cms-primary);
    font-weight: 800;
    margin-bottom: 12px;
}

/* Fiyat */
.cms-sections-scope .pricing-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.cms-sections-scope .pricing-card {
    padding: 34px;
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cms-sections-scope .pricing-price {
    font-size: 38px;
    font-weight: 900;
    margin-bottom: 22px;
}

/* Galeri */
.cms-sections-scope .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.cms-sections-scope .gallery-card {
    position: relative;
    height: 260px;
    overflow: hidden;
    border-radius: var(--cms-radius);
}

.cms-sections-scope .gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.cms-sections-scope .gallery-card:hover img {
    transform: scale(1.07);
}

.cms-sections-scope .gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(15, 23, 42, 0.82), rgba(15, 23, 42, 0.05));
    color: #fff;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.cms-sections-scope .gallery-overlay h3,
.cms-sections-scope .gallery-overlay p {
    color: #fff;
}

/* Logo Şeridi */
.cms-sections-scope .logo-strip-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.cms-sections-scope .logo-strip-card {
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
}

.cms-sections-scope .logo-strip-card img {
    max-width: 130px;
    max-height: 60px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.75;
    transition: filter 0.25s ease, opacity 0.25s ease;
}

.cms-sections-scope .logo-strip-card:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

/* Video */
.cms-sections-scope .video-layout {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 46px;
    align-items: center;
}

.cms-sections-scope .video-box {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: var(--cms-radius);
    overflow: hidden;
    background: var(--cms-primary);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.16);
}

.cms-sections-scope .video-box iframe,
.cms-sections-scope .video-box img {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

.cms-sections-scope .video-box img {
    object-fit: cover;
}

/* Harita */
.cms-sections-scope .map-layout {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 34px;
    align-items: stretch;
    margin-top: 40px;
}

.cms-sections-scope .map-info {
    padding: 34px;
}

.cms-sections-scope .map-box {
    min-height: 380px;
    border-radius: var(--cms-radius);
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.1);
    background: var(--cms-primary);
}

.cms-sections-scope .map-box iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

/* Servis Sayfası Kartları - Sadece CMS Scope İçinde */
.cms-sections-scope .service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
}

.cms-sections-scope .service-card {
    background: var(--cms-card-bg);
    color: var(--cms-text);
    border-radius: var(--cms-radius);
    padding: 25px;
    transition: all 0.25s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.cms-sections-scope .service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.cms-sections-scope .service-icon {
    width: 55px;
    height: 55px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--cms-primary), #3b82f6);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 15px;
}

.cms-sections-scope .service-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: var(--cms-text);
}

.cms-sections-scope .service-card p {
    font-size: 14px;
    color: var(--cms-muted);
    margin-bottom: 15px;
}

/* Mobil */
@media (max-width: 992px) {
    .cms-sections-scope .testimonial-card {
        flex: 0 0 calc((100% - 26px) / 2);
    }
}

@media (max-width: 768px) {
    .cms-sections-scope .dynamic-section,
    .cms-sections-scope .stats-section,
    .cms-sections-scope .home-cta-section {
        padding: 46px 0;
    }

    .cms-sections-scope .section-layout,
    .cms-sections-scope .video-layout,
    .cms-sections-scope .map-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .cms-sections-scope .blog-grid {
        grid-template-columns: 1fr;
    }

    .cms-sections-scope .testimonial-card {
        flex: 0 0 100%;
    }

    .cms-sections-scope .faq-question {
        padding: 20px;
        font-size: 17px;
    }

    .cms-sections-scope .faq-answer p {
        padding: 0 20px 22px;
        font-size: 16px;
    }

    .cms-sections-scope .map-box {
        min-height: 320px;
    }
}

/* =========================================================
   Tema 1 Uyumlu CMS Bölüm Butonları
   Slider buton görünümüne yakın koyu, köşeli, güçlü buton
========================================================= */

.cms-sections-scope {
    --cms-theme1-button-bg: #252525;
    --cms-theme1-button-bg-hover: #111111;
    --cms-theme1-button-border: #3a3a3a;
    --cms-theme1-button-text: #ffffff;
}

/* Ana CMS butonları */
.cms-sections-scope .section-btn,
.cms-sections-scope .home-cta-btn,
.cms-sections-scope .pricing-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 17px 42px;
    background: var(--cms-theme1-button-bg);
    color: var(--cms-theme1-button-text) !important;
    border: 2px solid var(--cms-theme1-button-border);
    border-radius: 0;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: none;
    box-shadow: none;
    transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

/* Hover */
.cms-sections-scope .section-btn:hover,
.cms-sections-scope .home-cta-btn:hover,
.cms-sections-scope .pricing-btn:hover {
    background: var(--cms-theme1-button-bg-hover);
    border-color: var(--cms-theme1-button-bg-hover);
    color: #ffffff !important;
    opacity: 1;
    transform: translateY(-2px);
}

/* Link şeklindeki butonlar */
.cms-sections-scope .service-link,
.cms-sections-scope .blog-link,
.cms-sections-scope .btn-link {
    color: var(--cms-theme1-button-bg);
    font-weight: 800;
    text-decoration: none;
    border-bottom: 2px solid currentColor;
    padding-bottom: 2px;
    transition: color 0.25s ease, letter-spacing 0.25s ease;
}

.cms-sections-scope .service-link:hover,
.cms-sections-scope .blog-link:hover,
.cms-sections-scope .btn-link:hover {
    color: #000000;
    letter-spacing: 0.5px;
}

/* CTA koyu kutu içindeki buton daha belirgin olsun */
.cms-sections-scope .home-cta-box .home-cta-btn,
.cms-sections-scope .design-dark .section-btn,
.cms-sections-scope .stats-section .section-btn {
    background: #ffffff;
    color: #252525 !important;
    border-color: #ffffff;
}

.cms-sections-scope .home-cta-box .home-cta-btn:hover,
.cms-sections-scope .design-dark .section-btn:hover,
.cms-sections-scope .stats-section .section-btn:hover {
    background: transparent;
    color: #ffffff !important;
    border-color: #ffffff;
}

/* Buton içinde ikon/ok varsa hizala */
.cms-sections-scope .section-btn i,
.cms-sections-scope .home-cta-btn i,
.cms-sections-scope .pricing-btn i,
.cms-sections-scope .section-btn svg,
.cms-sections-scope .home-cta-btn svg,
.cms-sections-scope .pricing-btn svg {
    margin-left: 10px;
}

/* Mobilde butonlar taşmasın */
@media (max-width: 768px) {
    .cms-sections-scope .section-btn,
    .cms-sections-scope .home-cta-btn,
    .cms-sections-scope .pricing-btn {
        width: auto;
        max-width: 100%;
        min-height: 52px;
        padding: 15px 30px;
        font-size: 14px;
    }
}

/* =========================================================
   Tema 1 Uyumlu CMS Vurgu Renkleri
   Mavi ikon/kutu renklerini slider buton rengine yaklaştırır
========================================================= */

.cms-sections-scope {
    --cms-primary: #252525;
    --cms-primary-hover: #111111;
    --cms-accent-border: #3a3a3a;
}

/* Hizmet, özellik ve süreç kutularındaki mavi ikon alanları */
.cms-sections-scope .service-modern-icon,
.cms-sections-scope .section-item-icon,
.cms-sections-scope .process-number,
.cms-sections-scope .service-icon {
    background: #252525;
    color: #ffffff;
    border: 2px solid #3a3a3a;
    border-radius: 0;
    box-shadow: none;
}

/* Icon içindeki SVG / FontAwesome renkleri */
.cms-sections-scope .service-modern-icon svg,
.cms-sections-scope .section-item-icon svg,
.cms-sections-scope .service-modern-icon i,
.cms-sections-scope .section-item-icon i,
.cms-sections-scope .service-icon i,
.cms-sections-scope .process-number {
    color: #ffffff;
    fill: #ffffff;
}

/* Hover durumunda ikon kutuları */
.cms-sections-scope .service-modern-card:hover .service-modern-icon,
.cms-sections-scope .section-item-card:hover .section-item-icon,
.cms-sections-scope .process-card:hover .process-number,
.cms-sections-scope .service-card:hover .service-icon {
    background: #111111;
    border-color: #111111;
    transform: translateY(-2px);
}

/* Link ve küçük vurgu renkleri */
.cms-sections-scope .service-link,
.cms-sections-scope .blog-link,
.cms-sections-scope .btn-link,
.cms-sections-scope .team-card span,
.cms-sections-scope .testimonial-quote {
    color: #252525;
}

/* FAQ aktif soru rengi */
.cms-sections-scope .faq-item.active .faq-question {
    background: #252525;
    color: #ffffff;
}

.cms-sections-scope .faq-item.active .faq-question strong {
    color: #252525;
}

/* Testimonial nokta aktif rengi */
.cms-sections-scope .testimonial-dot.active {
    background: #252525;
}

/* Koyu CTA alanındaki buton ters renk kalsın */
.cms-sections-scope .home-cta-box .home-cta-btn,
.cms-sections-scope .design-dark .section-btn,
.cms-sections-scope .stats-section .section-btn {
    background: #ffffff;
    color: #252525 !important;
    border-color: #ffffff;
}

/* Galeri/overlay dışındaki ana CTA ve fiyat butonları */
.cms-sections-scope .section-btn,
.cms-sections-scope .home-cta-btn,
.cms-sections-scope .pricing-btn {
    background: #252525;
    color: #ffffff !important;
    border-color: #3a3a3a;
    border-radius: 0;
}

.cms-sections-scope .section-btn:hover,
.cms-sections-scope .home-cta-btn:hover,
.cms-sections-scope .pricing-btn:hover {
    background: #111111;
    border-color: #111111;
    color: #ffffff !important;
}

.cms-sections-scope .service-modern-icon i,
.cms-sections-scope .section-item-icon i,
.cms-sections-scope .process-number i {
    color: #ffffff !important;
    font-size: 26px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cms-sections-scope .service-modern-icon svg,
.cms-sections-scope .section-item-icon svg {
    width: 28px;
    height: 28px;
    fill: #ffffff !important;
    color: #ffffff !important;
}

/* CMS default.php ikon görünürlük düzeltmesi */
.cms-sections-scope .section-item-icon,
.cms-sections-scope .service-modern-icon,
.cms-sections-scope .process-number,
.cms-sections-scope .service-icon {
    width: 72px;
    height: 72px;
    min-width: 72px;
    min-height: 72px;
    background: #252525 !important;
    color: #ffffff !important;
    border: 2px solid #3a3a3a;
    border-radius: 0;
    box-shadow: none;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

.cms-sections-scope .section-item-icon i,
.cms-sections-scope .service-modern-icon i,
.cms-sections-scope .process-number i,
.cms-sections-scope .service-icon i {
    color: #ffffff !important;
    font-size: 28px !important;
    line-height: 1 !important;
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
}

.cms-sections-scope .section-item-icon svg,
.cms-sections-scope .service-modern-icon svg,
.cms-sections-scope .process-number svg,
.cms-sections-scope .service-icon svg {
    width: 30px !important;
    height: 30px !important;
    fill: #ffffff !important;
    color: #ffffff !important;
    display: block !important;
}

/* =========================================================
   CMS FAQ Düzeltme - Daha Küçük Yazı + Soru Kaybolmama
========================================================= */

.cms-sections-scope .cms-faq-section {
    background: #f8f9fb;
    padding: 70px 0;
}

.cms-sections-scope .cms-faq-heading {
    max-width: 900px;
    margin: 0 auto 42px;
    text-align: center;
}

.cms-sections-scope .cms-faq-heading h2 {
    font-size: clamp(34px, 3.2vw, 52px) !important;
    font-weight: 400 !important;
    letter-spacing: -1px;
    line-height: 1.15;
    color: #252525 !important;
    margin: 0 0 18px;
}

.cms-sections-scope .cms-faq-heading p {
    max-width: 820px;
    margin: 0 auto;
    font-size: clamp(17px, 1.45vw, 22px) !important;
    line-height: 1.6;
    color: #6b7280 !important;
}

.cms-sections-scope .cms-faq-list {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    gap: 18px;
}

.cms-sections-scope .cms-faq-item {
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.30);
    border-radius: 16px;
    box-shadow: 0 14px 42px rgba(15, 23, 42, 0.055);
    overflow: hidden;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.cms-sections-scope .cms-faq-item:hover {
    transform: translateY(-1px);
    box-shadow: 0 20px 54px rgba(15, 23, 42, 0.08);
}

.cms-sections-scope .cms-faq-question {
    width: 100%;
    min-height: 74px;
    padding: 22px 30px;
    background: #ffffff !important;
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    cursor: pointer;
    text-align: left;
}

.cms-sections-scope .cms-faq-question:focus,
.cms-sections-scope .cms-faq-question:active {
    background: #ffffff !important;
    outline: none !important;
    box-shadow: none !important;
}

.cms-sections-scope .cms-faq-question-text {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #252525 !important;
    font-size: clamp(18px, 1.55vw, 24px) !important;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: -0.35px;
}

.cms-sections-scope .cms-faq-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    background: #eef0f5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: background-color 0.25s ease, transform 0.25s ease;
}

.cms-sections-scope .cms-faq-icon-line {
    position: absolute;
    width: 15px;
    height: 3px;
    background: #252525;
    border-radius: 999px;
    transition: transform 0.25s ease, background-color 0.25s ease;
}

.cms-sections-scope .cms-faq-icon-line-vertical {
    transform: rotate(90deg);
}

.cms-sections-scope .cms-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.cms-sections-scope .cms-faq-answer-inner {
    padding: 0 30px 28px;
}

.cms-sections-scope .cms-faq-answer-inner p {
    max-width: 940px;
    margin: 0;
    color: #6b7280 !important;
    font-size: clamp(16px, 1.25vw, 19px) !important;
    line-height: 1.75;
    text-align: left;
}

/* Aktif soru */
.cms-sections-scope .cms-faq-item.active {
    border-color: rgba(37, 37, 37, 0.22);
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.09);
}

.cms-sections-scope .cms-faq-item.active .cms-faq-question {
    background: #ffffff !important;
}

.cms-sections-scope .cms-faq-item.active .cms-faq-question-text {
    color: #252525 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.cms-sections-scope .cms-faq-item.active .cms-faq-icon {
    background: #252525;
}

.cms-sections-scope .cms-faq-item.active .cms-faq-icon-line {
    background: #ffffff;
}

.cms-sections-scope .cms-faq-item.active .cms-faq-icon-line-vertical {
    transform: rotate(0deg);
}

/* Koyu tasarım seçilirse */
.cms-sections-scope .faq-section.design-dark {
    background: #111827;
}

.cms-sections-scope .faq-section.design-dark .cms-faq-heading h2,
.cms-sections-scope .faq-section.design-dark .cms-faq-heading p {
    color: #ffffff !important;
}

.cms-sections-scope .faq-section.design-dark .cms-faq-item {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.14);
}

.cms-sections-scope .faq-section.design-dark .cms-faq-question {
    background: transparent !important;
}

.cms-sections-scope .faq-section.design-dark .cms-faq-question-text,
.cms-sections-scope .faq-section.design-dark .cms-faq-answer-inner p {
    color: #ffffff !important;
}

.cms-sections-scope .faq-section.design-dark .cms-faq-icon {
    background: rgba(255, 255, 255, 0.16);
}

.cms-sections-scope .faq-section.design-dark .cms-faq-icon-line {
    background: #ffffff;
}

.cms-sections-scope .faq-section.design-dark .cms-faq-item.active .cms-faq-icon {
    background: #ffffff;
}

.cms-sections-scope .faq-section.design-dark .cms-faq-item.active .cms-faq-icon-line {
    background: #252525;
}

/* Mobil */
@media (max-width: 768px) {
    .cms-sections-scope .cms-faq-section {
        padding: 48px 0;
    }

    .cms-sections-scope .cms-faq-heading {
        margin-bottom: 32px;
    }

    .cms-sections-scope .cms-faq-question {
        min-height: 68px;
        padding: 20px;
    }

    .cms-sections-scope .cms-faq-question-text {
        font-size: 18px !important;
    }

    .cms-sections-scope .cms-faq-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }

    .cms-sections-scope .cms-faq-answer-inner {
        padding: 0 20px 22px;
    }

    .cms-sections-scope .cms-faq-answer-inner p {
        font-size: 16px !important;
    }
}

/* =========================================================
   Process / Nasıl Çalışıyoruz - Koyu Tema Görünümü
========================================================= */

.cms-sections-scope .process-section {
    background: #111827 !important;
    color: #ffffff !important;
}

.cms-sections-scope .process-section .section-heading h2,
.cms-sections-scope .process-section .section-heading p {
    color: #ffffff !important;
}

.cms-sections-scope .process-section .process-card {
    background: rgba(255, 255, 255, 0.07) !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

.cms-sections-scope .process-section .process-card h3 {
    color: #ffffff !important;
}

.cms-sections-scope .process-section .process-card p {
    color: rgba(255, 255, 255, 0.78) !important;
}

.cms-sections-scope .process-section .process-number {
    background: #ffffff !important;
    color: #111827 !important;
    border: 2px solid #ffffff !important;
}

.cms-sections-scope .process-section .process-number i {
    color: #111827 !important;
}

.cms-sections-scope .process-section .process-number svg {
    fill: #111827 !important;
    color: #111827 !important;
}

.cms-sections-scope .process-section .process-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.10) !important;
    border-color: rgba(255, 255, 255, 0.28) !important;
}

/* =========================================================
   CMS Testimonials / Müşteri Yorumları Slider
========================================================= */

.cms-sections-scope .cms-testimonial-section {
    background: #f8f9fb;
    padding: 80px 0;
    overflow: hidden;
}

.cms-sections-scope .cms-testimonial-heading {
    max-width: 900px;
    margin: 0 auto 46px;
    text-align: center;
}

.cms-sections-scope .cms-testimonial-heading h2 {
    margin: 0 0 16px;
    font-size: clamp(34px, 3.4vw, 58px) !important;
    line-height: 1.15;
    font-weight: 400 !important;
    letter-spacing: -1px;
    color: #252525 !important;
}

.cms-sections-scope .cms-testimonial-heading p {
    margin: 0 auto;
    max-width: 760px;
    font-size: clamp(17px, 1.45vw, 22px) !important;
    line-height: 1.65;
    color: #6b7280 !important;
}

.cms-sections-scope .cms-testimonial-slider {
    position: relative;
}

.cms-sections-scope .cms-testimonial-viewport {
    overflow: hidden;
    width: 100%;
}

.cms-sections-scope .cms-testimonial-track {
    display: flex;
    transition: transform 0.45s ease;
    will-change: transform;
}

.cms-sections-scope .cms-testimonial-slide {
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
    padding: 10px 16px;
    box-sizing: border-box;
}

.cms-sections-scope .cms-testimonial-card {
    height: 100%;
    min-height: 440px;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 22px;
    padding: 38px 32px 30px;
    text-align: center;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.cms-sections-scope .cms-testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.10);
    border-color: rgba(37, 37, 37, 0.18);
}

.cms-sections-scope .cms-testimonial-quote {
    height: 56px;
    margin-bottom: 20px;
    color: #252525;
    font-size: 86px;
    line-height: 0.8;
    font-weight: 900;
    font-family: Georgia, serif;
}

.cms-sections-scope .cms-testimonial-text {
    margin: 0;
    color: #6b7280 !important;
    font-size: clamp(16px, 1.18vw, 18px) !important;
    line-height: 1.85;
    flex-grow: 1;
}

.cms-sections-scope .cms-testimonial-author {
    width: 100%;
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid rgba(148, 163, 184, 0.18);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    text-align: left;
}

.cms-sections-scope .cms-testimonial-author img,
.cms-sections-scope .cms-testimonial-avatar {
    width: 54px;
    height: 54px;
    min-width: 54px;
    border-radius: 50%;
    object-fit: cover;
}

.cms-sections-scope .cms-testimonial-avatar {
    background: #252525;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 800;
}

.cms-sections-scope .cms-testimonial-author strong {
    display: block;
    color: #252525 !important;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.25;
}

.cms-sections-scope .cms-testimonial-author span {
    display: block;
    margin-top: 3px;
    color: #6b7280 !important;
    font-size: 14px;
    line-height: 1.3;
}

.cms-sections-scope .cms-testimonial-controls {
    margin-top: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.cms-sections-scope .cms-testimonial-btn {
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 50%;
    background: #252525;
    color: #ffffff;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.25s ease, background-color 0.25s ease, opacity 0.25s ease;
}

.cms-sections-scope .cms-testimonial-btn:hover {
    background: #111111;
    transform: translateY(-2px);
}

.cms-sections-scope .cms-testimonial-btn:disabled {
    opacity: 0.35;
    cursor: not-allowed;
    transform: none;
}

.cms-sections-scope .cms-testimonial-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}

.cms-sections-scope .cms-testimonial-dot {
    width: 11px;
    height: 11px;
    border: 0;
    border-radius: 50%;
    background: #d1d5db;
    padding: 0;
    cursor: pointer;
    transition: all 0.25s ease;
}

.cms-sections-scope .cms-testimonial-dot.active {
    width: 30px;
    border-radius: 999px;
    background: #252525;
}

/* Koyu Alan Seçilirse */
.cms-sections-scope .testimonials-section.design-dark {
    background: #111827;
}

.cms-sections-scope .testimonials-section.design-dark .cms-testimonial-heading h2,
.cms-sections-scope .testimonials-section.design-dark .cms-testimonial-heading p {
    color: #ffffff !important;
}

.cms-sections-scope .testimonials-section.design-dark .cms-testimonial-card {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.16);
}

.cms-sections-scope .testimonials-section.design-dark .cms-testimonial-quote,
.cms-sections-scope .testimonials-section.design-dark .cms-testimonial-text,
.cms-sections-scope .testimonials-section.design-dark .cms-testimonial-author strong,
.cms-sections-scope .testimonials-section.design-dark .cms-testimonial-author span {
    color: #ffffff !important;
}

.cms-sections-scope .testimonials-section.design-dark .cms-testimonial-avatar {
    background: #ffffff;
    color: #111827;
}

.cms-sections-scope .testimonials-section.design-dark .cms-testimonial-btn {
    background: #ffffff;
    color: #111827;
}

.cms-sections-scope .testimonials-section.design-dark .cms-testimonial-dot.active {
    background: #ffffff;
}

/* Tablet */
@media (max-width: 1099px) {
    .cms-sections-scope .cms-testimonial-slide {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* Mobil */
@media (max-width: 767px) {
    .cms-sections-scope .cms-testimonial-section {
        padding: 56px 0;
    }

    .cms-sections-scope .cms-testimonial-heading {
        margin-bottom: 32px;
    }

    .cms-sections-scope .cms-testimonial-slide {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 8px;
    }

    .cms-sections-scope .cms-testimonial-card {
        min-height: auto;
        padding: 30px 24px 26px;
        border-radius: 20px;
    }

    .cms-sections-scope .cms-testimonial-author {
        justify-content: center;
        text-align: left;
    }

    .cms-sections-scope .cms-testimonial-btn {
        width: 46px;
        height: 46px;
        font-size: 26px;
    }
}

/* =========================================================
   CMS Team / Ekibimiz - Daha Küçük Yazı + Modern Avatar
========================================================= */

.cms-sections-scope .cms-team-section {
    background: #f8f9fb;
    padding: 70px 0;
}

.cms-sections-scope .cms-team-heading {
    max-width: 860px;
    margin: 0 auto 42px;
    text-align: center;
}

.cms-sections-scope .cms-team-heading h2 {
    margin: 0 0 14px;
    font-size: clamp(34px, 3vw, 52px) !important;
    line-height: 1.12;
    font-weight: 400 !important;
    letter-spacing: -1px;
    color: #252525 !important;
}

.cms-sections-scope .cms-team-heading p {
    max-width: 720px;
    margin: 0 auto;
    font-size: clamp(17px, 1.35vw, 21px) !important;
    line-height: 1.55;
    color: #6b7280 !important;
}

.cms-sections-scope .cms-team-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
    margin-top: 0;
}

.cms-sections-scope .cms-team-card {
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 16px 45px rgba(15, 23, 42, 0.055);
    text-align: center;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.cms-sections-scope .cms-team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.10);
    border-color: rgba(37, 37, 37, 0.16);
}

.cms-sections-scope .cms-team-media {
    position: relative;
    width: 100%;
    height: 230px;
    background: linear-gradient(135deg, #f8fafc, #e9edf3);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.cms-sections-scope .cms-team-media::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 70px;
    background: linear-gradient(to top, rgba(15, 23, 42, 0.07), transparent);
    pointer-events: none;
}

.cms-sections-scope .cms-team-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Modern Default Avatar */
.cms-sections-scope .cms-team-default-avatar {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    position: relative;
    z-index: 1;
}

.cms-sections-scope .cms-team-default-avatar svg {
    width: 100%;
    height: 100%;
    display: block;
}

.cms-sections-scope .cms-team-default-avatar .avatar-bg {
    fill: #f1f3f7;
}

.cms-sections-scope .cms-team-default-avatar .avatar-face {
    fill: #ffffff;
}

.cms-sections-scope .cms-team-default-avatar .avatar-neck {
    fill: #ffffff;
}

.cms-sections-scope .cms-team-default-avatar .avatar-body {
    fill: #252525;
}

.cms-sections-scope .cms-team-default-avatar .avatar-hair {
    fill: #252525;
}

/* Kadın avatar biraz daha yumuşak ton */
.cms-sections-scope .cms-team-default-avatar-female .avatar-body,
.cms-sections-scope .cms-team-default-avatar-female .avatar-hair {
    fill: #3b3b42;
}

/* Erkek avatar */
.cms-sections-scope .cms-team-default-avatar-male .avatar-body,
.cms-sections-scope .cms-team-default-avatar-male .avatar-hair {
    fill: #252525;
}

.cms-sections-scope .cms-team-card-body {
    padding: 24px 20px 26px;
}

.cms-sections-scope .cms-team-card-body h3 {
    margin: 0 0 10px;
    color: #252525 !important;
    font-size: clamp(19px, 1.35vw, 24px) !important;
    line-height: 1.2;
    font-weight: 500 !important;
    letter-spacing: -0.3px;
    text-transform: uppercase;
}

.cms-sections-scope .cms-team-role {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    padding: 7px 14px;
    border-radius: 999px;
    background: #f1f2f5;
    color: #252525 !important;
    font-size: 13px !important;
    line-height: 1;
    font-weight: 700;
}

.cms-sections-scope .cms-team-card-body p {
    margin: 0 auto;
    max-width: 260px;
    color: #6b7280 !important;
    font-size: 14px !important;
    line-height: 1.6;
}

/* Koyu tasarım seçilirse */
.cms-sections-scope .team-section.design-dark {
    background: #111827;
}

.cms-sections-scope .team-section.design-dark .cms-team-heading h2,
.cms-sections-scope .team-section.design-dark .cms-team-heading p {
    color: #ffffff !important;
}

.cms-sections-scope .team-section.design-dark .cms-team-card {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.15);
}

.cms-sections-scope .team-section.design-dark .cms-team-card-body h3,
.cms-sections-scope .team-section.design-dark .cms-team-card-body p {
    color: #ffffff !important;
}

.cms-sections-scope .team-section.design-dark .cms-team-role {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff !important;
}

.cms-sections-scope .team-section.design-dark .cms-team-media {
    background: rgba(255, 255, 255, 0.06);
}

.cms-sections-scope .team-section.design-dark .cms-team-default-avatar {
    background: rgba(255, 255, 255, 0.12);
}

.cms-sections-scope .team-section.design-dark .cms-team-default-avatar .avatar-bg {
    fill: rgba(255, 255, 255, 0.14);
}

.cms-sections-scope .team-section.design-dark .cms-team-default-avatar .avatar-face,
.cms-sections-scope .team-section.design-dark .cms-team-default-avatar .avatar-neck {
    fill: rgba(255, 255, 255, 0.92);
}

.cms-sections-scope .team-section.design-dark .cms-team-default-avatar .avatar-body,
.cms-sections-scope .team-section.design-dark .cms-team-default-avatar .avatar-hair {
    fill: #ffffff;
}

/* Tablet */
@media (max-width: 1199px) {
    .cms-sections-scope .cms-team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Mobil */
@media (max-width: 767px) {
    .cms-sections-scope .cms-team-section {
        padding: 52px 0;
    }

    .cms-sections-scope .cms-team-heading {
        margin-bottom: 32px;
    }

    .cms-sections-scope .cms-team-heading h2 {
        font-size: 34px !important;
    }

    .cms-sections-scope .cms-team-heading p {
        font-size: 17px !important;
    }

    .cms-sections-scope .cms-team-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .cms-sections-scope .cms-team-media {
        height: 220px;
    }

    .cms-sections-scope .cms-team-default-avatar {
        width: 118px;
        height: 118px;
    }

    .cms-sections-scope .cms-team-card-body h3 {
        font-size: 21px !important;
    }
}

/* =========================================================
   CMS Pricing / Paket Fiyatları - Modern ve Küçük Yazı
========================================================= */

.cms-sections-scope .cms-pricing-section {
    background: #f8f9fb;
    padding: 72px 0;
}

.cms-sections-scope .cms-pricing-heading {
    max-width: 900px;
    margin: 0 auto 42px;
    text-align: center;
}

.cms-sections-scope .cms-pricing-heading h2 {
    margin: 0 0 14px;
    font-size: clamp(34px, 3.2vw, 54px) !important;
    line-height: 1.12;
    font-weight: 400 !important;
    letter-spacing: -1px;
    color: #252525 !important;
}

.cms-sections-scope .cms-pricing-heading p {
    max-width: 780px;
    margin: 0 auto;
    font-size: clamp(17px, 1.35vw, 21px) !important;
    line-height: 1.6;
    color: #6b7280 !important;
}

.cms-sections-scope .cms-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    align-items: stretch;
    margin-top: 0;
}

.cms-sections-scope .cms-pricing-card {
    position: relative;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 22px;
    padding: 34px 28px 30px;
    text-align: center;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.055);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    overflow: hidden;
}

.cms-sections-scope .cms-pricing-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 70px rgba(15, 23, 42, 0.10);
    border-color: rgba(37, 37, 37, 0.18);
}

.cms-sections-scope .cms-pricing-card.is-featured {
    border-color: rgba(37, 37, 37, 0.36);
    box-shadow: 0 26px 70px rgba(15, 23, 42, 0.10);
}

.cms-sections-scope .cms-pricing-badge {
    position: absolute;
    top: 18px;
    right: 18px;
    background: #252525;
    color: #ffffff;
    border-radius: 999px;
    padding: 7px 13px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

.cms-sections-scope .cms-pricing-card h3 {
    margin: 0 0 20px;
    color: #252525 !important;
    font-size: clamp(22px, 1.6vw, 28px) !important;
    line-height: 1.2;
    font-weight: 500 !important;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}

.cms-sections-scope .cms-pricing-price {
    margin: 0 0 18px;
    color: #252525 !important;
    font-size: clamp(30px, 3vw, 46px) !important;
    line-height: 1.05;
    font-weight: 800 !important;
    letter-spacing: -1.3px;
}

.cms-sections-scope .cms-pricing-features {
    margin: 0 auto 24px;
    color: #6b7280 !important;
    font-size: 15px !important;
    line-height: 1.75;
}

.cms-sections-scope .cms-pricing-features p {
    margin: 0;
    color: #6b7280 !important;
    font-size: 15px !important;
    line-height: 1.75;
}

.cms-sections-scope .cms-pricing-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}

.cms-sections-scope .cms-pricing-features li {
    position: relative;
    padding-left: 24px;
    text-align: left;
    color: #6b7280 !important;
    font-size: 15px !important;
    line-height: 1.55;
}

.cms-sections-scope .cms-pricing-features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #252525;
    font-weight: 900;
}

.cms-sections-scope .cms-pricing-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    min-height: 50px;
    padding: 14px 26px;
    background: #252525 !important;
    color: #ffffff !important;
    border: 2px solid #252525 !important;
    border-radius: 0 !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1;
    text-decoration: none !important;
    box-shadow: none !important;
    transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.cms-sections-scope .cms-pricing-btn:hover {
    background: #111111 !important;
    border-color: #111111 !important;
    color: #ffffff !important;
    transform: translateY(-2px);
}

/* Koyu tasarım tipi seçilirse */
.cms-sections-scope .pricing-section.design-dark {
    background: #111827;
}

.cms-sections-scope .pricing-section.design-dark .cms-pricing-heading h2,
.cms-sections-scope .pricing-section.design-dark .cms-pricing-heading p {
    color: #ffffff !important;
}

.cms-sections-scope .pricing-section.design-dark .cms-pricing-card {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.15);
}

.cms-sections-scope .pricing-section.design-dark .cms-pricing-card h3,
.cms-sections-scope .pricing-section.design-dark .cms-pricing-price,
.cms-sections-scope .pricing-section.design-dark .cms-pricing-features,
.cms-sections-scope .pricing-section.design-dark .cms-pricing-features p,
.cms-sections-scope .pricing-section.design-dark .cms-pricing-features li {
    color: #ffffff !important;
}

.cms-sections-scope .pricing-section.design-dark .cms-pricing-features li::before {
    color: #ffffff;
}

.cms-sections-scope .pricing-section.design-dark .cms-pricing-btn {
    background: #ffffff !important;
    color: #111827 !important;
    border-color: #ffffff !important;
}

.cms-sections-scope .pricing-section.design-dark .cms-pricing-btn:hover {
    background: transparent !important;
    color: #ffffff !important;
}

/* Tablet */
@media (max-width: 1199px) {
    .cms-sections-scope .cms-pricing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Mobil */
@media (max-width: 767px) {
    .cms-sections-scope .cms-pricing-section {
        padding: 54px 0;
    }

    .cms-sections-scope .cms-pricing-heading {
        margin-bottom: 32px;
    }

    .cms-sections-scope .cms-pricing-heading h2 {
        font-size: 34px !important;
    }

    .cms-sections-scope .cms-pricing-heading p {
        font-size: 17px !important;
    }

    .cms-sections-scope .cms-pricing-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .cms-sections-scope .cms-pricing-card {
        padding: 30px 22px 28px;
    }

    .cms-sections-scope .cms-pricing-card h3 {
        font-size: 22px !important;
    }

    .cms-sections-scope .cms-pricing-price {
        font-size: 34px !important;
    }

    .cms-sections-scope .cms-pricing-btn {
        min-width: 150px;
        min-height: 48px;
        font-size: 14px !important;
    }
}

/* =========================================================
   CMS Logo Strip / Referans Logoları Slider
========================================================= */

.cms-sections-scope .cms-logo-strip-section {
    background: #f8f9fb;
    padding: 72px 0;
    overflow: hidden;
}

.cms-sections-scope .cms-logo-strip-heading {
    max-width: 900px;
    margin: 0 auto 42px;
    text-align: center;
}

.cms-sections-scope .cms-logo-strip-heading h2 {
    margin: 0 0 14px;
    font-size: clamp(34px, 3.2vw, 54px) !important;
    line-height: 1.12;
    font-weight: 400 !important;
    letter-spacing: -1px;
    color: #252525 !important;
}

.cms-sections-scope .cms-logo-strip-heading p {
    max-width: 760px;
    margin: 0 auto;
    font-size: clamp(17px, 1.35vw, 21px) !important;
    line-height: 1.6;
    color: #6b7280 !important;
}

.cms-sections-scope .cms-logo-strip-slider {
    position: relative;
}

.cms-sections-scope .cms-logo-strip-slider.has-slider {
    padding: 0 64px;
}

.cms-sections-scope .cms-logo-strip-viewport {
    width: 100%;
    overflow: hidden;
}

.cms-sections-scope .cms-logo-strip-track {
    display: flex;
    transition: transform 0.42s ease;
    will-change: transform;
}

.cms-sections-scope .cms-logo-strip-slide {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 10px 12px;
    box-sizing: border-box;
}

.cms-sections-scope .cms-logo-strip-slider.no-slider .cms-logo-strip-track {
    justify-content: center;
    flex-wrap: wrap;
    gap: 22px;
}

.cms-sections-scope .cms-logo-strip-slider.no-slider .cms-logo-strip-slide {
    flex: 0 0 auto;
    width: 220px;
    max-width: 220px;
    padding: 0;
}

.cms-sections-scope .cms-logo-strip-card {
    min-height: 150px;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 18px;
    box-shadow: 0 16px 45px rgba(15, 23, 42, 0.055);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 24px 18px;
    text-align: center;
    text-decoration: none !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.cms-sections-scope .cms-logo-strip-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.10);
    border-color: rgba(37, 37, 37, 0.18);
}

.cms-sections-scope .cms-logo-strip-logo {
    width: 100%;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cms-sections-scope .cms-logo-strip-logo img {
    max-width: 150px;
    max-height: 70px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    filter: grayscale(100%);
    opacity: 0.72;
    transition: filter 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

.cms-sections-scope .cms-logo-strip-card:hover .cms-logo-strip-logo img {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.03);
}

.cms-sections-scope .cms-logo-strip-logo strong {
    display: block;
    color: #252525;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
}

.cms-sections-scope .cms-logo-strip-title {
    color: #6b7280;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cms-sections-scope .cms-logo-strip-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    background: #252525;
    color: #ffffff;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.16);
    transition: background-color 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
}

.cms-sections-scope .cms-logo-strip-arrow:hover {
    background: #111111;
    transform: translateY(-50%) scale(1.05);
}

.cms-sections-scope .cms-logo-strip-arrow:disabled {
    opacity: 0.35;
    cursor: not-allowed;
    transform: translateY(-50%);
}

.cms-sections-scope .cms-logo-strip-arrow-prev {
    left: 0;
}

.cms-sections-scope .cms-logo-strip-arrow-next {
    right: 0;
}

/* Koyu tasarım seçilirse */
.cms-sections-scope .logo-strip-section.design-dark {
    background: #111827;
}

.cms-sections-scope .logo-strip-section.design-dark .cms-logo-strip-heading h2,
.cms-sections-scope .logo-strip-section.design-dark .cms-logo-strip-heading p {
    color: #ffffff !important;
}

.cms-sections-scope .logo-strip-section.design-dark .cms-logo-strip-card {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.15);
}

.cms-sections-scope .logo-strip-section.design-dark .cms-logo-strip-title,
.cms-sections-scope .logo-strip-section.design-dark .cms-logo-strip-logo strong {
    color: #ffffff;
}

.cms-sections-scope .logo-strip-section.design-dark .cms-logo-strip-arrow {
    background: #ffffff;
    color: #111827;
}

/* Responsive */
@media (max-width: 1199px) {
    .cms-sections-scope .cms-logo-strip-slide {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (max-width: 991px) {
    .cms-sections-scope .cms-logo-strip-slide {
        flex: 0 0 calc(100% / 3);
        max-width: calc(100% / 3);
    }

    .cms-sections-scope .cms-logo-strip-slider.has-slider {
        padding: 0 56px;
    }
}

@media (max-width: 767px) {
    .cms-sections-scope .cms-logo-strip-section {
        padding: 54px 0;
    }

    .cms-sections-scope .cms-logo-strip-heading {
        margin-bottom: 32px;
    }

    .cms-sections-scope .cms-logo-strip-slide {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .cms-sections-scope .cms-logo-strip-card {
        min-height: 130px;
        padding: 20px 14px;
    }

    .cms-sections-scope .cms-logo-strip-logo img {
        max-width: 120px;
        max-height: 58px;
    }

    .cms-sections-scope .cms-logo-strip-arrow {
        width: 42px;
        height: 42px;
        font-size: 26px;
    }
}

@media (max-width: 575px) {
    .cms-sections-scope .cms-logo-strip-slider.has-slider {
        padding: 0 46px;
    }

    .cms-sections-scope .cms-logo-strip-slide {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* =========================================================
   CMS Video Tanıtım Bölümü
========================================================= */

.cms-sections-scope .cms-video-section {
    background: #f8f9fb;
    padding: 80px 0;
}

.cms-sections-scope .cms-video-layout {
    display: grid;
    grid-template-columns: 0.9fr 1.25fr;
    gap: 48px;
    align-items: center;
}

.cms-sections-scope .cms-video-text h2 {
    margin: 0 0 18px;
    font-size: clamp(34px, 3.4vw, 56px) !important;
    line-height: 1.12;
    font-weight: 400 !important;
    letter-spacing: -1px;
    color: #252525 !important;
}

.cms-sections-scope .cms-video-content {
    margin-bottom: 26px;
    color: #6b7280 !important;
    font-size: clamp(16px, 1.35vw, 20px) !important;
    line-height: 1.75;
}

.cms-sections-scope .cms-video-content p {
    color: #6b7280 !important;
    font-size: clamp(16px, 1.35vw, 20px) !important;
    line-height: 1.75;
}

.cms-sections-scope .cms-video-box {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 22px;
    overflow: hidden;
    background: #111827;
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.16);
    border: 1px solid rgba(148, 163, 184, 0.22);
}

.cms-sections-scope .cms-video-box iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

.cms-sections-scope .cms-video-empty {
    width: 100%;
    height: 100%;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 36px;
    color: #ffffff;
    background: linear-gradient(135deg, #111827, #252525);
}

.cms-sections-scope .cms-video-empty strong {
    display: block;
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 10px;
}

.cms-sections-scope .cms-video-empty span {
    display: block;
    max-width: 420px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 15px;
    line-height: 1.6;
}

.cms-sections-scope .cms-video-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 15px 34px;
    background: #252525 !important;
    color: #ffffff !important;
    border: 2px solid #252525 !important;
    border-radius: 0 !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
}

.cms-sections-scope .cms-video-btn:hover {
    background: #111111 !important;
    border-color: #111111 !important;
    color: #ffffff !important;
}

/* Koyu tasarım tipi seçilirse */
.cms-sections-scope .video-section.design-dark {
    background: #111827;
}

.cms-sections-scope .video-section.design-dark .cms-video-text h2,
.cms-sections-scope .video-section.design-dark .cms-video-content,
.cms-sections-scope .video-section.design-dark .cms-video-content p {
    color: #ffffff !important;
}

.cms-sections-scope .video-section.design-dark .cms-video-btn {
    background: #ffffff !important;
    color: #111827 !important;
    border-color: #ffffff !important;
}

.cms-sections-scope .video-section.design-dark .cms-video-btn:hover {
    background: transparent !important;
    color: #ffffff !important;
}

/* Tablet */
@media (max-width: 991px) {
    .cms-sections-scope .cms-video-layout {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .cms-sections-scope .cms-video-text {
        text-align: center;
    }
}

/* Mobil */
@media (max-width: 767px) {
    .cms-sections-scope .cms-video-section {
        padding: 54px 0;
    }

    .cms-sections-scope .cms-video-text h2 {
        font-size: 34px !important;
    }

    .cms-sections-scope .cms-video-content,
    .cms-sections-scope .cms-video-content p {
        font-size: 16px !important;
    }

    .cms-sections-scope .cms-video-box {
        border-radius: 18px;
    }

    .cms-sections-scope .cms-video-empty {
        min-height: 240px;
    }
}

/* =========================================================
   CMS Map / İletişim + Harita
========================================================= */

.cms-sections-scope .cms-map-section {
    background: #f8f9fb;
    padding: 80px 0;
    overflow: hidden;
}

.cms-sections-scope .cms-map-heading {
    max-width: 900px;
    margin: 0 auto 44px;
    text-align: center;
}

.cms-sections-scope .cms-map-heading h2 {
    margin: 0 0 14px;
    font-size: clamp(34px, 3.2vw, 54px) !important;
    line-height: 1.12;
    font-weight: 400 !important;
    letter-spacing: -1px;
    color: #252525 !important;
}

.cms-sections-scope .cms-map-heading p {
    max-width: 760px;
    margin: 0 auto;
    font-size: clamp(17px, 1.35vw, 21px) !important;
    line-height: 1.6;
    color: #6b7280 !important;
}

.cms-sections-scope .cms-map-layout {
    display: grid;
    grid-template-columns: 0.9fr 1.35fr;
    gap: 34px;
    align-items: stretch;
}

.cms-sections-scope .cms-map-layout-full {
    grid-template-columns: 1fr;
}

.cms-sections-scope .cms-map-layout-full .cms-map-box {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
}

.cms-sections-scope .cms-map-info {
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 24px;
    padding: 34px 32px;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.055);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cms-sections-scope .cms-map-info-header {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 28px;
}

.cms-sections-scope .cms-map-info-icon {
    width: 54px;
    height: 54px;
    min-width: 54px;
    border-radius: 16px;
    background: #252525;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.cms-sections-scope .cms-map-info-header h3 {
    margin: 0 0 6px;
    color: #252525 !important;
    font-size: 24px !important;
    line-height: 1.2;
    font-weight: 700;
}

.cms-sections-scope .cms-map-info-header p {
    margin: 0;
    color: #6b7280 !important;
    font-size: 15px !important;
    line-height: 1.6;
}

.cms-sections-scope .cms-map-contact-list {
    display: grid;
    gap: 16px;
}

.cms-sections-scope .cms-map-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px;
    background: #f8f9fb;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 18px;
}

.cms-sections-scope .cms-map-contact-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 14px;
    background: #ffffff;
    color: #252525;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.cms-sections-scope .cms-map-contact-item span {
    display: block;
    margin-bottom: 4px;
    color: #6b7280;
    font-size: 13px;
    font-weight: 700;
}

.cms-sections-scope .cms-map-contact-item strong {
    display: block;
    color: #252525 !important;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 700;
}

.cms-sections-scope .cms-map-contact-item a {
    color: #252525 !important;
    text-decoration: none !important;
}

.cms-sections-scope .cms-map-contact-item a:hover {
    text-decoration: underline !important;
}

.cms-sections-scope .cms-map-content {
    margin-top: 22px;
    color: #6b7280 !important;
    font-size: 15px !important;
    line-height: 1.7;
}

.cms-sections-scope .cms-map-content p {
    color: #6b7280 !important;
    font-size: 15px !important;
    line-height: 1.7;
    margin-bottom: 12px;
}

.cms-sections-scope .cms-map-btn {
    margin-top: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 50px;
    padding: 14px 28px;
    background: #252525 !important;
    color: #ffffff !important;
    border: 2px solid #252525 !important;
    border-radius: 0 !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

.cms-sections-scope .cms-map-btn:hover {
    background: #111111 !important;
    border-color: #111111 !important;
    color: #ffffff !important;
}

.cms-sections-scope .cms-map-box {
    position: relative;
    min-height: 480px;
    border-radius: 24px;
    overflow: hidden;
    background: #111827;
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.16);
    border: 1px solid rgba(148, 163, 184, 0.25);
}

.cms-sections-scope .cms-map-box iframe {
    width: 100%;
    height: 100%;
    min-height: 480px;
    border: 0;
    display: block;
    filter: grayscale(10%);
}

.cms-sections-scope .cms-map-empty {
    min-height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 36px;
    color: #ffffff;
    background: linear-gradient(135deg, #111827, #252525);
}

.cms-sections-scope .cms-map-empty strong {
    display: block;
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 10px;
}

.cms-sections-scope .cms-map-empty span {
    display: block;
    max-width: 420px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 15px;
    line-height: 1.6;
}

/* Koyu tasarım tipi */
.cms-sections-scope .map-section.design-dark {
    background: #111827;
}

.cms-sections-scope .map-section.design-dark .cms-map-heading h2,
.cms-sections-scope .map-section.design-dark .cms-map-heading p {
    color: #ffffff !important;
}

.cms-sections-scope .map-section.design-dark .cms-map-info {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.15);
}

.cms-sections-scope .map-section.design-dark .cms-map-info-header h3,
.cms-sections-scope .map-section.design-dark .cms-map-info-header p,
.cms-sections-scope .map-section.design-dark .cms-map-contact-item span,
.cms-sections-scope .map-section.design-dark .cms-map-contact-item strong,
.cms-sections-scope .map-section.design-dark .cms-map-contact-item a,
.cms-sections-scope .map-section.design-dark .cms-map-content,
.cms-sections-scope .map-section.design-dark .cms-map-content p {
    color: #ffffff !important;
}

.cms-sections-scope .map-section.design-dark .cms-map-contact-item {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.14);
}

.cms-sections-scope .map-section.design-dark .cms-map-contact-icon,
.cms-sections-scope .map-section.design-dark .cms-map-btn {
    background: #ffffff !important;
    color: #111827 !important;
    border-color: #ffffff !important;
}

/* Tablet */
@media (max-width: 991px) {
    .cms-sections-scope .cms-map-layout {
        grid-template-columns: 1fr;
    }

    .cms-sections-scope .cms-map-info {
        text-align: left;
    }
}

/* Mobil */
@media (max-width: 767px) {
    .cms-sections-scope .cms-map-section {
        padding: 54px 0;
    }

    .cms-sections-scope .cms-map-heading {
        margin-bottom: 32px;
    }

    .cms-sections-scope .cms-map-heading h2 {
        font-size: 34px !important;
    }

    .cms-sections-scope .cms-map-heading p {
        font-size: 17px !important;
    }

    .cms-sections-scope .cms-map-info {
        padding: 26px 20px;
        border-radius: 20px;
    }

    .cms-sections-scope .cms-map-info-header {
        flex-direction: column;
    }

    .cms-sections-scope .cms-map-box,
    .cms-sections-scope .cms-map-box iframe,
    .cms-sections-scope .cms-map-empty {
        min-height: 340px;
        border-radius: 20px;
    }
}

/* =========================================================
   TEMA 05 - NOISOFT CMS ANASAYFA BÖLÜMLERİ
   Ana renk: #224A96
   Dolu buton: koyu mavi zemin + beyaz yazı
   Outline buton: açık gri zemin + koyu mavi çerçeve
   Hover: #224A96
========================================================= */

.cms-sections-scope {
    --theme05-primary: #224A96;
    --theme05-primary-dark: #193875;
    --theme05-primary-soft: rgba(34, 74, 150, 0.09);
    --theme05-primary-border: rgba(34, 74, 150, 0.28);

    --theme05-dark: #111827;
    --theme05-text: #1f2937;
    --theme05-muted: #6b7280;
    --theme05-light: #f5f7fb;
    --theme05-card: #ffffff;
    --theme05-outline-bg: #f4f7fb;

    --cms-primary: #224A96 !important;
    --cms-primary-hover: #224A96 !important;
    --cms-dark: #111827 !important;
    --cms-text: #1f2937 !important;
    --cms-muted: #6b7280 !important;
    --cms-light: #f5f7fb !important;
    --cms-card-bg: #ffffff !important;
    --cms-border: rgba(34, 74, 150, 0.16) !important;
    --cms-radius: 16px !important;
    --cms-shadow: 0 14px 34px rgba(15, 23, 42, 0.06) !important;
    --cms-shadow-hover: 0 22px 46px rgba(34, 74, 150, 0.14) !important;
}

/* =========================================================
   GENEL BÖLÜM BOŞLUKLARI
========================================================= */

.cms-sections-scope .dynamic-section,
.cms-sections-scope .stats-section,
.cms-sections-scope .home-cta-section,
.cms-sections-scope .cms-faq-section,
.cms-sections-scope .cms-testimonial-section,
.cms-sections-scope .cms-pricing-section,
.cms-sections-scope .cms-logo-strip-section,
.cms-sections-scope .cms-team-section {
    padding: 56px 0 !important;
}

.cms-sections-scope .dynamic-section:nth-of-type(even),
.cms-sections-scope .cms-faq-section,
.cms-sections-scope .cms-testimonial-section,
.cms-sections-scope .cms-pricing-section,
.cms-sections-scope .cms-logo-strip-section,
.cms-sections-scope .cms-team-section {
    background: var(--theme05-light) !important;
}

/* =========================================================
   BAŞLIK VE METİN BOYUTLARI
========================================================= */

.cms-sections-scope .section-heading {
    max-width: 760px !important;
    margin: 0 auto 34px !important;
    text-align: center;
}

.cms-sections-scope .section-heading h2,
.cms-sections-scope .section-text h2,
.cms-sections-scope .video-text h2,
.cms-sections-scope .cms-faq-heading h2,
.cms-sections-scope .cms-testimonial-heading h2,
.cms-sections-scope .cms-pricing-heading h2,
.cms-sections-scope .cms-logo-strip-heading h2,
.cms-sections-scope .cms-team-heading h2 {
    color: var(--theme05-text) !important;
    font-size: clamp(26px, 2.45vw, 40px) !important;
    line-height: 1.2 !important;
    margin: 0 0 14px !important;
    font-weight: 800 !important;
    letter-spacing: -0.45px !important;
}

.cms-sections-scope .section-heading p,
.cms-sections-scope .section-subtitle,
.cms-sections-scope .section-content,
.cms-sections-scope .section-content p,
.cms-sections-scope .video-text p,
.cms-sections-scope .cms-faq-heading p,
.cms-sections-scope .cms-testimonial-heading p,
.cms-sections-scope .cms-pricing-heading p,
.cms-sections-scope .cms-logo-strip-heading p,
.cms-sections-scope .cms-team-heading p {
    color: var(--theme05-muted) !important;
    font-size: 15px !important;
    line-height: 1.75 !important;
    font-weight: 400 !important;
}

/* =========================================================
   KARTLAR
========================================================= */

.cms-sections-scope .service-modern-card,
.cms-sections-scope .section-item-card,
.cms-sections-scope .blog-card,
.cms-sections-scope .reference-card,
.cms-sections-scope .faq-item,
.cms-sections-scope .testimonial-card,
.cms-sections-scope .process-card,
.cms-sections-scope .team-card,
.cms-sections-scope .technology-card,
.cms-sections-scope .pricing-card,
.cms-sections-scope .logo-strip-card,
.cms-sections-scope .map-info,
.cms-sections-scope .stat-card,
.cms-sections-scope .service-card,
.cms-sections-scope .cms-testimonial-card,
.cms-sections-scope .cms-pricing-card,
.cms-sections-scope .cms-logo-strip-card,
.cms-sections-scope .cms-team-card,
.cms-sections-scope .cms-faq-item {
    background: #ffffff !important;
    color: var(--theme05-text) !important;
    border: 1px solid rgba(34, 74, 150, 0.14) !important;
    border-radius: 16px !important;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06) !important;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease !important;
}

.cms-sections-scope .service-modern-card:hover,
.cms-sections-scope .section-item-card:hover,
.cms-sections-scope .blog-card:hover,
.cms-sections-scope .reference-card:hover,
.cms-sections-scope .testimonial-card:hover,
.cms-sections-scope .process-card:hover,
.cms-sections-scope .team-card:hover,
.cms-sections-scope .technology-card:hover,
.cms-sections-scope .pricing-card:hover,
.cms-sections-scope .logo-strip-card:hover,
.cms-sections-scope .service-card:hover,
.cms-sections-scope .cms-testimonial-card:hover,
.cms-sections-scope .cms-pricing-card:hover,
.cms-sections-scope .cms-logo-strip-card:hover,
.cms-sections-scope .cms-team-card:hover,
.cms-sections-scope .cms-faq-item:hover {
    transform: translateY(-5px) !important;
    border-color: rgba(34, 74, 150, 0.34) !important;
    box-shadow: 0 22px 46px rgba(34, 74, 150, 0.14) !important;
}

.cms-sections-scope .service-modern-card,
.cms-sections-scope .section-item-card,
.cms-sections-scope .pricing-card,
.cms-sections-scope .process-card,
.cms-sections-scope .technology-card,
.cms-sections-scope .service-card {
    padding: 28px !important;
    text-align: center;
}

.cms-sections-scope .blog-card-body,
.cms-sections-scope .team-card-body {
    padding: 22px !important;
}

.cms-sections-scope .service-modern-card h3,
.cms-sections-scope .section-item-card h3,
.cms-sections-scope .blog-card h3,
.cms-sections-scope .reference-card h3,
.cms-sections-scope .process-card h3,
.cms-sections-scope .team-card h3,
.cms-sections-scope .technology-card h3,
.cms-sections-scope .pricing-card h3,
.cms-sections-scope .service-card h3,
.cms-sections-scope .cms-pricing-card h3,
.cms-sections-scope .cms-team-card-body h3 {
    color: var(--theme05-text) !important;
    font-size: 20px !important;
    line-height: 1.35 !important;
    margin-bottom: 10px !important;
    font-weight: 800 !important;
}

.cms-sections-scope .service-modern-card p,
.cms-sections-scope .section-item-card p,
.cms-sections-scope .blog-card p,
.cms-sections-scope .reference-card p,
.cms-sections-scope .process-card p,
.cms-sections-scope .team-card p,
.cms-sections-scope .technology-card p,
.cms-sections-scope .pricing-features,
.cms-sections-scope .service-card p,
.cms-sections-scope .map-info p,
.cms-sections-scope .cms-pricing-features,
.cms-sections-scope .cms-pricing-features p,
.cms-sections-scope .cms-pricing-features li,
.cms-sections-scope .cms-testimonial-text,
.cms-sections-scope .cms-team-card-body p {
    color: var(--theme05-muted) !important;
    font-size: 14px !important;
    line-height: 1.8 !important;
}

/* =========================================================
   GRID BOŞLUKLARI
========================================================= */

.cms-sections-scope .services-card-grid,
.cms-sections-scope .section-items-grid,
.cms-sections-scope .references-grid,
.cms-sections-scope .team-grid,
.cms-sections-scope .pricing-grid,
.cms-sections-scope .gallery-grid,
.cms-sections-scope .logo-strip-grid,
.cms-sections-scope .stats-grid,
.cms-sections-scope .process-grid {
    gap: 24px !important;
    margin-top: 32px !important;
}

/* =========================================================
   İKON ALANLARI
========================================================= */

.cms-sections-scope .service-modern-icon,
.cms-sections-scope .section-item-icon,
.cms-sections-scope .process-number,
.cms-sections-scope .service-icon {
    width: 60px !important;
    height: 60px !important;
    min-width: 60px !important;
    min-height: 60px !important;

    background: #224A96 !important;
    color: #ffffff !important;
    border: 2px solid #224A96 !important;
    border-radius: 10px !important;

    box-shadow: 0 10px 24px rgba(34, 74, 150, 0.18) !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    margin: 0 auto 18px !important;
    transition: all 0.25s ease !important;
}

.cms-sections-scope .service-modern-icon i,
.cms-sections-scope .section-item-icon i,
.cms-sections-scope .process-number i,
.cms-sections-scope .service-icon i {
    color: #ffffff !important;
    font-size: 25px !important;
    line-height: 1 !important;
}

.cms-sections-scope .service-modern-icon svg,
.cms-sections-scope .section-item-icon svg,
.cms-sections-scope .process-number svg,
.cms-sections-scope .service-icon svg {
    width: 26px !important;
    height: 26px !important;
    color: #ffffff !important;
    fill: #ffffff !important;
}

.cms-sections-scope .service-modern-card:hover .service-modern-icon,
.cms-sections-scope .section-item-card:hover .section-item-icon,
.cms-sections-scope .process-card:hover .process-number,
.cms-sections-scope .service-card:hover .service-icon {
    background: #193875 !important;
    border-color: #193875 !important;
    transform: translateY(-2px) !important;
}

/* =========================================================
   BUTONLAR - DOLU BUTON
========================================================= */

.cms-sections-scope .section-btn,
.cms-sections-scope .home-cta-btn,
.cms-sections-scope .pricing-btn,
.cms-sections-scope .cms-pricing-btn,
.cms-sections-scope .btn-primary,
.cms-sections-scope .primary-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    min-height: 48px !important;
    padding: 13px 28px !important;

    background: #224A96 !important;
    background-color: #224A96 !important;
    color: #ffffff !important;
    border: 2px solid #224A96 !important;
    border-radius: 8px !important;

    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    text-transform: none;
    letter-spacing: 0.15px;

    box-shadow: none !important;
    transition: all 0.25s ease !important;
}

.cms-sections-scope .section-btn:hover,
.cms-sections-scope .home-cta-btn:hover,
.cms-sections-scope .pricing-btn:hover,
.cms-sections-scope .cms-pricing-btn:hover,
.cms-sections-scope .btn-primary:hover,
.cms-sections-scope .primary-btn:hover {
    background: #224A96 !important;
    background-color: #224A96 !important;
    color: #ffffff !important;
    border-color: #224A96 !important;
    opacity: 0.92 !important;
    transform: translateY(-2px) !important;
}

/* =========================================================
   BUTONLAR - OUTLINE BUTON
========================================================= */

.cms-sections-scope .section-btn-outline,
.cms-sections-scope .home-cta-btn-outline,
.cms-sections-scope .pricing-btn-outline,
.cms-sections-scope .btn-outline,
.cms-sections-scope .outline-btn,
.cms-sections-scope .secondary-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    min-height: 48px !important;
    padding: 13px 28px !important;

    background: #f4f7fb !important;
    background-color: #f4f7fb !important;
    color: #224A96 !important;
    border: 2px solid #224A96 !important;
    border-radius: 8px !important;

    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    text-transform: none;
    letter-spacing: 0.15px;

    box-shadow: none !important;
    transition: all 0.25s ease !important;
}

.cms-sections-scope .section-btn-outline:hover,
.cms-sections-scope .home-cta-btn-outline:hover,
.cms-sections-scope .pricing-btn-outline:hover,
.cms-sections-scope .btn-outline:hover,
.cms-sections-scope .outline-btn:hover,
.cms-sections-scope .secondary-btn:hover {
    background: #224A96 !important;
    background-color: #224A96 !important;
    color: #ffffff !important;
    border-color: #224A96 !important;
    transform: translateY(-2px) !important;
}

/* Link tarzı butonlar */
.cms-sections-scope .service-link,
.cms-sections-scope .blog-link,
.cms-sections-scope .btn-link {
    color: #224A96 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    border-bottom: 2px solid #224A96 !important;
    padding-bottom: 4px !important;
    transition: all 0.25s ease !important;
}

.cms-sections-scope .service-link:hover,
.cms-sections-scope .blog-link:hover,
.cms-sections-scope .btn-link:hover {
    color: #224A96 !important;
    border-color: #224A96 !important;
    letter-spacing: 0.25px !important;
}

/* Buton içindeki ikon / ok */
.cms-sections-scope .section-btn i,
.cms-sections-scope .home-cta-btn i,
.cms-sections-scope .pricing-btn i,
.cms-sections-scope .cms-pricing-btn i,
.cms-sections-scope .section-btn-outline i,
.cms-sections-scope .home-cta-btn-outline i,
.cms-sections-scope .pricing-btn-outline i,
.cms-sections-scope .section-btn svg,
.cms-sections-scope .home-cta-btn svg,
.cms-sections-scope .pricing-btn svg,
.cms-sections-scope .cms-pricing-btn svg,
.cms-sections-scope .section-btn-outline svg,
.cms-sections-scope .home-cta-btn-outline svg,
.cms-sections-scope .pricing-btn-outline svg {
    margin-left: 8px !important;
    color: inherit !important;
    fill: currentColor !important;
}

/* Siyah butonları ezmek için */
.cms-sections-scope a.section-btn,
.cms-sections-scope a.home-cta-btn,
.cms-sections-scope a.pricing-btn,
.cms-sections-scope button.section-btn,
.cms-sections-scope button.home-cta-btn,
.cms-sections-scope button.pricing-btn {
    background: #224A96 !important;
    background-color: #224A96 !important;
    color: #ffffff !important;
    border-color: #224A96 !important;
}

/* =========================================================
   FAQ
========================================================= */

.cms-sections-scope .faq-list,
.cms-sections-scope .cms-faq-list {
    max-width: 960px !important;
    gap: 16px !important;
    margin-top: 30px !important;
}

.cms-sections-scope .faq-question,
.cms-sections-scope .cms-faq-question {
    background: #ffffff !important;
    color: var(--theme05-text) !important;
    padding: 19px 24px !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    border-radius: 16px !important;
}

.cms-sections-scope .faq-question span,
.cms-sections-scope .cms-faq-question-text {
    color: var(--theme05-text) !important;
    font-size: 17px !important;
}

.cms-sections-scope .faq-question strong,
.cms-sections-scope .cms-faq-icon {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    border-radius: 50% !important;
    background: rgba(34, 74, 150, 0.10) !important;
    color: #224A96 !important;
}

.cms-sections-scope .cms-faq-icon-line {
    background: #224A96 !important;
}

.cms-sections-scope .faq-answer p,
.cms-sections-scope .cms-faq-answer-inner p {
    padding: 0 24px 22px !important;
    font-size: 14px !important;
    color: var(--theme05-muted) !important;
}

.cms-sections-scope .faq-item.active .faq-question,
.cms-sections-scope .cms-faq-item.active .cms-faq-question {
    background: #224A96 !important;
    color: #ffffff !important;
}

.cms-sections-scope .faq-item.active .faq-question span,
.cms-sections-scope .cms-faq-item.active .cms-faq-question-text {
    color: #ffffff !important;
}

.cms-sections-scope .faq-item.active .faq-question strong,
.cms-sections-scope .cms-faq-item.active .cms-faq-icon {
    background: #ffffff !important;
    color: #224A96 !important;
}

.cms-sections-scope .cms-faq-item.active .cms-faq-icon-line {
    background: #224A96 !important;
}

/* =========================================================
   YORUMLAR
========================================================= */

.cms-sections-scope .testimonial-card,
.cms-sections-scope .cms-testimonial-card {
    padding: 28px !important;
}

.cms-sections-scope .testimonial-quote,
.cms-sections-scope .cms-testimonial-quote {
    color: #224A96 !important;
    font-size: 62px !important;
}

.cms-sections-scope .testimonial-card p,
.cms-sections-scope .cms-testimonial-text {
    font-size: 14px !important;
    line-height: 1.9 !important;
    color: var(--theme05-muted) !important;
}

.cms-sections-scope .testimonial-author strong,
.cms-sections-scope .cms-testimonial-author strong {
    color: var(--theme05-text) !important;
    font-size: 15px !important;
}

.cms-sections-scope .testimonial-author span,
.cms-sections-scope .cms-testimonial-author span {
    color: var(--theme05-muted) !important;
    font-size: 13px !important;
}

.cms-sections-scope .testimonial-btn,
.cms-sections-scope .cms-testimonial-btn {
    width: 42px !important;
    height: 42px !important;
    border-radius: 50% !important;
    background: #224A96 !important;
    color: #ffffff !important;
    border: 1px solid #224A96 !important;
    font-size: 24px !important;
    transition: all 0.25s ease !important;
}

.cms-sections-scope .testimonial-btn:hover,
.cms-sections-scope .cms-testimonial-btn:hover {
    background: #193875 !important;
    border-color: #193875 !important;
    color: #ffffff !important;
}

.cms-sections-scope .testimonial-dot,
.cms-sections-scope .cms-testimonial-dot {
    background: rgba(34, 74, 150, 0.18) !important;
}

.cms-sections-scope .testimonial-dot.active,
.cms-sections-scope .cms-testimonial-dot.active {
    background: #224A96 !important;
}

.cms-sections-scope .cms-testimonial-avatar {
    background: #224A96 !important;
    color: #ffffff !important;
}

/* =========================================================
   FİYAT KARTLARI
========================================================= */

.cms-sections-scope .pricing-card,
.cms-sections-scope .cms-pricing-card {
    padding: 30px 26px !important;
}

.cms-sections-scope .pricing-price,
.cms-sections-scope .cms-pricing-price {
    color: #224A96 !important;
    font-size: clamp(30px, 3vw, 44px) !important;
    line-height: 1.1 !important;
    font-weight: 900 !important;
    margin-bottom: 16px !important;
}

.cms-sections-scope .pricing-features,
.cms-sections-scope .cms-pricing-features {
    font-size: 14px !important;
    line-height: 1.8 !important;
}

.cms-sections-scope .cms-pricing-badge {
    background: #224A96 !important;
    color: #ffffff !important;
}

.cms-sections-scope .pricing-card.featured,
.cms-sections-scope .pricing-card.popular,
.cms-sections-scope .cms-pricing-card.is-featured {
    border-color: rgba(34, 74, 150, 0.35) !important;
    box-shadow: 0 22px 46px rgba(34, 74, 150, 0.14) !important;
}

.cms-sections-scope .cms-pricing-features li::before {
    color: #224A96 !important;
}

/* =========================================================
   CTA / KOYU BÖLÜMLER
========================================================= */

.cms-sections-scope .home-cta-box,
.cms-sections-scope .stats-section,
.cms-sections-scope .design-dark,
.cms-sections-scope .process-section {
    background: linear-gradient(135deg, #111827 0%, #224A96 100%) !important;
    color: #ffffff !important;
    border-radius: 18px !important;
}

.cms-sections-scope .home-cta-box {
    padding: 48px 32px !important;
}

.cms-sections-scope .home-cta-box h2,
.cms-sections-scope .home-cta-box p,
.cms-sections-scope .stats-section h2,
.cms-sections-scope .stats-section h3,
.cms-sections-scope .stats-section p,
.cms-sections-scope .stats-section span,
.cms-sections-scope .stats-section strong,
.cms-sections-scope .design-dark h2,
.cms-sections-scope .design-dark h3,
.cms-sections-scope .design-dark p,
.cms-sections-scope .design-dark span,
.cms-sections-scope .design-dark strong,
.cms-sections-scope .process-section h2,
.cms-sections-scope .process-section h3,
.cms-sections-scope .process-section p {
    color: #ffffff !important;
}

.cms-sections-scope .stat-card {
    background: rgba(255, 255, 255, 0.10) !important;
    border-color: rgba(255, 255, 255, 0.18) !important;
    padding: 28px 20px !important;
}

.cms-sections-scope .stat-card strong {
    font-size: 34px !important;
    color: #ffffff !important;
}

.cms-sections-scope .stat-card span {
    font-size: 14px !important;
    color: #ffffff !important;
}

/* Koyu alanda outline buton */
.cms-sections-scope .home-cta-box .home-cta-btn,
.cms-sections-scope .design-dark .section-btn,
.cms-sections-scope .stats-section .section-btn {
    background: #f4f7fb !important;
    color: #224A96 !important;
    border: 2px solid #ffffff !important;
}

.cms-sections-scope .home-cta-box .home-cta-btn:hover,
.cms-sections-scope .design-dark .section-btn:hover,
.cms-sections-scope .stats-section .section-btn:hover {
    background: #224A96 !important;
    color: #ffffff !important;
    border-color: #224A96 !important;
}

/* =========================================================
   HARİTA / KONUM
========================================================= */

.cms-sections-scope .map-layout {
    grid-template-columns: 0.85fr 1.15fr !important;
    gap: 28px !important;
    margin-top: 32px !important;
}

.cms-sections-scope .map-info {
    padding: 28px !important;
}

.cms-sections-scope .map-info strong {
    color: #224A96 !important;
}

.cms-sections-scope .map-box {
    min-height: 360px !important;
    border-radius: 16px !important;
    border: 1px solid rgba(34, 74, 150, 0.18) !important;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08) !important;
    background: #ffffff !important;
}

/* =========================================================
   BLOG / GALERİ / LOGO
========================================================= */

.cms-sections-scope .blog-card img,
.cms-sections-scope .blog-image-img {
    height: 240px !important;
}

.cms-sections-scope .gallery-card {
    height: 230px !important;
    border-radius: 16px !important;
}

.cms-sections-scope .gallery-overlay {
    background: linear-gradient(to top, rgba(34, 74, 150, 0.88), rgba(15, 23, 42, 0.08)) !important;
}

.cms-sections-scope .logo-strip-card,
.cms-sections-scope .cms-logo-strip-card {
    height: 96px !important;
    padding: 18px !important;
}

.cms-sections-scope .logo-strip-card:hover,
.cms-sections-scope .cms-logo-strip-card:hover {
    border-color: rgba(34, 74, 150, 0.28) !important;
}

/* =========================================================
   GÖRSELLER
========================================================= */

.cms-sections-scope .section-image img,
.cms-sections-scope .blog-card img,
.cms-sections-scope .blog-image-img,
.cms-sections-scope .team-card img,
.cms-sections-scope .cms-team-media img,
.cms-sections-scope .gallery-card,
.cms-sections-scope .video-box,
.cms-sections-scope .map-box {
    border-radius: 16px !important;
}

.cms-sections-scope .section-image img {
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.09) !important;
}

/* =========================================================
   MOBİL
========================================================= */

@media (max-width: 992px) {
    .cms-sections-scope .section-layout,
    .cms-sections-scope .video-layout,
    .cms-sections-scope .map-layout {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
    }
}

@media (max-width: 768px) {
    .cms-sections-scope .dynamic-section,
    .cms-sections-scope .stats-section,
    .cms-sections-scope .home-cta-section,
    .cms-sections-scope .cms-faq-section,
    .cms-sections-scope .cms-testimonial-section,
    .cms-sections-scope .cms-pricing-section,
    .cms-sections-scope .cms-logo-strip-section,
    .cms-sections-scope .cms-team-section {
        padding: 42px 0 !important;
    }

    .cms-sections-scope .section-heading {
        margin-bottom: 28px !important;
    }

    .cms-sections-scope .section-heading h2,
    .cms-sections-scope .section-text h2,
    .cms-sections-scope .video-text h2,
    .cms-sections-scope .cms-faq-heading h2,
    .cms-sections-scope .cms-testimonial-heading h2,
    .cms-sections-scope .cms-pricing-heading h2,
    .cms-sections-scope .cms-logo-strip-heading h2,
    .cms-sections-scope .cms-team-heading h2 {
        font-size: 28px !important;
    }

    .cms-sections-scope .section-heading p,
    .cms-sections-scope .section-subtitle,
    .cms-sections-scope .section-content,
    .cms-sections-scope .section-content p {
        font-size: 14px !important;
    }

    .cms-sections-scope .service-modern-card,
    .cms-sections-scope .section-item-card,
    .cms-sections-scope .pricing-card,
    .cms-sections-scope .process-card,
    .cms-sections-scope .technology-card,
    .cms-sections-scope .service-card {
        padding: 24px 20px !important;
    }

    .cms-sections-scope .service-modern-icon,
    .cms-sections-scope .section-item-icon,
    .cms-sections-scope .process-number,
    .cms-sections-scope .service-icon {
        width: 54px !important;
        height: 54px !important;
        min-width: 54px !important;
        min-height: 54px !important;
    }

    .cms-sections-scope .faq-question,
    .cms-sections-scope .cms-faq-question {
        font-size: 16px !important;
        padding: 18px 18px !important;
    }

    .cms-sections-scope .faq-answer p,
    .cms-sections-scope .cms-faq-answer-inner p {
        font-size: 14px !important;
        padding: 0 18px 18px !important;
    }

    .cms-sections-scope .section-btn,
    .cms-sections-scope .home-cta-btn,
    .cms-sections-scope .pricing-btn,
    .cms-sections-scope .cms-pricing-btn,
    .cms-sections-scope .section-btn-outline,
    .cms-sections-scope .home-cta-btn-outline,
    .cms-sections-scope .pricing-btn-outline {
        min-height: 44px !important;
        padding: 12px 22px !important;
        font-size: 13px !important;
    }

    .cms-sections-scope .map-box {
        min-height: 300px !important;
    }
}