/* ============================================================
   ERZİNCAN NAKLİYAT — Tasarım Sistemi (MOBİL ÖNCELİKLİ)
   Lacivert #12243A + Turuncu #F2851E · Montserrat + Inter
   Base = mobil (375px). min-width media query'ler masaüstü.
   ============================================================ */

:root {
  /* Marka */
  --navy:        #12243A;
  --navy-700:    #1B344F;
  --navy-600:    #24496B;
  --navy-rgb:    18, 36, 58;
  --orange:      #F2851E;
  --orange-dark: #D96E0C;
  --orange-soft: #FFF1E2;
  --orange-rgb:  242, 133, 30;

  /* Nötr */
  --ink:         #1B2430;
  --slate:       #5A6675;
  --line:        #E3E7EC;
  --mist:        #F6F7F9;
  --cream:       #FFF4EA;
  --cream-2:     #FDEEDF;
  --cloud:       #FBFCFD;
  --white:       #FFFFFF;
  --wa:          #25D366;
  --wa-dark:     #1EBE57;

  /* Tipografi */
  --f-head: 'Montserrat', system-ui, sans-serif;
  --f-body: 'Inter', system-ui, sans-serif;
  --fs-hero:  clamp(2rem, 7vw + 0.5rem, 4rem);
  --fs-h1:    clamp(1.7rem, 5vw + 0.4rem, 3rem);
  --fs-h2:    clamp(1.45rem, 3.5vw + 0.4rem, 2.3rem);
  --fs-h3:    clamp(1.18rem, 2vw + 0.3rem, 1.4rem);
  --fs-body:  clamp(1rem, 0.4vw + 0.95rem, 1.06rem);
  --fs-sm:    0.875rem;
  --fs-xs:    0.78rem;

  /* Aralık */
  --sp-1: 0.25rem; --sp-2: 0.5rem; --sp-3: 0.75rem; --sp-4: 1rem;
  --sp-5: 1.5rem; --sp-6: 2rem; --sp-7: 3rem; --sp-8: 4rem; --sp-9: 6rem;
  --section-y: clamp(3rem, 7vw, 6rem);

  /* Yapı */
  --max: 1180px;
  --pad: 1.25rem;
  --header-h: 64px;

  /* Köşe & gölge */
  --r-sm: 10px; --r-md: 16px; --r-lg: 24px; --r-xl: 32px; --r-pill: 999px;
  --sh-sm: 0 2px 8px rgba(var(--navy-rgb), 0.06);
  --sh-md: 0 12px 28px -10px rgba(var(--navy-rgb), 0.18);
  --sh-lg: 0 26px 50px -18px rgba(var(--navy-rgb), 0.28);
  --sh-orange: 0 12px 26px -10px rgba(var(--orange-rgb), 0.5);

  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --dur: 280ms;
}

/* ---- Reset ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: hidden; width: 100%; }
body {
  font-family: var(--f-body); font-size: var(--fs-body); line-height: 1.65;
  color: var(--ink); background: var(--white); -webkit-font-smoothing: antialiased;
  overflow-x: hidden; width: 100%; position: relative;
}
img, svg, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; padding: 0; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
h1, h2, h3, h4 { font-family: var(--f-head); line-height: 1.15; color: var(--navy); font-weight: 700; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 2px; border-radius: 4px; }

.skip-link { position: absolute; left: -999px; top: 0; background: var(--navy); color: #fff; padding: .6rem 1rem; z-index: 200; }
.skip-link:focus { left: 8px; top: 8px; }

/* ---- Layout ---- */
.container { width: 100%; max-width: var(--max); margin-inline: auto; padding-inline: var(--pad); }
.section { padding-block: var(--section-y); }
.section-mist, .section-cream { background: linear-gradient(135deg, var(--orange) 0%, var(--orange-dark) 100%); color: #fff; }
.section-mist > .container > .section-head h2, .section-cream > .container > .section-head h2,
.section-mist .about-home h2, .section-cream .about-home h2 { color: #fff; text-shadow: 0 1px 10px rgba(110,45,0,.35); }
.section-mist .section-head p, .section-cream .section-head p { color: #fff; text-shadow: 0 1px 8px rgba(110,45,0,.32); }
.section-mist .eyebrow, .section-cream .eyebrow { background: rgba(255,255,255,.25); color: #fff; font-weight: 800; }
.section-navy { background: var(--navy); color: #fff; }
.section-navy h2, .section-navy h3 { color: #fff; }
.ico { width: 1.25em; height: 1.25em; flex: none; }
.ico-xs { width: 0.9em; height: 0.9em; }

/* ---- Eyebrow & başlıklar ---- */
.eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--f-head); font-weight: 700; font-size: var(--fs-xs);
  letter-spacing: .12em; text-transform: uppercase; color: var(--orange-dark);
  background: var(--orange-soft); padding: .4rem .8rem; border-radius: var(--r-pill);
}
.section-navy .eyebrow { background: rgba(255,255,255,.08); color: #FFC98A; }
.section-head { max-width: 640px; margin-bottom: var(--sp-6); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h2 { font-size: var(--fs-h2); font-weight: 800; margin-top: .8rem; }
.section-head p { color: var(--slate); margin-top: .7rem; }
.section-navy .section-head p { color: rgba(255,255,255,.78); }
.lead { font-size: 1.08rem; color: var(--slate); }

/* ---- Butonlar ---- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-family: var(--f-head); font-weight: 700; font-size: var(--fs-sm);
  padding: .85rem 1.4rem; border-radius: var(--r-pill); cursor: pointer;
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), background var(--dur);
  line-height: 1; white-space: nowrap;
}
.btn:active { transform: translateY(1px) scale(.99); }
.btn-primary { background: var(--orange); color: #fff; box-shadow: var(--sh-orange); }
.btn-primary:hover { background: var(--orange-dark); transform: translateY(-2px); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-700); transform: translateY(-2px); }
.btn-ghost { background: rgba(255,255,255,.1); color: #fff; border: 1.5px solid rgba(255,255,255,.35); }
.btn-ghost:hover { background: rgba(255,255,255,.18); }
.btn-outline { background: #fff; color: var(--navy); border: 1.5px solid var(--line); }
.btn-outline:hover { border-color: var(--navy); transform: translateY(-2px); }
.btn-wa { background: var(--wa); color: #fff; }
.btn-wa:hover { background: var(--wa-dark); transform: translateY(-2px); }
.btn-sm { padding: .65rem 1.1rem; font-size: var(--fs-xs); }
.btn-lg { padding: 1.05rem 1.8rem; font-size: 1rem; }
.btn-block { width: 100%; }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.92);
  backdrop-filter: saturate(160%) blur(12px); border-bottom: 1px solid var(--line);
  transition: box-shadow var(--dur);
}
.site-header.scrolled { box-shadow: var(--sh-sm); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: var(--header-h); gap: 1.25rem; }
.brand { display: inline-flex; align-items: center; font-family: var(--f-head); font-weight: 800; flex: none; }
.brand-text { font-size: 1.32rem; color: var(--navy); letter-spacing: -.02em; white-space: nowrap; line-height: 1; }
.brand-text b { color: var(--orange); font-weight: 800; margin-left: .28em; }
.brand-light .brand-text { color: #fff; }
.brand-light .brand-text b { color: var(--orange); }

.main-nav { display: none; }
.header-cta { display: none; align-items: center; gap: 1rem; flex: none; }
.phone-link { display: inline-flex; align-items: center; gap: .4rem; font-weight: 700; font-family: var(--f-head); color: var(--navy); font-size: var(--fs-sm); white-space: nowrap; flex: none; }
.phone-link span { white-space: nowrap; }
.phone-link .ico { color: var(--orange); }
.nav-toggle { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; color: var(--navy); background: #EEF1F5; }

/* Mobil drawer */
.mobile-drawer { position: fixed; inset: 0 0 0 auto; width: min(86vw, 360px); max-width: 100vw; background: var(--navy); color: #fff; z-index: 150; padding: 1.25rem; transform: translateX(100%); transition: transform var(--dur) var(--ease), visibility 0s linear var(--dur); display: flex; flex-direction: column; visibility: hidden; }
.mobile-drawer.open { transform: translateX(0); visibility: visible; transition: transform var(--dur) var(--ease), visibility 0s; }
.mobile-drawer[hidden] { display: flex; }
.drawer-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 1rem; border-bottom: 1px solid rgba(255,255,255,.12); }
.drawer-head .brand-text { color: #fff; }
.drawer-close { color: #fff; width: 40px; height: 40px; display: grid; place-items: center; }
.mobile-drawer nav { margin-top: 1rem; flex: 1; }
.mobile-drawer nav a { display: block; padding: .9rem .4rem; font-family: var(--f-head); font-weight: 600; font-size: 1.05rem; border-bottom: 1px solid rgba(255,255,255,.08); }
.mobile-drawer nav a:hover { color: var(--orange); }
.drawer-cta { display: grid; gap: .6rem; margin-top: 1rem; }
.drawer-backdrop { position: fixed; inset: 0; background: rgba(8,16,26,.55); z-index: 140; opacity: 0; visibility: hidden; transition: opacity var(--dur); }
.drawer-backdrop.show { opacity: 1; visibility: visible; }
body.no-scroll { overflow: hidden; }

/* ============================================================
   STICKY MOBİL CTA (en kritik — %80 mobil)
   ============================================================ */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; display: grid;
  grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line);
  box-shadow: 0 -6px 20px rgba(var(--navy-rgb), .12); padding-bottom: env(safe-area-inset-bottom);
}
.sticky-btn { display: flex; align-items: center; justify-content: center; gap: .5rem; padding: .95rem; font-family: var(--f-head); font-weight: 700; color: #fff; font-size: .95rem; }
.sticky-call { background: var(--orange); }
.sticky-wa { background: var(--wa); }
.sticky-btn .ico { width: 1.2em; height: 1.2em; }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; background: var(--navy); color: #fff; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg picture, .hero-bg img, .hero-bg .img-ph { width: 100%; height: 100%; object-fit: cover; object-position: center; min-height: 100%; border-radius: 0; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(var(--navy-rgb), .5) 0%, rgba(var(--navy-rgb), .62) 55%, rgba(var(--navy-rgb), .82) 100%); }
.hero-inner { position: relative; z-index: 2; display: flex; align-items: center; min-height: 70vh; padding-block: 3rem; }
.hero-copy { display: grid; gap: 1.4rem; align-content: center; max-width: 560px; margin-right: auto; }
.hero h1 { color: #fff; font-size: clamp(2.1rem, 6vw + 0.4rem, 3.6rem); font-weight: 800; letter-spacing: -.035em; line-height: 1.05; text-shadow: 0 2px 28px rgba(8,16,26,.4); text-wrap: balance; }
.hero h1 .hl { color: var(--orange); }
.hero p { color: rgba(255,255,255,.92); font-size: clamp(1.02rem, 0.5vw + 0.95rem, 1.16rem); line-height: 1.6; max-width: 46ch; text-shadow: 0 1px 14px rgba(8,16,26,.6); }
.hero-actions { display: grid; gap: .7rem; }
.hero-actions .btn { width: 100%; }

/* ---- Placeholder görsel kutusu (markalı skeleton) ---- */
.img-ph {
  position: relative; display: grid; place-items: center; gap: .5rem; text-align: center;
  background: linear-gradient(135deg, #eef1f5 0%, #f7f9fb 48%, #e8edf2 100%);
  color: var(--slate); font-size: var(--fs-xs); font-weight: 600;
  padding: 1.25rem; border-radius: inherit; min-height: 160px; overflow: hidden;
}
.img-ph::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, transparent 25%, rgba(255,255,255,.6) 50%, transparent 75%);
  transform: translateX(-100%); animation: shimmer 2.1s var(--ease) infinite;
}
.img-ph-ic { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 14px; background: rgba(var(--navy-rgb), .07); color: var(--navy-600); }
.img-ph-ic .ico { width: 24px; height: 24px; }
.img-ph-label { position: relative; max-width: 26ch; line-height: 1.35; opacity: .72; font-weight: 600; }
@keyframes shimmer { to { transform: translateX(100%); } }
.hero-media .img-ph { height: 100%; gap: .6rem; color: rgba(255,255,255,.82); background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.03)); }
.hero-media .img-ph::before { background: linear-gradient(100deg, transparent 25%, rgba(255,255,255,.16) 50%, transparent 75%); }
.hero-media .img-ph-ic { background: rgba(255,255,255,.12); color: #fff; }

/* ============================================================
   GÜVEN ŞERİDİ
   ============================================================ */
.trust-strip { background: transparent; position: relative; z-index: 6; }
.trust-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--sh-md); margin-top: -1.75rem; }
.trust-item { display: flex; align-items: center; justify-content: center; gap: .55rem; padding: 1.05rem 1rem; background: #fff; font-weight: 700; font-size: var(--fs-sm); text-align: center; color: var(--navy); }
.trust-item .ico { color: var(--orange); width: 1.45em; height: 1.45em; flex: none; }
/* Trust kartı turuncu bölümün içinde, hero birleşimine biner (beyaz boşluk yok) */
/* Hero -> turuncu yumuşak geçiş + kısa blok */
.about-section { padding-top: 0; padding-bottom: clamp(2.25rem, 4vw, 3.25rem); background: linear-gradient(180deg, var(--navy) 0%, var(--orange) 16%, var(--orange-dark) 100%); }
.about-section.section-mist { background: linear-gradient(180deg, var(--navy) 0%, var(--orange) 16%, var(--orange-dark) 100%); }
.trust-float { margin-top: -2.5rem; margin-bottom: 2rem; position: relative; z-index: 6; }
.about-home { gap: .8rem; }
.about-home .about-home-sub { margin-top: -.1rem; }
@media (max-width: 767px) {
  .about-section { padding-bottom: 2rem; }
  .about-section .section { padding-block: 0; }
  .trust-float { margin-top: -2rem; margin-bottom: 1.5rem; }
  .about-home .about-home-sub { display: none; }
}

/* ============================================================
   HİZMET KARTLARI
   ============================================================ */
.svc-grid { display: grid; gap: 1rem; grid-template-columns: 1fr; }
.svc-card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), border-color var(--dur); display: flex; flex-direction: column; color: inherit; }
.svc-card::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 3px; background: linear-gradient(90deg, var(--orange), var(--orange-dark)); transform: scaleX(0); transform-origin: left; transition: transform var(--dur) var(--ease); z-index: 4; }
.svc-card:hover { transform: translateY(-6px); box-shadow: var(--sh-lg); border-color: rgba(var(--orange-rgb), .4); }
.svc-card:hover::before { transform: scaleX(1); }
.svc-media { aspect-ratio: 4 / 3; position: relative; background: var(--mist); overflow: hidden; }
.svc-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 420ms var(--ease); }
.svc-card:hover .svc-media img { transform: scale(1.06); }
.svc-ic { position: absolute; left: 12px; bottom: -20px; width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; background: var(--navy); color: var(--orange); box-shadow: var(--sh-sm); }
.svc-tag { position: absolute; top: 12px; right: 12px; display: inline-flex; align-items: center; gap: .3rem; font-family: var(--f-head); font-weight: 700; font-size: var(--fs-xs); color: #fff; background: linear-gradient(135deg, var(--orange), var(--orange-dark)); padding: .35rem .7rem; border-radius: var(--r-pill); box-shadow: var(--sh-orange); }
.svc-tag .ico { color: #fff; }
.svc-card--feat { border-color: rgba(var(--orange-rgb), .55); box-shadow: 0 0 0 1px rgba(var(--orange-rgb), .25), var(--sh-sm); }
.svc-card--feat .svc-ic { background: var(--orange); color: #fff; }
.svc-body { padding: 1.6rem 1.25rem 1.25rem; flex: 1; display: flex; flex-direction: column; }
.svc-body h3 { font-size: var(--fs-h3); margin-bottom: .4rem; }
.svc-body p { color: var(--slate); font-size: var(--fs-sm); flex: 1; }
.svc-more { display: inline-flex; align-items: center; gap: .35rem; margin-top: .9rem; font-family: var(--f-head); font-weight: 700; font-size: var(--fs-sm); color: var(--orange-dark); }
.svc-more .ico { transition: transform var(--dur); }
.svc-card:hover .svc-more .ico { transform: translateX(4px); }

/* ============================================================
   NEDEN BİZ
   ============================================================ */
.why-grid { display: grid; gap: 1rem; grid-template-columns: 1fr; }
.why-item { display: flex; gap: .9rem; padding: 1.25rem; background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); }
.why-ic { flex: none; width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; background: var(--orange-soft); color: var(--orange-dark); }
.why-item h3 { font-size: 1.08rem; margin-bottom: .25rem; }
.why-item p { color: var(--slate); font-size: var(--fs-sm); }

/* ============================================================
   SÜREÇ
   ============================================================ */
.process-grid { display: grid; gap: 1rem; grid-template-columns: 1fr; counter-reset: step; }
.process-step { position: relative; padding: 1.5rem 1.25rem 1.25rem; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); border-radius: var(--r-md); }
.section-navy .process-step p { color: rgba(255,255,255,.75); font-size: var(--fs-sm); }
.process-n { font-family: var(--f-head); font-weight: 800; font-size: 2rem; color: var(--orange); line-height: 1; margin-bottom: .5rem; }
.process-step h3 { font-size: 1.1rem; margin-bottom: .35rem; }

/* ============================================================
   İSTATİSTİK
   ============================================================ */
.stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(255,255,255,.12); border-radius: var(--r-lg); overflow: hidden; }
.stat { padding: 1.6rem 1rem; text-align: center; background: var(--navy-700); }
.stat-num { font-family: var(--f-head); font-weight: 800; font-size: clamp(1.8rem, 6vw, 2.6rem); color: var(--orange); line-height: 1; }
.stat-label { font-size: var(--fs-sm); color: rgba(255,255,255,.78); margin-top: .4rem; }

/* ============================================================
   SSS ACCORDION
   ============================================================ */
.faq-list { display: grid; gap: .7rem; max-width: 780px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem; text-align: left; padding: 1.1rem 1.25rem; font-family: var(--f-head); font-weight: 700; color: var(--navy); font-size: 1rem; }
.faq-q .ico { flex: none; color: var(--orange); transition: transform var(--dur); }
.faq-item.open .faq-q .ico { transform: rotate(90deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height var(--dur) var(--ease); }
.faq-a-inner { padding: 0 1.25rem 1.2rem; color: var(--slate); font-size: var(--fs-sm); }

/* ============================================================
   TESTIMONIAL
   ============================================================ */
.tst-grid { display: grid; gap: 1rem; grid-template-columns: 1fr; }
.tst-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.5rem; box-shadow: var(--sh-sm); }
.tst-stars { color: var(--orange); display: flex; gap: 2px; margin-bottom: .7rem; }
.tst-card p { font-size: var(--fs-sm); color: var(--ink); }
.tst-who { display: flex; align-items: center; gap: .7rem; margin-top: 1rem; }
.tst-av { width: 42px; height: 42px; border-radius: 50%; background: var(--navy); color: var(--orange); display: grid; place-items: center; font-family: var(--f-head); font-weight: 700; }
.tst-name { font-family: var(--f-head); font-weight: 700; color: var(--navy); font-size: var(--fs-sm); }
.tst-loc { font-size: var(--fs-xs); color: var(--slate); }

/* ============================================================
   CTA BANT
   ============================================================ */
.cta-band { background: linear-gradient(135deg, var(--orange), var(--orange-dark)); color: #fff; border-radius: var(--r-xl); padding: clamp(1.75rem, 5vw, 3rem); text-align: center; box-shadow: var(--sh-orange); }
.cta-band h2 { color: #fff; font-size: var(--fs-h2); font-weight: 800; }
.cta-band p { color: rgba(255,255,255,.92); margin: .6rem auto 1.4rem; max-width: 52ch; }
.cta-actions { display: grid; gap: .7rem; }
.cta-band .btn-navy { background: var(--navy); }
.cta-band .btn-outline { background: rgba(255,255,255,.14); color: #fff; border-color: rgba(255,255,255,.5); }

/* ============================================================
   İÇERİK (hizmet/blog metni)
   ============================================================ */
.prose { max-width: 760px; }
.prose h2 { font-size: var(--fs-h2); margin: 2rem 0 .8rem; }
.prose h3 { font-size: var(--fs-h3); margin: 1.5rem 0 .6rem; }
.prose p { margin-bottom: 1rem; color: #2a3543; }
.prose ul.ticks { display: grid; gap: .6rem; margin: 1rem 0; }
.prose ul.ticks li { display: flex; gap: .6rem; align-items: flex-start; }
.prose ul.ticks .ico { flex: none; color: var(--wa); margin-top: .15rem; }
.prose a { color: var(--orange-dark); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
.content-layout { display: grid; gap: 2rem; }
.sidebar-card { background: var(--mist); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.5rem; }
.sidebar-card h3 { font-size: 1.1rem; margin-bottom: .8rem; }
.sidebar-card .svc-links { display: grid; gap: .4rem; }
.sidebar-card .svc-links a { display: flex; align-items: center; justify-content: space-between; padding: .6rem .8rem; border-radius: 10px; background: #fff; border: 1px solid var(--line); font-size: var(--fs-sm); font-weight: 600; color: var(--navy); }
.sidebar-card .svc-links a:hover { border-color: var(--orange); color: var(--orange-dark); }
.sidebar-card.navy { background: var(--navy); color: #fff; text-align: center; }
.sidebar-card.navy h3 { color: #fff; }
.sidebar-card.navy p { color: rgba(255,255,255,.8); font-size: var(--fs-sm); margin-bottom: 1rem; }

/* ============================================================
   BREADCRUMB
   ============================================================ */
.breadcrumb { background: var(--mist); border-bottom: 1px solid var(--line); }
.breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: .4rem; align-items: center; padding-block: .7rem; font-size: var(--fs-xs); color: var(--slate); }
.breadcrumb li { display: inline-flex; align-items: center; gap: .4rem; }
.breadcrumb li::after { content: "/"; margin-left: .4rem; color: #b9c2cc; }
.breadcrumb li:last-child::after { content: ""; }
.breadcrumb a:hover { color: var(--orange-dark); }
.breadcrumb li[aria-current] { color: var(--navy); font-weight: 600; }

/* ---- Sayfa başlığı (iç sayfalar) ---- */
.page-hero { background: var(--navy); color: #fff; padding-block: clamp(2rem, 6vw, 3.2rem); position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; right: -10%; top: -30%; width: 50%; height: 160%; background: radial-gradient(circle, rgba(var(--orange-rgb),.18), transparent 60%); }
.page-hero .eyebrow { position: relative; z-index: 2; }
.page-hero h1 { color: #fff; font-size: var(--fs-h1); font-weight: 800; margin-top: .7rem; position: relative; z-index: 2; }
.page-hero p { color: rgba(255,255,255,.8); margin-top: .6rem; max-width: 60ch; position: relative; z-index: 2; }

/* ---- Split page-hero (hizmet detay: metin + görsel) ---- */
.page-hero--split { padding-block: clamp(2rem, 5vw, 3.4rem); }
.ph-split { display: grid; gap: 1.75rem; align-items: center; position: relative; z-index: 2; }
.ph-copy p { color: rgba(255,255,255,.82); margin-top: .7rem; max-width: 52ch; }
.ph-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.3rem; }
.ph-media { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-lg); aspect-ratio: 4 / 3; max-width: 560px; width: 100%; }
.ph-media--wide { aspect-ratio: 16 / 9; max-width: 540px; }
.ph-media img, .ph-media .img-ph { width: 100%; height: 100%; object-fit: cover; }

/* ============================================================
   BLOG
   ============================================================ */
.blog-grid { display: grid; gap: 1.25rem; grid-template-columns: 1fr; }
.blog-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; transition: transform var(--dur) var(--ease), box-shadow var(--dur); display: flex; flex-direction: column; }
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--sh-md); }
.blog-media { aspect-ratio: 16 / 9; background: var(--mist); }
.blog-media img { width: 100%; height: 100%; object-fit: cover; }
.blog-body { padding: 1.25rem; display: flex; flex-direction: column; flex: 1; }
.blog-cat { font-size: var(--fs-xs); font-weight: 700; color: var(--orange-dark); text-transform: uppercase; letter-spacing: .06em; }
.blog-card h3 { font-size: 1.12rem; margin: .4rem 0 .5rem; }
.blog-card p { color: var(--slate); font-size: var(--fs-sm); flex: 1; }
.blog-meta { font-size: var(--fs-xs); color: var(--slate); margin-top: .9rem; display: flex; gap: .8rem; }

/* ============================================================
   İLETİŞİM + SİHİRBAZ
   ============================================================ */
.contact-grid { display: grid; gap: 1.5rem; }
.contact-cards { display: grid; gap: .8rem; }
.contact-line { display: flex; gap: .8rem; align-items: flex-start; padding: 1.1rem; background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); }
.contact-line .ico { flex: none; width: 1.6em; height: 1.6em; color: var(--orange); }
.contact-line b { font-family: var(--f-head); color: var(--navy); display: block; }
.contact-line span { color: var(--slate); font-size: var(--fs-sm); }
.map-embed { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--sh-sm); }
.map-embed iframe { width: 100%; height: 340px; border: 0; display: block; }

.wizard { background: #fff; border: 1px solid var(--line); border-radius: var(--r-xl); box-shadow: var(--sh-md); overflow: hidden; }
.wiz-head { padding: 1.25rem 1.4rem; background: var(--navy); color: #fff; }
.wiz-head h3 { color: #fff; font-size: 1.15rem; }
.wiz-head p { color: rgba(255,255,255,.75); font-size: var(--fs-sm); margin-top: .2rem; }
.wiz-progress { height: 6px; background: rgba(255,255,255,.15); border-radius: 99px; margin-top: 1rem; overflow: hidden; }
.wiz-bar { height: 100%; width: 16%; background: var(--orange); border-radius: 99px; transition: width var(--dur) var(--ease); }
.wiz-body { padding: 1.4rem; }
.wiz-step { display: none; }
.wiz-step.active { display: block; animation: fade .35s var(--ease); }
@keyframes fade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.wiz-step > label.q { font-family: var(--f-head); font-weight: 700; color: var(--navy); font-size: 1.05rem; display: block; margin-bottom: .9rem; }
.wiz-opts { display: grid; gap: .6rem; grid-template-columns: 1fr 1fr; }
.wiz-opt { border: 1.5px solid var(--line); border-radius: var(--r-md); padding: .9rem; text-align: center; font-weight: 600; font-size: var(--fs-sm); transition: all var(--dur); background: #fff; }
.wiz-opt:hover { border-color: var(--orange); }
.wiz-opt.sel { border-color: var(--orange); background: var(--orange-soft); color: var(--orange-dark); box-shadow: var(--sh-sm); }
.wiz-field { display: grid; gap: .5rem; }
.wiz-field input, .wiz-field select { width: 100%; padding: .85rem 1rem; border: 1.5px solid var(--line); border-radius: var(--r-md); font: inherit; background: var(--cloud); }
.wiz-field input:focus, .wiz-field select:focus { border-color: var(--orange); outline: none; background: #fff; }
.wiz-nav { display: flex; gap: .7rem; margin-top: 1.3rem; }
.wiz-nav .btn { flex: 1; }
.wiz-back { display: none; }
.wiz-back.show { display: inline-flex; }

/* ============================================================
   ÇEŞİTLİ
   ============================================================ */
.region-tags { display: flex; flex-wrap: wrap; gap: .5rem; }
.region-tag { display: inline-flex; align-items: center; gap: .35rem; background: #fff; border: 1px solid var(--line); border-radius: var(--r-pill); padding: .5rem .9rem; font-size: var(--fs-sm); font-weight: 600; color: var(--navy); }

/* Bölge sayfası renkli hizmet kartları */
.region-svc { display: grid; gap: .8rem; grid-template-columns: 1fr; }
.region-svc-card { display: flex; align-items: center; gap: .9rem; background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); padding: .9rem 1.1rem; font-family: var(--f-head); font-weight: 700; color: var(--navy); box-shadow: var(--sh-sm); transition: transform var(--dur) var(--ease), box-shadow var(--dur), border-color var(--dur); }
.region-svc-card .rsc-title { flex: 1; }
.region-svc-card > .ico { color: var(--orange); transition: transform var(--dur); }
.region-svc-card:hover { transform: translateY(-3px); box-shadow: var(--sh-md); border-color: rgba(var(--orange-rgb), .45); }
.region-svc-card:hover > .ico { transform: translateX(4px); }
.rsc-ic { flex: none; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: linear-gradient(135deg, var(--navy), var(--navy-600)); color: var(--orange); }
.region-svc-card:hover .rsc-ic { background: linear-gradient(135deg, var(--orange), var(--orange-dark)); color: #fff; }
.region-tag .ico { color: var(--orange); width: 1em; height: 1em; }
.stars { display: inline-flex; gap: 2px; }
.about-intro { display: grid; gap: 1.75rem; align-items: center; }
.about-intro-media { border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 10 / 7; background: var(--mist); box-shadow: var(--sh-md); }
.about-intro-media .img-ph, .about-intro-media img { width: 100%; height: 100%; object-fit: cover; }
.about-intro-copy { max-width: none; }
.about-values { max-width: 760px; margin: 2.5rem auto 0; }
.about-stats--wide { max-width: 760px; margin-inline: auto; margin-top: 1.5rem; }
.about-home { max-width: 820px; margin-inline: auto; text-align: center; display: grid; justify-items: center; gap: 1rem; }
.about-home h2 { font-size: var(--fs-h2); font-weight: 800; }
.accent-line { display: block; width: 60px; height: 4px; border-radius: 99px; background: #fff; margin-top: -.2rem; }
.about-section .lead, .about-section .about-home-sub { color: #fff; text-shadow: 0 1px 8px rgba(110,45,0,.32); }
.about-section .btn-navy { background: var(--navy); }
.about-section .btn-navy:hover { background: #0c1828; }
.about-section .about-stat { background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--orange); box-shadow: var(--sh-sm); transition: transform var(--dur) var(--ease), box-shadow var(--dur); }
.about-section .about-stat:hover { transform: translateY(-4px); box-shadow: var(--sh-md); }
.about-home .lead { font-size: 1.12rem; color: var(--ink); }
.about-home-sub { color: var(--slate); }
.about-home .btn { margin-top: .5rem; }
.about-stats { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; margin-top: 1.5rem; }
.about-home .about-stats { width: 100%; max-width: 680px; }
.about-stat { background: var(--mist); border-radius: var(--r-md); padding: 1.1rem; text-align: center; }
.about-stat b { font-family: var(--f-head); font-size: 1.8rem; color: var(--orange-dark); display: block; }
.about-stat span { font-size: var(--fs-xs); color: var(--slate); }

[data-aos] { opacity: 0; transform: translateY(22px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
[data-aos].in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { *, ::before, ::after { animation: none !important; transition: none !important; } [data-aos] { opacity: 1; transform: none; } html { scroll-behavior: auto; } }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--navy); color: rgba(255,255,255,.72); padding-top: var(--section-y); margin-bottom: 56px; }
.footer-grid { display: grid; gap: 1.75rem; grid-template-columns: 1fr; padding-bottom: 2rem; }
.footer-about p { margin: 1rem 0; font-size: var(--fs-sm); }
.footer-col h3 { color: #fff; font-size: 1rem; margin-bottom: .9rem; }
.footer-col ul { display: grid; gap: .5rem; }
.footer-col a, .footer-contact span { font-size: var(--fs-sm); }
.footer-col a:hover { color: var(--orange); }
.footer-contact li { display: flex; gap: .55rem; align-items: flex-start; margin-bottom: .55rem; }
.footer-contact .ico { color: var(--orange); flex: none; margin-top: .15rem; }
.map-link { color: var(--orange); font-weight: 600; font-size: var(--fs-sm); display: inline-flex; align-items: center; gap: .3rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-block: 1.1rem; }
.footer-bottom .container { display: flex; flex-direction: column; gap: .4rem; font-size: var(--fs-xs); color: rgba(255,255,255,.5); }

/* ============================================================
   RESPONSIVE — TABLET (≥768px)
   ============================================================ */
@media (min-width: 768px) {
  :root { --pad: 2rem; }
  .trust-grid { grid-template-columns: repeat(4, 1fr); margin-top: -2.75rem; }
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(4, 1fr); }
  .tst-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-actions { display: flex; justify-content: center; }
  .hero-actions { grid-auto-flow: column; justify-content: start; }
  .hero-actions .btn { width: auto; }
  .about-stats { grid-template-columns: repeat(4, 1fr); }
  .region-svc { grid-template-columns: repeat(2, 1fr); }
  .about-intro { grid-template-columns: 1fr 1fr; gap: 3rem; }
  .contact-grid { grid-template-columns: 1.1fr 1fr; }
  .footer-grid { grid-template-columns: 2fr 1fr 1.2fr 1.4fr; }
  .footer-bottom .container { flex-direction: row; justify-content: space-between; }
}

/* ============================================================
   RESPONSIVE — DESKTOP (≥980px)
   ============================================================ */
@media (min-width: 980px) {
  .sticky-cta { display: none; }
  .site-footer { margin-bottom: 0; }
  .nav-toggle { display: none; }
  .main-nav { display: block; }
  .main-nav > ul { display: flex; align-items: center; gap: .15rem; }
  .main-nav a { display: inline-flex; align-items: center; gap: .25rem; padding: .55rem .7rem; border-radius: 10px; font-family: var(--f-head); font-weight: 600; font-size: .9rem; color: var(--navy); white-space: nowrap; transition: color var(--dur), background var(--dur); }
  .main-nav a:hover, .main-nav a[aria-current] { color: var(--orange-dark); background: var(--orange-soft); }
  .main-nav .has-sub { position: relative; }
  .submenu { position: absolute; top: calc(100% + 8px); left: 0; display: grid; grid-template-columns: 1fr 1fr; gap: .15rem; width: 460px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); box-shadow: var(--sh-lg); padding: .5rem; opacity: 0; visibility: hidden; transform: translateY(8px); transition: all var(--dur) var(--ease); }
  .submenu::before { content: ""; position: absolute; bottom: 100%; left: 0; right: 0; height: 10px; }
  .has-sub:hover .submenu, .has-sub:focus-within .submenu { opacity: 1; visibility: visible; transform: none; }
  .submenu a { display: block; padding: .55rem .7rem; font-size: .88rem; border-radius: 8px; white-space: nowrap; }
  .submenu a:hover { background: var(--orange-soft); color: var(--orange-dark); }
  .header-cta { display: flex; }
  .ph-split { grid-template-columns: 1.1fr .9fr; gap: 3rem; }
  .ph-media { justify-self: end; }
  .hero > .hero-inner { min-height: 74vh; padding-block: 5rem; max-width: none; padding-left: clamp(2.5rem, 7vw, 7.5rem); padding-right: 2rem; }
  .hero-bg img, .hero-bg picture { object-position: right center; }
  .hero::before { background: linear-gradient(100deg, rgba(var(--navy-rgb), .92) 0%, rgba(var(--navy-rgb), .72) 32%, rgba(var(--navy-rgb), .38) 60%, rgba(var(--navy-rgb), .18) 100%); }
  .trust-float { margin-top: -3rem; margin-bottom: 3rem; }
  .hero-actions { grid-auto-flow: column; justify-content: start; }
  .hero-actions .btn { width: auto; }
  .svc-grid { grid-template-columns: repeat(3, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
  .process-grid { grid-template-columns: repeat(4, 1fr); }
  .tst-grid { grid-template-columns: repeat(3, 1fr); }
  .blog-grid { grid-template-columns: repeat(3, 1fr); }
  .region-svc { grid-template-columns: repeat(3, 1fr); }
  .content-layout { grid-template-columns: 1fr 320px; align-items: start; }
  .content-layout .sidebar { position: sticky; top: 84px; display: grid; gap: 1rem; }
  .wiz-opts { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 980px) and (hover: hover) {
  .hero h1 { font-size: clamp(2.3rem, 2.4vw + 1rem, 3.3rem); }
}


