/* ============================================================
   White-Label Workforce page (/services/white-label-workforce/)
   Loaded only by that page, after site.css.
   ============================================================ */

.grad-text { background: var(--grad-brand); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.wlw-hero-grid { align-items: center; }
.wlw-hero-lead { margin-bottom: 14px; }
.wlw-hero-sub { font-size: 0.98rem !important; margin-bottom: 26px; }
.page-hero .hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* Hero visual: photo + overlapping portal card + badge */
.wlw-hero-visual { position: relative; padding-top: 24px; }
.wlw-float { position: absolute; top: 0; right: -8px; z-index: 4; background: #fff; border: 1px solid var(--border); box-shadow: var(--shadow-lg); border-radius: var(--radius); padding: 11px 16px; display: flex; align-items: center; gap: 9px; font-weight: 700; color: var(--ink); font-size: 0.88rem; }
.wlw-float svg { width: 24px; height: 24px; color: var(--blue); flex-shrink: 0; }
.wlw-photo { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); margin-left: 26px; }
.wlw-photo img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3; }
.wlw-hero-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); padding: 18px; position: relative; z-index: 2; margin: -105px 0 0 0; max-width: 390px; }
.wlw-hero-card .whc-head { display: flex; align-items: center; gap: 5px; margin-bottom: 14px; }
.wlw-hero-card .whc-head .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--border); }
.wlw-hero-card .whc-label { margin-left: 10px; font-size: 0.72rem; font-weight: 700; color: var(--text-faint); text-transform: uppercase; letter-spacing: 0.04em; }
.wlw-hero-card .whc-row { display: flex; align-items: center; gap: 12px; padding: 11px 12px; background: var(--bg-soft); border-radius: var(--radius); margin-bottom: 14px; }
.avatar-stack { display: flex; }
.avatar { width: 34px; height: 34px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.7rem; font-weight: 800; color: #fff; background: var(--grad-brand); border: 2px solid #fff; margin-left: -12px; }
.avatar:first-child { margin-left: 0; }
.whc-row-text strong { display: block; color: var(--ink); font-size: 0.98rem; }
.whc-row-text span { font-size: 0.8rem; color: var(--text-muted); }
.whc-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.whc-metric { text-align: center; padding: 9px 6px; background: var(--bg-purple); border-radius: var(--radius); }
.whc-metric b { display: block; font-size: 1.1rem; font-weight: 800; color: var(--purple); line-height: 1.1; }
.whc-metric span { font-size: 0.68rem; color: var(--ink-soft); font-weight: 600; line-height: 1.3; display: block; margin-top: 3px; }
@media (max-width: 980px) {
  .wlw-hero-visual { max-width: 520px; margin-top: 10px; }
  .wlw-float { right: 2px; }
  .wlw-hero-card { margin: -90px 12px 0 0; }
}
@media (max-width: 480px) {
  .wlw-photo { margin-left: 10px; }
  .wlw-hero-card { margin: -60px 6px 0 0; }
}

/* 5-step process */
.steps-5 { grid-template-columns: repeat(5, 1fr); }
@media (max-width: 980px) { .steps-5 { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 760px) { .steps-5 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .steps-5 { grid-template-columns: 1fr; } }

/* Role cards */
.roles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 980px) { .roles-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .roles-grid { grid-template-columns: 1fr; } }
.role-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 22px; transition: all var(--transition); }
.role-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); border-color: transparent; }
.role-card h3 { font-size: 1.02rem; margin: 10px 0 6px; }
.role-card p { font-size: 0.9rem; }
.role-card.accent { background: var(--grad-brand-soft); border-color: var(--border); }
.role-stage { display: inline-block; font-size: 0.68rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.04em; border-radius: 999px; padding: 4px 11px; }
.role-stage.front { color: var(--blue-dark); background: var(--bg-tint); }
.role-stage.mid { color: var(--purple); background: var(--bg-purple); }
.role-stage.back { color: var(--orange-dark); background: #fdf1e2; }
.role-stage.support { color: #1d7a3a; background: #e8f6ec; }

/* Model diagram */
.model-visual { position: relative; }
.model-quote { background: var(--grad-brand); color: #fff; border-radius: var(--radius-lg); padding: 30px; box-shadow: var(--shadow-md); margin-bottom: 26px; }
.model-quote svg { width: 26px; height: 26px; color: var(--orange-light); margin-bottom: 12px; }
.model-quote p { color: #fff; font-size: 1.08rem; font-weight: 600; font-style: italic; line-height: 1.55; }
.ring-diagram { position: relative; aspect-ratio: 1/1; max-width: 330px; margin: 0 auto; border: 2px dashed var(--border); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.ring-center { width: 128px; height: 128px; border-radius: 50%; background: var(--grad-brand); color: #fff; display: flex; align-items: center; justify-content: center; text-align: center; font-size: 0.88rem; font-weight: 800; padding: 12px; box-shadow: var(--shadow-md); }
.ring-node { position: absolute; background: #fff; border: 1px solid var(--border); border-radius: 999px; padding: 7px 15px; font-size: 0.78rem; font-weight: 700; color: var(--ink); box-shadow: var(--shadow-sm); white-space: nowrap; }
.ring-node.n1 { top: -10px; left: 50%; transform: translateX(-50%); }
.ring-node.n2 { top: 50%; right: -44px; transform: translateY(-50%); }
.ring-node.n3 { bottom: -10px; left: 50%; transform: translateX(-50%); }
.ring-node.n4 { top: 50%; left: -44px; transform: translateY(-50%); }
@media (max-width: 420px) { .ring-node.n2 { right: -16px; } .ring-node.n4 { left: -16px; } }

/* Scaling diagram */
.scaling { display: flex; align-items: stretch; justify-content: center; gap: 16px; margin-top: 48px; flex-wrap: wrap; }
.scale-step { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 24px 32px; text-align: center; min-width: 168px; box-shadow: var(--shadow-sm); }
.scale-step b { display: block; font-size: 1.5rem; font-weight: 800; color: var(--purple); margin-bottom: 6px; }
.scale-step p { font-size: 0.9rem; font-weight: 600; color: var(--ink-soft); }
.scale-step.final { background: var(--grad-brand); border-color: transparent; }
.scale-step.final b, .scale-step.final p { color: #fff; }
.scale-arrow { align-self: center; color: var(--text-faint); flex-shrink: 0; }
@media (max-width: 640px) { .scaling { flex-direction: column; align-items: center; } .scale-arrow { transform: rotate(90deg); } }

/* Pricing + comparison tables */
.table-wrap { overflow-x: auto; border-radius: var(--radius-lg); border: 1px solid var(--border); box-shadow: var(--shadow-sm); background: #fff; }
.wlw-table { width: 100%; border-collapse: collapse; font-size: 0.95rem; min-width: 640px; }
.wlw-table th { background: var(--grad-brand); color: #fff; text-align: left; padding: 14px 20px; font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.03em; }
.wlw-table td { padding: 16px 20px; border-bottom: 1px solid var(--border); color: var(--ink-soft); vertical-align: top; }
.wlw-table tr:last-child td { border-bottom: none; }
.wlw-table td:first-child { font-weight: 700; color: var(--ink); }
.wlw-table td small { display: block; font-size: 0.8rem; color: var(--text-faint); font-weight: 400; margin-top: 2px; }
.wlw-table tr.accent td { background: var(--bg-purple); }
.compare-table td:nth-child(2) { background: var(--bg-soft); }
.compare-table td:nth-child(3) { background: var(--bg-tint); color: var(--ink); font-weight: 500; }
.table-note { font-size: 0.85rem; color: var(--text-faint); font-style: italic; margin-top: 16px; text-align: center; }
.table-cta { text-align: center; margin-top: 28px; }

/* Case study */
.case-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 40px; max-width: 800px; margin: 0 auto; box-shadow: var(--shadow-sm); }
.case-badge { display: inline-block; font-size: 0.78rem; font-weight: 700; color: var(--purple); background: var(--bg-purple); border-radius: 999px; padding: 7px 14px; margin-bottom: 20px; }
.case-card > p { color: var(--text-muted); margin-bottom: 16px; }
.case-card blockquote { border-left: 4px solid var(--orange); padding: 4px 0 4px 20px; margin: 26px 0 0; color: var(--ink); font-size: 1.1rem; font-weight: 600; font-style: italic; line-height: 1.55; }
.case-card cite { display: block; margin-top: 10px; font-size: 0.88rem; font-style: normal; font-weight: 600; color: var(--text-muted); }

/* Final CTA + on-page staffing form */
.cta-list { list-style: none; display: grid; gap: 12px; margin: 22px 0 26px; }
.cta-list li { display: flex; align-items: center; gap: 11px; font-size: 0.95rem; font-weight: 600; color: var(--ink); }
.cta-list li::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--grad-brand); flex-shrink: 0; }
.cta-alt-link { font-weight: 700; color: var(--blue); font-size: 0.95rem; }
.cta-alt-link:hover { text-decoration: underline; }
.form-split { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 480px) { .form-split { grid-template-columns: 1fr; } }
.form-micro { font-size: 0.8rem; color: var(--text-faint); text-align: center; margin-top: 14px; }
