/* Beko — Modern Kurumsal Reklam Afişi */

@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=Inter:wght@400;500;600;700&display=swap");

:root {
  --blue: #005cb9;
  --blue-dark: #003d7a;
  --cyan: #00aeef;
  --red: #e30613;
  --yellow: #ffd500;
  --black: #0f172a;
  --white: #ffffff;
  --gray: #64748b;
  --surface: #f1f5f9;
  --font-display: "Barlow Condensed", sans-serif;
  --font-body: "Inter", sans-serif;
  --wrap: 1180px;
  --header-h: 72px;
  --poster-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.65;
  color: var(--black);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
ul { list-style: none; margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { margin: 0 0 0.5em; line-height: 1.15; }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
.wrap { width: min(var(--wrap), 100% - 32px); margin-inline: auto; }

/* ── Üst bilgilendirme bandı ── */
.top-strip {
  background: linear-gradient(90deg, #1e293b 0%, #0f172a 100%);
  border-bottom: 3px solid var(--yellow);
  padding: 0;
}
.top-strip-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 44px;
  padding: 10px 16px;
}
.top-strip-alert {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--black);
  display: grid;
  place-items: center;
  box-shadow: 0 0 0 3px rgba(255, 213, 0, 0.25);
  animation: alert-pulse 2.5s ease-in-out infinite;
}
.top-strip-alert .corp-icon {
  width: 18px;
  height: 18px;
  stroke-width: 2.25;
  color: var(--black);
}
.top-strip-text {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 14px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.35;
  text-align: center;
}
.top-strip-text strong {
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--white);
}

@keyframes alert-pulse {
  0%, 100% { box-shadow: 0 0 0 3px rgba(255, 213, 0, 0.25); }
  50% { box-shadow: 0 0 0 6px rgba(255, 213, 0, 0.12); }
}

/* ── Header ── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--white);
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.08);
}

/* Üst satır: logo + telefon */
.header-top {
  background: var(--white);
  border-bottom: 1px solid #e2e8f0;
}
.header-top-inner {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 8px 12px;
  min-height: var(--header-h);
}

/* Mobil header telefon — logo sağında, düğme değil */
.header-phone {
  display: none;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  min-width: 0;
  padding: 2px 0;
}
.header-phone .corp-icon {
  width: 24px;
  height: 24px;
  color: var(--blue);
  flex-shrink: 0;
  stroke-width: 2;
}
.header-phone-num {
  font-family: var(--font-display);
  font-size: clamp(14px, 4.2vw, 18px);
  font-weight: 800;
  letter-spacing: 0.02em;
  color: var(--blue-dark);
  line-height: 1;
  white-space: nowrap;
}

@keyframes nav-phone-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.35; }
}
.nav-phone-blink {
  animation: nav-phone-blink 1.1s ease-in-out infinite;
}

@media (max-width: 991px) {
  .header-top-inner {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 6px 10px;
    align-items: center;
  }

  .header-phone {
    display: inline-flex;
    justify-self: end;
    gap: 10px;
  }

  .header-phone .corp-icon {
    width: 38px;
    height: 38px;
    stroke-width: 2.35;
  }

  .header-phone-num {
    font-size: clamp(1.35rem, 6.5vw, 1.85rem);
    letter-spacing: 0.03em;
  }

  .logo-title {
    font-size: clamp(1rem, 4.2vw, 1.25rem);
  }
  .logo-disclaimer {
    font-size: 10px;
  }

  .nav-call {
    display: none;
  }
}

.site-logo h1 { margin: 0; font-size: inherit; font-weight: inherit; }
.site-logo a { display: flex; align-items: center; text-decoration: none; }
.logo-text { display: flex; flex-direction: column; gap: 2px; line-height: 1.2; }
.logo-title {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: none;
  color: var(--blue-dark);
}
.logo-disclaimer { font-size: 11px; font-weight: 600; color: var(--red); }
.site-logo .seo-keywords {
  position: absolute; width: 1px; height: 1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap;
}

.menu-toggle {
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  justify-self: end;
}
.menu-toggle span { display: block; width: 24px; height: 2px; background: var(--black); }

/* Navbar — tam genişlik */
.site-nav {
  width: 100%;
  display: none;
  background: var(--blue);
}
.site-nav.open { display: block; }
.site-nav ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.site-nav a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 14px 16px;
  text-decoration: none;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: none;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: background .15s, color .15s;
}
.site-nav a .corp-icon { width: 18px; height: 18px; opacity: .85; color: var(--white); }
.site-nav a:hover { background: rgba(255, 255, 255, 0.12); color: var(--yellow); }
.site-nav a:hover .corp-icon { color: var(--yellow); opacity: 1; }

/* Navbar — Tıkla Ara (masaüstü) */
.nav-call { list-style: none; }
.nav-tikla-ara {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 20px !important;
  background: var(--yellow) !important;
  color: var(--blue-dark) !important;
  border-bottom: none !important;
  border-top: 3px solid rgba(0, 61, 122, 0.15);
  transition: background 0.15s ease, color 0.15s ease !important;
}
.nav-tikla-ara .corp-icon {
  width: 20px !important;
  height: 20px !important;
  color: var(--blue-dark) !important;
  opacity: 1 !important;
}
.nav-tikla-ara-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.15;
}
.nav-tikla-ara-label {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: none;
}
.nav-tikla-ara-num {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.03em;
}
.nav-tikla-ara:hover {
  background: var(--white) !important;
  color: var(--blue-dark) !important;
}

/* Navbar altı — yakınlık bandı */
.proximity-band {
  width: 100%;
  background: var(--yellow);
  border-top: 2px solid rgba(0, 61, 122, 0.12);
  border-bottom: 2px solid rgba(0, 61, 122, 0.12);
}
.proximity-band-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 40px;
  padding: 8px 16px;
}
.proximity-band-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--blue);
  color: var(--white);
  display: grid;
  place-items: center;
}
.proximity-band-icon .corp-icon {
  width: 16px;
  height: 16px;
  color: var(--white);
  stroke-width: 2;
}
.proximity-band-text {
  margin: 0;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: normal;
  text-transform: none;
  color: var(--blue-dark);
  line-height: 1.35;
  text-align: center;
}
.proximity-band-text strong {
  font-weight: 600;
  color: var(--blue);
}

@media (max-width: 991px) {
  .proximity-band {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .proximity-band-inner {
    gap: 7px;
    min-height: 32px;
    padding: 6px 12px;
  }
  .proximity-band-icon {
    width: 24px;
    height: 24px;
  }
  .proximity-band-icon .corp-icon {
    width: 13px;
    height: 13px;
  }
  .proximity-band-text {
    font-size: 11px;
    font-weight: 400;
    line-height: 1.3;
  }
  .proximity-band-text strong {
    font-weight: 600;
  }
}

@media (min-width: 992px) {
  .proximity-band-icon {
    box-shadow: 0 0 0 3px rgba(0, 92, 185, 0.18);
    animation: proximity-pulse 2.2s ease-in-out infinite;
  }
}

@keyframes proximity-pulse {
  0%, 100% { box-shadow: 0 0 0 3px rgba(0, 92, 185, 0.18); }
  50% { box-shadow: 0 0 0 7px rgba(0, 92, 185, 0.08); }
}

@media (min-width: 992px) {
  .menu-toggle { display: none; }

  .header-top-inner {
    grid-template-columns: 1fr;
    align-items: center;
  }

  .header-phone { display: none; }

  .nav-tikla-ara-label { display: block; }
  .nav-tikla-ara-num,
  .nav-tikla-ara .corp-icon {
    animation: none;
  }

  .site-nav {
    display: block !important;
  }

  .site-nav ul {
    flex-direction: row;
    align-items: stretch;
  }

  .site-nav li {
    flex: 1;
    display: flex;
  }

  .site-nav li.nav-call {
    flex: 0 0 auto;
    min-width: 220px;
  }

  .site-nav a {
    flex: 1;
    justify-content: center;
    text-align: center;
    padding: 16px 10px;
    border-bottom: none;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 13px;
  }

  .site-nav li:last-child a,
  .site-nav li.nav-call a {
    border-right: none;
  }

  .nav-tikla-ara {
    min-height: 100%;
    border-top: none !important;
    border-left: 2px solid rgba(255, 255, 255, 0.2) !important;
    padding: 16px 24px !important;
  }

  .nav-tikla-ara-inner {
    align-items: center;
    text-align: center;
  }

  .nav-tikla-ara-num {
    font-size: 18px;
  }
}

/* ══ HERO AFİŞ ══ */
.poster-hero {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  background: var(--blue-dark);
}
@media (min-width: 768px) { .poster-hero { min-height: 640px; } }

.hero-slides { position: relative; min-height: inherit; }
.hero-slide {
  position: absolute; inset: 0;
  opacity: 0; transition: opacity .7s ease; pointer-events: none;
}
.hero-slide.active { opacity: 1; pointer-events: auto; }

.hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
}
.hero-bg::after {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(115deg, rgba(0, 61, 122, 0.93) 0%, rgba(0, 92, 185, 0.78) 42%, rgba(15, 23, 42, 0.55) 100%);
}

.hero-poster-frame {
  position: absolute;
  inset: 16px;
  border: 2px solid rgba(255,255,255,.2);
  pointer-events: none;
  z-index: 2;
}
@media (min-width: 768px) { .hero-poster-frame { inset: 24px 32px; } }

.hero-content {
  position: relative; z-index: 3;
  min-height: inherit;
  display: flex; align-items: center;
  padding: 56px 0 72px;
}

.hero-grid {
  display: grid; gap: 32px; align-items: center; width: 100%;
}
@media (min-width: 768px) { .hero-grid { grid-template-columns: 1fr 300px; } }

.hero-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.badge {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-display);
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: none;
  padding: 8px 14px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.3);
  color: var(--white);
  backdrop-filter: blur(6px);
}
.badge .corp-icon { width: 14px; height: 14px; }
.badge--hot { background: var(--red); border-color: var(--red); }
.badge--gold { background: var(--yellow); border-color: var(--yellow); color: var(--black); }

.hero-slide h1 {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 11vw, 5rem);
  font-weight: 800;
  text-transform: none;
  color: var(--white);
  letter-spacing: 0.02em;
  margin-bottom: 16px;
  line-height: 0.95;
}

.hero-desc {
  font-size: clamp(15px, 2.2vw, 18px);
  font-weight: 400;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
  max-width: 540px;
  margin-bottom: 28px;
}

.hero-cta {
  display: inline-flex; align-items: center; gap: 12px;
  background: var(--white);
  color: var(--blue-dark);
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 3.5vw, 1.5rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  padding: 16px 28px;
  border-radius: 4px;
  box-shadow: var(--poster-shadow);
  transition: transform .2s, box-shadow .2s;
}
.hero-cta:hover { transform: translateY(-2px); box-shadow: 0 24px 48px rgba(0,0,0,.25); }
.hero-cta .icon-box { width: 40px; height: 40px; border-radius: 10px; }

.hero-card {
  background: var(--white);
  border-radius: 4px;
  padding: 28px 24px;
  text-align: center;
  box-shadow: var(--poster-shadow);
  position: relative;
  overflow: hidden;
}
.hero-card::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0; height: 6px;
  background: linear-gradient(90deg, var(--red), var(--yellow), var(--cyan));
}
.hero-card-photo {
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 14px;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.hero-card-photo img {
  display: block;
  width: 100%;
  height: 110px;
  object-fit: cover;
  object-position: top center;
}
@media (min-width: 768px) {
  .hero-card-photo img { height: 130px; }
}

.hero-card-icon {
  width: 56px; height: 56px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--blue), var(--cyan));
  display: grid; place-items: center;
  color: var(--white);
  box-shadow: 0 8px 20px rgba(0, 92, 185, 0.35);
}
.hero-card-icon .corp-icon { width: 26px; height: 26px; }
.hero-card-label {
  font-family: var(--font-display);
  font-size: 12px; letter-spacing: 0.14em;
  text-transform: none; color: var(--gray); margin-bottom: 6px;
}
.hero-card-phone {
  font-family: var(--font-display);
  font-size: 2rem; font-weight: 800;
  color: var(--red); line-height: 1; margin-bottom: 10px;
}
.hero-card-note { font-size: 13px; color: var(--gray); margin: 0; }

.hero-dots {
  position: absolute; bottom: 28px; left: 50%;
  transform: translateX(-50%); z-index: 4;
  display: flex; gap: 8px;
}
.hero-dots button {
  width: 32px; height: 4px; border-radius: 2px;
  border: none; background: rgba(255,255,255,.35);
  cursor: pointer; padding: 0; transition: background .2s, width .2s;
}
.hero-dots button.active { background: var(--yellow); width: 48px; }

/* ── Bölüm başlıkları (afiş bandı) ── */
.section { padding: 72px 0; }
.section--gray { background: var(--surface); }
.section--article {
  background: var(--white);
  border-top: 1px solid #e2e8f0;
  padding: 56px 0 48px;
}
.section--article .wrap.footer-article {
  width: min(1280px, 100% - 40px);
  max-width: none;
}
.footer-article h2 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: var(--blue-dark);
  margin-bottom: 24px;
  letter-spacing: 0.02em;
}
.footer-article p {
  font-size: 16px;
  line-height: 1.9;
  color: #334155;
  margin: 0 0 1.75em;
  text-align: left;
  max-width: none;
}
.footer-article p:last-child { margin-bottom: 0; }
.section-head { text-align: center; margin-bottom: 48px; }
.section-head-icon {
  width: 56px; height: 56px;
  margin: 0 auto 16px;
  border-radius: 16px;
  background: linear-gradient(145deg, var(--blue), var(--cyan));
  display: grid; place-items: center;
  color: var(--white);
  box-shadow: 0 8px 24px rgba(0, 92, 185, 0.25);
}
.section-head-icon .corp-icon { width: 28px; height: 28px; }
.section-head h2 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  font-weight: 800;
  text-transform: none;
  letter-spacing: 0.04em;
}
.section-head .line {
  width: 72px; height: 4px;
  background: linear-gradient(90deg, var(--red), var(--yellow));
  margin: 14px auto 0;
  border-radius: 2px;
}

/* ── Afiş kartları ── */
.poster-cards {
  display: grid; gap: 24px;
  grid-template-columns: 1fr;
}
@media (min-width: 576px) { .poster-cards { grid-template-columns: 1fr 1fr; } }
@media (min-width: 992px) { .poster-cards { grid-template-columns: repeat(4, 1fr); } }

.pcard {
  background: var(--white);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.08);
  border: 1px solid #e2e8f0;
  transition: transform .25s, box-shadow .25s;
  display: flex;
  flex-direction: column;
}
.pcard:hover {
  transform: translateY(-6px);
  box-shadow: var(--poster-shadow);
}
.pcard-media {
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: var(--surface);
  border-bottom: 3px solid var(--yellow);
}
.pcard-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
}
.pcard:hover .pcard-media img { transform: scale(1.04); }
.pcard-icon-wrap { padding: 24px 20px 16px; }
.pcard-icon-wrap .icon-box { width: 52px; height: 52px; }
.pcard:nth-child(1) .icon-box { background: linear-gradient(145deg, var(--blue), var(--cyan)); }
.pcard:nth-child(2) .icon-box { background: linear-gradient(145deg, var(--blue-dark), var(--blue)); }
.pcard:nth-child(3) .icon-box { background: linear-gradient(145deg, #0ea5e9, var(--cyan)); }
.pcard:nth-child(4) .icon-box { background: linear-gradient(145deg, var(--red), #ff6b6b); }
.pcard-top {
  padding: 0 20px 8px;
  font-family: var(--font-display);
  font-size: 1.05rem; font-weight: 800;
  letter-spacing: 0.05em; text-transform: none;
  color: var(--blue-dark);
}
.pcard-body { padding: 0 20px 24px; flex: 1; }
.pcard-body h5 {
  font-family: var(--font-display);
  font-size: .95rem; font-weight: 700;
  text-transform: none;
  margin-bottom: 10px; color: var(--gray);
}
.pcard-body p { font-size: 13px; color: var(--gray); line-height: 1.65; margin: 0; }

/* ── CTA afiş ── */
.poster-cta {
  background-color: var(--blue-dark);
  background-image:
    linear-gradient(135deg, rgba(0, 61, 122, 0.9) 0%, rgba(0, 92, 185, 0.85) 50%, rgba(0, 174, 239, 0.78) 100%),
    url("../images/bg-01-1920x690.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.poster-cta::after {
  content: "";
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
.cta-inner {
  display: flex; flex-wrap: wrap;
  align-items: center; justify-content: center;
  gap: 24px 40px;
  padding: 56px 16px;
  position: relative; z-index: 1;
}
.cta-phone-block {
  display: flex; align-items: center; gap: 16px;
}
.cta-phone-block .icon-box { width: 64px; height: 64px; border-radius: 50%; }
.cta-phone-block .icon-box .corp-icon { width: 28px; height: 28px; }
.cta-inner h2 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 7vw, 3.5rem);
  font-weight: 800; color: var(--white); margin: 0;
}
.cta-inner h4 {
  font-size: 17px; font-weight: 500;
  color: rgba(255,255,255,.9); margin: 0;
  max-width: 340px; text-transform: none;
}
.btn-cta {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--yellow); color: var(--black);
  font-family: var(--font-display);
  font-size: 14px; font-weight: 800;
  letter-spacing: 0.1em; text-transform: none;
  text-decoration: none;
  padding: 16px 28px;
  border-radius: 4px;
  box-shadow: 0 8px 24px rgba(0,0,0,.2);
  transition: transform .15s;
}
.btn-cta:hover { transform: scale(1.03); }
.btn-cta .corp-icon { width: 20px; height: 20px; }

/* ── Tabs ── */
.content-split { display: grid; gap: 40px; }
@media (min-width: 992px) { .content-split { grid-template-columns: 1.1fr 1fr; align-items: start; } }

.tabs { width: 100%; }
.tab-input { position: absolute; opacity: 0; pointer-events: none; }
.tab-labels { display: flex; flex-wrap: wrap; gap: 0; margin-bottom: 0; }
.tab-labels label {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-display);
  font-size: 13px; font-weight: 700;
  letter-spacing: 0.06em; text-transform: none;
  padding: 14px 20px;
  background: var(--surface);
  border: 1px solid #e2e8f0;
  cursor: pointer;
  transition: background .15s, color .15s;
  margin-right: -1px;
}
.tab-labels label .corp-icon { width: 16px; height: 16px; opacity: .7; }
#tab1:checked ~ .tab-labels label[for="tab1"],
#tab2:checked ~ .tab-labels label[for="tab2"],
#tab3:checked ~ .tab-labels label[for="tab3"] {
  background: var(--blue); color: var(--white); border-color: var(--blue);
}
#tab1:checked ~ .tab-labels label[for="tab1"] .corp-icon,
#tab2:checked ~ .tab-labels label[for="tab2"] .corp-icon,
#tab3:checked ~ .tab-labels label[for="tab3"] .corp-icon { opacity: 1; }
.tab-panels {
  border: 1px solid #e2e8f0;
  background: var(--white);
  padding: 28px;
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06);
}
.tab-panel { display: none; text-align: left; }
.tab-panel-media {
  margin: 0 0 20px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
}
.tab-panel-media img {
  display: block;
  width: 100%;
  max-height: 220px;
  object-fit: cover;
}

#tab1:checked ~ .tab-panels #panel1,
#tab2:checked ~ .tab-panels #panel2,
#tab3:checked ~ .tab-panels #panel3 { display: block; }

.stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 16px; margin-top: 28px;
}
.stat-item {
  text-align: center;
  padding: 20px 12px;
  background: var(--surface);
  border-radius: 4px;
  border-top: 4px solid var(--blue);
}
.stat-item .icon-box {
  width: 40px; height: 40px;
  margin: 0 auto 10px;
  border-radius: 10px;
}
.stat-num {
  font-family: var(--font-display);
  font-size: 2.5rem; font-weight: 800;
  color: var(--red); line-height: 1;
}
.stat-label { font-size: 12px; color: var(--gray); margin-top: 4px; }

.side-box {
  background: var(--surface);
  padding: 28px;
  border-radius: 4px;
  border-left: 5px solid var(--yellow);
  overflow: hidden;
}
.side-box-media {
  margin: -28px -28px 20px;
  overflow: hidden;
}
.side-box-media img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center top;
}

.side-box h4 {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font-display);
  font-size: 1.25rem; font-weight: 800;
  text-transform: none;
  color: var(--blue-dark);
  margin-bottom: 16px;
}
.side-box h4 .corp-icon { color: var(--blue); }
.side-box p { font-size: 14px; color: #374151; margin-bottom: 14px; }

/* ── Intro + ilçeler ── */
.intro-banner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  background: linear-gradient(135deg, var(--white), var(--surface));
  border: 1px solid #e2e8f0;
  border-left: 5px solid var(--red);
  padding: 24px;
  margin-bottom: 24px;
  border-radius: 4px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.05);
}
@media (min-width: 768px) {
  .intro-banner {
    flex-direction: row;
    align-items: center;
    gap: 24px;
    margin-bottom: 32px;
  }
}
.intro-banner-media {
  flex-shrink: 0;
  margin: 0;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
}
.intro-banner-media img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .intro-banner-media { width: 220px; }
  .intro-banner-media img { height: 160px; }
}
.intro-text h6 { font-size: 15px; font-weight: 600; color: var(--blue-dark); margin-bottom: 8px; }
.intro-text p { color: var(--gray); font-size: 14px; margin: 0 0 10px; }
.intro-text p:last-child { margin-bottom: 0; }

.appliance-strip {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .appliance-strip { grid-template-columns: repeat(5, 1fr); gap: 16px; }
}
.appliance-item {
  background: var(--white);
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.05);
  text-align: center;
}
.appliance-item img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: var(--surface);
  padding: 8px;
}
.appliance-item span {
  display: block;
  padding: 10px 8px;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: none;
  color: var(--blue-dark);
  border-top: 2px solid var(--yellow);
}


.district-grid {
  display: grid; gap: 20px;
  grid-template-columns: 1fr;
}
@media (min-width: 576px) { .district-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 992px) { .district-grid { grid-template-columns: repeat(4, 1fr); } }

.district-col {
  background: var(--white);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
  border: 1px solid #e2e8f0;
}
.district-col-head {
  display: flex; align-items: center; gap: 8px;
  padding: 12px 16px;
  background: var(--blue);
  color: var(--white);
  font-family: var(--font-display);
  font-size: 13px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: none;
}
.district-col-head .corp-icon { width: 16px; height: 16px; }
.district-col ul li a {
  display: flex; align-items: center; gap: 8px;
  padding: 10px 16px;
  font-size: 14px; font-weight: 500;
  text-decoration: none; color: var(--black);
  border-bottom: 1px solid #f1f5f9;
  transition: background .12s, color .12s, padding-left .12s;
}
.district-col ul li a .corp-icon { width: 14px; height: 14px; color: var(--blue); opacity: .5; }
.district-col ul li:last-child a { border-bottom: none; }
.district-col ul li a:hover {
  background: #eff6ff; color: var(--blue); padding-left: 20px;
}
.district-col ul li a:hover .corp-icon { opacity: 1; }

/* ── Footer ── */
.site-footer {
  background: var(--black);
  color: rgba(255,255,255,.72);
  padding: 56px 0 0;
}
.footer-grid {
  display: grid; gap: 32px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) { .footer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 992px) { .footer-grid { grid-template-columns: repeat(3, 1fr); } }

.footer-grid h4 {
  display: flex; align-items: center; gap: 8px;
  font-family: var(--font-display);
  color: var(--white);
  font-size: 1.05rem;
  letter-spacing: 0.06em;
  text-transform: none;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--red);
}
.footer-grid h4 .corp-icon { width: 20px; height: 20px; color: var(--cyan); }
.footer-brand p { font-size: 13px; line-height: 1.65; }
.footer-menu a {
  display: flex; align-items: center; gap: 8px;
  padding: 7px 0; font-size: 14px;
  color: rgba(255,255,255,.65);
  text-decoration: none;
}
.footer-menu a .corp-icon { width: 14px; height: 14px; opacity: .5; }
.footer-menu a:hover { color: var(--cyan); }
.footer-menu a:hover .corp-icon { opacity: 1; color: var(--cyan); }
.footer-contact li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 14px;
}
.footer-contact li > span,
.footer-contact li > a { flex: 1; }
.footer-contact .icon-box { width: 36px; height: 36px; border-radius: 10px; flex-shrink: 0; }
.footer-contact a { color: var(--cyan); text-decoration: none; }

.footer-bottom {
  margin-top: 40px; padding: 18px;
  text-align: center; font-size: 13px;
  color: rgba(255,255,255,.4);
  border-top: 1px solid rgba(255,255,255,.08);
}
.footer-bottom a { color: var(--cyan); }

/* ── Mobil Tıkla Ara barı — navbar renkleri ── */
.mobile-call {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: var(--blue);
  border-top: 3px solid var(--yellow);
  box-shadow: 0 -8px 32px rgba(0, 61, 122, 0.35);
  padding-bottom: env(safe-area-inset-bottom, 0);
}
@media (max-width: 1100px) {
  .mobile-call { display: block; }
  body { padding-bottom: calc(76px + env(safe-area-inset-bottom, 0)); }
}
.mobile-tikla-ara {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 16px;
  text-decoration: none;
  color: var(--white);
  min-height: 72px;
}
.call-icon {
  width: 48px;
  height: 48px;
  background: var(--yellow);
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  animation: pulse-call 2s infinite;
}
.call-icon .corp-icon {
  width: 22px;
  height: 22px;
  color: var(--blue-dark);
  stroke-width: 2;
}
.call-label {
  display: block;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: none;
  color: var(--yellow);
}
.call-number {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(20px, 5vw, 26px);
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--white);
}
.call-arrow .corp-icon {
  width: 24px;
  height: 24px;
  color: var(--yellow);
}

@keyframes pulse-call {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255, 213, 0, 0.45); }
  50% { box-shadow: 0 0 0 10px rgba(255, 213, 0, 0); }
}

.beyan-modal { display: none !important; }
.beyan-modal.is-open {
  display: flex !important;
  position: fixed;
  inset: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.beyan-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
}
.beyan-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  max-height: min(82vh, 720px);
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 3px double #1428a0;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
  border-radius: 8px;
  overflow: hidden;
}
.beyan-modal__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border-bottom: 2px solid #dbeafe;
  background: #eff6ff;
}
.beyan-modal__head h2 {
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.35;
  font-weight: 700;
  color: #1428a0;
  margin: 0;
}
.beyan-modal__close {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border: 1px solid #93c5fd;
  background: #fff;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  color: #1428a0;
  border-radius: 4px;
}
.beyan-modal__close:hover {
  background: #1428a0;
  color: #fff;
}
.beyan-modal__body {
  padding: 20px;
  overflow: auto;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #222;
}
.beyan-lead {
  margin-bottom: 14px;
  padding: 12px 14px;
  border-left: 4px solid #1428a0;
  background: #eff6ff;
}
.beyan-list {
  margin: 0 0 14px 18px;
  padding: 0;
}
.beyan-list li { margin-bottom: 8px; }
.beyan-modal__foot {
  padding: 16px 20px 20px;
  border-top: 2px solid #dbeafe;
  background: #eff6ff;
  text-align: center;
}
.beyan-modal__btn {
  display: inline-block;
  padding: 12px 28px;
  border: 2px solid #1428a0;
  background: #1428a0;
  color: #fff;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 6px;
}
.beyan-modal__btn:hover {
  background: #fff;
  color: #1428a0;
}
body.beyan-modal-open { overflow: hidden; }
@media (max-width: 820px) {
  .beyan-modal { display: none !important; }
}
