*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{font-family:system-ui,-apple-system,sans-serif;line-height:1.5;color:#1a1a1a;background:#fff}body{min-height:100vh}a{color:inherit;text-decoration:none}button{cursor:pointer}.home-wrap{font-family:system-ui,sans-serif;min-height:100vh;background:#fff7f0}.home-nav{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 2.5rem;max-width:1100px;margin:0 auto}.home-hero{max-width:1100px;margin:0 auto;padding:4rem 2.5rem 5rem;display:flex;align-items:center;justify-content:space-between;gap:3rem}.home-copy{flex:1 1 360px;max-width:480px}.home-phone-col{flex:1 1 260px;display:flex;justify-content:center;align-items:center}.home-btns{display:flex;gap:.875rem;flex-wrap:wrap;margin-top:2.5rem}.home-features{max-width:1100px;margin:0 auto;padding:4rem 2.5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem}.home-footer-cta{text-align:center;padding:4rem 1.5rem}@media (max-width: 768px){.home-nav{padding:.875rem 1.25rem}.home-hero{flex-direction:column;padding:2rem 1.25rem 2.5rem;gap:1.75rem}.home-copy{max-width:100%}.home-phone-col{display:none}.home-btns{flex-direction:column;width:100%}.home-btns a{text-align:center}.home-features{padding:2.5rem 1.25rem;grid-template-columns:1fr}}
