/* =====================================================================
   Otoservis - Kurumsal Site Stili
   Bootstrap 5.3 üzerine özel tema
   ===================================================================== */

:root {
  --brand: #0d1b2a;
  --brand-2: #16283f;
  --brand-3: #223d5e;
  --accent: #e8630a;
  --accent-dark: #c55306;
  --soft: #f4f6f9;
  --ink: #1d2b3a;
  --muted: #5a6b82;
  --radius: 14px;
  --font-head: "Poppins", "Segoe UI", sans-serif;
  --font-body: "Inter", "Segoe UI", sans-serif;
}

/* ---------------- Taban ---------------- */
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  overflow-x: hidden; /* viewport'a yayılır; sticky menü bozulmaz */
}
@supports (overflow: clip) {
  /* clip kaydırma konteyneri oluşturmaz: yatay kayma kökten engellenir */
  body { overflow-x: clip; }
}
h1, h2, h3, h4, h5, .navbar-brand { font-family: var(--font-head); }
a { color: var(--accent); }
.text-accent { color: var(--accent) !important; }
.bg-accent { background: var(--accent) !important; }

/* Uzun e-posta/adres metinleri satır kırılımına izin verir (mobil taşma önlemi) */
.info-card a, .info-card span,
.footer-contact a, .footer-contact li,
.m-contact a, .m-contact span,
.pc-meta, .share-row { word-break: break-word; overflow-wrap: anywhere; }

::selection { background: var(--accent); color: #fff; }

/* ---------------- Butonlar ---------------- */
.btn-accent {
  --bs-btn-bg: var(--accent);
  --bs-btn-border-color: var(--accent);
  --bs-btn-color: #fff;
  --bs-btn-hover-bg: var(--accent-dark);
  --bs-btn-hover-border-color: var(--accent-dark);
  --bs-btn-hover-color: #fff;
  --bs-btn-active-bg: var(--accent-dark);
  --bs-btn-active-color: #fff;
  --bs-btn-active-border-color: var(--accent-dark);
  font-weight: 600;
  border-radius: 10px;
}
.btn-dark { background: var(--brand); border-color: var(--brand); border-radius: 10px; font-weight: 600; }
.btn-dark:hover { background: var(--brand-2); border-color: var(--brand-2); }
.btn-wa {
  background: #25d366; border-color: #25d366; color: #fff; font-weight: 600; border-radius: 10px;
}
.btn-wa:hover { background: #1eb85a; border-color: #1eb85a; color: #fff; }
.btn-outline-dark { border-radius: 10px; font-weight: 600; }

/* ---------------- Üst bar ---------------- */
.topbar {
  background: var(--brand);
  color: rgba(255, 255, 255, .85);
  font-size: .84rem;
  padding: .48rem 0;
}
.topbar .container { gap: 1rem; }
.top-item { display: inline-flex; align-items: center; gap: 6px; }
.top-item i { color: var(--accent); }
.topbar a { color: rgba(255, 255, 255, .9); text-decoration: none; }
.topbar a:hover { color: #ffb27d; }
.top-sep { width: 1px; height: 14px; background: rgba(255, 255, 255, .22); }
.top-soc {
  width: 28px; height: 28px; border-radius: 8px;
  display: inline-flex; align-items: center; justify-content: center;
  color: rgba(255, 255, 255, .75); text-decoration: none; font-size: .95rem;
  transition: all .2s ease;
}
.top-soc:hover { background: var(--accent); color: #fff; }

/* ---------------- Ana menü ---------------- */
.main-nav {
  position: sticky; top: 0; z-index: 1035;
  background: #fff;
  border-bottom: 1px solid #e8edf3;
  transition: box-shadow .3s ease;
}
.main-nav.scrolled { box-shadow: 0 12px 34px rgba(13, 27, 42, .1); }
.nav-inner {
  display: flex; align-items: center; gap: .9rem;
  padding: .85rem 0;
  transition: padding .28s ease;
}
.main-nav.scrolled .nav-inner { padding: .5rem 0; }

/* Marka */
.nav-brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; flex: 0 0 auto; }
.nav-logo-img { width: auto; max-height: 46px; }
.brand-badge {
  width: 44px; height: 44px; border-radius: 12px;
  background: linear-gradient(135deg, var(--accent), #ff8c42);
  color: #fff; display: inline-flex; align-items: center; justify-content: center;
  font-size: 1.3rem; flex: 0 0 auto;
  box-shadow: 0 8px 20px rgba(232, 99, 10, .3);
}
.brand-text {
  font-weight: 800; font-size: 1.2rem; color: var(--brand);
  font-family: var(--font-head); line-height: 1.1; letter-spacing: -.2px;
}
.brand-text small {
  display: block; font-size: .58rem; font-weight: 600; color: var(--muted);
  letter-spacing: 2.4px; margin-top: 2px;
}
.nav-brand:hover .brand-text { color: var(--accent); }

/* Bağlantılar */
.nav-links { align-items: center; gap: .1rem; margin-left: auto; margin-right: auto; }
.nav-links .nav-link {
  position: relative; padding: .62rem .95rem;
  color: var(--ink); font-weight: 600; font-size: .93rem;
  text-decoration: none; border-radius: 9px;
  transition: color .2s ease;
}
.nav-links .nav-link::after {
  content: ""; position: absolute; left: 50%; bottom: 4px;
  transform: translateX(-50%); width: 0; height: 3px; border-radius: 3px;
  background: linear-gradient(90deg, var(--accent), #ff9d57);
  transition: width .24s ease;
}
.nav-links .nav-link:hover { color: var(--accent); }
.nav-links .nav-link:hover::after,
.nav-links .nav-link.active::after { width: 58%; }
.nav-links .nav-link.active { color: var(--brand); }
.nav-item-mega.mega-active > .nav-link { color: var(--accent); }
.nav-item-mega.mega-active > .nav-link::after { width: 58%; }

/* Mega menü */
.nav-item-mega { position: relative; }
.mega-arrow {
  position: absolute; top: 50%; right: 7px;
  transform: translateY(-50%);
  font-size: .6rem; color: var(--accent);
  opacity: 0;
  transition: opacity .22s ease, transform .28s ease;
}
.nav-item-mega:hover .mega-arrow,
.nav-item-mega:focus-within .mega-arrow {
  opacity: 1;
  transform: translateY(-50%) rotate(180deg);
}
.mega-menu {
  position: absolute; top: calc(100% + 2px); left: 50%;
  width: min(740px, 94vw);
  background: #fff; border: 1px solid #e8edf3; border-radius: 18px;
  box-shadow: 0 34px 80px rgba(13, 27, 42, .2);
  padding: 0 0 .85rem;
  opacity: 0; visibility: hidden; pointer-events: none;
  transform: translateX(-50%) translateY(12px) scale(.99);
  transition: opacity .26s ease, transform .3s cubic-bezier(.2, .75, .3, 1), visibility .26s;
  z-index: 1050;
}
/* Fare köprüsü: link ile panel arasındaki boşlukta hover'ı korur */
.mega-menu::before {
  content: ""; position: absolute;
  top: -16px; left: 0; right: 0; height: 16px;
}
.nav-item-mega:hover .mega-menu,
.nav-item-mega:focus-within .mega-menu {
  opacity: 1; visibility: visible; pointer-events: auto;
  transform: translateX(-50%) translateY(0) scale(1);
}
.mega-head {
  display: flex; justify-content: space-between; align-items: center;
  padding: 1rem 1.2rem .8rem;
  border-bottom: 1px solid #eef2f7;
}
.mega-eyebrow {
  font-size: .72rem; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; color: var(--muted);
}
.mega-eyebrow i { color: var(--accent); margin-right: 4px; }
.mega-all {
  font-size: .82rem; font-weight: 700; color: var(--accent);
  text-decoration: none; white-space: nowrap;
}
.mega-all:hover { text-decoration: underline; }
.mega-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: .15rem .5rem; padding: .65rem .8rem 0;
}
.mega-item {
  display: flex; gap: 12px; align-items: flex-start;
  padding: .68rem .75rem; border-radius: 13px;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
}
.mega-item:hover { background: var(--soft); }
.mm-icon {
  width: 42px; height: 42px; border-radius: 11px; flex: 0 0 auto;
  background: linear-gradient(135deg, rgba(232, 99, 10, .13), rgba(232, 99, 10, .04));
  color: var(--accent); font-size: 1.12rem;
  display: inline-flex; align-items: center; justify-content: center;
  transition: all .22s ease;
}
.mega-item:hover .mm-icon {
  background: linear-gradient(135deg, var(--accent), #ff8c42);
  color: #fff; box-shadow: 0 8px 18px rgba(232, 99, 10, .35);
}
.mm-body { min-width: 0; }
.mm-body strong {
  display: block; font-size: .88rem; font-weight: 700;
  color: var(--brand); line-height: 1.3; margin-bottom: 2px;
}
.mm-body small {
  display: block; font-size: .75rem; color: var(--muted);
  line-height: 1.4; display: -webkit-box;
  -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.mega-foot {
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  margin: .8rem .8rem 0; padding: .8rem 1.05rem;
  background: linear-gradient(120deg, var(--brand), var(--brand-3));
  color: #fff; border-radius: 13px; text-decoration: none;
  transition: box-shadow .2s ease, transform .2s ease;
}
.mega-foot:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 14px 30px rgba(13, 27, 42, .25); }
.mega-foot span { font-size: .8rem; opacity: .82; }
.mega-foot span i { color: #ffb27d; margin-right: 4px; }
.mega-foot strong { font-size: .95rem; font-family: var(--font-head); white-space: nowrap; }
.mega-foot strong i { color: #ffb27d; margin-right: 5px; }

/* Sağ taraf: telefon + buton */
.nav-cta { flex: 0 0 auto; }
.nav-phone {
  display: inline-flex; align-items: center; gap: 11px;
  padding: .3rem .2rem .3rem 0; margin-right: .2rem;
  border-right: 1px solid #e8edf3;
  padding-right: 1rem !important; text-decoration: none;
}
.np-ring {
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--soft); color: var(--accent);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 1.05rem; position: relative;
}
.np-ring::after {
  content: ""; position: absolute; inset: -4px; border-radius: 50%;
  border: 2px solid rgba(232, 99, 10, .22);
  animation: np-pulse 2.4s infinite;
}
@keyframes np-pulse {
  0% { transform: scale(.9); opacity: 1; }
  70% { transform: scale(1.25); opacity: 0; }
  100% { transform: scale(1.25); opacity: 0; }
}
.np-text small {
  display: block; font-size: .64rem; letter-spacing: 1.6px;
  text-transform: uppercase; color: var(--muted); font-weight: 600;
}
.np-text strong {
  display: block; font-family: var(--font-head); font-weight: 800;
  font-size: .98rem; color: var(--brand); white-space: nowrap; line-height: 1.25;
}
.nav-phone:hover .np-text strong { color: var(--accent); }
.nav-btn { padding: .6rem 1.15rem; white-space: nowrap; }

/* Hamburger */
.nav-burger {
  width: 46px; height: 46px; border-radius: 12px;
  border: 1.5px solid #e0e6ee; background: #fff;
  display: inline-flex; flex-direction: column; gap: 5px;
  align-items: center; justify-content: center;
  flex: 0 0 auto; margin-left: auto;
  transition: border-color .2s ease, background .2s ease;
}
.nav-burger span { width: 20px; height: 2px; border-radius: 2px; background: var(--brand); transition: all .22s ease; }
.nav-burger:hover { border-color: var(--accent); }
.nav-burger:hover span { background: var(--accent); }

/* ---------------- Mobil menü (offcanvas) ---------------- */
.nav-canvas { max-width: 340px; border: 0; box-shadow: -18px 0 60px rgba(13, 27, 42, .18); }
.nav-canvas .offcanvas-header { padding: 1.05rem 1.3rem; border-bottom: 1px solid #edf1f6; }
.nav-canvas .offcanvas-body { overflow-y: auto; }
.m-nav { margin: .4rem 0 .8rem; }
.m-link {
  display: flex; align-items: center; gap: 12px;
  padding: .78rem 1.3rem; font-weight: 600; font-size: .94rem;
  color: var(--ink); text-decoration: none;
  border-left: 3px solid transparent;
  transition: all .18s ease;
}
.m-link i { color: var(--accent); font-size: 1.05rem; width: 22px; text-align: center; }
.m-link:hover, .m-link.active {
  background: var(--soft); border-left-color: var(--accent); color: var(--brand);
}
.m-section {
  padding: 1rem 1.3rem .4rem; font-size: .68rem; font-weight: 700;
  letter-spacing: 2.4px; text-transform: uppercase; color: var(--muted);
}
.m-sub {
  font-size: .88rem; font-weight: 500; color: #3a4b5e;
  padding: .55rem 1.3rem .55rem 1.45rem;
}
.m-all {
  color: var(--accent); font-weight: 700; font-size: .9rem;
}
.m-all i.bi-arrow-right { margin-left: auto; font-size: .85rem; }
.m-contact {
  margin-top: auto; padding: 1.05rem 1.3rem;
  border-top: 1px solid #edf1f6;
  display: flex; flex-direction: column; gap: .55rem;
  font-size: .86rem; color: var(--muted); background: #fbfcfe;
}
.m-contact a { color: var(--brand); text-decoration: none; font-weight: 600; }
.m-contact a:hover { color: var(--accent); }
.m-contact i { color: var(--accent); width: 20px; }
.m-contact span { display: flex; gap: 8px; align-items: flex-start; }
.m-cta { padding: 1.05rem 1.3rem 1.4rem; display: grid; gap: .55rem; border-top: 1px solid #edf1f6; }

/* ---------------- Hero ---------------- */
.hero {
  position: relative;
  background:
    radial-gradient(1100px 480px at 85% -10%, rgba(232, 99, 10, .22), transparent 60%),
    linear-gradient(140deg, var(--brand) 0%, var(--brand-2) 55%, var(--brand-3) 100%);
  color: #fff;
  padding: 5.5rem 0 6.5rem;
  overflow: hidden;
}
.hero-pattern {
  position: absolute; inset: 0; opacity: .5; pointer-events: none;
  background-image:
    repeating-linear-gradient(-45deg, rgba(255,255,255,.03) 0 2px, transparent 2px 26px);
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(232, 99, 10, .16); border: 1px solid rgba(232, 99, 10, .45);
  color: #ffb27d; padding: .45rem 1.1rem; border-radius: 100px;
  font-weight: 600; font-size: .85rem; letter-spacing: .4px;
}
.hero-title {
  font-size: clamp(2.1rem, 5vw, 3.4rem);
  font-weight: 800; line-height: 1.12; letter-spacing: -.5px; margin: 1.1rem 0 .8rem;
}
.hero-sub {
  font-size: clamp(1.02rem, 2.2vw, 1.35rem);
  font-weight: 600; color: #ff9d57; margin-top: .35rem; letter-spacing: .2px;
}
.hero-lead { color: rgba(255,255,255,.78); font-size: 1.05rem; max-width: 620px; }
.btn-hero-call {
  background: #fff; border: none; color: var(--brand);
  font-weight: 700; border-radius: 10px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .18);
  transition: transform .2s ease, box-shadow .2s ease, color .2s ease;
}
.btn-hero-call:hover { background: #fff; color: var(--accent); transform: translateY(-2px); box-shadow: 0 16px 34px rgba(0, 0, 0, .24); }
.hero-chips { display: flex; flex-wrap: wrap; gap: .55rem; }
.hero-chip {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.16);
  color: rgba(255,255,255,.9); text-decoration: none;
  padding: .38rem .85rem; border-radius: 100px; font-size: .8rem; font-weight: 500;
  transition: all .2s ease;
}
.hero-chip:hover { background: var(--accent); border-color: var(--accent); color: #fff; }
.hero-chip i { font-size: .9rem; color: var(--accent); }
.hero-chip:hover i { color: #fff; }

.hero-art { position: relative; }
.hero-card {
  position: absolute; left: -18px; bottom: -26px;
  background: #fff; color: var(--ink);
  padding: .9rem 1.3rem; border-radius: 14px;
  box-shadow: 0 18px 48px rgba(0,0,0,.28);
  display: flex; min-width: 240px;
}
.hc-icon {
  width: 46px; height: 46px; border-radius: 12px; flex: 0 0 auto;
  background: var(--soft); color: var(--accent);
  display: inline-flex; align-items: center; justify-content: center; font-size: 1.3rem;
}
.hc-label { font-size: .72rem; color: var(--muted); text-transform: uppercase; letter-spacing: 1px; }
.hc-phone { font-weight: 800; color: var(--brand); font-size: 1.15rem; text-decoration: none; font-family: var(--font-head); }
.hc-phone:hover { color: var(--accent); }

/* ---------------- İstatistik bandı ---------------- */
.stats-band {
  background: var(--brand);
  color: #fff;
  padding: 1.7rem 0;
  border-top: 3px solid var(--accent);
}
.stat-cell { padding: .5rem .5rem; }
.stat-bordered { border-left: 1px solid rgba(255,255,255,.14); }
.stat-val {
  font-family: var(--font-head); font-weight: 800;
  font-size: clamp(1.5rem, 3vw, 2.1rem); color: var(--accent); line-height: 1.15;
}
.stat-label { font-size: .82rem; color: rgba(255,255,255,.72); letter-spacing: .4px; }
@media (max-width: 575.98px) {
  .stat-cell:nth-child(3), .stat-cell:nth-child(4) { margin-top: .9rem; }
  .stat-cell:nth-child(3) { border-left: 0; }
}

/* ---------------- Bölüm başlıkları ---------------- */
.section { padding: 5.2rem 0; }
.section-alt { background: var(--soft); }
.section-eyebrow {
  display: inline-block; color: var(--accent); font-weight: 700;
  text-transform: uppercase; letter-spacing: 2.2px; font-size: .78rem; margin-bottom: .5rem;
}
.section-title { font-weight: 800; font-size: clamp(1.55rem, 3.2vw, 2.2rem); color: var(--brand); letter-spacing: -.4px; }
.section-sub { color: var(--muted); max-width: 640px; }
.section-head .section-sub { margin: .8rem auto 0; }

/* ---------------- Hizmet kartları ---------------- */
.service-card {
  display: block; height: 100%;
  background: #fff; border: 1px solid #e8edf3; border-radius: var(--radius);
  padding: 1.8rem 1.5rem; text-decoration: none; color: var(--ink);
  position: relative; overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.service-card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--accent), #ff9d57);
  transform: scaleX(0); transform-origin: left; transition: transform .3s ease;
}
.service-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(13,27,42,.1); border-color: transparent; color: var(--ink); }
.service-card:hover::before { transform: scaleX(1); }
.sc-icon {
  width: 62px; height: 62px; border-radius: 16px;
  background: linear-gradient(135deg, rgba(232,99,10,.12), rgba(232,99,10,.04));
  color: var(--accent); font-size: 1.7rem;
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 1rem;
}
.sc-icon-lg { width: 84px; height: 84px; font-size: 2.2rem; margin-bottom: 0; flex: 0 0 auto; }
.sc-icon-sm { width: 40px; height: 40px; font-size: 1.1rem; border-radius: 10px; margin-bottom: 0; display: inline-flex; }
.sc-title { font-size: 1.06rem; font-weight: 700; color: var(--brand); margin-bottom: .45rem; }
.sc-desc { font-size: .88rem; color: var(--muted); margin-bottom: 1rem; }
.sc-link { color: var(--accent); font-weight: 700; font-size: .85rem; }
.sc-link i { transition: transform .2s; }
.service-card:hover .sc-link i { transform: translateX(4px); }

/* ---------------- Neden biz ---------------- */
.feature-box { padding: .4rem 0; }
.fb-icon {
  width: 44px; height: 44px; border-radius: 11px; margin-bottom: .55rem;
  background: var(--brand); color: #fff; font-size: 1.15rem;
  display: inline-flex; align-items: center; justify-content: center;
}
.feature-box h4 { font-size: .98rem; font-weight: 700; color: var(--brand); }
.feature-box p { font-size: .85rem; color: var(--muted); margin: 0; }
.about-art img { box-shadow: 0 24px 60px rgba(13,27,42,.16); }
.exp-badge {
  position: absolute; right: -10px; top: -18px;
  background: var(--accent); color: #fff;
  border-radius: 16px; padding: .8rem 1.2rem; text-align: center;
  box-shadow: 0 14px 34px rgba(232,99,10,.4);
}
.exp-badge strong { display: block; font-size: 1.5rem; font-family: var(--font-head); line-height: 1; }
.exp-badge span { font-size: .68rem; letter-spacing: .6px; opacity: .92; }

/* ---------------- Süreç adımları ---------------- */
.process-step {
  text-align: center; padding: 2.1rem 1.3rem 1.7rem;
  background: #fff; border-radius: var(--radius);
  border: 1px solid #e8edf3; position: relative;
  transition: transform .25s ease, box-shadow .25s ease;
}
.process-step:hover { transform: translateY(-5px); box-shadow: 0 16px 36px rgba(13,27,42,.09); }
.ps-num {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--brand); color: #fff; font-weight: 700;
  display: flex; align-items: center; justify-content: center; font-size: .92rem;
  border: 4px solid #fff; font-family: var(--font-head);
}
.ps-icon { font-size: 2.1rem; color: var(--accent); }
.process-step h4 { font-size: 1.02rem; font-weight: 700; color: var(--brand); margin: .7rem 0 .45rem; }
.process-step p { font-size: .85rem; color: var(--muted); margin: 0; }

/* ---------------- CTA bandı ---------------- */
.cta-band {
  background:
    radial-gradient(700px 300px at 110% 20%, rgba(255,255,255,.1), transparent 55%),
    linear-gradient(120deg, var(--brand), var(--brand-3));
  color: #fff; padding: 3.2rem 0;
}
.cta-band h2 { font-weight: 700; font-size: clamp(1.3rem, 2.6vw, 1.7rem); }
.cta-call { font-weight: 700; border-radius: 12px; }

/* ---------------- Randevu formu ---------------- */
.appt-card {
  background: #fff; border-radius: var(--radius);
  padding: 2rem; box-shadow: 0 20px 54px rgba(13,27,42,.1);
  border-top: 4px solid var(--accent);
}
.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li { padding: .5rem 0 .5rem 2rem; position: relative; color: var(--ink); }
.check-list li i { position: absolute; left: 0; top: .58rem; color: var(--accent); font-size: 1.05rem; }
.phone-link { color: var(--brand); font-family: var(--font-head); font-size: 1.15rem; }
.phone-link:hover { color: var(--accent); }

/* ---------------- Galeri ---------------- */
.g-item { display: block; position: relative; border-radius: 12px; overflow: hidden; aspect-ratio: 4/3; background: var(--brand-2); }
.g-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.g-item:hover img { transform: scale(1.08); }
.g-overlay {
  position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: center;
  background: linear-gradient(to top, rgba(13,27,42,.85), rgba(13,27,42,.25));
  color: #fff; font-weight: 600; font-size: .92rem; text-align: center;
  opacity: 0; transition: opacity .3s ease; padding: 1rem;
}
.g-overlay small { display: block; font-size: .72rem; opacity: .8; margin-top: 2px; text-transform: uppercase; letter-spacing: 1.5px; }
.g-overlay i { font-size: 1.5rem; margin-bottom: .4rem; }
.g-item:hover .g-overlay { opacity: 1; }
.filter-pills { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.4rem; }
.pill {
  border: 1px solid #dbe2ea; background: #fff; color: var(--ink);
  border-radius: 100px; padding: .42rem 1.15rem; font-weight: 600; font-size: .85rem;
  transition: all .2s ease;
}
.pill:hover { border-color: var(--accent); color: var(--accent); }
.pill.active { background: var(--brand); border-color: var(--brand); color: #fff; }
.g-filter.hidden-cat { display: none !important; }

/* ---------------- Yorumlar ---------------- */
.t-card {
  height: 100%; background: #fff; border-radius: var(--radius);
  border: 1px solid #e8edf3; padding: 1.8rem 1.6rem; position: relative;
}
.t-quote { position: absolute; top: 1.1rem; right: 1.3rem; font-size: 2.6rem; color: rgba(232,99,10,.16); }
.t-stars { color: #f5a623; font-size: .85rem; margin-bottom: .7rem; }
.t-text { font-size: .92rem; color: var(--ink); }
.t-author { margin-top: 1rem; font-weight: 700; color: var(--brand); font-size: .9rem; }
.t-author i { color: var(--accent); font-size: 1.35rem; vertical-align: -2px; margin-right: 4px; }
#testimonialCarousel .carousel-control-prev,
#testimonialCarousel .carousel-control-next {
  width: auto; opacity: .8; top: 50%; transform: translateY(-80%);
}
#testimonialCarousel .carousel-control-prev i,
#testimonialCarousel .carousel-control-next i { font-size: 2.3rem; color: var(--accent); }

/* ---------------- Blog kartları ---------------- */
.post-card {
  display: block; height: 100%; background: #fff; border-radius: var(--radius);
  overflow: hidden; text-decoration: none; color: var(--ink);
  border: 1px solid #e8edf3;
  transition: transform .25s ease, box-shadow .25s ease;
}
.post-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(13,27,42,.1); color: var(--ink); }
.pc-cover { aspect-ratio: 16/9.5; overflow: hidden; background: var(--brand-2); }
.pc-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.post-card:hover .pc-cover img { transform: scale(1.06); }
.pc-body { padding: 1.3rem 1.4rem 1.5rem; }
.pc-meta { font-size: .76rem; color: var(--muted); margin-bottom: .45rem; }
.pc-meta i { color: var(--accent); }
.pc-title { font-size: 1.04rem; font-weight: 700; color: var(--brand); }
.pc-excerpt { font-size: .86rem; color: var(--muted); margin: .5rem 0 .9rem; }
.pc-link { color: var(--accent); font-weight: 700; font-size: .85rem; }

/* ---------------- SSS ---------------- */
.faq-acc .accordion-item { border-radius: 12px !important; overflow: hidden; margin-bottom: .8rem; border: 1px solid #e2e8f0; }
.faq-acc .accordion-button { font-weight: 700; color: var(--brand); font-size: .98rem; }
.faq-acc .accordion-button:not(.collapsed) { background: var(--brand); color: #fff; }
.faq-acc .accordion-button:not(.collapsed)::after { filter: invert(1); }
.faq-acc .accordion-body { font-size: .92rem; color: var(--muted); }

/* ---------------- İç sayfa başlığı ---------------- */
.page-header {
  background:
    radial-gradient(800px 300px at 90% -20%, rgba(232,99,10,.25), transparent 60%),
    linear-gradient(140deg, var(--brand), var(--brand-3));
  color: #fff; padding: 3.4rem 0 3rem; position: relative; overflow: hidden;
}
.page-header .breadcrumb { margin-bottom: .8rem; }
.page-header .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,.45); }
.page-header .breadcrumb-item a { color: rgba(255,255,255,.75); text-decoration: none; }
.page-header .breadcrumb-item a:hover { color: #fff; }
.page-header .breadcrumb-item.active { color: #ffb27d; }
.page-title { font-weight: 800; font-size: clamp(1.6rem, 3.4vw, 2.3rem); letter-spacing: -.4px; margin: 0; }

/* ---------------- Hizmet detay ---------------- */
.service-hero {
  background: #fff; border: 1px solid #e8edf3; border-radius: var(--radius); padding: 1.6rem;
}
.service-hero h2 { font-size: 1.5rem; font-weight: 800; color: var(--brand); }
.content-body { font-size: .97rem; color: #2a3949; line-height: 1.75; }
.content-body h2, .content-body h3 { color: var(--brand); font-weight: 800; margin: 1.6rem 0 .7rem; font-size: 1.2rem; }
.content-body p { margin-bottom: 1rem; }
.content-body ul, .content-body ol { padding-left: 1.3rem; margin-bottom: 1rem; }
.content-body li { margin-bottom: .4rem; }
.content-body img { max-width: 100%; height: auto; border-radius: 10px; }
.content-body strong { color: var(--brand); }
.feature-panel { background: var(--soft); border-radius: var(--radius); padding: 1.6rem 1.8rem; }
.fp-title { font-weight: 800; color: var(--brand); font-size: 1.05rem; margin-bottom: .8rem; }
.fp-title i { color: var(--accent); margin-right: 4px; }
.price-note {
  display: flex; gap: 1rem; align-items: center;
  background: linear-gradient(120deg, var(--brand), var(--brand-3)); color: #fff;
  border-radius: var(--radius); padding: 1.3rem 1.6rem;
}
.price-note i { font-size: 2rem; color: #ff9d57; }
.price-note strong { display: block; font-size: 1.15rem; }
.price-note span { opacity: .75; font-size: .88rem; }
.side-card {
  background: #fff; border: 1px solid #e8edf3; border-radius: var(--radius); padding: 1.5rem;
}
.side-title { font-weight: 800; color: var(--brand); font-size: 1rem; margin-bottom: 1rem; }
.side-title i { color: var(--accent); margin-right: 5px; }
.side-list { list-style: none; padding: 0; margin: 0 0 .8rem; }
.side-list li a {
  display: flex; align-items: center; gap: 10px; text-decoration: none;
  color: var(--ink); padding: .55rem 0; border-bottom: 1px dashed #e5eaf0; font-size: .9rem; font-weight: 500;
}
.side-list li:last-child a { border-bottom: 0; }
.side-list li a:hover { color: var(--accent); }
.side-list li a i { color: var(--accent); font-size: 1.05rem; }
.side-list-text li a { flex-direction: column; align-items: flex-start; gap: 2px; font-weight: 600; }
.side-list-text li a small { color: var(--muted); font-weight: 400; }
.side-hours { font-size: .85rem; color: var(--muted); }
.side-hours i { color: var(--accent); margin-right: 4px; }

/* ---------------- İletişim ---------------- */
.info-card {
  height: 100%; background: #fff; border: 1px solid #e8edf3; border-radius: var(--radius);
  padding: 1.6rem; text-align: center;
}
.ic-icon {
  width: 54px; height: 54px; border-radius: 14px; margin: 0 auto .8rem;
  background: linear-gradient(135deg, var(--brand), var(--brand-3)); color: #fff;
  display: flex; align-items: center; justify-content: center; font-size: 1.35rem;
}
.info-card h4 { font-size: .95rem; font-weight: 800; color: var(--brand); margin-bottom: .4rem; }
.info-card a { display: block; color: var(--accent); text-decoration: none; font-weight: 600; font-size: .95rem; }
.info-card a:hover { text-decoration: underline; }
.info-card span { font-size: .88rem; color: var(--muted); display: block; }
.map-frame { border-radius: var(--radius); overflow: hidden; box-shadow: 0 14px 36px rgba(13,27,42,.12); }
.map-frame iframe { display: block; width: 100%; border: 0; }

/* ---------------- Formlar ---------------- */
.form-control, .form-select {
  border-radius: 10px; border-color: #dde4ec; padding: .62rem .9rem; font-size: .94rem;
}
.form-control:focus, .form-select:focus {
  border-color: var(--accent); box-shadow: 0 0 0 .2rem rgba(232,99,10,.14);
}
.form-label { font-weight: 600; color: var(--brand); font-size: .87rem; }

/* ---------------- Yazı detay ---------------- */
.pa-meta { color: var(--muted); font-size: .82rem; display: flex; flex-wrap: wrap; gap: 1.2rem; }
.pa-meta i { color: var(--accent); margin-right: 3px; }
.share-row { border-color: #e5eaf0 !important; }
.share-btn {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--soft); color: var(--brand);
  display: inline-flex; align-items: center; justify-content: center; text-decoration: none;
  transition: all .2s ease; font-size: 1.05rem;
}
.share-btn:hover { background: var(--accent); color: #fff; }

/* ---------------- 404 ---------------- */
.err-code {
  font-family: var(--font-head); font-weight: 800;
  font-size: clamp(6rem, 18vw, 10rem); line-height: 1;
  background: linear-gradient(120deg, var(--accent), #ffb27d);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.error-section { padding: 5rem 0 6rem; }
.mini-link {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  background: #fff; border: 1px solid #e8edf3; border-radius: 12px;
  padding: 1rem .5rem; text-decoration: none; color: var(--ink);
  font-weight: 600; font-size: .8rem; text-align: center; height: 100%;
}
.mini-link i { font-size: 1.4rem; color: var(--accent); }
.mini-link:hover { border-color: var(--accent); color: var(--accent); }

/* ---------------- Alt bilgi ---------------- */
.site-footer {
  background:
    radial-gradient(700px 300px at 105% 0%, rgba(232,99,10,.14), transparent 55%),
    var(--brand);
  color: rgba(255,255,255,.78);
  margin-top: auto;
}
/* Alt bilgi hızlı iletişim şeridi (Bizi Arayın + WhatsApp) */
.footer-cta { padding-top: 2rem; }
.fcta-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-width: 230px; padding: .85rem 1.5rem;
  border-radius: 12px; font-weight: 700; font-size: .95rem;
  text-decoration: none; transition: transform .2s ease, box-shadow .2s ease;
}
.fcta-btn i { font-size: 1.15rem; }
.fcta-call { background: #fff; color: var(--brand); box-shadow: 0 10px 26px rgba(0,0,0,.18); }
.fcta-call:hover { background: #fff; color: var(--accent); transform: translateY(-2px); box-shadow: 0 16px 34px rgba(0,0,0,.26); }
.fcta-wa { background: #25d366; color: #fff; box-shadow: 0 10px 26px rgba(37,211,102,.28); }
.fcta-wa:hover { background: #1eb85a; color: #fff; transform: translateY(-2px); box-shadow: 0 16px 34px rgba(37,211,102,.4); }
@media (max-width: 575.98px) {
  .footer-cta .d-flex { flex-direction: column; }
  .fcta-btn { width: 100%; }
}
.footer-about { font-size: .9rem; line-height: 1.7; }
.footer-title {
  color: #fff; font-weight: 700; font-size: .98rem; margin-bottom: 1.1rem;
  position: relative; padding-bottom: .55rem;
}
.footer-title::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 34px; height: 3px;
  border-radius: 3px; background: var(--accent);
}
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: .5rem; }
.footer-links a { color: rgba(255,255,255,.72); text-decoration: none; font-size: .9rem; }
.footer-links a:hover { color: #ffb27d; padding-left: 4px; transition: all .2s; }
.footer-contact { list-style: none; padding: 0; margin: 0; font-size: .9rem; }
.footer-contact li { margin-bottom: .7rem; display: flex; gap: 9px; align-items: flex-start; }
.footer-contact i { color: var(--accent); margin-top: 3px; }
.footer-contact a { color: rgba(255,255,255,.85); text-decoration: none; }
.footer-contact a:hover { color: #fff; }
.social-btn {
  width: 38px; height: 38px; border-radius: 10px;
  background: rgba(255,255,255,.08); color: #fff; text-decoration: none;
  display: inline-flex; align-items: center; justify-content: center; font-size: 1.05rem;
  transition: all .2s ease;
}
.social-btn:hover { background: var(--accent); color: #fff; }
.footer-seo {
  border-top: 1px solid rgba(255,255,255,.12);
  padding: 1.1rem 0; font-size: .78rem; color: rgba(255,255,255,.5); line-height: 1.7;
}
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); font-size: .8rem; color: rgba(255,255,255,.55); }

/* ---------------- Sabit öğeler ---------------- */
.whatsapp-float {
  position: fixed; right: 22px; bottom: 88px; z-index: 1060;
  width: 56px; height: 56px; border-radius: 50%;
  background: #25d366; color: #fff !important;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem; text-decoration: none;
  box-shadow: 0 10px 26px rgba(37, 211, 102, .45);
  animation: wa-pulse 2.6s infinite;
}
.whatsapp-float:hover { background: #1eb85a; color: #fff; }
@keyframes wa-pulse {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, .45); }
  70% { box-shadow: 0 0 0 16px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}
.back-to-top {
  position: fixed; right: 24px; bottom: 22px; z-index: 1059;
  width: 46px; height: 46px; border-radius: 12px; border: none;
  background: var(--brand); color: #fff; font-size: 1.15rem;
  opacity: 0; visibility: hidden; transform: translateY(12px);
  transition: all .28s ease;
}
.back-to-top.show { opacity: 1; visibility: visible; transform: none; }
.back-to-top:hover { background: var(--accent); }

/* ---------------- Sayfalama ---------------- */
.pagination .page-link { color: var(--brand); border-radius: 9px; margin: 0 3px; border-color: #dde4ec; font-weight: 600; }
.pagination .page-item.active .page-link { background: var(--brand); border-color: var(--brand); color: #fff; }

/* ---------------- Duyarlı----------------- */
@media (max-width: 991.98px) {
  /* Hakkımızda/anasayfa rozeti: sütun tam genişlikte kenardan taşmasın */
  .exp-badge { right: 8px; top: -12px; padding: .6rem .9rem; }
  .exp-badge strong { font-size: 1.25rem; }
}
@media (max-width: 767.98px) {
  .section { padding: 3.6rem 0; }
  .hero { padding: 3.6rem 0 4.6rem; }
  .exp-badge { right: 6px; top: -10px; padding: .55rem .8rem; }
  .appt-card { padding: 1.3rem; }
}
@media (max-width: 419.98px) {
  /* Küçük ekranlarda menü başlığı daralır; yatay taşma olmaz */
  .brand-text { font-size: 1rem; }
  .brand-text small { display: none; }
  .brand-badge { width: 38px; height: 38px; font-size: 1.1rem; }
  .nav-btn { padding: .5rem .8rem; font-size: .85rem; }
  .hero-title { font-size: 1.75rem; }
  .whatsapp-float { right: 14px; bottom: 78px; width: 50px; height: 50px; font-size: 1.6rem; }
  .back-to-top { right: 16px; bottom: 18px; width: 42px; height: 42px; }
}

/* AOS çakışma düzeltmesi */
[data-aos] { pointer-events: auto; }
