/* ============================================================
   VELORA — İletişim sayfası
   ============================================================ */

/* ---------- Kanal kartları (hero üzerine taşar) ---------- */
.contact-channels {
  position: relative;
  z-index: 6;
  margin-top: clamp(-64px, -5vw, -38px);
}
.contact-channels .grid { gap: 20px; }

.cc-card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 26px 24px 22px;
  position: relative;
  overflow: hidden;
}
.cc-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold-2), var(--gold-dark));
  opacity: 0;
  transition: opacity .3s var(--ease);
}
.cc-card:hover {
  transform: translateY(-6px);
  border-color: rgba(201, 169, 106, .55);
  box-shadow: var(--shadow-lg);
}
.cc-card:hover::before { opacity: 1; }

.cc-icon {
  width: 56px; height: 56px;
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: 27px;
  color: var(--gold-dark);
  background: rgba(201, 169, 106, .12);
  border: 1px solid rgba(201, 169, 106, .45);
  box-shadow: 0 0 0 6px rgba(201, 169, 106, .08);
  transition: background .3s var(--ease), color .3s, transform .35s var(--ease), box-shadow .3s;
}
.cc-card:hover .cc-icon {
  background: linear-gradient(135deg, var(--gold-2), var(--gold-dark));
  color: var(--ink);
  transform: rotate(-6deg) scale(1.05);
  box-shadow: 0 0 0 6px rgba(201, 169, 106, .18), var(--shadow-gold);
}

.cc-label {
  margin-top: 12px;
  font-size: 11.5px; font-weight: 800;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--muted);
}
.cc-value {
  font-size: 17px; font-weight: 700;
  color: var(--ink); line-height: 1.35;
  overflow-wrap: anywhere;
}
.cc-card.cc-addr .cc-value { font-size: 14px; font-weight: 600; }
.cc-action {
  margin-top: auto;
  padding-top: 12px;
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 13px; font-weight: 700;
  color: var(--gold-dark);
}
.cc-action i { transition: transform .3s var(--ease); }
.cc-card:hover .cc-action i { transform: translate(3px, -3px); }

/* WhatsApp kartı — yeşil vurgu */
.cc-wa .cc-icon {
  color: #1EA952;
  background: rgba(37, 211, 102, .12);
  border-color: rgba(37, 211, 102, .45);
  box-shadow: 0 0 0 6px rgba(37, 211, 102, .08);
}
.cc-wa::before { background: linear-gradient(90deg, #5CE68F, #1EA952); }
.cc-wa:hover { border-color: rgba(37, 211, 102, .55); }
.cc-wa:hover .cc-icon {
  background: linear-gradient(135deg, #34D479, #1EA952);
  color: #fff;
  box-shadow: 0 0 0 6px rgba(37, 211, 102, .18), 0 10px 30px rgba(37, 211, 102, .35);
}
.cc-wa .cc-action { color: #1EA952; }

/* ---------- İki kolon ---------- */
.contact-main { padding-top: clamp(48px, 6vw, 80px); }
.contact-cols {
  display: grid;
  grid-template-columns: 1fr 1.12fr;
  gap: clamp(38px, 5vw, 76px);
  align-items: start;
}
@media (max-width: 1000px) {
  .contact-cols { grid-template-columns: 1fr; }
}

.contact-info h2 { max-width: 480px; }
.contact-lead { color: var(--muted); font-size: 16.5px; max-width: 520px; }
.contact-chips { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0 8px; }

/* Bilgi kartları */
.info-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 22px 24px;
  margin-top: 22px;
}
.info-card > i { font-size: 30px; color: var(--gold-dark); margin-top: 2px; flex-shrink: 0; }
.info-card b { display: block; font-size: 15.5px; margin-bottom: 2px; }
.info-card span { display: block; font-size: 14.5px; color: var(--ink); font-weight: 600; }
.info-card small { display: block; font-size: 13px; color: var(--muted); margin-top: 4px; line-height: 1.6; }
.info-card > div { min-width: 0; flex: 1; }

/* Havalimanı ofisleri */
.airport-list { list-style: none; margin: 12px 0 0; padding: 0; }
.airport-list a {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 2px;
  border-bottom: 1px dashed var(--line);
  font-size: 14px; font-weight: 600; color: var(--ink);
  transition: color .2s, padding-left .25s var(--ease);
}
.airport-list li:last-child a { border-bottom: none; padding-bottom: 2px; }
.airport-list a:hover { color: var(--gold-dark); padding-left: 8px; }
.airport-list a > i:first-child { color: var(--gold-dark); font-size: 17px; flex-shrink: 0; }
.airport-list a span { flex: 1; min-width: 0; }
.airport-list a .ar { font-size: 12px; color: var(--muted-2); transition: transform .25s var(--ease), color .2s; }
.airport-list a:hover .ar { transform: translateX(4px); color: var(--gold-dark); }

/* Sosyal medya */
.contact-social-wrap { margin-top: 28px; }
.cs-title {
  display: block;
  font-size: 12px; font-weight: 800;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 12px;
}
.contact-social { display: flex; gap: 10px; flex-wrap: wrap; }
.contact-social a {
  width: 44px; height: 44px;
  border-radius: 12px;
  display: grid; place-items: center;
  font-size: 20px;
  background: var(--paper);
  border: 1px solid var(--line);
  color: var(--muted);
  transition: all .25s var(--ease);
}
.contact-social a:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink);
  transform: translateY(-3px);
  box-shadow: var(--shadow-gold);
}

/* ---------- Form kartı ---------- */
.contact-form-card {
  border-radius: var(--radius-lg);
  padding: clamp(26px, 3.5vw, 42px);
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
}
.contact-form-card:hover { transform: none; }
.contact-form-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold-2), var(--gold) 45%, var(--gold-dark));
}
.contact-form-card::after {
  content: '';
  position: absolute;
  top: -120px; right: -120px;
  width: 280px; height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 169, 106, .10), transparent 65%);
  pointer-events: none;
}

.cf-head { display: flex; gap: 16px; align-items: center; margin-bottom: 26px; position: relative; z-index: 1; }
.cf-head-icon {
  width: 54px; height: 54px;
  border-radius: 50%;
  display: grid; place-items: center;
  flex-shrink: 0;
  font-size: 26px;
  color: var(--gold-dark);
  background: rgba(201, 169, 106, .12);
  border: 1px solid rgba(201, 169, 106, .45);
  box-shadow: 0 0 0 6px rgba(201, 169, 106, .08);
}
.cf-head h3 { margin: 0 0 2px; font-size: 23px; }
.cf-head p { margin: 0; color: var(--muted); font-size: 14px; }

.contact-form { display: flex; flex-direction: column; gap: 18px; position: relative; z-index: 1; }
.cf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 580px) { .cf-row { grid-template-columns: 1fr; } }
.contact-form .btn { margin-top: 6px; }

/* Hata kutusu */
.form-errors {
  background: rgba(214, 69, 69, .07);
  border: 1px solid rgba(214, 69, 69, .35);
  border-radius: var(--radius-sm);
  padding: 15px 18px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #A93232;
  position: relative;
  z-index: 1;
}
.form-errors b { display: flex; align-items: center; gap: 7px; margin-bottom: 6px; font-size: 14.5px; }
.form-errors b i { font-size: 18px; }
.form-errors ul { margin: 0; padding-left: 20px; display: flex; flex-direction: column; gap: 3px; }

/* Bal küpü — görünmez alan */
.hp-field {
  position: absolute;
  left: -9999px; top: -9999px;
  width: 1px; height: 1px;
  overflow: hidden;
  opacity: 0;
}

/* ---------- Harita ---------- */
.contact-map-wrap { position: relative; }
.contact-map {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  line-height: 0;
  background: var(--ink-2);
}
.contact-map iframe {
  width: 100%;
  height: clamp(360px, 42vw, 500px);
  border: 0;
  display: block;
  filter: grayscale(1) contrast(1.06);
  transition: filter .6s var(--ease);
}
.contact-map:hover iframe { filter: grayscale(0) contrast(1); }

.map-card {
  position: absolute;
  top: 28px;
  left: max(28px, calc((100% - 1240px) / 2));
  z-index: 2;
  line-height: 1.6;
  background: rgba(10, 18, 32, .88);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: var(--bone);
  border: 1px solid rgba(201, 169, 106, .4);
  border-radius: var(--radius);
  padding: 20px 22px;
  max-width: 330px;
  box-shadow: var(--shadow-lg);
}
.map-card b {
  display: flex; align-items: center; gap: 8px;
  color: var(--gold-2);
  font-size: 15px;
  letter-spacing: .02em;
}
.map-card b i { font-size: 20px; }
.map-card p { color: var(--muted-2); font-size: 13.5px; margin: 8px 0 14px; }
@media (max-width: 720px) { .map-card { display: none; } }

/* ---------- Mini SSS ---------- */
.contact-faq .faq-wrap { max-width: 780px; margin-inline: auto; }
.contact-faq .faq-item { background: var(--bone); }
.contact-faq .faq-more { text-align: center; margin-top: 34px; }
