.home-page{padding:6.5rem 0 4rem}
.home-hero{padding:2rem 0 3.5rem;background:linear-gradient(180deg,#f3faf5 0%,#fff 72%)}
.home-eyebrow{margin-bottom:.75rem;font-size:.75rem;font-weight:600;letter-spacing:.24em;text-transform:uppercase;color:#006837}
.home-title{max-width:44rem;font-size:clamp(2rem,4.5vw,3.25rem);font-weight:700;line-height:1.12;color:#0f172a}
.home-lead{max-width:42rem;margin-top:1.25rem;font-size:1.05rem;line-height:1.8;color:#475569}
.home-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.75rem}
.home-button{display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;background:linear-gradient(135deg,#006837,#1b8a43 48%,#34a853);padding:.85rem 1.35rem;font-size:.95rem;font-weight:600;color:#fff;text-decoration:none}
.home-button--ghost{border:1px solid #cbd5e1;background:#fff;color:#006837}
.home-services{padding:3rem 0}
.home-section-title{margin-bottom:1.5rem;font-size:1.75rem;font-weight:700;color:#0f172a}
.home-service-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr))}
.home-service-card{display:block;border:1px solid #e2e8f0;border-radius:1.25rem;background:#fff;padding:1.25rem;text-decoration:none;transition:border-color .15s,box-shadow .15s}
.home-service-card:hover{border-color:#a5d6a7;box-shadow:0 10px 24px rgba(0,104,55,.08)}
.home-service-card h3{font-size:1rem;font-weight:700;color:#006837}
.home-service-card p{margin-top:.5rem;font-size:.9rem;line-height:1.65;color:#64748b}
.home-notice{padding:2.5rem 0 1rem}
.home-notice__title{margin-bottom:.75rem;font-size:1.125rem;font-weight:700;color:#0f172a}
.home-notice__copy{font-size:.95rem;line-height:1.75;color:#475569}
.legal-page .legal-sections{padding-bottom:3rem}
.legal-section{margin-top:1.75rem}
.legal-section h2{font-size:1.125rem;font-weight:700;color:#0f172a}
.legal-section p{margin-top:.5rem;font-size:.95rem;line-height:1.75;color:#475569}
.footer-disclaimer{margin-top:-2rem;padding:0 0 1.5rem;border-bottom:1px solid rgba(255,255,255,.12)}
.footer-disclaimer p{max-width:48rem;font-size:.8125rem;line-height:1.65;color:rgba(255,255,255,.72)}
