:root {
  --red: #b91c1c;
  --red-dark: #8f1515;
  --red-soft: #fff1f1;
  --ink: #202124;
  --muted: #5f6368;
  --line: #e5e7eb;
  --paper: #ffffff;
  --soft: #f7f7f8;
  --shadow: 0 16px 40px rgba(32, 33, 36, 0.1);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 68px;
}

.brand {
  display: grid;
  gap: 2px;
}

.brand strong {
  color: var(--ink);
  font-size: 17px;
  line-height: 1.2;
}

.brand span {
  color: var(--muted);
  font-size: 13px;
}

.nav {
  display: none;
  align-items: center;
  gap: 20px;
  color: var(--muted);
  font-size: 14px;
}

.nav a:hover {
  color: var(--red);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: #fff;
  background: var(--red);
}

.button-primary:hover {
  background: var(--red-dark);
}

.button-secondary {
  color: var(--red);
  background: #fff;
  border-color: rgba(185, 28, 28, 0.28);
}

.button-secondary:hover {
  border-color: var(--red);
  background: var(--red-soft);
}

.header-call {
  display: none;
}

.hero {
  padding: 42px 0 34px;
  background:
    linear-gradient(120deg, rgba(185, 28, 28, 0.1), rgba(255, 255, 255, 0) 42%),
    linear-gradient(180deg, #fff, #fafafa);
}

.hero-grid {
  display: grid;
  gap: 28px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 14px;
  padding: 7px 10px;
  color: var(--red);
  background: var(--red-soft);
  border: 1px solid rgba(185, 28, 28, 0.18);
  border-radius: var(--radius);
  font-size: 13px;
  font-weight: 700;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 16px;
  font-size: clamp(34px, 7vw, 58px);
  line-height: 1.03;
  letter-spacing: 0;
}

.hero p {
  max-width: 650px;
  color: var(--muted);
  font-size: 18px;
}

.hero-hours {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 12px;
  padding: 6px 12px;
  background: rgba(185,28,28,0.07);
  border: 1px solid rgba(185,28,28,0.18);
  border-radius: 20px;
  font-size: 14px !important;
  font-weight: 700;
  color: var(--red) !important;
}

.hero-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 24px 0 12px;
}

.hero-note {
  color: var(--muted);
  font-size: 14px;
}

.hero-media {
  position: relative;
  overflow: hidden;
  min-height: 285px;
  border-radius: var(--radius);
  background: #2c2f33;
  box-shadow: var(--shadow);
}

.hero-media img {
  width: 100%;
  height: 100%;
  min-height: 285px;
  object-fit: cover;
}

.hero-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(32, 33, 36, 0.46), rgba(32, 33, 36, 0.04));
}

.phone-strip {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.phone-strip a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  color: #fff;
  background: #202124;
  border-radius: var(--radius);
  font-weight: 700;
}

.trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.trust-badges span {
  padding: 5px 10px;
  background: var(--red-soft);
  border: 1px solid rgba(185,28,28,0.18);
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
  color: var(--red);
}

section {
  padding: 46px 0;
}

.section-head {
  max-width: 760px;
  margin-bottom: 24px;
}

.section-head h2 {
  margin-bottom: 10px;
  font-size: clamp(26px, 5vw, 38px);
  line-height: 1.15;
}

.section-head p {
  color: var(--muted);
}

.trust {
  padding: 28px 0;
  background: var(--soft);
  border-block: 1px solid var(--line);
}

.grid {
  display: grid;
  gap: 14px;
}

.trust-grid,
.services-grid,
.why-grid {
  grid-template-columns: 1fr;
}

.card {
  height: 100%;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.card h3 {
  margin-bottom: 8px;
  font-size: 19px;
  line-height: 1.25;
}

.card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
}

.service-card {
  overflow: hidden;
  padding: 0;
}

.service-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: var(--soft);
}

.service-card div {
  padding: 18px;
}

.brands {
  background: #202124;
  color: #fff;
}

.brands .section-head p {
  color: rgba(255, 255, 255, 0.76);
}

.brand-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.brand-list li {
  padding: 12px 10px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  text-align: center;
  font-weight: 700;
}

.steps {
  background: var(--soft);
}

.step-card {
  position: relative;
  padding-left: 62px;
}

.step-number {
  position: absolute;
  left: 18px;
  top: 18px;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: #fff;
  background: var(--red);
  border-radius: 50%;
  font-weight: 700;
}

.faq-list {
  display: grid;
  gap: 10px;
}

details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

summary {
  cursor: pointer;
  padding: 16px 18px;
  font-weight: 700;
}

details p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--muted);
}

.contact {
  background: linear-gradient(120deg, var(--red), var(--red-dark));
  color: #fff;
}

.contact .section-head p {
  color: rgba(255, 255, 255, 0.84);
}

.contact-panel {
  display: grid;
  gap: 14px;
}

.contact-box {
  padding: 18px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
}

.contact-box h3 {
  margin-bottom: 10px;
}

.contact-box a,
.contact-box p {
  margin: 0;
  color: #fff;
  font-weight: 700;
}

.areas {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.areas span {
  padding: 6px 9px;
  background: rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  font-size: 13px;
}

.seo-copy {
  padding: 32px 0;
}

.seo-copy p {
  margin-bottom: 0;
  color: var(--muted);
}

.site-footer {
  padding: 28px 0 88px;
  color: rgba(255, 255, 255, 0.76);
  background: #202124;
}

.footer-inner {
  display: grid;
  gap: 10px;
}

/* ── MOBİL ÇAĞRI ÇUBUĞU ── */
.mobile-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  padding: 0;
  background: #fff;
  border-top: 2px solid var(--red);
  box-shadow: 0 -4px 24px rgba(32, 33, 36, 0.18);
}

.mobile-bar .button {
  min-height: 58px;
  padding: 10px 8px;
  border-radius: 0;
  border: none;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.mobile-bar .button-primary {
  background: var(--red);
  border-right: 1px solid rgba(255,255,255,0.2);
}

.mobile-bar .button-primary:hover {
  background: var(--red-dark);
}

.mobile-bar .button-secondary {
  color: #fff;
  background: #25D366;
  border-color: #25D366;
}

.mobile-bar .button-secondary:hover {
  background: #1ebe5b;
}

/* Mobil için hero aksiyon butonları gizle — mobile-bar yeterli */
@media (max-width: 679px) {
  .hero-actions {
    display: none;
  }
  .phone-strip {
    display: none;
  }
  .hero-note {
    display: none;
  }
  /* Hero'yu daha kompakt yap */
  .hero {
    padding: 24px 0 100px;
  }
  h1 {
    font-size: clamp(28px, 9vw, 42px);
    margin-bottom: 10px;
  }
  .hero-hours {
    font-size: 13px !important;
  }
  /* Fotoğrafı mobilde küçük göster */
  .hero-media {
    min-height: 200px;
    max-height: 220px;
  }
  .hero-media img {
    min-height: 200px;
    max-height: 220px;
  }
  /* Güven rozetleri daha küçük */
  .trust-badges span {
    font-size: 12px;
    padding: 4px 8px;
  }
  /* İletişim paneli dikey */
  .contact-panel {
    grid-template-columns: 1fr;
  }
  /* Bölüm padding azalt */
  section {
    padding: 32px 0;
  }
}

/* Acil arama banner — mobil için */
.urgent-banner {
  display: none;
}

@media (max-width: 679px) {
  .urgent-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 16px;
    background: var(--red);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
  }
  .urgent-banner:hover {
    background: var(--red-dark);
  }
}

@media (min-width: 680px) {
  .hero-actions,
  .phone-strip {
    display: flex;
    flex-wrap: wrap;
  }

  .hero-actions .button {
    min-width: 180px;
  }

  .phone-strip a {
    min-width: 190px;
    padding-inline: 16px;
  }

  .trust-grid,
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .brand-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 920px) {
  .nav,
  .header-call {
    display: inline-flex;
  }

  .hero {
    padding: 70px 0 58px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  }

  .trust-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .services-grid,
  .why-grid,
  .contact-panel {
    grid-template-columns: repeat(3, 1fr);
  }

  .site-footer {
    padding-bottom: 28px;
  }

  .footer-inner {
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .mobile-bar {
    display: none;
  }
}
