.internal-hero {
  padding: 80px 20px;
  text-align: center;
  background: linear-gradient(to bottom right, #f8fafc, #eef2f7);
}
.internal-hero h1 {
  font-size: 42px;
  margin-bottom: 10px;
  font-weight: 700;
}
.internal-hero p {
  font-size: 18px;
  opacity: 0.75;
}
.back-home {
  text-align:center;
  margin: 20px auto;
}
.back-home a {
  color: #2563eb;
  text-decoration:none;
  font-weight:600;
}
.page-hero {
  padding: 80px 20px;
  background: #f8f9ff;
  text-align: center;
  border-bottom: 1px solid #e5e7eb;
}
.page-hero img {
  max-width: 240px;
  margin-bottom: 25px;
}
.page-hero h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #111827;
}
.page-hero p {
  font-size: 18px;
  color: #374151;
  max-width: 680px;
  margin: 0 auto;
}
.internal-wrapper {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px;
  line-height: 1.7;
  color: #1f2937;
}
.back-link {
  display: inline-block;
  margin-top: 30px;
  font-weight: 600;
  color: #3b82f6;
  text-decoration: none;
}
