.growth-meta { color: #a5afb9; font-size: 13px; line-height: 1.6; }
.growth-body h1 { font-size: 40px; line-height: 1.25; }
.growth-body h2 { font-size: 24px; line-height: 1.4; margin: 0 0 18px; }
.growth-body h3 { font-size: 18px; line-height: 1.5; }
.growth-section { padding: 30px 0; border-top: 1px solid var(--line, #1a1f26); }
.growth-section p, .growth-section li, .growth-section dd { line-height: 1.85; color: var(--muted, #c6c6cb); }
.growth-section ul, .growth-section ol { padding-left: 22px; }
.growth-list { list-style: none; padding: 0 !important; margin: 0; }
.growth-list li { border-bottom: 1px solid var(--line, #1a1f26); padding: 20px 0; }
.growth-list a { color: var(--text, #dee2ec); font-weight: 600; }
.growth-list a:hover, .growth-body a:hover { color: #39ff14; }
.growth-list p { margin: 8px 0 0; font-size: 15px; }
.growth-case-logo { width: 100px; height: 50px; object-fit: contain; object-position: left center; margin-bottom: 20px; }
.growth-table { width: 100%; border-collapse: collapse; table-layout: fixed; font-size: 15px; }
.growth-table th, .growth-table td { padding: 14px 10px; text-align: left; border-bottom: 1px solid var(--line, #1a1f26); vertical-align: top; overflow-wrap: anywhere; }
.growth-table th { color: #39ff14; }
.growth-cta { display: flex; flex-wrap: wrap; gap: 18px; padding-top: 20px; }
.growth-cta a { color: #39ff14; border-bottom: 1px solid currentColor; padding-bottom: 4px; }
.growth-form { border: 1px solid var(--line, #1a1f26); padding: 24px; background: var(--panel, #090f15); }
.growth-inputs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.growth-inputs label { display: grid; gap: 8px; font-size: 14px; color: var(--muted, #c6c6cb); }
.growth-inputs input { width: 100%; min-width: 0; min-height: 44px; padding: 10px; color: #dee2ec; background: #0f141a; border: 1px solid #38414b; font: inherit; }
.growth-inputs input:focus-visible { outline: 2px solid #39ff14; outline-offset: 2px; }
.growth-results { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin: 24px 0 0; }
.growth-results div { border-top: 1px solid #38414b; padding-top: 16px; }
.growth-results dt { font-size: 13px; color: #a5afb9; }
.growth-results dd { margin: 6px 0 0; font-size: 22px; font-weight: 600; overflow-wrap: anywhere; }
.growth-note { font-size: 13px; line-height: 1.7; color: #a5afb9; }
.growth-summary { padding: 20px 0; border-top: 1px solid #39ff14; border-bottom: 1px solid var(--line, #1a1f26); }
.growth-footer { display: flex; flex-wrap: wrap; gap: 18px; }
.growth-toc { display: flex; flex-wrap: wrap; gap: 12px 20px; padding: 0 0 28px; font-size: 14px; }
.growth-toc a { color: #a5afb9; text-decoration: underline; text-underline-offset: 4px; }
.growth-section[id] { scroll-margin-top: 84px; }
.growth-faq { padding: 18px 0; border-bottom: 1px solid #1a1f26; }
.growth-faq h3 { margin: 0 0 8px; }
.growth-faq p { margin: 0; }
.growth-body a:focus-visible { outline: 2px solid #39ff14; outline-offset: 4px; }
@media (max-width: 767px) {
  .growth-body h1 { font-size: 30px; }
  .growth-body h2 { font-size: 22px; }
  .growth-inputs, .growth-results { grid-template-columns: 1fr; }
  .growth-form { padding: 18px; }
  .growth-table { font-size: 13px; }
}
