/* Mersin Tıkanıklık Açma - Professional CSS */
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Segoe UI','Helvetica Neue',Arial,sans-serif;line-height:1.7;color:#1f2937;background:#fff;font-size:16px}
img{max-width:100%;height:auto}
a{color:#2563eb;text-decoration:none;transition:.2s}
a:hover{color:#1d4ed8}
.container{max-width:1200px;margin:0 auto;padding:0 20px}

/* Top Call Bar */
.topbar{background:linear-gradient(90deg,#dc2626,#ea580c);color:#fff;padding:8px 0;font-size:14px;font-weight:600;text-align:center}
.topbar a{color:#fff;text-decoration:none}
.topbar strong{font-size:16px}

/* Header */
.header{background:#fff;box-shadow:0 2px 12px rgba(0,0,0,.08);position:sticky;top:0;z-index:1000}
.header-inner{display:flex;justify-content:space-between;align-items:center;padding:15px 0;flex-wrap:wrap;gap:15px}
.logo{display:flex;align-items:center;gap:10px;text-decoration:none}
.logo-icon{width:48px;height:48px;background:linear-gradient(135deg,#2563eb,#0ea5e9);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:26px}
.logo-text{display:flex;flex-direction:column}
.logo-title{font-size:20px;font-weight:800;color:#1e3a8a;line-height:1}
.logo-sub{font-size:12px;color:#64748b;margin-top:2px}
.nav{display:flex;gap:5px;flex-wrap:wrap}
.nav a{color:#334155;padding:8px 14px;border-radius:8px;font-weight:500;font-size:15px}
.nav a:hover{background:#eff6ff;color:#2563eb}
.call-btn{background:linear-gradient(135deg,#16a34a,#15803d);color:#fff !important;padding:12px 22px !important;border-radius:50px;font-weight:700 !important;box-shadow:0 4px 12px rgba(22,163,74,.3);display:inline-flex;align-items:center;gap:8px;animation:pulse 2s infinite}
.call-btn:hover{background:linear-gradient(135deg,#15803d,#166534);color:#fff !important;transform:translateY(-2px)}
@keyframes pulse{0%,100%{box-shadow:0 4px 12px rgba(22,163,74,.3)}50%{box-shadow:0 4px 20px rgba(22,163,74,.6)}}

/* Hero */
.hero{background:linear-gradient(135deg,#1e3a8a 0%,#2563eb 50%,#0ea5e9 100%);color:#fff;padding:70px 0;position:relative;overflow:hidden}
.hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 30%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(255,255,255,.08) 0%,transparent 50%)}
.hero-inner{position:relative;z-index:2;text-align:center;max-width:900px;margin:0 auto}
.hero h1{font-size:42px;font-weight:800;margin-bottom:20px;line-height:1.2;text-shadow:0 2px 10px rgba(0,0,0,.2)}
.hero .hero-sub{font-size:19px;margin-bottom:30px;opacity:.95;font-weight:400}
.hero-badges{display:flex;justify-content:center;gap:15px;flex-wrap:wrap;margin-bottom:30px}
.hero-badge{background:rgba(255,255,255,.15);backdrop-filter:blur(10px);padding:10px 18px;border-radius:50px;font-size:14px;font-weight:600;border:1px solid rgba(255,255,255,.2)}
.hero-cta{display:flex;justify-content:center;gap:15px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;border-radius:50px;font-weight:700;font-size:17px;transition:.3s;border:none;cursor:pointer;text-decoration:none}
.btn-primary{background:#fff;color:#1e3a8a}
.btn-primary:hover{background:#f1f5f9;color:#1e3a8a;transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,.2)}
.btn-secondary{background:#16a34a;color:#fff}
.btn-secondary:hover{background:#15803d;color:#fff;transform:translateY(-3px);box-shadow:0 8px 20px rgba(22,163,74,.4)}
.btn-whatsapp{background:#25d366;color:#fff}
.btn-whatsapp:hover{background:#128c7e;color:#fff;transform:translateY(-3px)}

/* Sections */
.section{padding:70px 0}
.section-alt{background:#f8fafc}
.section-title{text-align:center;margin-bottom:50px}
.section-title h2{font-size:34px;font-weight:800;color:#1e3a8a;margin-bottom:15px}
.section-title p{font-size:18px;color:#64748b;max-width:700px;margin:0 auto}
.section-title::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#dc2626,#ea580c);margin:20px auto 0;border-radius:2px}

/* Services Grid */
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px}
.card{background:#fff;padding:30px;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.06);transition:.3s;border:1px solid #f1f5f9}
.card:hover{transform:translateY(-5px);box-shadow:0 12px 30px rgba(37,99,235,.15);border-color:#dbeafe}
.card-icon{width:64px;height:64px;background:linear-gradient(135deg,#2563eb,#0ea5e9);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:32px;margin-bottom:20px;color:#fff}
.card h3{font-size:20px;font-weight:700;color:#1e3a8a;margin-bottom:12px}
.card p{color:#475569;font-size:15px}

/* Features */
.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}
.feature{display:flex;gap:15px;align-items:flex-start;padding:20px;background:#fff;border-radius:12px;border-left:4px solid #2563eb}
.feature-icon{font-size:28px;flex-shrink:0}
.feature h4{font-size:17px;font-weight:700;color:#1e3a8a;margin-bottom:5px}
.feature p{color:#64748b;font-size:14px}

/* CTA Banner */
.cta-banner{background:linear-gradient(135deg,#dc2626,#ea580c);color:#fff;padding:50px 0;text-align:center;margin:40px 0;border-radius:0}
.cta-banner h2{font-size:32px;font-weight:800;margin-bottom:15px}
.cta-banner p{font-size:18px;margin-bottom:25px;opacity:.95}
.cta-banner .btn-primary{background:#fff;color:#dc2626}
.cta-banner .btn-primary:hover{background:#fef2f2;color:#dc2626}

/* Neighborhoods */
.districts{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px}
.district{background:#fff;padding:25px;border-radius:14px;box-shadow:0 2px 10px rgba(0,0,0,.05);border-top:4px solid #2563eb}
.district h3{font-size:20px;color:#1e3a8a;margin-bottom:15px;display:flex;align-items:center;gap:8px}
.district ul{list-style:none}
.district li{padding:6px 0;border-bottom:1px dashed #e2e8f0}
.district li:last-child{border-bottom:none}
.district a{color:#475569;font-size:14px;display:block;padding:4px 0;transition:.2s}
.district a:hover{color:#2563eb;padding-left:8px}
.district a::before{content:'📍 ';font-size:12px}

/* Content */
.content{max-width:900px;margin:0 auto}
.content h1{font-size:36px;font-weight:800;color:#1e3a8a;margin-bottom:20px;line-height:1.3}
.content h2{font-size:28px;font-weight:700;color:#1e3a8a;margin:35px 0 15px;padding-bottom:10px;border-bottom:3px solid #dbeafe}
.content h3{font-size:22px;font-weight:700;color:#1e40af;margin:25px 0 10px}
.content p{margin-bottom:15px;font-size:16px;color:#334155}
.content ul,.content ol{margin:15px 0 15px 25px}
.content li{margin-bottom:8px;color:#334155}
.content strong{color:#1e3a8a}

.info-box{background:#eff6ff;border-left:5px solid #2563eb;padding:20px 25px;border-radius:8px;margin:25px 0}
.info-box h4{color:#1e3a8a;margin-bottom:10px;font-size:18px}
.warning-box{background:#fef3c7;border-left:5px solid #f59e0b;padding:20px 25px;border-radius:8px;margin:25px 0}
.warning-box h4{color:#b45309;margin-bottom:10px;font-size:18px}
.success-box{background:#dcfce7;border-left:5px solid #16a34a;padding:20px 25px;border-radius:8px;margin:25px 0}
.success-box h4{color:#15803d;margin-bottom:10px;font-size:18px}

/* FAQ */
.faq-item{background:#fff;border-radius:12px;margin-bottom:15px;border:1px solid #e2e8f0;overflow:hidden;transition:.2s}
.faq-item:hover{border-color:#2563eb}
.faq-question{padding:20px 25px;font-weight:700;color:#1e3a8a;font-size:17px;display:flex;justify-content:space-between;align-items:center;cursor:pointer}
.faq-question::before{content:'❓ ';margin-right:8px}
.faq-answer{padding:0 25px 20px;color:#475569;font-size:15px}

/* Table */
.price-table{width:100%;border-collapse:collapse;margin:20px 0;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.05)}
.price-table th{background:linear-gradient(135deg,#2563eb,#1e3a8a);color:#fff;padding:15px;text-align:left;font-weight:700}
.price-table td{padding:15px;border-bottom:1px solid #e2e8f0}
.price-table tr:last-child td{border-bottom:none}
.price-table tr:hover{background:#f8fafc}

/* Breadcrumb */
.breadcrumb{background:#f1f5f9;padding:12px 0;font-size:14px}
.breadcrumb a{color:#64748b}
.breadcrumb .sep{margin:0 8px;color:#cbd5e1}
.breadcrumb .current{color:#1e3a8a;font-weight:600}

/* Footer */
.footer{background:#0f172a;color:#cbd5e1;padding:60px 0 0;margin-top:60px}
.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:40px;margin-bottom:40px}
.footer h4{color:#fff;font-size:18px;font-weight:700;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #1e40af}
.footer ul{list-style:none}
.footer li{margin-bottom:8px}
.footer a{color:#cbd5e1;font-size:14px;transition:.2s}
.footer a:hover{color:#60a5fa;padding-left:5px}
.footer-contact{font-size:14px;line-height:1.8}
.footer-contact strong{color:#fff;display:block;margin-top:10px}
.footer-phone{font-size:22px;font-weight:800;color:#22c55e;display:block;margin:10px 0}
.footer-bottom{border-top:1px solid #1e293b;padding:20px 0;text-align:center;font-size:13px;color:#64748b}

/* Float Call Button (Mobile) */
.float-call{position:fixed;bottom:20px;right:20px;z-index:999;display:flex;flex-direction:column;gap:10px}
.float-call a{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;box-shadow:0 4px 15px rgba(0,0,0,.2);transition:.3s;text-decoration:none}
.float-call .fc-phone{background:#16a34a;color:#fff;animation:pulse 2s infinite}
.float-call .fc-wa{background:#25d366;color:#fff}
.float-call a:hover{transform:scale(1.1)}

/* Responsive */
@media(max-width:768px){
.hero h1{font-size:30px}
.hero .hero-sub{font-size:16px}
.section-title h2{font-size:26px}
.content h1{font-size:26px}
.content h2{font-size:22px}
.nav{width:100%;justify-content:center;order:3}
.header-inner{justify-content:center;text-align:center}
.section{padding:50px 0}
.cta-banner h2{font-size:24px}
.btn{font-size:15px;padding:14px 24px}
.hero-cta{flex-direction:column}
.hero-cta .btn{width:100%;justify-content:center}
}
