/* Homepage-only tuning; shared service and editorial styles stay intact. */
.home-business .brand { width: auto; gap: 10px; padding-inline: 12px; }
.home-business .brand svg { width: 28px; flex: 0 0 28px; }
.home-business .brand-name { font-weight: 700; white-space: nowrap; font-size: 17px; }
.home-business .hero-conversion { grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr); gap: 48px; min-height: 0; padding-block: 62px 42px; align-items: center; }
.home-business .hero-copy { min-width: 0; }
.home-business .hero h1 { font-size: clamp(36px, 4vw, 54px); line-height: 1.12; letter-spacing: -.035em; max-width: 100%; text-wrap: balance; }
.home-business .hero-subtitle { font-size: 18px; line-height: 1.65; max-width: 50ch; margin-top: 22px; }
.home-business .hero-actions { gap: 18px; margin-top: 26px; flex-wrap: wrap; }
.home-business .btn { min-height: 44px; white-space: normal; }
.home-business .hero-proof-pills { gap: 8px; margin-top: 22px; }
.home-business .hero-proof-pills span { font-size: 12px; padding: 6px 10px; }
.home-business .hero [data-animate] { opacity: 1; transform: none; }
.business-example { margin: 0; padding: 30px; min-width: 0; border: 1px solid var(--border-strong); border-radius: 22px; background: linear-gradient(145deg, var(--accent-soft), transparent 55%), var(--surface-1); box-shadow: var(--premium-shadow); }
.business-example h2 { margin: 12px 0 24px; font-size: 25px; line-height: 1.3; letter-spacing: -.025em; text-wrap: balance; }
.business-flow { list-style: none; margin: 0; padding: 0; display: grid; gap: 22px; }
.business-flow li { display: grid; grid-template-columns: 42px minmax(0,1fr); gap: 14px; align-items: start; }
.business-flow .card-icon { width: 42px; height: 42px; margin: 0; border-radius: 12px; }
.business-flow strong { font-size: 16px; }
.business-flow p { margin: 5px 0 0; font-size: 14px; line-height: 1.55; color: var(--muted); }
.business-example-note { display: flex; gap: 9px; align-items: center; margin: 24px 0 0; padding-top: 18px; border-top: 1px solid var(--border-strong); color: var(--muted); font-size: 13px; }
.business-example-note svg { width: 18px; flex-shrink: 0; }
.home-business .trust-strip { padding-block: 24px; }
.home-business .trust-strip-item strong { font-size: 15px; }
.home-business .trust-strip-item span { font-size: 13px; color: var(--muted); }
.home-business .section { padding-block: clamp(38px, 5vw, 64px); }
.home-business .section-title { font-size: clamp(28px, 3.2vw, 40px); line-height: 1.2; max-width: 24ch; text-wrap: balance; }
.home-business .section-copy { max-width: 65ch; font-size: 17px; }
.home-business .services-grid { gap: 20px; }
.home-business .svc-card { padding: 26px; border-radius: 16px; }
.home-business .svc-card h3 { font-size: 23px; line-height: 1.3; }
.home-business .svc-card p { line-height: 1.65; }
.home-business .svc-result { padding-top: 16px; margin-top: 16px; }
.home-business .card-more { margin-top: auto; padding-top: 18px; }
.home-business .case-card { border-radius: 16px; }
.home-business .case-card h3 { font-size: 24px; line-height: 1.3; }
.home-business .case-card p { line-height: 1.65; }
.home-business .contact-form { border-radius: 18px; }
.home-business .contact-form .form-note { color: var(--muted); min-height: 2.5em; }
.home-business .contact-form textarea { min-height: 120px; }
.home-business .diagnostic-panel .btn { max-width: 100%; }
.home-business a:focus-visible, .home-business button:focus-visible, .home-business summary:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
@media (max-width: 1000px) {
  .home-business .hero-conversion { gap: 28px; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .home-business .nav-links { gap: 14px; }
  .home-business .nav-actions .btn-outline { display: none; }
  .business-example { padding: 24px; }
}
@media (max-width: 760px) {
  .home-business .hero-conversion { grid-template-columns: minmax(0, 1fr); padding-block: 36px 30px; gap: 28px; }
  .home-business .hero h1 { font-size: clamp(34px, 7.8vw, 48px); max-width: 18ch; }
  .home-business .hero-subtitle { font-size: 17px; }
  .home-business .hero-proof-pills { display: flex; flex-wrap: wrap; }
  .home-business .hero-proof-pills span { max-width: 100%; width: auto; flex: 0 1 auto; }
  .home-business .trust-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
  .home-business .svc-card { padding: 22px; }
  .home-business .brand-name { font-size: 16px; }
  .home-business .section-title { max-width: 100%; }
  .business-example h2 { font-size: 23px; }
}
@media (prefers-reduced-motion: reduce) {
  .home-business *, .home-business *::before, .home-business *::after { animation: none !important; transition: none !important; }
}
