/* ===========================================================
   TemizlikBul — Modern & Kurumsal Tema
   Güven veren mavi/teal tonlar, beyaz ağırlıklı.
   =========================================================== */

:root {
  --primary: #1769c0;        /* kurumsal mavi */
  --primary-dark: #11528f;
  --teal: #14b8a6;           /* teal vurgu */
  --teal-dark: #0e9488;
  --ink: #16243b;            /* koyu başlık */
  --text: #45526b;           /* gövde metni */
  --muted: #7a869c;          /* soluk metin */
  --line: #e6ebf2;           /* çizgi/kenar */
  --bg: #f5f8fc;             /* arka plan */
  --bg-soft: #eef4fb;
  --white: #ffffff;
  --warn: #fff7ed;
  --ok: #ecfdf5;
  --shadow: 0 18px 40px rgba(23, 105, 192, 0.10);
  --shadow-sm: 0 6px 18px rgba(22, 36, 59, 0.07);
  --radius: 18px;
  --radius-sm: 12px;
  --max: 1180px;
  --font: "Inter", "Segoe UI", system-ui, -apple-system, Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  color: var(--text);
  background: var(--bg);
  line-height: 1.65;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1,h2,h3,h4,h5 { color: var(--ink); line-height: 1.22; font-weight: 700; }

.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 22px; }
.section { padding: 80px 0; }
.section--tight { padding: 52px 0; }
.bg-soft { background: var(--bg-soft); }
.bg-white { background: var(--white); }

.section-head { text-align: center; max-width: 640px; margin: 0 auto 48px; }
.section-head .eyebrow {
  display: inline-block; font-size: .78rem; letter-spacing: .14em;
  text-transform: uppercase; color: var(--teal-dark); font-weight: 700; margin-bottom: 10px;
}
.section-head h2 { font-size: clamp(1.7rem, 3.4vw, 2.45rem); margin-bottom: 12px; }
.section-head p { color: var(--muted); font-size: 1.05rem; }

/* ---------- Butonlar ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 13px 26px; border-radius: 10px; font-weight: 600;
  font-size: .96rem; cursor: pointer; border: 2px solid transparent;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
  font-family: var(--font); white-space: nowrap; line-height: 1;
}
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--primary); color: #fff; box-shadow: 0 10px 24px rgba(23,105,192,.28); }
.btn--primary:hover { background: var(--primary-dark); }
.btn--teal { background: var(--teal); color: #fff; box-shadow: 0 10px 24px rgba(20,184,166,.3); }
.btn--teal:hover { background: var(--teal-dark); }
.btn--ghost { background: #fff; color: var(--primary); border-color: var(--line); box-shadow: var(--shadow-sm); }
.btn--ghost:hover { border-color: var(--primary); }
.btn--white { background: #fff; color: var(--primary); }
.btn--block { width: 100%; justify-content: center; }
.btn--lg { padding: 16px 32px; font-size: 1.02rem; }
.btn--sm { padding: 9px 16px; font-size: .85rem; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.92); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; padding: 13px 22px; }
.brand { display: flex; align-items: center; gap: 11px; }
.brand .brand-mark {
  width: 42px; height: 42px; border-radius: 12px;
  background: linear-gradient(135deg, var(--primary), var(--teal));
  display: grid; place-items: center; box-shadow: var(--shadow-sm);
}
.brand .brand-text strong { display: block; color: var(--ink); font-size: 1.18rem; font-weight: 800; }
.brand .brand-text span { font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; color: var(--teal-dark); font-weight: 600; }

.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a { padding: 9px 15px; border-radius: 9px; font-weight: 500; color: var(--text); transition: background .15s, color .15s; }
.nav-links a:hover { background: var(--bg-soft); color: var(--ink); }
.nav-links a.active { color: var(--primary); font-weight: 600; }
.nav-cta { margin-left: 8px; color: #fff !important; }
.nav-cta:hover { color: #fff !important; }

.nav-toggle {
  display: none; background: #fff; border: 1px solid var(--line);
  border-radius: 10px; width: 46px; height: 46px; cursor: pointer; place-items: center;
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  content: ""; display: block; width: 22px; height: 2.4px; background: var(--ink); border-radius: 2px; position: relative;
}
.nav-toggle span::before { position: absolute; top: -7px; }
.nav-toggle span::after { position: absolute; top: 7px; }

/* ---------- Hero ---------- */
.hero { background: linear-gradient(180deg, #fff 0%, var(--bg) 100%); overflow: hidden; }
.hero .container {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center;
  padding-top: 64px; padding-bottom: 64px;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px; background: var(--bg-soft);
  border: 1px solid var(--line); padding: 7px 15px; border-radius: 999px;
  font-size: .82rem; font-weight: 600; color: var(--primary); margin-bottom: 20px;
}
.hero h1 { font-size: clamp(2rem, 4.6vw, 3.25rem); margin-bottom: 18px; letter-spacing: -.5px; }
.hero h1 .hl { color: var(--primary); }
.hero p.lead { font-size: 1.12rem; color: var(--text); max-width: 520px; margin-bottom: 28px; }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; margin-bottom: 30px; }
.hero-stats { display: flex; gap: 32px; flex-wrap: wrap; }
.hero-stats .stat strong { display: block; font-size: 1.65rem; color: var(--ink); font-weight: 800; }
.hero-stats .stat span { font-size: .86rem; color: var(--muted); }

.hero-art { position: relative; }
.hero-art img { width: 100%; aspect-ratio: 3 / 2; max-height: 360px; border-radius: 22px; box-shadow: var(--shadow); object-fit: cover; }
.hero-art .float-card {
  position: absolute; background: #fff; border-radius: 14px; box-shadow: var(--shadow);
  padding: 12px 16px; display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: .88rem; color: var(--ink);
}
.hero-art .float-card .ic { width: 34px; height: 34px; border-radius: 9px; display: grid; place-items: center; background: var(--ok); }
.hero-art .fc1 { left: -14px; bottom: 36px; }
.hero-art .fc2 { right: -10px; top: 34px; }

/* ---------- Güven şeridi ---------- */
.trust-bar { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.trust-bar .container { display: flex; justify-content: space-around; gap: 18px; flex-wrap: wrap; padding: 22px; text-align: center; }
.trust-bar .ti { display: flex; align-items: center; gap: 10px; color: var(--text); font-weight: 500; font-size: .95rem; }
.trust-bar .ti b { color: var(--ink); }

/* ---------- Hizmet kartları ---------- */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px,1fr)); gap: 24px; }
.svc-card {
  background: #fff; border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-sm); border: 1px solid var(--line); transition: transform .2s, box-shadow .2s;
}
.svc-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.svc-card .thumb { height: 168px; overflow: hidden; }
.svc-card .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.svc-card:hover .thumb img { transform: scale(1.06); }
.svc-card .body { padding: 22px 22px 24px; }
.svc-card h3 { font-size: 1.2rem; margin-bottom: 8px; }
.svc-card p { color: var(--muted); font-size: .95rem; margin-bottom: 14px; }
.svc-card .card-link { font-weight: 600; color: var(--primary); font-size: .9rem; display: inline-flex; gap: 6px; }
.svc-card:hover .card-link { gap: 11px; }

/* ---------- Adımlar ---------- */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: 22px; counter-reset: step; }
.step { background: #fff; border-radius: var(--radius); padding: 30px 26px; box-shadow: var(--shadow-sm); border: 1px solid var(--line); position: relative; }
.step .num {
  width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center;
  background: var(--bg-soft); color: var(--primary); font-weight: 800; font-size: 1.2rem; margin-bottom: 16px;
}
.step h4 { font-size: 1.1rem; margin-bottom: 7px; }
.step p { color: var(--muted); font-size: .94rem; }

/* ---------- Özellik (neden biz) ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.split img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; object-fit: cover; }
.feature-list { list-style: none; display: grid; gap: 18px; margin-top: 8px; }
.feature-list li { display: flex; gap: 15px; }
.feature-list .fi { flex: 0 0 46px; height: 46px; border-radius: 12px; background: var(--bg-soft); display: grid; place-items: center; color: var(--primary); }
.feature-list h4 { font-size: 1.05rem; margin-bottom: 2px; }
.feature-list p { color: var(--muted); font-size: .94rem; }

/* ---------- İlçeler ---------- */
.district-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px,1fr)); gap: 10px; }
.district-grid span, .district-grid a {
  display: block; background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 10px 14px;
  text-align: center; font-size: .9rem; font-weight: 500; color: var(--text); transition: .15s; text-decoration: none;
}
.district-grid span:hover, .district-grid a:hover { border-color: var(--primary); color: var(--primary); transform: translateY(-2px); }

/* ---------- Firma kartları ---------- */
.firm-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px,1fr)); gap: 22px; }
.firm-card { background: #fff; border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-sm); border: 1px solid var(--line); transition: transform .2s, box-shadow .2s; }
.firm-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.firm-card .top { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
/* Logo/avatar — her yerde geçerli temel stil (firma_logo helper'ı boyutu inline verir) */
.logo {
  border-radius: 13px;
  background: linear-gradient(135deg, var(--primary), var(--teal)); color: #fff;
  display: grid; place-items: center; font-weight: 800; font-size: 1.2rem; overflow: hidden;
}
.firm-card h3 { font-size: 1.12rem; }
.firm-card .firm-meta { color: var(--muted); font-size: .85rem; }

/* yıldız puanı */
.rating { display: inline-flex; align-items: center; gap: 6px; font-size: .85rem; }
.rating b { color: var(--text); font-weight: 700; }
.rating-count { color: var(--muted); font-weight: 500; }
.stars { display: inline-block; position: relative; font-size: .95rem; line-height: 1; font-family: Arial, "Segoe UI Symbol", sans-serif; }
.stars::before { content: '★★★★★'; color: #d6dae0; letter-spacing: 1px; }
.stars::after { content: '★★★★★'; color: #f5b50a; letter-spacing: 1px; position: absolute; left: 0; top: 0; width: calc(var(--r, 5) / 5 * 100%); overflow: hidden; white-space: nowrap; }

.firm-card p.desc { color: var(--text); font-size: .93rem; margin-bottom: 14px; }
.tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 16px; }
.tag { background: var(--bg-soft); color: var(--primary); font-size: .76rem; font-weight: 600; padding: 5px 11px; border-radius: 999px; }
.tag--muted { background: #f1f4f9; color: var(--muted); }

/* ---------- CTA şerit ---------- */
.cta-band {
  background: linear-gradient(120deg, var(--primary), var(--teal)); border-radius: var(--radius);
  padding: 50px 44px; color: #fff; display: flex; align-items: center; justify-content: space-between;
  gap: 28px; flex-wrap: wrap; box-shadow: var(--shadow);
}
.cta-band h2 { color: #fff; font-size: clamp(1.5rem, 3vw, 2.1rem); margin-bottom: 6px; }
.cta-band p { color: rgba(255,255,255,.92); }

/* ---------- Yorumlar ---------- */
.quotes { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px,1fr)); gap: 22px; }
.quote { background: #fff; border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); border: 1px solid var(--line); }
.quote .stars { color: #f5a623; margin-bottom: 12px; letter-spacing: 2px; }
.quote p { color: var(--text); margin-bottom: 16px; }
.quote .who { display: flex; align-items: center; gap: 12px; }
.quote .who .av { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, var(--primary), var(--teal)); color: #fff; display: grid; place-items: center; font-weight: 700; }
.quote .who strong { color: var(--ink); font-size: .94rem; display: block; }
.quote .who span { color: var(--muted); font-size: .82rem; }

/* ---------- Sayfa başlığı ---------- */
.page-hero { background: linear-gradient(180deg, var(--bg-soft), var(--bg)); padding: 56px 0 48px; border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(1.9rem, 4vw, 2.7rem); margin-bottom: 10px; }
.page-hero p { color: var(--muted); max-width: 620px; font-size: 1.05rem; }
.breadcrumb { font-size: .85rem; color: var(--muted); margin-bottom: 16px; }
.breadcrumb a:hover { color: var(--primary); }

/* ---------- Formlar ---------- */
.form-card { background: #fff; border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow-sm); border: 1px solid var(--line); }
.form-narrow { max-width: 620px; margin: 0 auto; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: .88rem; font-weight: 600; color: var(--ink); margin-bottom: 6px; }
.field label .req { color: #e23; }
.field input, .field select, .field textarea {
  width: 100%; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 10px;
  font-family: var(--font); font-size: .96rem; color: var(--ink); background: #fff; transition: border .15s, box-shadow .15s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px rgba(23,105,192,.12);
}
.field textarea { resize: vertical; min-height: 120px; }
.field .hint { font-size: .8rem; color: var(--muted); margin-top: 5px; }

/* çoklu seçim (ilçe/hizmet) */
.checks { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px,1fr)); gap: 8px; max-height: 230px; overflow-y: auto; padding: 14px; border: 1.5px solid var(--line); border-radius: 10px; background: var(--bg); }
.check { display: flex; align-items: center; gap: 8px; font-size: .9rem; cursor: pointer; }
.check input { width: auto; }

/* segmentli seçim (hesap türü) */
.seg { display: flex; gap: 10px; flex-wrap: wrap; }
.seg__opt { flex: 1; min-width: 140px; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 16px; border: 1.5px solid var(--line); border-radius: 10px; background: var(--bg); font-weight: 600; cursor: pointer; transition: border-color .15s, background .15s; }
.seg__opt input { width: auto; }
.seg__opt:has(input:checked) { border-color: var(--primary); background: rgba(23,105,192,.06); }

/* ---------- Uyarı / kutu ---------- */
.alert { padding: 14px 18px; border-radius: 11px; font-size: .94rem; margin-bottom: 16px; border: 1px solid transparent; }
.alert--ok { background: var(--ok); color: #0a7a52; border-color: #b7ecd6; }
.alert--err { background: #fef2f2; color: #b42318; border-color: #fdc6c6; }
.alert--info { background: var(--bg-soft); color: var(--primary-dark); border-color: #cfe2f6; }

/* ---------- Panel ---------- */
.panel-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 18px; flex-wrap: wrap; margin-bottom: 26px; }
.stat-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px,1fr)); gap: 16px; margin-bottom: 30px; }
.stat-box { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 20px 22px; box-shadow: var(--shadow-sm); }
.stat-box strong { display: block; font-size: 1.9rem; color: var(--primary); font-weight: 800; }
.stat-box span { color: var(--muted); font-size: .88rem; }

.req-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 24px; box-shadow: var(--shadow-sm); margin-bottom: 16px; }
.req-card .rc-head { display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; align-items: flex-start; margin-bottom: 12px; }
.req-card .rc-title { font-size: 1.08rem; color: var(--ink); font-weight: 700; }
.req-card .rc-meta { color: var(--muted); font-size: .85rem; }
.badge { display: inline-block; padding: 4px 11px; border-radius: 999px; font-size: .76rem; font-weight: 600; }
.badge--open { background: var(--ok); color: #0a7a52; }
.badge--closed { background: #f1f4f9; color: var(--muted); }
.badge--new { background: #fff4e5; color: #b25e09; }
.rc-detail { display: flex; flex-wrap: wrap; gap: 18px; color: var(--text); font-size: .92rem; margin-bottom: 14px; }
.rc-detail b { color: var(--ink); }

.offer-box { background: var(--ok); border: 1px solid #b7ecd6; border-radius: 11px; padding: 14px 16px; font-size: .92rem; color: #0a7a52; }

/* tablo benzeri liste */
.simple-table { width: 100%; border-collapse: collapse; }
.simple-table th, .simple-table td { text-align: left; padding: 13px 14px; border-bottom: 1px solid var(--line); font-size: .92rem; }
.simple-table th { color: var(--muted); font-weight: 600; font-size: .82rem; text-transform: uppercase; letter-spacing: .04em; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: #c4cfdf; padding: 56px 0 24px; margin-top: 20px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 34px; margin-bottom: 36px; }
.site-footer .brand .brand-text strong { color: #fff; }
.site-footer p { color: #95a4bb; font-size: .92rem; margin-top: 13px; }
.footer-col h5 { color: #fff; font-size: 1rem; margin-bottom: 14px; }
.footer-col ul { list-style: none; display: grid; gap: 9px; }
.footer-col a { color: #b3c0d4; font-size: .92rem; }
.footer-col a:hover { color: var(--teal); }
.footer-contact li { color: #b3c0d4; font-size: .92rem; margin-bottom: 10px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 20px; display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: .85rem; color: #8295af; }

/* ---------- Yüzen WhatsApp ---------- */

/* ---------- Responsive ---------- */
@media (max-width: 920px) {
  .hero .container, .split { grid-template-columns: 1fr; }
  .hero .container { padding-top: 40px; padding-bottom: 40px; }
  .hero-art { order: -1; }
  .hero-art img { aspect-ratio: 16 / 9; max-height: 230px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .nav-toggle { display: grid; }
  .nav-links {
    position: absolute; top: 100%; left: 0; right: 0; background: #fff;
    flex-direction: column; align-items: stretch; gap: 2px; padding: 14px 22px 20px;
    border-bottom: 1px solid var(--line); box-shadow: var(--shadow); display: none;
  }
  .nav-links.open { display: flex; }
  .nav-cta { margin-left: 0; text-align: center; margin-top: 6px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .cta-band { text-align: center; justify-content: center; }
  .section { padding: 56px 0; }
}

/* ---------- SSS (accordion) ---------- */
.faq { border: 1.5px solid var(--line); border-radius: 10px; padding: 0; margin-bottom: 10px; background: #fff; overflow: hidden; }
.faq summary { padding: 16px 18px; font-weight: 600; cursor: pointer; list-style: none; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; right: 18px; top: 50%; transform: translateY(-50%); font-size: 1.3rem; color: var(--primary); }
.faq[open] summary::after { content: '–'; }
.faq p { padding: 0 18px 16px; margin: 0; color: var(--muted); }

/* ---------- Blog yazı tipografisi ---------- */
.blog-article p { margin: 0 0 16px; line-height: 1.8; color: var(--text); }
.blog-article h2 { font-size: 1.45rem; margin: 30px 0 14px; }
.blog-article h3 { font-size: 1.15rem; margin: 24px 0 10px; }
.blog-article ul, .blog-article ol { margin: 0 0 18px; padding-left: 22px; }
.blog-article li { margin-bottom: 8px; line-height: 1.7; }
.blog-article a { color: var(--primary); font-weight: 600; }

/* ---------- "Ben aramak istiyorum" / arama butonu ---------- */
.btn--call {
  background: linear-gradient(135deg, #f97316, #ef4444); color: #fff !important;
  box-shadow: 0 10px 26px rgba(239,68,68,.35); position: relative;
  animation: callPulse 2s ease-in-out infinite;
}
.btn--call:hover { filter: brightness(1.05); transform: translateY(-1px); }
.btn--call::before {
  content: ""; flex: 0 0 auto; width: 1.05em; height: 1.05em; background-color: #fff;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.18 2.18z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.18 2.18z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.btn--call small { display: block; font-size: .72rem; font-weight: 600; opacity: .92; margin-top: 1px; }
@keyframes callPulse {
  0%, 100% { box-shadow: 0 10px 26px rgba(239,68,68,.32); }
  50% { box-shadow: 0 10px 30px rgba(239,68,68,.55), 0 0 0 6px rgba(239,68,68,.12); }
}
.btn--wa { background: #25d366; color: #fff !important; box-shadow: 0 8px 20px rgba(37,211,102,.32); }
.btn--wa:hover { background: #1eb858; }
.btn--google { background: #fff; color: #1f2937 !important; border: 1.5px solid var(--line); box-shadow: var(--shadow-sm); }
.btn--google:hover { background: #f8fafc; border-color: #cbd5e1; }
.ayrac { display: flex; align-items: center; gap: 12px; margin: 16px 0; color: var(--muted); font-size: .82rem; }
.ayrac::before, .ayrac::after { content: ""; flex: 1; height: 1px; background: var(--line); }

/* önerilen firma kartları (anasayfa) */
.firm-card--oneri { position: relative; border-color: #f5c97a; box-shadow: 0 10px 30px rgba(245,158,11,.12); }
.oneri-rozet { position: absolute; top: 14px; right: 14px; background: linear-gradient(135deg, #f59e0b, #f5b50a); color: #fff; font-size: .72rem; font-weight: 700; padding: 4px 10px; border-radius: 999px; box-shadow: 0 4px 10px rgba(245,158,11,.3); }
.oneri-aksiyon { display: grid; grid-template-columns: 1fr; gap: 10px; margin-top: 4px; }
.oneri-aksiyon .btn--call small { display: inline; }

/* ---------- Firma detay sayfası ---------- */
.firma-baslik { display: flex; align-items: center; gap: 16px; margin-bottom: 18px; }
.firma-baslik h1 { font-size: clamp(1.7rem, 3.6vw, 2.5rem); line-height: 1.1; margin: 0; }
.firma-baslik .logo { border-radius: 16px; font-size: 1.5rem; }
.firma-puan-satir { display: flex; align-items: center; gap: 12px; margin-top: 7px; flex-wrap: wrap; }
.firma-onayli { color: var(--teal-dark); font-weight: 600; font-size: .85rem; }
.firma-meta-satir { color: var(--muted); font-size: .92rem; margin-top: 18px; }

.info-card { background: #fff; border: 1.5px solid var(--line); border-radius: 16px; padding: 24px; margin-bottom: 20px; box-shadow: var(--shadow-sm); }
.info-card h2 { font-size: 1.25rem; margin-bottom: 14px; }
.info-card h3 { font-size: 1.1rem; margin-bottom: 12px; }
.info-card p { color: var(--text); line-height: 1.75; }

.firma-yorum-alani { display: grid; grid-template-columns: 1fr 330px; gap: 28px; align-items: start; }
.firma-detay__yan .sticky { position: sticky; top: 90px; }

/* yorumlar */
.review-list { display: grid; gap: 16px; }
.review { border: 1px solid var(--line); border-radius: 14px; padding: 18px 20px; background: #fff; box-shadow: var(--shadow-sm); }
.review-top { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.review-ava { width: 44px; height: 44px; flex: 0 0 44px; border-radius: 50%; display: grid; place-items: center; font-weight: 800; color: #fff; background: linear-gradient(135deg, var(--primary), var(--teal)); }
.review-meta { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: .82rem; margin-top: 2px; }
.review p { color: var(--text); line-height: 1.7; margin: 0; }

/* interaktif yıldız seçici (soldan dolar) */
.yildiz-sec { display: inline-flex; flex-direction: row-reverse; justify-content: flex-end; font-size: 2.1rem; line-height: 1; }
.yildiz-sec input { position: absolute; opacity: 0; width: 0; height: 0; }
.yildiz-sec label { color: #d6dae0; cursor: pointer; padding: 0 2px; transition: color .12s, transform .12s; }
.yildiz-sec label:hover { transform: scale(1.18); }
.yildiz-sec label:hover, .yildiz-sec label:hover ~ label, .yildiz-sec input:checked ~ label { color: #f5b50a; }

@media (max-width: 860px) {
  .firma-yorum-alani { grid-template-columns: 1fr; }
  .firma-detay__yan .sticky { position: static; }
}

/* ---------- Yasal sayfa metni (prose) ---------- */
.prose h2 { font-size: 1.25rem; margin: 28px 0 10px; }
.prose p, .prose li { color: var(--text); line-height: 1.75; }
.prose ul { padding-left: 20px; margin: 8px 0 8px; display: grid; gap: 6px; }
.prose code { background: var(--bg-soft); padding: 1px 6px; border-radius: 6px; font-size: .9em; }

/* ---------- Footer yasal linkler ---------- */
.footer-legal { display: flex; flex-wrap: wrap; gap: 14px; }
.footer-legal a { color: #8295af; font-size: .85rem; }
.footer-legal a:hover { color: var(--teal); }

/* ---------- Çerez onay bandı ---------- */
.cookie-banner {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 60; margin: 0 auto; max-width: 880px;
  background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow);
  padding: 14px 18px; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; justify-content: space-between;
}
.cookie-banner p { color: var(--text); font-size: .9rem; margin: 0; flex: 1 1 280px; }
.cookie-banner a { color: var(--primary); font-weight: 600; }
.cookie-actions { display: flex; gap: 10px; flex: 0 0 auto; }
@media (max-width: 480px) { .cookie-banner { left: 8px; right: 8px; bottom: 8px; padding: 12px 14px; } }
