/* ============================================================
   İLETİŞİM SAYFASI — Formal Alüminyum
   Renkler: #d01734 (kırmızı), #2c2e35 (koyu), #434856 (gri-koyu),
            #5b6c80 (gövde metni), #d3ad71 (altın/alüminyum)
   ============================================================ */

/* ── HERO ──────────────────────────────────────────────────── */
.ic-hero {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('/images/banner.webp') center/cover no-repeat;
  overflow: hidden;
  text-align: center;
}

.ic-hero__ov {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(10, 12, 16, .76);
}

.ic-hero__ov::after {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    180deg,
    transparent 0, transparent 3px,
    rgba(255,255,255,.016) 3px, rgba(255,255,255,.016) 4px
  );
  pointer-events: none;
}

.ic-hero__body {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: clamp(80px, 10vw, 120px);
  padding-bottom: clamp(36px, 4vw, 56px);
}

.ic-hero__pre {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: rgba(255,255,255,.4);
  margin-bottom: 18px;
}

.ic-hero__pre::before,
.ic-hero__pre::after {
  content: '';
  flex: none;
  width: 28px;
  height: 1px;
  background: rgba(255,255,255,.25);
}

.ic-hero__title {
  font-size: clamp(35px, 3.5vw, 60px);
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: -.03em;
  margin: 0 0 16px;
  text-shadow: 0 4px 40px rgba(0,0,0,.35);
}

.ic-hero__crumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255,255,255,.45);
}

.ic-hero__crumb a {
  color: rgba(255,255,255,.55);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: color .2s;
}

.ic-hero__crumb a:hover { color: #fff; }

.ic-hero__crumb-sep {
  opacity: .35;
  margin: 0 2px;
}

/* ── BÖLÜM BAŞLIĞI ─────────────────────────────────────────── */
.ic-section-head {
  margin-bottom: 56px;
  text-align: left;
  position: relative;
  padding-bottom: 36px;
}

.ic-section-head::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 72px;
  height: 3px;
  background: linear-gradient(90deg, #d01734 0%, transparent 100%);
  border-radius: 2px;
}

.ic-section-head--lt {
  text-align: center;
}

.ic-section-head--lt::after {
  left: 50%;
  transform: translateX(-50%);
}

.ic-label {
  display: inline-flex;
  align-items: center;
  gap: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: #d01734;
  margin-bottom: 18px;
  padding-left: 14px;
  position: relative;
}

.ic-label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #d01734;
}

.ic-label--lt {
  color: rgba(255,255,255,.45);
  padding-left: 0;
}

.ic-label--lt::before { display: none; }

.ic-h2 {
  font-size: clamp(28px, 3.5vw, 52px);
  font-weight: 800;
  color: #2c2e35;
  letter-spacing: -.03em;
  margin: 0;
  line-height: 1;
}

.ic-h2 em {
  font-style: normal;
  color: #d01734;
}

.ic-h2--lt {
  color: #fff;
}

/* ── ADRES KARTI BÖLÜMÜ ────────────────────────────────────── */
.ic-section {
  padding: clamp(60px, 8vw, 100px) 0;
  background:
    radial-gradient(1200px 300px at 50% -80px, rgba(208, 23, 52, .07), transparent 70%),
    linear-gradient(180deg, #f7f8fb 0%, #f4f6fa 100%);
}

.ic-card {
  background: #fff;
  border: 1px solid #eceff5;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.ic-card:hover {
  border-color: rgba(208, 23, 52, .2);
  box-shadow:
    0 16px 38px rgba(27, 34, 53, .12),
    0 4px 16px rgba(27, 34, 53, .08);
  transform: translateY(-4px);
}

/* Kart başlık alanı */
.ic-card__head {
  padding: 30px 32px 20px;
  border-bottom: 1px solid #edf0f5;
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #fcfdff 100%);
}



.ic-badge {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #d01734;
  background: rgba(208, 23, 52, .08);
  border: 1px solid rgba(208, 23, 52, .24);
  border-radius: 999px;
  padding: 4px 12px;
  margin-bottom: 14px;
}

.ic-badge--sb {
  color: #2c2e35;
  background: rgba(44, 46, 53, .08);
  border-color: rgba(44, 46, 53, .2);
}

.ic-card__title {
  font-size: 17px;
  font-weight: 700;
  color: #1f2533;
  margin: 0;
  line-height: 1.4;
}

.ic-card__sub {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #6b778d;
  margin-top: 6px;
}

/* Bilgi listesi */
.ic-info {
  list-style: none;
  margin: 0;
  padding: 20px 32px 26px;
}

.ic-info__row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 15px 0;
  border-bottom: 1px solid #eef1f6;
  font-size: 15px;
  color: #5f6d84;
  line-height: 1.65;
}

.ic-info__row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.ic-info__icon-wrap {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(180deg, #fff7f8 0%, #ffeef1 100%);
  border: 1px solid #f9dde3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d01734;
  margin-top: 0;
  transition: background .2s, border-color .2s, color .2s, transform .2s;
}

.ic-info__row:hover .ic-info__icon-wrap {
  background: #d01734;
  border-color: #d01734;
  color: #fff;
  transform: translateY(-1px);
}

.ic-info__icon {
  flex-shrink: 0;
  color: inherit;
}

.ic-info__link {
  color: #222a3a;
  text-decoration: none;
  font-weight: 600;
  transition: color .2s;
  align-self: center;
}

.ic-info__link:hover { color: #d01734; }

.ic-info__text {
  color: #5f6d84;
  align-self: center;
}

/* Google Map embed */
.ic-map {
  margin-top: auto;
  border-top: 1px solid #edf0f5;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
}

.ic-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  filter: saturate(.92) contrast(1.02);
}

/* ── FORM BÖLÜMÜ ───────────────────────────────────────────── */
.ic-form-section {
  padding: clamp(60px, 8vw, 100px) 0;
  background:
    repeating-linear-gradient(
      180deg,
      transparent 0px, transparent 2px,
      rgba(255,255,255,.014) 2px, rgba(255,255,255,.014) 3px
    ),
    linear-gradient(160deg, #2c2e35 0%, #363a44 55%, #2c2e35 100%);
  position: relative;
}

.ic-form-intro {
  font-size: 15px;
  color: rgba(255,255,255,.5);
  margin: 16px auto 0;
  max-width: 580px;
  line-height: 1.7;
}

.ic-form-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  padding: clamp(28px, 4vw, 52px);
  backdrop-filter: blur(4px);
  margin-top: 48px;
}

/* Form grup */
.ic-fg {
  margin-bottom: 0;
}

.ic-flabel {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.55);
  margin-bottom: 8px;
}

.ic-req {
  color: #d01734;
  font-size: 14px;
}

.ic-finput,
.ic-ftextarea {
  background: rgba(255,255,255,.07) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  border-radius: 7px !important;
  color: #fff !important;
  font-size: 14px !important;
  transition: border-color .2s, background .2s !important;
  width: 100%;
}

.ic-finput {
  height: 48px !important;
  padding: 0 16px !important;
}

.ic-ftextarea {
  padding: 14px 16px !important;
  resize: vertical;
  min-height: 140px;
}

.ic-finput::placeholder,
.ic-ftextarea::placeholder {
  color: rgba(255,255,255,.28) !important;
  font-weight: 300;
}

.ic-finput:focus,
.ic-ftextarea:focus {
  background: rgba(255,255,255,.11) !important;
  border-color: #d01734 !important;
  outline: none;
}

/* KVKK */
.ic-kvkk-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-size: 13px;
  color: rgba(255,255,255,.45);
  line-height: 1.55;
}

.ic-kvkk-cb {
  flex-shrink: 0;
  margin-top: 2px;
  accent-color: #d01734;
}

.ic-kvkk-link {
  color: rgba(255,255,255,.55);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .2s;
}

.ic-kvkk-link:hover { color: #fff; }

/* Gönder butonu */
.ic-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #d01734;
  color: #fff;
  border: none;
  border-radius: 7px;
  padding: 0 32px;
  height: 50px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .2s, transform .2s, box-shadow .2s;
  position: relative;
  overflow: hidden;
}

.ic-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,.08);
  opacity: 0;
  transition: opacity .2s;
}

.ic-btn:hover {
  background: #a30e26;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(208,23,52,.35);
}

.ic-btn:hover::before { opacity: 1; }

.ic-btn:disabled {
  opacity: .55;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.ic-btn--loading .ic-btn__txt::after {
  content: '…';
}

/* Form sonuç mesajı */
.ic-result {
  margin-top: 20px;
  padding: 14px 20px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
}

.ic-result--ok {
  background: rgba(34, 197, 94, .12);
  border: 1px solid rgba(34, 197, 94, .28);
  color: #4ade80;
}

.ic-result--err {
  background: rgba(208, 23, 52, .12);
  border: 1px solid rgba(208, 23, 52, .28);
  color: #fb7185;
}

/* ── FORM SONUÇ MODALI ─────────────────────────────────────── */
.ic-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(17, 24, 39, .65);
  backdrop-filter: blur(2px);
}

.ic-modal-overlay.is-open {
  display: flex;
}

.ic-modal-box {
  width: 100%;
  max-width: 460px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 22px 60px rgba(15, 23, 42, .28);
  padding: 24px 22px 20px;
  text-align: center;
  position: relative;
}

.ic-modal-x {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: #f3f4f6;
  color: #374151;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.ic-modal-icon {
  width: 62px;
  height: 62px;
  margin: 8px auto 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.ic-modal-icon.success {
  background: rgba(16, 185, 129, .15);
  color: #059669;
}

.ic-modal-icon.error {
  background: rgba(220, 38, 38, .15);
  color: #dc2626;
}

.ic-modal-title {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 700;
  color: #1f2937;
}

.ic-modal-desc {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #4b5563;
}

.ic-modal-close {
  margin-top: 18px;
  border: 0;
  border-radius: 10px;
  padding: 10px 18px;
  background: #d01734;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

/* ── RESPONSIVE ────────────────────────────────────────────── */
@media (max-width: 639px) {
  .ic-hero {
    min-height: 360px;
  }

  .ic-card__head,
  .ic-info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ic-form-card {
    padding: 24px 20px;
  }

  .ic-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 959px) {
  .ic-col + .ic-col {
    margin-top: 0;
  }
}
