/*
Theme Name: Acil Çilingir 34 Premium
Theme URI: https://acilcilingir34.com/
Author: can Gök
Author URI: https://acilcilingir34.com/
Description: Koyu/premium tasarım: slider + sabit WhatsApp & Hemen Ara butonları. Elementor kullanmadan da çalışır.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: acil-cilingir-34
Tags: dark, one-column, custom-logo
*/

:root {
  --bg: #0b0c10;
  --panel: rgba(255,255,255,0.06);
  --panel2: rgba(255,255,255,0.10);
  --text: #f5f7ff;
  --muted: rgba(245,247,255,0.72);
  --accent: #e10600;
  --green: #25D366;
  --shadow: 0 14px 44px rgba(0,0,0,.55);
  --radius: 18px;
}

* { box-sizing:border-box; }
html, body { margin:0; padding:0; background: radial-gradient(1000px 600px at 50% -120px, rgba(225,6,0,.22), transparent 55%),
                                  radial-gradient(1000px 600px at 50% 120%, rgba(37,211,102,.10), transparent 60%),
                                  var(--bg);
             color: var(--text);
             font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
a { color: inherit; text-decoration:none; }
.container { width:min(1120px, 92vw); margin: 0 auto; }

.site-header {
  position: sticky; top:0; z-index: 50;
  background: linear-gradient(to bottom, rgba(0,0,0,.75), rgba(0,0,0,.25));
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.header-inner {
  display:flex; align-items:center; justify-content:space-between;
  padding: 14px 0;
}
.brand {
  display:flex; align-items:center; gap: 12px;
}
.brand img { width: 44px; height:44px; border-radius: 12px; box-shadow: var(--shadow); }
.brand .title { font-weight: 900; letter-spacing:.2px; line-height:1.1; }
.brand .subtitle { font-size: 12px; color: var(--muted); margin-top:2px; }

.nav a {
  padding: 10px 12px;
  color: var(--muted);
  border-radius: 12px;
}
.nav a:hover { color: var(--text); background: rgba(255,255,255,.06); }

.hero {
  padding: 34px 0 26px;
}
.hero-grid {
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 18px;
  align-items: stretch;
}
.card {
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.hero-copy {
  padding: 24px 22px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-height: 360px;
}
.badge {
  display:inline-flex;
  align-items:center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(225,6,0,.14);
  border: 1px solid rgba(225,6,0,.28);
  color: var(--text);
  font-size: 12.5px;
  width: fit-content;
}
.h1 {
  font-size: 44px;
  line-height: 1.05;
  margin: 14px 0 10px;
  letter-spacing: -0.6px;
}
.lead {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
  margin: 0 0 16px;
}

.hero-actions {
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 4px;
}
.btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  color: var(--text);
  font-weight: 800;
  letter-spacing:.2px;
  box-shadow: 0 10px 26px rgba(0,0,0,.35);
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn-red {
  background: linear-gradient(180deg, #ff1a12, var(--accent));
  border-color: rgba(255,255,255,.18);
}
.btn-green {
  background: linear-gradient(180deg, #37f07f, var(--green));
  border-color: rgba(255,255,255,.18);
  color: #0a0a0a;
}
.kpi {
  display:flex; gap: 14px; flex-wrap: wrap; margin-top: 14px;
}
.kpi .item {
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
  color: var(--muted);
  font-size: 13px;
}
.kpi strong { color: var(--text); }

.slider {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
}
.slider img {
  width:100%;
  height: 360px;
  object-fit: cover;
  display:none;
}
.slider img.active { display:block; }
.slider .dots {
  position:absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  display:flex;
  gap: 6px;
}
.slider .dot {
  width: 8px; height: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.35);
  border: 1px solid rgba(0,0,0,.25);
}
.slider .dot.active { background: rgba(255,255,255,.92); }

.section {
  padding: 18px 0 30px;
}
.section h2 {
  font-size: 22px;
  margin: 0 0 12px;
}
.services {
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.service {
  padding: 16px;
  border-radius: var(--radius);
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
}
.service h3 { margin: 0 0 6px; font-size: 16px; }
.service p { margin:0; color: var(--muted); font-size: 13.5px; line-height: 1.5; }

.cta {
  padding: 18px;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 12px;
}
.cta .text {
  color: var(--muted);
  line-height: 1.5;
}
.cta .text strong { color: var(--text); }

.footer {
  padding: 18px 0 26px;
  color: rgba(245,247,255,.55);
  font-size: 12px;
  border-top: 1px solid rgba(255,255,255,.06);
}

.floating {
  position: fixed;
  bottom: 18px;
  z-index: 80;
}
.floating.left { left: 18px; }
.floating.right { right: 18px; }

.fab {
  display:flex;
  align-items:center;
  gap: 10px;
  padding: 13px 14px;
  border-radius: 999px;
  font-weight: 900;
  letter-spacing:.2px;
  box-shadow: var(--shadow);
}
.fab svg { width: 20px; height:20px; }
.fab.whatsapp {
  background: var(--green);
  color: #0a0a0a;
}
.fab.call {
  background: var(--accent);
  color: #fff;
}
.fab .pill {
  margin-left: 6px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: #0a0a0a;
  font-size: 12px;
  font-weight: 900;
}

@media (max-width: 860px) {
  .hero-grid { grid-template-columns: 1fr; }
  .h1 { font-size: 34px; }
  .hero-copy { min-height: unset; }
  .slider img { height: 300px; }
  .services { grid-template-columns: 1fr; }
  .floating.left { left: 12px; }
  .floating.right { right: 12px; }
  .fab { padding: 12px 12px; }
}

@media (max-width: 420px) {
  .h1 { font-size: 30px; }
  .lead { font-size: 15px; }
  .slider img { height: 260px; }
}
