.home-section{padding:var(--space-6) 0;border-top:1px solid var(--border)}.home-section-header{margin-bottom:var(--space-4);flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1.5rem;display:flex}.home-section-header .section-title{margin-bottom:0}.home-section-link{color:var(--text-muted);white-space:nowrap;transition:color .25s var(--ease);align-items:center;gap:6px;font-size:.85rem;font-weight:600;text-decoration:none;display:inline-flex}.home-section-link:hover{color:var(--accent)}.home-section-link svg{width:.75em;height:.75em}.home-services-list{flex-direction:column;display:flex}.home-service-row{align-items:baseline;gap:var(--space-3);padding:var(--space-3) 0;border-top:1px solid var(--border);grid-template-columns:48px 200px 1fr;display:grid}.home-services-list .home-service-row:last-child{border-bottom:1px solid var(--border)}.home-service-index{font-family:var(--font-display);color:var(--accent);font-size:.95rem;font-weight:700}.home-service-title{font-family:var(--font-display);margin:0;font-size:1.15rem;font-weight:700}.home-service-desc{color:var(--text-muted);font-size:.9rem;line-height:1.6}@media (max-width:700px){.home-service-row{grid-template-columns:32px 1fr;row-gap:.4rem}.home-service-desc{grid-column:2}}.home-articles{flex-direction:column;display:flex}.home-cta{padding:var(--space-7) 0;border-top:1px solid var(--border);text-align:center}.home-cta-inner{max-width:620px;margin:0 auto}.home-cta-inner .section-sub{margin-left:auto;margin-right:auto}
