.ahg-plant-facts-button,
.ahg-card .ahg-plant-facts-button,
.ahg-tool-button.ahg-plant-facts-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.7rem;
  padding: 0.68rem 0.95rem;
  border-radius: 999px;
  background: #2f6f4e;
  color: #fff !important;
  font-weight: 900;
  text-decoration: none !important;
  border: 1px solid rgba(47, 111, 78, 0.24);
  box-shadow: 0 8px 20px rgba(47, 111, 78, 0.18);
}

.ahg-plant-facts-button:hover {
  background: #24583d;
}

.ahg-facts-page,
.ahg-care-page {
  background: #faf8f1;
  color: #1f2937;
  min-height: 100vh;
}

.ahg-facts-shell,
.ahg-care-shell {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 2rem 0;
}

.ahg-facts-hero,
.ahg-care-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 1.5rem;
  align-items: center;
}

.ahg-facts-hero h1,
.ahg-care-hero h1 {
  margin: 0;
  color: #17351f;
  font-size: clamp(2.25rem, 6vw, 4.7rem);
  line-height: 0.95;
}

.ahg-facts-eyebrow,
.ahg-care-eyebrow {
  color: #2f6f4e;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ahg-facts-subtitle,
.ahg-care-subtitle {
  color: #5f6f63;
  font-size: 1.05rem;
  line-height: 1.65;
}

.ahg-facts-image-card {
  background: #fff;
  border: 1px solid rgba(47, 111, 78, 0.16);
  border-radius: 1.4rem;
  padding: 1rem;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.08);
}

.ahg-facts-image-card img {
  display: block;
  width: 100%;
  border-radius: 1rem;
  object-fit: cover;
  background: #f8fafc;
}

.ahg-facts-grid,
.ahg-care-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.25rem;
}

.ahg-fact-panel,
.ahg-care-panel,
.ahg-care-guide-card {
  background: #fff;
  border: 1px solid rgba(47, 111, 78, 0.16);
  border-radius: 1.15rem;
  padding: 1.1rem;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.ahg-fact-panel h2,
.ahg-care-panel h2,
.ahg-care-guide-card h2,
.ahg-care-guide-card h3 {
  color: #17351f;
  margin-top: 0;
}

.ahg-fact-panel p,
.ahg-care-panel p,
.ahg-care-guide-card p,
.ahg-care-guide-card li {
  color: #4b5f50;
  line-height: 1.62;
}

.ahg-fact-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 1rem;
}

.ahg-fact-tag {
  display: inline-flex;
  border: 1px solid #bbf7d0;
  background: #f0fdf4;
  color: #166534;
  border-radius: 999px;
  padding: 0.28rem 0.55rem;
  font-size: 0.78rem;
  font-weight: 800;
}

.ahg-source-list {
  padding-left: 1.1rem;
}

.ahg-source-list a {
  color: #24583d;
  font-weight: 800;
}

.ahg-care-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
  gap: 1rem;
  margin-top: 1.2rem;
}

.ahg-care-guide-card a {
  color: #24583d;
  font-weight: 900;
}

.ahg-care-steps {
  display: grid;
  gap: 1rem;
}

.ahg-care-steps ul {
  margin-bottom: 0;
}

@media (max-width: 820px) {
  .ahg-facts-hero,
  .ahg-care-hero,
  .ahg-facts-grid,
  .ahg-care-grid {
    grid-template-columns: 1fr;
  }
}
