:root {
  --ink: #15231d;
  --muted: #607069;
  --paper: #fbfcf8;
  --line: #dbe4dd;
  --green: #0e6b46;
  --green-dark: #08472f;
  --gold: #d9a63e;
}

body { background: var(--paper); color: var(--ink); }
.article-shell, .insights-grid, .insights-hero { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.insights-hero { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 48px; align-items: end; padding: 92px 0 58px; border-bottom: 1px solid var(--line); }
.insights-hero h1 { max-width: 900px; margin: 10px 0 18px; font-size: clamp(2.25rem, 5.5vw, 4.9rem); line-height: 1; letter-spacing: -.05em; }
.insights-hero > div > p:last-child { max-width: 760px; margin: 0; color: var(--muted); font-size: 1.08rem; line-height: 1.75; }
.language-panel { display: block; padding: 24px; color: #fff; text-decoration: none; background: var(--green-dark); border-radius: 3px; }
.language-panel small, .language-panel strong { display: block; }
.language-panel small { margin-bottom: 12px; color: #b8d7c9; text-transform: uppercase; letter-spacing: .12em; }
.language-panel strong { font-size: 1.25rem; line-height: 1.35; }
.insights-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; padding: 60px 0 100px; background: var(--line); }
.insight-card, .empty-insights { min-height: 320px; padding: 38px; background: #fff; }
.insight-card h2 { margin: 28px 0 16px; font-size: clamp(1.45rem, 2.8vw, 2rem); line-height: 1.18; }
.insight-card h2 a { color: var(--ink); text-decoration: none; }
.insight-card h2 a:hover { color: var(--green); }
.insight-card > p:not(.card-meta) { color: var(--muted); line-height: 1.72; }
.card-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 0; color: var(--green); font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.article-shell { padding: 34px 0 100px; }
.breadcrumbs { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0 34px; }
.breadcrumbs a { color: var(--green); font-weight: 700; text-decoration: none; }
.article-page { overflow: hidden; background: #fff; border: 1px solid var(--line); box-shadow: 0 24px 70px rgba(20, 48, 35, .07); }
.article-header { padding: clamp(42px, 8vw, 92px) clamp(24px, 8vw, 104px) 58px; color: #fff; background: linear-gradient(120deg, var(--green-dark), #0d7550); }
.article-header h1 { max-width: 960px; margin: 12px 0 24px; font-size: clamp(2.15rem, 4.8vw, 4.5rem); line-height: 1.04; letter-spacing: -.04em; }
.article-excerpt { max-width: 840px; margin: 0; color: #d9eee4; font-size: 1.13rem; line-height: 1.75; }
.article-meta { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 34px; color: #b8d7c9; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.article-content { width: min(820px, calc(100% - 48px)); margin: 0 auto; padding: 70px 0; }
.article-section { margin-bottom: 54px; }
.article-section h2, .article-faq h2 { margin: 0 0 22px; font-size: clamp(1.6rem, 3vw, 2.35rem); line-height: 1.17; letter-spacing: -.025em; }
.article-section p, .article-faq p { color: #34463e; font-size: 1.04rem; line-height: 1.82; }
.article-checklist { display: grid; gap: 11px; margin: 26px 0; padding: 0; list-style: none; }
.article-checklist li { position: relative; padding: 15px 18px 15px 48px; background: #f1f6f2; border-left: 3px solid var(--green); line-height: 1.6; }
.article-checklist li::before { content: '✓'; position: absolute; left: 18px; color: var(--green); font-weight: 900; }
.fact-note { margin: 58px 0; padding: 24px 28px; color: #5a461b; background: #fff7df; border-left: 4px solid var(--gold); line-height: 1.7; }
.article-faq { padding-top: 18px; }
.article-faq details { padding: 22px 0; border-top: 1px solid var(--line); }
.article-faq details:last-child { border-bottom: 1px solid var(--line); }
.article-faq summary { cursor: pointer; font-size: 1.1rem; font-weight: 800; line-height: 1.5; }
.article-faq details p { margin-bottom: 0; }
.article-cta { display: flex; justify-content: space-between; align-items: center; gap: 36px; padding: 42px clamp(24px, 7vw, 80px); background: #edf4ef; }
.article-cta strong { font-size: 1.45rem; }
.article-cta p { max-width: 620px; margin: 7px 0 0; color: var(--muted); }
.article-cta > div:last-child { display: flex; flex-wrap: wrap; gap: 12px; flex: 0 0 auto; }

@media (max-width: 860px) {
  .insights-hero { grid-template-columns: 1fr; gap: 28px; padding-top: 60px; }
  .insights-grid { grid-template-columns: 1fr; }
  .article-cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 560px) {
  .article-shell, .insights-grid, .insights-hero { width: min(100% - 24px, 1180px); }
  .article-header { padding-inline: 22px; }
  .article-content { width: calc(100% - 36px); padding: 48px 0; }
  .insight-card, .empty-insights { min-height: 0; padding: 26px; }
  .breadcrumbs { align-items: flex-start; flex-direction: column; }
  .article-cta > div:last-child { width: 100%; }
  .article-cta a { width: 100%; text-align: center; }
}

