.health-page {
  background-color: #FDFBD4;
  color: #1a1a1a;
}

/* Navbar override */
.health-navbar {
  top: 0;
  background-color: #FDFBD4;
  border-bottom: 1px solid rgba(0,0,0,0.07);
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 1.2rem 2rem;
}
.health-page .navbar-logo { color: #2d7a2d; }
.health-page .navbar-link { color: #1a1a1a; }
.health-page .navbar-link--bordered {
  border-color: #2d7a2d;
  color: #2d7a2d;
}
.health-page .navbar-link--bordered:hover {
  background: #2d7a2d;
  color: #fff;
}

/* Hero */
.health-hero {
  background: linear-gradient(135deg, #e8f5e9 0%, #FDFBD4 70%);
  padding: 5rem 2rem 3.5rem;
  text-align: center;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.health-hero-inner {
  max-width: 680px;
  margin: 0 auto;
}
.health-eyebrow {
  font-size: 0.85rem;
  font-weight: 600;
  color: #2d7a2d;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 0.8rem;
}
.health-hero-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 1rem;
  letter-spacing: -1px;
  line-height: 1.15;
}
.health-hero-sub {
  font-size: 1rem;
  color: #555;
  line-height: 1.7;
  margin: 0;
}

/* Main */
.health-main {
  max-width: 900px;
  margin: 0 auto;
  padding: 3rem 2rem 5rem;
}

/* Section */
.health-section {
  margin-bottom: 1rem;
}
.health-section-icon {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.health-section h2 {
  font-size: 1.6rem;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 0.8rem;
  letter-spacing: -0.3px;
}
.health-section > p {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.7;
  margin: 0 0 1.2rem;
}
.health-section ul {
  padding-left: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin: 0;
}
.health-section ul li {
  font-size: 0.92rem;
  color: #444;
  line-height: 1.6;
}
.health-section ul li::marker {
  color: #2d7a2d;
}

.health-divider {
  border: none;
  border-top: 1px solid rgba(0,0,0,0.07);
  margin: 2.5rem 0;
}

/* Macro cards */
.health-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1.2rem;
  margin-top: 1rem;
}
.health-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}
.health-card-top {
  padding: 1.2rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.health-card-top span { font-size: 1.6rem; }
.health-card-top h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  color: #1a1a1a;
}
.health-card ul {
  padding: 1rem 1.2rem 1.2rem 2rem;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.health-card ul li {
  font-size: 0.83rem;
  color: #555;
  line-height: 1.5;
}

/* Table */
.health-table-wrap {
  overflow-x: auto;
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  margin-top: 1rem;
}
.health-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-size: 0.88rem;
}
.health-table thead {
  background: #2d7a2d;
  color: #fff;
}
.health-table th {
  padding: 0.9rem 1.2rem;
  text-align: left;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.3px;
}
.health-table td {
  padding: 0.85rem 1.2rem;
  color: #444;
  border-bottom: 1px solid #f0f0f0;
  line-height: 1.5;
}
.health-table tbody tr:last-child td { border-bottom: none; }
.health-table tbody tr:hover { background: #f9fdf9; }

/* Tips grid */
.health-tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.2rem;
  margin-top: 1rem;
}
.health-tip {
  display: flex;
  gap: 1rem;
  background: #fff;
  border-radius: 14px;
  padding: 1.2rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  align-items: flex-start;
}
.health-tip-num {
  font-size: 1.4rem;
  font-weight: 800;
  color: #2d7a2d;
  opacity: 0.3;
  flex-shrink: 0;
  line-height: 1;
}
.health-tip h4 {
  font-size: 0.92rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 0.3rem;
}
.health-tip p {
  font-size: 0.83rem;
  color: #666;
  margin: 0;
  line-height: 1.55;
}

/* Warn list */
.health-warn-list {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  padding-left: 1.2rem;
  margin: 1rem 0 0;
}
.health-warn-list li {
  font-size: 0.92rem;
  color: #444;
  line-height: 1.6;
}
.health-warn-list li::marker { color: #e65100; }

/* Fact boxes */
.health-facts {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.2rem;
  margin-top: 1rem;
}
.health-fact-box {
  background: #fff;
  border-radius: 14px;
  padding: 1.4rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  text-align: center;
}
.health-fact-box span { font-size: 2rem; }
.health-fact-box p {
  font-size: 0.85rem;
  color: #555;
  margin: 0;
  line-height: 1.6;
}

/* Mobile */
@media (max-width: 768px) {
  .health-hero-title { font-size: 2rem; }
  .health-main { padding: 2rem 1.2rem 4rem; }
  .health-hero { padding: 3rem 1.2rem 2.5rem; }
  .health-cards { grid-template-columns: 1fr; }
  .health-tips-grid { grid-template-columns: 1fr; }
  .health-facts { grid-template-columns: 1fr 1fr; }
}