/* ============================================
   ILETISIM.CSS — İletişim sayfası özel stiller
   ============================================ */

.contact-main {
  background: #fff;
  --c-dark: #0d0d0d;
  --c-dark-2: #111111;
  --c-gold: rgba(201, 168, 76, 1);
  --c-gold-soft: rgba(201, 168, 76, .22);
}

/* ── HERO ─────────────────────────────────── */
.contact-hero {
  position: relative;
  padding: 70px 0 52px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background:
    radial-gradient(900px 520px at 20% 20%, rgba(201, 168, 76, .16), transparent 62%),
    radial-gradient(900px 520px at 82% 22%, rgba(255, 255, 255, .10), transparent 58%),
    linear-gradient(180deg, var(--c-dark) 0%, var(--c-dark-2) 100%);
  /* overflow: hidden KALDIRILDI — buton tıklamalarını kesmiyoruz */
}

/* Dekoratif pseudo-elementler — kesinlikle tıklamayı engellemesin */
.contact-hero::before,
.contact-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none !important;
  z-index: 0;
}

.contact-hero::before {
  background:
    radial-gradient(760px 420px at 22% 20%, rgba(201, 168, 76, .20), transparent 60%),
    radial-gradient(760px 460px at 75% 30%, rgba(255, 255, 255, .08), transparent 55%),
    linear-gradient(180deg, rgba(0, 0, 0, .00) 0%, rgba(0, 0, 0, .35) 100%);
}

.contact-hero::after {
  background-image: url("/assets/img/anasayfa/ankaramezarbakim-hero-slider.jpg");
  background-size: cover;
  background-position: center;
  opacity: .10;
  filter: grayscale(100%) contrast(120%) blur(0.4px);
  transform: scale(1.02);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .60) 45%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .60) 45%, rgba(0, 0, 0, 0) 100%);
}

/* Tüm içerik pseudo-elementlerin üstünde */
.contact-hero .container {
  position: relative;
  z-index: 2;
}

.contact-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 28px;
  align-items: start;
  z-index: 2;
}

.contact-hero-left {
  padding-top: 4px;
  position: relative;
  z-index: 2;
}

.contact-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .78);
}

.contact-kicker::before {
  content: "";
  width: 42px;
  height: 1px;
  background: rgba(201, 168, 76, .85);
}

.contact-title {
  margin-top: 12px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(34px, 3.8vw, 58px);
  font-weight: 700;
  letter-spacing: 6px;
  color: rgba(255, 255, 255, .95);
  line-height: 1.05;
  text-transform: uppercase;
}

.contact-hero-desc {
  margin-top: 12px;
  max-width: 760px;
  font-size: 14.5px;
  color: rgba(255, 255, 255, .82);
  line-height: 1.9;
}

.contact-quick {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.cq-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .2px;
  border: 1px solid rgba(255, 255, 255, .20);
  box-shadow: 0 10px 26px rgba(0, 0, 0, .18);
  transition: transform .2s, box-shadow .2s, background .2s, color .2s;
  position: relative;
  z-index: 3;
  pointer-events: all !important;
}

.cq-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, .08);
}

.cq-mail {
  background: rgba(201, 168, 76, 1);
  color: #111;
  border-color: rgba(201, 168, 76, 1);
}

.cq-call {
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.cq-call:hover {
  background: rgba(255, 255, 255, .12);
  color: #fff;
}

.contact-trust {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.ct-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12.5px;
  font-weight: 600;
  color: rgba(255, 255, 255, .78);
}

.ct-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(201, 168, 76, 1);
  box-shadow: 0 0 0 6px rgba(201, 168, 76, .10);
}

/* ── HERO CARD ────────────────────────────── */
.contact-hero-card {
  position: relative;
  margin-top: 10px;
  border-radius: 18px;
  border: 1px solid rgba(201, 168, 76, .26);
  background: rgba(0, 0, 0, .28);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 26px 80px rgba(0, 0, 0, .36);
  /* overflow: hidden KALDIRILDI — butonları kesmiyoruz */
  z-index: 3;
}

.contact-hero-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 18px;
  background:
    radial-gradient(860px 440px at 10% 0%, rgba(201, 168, 76, .22), transparent 60%),
    linear-gradient(180deg, rgba(255, 255, 255, .06) 0%, rgba(255, 255, 255, 0) 60%);
  pointer-events: none !important;
  z-index: 0;
}

.chc-top {
  position: relative;
  padding: 18px 18px 10px;
  z-index: 1;
}

.chc-label {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .72);
  margin-bottom: 8px;
}

.chc-title {
  font-size: 18px;
  font-weight: 900;
  color: rgba(255, 255, 255, .92);
}

.chc-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 18px 14px;
  z-index: 1;
}

.chc-list li {
  display: grid;
  grid-template-columns: 18px 1fr;
  column-gap: 10px;
  row-gap: 2px;
  padding: 12px 12px;
  border-radius: 14px;
  background: rgba(0, 0, 0, .22);
  border: 1px solid rgba(255, 255, 255, .11);
}

.chc-ico {
  width: 18px;
  height: 18px;
  color: rgba(201, 168, 76, 1);
  margin-top: 2px;
}

.chc-ico svg {
  width: 18px;
  height: 18px;
}

.chc-list strong {
  color: rgba(255, 255, 255, .95);
  font-weight: 900;
}

.chc-list a {
  color: rgba(255, 255, 255, .95);
  position: relative;
  z-index: 2;
  pointer-events: all !important;
}

.chc-list a:hover {
  color: rgba(201, 168, 76, 1);
}

.chc-muted {
  grid-column: 2 / 3;
  font-size: 11.5px;
  color: rgba(255, 255, 255, .60);
}

.chc-btns {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  padding: 0 18px 18px;
  z-index: 2;
}

.chc-btn {
  display: block;
  text-align: center;
  padding: 11px 10px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .07);
  color: rgba(255, 255, 255, .92);
  font-size: 12px;
  font-weight: 900;
  transition: transform .2s, box-shadow .2s, background .2s, color .2s;
  position: relative;
  z-index: 3;
  pointer-events: all !important;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, .1);
}

.chc-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, .22);
  background: rgba(255, 255, 255, .10);
}

.chc-btn.primary {
  background: rgba(201, 168, 76, 1);
  border-color: rgba(201, 168, 76, 1);
  color: #111;
}

/* ── HIGHLIGHTS ───────────────────────────── */
.contact-highlights {
  padding: 34px 0 8px;
  background: #fff;
}

.ch-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.ch-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 24px 18px 18px;
  box-shadow: 0 12px 40px rgba(27, 43, 94, .08);
  overflow: hidden;
}

.ch-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #111, rgba(201, 168, 76, 1));
  pointer-events: none;
}

.ch-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: #111;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.ch-card h3 {
  font-size: 13px;
  font-weight: 900;
  color: #111;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.ch-card p {
  font-size: 13px;
  color: #666;
  line-height: 1.8;
}

/* ── CONTENT ──────────────────────────────── */
.contact-section {
  padding: 40px 0 72px;
  background: #fff;
  position: relative;
  z-index: 2;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 22px;
  align-items: start;
}

.contact-card {
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 44px rgba(27, 43, 94, .08);
  overflow: hidden;
}

.contact-card-head {
  padding: 22px 22px 0;
}

.contact-card-head h2 {
  font-size: 18px;
  font-weight: 900;
  color: #111;
  margin-bottom: 6px;
}

.contact-card-head p {
  font-size: 12.5px;
  color: #777;
  line-height: 1.7;
  margin-bottom: 14px;
}

.contact-card-head::after {
  content: "";
  display: block;
  height: 1px;
  background: rgba(0, 0, 0, .06);
  margin-top: 14px;
}

.form-alert {
  margin: 0 22px 10px;
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.6;
}

.form-alert.ok {
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  color: #065f46;
}

.form-alert.err {
  background: #fff1f2;
  border: 1px solid #fecdd3;
  color: #9f1239;
}

.contact-form {
  padding: 0 22px 22px;
}

.cf-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}

.cf-field label {
  display: block;
  font-size: 11px;
  font-weight: 800;
  color: #111;
  letter-spacing: .3px;
  margin-bottom: 6px;
}

.cf-field input,
.cf-field textarea {
  width: 100%;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: #fff;
  font-size: 13px;
  color: #111;
  outline: none;
  transition: border-color .2s, box-shadow .2s;
}

.cf-field input::placeholder,
.cf-field textarea::placeholder {
  color: #a1a1a1;
}

.cf-field textarea {
  resize: vertical;
  min-height: 140px;
}

.cf-field input:focus,
.cf-field textarea:focus {
  border-color: rgba(17, 17, 17, .55);
  box-shadow: 0 0 0 4px rgba(201, 168, 76, .16);
}

.cf-consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px 12px;
  border: 1px dashed rgba(17, 17, 17, .18);
  border-radius: 12px;
  background: #fafafa;
  margin: 14px 0 14px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.cf-consent input[type="checkbox"] {
  margin-top: 3px;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  cursor: pointer;
  accent-color: #111;
  pointer-events: all !important;
  position: relative;
  z-index: 2;
}

.cf-consent span {
  font-size: 12px;
  color: #555;
  line-height: 1.65;
}

.cf-submit {
  width: 100%;
  border: none;
  cursor: pointer;
  background: #111;
  color: #fff;
  border-radius: 14px;
  padding: 13px 16px;
  font-size: 12.5px;
  font-weight: 900;
  letter-spacing: .5px;
  transition: background .2s, transform .2s, box-shadow .2s;
}

.cf-submit:hover {
  background: #222;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
  transform: translateY(-1px);
}

.cf-note {
  margin-top: 12px;
  font-size: 12px;
  color: #888;
  line-height: 1.7;
}

.cf-note a {
  color: #111;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ── SIDE ─────────────────────────────────── */
.contact-side {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.info-card {
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #fff;
  padding: 18px 18px;
  box-shadow: 0 12px 44px rgba(27, 43, 94, .08);
}

.info-card h3 {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #111;
  margin-bottom: 12px;
}

.info-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.info-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13px;
  color: #555;
  line-height: 1.65;
}

.info-ico {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  opacity: .9;
  margin-top: 2px;
  color: #111;
}

.info-ico svg {
  width: 18px;
  height: 18px;
  display: block;
}

.info-list a {
  color: #111;
  font-weight: 700;
}

.info-list a:hover {
  color: var(--gold);
}

.map-wrap {
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  background: #f7f7f7;
  aspect-ratio: 16 / 10;
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.map-link {
  display: inline-block;
  margin-top: 10px;
  font-size: 12.5px;
  font-weight: 800;
  color: #111;
}

.map-link:hover {
  color: var(--gold);
}

/* ── RESPONSIVE ───────────────────────────── */
@media (max-width: 1000px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-hero-grid {
    grid-template-columns: 1fr;
  }

  .contact-title {
    font-size: 40px;
    letter-spacing: 5px;
  }

  .chc-btns {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .ch-grid {
    grid-template-columns: 1fr;
  }

  /* Mobilde kart tam genişlik, butonlar kesinlikle tıklanabilir */
  .contact-hero-card {
    margin-top: 20px;
    z-index: 3;
  }

  .chc-btn {
    padding: 14px 10px !important;
    font-size: 13px !important;
    min-height: 48px;
    pointer-events: all !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, .15);
  }
}

@media (max-width: 560px) {
  .cf-grid {
    grid-template-columns: 1fr;
  }

  .contact-title {
    font-size: 32px;
    letter-spacing: 4px;
  }

  .contact-hero {
    padding: 50px 0 40px;
  }
}