/* ═══════════════════════════════════════════════════════════
   Proje Detay Sayfası v5 — Tasarım Görseline Birebir Uyumlu
   ═══════════════════════════════════════════════════════════ */

/* ─── TEMA DEĞİŞKENLERİ & SAYFA ARKAPLAN ────────────────────── */
.page-proje-detay {
  background: #f0f2f1 !important;
  color: #1e2d27 !important;
  font-family: 'Inter', sans-serif;
}

/* ─── HEADER ─────────────────────────────────────────────────── */
.page-proje-detay .site-header,
.page-proje-detay .site-header--light {
  background: #ffffff !important;
  border-bottom: 1px solid #dde3df !important;
  box-shadow: 0 1px 8px rgba(0,0,0,0.07) !important;
  backdrop-filter: none !important;
}

.page-proje-detay .logo { color: #1c3d2e !important; }
.page-proje-detay .logo img { filter: none !important; }

.page-proje-detay .nav-main a {
  color: #374840 !important;
  font-weight: 500;
  font-size: 0.875rem;
}
.page-proje-detay .nav-main a:hover,
.page-proje-detay .nav-main a.active { color: #1c3d2e !important; }

.page-proje-detay .header-phone { color: #374840 !important; }

.page-proje-detay .header-actions .btn-gold {
  background: #c9a84c !important;
  color: #fff !important;
  font-weight: 600;
  border-radius: 6px;
}
.page-proje-detay .header-actions .btn-gold:hover {
  background: #dabb6a !important;
}

/* ─── HERO ───────────────────────────────────────────────────── */
.page-proje-detay .proje-hero-wrap { margin: 0; }

.page-proje-detay .proje-hero {
  border-radius: 0 !important;
  border: none !important;
  margin: 0 !important;
  min-height: 480px;
  box-shadow: none !important;
  display: grid !important;
  grid-template-columns: 380px 1fr !important;
}

.page-proje-detay .proje-hero-info {
  background: #1c3d2e !important;
  color: #fff !important;
  padding: 52px 44px 44px;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 0;
}

.page-proje-detay .proje-hero-location {
  color: #c9a84c !important;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.page-proje-detay .proje-hero-info h1 {
  color: #fff !important;
  font-size: 1.85rem !important;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 28px;
  font-family: 'Outfit', sans-serif;
}

/* Stats — dikey liste */
.page-proje-detay .proje-stats {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  margin-bottom: 28px;
}

.page-proje-detay .stat-item {
  display: flex !important;
  align-items: center !important;
  gap: 12px;
}

.page-proje-detay .stat-icon {
  width: 32px !important;
  height: 32px !important;
  background: rgba(201, 168, 76, 0.18) !important;
  border-radius: 6px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 0.95rem;
  flex-shrink: 0;
  color: #c9a84c !important;
}

.page-proje-detay .stat-label {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.55) !important;
  line-height: 1;
  margin-bottom: 2px;
  display: block;
}

.page-proje-detay .stat-value {
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff !important;
  line-height: 1;
  display: block;
}

/* Broşür butonu */
.page-proje-detay .btn-gold {
  background: transparent !important;
  color: #fff !important;
  border: 1.5px solid rgba(255,255,255,0.55) !important;
  font-weight: 600;
  padding: 11px 20px;
  border-radius: 7px;
  font-size: 0.85rem;
  width: fit-content;
  transition: all 0.2s;
}
/* Hero içindeki broşür butonu için (header .btn-gold override'ını ezmemesi için) */
.page-proje-detay .proje-hero-info .btn-gold {
  background: transparent !important;
  color: #fff !important;
  border: 1.5px solid rgba(255,255,255,0.55) !important;
}
.page-proje-detay .proje-hero-info .btn-gold:hover {
  background: rgba(255,255,255,0.1) !important;
  border-color: #fff !important;
}

/* Before/After görsel */
.page-proje-detay .proje-hero-visual {
  background: #c8cfc9 !important;
  position: relative;
  overflow: hidden;
}

.page-proje-detay .before-after { min-height: 480px; }

/* ─── BÖLÜM BAŞLIKLARI ───────────────────────────────────────── */
.page-proje-detay .section-title {
  font-size: 0.78rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #1e2d27 !important;
  margin-bottom: 24px;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.page-proje-detay .section-title::before {
  content: '' !important;
  display: inline-block !important;
  width: 3px !important;
  height: 16px !important;
  background: #c9a84c !important;
  border-radius: 2px !important;
  flex-shrink: 0;
}

/* ─── SÜREÇ BÖLÜMÜ ───────────────────────────────────────────── */
.page-proje-detay .section-process {
  background: #ffffff !important;
  padding: 44px 0;
  border-bottom: 1px solid #dde3df;
}

.page-proje-detay .process-section {
  display: grid !important;
  grid-template-columns: 1fr 260px !important;
  gap: 28px !important;
  align-items: stretch;
  margin-bottom: 0;
}

.page-proje-detay .process-steps {
  background: #ffffff !important;
  border: 1px solid #dde3df !important;
  border-radius: 10px;
  padding: 32px 24px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  display: flex !important;
  gap: 0;
  overflow-x: auto;
}

/* Bağlantı çizgileri */
.page-proje-detay .process-step:not(:last-child)::after,
.page-proje-detay .process-step:not(:first-child)::before {
  background: #d5ddd8 !important;
}

.page-proje-detay .process-step.done::before,
.page-proje-detay .process-step.done::after,
.page-proje-detay .process-step.active::before {
  background: #c9a84c !important;
}

/* Step circles */
.page-proje-detay .step-circle {
  background: #f0f4f2 !important;
  border-color: #d5ddd8 !important;
  color: #8a9e94 !important;
}

.page-proje-detay .process-step.done .step-circle {
  background: #2ecc71 !important;
  border-color: #2ecc71 !important;
  color: #fff !important;
}

.page-proje-detay .process-step.active .step-circle {
  background: #fff !important;
  border-color: #c9a84c !important;
  color: #c9a84c !important;
  box-shadow: 0 0 0 4px rgba(201,168,76,0.15);
  animation: none !important;
}

.page-proje-detay .step-name { color: #1e2d27 !important; }
.page-proje-detay .step-status { color: #6b7c74 !important; }
.page-proje-detay .process-step.done .step-status { color: #27ae60 !important; font-weight: 600; }
.page-proje-detay .process-step.active .step-status { color: #c9a84c !important; font-weight: 600; }

/* İlerleme kartı — koyu yeşil */
.page-proje-detay .progress-card {
  background: #1c3d2e !important;
  border: none !important;
  color: #fff !important;
  border-radius: 10px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.10);
  padding: 28px 24px;
  text-align: left;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.page-proje-detay .progress-card .pct-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6) !important;
  margin-bottom: 8px;
}

.page-proje-detay .progress-card .pct {
  font-size: 3.2rem !important;
  font-weight: 800;
  color: #fff !important;
  font-family: 'Outfit', sans-serif;
  line-height: 1;
  margin-bottom: 14px;
}

.page-proje-detay .progress-card .progress-bar-wrap {
  background: rgba(255,255,255,0.15) !important;
  height: 7px;
  border-radius: 99px;
  margin-bottom: 14px;
}

.page-proje-detay .progress-card .progress-bar-fill {
  background: #c9a84c !important;
}

.page-proje-detay .progress-card p {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.7) !important;
  line-height: 1.55;
}

/* ─── ANA İÇERİK ALANI ───────────────────────────────────────── */
.page-proje-detay .section-main {
  background: #f0f2f1 !important;
  padding: 40px 0 0;
}

/* ─── GALERİ ─────────────────────────────────────────────────── */
.page-proje-detay .gallery-section { margin-bottom: 36px; }

.page-proje-detay .gallery-tabs {
  display: flex !important;
  gap: 4px !important;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.page-proje-detay .gallery-tab {
  padding: 8px 20px !important;
  border-radius: 7px !important;
  border: 1px solid #dde3df !important;
  background: #fff !important;
  color: #6b7c74 !important;
  font-size: 0.83rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

.page-proje-detay .gallery-tab:hover {
  background: #1c3d2e !important;
  color: #fff !important;
  border-color: #1c3d2e !important;
}

.page-proje-detay .gallery-tab.active {
  background: #1c3d2e !important;
  color: #fff !important;
  border-color: #1c3d2e !important;
  font-weight: 600;
}

.page-proje-detay .gallery-main,
.page-proje-detay .gallery-thumb {
  background: #dae2dc !important;
  border: none !important;
  border-radius: 10px !important;
}

.page-proje-detay .gallery-placeholder { color: #6b7c74 !important; }

/* ─── KARTLAR ────────────────────────────────────────────────── */
.page-proje-detay .card {
  background: #ffffff !important;
  border: 1px solid #dde3df !important;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06) !important;
  border-radius: 10px !important;
  color: #1e2d27 !important;
  transition: box-shadow 0.2s !important;
}

.page-proje-detay .card:hover {
  box-shadow: 0 8px 40px rgba(0,0,0,0.10) !important;
  transform: none !important;
}

.page-proje-detay .card-title {
  font-size: 0.75rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: #1e2d27 !important;
  margin-bottom: 18px;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.page-proje-detay .card-title::before {
  content: '' !important;
  width: 3px !important;
  height: 14px !important;
  background: #c9a84c !important;
  border-radius: 2px !important;
  display: inline-block !important;
  flex-shrink: 0;
}

/* Proje Hakkında */
.page-proje-detay .about-text { color: #6b7c74 !important; }

.page-proje-detay .feature-list li {
  color: #6b7c74 !important;
}

.page-proje-detay .feature-list li::before {
  content: '✓' !important;
  color: #27ae60 !important;
  font-weight: 700;
}

.page-proje-detay .btn-outline {
  border: 1.5px solid #1c3d2e !important;
  color: #1c3d2e !important;
  background: transparent !important;
  border-radius: 7px;
  font-weight: 600;
}

.page-proje-detay .btn-outline:hover {
  background: #1c3d2e !important;
  color: #fff !important;
}

/* Daire tipleri */
.page-proje-detay .daire-item {
  background: #f7faf8 !important;
  border-color: #dde3df !important;
  border-radius: 8px;
}

.page-proje-detay .daire-thumb {
  background: #e4ece6 !important;
  border-radius: 7px;
}

.page-proje-detay .daire-info h4 {
  color: #1e2d27 !important;
  font-size: 0.92rem;
  font-weight: 700;
}

.page-proje-detay .daire-info span { color: #6b7c74 !important; }

/* ─── SIDEBAR ────────────────────────────────────────────────── */
.page-proje-detay .sidebar { gap: 16px !important; }

/* Proje Yöneticisi */
.page-proje-detay .manager-card {
  background: #fff !important;
  text-align: left !important;
}

.page-proje-detay .manager-card .card-inner {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  margin-bottom: 14px;
}

.page-proje-detay .manager-photo {
  width: 60px !important;
  height: 60px !important;
  border-radius: 50% !important;
  border: 2px solid #c9a84c !important;
  background: #e4ece6 !important;
  flex-shrink: 0;
  margin: 0 !important;
  overflow: hidden;
}

.page-proje-detay .manager-name {
  color: #1e2d27 !important;
  font-size: 0.95rem;
  font-weight: 700;
}

.page-proje-detay .manager-title {
  color: #6b7c74 !important;
  font-size: 0.78rem;
}

.page-proje-detay .manager-phone {
  color: #1c3d2e !important;
  font-weight: 600 !important;
  font-size: 0.85rem;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin-bottom: 6px;
}

.page-proje-detay .manager-phone::before {
  content: '📞';
  font-size: 0.8rem;
}

.page-proje-detay .manager-wa {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  color: #25d366 !important;
  font-weight: 600;
  font-size: 0.85rem;
  text-decoration: none;
}

.page-proje-detay .manager-wa::before {
  content: '💬';
  font-size: 0.8rem;
}

.page-proje-detay .manager-wa:hover { color: #1ebe5a !important; }

/* Hızlı Erişim — koyu yeşil */
.page-proje-detay .card-quick-access {
  background: #1c3d2e !important;
  border: none !important;
  color: #fff !important;
  border-radius: 10px !important;
}

.page-proje-detay .card-quick-access .card-title {
  color: rgba(255,255,255,0.95) !important;
}

.page-proje-detay .card-quick-access .card-title::before {
  background: #c9a84c !important;
}

.page-proje-detay .card-quick-access .quick-links li {
  border-bottom-color: rgba(255,255,255,0.1) !important;
}

.page-proje-detay .card-quick-access .quick-links a {
  color: rgba(255,255,255,0.82) !important;
  font-size: 0.85rem;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 11px 0;
}

.page-proje-detay .card-quick-access .quick-links a:hover {
  color: #c9a84c !important;
}

.page-proje-detay .card-quick-access .quick-links a::after {
  content: '›' !important;
  font-size: 1.1rem;
  color: rgba(255,255,255,0.4) !important;
}

/* Duyurular */
.page-proje-detay .duyuru-item { border-bottom-color: #dde3df !important; }
.page-proje-detay .duyuru-thumb {
  background: #e4ece6 !important;
  border-radius: 7px !important;
  width: 52px !important;
  height: 52px !important;
}

.page-proje-detay .duyuru-text h5 { color: #1e2d27 !important; }
.page-proje-detay .duyuru-text time { color: #6b7c74 !important; }

/* ─── QR BÖLÜMÜ ──────────────────────────────────────────────── */
.page-proje-detay .qr-bar {
  background: #fff !important;
  border: 1px solid #dde3df !important;
  border-radius: 10px;
  padding: 20px 28px;
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
  margin-bottom: 44px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
}

.page-proje-detay .qr-bar .qr-placeholder {
  width: 80px !important;
  height: 80px !important;
  margin: 0 !important;
  flex-shrink: 0 !important;
  border: 1px solid #dde3df !important;
  border-radius: 7px !important;
  font-size: 0.65rem !important;
  font-weight: 700 !important;
  color: #1e2d27 !important;
  background: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.page-proje-detay .qr-bar p { color: #6b7c74 !important; }

/* ─── DOKÜMANLAR ─────────────────────────────────────────────── */
.page-proje-detay .section-docs {
  background: #fff !important;
  padding: 44px 0;
  border-top: 1px solid #dde3df !important;
}

.page-proje-detay .docs-grid {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 16px !important;
  margin-bottom: 0 !important;
}

.page-proje-detay .doc-card {
  background: #fff !important;
  border: 1px solid #dde3df !important;
  border-radius: 10px !important;
  padding: 20px 16px;
  text-align: center;
  color: #1e2d27 !important;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06) !important;
  display: block !important;
  text-decoration: none !important;
  transition: all 0.2s;
}

.page-proje-detay .doc-card:hover {
  border-color: #c9a84c !important;
  box-shadow: 0 8px 40px rgba(0,0,0,0.10) !important;
  color: #1e2d27 !important;
  transform: translateY(-2px) !important;
}

.page-proje-detay .doc-icon { font-size: 1.8rem; margin-bottom: 10px; }
.page-proje-detay .doc-name { color: #1e2d27 !important; font-weight: 600; font-size: 0.82rem; }
.page-proje-detay .doc-size { color: #6b7c74 !important; font-size: 0.72rem; }

/* ─── FOOTER ─────────────────────────────────────────────────── */
.page-proje-detay .site-footer {
  background: #1c3d2e !important;
  border-top: none !important;
  color: #fff !important;
  padding: 36px 0;
}

.page-proje-detay .footer-cta h3 { color: #fff !important; }
.page-proje-detay .footer-cta p { color: rgba(255,255,255,0.65) !important; }
.page-proje-detay .footer-contact-item { color: rgba(255,255,255,0.8) !important; }
.page-proje-detay .footer-contact-item a { color: rgba(255,255,255,0.8) !important; }
.page-proje-detay .footer-contact-item a:hover { color: #c9a84c !important; }

.page-proje-detay .site-footer .btn-gold {
  background: #c9a84c !important;
  color: #fff !important;
  border: none !important;
  font-weight: 700;
}

/* ─── GENEL LİNK RENKLERİ ────────────────────────────────────── */
.page-proje-detay a:not(.btn):not(.doc-card):not(.logo):not(.manager-wa) {
  color: #1c3d2e;
}
.page-proje-detay a:not(.btn):not(.doc-card):not(.logo):not(.manager-wa):hover {
  color: #c9a84c;
}

.page-proje-detay .text-muted { color: #6b7c74 !important; }

/* ─── RESPONSIVE ─────────────────────────────────────────────── */
@media (max-width: 1200px) {
  .page-proje-detay .docs-grid { grid-template-columns: repeat(3, 1fr) !important; }
}

@media (max-width: 1024px) {
  .page-proje-detay .proje-hero { grid-template-columns: 1fr !important; }
  .page-proje-detay .proje-hero-info { padding: 36px 28px !important; }
  .page-proje-detay .before-after { min-height: 320px !important; }
  .page-proje-detay .process-section { grid-template-columns: 1fr !important; }
  .page-proje-detay .content-grid { grid-template-columns: 1fr 280px !important; }
}

@media (max-width: 900px) {
  .page-proje-detay .content-grid { grid-template-columns: 1fr !important; }
}

@media (max-width: 768px) {
  .page-proje-detay .proje-hero-info h1 { font-size: 1.4rem !important; }
  .page-proje-detay .qr-bar { flex-direction: column !important; text-align: center; }
  .page-proje-detay .docs-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .page-proje-detay .process-steps { overflow-x: auto; }
}
