/* Ali Yücel büro ana sayfa */

:root {
  --lacivert: #0f2d4a;
  --lacivert-koyu: #081c30;
  --altin: #f5c518;
  --altin-koyu: #c9a227;
  --metin: #1e293b;
  --metin-acik: #64748b;
  --beyaz: #ffffff;
  --gri-zemin: #f4f7fb;
}

body.buron-sayfa {
  font-family: 'Montserrat', system-ui, sans-serif;
  background: var(--beyaz);
  color: var(--metin);
}

.bolum {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.bolum-baslik {
  text-align: center;
  margin-bottom: 48px;
}

.bolum-baslik h2 {
  font-size: 1.65rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--lacivert);
  text-transform: uppercase;
}

.bolum-baslik .cizgi {
  display: block;
  width: 48px;
  height: 3px;
  margin: 14px auto 0;
  background: var(--altin);
  border-radius: 2px;
}

.placeholder-gorsel {
  background: linear-gradient(135deg, #c5d4e4 0%, #8fa8c0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(15, 45, 74, 0.45);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.placeholder-gorsel::after {
  content: "Görsel yüklenecek";
}

/* src yazılı; dosya gelince otomatik görünür */
.bekleyen-gorsel {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
}

.bekleyen-gorsel.yuklendi {
  opacity: 1;
}

/* Hero */
.hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
  pointer-events: none;
  z-index: 0;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.55) 42%, rgba(255, 255, 255, 0.08) 100%);
  pointer-events: none;
  z-index: 0;
}

.hero-icerik {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 24px;
  width: 100%;
}

.hero-etiket {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 3px;
  color: var(--metin-acik);
  margin-bottom: 16px;
}

.hero h1 {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--lacivert);
  max-width: 520px;
  margin-bottom: 18px;
}

.hero h1 span {
  color: inherit;
}

.hero-aciklama {
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--metin-acik);
  max-width: 480px;
  margin-bottom: 28px;
}

.hero-butonlar {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-lacivert {
  background: var(--lacivert);
  color: var(--beyaz);
  box-shadow: 0 8px 24px rgba(15, 45, 74, 0.25);
}

.btn-beyaz {
  background: var(--beyaz);
  color: var(--lacivert);
  border: 1px solid rgba(15, 45, 74, 0.2);
}

/* Hizmetler */
.hizmetler {
  padding: 56px 0;
  background: var(--gri-zemin);
}

#hizmetler {
  scroll-margin-top: 120px;
}

.hizmetler .bolum-baslik {
  margin-bottom: 32px;
}

.hizmet-karusel {
  position: relative;
}

.hizmet-viewport {
  overflow: hidden;
}

.hizmet-track {
  display: flex;
  will-change: transform;
}

.hizmet-kart {
  position: relative;
  background: linear-gradient(160deg, var(--beyaz) 0%, #f3f6fa 100%);
  border-radius: 12px;
  padding: 22px 18px 22px;
  border: 1px solid rgba(15, 45, 74, 0.06);
  box-shadow: 0 6px 22px rgba(15, 45, 74, 0.07);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  min-height: 158px;
  flex-shrink: 0;
}

.hizmet-kart:hover {
  transform: translateY(-3px);
  border-color: rgba(15, 45, 74, 0.12);
  box-shadow: 0 12px 28px rgba(15, 45, 74, 0.1);
}

.hizmet-ikon {
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  color: var(--lacivert);
  background: rgba(15, 45, 74, 0.06);
  border: 1px solid rgba(15, 45, 74, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(15, 45, 74, 0.05);
  transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.hizmet-kart:hover .hizmet-ikon {
  background: var(--lacivert);
  border-color: var(--lacivert);
  color: var(--beyaz);
  box-shadow: 0 4px 14px rgba(15, 45, 74, 0.2);
}

.hizmet-ikon svg {
  width: 24px;
  height: 24px;
}

.hizmet-ikon svg path,
.hizmet-ikon svg line,
.hizmet-ikon svg polyline,
.hizmet-ikon svg polygon,
.hizmet-ikon svg rect,
.hizmet-ikon svg circle {
  stroke: currentColor;
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hizmet-kart h3 {
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--lacivert);
  margin-bottom: 0;
  line-height: 1.4;
  letter-spacing: 0.15px;
  text-align: center;
}

.hizmet-kart h3::before {
  content: "";
  display: block;
  width: 26px;
  height: 2px;
  margin: 0 auto 9px;
  background: linear-gradient(90deg, var(--lacivert), rgba(15, 45, 74, 0.35));
  border-radius: 2px;
  opacity: 0.55;
  transition: width 0.25s ease, opacity 0.25s ease;
}

.hizmet-kart:hover h3::before {
  width: 38px;
  opacity: 0.85;
}

.hizmet-ok {
  display: none;
}

.hizmet-alt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}

.hizmet-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(15, 45, 74, 0.15);
  background: var(--beyaz);
  color: var(--lacivert);
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s, border-color 0.15s;
}

.hizmet-btn:hover {
  background: var(--lacivert);
  border-color: var(--lacivert);
  color: var(--beyaz);
}

.hizmet-noktalar {
  display: flex;
  gap: 8px;
}

.hizmet-nokta {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: rgba(15, 45, 74, 0.2);
  cursor: pointer;
  transition: background 0.15s, transform 0.15s;
}

.hizmet-nokta.aktif {
  background: var(--altin);
  transform: scale(1.15);
}

/* Neden biz */
.neden-biz {
  padding: 80px 0;
}

.neden-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.neden-liste {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 24px;
}

.neden-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.neden-item-ikon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  color: var(--altin);
}

.neden-item-ikon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.5;
}

.neden-item h4 {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--lacivert);
  margin-bottom: 4px;
}

.neden-item p {
  font-size: 0.8rem;
  line-height: 1.5;
  color: var(--metin-acik);
}

.neden-gorsel {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  min-height: 380px;
}

.neden-gorsel-img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  object-position: center;
}

.neden-kutu {
  position: absolute;
  left: 24px;
  bottom: 24px;
  background: var(--lacivert);
  color: var(--beyaz);
  padding: 20px 24px;
  border-radius: 10px;
  max-width: 260px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}

.neden-kutu li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.82rem;
  font-weight: 500;
  list-style: none;
  margin-bottom: 8px;
}

.neden-kutu li:last-child {
  margin-bottom: 0;
}

.neden-kutu .tik {
  color: var(--altin);
  font-weight: 700;
}

/* Süreç */
.surec {
  padding: 80px 0;
  background: var(--gri-zemin);
}

.surec-zaman {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  padding-top: 20px;
}

.surec-zaman::before {
  content: "";
  position: absolute;
  top: 52px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: repeating-linear-gradient(90deg, #cbd5e1 0, #cbd5e1 6px, transparent 6px, transparent 12px);
  z-index: 0;
}

.surec-adim {
  flex: 1;
  text-align: center;
  position: relative;
  z-index: 1;
}

.surec-daire {
  width: 72px;
  height: 72px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: var(--beyaz);
  border: 2px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 4px 16px rgba(15, 45, 74, 0.08);
}

.surec-daire svg {
  width: 28px;
  height: 28px;
  stroke: var(--lacivert);
  fill: none;
  stroke-width: 1.5;
}

.surec-no {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--altin);
  color: var(--lacivert);
  font-size: 0.7rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.surec-adim h4 {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--lacivert);
  margin-bottom: 6px;
  letter-spacing: 0.5px;
}

.surec-adim p {
  font-size: 0.75rem;
  line-height: 1.5;
  color: var(--metin-acik);
  max-width: 140px;
  margin: 0 auto;
}

/* İstatistikler */
.istatistikler {
  background: linear-gradient(180deg, #0f2d4a 0%, #081c30 100%);
  padding: 56px 0;
}

.istatistik-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}

.istatistik-item svg {
  width: 36px;
  height: 36px;
  stroke: var(--altin);
  fill: none;
  stroke-width: 1.5;
  margin-bottom: 12px;
}

.istatistik-item strong {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: var(--beyaz);
  margin-bottom: 4px;
}

.istatistik-item span {
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--altin);
  letter-spacing: 0.5px;
}

/* Galeri & İletişim */
.galeri-iletisim {
  padding: 80px 0;
  scroll-margin-top: 120px;
}

.galeri-iletisim-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
}

.galeri-iletisim-tek {
  grid-template-columns: 1fr;
  max-width: 640px;
  margin: 0 auto;
}

.galeri-baslik,
.iletisim-baslik {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--lacivert);
  margin-bottom: 24px;
  letter-spacing: 0.5px;
}

.galeri-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 24px;
}

.galeri-kare {
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  background: #e8edf3;
}

.galeri-kare img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.galeri-kare .placeholder-gorsel {
  width: 100%;
  height: 100%;
}

.galeri-kare .placeholder-gorsel::after {
  content: "";
}

.btn-merkez {
  display: flex;
  justify-content: center;
}

.iletisim-liste {
  list-style: none;
  margin-bottom: 24px;
}

.iletisim-liste li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 18px;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--metin-acik);
}

.iletisim-liste svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  stroke: var(--lacivert);
  fill: none;
  stroke-width: 1.5;
  margin-top: 2px;
}

.iletisim-liste strong {
  display: block;
  color: var(--lacivert);
  font-size: 0.82rem;
  margin-bottom: 2px;
}

.iletisim-liste a {
  color: var(--metin-acik);
  text-decoration: none;
}

.iletisim-liste a:hover {
  color: var(--lacivert);
  text-decoration: underline;
}

.harita-alan {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
}

.harita-kutu {
  position: relative;
}

.harita-kutu #map {
  width: 100%;
  height: 240px;
  margin: 0;
  border: none;
  border-radius: 0;
  background: #e2e8f0;
}

.harita-kutu #map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.harita-yol-btn {
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--lacivert);
  color: var(--beyaz);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(15, 45, 74, 0.35);
  transition: background 0.2s ease, transform 0.2s ease;
}

.harita-yol-btn svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

.harita-yol-btn:hover {
  background: #163a5c;
  transform: translateX(-50%) translateY(-1px);
}

.harita-yol-btn:focus-visible {
  outline: 2px solid var(--altin);
  outline-offset: 2px;
}

.harita-hata {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  margin: 0;
  padding: 20px;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #475569;
  background: #f1f5f9;
}

.harita-hata a {
  color: #1a5296;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .neden-grid,
  .galeri-iletisim-grid {
    grid-template-columns: 1fr;
  }

  .istatistik-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }

  .surec-zaman {
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
  }

  .surec-zaman::before {
    display: none;
  }
}

@media (max-width: 600px) {
  .bolum {
    padding: 0 16px;
  }

  .bolum-baslik {
    margin-bottom: 32px;
  }

  .bolum-baslik h2 {
    font-size: 1.35rem;
  }

  .neden-liste,
  .galeri-grid,
  .istatistik-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 440px;
  }

  .hero-icerik {
    padding: 60px 20px;
  }

  .harita-yol-btn {
    font-size: 12px;
    padding: 8px 14px;
    white-space: nowrap;
    max-width: calc(100% - 20px);
  }
}
