/* === MOBİL OVERFLOW FIX === */
*, *::before, *::after{ box-sizing: border-box; }
html{
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
}
body{
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
  position: relative;
  padding-top: var(--header-h); /* fixed navbar için boşluk */
}

@media (max-width: 992px){
  html, body{
    width: 100% !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }
  .container{ padding: 0 16px; max-width: 100%; }
  img, video, iframe, table{ max-width: 100%; }

  section, header, footer, .hero, .about, .process, .services,
  .districts, .faq, .contact, .seo-content, .fiyat-al-placeholder{
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
  }

  .dropdown{ display: none !important; }

  .about__stats{ overflow: hidden; }
  .site-footer__grid{ overflow: hidden; }
}

/* ============================================
   ATAŞEHİR HURDACILIK — style.css
   Premium Dark Theme — Kırmızı Vurgu (#C1121F)
   ============================================ */

:root{
  --bg-primary:  #111111;
  --bg-surface:  #1A1A1A;
  --white:       #FFFFFF;
  --ink:         #FFFFFF;
  --ink-soft:    #F1F1F1;
  --steel:       #BDBDBD;
  --line:        rgba(255,255,255,.08);
  --orange:      #C1121F;
  --orange-dark: #E53935;
  --orange-soft: rgba(193,18,31,.14);
  --off-white:   #111111;
  --font-display: "Oswald", "Arial Narrow", sans-serif;
  --font-body: "Inter", -apple-system, Segoe UI, sans-serif;
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 28px;
  --shadow-sm: 0 2px 10px rgba(0,0,0,.35);
  --shadow-md: 0 12px 32px rgba(0,0,0,.5);
  --header-h: 132px;
}

*,*::before,*::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }

/* Navbar sabit (fixed) olduğu için, menüden bir bölüme tıklayınca
   o bölümün üst kısmı navbarın altında kalmasın diye kaydırma payı: */
section[id]{
  scroll-margin-top: calc(var(--header-h) + 12px);
}
body[id]{
  scroll-margin-top: 0;
}
body{
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg-primary);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg{ display: block; max-width: 100%; }
a{ text-decoration: none; color: inherit; }
ul{ margin: 0; padding: 0; list-style: none; }
button{ font: inherit; cursor: pointer; background: none; border: none; color: inherit; }
h1,h2,h3,h4{
  font-family: var(--font-display);
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .01em;
  line-height: 1.12;
}
p{ margin: 0; }

a:focus-visible,
button:focus-visible{
  outline: 3px solid var(--orange);
  outline-offset: 2px;
  border-radius: 4px;
}

@media (prefers-reduced-motion: reduce){
  *{ animation-duration:.001ms !important; animation-iteration-count:1 !important; transition-duration:.001ms !important; }
}

/* ---------- Layout ---------- */
.container{
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.hide-sm{ display: inline; }
@media (max-width: 640px){ .hide-sm{ display: none; } }

/* ---------- Rozet ---------- */
.badge{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--orange-soft);
  color: var(--orange-dark);
  font-family: var(--font-display);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 9px 16px;
  border-radius: 999px;
  border: 1px solid rgba(193,18,31,.35);
}


/* ---------- Butonlar ---------- */
.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: .02em;
  text-transform: uppercase;
  padding: 15px 26px;
  border-radius: var(--radius-sm);
  border: 2px solid transparent;
  transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease, color .15s ease, border-color .15s ease;
  white-space: nowrap;
}
@media (max-width: 480px){
  .btn{ white-space: normal; min-width: 0; }
}
.btn:hover{ transform: translateY(-2px); }
.btn i{ font-size: 16px; }

.btn-primary{ background: var(--orange); color: var(--white); box-shadow: 0 8px 20px rgba(193,18,31,.35); }
.btn-primary:hover{ background: var(--orange-dark); box-shadow: 0 8px 22px rgba(229,57,53,.4); }

.btn-outline{ background: var(--bg-surface); color: var(--white); border-color: var(--line); }
.btn-outline:hover{ border-color: var(--orange); color: var(--orange-dark); }

.btn-dark{ background: #000000; color: var(--white); border-color: rgba(255,255,255,.1); }
.btn-dark:hover{ background: #1A1A1A; }

.btn-whatsapp{ background: #25D366; color: var(--white); border-color: #25D366; box-shadow: 0 8px 20px rgba(37,211,102,.35); }
.btn-whatsapp:hover{ background: #1EBE57; border-color: #1EBE57; color: var(--white); }

.btn-sm{ padding: 11px 20px; font-size: 13.5px; }
.btn-block{ width: 100%; }
.text-orange{ color: var(--orange); }

/* ---------- WhatsApp balonu (masaüstü) ---------- */
.wa-bubble{
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 60px;
  height: 60px;
  background: #25D366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  box-shadow: 0 4px 16px rgba(37,211,102,.45);
  z-index: 999;
  transition: transform .2s ease;
}
.wa-bubble:hover{ transform: scale(1.1); }

/* ---------- Mobil alt CTA bar ---------- */
.mobile-cta-bar{ display: none; }

@media (min-width: 769px){
  .mobile-cta-bar{ display: none !important; }
}

@media (max-width: 768px){
  .wa-bubble{ display: none; }
  .mobile-cta-bar{
    display: flex;
    position: fixed;
    bottom: 0; left: 0; right: 0;
    z-index: 999;
    padding: 10px 12px;
    gap: 10px;
    background: var(--bg-surface);
    border-top: 1px solid var(--line);
    box-shadow: 0 -2px 12px rgba(0,0,0,.4);
  }
  .mobile-cta-bar .btn{ flex: 1; justify-content: center; }
  body{ padding-bottom: 0; }
}

body.menu-open .mobile-cta-bar{ display: none !important; }

/* ---------- Pattern ---------- */
.pattern-plate{
  background-color: #000000;
  background-image:
    repeating-linear-gradient(45deg,  rgba(255,255,255,.045) 0 1px, transparent 1px 16px),
    repeating-linear-gradient(-45deg, rgba(255,255,255,.045) 0 1px, transparent 1px 16px),
    repeating-linear-gradient(45deg,  rgba(193,18,31,.1) 0 1px, transparent 1px 32px);
}

/* ============================================
   HAKKIMIZDA SECTION
   ============================================ */
.about{
  padding: 80px 0 0;
  background: var(--bg-primary);
}

.about__container{
  display: grid;
  grid-template-columns: 1fr 1px 400px;
  gap: 0 48px;
  align-items: stretch;
}

.about__content{
  display: flex;
  flex-direction: column;
}

.about__title{
  font-size: clamp(22px, 2.5vw, 34px);
  color: var(--ink);
  margin-top: 16px;
  margin-bottom: 18px;
}

.about__lead{
  font-size: 15px;
  line-height: 1.7;
  color: var(--steel);
  margin-bottom: 28px;
}

.about__features{
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}

.about__feature{
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.about__feature > i{
  font-size: 18px;
  color: var(--orange);
  margin-top: 3px;
  flex-shrink: 0;
  width: 22px;
  text-align: center;
}

.about__feature h3{
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .03em;
  color: var(--ink);
  margin-bottom: 4px;
}

.about__feature p{
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--steel);
}

/* Ayırıcı çizgi */
.about__divider{
  width: 1px;
  background: var(--line);
  align-self: stretch;
}

/* Sağ widget alanı */
.about__widgets{
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: sticky;
  top: calc(var(--header-h) + 24px);
  align-self: start;
}

/* İstatistikler — tam genişlik, container altında */
.about__stats-row{
  margin-top: 32px;
  padding: 24px 0 48px;
}

.about__stats{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: var(--bg-surface);
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  overflow: hidden;
}

.about__stat{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
  padding: 24px 16px;
  border-right: 1px solid var(--line);
}
.about__stat:last-child{ border-right: none; }

.about__stat strong{
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 700;
  color: var(--orange-dark);
  line-height: 1;
}

.about__stat span{
  font-size: 12px;
  color: var(--steel);
  font-weight: 500;
}

/* Responsive */
@media (max-width: 992px){
  .about__container{
    grid-template-columns: 1fr;
    gap: 40px 0;
  }
  .about__divider{ display: none; }
  .about__widgets{ position: static; }
  .about__stats{ grid-template-columns: repeat(2, 1fr); }
  .about__stat{ border-right: none; border-bottom: 1px solid var(--line); }
  .about__stat:nth-child(odd){ border-right: 1px solid var(--line); }
  .about__stat:nth-last-child(-n+2){ border-bottom: none; }
}

@media (max-width: 480px){
  .about{ padding: 48px 0; }
}

/* ============================================
   FİYAT AL PLACEHOLDER
   ============================================ */
.fiyat-al-placeholder{
  padding: 28px 0;
  background: var(--bg-surface);
  border-top: 3px solid var(--orange);
  border-bottom: 1px solid var(--line);
}

.fiyat-al-placeholder__inner{
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.fiyat-al-placeholder__icon{
  font-size: 32px;
  color: var(--orange);
  opacity: 1;
  flex-shrink: 0;
}

.fiyat-al-placeholder__title{
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--white);
  margin-bottom: 4px;
}

.fiyat-al-placeholder__text{
  font-size: 13.5px;
  color: var(--steel);
  line-height: 1.5;
}

.fiyat-al-placeholder__cta{
  margin-left: auto;
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.fiyat-al-placeholder .btn-primary{
  background: var(--orange);
  color: var(--white);
  border-color: var(--orange);
  box-shadow: 0 8px 20px rgba(193,18,31,.35);
}
.fiyat-al-placeholder .btn-primary:hover{ background: var(--orange-dark); }

@media (max-width: 768px){
  .fiyat-al-placeholder__inner{ flex-direction: column; align-items: flex-start; gap: 14px; }
  .fiyat-al-placeholder__cta{ margin-left: 0; width: 100%; }
  .fiyat-al-placeholder__cta .btn{ flex: 1; justify-content: center; }
}

/* ============================================
   İLÇELER SECTION
   ============================================ */
.districts{
  padding: 72px 0 80px;
  background: var(--bg-primary);
  border-top: 1px solid var(--line);
}

.districts__header{
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 52px;
}

.districts__header .badge{
  background: var(--orange-soft);
  color: var(--orange-dark);
}

.districts__title{
  font-size: clamp(22px, 3vw, 36px);
  color: var(--ink);
  margin: 0;
}

.districts__sub{
  font-size: 15px;
  color: var(--steel);
  max-width: 620px;
  line-height: 1.65;
}

.districts__sub strong{
  color: var(--orange-dark);
  font-weight: 600;
}

/* Anadolu üstte, Avrupa altta — her biri tam genişlikte, 5'li satırlar için */
.districts__body{
  display: flex;
  flex-direction: column;
  gap: 48px;
}

/* Kolon başlık */
.districts__col-label{
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--orange-dark);
  padding: 0 0 14px;
  border-left: 3px solid var(--orange);
  padding-left: 14px;
  margin-bottom: 16px;
}

.districts__col-label i{ font-size: 14px; }

/* İlçe kartları grid — masaüstünde 1 satırda 5 kart */
.districts__grid{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.districts__card{
  background: var(--bg-surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 18px 14px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  color: inherit;
  transition: background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.districts__card:hover{
  background: var(--bg-surface);
  border-color: var(--orange);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(193,18,31,.2);
}

.districts__card > i{
  font-size: 22px;
  color: var(--orange);
}

.districts__card-name{
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .03em;
  color: var(--ink);
}

.districts__card-sub{
  font-size: 11.5px;
  color: var(--steel);
  font-weight: 500;
}

@media (max-width: 1100px){
  .districts__grid{ grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 768px){
  .districts__grid{ grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 480px){
  .districts{ padding: 48px 0 56px; }
  .districts__grid{ grid-template-columns: repeat(2, 1fr); }
}

/* ============================================
   GALERİ / REFERANSLARIMIZ SECTION
   ============================================ */
.gallery{
  padding: 72px 0 80px;
  background: var(--bg-primary);
  border-top: 1px solid var(--line);
}

.gallery__header{
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 44px;
}

.gallery__header .badge{
  background: var(--orange-soft);
  color: var(--orange-dark);
}

.gallery__title{
  font-size: clamp(22px, 3vw, 36px);
  color: var(--ink);
  margin: 0;
}

.gallery__sub{
  font-size: 15px;
  color: var(--steel);
  max-width: 620px;
  line-height: 1.65;
}

/* 2 kolonlu görsel grid — biraz daha küçük görünmesi için ortalanmış ve sınırlı genişlikte */
.gallery__grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 880px;
  margin: 0 auto;
}

.gallery__item{
  position: relative;
  margin: 0;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--line);
  aspect-ratio: 4 / 3;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.gallery__item:hover{
  border-color: var(--orange);
  box-shadow: 0 10px 26px rgba(193,18,31,.25);
  transform: translateY(-3px);
}

.gallery__item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}

.gallery__item:hover img{
  transform: scale(1.06);
}

.gallery__item figcaption{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 22px 16px 14px;
  background: linear-gradient(to top, rgba(0,0,0,.9), rgba(0,0,0,0));
  color: var(--white);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.gallery__more{
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

@media (max-width: 560px){
  .gallery{ padding: 48px 0 56px; }
  .gallery__grid{ grid-template-columns: 1fr; max-width: 100%; }
  .gallery__more .btn{ width: 100%; justify-content: center; }
}

/* ============================================
   HİZMETLER SECTION
   ============================================ */
.services{
  padding: 72px 0 80px;
  background: var(--bg-primary);
  border-top: 1px solid var(--line);
}

.services__header{
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 44px;
}

.services__title{
  font-size: clamp(24px, 3vw, 38px);
  color: var(--ink);
  margin: 0;
}

.services__sub{
  font-size: 15px;
  color: var(--steel);
  max-width: 580px;
  line-height: 1.65;
}

/* 4 kolonlu kart grid */
.services__grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.services__card{
  background: var(--bg-surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 24px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
  color: inherit;
}

.services__card:hover{
  border-color: var(--orange);
  box-shadow: 0 6px 20px rgba(193,18,31,.2);
  transform: translateY(-3px);
}

.services__card-icon{
  width: 46px;
  height: 46px;
  background: var(--orange-soft);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--orange);
  flex-shrink: 0;
}

.services__card h3{
  font-family: var(--font-display);
  font-size: 14.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .03em;
  color: var(--ink);
  margin: 0;
}

.services__card p{
  font-size: 13px;
  line-height: 1.65;
  color: var(--steel);
  margin: 0;
  flex: 1;
}

.services__card-link{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-display);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--orange-dark);
  margin-top: 4px;
  transition: gap .15s ease;
}
.services__card:hover .services__card-link{ gap: 10px; }

/* SEO alt blok */
.services__seo{
  margin-top: 44px;
  background: var(--bg-surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 28px 32px;
  display: flex;
  align-items: center;
  gap: 40px;
}

.services__seo-text{
  flex: 1;
}

.services__seo-text h3{
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--orange-dark);
  margin-bottom: 10px;
}

.services__seo-text p{
  font-size: 13.5px;
  line-height: 1.72;
  color: var(--steel);
}

.services__seo-cta{
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
}

.services__seo-cta .btn{
  justify-content: center;
  min-width: 190px;
}

/* Responsive */
@media (max-width: 1100px){
  .services__grid{ grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px){
  .services__grid{ grid-template-columns: repeat(2, 1fr); }
  .services__seo{ flex-direction: column; gap: 20px; }
  .services__seo-cta{ flex-direction: row; width: 100%; }
  .services__seo-cta .btn{ flex: 1; }
}

@media (max-width: 480px){
  .services{ padding: 48px 0 56px; }
  .services__grid{ grid-template-columns: 1fr; }
  .services__seo{ padding: 22px 18px; }
  .services__seo-cta{ flex-direction: column; }
  .services__card{ min-width: 0; word-break: break-word; }
}

/* ---------- Harita widget ---------- */
.about__map{
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.about__map-footer{
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: var(--bg-surface);
  font-size: 13.5px;
  font-weight: 500;
  color: var(--ink-soft);
}
.about__map-footer > i{ color: var(--orange); }
.about__map-link{
  margin-left: auto;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--orange-dark);
  display: flex;
  align-items: center;
  gap: 5px;
  transition: opacity .15s;
}
.about__map-link:hover{ opacity: .75; }

/* ---------- İletişim widget ---------- */
.about__contact-widget{
  background: var(--bg-surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 22px 20px 18px;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.about__contact-header{
  display: flex;
  align-items: center;
  gap: 14px;
}
.about__contact-header > i{
  font-size: 28px;
  color: var(--orange);
  flex-shrink: 0;
}
.about__contact-label{
  font-size: 12px;
  color: var(--steel);
  font-weight: 500;
  margin-bottom: 2px;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.about__contact-number{
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: .02em;
}

.about__contact-actions{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.about__contact-actions .btn{
  justify-content: center;
}

@media (max-width: 480px){
  .about__contact-actions{
    grid-template-columns: 1fr;
  }
}

.about__contact-note{
  font-size: 12px;
  color: var(--steel);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.about__contact-note i{ color: var(--orange); }

/* ---------- İletişim sayfasındaki widget: kutu haritayla eşit boy, içerik ortalı ---------- */
.contact__widget .about__contact-body{
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
}
.contact__widget .about__contact-header{
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}
.contact__widget .about__contact-actions{
  width: 100%;
}

/* ---------- Rozet genişlik düzeltmesi ---------- */
.about__content{ align-items: flex-start; }

/* ============================================
   ALIM SÜRECİ SECTION
   ============================================ */
.process{
  padding: 56px 0;
  background: var(--bg-primary);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.process__header{
  text-align: center;
  margin-bottom: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.process__title{
  font-size: clamp(24px, 3vw, 38px);
  color: var(--ink);
  margin: 0;
}

.process__sub{
  font-size: 14.5px;
  color: var(--steel);
}

/* İki kolon — piksel eşit */
.process__body{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}

/* Sol: 2×2 adım kartları — her kart eşit yükseklik */
.process__steps{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
}

.process__step{
  background: var(--bg-surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 22px 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.process__step:hover{
  border-color: var(--orange);
  box-shadow: 0 4px 16px rgba(193,18,31,.18);
}

.process__step-icon{
  width: 42px;
  height: 42px;
  background: var(--orange-soft);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--orange);
  flex-shrink: 0;
}

.process__step-num{
  position: absolute;
  top: 12px;
  right: 14px;
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 700;
  color: rgba(255,255,255,.08);
  line-height: 1;
}

.process__step h3{
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: .03em;
  margin: 0;
}

.process__step p{
  font-size: 13px;
  line-height: 1.6;
  color: var(--steel);
  margin: 0;
}

/* Sağ: SEO kolonu — sol ile tam aynı yükseklik */
.process__seo{
  background: var(--bg-surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: 100%;
  box-sizing: border-box;
}

.process__seo-title{
  font-family: var(--font-display);
  font-size: 13.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--orange-dark);
  margin: 4px 0 0;
}
.process__seo-title:first-child{ margin-top: 0; }

.process__seo p{
  font-size: 13.5px;
  line-height: 1.72;
  color: var(--steel);
  margin: 0;
}

.process__seo .btn{
  margin-top: auto;
  width: 100%;
  justify-content: center;
}

/* Responsive */
@media (max-width: 992px){
  .process__body{ grid-template-columns: 1fr; }
  .process__seo{ height: auto; }
}

@media (max-width: 640px){
  .process__steps{ grid-template-columns: 1fr; grid-template-rows: auto; }
  .process{ padding: 40px 0; }
}
/* ============================================
   S.S.S. (FAQ) SECTION
   ============================================ */
.faq{
  padding: 72px 0 80px;
  background: var(--bg-primary);
  border-top: 1px solid var(--line);
}

.faq__header{
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 52px;
}

.faq__title{
  font-size: clamp(22px, 3vw, 36px);
  color: var(--ink);
  margin: 0;
}

.faq__sub{
  font-size: 15px;
  color: var(--steel);
  max-width: 580px;
  line-height: 1.65;
}

/* İki kolon — her kolon kendi yüksekliğini yönetir (cevap açılınca diğer
   kolonu ittirmez / bozmaz) */
.faq__grid{
  display: flex;
  align-items: flex-start;
  gap: 0 40px;
  margin-bottom: 48px;
}

.faq__col{
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.faq__item{
  border-bottom: 1px solid var(--line);
}

.faq__question{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 0;
  text-align: left;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  color: var(--ink);
  background: none;
  border: none;
  cursor: pointer;
  transition: color .15s ease;
}
.faq__question:hover{ color: var(--orange-dark); }

.faq__icon{
  font-size: 14px;
  color: var(--orange);
  flex-shrink: 0;
  transition: transform .25s ease;
}

.faq__item.is-open .faq__icon{
  transform: rotate(45deg);
}

.faq__answer{
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
  padding: 0;
}
.faq__item.is-open .faq__answer{
  /* max-height set by JS via scrollHeight */
  padding-bottom: 0; /* padding handled inside p */
}

.faq__answer p{
  font-size: 14px;
  line-height: 1.75;
  color: var(--steel);
  padding-bottom: 20px;
}
.faq__answer p strong{
  color: var(--ink);
  font-weight: 600;
}

/* SEO alt blok */
.faq__seo{
  background: var(--bg-surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 28px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}

.faq__seo p{
  font-size: 13.5px;
  line-height: 1.72;
  color: var(--steel);
  flex: 1;
  min-width: 280px;
}
.faq__seo p strong{
  color: var(--ink);
}

.faq__seo-actions{
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
}
.faq__seo-actions .btn{
  justify-content: center;
  min-width: 190px;
}

@media (max-width: 900px){
  .faq__grid{ flex-direction: column; gap: 0; }
}
@media (max-width: 640px){
  .faq{ padding: 48px 0 56px; }
  .faq__seo{ flex-direction: column; }
  .faq__seo-actions{ flex-direction: column; width: 100%; }
  .faq__seo-actions .btn{ width: 100%; justify-content: center; }
}
/* ============================================
   İLETİŞİM SECTION
   ============================================ */
.contact{
  padding: 72px 0 80px;
  background: var(--bg-primary);
  border-top: 1px solid var(--line);
}

.contact__header{
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 44px;
}

.contact__title{
  font-size: clamp(22px, 3vw, 36px);
  color: var(--ink);
  margin: 0;
}

.contact__sub{
  font-size: 15px;
  color: var(--steel);
  max-width: 560px;
  line-height: 1.65;
}

/* Harita + widget yan yana, ikisi de eşit boy */
.contact__row{
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 24px;
  align-items: stretch;
}

/* Harita biraz daha büyük */
.contact__map{
  display: flex;
  flex-direction: column;
}
.contact__map iframe{
  flex: 1;
  min-height: 320px;
  filter: grayscale(.4) invert(.92) contrast(.9);
}

@media (max-width: 900px){
  .contact__row{ grid-template-columns: 1fr; }
  .contact__map iframe{ min-height: 280px; }
}

@media (max-width: 640px){
  .contact{ padding: 48px 0 56px; }
}

/* ---------- Form odak (focus) renkleri ---------- */
input, textarea, select{
  background: var(--bg-surface);
  border: 1px solid var(--line);
  color: var(--white);
}
input:focus, textarea:focus, select:focus,
input:focus-visible, textarea:focus-visible, select:focus-visible{
  outline: none;
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(193,18,31,.25);
}
::placeholder{ color: var(--steel); opacity: .8; }

/* ============================================
   YÜKLEME ANİMASYONU (Preloader)
   ============================================ */
.preloader{
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: var(--bg-primary);
  transition: opacity .5s ease, visibility .5s ease;
}
.preloader.is-hidden{
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.preloader__icon{
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--orange-soft);
  color: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  animation: preloaderSpin 1.4s linear infinite;
}
@keyframes preloaderSpin{
  to{ transform: rotate(360deg); }
}
.preloader__text{
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin: 0;
}
.preloader__bar{
  width: 120px;
  height: 3px;
  border-radius: 2px;
  background: var(--line);
  overflow: hidden;
  position: relative;
}
.preloader__bar::after{
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: left;
  animation: preloaderBar 1.4s ease-in-out infinite;
}
@keyframes preloaderBar{
  0%{ transform: scaleX(0); transform-origin: left; }
  45%{ transform: scaleX(1); transform-origin: left; }
  55%{ transform: scaleX(1); transform-origin: right; }
  100%{ transform: scaleX(0); transform-origin: right; }
}

@media (prefers-reduced-motion: reduce){
  .preloader__icon{ animation: none; }
  .preloader__bar::after{ animation: none; transform: scaleX(1); }
}

/* ============================================
   ÖZEL FARE İMLECİ (sadece mouse'lu masaüstünde)
   ============================================ */
.cursor-dot,
.cursor-ring{
  display: none;
}

html.has-custom-cursor{
  cursor: none;
}
html.has-custom-cursor a,
html.has-custom-cursor button,
html.has-custom-cursor .btn,
html.has-custom-cursor input,
html.has-custom-cursor textarea,
html.has-custom-cursor select,
html.has-custom-cursor label{
  cursor: none;
}

html.has-custom-cursor .cursor-dot,
html.has-custom-cursor .cursor-ring{
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 50%;
  pointer-events: none;
  z-index: 10000;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity .2s ease;
}

html.has-custom-cursor .cursor-dot.is-visible,
html.has-custom-cursor .cursor-ring.is-visible{
  opacity: 1;
}

html.has-custom-cursor .cursor-dot{
  width: 6px;
  height: 6px;
  background: var(--orange);
}

html.has-custom-cursor .cursor-ring{
  width: 34px;
  height: 34px;
  border: 1.5px solid var(--orange);
  opacity: 0;
  transition: width .2s ease, height .2s ease, opacity .2s ease, background .2s ease;
}
html.has-custom-cursor .cursor-ring.is-visible{
  opacity: .55;
}
html.has-custom-cursor .cursor-ring.is-active{
  width: 50px;
  height: 50px;
  background: var(--orange-soft);
  opacity: .9;
}
html.has-custom-cursor .cursor-ring.is-pressed{
  width: 28px;
  height: 28px;
}

/* ============================================
   FOOTER (SEO) — Siyah zemin, kırmızı vurgu
   ============================================ */
.site-footer{
  background: #000000;
  color: var(--steel);
  padding: 60px 0 0;
  border-top: 1px solid var(--line);
}

.site-footer__grid{
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1.2fr;
  gap: 32px;
  padding-bottom: 44px;
  border-bottom: 1px solid var(--line);
}

.site-footer__logo{
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 14px;
}
.site-footer__logo .text-orange{
  color: var(--orange-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(229,57,53,.45);
}

.site-footer__brand p{
  font-size: 13.5px;
  line-height: 1.7;
  color: var(--steel);
  margin-bottom: 18px;
}

.site-footer__social{
  display: flex;
  gap: 10px;
}
.site-footer__social a{
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--bg-surface);
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 15px;
  transition: background .2s ease, transform .2s ease, border-color .2s ease;
}
.site-footer__social a:hover{
  background: var(--orange);
  border-color: var(--orange);
  transform: translateY(-2px);
}

.site-footer__col h4{
  font-family: var(--font-display);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--orange-dark);
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
}

.site-footer__col ul{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.site-footer__col a{
  font-size: 13.5px;
  color: var(--steel);
  transition: opacity .15s ease, padding-left .15s ease, color .15s ease;
}
.site-footer__col a:hover{
  opacity: 1;
  color: var(--white);
  padding-left: 4px;
}

.site-footer__contact-list li{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13.5px;
  color: var(--steel);
}
.site-footer__contact-list i{
  color: var(--orange);
  width: 16px;
  text-align: center;
  margin-top: 2px;
  flex-shrink: 0;
}

.site-footer__bottom{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 20px 0 26px;
  font-size: 12px;
  color: var(--steel);
}

.site-footer__seo{
  max-width: 620px;
  text-align: right;
}

@media (max-width: 992px){
  .site-footer__grid{ grid-template-columns: 1fr 1fr; }
  .site-footer__brand{ grid-column: 1 / -1; }
}

@media (max-width: 560px){
  .site-footer__grid{ grid-template-columns: 1fr; gap: 28px; }
  .site-footer__bottom{ flex-direction: column; align-items: flex-start; }
  .site-footer__seo{ text-align: left; max-width: 100%; word-break: break-word; }
  .site-footer__contact-list li{ flex-wrap: wrap; word-break: break-all; }
  .site-footer__contact-list a{ word-break: break-all; }
}

/* ============================================
   YUKARI ÇIK BUTONU — sağ alt köşe
   ============================================ */
.back-to-top{
  position: fixed;
  right: 28px;
  bottom: 28px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--orange);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  box-shadow: 0 4px 18px rgba(193,18,31,.45);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity .25s ease, transform .25s ease, visibility .25s ease, background .2s ease;
}
.back-to-top.is-visible{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top:hover{ background: var(--orange-dark); transform: translateY(-3px); }

@media (max-width: 768px){
  .back-to-top{ right: 16px; bottom: 88px; width: 44px; height: 44px; font-size: 15px; }
}
body.menu-open .back-to-top{ display: none; }

/* ============================================
   SEO CONTENT — iletişim öncesi bilgi bloğu
   ============================================ */
.seo-content{
  padding: 80px 0 72px;
  background: var(--bg-primary);
}

.seo-content__header{
  text-align: center;
  margin-bottom: 56px;
}

.seo-content__title{
  font-size: clamp(24px, 3vw, 38px);
  color: var(--ink);
  margin-top: 14px;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.seo-content__lead{
  max-width: 780px;
  margin: 18px auto 0;
  font-size: 16px;
  line-height: 1.75;
  color: var(--steel);
}

/* --- Grid --- */
.seo-content__grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

/* Wide blok: tam genişlik */
.seo-content__block--wide{
  grid-column: 1 / -1;
}

/* --- Tek blok --- */
.seo-content__block{
  background: var(--bg-surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 28px 30px 26px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: box-shadow .2s ease, border-color .2s ease;
}

.seo-content__block:hover{
  box-shadow: var(--shadow-md);
  border-color: rgba(193,18,31,.4);
}

.seo-content__block-icon{
  width: 46px;
  height: 46px;
  border-radius: var(--radius-sm);
  background: var(--orange-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--orange);
  font-size: 20px;
  flex-shrink: 0;
}

.seo-content__block h3{
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--ink);
  line-height: 1.2;
}

.seo-content__block p{
  font-size: 14.5px;
  line-height: 1.8;
  color: var(--steel);
}

.seo-content__block p strong{
  color: var(--ink-soft);
  font-weight: 600;
}

/* --- Alt CTA bandı --- */
.seo-content__cta{
  margin-top: 52px;
  background: var(--bg-surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 36px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.seo-content__cta p{
  font-size: 15px;
  line-height: 1.65;
  color: var(--steel);
  max-width: 640px;
}

.seo-content__cta p strong{
  color: var(--orange-dark);
}

.seo-content__cta-btns{
  display: flex;
  gap: 12px;
  flex-shrink: 0;
  flex-wrap: wrap;
}

/* ---------- Responsive ---------- */
@media (max-width: 900px){
  .seo-content__grid{
    grid-template-columns: 1fr;
  }
  .seo-content__block--wide{
    grid-column: auto;
  }
}

@media (max-width: 600px){
  .seo-content{
    padding: 52px 0 48px;
  }
  .seo-content__block{
    padding: 22px 18px 20px;
  }
  .seo-content__cta{
    padding: 26px 22px;
    flex-direction: column;
    align-items: flex-start;
  }
  .seo-content__cta-btns{
    width: 100%;
    flex-direction: column;
  }
  .seo-content__cta-btns .btn{
    width: 100%;
    justify-content: center;
  }
}

/* ============================================
   ÖZEL SCROLLBAR — Site temasına uygun
   ============================================ */

/* Chrome, Edge, Safari */
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: #000000;
}
::-webkit-scrollbar-thumb {
  background: var(--orange);
  border-radius: 99px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--orange-dark);
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: var(--orange) #000000;
}

/* ============================================
   NAVBAR — Aktif link vurgusu
   ============================================ */
.navbar{
  background: rgba(17,17,17,.92);
  border-bottom: 1px solid var(--line);
}
.nav-link.is-active,
.nav-link[aria-current="page"]{
  color: var(--orange-dark);
  position: relative;
}
.nav-link.is-active::after,
.nav-link[aria-current="page"]::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 2px;
  background: var(--orange);
  border-radius: 2px;
}
.nav-link:hover{
  color: var(--orange-dark);
}