/* ==========================================================================
   DAĞLI OTO — Eurorepar Car Service Adana
   Tema: Bootstrap 5.3 üzerine kurulu özel katman
   Marka rengi logodan örneklendi: #E95A0C
   ========================================================================== */

/* ---------- 1. Tasarım token'ları ---------- */
:root {
  --do-orange:        #E95A0C;
  --do-orange-600:    #d24d05;
  --do-orange-700:    #b64105;
  --do-orange-soft:   #FFF1E7;
  --do-ink:           #10151C;
  --do-ink-2:         #182029;
  --do-ink-3:         #222C38;
  --do-body:          #4A5462;
  --do-muted:         #7B8794;
  --do-line:          #E4E8ED;
  --do-bg-soft:       #F6F8FA;
  --do-white:         #ffffff;

  --do-radius:        14px;
  --do-radius-sm:     10px;
  --do-radius-lg:     22px;
  --do-shadow:        0 6px 28px rgba(16, 21, 28, .08);
  --do-shadow-lg:     0 18px 50px rgba(16, 21, 28, .16);
  --do-shadow-brand:  0 12px 30px rgba(233, 90, 12, .28);

  --do-head:          'Barlow Condensed', 'Oswald', 'Arial Narrow', sans-serif;
  --do-sans:          'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  --do-ease:          cubic-bezier(.22,.61,.36,1);

  /* Bootstrap değişkenlerini markaya bağla */
  --bs-primary:       #E95A0C;
  --bs-primary-rgb:   233, 90, 12;
  --bs-link-color:    #E95A0C;
  --bs-link-hover-color: #b64105;
  --bs-border-color:  #E4E8ED;
  --bs-body-color:    #4A5462;
  --bs-body-font-family: var(--do-sans);
}

/* ---------- 2. Temel ---------- */
* { -webkit-tap-highlight-color: transparent; }

html { scroll-behavior: smooth; scroll-padding-top: 110px; overflow-x: clip; }

body {
  font-family: var(--do-sans);
  color: var(--do-body);
  font-size: 1rem;
  line-height: 1.75;
  background: var(--do-white);
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .display-1, .display-2, .display-3, .display-4 {
  font-family: var(--do-head);
  color: var(--do-ink);
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1.12;
}

h1, .h1 { font-size: clamp(2.4rem, 5.2vw, 4rem); }
h2, .h2 { font-size: clamp(2rem, 4vw, 3rem); }
h3, .h3 { font-size: clamp(1.5rem, 2.6vw, 2rem); }
h4, .h4 { font-size: 1.4rem; }
h5, .h5 { font-size: 1.18rem; }

a { text-decoration: none; transition: color .25s var(--do-ease); }

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

img { max-width: 100%; height: auto; }

/* Odak görünürlüğü — erişilebilirlik */
a:focus-visible, button:focus-visible, .btn:focus-visible,
.form-control:focus-visible, .form-select:focus-visible {
  outline: 3px solid rgba(233, 90, 12, .45);
  outline-offset: 2px;
  box-shadow: none;
}

/* Kaydırma çubuğu */
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: #EDF1F5; }
::-webkit-scrollbar-thumb { background: #C3CCD6; border-radius: 20px; }
::-webkit-scrollbar-thumb:hover { background: var(--do-orange); }

/* ---------- 3. Yardımcı sınıflar ---------- */
.text-brand      { color: var(--do-orange) !important; }
.bg-brand        { background-color: var(--do-orange) !important; }
.bg-brand-soft   { background-color: var(--do-orange-soft) !important; }
.bg-ink          { background-color: var(--do-ink) !important; }
.bg-ink-2        { background-color: var(--do-ink-2) !important; }
.bg-soft         { background-color: var(--do-bg-soft) !important; }
.text-ink        { color: var(--do-ink) !important; }
.text-muted-2    { color: var(--do-muted) !important; }
.border-brand    { border-color: var(--do-orange) !important; }
.fw-head         { font-family: var(--do-head); }
.lh-tight        { line-height: 1.2 !important; }
.z-1             { position: relative; z-index: 1; }
.rounded-do      { border-radius: var(--do-radius) !important; }
.rounded-do-lg   { border-radius: var(--do-radius-lg) !important; }
.shadow-do       { box-shadow: var(--do-shadow) !important; }
.shadow-do-lg    { box-shadow: var(--do-shadow-lg) !important; }
.section         { padding: clamp(3.5rem, 7vw, 6.5rem) 0; }
.section-sm      { padding: clamp(2.5rem, 5vw, 4rem) 0; }
.min-h-0         { min-height: 0; }

.gradient-ink {
  background: linear-gradient(160deg, var(--do-ink) 0%, var(--do-ink-2) 55%, #0B0F14 100%);
}
.gradient-brand {
  background: linear-gradient(120deg, var(--do-orange) 0%, #F5813C 100%);
}

/* Bölüm başlığı */
.section-head { max-width: 720px; }
.section-head.center { margin-inline: auto; text-align: center; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-family: var(--do-head);
  font-weight: 600;
  font-size: .95rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--do-orange);
  margin-bottom: .75rem;
}
.eyebrow::before {
  content: "";
  width: 26px; height: 2px;
  background: var(--do-orange);
  display: inline-block;
}
.eyebrow.center-line::after {
  content: "";
  width: 26px; height: 2px;
  background: var(--do-orange);
  display: inline-block;
}
.on-dark .eyebrow { color: #FFB27A; }
.on-dark .eyebrow::before, .on-dark .eyebrow::after { background: #FFB27A; }
.on-dark h1, .on-dark h2, .on-dark h3, .on-dark h4, .on-dark h5 { color: #fff; }
.on-dark p, .on-dark li { color: rgba(255,255,255,.72); }

/* ---------- 4. Butonlar ---------- */
.btn {
  font-family: var(--do-head);
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 1.02rem;
  border-radius: 8px;
  padding: .78rem 1.6rem;
  transition: all .28s var(--do-ease);
  border-width: 2px;
}
.btn-lg { padding: .95rem 2.1rem; font-size: 1.12rem; }
.btn-sm { padding: .5rem 1.1rem; font-size: .9rem; }

.btn-brand {
  background: var(--do-orange);
  border-color: var(--do-orange);
  color: #fff;
}
.btn-brand:hover, .btn-brand:focus {
  background: var(--do-orange-700);
  border-color: var(--do-orange-700);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: var(--do-shadow-brand);
}
.btn-outline-brand {
  border-color: var(--do-orange);
  color: var(--do-orange);
  background: transparent;
}
.btn-outline-brand:hover {
  background: var(--do-orange);
  color: #fff;
  transform: translateY(-2px);
}
.btn-ink {
  background: var(--do-ink);
  border-color: var(--do-ink);
  color: #fff;
}
.btn-ink:hover { background: #000; border-color: #000; color: #fff; transform: translateY(-2px); }

.btn-light-outline {
  border-color: rgba(255,255,255,.4);
  color: #fff;
  background: transparent;
}
.btn-light-outline:hover { background: #fff; color: var(--do-ink); border-color: #fff; }

.btn-icon-right i { transition: transform .28s var(--do-ease); }
.btn-icon-right:hover i { transform: translateX(4px); }

/* ---------- 5. Üst bilgi çubuğu ---------- */
.topbar {
  background: var(--do-ink);
  color: rgba(255,255,255,.72);
  font-size: .82rem;
  padding: .5rem 0;
  border-bottom: 1px solid rgba(255,255,255,.07);
  white-space: nowrap;
}
@media (min-width: 1400px) { .topbar { font-size: .875rem; } }
/* Üst çubukta yer kazanmak için: adres ve e-posta yalnızca geniş ekranlarda */
.topbar .tb-wide { display: none; }
.topbar .tb-mail { display: none; }
@media (min-width: 1280px) { .topbar .tb-mail { display: inline-flex; } }
@media (min-width: 1660px) { .topbar .tb-wide { display: inline-flex; } }
.topbar .divider.tb-wide, .topbar .divider.tb-mail { align-self: center; }
.topbar a { color: rgba(255,255,255,.82); }
.topbar a:hover { color: var(--do-orange); }
.topbar i { color: var(--do-orange); }
.topbar .divider { width: 1px; height: 16px; background: rgba(255,255,255,.16); }

/* ---------- 6. Navigasyon ---------- */
.site-header { position: sticky; top: 0; z-index: 1030; }

.navbar-do {
  background: #fff;
  padding: .85rem 0;
  box-shadow: 0 1px 0 var(--do-line);
  transition: padding .3s var(--do-ease), box-shadow .3s var(--do-ease);
}
.navbar-do.is-stuck { padding: .5rem 0; box-shadow: 0 8px 26px rgba(16,21,28,.10); }

.navbar-brand img { height: 46px; width: auto; transition: height .3s var(--do-ease); }
.navbar-do.is-stuck .navbar-brand img { height: 38px; }

.navbar-do .nav-link {
  font-family: var(--do-head);
  font-weight: 600;
  font-size: 1.08rem;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: var(--do-ink);
  padding: .6rem 1rem !important;
  position: relative;
}
.navbar-do .nav-link::after {
  content: "";
  position: absolute;
  left: 1rem; right: 1rem; bottom: .34rem;
  height: 2px;
  background: var(--do-orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s var(--do-ease);
}
.navbar-do .nav-link:hover::after,
.navbar-do .nav-item.active > .nav-link::after,
.navbar-do .nav-link.active::after { transform: scaleX(1); }
.navbar-do .nav-link:hover,
.navbar-do .nav-item.active > .nav-link { color: var(--do-orange); }

.navbar-do .dropdown-toggle::after { margin-left: .4rem; vertical-align: .14em; }

.dropdown-menu {
  border: 0;
  border-radius: var(--do-radius);
  box-shadow: var(--do-shadow-lg);
  padding: .6rem;
  margin-top: .5rem !important;
  animation: doFade .22s var(--do-ease);
}
@keyframes doFade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

.dropdown-item {
  border-radius: 8px;
  padding: .6rem .85rem;
  font-weight: 500;
  color: var(--do-ink);
  display: flex; align-items: center; gap: .65rem;
}
.dropdown-item i { color: var(--do-orange); font-size: 1.05rem; }
.dropdown-item:hover, .dropdown-item:focus { background: var(--do-orange-soft); color: var(--do-orange-700); }
.dropdown-item.active, .dropdown-item:active { background: var(--do-orange); color: #fff; }
.dropdown-item.active i, .dropdown-item:active i { color: #fff; }

/* Mega menü */
.mega-menu { min-width: 560px; padding: 1.1rem; }
.mega-menu .mega-title {
  font-family: var(--do-head);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .8rem;
  color: var(--do-muted);
  padding: 0 .85rem .35rem;
}
.mega-card {
  display: flex; gap: .8rem; align-items: flex-start;
  padding: .65rem .85rem; border-radius: 10px;
  transition: background .2s var(--do-ease);
}
.mega-card:hover { background: var(--do-orange-soft); }
.mega-card .mc-ico {
  flex: 0 0 38px; height: 38px; width: 38px;
  display: grid; place-items: center;
  border-radius: 9px;
  background: var(--do-orange-soft);
  color: var(--do-orange);
  font-size: 1.15rem;
}
.mega-card:hover .mc-ico { background: var(--do-orange); color: #fff; }
.mega-card strong { display: block; color: var(--do-ink); font-family: var(--do-head); font-size: 1.12rem; line-height: 1.2; }
.mega-card span { font-size: .84rem; color: var(--do-muted); line-height: 1.4; display: block; }

.navbar-toggler { border: 0; padding: .35rem .5rem; font-size: 1.6rem; color: var(--do-ink); }
.navbar-toggler:focus { box-shadow: none; }

@media (max-width: 991.98px) {
  .navbar-collapse {
    background: #fff;
    margin-top: .75rem;
    border-top: 1px solid var(--do-line);
    padding-top: .75rem;
    max-height: calc(100vh - 160px);
    overflow-y: auto;
  }
  .mega-menu { min-width: 100%; }
  .navbar-do .nav-link::after { display: none; }
}

/* ---------- 7. Hero ---------- */
.hero { position: relative; background: var(--do-ink); overflow: hidden; }
.hero-slide {
  position: relative;
  min-height: clamp(520px, 78vh, 780px);
  display: flex; align-items: center;
  background-size: cover;
  background-position: center;
}
.hero-slide::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(9,12,17,.94) 0%, rgba(9,12,17,.80) 42%, rgba(9,12,17,.35) 100%);
}
.hero-slide > .container { position: relative; z-index: 2; }
.hero-title { color: #fff; font-size: clamp(2.5rem, 6vw, 4.6rem); }
.hero-title em { color: var(--do-orange); font-style: normal; }
.hero-lead { color: rgba(255,255,255,.78); font-size: 1.13rem; max-width: 560px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: .55rem;
  background: rgba(233,90,12,.16);
  border: 1px solid rgba(233,90,12,.42);
  color: #FFC49B;
  font-family: var(--do-head);
  letter-spacing: .12em; text-transform: uppercase;
  font-size: .86rem; font-weight: 600;
  padding: .42rem 1rem; border-radius: 40px;
  margin-bottom: 1.25rem;
}

.carousel-indicators [data-bs-target] {
  width: 34px; height: 4px; border-radius: 4px;
  background: rgba(255,255,255,.35); border: 0; opacity: 1;
}
.carousel-indicators .active { background: var(--do-orange); width: 52px; }
.carousel-control-prev, .carousel-control-next { width: 6%; opacity: .55; }
.carousel-control-prev:hover, .carousel-control-next:hover { opacity: 1; }

/* Hero altı hızlı bilgi kartları */
.quickbar { margin-top: -60px; position: relative; z-index: 5; }
.quick-card {
  background: #fff;
  border-radius: var(--do-radius);
  padding: 1.6rem 1.5rem;
  box-shadow: var(--do-shadow);
  height: 100%;
  display: flex; gap: 1rem; align-items: flex-start;
  border-bottom: 3px solid transparent;
  transition: transform .3s var(--do-ease), border-color .3s var(--do-ease), box-shadow .3s var(--do-ease);
}
.quick-card:hover { transform: translateY(-6px); border-bottom-color: var(--do-orange); box-shadow: var(--do-shadow-lg); }
.quick-card .qc-ico {
  flex: 0 0 52px; width: 52px; height: 52px;
  display: grid; place-items: center;
  border-radius: 12px; font-size: 1.5rem;
  background: var(--do-orange-soft); color: var(--do-orange);
}
.quick-card h5 { margin-bottom: .15rem; }
.quick-card p { margin: 0; font-size: .95rem; }

/* Sayfa başlığı (iç sayfalar) */
.page-hero {
  position: relative;
  padding: clamp(4rem, 9vw, 7rem) 0 clamp(3rem, 6vw, 4.5rem);
  background-size: cover; background-position: center;
  background-color: var(--do-ink);
}
.page-hero::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(9,12,17,.93), rgba(9,12,17,.72));
}
.page-hero > .container { position: relative; z-index: 2; }
.page-hero h1 { color: #fff; }
.page-hero p { color: rgba(255,255,255,.75); max-width: 640px; }
.breadcrumb { --bs-breadcrumb-divider-color: rgba(255,255,255,.4); margin: 0; }
.breadcrumb a { color: rgba(255,255,255,.75); }
.breadcrumb a:hover { color: var(--do-orange); }
.breadcrumb-item.active { color: var(--do-orange); }
.breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,.35); }

/* ---------- 8. Kartlar ---------- */
.card-do {
  background: #fff;
  border: 1px solid var(--do-line);
  border-radius: var(--do-radius);
  overflow: hidden;
  height: 100%;
  transition: transform .35s var(--do-ease), box-shadow .35s var(--do-ease), border-color .35s var(--do-ease);
}
.card-do:hover { transform: translateY(-8px); box-shadow: var(--do-shadow-lg); border-color: transparent; }

/* Hizmet kartı */
.service-card { position: relative; display: block; height: 100%; }
.service-card .sc-media { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: #E9EDF1; }
.service-card .sc-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--do-ease); }
.service-card:hover .sc-media img { transform: scale(1.08); }
.service-card .sc-media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(9,12,17,.55) 100%);
}
.service-card .sc-ico {
  position: absolute; left: 1.25rem; bottom: -26px; z-index: 3;
  width: 56px; height: 56px; border-radius: 14px;
  display: grid; place-items: center;
  background: var(--do-orange); color: #fff; font-size: 1.5rem;
  box-shadow: var(--do-shadow-brand);
  transition: transform .35s var(--do-ease);
}
.service-card:hover .sc-ico { transform: rotate(-8deg) scale(1.06); }
.service-card .sc-body { padding: 2.4rem 1.5rem 1.6rem; }
.service-card .sc-body h3 { font-size: 1.45rem; margin-bottom: .5rem; }
.service-card .sc-body p { font-size: .96rem; margin-bottom: 1rem; color: var(--do-body); }
.service-card .sc-more {
  font-family: var(--do-head); font-weight: 600; text-transform: uppercase;
  letter-spacing: .05em; color: var(--do-orange); display: inline-flex; align-items: center; gap: .4rem;
}
.service-card:hover .sc-more i { transform: translateX(5px); }
.service-card .sc-more i { transition: transform .3s var(--do-ease); }
.service-card .sc-num {
  position: absolute; right: 1.1rem; top: 1.1rem; z-index: 3;
  font-family: var(--do-head); font-size: 2.6rem; font-weight: 700;
  color: rgba(255,255,255,.35); line-height: 1;
}

/* Özellik kutusu */
.feature-box {
  padding: 1.9rem 1.6rem;
  border-radius: var(--do-radius);
  background: #fff;
  border: 1px solid var(--do-line);
  height: 100%;
  transition: all .35s var(--do-ease);
}
.feature-box:hover { background: var(--do-ink); border-color: var(--do-ink); transform: translateY(-6px); }
.feature-box:hover h4, .feature-box:hover p { color: #fff; }
.feature-box:hover p { color: rgba(255,255,255,.7); }
.feature-box .fb-ico {
  width: 58px; height: 58px; border-radius: 14px;
  display: grid; place-items: center; font-size: 1.6rem;
  background: var(--do-orange-soft); color: var(--do-orange);
  margin-bottom: 1.1rem; transition: all .35s var(--do-ease);
}
.feature-box:hover .fb-ico { background: var(--do-orange); color: #fff; }
.feature-box h4 { font-size: 1.3rem; margin-bottom: .5rem; transition: color .35s var(--do-ease); }
.feature-box p { font-size: .95rem; margin: 0; transition: color .35s var(--do-ease); }

/* ---------- 9. Sayaçlar ---------- */
.counter-box { text-align: center; padding: 1.25rem .5rem; }
.counter-box .cb-num {
  font-family: var(--do-head); font-weight: 700;
  font-size: clamp(2.6rem, 5vw, 3.8rem);
  color: var(--do-orange); line-height: 1;
  display: flex; align-items: baseline; justify-content: center; gap: .1rem;
}
.counter-box .cb-label {
  font-family: var(--do-head); text-transform: uppercase; letter-spacing: .1em;
  font-size: .95rem; margin-top: .6rem; color: var(--do-ink); font-weight: 600;
}
.on-dark .counter-box .cb-label { color: rgba(255,255,255,.75); }

/* ---------- 10. Süreç adımları ---------- */
.process-step { position: relative; text-align: center; padding: 0 .75rem; }
.process-step .ps-circle {
  width: 92px; height: 92px; margin: 0 auto 1.25rem;
  border-radius: 50%; display: grid; place-items: center;
  background: #fff; border: 2px dashed var(--do-orange);
  color: var(--do-orange); font-size: 2.1rem;
  position: relative; z-index: 2;
  transition: all .4s var(--do-ease);
}
.process-step:hover .ps-circle { background: var(--do-orange); color: #fff; border-style: solid; transform: rotate(360deg); }
.process-step .ps-num {
  position: absolute; top: -6px; right: calc(50% - 58px);
  width: 30px; height: 30px; border-radius: 50%;
  background: var(--do-ink); color: #fff;
  font-family: var(--do-head); font-weight: 700; font-size: .95rem;
  display: grid; place-items: center; z-index: 3;
}
.process-step h4 { font-size: 1.25rem; margin-bottom: .4rem; }
.process-step p { font-size: .93rem; margin: 0; }
.process-row { position: relative; }
@media (min-width: 992px) {
  .process-row::before {
    content: ""; position: absolute;
    top: 46px; left: 12%; right: 12%; height: 2px;
    background: repeating-linear-gradient(90deg, var(--do-line) 0 10px, transparent 10px 20px);
    z-index: 0;
  }
}

/* ---------- 11. Fiyat / paket kartları ---------- */
.price-card {
  background: #fff; border: 1px solid var(--do-line);
  border-radius: var(--do-radius-lg); padding: 2.2rem 1.9rem;
  height: 100%; position: relative;
  transition: all .35s var(--do-ease);
}
.price-card:hover { transform: translateY(-8px); box-shadow: var(--do-shadow-lg); }
.price-card.featured { border-color: var(--do-orange); box-shadow: var(--do-shadow-brand); }
.price-card .pc-tag {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--do-orange); color: #fff;
  font-family: var(--do-head); text-transform: uppercase; letter-spacing: .1em;
  font-size: .8rem; font-weight: 600; padding: .3rem 1rem; border-radius: 30px;
  white-space: nowrap;
}
.price-card .pc-name { font-size: 1.6rem; margin-bottom: .3rem; }
.price-card .pc-desc { font-size: .93rem; color: var(--do-muted); min-height: 48px; }
.price-card .pc-price {
  font-family: var(--do-head); font-size: 2.6rem; font-weight: 700;
  color: var(--do-ink); line-height: 1; margin: 1rem 0 .25rem;
}
.price-card .pc-price small { font-size: .95rem; color: var(--do-muted); font-family: var(--do-sans); font-weight: 400; }
.price-list { list-style: none; padding: 0; margin: 1.4rem 0; }
.price-list li { display: flex; gap: .65rem; align-items: flex-start; padding: .45rem 0; font-size: .95rem; border-bottom: 1px dashed var(--do-line); }
.price-list li:last-child { border-bottom: 0; }
.price-list li i { color: var(--do-orange); margin-top: .28rem; flex: 0 0 auto; }
.price-list li.off { color: var(--do-muted); }
.price-list li.off i { color: #C7CFD8; }

/* ---------- 12. Galeri ---------- */
.gallery-filter { display: flex; flex-wrap: wrap; gap: .55rem; justify-content: center; margin-bottom: 2.5rem; }
.gallery-filter button {
  border: 1px solid var(--do-line); background: #fff;
  font-family: var(--do-head); font-weight: 600; text-transform: uppercase;
  letter-spacing: .05em; font-size: .95rem;
  padding: .5rem 1.25rem; border-radius: 30px; color: var(--do-ink);
  transition: all .28s var(--do-ease);
}
.gallery-filter button:hover { border-color: var(--do-orange); color: var(--do-orange); }
.gallery-filter button.active { background: var(--do-orange); border-color: var(--do-orange); color: #fff; }

.gallery-item { transition: opacity .35s var(--do-ease), transform .35s var(--do-ease); }
.gallery-item.hide { display: none; }

.gallery-thumb {
  position: relative; display: block; overflow: hidden;
  border-radius: var(--do-radius); aspect-ratio: 4 / 3;
  background: #E9EDF1; cursor: zoom-in;
}
.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--do-ease); }
.gallery-thumb:hover img { transform: scale(1.09); }
.gallery-thumb .gt-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(233,90,12,0) 30%, rgba(233,90,12,.85) 100%);
  opacity: 0; transition: opacity .35s var(--do-ease);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 1.1rem; color: #fff;
}
.gallery-thumb:hover .gt-overlay { opacity: 1; }
.gallery-thumb .gt-overlay strong { font-family: var(--do-head); font-size: 1.15rem; line-height: 1.2; }
.gallery-thumb .gt-overlay span { font-size: .84rem; opacity: .85; }
.gallery-thumb .gt-icon {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%,-50%) scale(.5);
  width: 48px; height: 48px; border-radius: 50%;
  background: #fff; color: var(--do-orange);
  display: grid; place-items: center; font-size: 1.25rem;
  opacity: 0; transition: all .35s var(--do-ease);
}
.gallery-thumb:hover .gt-icon { opacity: 1; transform: translate(-50%,-50%) scale(1); }

/* Lightbox */
.do-lightbox {
  position: fixed; inset: 0; z-index: 2000;
  background: rgba(8,11,15,.94);
  display: none; align-items: center; justify-content: center;
  padding: 4rem 1rem 5rem;
}
.do-lightbox.open { display: flex; animation: doFade .25s var(--do-ease); }
.do-lightbox img { max-width: 100%; max-height: 100%; object-fit: contain; border-radius: 8px; }
.do-lightbox .lb-close, .do-lightbox .lb-prev, .do-lightbox .lb-next {
  position: absolute; background: rgba(255,255,255,.1); border: 0;
  color: #fff; width: 48px; height: 48px; border-radius: 50%;
  display: grid; place-items: center; font-size: 1.4rem;
  transition: background .25s var(--do-ease);
}
.do-lightbox .lb-close:hover, .do-lightbox .lb-prev:hover, .do-lightbox .lb-next:hover { background: var(--do-orange); }
.do-lightbox .lb-close { top: 1.25rem; right: 1.25rem; }
.do-lightbox .lb-prev { left: 1.25rem; top: 50%; transform: translateY(-50%); }
.do-lightbox .lb-next { right: 1.25rem; top: 50%; transform: translateY(-50%); }
.do-lightbox .lb-caption {
  position: absolute; bottom: 1.5rem; left: 50%; transform: translateX(-50%);
  color: rgba(255,255,255,.85); font-size: .95rem; text-align: center;
  max-width: 90%;
}

/* ---------- 13. Yorumlar ---------- */
.testimonial {
  background: #fff; border-radius: var(--do-radius-lg);
  padding: 2.2rem 2rem; height: 100%;
  border: 1px solid var(--do-line); position: relative;
}
.testimonial::before {
  content: "\201C";
  position: absolute; top: .2rem; right: 1.6rem;
  font-family: Georgia, serif; font-size: 6rem; line-height: 1;
  color: var(--do-orange-soft);
}
.testimonial .t-stars { color: #FFB400; letter-spacing: .12em; margin-bottom: .9rem; }
.testimonial p { font-size: 1rem; position: relative; z-index: 1; }
.testimonial .t-person { display: flex; align-items: center; gap: .85rem; margin-top: 1.35rem; }
.testimonial .t-avatar {
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--do-ink); color: #fff;
  display: grid; place-items: center;
  font-family: var(--do-head); font-weight: 700; font-size: 1.15rem;
}
.testimonial .t-person strong { display: block; color: var(--do-ink); font-family: var(--do-head); font-size: 1.18rem; }
.testimonial .t-person span { font-size: .85rem; color: var(--do-muted); }

/* ---------- 14. Formlar ---------- */
.form-label {
  font-family: var(--do-head); font-weight: 600; text-transform: uppercase;
  letter-spacing: .05em; font-size: .92rem; color: var(--do-ink); margin-bottom: .4rem;
}
.form-control, .form-select {
  border: 1px solid var(--do-line);
  border-radius: 9px;
  padding: .8rem 1rem;
  font-size: .97rem;
  background-color: #fff;
  transition: border-color .25s var(--do-ease), box-shadow .25s var(--do-ease);
}
.form-control:focus, .form-select:focus {
  border-color: var(--do-orange);
  box-shadow: 0 0 0 .2rem rgba(233,90,12,.13);
}
.form-control::placeholder { color: #A6B0BB; }
textarea.form-control { min-height: 130px; resize: vertical; }
.form-check-input:checked { background-color: var(--do-orange); border-color: var(--do-orange); }
.form-check-input:focus { border-color: var(--do-orange); box-shadow: 0 0 0 .2rem rgba(233,90,12,.13); }

.form-panel {
  background: #fff; border-radius: var(--do-radius-lg);
  padding: clamp(1.75rem, 4vw, 2.75rem);
  box-shadow: var(--do-shadow-lg);
}
.on-dark .form-panel { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); box-shadow: none; }
.on-dark .form-label { color: rgba(255,255,255,.85); }
.on-dark .form-control, .on-dark .form-select {
  background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.14); color: #fff;
}
.on-dark .form-control::placeholder { color: rgba(255,255,255,.4); }
.on-dark .form-check-label { color: rgba(255,255,255,.7); }

/* ---------- 15. İletişim ---------- */
.contact-item { display: flex; gap: 1.1rem; align-items: flex-start; padding: 1.25rem 0; border-bottom: 1px solid var(--do-line); }
.contact-item:last-child { border-bottom: 0; }
.contact-item .ci-ico {
  flex: 0 0 50px; width: 50px; height: 50px; border-radius: 12px;
  display: grid; place-items: center; font-size: 1.35rem;
  background: var(--do-orange-soft); color: var(--do-orange);
}
.on-dark .contact-item { border-bottom-color: rgba(255,255,255,.1); }
.on-dark .contact-item .ci-ico { background: rgba(233,90,12,.18); }
.contact-item h5 { margin-bottom: .1rem; font-size: 1.2rem; }
.contact-item a { color: var(--do-body); }
.on-dark .contact-item a { color: rgba(255,255,255,.72); }
.contact-item a:hover { color: var(--do-orange); }

.map-wrap { border-radius: var(--do-radius-lg); overflow: hidden; box-shadow: var(--do-shadow); line-height: 0; }
.map-wrap iframe { width: 100%; height: 460px; border: 0; filter: grayscale(.25) contrast(1.05); }

/* ---------- 16. Araç (2. el) kartı ---------- */
.car-card { position: relative; }
.car-card .cc-media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: #E9EDF1; }
.car-card .cc-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--do-ease); }
.car-card:hover .cc-media img { transform: scale(1.07); }
.car-card .cc-badge {
  position: absolute; top: 1rem; left: 1rem;
  background: var(--do-orange); color: #fff;
  font-family: var(--do-head); text-transform: uppercase; letter-spacing: .08em;
  font-size: .78rem; font-weight: 600; padding: .3rem .8rem; border-radius: 6px;
}
.car-card .cc-badge.sold { background: var(--do-ink); }
.car-card .cc-body { padding: 1.4rem 1.5rem 1.6rem; }
.car-card .cc-title { font-size: 1.35rem; margin-bottom: .6rem; }
.car-specs { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1rem; }
.car-specs span {
  font-size: .82rem; background: var(--do-bg-soft); color: var(--do-ink);
  padding: .28rem .65rem; border-radius: 6px; display: inline-flex; align-items: center; gap: .35rem;
}
.car-specs span i { color: var(--do-orange); }
.car-card .cc-price { font-family: var(--do-head); font-size: 1.7rem; font-weight: 700; color: var(--do-orange); }

/* ---------- 17. Sertifika kartı ---------- */
.cert-card {
  border: 1px solid var(--do-line); border-radius: var(--do-radius);
  overflow: hidden; background: #fff; height: 100%;
  transition: all .35s var(--do-ease);
}
.cert-card:hover { transform: translateY(-6px); box-shadow: var(--do-shadow-lg); }
.cert-card .cert-img { aspect-ratio: 4 / 3; overflow: hidden; background: #F1F4F7; cursor: zoom-in; }
.cert-card .cert-img img { width: 100%; height: 100%; object-fit: cover; }
.cert-card .cert-body { padding: 1.1rem 1.25rem 1.35rem; }
.cert-card .cert-body h5 { font-size: 1.1rem; margin-bottom: .25rem; line-height: 1.25; }
.cert-card .cert-body span { font-size: .84rem; color: var(--do-muted); display: flex; align-items: center; gap: .35rem; }

/* ---------- 18. Marka şeridi ---------- */
.brand-chip {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .5rem;
  padding: 1.6rem 1rem; border-radius: var(--do-radius);
  background: #fff; border: 1px solid var(--do-line);
  height: 100%; transition: all .3s var(--do-ease);
}
.brand-chip:hover { border-color: var(--do-orange); transform: translateY(-4px); box-shadow: var(--do-shadow); }
.brand-chip .bc-name { font-family: var(--do-head); font-size: 1.3rem; color: var(--do-ink); font-weight: 700; letter-spacing: .04em; }
.brand-chip .bc-sub { font-size: .8rem; color: var(--do-muted); text-align: center; }
.brand-chip i { font-size: 1.8rem; color: var(--do-orange); }

/* ---------- 19. SSS ---------- */
.accordion-do .accordion-item {
  border: 1px solid var(--do-line);
  border-radius: var(--do-radius) !important;
  margin-bottom: .85rem;
  overflow: hidden;
  background: #fff;
}
.accordion-do .accordion-button {
  font-family: var(--do-head); font-weight: 600;
  font-size: 1.22rem; color: var(--do-ink);
  padding: 1.15rem 1.4rem;
  background: #fff;
}
.accordion-do .accordion-button:not(.collapsed) { background: var(--do-orange-soft); color: var(--do-orange-700); box-shadow: none; }
.accordion-do .accordion-button:focus { box-shadow: none; }
.accordion-do .accordion-button::after {
  background-image: none;
  content: "\F4FE";
  font-family: "bootstrap-icons";
  font-size: 1.1rem;
  width: auto; height: auto;
  transition: transform .3s var(--do-ease);
  color: var(--do-orange);
}
.accordion-do .accordion-button:not(.collapsed)::after { transform: rotate(45deg); }
.accordion-do .accordion-body { padding: 0 1.4rem 1.4rem; font-size: .98rem; }

/* ---------- 20. Blog ---------- */
.post-card .pc-media { aspect-ratio: 16 / 10; overflow: hidden; background: #E9EDF1; }
.post-card .pc-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--do-ease); }
.post-card:hover .pc-media img { transform: scale(1.07); }
.post-card .pc-body { padding: 1.4rem 1.5rem 1.6rem; }
.post-meta { display: flex; gap: 1rem; font-size: .84rem; color: var(--do-muted); margin-bottom: .6rem; flex-wrap: wrap; }
.post-meta i { color: var(--do-orange); margin-right: .3rem; }
.post-card h3 { font-size: 1.35rem; margin-bottom: .55rem; }
.post-card h3 a { color: var(--do-ink); }
.post-card h3 a:hover { color: var(--do-orange); }

.post-body h2 { margin-top: 2.4rem; margin-bottom: .9rem; }
.post-body h3 { margin-top: 1.9rem; margin-bottom: .7rem; }
.post-body p { margin-bottom: 1.1rem; }
.post-body ul, .post-body ol { margin-bottom: 1.3rem; padding-left: 1.2rem; }
.post-body li { margin-bottom: .5rem; }
.post-body blockquote {
  border-left: 4px solid var(--do-orange);
  background: var(--do-bg-soft);
  padding: 1.2rem 1.5rem; border-radius: 0 12px 12px 0;
  font-size: 1.05rem; color: var(--do-ink); margin: 1.6rem 0;
}

.sidebar-widget {
  background: var(--do-bg-soft); border-radius: var(--do-radius);
  padding: 1.6rem 1.5rem; margin-bottom: 1.5rem;
}
.sidebar-widget h4 { font-size: 1.25rem; margin-bottom: 1rem; padding-bottom: .7rem; border-bottom: 2px solid var(--do-line); position: relative; }
.sidebar-widget h4::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 46px; height: 2px; background: var(--do-orange); }
.widget-links { list-style: none; padding: 0; margin: 0; }
.widget-links li { border-bottom: 1px dashed var(--do-line); }
.widget-links li:last-child { border-bottom: 0; }
.widget-links a { display: flex; align-items: center; gap: .55rem; padding: .6rem 0; color: var(--do-body); font-size: .96rem; }
.widget-links a i { color: var(--do-orange); font-size: .85rem; transition: transform .25s var(--do-ease); }
.widget-links a:hover { color: var(--do-orange); }
.widget-links a:hover i { transform: translateX(4px); }

/* ---------- 21. CTA şeridi ---------- */
.cta-strip { position: relative; overflow: hidden; }
.cta-strip::after {
  content: "\F1CF";
  font-family: "bootstrap-icons";
  position: absolute; right: -30px; bottom: -60px;
  font-size: 16rem; color: rgba(255,255,255,.06); line-height: 1;
  pointer-events: none;
}

/* ---------- 22. Footer ---------- */
.site-footer { background: var(--do-ink); color: rgba(255,255,255,.62); }
.site-footer h5 {
  color: #fff; font-size: 1.25rem; margin-bottom: 1.3rem;
  position: relative; padding-bottom: .7rem;
}
.site-footer h5::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 40px; height: 2px; background: var(--do-orange);
}
.site-footer a { color: rgba(255,255,255,.62); }
.site-footer a:hover { color: var(--do-orange); }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: .6rem; }
.footer-links a { display: inline-flex; align-items: center; gap: .5rem; font-size: .95rem; }
.footer-links a::before { content: "\F285"; font-family: "bootstrap-icons"; font-size: .7rem; color: var(--do-orange); }
.footer-contact { list-style: none; padding: 0; margin: 0; }
.footer-contact li { display: flex; gap: .8rem; margin-bottom: 1rem; font-size: .95rem; line-height: 1.6; }
.footer-contact li i { color: var(--do-orange); font-size: 1.05rem; margin-top: .2rem; }
.footer-logo { height: 52px; width: auto; margin-bottom: 1.2rem; }
.social-links { display: flex; gap: .6rem; }
.social-links a {
  width: 40px; height: 40px; border-radius: 10px;
  background: rgba(255,255,255,.07);
  display: grid; place-items: center; font-size: 1.05rem;
  transition: all .3s var(--do-ease);
}
.social-links a:hover { background: var(--do-orange); color: #fff; transform: translateY(-3px); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 1.4rem 0; font-size: .89rem; }
.footer-bottom a { margin: 0 .5rem; }

.newsletter-form .form-control {
  background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.13); color: #fff;
}
.newsletter-form .form-control::placeholder { color: rgba(255,255,255,.4); }

/* ---------- 23. Yüzen butonlar ---------- */
.floating-actions {
  position: fixed; right: 18px; bottom: 18px; z-index: 1040;
  display: flex; flex-direction: column; gap: .6rem;
}
.fab {
  width: 52px; height: 52px; border-radius: 50%;
  display: grid; place-items: center; font-size: 1.35rem;
  color: #fff; border: 0;
  box-shadow: 0 8px 22px rgba(0,0,0,.22);
  transition: transform .3s var(--do-ease);
}
.fab:hover { transform: scale(1.1); color: #fff; }
.fab-wa { background: #25D366; }
.fab-call { background: var(--do-orange); }
.fab-top { background: var(--do-ink); opacity: 0; pointer-events: none; }
.fab-top.show { opacity: 1; pointer-events: auto; }

/* Mobil alt eylem çubuğu */
.mobile-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 1035;
  background: #fff; border-top: 1px solid var(--do-line);
  display: none; box-shadow: 0 -4px 20px rgba(0,0,0,.07);
}
.mobile-bar a {
  flex: 1; text-align: center; padding: .6rem .25rem;
  font-size: .72rem; color: var(--do-ink);
  display: flex; flex-direction: column; align-items: center; gap: .12rem;
  font-family: var(--do-head); text-transform: uppercase; letter-spacing: .04em; font-weight: 600;
}
.mobile-bar a i { font-size: 1.25rem; color: var(--do-orange); }
@media (max-width: 767.98px) {
  .mobile-bar { display: flex; }
  body { padding-bottom: 62px; }
  .floating-actions { bottom: 74px; }
}

/* ---------- 24. Kaydırmayla belirme ---------- */
[data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .7s var(--do-ease), transform .7s var(--do-ease);
  will-change: opacity, transform;
}
[data-reveal].revealed { opacity: 1; transform: none; }
[data-reveal="left"]  { transform: translateX(-28px); }
[data-reveal="right"] { transform: translateX(28px); }
[data-reveal="zoom"]  { transform: scale(.94); }

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  html { scroll-behavior: auto; }
  [data-reveal] { opacity: 1; transform: none; }
}

/* ---------- 25. Muhtelif ---------- */
.divider-slash {
  height: 3px; width: 60px; background: var(--do-orange); border-radius: 3px; margin: 1rem 0;
}
.center .divider-slash { margin-inline: auto; }

.list-check { list-style: none; padding: 0; margin: 0; }
.list-check li { display: flex; gap: .7rem; align-items: flex-start; padding: .42rem 0; }
.list-check li i { color: var(--do-orange); margin-top: .3rem; flex: 0 0 auto; }
.on-dark .list-check li { color: rgba(255,255,255,.75); }

.img-stack { position: relative; }
.img-stack .is-main { border-radius: var(--do-radius-lg); overflow: hidden; box-shadow: var(--do-shadow-lg); }
.img-stack .is-main img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.img-stack .is-badge {
  position: absolute; right: -12px; bottom: -18px;
  background: var(--do-orange); color: #fff;
  padding: 1.15rem 1.5rem; border-radius: var(--do-radius);
  box-shadow: var(--do-shadow-brand); text-align: center;
}
.img-stack .is-badge strong { display: block; font-family: var(--do-head); font-size: 2.4rem; line-height: 1; }
.img-stack .is-badge span { font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; }
@media (max-width: 575.98px) { .img-stack .is-badge { right: 8px; bottom: -12px; padding: .85rem 1.1rem; } }

.timeline { position: relative; padding-left: 2.4rem; }
.timeline::before {
  content: ""; position: absolute; left: 9px; top: .5rem; bottom: .5rem;
  width: 2px; background: var(--do-line);
}
.timeline-item { position: relative; padding-bottom: 2rem; }
.timeline-item:last-child { padding-bottom: 0; }
.timeline-item::before {
  content: ""; position: absolute; left: -2.4rem; top: .35rem;
  width: 20px; height: 20px; border-radius: 50%;
  background: #fff; border: 3px solid var(--do-orange);
}
.timeline-item .tl-year {
  font-family: var(--do-head); font-weight: 700; color: var(--do-orange);
  font-size: 1.15rem; letter-spacing: .05em;
}
.timeline-item h4 { font-size: 1.25rem; margin: .1rem 0 .4rem; }
.timeline-item p { margin: 0; font-size: .96rem; }

.team-card { text-align: center; }
.team-card .tc-media {
  aspect-ratio: 1; border-radius: var(--do-radius-lg); overflow: hidden;
  background: var(--do-bg-soft); margin-bottom: 1rem; position: relative;
}
.team-card .tc-media img { width: 100%; height: 100%; object-fit: cover; }
.team-card .tc-initials {
  width: 100%; height: 100%; display: grid; place-items: center;
  font-family: var(--do-head); font-size: 3.4rem; font-weight: 700;
  color: #fff; background: linear-gradient(150deg, var(--do-ink) 0%, var(--do-ink-3) 100%);
}
.team-card h4 { font-size: 1.3rem; margin-bottom: .1rem; }
.team-card span { color: var(--do-orange); font-size: .9rem; font-weight: 500; }

.stat-line {
  display: flex; align-items: center; gap: 1rem;
  padding: .9rem 0; border-bottom: 1px dashed var(--do-line);
}
.stat-line:last-child { border-bottom: 0; }
.stat-line .sl-bar { flex: 1; height: 8px; background: var(--do-bg-soft); border-radius: 10px; overflow: hidden; }
.stat-line .sl-fill { height: 100%; background: var(--do-orange); border-radius: 10px; width: 0; transition: width 1.4s var(--do-ease); }
.stat-line .sl-name { font-family: var(--do-head); font-weight: 600; min-width: 160px; color: var(--do-ink); }
.stat-line .sl-val { font-family: var(--do-head); font-weight: 700; color: var(--do-orange); min-width: 48px; text-align: right; }

.alert-note {
  background: var(--do-orange-soft);
  border: 1px solid rgba(233,90,12,.24);
  border-radius: var(--do-radius);
  padding: 1.1rem 1.3rem;
  color: var(--do-ink);
  display: flex; gap: .85rem; align-items: flex-start;
  font-size: .95rem;
}
.alert-note i { color: var(--do-orange); font-size: 1.2rem; margin-top: .1rem; }

/* Yazdırma */
@media print {
  .site-header, .site-footer, .floating-actions, .mobile-bar, .topbar, .cta-strip { display: none !important; }
  body { padding: 0; }
  a[href]::after { content: " (" attr(href) ")"; font-size: .8em; color: #666; }
}

/* ---------- 26. Küçük ekran düzeltmeleri ---------- */
/* g-5 satırları (-24px marj) .container'ın 12px iç boşluğunu aşıp yatay taşma
   yaratıyordu; küçük ekranlarda yatay boşluğu container ile eşitliyoruz. */
@media (max-width: 991.98px) {
  /* Yatay giriş animasyonları küçük ekranda geçici yatay taşma yaratıyordu */
  [data-reveal="left"], [data-reveal="right"] { transform: translateY(26px); }
}
@media (max-width: 767.98px) {
  .row.g-5, .row.gx-5 { --bs-gutter-x: 1.5rem; }
  .section-head p { font-size: .98rem; }
  .hero-slide { min-height: 560px; }
  .hero-lead { font-size: 1.02rem; }
  .btn-lg { padding: .82rem 1.4rem; font-size: 1rem; }
  .quickbar { margin-top: -34px; }
  .page-hero { padding-top: 3rem; }
}
@media (max-width: 400px) {
  .btn { font-size: .95rem; padding: .7rem 1.15rem; }
  .hero-badge { font-size: .78rem; }
}

/* ---------- 27. Açılış pop-up'ı ---------- */
.do-popup {
  position: fixed; inset: 0; z-index: 2100;
  display: flex; align-items: center; justify-content: center;
  padding: 1.5rem 1rem;
}
.do-popup[hidden] { display: none; }

.do-popup-backdrop {
  position: absolute; inset: 0;
  background: rgba(8, 11, 15, .86);
  animation: doPopupFade .25s var(--do-ease);
}

.do-popup-dialog {
  position: relative;
  width: min(560px, 100%);
  max-height: calc(100dvh - 3rem);
  display: flex; flex-direction: column;
  background: #fff;
  border: 3px solid var(--do-orange);
  border-radius: 4px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .55);
  overflow: hidden;
  animation: doPopupIn .35s var(--do-ease);
}

@keyframes doPopupFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes doPopupIn {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: none; }
}

.do-popup-media { display: block; line-height: 0; overflow: hidden; min-height: 0; }
.do-popup-media img { width: 100%; height: auto; display: block; }

.do-popup-close {
  position: absolute; top: 0; right: 0; z-index: 3;
  width: 42px; height: 42px;
  border: 0; border-radius: 0;
  background: var(--do-orange); color: #fff;
  display: grid; place-items: center; font-size: 1.05rem;
  transition: background .2s var(--do-ease);
}
.do-popup-close:hover, .do-popup-close:focus-visible { background: var(--do-ink); color: #fff; }

/* Eylem çubuğu — iki eşit buton + ayrı kapat satırı */
.do-popup-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--do-line);
  border-top: 1px solid var(--do-line);
  flex-shrink: 0;
}
.do-popup-actions .pa-btn {
  display: flex; align-items: center; justify-content: center; gap: .5rem;
  padding: 1rem .75rem;
  background: #fff;
  font-family: var(--do-head);
  font-weight: 600; font-size: 1.02rem;
  letter-spacing: .04em; text-transform: uppercase;
  color: var(--do-ink);
  border: 0; border-radius: 0;
  transition: background .2s var(--do-ease), color .2s var(--do-ease);
}
.do-popup-actions .pa-btn i { font-size: 1.15rem; }
.do-popup-actions .pa-call { background: var(--do-orange); color: #fff; }
.do-popup-actions .pa-call:hover { background: var(--do-orange-700); color: #fff; }
.do-popup-actions .pa-wa { color: #128C4A; }
.do-popup-actions .pa-wa:hover { background: #128C4A; color: #fff; }

.do-popup-dismiss {
  grid-column: 1 / -1;
  padding: .7rem;
  background: #fff;
  border: 0; border-radius: 0;
  font-size: .88rem; color: var(--do-muted);
  transition: color .2s var(--do-ease), background .2s var(--do-ease);
}
.do-popup-dismiss:hover { background: var(--do-bg-soft); color: var(--do-ink); }

@media (max-width: 575.98px) {
  .do-popup { padding: .75rem; }
  .do-popup-dialog { width: 100%; max-height: calc(100dvh - 1.5rem); border-width: 2px; }
  .do-popup-actions .pa-btn { padding: .85rem .4rem; font-size: .9rem; }
  .do-popup-actions .pa-btn i { font-size: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  .do-popup-backdrop, .do-popup-dialog { animation: none; }
}
