/* BUILD MARKER: v917-staffing-manpower-landing */
.stp-page {
    --stp-ink: #0f172a;
    --stp-muted: #475569;
    --stp-line: #e2e8f0;
    --stp-paper: #f8fafc;
    --stp-violet: #0f766e;
    --stp-violet-soft: #ccfbf1;
    --stp-navy: #134e4a;
    background:
        linear-gradient(180deg, rgba(109, 40, 217, .05), transparent 8rem),
        var(--stp-paper);
    color: var(--stp-ink);
}

.stp-eyebrow {
    display: inline-block;
    margin: 0 0 .7rem;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--stp-violet);
}

.stp-head { max-width: 44rem; margin: 0 0 2rem; }
.stp-head h2,
.stp-hero h1,
.stp-final h2 {
    margin: 0;
    letter-spacing: -.03em;
    line-height: 1.12;
}
.stp-head p { margin: .75rem 0 0; color: var(--stp-muted); font-size: 1.02rem; line-height: 1.65; }
.stp-section,
.stp-hero,
.stp-final,
.stp-metrics { scroll-margin-top: 5.5rem; }
.stp-section { padding: 4.2rem 0; }
.stp-section--muted { background: rgba(255, 255, 255, .78); }
.stp-note { margin: .85rem 0 0; color: #64748b; font-size: .88rem; }

.stp-hero {
    padding: 4.4rem 0 3.4rem;
    background:
        radial-gradient(640px 280px at 88% 0%, rgba(109, 40, 217, .28), transparent 55%),
        linear-gradient(180deg, #134e4a 0%, #115e59 68%, #134e4a 100%);
    color: #f8fafc;
}
.stp-hero .stp-eyebrow { color: #5eead4; }
.stp-hero h1 { font-size: clamp(1.85rem, 4.2vw, 3.05rem); max-width: 18ch; }
.stp-hero__lead {
    margin: .95rem 0 .7rem;
    font-size: 1.12rem;
    line-height: 1.65;
    color: #99f6e4;
    max-width: 40rem;
}
.stp-hero__support,
.stp-hero__reassure { margin: .75rem 0 0; color: #a7f3d0; font-size: .92rem; }
.stp-hero__support { font-weight: 650; color: #ccfbf1; margin-bottom: 1.2rem; }
.stp-hero__grid { display: grid; gap: 2.1rem; align-items: center; }
@media (min-width: 1080px) {
    .stp-hero__grid { grid-template-columns: .92fr 1.08fr; }
}

.stp-ctas { display: flex; flex-wrap: wrap; gap: .85rem 1rem; align-items: center; }
.stp-ctas--center { justify-content: center; }
.stp-page .stp-btn-primary,
.stp-page a.stp-btn-primary {
    background: #0f766e;
    border-color: #0f766e;
    color: #fff;
}
.stp-page .stp-btn-primary:hover,
.stp-page a.stp-btn-primary:hover { background: #0f766e; border-color: #0f766e; color: #fff; }
.stp-hero .mkt-btn-outline-light,
.stp-final .mkt-btn-outline-light,
.stp-sticky .mkt-btn-outline-light { color: #f8fafc; border-color: #5eead4; }
.stp-btn-demo { position: relative; padding-left: 2.35rem; }
.stp-btn-demo::before {
    content: "";
    position: absolute;
    left: .85rem;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .38rem 0 .38rem .58rem;
    border-color: transparent transparent transparent currentColor;
    transform: translateY(-50%);
}
.stp-ctas a:focus-visible,
.stp-faq summary:focus-visible { outline: 2px solid #5eead4; outline-offset: 3px; }

.stp-laptop { margin: 0; }
.stp-laptop__lid {
    background: #0f172a;
    border: 1px solid rgba(196, 181, 253, .28);
    border-radius: 14px 14px 8px 8px;
    box-shadow: 0 28px 70px rgba(15, 23, 42, .45);
    overflow: hidden;
    animation: stp-float 8s ease-in-out infinite;
}
@keyframes stp-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}
.stp-laptop__bar {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .65rem .9rem;
    background: #134e4a;
    color: #a7f3d0;
    font-size: .78rem;
}
.stp-laptop__bar p { margin: 0; flex: 1; }
.stp-laptop__dots,
.stp-laptop__dots::before,
.stp-laptop__dots::after {
    width: .55rem;
    height: .55rem;
    border-radius: 99px;
    background: #64748b;
}
.stp-laptop__dots { position: relative; display: inline-block; margin-right: 1.3rem; }
.stp-laptop__dots::before,
.stp-laptop__dots::after {
    content: "";
    position: absolute;
    top: 0;
}
.stp-laptop__dots::before { left: .75rem; background: #2dd4bf; }
.stp-laptop__dots::after { left: 1.5rem; background: #34d399; }
.stp-laptop__badge {
    flex-shrink: 0;
    padding: .15rem .45rem;
    border-radius: 999px;
    background: #115e59;
    color: #99f6e4;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.stp-laptop__body { padding: 1rem 1.05rem 1.15rem; }
.stp-laptop__kpis {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .65rem;
    margin: 0 0 1rem;
}
@media (min-width: 640px) {
    .stp-laptop__kpis { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.stp-laptop__kpis div {
    padding: .65rem .7rem;
    border-radius: 10px;
    background: #1e293b;
}
.stp-laptop__kpis dt { margin: 0; color: #94a3b8; font-size: .7rem; }
.stp-laptop__kpis dd { margin: .2rem 0 0; color: #f8fafc; font-size: 1.15rem; font-weight: 800; }
.stp-laptop__split { display: grid; gap: 1rem; }
@media (min-width: 720px) {
    .stp-laptop__split { grid-template-columns: .9fr 1.1fr; }
}
.stp-laptop__sub { margin: 0 0 .55rem; color: #5eead4; font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; }
.stp-funnel { list-style: none; margin: 0; padding: 0; display: grid; gap: .4rem; }
.stp-funnel li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 1.7rem;
    padding: .2rem .55rem;
    border-radius: 6px;
    background: linear-gradient(90deg, #0f766e var(--w), #1e293b var(--w));
    color: #e2e8f0;
    font-size: .78rem;
}
.stp-deals { list-style: none; margin: 0; padding: 0; display: grid; gap: .45rem; }
.stp-deal {
    display: grid;
    gap: .15rem;
    padding: .55rem .65rem;
    border-radius: 10px;
    background: #1e293b;
    border-left: 3px solid #2dd4bf;
}
.stp-deal--warn { border-left-color: #fbbf24; }
.stp-deal--good { border-left-color: #34d399; }
.stp-deal strong { color: #f8fafc; font-size: .88rem; }
.stp-deal span { color: #94a3b8; font-size: .78rem; }
.stp-deal em { color: #5eead4; font-size: .72rem; font-style: normal; font-weight: 700; }
.stp-laptop__note { margin: .85rem 0 0; color: #94a3b8; font-size: .75rem; }
.stp-laptop__base {
    height: 14px;
    margin: 0 8%;
    border-radius: 0 0 18px 18px;
    background: linear-gradient(180deg, #cbd5e1, #94a3b8);
    box-shadow: 0 10px 18px rgba(15, 23, 42, .18);
}

.stp-metrics {
    padding: 1.35rem 0;
    background: #fff;
    border-bottom: 1px solid var(--stp-line);
}
.stp-metrics__eyebrow {
    margin: 0 0 .75rem;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--stp-violet);
}
.stp-metrics__grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 1rem;
}
@media (min-width: 800px) {
    .stp-metrics__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.stp-metrics__grid li {
    padding: .15rem .25rem;
}
.stp-metrics__grid strong {
    display: block;
    font-size: 1.2rem;
    letter-spacing: -.02em;
}
.stp-metrics__grid span { color: var(--stp-muted); font-size: .9rem; }

.stp-cards {
    display: grid;
    gap: 1.15rem;
}
@media (min-width: 900px) {
    .stp-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.stp-card {
    padding: 1.35rem 1.25rem 1.4rem;
    border: 1px solid var(--stp-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .04);
}
.stp-card h3 { margin: .85rem 0 .45rem; font-size: 1.12rem; }
.stp-card p { margin: 0 0 .85rem; color: var(--stp-muted); line-height: 1.6; }
.stp-card ul { margin: 0; padding-left: 1.1rem; color: #334155; }
.stp-card li + li { margin-top: .35rem; }
.stp-card__icon {
    display: grid;
    place-items: center;
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 12px;
    background: var(--stp-violet-soft);
    color: var(--stp-violet);
}
.stp-card__icon::before {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    background: currentColor;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}
.stp-card__icon--pipeline::before {
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'><path d='M4 6h7v4H4zM13 6h7v4h-7zM4 14h7v4H4zM13 14h7v4h-7z'/></svg>");
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'><path d='M4 6h7v4H4zM13 6h7v4h-7zM4 14h7v4H4zM13 14h7v4h-7z'/></svg>");
}
.stp-card__icon--program::before {
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'><path d='M4 19V7l8-4 8 4v12l-8 4z'/><path d='M12 7v12'/></svg>");
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'><path d='M4 19V7l8-4 8 4v12l-8 4z'/><path d='M12 7v12'/></svg>");
}
.stp-card__icon--report::before {
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'><path d='M4 19V5h16v14z'/><path d='M8 15v-4M12 15V8M16 15v-6'/></svg>");
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'><path d='M4 19V5h16v14z'/><path d='M8 15v-4M12 15V8M16 15v-6'/></svg>");
}

.stp-proof {
    display: grid;
    gap: 2rem;
}
@media (min-width: 960px) {
    .stp-proof { grid-template-columns: 1.1fr .9fr; align-items: start; }
}
.stp-chips {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}
.stp-chips li {
    padding: .4rem .75rem;
    border-radius: 999px;
    background: var(--stp-violet-soft);
    color: #0f766e;
    font-size: .82rem;
    font-weight: 650;
}
.stp-security {
    padding: 1.3rem 1.25rem;
    border: 1px solid var(--stp-line);
    border-radius: 16px;
    background: #fff;
}
.stp-security h3 { margin: 0 0 .5rem; font-size: 1.15rem; }
.stp-security > p { margin: 0 0 1rem; color: var(--stp-muted); line-height: 1.6; }
.stp-badges { list-style: none; margin: 0; padding: 0; display: grid; gap: .7rem; }
.stp-badges li {
    padding: .7rem .8rem;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid var(--stp-line);
}
.stp-badges strong { display: block; }
.stp-badges span { color: #64748b; font-size: .82rem; }

.stp-pairs {
    display: grid;
    gap: 1rem;
}
@media (min-width: 800px) {
    .stp-pairs { grid-template-columns: 1fr 1fr; }
}
.stp-pairs article {
    padding: 1.2rem 1.2rem 1.3rem;
    border: 1px solid var(--stp-line);
    border-radius: 16px;
    background: #fff;
}
.stp-pairs article.is-after { background: var(--stp-violet-soft); border-color: #99f6e4; }
.stp-pair__tag {
    margin: 0 0 .7rem;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--stp-violet);
}
.stp-pairs ul { margin: 0; padding-left: 1.1rem; }
.stp-pairs li + li { margin-top: .4rem; }

.stp-life {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: .75rem;
}
@media (min-width: 800px) {
    .stp-life { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.stp-life li {
    padding: 1rem 1rem 1.1rem;
    border-radius: 14px;
    background: #fff;
    border: 1px solid var(--stp-line);
}
.stp-life strong { display: block; }
.stp-life span { color: var(--stp-violet); font-size: .82rem; font-weight: 700; }

.stp-faq { display: grid; gap: .65rem; max-width: 48rem; }
.stp-faq details {
    border: 1px solid var(--stp-line);
    border-radius: 12px;
    background: #fff;
    padding: .15rem 1rem;
}
.stp-faq summary {
    cursor: pointer;
    padding: .85rem 0;
    font-weight: 700;
}
.stp-faq p { margin: 0 0 1rem; color: var(--stp-muted); line-height: 1.65; }

.stp-final {
    padding: 4.2rem 0 5.5rem;
    background: linear-gradient(180deg, #134e4a, #115e59);
    color: #f8fafc;
    text-align: center;
}
.stp-final h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); }
.stp-final p { margin: .85rem auto 1.3rem; max-width: 38rem; color: #99f6e4; }
.stp-final__micro,
.stp-final__note { margin: .7rem 0 0; color: #a7f3d0; font-size: .88rem; }
.stp-final .stp-ctas { margin-top: .4rem; }

.stp-sticky {
    display: none;
    position: sticky;
    bottom: 0;
    z-index: 30;
    padding: .75rem 1rem;
    background: rgba(30, 27, 75, .94);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(196, 181, 253, .25);
}
.stp-sticky .stp-ctas { justify-content: center; }
@media (max-width: 767px) {
    .stp-sticky { display: block; }
    .stp-hero { padding-bottom: 2.4rem; }
}

@media (prefers-reduced-motion: reduce) {
    .stp-laptop__lid { animation: none; }
}
