/* Iletisim sayfasina ozel stiller */

.contact-page {
  background: #f7f9fb;
}

.contact-hero {
  position: relative;
  min-height: 300px;
  display: grid;
  align-items: center;
  overflow: hidden;
}

.contact-hero__bg {
  position: absolute;
  inset: 0;
}

.contact-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(12, 32, 10, 0.92) 0%, rgba(35, 72, 20, 0.88) 50%, rgba(55, 95, 32, 0.82) 100%);
}

.contact-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-hero__content {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 36px 0;
}

.contact-hero__content p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.94);
}

.contact-main {
  padding: 50px 0 60px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: stretch;
}

.contact-card {
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  padding: 22px;
}

.contact-card h2 {
  margin-bottom: 14px;
  font-size: 1.5rem;
}

.contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-list li {
  border-bottom: 1px solid #f0f0f0;
  padding: 12px 0;
}

.contact-list li:last-child {
  border-bottom: 0;
}

.contact-label {
  font-weight: 700;
  color: #2b2b2b;
  display: block;
  margin-bottom: 4px;
}

.contact-value,
.contact-value a {
  color: #5a5a5a;
  font-size: 15px;
}

.contact-value a:hover {
  color: #8bc34a;
}

.contact-actions {
  display: flex;
  gap: 10px;
  margin-top: 16px;
  flex-wrap: wrap;
}

.contact-btn {
  display: inline-block;
  background: #8bc34a;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 14px;
  border-radius: 6px;
}

.contact-btn:hover {
  color: #fff;
  background: #8bc34a;
  filter: brightness(0.94);
}

.contact-btn--wa {
  background: #25d366;
}

.contact-btn--wa:hover {
  background: #1fae54;
}

.map-card {
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  overflow: hidden;
}

.map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 460px;
  border: 0;
  display: block;
}

.contact-note {
  margin-top: 16px;
  color: #666;
}

/* Keep single-column layout intentionally */
