.service-cards-grid{background-color:transparent;display:grid;gap:40px;margin:0 auto;max-width:1200px;padding:0}.service-cards-placeholder{background:#f8f9fa;border:2px dashed #dee2e6;border-radius:8px;margin-top:40px;padding:60px 20px;text-align:center}.service-cards-placeholder p{color:#6c757d;font-size:1rem;margin:0}.service-cards-grid[data-cards-per-row="2"],.service-cards-grid[data-cards-per-row="3"],.service-cards-grid[data-cards-per-row="4"]{grid-template-columns:repeat(2,1fr)}.service-card{align-items:flex-start;background:#fff;border:none;border-radius:12px;box-shadow:0 4px 8px rgba(0,0,0,.1);display:flex;flex-direction:row;height:100%;padding:40px 32px;transition:transform .2s ease,box-shadow .2s ease}.service-card:hover{box-shadow:0 6px 12px rgba(0,0,0,.15);transform:translateY(-2px)}.service-card-icon{align-items:center;background:none;border-radius:0;display:flex;flex-shrink:0;height:auto;justify-content:center;margin-right:24px;width:auto}.service-card-icon img,.service-card-icon svg{height:auto;object-fit:contain;width:auto}.service-card-content{display:flex;flex:1;flex-direction:column}.service-card-title{color:#222;font-size:18px;font-weight:700;letter-spacing:-.01em;line-height:1.3;margin:0 0 12px}.service-card-description{color:#666;flex:1;font-size:16px;font-weight:400;line-height:1.5;margin:0}@media (max-width:1024px){.service-cards-grid{padding:0}.service-cards-grid[data-cards-per-row="2"],.service-cards-grid[data-cards-per-row="3"],.service-cards-grid[data-cards-per-row="4"]{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.service-cards-grid{gap:24px;grid-template-columns:1fr!important;padding:0}.service-card{flex-direction:column;padding:32px 24px}.service-card-icon{background:none;height:auto;margin-bottom:20px;margin-right:0;width:auto}.service-card-icon img,.service-card-icon svg{height:70px!important;width:70px!important}.service-card-title{font-size:18px;margin-bottom:12px}.service-card-description{font-size:15px}}@media (max-width:480px){.service-cards-grid{gap:20px;padding:0}.service-card{padding:24px 20px}.service-card-icon{background:none;height:auto;margin-bottom:16px;margin-right:0;width:auto}.service-card-icon img,.service-card-icon svg{height:60px!important;width:60px!important}.service-card-title{font-size:16px;margin-bottom:10px}.service-card-description{font-size:14px}}