/* ============================================
   SİNEKLİK SİTESİ - KLASİK TASARIM
   Fotoğrafsız, temiz, profesyonel
   ============================================ */

:root {
    --primary: #1a5632;
    --primary-dark: #0f3d22;
    --primary-light: #e8f5ec;
    --accent: #2563eb;
    --text: #1f2937;
    --text-light: #6b7280;
    --bg: #ffffff;
    --bg-alt: #f8faf9;
    --border: #e5e7eb;
    --wp-green: #25d366;
    --radius: 8px;
    --shadow: 0 1px 3px rgba(0,0,0,0.08);
    --shadow-lg: 0 4px 12px rgba(0,0,0,0.1);
}

html { scroll-padding-top: 80px; }
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: var(--text);
    background: var(--bg);
    line-height: 1.7;
    font-size: 16px;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4 { line-height: 1.3; color: var(--primary-dark); }
h1 { font-size: 1.8rem; margin-bottom: 16px; }
h2 { font-size: 1.4rem; margin-bottom: 12px; }
h3 { font-size: 1.15rem; margin-bottom: 8px; }

/* ========== HEADER ========== */
.app-header {
    background: var(--primary);
    color: #fff;
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: var(--shadow-lg);
}

.app-header-inner {
    display: flex;
    align-items: center;
    gap: 20px;
    height: 60px;
}

.logo {
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    white-space: nowrap;
    flex-shrink: 0;
}
.logo:hover { text-decoration: none; opacity: 0.9; }

.app-nav {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}
.app-nav a {
    color: rgba(255,255,255,0.85);
    font-size: 0.85rem;
    padding: 6px 12px;
    border-radius: var(--radius);
    white-space: nowrap;
    transition: background 0.2s;
}
.app-nav a:hover, .app-nav a.active {
    background: rgba(255,255,255,0.15);
    color: #fff;
    text-decoration: none;
}

.app-phone {
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
    margin-left: auto;
    white-space: nowrap;
    background: rgba(255,255,255,0.15);
    padding: 6px 14px;
    border-radius: var(--radius);
}
.app-phone:hover { background: rgba(255,255,255,0.25); text-decoration: none; }

.app-toggle {
    display: none;
    background: none;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    margin-left: auto;
}

/* ========== BREADCRUMB ========== */
.breadcrumb-strip {
    background: var(--bg-alt);
    border-bottom: 1px solid var(--border);
    padding: 10px 0;
    font-size: 0.85rem;
    color: var(--text-light);
}
.breadcrumb-strip a { color: var(--text-light); }
.breadcrumb-strip span { color: var(--text); font-weight: 500; }

/* ========== HERO (ANA SAYFA) ========== */
.landing-hero {
    text-align: center;
    padding: 60px 0 40px;
    border-bottom: 1px solid var(--border);
    margin-bottom: 40px;
}
.landing-hero h1 { font-size: 2rem; color: var(--primary-dark); }
.landing-slogan { font-size: 1.1rem; color: var(--text-light); margin-bottom: 12px; }
.landing-desc { max-width: 700px; margin: 0 auto 24px; color: var(--text); }

/* ========== CTA BUTON ========== */
.btn-primary {
    display: inline-block;
    background: var(--primary);
    color: #fff;
    padding: 12px 28px;
    border-radius: var(--radius);
    font-weight: 600;
    font-size: 1rem;
    transition: background 0.2s;
    margin: 6px;
}
.btn-primary:hover { background: var(--primary-dark); text-decoration: none; color: #fff; }
.btn-wp { background: var(--wp-green); }
.btn-wp:hover { background: #1da851; }

/* ========== GRID ========== */
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 20px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 20px; }

/* ========== PRODUCT CARDS ========== */
.offerings { margin-bottom: 50px; }
.offerings h2 { text-align: center; }

.offering-card {
    display: block;
    background: var(--bg-alt);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 24px 20px;
    text-align: center;
    transition: box-shadow 0.2s;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}
.offering-card:hover {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
    box-shadow: var(--shadow-lg);
    text-decoration: none;
}
.offering-card h3 { font-size: 1rem; margin-bottom: 12px; color: var(--primary); }
.offering-card:hover h3 { color: #fff; }
.offering-card p { font-size: 0.9rem; color: var(--text-light); margin-bottom: 16px; }
.offering-link {
    font-weight: 600;
    color: var(--primary);
    font-size: 0.9rem;
}
.offering-card:hover .offering-link { color: rgba(255,255,255,0.9); }

/* ========== İLÇE GRID ========== */
.coverage-section { margin-bottom: 50px; }
.coverage-section h2 { text-align: center; margin-bottom: 20px; }
.coverage-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 16px;
}
.coverage-card {
    display: block;
    background: var(--bg-alt);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 20px 16px;
    text-align: center;
    color: var(--text);
    transition: all 0.2s;
}
.coverage-card:hover {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
    text-decoration: none;
    box-shadow: var(--shadow-lg);
}
.coverage-card h3 { font-size: 1rem; margin-bottom: 6px; color: var(--primary); }
.coverage-card:hover h3 { color: #fff; }
.coverage-count { font-size: 0.85rem; color: var(--text-light); }
.coverage-card:hover .coverage-count { color: rgba(255,255,255,0.8); }

/* ========== HAKKIMIZDA / FEATURE BOXES ========== */
.identity-section { margin-bottom: 50px; }
.identity-section h2 { text-align: center; }
.identity-body { max-width: 800px; margin: 0 auto 24px; text-align: center; }
.identity-body p { margin-bottom: 12px; color: var(--text); font-size: 0.95rem; }
.strength-card {
    background: var(--primary-light);
    border-radius: var(--radius);
    padding: 24px 20px;
    text-align: center;
}
.strength-card h3 { color: var(--primary); margin-bottom: 8px; }
.strength-card p { font-size: 0.9rem; }

/* ========== CONTENT PAGE ========== */
.main-article { padding: 40px 0 10px; }
.main-article h1 { border-bottom: 2px solid var(--primary); padding-bottom: 12px; margin-bottom: 32px; }

.main-section {
    margin-bottom: 36px;
    padding-bottom: 28px;
    border-bottom: 1px solid var(--border);
}
.main-section:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.main-section h2 { color: var(--primary-dark); margin-bottom: 14px; }
.main-section p { margin-bottom: 12px; }

/* ========== FİYAT ========== */
.tariff-card {
    background: var(--bg-alt);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 20px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.tariff-card h3 { font-size: 1rem; margin: 0; flex: 1; }
.tariff-tag {
    background: var(--primary);
    color: #fff;
    padding: 8px 20px;
    border-radius: var(--radius);
    font-weight: 700;
    font-size: 1.05rem;
    white-space: nowrap;
}

/* ========== KEŞİF CTA ========== */
.inspection-cta {
    background: var(--primary-light);
    border: 2px solid var(--primary);
    border-radius: var(--radius);
    padding: 32px 24px;
    text-align: center;
}
.inspection-cta h2 { color: var(--primary); }

/* ========== HİZMET BÖLGELERİ ========== */
.hizmet-bolgeleri h3 { margin-top: 20px; margin-bottom: 10px; }
.district-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}
.district-links a {
    background: var(--bg-alt);
    border: 1px solid var(--border);
    padding: 6px 14px;
    border-radius: var(--radius);
    font-size: 0.85rem;
    color: var(--text);
    transition: all 0.2s;
}
.district-links a:hover {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
    text-decoration: none;
}

/* ========== SSS (FAQ) ========== */
.answers-section { margin-bottom: 20px; margin-top: 10px; }
.answers-section h2 { text-align: center; margin-bottom: 24px; }
.answers-list { max-width: 800px; margin: 0 auto; }
.answer-item {
    background: var(--bg-alt);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    margin-bottom: 12px;
    overflow: hidden;
}
.answer-q {
    padding: 18px 20px;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    transition: background 0.2s, color 0.2s;
}
.answer-q::-webkit-details-marker { display: none; }
.answer-q::after {
    content: '+';
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--primary);
    flex-shrink: 0;
    transition: transform 0.2s;
}
.answer-item[open] .answer-q::after {
    content: '−';
}
.answer-item[open] .answer-q {
    background: var(--primary);
    color: #fff;
}
.answer-item[open] .answer-q::after { color: #fff; }
.answer-a {
    padding: 16px 20px;
    border-top: 1px solid var(--border);
    line-height: 1.7;
    color: var(--text-light);
}
.answer-a p { margin: 0; }

/* ========== YORUMLAR ========== */
.opinions-section { margin-bottom: 50px; }
.opinions-section h2 { text-align: center; margin-bottom: 20px; }
.opinions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 16px;
}
.opinion-card {
    background: var(--bg-alt);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 20px;
}
.opinion-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
}
.opinion-author { font-weight: 600; font-size: 0.95rem; }
.opinion-rating { color: #f59e0b; font-size: 1rem; letter-spacing: 1px; }
.opinion-place { font-size: 0.8rem; color: var(--text-light); margin-bottom: 10px; }
.opinion-body { font-size: 0.9rem; line-height: 1.6; margin: 0; }

/* ========== FOOTER ========== */
.app-footer {
    background: var(--primary-dark);
    color: rgba(255,255,255,0.8);
    padding: 40px 0 0;
    margin-top: 40px;
}
.app-footer-inner {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 2fr;
    gap: 30px;
    padding-bottom: 30px;
}
.app-footer-col h4 { color: #fff; margin-bottom: 12px; font-size: 1rem; }
.app-footer-col p { font-size: 0.9rem; margin-bottom: 6px; }
.app-footer-col ul { list-style: none; }
.app-footer-col li { margin-bottom: 6px; }
.app-footer-col a { color: rgba(255,255,255,0.7); font-size: 0.9rem; }
.app-footer-col a:hover { color: #fff; }
.app-rating {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 14px 0;
    text-align: center;
}
.app-stars {
    color: #f59e0b;
    font-size: 1.2rem;
    letter-spacing: 2px;
    margin-right: 8px;
}
.app-rating-label {
    color: rgba(255,255,255,0.85);
    font-size: 0.95rem;
    font-weight: 600;
}
.app-copyright {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 16px 0;
    font-size: 0.8rem;
    text-align: center;
    color: rgba(255,255,255,0.5);
}

/* ========== FAB BUTONLAR ========== */
.fab-container {
    position: fixed;
    bottom: 24px;
    right: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 999;
}
.fab-container a {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}
.fab-container a:hover { transform: scale(1.1); text-decoration: none; }
.instagram-btn { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.whatsapp-btn { background: var(--wp-green); }

/* ========== RESPONSIVE ========== */
@media (max-width: 900px) {
    .grid-4 { grid-template-columns: repeat(2, 1fr); }
    .grid-3 { grid-template-columns: 1fr; }
    .app-footer-inner { grid-template-columns: 1fr 1fr; gap: 20px; }
}

@media (max-width: 768px) {
    .app-header-inner { flex-wrap: wrap; height: auto; padding: 10px 20px; }
    .logo { order: 1; }
    .app-toggle { display: block; order: 2; }
    .app-nav {
        display: none;
        flex-direction: column;
        width: 100%;
        padding-top: 10px;
        order: 3;
        border-top: 1px solid rgba(255,255,255,0.15);
        margin-top: 10px;
    }
    .app-nav.open { display: flex; }
    .app-nav a { padding: 10px 12px; }
    .app-phone { display: none; }
    .landing-hero h1 { font-size: 1.5rem; }
    h1 { font-size: 1.4rem; }
    .grid-4 { grid-template-columns: 1fr; }
    .tariff-card { flex-direction: column; text-align: center; }
    .main-article { padding: 24px 0 40px; }
    .cookie-content { flex-direction: column; text-align: center; }
}

/* ========== ÇEREZ BİLDİRİMİ ========== */
.cookie-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1a1a1a;
    color: #e0e0e0;
    z-index: 9999;
    padding: 14px 20px;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
}
.cookie-content {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.cookie-content p {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.5;
}
.cookie-content a { color: #8fc9a3; }
.cookie-accept {
    background: var(--primary);
    color: #fff;
    border: none;
    padding: 10px 28px;
    border-radius: var(--radius);
    cursor: pointer;
    font-weight: 600;
    font-size: 0.9rem;
    white-space: nowrap;
    transition: background 0.2s;
}
.cookie-accept:hover { background: var(--primary-dark); }
