.service-cards-section{position:relative;padding:3rem 0;background-color:hsl(var(--background))}@media(min-width:768px){.service-cards-section{padding:4rem 0}}.service-cards-container{position:relative;z-index:1;margin-inline:auto;padding-inline:1rem}.service-cards-header{margin-bottom:1.75rem;text-align:center}@media(min-width:768px){.service-cards-header{margin-bottom:2.25rem}}.service-cards-eyebrow{display:inline-flex;align-items:center;gap:.625rem;margin-bottom:.625rem;font-size:.85rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:hsl(var(--primary))}.service-cards-eyebrow:after,.service-cards-eyebrow:before{content:"";height:1px;width:1.5rem;background-color:hsl(var(--primary)/.5)}.service-cards-heading{margin-inline:auto;max-width:42rem;font-size:1.5rem;font-weight:800;line-height:1.25;color:hsl(var(--foreground))}@media(min-width:768px){.service-cards-heading{font-size:1.875rem}}.service-cards-description{margin-inline:auto;margin-top:.625rem;max-width:34rem;font-size:.95rem;line-height:1.6;color:hsl(var(--muted-foreground))}.service-cards-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:768px){.service-cards-grid{grid-template-columns:repeat(3,1fr);gap:1rem}}.service-card{position:relative;display:flex;min-height:230px;flex-direction:column;overflow:hidden;border-radius:.875rem;border:1px solid hsl(var(--border)/.35);background-color:color-mix(in srgb,hsl(var(--card)) 55%,hsl(var(--background)) 45%);transition:border-color .3s ease-in-out}@media(min-width:640px){.service-card{flex-direction:row}}.service-card:hover{border-color:hsl(var(--primary)/.4)}.service-card:hover .service-card-icon-bg{opacity:.9}.service-card:hover .service-card-media img{transform:scale(1.03)}.service-card:hover .service-card-cta{border-color:hsl(var(--primary)/.5);color:hsl(var(--primary));background-color:hsl(var(--primary)/.06)}.service-card:hover .service-card-cta svg{transform:translateX(2px)}.service-card-content{position:relative;z-index:2;display:flex;flex:1 1 56%;flex-direction:column;padding:1.25rem 1.25rem 1.5rem}.service-card-tag{display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;gap:.375rem;margin-bottom:.75rem;border-radius:9999px;border:1px solid hsl(var(--primary)/.4);padding:.2rem .65rem;font-size:.85rem;font-weight:600;color:hsl(var(--primary))}.service-card-tag:before{content:"";height:5px;width:5px;border-radius:9999px;background-color:hsl(var(--primary))}.service-card-title{margin-bottom:.5rem;font-size:1.0625rem;font-weight:700;line-height:1.3;color:hsl(var(--foreground))}.service-card-description{max-width:15rem;font-size:.85rem;line-height:1.55;color:hsl(var(--muted-foreground))}.service-card-cta{width:-moz-fit-content;width:fit-content;margin-top:auto;padding-top:1rem;border:none}.service-card-cta,.service-card-cta span{display:inline-flex;align-items:center;gap:.5rem}.service-card-cta span{border-radius:.5rem;border:1px solid hsl(var(--border)/.7);padding:.5rem .9rem;font-size:.85rem;font-weight:600;color:hsl(var(--foreground));transition:border-color .2s ease-in-out,color .2s ease-in-out,background-color .2s ease-in-out}.service-card-cta svg{height:14px;width:14px;transition:transform .2s ease-in-out}.service-card-cta:focus-visible span{outline:2px solid hsl(var(--ring));outline-offset:2px}.service-card-media-wrap{position:relative;z-index:1;flex:1 1 44%;overflow:hidden;min-height:140px}.service-card-media-wrap:before{content:"";position:absolute;inset:0;z-index:0;background:linear-gradient(115deg,transparent 30%,hsl(var(--primary)/.1) 100%);clip-path:polygon(35% 0,100% 0,100% 100%,10% 100%)}.service-card-icon-bg{position:absolute;top:46%;right:12%;z-index:0;display:flex;height:4.75rem;width:4.75rem;align-items:center;justify-content:center;color:hsl(var(--primary)/.22);opacity:.7;transform:translateY(-50%);transition:opacity .3s ease-in-out;pointer-events:none}.service-card-icon-bg svg{height:100%;width:100%}.service-card-media{position:absolute;bottom:0;right:-4%;left:4%;z-index:1;height:78%}.service-card-media img{-o-object-fit:contain;object-fit:contain;-o-object-position:bottom right;object-position:bottom right;transition:transform .35s ease-in-out}@media(prefers-reduced-motion:reduce){.service-card,.service-card-cta svg,.service-card-icon-bg,.service-card-media img{transition-property:color,border-color,background-color!important;transform:none!important}}