:root {
  --people-ink: #102a43;
  --people-muted: #526779;
  --people-green: #087f5b;
  --people-soft: #f3f8f7;
  --people-warm: #fffaf3;
  --people-line: #dbe7e5;
  --people-radius: 22px;
  --people-shadow: 0 16px 40px rgba(16, 42, 67, .09);
}

.stage45-section { padding: clamp(3.5rem, 7vw, 6.5rem) 0; }
.stage45-section--soft { background: linear-gradient(180deg, #f8fbfb 0%, var(--people-soft) 100%); }
.stage45-section--warm { background: var(--people-warm); }
.stage45-heading { max-width: 760px; margin: 0 0 2rem; }
.stage45-heading.center { margin-inline: auto; text-align: center; }
.stage45-heading h2 { color: var(--people-ink); font-size: clamp(1.85rem, 3.3vw, 3rem); line-height: 1.12; margin: .55rem 0 .8rem; text-wrap: balance; }
.stage45-heading p { color: var(--people-muted); font-size: clamp(1rem, 1.3vw, 1.125rem); line-height: 1.7; max-width: 68ch; }
.stage45-kicker { color: var(--people-green); font-size: .78rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.stage45-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.stage45-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.stage45-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.stage45-card { min-width: 0; padding: clamp(1.25rem, 2vw, 1.75rem); border: 1px solid var(--people-line); border-radius: var(--people-radius); background: #fff; box-shadow: var(--people-shadow); }
.stage45-card h3 { color: var(--people-ink); font-size: 1.18rem; line-height: 1.3; margin: 0 0 .65rem; }
.stage45-card p { color: var(--people-muted); line-height: 1.65; margin: 0; }
.stage45-card a { display: inline-flex; align-items: center; min-height: 44px; margin-top: .75rem; color: var(--people-green); font-weight: 750; text-underline-offset: .2em; }
.stage45-card a:focus-visible, .stage45-links a:focus-visible { outline: 3px solid #79d9bd; outline-offset: 4px; border-radius: 8px; }
.stage45-number { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 1rem; border-radius: 13px; background: #e7f6f1; color: var(--people-green); font-weight: 850; }
.stage45-note { margin-top: 1.25rem; padding: 1.15rem 1.3rem; border-left: 4px solid var(--people-green); border-radius: 0 14px 14px 0; background: #eef8f5; color: #294b45; line-height: 1.65; }
.stage45-compare { width: 100%; overflow-x: auto; border: 1px solid var(--people-line); border-radius: var(--people-radius); background: #fff; box-shadow: var(--people-shadow); }
.stage45-compare table { width: 100%; min-width: 640px; border-collapse: collapse; }
.stage45-compare th, .stage45-compare td { padding: 1rem 1.1rem; border-bottom: 1px solid var(--people-line); text-align: left; vertical-align: top; line-height: 1.55; }
.stage45-compare th { color: var(--people-ink); background: #edf7f4; font-size: .95rem; }
.stage45-compare td { color: var(--people-muted); }
.stage45-compare tr:last-child td { border-bottom: 0; }
.stage45-links { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.5rem; }
.stage45-links a { box-sizing: border-box; display: inline-flex; align-items: center; justify-content: center; max-width: 100%; min-height: 46px; padding: .7rem 1rem; border: 1px solid #b9d7cf; border-radius: 999px; background: #fff; color: var(--people-ink); font-weight: 750; text-decoration: none; }
.stage45-links a:hover { border-color: var(--people-green); color: var(--people-green); }
.stage45-faq { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem; }
.stage45-faq details { min-width: 0; border: 1px solid var(--people-line); border-radius: 16px; background: #fff; padding: 0 1rem; }
.stage45-faq summary { display: flex; align-items: center; min-height: 56px; color: var(--people-ink); font-weight: 750; cursor: pointer; }
.stage45-faq p { color: var(--people-muted); line-height: 1.65; margin: 0 0 1rem; }
.stage45-faq summary:focus-visible { outline: 3px solid #79d9bd; outline-offset: 3px; border-radius: 8px; }

@media (max-width: 900px) {
  .stage45-grid, .stage45-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .stage45-section { padding: 3.25rem 0; }
  .stage45-grid, .stage45-grid--2, .stage45-grid--4, .stage45-faq { grid-template-columns: 1fr; }
  .stage45-card { border-radius: 18px; }
  .stage45-links { flex-direction: column; }
  .stage45-links a { width: 100%; }
}
