/* ================= HEADER ================= */

.site-header {
  background: linear-gradient(135deg, #22c55e, #15803d);
  color: white;

  padding: 12px 0;
  width: 90%;
  border-radius: 18px;
  max-width: 90%;
  margin: 10px auto;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.header-inner {
  text-align: center;
  padding: 0 16px;
}

.brand h1 {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}

.brand .subtitle {
  font-size: 13px;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.85);
}

/* ================= FOOTER ================= */

.site-footer {
  margin-top: 50px;

  background: linear-gradient(135deg, #14532d, #15803d, #22c55e);
  color: #ecfdf5;

  padding: 14px 0;

  border-radius: 18px;
  width: 90%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;

  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.12);
}

.footer-inner {
  text-align: center;
  padding: 0 16px;
}

.footer-inner h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}

.footer-inner p {
  margin-top: 4px;
  font-size: 13px;
  color: rgba(236, 253, 245, 0.85);
}
.footer-bottom {
  margin-top: 12px;
  padding-top: 10px;

  text-align: center;

  font-size: 12.5px;
  color: rgba(236, 253, 245, 0.75);

  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.site-header,
.site-footer {
  width: 100%;
  max-width: 100%;
  margin: 0;
  border-radius: 0;
}
