/* --- CONTACT HERO --- */

/* Hero içerik wrapper */
.contact-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 auto;
}

/* Hero badge ortalama */
.contact-hero-badge {
  margin: 0 auto 1.5rem;
  width: fit-content;
}

/* Hero başlık */
.contact-hero-title {
  text-align: center;
  margin-bottom: 1rem;
}

/* Hero açıklama */
.contact-hero-desc {
  text-align: center;
  color: var(--muted);
  font-size: 1.05rem;
  font-weight: 300;
  max-width: 480px;
  margin: 0 auto 2rem;
}

/* Hero buton satırı */
.contact-hero-btn-row {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* WhatsApp butonu özel stili */
.btn-whatsapp {
  background: rgba(37, 211, 102, 0.08);
  border-color: rgba(37, 211, 102, 0.4);
  color: #25d366;
}

/* --- CONTACT CONTENT SECTION --- */
.contact-content-section {
  padding: 5rem 2rem;
}

/* İletişim bilgileri başlığı */
.contact-info-title {
  margin-bottom: 0.8rem;
}

/* İletişim bilgileri açıklaması */
.contact-info-desc {
  color: var(--muted);
  font-weight: 300;
  margin-bottom: 2rem;
  line-height: 1.7;
}

/* E-posta ve telefon linkleri */
.contact-link {
  color: var(--cyan);
  text-decoration: none;
}

/* Social links margin */
.social-links-mb {
  margin-bottom: 2rem;
}

/* QR info kutusu */
.qr-info-box {
  background: rgba(0, 212, 255, 0.06);
  border: 1px solid var(--border2);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
}

/* QR info kutusu başlık */
.qr-info-title {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}

/* QR info kutusu paragraf */
.qr-info-desc {
  font-size: 0.875rem;
  color: var(--muted);
  line-height: 1.6;
  font-weight: 300;
}

/* QR info linki */
.qr-info-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--cyan);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
  margin-top: 0.8rem;
}

/* Form başlığı */
.form-title {
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
}

/* Form alt yazı */
.form-subtitle {
  color: var(--muted);
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
  font-weight: 300;
}

/* Select konu alanı */
.select-subject {
  cursor: pointer;
  appearance: none;
}

/* --- MAP SECTION --- */
.map-section {
  background: var(--panel);
  border-top: 1px solid var(--border);
  padding: 3rem 2rem;
}

/* Harita iframe wrapper */
.map-wrapper {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

/* Harita iframe */
.map-iframe {
  border: 0;
  display: block;
  filter: invert(90%) hue-rotate(180deg);
}