.services-hero{background:var(--white);padding:60px 0 40px}.services-hero__title{font-size:var(--fs-4xl);font-weight:var(--fw-bold);color:var(--primary);text-underline-offset:8px;margin-bottom:16px;text-decoration:underline}.services-hero__subtitle{font-size:var(--fs-md);color:var(--gray-700);max-width:600px;line-height:1.7}.services-detail{padding-top:0}.services-detail__grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.service-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);transition:var(--transition);border:1px solid var(--gray-200);overflow:hidden}.service-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}.service-card__header{background:var(--primary);color:var(--white);justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.service-card__title{font-size:var(--fs-lg);font-weight:var(--fw-bold)}.service-card__icon{border-radius:var(--radius-md);background:#fff3;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.service-card__image-wrapper{height:200px;overflow:hidden}.service-card__image{object-fit:cover;width:100%;height:100%;transition:transform .4s}.service-card:hover .service-card__image{transform:scale(1.05)}.service-card__body{padding:24px}.service-card__list{margin-bottom:20px}.service-card__list-item{font-size:var(--fs-sm);color:var(--dark);border-bottom:1px solid var(--gray-100);padding:6px 0}.service-card__list-item:last-child{border-bottom:none}.service-card__desc{font-size:var(--fs-sm);color:var(--gray-700);line-height:1.7}@media (max-width:900px){.services-detail__grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}.services-hero__title{font-size:var(--fs-2xl)}}
