/* Page Hero (Header ile Main arası) */
.page-hero {
  background: #18ccff;
  padding: 40px 20px;
  width: 100%;
  display: block;
}

.page-hero-inner {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
}

.page-hero-back {
  display: inline-block;
  color: #111;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 30px;
  opacity: 0.9;
  transition: opacity 0.3s;
}

.page-hero-back:hover {
  opacity: 1;
}

.page-hero-title {
  margin: 0 0 16px;
  font-size: 48px;
  font-weight: 800;
  color: #111;
  text-align: center;
}

.page-hero-breadcrumb {
  text-align: center;
  color: #111;
  font-size: 14px;
  opacity: 0.8;
}

/* ILETISIM page only */
.contact {
  padding: 30px 20px;
  background: #fff;
  color: #111;
  min-height: calc(100vh - 80px - 180px);
  min-height: calc(100svh - 80px - 180px);
  display: flex;
  align-items: center;
}

.contact-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.contact-title {
  font-size: 34px;
  font-weight: 800;
  margin: 0 0 16px;
}

.contact-lead {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.5;
}

.contact-subtitle {
  margin: 26px 0 14px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
}

.contact-table-wrap { border: 1px solid rgba(0,0,0,0.16); }
.contact-table { width: 100%; border-collapse: collapse; }
.contact-table td {
  border-top: 1px solid rgba(0,0,0,0.12);
  padding: 14px 12px;
  vertical-align: middle;
  font-size: 14px;
}
.contact-table tr:first-child td { border-top: 0; }
.contact-td-left { width: 38%; }
.contact-td-sep { width: 6%; text-align: center; }
.contact-td-right a { color: #111; text-decoration: underline; }
.contact-map { margin-top: 22px; border: 1px solid rgba(0,0,0,0.16); }

.contact-office {
  border: 1px solid rgba(0,0,0,0.16);
  padding: 14px 12px;
  line-height: 1.7;
  font-size: 14px;
}
.contact-office a { color: #111; text-decoration: underline; }

@media (max-width: 768px) {
  .page-hero {
    padding: 60px 14px 80px;
  }

  .page-hero-title {
    font-size: 32px;
  }

  .page-hero-back {
    font-size: 13px;
    margin-bottom: 20px;
  }

  .page-hero-breadcrumb {
    font-size: 13px;
  }

  .contact-title { font-size: 26px; }

  .contact-table-wrap { overflow-x: auto; }

  .contact-table,
  .contact-table tbody,
  .contact-table tr,
  .contact-table td { display: block; width: 100%; }

  .contact-td-sep { display: none; }
  .contact-table td { border-top: 0; padding: 10px 12px; }
  .contact-table tr { border-top: 1px solid rgba(0,0,0,0.12); }
  .contact-table tr:first-child { border-top: 0; }
  .contact-td-left { font-weight: 700; padding-bottom: 4px; }
  .contact-td-right { padding-top: 0; word-break: break-word; }
  .contact-map iframe { height: 300px; }
}