.service-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--brand-border);border-radius:14px;text-decoration:none;color:inherit;overflow:visible;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;position:relative}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--brand-teal);border-radius:14px 14px 0 0;transform:scaleX(0);transform-origin:left;transition:transform .3s ease;z-index:1}.service-card:hover{transform:translateY(-8px) scale(1.015);box-shadow:0 16px 40px #0b254524;border-color:var(--brand-teal)}.service-card:hover:before{transform:scaleX(1)}.service-card-img-wrap{position:relative;width:100%;padding-bottom:16px}.service-card-img{position:relative;width:100%;height:175px;overflow:hidden;background:#eaf0f8;border-radius:12px 12px 0 0;flex-shrink:0}.service-card-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .55s ease}.service-card:hover .service-card-img img{transform:scale(1.09)}.service-card-icon-badge{position:absolute;bottom:-4px;right:16px;width:48px;height:48px;background:var(--brand-teal);border:3px solid #fff;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 16px #13a8a873;transition:background .25s,transform .25s;z-index:3}.service-card:hover .service-card-icon-badge{background:var(--brand-navy);transform:scale(1.12) rotate(-4deg);box-shadow:0 6px 20px #0b25454d}.service-icon{width:60px;height:60px;border-radius:14px;background:var(--brand-navy);color:#fff;display:flex;align-items:center;justify-content:center;margin:1.5rem 1.5rem 0;transition:background .25s,transform .25s}.service-card:hover .service-icon{background:var(--brand-teal);transform:scale(1.1) rotate(-4deg)}.service-card-body{padding:1.25rem 1.4rem 1.35rem;flex:1;display:flex;flex-direction:column}.service-card h3{color:var(--brand-navy);margin-bottom:.5rem;font-size:1.05rem;line-height:1.3;transition:color .2s}.service-card:hover h3{color:var(--brand-teal-dark)}.service-card p{color:var(--brand-text-muted);font-size:.87rem;line-height:1.65;margin-bottom:1rem;flex:1}.service-link{display:inline-flex;align-items:center;gap:.3rem;color:var(--brand-teal-dark);font-weight:700;font-size:.88rem;margin-top:auto;transition:gap .2s,color .2s}.service-card:hover .service-link{color:var(--brand-navy);gap:.55rem}
