/* =========================================================
   HD ELEKTRİK 2025 – YASAL TELİF REV7 (%25 KÜÇÜLTME)
   ========================================================= */

.card {
  padding: 22px 18px 25px;
  border-radius: 10px;
  box-shadow: 2px 2px 8px rgba(0,0,0,0.06);
  margin-bottom: 22px;
  transform: scale(0.95);
  transform-origin: center;
}

.card:hover {
  transform: scale(0.97) translateY(-4px);
  box-shadow:
    -6px -6px 12px rgba(230, 0, 0, 0.3),
     4px  4px 10px rgba(0, 0, 0, 0.10);
}

.card h3 {
  font-size: 0.95rem;
  margin-bottom: 8px;
}

.card h3::after {
  width: 40px;
  height: 2.5px;
  margin-top: 4px;
}

.card p {
  font-size: 0.85rem;
  line-height: 1.55;
}

.legal-container {
  max-width: 1000px;
  margin: 120px auto 80px auto;
  padding: 0 40px;
}
/* =========================================================
   HD ELEKTRİK 2025 – REV7.1 KURUMSAL HİZALAMA DÜZELTME
   ========================================================= */

/* 🔴 Kırmızı kenar hizalaması düzeltildi, transform kaldırıldı */
.card {
  padding: 20px 18px 24px;
  border-radius: 10px;
  border-left: 4px solid #e60000;
  border-top: 4px solid #e60000;
  box-shadow: 2px 2px 8px rgba(0,0,0,0.06);
  margin-bottom: 22px;
  /* Küçültme sadece içerik bazlı yapıldı */
}

.card:hover {
  transform: translateY(-4px);
  box-shadow:
    -6px -6px 12px rgba(230, 0, 0, 0.3),
     4px  4px 10px rgba(0, 0, 0, 0.10);
}

/* Başlık hizası ve imzası korundu */
.card h3 {
  font-size: 0.95rem;
  margin-bottom: 8px;
  position: relative;
}

.card h3::after {
  content: "";
  display: block;
  width: 45px;
  height: 3px;
  background-color: #e60000;
  margin-top: 5px;
  border-radius: 2px;
}

/* Metin boyutu dengelendi */
.card p {
  font-size: 0.88rem;
  line-height: 1.55;
}

/* Üst başlık hizası */
.page-title {
  margin: 70px 0 35px;
}

.page-title h2 {
  font-size: 1.7rem;
  margin-bottom: 8px;
}
/* =========================================================
   HD ELEKTRİK 2025 – REV7.2 YASAL BAŞLIK ORTALAMA DÜZELTME
   ========================================================= */

.page-title {
  display: flex;
  flex-direction: column;
  align-items: center;       /* Yatay ortalama */
  justify-content: center;   /* Dikey denge */
  text-align: center;
  margin: 80px auto 50px auto;
  width: 100%;
  max-width: 900px;
}

.page-title h2 {
  color: #111;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0 0 10px 0;
  position: relative;
}

.page-title h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #e60000;
  margin: 12px auto 0 auto;  /* Tam ortada kırmızı imza */
  border-radius: 2px;
}

.page-title p {
  color: #555;
  font-size: 1rem;
  margin-top: 6px;
  line-height: 1.6;
  text-align: center;
  max-width: 700px;
}
/* =========================================================
   HD ELEKTRİK 2025 – REV7.3 ALT BİLGİ TAM ORTALAMA DÜZELTME
   ========================================================= */

/* 🔹 Ana footer */
.site-footer {
  background-color: #111;
  color: #fff;
  text-align: center;
  padding: 25px 10px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* 🔹 Footer metni düzgün hizalı */
.site-footer p {
  margin: 0;
  line-height: 1.6;
  text-align: center;
  max-width: 1000px;
}

/* 🔹 Uyarı alanı (footer-warning) */
.footer-warning {
  background-color: #f3f3f3;
  color: #555;
  font-size: 13px;
  text-align: center;
  padding: 12px 15px;
  border-top: 1px solid #ddd;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Mobilde de merkezde kalsın */
@media (max-width: 600px) {
  .site-footer p,
  .footer-warning {
    font-size: 12.5px;
    padding: 10px;
  }
}
