/* A0019280: simpler homepage hierarchy while retaining visible service, local and safety content. */
.home-phase4-paths{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:22px 0 4px}
.home-phase4-path{display:flex;min-height:76px;flex-direction:column;justify-content:center;gap:3px;padding:12px 14px;border:1px solid rgba(255,255,255,.5);border-radius:14px;background:rgba(255,255,255,.92);color:#0b2845;text-decoration:none;box-shadow:0 8px 22px rgba(0,0,0,.1)}
.home-phase4-path strong{font-size:1rem}.home-phase4-path span{font-size:.82rem;line-height:1.3;color:#476072}
.home-phase4-path--primary{border-color:#75c9aa;background:#effbf5}.home-phase4-path--safety{border-color:#f0c16d;background:#fff9e9}
.home-phase4-path:focus-visible{outline:3px solid #76b7ff;outline-offset:3px}
.home-core-actions .home-core-price-link{display:inline-flex;align-items:center;justify-content:center;min-height:48px}
/* These older demonstrations duplicate the primary guide. Their service topics remain in the visible service, safety and business sections below. */
.home-business-demo-stage,.home-ai-proof,.home-router,#urgent-help{display:none!important}
@media(max-width:760px){.home-phase4-paths{grid-template-columns:1fr}.home-phase4-path{min-height:64px}}
@media(prefers-reduced-motion:reduce){.home-phase4-path{scroll-behavior:auto;transition:none!important}}
