/* tcew-home-services */
.tcew-home-services{--tcs-ink:var(--tcw-ink);--tcs-text:var(--tcw-text);--tcs-purple:var(--tcw-purple);--tcs-purple-dark:var(--tcw-purple-dark);background:#fff;color:var(--tcs-text);font-family:inherit;padding:clamp(28px,6vw,60px) clamp(16px,4vw,20px)}
.tcew-home-services *{box-sizing:border-box}
.tcew-home-services .tcs-inner{max-width:1200px;margin:0 auto}
.tcew-home-services .tcs-head{max-width:640px;margin:0 0 clamp(28px,5vw,40px)}
.tcew-home-services .tcs-eyebrow{display:block;font-size:clamp(11.5px,2vw,13px);font-weight:700;letter-spacing:1.4px;text-transform:uppercase;color:var(--tcs-purple);margin:0 0 clamp(10px,2vw,14px)}
.tcew-home-services .tcs-h2{font-size:clamp(28px,5.5vw,40px);font-weight:800;color:var(--tcs-ink);margin:0 0 clamp(10px,2vw,14px);line-height:1.1}
.tcew-home-services .tcs-sub{font-size:clamp(14px,2.5vw,16px);color:var(--tcs-text);line-height:1.6;margin:0}
.tcew-home-services .tcs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(14px,3vw,22px)}
.tcew-home-services .tcs-card{display:block;text-decoration:none;background:var(--tcs-purple);color:#fff;border:1.5px solid rgba(255,255,255,.14);border-radius:18px;padding:clamp(22px,4vw,30px) clamp(20px,3.5vw,26px);transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease,background .3s ease}
.tcew-home-services .tcs-card:hover{transform:translateY(-8px);box-shadow:0 24px 48px rgba(74,59,153,.32);background:var(--tcs-purple-dark)}
.tcew-home-services .tcs-card:focus-visible{outline:3px solid var(--tcs-ink);outline-offset:4px}
.tcew-home-services .tcs-icon{width:clamp(42px,7vw,48px);height:clamp(42px,7vw,48px);border-radius:12px;background:rgba(255,255,255,.16);color:#fff;display:flex;align-items:center;justify-content:center;margin:0 0 clamp(14px,3vw,18px);transition:background .3s ease,color .3s ease,transform .3s cubic-bezier(.22,1,.36,1)}
.tcew-home-services .tcs-card:hover .tcs-icon{background:#fff;color:var(--tcs-purple);transform:scale(1.08) rotate(-4deg)}
.tcew-home-services .tcs-icon svg{width:clamp(20px,4vw,22px);height:clamp(20px,4vw,22px);stroke:currentColor}
.tcew-home-services .tcs-title{font-size:clamp(17px,3vw,19px);font-weight:800;color:#fff;margin:0 0 8px}
.tcew-home-services .tcs-desc{font-size:clamp(13.5px,2.4vw,14.5px);color:rgba(255,255,255,.9);line-height:1.58;margin:0}
.tcew-home-services .tcs-problem{margin:clamp(16px,3vw,20px) 0 0;padding:clamp(14px,2.5vw,18px) 0 0;border-top:1px solid rgba(255,255,255,.22)}
.tcew-home-services .tcs-label{display:block;font-size:11.5px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:#fff;margin:0 0 8px}
.tcew-home-services .tcs-pain{font-size:clamp(13px,2.3vw,14px);color:rgba(255,255,255,.9);line-height:1.6;margin:0}
.tcew-home-services .tcs-more{display:inline-block;margin:clamp(14px,2.5vw,18px) 0 0;font-size:13.5px;font-weight:700;color:#fff}
.tcew-home-services .tcs-more i{font-style:normal;display:inline-block;margin-left:4px;transition:margin-left .25s ease}
.tcew-home-services .tcs-card:hover .tcs-more i{margin-left:10px}
@media(max-width:900px){.tcew-home-services .tcs-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:560px){.tcew-home-services .tcs-grid{grid-template-columns:1fr}
}
.tcew-home-services .tcs-icon i{font-size:clamp(18px,3.6vw,20px);line-height:1;color:inherit}
.tcew-home-services .tcs-icon svg{fill:none}
.tcew-home-services .tcs-h2 .tc-hl{color:var(--tcs-purple)}
