:root{--hs-primary-blue:#0b2fff;--hs-accent-orange:#ff4a1a;--hs-border-line:rgba(11,47,255,.1);--hs-text:#0e1b3d;--hs-muted:rgba(14,27,61,.7)}.hs-services{background:#fff;padding:96px 16px}.hs-services__container{margin:0 auto;max-width:1200px}.hs-services__header{align-items:flex-end;border-bottom:1px solid var(--hs-border-line);display:flex;justify-content:space-between;margin-bottom:48px;padding-bottom:24px}.hs-services__titlewrap{align-items:center;display:flex;gap:16px}.hs-services__line{background:var(--hs-primary-blue);height:1px;width:48px}.hs-services__title{color:var(--hs-primary-blue);font-size:clamp(34px,4vw,52px);font-weight:800;letter-spacing:-.02em;margin:0;text-transform:uppercase}.hs-services__kicker{color:rgba(14,27,61,.45);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:14px;white-space:nowrap}.hs-services__grid{display:grid;gap:24px;grid-template-columns:1fr}@media (min-width:768px){.hs-services__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.hs-services__grid{grid-template-columns:repeat(3,1fr)}}.hs-services__card{background:#fff;border:1px solid var(--hs-border-line);border-radius:24px;box-shadow:0 18px 60px rgba(11,47,255,.05);display:flex;flex-direction:column;min-height:320px;padding:28px}.hs-services__card--wide{grid-column:span 1}@media (min-width:1024px){.hs-services__card--wide{grid-column:span 1}}.hs-services__card-meta{align-items:center;border-bottom:1px dashed rgba(11,47,255,.1);display:flex;justify-content:space-between;margin-bottom:18px;padding-bottom:16px}.hs-services__card-label{color:rgba(11,47,255,.75);font-size:12px;font-weight:800;letter-spacing:.22em;text-transform:uppercase}.hs-services__card-code{align-items:center;color:rgba(14,27,61,.35);display:flex;font-size:12px;font-weight:700;gap:8px;letter-spacing:.08em;text-transform:uppercase}.hs-services__dot{background:rgba(14,27,61,.18);border-radius:999px;display:inline-block;height:6px;width:6px}.hs-services__card-title{color:var(--hs-text);font-size:26px;font-weight:800;line-height:1.05;margin:18px 0 10px}.hs-services__card-desc{color:var(--hs-muted);font-size:16px;line-height:1.55;margin:0 0 20px}.hs-services__divider{background:var(--hs-border-line);height:1px;margin-bottom:18px;margin-top:auto}.hs-services__bullets{display:grid;gap:14px;list-style:none;margin:0;padding:0}.hs-services__bullets--cols{grid-template-columns:1fr}@media (min-width:640px){.hs-services__bullets--cols{column-gap:24px;grid-template-columns:1fr 1fr}}.hs-services__bullet{align-items:center;display:flex;gap:12px}.hs-services__bullet-dot{background:var(--hs-accent-orange);border-radius:999px;flex:0 0 auto;height:6px;width:6px}.hs-services__bullet-text{color:rgba(11,47,255,.9);font-size:13px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.hs-services__card{position:relative;transition:transform .5s cubic-bezier(.2,.8,.2,1),box-shadow .5s cubic-bezier(.2,.8,.2,1),border-color .5s cubic-bezier(.2,.8,.2,1)}.hs-services__card:after{background:none!important;content:none!important}.hs-services__card:focus-within,.hs-services__card:hover{border-color:rgba(11,47,255,.18);box-shadow:0 28px 80px rgba(11,47,255,.1),0 8px 24px rgba(11,47,255,.06);transform:translateY(-6px)}.hs-services__card:focus-within:after,.hs-services__card:hover:after{opacity:1}.hs-services__card:focus-within .hs-services__card-meta,.hs-services__card:hover .hs-services__card-meta{border-bottom-color:rgba(11,47,255,.18)}.hs-services__card:focus-within .hs-services__card-label,.hs-services__card:hover .hs-services__card-label{color:rgba(11,47,255,.95)}.hs-services__card:focus-within .hs-services__dot,.hs-services__card:hover .hs-services__dot{background:rgba(255,74,26,.65)}.hs-services__card:focus-within .hs-services__bullet-text,.hs-services__card:hover .hs-services__bullet-text{color:#0b2fff}.hs-services__card:focus-within .hs-services__bullet-dot,.hs-services__card:hover .hs-services__bullet-dot{transform:scale(1.1);transition:transform .5s cubic-bezier(.2,.8,.2,1)}.hs-services__card-title{transition:transform .5s cubic-bezier(.2,.8,.2,1)}.hs-services__card:focus-within .hs-services__card-title,.hs-services__card:hover .hs-services__card-title{transform:translateY(-1px)}