/* Shared navigation and accessibility; no font or script dependencies. */
:root { --gray-light: #64646b; }
html { scroll-padding-top: 96px; }
:where(h1, h2, h3, [id]) { scroll-margin-top: 96px; }
:where(a, button, summary):focus-visible { outline: 3px solid #876900; outline-offset: 5px; }
:where(a, button, summary) { touch-action: manipulation; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 200; padding: 12px 20px; background: #1d1d1f; color: white; border-radius: 8px; }
.skip-link:focus { top: 8px; }
.nav { height: auto; min-height: 60px; flex-wrap: wrap; gap: 8px 16px; padding-block: 8px; }
.nav-right { gap: 12px; flex-wrap: wrap; }
.nav-lang, .nav-cta { display: inline-flex; align-items: center; min-height: 44px; }
.hero.hero--growth { text-align: left; padding: clamp(32px, 6vw, 80px) 0 48px; }
.hero--growth .hero-layout { display: grid; grid-template-columns: 1.45fr 1fr; align-items: center; gap: clamp(28px, 6vw, 80px); }
.hero--growth .hero-icon { width: 64px; margin: 0 0 24px; }
.hero--growth .eyebrow { font-size: 14px; font-weight: 700; margin-bottom: 14px; }
.hero--growth h1 { font-size: clamp(34px, 4.5vw, 58px); line-height: 1.25; text-wrap: balance; }
.hero--growth h1 span { box-shadow: inset 0 -.24em #f2c740; }
.hero--growth .tagline { font-size: clamp(16px, 1.8vw, 20px); font-weight: 500; line-height: 1.9; margin-top: 24px; }
.hero--growth .hero-shot { width: min(272px, 100%); margin: 0 auto; }
.hero--growth .hero-cta { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 28px; }
.text-link { color: #1d1d1f; text-underline-offset: 5px; font-size: 14px; font-weight: 600; }
.hero--growth .hero-note { font-size: 13px; color: #64646b; }
.hero-uses { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.hero-uses a { padding: 8px 14px; border: 1px solid #d2d2d7; border-radius: 8px; color: #1d1d1f; font-size: 13px; text-decoration: none; }
.hero-uses a:hover { background: #f5f5f7; border-color: #1d1d1f; }
.value-strip { background: #f5f5f7; padding: 28px 0; }
.value-strip ul { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px 24px; list-style: none; font-size: 14px; }
.value-strip strong { margin-right: 8px; }
.guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 36px; }
.guide-card { padding: 26px; border: 1px solid #d2d2d7; border-radius: 18px; color: #1d1d1f; text-decoration: none; }
.guide-card:hover { border-color: #1d1d1f; background: #f5f5f7; }
.guide-card h3 { font-size: 20px; line-height: 1.5; }
.guide-card p { margin-top: 12px; font-size: 14px; color: #64646b; }
.guide-card .read-guide { display: block; margin-top: 24px; font-size: 13px; text-decoration: underline; text-underline-offset: 4px; }
.pricing-copy { max-width: 650px; margin: 24px auto; font-size: 16px; line-height: 1.9; }
.article-toc, .related-guides { margin-top: 32px; padding: 24px; background: #f5f5f7; border-radius: 18px; }
.article-toc a, .related-guides a { text-underline-offset: 4px; }
@media (max-width: 760px) {
  .hero--growth .hero-layout { grid-template-columns: 1fr; }
  .hero--growth .hero-shot { width: min(232px, 65vw); margin-top: 16px; }
  .hero--growth .hero-icon { width: 52px; margin-bottom: 18px; }
  .guide-grid { grid-template-columns: 1fr; }
  .value-strip ul { flex-direction: column; }
}
@media (max-width: 380px) {
  .hero--growth .tagline br { display: none; }
  .nav { padding-inline: 16px; gap: 2px; }
  .nav-right { gap: 8px; }
  .nav .brand { font-size: 12px; gap: 5px; }
  .nav-cta { padding-inline: 12px; font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
