/* ═══════════════════════════════════════════════════════
   DESİGN BY @PACİNO
   ═══════════════════════════════════════════════════════ */

/* --- RENK DEGISKENLERI --- */
/* Genel Sıfırlama */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', 'Arial Black', sans-serif;
    line-height: 1.6;
    background-color: #f8f9fa;
}

/* Renk Paleti */
:root {
    --header-bg: #0a2647;
    --bar-bg: #fcd404;
    --menu-link-bg: #fcd404;
    --menu-link-text: #024392;
    --bar-link-text: #024392;
    --shadow-light: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-medium: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --shadow-heavy: 0 20px 25px -5px rgba(0, 0, 0, 0.15), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    --shadow-yellow: 0 10px 30px rgba(252, 212, 4, 0.3);
    --shadow-dark: 0 10px 30px rgba(10, 38, 71, 0.2);
}

/* Konteyner Ayarı */
.container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
    height: 100%;
}

/* Global Reset */
.ustam-header-v3 {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
    box-shadow: var(--shadow-heavy);
    position: relative;
    z-index: 100;
}

/* Üst Lacivert Bölüm */
.header-dark-v3 {
    background-color: #001a33;
    height: 110px;
    position: relative;
    display: flex;
    align-items: stretch;
}

.header-top-v3-inner {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    padding-right: 0;
    padding-left: 172px;
    box-sizing: border-box;
}

/* Sol Taraf Evler */
.houses-v3 {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 110px;
    z-index: 2;
    filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.3));
}

/* Üst Sarı Bloklar */
.action-blocks-v3 {
    display: flex;
    align-items: stretch;
    gap: 0;
    z-index: 5;
    height: 110px;
}

.block-v3 {
    background-color: #ffcc00;
    color: #001a33;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 800;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.block-v3:hover {
    background-color: #ffe066;
    transform: translateY(-2px);
}

/* Anasayfa bloğu */
.b-home {
    width: 130px;
    font-size: 18px;
    border-right: 3px solid #001a33;
}

/* WhatsApp bloğu */
.b-wa {
    width: 220px;
    flex-direction: row !important;
    gap: 10px;
    padding: 0 18px;
    border-right: 3px solid #001a33;
}

.b-wa:hover {
    background-color: #25d366;
    color: white;
}

.b-wa:hover .wa-v3-text b {
    color: white;
}

/* Telefon bloğu */
.b-contact {
    width: 220px;
    font-size: 12px;
    padding: 0 15px;
    cursor: default;
}

.b-contact b { 
    font-size: 18px; 
    display: block; 
    margin-top: 4px;
    letter-spacing: 0.5px;
}

/* WhatsApp İçerik */
.wa-v3-icon { 
    width: 40px; 
    height: 40px; 
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.b-wa:hover .wa-v3-icon {
    transform: scale(1.1);
}

.wa-v3-text { 
    text-align: left; 
    line-height: 1.2; 
    font-size: 12px; 
}

.wa-v3-text b { 
    font-size: 17px; 
    color: #25d366; 
    display: block; 
    margin-bottom: 2px;
    transition: color 0.3s ease;
}

/* Alt Sarı Şerit */
.header-yellow-v3 {
    background-color: #ffcc00;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 20px rgba(252, 212, 4, 0.4);
}

.header-bottom-v3-inner {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 15px;
    box-sizing: border-box;
}

/* Logo */
.brand-v3 {
    flex-shrink: 0;
    width: 220px;
    transition: transform 0.3s ease;
}

.brand-v3:hover {
    transform: scale(1.02);
}

.brand-v3 img {
    height: 140px;
    width: 220px;
    object-fit: contain;
    display: block;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.1));
}

/* Alt Menü Grid */
.nav-grid-v3 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 150px));
    gap: 8px;
    margin-left: auto;
}

.nav-item-v3 {
    background-color: #001a33;
    color: #ffcc00;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    padding: 14px 8px;
    text-align: center;
    white-space: nowrap;
    box-sizing: border-box;
    border-radius: 4px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 26, 51, 0.3);
}

.nav-item-v3:hover {
    background-color: #003366;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 26, 51, 0.4);
}

/* Hero Bölümü */
.hero-section {
    background-image: linear-gradient(rgb(0 0 0 / 75%), rgb(255 255 255 / 22%)), url(/assets/images/roof.webp);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
    padding: 120px 0;
    text-align: center;
}

.hero-content h1 {
    font-size: 52px;
    font-weight: 900;
    margin-bottom: 24px;
    text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.3);
    letter-spacing: -1px;
}

.hero-content p {
    font-size: 18px;
    margin-bottom: 45px;
    line-height: 1.8;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.95;
}

.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.hero-buttons a {
    padding: 18px 36px;
    text-decoration: none;
    font-weight: 700;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.hero-buttons .phone-btn {
    background-color: #fcd404;
    color: #024392;
    box-shadow: 0 2px 8px rgba(252, 212, 4, 0.2);
}

.hero-buttons .phone-btn:hover {
    background-color: #ffe066;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(252, 212, 4, 0.3);
}

.hero-buttons .services-btn {
    background-color: transparent;
    color: #fcd404;
    border: 2px solid #fcd404;
}

.hero-buttons .services-btn:hover {
    background-color: #fcd404;
    color: #024392;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(252, 212, 4, 0.2);
}

/* Neden Biz Bölümü */
.why-us {
    background-color: var(--header-bg);
    padding: 100px 0;
    color: white;
}

.why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

/* Görsel Gridi */
.why-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    position: relative;
}

.why-images img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    border: 3px solid #14375e;
    box-shadow: var(--shadow-medium);
    transition: all 0.3s ease;
}

.why-images img:hover {
    transform: scale(1.03);
    box-shadow: var(--shadow-heavy);
}

.img-large {
    grid-column: span 2;
    height: 280px !important;
}

/* İçerik (Sağ Taraf - Sarı Alan) */
.why-content {
    background-color: var(--bar-bg);
    color: var(--header-bg);
    padding: 50px;
    border-radius: 12px;
    box-shadow: var(--shadow-yellow);
}

.why-content h2 {
    font-size: 34px;
    margin-bottom: 24px;
    font-weight: 800;
}

.why-content p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    font-weight: 500;
}

/* Hizmetlerimiz Bölümü */
.services-section {
    background-color: var(--header-bg);
    padding: 80px 0 120px 0;
    text-align: center;
}

.services-section h2 {
    color: var(--bar-bg);
    font-size: 40px;
    margin-bottom: 60px;
    font-weight: 800;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

a.service-card {
    text-decoration: none;
    display: block;
}

.service-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background-color: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    cursor: pointer;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

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

.service-card:hover img {
    transform: scale(1.08);
}

.service-title {
    background-color: #f8f9fa;
    color: var(--header-bg);
    padding: 16px 12px;
    font-weight: 700;
    font-size: 16px;
    border-top: 3px solid var(--bar-bg);
    transition: all 0.3s ease;
}

.service-card:hover .service-title {
    background-color: var(--bar-bg);
    color: var(--header-bg);
}

/* Hizmet Bölgeleri Bölümü */
.service-areas {
    background: linear-gradient(135deg, #e8e8e8 0%, #d1d1d1 100%);
    padding: 80px 0;
}

.areas-container {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 50px;
    align-items: center;
}

/* İlçe Grid Sistemi */
.districts-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.district-item {
    background-color: var(--bar-bg);
    color: var(--header-bg);
    padding: 14px 8px;
    text-align: center;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
}

.district-item:hover {
    background-color: var(--header-bg);
    color: var(--bar-bg);
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(10, 38, 71, 0.15);
}

/* Harita Alanı */
.map-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.map-column h2 {
    color: var(--header-bg);
    font-size: 32px;
    margin-bottom: 24px;
    font-weight: 800;
    line-height: 1.3;
}

.map-column iframe {
    border-radius: 12px;
    box-shadow: var(--shadow-heavy);
}

/* Footer Ana Konteynır */
.main-footer {
    width: 100%;
    position: relative;
    overflow: hidden;
}

/* Üst Sarı Alan */
.footer-yellow-section {
    background-color: #ffcc00;
    padding: 60px 0 110px 0;
    position: relative;
    z-index: 1;
}

.footer-text-content {
    max-width: 550px;
    margin-left: 10%;
    color: #001a33;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.7;
    text-align: left;
    padding: 24px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5);
}

/* ROOFING HOUSE */
.roofing-house-footer {
    position: absolute;
    right: -1%;
    bottom: -1px;
    height: 200px;
    width: auto;
    z-index: 10;
    pointer-events: none;
    filter: drop-shadow(-4px 4px 10px rgba(0, 0, 0, 0.2));
}

/* Alt Lacivert Şerit */
.footer-dark-strip {
    background-color: #001a33;
    height: 110px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 5;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 94%;
    margin: 0 auto;
}

/* Sol: Pacino */
.dev-by-pacino {
    color: #ffcc00;
    font-weight: 700;
    font-size: 15px;
    flex: 1;
    opacity: 0.9;
}

/* Orta-Sağ: Linkler */
.footer-nav {
    flex: 2;
    display: flex;
    justify-content: flex-end;
    padding-right: 260px;
    gap: 35px;
}

.footer-nav a {
    color: #ffcc00;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    white-space: nowrap;
    transition: all 0.3s ease;
    padding-bottom: 4px;
    border-bottom: 2px solid transparent;
}

.footer-nav a:hover {
    color: white;
    border-bottom-color: #ffcc00;
}

/* En Sağ: DEV LOGO */
.footer-logo-main {
    position: absolute;
    right: 20px;
    bottom: 5px;
}

.footer-logo-main img {
    height: 110px;
    width: auto;
    display: block;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
    transition: transform 0.3s ease;
}

.footer-logo-main img:hover {
    transform: scale(1.05);
}

/* Mobile Menu Button */
.mobile-menu-btn {
    display: none;
    background: #001a33;
    border: none;
    padding: 12px;
    cursor: pointer;
    border-radius: 6px;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
    z-index: 1001;
    position: relative;
}

.mobile-menu-btn span {
    display: block;
    width: 24px;
    height: 3px;
    background-color: #ffcc00;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.mobile-menu-btn.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.mobile-menu-btn.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-btn.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

/* Mobile Contact Bar */
.mobile-contact-bar {
    display: none;
    background: #001a33;
    padding: 10px 15px;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.mobile-contact-bar a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    transition: all 0.3s ease;
}

.mobile-phone-btn {
    background: #ffcc00;
    color: #001a33;
}

.mobile-phone-btn:hover {
    background: #ffe066;
}

.mobile-wa-btn {
    background: #ffcc01;
    color: #001a33;
}

.mobile-wa-btn:hover {
    background: #20bd5a;
}

.mobile-wa-btn img {
    width: 20px;
    height: 20px;
}

/* Fullscreen Mobile Menu Overlay */
.mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #001a33 0%, #003366 100%);
    z-index: 1000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mobile-menu-overlay.active {
    display: flex;
    opacity: 1;
}

/* Close Button */
.mobile-menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #ffcc00;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.mobile-menu-close:hover {
    background: #ffe066;
    transform: scale(1.1);
}

.mobile-menu-close svg {
    width: 24px;
    height: 24px;
    stroke: #001a33;
    stroke-width: 3;
}

.mobile-menu-overlay nav {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 85%;
    max-width: 350px;
}

.mobile-menu-overlay .mobile-nav-item {
    background: #ffcc00;
    color: #001a33;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    padding: 18px 24px;
    text-align: center;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.mobile-menu-overlay .mobile-nav-item:hover {
    background: #ffe066;
    transform: scale(1.02);
}

.mobile-menu-overlay .mobile-contact-buttons {
    display: flex;
    gap: 12px;
    margin-top: 30px;
    width: 85%;
    max-width: 350px;
}

.mobile-menu-overlay .mobile-contact-buttons a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    transition: all 0.3s ease;
}

.mobile-menu-overlay .mobile-contact-buttons .phone-link {
    background: #ffcc00;
    color: #001a33;
}

.mobile-menu-overlay .mobile-contact-buttons .wa-link {
    background: #25d366;
    color: white;
}

.mobile-menu-overlay .mobile-contact-buttons .wa-link img {
    width: 22px;
    height: 22px;
}

/* Mobile Footer Styles */
.mobile-footer {
    display: none;
}

@media (max-width: 768px) {
    .mobile-footer {
        display: block;
        background: #001a33;
        padding: 40px 20px 30px;
        text-align: center;
    }
    
    .mobile-footer-logo {
        margin-bottom: 25px;
    }
    
    .mobile-footer-logo img {
        height: 80px;
        width: auto;
    }
    
    .mobile-footer-text {
        color: rgba(255, 255, 255, 0.8);
        font-size: 13px;
        line-height: 1.7;
        margin-bottom: 25px;
        padding: 0 10px;
    }
    
    .mobile-footer-contact {
        display: flex;
        gap: 10px;
        justify-content: center;
        margin-bottom: 25px;
    }
    
    .mobile-footer-contact a {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 12px 20px;
        border-radius: 8px;
        text-decoration: none;
        font-weight: 700;
        font-size: 13px;
        transition: all 0.3s ease;
    }
    
    .mobile-footer-contact .footer-phone {
        background: #ffcc00;
        color: #001a33;
    }
    
    .mobile-footer-contact .footer-wa {
        background: #25d366;
        color: white;
    }
    
    .mobile-footer-contact .footer-wa img {
        width: 20px;
        height: 20px;
    }
    
    .mobile-footer-links {
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-bottom: 20px;
        flex-wrap: wrap;
    }
    
    .mobile-footer-links a {
        color: #ffcc00;
        text-decoration: none;
        font-size: 12px;
        font-weight: 600;
        transition: color 0.3s ease;
    }
    
    .mobile-footer-links a:hover {
        color: white;
    }
    
    .mobile-footer-copyright {
        color: rgba(255, 255, 255, 0.5);
        font-size: 11px;
        padding-top: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    /* Hide desktop footer on mobile */
    .footer-yellow-section,
    .footer-dark-strip {
        display: none;
    }
}
/* SSS CSS Tasarımı */
.faq-section {
    background-color: #f8f9fa;
    padding: 80px 0;
    text-align: center;
}

.faq-section h2 {
    color: #001a33;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.faq-container {
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
}

.faq-item {
    background: #fff;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border: 1px solid #e0e0e0;
}

.faq-question {
    width: 100%;
    padding: 20px 25px;
    background: #fff;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 17px;
    font-weight: 700;
    color: #001a33;
    transition: all 0.3s ease;
    outline: none;
}

.faq-question:hover {
    background-color: #fcfcfc;
    color: #024392;
}

.faq-icon {
    font-size: 24px;
    color: #ffcc00;
    font-weight: 900;
    transition: transform 0.3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background: #fdfdfd;
}

.faq-answer p {
    padding: 0 25px 20px 25px;
    color: #555;
    line-height: 1.7;
    font-size: 15px;
}

/* Aktif Durum */
.faq-item.active .faq-answer {
    max-height: 200px; /* İçeriğe göre ayarlanabilir */
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
    color: #ff4444;
}

.faq-item.active .faq-question {
    border-bottom: 1px solid #f0f0f0;
}
/* Makale Bolumu */
.article-section {
    background-color: #fff;
    padding: 60px 0;
}

.article-container {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 50px;
    align-items: start;
}

/* Table of Contents - Sidebar */
.toc-sidebar {
    position: sticky;
    top: 20px;
    background: #f0f4f8;
    border-radius: 8px;
    padding: 24px;
    border-left: 4px solid #001a33;
}

.toc-sidebar h3 {
    color: #001a33;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #001a33;
}

.toc-list {
    list-style: none;
}

.toc-list li {
    margin-bottom: 8px;
}

.toc-list a {
    color: #001a33;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    display: block;
    padding: 6px 0;
    transition: all 0.2s ease;
    border-left: 2px solid transparent;
    padding-left: 10px;
    margin-left: -10px;
}

.toc-list a:hover {
    color: #0066cc;
    border-left-color: #fcd404;
    background: rgba(252, 212, 4, 0.1);
}

.toc-list .toc-sub {
    margin-left: 15px;
    margin-top: 6px;
}

.toc-list .toc-sub a {
    font-size: 12px;
    font-weight: 500;
    color: #555;
}

.toc-list .toc-sub a:hover {
    color: #001a33;
}

/* Makale Icerigi */
.article-content {
    max-width: 800px;
}

.article-header {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 2px solid #e8e8e8;
}

.article-header h1 {
    color: #001a33;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.3;
}

.article-header .lead {
    color: #555;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500;
}

.article-section-title {
    color: #001a33;
    font-size: 26px;
    font-weight: 800;
    margin: 50px 0 25px 0;
    padding-bottom: 12px;
    border-bottom: 3px solid #fcd404;
}

.article-section-title:first-of-type {
    margin-top: 0;
}

.article-content p {
    color: #333;
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 20px;
    font-weight: 400;
}

.article-content ul {
    margin: 20px 0 30px 0;
    padding-left: 0;
    list-style: none;
}

.article-content ul li {
    color: #333;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 12px;
    padding-left: 28px;
    position: relative;
    font-weight: 500;
}

.article-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #fcd404;
    border-radius: 50%;
}

.article-content ul li strong {
    color: #001a33;
    font-weight: 700;
}


/* =====================
   MAKALE BOLUMU
   ===================== */
.article-section {
    background-color: #fff;
    padding: 60px 0;
}

.article-container {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 50px;
    align-items: start;
}

.toc-sidebar {
    position: sticky;
    top: 20px;
    background: #f0f4f8;
    border-radius: 8px;
    padding: 24px;
    border-left: 4px solid #001a33;
}

.toc-sidebar h3 {
    color: #001a33;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #001a33;
}

.toc-list {
    list-style: none;
}

.toc-list li {
    margin-bottom: 8px;
}

.toc-list a {
    color: #001a33;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    display: block;
    padding: 6px 0 6px 10px;
    margin-left: -10px;
    transition: all 0.2s ease;
    border-left: 2px solid transparent;
}

.toc-list a:hover {
    color: #0066cc;
    border-left-color: #fcd404;
    background: rgba(252, 212, 4, 0.1);
}

.toc-list .toc-sub {
    margin-left: 15px;
    margin-top: 6px;
}

.toc-list .toc-sub a {
    font-size: 12px;
    font-weight: 500;
    color: #555;
}

.toc-list .toc-sub a:hover {
    color: #001a33;
}

.article-content {
    max-width: 800px;
}

.article-header {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 2px solid #e8e8e8;
}

.article-header h1 {
    color: #001a33;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.3;
}

.article-header .lead {
    color: #555;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500;
}

.article-section-title {
    color: #001a33;
    font-size: 26px;
    font-weight: 800;
    margin: 50px 0 25px 0;
    padding-bottom: 12px;
    border-bottom: 3px solid #fcd404;
}

.article-section-title:first-of-type {
    margin-top: 0;
}

.article-content p {
    color: #333;
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 20px;
    font-weight: 400;
}

.article-content ul {
    margin: 20px 0 30px 0;
    padding-left: 0;
    list-style: none;
}

.article-content ul li {
    color: #333;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 12px;
    padding-left: 28px;
    position: relative;
    font-weight: 500;
}

.article-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #fcd404;
    border-radius: 50%;
}

.article-content ul li strong {
    color: #001a33;
    font-weight: 700;
}

.article-content h3 {
    color: #001a33;
    font-size: 18px;
    font-weight: 700;
    margin: 30px 0 12px 0;
}

/* =====================
   HIZMET BOLGELERI - POST GRID
   ===================== */
.service-areas {
    background: #f0f2f5;
    padding: 80px 0;
}

.service-areas-header {
    text-align: center;
    margin-bottom: 50px;
}

.service-areas-header h2 {
    color: #001a33;
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 12px;
}

.service-areas-header p {
    color: #666;
    font-size: 15px;
    max-width: 500px;
    margin: 0 auto;
}

.post-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.post-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
}

.post-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.13);
}

.post-card-thumb {
    position: relative;
    overflow: hidden;
    height: 200px;
    flex-shrink: 0;
}

.post-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.post-card:hover .post-card-thumb img {
    transform: scale(1.07);
}

.post-card-cat {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #fcd404;
    color: #001a33;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.post-card-body {
    padding: 22px 22px 18px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.post-card-meta {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 12px;
}

.post-card-date {
    font-size: 12px;
    color: #999;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
}

.post-card-date svg {
    width: 13px;
    height: 13px;
    stroke: #bbb;
    stroke-width: 2;
    fill: none;
}

.post-card-loc {
    font-size: 11px;
    color: #fff;
    background: #001a33;
    padding: 3px 8px;
    border-radius: 3px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.post-card-title {
    font-size: 16px;
    font-weight: 800;
    color: #001a33;
    line-height: 1.4;
    margin-bottom: 10px;
    transition: color 0.2s;
}

.post-card:hover .post-card-title {
    color: #0055bb;
}

.post-card-excerpt {
    font-size: 13px;
    color: #666;
    line-height: 1.75;
    flex: 1;
    margin-bottom: 18px;
}

.post-card-footer {
    display: flex;
    align-items: center;
    border-top: 1px solid #f0f0f0;
    padding-top: 14px;
    margin-top: auto;
}

.post-card-read-more {
    font-size: 13px;
    font-weight: 700;
    color: #001a33;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: color 0.2s, gap 0.2s;
}

.post-card:hover .post-card-read-more {
    color: #0055bb;
    gap: 8px;
}

.post-card-read-more svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.5;
    transition: transform 0.2s;
}

.post-card:hover .post-card-read-more svg {
    transform: translateX(3px);
}

/* =====================
   RESPONSIVE
   ===================== */
@media (max-width: 1024px) {
    .article-container { grid-template-columns: 1fr; gap: 30px; }
    .toc-sidebar { position: relative; top: 0; }
    .post-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}

@media (max-width: 768px) {
    .article-section { padding: 40px 0; }
    .article-header h1 { font-size: 26px; }
    .article-section-title { font-size: 22px; }
}

@media (max-width: 600px) {
    .toc-sidebar { padding: 20px; }
    .toc-sidebar h3 { font-size: 16px; }
    .post-grid { grid-template-columns: 1fr; }
}
/* Tablo Genel Konteyner Tasarımı */
.article-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 16px;
    text-align: left;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

/* Başlık Alanı */
.article-content table<thead> tr {
    background-color: #a21145; /* Roysan marka rengi */
    color: #ffffff;
    font-weight: bold;
}

/* Hücreler */
.article-content table th,
.article-content table td {
    padding: 15px 20px;
    border-bottom: 1px solid #f2f2f2;
}

/* Satır Renkleri (Zebra Etkisi) */
.article-content table tbody tr:nth-of-type(even) {
    background-color: #f9f9f9;
}

.article-content table tbody tr:last-of-type {
    border-bottom: 3px solid #a21145;
}

/* İletişim Numarası Vurgusu */
.info-table a {
    color: #a21145;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
}

.info-table a:hover {
    text-decoration: underline;
}

/* Mobil Uyumluluk */
@media screen and (max-width: 600px) {
    .article-content table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
    
    .article-content table th, 
    .article-content table td {
        padding: 12px 10px;
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    .faq-section h2 { font-size: 28px; }
    .faq-question { font-size: 15px; padding: 15px 20px; }
}
/* Responsive Tasarım */
@media (max-width: 1024px) {
    .houses-v3 { display: none; }
    .nav-grid-v3 { grid-template-columns: repeat(2, 1fr); gap: 6px; }
    .header-top-v3-inner { justify-content: center; padding-left: 0; }
    .roofing-house-footer { height: 150px; }
    .footer-nav { padding-right: 180px; }
    .areas-container { grid-template-columns: 1fr; }
    .map-column { order: -1; margin-bottom: 40px; }
    .hero-content h1 { font-size: 40px; }
}

@media (max-width: 768px) {
    /* Hide desktop header elements */
    .header-dark-v3 { display: none; }
    
    /* Show mobile elements */
    .mobile-menu-btn { display: flex; }
    .mobile-contact-bar { display: flex; }
    
    /* Header layout */
    .header-yellow-v3 { padding: 0; }
    .header-bottom-v3-inner {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding: 10px 15px;
        gap: 0;
    }
    
    /* Logo */
    .brand-v3 { 
        width: 160px; 
        order: 1;
    }
    .brand-v3 img { 
        height: 100px; 
        width: 160px; 
    }
    
    /* Menu button */
    .mobile-menu-btn {
        order: 2;
    }
    
    /* Hide old navigation on mobile */
    .nav-grid-v3 { 
        display: none !important;
    }
    
    .hero-section { padding: 80px 0; }
    .hero-content h1 { font-size: 32px; }
    .hero-content p { font-size: 16px; }
    .services-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
    .why-grid { grid-template-columns: 1fr; gap: 30px; }
    .why-images { display: none; }
    .why-content { padding: 30px; }
    .districts-grid { grid-template-columns: repeat(2, 1fr); }
    .services-grid { grid-template-columns: 1fr; }
    .footer-nav { flex-direction: column; gap: 15px; padding-right: 150px; }
    .hero-buttons { flex-direction: column; align-items: center; }
    .hero-buttons a { width: 80%; text-align: center; }
    
    .brand-v3 { width: 140px; }
    .brand-v3 img { height: 90px; width: 140px; }
    
    .mobile-contact-bar a {
        padding: 8px 12px;
        font-size: 12px;
    }
}

/* =====================================================
   🔥 MOBILE FIX PACK (DOKUNMADAN EKLENİR)
   ===================================================== */

/* GENEL TAŞMA ENGELLEME */
html, body {
    overflow-x: hidden;
}

/* IMG TAŞMA FIX */
img {
    max-width: 100%;
    height: auto;
}

/* =====================
   TABLET (1024px)
   ===================== */
@media (max-width: 1024px) {

    .why-grid {
        grid-template-columns: 1fr !important;
        gap: 30px;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .districts-grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }

    .post-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .article-container {
        grid-template-columns: 1fr !important;
    }

    .toc-sidebar {
        position: relative !important;
        top: 0 !important;
    }

    .areas-container {
        grid-template-columns: 1fr !important;
    }

}

/* =====================
   MOBILE (768px)
   ===================== */
@media (max-width: 768px) {

    /* HEADER FIX */
    .header-dark-v3 {
        display: none !important;
    }

    .nav-grid-v3 {
        display: none !important;
    }

    .brand-v3 {
        width: 150px !important;
    }

    .brand-v3 img {
        width: 100% !important;
        height: auto !important;
    }

    /* HERO */
    .hero-section {
        padding: 70px 15px !important;
        background-attachment: scroll !important;
    }

    .hero-content h1 {
        font-size: 30px !important;
        line-height: 1.3;
    }

    .hero-content p {
        font-size: 15px !important;
    }

    .hero-buttons {
        flex-direction: column !important;
        gap: 10px;
    }

    .hero-buttons a {
        width: 100% !important;
        text-align: center;
    }

    /* WHY */
    .why-images {
        display: none !important;
    }

    .why-content {
        padding: 25px !important;
    }

    /* SERVICES */
    .services-grid {
        grid-template-columns: 1fr !important;
    }

    /* DISTRICTS */
    .districts-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    /* POSTS */
    .post-grid {
        grid-template-columns: 1fr !important;
    }

    /* ARTICLE */
    .article-header h1 {
        font-size: 26px !important;
    }

    .article-section-title {
        font-size: 22px !important;
    }

}

/* =====================
   SMALL MOBILE (480px)
   ===================== */
@media (max-width: 480px) {

    .hero-content h1 {
        font-size: 24px !important;
    }

    .districts-grid {
        grid-template-columns: 1fr !important;
    }

    .mobile-contact-bar a {
        font-size: 12px !important;
        padding: 8px 10px !important;
    }

    .footer-nav {
        padding-right: 0 !important;
        flex-direction: column !important;
        gap: 10px;
    }

}

/* =====================
   TABLE SCROLL FIX
   ===================== */
.article-content table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

/* =====================
   FLEX TAŞMA FIX
   ===================== */
* {
    min-width: 0;
}