.home-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.home-service-grid article{padding:34px;border-top:4px solid var(--blue);background:var(--cream)}.home-service-grid article span{color:var(--orange);font-weight:800}.home-service-grid article h3{margin:18px 0 14px;font-size:1.35rem}.home-service-grid article p{color:var(--muted);font-size:.94rem}.home-service-grid article a{color:var(--blue);font-size:.86rem;font-weight:800}.process-heading{max-width:850px}.process-heading>p{max-width:720px;color:var(--muted)}.home-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:45px;background:var(--line)}.home-steps article{padding:34px;background:#fff}.home-steps b{color:var(--orange);font-size:.82rem}.home-steps h3{margin-top:28px}.home-steps p{margin-bottom:0;color:var(--muted);font-size:.9rem}.home-content-grid{align-items:center}.home-content-grid>div>p{margin-bottom:22px}.home-content-grid .btn{margin-top:15px}.home-checklist{padding:38px;background:var(--navy)!important;color:#fff}.home-checklist ul{padding:0;margin:24px 0 0;list-style:none}.home-checklist li{padding:13px 0;border-top:1px solid rgba(255,255,255,.13);color:#c5d5dc}.home-checklist li:before{content:'✓';margin-right:12px;color:var(--sky);font-weight:800}.warning-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.warning-grid>div{padding:30px;border:1px solid var(--line)}.warning-grid strong{font:700 1.16rem Manrope,sans-serif}.warning-grid p{margin:10px 0 0;color:var(--muted)}.safety-banner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:25px;margin-top:30px;padding:26px 30px;background:var(--navy);color:#fff}.safety-banner strong{white-space:nowrap}.safety-banner p{margin:0;color:#c1d0d7;font-size:.88rem}.safety-banner a{color:var(--sky);font-weight:800;font-size:.82rem}.faq-home-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:90px}.faq-home-grid>div:first-child>p{color:var(--muted)}@media(max-width:900px){.home-service-grid{grid-template-columns:1fr 1fr}.home-steps{grid-template-columns:1fr 1fr}.safety-banner{grid-template-columns:1fr}.faq-home-grid{grid-template-columns:1fr;gap:45px}}@media(max-width:700px){.home-service-grid,.home-steps,.warning-grid{grid-template-columns:1fr}}
