.services-section .container{max-width:1100px;margin:0 auto}.section-title{font-size:2.6rem;text-align:center;margin-bottom:25px;color:#f00;font-weight:700}.section-intro{text-align:center;max-width:800px;margin:0 auto 60px;line-height:1.7;color:#333;font-size:1.1rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.service-card{background:#f9f9f9;padding:30px 25px;border-radius:16px;border-top:4px solid #f00;transition:transform .3s ease,box-shadow .3s ease;position:relative;box-shadow:0 8px 20px rgba(0,0,0,.12)}.service-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px rgba(0,0,0,.2)}.service-card.alt{background:#111;color:#fff;border-top:4px solid #f00;box-shadow:0 8px 20px rgba(0,0,0,.25)}.service-icon{font-size:2.5rem;margin-bottom:15px}.service-card h3{font-size:1.5rem;margin-bottom:15px;color:inherit}.service-card p{line-height:1.7;margin-bottom:15px;font-size:1rem}.service-list{margin:0 0 20px;padding-left:20px;list-style:none}.service-list li{margin-bottom:10px;position:relative;padding-left:25px}.service-list li::before{content:"✔";position:absolute;left:0;color:#f00;font-weight:700}