/* Magareng municipality — Frances Baard District, Northern Cape */
/* Accent: green — evokes the Vaal River valley and irrigation farmland */

body.easterncape {
  margin: 0;
  background: #f4fbf6;
  color: #1a2e22;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
}

body.easterncape.magareng-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body.easterncape.magareng-page main { flex: 1; }

body.easterncape .hero {
  background: linear-gradient(135deg, #1a5c30 0%, #2e8049 52%, #4caa6b 100%);
  color: #fff;
  text-align: center;
  padding: 2.5rem 1rem 1.25rem;
  box-shadow: 0 6px 16px rgba(26, 92, 48, 0.28);
}

body.easterncape .hero h1 {
  margin: 0 0 0.25rem;
  font-size: 1.85rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

body.easterncape .hero .navbar {
  margin-top: 0.9rem;
  background: transparent;
  box-shadow: none;
}

body.easterncape .hero .navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}

body.easterncape .hero .navbar a {
  display: inline-block;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.12);
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
  font-size: 0.9rem;
}

body.easterncape .hero .navbar a:hover,
body.easterncape .hero .navbar a:focus-visible {
  background: #fff;
  color: #1a5c30;
  transform: translateY(-1px);
  outline: none;
}

body.easterncape .province-content {
  max-width: 960px;
  margin: 1.4rem auto 0;
  padding: 0 1rem;
}

body.easterncape .province-content:last-child { margin-bottom: 2.25rem; }

body.easterncape .province-content h2 {
  margin: 0 0 0.8rem;
  font-size: 1.35rem;
  color: #1a5c30;
}

body.easterncape .province-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

body.easterncape .province-content a {
  display: block;
  background: #f4fdf6;
  border: 1px solid #a9dbb8;
  border-radius: 12px;
  color: #1a5c30;
  font-weight: 600;
  padding: 0.9rem 1rem;
  text-decoration: none;
  box-shadow: 0 3px 10px rgba(26, 92, 48, 0.08);
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

body.easterncape .province-content a:hover,
body.easterncape .province-content a:focus-visible {
  background: #1a5c30;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 7px 14px rgba(26, 92, 48, 0.2);
  outline: none;
}

body.easterncape footer {
  margin-top: 2rem;
  background: #0d2e18;
  color: #cef0da;
}

body.easterncape footer .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1.5rem 1rem;
}

body.easterncape .footer-content,
body.easterncape .footer-links,
body.easterncape .footer-social { margin-bottom: 1rem; }

body.easterncape footer h3 { margin: 0 0 0.5rem; font-size: 1.05rem; color: #fff; }
body.easterncape footer p, body.easterncape footer li { margin: 0.35rem 0; }
body.easterncape .footer-links .list { list-style: none; margin: 0; padding: 0; }
body.easterncape footer a { color: #a5e6bf; text-decoration: none; }
body.easterncape footer a:hover, body.easterncape footer a:focus-visible { color: #fff; text-decoration: underline; }
body.easterncape .footer-social img { width: 28px; height: 28px; object-fit: contain; }

body.easterncape .footer-bottom {
  border-top: 1px solid rgba(206, 240, 218, 0.2);
  text-align: center;
  padding: 0.8rem 1rem;
  font-size: 0.92rem;
}

@media (min-width: 768px) {
  body.easterncape .hero { padding: 3.5rem 1rem 2rem; }
  body.easterncape .hero h1 { font-size: 2.4rem; }
  body.easterncape .province-content ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.easterncape footer .container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
    align-items: start;
  }
  body.easterncape .footer-content,
  body.easterncape .footer-links,
  body.easterncape .footer-social { margin-bottom: 0; }
}
