.services-page{max-width:1400px;margin:0 auto;padding:4rem 2rem}.services-header{text-align:center;margin-bottom:4rem}.services-header h1{color:#fa8b75;font-size:3rem;font-weight:700;margin-bottom:1rem}.services-subtitle{color:#555;font-size:1.2rem;max-width:600px;margin:0 auto;line-height:1.6}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:4rem}.service-card{background-color:#f5f8fa;border-radius:1rem;padding:2.5rem;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.service-card:hover{transform:translateY(-8px);box-shadow:0 10px 30px #fa8b7526}.service-icon{width:70px;height:70px;background:linear-gradient(135deg,#fa8b75,#ff6b6b);border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.service-icon svg{width:35px;height:35px;color:#fff}.service-card h3{color:#333;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.service-card>p{color:#555;line-height:1.7;margin-bottom:1.5rem;flex-grow:1}.service-features{list-style:none;padding:0;margin:0}.service-features li{color:#666;padding:.5rem 0 .5rem 1.5rem;position:relative;font-size:.95rem}.service-features li:before{content:"✓";position:absolute;left:0;color:#fa8b75;font-weight:700;font-size:1.1rem}.services-cta{background:linear-gradient(135deg,#fa8b75,#ff6b6b);border-radius:1rem;padding:3rem 2rem;text-align:center;color:#fff}.services-cta h2{font-size:2.2rem;font-weight:700;margin-bottom:1rem}.services-cta p{font-size:1.1rem;margin-bottom:2rem;opacity:.95}.cta-button{background-color:#fff;color:#fa8b75;border:none;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:.5rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.cta-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0003}.cta-button:active{transform:translateY(0)}@media(max-width:1200px){.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media(max-width:768px){.services-page{padding:3rem 1.5rem}.services-header h1{font-size:2.2rem}.services-subtitle{font-size:1rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{padding:2rem}.service-card h3{font-size:1.3rem}.services-cta h2{font-size:1.8rem}.services-cta p{font-size:1rem}.cta-button{padding:.9rem 2rem;font-size:1rem}}@media(max-width:480px){.services-page{padding:2rem 1rem}.services-header{margin-bottom:2.5rem}.services-header h1{font-size:1.8rem}.service-icon{width:60px;height:60px}.service-icon svg{width:30px;height:30px}.services-cta{padding:2rem 1.5rem}}
