/* Scoped additions: existing typography, navigation and palette are preserved. */
.growth-guide .growth-hero { grid-template-columns: minmax(0, 1fr) 290px; align-items: start; }
.growth-guide .growth-hero h1 { font-size: clamp(30px, 3.8vw, 48px); line-height: 1.12; }
.growth-guide .growth-hero .lead { font-size: 18px; line-height: 1.6; }
.growth-guide .growth-hero .actions { align-items: flex-start; flex-direction: column; gap: 14px; }
.growth-guide .growth-cta {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; max-width: 100%; padding: 13px 20px;
  color: #fff; background: #087b46; font-size: 16px; font-weight: 800;
  text-align: center; line-height: 1.35; white-space: normal; text-wrap: balance;
  box-shadow: none;
}
.growth-guide .growth-cta:hover { background: #066239; }
.growth-guide a:focus-visible, .growth-guide summary:focus-visible { outline: 3px solid #087b46; outline-offset: 4px; }
.growth-text-link { color: #075c35; font-weight: 700; text-underline-offset: 4px; min-height: 28px; }
.growth-guide .growth-summary { padding: 26px; text-align: left; box-shadow: none; }
.growth-summary img { border-radius: 16px; margin-bottom: 20px; }
.growth-summary ol { margin: 8px 0 24px; padding-left: 22px; }
.growth-summary li { padding: 8px 0 8px 4px; font-size: 19px; font-weight: 750; line-height: 1.4; }
.growth-summary li::marker { color: #087b46; font-weight: 850; }
.growth-guide .section > p, .growth-guide .checklist, .growth-guide .faq { max-width: 850px; }
.growth-guide .section > p { line-height: 1.75; }
.growth-guide article a:not(.button), .growth-guide .comparison-table a { text-underline-offset: 3px; }
.growth-guide .section { scroll-margin-top: 20px; }
.growth-guide .section h2 { font-size: clamp(25px, 3vw, 36px); line-height: 1.2; }
.growth-options { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 24px 0; }
.growth-options a { padding: 22px; border: 1px solid #b6ddc7; background: #f1faf5; border-radius: 16px; text-decoration: none; }
.growth-options strong { display: block; font-size: 21px; margin-bottom: 10px; }
.growth-options span { line-height: 1.6; color: #36574a; }
.growth-next { margin: 28px 0; padding: 24px; max-width: 850px; border-left: 4px solid #087b46; background: #edf9f2; border-radius: 0 16px 16px 0; }
.growth-next p { max-width: 660px; margin: 14px 0 0; font-size: 15px; line-height: 1.6; color: #36574a; }
.growth-guide .growth-final { text-align: left; background: #e3f6eb; color: #0f1f1a; }
.growth-final > p:not(.eyebrow) { max-width: 700px; color: #36574a; }
.growth-final .actions { justify-content: flex-start; }
.growth-guide .faq details { border-bottom: 1px solid var(--line); padding: 18px 0; }
.growth-guide .faq summary { cursor: pointer; font-weight: 750; line-height: 1.5; min-height: 28px; }
.growth-guide .faq details p { margin-bottom: 0; line-height: 1.65; }
.growth-guide .site-footer { padding-bottom: env(safe-area-inset-bottom); }
.growth-draft { margin: 20px 0; padding: 18px; background: #fff3ca; border: 1px solid #d2b34d; line-height: 1.6; border-radius: 14px; }
.growth-skip { position: absolute; top: -150px; left: 16px; padding: 12px; background: white; z-index: 10; }
.growth-skip:focus { top: 8px; }
@media (max-width: 860px) {
  .growth-guide main { width: min(100% - 24px, 700px); padding-top: 12px; }
  .growth-guide .site-header nav { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; }
  .growth-guide .site-header nav a { display: flex; align-items: center; justify-content: center; min-height: 44px; padding: 7px 4px; font-size: 12px; line-height: 1.3; text-align: center; }
  .growth-guide .growth-hero { display: block; margin-top: 18px; padding-top: 0; }
  .growth-guide .growth-summary { display: none; }
  .growth-guide .growth-hero .hero__copy { padding: 22px; }
  .growth-guide .growth-hero h1 { font-size: 32px; }
  .growth-guide .growth-hero .lead { font-size: 17px; line-height: 1.5; margin-bottom: 12px; }
  .growth-guide .growth-cta { width: 100%; }
  .growth-guide .growth-hero .actions { margin-top: 18px; }
  .growth-guide .journey-note { font-size: 14px; line-height: 1.5; }
  .growth-guide .section { padding: 24px 20px; }
  .growth-options { grid-template-columns: 1fr; }
  .growth-next { padding: 18px; }
  .growth-guide .table-wrap { overflow-x: auto; }
  .growth-guide .comparison-table { min-width: 0; width: 100%; }
  .growth-guide .comparison-table td, .growth-guide .comparison-table th { padding: 12px 8px; overflow-wrap: anywhere; }
  .growth-guide .comparison-table td:first-child { width: 37%; }
  .growth-guide .growth-final { padding: 28px 22px; }
  .growth-guide .article-meta { gap: 10px; }
}
@media (max-width: 360px) {
  .growth-guide .growth-hero h1 { font-size: 28px; }
  .growth-guide .growth-hero .hero__copy { padding: 18px; }
  .growth-guide .site-header .brand span { font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) { .growth-guide * { scroll-behavior: auto; transition: none; } }
