@charset "UTF-8";.services-hero{background:linear-gradient(135deg,var(--da-primary-dark) 0,var(--da-primary) 100%);color:#fff;padding:80px 0 60px}.services-hero h1{color:#fff;font-size:2.5rem;margin-bottom:1rem}.services-hero p{color:rgba(255,255,255,.85);max-width:720px;margin:0 auto;font-size:1.125rem}.service-card{background:#fff;border-radius:12px;padding:32px;box-shadow:var(--da-shadow);height:100%;transition:var(--da-transition);border-top:3px solid var(--da-primary)}.service-card:hover{box-shadow:var(--da-shadow-hover);transform:translateY(-4px)}.service-icon{width:56px;height:56px;background:var(--da-primary);border-radius:12px;margin-bottom:20px;background-size:28px;background-repeat:no-repeat;background-position:center}.icon-engineering{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 3v2m6-2v2M9 19v2m6-2v2M5 9H3m2 6H3m18-6h-2m2 6h-2M7 19h10a2 2 0 002-2V7a2 2 0 00-2-2H7a2 2 0 00-2 2v10a2 2 0 002 2zM9 9h6v6H9V9z'/%3E%3C/svg%3E")}.icon-commissioning{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z'/%3E%3C/svg%3E")}.icon-support{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M18.364 5.636l-3.536 3.536m0 5.656l3.536 3.536M9.172 9.172L5.636 5.636m3.536 9.192l-3.536 3.536M21 12a9 9 0 11-18 0 9 9 0 0118 0zm-5 0a4 4 0 11-8 0 4 4 0 018 0z'/%3E%3C/svg%3E")}.icon-training{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white' stroke-width='2'%3E%3Cpath d='M12 14l9-5-9-5-9 5 9 5z'/%3E%3Cpath d='M12 14l6.16-3.422a12.083 12.083 0 01.665 6.479A11.952 11.952 0 0012 20.055a11.952 11.952 0 00-6.824-2.998 12.078 12.078 0 01.665-6.479L12 14z'/%3E%3C/svg%3E")}.icon-maintenance{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.066 2.573c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.573 1.066c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.066-2.573c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E")}.icon-spare{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M20 7l-8-4-8 4m16 0l-8 4m8-4v10l-8 4m0-10L4 7m8 4v10M4 7v10l8 4'/%3E%3C/svg%3E")}.service-card h3{font-size:1.25rem;margin-bottom:.75rem}.service-card p{color:var(--da-gray-700);font-size:.9375rem;line-height:1.7}.service-card ul{list-style:none;padding:0;margin:1rem 0 0}.service-card ul li{padding:4px 0;font-size:.875rem;color:var(--da-gray-700)}.service-card ul li::before{content:"✓";display:inline-block;width:20px;color:var(--da-primary);font-weight:700}.services-stats .stats-row{display:flex;flex-wrap:nowrap;gap:2rem}.services-stats .stat-item{flex:1 1 0;text-align:center;min-width:0}.services-stats .stat-number{display:block;font-size:2.25rem;font-weight:800;line-height:1.2}.services-stats .stat-label{display:block;font-size:.875rem;margin-top:4px}@media (max-width:991.98px){.services-hero h1{font-size:2rem}.services-stats .stats-row{flex-wrap:wrap}.services-stats .stat-item{flex:0 0 calc(50% - 1rem)}}