:root {
  --growth-accent-soft: #e8f5f2;
  --growth-blue-soft: #edf4ff;
  --growth-warn-soft: #fff6e8;
}

html { scroll-behavior: smooth; }
body { background: #f7f8fb; }
.site-header { background: rgba(247, 248, 251, .97); }
.nav .nav-current { color: var(--accent-dark); font-weight: 900; }

.growth-breadcrumbs {
  max-width: 1120px;
  margin: 0 auto;
  padding: 18px clamp(18px, 4vw, 30px) 0;
  color: var(--muted);
  font-size: 13px;
}
.growth-breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; }
.growth-breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: 7px; color: #9aa5b3; }
.growth-breadcrumbs a { color: var(--accent-dark); }

.growth-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(36px, 6vw, 72px) clamp(18px, 4vw, 30px) clamp(34px, 5vw, 58px);
}
.growth-hero h1 { font-size: clamp(34px, 4.6vw, 54px); }
.growth-hero .lead { font-size: clamp(17px, 1.7vw, 20px); }
.growth-hero__aside { padding: 22px; border: 1px solid var(--line); border-radius: 10px; background: #fff; box-shadow: 0 18px 52px rgba(24, 33, 47, .10); }
.growth-hero__aside h2 { font-size: 20px; }
.growth-hero__aside ul { margin: 14px 0 0; padding-left: 1.25rem; }
.growth-hero__aside li + li { margin-top: 8px; }

.growth-main { max-width: 1120px; margin: 0 auto; }
.growth-section { padding: 50px clamp(18px, 4vw, 30px); }
.growth-section + .growth-section { border-top: 1px solid var(--line); }
.growth-section h2 { margin-bottom: 16px; }
.growth-section > p { max-width: 900px; color: var(--muted); }
.growth-section > p + p { margin-top: 12px; }
.growth-section h3 { margin-top: 22px; }
.growth-section ul, .growth-section ol { padding-left: 1.35rem; }
.growth-section li + li { margin-top: 7px; }

.growth-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 22px; }
.growth-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.growth-card { padding: 20px; border: 1px solid var(--line); border-radius: 9px; background: #fff; }
.growth-card h3 { margin-top: 0; }
.growth-card p { margin: 0; color: var(--muted); }
.growth-card p + p, .growth-card p + ul { margin-top: 9px; }

.growth-table-wrap { margin-top: 20px; overflow-x: auto; border: 1px solid var(--line); border-radius: 9px; background: #fff; }
.growth-table { width: 100%; min-width: 720px; border-collapse: collapse; }
.growth-table th, .growth-table td { padding: 13px 14px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.growth-table th { color: #26374a; background: #eef3f7; }
.growth-table tr:last-child td { border-bottom: 0; }
.growth-table td:first-child { font-weight: 800; }

.growth-note { margin-top: 22px; padding: 17px 18px; border-left: 4px solid var(--accent); background: var(--growth-accent-soft); }
.growth-note.warning { border-color: #c76a19; background: var(--growth-warn-soft); }
.growth-note p { margin: 0; }
.growth-note p + p { margin-top: 8px; }

.growth-checklist { counter-reset: growth-step; display: grid; gap: 12px; margin: 22px 0 0; padding: 0; list-style: none; }
.growth-checklist li { position: relative; min-height: 52px; padding: 14px 16px 14px 58px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.growth-checklist li::before { counter-increment: growth-step; content: counter(growth-step); position: absolute; left: 16px; top: 13px; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: #fff; background: var(--accent); font-weight: 900; }

.growth-source-list { font-size: 14px; }
.growth-source-list a { color: var(--accent-dark); }
.growth-source-list li { overflow-wrap: anywhere; }

.growth-faq details { margin-top: 10px; padding: 15px 17px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.growth-faq summary { cursor: pointer; font-weight: 850; }
.growth-faq details p { margin: 11px 0 0; color: var(--muted); }

.growth-cta { margin: 24px clamp(18px, 4vw, 30px) 58px; padding: clamp(28px, 4.8vw, 48px); border-radius: 10px; color: #fff; background: #0f5960; }
.growth-cta h2 { margin-bottom: 10px; }
.growth-cta p { max-width: 820px; margin: 0; color: #e4f0f1; }
.growth-cta .button.primary { color: var(--accent-dark); border-color: #fff; background: #fff; }
.growth-cta .button.secondary { color: #fff; border-color: rgba(255,255,255,.72); }

.growth-disclaimer { max-width: 1120px; margin: -30px auto 40px; padding: 0 clamp(18px, 4vw, 30px); color: var(--muted); font-size: 13px; }
.growth-footer { padding: 26px clamp(18px, 5vw, 66px); border-top: 1px solid var(--line); color: var(--muted); background: #fff; font-size: 13px; }
.growth-footer__inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px; max-width: 1120px; margin: 0 auto; }
.growth-footer a { color: var(--accent-dark); }

@media (max-width: 900px) {
  .growth-hero, .growth-grid, .growth-grid.two { grid-template-columns: 1fr; }
  .growth-hero { padding-top: 36px; }
}

@media (max-width: 620px) {
  .nav a:not(.nav-current):not(.nav-cta) { display: none; }
  .growth-section { padding-top: 38px; padding-bottom: 38px; }
  .growth-cta { margin-left: 0; margin-right: 0; border-radius: 0; }
}
