.hero{padding-top:calc(var(--nav-height) + var(--space-3xl));padding-bottom:var(--space-3xl);background:linear-gradient(145deg, #edf7e8 0%, var(--color-white) 60%);text-align:center}.hero-eyebrow{align-items:center;gap:var(--space-sm);color:var(--color-green-mid);border-radius:var(--radius-full);margin-bottom:var(--space-lg);background:#5bad301f;padding:.375rem 1rem;font-size:.85rem;font-weight:600;display:inline-flex}.hero h1{color:var(--color-navy);max-width:800px;margin-inline:auto}.hero h1 span{color:var(--color-green-mid)}.hero p{max-width:580px;margin-inline:auto;margin-top:var(--space-lg);color:var(--color-text-muted);font-size:1.125rem}.hero-actions{gap:var(--space-md);margin-top:var(--space-xl);flex-wrap:wrap;justify-content:center;display:flex}.hero-stats{justify-content:center;gap:var(--space-2xl);margin-top:var(--space-2xl);padding-top:var(--space-2xl);border-top:1px solid var(--color-border);flex-wrap:wrap;display:flex}.hero-stat{text-align:center}.hero-stat .number{color:var(--color-navy);font-size:2rem;font-weight:700;display:block}.hero-stat .label{color:var(--color-text-muted);font-size:.875rem}.who-we-are{background:#f0f9ea}.who-we-are .inner{gap:var(--space-3xl);grid-template-columns:1fr 1fr;align-items:center;display:grid}.who-we-are-text h2{color:var(--color-navy);margin-bottom:var(--space-lg)}.who-we-are-text p+p{margin-top:var(--space-md)}.who-we-are-text .btn{margin-top:var(--space-xl)}.who-we-are-visual{gap:var(--space-md);flex-direction:column;display:flex}.value-pill{align-items:center;gap:var(--space-md);background:var(--color-white);border-radius:var(--radius-md);padding:var(--space-md) var(--space-lg);box-shadow:var(--shadow-sm);display:flex}.value-pill-icon{border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.375rem;display:flex}.value-pill-icon.teal{background:#5bad301f}.value-pill-icon.green{background:#8eda5c33}.value-pill-icon.navy{background:#29285214}.value-pill strong{color:var(--color-navy);font-weight:600;display:block}.value-pill span{color:var(--color-text-muted);font-size:.875rem}.what-we-offer{background:var(--color-white)}.what-we-offer .section-header{text-align:center;margin-bottom:var(--space-2xl)}.what-we-offer .section-header h2{color:var(--color-navy);margin-top:var(--space-sm)}.offer-grid{gap:var(--space-lg);grid-template-columns:repeat(3,1fr);display:grid}.offer-card{background:var(--color-bg);border-radius:var(--radius-md);padding:var(--space-xl);border:1px solid var(--color-border);transition:box-shadow .2s,transform .2s}.offer-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.offer-icon{border-radius:var(--radius-sm);width:52px;height:52px;margin-bottom:var(--space-lg);justify-content:center;align-items:center;font-size:1.5rem;display:flex}.offer-icon.teal{background:#5bad301f}.offer-icon.green{background:#8eda5c33}.offer-icon.navy{background:#29285214}.offer-card h3{color:var(--color-navy);margin-bottom:var(--space-sm)}.cta-banner{background:var(--color-navy);text-align:center;padding-block:var(--space-3xl)}.cta-banner h2{color:var(--color-white);margin-bottom:var(--space-md)}.cta-banner p{color:#ffffffb3;max-width:500px;margin-inline:auto;margin-bottom:var(--space-xl)}.cta-banner .btn-primary{background:var(--color-teal)}@media (width<=1023px){.offer-grid{grid-template-columns:repeat(2,1fr)}.who-we-are .inner{gap:var(--space-2xl);grid-template-columns:1fr}}@media (width<=600px){.offer-grid{grid-template-columns:1fr}.hero-stats{gap:var(--space-xl)}}
