/* Proje detay — ilan detay şablonu + proje öğeleri */
@import url("ilan-detay.css");

/* Bu projedeki daireler */
.proje-daireler-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: var(--id-radius, 20px);
  box-shadow: var(--id-shadow-lg, 0 20px 48px rgba(15, 23, 42, 0.08));
  overflow: hidden;
}

.proje-daireler-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.9rem 1rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--id-muted, #64748b);
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.08), rgba(99, 102, 241, 0.06));
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
}

.proje-daireler-title i {
  font-size: 1.1rem;
  color: var(--id-accent-deep, #0284c7);
}

.proje-daireler-list {
  max-height: min(420px, 55vh);
  overflow: auto;
  padding: 0.65rem 0.75rem 0.5rem;
}

.proje-daireler-item {
  display: flex;
  gap: 0.65rem;
  align-items: center;
  background: #f8fafc;
  border-radius: var(--id-radius-sm, 14px);
  padding: 0.55rem 0.65rem;
  margin-bottom: 8px;
  text-decoration: none;
  color: var(--id-ink, #0c1222);
  border: 1px solid rgba(15, 23, 42, 0.06);
  transition: background 0.2s, border-color 0.2s, transform 0.15s;
}

.proje-daireler-item:last-child {
  margin-bottom: 0;
}

.proje-daireler-item:hover {
  background: #fff;
  border-color: rgba(14, 165, 233, 0.22);
  transform: translateX(2px);
}

.proje-daireler-item img {
  width: 58px;
  height: 46px;
  border-radius: 10px;
  object-fit: cover;
  flex-shrink: 0;
}

.proje-daireler-info {
  flex: 1;
  min-width: 0;
}

.proje-daireler-baslik {
  font-weight: 700;
  font-size: 0.88rem;
  line-height: 1.25;
  word-break: break-word;
}

.proje-daireler-fiyat {
  color: var(--id-success, #059669);
  font-weight: 800;
  font-size: 0.86rem;
  margin-top: 0.2rem;
}

.proje-daireler-empty {
  margin: 0.75rem;
  padding: 1rem;
  border-radius: var(--id-radius-sm, 14px);
  background: rgba(241, 245, 249, 0.9);
  color: var(--id-muted, #64748b);
  font-size: 0.9rem;
  line-height: 1.45;
  text-align: center;
}

/* WhatsApp alt kart */
.ilan-whatsapp-bottom {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(37, 211, 102, 0.22);
  border-radius: var(--id-radius, 20px);
  padding: 1.25rem 1.1rem;
  text-align: center;
  box-shadow: var(--id-shadow, 0 4px 24px rgba(15, 23, 42, 0.06));
}

.ilan-whatsapp-bottom-title {
  font-weight: 800;
  font-size: 0.95rem;
  color: var(--id-ink, #0c1222);
  letter-spacing: -0.02em;
}

.ilan-whatsapp-bottom-sub {
  margin-top: 0.45rem;
  color: var(--id-muted, #64748b);
  font-size: 0.86rem;
  line-height: 1.45;
}

.ilan-whatsapp-bottom-btn {
  margin-top: 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  background: linear-gradient(180deg, #25d366, #1ebe5d);
  color: #fff;
  font-weight: 700;
  font-size: 0.92rem;
  padding: 0.65rem 1.15rem;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.35);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.ilan-whatsapp-bottom-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 22px rgba(37, 211, 102, 0.42);
}

.ilan-whatsapp-bottom-btn i {
  font-size: 1.1rem;
}

/* Tanıtım videosu (proje tablosu) */
.proje-video-block {
  margin-top: 1.5rem;
  padding: 1.25rem 1.35rem;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: var(--id-radius, 20px);
  box-shadow: var(--id-shadow, 0 4px 24px rgba(15, 23, 42, 0.06));
}

.proje-video-block h2 {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--id-muted, #64748b);
  margin: 0 0 0.75rem;
}

.proje-video-block video {
  width: 100%;
  border-radius: var(--id-radius-sm, 14px);
  background: #0f172a;
}
