.hero{background:var(--evo-blue);background-size:cover;background-position:center;color:var(--white);overflow:hidden;min-height:500px;display:flex;align-items:stretch}.hero__overlay{width:100%;display:flex;align-items:center;justify-content:center;background:#282a648c;padding:var(--space-2xl) var(--space-sm)}.hero__content{max-width:700px;text-align:center}.hero__content h1{color:var(--white);margin-bottom:var(--space-md)}.hero__content p{font-size:var(--text-lg);opacity:.9;margin-bottom:var(--space-md)}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-md)}.services-grid .card{padding:var(--space-lg);overflow:hidden}.card__img{width:100%;height:200px;object-fit:cover;border-radius:var(--border-radius);margin-bottom:var(--space-sm)}.services-grid .card h3{color:var(--evo-blue);margin-bottom:var(--space-sm)}.services-grid .card p{margin-bottom:var(--space-sm)}.why-section{text-align:center;padding-bottom:var(--space-lg)}.why-section h2{margin-bottom:var(--space-sm)}.why-section>p{max-width:700px;margin:0 auto var(--space-lg)}@media(max-width:850px){.services-grid{grid-template-columns:1fr}}@media(max-width:752px){.hero{min-height:400px}}
