/* =========================================
   İLETİŞİM SAYFASI — EK STİLLER
   ========================================= */

/* --- Breadcrumb --- */
.breadcrumb ol {
  display: flex;
  gap: 8px;
  list-style: none;
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 16px;
}
.breadcrumb li + li::before { content: "›"; margin-right: 8px; color: var(--accent-soft); }
.breadcrumb a { color: var(--accent-soft); transition: color 0.2s; }
.breadcrumb a:hover { color: var(--gold); }

/* --- Sayfa Hero --- */
.page-hero {
  position: relative;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 56px;
  background: linear-gradient(135deg, var(--dark-3) 0%, var(--dark-2) 60%, #0d2044 100%);
  overflow: hidden;
  margin-top: 76px;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 75% 50%, rgba(74,144,217,0.12) 0%, transparent 65%),
              radial-gradient(ellipse at 15% 80%, rgba(200,169,110,0.08) 0%, transparent 50%);
}
.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(6,13,26,0.7) 0%, transparent 60%);
}
.page-hero-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
  padding-top: 56px;
}
.page-hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  color: var(--white);
  line-height: 1.15;
  margin: 12px 0 16px;
}
.page-hero-title em { font-style: italic; color: var(--gold-light); }
.page-hero-desc { font-size: 1.05rem; color: var(--text-muted); max-width: 480px; }

/* =========================================
   ANA BÖLÜM — İKİ KOLON
   ========================================= */
.contact-main-section {
  padding: 80px 0;
  background: var(--dark-2);
}

.contact-main-grid {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 48px;
  align-items: start;
}

/* =========================================
   SOL KOLON — İLETİŞİM BİLGİLERİ
   ========================================= */
.contact-info-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* İletişim Kartı */
.cinfo-card {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-md);
  padding: 22px 24px;
  transition: border-color 0.25s, transform 0.25s;
}
.cinfo-card:hover {
  border-color: rgba(74,144,217,0.35);
  transform: translateX(4px);
}

.cinfo-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  background: rgba(74,144,217,0.1);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-soft);
}

.cinfo-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}

.cinfo-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 2px;
}

.cinfo-value {
  font-size: 0.97rem;
  color: var(--text-light);
  line-height: 1.6;
}
.cinfo-value--link {
  color: var(--white);
  font-weight: 600;
  transition: color 0.2s;
}
.cinfo-value--link:hover { color: var(--gold); }

.cinfo-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.83rem;
  color: var(--accent-soft);
  margin-top: 6px;
  transition: color 0.2s, gap 0.2s;
}
.cinfo-link:hover { color: var(--gold); gap: 8px; }

/* WhatsApp butonu */
.cinfo-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #25d366;
  background: rgba(37,211,102,0.1);
  border: 1px solid rgba(37,211,102,0.25);
  border-radius: 20px;
  padding: 6px 14px;
  margin-top: 8px;
  width: fit-content;
  transition: background 0.2s, border-color 0.2s;
}
.cinfo-whatsapp:hover {
  background: rgba(37,211,102,0.18);
  border-color: rgba(37,211,102,0.5);
}

/* Çalışma Saatleri */
.cinfo-hours {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 4px;
}
.hours-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
  color: var(--text-muted);
  gap: 16px;
}
.hours-time {
  font-weight: 600;
  color: var(--text-light);
}
.hours-closed {
  font-weight: 700;
  color: #e74c3c;
}

/* Profil kartı */
.contact-profile-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: linear-gradient(135deg, rgba(26,74,122,0.5) 0%, rgba(13,45,80,0.6) 100%);
  border: 1px solid rgba(74,144,217,0.25);
  border-radius: var(--radius-md);
  padding: 20px 24px;
  margin-top: 4px;
}
.contact-profile-img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid rgba(200,169,110,0.4);
  flex-shrink: 0;
}
.contact-profile-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.contact-profile-text strong {
  font-size: 1rem;
  color: var(--white);
  font-weight: 700;
}
.contact-profile-text span {
  font-size: 0.8rem;
  color: var(--text-muted);
}
.contact-profile-city {
  font-size: 0.75rem !important;
  color: var(--gold) !important;
  font-weight: 600;
  margin-top: 2px;
}

/* =========================================
   SAĞ KOLON — RANDEVU FORMU
   ========================================= */
.contact-form-col { }

.contact-form-wrap {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  padding: 40px 40px;
}

.contact-form-header {
  margin-bottom: 32px;
}
.contact-form-header p {
  font-size: 0.95rem;
  color: var(--text-muted);
  margin-top: 8px;
}

/* =========================================
   HARİTA BÖLÜMÜ
   ========================================= */
.map-section {
  padding: 80px 0;
  background: var(--dark-3);
}

.map-wrapper {
  margin-top: 40px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--glass-border);
}
.map-wrapper iframe { display: block; }

.map-info-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.map-info-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: var(--text-muted);
}
.map-info-item svg { color: var(--accent); flex-shrink: 0; }

.btn-outline-map {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--accent-soft);
  border: 1px solid rgba(74,144,217,0.35);
  border-radius: 20px;
  padding: 8px 18px;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
  white-space: nowrap;
}
.btn-outline-map:hover {
  background: rgba(74,144,217,0.1);
  border-color: rgba(74,144,217,0.6);
  color: var(--white);
}

/* =========================================
   INSTAGRAM KARTI
   ========================================= */
.cinfo-ig-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: linear-gradient(135deg,
    rgba(240,148,51,0.06) 0%,
    rgba(220,39,67,0.08) 50%,
    rgba(188,24,136,0.06) 100%
  );
  border: 1px solid rgba(220,39,67,0.22);
  border-radius: var(--radius-md);
  padding: 22px 24px;
  text-decoration: none;
  transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
  margin-top: 4px;
}

.cinfo-ig-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
    rgba(240,148,51,0.0) 0%,
    rgba(220,39,67,0.06) 50%,
    rgba(188,24,136,0.0) 100%
  );
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.cinfo-ig-card:hover {
  border-color: rgba(220,39,67,0.5);
  transform: translateX(4px);
  box-shadow: 0 8px 28px rgba(220,39,67,0.12);
}

.cinfo-ig-card:hover::before {
  opacity: 1;
}

.cinfo-ig-top {
  display: flex;
  align-items: center;
  gap: 14px;
}

.cinfo-ig-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: var(--radius-sm);
  background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 4px 16px rgba(220,39,67,0.3);
  animation: igIconPulse 3s ease-in-out infinite;
}

.cinfo-ig-head {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
}

.cinfo-ig-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background: linear-gradient(135deg, #f09433, #dc2743, #bc1888);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.cinfo-ig-handle {
  font-size: 0.97rem;
  font-weight: 700;
  color: var(--white);
}

.cinfo-ig-arrow {
  color: rgba(220,39,67,0.5);
  flex-shrink: 0;
  transition: transform 0.3s ease, color 0.3s ease;
}

.cinfo-ig-card:hover .cinfo-ig-arrow {
  transform: translate(3px, -3px);
  color: rgba(220,39,67,0.9);
}

.cinfo-ig-desc {
  font-size: 0.87rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.cinfo-ig-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cinfo-ig-chips span {
  font-size: 0.75rem;
  padding: 4px 12px;
  background: rgba(220,39,67,0.07);
  border: 1px solid rgba(220,39,67,0.18);
  border-radius: 50px;
  color: var(--text-muted);
  transition: background 0.25s, color 0.25s, border-color 0.25s;
}

.cinfo-ig-card:hover .cinfo-ig-chips span {
  background: rgba(220,39,67,0.12);
  border-color: rgba(220,39,67,0.35);
  color: var(--text-light);
}

/* =========================================
   RESPONSIVE
   ========================================= */
@media (max-width: 1100px) {
  .contact-main-grid {
    grid-template-columns: 360px 1fr;
    gap: 32px;
  }
}

@media (max-width: 900px) {
  .contact-main-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .contact-form-wrap { padding: 32px 28px; }
}

@media (max-width: 600px) {
  .page-hero { min-height: 240px; padding-bottom: 40px; }
  .page-hero-title { font-size: clamp(1.9rem, 6vw, 2.4rem); }
  .contact-main-section,
  .map-section { padding: 56px 0; }
  .contact-form-wrap { padding: 24px 20px; }
  .cinfo-card { padding: 18px 16px; }
  .map-info-row { flex-direction: column; align-items: flex-start; }
}
