:root {
  --learn-bg: #f4f8f6;
  --learn-card: #ffffff;
  --learn-text: #17231d;
  --learn-muted: #667085;
  --learn-soft: #eef5f1;
  --learn-accent: #2f6f58;
  --learn-accent-dark: #245746;
  --learn-border: rgba(16, 24, 40, 0.08);
  --learn-shadow: 0 18px 48px rgba(16, 24, 40, 0.06);
  --learn-container: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--learn-bg);
  color: var(--learn-text);
  font-family: var(--font-body, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif);
}

.learnPage {
  min-height: 100vh;
  padding: 42px 24px 48px;
}

.learnContainer {
  width: min(100%, var(--learn-container));
  margin: 0 auto;
}

.learnHero {
  padding: 26px 0 18px;
}

.heroCopy {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--learn-accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.learnHero h1,
.sectionHeader h2 {
  margin: 0;
  color: var(--learn-text);
  letter-spacing: 0;
}

.mobileCopy {
  display: none;
}

.learnHero h1 {
  max-width: 760px;
  font-size: clamp(36px, 4.8vw, 54px);
  line-height: 1.04;
  font-weight: 760;
}

.heroSubtitle {
  max-width: 690px;
  margin: 16px 0 0;
  color: var(--learn-muted);
  font-size: 18px;
  line-height: 1.65;
}

.learnSearchWrap {
  position: relative;
  width: min(100%, 650px);
  margin-top: 24px;
}

.learnSearch {
  width: min(100%, 650px);
  min-height: 56px;
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 20px;
  border: 1px solid rgba(47, 111, 88, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 34px rgba(16, 24, 40, 0.05);
}

.learnSearch svg {
  width: 20px;
  height: 20px;
  color: var(--learn-accent);
  display: block;
}

.learnSearch input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--learn-text);
  font: inherit;
  font-size: 16px;
}

.learnSearch input::placeholder {
  color: #8a958f;
}

.learnSearchResults {
  position: static;
  z-index: 20;
  width: min(100%, 650px);
  margin-top: 10px;
  display: grid;
  gap: 6px;
  padding: 10px;
  border: 1px solid rgba(47, 111, 88, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 44px rgba(16, 24, 40, 0.11);
  backdrop-filter: blur(12px);
}

.learnSearchResults[hidden] {
  display: none;
}

.learnFilterBar {
  width: min(100%, 650px);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.learnFilterBar button {
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(47, 111, 88, 0.14);
  border-radius: 999px;
  color: var(--learn-accent-dark);
  background: rgba(255, 255, 255, 0.72);
  font: inherit;
  font-size: 13px;
  font-weight: 650;
  cursor: pointer;
  transition: color 150ms ease, background 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
}

.learnFilterBar button:hover,
.learnFilterBar button:focus-visible {
  border-color: rgba(47, 111, 88, 0.26);
  background: #ffffff;
  outline: none;
}

.learnFilterBar button.isActive {
  color: #ffffff;
  border-color: rgba(36, 87, 70, 0.34);
  background: linear-gradient(135deg, #2f6f58, #245746);
  box-shadow: 0 10px 24px rgba(47, 111, 88, 0.18);
}

.searchResultItem {
  display: grid;
  gap: 4px;
  padding: 12px 13px;
  border-radius: 13px;
  color: var(--learn-text);
  text-decoration: none;
}

.searchResultItem:hover,
.searchResultItem:focus-visible {
  background: #f3faf6;
  outline: none;
}

.searchResultItem > span {
  font-size: 14px;
  font-weight: 650;
  line-height: 1.3;
}

.searchResultItem mark {
  padding: 0 3px;
  color: #176b4c;
  background: #dff3e8;
  border-radius: 5px;
  font-weight: 800;
}

.searchResultItem small,
.searchEmpty {
  color: var(--learn-muted);
  font-size: 12px;
  line-height: 1.45;
}

.searchResultItem small {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.searchCategoryPill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 3px 7px;
  border-radius: 999px;
  background: rgba(47, 111, 88, 0.07);
  color: #69756f;
  font-weight: 560;
}

.searchEmpty {
  margin: 0;
  padding: 12px 13px;
}

.heroFeatureCard {
  width: 100%;
  min-height: 300px;
  margin-top: 22px;
  padding: 0;
  overflow: hidden;
}

.heroFeatureCard > div:not(.featureVisual) {
  padding: 28px 32px 0;
}

.heroFeatureCard h2 {
  margin: 14px 0 0;
  color: var(--learn-text);
  font-size: 25px;
  line-height: 1.28;
  font-weight: 590;
  letter-spacing: 0;
}

.heroFeatureCard p {
  max-width: 670px;
  padding: 0 32px 30px;
}

.learnSection {
  padding: 24px 0;
}

.learnToolsSection {
  padding-top: 0;
}

.sectionHeader {
  margin-bottom: 18px;
}

.sectionHeader h2 {
  font-size: 26px;
  line-height: 1.24;
  font-weight: 620;
}

.learnToolGrid {
  display: grid;
  grid-template-columns: minmax(0, 420px);
}

.learnToolCard {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--learn-border);
  border-radius: 8px;
  background: var(--learn-card);
  color: var(--learn-text);
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(16, 24, 40, 0.05);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.learnToolCard:hover,
.learnToolCard:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(47, 111, 88, 0.26);
  box-shadow: 0 16px 34px rgba(16, 24, 40, 0.08);
  outline: none;
}

.learnToolIcon {
  width: 46px;
  height: 46px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--learn-soft);
  color: var(--learn-accent-dark);
}

.learnToolIcon svg {
  width: 24px;
  height: 24px;
}

.learnToolCard strong {
  display: block;
  font-size: 1rem;
  line-height: 1.25;
  margin-bottom: 4px;
}

.learnToolCard small {
  display: block;
  color: var(--learn-muted);
  font-size: 0.9rem;
  line-height: 1.35;
}

.featuredGrid,
.articleGrid,
.insightsGrid {
  display: grid;
  gap: 20px;
}

.featuredGrid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.articleGrid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.insightsGrid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.learnShowMoreWrap {
  display: grid;
  justify-items: center;
  gap: 12px;
  margin-top: 28px;
}

.learnGroupShowMoreWrap {
  grid-column: 1 / -1;
  display: grid;
  justify-items: center;
  margin: 2px 0 16px;
}

.learnResultCount {
  margin: 0;
  color: var(--learn-muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

.learnShowMoreBtn {
  min-height: 44px;
  padding: 0 22px;
  border: 1px solid rgba(47, 111, 88, 0.18);
  border-radius: 999px;
  color: var(--learn-accent-dark);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.06);
  font: inherit;
  font-size: 14px;
  font-weight: 720;
  cursor: pointer;
  transition: transform 150ms ease, border-color 150ms ease, background 150ms ease, box-shadow 150ms ease;
}

.learnShowMoreBtn:hover,
.learnShowMoreBtn:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(47, 111, 88, 0.3);
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(16, 24, 40, 0.08);
  outline: none;
}

.learnShowMoreBtn:disabled {
  cursor: not-allowed;
  opacity: 0.62;
  transform: none;
  box-shadow: none;
}

.learnGridGroupHeader {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 6px 0 -4px;
  padding-top: 10px;
}

.learnGridGroupHeader p {
  margin: 0;
  color: var(--learn-text);
  font-size: 18px;
  font-weight: 720;
  line-height: 1.25;
}

.learnGridGroupHeader span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  min-height: 26px;
  padding: 0 9px;
  border: 1px solid rgba(47, 111, 88, 0.12);
  border-radius: 999px;
  color: var(--learn-accent-dark);
  background: rgba(47, 111, 88, 0.08);
  font-size: 12px;
  font-weight: 760;
}

.guideCard {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  color: inherit;
  text-decoration: none;
  background: var(--learn-card);
  border: 1px solid var(--learn-border);
  border-radius: 18px;
  box-shadow: 0 12px 34px rgba(16, 24, 40, 0.035);
  transition: transform 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
}

.related-card,
.relatedArticleCard,
.article-card {
  background: #ffffff;
  border: 1px solid rgba(16,24,40,.10);
  box-shadow: 0 10px 25px rgba(16,24,40,.04);
  opacity: 1;
}

.guideCard:hover,
.guideCard:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(47, 111, 88, 0.24);
  box-shadow: var(--learn-shadow);
}

.guideCard:focus-visible {
  outline: 3px solid rgba(47, 111, 88, 0.18);
  outline-offset: 3px;
}

.featureVisual,
.cardVisual {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(47, 111, 88, 0.08);
  background:
    linear-gradient(rgba(47, 111, 88, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(47, 111, 88, 0.024) 1px, transparent 1px),
    linear-gradient(135deg, rgba(238, 245, 241, 0.74), rgba(255, 255, 255, 0.96));
  background-size: 100% 28px, 36px 100%, 100% 100%;
}

.featureVisual {
  height: 118px;
  border-width: 0 0 1px;
  border-radius: 18px 18px 0 0;
  opacity: 0.7;
}

.featureLineVisual::before,
.featureLineVisual::after,
.visualLeaderLine::before,
.visualLeaderLine::after,
.visualVolatility::before,
.visualVolatility::after,
.visualConsistency::before,
.visualConsistency::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  border-radius: 999px;
}

.featureLineVisual::before {
  top: 51px;
  height: 2px;
  background: rgba(47, 111, 88, 0.09);
}

.featureLineVisual::after {
  top: 22px;
  height: 54px;
  background: rgba(47, 111, 88, 0.1);
  clip-path: polygon(0 80%, 22% 60%, 38% 68%, 58% 40%, 74% 48%, 100% 18%, 100% 30%, 74% 60%, 58% 52%, 38% 80%, 22% 72%, 0 92%);
}

.featureLineVisual span {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: rgba(47, 111, 88, 0.72);
  box-shadow: 0 0 0 6px rgba(47, 111, 88, 0.07);
}

.featureLineVisual span:nth-child(1) { left: 22%; top: 57px; }
.featureLineVisual span:nth-child(2) { left: 39%; top: 61px; }
.featureLineVisual span:nth-child(3) { left: 59%; top: 39px; }
.featureLineVisual span:nth-child(4) { left: 82%; top: 28px; }

.cardVisual {
  height: 92px;
  margin-bottom: 26px;
  border-radius: 14px;
  opacity: 0.64;
}

.articleImageVisual {
  display: block;
  width: 100%;
  object-fit: contain;
  object-position: center;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(248, 249, 247, 0.92), rgba(255, 255, 255, 0.98));
  opacity: 1;
}

.featureVisual.articleImageVisual {
  height: 230px;
  border: 0;
  border-radius: 18px 18px 0 0;
}

.cardVisual.articleImageVisual {
  width: calc(100% + 30px);
  height: 162px;
  margin: -15px -15px 24px;
  border: 0;
  border-radius: 14px;
}

.visualRiskScale {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  align-items: end;
  gap: 6px;
  padding: 24px;
}

.visualRiskScale span {
  display: block;
  height: 24px;
  border-radius: 8px 8px 4px 4px;
  background: rgba(47, 111, 88, 0.09);
}

.visualRiskScale span:nth-child(2) { height: 30px; }
.visualRiskScale span:nth-child(3) { height: 36px; }
.visualRiskScale span:nth-child(4) { height: 42px; }
.visualRiskScale span:nth-child(5) { height: 48px; }
.visualRiskScale span:nth-child(6) { height: 52px; }
.visualRiskScale span:nth-child(7) { height: 56px; }
.visualRiskScale .isActive {
  background: rgba(47, 111, 88, 0.5);
}

.visualCompareBars,
.visualPeriodBars,
.visualProviderCompare {
  display: flex;
  align-items: end;
  gap: 12px;
  padding: 24px;
}

.visualCompareBars span,
.visualPeriodBars span,
.visualProviderCompare span {
  flex: 1;
  border-radius: 8px 8px 4px 4px;
  background: rgba(47, 111, 88, 0.1);
}

.visualCompareBars span:nth-child(1) { height: 24px; }
.visualCompareBars span:nth-child(2) { height: 42px; background: rgba(47, 111, 88, 0.38); }
.visualCompareBars span:nth-child(3) { height: 32px; }
.visualCompareBars span:nth-child(4) { height: 50px; background: rgba(47, 111, 88, 0.24); }

.visualPeriodBars span:nth-child(1) { height: 20px; }
.visualPeriodBars span:nth-child(2) { height: 30px; }
.visualPeriodBars span:nth-child(3) { height: 38px; background: rgba(47, 111, 88, 0.28); }
.visualPeriodBars span:nth-child(4) { height: 48px; background: rgba(47, 111, 88, 0.38); }
.visualPeriodBars span:nth-child(5) { height: 34px; }

.visualProviderCompare span:nth-child(1) { height: 36px; background: rgba(47, 111, 88, 0.38); }
.visualProviderCompare span:nth-child(2) { height: 48px; }
.visualProviderCompare span:nth-child(3) { height: 28px; background: rgba(47, 111, 88, 0.24); }
.visualProviderCompare span:nth-child(4) { height: 42px; }

.visualFundSplit,
.visualPortfolioMix {
  display: grid;
  grid-template-columns: 1.25fr 0.85fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  padding: 24px;
}

.visualFundSplit span,
.visualPortfolioMix span {
  border-radius: 10px;
  background: rgba(47, 111, 88, 0.09);
}

.visualFundSplit span:first-child,
.visualPortfolioMix span:first-child {
  grid-row: span 2;
  background: rgba(47, 111, 88, 0.34);
}

.visualPortfolioMix span:nth-child(2) { background: rgba(47, 111, 88, 0.16); }
.visualPortfolioMix span:nth-child(3) { background: rgba(47, 111, 88, 0.11); }
.visualPortfolioMix span:nth-child(4) { display: none; }

.visualLeaderLine::before,
.visualVolatility::before,
.visualConsistency::before {
  top: 35px;
  height: 2px;
  background: rgba(47, 111, 88, 0.08);
}

.visualLeaderLine::after {
  top: 20px;
  height: 34px;
  background: rgba(47, 111, 88, 0.2);
  clip-path: polygon(0 76%, 22% 60%, 44% 66%, 66% 42%, 100% 26%, 100% 40%, 66% 56%, 44% 80%, 22% 72%, 0 88%);
}

.visualVolatility::after {
  top: 14px;
  height: 44px;
  background: rgba(47, 111, 88, 0.18);
  clip-path: polygon(0 70%, 14% 34%, 30% 82%, 46% 26%, 64% 70%, 82% 38%, 100% 56%, 100% 68%, 82% 50%, 64% 82%, 46% 38%, 30% 94%, 14% 46%, 0 82%);
}

.visualConsistency::after {
  top: 26px;
  height: 20px;
  background: rgba(47, 111, 88, 0.18);
  clip-path: polygon(0 62%, 24% 44%, 50% 52%, 76% 40%, 100% 48%, 100% 66%, 76% 58%, 50% 70%, 24% 62%, 0 78%);
}

.visualLeaderLine span,
.visualVolatility span,
.visualConsistency span {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(47, 111, 88, 0.62);
  opacity: 0.68;
}

.visualLeaderLine span:nth-child(1) { left: 18%; top: 38px; }
.visualLeaderLine span:nth-child(2) { left: 42%; top: 40px; }
.visualLeaderLine span:nth-child(3) { left: 66%; top: 28px; }
.visualLeaderLine span:nth-child(4) { left: 86%; top: 23px; }
.visualVolatility span:nth-child(1) { left: 16%; top: 25px; }
.visualVolatility span:nth-child(2) { left: 48%; top: 22px; }
.visualVolatility span:nth-child(3) { left: 80%; top: 29px; }
.visualConsistency span:nth-child(1) { left: 22%; top: 34px; }
.visualConsistency span:nth-child(2) { left: 46%; top: 36px; }
.visualConsistency span:nth-child(3) { left: 70%; top: 32px; }
.visualConsistency span:nth-child(4) { left: 88%; top: 34px; }

.visualScatter span {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(47, 111, 88, 0.5);
  box-shadow: 0 0 0 6px rgba(47, 111, 88, 0.055);
}

.visualScatter span:nth-child(1) { left: 18%; top: 44px; }
.visualScatter span:nth-child(2) { left: 34%; top: 30px; }
.visualScatter span:nth-child(3) { left: 52%; top: 38px; }
.visualScatter span:nth-child(4) { left: 68%; top: 20px; }
.visualScatter span:nth-child(5) { left: 82%; top: 28px; }

.activeIndexedVisual {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  height: 162px;
  margin: -15px -15px 24px;
  padding: 14px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(248, 249, 247, 0.94), rgba(255, 255, 255, 0.98));
  opacity: 1;
}

.comparisonPanel {
  display: grid;
  align-content: center;
  gap: 7px;
  padding: 13px;
  border: 1px solid rgba(47, 111, 88, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
}

.comparisonLabel {
  color: var(--learn-text);
  font-size: 15px;
  font-weight: 680;
  line-height: 1.15;
}

.comparisonSub,
.comparisonMetric {
  color: var(--learn-muted);
  font-size: 11px;
  font-weight: 560;
  line-height: 1.2;
}

.comparisonBar {
  display: block;
  width: 58%;
  height: 8px;
  margin: 4px 0;
  border-radius: 999px;
  background: rgba(47, 111, 88, 0.28);
}

.comparisonBar.isWide {
  width: 84%;
  background: rgba(47, 111, 88, 0.46);
}

.guideCardLarge {
  min-height: 340px;
  padding: 32px;
}

.articleCard {
  min-height: 340px;
  padding: 30px;
}

.articleCard:has(.cardType-faq) {
  position: relative;
  min-height: 250px;
  padding: 24px;
}

.articleCard > .cardVisual {
  width: calc(100% + 30px);
  height: 162px;
  margin: -15px -15px 24px;
}

.insightCard {
  min-height: 350px;
  padding: 30px;
}

.insightCard > .articleImageVisual {
  border-radius: 14px;
  object-fit: cover;
}

.articleCard:has(.cardType-insight) > .articleImageVisual {
  height: auto;
  aspect-ratio: 16 / 9;
  border-radius: 14px !important;
  clip-path: inset(0 round 14px);
  overflow: hidden;
  object-fit: cover;
}

.cardKicker {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  margin-bottom: 22px;
  padding: 7px 11px;
  color: var(--learn-accent-dark);
  background: var(--learn-soft);
  border: 1px solid rgba(47, 111, 88, 0.12);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 560;
}

.cardTypeBadge {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  margin-bottom: 12px;
  padding: 5px 9px;
  border: 1px solid rgba(47, 111, 88, 0.12);
  border-radius: 999px;
  color: var(--learn-accent-dark);
  background: rgba(47, 111, 88, 0.08);
  font-size: 11px;
  font-weight: 760;
  line-height: 1;
  text-transform: uppercase;
}

.articleCard .cardTypeBadge {
  display: none;
}

.cardType-insight {
  color: #28566f;
  border-color: rgba(40, 86, 111, 0.15);
  background: rgba(40, 86, 111, 0.09);
}

.cardType-faq {
  color: #ffffff;
  border-color: rgba(36, 87, 70, 0.2);
  background: #245746;
  box-shadow: 0 8px 18px rgba(36, 87, 70, 0.16);
}

.articleCard:has(.cardType-faq) .cardType-faq {
  display: none;
}

.cardType-article {
  color: var(--learn-accent-dark);
  background: rgba(47, 111, 88, 0.08);
}

.guideCard h3 {
  margin: 0;
  color: var(--learn-text);
  font-size: 20px;
  line-height: 1.3;
  font-weight: 590;
}

.articleCard h3 {
  font-size: 18px;
  line-height: 1.32;
  font-weight: 590;
}

.articleMeta {
  display: block;
  margin-top: 14px;
  color: #7a867f;
  font-size: 12px;
  font-weight: 560;
  line-height: 1.4;
}

.guideCard p {
  margin: 18px 0 0;
  color: var(--learn-muted);
  font-size: 15px;
  line-height: 1.78;
}

.articleCard p {
  margin-top: 24px;
  padding-top: 0;
  font-size: 14px;
  line-height: 1.78;
}

.articleCard:has(.cardType-faq) p {
  margin-top: 16px;
}

.articleCard .cardCategoryRow {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: auto;
  padding-top: 24px;
}

.articleCard:has(.cardType-faq) .cardCategoryRow {
  padding-top: 18px;
}

.cardCategoryPill {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  color: var(--learn-accent-dark);
  background: rgba(235, 245, 240, 0.72);
  border: 1px solid rgba(47, 111, 88, 0.11);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 560;
  line-height: 1;
}

.cardCategoryPillFaq {
  color: #24517a;
  background: rgba(55, 132, 202, 0.12);
  border-color: rgba(55, 132, 202, 0.2);
  font-weight: 700;
}

.categoriesSection {
  padding-bottom: 24px;
}

.categoryPills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.categoryPills button {
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid rgba(47, 111, 88, 0.16);
  border-radius: 999px;
  color: var(--learn-accent-dark);
  background: rgba(255, 255, 255, 0.76);
  font: inherit;
  font-size: 14px;
  font-weight: 650;
  cursor: pointer;
  transition: border-color 150ms ease, background 150ms ease, transform 150ms ease;
}

.categoryPills button:hover,
.categoryPills button:focus-visible {
  border-color: rgba(47, 111, 88, 0.28);
  background: #f3faf6;
  outline: none;
  transform: translateY(-1px);
}

.learnNewsletter {
  padding: 22px 0 12px;
}

.learnNewsletterInner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: 24px;
  align-items: center;
  padding: 28px;
  border: 1px solid rgba(47, 111, 88, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(16, 24, 40, 0.05);
}

.learnNewsletter h2 {
  margin: 0;
  color: var(--learn-text);
  font-size: 28px;
  line-height: 1.18;
  font-weight: 690;
}

.learnNewsletter p:not(.eyebrow):not(.learnNewsletterStatus) {
  max-width: 560px;
  margin: 10px 0 0;
  color: var(--learn-muted);
  font-size: 15px;
  line-height: 1.6;
}

.learnNewsletterForm {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: start;
}

.learnNewsletterForm input {
  min-width: 0;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(47, 111, 88, 0.18);
  border-radius: 8px;
  background: #f8fbf9;
  color: var(--learn-text);
  font: inherit;
  font-size: 15px;
}

.learnNewsletterForm input:focus {
  border-color: rgba(47, 111, 88, 0.46);
  background: #ffffff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(47, 111, 88, 0.12);
}

.learnNewsletterForm button {
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(36, 87, 70, 0.32);
  border-radius: 8px;
  background: #2f6f58;
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 720;
}

.learnNewsletterForm button:hover,
.learnNewsletterForm button:focus-visible {
  background: #245746;
  outline: none;
}

.learnNewsletterForm button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.learnNewsletterStatus {
  grid-column: 1 / -1;
  min-height: 18px;
  margin: 0;
  color: var(--learn-accent-dark);
  font-size: 13px;
  line-height: 1.35;
}

.learnNewsletterStatus.is-error {
  color: #914040;
}

.srOnly {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.learnDisclaimer {
  padding: 18px 0 0;
}

.learnDisclaimer p {
  margin: 0;
  padding: 0;
  color: #748078;
  background: transparent;
  border: 0;
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 940px) {
  .learnPage {
    padding: 26px 16px 40px;
  }

  .learnHero {
    padding: 20px 0 16px;
  }

  .learnHero h1 {
    font-size: 38px;
    line-height: 1.06;
  }

  .heroSubtitle {
    margin-top: 18px;
    font-size: 17px;
    line-height: 1.55;
  }

  .learnSearch {
    min-height: 56px;
    margin-top: 22px;
    padding: 0 16px;
  }

  .learnSearchWrap {
    margin-top: 22px;
  }

  .learnNewsletterInner {
    grid-template-columns: 1fr;
  }

  .learnNewsletterForm {
    max-width: 560px;
  }

  .learnSection {
    padding: 24px 0;
  }

  .featuredGrid,
  .articleGrid,
  .insightsGrid {
    grid-template-columns: 1fr;
  }

  .heroFeatureCard,
  .guideCardLarge,
  .articleCard,
  .insightCard {
    min-height: auto;
    padding: 24px;
    border-radius: 16px;
  }

  .articleCard:has(.cardType-faq) {
    min-height: auto;
    padding: 20px;
  }

  .heroFeatureCard h2 {
    font-size: 22px;
    line-height: 1.32;
  }

  .heroFeatureCard {
    padding: 0;
    overflow: hidden;
  }

  .featureVisual {
    height: 126px;
    border-radius: 16px 16px 0 0;
  }

  .featureVisual.articleImageVisual {
    height: 184px;
    border-radius: 16px 16px 0 0;
  }

  .heroFeatureCard > div:not(.featureVisual) {
    padding: 24px 24px 0;
  }

  .heroFeatureCard p {
    padding: 0 24px 26px;
  }

  .cardKicker {
    margin-bottom: 20px;
  }

  .cardVisual {
    height: 84px;
    margin-bottom: 22px;
  }

  .articleCard > .cardVisual {
    width: calc(100% + 20px);
    height: 148px;
    margin: -10px -10px 22px;
  }

  .cardVisual.articleImageVisual {
    width: calc(100% + 20px);
    height: 148px;
    margin: -10px -10px 22px;
  }

  .activeIndexedVisual {
    height: 148px;
    margin: -10px -10px 22px;
    padding: 12px;
  }
}

@media (max-width: 640px) {
  .learnPage {
    padding: 18px 16px 34px;
  }

  .learnHero {
    padding: 12px 0 8px;
  }

  .desktopCopy {
    display: none;
  }

  .mobileCopy {
    display: inline;
  }

  .learnHero .eyebrow,
  .sectionHeader .eyebrow {
    margin-bottom: 8px;
    font-size: 12px;
  }

  .learnHero h1 {
    max-width: 340px;
    font-size: 31px;
    line-height: 1.08;
  }

  .heroSubtitle {
    max-width: 330px;
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.45;
  }

  .learnSearch {
    min-height: 50px;
    margin-top: 16px;
    padding: 0 15px;
  }

  .learnSearch input {
    font-size: 15px;
  }

  .learnNewsletter {
    padding-top: 12px;
  }

  .learnNewsletterInner {
    gap: 18px;
    padding: 20px;
  }

  .learnNewsletter h2 {
    font-size: 23px;
  }

  .learnNewsletterForm {
    grid-template-columns: 1fr;
  }

  .learnNewsletterForm button {
    width: 100%;
  }

  .learnSection {
    padding: 16px 0;
  }

  .sectionHeader {
    margin-bottom: 12px;
  }

  .sectionHeader h2 {
    font-size: 24px;
    line-height: 1.16;
  }

  .featuredGrid,
  .articleGrid,
  .insightsGrid {
    gap: 14px;
  }

  .heroFeatureCard,
  .guideCardLarge,
  .articleCard,
  .insightCard {
    padding: 18px;
    border-radius: 14px;
  }

  .articleCard > .cardVisual,
  .cardVisual.articleImageVisual,
  .activeIndexedVisual {
    width: calc(100% + 12px);
    height: 116px;
    margin: -6px -6px 16px;
  }

  .cardKicker {
    margin-bottom: 12px;
  }

  .articleCard h3 {
    font-size: 17px;
    line-height: 1.26;
  }

  .articleMeta {
    margin-top: 9px;
  }

  .articleCard p {
    display: none;
  }

  .articleCard .cardCategoryRow {
    padding-top: 16px;
  }
}

@media (min-width: 941px) and (max-width: 1120px) {
  .featuredGrid,
  .articleGrid,
  .insightsGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .guideCard {
    transition: none;
  }

  .guideCard:hover,
  .guideCard:focus-visible {
    transform: none;
  }
}

/* Editorial Learn refresh */
.learnPage {
  padding-top: 34px;
  overflow-x: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.48), rgba(244, 248, 246, 0) 520px),
    var(--learn-bg);
}

.learnHero {
  padding: 22px 0 0;
}

.learnHeroGrid {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(380px, 0.74fr);
  gap: 44px;
  align-items: center;
}

.heroCopy {
  max-width: none;
  min-width: 0;
}

.learnHero h1 {
  max-width: 600px;
  font-size: clamp(44px, 5.2vw, 64px);
  line-height: 1.03;
  font-weight: 720;
}

.heroSubtitle {
  max-width: 660px;
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.7;
}

.learnSearch,
.learnSearchResults,
.learnFilterBar {
  width: min(100%, 650px);
}

.learnSearch {
  min-height: 62px;
  margin-top: 24px;
  border-color: rgba(47, 111, 88, 0.16);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 46px rgba(16, 24, 40, 0.07);
}

.learnFrontPage {
  min-width: 0;
  display: grid;
  gap: 14px;
}

.learnLeadStory {
  max-width: 100%;
  overflow: hidden;
  display: block;
  color: var(--learn-text);
  text-decoration: none;
  border: 1px solid rgba(16, 24, 40, 0.09);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 24px 62px rgba(16, 24, 40, 0.09);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.learnLeadStory:hover,
.learnLeadStory:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(47, 111, 88, 0.24);
  box-shadow: 0 28px 70px rgba(16, 24, 40, 0.12);
  outline: none;
}

.learnLeadStory img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.leadStoryBody {
  display: grid;
  gap: 12px;
  padding: 22px;
}

.leadStoryKicker {
  width: fit-content;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--learn-accent-dark);
  background: rgba(47, 111, 88, 0.09);
  font-size: 12px;
  font-weight: 780;
  line-height: 1;
}

.leadStoryBody strong {
  min-width: 0;
  overflow-wrap: anywhere;
  color: var(--learn-text);
  font-size: 26px;
  line-height: 1.16;
  font-weight: 760;
  letter-spacing: 0;
}

.leadStoryBody small {
  min-width: 0;
  overflow-wrap: anywhere;
  color: var(--learn-muted);
  font-size: 14px;
  line-height: 1.55;
}

.learnBriefingList {
  display: grid;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 14px 38px rgba(16, 24, 40, 0.045);
}

.learnBriefingList a {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 14px;
  align-items: baseline;
  padding: 15px 18px;
  color: var(--learn-text);
  text-decoration: none;
  border-top: 1px solid rgba(16, 24, 40, 0.07);
}

.learnBriefingList a:first-child {
  border-top: 0;
}

.learnBriefingList a:hover,
.learnBriefingList a:focus-visible {
  background: rgba(47, 111, 88, 0.045);
  outline: none;
}

.learnBriefingList span {
  color: #8a6a31;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.learnBriefingList strong {
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: 14px;
  font-weight: 720;
  line-height: 1.35;
}

.learnToolsSection {
  padding: 30px 0 20px;
}

.learnToolGrid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.learnToolCard {
  min-height: 104px;
  align-content: start;
  align-items: start;
  padding: 14px;
  border-color: rgba(16, 24, 40, 0.08);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 8px 22px rgba(16, 24, 40, 0.035);
}

.learnToolCard:hover,
.learnToolCard:focus-visible {
  transform: none;
  border-color: rgba(47, 111, 88, 0.18);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.04);
}

.learnToolIcon {
  width: 38px;
  height: 38px;
}

.learnToolIcon svg {
  width: 19px;
  height: 19px;
}

.learnToolCard strong {
  font-size: 0.95rem;
  line-height: 1.2;
}

.learnToolCard small {
  font-size: 0.84rem;
  line-height: 1.38;
}

.learnSection .sectionHeader {
  display: block;
  margin-bottom: 20px;
  padding-top: 10px;
  border-top: 1px solid rgba(16, 24, 40, 0.08);
}

.articleGrid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 18px;
  row-gap: 28px;
  align-items: stretch;
}

.learnGridGroupHeader,
.learnGroupShowMoreWrap {
  grid-column: 1 / -1;
}

.learnGridGroupHeader {
  align-items: baseline;
  margin: 14px 0 4px;
  padding-top: 16px;
  border-top: 1px solid rgba(16, 24, 40, 0.08);
}

.learnGridGroupHeader:first-child {
  margin-top: 0;
  border-top: 0;
}

.articleCard {
  grid-column: auto;
  min-height: 0;
  padding: 22px;
  border-radius: 8px;
  border-color: rgba(16, 24, 40, 0.09);
  box-shadow: 0 12px 30px rgba(16, 24, 40, 0.035);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.articleGrid .articleCard:has(.cardType-faq) {
  min-height: 0;
}

.faqCardIcon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border: 1px solid rgba(63, 143, 111, 0.12);
  border-radius: 12px;
  background: rgba(63, 143, 111, 0.08);
  color: #2f6f55;
}

.faqCardIcon svg {
  width: 21px;
  height: 21px;
  display: block;
}

.articleCard:hover,
.articleCard:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(63, 143, 111, 0.22);
  box-shadow: 0 18px 36px rgba(16, 24, 40, 0.08);
}

.articleCard > .cardVisual,
.cardVisual.articleImageVisual {
  width: calc(100% + 22px);
  height: 150px;
  margin: -11px -11px 20px;
  border-radius: 8px;
}

.articleCard h3 {
  font-size: 19px;
  line-height: 1.25;
  font-weight: 700;
}

.articleCard p {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.62;
}

.articleMeta {
  margin-top: 12px;
}

.articleCard .cardCategoryRow {
  padding-top: 18px;
}

.categoriesSection {
  padding-top: 34px;
}

.learnNewsletterInner {
  border-radius: 8px;
  border-color: rgba(16, 24, 40, 0.09);
}

@media (min-width: 941px) and (max-width: 1120px) {
  .learnHeroGrid {
    grid-template-columns: minmax(0, 1fr);
    gap: 26px;
  }

  .learnFrontPage {
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.8fr);
    align-items: stretch;
  }

  .learnToolGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .articleGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 940px) {
  .learnPage {
    padding: 24px 16px 40px;
  }

  .learnHero {
    padding: 18px 0 0;
  }

  .learnHeroGrid,
  .learnFrontPage,
  .learnToolGrid,
  .articleGrid {
    grid-template-columns: 1fr;
  }

  .learnHero h1 {
    max-width: 600px;
    font-size: 42px;
    line-height: 1.06;
  }

  .learnLeadStory img {
    height: 190px;
  }

  .learnToolCard,
  .articleCard {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .learnPage {
    padding: 18px 16px 34px;
  }

  .learnHero h1 {
    max-width: 340px;
    font-size: 32px;
    line-height: 1.08;
  }

  .heroSubtitle {
    max-width: 330px;
  }

  .learnSearch {
    min-height: 52px;
    margin-top: 18px;
  }

  .learnFilterBar {
    gap: 7px;
  }

  .learnFrontPage {
    gap: 12px;
    margin-top: 8px;
  }

  .learnLeadStory img {
    height: 164px;
  }

  .leadStoryBody {
    padding: 20px;
  }

  .leadStoryBody strong {
    font-size: 23px;
    line-height: 1.16;
  }

  .learnBriefingList a {
    grid-template-columns: 72px minmax(0, 1fr);
    padding: 14px;
  }

  .learnToolsSection {
    padding-top: 24px;
  }

  .learnGridGroupHeader {
    justify-content: flex-start;
    gap: 10px;
  }

  .learnGridGroupHeader span {
    min-height: 24px;
    padding: 0 8px;
    font-size: 11px;
  }

  .learnToolGrid {
    gap: 10px;
  }

  .learnToolCard {
    min-height: auto;
    padding: 14px;
  }

  .learnSection .sectionHeader {
    margin-bottom: 14px;
  }

  .articleCard,
  .articleCard > .cardVisual,
  .cardVisual.articleImageVisual {
    width: calc(100% + 12px);
    height: 128px;
    margin: -6px -6px 16px;
  }

  .articleCard h3 {
    font-size: 18px;
    line-height: 1.26;
  }
}
