/* .home-services{padding: 80px 0;background: #0b0f1c;color: #fff;}
.section-title{font-size: 34px;line-height: 1.2;margin-bottom: 12px;text-align: center;}
.section-description{max-width: 760px;margin: 0 auto 36px;text-align: center;color: rgba(255,255,255,0.8);}
.services-grid{display: grid;grid-template-columns: repeat(5, 1fr);gap: 18px;}
.service-card{position: relative;min-height: 340px;overflow: hidden;border-radius: 8px;background: #111827;}
.service-image img{width: 100%;height: 340px;object-fit: cover;}
.service-content{position: absolute;left: 0;right: 0;bottom: 0;padding: 18px;background: linear-gradient(to top, rgba(0,0,0,0.88), rgba(0,0,0,0.15));}
.service-content h3{font-size: 22px;line-height: 1.2;margin-bottom: 10px;}
.service-content p{font-size: 13px;color: rgba(255,255,255,0.82);margin-bottom: 12px;}
.service-link{display: inline-block;font-size: 13px;font-weight: 600;color: #ff5a5f;} */