/* ================================================================
   Chancery Service Cards — service-cards.css v1.1.0
   Wise Digital Marketing © 2026
================================================================ */
.chsc-section *,.chsc-section *::before,.chsc-section *::after{box-sizing:border-box;margin:0;padding:0}
.chsc-section{background-color:#0d0d10;padding:72px 28px;width:100%}
.chsc-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;align-items:stretch}
.chsc-card{background-color:#18181f;border:1px solid rgba(255,255,255,.07);border-radius:24px;padding:32px 28px 28px;display:flex;flex-direction:column;position:relative;overflow:hidden;height:100%;transition:transform 300ms cubic-bezier(.34,1.2,.64,1),border-color 300ms ease,box-shadow 300ms ease}
.chsc-card:hover{transform:translateY(-4px);border-color:rgba(166,36,97,.35);box-shadow:0 20px 60px rgba(0,0,0,.5),0 0 0 1px rgba(166,36,97,.12)}
.chsc-card.chsc-has-accent::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(to right,#A62461,#7ABFB8);opacity:0;transition:opacity 300ms ease;border-radius:24px 24px 0 0}
.chsc-card.chsc-has-accent:hover::before{opacity:1}
.chsc-badge{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#A62461;background-color:rgba(166,36,97,.12);border-radius:100px;padding:4px 12px;margin-bottom:16px;width:fit-content}
.chsc-name{font-size:22px;font-weight:700;letter-spacing:-.025em;color:#fff;line-height:1.1;margin-bottom:6px}
.chsc-sub{font-size:13px;color:rgba(255,255,255,.4);line-height:1.4;margin-bottom:24px}
.chsc-divider{height:1px;background-color:rgba(255,255,255,.06);margin-bottom:20px;flex-shrink:0}
.chsc-features{list-style:none;display:flex;flex-direction:column;gap:13px;flex:1;margin-bottom:28px}
.chsc-feat{display:flex;align-items:flex-start;gap:10px}
.chsc-fcheck{flex-shrink:0;margin-top:2px}
.chsc-ftext{font-size:13.5px;color:rgba(255,255,255,.78);line-height:1.45}
.chsc-cta{display:flex;align-items:center;justify-content:center;gap:8px;padding:15px 24px;background-color:#A62461;color:#fff;font-size:14px;font-weight:700;letter-spacing:.01em;border-radius:12px;text-decoration:none;border:none;cursor:pointer;font-family:inherit;width:100%;flex-shrink:0;transition:background-color 200ms ease,transform 180ms ease}
.chsc-cta:hover{background-color:#8c1d52;transform:translateY(-1px)}
.chsc-cta svg{flex-shrink:0;transition:transform 180ms ease}
.chsc-cta:hover svg{transform:translateX(3px)}
@media(prefers-reduced-motion:reduce){.chsc-card,.chsc-cta{transition:none}}
@media(max-width:1024px){.chsc-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.chsc-grid{grid-template-columns:1fr}.chsc-section{padding:48px 20px}.chsc-card{padding:24px 20px 20px}}
