.services-page{min-height:100vh;background-color:#f8f9fa}.services-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:white;padding:80px 0;text-align:center}.services-hero-content{max-width:800px;margin:0 auto}.services-title{font-size:3rem;font-weight:700;margin-bottom:1rem}.services-subtitle{font-size:1.25rem;opacity:.9}.services-grid-section{padding:80px 0}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:#333}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-top:2rem}.service-card{background:white;border-radius:12px;padding:2rem;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 12px rgba(0,0,0,.15)}.service-icon{width:60px;height:60px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.service-icon i{font-size:1.5rem;color:white}.service-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#333}.service-description{color:#666;line-height:1.6}.services-cta{background:linear-gradient(135deg,#667eea,#764ba2);color:white;padding:80px 0;text-align:center}.cta-content{max-width:600px;margin:0 auto}.cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.cta-content p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.btn-primary{background-color:white;color:#667eea;border:none;padding:12px 32px;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.btn-primary:hover{background-color:#f0f0f0;transform:scale(1.05)}@media (max-width:768px){.services-title{font-size:2rem}.services-subtitle{font-size:1rem}.section-title{font-size:2rem}.services-grid{grid-template-columns:1fr}.cta-content h2{font-size:2rem}.cta-content p{font-size:1rem}}