/* ============================================================
   SARP OTO ÇEKİCİ - Ana Stil Dosyası
   Modern, mobil öncelikli, dönüşüm odaklı
   ============================================================ */

:root {
  --navy: #0e1b2c;
  --navy-2: #16263d;
  --yellow: #ffc20e;
  --yellow-dark: #e6ad00;
  --red: #e2231a;
  --red-dark: #c01910;
  --green: #25d366;
  --green-dark: #1da851;
  --text: #1c2430;
  --text-soft: #5a6675;
  --line: #e6eaf0;
  --bg: #ffffff;
  --bg-soft: #f5f7fa;
  --radius: 14px;
  --radius-sm: 10px;
  --shadow: 0 10px 30px rgba(14, 27, 44, 0.10);
  --shadow-sm: 0 4px 14px rgba(14, 27, 44, 0.08);
  --max: 1180px;
  --font: "Segoe UI", system-ui, -apple-system, Roboto, Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font);
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  font-size: 16px;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }

a { color: inherit; text-decoration: none; }

.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 18px; }

h1, h2, h3, h4 { line-height: 1.2; color: var(--navy); font-weight: 800; }
h2 { font-size: clamp(1.5rem, 4vw, 2.2rem); }
h3 { font-size: 1.2rem; }
p { color: var(--text-soft); }

.section { padding: 64px 0; }
.section--soft { background: var(--bg-soft); }
.section__head { text-align: center; max-width: 720px; margin: 0 auto 40px; }
.section__head p { margin-top: 10px; font-size: 1.05rem; }
.eyebrow {
  display: inline-block; color: var(--red); font-weight: 800;
  letter-spacing: 1px; text-transform: uppercase; font-size: .82rem; margin-bottom: 8px;
}

/* ---------- Butonlar ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 26px; border-radius: 999px; font-weight: 800; font-size: 1.02rem;
  border: none; cursor: pointer; transition: transform .15s ease, box-shadow .15s ease, background .2s;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn--call { background: var(--red); color: #fff; box-shadow: 0 8px 20px rgba(226,35,26,.35); }
.btn--call:hover { background: var(--red-dark); }
.btn--wa { background: var(--green); color: #fff; box-shadow: 0 8px 20px rgba(37,211,102,.35); }
.btn--wa:hover { background: var(--green-dark); }
.btn--ghost { background: #fff; color: var(--navy); border: 2px solid var(--line); }
.btn--ghost:hover { border-color: var(--yellow); }
.btn--lg { padding: 17px 34px; font-size: 1.1rem; }
.btn--block { width: 100%; }
.btn .ico { width: 20px; height: 20px; fill: currentColor; }

/* ---------- Üst acil bar ---------- */
.topbar {
  background: var(--navy); color: #fff; font-size: .9rem;
  padding: 7px 0;
}
.topbar .container { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.topbar a { color: var(--yellow); font-weight: 700; }
.topbar .topbar__left { display: flex; align-items: center; gap: 8px; opacity: .92; }
.pulse-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 0 rgba(37,211,102,.7); animation: pulse 1.8s infinite; }
@keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(37,211,102,.6);} 70%{box-shadow:0 0 0 10px rgba(37,211,102,0);} 100%{box-shadow:0 0 0 0 rgba(37,211,102,0);} }

/* ---------- Header ---------- */
.header { position: sticky; top: 0; z-index: 50; background: #fff; box-shadow: var(--shadow-sm); }
.header .container { display: flex; align-items: center; justify-content: space-between; height: 104px; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand img { height: 86px; width: auto; max-width: 300px; object-fit: contain; }
.brand__fallback {
  display: inline-flex; align-items: center; gap: 9px;
  font-weight: 900; font-size: 1.2rem; color: var(--navy); letter-spacing: .3px; line-height: 1;
}
.brand__fallback::before {
  content: ""; flex: none; display: inline-block; vertical-align: middle; margin-right: 9px;
  width: 42px; height: 42px; border-radius: 9px;
  background-color: var(--navy);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg transform='translate(0.5 3.5) scale(0.95)'%3E%3Cpath fill='%23ffc20e' d='M3 13l2-5h9l3 4h3a1 1 0 011 1v3h-2a2.5 2.5 0 01-5 0H10a2.5 2.5 0 01-5 0H3v-3zm3.5 4a1 1 0 100-2 1 1 0 000 2zm9 0a1 1 0 100-2 1 1 0 000 2z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 30px 30px; background-position: center; background-repeat: no-repeat;
}
.brand__fallback span { color: var(--yellow-dark); }
.nav { display: flex; align-items: center; gap: 4px; }
.nav a {
  padding: 10px 14px; font-weight: 600; color: var(--navy); border-radius: 8px; font-size: .98rem;
  transition: background .15s, color .15s;
}
.nav a:hover, .nav a.active { background: var(--bg-soft); color: var(--red); }
.header__cta { display: flex; align-items: center; gap: 10px; }
.header__call {
  display: inline-flex; align-items: center; gap: 8px; background: var(--red); color: #fff;
  padding: 11px 18px; border-radius: 999px; font-weight: 800; box-shadow: 0 6px 16px rgba(226,35,26,.3);
}
.header__call:hover { background: var(--red-dark); }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 26px; height: 3px; background: var(--navy); border-radius: 2px; margin: 5px 0; transition: .3s; }

/* ---------- Hero ---------- */
.hero {
  position: relative; color: #fff; overflow: hidden;
  background:
    linear-gradient(120deg, rgba(14,27,44,.94) 0%, rgba(14,27,44,.78) 55%, rgba(14,27,44,.55) 100%),
    url("../img/hero.jpg") center/cover no-repeat, var(--navy);
}
.hero__inner { padding: 70px 0 76px; max-width: 660px; }
.hero .badge {
  display: inline-flex; align-items: center; gap: 8px; background: rgba(255,194,14,.16);
  border: 1px solid rgba(255,194,14,.5); color: var(--yellow); padding: 7px 14px; border-radius: 999px;
  font-weight: 700; font-size: .85rem; margin-bottom: 18px;
}
.hero h1 { color: #fff; font-size: clamp(2rem, 6vw, 3.2rem); line-height: 1.08; }
.hero h1 .hl { color: var(--yellow); }
.hero p.lead { color: #d7dee7; font-size: 1.15rem; margin: 18px 0 12px; }
.hero__time { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; font-size: 1.05rem; color:#fff; margin-bottom: 26px; }
.hero__time b { color: var(--yellow); }
.hero__actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero__trust { display: flex; gap: 26px; flex-wrap: wrap; margin-top: 30px; }
.hero__trust div b { display: block; font-size: 1.6rem; color: var(--yellow); }
.hero__trust div span { font-size: .9rem; color: #c4cdd8; }

/* ---------- Hizmet etiketleri (kelime bulutu) ---------- */
.tags { background: var(--navy-2); padding: 18px 0; }
.tags .container { display: flex; flex-wrap: wrap; gap: 9px; justify-content: center; }
.tags a {
  background: rgba(255,255,255,.07); color: #dfe6ee; border: 1px solid rgba(255,255,255,.12);
  padding: 7px 14px; border-radius: 999px; font-size: .86rem; font-weight: 600; transition: .15s;
}
.tags a:hover { background: var(--yellow); color: var(--navy); border-color: var(--yellow); }

/* ---------- Hizmet kartları ---------- */
.grid { display: grid; gap: 22px; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 22px; transition: transform .18s, box-shadow .18s, border-color .18s;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: transparent; }
.card__ico {
  width: 56px; height: 56px; border-radius: 14px; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--yellow), var(--yellow-dark)); margin-bottom: 16px;
}
.card__ico svg { width: 30px; height: 30px; fill: var(--navy); }
.card h3 { margin-bottom: 8px; }
.card p { font-size: .96rem; }

/* ---------- Neden biz ---------- */
.why { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.why__item { text-align: center; padding: 10px; }
.why__item .n {
  width: 70px; height: 70px; margin: 0 auto 14px; border-radius: 50%; display: grid; place-items: center;
  background: var(--navy); color: var(--yellow);
}
.why__item .n svg { width: 34px; height: 34px; fill: var(--yellow); }
.why__item h3 { font-size: 1.08rem; margin-bottom: 6px; }
.why__item p { font-size: .92rem; }

/* ---------- Bölgeler ---------- */
.regions { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.regions a {
  display: flex; align-items: center; gap: 10px; background: #fff; border: 1px solid var(--line);
  padding: 14px 16px; border-radius: var(--radius-sm); font-weight: 700; color: var(--navy); transition: .15s;
}
.regions a:hover { border-color: var(--yellow); background: var(--bg-soft); transform: translateX(3px); }
.regions a svg { width: 18px; height: 18px; fill: var(--red); flex: none; }

/* ---------- Süreç / adımlar ---------- */
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; counter-reset: step; }
.step { position: relative; background:#fff; border:1px solid var(--line); border-radius: var(--radius); padding: 28px 22px 24px; }
.step::before {
  counter-increment: step; content: counter(step);
  position: absolute; top: -18px; left: 22px; width: 44px; height: 44px; border-radius: 50%;
  background: var(--red); color:#fff; font-weight: 900; font-size: 1.2rem; display: grid; place-items: center;
  box-shadow: 0 6px 14px rgba(226,35,26,.35);
}
.step h3 { margin: 10px 0 6px; }

/* ---------- CTA şerit ---------- */
.cta {
  background: linear-gradient(120deg, var(--red), var(--red-dark)); color:#fff; text-align:center; border-radius: var(--radius);
  padding: 44px 24px; box-shadow: var(--shadow);
}
.cta h2 { color:#fff; }
.cta p { color: rgba(255,255,255,.9); margin: 10px 0 24px; font-size: 1.1rem; }
.cta .btn--call { background:#fff; color: var(--red); }
.cta .btn--call:hover { background:#fff7e6; }
.cta .hero__actions { justify-content:center; }

/* ---------- Yorumlar ---------- */
.review { background:#fff; border:1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.review .stars { color: var(--yellow); font-size: 1.1rem; letter-spacing: 2px; margin-bottom: 10px; }
.review p { color: var(--text); font-style: italic; }
.review .who { margin-top: 14px; font-weight: 800; color: var(--navy); font-style: normal; }
.review .who span { display:block; font-weight: 500; color: var(--text-soft); font-size:.88rem; }

/* ---------- SSS ---------- */
.faq { max-width: 820px; margin: 0 auto; }
.faq__item { background:#fff; border:1px solid var(--line); border-radius: var(--radius-sm); margin-bottom: 12px; overflow:hidden; }
.faq__q {
  width:100%; text-align:left; background:none; border:none; cursor:pointer; padding: 18px 20px;
  font-weight: 700; color: var(--navy); font-size: 1.02rem; display:flex; justify-content:space-between; align-items:center; gap:12px;
}
.faq__q .pm { flex:none; width:24px; height:24px; position: relative; transition: .25s; }
.faq__q .pm::before, .faq__q .pm::after { content:""; position:absolute; background: var(--red); border-radius:2px; }
.faq__q .pm::before { top:11px; left:4px; right:4px; height:3px; }
.faq__q .pm::after { left:11px; top:4px; bottom:4px; width:3px; transition:.25s; }
.faq__item.open .pm::after { transform: rotate(90deg); opacity:0; }
.faq__a { max-height:0; overflow:hidden; transition: max-height .3s ease; }
.faq__a p { padding: 0 20px 18px; }

/* ---------- İçerik (SEO metin) ---------- */
.prose { max-width: 820px; margin: 0 auto; }
.prose h2 { margin: 28px 0 12px; }
.prose h3 { margin: 22px 0 8px; }
.prose p { margin-bottom: 14px; color: var(--text); }
.prose ul { margin: 0 0 16px 20px; color: var(--text); }
.prose li { margin-bottom: 7px; }

/* ---------- Sayfa başlığı (alt sayfalar) ---------- */
.pagehead { background: var(--navy); color:#fff; padding: 46px 0; position: relative; }
.pagehead h1 { color:#fff; font-size: clamp(1.7rem, 5vw, 2.6rem); }
.pagehead .crumb { font-size:.9rem; color:#aab6c4; margin-bottom: 10px; }
.pagehead .crumb a { color: var(--yellow); }
.pagehead p { color:#cfd8e2; margin-top: 10px; max-width: 680px; }
.pagehead .hero__actions { margin-top: 22px; }

/* ---------- Harita ---------- */
.map { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--line); }
.map iframe { display: block; width: 100%; height: 400px; border: 0; }
@media (max-width: 720px) { .map iframe { height: 300px; } }

/* ---------- Footer ---------- */
.footer { background: var(--navy); color:#c4cdd8; padding: 54px 0 0; }
.footer__grid { display:grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 30px; }
.footer h4 { color:#fff; margin-bottom: 16px; font-size: 1.05rem; }
.footer a { color:#c4cdd8; transition:.15s; }
.footer a:hover { color: var(--yellow); }
.footer ul { list-style:none; }
.footer li { margin-bottom: 9px; font-size:.95rem; }
.footer__brand img { height: 44px; margin-bottom: 14px; }
.footer__brand p { color:#9fb0c1; font-size:.95rem; }
.footer__contact li { display:flex; align-items:flex-start; gap:10px; }
.footer__contact svg { width:18px; height:18px; fill: var(--yellow); flex:none; margin-top:3px; }
.footer__bottom { border-top:1px solid rgba(255,255,255,.1); margin-top: 40px; padding: 20px 0; text-align:center; font-size:.88rem; color:#8294a6; }

/* ---------- Mobil sabit arama çubuğu ---------- */
.mobilebar { display:none; position: fixed; bottom:0; left:0; right:0; z-index: 60; background:#fff; box-shadow: 0 -6px 20px rgba(0,0,0,.12); padding: 8px; gap:8px; }
.mobilebar a { flex:1; }

/* ---------- WhatsApp yüzen buton ---------- */
.wa-float {
  position: fixed; right: 18px; bottom: 18px; z-index: 55; width: 58px; height: 58px; border-radius: 50%;
  background: var(--green); display: grid; place-items: center; box-shadow: 0 8px 22px rgba(37,211,102,.45);
  animation: floaty 2.6s ease-in-out infinite;
}
.wa-float svg { width: 32px; height: 32px; fill:#fff; }
@keyframes floaty { 0%,100%{transform:translateY(0);} 50%{transform:translateY(-6px);} }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .grid--4 { grid-template-columns: repeat(2,1fr); }
  .grid--3 { grid-template-columns: repeat(2,1fr); }
  .why { grid-template-columns: repeat(2,1fr); }
  .regions { grid-template-columns: repeat(3,1fr); }
  .steps { grid-template-columns: 1fr; gap: 30px; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 26px; }
}

@media (max-width: 720px) {
  .section { padding: 48px 0; }
  .nav, .header__cta .header__call span.txt { display: none; }
  .nav-toggle { display: block; }
  .header .container { height: 84px; }
  .brand img { height: 68px; max-width: 220px; }
  .nav.open {
    display: flex; flex-direction: column; position: absolute; top: 84px; left: 0; right: 0;
    background:#fff; box-shadow: var(--shadow); padding: 12px; gap: 4px; align-items: stretch;
  }
  .nav.open a { padding: 13px 16px; }
  .header__cta { gap: 8px; }
  .grid--4, .grid--3, .grid--2, .why, .regions { grid-template-columns: 1fr 1fr; }
  .hero__inner { padding: 48px 0 54px; }
  .hero__trust { gap: 18px; }
  .footer__grid { grid-template-columns: 1fr; }
  .mobilebar { display: flex; }
  .wa-float { bottom: 78px; }
  body { padding-bottom: 70px; }
  .topbar { display: none; }
}

@media (max-width: 420px) {
  .regions, .grid--4, .grid--3 { grid-template-columns: 1fr; }
  .hero__actions .btn { width: 100%; }
}
