/* Landing-page-only care guide and updated pricing styles. */
.home .ec-guides { padding: 88px 24px 96px; background: var(--bg-cream); }
.home .ec-guides__inner { max-width: 1180px; margin: 0 auto; }
.home .ec-guides__head { margin-bottom: 40px; text-align: center; }
.home .ec-guides__title {
  margin: 0 0 12px; color: var(--ink); font-family: "Source Serif 4", serif;
  font-size: clamp(28px, 3vw, 40px); font-weight: 400; line-height: 1.1;
  letter-spacing: -0.015em;
}
.home .ec-guides__sub { margin: 0; color: var(--text-muted); font-size: 15.5px; line-height: 1.5; }
.home .ec-guides__body {
  display: grid; grid-template-columns: 360px 1fr; gap: 28px; align-items: stretch;
}
.home .ec-guides__rail {
  display: flex; flex-direction: column; min-height: 100%; padding: 12px;
  border: 1px solid rgba(31, 74, 44, 0.08); border-radius: 22px; background: var(--bg-mist);
}
.home .ec-guides__select-wrap { display: none; }
.home .ec-guides__tabs {
  display: flex; flex-direction: column; margin: 0 0 auto; padding: 0; list-style: none;
}
.home .ec-guides__tab {
  display: grid; grid-template-columns: 40px 1fr 20px; align-items: center; gap: 12px;
  width: 100%; padding: 16px 18px; border: 0; border-radius: 12px;
  background: transparent; color: var(--ink); font: 500 15.5px/1.3 inherit;
  text-align: left; cursor: pointer; transition: background 150ms, color 150ms;
}
.home .ec-guides__tab:hover { background: rgba(255, 255, 255, 0.5); }
.home .ec-guides__tab.is-active { background: var(--fern); color: #fff; }
.home .ec-guides__tab-icon {
  display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px;
  border-radius: 50%; background: rgba(31, 74, 44, 0.10); color: var(--fern);
  transition: background 150ms, color 150ms;
}
.home .ec-guides__tab.is-active .ec-guides__tab-icon {
  background: rgba(255, 255, 255, 0.16); color: #fff;
}
.home .ec-guides__tab-arrow { display: inline-flex; color: currentColor; opacity: 0.75; }
.home .ec-guides__cta-card {
  display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 12px;
  margin-top: 12px; padding: 14px 16px; border: 1px solid rgba(31, 74, 44, 0.08);
  border-radius: 14px; background: #fff; text-decoration: none; transition: box-shadow 150ms;
}
.home .ec-guides__cta-card--mobile { display: none; }
.home .ec-guides__cta-card:hover { box-shadow: 0 4px 14px rgba(31, 74, 44, 0.10); }
.home .ec-guides__cta-icon {
  display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px;
  border-radius: 50%; background: rgba(31, 74, 44, 0.10); color: var(--fern);
}
.home .ec-guides__cta-copy { display: flex; flex-direction: column; min-width: 0; }
.home .ec-guides__cta-title { color: var(--ink); font-size: 13.5px; font-weight: 600; }
.home .ec-guides__cta-sub { color: var(--text-subtle); font-size: 12.5px; }
.home .ec-guides__cta-link {
  grid-column: 1 / -1; padding-top: 10px; border-top: 1px solid rgba(31, 74, 44, 0.08);
  color: var(--fern); font-size: 13px; font-weight: 600;
}
.home .ec-guides__panels { position: relative; min-height: 640px; }
.home .ec-guides__panel {
  display: none; height: 100%; overflow: hidden; border: 1px solid rgba(31, 74, 44, 0.08);
  border-radius: 22px; background: #fff; opacity: 0; transform: translateY(4px);
  transition: opacity 240ms ease, transform 240ms ease;
}
.home .ec-guides__panel.is-active {
  display: flex; flex-direction: column; opacity: 1; transform: translateY(0);
}
.home .ec-guides__panel-image { width: 100%; height: 320px; overflow: hidden; }
.home .ec-guides__panel-image img {
  width: 100%; height: 100%; object-fit: cover; object-position: center;
}
.home .ec-guides__panel-body { display: flex; flex-direction: column; padding: 28px 32px 30px; }
.home .ec-guides__panel-title {
  margin: 0 0 10px; color: var(--ink); font-family: "Source Serif 4", serif;
  font-size: clamp(22px, 2.4vw, 28px); font-weight: 500; line-height: 1.2;
  letter-spacing: -0.01em;
}
.home .ec-guides__panel-desc {
  max-width: 640px; margin: 0 0 22px; color: var(--text-muted); font-size: 15px; line-height: 1.55;
}
.home .ec-guides__tips {
  display: grid; grid-template-columns: 1fr 1fr; gap: 18px 24px;
  margin: 0 0 22px; padding: 0; list-style: none;
}
.home .ec-guides__tip {
  display: grid; grid-template-columns: 32px 1fr; align-items: start; gap: 12px;
}
.home .ec-guides__tip-icon {
  display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px;
  border-radius: 8px; background: var(--bg-mist); color: var(--fern);
}
.home .ec-guides__tip-copy { min-width: 0; }
.home .ec-guides__tip-title {
  margin-bottom: 3px; color: var(--ink); font-size: 14px; font-weight: 600; line-height: 1.3;
}
.home .ec-guides__tip-body { margin: 0; color: var(--text-muted); font-size: 13px; line-height: 1.45; }
.home .ec-guides__panel-link {
  display: inline-flex; align-items: center; align-self: flex-start; width: 100%; padding-top: 20px;
  border-top: 1px solid rgba(31, 74, 44, 0.08); color: var(--fern);
  font-size: 15px; font-weight: 600; text-decoration: none;
}
.home .ec-guides__panel-link:hover { color: var(--fern-hover); }

:is(.home, .pediatric-landing-v2) .pricing__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(860px, 100%); max-width: 860px;
  margin: 64px auto 0;
}
:is(.home, .pediatric-landing-v2) .pricing__card { display: flex; flex-direction: column; }
:is(.home, .pediatric-landing-v2) .pricing__card--featured .pricing__detail,
:is(.home, .pediatric-landing-v2) .pricing__card--featured .pricing__tacrolimus-note { color: rgba(244, 239, 230, 0.72); }
:is(.home, .pediatric-landing-v2) .pricing__detail {
  min-height: 70px; margin-bottom: 8px; color: #6b6b66; font-size: 14px; line-height: 1.5;
}
:is(.home, .pediatric-landing-v2) .pricing__detail p { margin: 0 0 3px; }
:is(.home, .pediatric-landing-v2) .pricing__detail + .pricing__section-label { margin-top: 14px; }
:is(.home, .pediatric-landing-v2) .pricing__tacrolimus-note { margin-top: auto; }

@media (max-width: 960px) {
  .home .ec-guides { padding: 64px 20px 72px; }
  .home .ec-guides__body { grid-template-columns: 1fr; }
  .home .ec-guides__rail { min-height: 0; }
  .home .ec-guides__tabs {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-bottom: 12px;
  }
  .home .ec-guides__tab {
    grid-template-columns: 32px 1fr; min-height: 52px; padding: 12px; font-size: 13px;
  }
  .home .ec-guides__tab-icon { width: 32px; height: 32px; }
  .home .ec-guides__tab-arrow { display: none; }
  .home .ec-guides__panels { min-height: 0; }
  .home .ec-guides__panel-image { height: 220px; }
  .home .ec-guides__panel-body { padding: 22px 22px 24px; }
}
@media (max-width: 560px) {
  .home .ec-guides__tabs { grid-template-columns: 1fr 1fr; }
  .home .ec-guides__panel-image { height: 180px; }
  .home .ec-guides__tips { grid-template-columns: 1fr; gap: 14px; }
}
