.hr-cost{background:var(--hr-bg);padding:var(--section-y) 0}.hr-cost *,.hr-cost :after,.hr-cost :before{box-sizing:border-box}.hr-cost__container{margin:0 auto;max-width:var(--container-max);padding:0 var(--container-pad)}.hr-cost__head{max-width:680px}.hr-cost__eyebrow{color:var(--hr-blue);margin:0 0 var(--sp-3,12px)}.hr-cost__h2{color:var(--hr-text-strong);font-family:var(--font-display);font-size:clamp(1.5rem,1.1rem + 2vw,2rem);font-weight:var(--fw-extrabold);letter-spacing:var(--tracking-tight);line-height:var(--lh-snug);margin:0 0 var(--sp-4,16px)}.hr-cost__lead p{color:var(--hr-body);font-family:var(--font-sans);font-size:var(--fs-body);line-height:var(--lh-relaxed);margin:0}.hr-cost-grid{display:grid;gap:var(--sp-5,20px);grid-template-columns:1fr;margin-top:var(--sp-8,40px)}.hr-cost-card{align-items:stretch;background:var(--hr-surface);border:1px solid var(--hr-border);border-radius:var(--r-lg);box-shadow:var(--shadow-sm);display:flex;gap:var(--sp-4,16px);padding:var(--sp-6,24px)}.hr-cost-card__ico{align-items:center;align-self:flex-start;background:var(--hr-blue-50);border-radius:var(--r-pill);color:var(--hr-blue);display:inline-flex;flex:0 0 auto;height:48px;justify-content:center;width:48px}.hr-cost-card__ico svg{height:24px;width:24px}.hr-cost-card__body{display:flex;flex:1 1 auto;flex-direction:column;min-width:0}.hr-cost-card__name{color:var(--hr-text-strong);font-family:var(--font-display);font-size:var(--fs-h5,18px);font-weight:var(--fw-bold);line-height:var(--lh-snug);margin:2px 0 var(--sp-2,8px)}.hr-cost-card__desc{color:var(--hr-body);font-family:var(--font-sans);font-size:var(--fs-body-sm,14px);line-height:var(--lh-base);margin:0 0 var(--sp-4,16px)}.hr-cost-meter{margin-top:auto}.hr-cost-meter__bar{background:linear-gradient(to right,var(--hr-green) 0,color-mix(in srgb,var(--hr-green) 40%,var(--hr-blue) 40%) 50%,var(--hr-blue) 100%);border-radius:var(--r-pill);display:block;height:6px}.hr-cost-meter__labels{display:flex;gap:var(--sp-3,12px);justify-content:space-between;margin-top:var(--sp-2,8px)}.hr-cost-meter__high,.hr-cost-meter__low{font-family:var(--font-display);font-size:var(--fs-meta,13px);font-weight:var(--fw-bold)}.hr-cost-meter__low{color:var(--hr-green-700)}.hr-cost-meter__high{color:var(--hr-blue-700);text-align:right}.hr-cost-note{align-items:flex-start;background:var(--hr-blue-50);border-radius:var(--r-lg);display:flex;gap:var(--sp-4,16px);margin-top:var(--sp-6,24px);padding:clamp(20px,3.5vw,32px)}.hr-cost-note__ico{align-items:center;background:var(--hr-surface);border-radius:var(--r-pill);color:var(--hr-blue);display:inline-flex;flex:0 0 auto;height:48px;justify-content:center;width:48px}.hr-cost-note__ico svg{height:24px;width:24px}.hr-cost-note__body{min-width:0}.hr-cost-note__h3{color:var(--hr-text-strong);font-family:var(--font-display);font-size:var(--fs-h4,22px);font-weight:var(--fw-extrabold);line-height:var(--lh-snug);margin:0 0 var(--sp-2,8px)}.hr-cost-note__text p{color:var(--hr-body);font-family:var(--font-sans);font-size:var(--fs-body);line-height:var(--lh-relaxed);margin:0 0 var(--sp-5,20px)}.hr-cost-cta{align-items:center;background:var(--hr-blue);border:1px solid var(--hr-blue);border-radius:var(--r-md);cursor:pointer;display:inline-flex;font-family:var(--font-display);font-size:16px;font-weight:var(--fw-semibold);gap:var(--sp-2,8px);justify-content:center;min-height:48px;padding:var(--sp-3,12px) var(--sp-6,24px);transition:background-color var(--dur,.22s) var(--ease-out,ease),border-color var(--dur,.22s) var(--ease-out,ease);width:100%}.hr-cost-cta,.hr-cost-cta:active,.hr-cost-cta:focus,.hr-cost-cta:hover{color:var(--hr-text-on-color);text-decoration:none}.hr-cost-cta:active,.hr-cost-cta:focus,.hr-cost-cta:hover{background:var(--hr-blue-700);border-color:var(--hr-blue-700)}.hr-cost-cta:focus-visible{box-shadow:var(--shadow-focus);outline:none}.hr-cost-cta__arrow{flex:0 0 auto}.hr-cost-cta svg{height:18px;width:18px}.hr-cost-cta:hover .hr-cost-cta__arrow{transform:translateX(3px);transition:transform var(--dur,.22s) var(--ease-out)}@media (min-width:900px){.hr-cost-grid{gap:var(--sp-5,20px);grid-template-columns:1fr 1fr}.hr-cost-cta{width:auto}}.hr-cost--anim .hr-cost-card,.hr-cost--anim .hr-cost-note{opacity:0;transform:translateY(12px);transition:opacity var(--dur,.22s) var(--ease-out,ease),transform var(--dur,.22s) var(--ease-out,ease)}.hr-cost--anim.is-revealed .hr-cost-card,.hr-cost--anim.is-revealed .hr-cost-note{opacity:1;transform:none}.hr-cost--anim.is-revealed .hr-cost-card:nth-child(2){transition-delay:40ms}.hr-cost--anim.is-revealed .hr-cost-card:nth-child(3){transition-delay:80ms}.hr-cost--anim.is-revealed .hr-cost-card:nth-child(4){transition-delay:.12s}.hr-cost--anim.is-revealed .hr-cost-card:nth-child(5){transition-delay:.16s}.hr-cost--anim.is-revealed .hr-cost-card:nth-child(6){transition-delay:.2s}@media (prefers-reduced-motion:reduce){.hr-cost-cta,.hr-cost-cta__arrow{transition:none!important}.hr-cost-cta:hover .hr-cost-cta__arrow{transform:none}.hr-cost--anim .hr-cost-card,.hr-cost--anim .hr-cost-note,.hr-cost--anim.is-revealed .hr-cost-card,.hr-cost--anim.is-revealed .hr-cost-note{opacity:1;transform:none;transition:none}}