.hire-hero{padding-top:4.5rem;padding-bottom:4.5rem}.hire-hero:before{width:32%;height:100%;background-color:rgb(207 33 53/.12);filter:blur(120px)}.hire-hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr;grid-gap:var(--space-7);gap:var(--space-7);align-items:center}.hire-hero__title{margin-top:1.75rem;font-size:clamp(2.4rem,5.5vw,4rem);font-weight:800;line-height:1.12;letter-spacing:-.025em;color:#fff;margin-bottom:var(--space-4)}.hire-hero__title-accent{color:#e0a91b}.hire-hero__subtitle{margin-top:var(--space-5);max-width:560px;font-size:var(--fs-md);line-height:var(--lh-base);color:rgba(255,255,255,.65)}.hire-hero__actions{display:flex;flex-wrap:wrap;gap:var(--space-4);margin-top:var(--space-6)}.hire-hero__cta{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.75rem;border-radius:var(--radius-pill);font-weight:var(--fw-semibold);font-size:var(--fs-sm);border:1px solid transparent;transition:transform var(--transition-fast),box-shadow var(--transition-base),background var(--transition-base)}.hire-hero__cta:hover{transform:translateY(-2px)}.hire-hero__cta--primary{background:#e0202e;color:#fff;box-shadow:var(--shadow-sm)}.hire-hero__cta--primary:hover{background:#c70f24;box-shadow:var(--shadow-md)}.hire-hero__cta--ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.4)}.hire-hero__cta--ghost:hover{border-color:#e0a91b}.hire-hero__checks{display:flex;flex-wrap:wrap;gap:var(--space-3) var(--space-6);margin-top:var(--space-6)}.hire-hero__check{display:inline-flex;align-items:center;gap:.55rem;font-size:var(--fs-sm);color:rgba(255,255,255,.85)}.hire-hero__check-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0;border-radius:var(--radius-pill);background:#e0a91b;color:#2b2b2c}.hire-hero__stats{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:var(--space-4);gap:var(--space-4)}.hire-hero__stat{display:flex;flex-direction:column;gap:.35rem;padding:var(--space-5) var(--space-5);border-radius:var(--radius-md);background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);text-align:center}.hire-hero__stat-value{font-size:clamp(1.75rem,3vw,2.4rem);font-weight:var(--fw-extrabold);color:#e0a91b;line-height:1}.hire-hero__stat-label{font-size:var(--fs-sm);color:rgba(255,255,255,.65)}@media (min-width:900px){.hire-hero{padding-top:6rem;padding-bottom:5rem}.hire-hero__inner{grid-template-columns:1.15fr .85fr;gap:var(--space-8)}}