.services-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin-bottom:3rem}.service-card{background:#fff;border:1px solid #dce6f5;border-radius:16px;padding:2rem 1.75rem;text-align:center;transition:box-shadow .25s,transform .25s}.service-card,.service-card:hover{box-shadow:0 4px 12px rgba(13,50,120,.12)}.service-card:hover{transform:translateY(-4px)}.service-card__icon{align-items:center;background:linear-gradient(135deg,#eef2fb,#dce8ff);border-radius:8px;display:flex;height:52px;justify-content:center;margin:0 auto 1rem;width:52px}.service-card__icon svg{fill:#1a73e8;height:26px;width:26px}.service-card h3{color:#1a2a45;font-size:.95rem;font-weight:700;margin-bottom:.5rem}.service-card p{color:#4a5e7a;font-size:.875rem;line-height:1.6;margin:0}.services-cta{text-align:center}.services-cta p{color:#4a5e7a;font-size:1rem;line-height:1.7;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:520px}.btn-primary svg{fill:currentColor}.services-list{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin:2rem 0}.service-tag{align-items:center;background:#f0f5ff;border:1px solid #c8dcf5;border-radius:100px;color:#0e4587;display:inline-flex;font-size:.875rem;font-weight:600;gap:.4rem;padding:.5rem 1rem}.service-tag svg{fill:none;height:14px;stroke:#3a7bd6;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.5;width:14px}@media (max-width:767px){.services-grid{grid-template-columns:1fr}}