:root{
  --navy:#0d3158;--navy2:#082643;--blue:#1567b6;--orange:#ff7a12;--green:#0c9b55;
  --ink:#10243a;--muted:#627184;--line:#dfe7ef;--soft:#f4f8fc;--white:#fff;--shadow:0 18px 50px rgba(13,49,88,.12);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}button{cursor:pointer}.container{width:min(1180px,calc(100% - 32px));margin:auto}
.top-setup{display:none;background:#fff3df;color:#7b4300;border-bottom:1px solid #f6d7a2;padding:10px 0;font-size:14px}.top-setup.show{display:block}.top-setup .container{display:flex;gap:14px;justify-content:space-between;align-items:center}.top-setup a{font-weight:800;color:#b55300}
.nav{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);border-bottom:1px solid #edf2f7}.nav-inner{height:86px;display:flex;align-items:center;gap:32px}.brand{display:flex;align-items:center;min-width:230px}.brand img{width:214px;height:auto;display:block}.nav-links{display:flex;align-items:center;gap:26px;margin-left:auto;font-weight:700;font-size:14px}.nav-actions{display:flex;gap:10px}.btn{border:0;border-radius:12px;padding:13px 18px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:.2s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--orange);color:#fff;box-shadow:0 10px 28px rgba(255,122,18,.22)}.btn-secondary{background:var(--navy);color:#fff}.btn-outline{background:#fff;color:var(--navy);border:1px solid #cbd8e5}.btn-small{padding:9px 12px;border-radius:9px;font-size:13px}.menu-btn{display:none;background:#fff;border:1px solid var(--line);border-radius:10px;padding:9px 12px}
/* Hero v3.2 — image-first cinematic carousel */
.hero-carousel{position:relative;height:clamp(627px,68vh,713px);min-height:627px;background:#071f36;color:#fff;overflow:hidden;isolation:isolate}
.hero-track{position:absolute;inset:0}
.hero-slide{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .72s ease;z-index:1;will-change:opacity}
.hero-slide.is-active{opacity:1;pointer-events:auto;z-index:2}
.hero-slide.is-exiting{opacity:0;z-index:1}
.hero-media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1);filter:saturate(1.025) contrast(1.015);will-change:transform}
.hero-slide.is-active .hero-media{animation:heroKenBurns 4s ease-out both}
@keyframes heroKenBurns{from{transform:scale(1)}to{transform:scale(1.025)}}

/* Each slide has its own composition so faces and the main action remain visible. */
.hero-slide-transform .hero-media{object-position:50% 48%}
.hero-slide-contractor .hero-media{object-position:50% 47%}
.hero-slide-worker .hero-media{object-position:50% 48%}
.hero-slide-employer .hero-media{object-position:54% 48%}
.hero-slide-ecosystem .hero-media{object-position:50% 46%}
.hero-shade{position:absolute;inset:0;z-index:1;pointer-events:none}
.hero-shade-transform{background:linear-gradient(90deg,rgba(3,18,31,.86) 0%,rgba(4,22,39,.66) 27%,rgba(4,22,39,.18) 56%,rgba(4,22,39,.04) 78%),linear-gradient(180deg,rgba(3,18,31,.06),rgba(3,18,31,.12) 66%,rgba(3,18,31,.46))}
.hero-shade-leadership{background:linear-gradient(90deg,rgba(3,18,31,.84) 0%,rgba(4,22,39,.61) 28%,rgba(4,22,39,.12) 54%,rgba(4,22,39,.02) 78%),linear-gradient(180deg,rgba(3,18,31,.04),rgba(3,18,31,.10) 66%,rgba(3,18,31,.38))}
.hero-shade-worker{background:linear-gradient(270deg,rgba(3,18,31,.86) 0%,rgba(4,22,39,.64) 28%,rgba(4,22,39,.16) 58%,rgba(4,22,39,.02) 80%),linear-gradient(180deg,rgba(3,18,31,.04),rgba(3,18,31,.10) 66%,rgba(3,18,31,.42))}
.hero-shade-employer{background:linear-gradient(90deg,rgba(3,18,31,.86) 0%,rgba(4,22,39,.62) 28%,rgba(4,22,39,.12) 55%,rgba(4,22,39,.02) 78%),linear-gradient(180deg,rgba(3,18,31,.04),rgba(3,18,31,.10) 66%,rgba(3,18,31,.40))}
.hero-shade-ecosystem{background:linear-gradient(180deg,rgba(3,18,31,.68) 0%,rgba(3,18,31,.38) 25%,rgba(3,18,31,.05) 52%,rgba(3,18,31,.32) 100%)}

.hero-slide-inner{height:100%;position:relative;z-index:3;display:flex;align-items:center;padding:42px 0 78px}
.hero-align-left{justify-content:flex-start}.hero-align-right{justify-content:flex-end}.hero-align-top-center{justify-content:center;align-items:flex-start;padding-top:42px}
.hero-copy{width:min(520px,44vw);padding:0;background:transparent;border:0;box-shadow:none;backdrop-filter:none;text-shadow:0 2px 24px rgba(0,0,0,.28)}
.hero-copy-compact{width:min(500px,42vw)}
.hero-copy-right{margin-left:auto}.hero-copy-center{width:min(760px,70vw);text-align:center}.hero-copy-ecosystem{width:min(810px,72vw)}
.hero-copy>*{opacity:0;transform:translate3d(-30px,0,0)}
.hero-copy-right>*{transform:translate3d(30px,0,0)}
.hero-copy-center>*{transform:translate3d(0,22px,0)}
.hero-slide.is-active .hero-copy>*{animation:heroContent .64s cubic-bezier(.22,.61,.36,1) forwards}
.hero-slide.is-active .hero-copy>*:nth-child(1){animation-delay:.10s}.hero-slide.is-active .hero-copy>*:nth-child(2){animation-delay:.17s}.hero-slide.is-active .hero-copy>*:nth-child(3){animation-delay:.24s}.hero-slide.is-active .hero-copy>*:nth-child(4){animation-delay:.31s}.hero-slide.is-active .hero-copy>*:nth-child(5){animation-delay:.38s}
@keyframes heroContent{to{opacity:1;transform:translate3d(0,0,0)}}
.eyebrow{display:inline-flex;gap:8px;align-items:center;border:1px solid rgba(255,255,255,.28);background:rgba(4,24,43,.34);padding:7px 11px;border-radius:999px;font-size:11px;font-weight:850;letter-spacing:.05em;color:#fff;backdrop-filter:blur(4px)}
.hero-copy h1{font-size:clamp(38px,3.35vw,54px);line-height:1.02;margin:14px 0 12px;letter-spacing:-.038em;text-wrap:balance}
.hero-copy h1 span{color:#ff8a2b}.hero-copy p{font-size:16px;line-height:1.55;color:#f0f5fa;max-width:560px;margin:0;text-shadow:0 2px 18px rgba(0,0,0,.38)}
.hero-copy-center p{margin-left:auto;margin-right:auto;max-width:650px}.hero-points{display:flex;gap:8px;flex-wrap:wrap;margin-top:17px}.hero-copy-center .hero-points{justify-content:center}
.hero-points span{display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(255,255,255,.20);background:rgba(4,24,43,.38);backdrop-filter:blur(6px);padding:7px 10px;border-radius:999px;font-size:11px;font-weight:800;color:#fff}
.hero-points i{font-style:normal;width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.13);color:#86efb7;font-size:11px}
.hero-ctas{display:flex;gap:10px;flex-wrap:wrap;margin-top:19px}.hero-ctas-center{justify-content:center}.hero-ctas .btn{min-height:46px;padding:12px 16px}.btn-glass{background:rgba(4,24,43,.34);color:#fff;border:1px solid rgba(255,255,255,.38);box-shadow:none;backdrop-filter:blur(5px)}.btn-glass:hover{background:rgba(4,24,43,.52)}
.hero-ecosystem-links{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:17px}.hero-ecosystem-links a{border:1px solid rgba(255,255,255,.22);border-radius:12px;background:rgba(4,24,43,.36);backdrop-filter:blur(6px);padding:9px 8px;font-size:11px;font-weight:850;transition:.2s ease;text-shadow:none}.hero-ecosystem-links a:hover{background:rgba(4,24,43,.56);transform:translateY(-1px)}.hero-ecosystem-links a.current{border-color:rgba(255,138,43,.8);background:rgba(255,122,18,.24)}.hero-ecosystem-links small{display:block;margin-top:2px;color:#dce8f3;font-size:9px;font-weight:650}

.hero-controls{position:absolute;z-index:8;left:50%;bottom:16px;transform:translateX(-50%);display:flex;align-items:center;gap:8px;padding:7px 9px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(3,20,36,.58);backdrop-filter:blur(13px);box-shadow:0 14px 36px rgba(0,0,0,.18)}
.hero-arrow{width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.08);color:#fff;font-size:25px;line-height:1;display:grid;place-items:center;padding:0;transition:.2s}.hero-arrow:hover{background:rgba(255,255,255,.18);transform:translateY(-1px)}
.hero-dots{display:flex;align-items:center;gap:5px}.hero-dot{width:31px;height:31px;padding:0;border:1px solid rgba(255,255,255,.15);border-radius:999px;background:rgba(255,255,255,.08);color:rgba(255,255,255,.70);font-size:9px;font-weight:900;letter-spacing:.02em;transition:.25s ease}.hero-dot:hover{background:rgba(255,255,255,.16);color:#fff}.hero-dot.is-active{width:36px;background:#ff861f;border-color:#ff9a4b;color:#fff;box-shadow:0 6px 18px rgba(255,122,18,.28)}
.hero-progress{width:94px;height:4px;border-radius:999px;overflow:hidden;background:rgba(255,255,255,.18);margin-left:2px}.hero-progress i{display:block;width:0;height:100%;background:linear-gradient(90deg,#ff861f,#18aa67);border-radius:inherit}.hero-progress i.is-running{animation:heroTimer 4s linear forwards}@keyframes heroTimer{from{width:0}to{width:100%}}
.hero-carousel + .section{padding-top:46px}
.section{padding:72px 0}.section-soft{background:var(--soft)}.section-dark{background:linear-gradient(120deg,#082643,#0d3158);color:#fff}.section-title{text-align:center;max-width:760px;margin:0 auto 34px}.section-title h2{font-size:36px;line-height:1.1;margin:0 0 12px;letter-spacing:-.02em}.section-title p{color:var(--muted);margin:0;line-height:1.7}.section-dark .section-title p{color:#cbd9e7}
.entry-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.entry-card{border:1px solid var(--line);border-radius:20px;padding:28px;background:#fff;box-shadow:0 12px 30px rgba(13,49,88,.06);position:relative;overflow:hidden}.entry-card:after{content:"";position:absolute;width:170px;height:170px;border-radius:50%;right:-70px;top:-70px;background:rgba(255,122,18,.07)}.entry-card.blue:after{background:rgba(21,103,182,.08)}.entry-card h3{font-size:26px;margin:0 0 8px}.entry-card p{color:var(--muted);margin:0 0 18px}.check-list{display:grid;gap:10px;margin:18px 0 24px}.check-list div:before{content:"✓";display:inline-grid;place-items:center;width:20px;height:20px;border-radius:50%;margin-right:9px;background:#e7f7ef;color:var(--green);font-size:12px;font-weight:900}
.flow{display:grid;grid-template-columns:repeat(8,1fr);gap:10px}.flow-item{background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px 10px;text-align:center;min-height:104px;display:grid;place-items:center;align-content:center}.flow-item strong{font-size:12px}.flow-icon{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#eef5fb;color:var(--blue);font-weight:900;margin-bottom:8px}.flow-arrow{display:none}
.work-grid{display:grid;grid-template-columns:.9fr 1.3fr 1fr;gap:20px}.card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px}.mode-cards{display:grid;grid-template-columns:1fr 1fr;gap:12px}.mode{border:1px solid var(--line);border-radius:14px;padding:18px}.mode h4{margin:8px 0}.mode p{font-size:13px;color:var(--muted)}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.category{border:1px solid var(--line);background:#fff;border-radius:12px;padding:14px 10px;text-align:center;font-size:13px;font-weight:700;transition:.2s}.category:hover{border-color:#9ac2e8;transform:translateY(-2px)}.category span{display:block;font-size:20px;margin-bottom:6px}.benefits{display:grid;gap:12px}.benefit{display:flex;gap:10px;align-items:flex-start}.benefit i{font-style:normal;width:24px;height:24px;border-radius:50%;background:#fff0e6;color:var(--orange);display:grid;place-items:center;font-weight:900;flex:0 0 auto}
.os-row{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;align-items:stretch}.os-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:18px}.os-card small{color:#bcd0e2}.os-card b{display:block;font-size:18px;margin-top:8px}.os-card .num{font-size:28px;color:#fff;margin-top:6px}.passport-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.passport{display:grid;grid-template-columns:110px 1fr;gap:20px;align-items:center}.avatar{width:110px;height:110px;border-radius:18px;background:linear-gradient(135deg,#ffb45c,#0d3158);display:grid;place-items:center;color:#fff;font-size:36px;font-weight:900}.passport h3{margin:0 0 4px;font-size:24px}.passport-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:18px}.pstat{background:var(--soft);border-radius:10px;padding:10px;text-align:center}.pstat b{display:block;font-size:20px}.pstat small{font-size:10px;color:var(--muted)}.business-tools{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.tool{border:1px solid var(--line);border-radius:12px;padding:16px;text-align:center;background:#fff}.tool b{display:block;font-size:13px;margin-top:8px}
.ecosystem{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.eco{border:1px solid var(--line);border-radius:16px;padding:18px;background:#fff;display:flex;gap:12px;align-items:center}.eco i{font-style:normal;width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:#eef5fb;color:var(--blue);font-weight:900}.eco.current{border-color:#ffbc8b;background:#fff8f2}.eco.current i{background:#fff0e6;color:var(--orange)}
.cta{background:linear-gradient(120deg,#082643,#0f4773);color:#fff;padding:42px 0}.cta-inner{display:grid;grid-template-columns:1.1fr .9fr .9fr;align-items:center;gap:24px}.cta h2{margin:0;font-size:36px}.cta p{color:#d3e0ec;margin:6px 0 0}.footer{background:#fff;padding:42px 0 24px;border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:28px}.footer img{width:200px}.footer h4{margin:0 0 12px}.footer a,.footer p{display:block;color:var(--muted);font-size:13px;line-height:1.9}.footer-bottom{border-top:1px solid var(--line);margin-top:28px;padding-top:18px;color:var(--muted);font-size:12px;display:flex;justify-content:space-between;gap:12px}
.modal{position:fixed;inset:0;background:rgba(4,20,35,.66);z-index:100;display:none;align-items:center;justify-content:center;padding:20px}.modal.show{display:flex}.modal-box{width:min(620px,100%);max-height:88vh;overflow:auto;background:#fff;border-radius:22px;box-shadow:var(--shadow)}.modal-head{padding:22px 24px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.modal-head h3{margin:0}.modal-close{border:0;background:#eef3f8;border-radius:10px;width:34px;height:34px;font-size:20px}.modal-body{padding:24px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{display:grid;gap:6px}.field.full{grid-column:1/-1}.field label{font-size:12px;font-weight:800}.field input,.field select,.field textarea{width:100%;padding:13px;border:1px solid #ced9e4;border-radius:10px;outline:none;background:#fff}.field input:focus,.field select:focus,.field textarea:focus{border-color:#69a4d9;box-shadow:0 0 0 3px rgba(21,103,182,.08)}.form-note{font-size:12px;color:var(--muted);margin:12px 0}.alert{padding:12px 14px;border-radius:10px;margin:0 0 14px;display:none}.alert.show{display:block}.alert.ok{background:#e9f8f0;color:#147244}.alert.err{background:#fff0ef;color:#a8322b}.tabs{display:flex;gap:8px;margin-bottom:18px}.tab{flex:1;border:1px solid var(--line);background:#fff;border-radius:10px;padding:10px;font-weight:800}.tab.active{background:var(--navy);color:#fff;border-color:var(--navy)}
.app-shell{min-height:100vh;background:var(--soft)}.app-top{background:#fff;border-bottom:1px solid var(--line)}.app-top .container{height:78px;display:flex;align-items:center;justify-content:space-between;gap:16px}.app-top img{width:190px}.app-main{padding:32px 0 70px}.panel{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;box-shadow:0 12px 30px rgba(13,49,88,.05)}.panel h2,.panel h3{margin-top:0}.dashboard-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}.dash-stat{background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px}.dash-stat b{font-size:28px;display:block}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:12px}.table{width:100%;border-collapse:collapse;min-width:920px}.table th,.table td{padding:12px;border-bottom:1px solid #edf1f5;text-align:left;font-size:13px}.table th{background:#f7fafc;color:#526378;position:sticky;top:0}.badge{display:inline-block;padding:5px 8px;border-radius:999px;background:#eef4f9;font-size:11px;font-weight:800}.badge.green{background:#e6f7ee;color:#147244}.badge.orange{background:#fff0e6;color:#b65609}.badge.red{background:#ffeceb;color:#a8322b}.toolbar{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:14px}.toolbar .field{min-width:180px}.setup-wrap{min-height:100vh;background:var(--soft);padding:28px 16px}.setup-card{width:min(960px,100%);margin:auto;background:#fff;border-radius:22px;overflow:hidden;box-shadow:var(--shadow)}.setup-head{background:var(--navy);color:#fff;padding:34px}.setup-head h1{margin:0;font-size:38px}.setup-head p{margin:8px 0 0;color:#d6e4f1}.setup-body{padding:32px}.notice{padding:15px 16px;border-radius:12px;background:#eef6ff;color:#244968;margin-bottom:16px}.notice.warn{background:#fff5e8;color:#8f4e06}.notice.error{background:#fff0ef;color:#a8322b}.notice.success{background:#e9f8f0;color:#147244}
@media (max-width:1000px){.nav-links{display:none}.menu-btn{display:block;margin-left:auto}.nav-actions{display:none}.hero-inner{grid-template-columns:1fr}.work-grid{grid-template-columns:1fr}.flow{grid-template-columns:repeat(4,1fr)}.passport-grid{grid-template-columns:1fr}.os-row{grid-template-columns:repeat(2,1fr)}.ecosystem{grid-template-columns:repeat(2,1fr)}.cta-inner{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.dashboard-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:680px){.container{width:min(100% - 22px,1180px)}.nav-inner{height:74px}.brand{min-width:0}.brand img{width:176px}.hero-inner{padding:52px 0}.hero h1{font-size:44px}.hero p{font-size:16px}.entry-grid{grid-template-columns:1fr}.flow{grid-template-columns:repeat(2,1fr)}.mode-cards{grid-template-columns:1fr}.category-grid{grid-template-columns:repeat(2,1fr)}.os-row{grid-template-columns:1fr}.passport{grid-template-columns:1fr}.passport-stats{grid-template-columns:repeat(2,1fr)}.business-tools{grid-template-columns:repeat(2,1fr)}.ecosystem{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.dashboard-grid{grid-template-columns:1fr}.section{padding:54px 0}.section-title h2{font-size:30px}.setup-head h1{font-size:30px}.setup-body{padding:20px}}


@media (max-width:1000px){
  .hero-carousel{height:690px;min-height:690px}.hero-slide-inner{padding:38px 0 78px}.hero-copy,.hero-copy-compact{width:min(520px,62vw)}.hero-copy-center,.hero-copy-ecosystem{width:min(760px,86vw)}
  .hero-slide-transform .hero-media{object-position:55% center}.hero-slide-contractor .hero-media{object-position:55% center}.hero-slide-worker .hero-media{object-position:48% center}.hero-slide-employer .hero-media{object-position:58% center}.hero-slide-ecosystem .hero-media{object-position:52% center}
}
@media (max-width:680px){
  .hero-carousel{height:759px;min-height:759px}.hero-media{object-position:center center}.hero-slide-transform .hero-media{object-position:61% center}.hero-slide-contractor .hero-media{object-position:58% center}.hero-slide-worker .hero-media{object-position:42% center}.hero-slide-employer .hero-media{object-position:60% center}.hero-slide-ecosystem .hero-media{object-position:64% center}
  .hero-shade,.hero-shade-transform,.hero-shade-leadership,.hero-shade-worker,.hero-shade-employer,.hero-shade-ecosystem{background:linear-gradient(180deg,rgba(3,18,31,.05) 0%,rgba(4,22,39,.18) 31%,rgba(4,22,39,.77) 59%,rgba(4,22,39,.96) 100%)}
  .hero-slide-inner,.hero-align-top-center{align-items:flex-end;justify-content:flex-start;padding:22px 0 78px}.hero-copy,.hero-copy-compact,.hero-copy-center,.hero-copy-ecosystem{width:100%;text-align:left;padding:15px 15px 14px;border-radius:16px;background:linear-gradient(135deg,rgba(4,24,43,.74),rgba(4,24,43,.48));backdrop-filter:blur(6px);text-shadow:none}.hero-copy-right{margin-left:0}.hero-copy-center p{margin-left:0;margin-right:0}.hero-copy h1{font-size:clamp(31px,9.4vw,42px);margin:10px 0 9px}.hero-copy p{font-size:13.5px;line-height:1.46}.eyebrow{font-size:9px;padding:6px 9px}.hero-points{margin-top:11px;gap:5px}.hero-copy-center .hero-points{justify-content:flex-start}.hero-points span{font-size:9px;padding:5px 7px}.hero-points i{width:18px;height:18px;font-size:9px}.hero-ctas,.hero-ctas-center{margin-top:12px;gap:7px;justify-content:flex-start}.hero-ctas .btn{padding:10px 12px;font-size:11px;min-height:40px}.hero-ecosystem-links{grid-template-columns:repeat(2,1fr);margin-top:11px;gap:5px}.hero-ecosystem-links a{font-size:9px;padding:7px}.hero-controls{bottom:10px;gap:5px;padding:6px 7px}.hero-arrow{width:30px;height:30px;font-size:20px}.hero-dot{width:24px;height:24px;font-size:8px}.hero-dot.is-active{width:28px}.hero-progress{display:none}.hero-carousel + .section{padding-top:38px}
}
@media (prefers-reduced-motion:reduce){.hero-slide,.hero-media,.hero-copy>*{transition:none!important;animation:none!important}.hero-progress i{animation:none!important}}


/* Hero v3.4 — user correction: ONLY slide 1 is centered.
   Slides 2–5 deliberately retain the v3.2 individual left/right/center compositions. */
.hero-slide-transform .hero-slide-inner{
  justify-content:center;
  align-items:center;
}
.hero-slide-transform .hero-copy{
  width:min(760px,68vw);
  text-align:center;
}
.hero-slide-transform .hero-copy>*{
  transform:translate3d(0,22px,0);
}
.hero-slide-transform .hero-copy p{
  max-width:650px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}
.hero-slide-transform .hero-points,
.hero-slide-transform .hero-ctas{
  justify-content:center;
}

@media (max-width:1000px){
  .hero-slide-transform .hero-copy{width:min(700px,78vw);text-align:center}
  .hero-slide-transform .hero-copy p{margin-left:auto;margin-right:auto;text-align:center}
  .hero-slide-transform .hero-points,.hero-slide-transform .hero-ctas{justify-content:center}
}

@media (max-width:680px){
  .hero-slide-transform .hero-slide-inner{justify-content:center;align-items:flex-end}
  .hero-slide-transform .hero-copy{width:100%;text-align:center}
  .hero-slide-transform .hero-copy p{margin-left:auto;margin-right:auto;text-align:center}
  .hero-slide-transform .hero-points,.hero-slide-transform .hero-ctas{justify-content:center}
}

/* Hero v3.5 — slide 1 only: move the readability shadow from the left edge to the centre.
   The Labour Chowk and organised-site sides remain visually open; the darker band sits behind
   the centred heading/statement so the background story stays visible on both sides. */
@media (min-width:681px){
  .hero-shade-transform{
    background:
      linear-gradient(90deg,
        rgba(3,18,31,0) 0%,
        rgba(3,18,31,.02) 18%,
        rgba(3,18,31,.18) 31%,
        rgba(3,18,31,.54) 43%,
        rgba(3,18,31,.68) 50%,
        rgba(3,18,31,.54) 57%,
        rgba(3,18,31,.18) 69%,
        rgba(3,18,31,.02) 82%,
        rgba(3,18,31,0) 100%),
      linear-gradient(180deg,
        rgba(3,18,31,.05) 0%,
        rgba(3,18,31,.06) 58%,
        rgba(3,18,31,.30) 100%);
  }
}


/* Hero v3.6 — new first slide: the original Workforce OS message over the supplied
   golden-hour construction image. The live workforce card is real HTML, database-backed,
   and intentionally translucent so the construction scene remains visible behind it. */
.hero-slide-workforce .hero-media{object-position:center center;filter:saturate(1.035) contrast(1.02)}
.hero-shade-workforce{
  background:
    linear-gradient(90deg,rgba(3,18,31,.22) 0%,rgba(3,18,31,.08) 43%,rgba(3,18,31,.06) 100%),
    linear-gradient(180deg,rgba(3,18,31,.02) 0%,rgba(3,18,31,.05) 65%,rgba(3,18,31,.25) 100%);
}
.hero-workforce-layout{justify-content:space-between;gap:48px;align-items:center}
.hero-command-copy{width:min(620px,52vw);text-shadow:0 2px 26px rgba(0,0,0,.34)}
.hero-command-copy h1{font-size:clamp(46px,4.2vw,68px);line-height:.98;max-width:650px;margin-top:16px}
.hero-command-copy h1 span{display:inline-block;margin-top:8px;color:#ff7f1c}
.hero-command-copy p{max-width:610px;font-size:16.5px;line-height:1.58;color:#f5f9fc}
.hero-trust-row{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:24px;color:#fff;font-size:12px;font-weight:820;text-shadow:0 2px 12px rgba(0,0,0,.35)}
.hero-trust-row span{display:inline-flex;align-items:center;gap:7px}.hero-trust-row i{font-style:normal;color:#6cf0ad;font-size:15px}

.hero-workforce-card{position:relative;width:min(430px,38vw);overflow:hidden;border:1px solid rgba(255,255,255,.30);border-radius:24px;padding:24px;background:linear-gradient(145deg,rgba(4,27,47,.48),rgba(10,54,87,.27));backdrop-filter:blur(19px) saturate(1.18);-webkit-backdrop-filter:blur(19px) saturate(1.18);box-shadow:0 28px 70px rgba(2,15,27,.30),inset 0 1px 0 rgba(255,255,255,.20);color:#fff;opacity:0;transform:translate3d(28px,0,0)}
.hero-slide-workforce.is-active .hero-workforce-card{animation:heroWorkforceCard .72s .20s cubic-bezier(.22,.61,.36,1) forwards}
@keyframes heroWorkforceCard{to{opacity:1;transform:translate3d(0,0,0)}}
.workforce-card-glow{position:absolute;width:190px;height:190px;border-radius:50%;right:-74px;top:-88px;background:radial-gradient(circle,rgba(81,222,159,.24),rgba(81,222,159,0) 68%);pointer-events:none}
.workforce-card-head{position:relative;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:17px;border-bottom:1px solid rgba(255,255,255,.16)}
.workforce-card-head small{display:block;margin-bottom:5px;color:#9ee8c3;font-size:9px;font-weight:900;letter-spacing:.16em}.workforce-card-head h2{margin:0;font-size:20px;line-height:1.15;letter-spacing:-.02em}
.live-pill{display:inline-flex;align-items:center;gap:7px;padding:6px 9px;border-radius:999px;border:1px solid rgba(111,240,170,.30);background:rgba(16,149,83,.14);color:#8ff1bc;font-size:10px;font-weight:900;white-space:nowrap}.live-pill b{width:7px;height:7px;border-radius:50%;background:#31d47e;box-shadow:0 0 0 5px rgba(49,212,126,.10);animation:livePulse 1.8s ease-in-out infinite}@keyframes livePulse{50%{box-shadow:0 0 0 8px rgba(49,212,126,0)}}
.workforce-trades{display:grid;gap:14px;padding:18px 0 16px}.workforce-trade>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:7px}.workforce-trade span{font-size:12px;color:#eef7fc}.workforce-trade strong{font-size:12px}.workforce-bar{height:5px;border-radius:999px;background:rgba(255,255,255,.13);overflow:hidden}.workforce-bar i{display:block;height:100%;width:0;border-radius:inherit;background:linear-gradient(90deg,#ff8a2b,#43dfa0);transition:width .55s ease}
.workforce-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.workforce-stats>div{padding:12px 11px;border:1px solid rgba(255,255,255,.13);border-radius:14px;background:rgba(255,255,255,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.07)}.workforce-stats small{display:block;color:#c9dae7;font-size:9px;font-weight:760;margin-bottom:4px}.workforce-stats strong{font-size:24px;line-height:1}.workforce-stats strong.orange{color:#ff983f}
.workforce-card-foot{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-top:17px;padding-top:15px;border-top:1px solid rgba(255,255,255,.16)}.workforce-card-foot div small{display:block;color:#c9dae7;font-size:9px;margin-bottom:2px}.workforce-card-foot div strong{font-size:24px;line-height:1}.workforce-card-foot>span{font-size:9px;color:#9ee8c3;font-weight:780;text-align:right}

@media (max-width:1000px){
  .hero-slide-workforce .hero-media{object-position:57% center}
  .hero-workforce-layout{gap:24px}
  .hero-command-copy{width:min(520px,52vw)}
  .hero-command-copy h1{font-size:clamp(40px,5.2vw,56px)}
  .hero-workforce-card{width:min(390px,42vw);padding:20px}
  .hero-trust-row{gap:12px}
}
@media (max-width:680px){
  .hero-slide-workforce .hero-media{object-position:66% center}
  .hero-shade-workforce{background:linear-gradient(180deg,rgba(3,18,31,.14) 0%,rgba(3,18,31,.32) 33%,rgba(3,18,31,.86) 65%,rgba(3,18,31,.97) 100%)}
  .hero-slide-workforce .hero-slide-inner{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-end;gap:10px;padding:20px 0 62px}
  .hero-command-copy{width:100%;padding:0 4px;text-align:left;text-shadow:0 2px 18px rgba(0,0,0,.36)}
  .hero-command-copy h1{font-size:clamp(31px,9.2vw,40px);margin:8px 0 8px}.hero-command-copy h1 span{margin-top:4px}.hero-command-copy p{font-size:12.5px;line-height:1.42}.hero-command-copy .eyebrow{font-size:8px}.hero-command-copy .hero-ctas{margin-top:10px}.hero-command-copy .hero-ctas .btn{font-size:10px;padding:9px 11px;min-height:38px}.hero-trust-row{margin-top:9px;gap:10px;font-size:9px}.hero-trust-row i{font-size:11px}
  .hero-workforce-card{width:100%;padding:13px 14px;border-radius:17px;background:linear-gradient(145deg,rgba(4,27,47,.68),rgba(10,54,87,.43));backdrop-filter:blur(13px);-webkit-backdrop-filter:blur(13px)}
  .workforce-card-head{padding-bottom:9px}.workforce-card-head small{font-size:7px;margin-bottom:2px}.workforce-card-head h2{font-size:14px}.live-pill{font-size:8px;padding:4px 7px}.live-pill b{width:5px;height:5px}.workforce-trades{grid-template-columns:repeat(3,1fr);gap:7px;padding:10px 0 9px}.workforce-trade>div:first-child{display:block;margin-bottom:4px}.workforce-trade span,.workforce-trade strong{font-size:8px}.workforce-trade strong{display:block;margin-top:2px}.workforce-bar{height:3px}.workforce-stats{gap:6px}.workforce-stats>div{padding:8px 8px;border-radius:10px}.workforce-stats small{font-size:7px}.workforce-stats strong{font-size:17px}.workforce-card-foot{margin-top:9px;padding-top:9px}.workforce-card-foot div small,.workforce-card-foot>span{font-size:7px}.workforce-card-foot div strong{font-size:17px}
}

/* Navigation v3.8 — premium compact platform navigation */
.nav{
  position:sticky;top:0;z-index:80;
  background:rgba(255,255,255,.88);
  -webkit-backdrop-filter:blur(22px) saturate(1.25);
  backdrop-filter:blur(22px) saturate(1.25);
  border-bottom:1px solid rgba(13,49,88,.08);
  box-shadow:0 8px 34px rgba(13,49,88,.055);
}
.nav-accent{position:absolute;inset:0 0 auto;height:3px;display:grid;grid-template-columns:1fr 1fr 1fr;pointer-events:none;opacity:.9}
.nav-accent span:nth-child(1){background:#0d3158}.nav-accent span:nth-child(2){background:#ff7a12}.nav-accent span:nth-child(3){background:#0c9b55}
.nav-inner{height:80px;display:flex;align-items:center;gap:22px}
.brand{min-width:188px;flex:0 0 auto;transition:transform .22s ease}.brand:hover{transform:translateY(-1px)}.brand img{width:188px;height:auto}
.nav-links{display:flex;align-items:center;gap:5px;margin-left:auto;font-size:12.5px;font-weight:780}
.nav-link{position:relative;display:flex;align-items:center;gap:7px;padding:10px 11px;border-radius:12px;color:#31485f;transition:background .2s ease,color .2s ease,transform .2s ease;white-space:nowrap}
.nav-link::after{content:"";position:absolute;left:13px;right:13px;bottom:5px;height:2px;border-radius:999px;background:linear-gradient(90deg,#ff7a12,#0c9b55);transform:scaleX(0);opacity:0;transition:.22s ease}
.nav-link:hover{background:rgba(13,49,88,.055);color:#0d3158;transform:translateY(-1px)}
.nav-link.is-active{background:linear-gradient(135deg,rgba(13,49,88,.075),rgba(255,122,18,.055));color:#0d3158}
.nav-link.is-active::after{transform:scaleX(1);opacity:1}
.nav-icon,.action-icon,.chev,.menu-btn svg,.menu-ico svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.nav-icon{width:16px;height:16px;color:#55718b;transition:.2s ease}.nav-link:hover .nav-icon,.nav-link.is-active .nav-icon{color:#ff7a12}
.nav-actions{display:flex;align-items:center;gap:9px;margin-left:5px}
.nav-actions .btn{height:44px;border-radius:13px;padding:0 14px;font-size:12.5px;font-weight:850;box-shadow:none}
.action-icon{width:16px;height:16px}
.nav-login{background:rgba(255,255,255,.72);color:#0d3158;border:1px solid rgba(13,49,88,.14)}
.nav-login:hover{background:#fff;border-color:rgba(13,49,88,.28);box-shadow:0 8px 20px rgba(13,49,88,.08)}
.start-wrap{position:relative}
.nav-start{background:linear-gradient(135deg,#ff861f,#ff6f08);color:#fff;border:1px solid rgba(255,255,255,.2);box-shadow:0 10px 24px rgba(255,122,18,.22)!important}
.nav-start:hover{box-shadow:0 13px 28px rgba(255,122,18,.3)!important}.nav-start .chev{width:14px;height:14px;transition:transform .2s ease}.start-wrap.is-open .nav-start .chev{transform:rotate(180deg)}
.start-menu{position:absolute;right:0;top:calc(100% + 12px);width:286px;padding:8px;border:1px solid rgba(13,49,88,.10);border-radius:17px;background:rgba(255,255,255,.96);box-shadow:0 22px 54px rgba(7,34,61,.18);backdrop-filter:blur(18px);opacity:0;visibility:hidden;transform:translateY(-7px) scale(.98);transform-origin:top right;transition:.2s ease}
.start-wrap.is-open .start-menu{opacity:1;visibility:visible;transform:translateY(0) scale(1)}
.start-menu button{width:100%;display:grid;grid-template-columns:38px 1fr;gap:10px;align-items:center;text-align:left;border:0;background:transparent;border-radius:12px;padding:10px;color:#16324e;transition:.18s ease}
.start-menu button:hover{background:#f4f8fc}.start-menu button+button{margin-top:3px}.start-menu b{display:block;font-size:12px}.start-menu small{display:block;margin-top:2px;color:#708196;font-size:10px}
.menu-ico{width:38px;height:38px;border-radius:11px;display:grid;place-items:center}.menu-ico svg{width:18px;height:18px}.worker-ico{background:#fff1e7;color:#ff7a12}.site-ico{background:#eaf7f1;color:#0c9b55}
.menu-btn{display:none;width:42px;height:42px;padding:0;place-items:center;background:rgba(255,255,255,.76);border:1px solid rgba(13,49,88,.14);border-radius:12px;color:#0d3158}.menu-btn svg{width:20px;height:20px}
.mobile-menu{position:fixed;top:86px;left:12px;right:12px;z-index:90;padding:10px;border:1px solid rgba(13,49,88,.10);border-radius:18px;background:rgba(255,255,255,.97);backdrop-filter:blur(20px);box-shadow:0 24px 60px rgba(7,34,61,.2);animation:navMenuIn .2s ease both}
@keyframes navMenuIn{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}
.mobile-menu .mobile-nav-link{display:flex;align-items:center;gap:11px;padding:12px;border-radius:12px;color:#17324e;font-size:13px;font-weight:800}
.mobile-menu .mobile-nav-link:hover{background:#f3f7fb}.mobile-menu .mobile-nav-link svg{width:18px;height:18px;fill:none;stroke:#ff7a12;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.mobile-menu .mobile-divider{height:1px;background:#e7edf3;margin:7px 4px}.mobile-menu .mobile-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:5px 2px 2px}.mobile-menu .mobile-actions button{border:0;border-radius:12px;padding:11px;font-size:12px;font-weight:850}.mobile-menu .mobile-login{background:#eef4f9;color:#0d3158}.mobile-menu .mobile-start{background:#ff7a12;color:#fff}
@media (max-width:1120px){.nav-links{gap:2px}.nav-link{padding:10px 8px}.brand{min-width:172px}.brand img{width:172px}.nav-actions .btn{padding:0 12px}}
@media (max-width:1000px){.nav-links{display:none}.nav-actions{display:none}.menu-btn{display:grid;margin-left:auto}.nav-inner{height:76px}.brand{min-width:0}.brand img{width:180px}.mobile-menu{top:82px}}
@media (max-width:680px){.nav-inner{height:70px}.brand img{width:164px}.mobile-menu{top:76px}.nav-accent{height:2px}}

/* Layout v3.9 — consistent 5% page gutters everywhere.
   All primary page and navigation content now uses 90% of the viewport,
   leaving exactly 5% breathing room on each side at every breakpoint. */
.container{
  width:90%;
  max-width:none;
  margin-left:auto;
  margin-right:auto;
}
.setup-wrap{
  padding-left:0;
  padding-right:0;
}
.setup-card{
  width:90%;
  max-width:none;
  margin-left:auto;
  margin-right:auto;
}
.mobile-menu{
  left:5%;
  right:5%;
}
@media (max-width:680px){
  .container{
    width:90%;
    max-width:none;
  }
  .setup-card{
    width:90%;
    max-width:none;
  }
}

/* v4.0 — responsive Daily Work / Regular Work experience */
.work-modes-section{position:relative;overflow:hidden;background:linear-gradient(180deg,#fbfdff 0%,#fff 48%,#f8fbff 100%);padding:72px 0 58px}
.work-modes-section:before,.work-modes-section:after{content:"";position:absolute;border-radius:999px;filter:blur(6px);pointer-events:none;opacity:.5}
.work-modes-section:before{width:360px;height:360px;left:-170px;top:80px;background:radial-gradient(circle,rgba(255,122,24,.11),transparent 68%)}
.work-modes-section:after{width:420px;height:420px;right:-220px;top:40px;background:radial-gradient(circle,rgba(25,114,214,.1),transparent 68%)}
.work-modes-head{text-align:center;max-width:940px;margin:0 auto 36px;position:relative;z-index:1}
.work-modes-kicker{display:inline-flex;align-items:center;gap:14px;color:#f26a21;font-size:.78rem;font-weight:800;letter-spacing:.24em;margin-bottom:12px}
.work-modes-kicker i{width:36px;height:2px;background:#f26a21;border-radius:999px}
.work-modes-head h2{margin:0;color:#082c55;font-size:clamp(2rem,3vw,3.25rem);line-height:1.06;letter-spacing:-.04em}
.work-modes-head h2 span{color:#ff7118}
.work-modes-head p{max-width:800px;margin:14px auto 0;color:#65758a;font-size:1.05rem;line-height:1.7}
.work-mode-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;position:relative;z-index:1}
.work-mode-card{min-width:0;display:grid;grid-template-columns:37% 63%;min-height:535px;border-radius:28px;overflow:hidden;border:1px solid rgba(12,53,93,.08);box-shadow:0 22px 55px rgba(9,38,70,.09);transition:transform .3s ease,box-shadow .3s ease}
.work-mode-card:hover{transform:translateY(-5px);box-shadow:0 30px 68px rgba(9,38,70,.14)}
.daily-mode{background:linear-gradient(135deg,#fff9f3 0%,#fff4e9 100%);border-color:rgba(255,113,24,.18)}
.regular-mode{background:linear-gradient(135deg,#f7fbff 0%,#edf6ff 100%);border-color:rgba(26,112,210,.17);grid-template-columns:63% 37%}
.mode-visual{position:relative;min-height:100%;overflow:hidden;background:#eaf0f6}
.mode-visual img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .55s cubic-bezier(.2,.7,.2,1)}
.daily-mode .mode-visual img{object-position:40% center}
.regular-mode .mode-visual img{object-position:58% center}
.work-mode-card:hover .mode-visual img{transform:scale(1.035)}
.mode-visual:after{content:"";position:absolute;inset:0;pointer-events:none}
.daily-mode .mode-visual:after{background:linear-gradient(90deg,transparent 58%,rgba(255,249,243,.97) 100%)}
.regular-mode .mode-visual:after{background:linear-gradient(270deg,transparent 58%,rgba(247,251,255,.97) 100%)}
.mode-visual-badge{position:absolute;z-index:2;left:18px;bottom:18px;padding:9px 12px;border-radius:999px;color:#fff;background:rgba(3,31,60,.62);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.3);font-size:.72rem;font-weight:800;letter-spacing:.03em}
.regular-mode .mode-visual-badge{left:auto;right:18px}
.mode-content{padding:34px 34px 30px;display:flex;flex-direction:column;min-width:0}
.mode-pill{align-self:flex-start;border-radius:999px;padding:7px 13px;font-size:.76rem;font-weight:900;letter-spacing:.06em;background:#ffe8d8;color:#f06416}
.regular-mode .mode-pill{background:#dcecff;color:#176bc4}
.mode-content h3{font-size:clamp(1.9rem,2.4vw,2.8rem);line-height:1.05;letter-spacing:-.04em;color:#092d55;margin:14px 0 8px}
.daily-mode .mode-content h3 span{color:#f36a17}
.regular-mode .mode-content h3 span{color:#176fd0}
.mode-lead{margin:0;color:#5d7086;line-height:1.58;font-size:.99rem}
.mode-feature-list{display:grid;gap:10px;margin:22px 0 24px}
.mode-feature-list>div{display:flex;align-items:center;gap:11px;color:#153a60;font-size:.92rem;min-width:0}
.mode-feature-list b{font-weight:700;line-height:1.28}
.mode-icon{width:34px;height:34px;flex:0 0 34px;border-radius:11px;display:grid;place-items:center;background:#fff;box-shadow:0 7px 18px rgba(16,60,100,.08)}
.mode-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.daily-mode .mode-icon{color:#f36a17}
.regular-mode .mode-icon{color:#176fd0}
.mode-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:auto}
.mode-primary{border:0;min-height:52px;padding:0 22px;border-radius:15px;font-size:.92rem;font-weight:850;color:#fff;box-shadow:0 12px 24px rgba(21,54,91,.13)}
.daily-btn{background:linear-gradient(135deg,#ff7a1a,#ff5f0b)}
.regular-btn{background:linear-gradient(135deg,#1675d9,#075bb5)}
.mode-primary:hover{transform:translateY(-1px)}
.mode-link{color:#173d65;text-decoration:none;font-weight:800;font-size:.9rem;padding:10px 0}
.mode-link span{display:inline-block;transition:transform .2s ease}
.mode-link:hover span{transform:translateX(4px)}
.mode-benefit-strip{margin-top:26px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;border-radius:22px;background:rgba(255,255,255,.86);border:1px solid rgba(12,53,93,.08);box-shadow:0 18px 45px rgba(9,38,70,.07);overflow:hidden;position:relative;z-index:1}
.mode-benefit-strip>div{display:flex;align-items:center;gap:13px;padding:20px 24px;border-right:1px solid rgba(14,55,92,.09);min-width:0}
.mode-benefit-strip>div:last-child{border-right:0}
.mode-benefit-strip p{margin:0;min-width:0}
.mode-benefit-strip b,.mode-benefit-strip small{display:block}
.mode-benefit-strip b{color:#12375d;font-size:.9rem;margin-bottom:3px}
.mode-benefit-strip small{color:#7a8a9c;font-size:.76rem}
.benefit-orb{width:44px;height:44px;flex:0 0 44px;border-radius:14px;display:grid;place-items:center;background:#fff;box-shadow:0 8px 20px rgba(14,58,98,.08)}
.benefit-orb svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.benefit-orb.orange{color:#ff7118;background:#fff7ef}.benefit-orb.green{color:#13a76b;background:#effcf6}.benefit-orb.blue{color:#1675d9;background:#eff7ff}.benefit-orb.purple{color:#7c4fe0;background:#f6f1ff}
.identity-flow{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:18px}
.identity-flow span{padding:9px 12px;border-radius:11px;background:#f3f7fb;color:#123a61;font-weight:800;font-size:.82rem}.identity-flow i{font-style:normal;color:#ff7118;font-weight:900}
@media(max-width:1180px){.work-mode-grid{grid-template-columns:1fr}.work-mode-card{min-height:500px}.daily-mode{grid-template-columns:34% 66%}.regular-mode{grid-template-columns:66% 34%}.mode-benefit-strip{grid-template-columns:repeat(2,1fr)}.mode-benefit-strip>div:nth-child(2){border-right:0}.mode-benefit-strip>div:nth-child(-n+2){border-bottom:1px solid rgba(14,55,92,.09)}}
@media(max-width:760px){.work-modes-section{padding:52px 0 44px}.work-modes-kicker{font-size:.64rem;letter-spacing:.13em;gap:8px}.work-modes-kicker i{width:22px}.work-modes-head{margin-bottom:26px}.work-modes-head p{font-size:.94rem}.work-mode-card,.daily-mode,.regular-mode{grid-template-columns:1fr;min-height:0}.regular-mode .mode-content{order:2}.regular-mode .mode-visual{order:1}.mode-visual{height:250px;min-height:250px}.daily-mode .mode-visual:after,.regular-mode .mode-visual:after{background:linear-gradient(180deg,transparent 58%,rgba(255,255,255,.92) 100%)}.mode-content{padding:25px 22px 24px}.mode-content h3{font-size:2rem}.mode-feature-list{grid-template-columns:1fr}.mode-actions{align-items:stretch}.mode-primary{width:100%}.mode-link{text-align:center;width:100%}.mode-benefit-strip{grid-template-columns:1fr}.mode-benefit-strip>div{border-right:0;border-bottom:1px solid rgba(14,55,92,.09)}.mode-benefit-strip>div:last-child{border-bottom:0}}
@media(max-width:480px){.mode-visual{height:220px;min-height:220px}.mode-content h3{font-size:1.75rem}.mode-feature-list>div{font-size:.86rem}.mode-benefit-strip>div{padding:16px 17px}}

/* v4.1 — responsive, code-built PayByDay journey timeline */
.journey-section{
  --journey-bg:#f9fcff;
  position:relative;
  overflow:hidden;
  padding:74px 0 66px;
  background:
    radial-gradient(circle at 12% 45%,rgba(255,140,40,.055),transparent 21%),
    radial-gradient(circle at 88% 45%,rgba(74,71,240,.055),transparent 22%),
    linear-gradient(180deg,#fbfdff 0%,#f7fbff 100%);
}
.journey-section:before{content:"";position:absolute;left:5%;right:5%;top:48%;height:1px;background:linear-gradient(90deg,transparent,rgba(31,87,137,.08),transparent);pointer-events:none}
.journey-head{text-align:center;max-width:940px;margin:0 auto 38px;position:relative;z-index:2}
.journey-head h2{margin:0;color:#082c55;font-size:clamp(2.15rem,3.45vw,3.85rem);line-height:1.02;letter-spacing:-.045em;font-weight:900}
.journey-head h2 span{color:#ff7118;position:relative;display:inline-block}
.journey-head h2 span:after{content:"";position:absolute;left:48%;bottom:-8px;width:30px;height:3px;border-radius:999px;background:#ff8a27;transform:translateX(-50%)}
.journey-head p{margin:24px auto 0;color:#6e8298;font-size:clamp(.94rem,1.15vw,1.12rem);line-height:1.55}

.journey-track{display:grid;grid-template-columns:minmax(0,1fr) 42px minmax(0,1fr) 42px minmax(0,1fr) 42px minmax(0,1fr) 42px minmax(0,1fr) 42px minmax(0,1fr) 42px minmax(0,1fr);align-items:start;position:relative;z-index:2;padding:16px 0 4px}
.journey-step{--jc:#ff861f;--jsoft:rgba(255,134,31,.12);position:relative;min-width:0;text-align:center;outline:0;opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease}
.journey-section.is-visible .journey-step{opacity:1;transform:none}
.journey-section.is-visible .journey-step:nth-of-type(1){transition-delay:.04s}.journey-section.is-visible .journey-step:nth-of-type(2){transition-delay:.11s}.journey-section.is-visible .journey-step:nth-of-type(3){transition-delay:.18s}.journey-section.is-visible .journey-step:nth-of-type(4){transition-delay:.25s}.journey-section.is-visible .journey-step:nth-of-type(5){transition-delay:.32s}.journey-section.is-visible .journey-step:nth-of-type(6){transition-delay:.39s}.journey-section.is-visible .journey-step:nth-of-type(7){transition-delay:.46s}
.journey-orange{--jc:#ff7a12;--jsoft:rgba(255,122,18,.13)}.journey-amber{--jc:#ffb20a;--jsoft:rgba(255,178,10,.14)}.journey-green{--jc:#12bf68;--jsoft:rgba(18,191,104,.13)}.journey-blue{--jc:#1497ed;--jsoft:rgba(20,151,237,.13)}.journey-indigo{--jc:#5146ee;--jsoft:rgba(81,70,238,.13)}.journey-purple{--jc:#a82bea;--jsoft:rgba(168,43,234,.13)}.journey-pink{--jc:#f13070;--jsoft:rgba(241,48,112,.13)}
.journey-node{width:min(132px,9.1vw);aspect-ratio:1;border-radius:50%;margin:0 auto 18px;position:relative;display:grid;place-items:center;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(145deg,color-mix(in srgb,var(--jc) 80%,white),var(--jc)) border-box;border:4px solid transparent;box-shadow:0 0 0 12px var(--jsoft),0 16px 34px color-mix(in srgb,var(--jc) 12%,transparent);transition:transform .28s ease,box-shadow .28s ease}
.journey-step:hover .journey-node,.journey-step:focus-visible .journey-node,.journey-step.is-active .journey-node{transform:translateY(-5px) scale(1.035);box-shadow:0 0 0 14px var(--jsoft),0 22px 40px color-mix(in srgb,var(--jc) 20%,transparent)}
.journey-number{position:absolute;top:-17px;left:50%;transform:translateX(-50%);width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--jc);color:#fff;font-weight:900;font-size:1rem;box-shadow:0 8px 18px color-mix(in srgb,var(--jc) 28%,transparent);border:4px solid #f9fcff}
.journey-icon{width:50%;height:50%;display:grid;place-items:center;color:var(--jc)}
.journey-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.journey-rupee{font-size:clamp(2.2rem,3.1vw,3.55rem);font-weight:800;line-height:1}
.journey-copy h3{margin:0;color:#0b2e54;font-size:clamp(.94rem,1.25vw,1.17rem);line-height:1.15;font-weight:900;letter-spacing:-.02em}
.journey-copy h3:after{content:"";display:block;width:18px;height:2px;border-radius:999px;background:var(--jc);opacity:.16;margin:8px auto 0}
.journey-copy p{margin:8px auto 0;color:#6b8197;font-size:clamp(.74rem,.9vw,.9rem);line-height:1.52;max-width:180px}
.journey-arrow{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;align-self:center;margin-top:45px;background:rgba(255,255,255,.94);border:1px solid rgba(14,55,92,.09);box-shadow:0 7px 18px rgba(10,46,83,.08);color:#4a779e;position:relative;z-index:3;transition:transform .25s ease,color .25s ease}
.journey-arrow:before,.journey-arrow:after{content:"";position:absolute;top:50%;height:8px;transform:translateY(-50%);z-index:-1}
.journey-arrow:before{right:100%;width:48px;background:linear-gradient(90deg,transparent,rgba(27,106,168,.12))}.journey-arrow:after{left:100%;width:48px;background:linear-gradient(90deg,rgba(27,106,168,.12),transparent)}
.journey-arrow svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}
.journey-section.is-visible .journey-arrow{animation:journeyArrowPulse 2.6s ease-in-out infinite}
@keyframes journeyArrowPulse{50%{transform:translateX(3px);color:#ff7a12}}

.journey-identity{width:min(610px,72%);margin:38px auto 0;padding:16px 24px;border:1px solid rgba(255,122,18,.14);border-radius:999px;background:rgba(255,251,247,.9);display:flex;align-items:center;justify-content:center;gap:15px;box-shadow:0 16px 38px rgba(11,45,78,.06);position:relative;z-index:2}
.journey-shield{width:48px;height:48px;flex:0 0 48px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(145deg,#ff8b27,#ff6c08);color:#fff;box-shadow:0 9px 22px rgba(255,122,18,.2)}
.journey-shield svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.journey-identity strong,.journey-identity small{display:block}.journey-identity strong{color:#f36c16;font-size:1rem;line-height:1.2}.journey-identity small{margin-top:4px;color:#697f94;font-size:.78rem;line-height:1.35}

@media (max-width:1280px){
  .journey-track{grid-template-columns:minmax(0,1fr) 30px minmax(0,1fr) 30px minmax(0,1fr) 30px minmax(0,1fr) 30px minmax(0,1fr) 30px minmax(0,1fr) 30px minmax(0,1fr)}
  .journey-arrow{width:34px;height:34px;margin-top:40px}.journey-node{width:min(118px,9.2vw)}
}
@media (max-width:1000px){
  .journey-section{padding:62px 0 58px}.journey-head{margin-bottom:30px}
  .journey-track{grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 16px;padding-top:20px}
  .journey-arrow{display:none}.journey-node{width:112px;max-width:76%}.journey-copy p{max-width:210px}
  .journey-step{padding:0 4px}.journey-step:after{content:"";position:absolute;top:56px;left:calc(50% + 62px);width:calc(100% - 108px);height:2px;background:linear-gradient(90deg,var(--jc),rgba(68,112,152,.12));opacity:.35}
  .journey-step:nth-of-type(4n):after,.journey-step:last-of-type:after{display:none}
  .journey-identity{width:min(650px,88%);margin-top:34px}
}
@media (max-width:680px){
  .journey-section{padding:52px 0 48px}.journey-head{margin-bottom:26px}.journey-head p{margin-top:20px}
  .journey-track{display:flex;flex-direction:column;gap:0;padding:4px 0 0;margin:0 auto;max-width:520px}
  .journey-step{display:grid;grid-template-columns:92px 1fr;gap:18px;align-items:center;text-align:left;padding:10px 0 20px;min-height:116px}
  .journey-step:after{content:"";display:block!important;position:absolute;left:45px;top:93px;width:2px;height:42px;background:linear-gradient(180deg,var(--jc),rgba(93,126,155,.16));opacity:.5}
  .journey-step:last-of-type:after{display:none!important}
  .journey-node{width:82px;max-width:none;margin:0;grid-column:1;grid-row:1;box-shadow:0 0 0 8px var(--jsoft),0 12px 26px color-mix(in srgb,var(--jc) 13%,transparent);border-width:3px}
  .journey-number{width:31px;height:31px;top:-10px;font-size:.75rem;border-width:3px}.journey-copy{grid-column:2;grid-row:1}.journey-copy h3{font-size:1.02rem}.journey-copy h3:after{margin:7px 0 0}.journey-copy p{font-size:.8rem;margin:6px 0 0;max-width:100%}.journey-rupee{font-size:2.3rem}
  .journey-identity{width:100%;border-radius:20px;padding:14px 16px;justify-content:flex-start;margin-top:22px}.journey-shield{width:42px;height:42px;flex-basis:42px;border-radius:13px}.journey-shield svg{width:23px;height:23px}.journey-identity strong{font-size:.9rem}.journey-identity small{font-size:.72rem}
}

/* v4.2 — compact creative treatment for Work Modes + PayByDay Journey */
.work-modes-section{
  padding:52px 0 42px;
  background:
    linear-gradient(rgba(12,56,97,.028) 1px,transparent 1px),
    linear-gradient(90deg,rgba(12,56,97,.028) 1px,transparent 1px),
    radial-gradient(circle at 8% 22%,rgba(255,119,24,.16),transparent 24%),
    radial-gradient(circle at 92% 16%,rgba(22,117,217,.13),transparent 25%),
    linear-gradient(145deg,#fbfdff 0%,#fff 44%,#f7fbff 100%);
  background-size:42px 42px,42px 42px,auto,auto,auto;
}
.work-modes-section:before{
  width:520px;height:150px;left:8%;top:42px;
  border-radius:50%;filter:blur(54px);opacity:.48;
  background:linear-gradient(90deg,rgba(255,123,24,.22),rgba(255,195,97,.04));
  transform:rotate(-8deg);
}
.work-modes-section:after{
  width:560px;height:160px;right:5%;top:60px;
  border-radius:50%;filter:blur(58px);opacity:.42;
  background:linear-gradient(90deg,rgba(34,128,225,.04),rgba(44,126,229,.2));
  transform:rotate(7deg);
}
.work-modes-section .container{position:relative;z-index:1}
.work-modes-head{margin-bottom:24px;max-width:900px}
.work-modes-kicker{margin-bottom:8px}
.work-modes-head h2{font-size:clamp(1.95rem,2.7vw,3rem)}
.work-modes-head p{margin-top:10px;line-height:1.52;font-size:1rem}
.work-mode-grid{gap:20px}
.work-mode-card{
  position:relative;
  min-height:455px;
  border-radius:24px;
  box-shadow:0 18px 44px rgba(9,38,70,.09),inset 0 1px 0 rgba(255,255,255,.85);
  isolation:isolate;
}
.work-mode-card:before{
  content:"";position:absolute;z-index:3;pointer-events:none;left:22px;right:22px;top:0;height:2px;
  background:linear-gradient(90deg,transparent,var(--mode-accent,#ff7118),transparent);opacity:.55;
}
.daily-mode{--mode-accent:#ff7118;background:linear-gradient(135deg,rgba(255,251,247,.98),rgba(255,242,229,.94))}
.regular-mode{--mode-accent:#1675d9;background:linear-gradient(135deg,rgba(248,252,255,.98),rgba(234,245,255,.95))}
.mode-content{padding:26px 28px 24px}
.mode-pill{padding:6px 11px;font-size:.71rem}
.mode-content h3{font-size:clamp(1.75rem,2.15vw,2.45rem);margin:11px 0 6px}
.mode-lead{line-height:1.48;font-size:.93rem}
.mode-feature-list{gap:7px;margin:16px 0 18px}
.mode-feature-list>div{gap:9px;font-size:.87rem}
.mode-icon{width:31px;height:31px;flex-basis:31px;border-radius:10px}
.mode-icon svg{width:16px;height:16px}
.mode-primary{min-height:46px;padding:0 18px;border-radius:13px;font-size:.86rem}
.mode-actions{gap:14px}
.mode-link{font-size:.84rem}
.mode-visual-badge{bottom:14px;left:14px;padding:7px 10px;font-size:.67rem}
.regular-mode .mode-visual-badge{right:14px}
.mode-benefit-strip{
  margin-top:18px;border-radius:18px;
  background:linear-gradient(90deg,rgba(255,251,247,.9),rgba(255,255,255,.94),rgba(242,248,255,.91));
  box-shadow:0 13px 32px rgba(9,38,70,.06);
}
.mode-benefit-strip>div{padding:14px 18px;gap:10px}
.benefit-orb{width:38px;height:38px;flex-basis:38px;border-radius:12px}
.benefit-orb svg{width:19px;height:19px}
.mode-benefit-strip b{font-size:.84rem}.mode-benefit-strip small{font-size:.71rem}

/* Blueprint/radar accents: decorative only, kept behind live content. */
.work-modes-section .container:before,.work-modes-section .container:after{
  content:"";position:absolute;pointer-events:none;z-index:-1;border:1px dashed rgba(24,95,153,.1);border-radius:50%;
}
.work-modes-section .container:before{width:170px;height:170px;left:-35px;top:92px;box-shadow:0 0 0 24px rgba(255,122,24,.018),0 0 0 48px rgba(255,122,24,.012)}
.work-modes-section .container:after{width:190px;height:190px;right:-45px;top:110px;box-shadow:0 0 0 26px rgba(23,117,208,.018),0 0 0 52px rgba(23,117,208,.011)}

.journey-section{
  padding:50px 0 42px;
  background:
    linear-gradient(rgba(25,89,145,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(25,89,145,.025) 1px,transparent 1px),
    radial-gradient(circle at 10% 54%,rgba(255,126,28,.11),transparent 20%),
    radial-gradient(circle at 50% 62%,rgba(28,176,124,.07),transparent 18%),
    radial-gradient(circle at 90% 54%,rgba(163,43,234,.1),transparent 21%),
    linear-gradient(180deg,#fbfdff 0%,#f6fbff 100%);
  background-size:46px 46px,46px 46px,auto,auto,auto,auto;
}
.journey-section:before{top:50%;opacity:.6}
.journey-section:after{
  content:"";position:absolute;pointer-events:none;z-index:0;
  left:12%;right:12%;top:44%;height:118px;border-radius:50%;
  background:linear-gradient(90deg,rgba(255,122,18,.11),rgba(18,191,104,.06),rgba(20,151,237,.07),rgba(168,43,234,.09));
  filter:blur(44px);opacity:.58;
}
.journey-section .container{position:relative;z-index:1}
.journey-head{margin-bottom:22px;max-width:900px}
.journey-head h2{font-size:clamp(2rem,3.05vw,3.4rem)}
.journey-head p{margin-top:18px;font-size:clamp(.9rem,1.05vw,1.04rem);line-height:1.45}
.journey-track{padding:10px 0 0}
.journey-node{width:min(116px,8.2vw);margin-bottom:13px;box-shadow:0 0 0 9px var(--jsoft),0 12px 28px color-mix(in srgb,var(--jc) 11%,transparent)}
.journey-step:hover .journey-node,.journey-step:focus-visible .journey-node,.journey-step.is-active .journey-node{box-shadow:0 0 0 11px var(--jsoft),0 18px 34px color-mix(in srgb,var(--jc) 18%,transparent)}
.journey-number{width:36px;height:36px;top:-14px;font-size:.9rem;border-width:3px}
.journey-copy h3{font-size:clamp(.9rem,1.12vw,1.08rem)}
.journey-copy h3:after{margin-top:6px}
.journey-copy p{margin-top:6px;font-size:clamp(.7rem,.8vw,.83rem);line-height:1.42;max-width:170px}
.journey-arrow{width:36px;height:36px;margin-top:38px}
.journey-arrow svg{width:16px;height:16px}
.journey-identity{
  width:min(560px,68%);margin-top:24px;padding:12px 20px;gap:12px;
  background:linear-gradient(90deg,rgba(255,248,241,.94),rgba(255,255,255,.95));
  box-shadow:0 12px 28px rgba(11,45,78,.055);
}
.journey-shield{width:42px;height:42px;flex-basis:42px;border-radius:13px}
.journey-shield svg{width:23px;height:23px}
.journey-identity strong{font-size:.94rem}.journey-identity small{font-size:.73rem;margin-top:3px}

@media(max-width:1180px){
  .work-modes-section{padding:46px 0 38px}
  .work-mode-card{min-height:430px}
  .mode-content{padding:24px 26px 22px}
  .journey-section{padding:46px 0 40px}
}
@media(max-width:1000px){
  .journey-section{padding:44px 0 38px}.journey-head{margin-bottom:22px}
  .journey-track{gap:22px 14px;padding-top:12px}
  .journey-identity{margin-top:24px}
}
@media(max-width:760px){
  .work-modes-section{padding:40px 0 34px;background-size:34px 34px,34px 34px,auto,auto,auto}
  .work-modes-head{margin-bottom:20px}.work-modes-head p{font-size:.9rem;margin-top:9px}
  .work-mode-grid{gap:16px}.mode-visual{height:220px;min-height:220px}.mode-content{padding:21px 19px 20px}
  .mode-content h3{font-size:1.78rem}.mode-feature-list{margin:14px 0 16px}.mode-benefit-strip{margin-top:15px}
  .journey-section{padding:40px 0 34px;background-size:36px 36px,36px 36px,auto,auto,auto,auto}
  .journey-head{margin-bottom:20px}.journey-head p{margin-top:16px}
  .journey-step{padding:8px 0 15px;min-height:102px}.journey-step:after{top:85px;height:32px}
  .journey-node{width:74px;box-shadow:0 0 0 7px var(--jsoft),0 10px 22px color-mix(in srgb,var(--jc) 12%,transparent)}
  .journey-identity{margin-top:16px}
}
@media(max-width:480px){
  .work-modes-section{padding:34px 0 30px}.mode-visual{height:200px;min-height:200px}.mode-content{padding:19px 17px 18px}
  .journey-section{padding:34px 0 30px}.journey-head h2{font-size:2rem}.journey-track{max-width:440px}
}

/* v4.3 — Workforce showcase + live operating strip (code-built from approved visual direction) */
.workforce-showcase-section{
  position:relative;
  overflow:hidden;
  padding:48px 0 34px;
  background:
    radial-gradient(circle at 10% 8%,rgba(255,118,24,.09),transparent 24%),
    radial-gradient(circle at 90% 10%,rgba(28,123,225,.08),transparent 24%),
    linear-gradient(180deg,#fbfdff 0%,#f7fbff 100%);
}
.workforce-showcase-section:before{
  content:"";position:absolute;inset:0;pointer-events:none;opacity:.34;
  background-image:linear-gradient(rgba(11,54,95,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(11,54,95,.025) 1px,transparent 1px);
  background-size:34px 34px;
}
.workforce-showcase-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.02fr 1.13fr 1.03fr;gap:18px;align-items:stretch}
.workforce-showcase-card{position:relative;min-height:320px;border:1px solid rgba(10,53,94,.10);border-radius:25px;overflow:hidden;padding:27px 28px;background:rgba(255,255,255,.82);box-shadow:0 16px 45px rgba(11,45,78,.07);isolation:isolate}
.workforce-showcase-card:before{content:"";position:absolute;inset:0;z-index:-2;pointer-events:none}
.identity-card:before{background:linear-gradient(135deg,#fffdfb 0%,#fff7ef 70%,#ffeddc 100%)}
.categories-card:before{background:linear-gradient(135deg,#ffffff 0%,#f5faff 65%,#eaf5ff 100%)}
.verified-card:before{background:linear-gradient(135deg,#ffffff 0%,#f5fbf8 65%,#eaf9f2 100%)}
.workforce-showcase-card:after{content:"";position:absolute;width:210px;height:210px;border-radius:50%;filter:blur(2px);opacity:.5;z-index:-1;pointer-events:none}
.identity-card:after{right:-80px;top:-90px;background:radial-gradient(circle,rgba(255,125,32,.20),transparent 68%)}
.categories-card:after{left:40%;top:-110px;background:radial-gradient(circle,rgba(34,125,223,.16),transparent 68%)}
.verified-card:after{right:-60px;bottom:-80px;background:radial-gradient(circle,rgba(17,162,101,.18),transparent 68%)}
.showcase-copy{position:relative;z-index:2;max-width:72%}.compact-copy{max-width:100%}
.showcase-eyebrow{display:inline-flex;align-items:center;gap:6px;font-size:.62rem;line-height:1;font-weight:900;letter-spacing:.13em;text-transform:uppercase;margin-bottom:7px}
.showcase-eyebrow.orange{color:#ef6415}.showcase-eyebrow.blue{color:#1671d1}.showcase-eyebrow.green{color:#139464}.showcase-eyebrow.light{color:#8fe5be}
.workforce-showcase-card h3{margin:0;color:#092e57;font-size:clamp(1.55rem,1.75vw,2.15rem);line-height:1.05;letter-spacing:-.035em;font-weight:900}
.identity-card h3 span{color:#f36c16}.categories-card h3 span{color:#1b78dc}.verified-card h3 span{color:#169561}
.workforce-showcase-card p{margin:9px 0 0;color:#62768c;font-size:.88rem;line-height:1.48}
.identity-flow-rich{display:flex;align-items:center;gap:7px;flex-wrap:nowrap;margin-top:21px}
.identity-flow-rich .identity-step{display:flex;flex-direction:column;align-items:center;gap:6px;padding:0;background:none;color:#153a60;font-size:.68rem;font-weight:800;min-width:46px}
.identity-flow-rich em{font-style:normal;color:#ff7419;font-weight:900;margin-top:-16px}
.identity-icon{width:39px;height:39px;border-radius:13px;display:grid;place-items:center;background:#fff;box-shadow:0 9px 22px rgba(16,60,99,.09);font-style:normal;font-size:1.15rem;font-weight:900}
.identity-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.identity-icon.orange{color:#f36c16;background:#fff5ed}.identity-icon.blue{color:#1d7cdf;background:#f0f7ff}.identity-icon.green{color:#169561;background:#effbf5}.identity-icon.purple{color:#7b55da;background:#f6f1ff}
.identity-pass{position:absolute;right:24px;top:58px;width:126px;height:174px;border-radius:20px;background:linear-gradient(160deg,rgba(255,255,255,.97),rgba(249,251,253,.9));border:1px solid rgba(11,58,97,.09);box-shadow:0 20px 35px rgba(62,85,109,.15);transform:rotate(-6deg);z-index:1;padding:15px}
.pass-brand img{width:78px;height:auto;display:block;margin:0 auto 10px}.pass-avatar{width:48px;height:48px;border-radius:12px;background:#eef2f7;margin:0 auto 12px;position:relative}.pass-avatar:before{content:"";position:absolute;width:18px;height:18px;border-radius:50%;background:#c6d0dc;left:15px;top:7px}.pass-avatar:after{content:"";position:absolute;width:30px;height:14px;border-radius:15px 15px 8px 8px;background:#c6d0dc;left:9px;bottom:5px}.pass-lines{display:grid;gap:7px}.pass-lines i{display:block;height:5px;border-radius:99px;background:#d8e0e8}.pass-lines i:nth-child(2){width:72%}.pass-lines i:nth-child(3){width:54%}.pass-check{position:absolute;right:11px;bottom:11px;width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:#18a56e;color:#fff;font-weight:900;box-shadow:0 7px 16px rgba(20,160,105,.25)}
.card-script{position:absolute;right:22px;bottom:19px;z-index:2;color:#153a60;font-size:.78rem;line-height:1.15;font-style:italic;font-weight:800;transform:rotate(-4deg)}.green-script{color:#117653}
.category-grid-rich{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-top:18px}
.category-grid-rich .category{min-height:82px;border:1px solid rgba(14,63,106,.10);border-radius:14px;background:rgba(255,255,255,.75);padding:11px 7px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:#173b60;font-size:.7rem;font-weight:800;box-shadow:0 8px 18px rgba(12,56,96,.045);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.category-grid-rich .category:hover{transform:translateY(-3px);box-shadow:0 12px 24px rgba(17,76,128,.09);border-color:rgba(26,119,211,.28)}
.category-grid-rich .category span{margin:0;font-size:1.35rem;line-height:1}
.category-grid-rich .category-more{background:linear-gradient(135deg,#f5f9ff,#e9f2ff);color:#176fc8}
.verified-content{position:relative;z-index:2;max-width:82%}.verified-card p{max-width:82%}.benefits-rich{display:grid;gap:10px;margin-top:20px}.benefits-rich .benefit{gap:10px;align-items:center;color:#25425f;font-size:.8rem}.benefits-rich .benefit i{width:28px;height:28px;background:#e9f8f1;color:#139464;font-size:.9rem;box-shadow:inset 0 0 0 1px rgba(19,148,100,.06)}
.verified-silhouette{position:absolute;right:-18px;bottom:-12px;width:50%;height:68%;background:url('/assets/hero/04-employer-benefits.webp') center/cover no-repeat;opacity:.12;filter:saturate(.3) contrast(.9);mask-image:linear-gradient(90deg,transparent 0%,#000 38%,#000 100%);-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 38%,#000 100%);z-index:0}

.workforce-os-section{position:relative;overflow:hidden;padding:44px 0 46px;color:#fff;background:linear-gradient(118deg,#08284a 0%,#0b3769 48%,#0b2e56 100%)}
.workforce-os-section:before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:40px 40px;pointer-events:none}
.workforce-os-section:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,27,49,.72),rgba(5,38,74,.45)),url('/assets/hero/00-workforce-command.png') center 70%/cover no-repeat;opacity:.24;mix-blend-mode:screen;pointer-events:none}
.workforce-os-section .container{position:relative;z-index:2}
.os-headline{text-align:center;max-width:860px;margin:0 auto 22px}.os-headline h2{margin:0;color:#fff;font-size:clamp(1.9rem,2.75vw,3rem);letter-spacing:-.04em;line-height:1.05}.os-headline h2 span{color:#ff7b1a}.os-headline p{margin:8px 0 0;color:#c7d6e7;font-size:.92rem}.os-headline .showcase-eyebrow{margin-bottom:8px}
.os-flow-line{display:grid;grid-template-columns:auto 1fr auto 1fr auto 1fr auto 1fr auto;align-items:center;width:82%;margin:0 auto 9px;position:relative}.os-flow-line i{height:4px;background:linear-gradient(90deg,#ff7b1a,#37a4ff,#2cc780,#a04cff,#ff7b1a);box-shadow:0 0 14px rgba(53,151,255,.28)}
.flow-dot{width:43px;height:43px;border-radius:50%;display:grid;place-items:center;color:#fff;border:2px solid rgba(255,255,255,.74);box-shadow:0 0 0 6px rgba(255,255,255,.045),0 0 22px currentColor;background:#14385c;z-index:2}.flow-dot svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.dot-orange{color:#ff8328;background:#703411}.dot-blue{color:#32a0ff;background:#0d4b83}.dot-green{color:#2bd081;background:#0c5e43}.dot-purple{color:#b06bff;background:#4c2576}.rupee-dot{font-weight:900;font-size:1.25rem}
.os-row-rich{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:13px;align-items:stretch}
.os-row-rich .os-card{position:relative;overflow:hidden;min-height:147px;background:linear-gradient(145deg,rgba(25,64,101,.9),rgba(17,51,85,.78));border:1px solid rgba(255,255,255,.10);border-radius:16px;padding:17px 18px 15px;box-shadow:0 16px 30px rgba(0,0,0,.15);backdrop-filter:blur(8px)}
.os-row-rich .os-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--os-accent,#ff7b1a)}
.os-row-rich .os-card:after{content:"";position:absolute;right:-28px;top:-34px;width:96px;height:96px;border-radius:50%;background:radial-gradient(circle,var(--os-glow,rgba(255,123,26,.18)),transparent 70%);pointer-events:none}
.os-accent-orange{--os-accent:#ff7b1a;--os-glow:rgba(255,123,26,.28)}.os-accent-blue{--os-accent:#2f9cff;--os-glow:rgba(47,156,255,.26)}.os-accent-green{--os-accent:#25c67a;--os-glow:rgba(37,198,122,.26)}.os-accent-purple{--os-accent:#9c55f5;--os-glow:rgba(156,85,245,.26)}
.os-top{display:flex;align-items:center;gap:10px;min-width:0}.os-icon{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;flex:0 0 34px;background:rgba(255,255,255,.09);color:var(--os-accent);box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}.os-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.rupee-icon{font-size:1.1rem;font-weight:900}
.os-row-rich .os-card small{display:block;color:#b9cfe3;font-size:.68rem;line-height:1.2}.os-row-rich .os-card b{display:block;color:#fff;margin-top:3px;font-size:.84rem;line-height:1.2}.os-row-rich .os-card .num{font-size:1.78rem;line-height:1;color:#fff;margin-top:18px;font-weight:850;letter-spacing:-.03em}.os-live-note{display:block;margin-top:10px;color:#8fe6bd;font-size:.64rem;font-weight:800}
.os-trust-pill{width:max-content;max-width:100%;margin:22px auto 0;border-radius:999px;padding:10px 17px;display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.14);box-shadow:0 12px 26px rgba(0,0,0,.14);backdrop-filter:blur(10px)}.os-trust-pill span{width:29px;height:29px;border-radius:10px;display:grid;place-items:center;background:#ff7b1a;color:#fff;font-weight:900}.os-trust-pill b{font-size:.76rem;color:#fff;letter-spacing:.01em}

@media(max-width:1180px){
  .workforce-showcase-grid{grid-template-columns:1fr 1fr}.verified-card{grid-column:1/-1;min-height:260px}.verified-content{max-width:62%}.verified-card p{max-width:62%}.verified-silhouette{width:43%}
  .os-flow-line{width:90%}.os-row-rich{grid-template-columns:repeat(3,1fr)}.os-row-rich .os-card:nth-child(4),.os-row-rich .os-card:nth-child(5){grid-column:auto}
}
@media(max-width:860px){
  .workforce-showcase-grid{grid-template-columns:1fr}.verified-card{grid-column:auto}.workforce-showcase-card{min-height:0}.showcase-copy,.verified-content,.verified-card p{max-width:100%}.identity-pass{opacity:.8}.verified-silhouette{width:46%;opacity:.09}
  .category-grid-rich{grid-template-columns:repeat(4,1fr)}
  .os-flow-line{display:none}.os-row-rich{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:560px){
  .workforce-showcase-section{padding:34px 0 26px}.workforce-showcase-grid{gap:13px}.workforce-showcase-card{padding:22px 18px;border-radius:20px}.identity-pass{display:none}.card-script{display:none}.identity-flow-rich{justify-content:space-between;gap:4px}.identity-flow-rich em{font-size:.76rem}.identity-icon{width:34px;height:34px;border-radius:11px}.identity-flow-rich .identity-step{font-size:.62rem;min-width:42px}.category-grid-rich{grid-template-columns:repeat(2,1fr)}.verified-silhouette{display:none}
  .workforce-os-section{padding:34px 0 36px}.os-headline{margin-bottom:18px}.os-row-rich{grid-template-columns:1fr;gap:10px}.os-row-rich .os-card{min-height:122px;padding:15px 17px}.os-row-rich .os-card .num{margin-top:12px;font-size:1.65rem}.os-trust-pill{margin-top:15px;border-radius:16px;width:100%;justify-content:center}.os-trust-pill b{font-size:.72rem}
}

/* v4.5 — One Identity. One Workforce System. Fully dynamic + responsive. */
.workforce-system-section{
  position:relative;overflow:hidden;padding:42px 0 36px;
  background:
    radial-gradient(circle at 8% 22%,rgba(255,126,31,.13),transparent 28%),
    radial-gradient(circle at 92% 20%,rgba(31,126,232,.13),transparent 28%),
    linear-gradient(rgba(17,65,108,.028) 1px,transparent 1px),
    linear-gradient(90deg,rgba(17,65,108,.028) 1px,transparent 1px),
    linear-gradient(180deg,#f9fcff 0%,#f3f9ff 58%,#eef7ff 100%);
  background-size:auto,auto,42px 42px,42px 42px,auto;
}
.workforce-system-section:before,.workforce-system-section:after{content:"";position:absolute;border-radius:50%;filter:blur(26px);pointer-events:none;opacity:.7}
.workforce-system-section:before{width:360px;height:360px;left:-150px;top:90px;background:rgba(255,139,50,.14)}
.workforce-system-section:after{width:380px;height:380px;right:-170px;top:75px;background:rgba(37,139,245,.14)}
.workforce-system-wrap{position:relative;z-index:2}
.system-heading{text-align:center;margin:0 auto 24px;max-width:980px}
.system-kicker{display:inline-flex;align-items:center;gap:12px;color:#ef6f11;font-size:.72rem;font-weight:900;letter-spacing:.13em}
.system-kicker:before,.system-kicker:after{content:"";width:34px;height:2px;background:#f28b31;border-radius:999px}
.system-heading h2{margin:8px 0 5px;font-size:clamp(2rem,3vw,3.05rem);line-height:1;letter-spacing:-.045em;color:#0b2d52}.system-heading h2 span{color:#1674d9}.system-heading p{margin:0;color:#536f8c;font-size:clamp(.88rem,1.25vw,1.08rem)}
.workforce-system-decor{position:absolute;top:128px;width:230px;height:510px;z-index:1;background-size:cover;background-position:center;opacity:.32;filter:saturate(.9);pointer-events:none}
.worker-decor{left:-15px;background-image:linear-gradient(90deg,rgba(249,252,255,.03),rgba(249,252,255,.95)),url('/assets/work-modes/daily-work.webp');background-position:41% center;-webkit-mask-image:linear-gradient(90deg,#000 0%,#000 54%,transparent 100%);mask-image:linear-gradient(90deg,#000 0%,#000 54%,transparent 100%)}
.company-decor{right:-8px;background-image:linear-gradient(270deg,rgba(249,252,255,.03),rgba(249,252,255,.95)),url('/assets/work-modes/regular-work.webp');background-position:53% center;-webkit-mask-image:linear-gradient(270deg,#000 0%,#000 54%,transparent 100%);mask-image:linear-gradient(270deg,#000 0%,#000 54%,transparent 100%)}
.system-core-grid{display:grid;grid-template-columns:minmax(0,1.16fr) minmax(220px,.5fr) minmax(0,1.2fr);gap:14px;align-items:stretch}
.system-panel{position:relative;border-radius:22px;border:1px solid rgba(53,101,148,.13);box-shadow:0 18px 48px rgba(17,62,103,.08);overflow:hidden;backdrop-filter:blur(10px)}
.worker-identity-panel{padding:20px;background:linear-gradient(145deg,rgba(255,250,245,.97),rgba(255,244,232,.92));border-color:rgba(255,154,75,.28)}
.company-console-panel{padding:20px;background:linear-gradient(145deg,rgba(249,253,255,.97),rgba(234,246,255,.93));border-color:rgba(75,159,240,.27)}
.system-engine-panel{padding:17px 15px;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(245,250,255,.94));display:flex;flex-direction:column}
.system-panel:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(135deg,rgba(255,255,255,.55),transparent 32%)}
.system-panel-head,.passport-system-card,.system-primary-btn,.console-metrics,.today-overview,.engine-brand,.engine-intro,.engine-flow{position:relative;z-index:2}
.system-label{display:inline-flex;align-items:center;border-radius:999px;padding:5px 9px;font-size:.67rem;font-weight:900;letter-spacing:.08em}.orange-label{color:#e6660d;background:#fff0e4}.blue-label{color:#1567c2;background:#e5f1ff}
.system-panel-head h3{font-size:clamp(1.55rem,2vw,2.05rem);line-height:1.03;margin:8px 0 6px;letter-spacing:-.035em;color:#0c2e53}.system-panel-head h3 span{color:#ff7816}.console-head h3 span{color:#1776d9}.system-panel-head>p{margin:0 0 12px;color:#5a718a;font-size:.84rem;line-height:1.48}
.passport-system-card{background:rgba(255,255,255,.74);border:1px solid rgba(255,176,115,.26);border-radius:17px;padding:12px;box-shadow:0 12px 28px rgba(126,74,30,.06)}
.passport-person-row{display:grid;grid-template-columns:72px minmax(0,1fr);gap:11px;align-items:center}.passport-photo{width:72px;height:72px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#ff9a43,#123d67);color:#fff;font-size:1.15rem;font-weight:900;border:4px solid #fff;box-shadow:0 7px 20px rgba(13,49,88,.14);overflow:hidden;position:relative}.passport-photo img{width:100%;height:100%;object-fit:cover;display:block}.passport-photo.has-photo{background:#eef4f8}
.passport-name-row{display:flex;gap:8px;justify-content:space-between;align-items:flex-start}.passport-name-row h4{font-size:1.05rem;line-height:1.15;margin:0;color:#0c2e53}.passport-name-row p{margin:3px 0 0;color:#55708a;font-size:.7rem}.passport-rating{flex:0 0 auto;min-width:60px;text-align:center;border:1px solid #e6ecf2;border-radius:11px;padding:6px;background:#fff}.passport-rating b{font-size:.92rem}.passport-rating span{color:#ff7a12;margin-left:2px}.passport-rating small{display:block;color:#738599;font-size:.56rem;margin-top:2px}
.passport-badges{display:flex;gap:5px;flex-wrap:wrap;margin-top:7px}.passport-badges span{padding:4px 7px;border-radius:999px;font-size:.58rem;font-weight:850}.verified-badge{background:#e7faef;color:#0b9650}.mode-badge{background:#fff0e5;color:#e3630a}.availability-badge{background:#e7f8ee;color:#0c9351}
.passport-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-top:10px}.passport-metric{text-align:center;background:linear-gradient(180deg,#fff,#fbfdff);border:1px solid #edf1f5;border-radius:11px;padding:8px 5px}.passport-metric b{display:block;font-size:.98rem;color:#0b2d52;margin-top:2px}.passport-metric small{display:block;font-size:.55rem;line-height:1.2;color:#6d8094;margin-top:2px}.metric-icon{display:inline-grid;place-items:center;width:25px;height:25px;border-radius:8px;font-style:normal;font-weight:900;font-size:.78rem}.green-icon{background:#e7f8ef;color:#0aa35b}.blue-icon{background:#e6f2ff;color:#1174dc}.teal-icon{background:#e6fbf7;color:#069a82}.orange-icon{background:#fff0e5;color:#f36d0c}.purple-icon{background:#f1eaff;color:#7040de}.pink-icon{background:#ffeaf1;color:#ee346e}
.passport-recent{display:grid;grid-template-columns:auto 1fr auto;gap:8px;align-items:center;margin-top:10px;border:1px solid #edf1f5;border-radius:10px;padding:8px;background:#fff}.recent-icon{width:28px;height:28px;border-radius:8px;background:#fff2e8;color:#f16c0d;display:grid;place-items:center}.passport-recent b{display:block;font-size:.67rem;color:#173c61}.passport-recent small{display:block;color:#718499;font-size:.59rem;margin-top:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}.passport-recent a{font-size:.59rem;color:#174e84;font-weight:850}
.system-primary-btn{display:flex;align-items:center;justify-content:center;margin:12px auto 0;min-height:40px;border-radius:10px;color:#fff;font-size:.72rem;font-weight:900;box-shadow:0 9px 20px rgba(13,49,88,.12);transition:.2s ease}.system-primary-btn:hover{transform:translateY(-1px)}.orange-system-btn{width:min(64%,280px);background:linear-gradient(90deg,#ff6f00,#ff8f23)}.blue-system-btn{width:min(66%,300px);background:linear-gradient(90deg,#126dd3,#087feb)}
.engine-brand{display:flex;align-items:center;justify-content:center;gap:8px;text-align:left}.engine-gear{font-size:1.6rem;color:#0d3158}.engine-brand h3{font-size:1.35rem;margin:0;color:#0b2d52;line-height:1}.engine-brand b{font-size:.75rem;color:#123c65}.engine-intro{text-align:center;color:#61758c;font-size:.7rem;line-height:1.35;margin:9px 0 11px}
.engine-flow{display:grid;gap:4px;flex:1}.engine-step{position:relative;display:grid;grid-template-columns:34px 1fr;align-items:center;gap:7px;padding:4px 0}.engine-step:not(:last-child):after{content:"";position:absolute;left:16px;top:34px;height:10px;border-left:2px dotted #bac9d8}.engine-step>span{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:900;box-shadow:0 5px 12px rgba(25,76,122,.12)}.engine-step b{display:block;font-size:.68rem;line-height:1.1;color:#13395e}.engine-step small{display:block;font-size:.56rem;color:#6a7e92;margin-top:1px;line-height:1.18}.step-green>span{background:#16b86e}.step-yellow>span{background:#ffbd22}.step-blue>span{background:#268bee}.step-purple>span{background:#7446e7}.step-orange>span{background:#ff7a16}.step-pink>span{background:#f13b76}
.console-head-row{display:flex;justify-content:space-between;align-items:center;gap:8px}.live-data-pill{display:inline-flex;align-items:center;gap:5px;background:#e7faef;color:#0b9650;padding:5px 9px;border-radius:999px;font-size:.58rem;font-weight:900}.live-data-pill i{width:7px;height:7px;border-radius:50%;background:#15c676;box-shadow:0 0 0 4px rgba(21,198,118,.11)}
.console-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:7px}.console-metric{text-align:center;background:rgba(255,255,255,.78);border:1px solid rgba(217,230,242,.9);border-radius:11px;padding:8px 4px}.console-metric b{display:block;margin-top:3px;color:#0c2e53;font-size:.94rem}.console-metric small{display:block;color:#354f6b;font-size:.53rem;line-height:1.17;font-weight:750;margin-top:2px}
.today-overview{margin-top:8px;border:1px solid #dceaf6;border-radius:12px;background:rgba(255,255,255,.72);padding:8px}.today-overview-head{display:grid;grid-template-columns:auto 1fr auto;gap:7px;align-items:center;border-bottom:1px solid #e6eef5;padding-bottom:6px}.today-overview-head>span{width:26px;height:26px;border-radius:8px;background:#e7f2ff;color:#1672d2;display:grid;place-items:center}.today-overview-head b{display:block;font-size:.66rem;color:#123a61}.today-overview-head small{display:block;color:#6c8094;font-size:.52rem}.today-overview-head a{font-size:.56rem;font-weight:850;color:#1672d2}.today-overview-row{display:grid;grid-template-columns:repeat(5,1fr);margin-top:7px}.today-overview-row div{text-align:center;border-right:1px solid #e7edf3}.today-overview-row div:last-child{border-right:0}.today-overview-row b{display:block;color:#0c2e53;font-size:.77rem}.today-overview-row small{display:block;color:#6b7f93;font-size:.5rem;margin-top:1px}
.system-trust-rail{margin-top:14px;display:grid;grid-template-columns:repeat(5,auto 12px) auto;align-items:center;gap:6px;padding:10px 13px;border-radius:17px;background:rgba(255,255,255,.82);border:1px solid rgba(202,220,236,.85);box-shadow:0 12px 30px rgba(19,65,105,.06)}.system-trust-rail>div{display:flex;align-items:center;gap:7px;min-width:0}.system-trust-rail>i{font-style:normal;color:#6d86a0;font-size:1.25rem;text-align:center}.trust-ico{flex:0 0 auto;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:900}.orange-trust{background:#ff7918}.green-trust{background:#16ad68}.pink-trust{background:#ec3e79}.purple-trust{background:#7546de}.blue-trust{background:#208ae9}.system-trust-rail p{margin:0;min-width:0}.system-trust-rail b{display:block;font-size:.62rem;color:#183c5e}.system-trust-rail small{display:block;font-size:.52rem;color:#718499;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:170px}
.system-outcomes{display:grid;grid-template-columns:1.4fr repeat(3,.72fr);gap:10px;align-items:stretch;margin-top:10px}.outcomes-copy{padding:10px 12px}.outcomes-copy h3{font-size:1.18rem;line-height:1.08;margin:0 0 5px;color:#0d3158}.outcomes-copy h3 span{color:#ff7011}.outcomes-copy p{margin:0;color:#60768d;font-size:.65rem;line-height:1.4}.outcome-card{display:flex;align-items:flex-start;gap:8px;padding:10px 12px;background:rgba(255,255,255,.76);border:1px solid rgba(205,220,233,.86);border-radius:13px}.outcome-icon{flex:0 0 auto;width:32px;height:32px;border-radius:50%;display:grid;place-items:center;font-weight:900}.outcome-card b{font-size:.68rem;color:#173b5f}.outcome-card p{margin:3px 0 0;color:#62788f;font-size:.58rem;line-height:1.35}

@media (max-width:1220px){
  .workforce-system-decor{opacity:.18;width:190px}.system-core-grid{grid-template-columns:1fr 1fr}.system-engine-panel{grid-column:1/-1;grid-row:2;padding:13px 16px}.engine-brand{justify-content:flex-start}.engine-intro{text-align:left;margin:6px 0 9px}.engine-flow{grid-template-columns:repeat(7,1fr);gap:6px}.engine-step{grid-template-columns:1fr;text-align:center;padding:0 2px}.engine-step>span{margin:auto}.engine-step:not(:last-child):after{left:calc(50% + 18px);top:16px;width:calc(100% - 28px);height:0;border-left:0;border-top:2px dotted #bac9d8}.engine-step small{font-size:.52rem}.system-trust-rail{grid-template-columns:repeat(3,1fr);gap:8px}.system-trust-rail>i{display:none}.system-trust-rail>div{border:1px solid #e5edf4;padding:7px;border-radius:10px;background:rgba(255,255,255,.66)}.system-outcomes{grid-template-columns:1.1fr repeat(3,1fr)}
}
@media (max-width:900px){
  .workforce-system-section{padding:34px 0 30px}.workforce-system-decor{display:none}.system-heading{margin-bottom:18px}.system-core-grid{grid-template-columns:1fr}.worker-identity-panel{grid-row:auto}.system-engine-panel{grid-column:auto;grid-row:auto}.company-console-panel{grid-row:auto}.engine-flow{grid-template-columns:repeat(4,1fr)}.engine-step:nth-child(n+5){margin-top:5px}.engine-step:not(:last-child):after{display:none}.system-outcomes{grid-template-columns:1fr 1fr}.outcomes-copy{grid-column:1/-1}.system-trust-rail{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:600px){
  .workforce-system-section{padding:29px 0 26px}.system-kicker{font-size:.57rem;letter-spacing:.08em}.system-kicker:before,.system-kicker:after{width:18px}.system-heading h2{font-size:clamp(1.75rem,8vw,2.2rem)}.system-heading p{font-size:.78rem;line-height:1.4}.system-panel{border-radius:17px}.worker-identity-panel,.company-console-panel{padding:14px}.system-engine-panel{padding:14px}.system-panel-head h3{font-size:1.55rem}.passport-person-row{grid-template-columns:58px 1fr}.passport-photo{width:58px;height:58px}.passport-rating{display:none}.passport-metrics{grid-template-columns:repeat(2,1fr)}.passport-recent{grid-template-columns:auto 1fr}.passport-recent a{grid-column:2;margin-top:2px}.passport-recent small{max-width:210px}.orange-system-btn,.blue-system-btn{width:100%}.console-metrics{grid-template-columns:repeat(2,1fr)}.today-overview-head{grid-template-columns:auto 1fr}.today-overview-head a{grid-column:2}.today-overview-row{grid-template-columns:repeat(5,minmax(48px,1fr));overflow:auto}.engine-flow{grid-template-columns:repeat(2,1fr)}.engine-step{background:rgba(255,255,255,.72);border:1px solid #e9f0f6;border-radius:10px;padding:8px 5px}.engine-step:nth-child(n+5){margin-top:0}.system-trust-rail{grid-template-columns:1fr 1fr;padding:8px}.system-trust-rail small{white-space:normal}.system-outcomes{grid-template-columns:1fr}.outcomes-copy{grid-column:auto;padding:8px 2px}.outcome-card{padding:9px 10px}
}


/* v4.6 — restored workforce operations flow + honest preview values until real activity exists. */
.preview-pill{background:rgba(255,153,51,.16)!important;border-color:rgba(255,153,51,.32)!important;color:#ffb36a!important}
.preview-pill b,.preview-pill i{background:#ff9a3c!important;box-shadow:0 0 0 4px rgba(255,154,60,.12)!important}
.preview-badge{background:#fff2e6!important;color:#d96708!important}
.os-trust-pill{flex-wrap:wrap;justify-content:center}.os-trust-pill small{color:#aac1d7;font-size:.62rem;font-weight:700}
@media(max-width:640px){.os-trust-pill small{width:100%;text-align:center;line-height:1.35}.live-pill,.live-data-pill{white-space:nowrap}}

/* v4.7 — premium Nirman World connected ecosystem with real platform logos */
.nw-ecosystem-section{
  position:relative;
  overflow:hidden;
  padding:64px 0 58px;
  background:
    radial-gradient(circle at 12% 20%,rgba(255,133,31,.10),transparent 28%),
    radial-gradient(circle at 82% 16%,rgba(32,130,235,.10),transparent 30%),
    linear-gradient(180deg,#f8fbff 0%,#ffffff 54%,#f6faff 100%);
  border-top:1px solid rgba(13,49,88,.06);
}
.nw-ecosystem-section:before{
  content:"";position:absolute;inset:0;pointer-events:none;opacity:.42;
  background-image:
    linear-gradient(rgba(18,68,116,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(18,68,116,.045) 1px,transparent 1px);
  background-size:36px 36px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.75),transparent 86%);
}
.nw-ecosystem-section .container{position:relative;z-index:1}
.nw-ecosystem-head{text-align:center;max-width:960px;margin:0 auto 30px}
.nw-ecosystem-kicker{display:inline-flex;align-items:center;gap:12px;color:#ec6d17;font-size:.76rem;font-weight:900;letter-spacing:.2em}
.nw-ecosystem-kicker i{width:34px;height:2px;background:linear-gradient(90deg,#ff7618,#0e8ecf);border-radius:99px}
.nw-ecosystem-head h2{margin:12px 0 10px;color:#092e57;font-size:clamp(2rem,3vw,3.25rem);line-height:1.04;letter-spacing:-.045em}
.nw-ecosystem-head h2 span{color:#1678d2}
.nw-ecosystem-head p{max-width:820px;margin:0 auto;color:#64788d;font-size:1.02rem;line-height:1.65}

.nw-ecosystem-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;align-items:stretch}
.nw-platform-card{
  --accent:#166fc7;
  --soft:rgba(22,111,199,.09);
  position:relative;min-width:0;display:flex;flex-direction:column;padding:17px;
  border:1px solid rgba(13,49,88,.09);border-radius:23px;overflow:hidden;
  background:rgba(255,255,255,.9);box-shadow:0 18px 48px rgba(17,56,92,.08);
  transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;
}
.nw-platform-card:before{content:"";position:absolute;width:170px;height:170px;right:-70px;top:-75px;border-radius:50%;background:radial-gradient(circle,var(--soft),transparent 68%);pointer-events:none}
.nw-platform-card:after{content:"";position:absolute;top:50%;right:-25px;width:32px;height:32px;border-radius:50%;background:#fff;border:1px solid rgba(13,49,88,.10);box-shadow:0 6px 18px rgba(12,46,80,.12);transform:translateY(-50%);z-index:3}
.nw-platform-card:not(:last-child) .nw-platform-link:after{content:"→";position:absolute;right:-28px;top:50%;transform:translateY(-50%);z-index:4;color:#6f8aa3;font-weight:900;font-size:13px}
.nw-platform-card:hover{transform:translateY(-6px);box-shadow:0 26px 62px rgba(17,56,92,.14);border-color:color-mix(in srgb,var(--accent) 34%,transparent)}
.nw-card-dream{--accent:#b58a31;--soft:rgba(201,158,69,.15);background:linear-gradient(145deg,#fffdf9,#fffaf2)}
.nw-card-paybyday{--accent:#ff7714;--soft:rgba(255,119,20,.16);background:linear-gradient(145deg,#fffdfb,#fff5ec)}
.nw-card-siteinsync{--accent:#158fd7;--soft:rgba(21,143,215,.15);background:linear-gradient(145deg,#fbfdff,#f2f9ff)}
.nw-card-buyforbuild{--accent:#ff6f00;--soft:rgba(10,52,105,.12);background:linear-gradient(145deg,#fbfcff,#f5f8ff)}
.nw-platform-card.is-current{border-color:rgba(255,119,20,.38);box-shadow:0 22px 54px rgba(255,119,20,.13)}
.nw-platform-card.is-current:after{background:#ff7917;border-color:#fff;box-shadow:0 0 0 6px rgba(255,121,23,.12),0 8px 20px rgba(255,121,23,.25)}

.nw-platform-topline{position:relative;z-index:2;display:flex;align-items:center;gap:8px;min-height:28px;color:#5d7388;font-size:.65rem;font-weight:900;letter-spacing:.1em}
.nw-platform-topline>span{width:26px;height:26px;border-radius:9px;display:grid;place-items:center;background:var(--soft);color:var(--accent);font-size:.66rem;letter-spacing:0}
.nw-platform-topline>b{color:var(--accent);font-size:.65rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.nw-platform-topline>em{margin-left:auto;padding:5px 7px;border-radius:999px;background:#fff0e4;color:#f16911;border:1px solid rgba(255,119,20,.14);font-style:normal;font-size:.55rem;letter-spacing:.08em;white-space:nowrap}

.nw-logo-panel{position:relative;display:flex;align-items:center;justify-content:center;height:104px;margin:13px 0 12px;padding:12px;border-radius:17px;background:rgba(255,255,255,.74);border:1px solid rgba(13,49,88,.07);overflow:hidden;transition:background .25s ease,transform .25s ease}
.nw-logo-panel:before{content:"";position:absolute;inset:auto 10% -42% 10%;height:70%;background:radial-gradient(circle,var(--soft),transparent 68%);pointer-events:none}
.nw-logo-panel img{position:relative;z-index:1;display:block;width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;transition:transform .28s ease}
.nw-card-paybyday .nw-logo-panel img{max-width:92%}
.nw-platform-card:hover .nw-logo-panel{background:#fff;transform:translateY(-1px)}
.nw-platform-card:hover .nw-logo-panel img{transform:scale(1.035)}

.nw-platform-copy{position:relative;z-index:2;display:flex;flex-direction:column;flex:1}
.nw-platform-copy h3{margin:0;color:#0b315a;font-size:1.05rem;line-height:1.2}
.nw-platform-copy p{margin:7px 0 11px;color:#60768c;font-size:.78rem;line-height:1.5;min-height:3.55em}
.nw-platform-tags{display:flex;flex-wrap:wrap;gap:5px;margin-top:auto}
.nw-platform-tags span{padding:5px 8px;border-radius:999px;background:var(--soft);color:var(--accent);font-size:.62rem;font-weight:850}
.nw-platform-link{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;margin-top:13px;padding:10px 11px;border-radius:12px;color:#0e3158;background:rgba(255,255,255,.78);border:1px solid rgba(13,49,88,.07);font-size:.72rem;font-weight:900;transition:.22s ease}
.nw-platform-link b{color:var(--accent);font-size:1rem;line-height:1}
.nw-platform-link:hover{background:var(--accent);color:#fff;border-color:var(--accent);transform:translateY(-1px)}
.nw-platform-link:hover b{color:#fff}

.nw-ecosystem-flow{position:relative;display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;align-items:center;gap:10px;margin:23px auto 0;padding:12px 16px;max-width:1120px;border-radius:18px;border:1px solid rgba(13,49,88,.08);background:rgba(255,255,255,.76);backdrop-filter:blur(12px);box-shadow:0 14px 34px rgba(13,49,88,.07);overflow:hidden}
.nw-ecosystem-flow:before{content:"";position:absolute;left:5%;right:5%;top:50%;height:2px;background:linear-gradient(90deg,#c79d45,#ff7714,#1590d8,#ff7714);opacity:.25}
.nw-ecosystem-flow:after{content:"";position:absolute;top:50%;left:4%;width:10%;height:3px;border-radius:99px;background:linear-gradient(90deg,transparent,#fff,#ff7a14,#fff,transparent);filter:drop-shadow(0 0 6px #ff7a14);animation:nwFlowSweep 5s linear infinite}
@keyframes nwFlowSweep{0%{transform:translateX(0)}100%{transform:translateX(860%)}}
.nw-ecosystem-flow>div{position:relative;z-index:2;display:grid;grid-template-columns:32px 1fr;column-gap:8px;align-items:center;padding:6px 8px;border-radius:11px;background:rgba(255,255,255,.92)}
.nw-ecosystem-flow>div span{grid-row:1/3;width:32px;height:32px;border-radius:10px;display:grid;place-items:center;background:#edf4fa;color:#0f4f87;font-size:.65rem;font-weight:900}
.nw-ecosystem-flow>div.current span{background:#fff0e4;color:#ff7112}.nw-ecosystem-flow>div b{font-size:.71rem;color:#163958}.nw-ecosystem-flow>div small{font-size:.58rem;color:#7a8b9d}.nw-ecosystem-flow>i{position:relative;z-index:2;color:#7891a9;font-style:normal;font-weight:900}

.nw-ecosystem-message{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;margin-top:14px;padding:13px 15px;border-radius:18px;background:linear-gradient(100deg,#0a2f56,#0d416e 54%,#0a315b);color:#fff;box-shadow:0 18px 44px rgba(8,45,81,.17)}
.nw-message-mark{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(135deg,#ff841d,#ff6c08);font-size:.72rem;font-weight:950;box-shadow:0 8px 22px rgba(255,116,18,.3)}
.nw-ecosystem-message b{display:block;font-size:.83rem}.nw-ecosystem-message small{display:block;margin-top:3px;color:#cfe0ef;font-size:.67rem;line-height:1.45}
.nw-ecosystem-message a{display:inline-flex;align-items:center;gap:8px;padding:10px 13px;border-radius:12px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);font-size:.7rem;font-weight:850;white-space:nowrap;transition:.2s ease}
.nw-ecosystem-message a:hover{background:#fff;color:#0b365f}.nw-ecosystem-message a span{font-size:.9rem}

@media (max-width:1180px){
  .nw-ecosystem-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .nw-platform-card:after,.nw-platform-card:not(:last-child) .nw-platform-link:after{display:none}
  .nw-logo-panel{height:116px}.nw-platform-copy p{min-height:auto}
  .nw-ecosystem-flow{grid-template-columns:repeat(4,1fr);gap:8px}.nw-ecosystem-flow>i{display:none}.nw-ecosystem-flow:before,.nw-ecosystem-flow:after{display:none}
}
@media (max-width:760px){
  .nw-ecosystem-section{padding:48px 0 42px}.nw-ecosystem-head{margin-bottom:22px}.nw-ecosystem-kicker{font-size:.62rem;letter-spacing:.13em;gap:7px}.nw-ecosystem-kicker i{width:22px}.nw-ecosystem-head h2{font-size:clamp(1.8rem,9vw,2.45rem)}.nw-ecosystem-head p{font-size:.9rem;line-height:1.55}
  .nw-ecosystem-grid{grid-template-columns:1fr;gap:12px}.nw-platform-card{padding:14px;border-radius:19px}.nw-logo-panel{height:92px;margin:10px 0}.nw-platform-copy p{font-size:.75rem}.nw-platform-link{margin-top:10px}
  .nw-ecosystem-flow{grid-template-columns:repeat(2,1fr);margin-top:16px;padding:9px}.nw-ecosystem-flow>div{grid-template-columns:28px 1fr}.nw-ecosystem-flow>div span{width:28px;height:28px}
  .nw-ecosystem-message{grid-template-columns:auto 1fr;gap:9px;padding:12px}.nw-ecosystem-message a{grid-column:1/-1;justify-content:center;width:100%}
}
@media (max-width:430px){
  .nw-ecosystem-flow{grid-template-columns:1fr}.nw-platform-topline>em{display:none}.nw-logo-panel{height:84px}.nw-ecosystem-message small{font-size:.62rem}
}
@media (prefers-reduced-motion:reduce){.nw-ecosystem-flow:after{animation:none}.nw-platform-card,.nw-logo-panel,.nw-logo-panel img,.nw-platform-link{transition:none}}

/* v4.13 — Worker Foundation: code-built fidelity pass matching the approved reference */
.pbd-foundation-section{
  position:relative;overflow:hidden;padding:32px 0 22px;
  background:
    radial-gradient(circle at 4% 12%,rgba(255,125,25,.13),transparent 26%),
    radial-gradient(circle at 92% 12%,rgba(41,145,232,.17),transparent 30%),
    linear-gradient(180deg,#fffdf9 0%,#f8fbff 56%,#f8fcff 100%);
  border-top:1px solid rgba(15,56,96,.05);border-bottom:1px solid rgba(15,56,96,.06)
}
.pbd-foundation-section:before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.22;background-image:linear-gradient(rgba(17,74,123,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(17,74,123,.045) 1px,transparent 1px);background-size:34px 34px;mask-image:linear-gradient(to bottom,#000 0%,transparent 78%)}
.pbd-foundation-section:after{content:"";position:absolute;left:0;right:0;bottom:-3px;height:125px;pointer-events:none;opacity:.65;background:linear-gradient(to top,rgba(79,168,232,.14),transparent 80%),repeating-linear-gradient(90deg,transparent 0 72px,rgba(19,100,164,.10) 73px 74px,transparent 75px 124px);clip-path:polygon(0 74%,5% 61%,12% 74%,18% 56%,24% 72%,31% 50%,38% 72%,46% 54%,54% 73%,62% 52%,70% 74%,78% 55%,86% 72%,94% 57%,100% 69%,100% 100%,0 100%)}
.pbd-foundation-section .container{position:relative;z-index:2;min-height:0}

.pbd-foundation-visual{position:absolute;z-index:1;right:-1.2%;top:-10px;width:37.5%;height:570px;overflow:hidden;pointer-events:none;background:transparent;filter:drop-shadow(0 20px 34px rgba(17,62,101,.08));-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 14%,#000 100%),linear-gradient(0deg,transparent 0,#000 14%,#000 100%);mask-image:linear-gradient(90deg,transparent 0,#000 14%,#000 100%),linear-gradient(0deg,transparent 0,#000 14%,#000 100%);mask-composite:intersect}
.pbd-foundation-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.96) 0,rgba(255,255,255,.22) 17%,transparent 42%),linear-gradient(0deg,rgba(248,252,255,.90),transparent 18%);pointer-events:none}
.pbd-foundation-visual img{width:100%;height:100%;display:block;object-fit:cover;object-position:47% 39%;transform:scale(1.04);transition:transform .7s ease}
.pbd-foundation-section:hover .pbd-foundation-visual img{transform:scale(1.055)}
.pbd-visual-message{position:absolute;z-index:3;right:3.5%;top:20px;display:flex;flex-direction:column;align-items:flex-end;color:#0b3767;background:transparent;box-shadow:none;backdrop-filter:none;padding:0;transform:rotate(-4deg);font-family:"Segoe Print","Bradley Hand",cursive;text-shadow:0 2px 12px rgba(255,255,255,.92)}
.pbd-visual-message b{font-size:1.05rem;line-height:1}.pbd-visual-message span{margin-top:5px;color:#0b3767;font-size:1.05rem;font-weight:800;line-height:1}.pbd-visual-message i{width:72px;height:3px;margin-top:9px;border-radius:999px;background:#ff7115;transform:rotate(-9deg)}

.pbd-foundation-hero{position:relative;z-index:3;min-height:145px;margin:0 0 10px}.pbd-foundation-copy{max-width:65%;padding-top:2px}.pbd-foundation-kicker{display:flex;align-items:center;gap:12px;color:#ed7017;font-size:.72rem;font-weight:950;letter-spacing:.18em}.pbd-foundation-kicker i{width:58px;height:2px;border-radius:999px;background:linear-gradient(90deg,#ff7318,#ffad3d)}
.pbd-foundation-copy h2{margin:10px 0 8px;color:#082d55;font-size:clamp(2.5rem,3.45vw,4.18rem);line-height:.99;letter-spacing:-.05em;max-width:980px}.pbd-foundation-copy h2 span{color:#f16f12}.pbd-foundation-copy p{margin:0;max-width:870px;color:#637b91;font-size:clamp(.93rem,1.07vw,1.08rem);line-height:1.52}

.pbd-foundation-pillars{position:relative;z-index:4;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;width:70.7%;margin:0 0 16px}.pbd-pillar{--accent:#f27618;--soft:#fff0e5;position:relative;display:flex;flex-direction:column;min-height:248px;padding:15px 15px 13px;border:1px solid color-mix(in srgb,var(--accent) 18%,#dce8f1);border-radius:18px;background:linear-gradient(145deg,rgba(255,255,255,.96),color-mix(in srgb,var(--soft) 36%,white));box-shadow:0 12px 28px rgba(17,61,99,.055);overflow:hidden;transition:transform .22s ease,box-shadow .22s ease}.pbd-pillar:after{content:"";position:absolute;right:-30px;top:-34px;width:112px;height:112px;border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,var(--soft) 75%,white),transparent 68%)}.pbd-pillar-blue{--accent:#1675d3;--soft:#e6f4ff}.pbd-pillar-green{--accent:#089965;--soft:#e4f8ef}.pbd-pillar-violet{--accent:#7645dd;--soft:#efe9ff}.pbd-pillar:hover{transform:translateY(-4px);box-shadow:0 18px 35px rgba(17,61,99,.09)}.pbd-pillar-top{display:flex;align-items:center;gap:10px;margin-bottom:9px}.pbd-pillar-top b{color:var(--accent);font-size:1.38rem;line-height:1}.pbd-pillar-icon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:var(--soft);color:var(--accent)}.pbd-pillar-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.pbd-pillar h3{position:relative;z-index:1;margin:0;color:#0c3158;font-size:1.07rem}.pbd-pillar p{position:relative;z-index:1;margin:9px 0 12px;color:#61798f;font-size:.79rem;line-height:1.48;min-height:4.45em}.pbd-pillar-tags{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:5px;margin-top:auto}.pbd-pillar-tags span{padding:5px 8px;border-radius:999px;background:var(--soft);color:var(--accent);font-size:.58rem;font-weight:900}

.pbd-foundation-journey{position:relative;z-index:6;display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr auto 1fr;gap:7px;align-items:center;padding:12px 20px;margin:0 0 14px;border:1px solid rgba(15,60,99,.08);border-radius:22px;background:rgba(255,255,255,.88);backdrop-filter:blur(16px);box-shadow:0 14px 34px rgba(14,58,96,.08)}
.pbd-journey-stage{--stage:#788da2;display:grid;grid-template-columns:58px 1fr;column-gap:10px;align-items:center;min-width:0;padding:3px 4px}.pbd-journey-stage:nth-of-type(2){--stage:#f47718}.pbd-journey-stage:nth-of-type(3){--stage:#1978d7}.pbd-journey-stage:nth-of-type(4){--stage:#129a68}.pbd-journey-stage:nth-of-type(5){--stage:#7146d9}.pbd-stage-icon{grid-row:1/3;width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:color-mix(in srgb,var(--stage) 12%,white);color:var(--stage);border:1px solid color-mix(in srgb,var(--stage) 18%,transparent);box-shadow:inset 0 0 0 5px rgba(255,255,255,.5)}.pbd-stage-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.pbd-journey-stage b{color:#0b3157;font-size:.78rem;white-space:nowrap}.pbd-journey-stage small{color:#74899b;font-size:.58rem;white-space:nowrap}.pbd-foundation-journey>i{color:#2298ec;font-style:normal;font-size:2rem;font-weight:800;line-height:1}

.pbd-foundation-bottom{position:relative;z-index:6;display:grid;grid-template-columns:minmax(250px,.83fr) minmax(0,1.55fr) minmax(240px,.77fr);gap:12px;align-items:stretch}.pbd-foundation-progress,.pbd-foundation-growth,.pbd-foundation-principle{border:1px solid rgba(15,60,99,.08);border-radius:19px;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);box-shadow:0 13px 30px rgba(14,58,96,.065)}
.pbd-foundation-progress{padding:14px 15px}.pbd-progress-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:11px}.pbd-progress-head span{color:#0b4b80;font-size:.66rem;font-weight:950;letter-spacing:.045em}.pbd-progress-head b{padding:4px 8px;border-radius:999px;background:#fff0e4;color:#ef7015;font-size:.54rem}.pbd-progress-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:0}.pbd-progress-stats div{padding:9px 7px;text-align:center;border-right:1px solid #dce6ee}.pbd-progress-stats div:last-child{border-right:0}.pbd-progress-stats strong{display:block;color:#0c335b;font-size:1.24rem}.pbd-progress-stats small{display:block;margin-top:2px;color:#7a8da0;font-size:.54rem;line-height:1.2}
.pbd-foundation-growth{padding:13px 17px 12px;text-align:center;background:linear-gradient(135deg,rgba(255,255,255,.97),rgba(248,251,255,.95))}.pbd-foundation-growth h3{margin:0 0 9px;color:#092f57;font-size:clamp(1.3rem,1.75vw,1.78rem);letter-spacing:-.03em}.pbd-growth-flow{display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:nowrap}.pbd-growth-flow span{display:grid;grid-template-columns:30px auto;grid-template-rows:auto auto;column-gap:6px;align-items:center;justify-content:center;min-width:98px}.pbd-grow-icon{grid-row:1/3;width:28px;height:28px;border-radius:8px;display:grid;place-items:center;background:var(--soft,#f1f6fb);color:var(--accent,#0b3157);font-style:normal;font-size:.92rem;font-weight:900}.pbd-growth-flow b{color:#123a60;font-size:.6rem;white-space:nowrap;text-align:left}.pbd-growth-flow small{color:#72879a;font-size:.47rem;white-space:nowrap;text-align:left}.pbd-growth-flow em{color:#82a7c4;font-style:normal;font-size:1.2rem;font-weight:900}.grow-work{--accent:#f37717;--soft:#fff0e5}.grow-learn{--accent:#1477da;--soft:#eaf5ff}.grow-reputation{--accent:#f27b13;--soft:#fff3df}.grow-lead{--accent:#0f75cc;--soft:#edf6ff}.grow-grow{--accent:#0b9d67;--soft:#e8f8ef}.pbd-foundation-cta{margin-top:10px;padding:10px 20px!important;font-size:.72rem!important;box-shadow:0 10px 20px rgba(255,122,18,.18)}
.pbd-foundation-principle{position:relative;padding:14px 16px 13px;overflow:hidden;background:linear-gradient(150deg,#fff8f1,#fffdfb)}.pbd-foundation-principle:before{content:"“";position:absolute;left:11px;top:-8px;color:rgba(244,116,20,.17);font-size:5.3rem;font-family:Georgia,serif;line-height:1}.pbd-foundation-principle>span{position:relative;display:block;margin-left:26px;color:#ee7117;font-size:.56rem;font-weight:950;letter-spacing:.11em}.pbd-foundation-principle blockquote{position:relative;margin:9px 0 7px 26px;color:#183b5e;font-size:.78rem;line-height:1.42;font-weight:760;font-style:italic}.pbd-foundation-principle small{display:block;margin-left:26px;color:#7a8c9d;font-size:.55rem}.pbd-quote-stroke{position:absolute;right:16px;bottom:14px;width:60px;height:2px;background:#f57918;border-radius:999px;transform:rotate(-10deg)}
.pbd-foundation-values{position:relative;z-index:5;margin:14px auto 0;display:flex;align-items:center;justify-content:center;gap:17px;color:#95a8b8;font-size:.57rem;font-weight:850;letter-spacing:.32em}.pbd-foundation-values i{width:3px;height:3px;border-radius:50%;background:#c5d3df}.pbd-foundation-signoff{position:absolute;right:.5%;bottom:0;z-index:5;display:flex;flex-direction:column;align-items:flex-end;color:#0b3767;font-family:"Segoe Print","Bradley Hand",cursive;transform:rotate(-5deg);font-size:.8rem;line-height:1.05}.pbd-foundation-signoff span{font-weight:800}.pbd-foundation-signoff i{width:65px;height:2px;background:#f57918;border-radius:999px;margin-top:6px;transform:rotate(-9deg)}

@media(max-width:1280px){.pbd-foundation-visual{width:39%;height:540px}.pbd-foundation-copy{max-width:64%}.pbd-foundation-pillars{width:72.5%}.pbd-pillar{min-height:236px}.pbd-journey-stage{grid-template-columns:48px 1fr}.pbd-stage-icon{width:46px;height:46px}.pbd-stage-icon svg{width:23px;height:23px}.pbd-foundation-bottom{grid-template-columns:minmax(220px,.83fr) minmax(0,1.45fr) minmax(215px,.75fr)}.pbd-growth-flow span{min-width:86px}.pbd-growth-flow b{font-size:.56rem}}
@media(max-width:1060px){.pbd-foundation-section{padding-top:34px}.pbd-foundation-visual{position:relative;right:auto;top:auto;width:100%;height:365px;margin:12px 0 14px;border-radius:26px;overflow:hidden;-webkit-mask-image:none;mask-image:none;box-shadow:0 18px 40px rgba(16,60,100,.10)}.pbd-foundation-visual:after{background:linear-gradient(90deg,rgba(255,255,255,.18),transparent 38%),linear-gradient(0deg,rgba(247,251,255,.34),transparent 28%)}.pbd-foundation-visual img{object-position:center 30%;transform:scale(1)}.pbd-foundation-section:hover .pbd-foundation-visual img{transform:scale(1.015)}.pbd-visual-message{right:24px;top:22px}.pbd-foundation-hero{min-height:auto;margin-bottom:0}.pbd-foundation-copy{max-width:100%;text-align:center}.pbd-foundation-kicker{justify-content:center}.pbd-foundation-copy p{margin-inline:auto}.pbd-foundation-pillars{width:100%;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:0}.pbd-pillar{min-height:0}.pbd-foundation-bottom{grid-template-columns:1fr 1.45fr}.pbd-foundation-principle{grid-column:1/-1}.pbd-foundation-signoff{display:none}.pbd-foundation-values{letter-spacing:.22em}}
@media(max-width:820px){.pbd-foundation-section{padding:30px 0 24px}.pbd-foundation-visual{height:320px}.pbd-foundation-journey{grid-template-columns:1fr;gap:4px;padding:9px}.pbd-foundation-journey>i{display:none}.pbd-journey-stage{grid-template-columns:52px 1fr;padding:7px 9px;background:rgba(248,251,254,.82);border-radius:13px}.pbd-stage-icon{width:48px;height:48px}.pbd-journey-stage b,.pbd-journey-stage small{white-space:normal}.pbd-foundation-bottom{grid-template-columns:1fr}.pbd-foundation-principle{grid-column:auto}.pbd-growth-flow{flex-wrap:wrap}.pbd-growth-flow em{display:none}.pbd-foundation-values{flex-wrap:wrap;gap:9px 14px;letter-spacing:.16em}}
@media(max-width:560px){.pbd-foundation-section{padding:26px 0 22px}.pbd-foundation-copy h2{font-size:clamp(2rem,11vw,2.7rem)}.pbd-foundation-copy p{font-size:.88rem}.pbd-foundation-visual{height:265px;border-radius:20px}.pbd-visual-message{right:12px;top:12px;font-size:.8rem}.pbd-visual-message b,.pbd-visual-message span{font-size:.8rem}.pbd-foundation-pillars{grid-template-columns:1fr;gap:8px}.pbd-pillar{padding:13px;border-radius:16px;min-height:0}.pbd-pillar p{min-height:auto}.pbd-foundation-journey{margin-bottom:10px;border-radius:16px}.pbd-progress-stats{grid-template-columns:repeat(3,1fr)}.pbd-progress-stats strong{font-size:1.03rem}.pbd-progress-stats small{font-size:.48rem}.pbd-foundation-growth{padding:13px}.pbd-foundation-growth h3{font-size:1.2rem}.pbd-growth-flow{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.pbd-growth-flow span{min-width:0;justify-content:start}.pbd-growth-flow span:last-of-type{grid-column:1/-1;justify-self:center}.pbd-foundation-cta{width:100%}.pbd-foundation-values{font-size:.48rem;line-height:1.7}}
@media(prefers-reduced-motion:reduce){.pbd-foundation-visual img,.pbd-pillar{transition:none}}

/* v4.15 — Reference-matched coded closing CTA + SEO footer */
.pbd-closing{position:relative;overflow:hidden;padding:28px 0 20px;background:linear-gradient(118deg,#06315d 0%,#064f84 58%,#087caf 100%);color:#fff;border-top:1px solid rgba(96,194,255,.32);isolation:isolate}.pbd-closing:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 28% 20%,rgba(0,16,40,.48),transparent 35%),radial-gradient(circle at 74% 55%,rgba(0,230,180,.14),transparent 28%),linear-gradient(90deg,rgba(1,25,48,.72),rgba(2,54,92,.15) 52%,rgba(2,57,93,.12));z-index:-3}.pbd-closing-atmosphere{position:absolute;inset:0;z-index:-2;opacity:.2;background:repeating-linear-gradient(90deg,transparent 0 93px,rgba(134,210,255,.13) 94px 95px,transparent 96px 145px)}.pbd-closing-atmosphere:after{content:"";position:absolute;right:0;bottom:-5px;width:55%;height:76%;background:linear-gradient(to top,rgba(0,14,31,.55),transparent),repeating-linear-gradient(90deg,transparent 0 72px,rgba(136,213,255,.11) 73px 74px,transparent 75px 114px);clip-path:polygon(0 87%,6% 70%,14% 81%,22% 62%,30% 81%,38% 55%,47% 78%,56% 62%,65% 79%,74% 50%,84% 75%,92% 60%,100% 74%,100% 100%,0 100%)}
.pbd-closing-grid{display:grid;grid-template-columns:minmax(315px,.92fr) minmax(390px,1.02fr) minmax(440px,1.18fr);gap:18px;align-items:stretch;position:relative}.pbd-closing-intro{display:flex;flex-direction:column;justify-content:center;padding:7px 12px 8px 0}.pbd-closing-intro h2{margin:0;color:#fff;font-size:clamp(2rem,2.75vw,3.45rem);line-height:.98;letter-spacing:-.045em}.pbd-closing-intro h2 span{color:#ff7b14}.pbd-closing-intro>p{margin:12px 0 18px;color:#e3edf5;font-size:1rem;line-height:1.45}.pbd-closing-trust{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.pbd-closing-trust span{display:grid;grid-template-columns:31px 1fr;gap:7px;align-items:center;min-width:0}.pbd-closing-trust i{width:30px;height:30px;display:grid;place-items:center;color:#ff7f17}.pbd-closing-trust svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.pbd-closing-trust b{font-size:.57rem;line-height:1.28;color:#f6fbff}
.pbd-closing-card{position:relative;overflow:hidden;min-height:222px;border-radius:18px;isolation:isolate;box-shadow:0 18px 45px rgba(0,13,27,.22),inset 0 1px 0 rgba(255,255,255,.12)}.pbd-closing-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-3;transition:transform .5s ease}.pbd-closing-card:hover>img{transform:scale(1.025)}.pbd-closing-worker{border:1.5px solid rgba(255,133,19,.86);box-shadow:0 0 0 1px rgba(255,126,19,.08),0 16px 34px rgba(255,104,0,.12)}.pbd-closing-company{border:1.5px solid rgba(24,227,154,.74);box-shadow:0 0 0 1px rgba(20,205,148,.06),0 16px 34px rgba(0,182,148,.10)}.pbd-closing-worker>img{object-position:70% 31%}.pbd-closing-company>img{object-position:58% 46%}.pbd-closing-card-shade{position:absolute;inset:0;z-index:-2}.pbd-closing-worker .pbd-closing-card-shade{background:linear-gradient(90deg,rgba(5,31,55,.96) 0%,rgba(7,34,58,.88) 43%,rgba(17,34,47,.34) 71%,rgba(6,22,39,.1) 100%),linear-gradient(0deg,rgba(3,22,39,.78),transparent 60%)}.pbd-closing-company .pbd-closing-card-shade{background:linear-gradient(90deg,rgba(4,40,69,.94) 0%,rgba(4,57,87,.82) 46%,rgba(1,85,89,.32) 74%,rgba(3,45,69,.08) 100%),linear-gradient(0deg,rgba(2,47,62,.78),transparent 58%)}.pbd-closing-card-content{position:relative;z-index:2;height:100%;padding:18px 20px;display:flex;flex-direction:column;justify-content:center}.pbd-closing-card-title{display:flex;align-items:flex-start;gap:13px}.pbd-closing-card-title>i{width:51px;height:51px;border-radius:50%;display:grid;place-items:center;flex:0 0 auto;color:#fff}.pbd-closing-card-title>i.worker{background:#ff7410;box-shadow:0 8px 24px rgba(255,116,16,.25)}.pbd-closing-card-title>i.company{background:#0db26e;box-shadow:0 8px 24px rgba(13,178,110,.22)}.pbd-closing-card-title svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.pbd-closing-card-title h3{margin:2px 0 4px;color:#fff;font-size:1.23rem;line-height:1.1}.pbd-closing-card-title strong{display:block;color:#fff;font-size:.88rem;line-height:1.3}.pbd-closing-card-content>p{margin:12px 0;color:#f3f7fb;font-size:.72rem}.pbd-closing-card-content>p b{color:#ffb879;margin:0 3px}.pbd-closing-company .pbd-closing-card-content>p b{color:#6ce7c0}.pbd-closing-button{width:max-content;min-width:195px;border:0;border-radius:10px;padding:11px 18px;font:inherit;font-size:.78rem;font-weight:900;cursor:pointer;transition:.2s ease;box-shadow:0 11px 24px rgba(0,0,0,.15)}.pbd-closing-button:hover{transform:translateY(-2px)}.pbd-worker-button{background:#ff7816;color:#fff}.pbd-company-button{background:#fff;color:#0b4b83}.pbd-closing-button span{margin-left:8px}.pbd-closing-script{position:absolute;right:-.7%;top:13px;display:flex;flex-direction:column;align-items:flex-end;color:#fff;font-family:"Segoe Print","Bradley Hand",cursive;font-size:1rem;line-height:1.06;transform:rotate(-4deg);text-shadow:0 4px 18px rgba(0,0,0,.32);pointer-events:none}.pbd-closing-script i{display:block;width:82px;height:3px;margin-top:7px;background:#ff7511;border-radius:999px;transform:rotate(-7deg)}
.pbd-site-footer{position:relative;overflow:hidden;padding:25px 0 0;color:#fff;background:linear-gradient(135deg,#031e38 0%,#052b4e 54%,#073f68 100%);border-top:1px solid rgba(66,181,244,.35);isolation:isolate}.pbd-site-footer:before{content:"";position:absolute;inset:0;z-index:-2;background:radial-gradient(circle at 38% 110%,rgba(0,108,175,.13),transparent 36%),radial-gradient(circle at 94% 35%,rgba(0,157,222,.1),transparent 24%)}.pbd-footer-skyline{position:absolute;right:0;bottom:34px;width:36%;height:42%;z-index:-1;opacity:.18;background:repeating-linear-gradient(90deg,transparent 0 48px,rgba(88,180,239,.12) 49px 50px,transparent 51px 88px);clip-path:polygon(0 84%,6% 70%,12% 78%,19% 63%,27% 80%,34% 56%,42% 75%,50% 66%,57% 80%,65% 53%,72% 73%,81% 58%,90% 76%,100% 62%,100% 100%,0 100%)}
.pbd-footer-grid{display:grid;grid-template-columns:minmax(235px,1.18fr) repeat(5,minmax(104px,.72fr)) minmax(170px,.86fr);gap:14px;align-items:start}.pbd-footer-brand{padding-right:6px}.pbd-footer-logo{display:block;width:205px;height:auto;overflow:visible;margin-bottom:13px;background:transparent}.pbd-footer-logo img{display:block;width:100%;height:auto;object-fit:contain;object-position:left center;transform:none;border-radius:0;background:transparent;filter:brightness(1.08) saturate(1.05) drop-shadow(0 1px 0 rgba(255,255,255,.08))}.pbd-footer-brand h3{margin:0;color:#fff;font-size:.68rem;line-height:1.42;font-weight:850}.pbd-footer-brand p{margin:10px 0 0;color:#bed1df;font-size:.61rem;line-height:1.5}.pbd-footer-tagline{display:flex;align-items:center;gap:8px;margin-top:10px;color:#fff;font-size:.66rem;font-weight:850}.pbd-footer-tagline i{width:4px;height:4px;border-radius:50%;background:#ff7816}.pbd-social-row{display:flex;gap:10px;margin-top:14px}.pbd-social{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;color:#fff;border:1px solid rgba(255,255,255,.13);box-shadow:0 6px 18px rgba(0,0,0,.12);font-size:.78rem;font-weight:900}.pbd-social svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2}.pbd-social-youtube svg{fill:#fff;stroke:none}.pbd-social-linkedin{background:#0a66c2}.pbd-social-youtube{background:#e51f28}.pbd-social-x{background:#05070a}.pbd-social-instagram{background:#2d77d2}.pbd-social-facebook{background:#2d6fc4;font-size:1.1rem}
.pbd-footer-nav h3{display:flex;align-items:center;gap:6px;margin:8px 0 12px;color:#fff;font-size:.66rem;white-space:nowrap}.pbd-footer-nav h3 i{width:26px;height:26px;display:grid;place-items:center;font-style:normal}.pbd-footer-nav h3 svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.pbd-footer-nav.workers h3 i{color:#ff7b17}.pbd-footer-nav.companies h3 i{color:#15bd7d}.pbd-footer-nav.ecosystem h3 i{color:#1598ef}.pbd-footer-nav.about h3 i{color:#dce9f2}.pbd-footer-nav.resources h3 i{color:#b7d6ef}.pbd-footer-nav a{display:block;width:max-content;max-width:100%;margin:0 0 7px;color:#bfd1df;font-size:.59rem;line-height:1.28;text-decoration:none;transition:.18s ease}.pbd-footer-nav a:hover{color:#fff;transform:translateX(2px)}
.pbd-footer-quote{position:relative;min-height:178px;padding:12px 0 8px 18px;border-left:1px solid rgba(255,255,255,.16)}.pbd-footer-quote>span{position:absolute;left:18px;top:-9px;color:#ff7a16;font-family:Georgia,serif;font-size:3.5rem;line-height:1}.pbd-footer-quote blockquote{margin:19px 0 10px 30px;color:#f4f8fb;font-size:.76rem;line-height:1.45;font-style:italic}.pbd-footer-quote small{display:block;margin-left:30px;color:#b9cddd;font-size:.58rem}.pbd-footer-quote i{display:block;width:83px;height:2px;margin:10px 7px 0 auto;background:#ff7310;border-radius:999px;transform:rotate(-8deg)}
.pbd-footer-bottom{display:grid;grid-template-columns:minmax(260px,1fr) auto minmax(210px,.65fr);gap:18px;align-items:center;margin-top:22px;padding:15px 0 17px;border-top:1px solid rgba(255,255,255,.14);color:#b5cad9;font-size:.58rem}.pbd-footer-copyright b{color:#ff7a16;margin:0 5px}.pbd-footer-copyright i{display:inline-block;width:1px;height:13px;margin:0 9px;vertical-align:middle;background:rgba(255,255,255,.25)}.pbd-footer-mini{display:flex;align-items:center;justify-content:center;gap:9px;white-space:nowrap}.pbd-footer-mini a{color:#c8d8e4;text-decoration:none}.pbd-footer-mini a:hover{color:#fff}.pbd-footer-mini i{width:1px;height:12px;background:rgba(255,255,255,.24)}.pbd-footer-india{display:flex;align-items:center;justify-content:flex-end;gap:8px;color:#d5e2eb}.pbd-footer-india span{font-size:1rem}
@media(max-width:1180px){.pbd-closing-grid{grid-template-columns:1fr 1fr}.pbd-closing-intro{grid-column:1/-1;padding-right:160px}.pbd-closing-script{top:22px}.pbd-footer-grid{grid-template-columns:1.15fr repeat(3,1fr)}.pbd-footer-brand{grid-row:span 2}.pbd-footer-quote{grid-column:4;grid-row:1/3}.pbd-footer-bottom{grid-template-columns:1fr;justify-items:center;text-align:center}.pbd-footer-india{justify-content:center}}
@media(max-width:980px){.pbd-closing{padding-top:34px}.pbd-closing-grid{grid-template-columns:1fr}.pbd-closing-intro{grid-column:auto;padding-right:0}.pbd-closing-script{display:none}.pbd-closing-card{min-height:260px}.pbd-closing-trust{max-width:720px}.pbd-footer-grid{grid-template-columns:repeat(2,1fr)}.pbd-footer-brand{grid-column:1/-1;grid-row:auto}.pbd-footer-quote{grid-column:1/-1;grid-row:auto;min-height:0}.pbd-footer-mini{flex-wrap:wrap;white-space:normal}}
@media(max-width:620px){.pbd-closing{padding:28px 0 18px}.pbd-closing-intro h2{font-size:2.35rem}.pbd-closing-intro>p{font-size:.86rem}.pbd-closing-trust{grid-template-columns:repeat(2,1fr)}.pbd-closing-card{min-height:295px;border-radius:15px}.pbd-closing-card-content{padding:18px}.pbd-closing-card-title h3{font-size:1.1rem}.pbd-closing-card-title strong{font-size:.78rem}.pbd-closing-button{width:100%;min-width:0}.pbd-site-footer{padding-top:24px}.pbd-footer-grid{grid-template-columns:1fr;gap:16px}.pbd-footer-nav{padding-top:10px;border-top:1px solid rgba(255,255,255,.08)}.pbd-footer-quote{border-left:0;border-top:1px solid rgba(255,255,255,.1);padding:18px 0 0}.pbd-footer-quote>span{left:0;top:5px}.pbd-footer-quote blockquote,.pbd-footer-quote small{margin-left:34px}.pbd-footer-logo{width:195px}.pbd-footer-bottom{margin-top:18px}.pbd-footer-mini{gap:7px 8px}}
@media(prefers-reduced-motion:reduce){.pbd-closing-card>img,.pbd-closing-button,.pbd-footer-nav a{transition:none}}

/* v4.18 We Care — Workforce Support by PayByDay */
.pbd-sathi-launcher{position:fixed;right:22px;bottom:22px;z-index:1200;display:flex;align-items:center;gap:10px;min-width:196px;padding:9px 13px;border:1px solid rgba(255,255,255,.45);border-radius:999px;background:linear-gradient(135deg,#062d52,#0a4776);color:#fff;box-shadow:0 14px 38px rgba(1,28,54,.28);cursor:pointer;font-family:inherit}.pbd-sathi-launcher:hover{transform:translateY(-2px);box-shadow:0 18px 42px rgba(1,28,54,.34)}.pbd-sathi-launcher-icon{width:39px;height:39px;border-radius:50%;display:grid;place-items:center;background:#ff7a16;box-shadow:0 7px 20px rgba(255,122,22,.3)}.pbd-sathi-launcher svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.pbd-sathi-launcher>span:nth-child(2){display:flex;flex-direction:column;align-items:flex-start;line-height:1.15}.pbd-sathi-launcher b{font-size:.76rem}.pbd-sathi-launcher small{margin-top:3px;color:#bfd5e6;font-size:.56rem}.pbd-sathi-launcher>i{width:8px;height:8px;border-radius:50%;background:#28d887;box-shadow:0 0 0 4px rgba(40,216,135,.15)}
.pbd-sathi{position:fixed;right:22px;bottom:88px;z-index:1210;width:min(400px,calc(100vw - 28px));height:min(640px,calc(100vh - 118px));display:grid;grid-template-rows:auto auto 1fr auto auto auto;border:1px solid rgba(15,82,131,.17);border-radius:22px;overflow:hidden;background:#f8fbfe;box-shadow:0 26px 70px rgba(0,25,50,.28);opacity:0;visibility:hidden;transform:translateY(18px) scale(.97);transform-origin:bottom right;transition:.22s ease}.pbd-sathi.open{opacity:1;visibility:visible;transform:none}.pbd-sathi-head{display:flex;align-items:center;gap:10px;padding:14px 15px;background:linear-gradient(135deg,#052c50,#0b4e7e);color:#fff}.pbd-sathi-avatar{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(145deg,#ff8a17,#ff6811);font-weight:950;box-shadow:0 8px 22px rgba(255,111,17,.28)}.pbd-sathi-head>div:nth-child(2){display:flex;flex-direction:column;min-width:0}.pbd-sathi-head strong{font-size:.86rem}.pbd-sathi-head small{display:flex;align-items:center;gap:6px;margin-top:3px;color:#c5dcec;font-size:.57rem}.pbd-sathi-head small i{width:6px;height:6px;border-radius:50%;background:#2dde8d}.pbd-sathi-head>button{margin-left:auto;width:32px;height:32px;border:0;border-radius:50%;background:rgba(255,255,255,.1);color:#fff;font-size:1.2rem;cursor:pointer}.pbd-sathi-rolebar{display:flex;align-items:center;gap:6px;padding:9px 12px;background:#eef6fb;border-bottom:1px solid #dfeaf2;overflow-x:auto}.pbd-sathi-rolebar>span{flex:0 0 auto;color:#63798b;font-size:.57rem;font-weight:700}.pbd-sathi-rolebar button{flex:0 0 auto;border:1px solid #d6e4ee;border-radius:999px;padding:6px 9px;background:#fff;color:#163b59;font:inherit;font-size:.56rem;font-weight:800;cursor:pointer}.pbd-sathi-rolebar button.active{border-color:#ffb074;background:#fff3e8;color:#e96808}
.pbd-sathi-messages{min-height:0;padding:13px 12px;overflow-y:auto;background:linear-gradient(180deg,#f9fcfe,#f3f8fc)}.pbd-sathi-msg{display:flex;margin:0 0 9px}.pbd-sathi-msg>div{max-width:86%;padding:9px 11px;border-radius:14px;font-size:.64rem;line-height:1.48;box-shadow:0 3px 10px rgba(6,46,80,.05)}.pbd-sathi-msg.agent>div{border:1px solid #deebf3;border-bottom-left-radius:5px;background:#fff;color:#173c58}.pbd-sathi-msg.user{justify-content:flex-end}.pbd-sathi-msg.user>div{border-bottom-right-radius:5px;background:#0d4e7e;color:#fff}.pbd-sathi-msg.system>div{max-width:100%;width:100%;border:1px solid #bfead6;background:#ebfbf3;color:#176744}.pbd-sathi-msg.typing>div{display:flex;gap:4px;padding:12px 14px}.pbd-sathi-msg.typing span{width:6px;height:6px;border-radius:50%;background:#90a7b8;animation:pbdSathiDot 1.1s infinite}.pbd-sathi-msg.typing span:nth-child(2){animation-delay:.16s}.pbd-sathi-msg.typing span:nth-child(3){animation-delay:.32s}@keyframes pbdSathiDot{0%,70%,100%{transform:translateY(0);opacity:.45}35%{transform:translateY(-4px);opacity:1}}
.pbd-sathi-actions{display:flex;gap:6px;padding:8px 10px;overflow-x:auto;border-top:1px solid #e2ebf1;background:#fff}.pbd-sathi-actions button,.pbd-sathi-link{flex:0 0 auto;border:1px solid #dae6ee;border-radius:999px;padding:7px 10px;background:#f7fafc;color:#164360;text-decoration:none;font:inherit;font-size:.55rem;font-weight:850;cursor:pointer}.pbd-sathi-actions button:hover,.pbd-sathi-link:hover{border-color:#ffb078;background:#fff5ec;color:#de650a}.pbd-sathi-actions .pbd-sathi-escalate{border-color:#ffd1ae;background:#fff2e7;color:#d85d02}.pbd-sathi-compose{display:grid;grid-template-columns:1fr 39px;gap:8px;padding:9px 10px;background:#fff;border-top:1px solid #e2ebf1}.pbd-sathi-compose input{width:100%;min-width:0;border:1px solid #d9e4ec;border-radius:12px;padding:10px 11px;font:inherit;font-size:.64rem;color:#153a57;outline:none}.pbd-sathi-compose input:focus{border-color:#78b7df;box-shadow:0 0 0 3px rgba(38,137,200,.1)}.pbd-sathi-compose button{border:0;border-radius:12px;background:#ff7714;color:#fff;display:grid;place-items:center;cursor:pointer}.pbd-sathi-compose button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.pbd-sathi-foot{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 11px;background:#f5f9fc;color:#768b9b;font-size:.48rem}.pbd-sathi-foot button{border:0;background:transparent;color:#0f66a1;font:inherit;font-size:.52rem;font-weight:900;cursor:pointer}
.pbd-sathi-ticket-form{margin:8px 0 2px;padding:12px;border:1px solid #dce8f0;border-radius:15px;background:#fff;box-shadow:0 8px 24px rgba(7,49,79,.08)}.pbd-sathi-ticket-title{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:9px}.pbd-sathi-ticket-title strong{font-size:.69rem;color:#133c5a}.pbd-sathi-ticket-title small{color:#e66a0b;font-size:.5rem;font-weight:850}.pbd-sathi-field{margin-bottom:7px}.pbd-sathi-field label{display:block;margin-bottom:4px;color:#385b74;font-size:.5rem;font-weight:850}.pbd-sathi-field label span{color:#95a7b4;font-weight:500}.pbd-sathi-field input,.pbd-sathi-field textarea{width:100%;border:1px solid #dce7ee;border-radius:9px;padding:7px 8px;font:inherit;font-size:.57rem;color:#143b58;resize:vertical}.pbd-sathi-two{display:grid;grid-template-columns:1fr 1fr;gap:7px}.pbd-sathi-ticket-buttons{display:flex;justify-content:flex-end;gap:7px}.pbd-sathi-ticket-buttons button{border:1px solid #dce7ef;border-radius:9px;padding:7px 9px;background:#fff;color:#345970;font:inherit;font-size:.54rem;font-weight:850;cursor:pointer}.pbd-sathi-ticket-buttons button[type=submit]{border-color:#ff7a16;background:#ff7a16;color:#fff}.pbd-sathi-ticket-buttons button:disabled{opacity:.55;cursor:wait}
.support-priority{display:inline-flex;align-items:center;border-radius:999px;padding:3px 7px;font-size:.68rem;font-weight:900}.support-priority.p1{background:#fee2e2;color:#b91c1c}.support-priority.p2{background:#ffedd5;color:#c2410c}.support-priority.p3{background:#fef3c7;color:#a16207}.support-priority.p4{background:#dbeafe;color:#1d4ed8}.support-priority.p5{background:#e5e7eb;color:#4b5563}.support-ticket-list{display:grid;gap:10px}.support-ticket-item{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;padding:12px;border:1px solid #e0e8ef;border-radius:13px;background:#fff}.support-ticket-item b{display:block;color:#0b2f50}.support-ticket-item small{display:block;margin-top:3px;color:#788b9b}.support-ticket-item .badge{justify-self:end}
@media(max-width:620px){.pbd-sathi-launcher{right:12px;bottom:12px;min-width:0;padding:8px}.pbd-sathi-launcher>span:nth-child(2),.pbd-sathi-launcher>i{display:none}.pbd-sathi{right:7px;bottom:68px;width:calc(100vw - 14px);height:min(690px,calc(100vh - 82px));border-radius:18px}.pbd-sathi-two{grid-template-columns:1fr}.support-ticket-item{grid-template-columns:1fr}.support-ticket-item .badge{justify-self:start}}
@media(prefers-reduced-motion:reduce){.pbd-sathi,.pbd-sathi-launcher{transition:none}.pbd-sathi-msg.typing span{animation:none}}

/* v4.18 We Care brand treatment */
.pbd-sathi-launcher small em,.pbd-sathi-head small em{font-style:italic;font-weight:600}.pbd-sathi-avatar span{font-size:.72rem;letter-spacing:-.02em}


/* v4.19 — reference footer fidelity on common desktop/laptop widths.
   Keep the closing CTA in one row and all footer columns in one row whenever
   the viewport can physically support the reference composition. */
@media (min-width:1181px) and (max-width:1450px){
  .pbd-closing-grid{grid-template-columns:minmax(270px,.84fr) minmax(330px,1fr) minmax(370px,1.08fr);gap:14px}
  .pbd-closing-intro{padding-right:0}
  .pbd-closing-intro h2{font-size:clamp(2rem,2.7vw,2.65rem)}
  .pbd-closing-intro>p{font-size:.86rem;margin:10px 0 14px}
  .pbd-closing-trust{gap:6px}
  .pbd-closing-trust span{grid-template-columns:27px 1fr;gap:5px}
  .pbd-closing-trust i{width:27px;height:27px}
  .pbd-closing-trust svg{width:24px;height:24px}
  .pbd-closing-trust b{font-size:.5rem}
  .pbd-closing-card{min-height:210px}
  .pbd-closing-card-content{padding:15px 16px}
  .pbd-closing-card-title>i{width:45px;height:45px}
  .pbd-closing-card-title h3{font-size:1.03rem}
  .pbd-closing-card-title strong{font-size:.76rem}
  .pbd-closing-card-content>p{font-size:.63rem;margin:10px 0}
  .pbd-closing-button{min-width:170px;padding:10px 15px;font-size:.7rem}
  .pbd-closing-script{right:0;font-size:.86rem}
  .pbd-footer-logo{width:190px;height:auto}
  .pbd-footer-grid{grid-template-columns:minmax(210px,1.16fr) repeat(5,minmax(94px,.72fr)) minmax(150px,.84fr);gap:11px}
  .pbd-footer-nav h3{font-size:.6rem;gap:4px}
  .pbd-footer-nav h3 i{width:22px;height:22px}
  .pbd-footer-nav h3 svg{width:20px;height:20px}
  .pbd-footer-nav a{font-size:.54rem;margin-bottom:6px}
  .pbd-footer-brand h3{font-size:.62rem}
  .pbd-footer-brand p{font-size:.56rem}
  .pbd-footer-tagline{font-size:.59rem}
  .pbd-social{width:30px;height:30px}
  .pbd-footer-quote{padding-left:12px}
  .pbd-footer-quote>span{left:12px}
  .pbd-footer-quote blockquote{margin-left:25px;font-size:.69rem}
  .pbd-footer-quote small{margin-left:25px;font-size:.54rem}
}

/* v4.20 — desktop footer collision + closing-script placement fix.
   1) The footer ecosystem nav was unintentionally inheriting the generic
      .ecosystem grid used by the homepage ecosystem cards. Force footer navs
      back to normal block flow so links cannot collide with adjacent columns.
   2) Reserve a real right-side gutter for the handwritten closing message so
      it sits beside, not on top of, the company CTA card. */
.pbd-footer-nav{min-width:0}
.pbd-footer-nav.ecosystem{
  display:block!important;
  grid-template-columns:none!important;
  gap:0!important;
}
.pbd-footer-nav.ecosystem>a{display:block!important;width:max-content;max-width:100%}

@media (min-width:1451px){
  .pbd-closing-grid{
    grid-template-columns:minmax(315px,.92fr) minmax(390px,1.02fr) minmax(400px,1.08fr);
    gap:18px;
    padding-right:118px;
    box-sizing:border-box;
  }
  .pbd-closing-script{
    right:16px;
    top:18px;
    width:92px;
    align-items:center;
    text-align:center;
    font-size:.84rem;
    line-height:1.04;
  }
  .pbd-closing-script i{width:74px}

  .pbd-footer-grid{
    grid-template-columns:minmax(230px,1.18fr) minmax(128px,.78fr) minmax(145px,.86fr) minmax(150px,.92fr) minmax(135px,.82fr) minmax(145px,.86fr) minmax(160px,.88fr);
    column-gap:18px;
    row-gap:0;
  }
  .pbd-footer-nav h3{white-space:nowrap}
}

@media (min-width:1181px) and (max-width:1450px){
  .pbd-closing-grid{
    grid-template-columns:minmax(260px,.8fr) minmax(320px,1fr) minmax(350px,1.06fr);
    gap:13px;
    padding-right:84px;
    box-sizing:border-box;
  }
  .pbd-closing-script{
    right:5px;
    top:18px;
    width:70px;
    align-items:center;
    text-align:center;
    font-size:.7rem;
    line-height:1.03;
  }
  .pbd-closing-script i{width:58px;height:2px}

  .pbd-footer-grid{
    grid-template-columns:minmax(195px,1.08fr) minmax(105px,.72fr) minmax(118px,.78fr) minmax(128px,.84fr) minmax(112px,.74fr) minmax(118px,.78fr) minmax(132px,.82fr);
    gap:10px;
  }
  .pbd-footer-nav h3{white-space:nowrap}
}


/* v4.22 — approved high-resolution transparent dark-footer logo.
   Layout and all other footer behavior remain unchanged. */
.pbd-footer-logo{width:205px;max-width:100%;height:auto;overflow:visible;background:transparent}
.pbd-footer-logo img{display:block;width:100%;height:auto;object-fit:contain;object-position:left center;transform:none;border-radius:0;background:transparent;filter:none}
@media(max-width:620px){.pbd-footer-logo{width:195px}}

/* Hero v4.25 — mobile-first correction.
   Keeps the desktop/tablet compositions unchanged while making every carousel slide
   fit naturally on phones: clearer image focal area, compact copy, visible controls,
   and a condensed live-workforce card on slide 01. */
@media (max-width:680px){
  .hero-carousel{
    height:700px;
    min-height:700px;
    max-height:none;
    border-radius:0;
  }
  .hero-slide{overflow:hidden}
  .hero-media{
    height:100%;
    object-fit:cover;
    transform:none!important;
    animation:none!important;
  }

  /* Give the photograph a clean upper visual area and reserve the lower area for content. */
  .hero-shade,
  .hero-shade-transform,
  .hero-shade-leadership,
  .hero-shade-worker,
  .hero-shade-employer,
  .hero-shade-ecosystem,
  .hero-shade-workforce{
    background:
      linear-gradient(180deg,
        rgba(3,18,31,.02) 0%,
        rgba(3,18,31,.08) 32%,
        rgba(3,18,31,.44) 48%,
        rgba(3,18,31,.88) 66%,
        rgba(3,18,31,.98) 100%);
  }

  /* Image framing tuned per slide for portrait/mobile crops. */
  .hero-slide-workforce .hero-media{object-position:62% 34%}
  .hero-slide-transform .hero-media{object-position:64% 30%}
  .hero-slide-contractor .hero-media{object-position:61% 31%}
  .hero-slide-worker .hero-media{object-position:42% 31%}
  .hero-slide-employer .hero-media{object-position:63% 31%}
  .hero-slide-ecosystem .hero-media{object-position:62% 29%}

  .hero-slide-inner,
  .hero-align-top-center,
  .hero-slide-transform .hero-slide-inner{
    width:90%;
    height:100%;
    padding:0 0 66px;
    align-items:flex-end;
    justify-content:center;
  }

  .hero-copy,
  .hero-copy-compact,
  .hero-copy-center,
  .hero-copy-ecosystem,
  .hero-slide-transform .hero-copy{
    width:100%;
    max-width:460px;
    margin:0 auto;
    padding:13px 14px 12px;
    border:1px solid rgba(255,255,255,.13);
    border-radius:18px;
    background:linear-gradient(145deg,rgba(3,20,36,.84),rgba(8,41,68,.69));
    -webkit-backdrop-filter:blur(10px) saturate(1.08);
    backdrop-filter:blur(10px) saturate(1.08);
    box-shadow:0 16px 42px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.08);
    text-align:center;
    text-shadow:none;
  }
  .hero-copy-right{margin-left:auto;margin-right:auto}
  .hero-copy-center p,
  .hero-slide-transform .hero-copy p{margin-left:auto;margin-right:auto;text-align:center}
  .hero-copy h1,
  .hero-command-copy h1{
    font-size:clamp(28px,8.1vw,35px);
    line-height:1.03;
    letter-spacing:-.035em;
    margin:8px 0 8px;
    text-align:center;
  }
  .hero-command-copy h1 span{margin-top:3px}
  .hero-copy p,
  .hero-command-copy p{
    max-width:410px;
    margin-left:auto;
    margin-right:auto;
    font-size:12.6px;
    line-height:1.42;
    text-align:center;
  }
  .eyebrow,
  .hero-command-copy .eyebrow{
    width:max-content;
    max-width:100%;
    margin:0 auto;
    padding:5px 8px;
    font-size:7.8px;
    line-height:1.2;
  }
  .hero-points,
  .hero-copy-center .hero-points,
  .hero-slide-transform .hero-points{
    justify-content:center;
    margin-top:10px;
    gap:5px;
  }
  .hero-points span{padding:5px 7px;font-size:8.2px;gap:5px}
  .hero-points i{width:17px;height:17px;font-size:8px}
  .hero-ctas,
  .hero-ctas-center,
  .hero-slide-transform .hero-ctas{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:7px;
    justify-content:stretch;
    margin-top:10px;
  }
  .hero-ctas .btn{
    width:100%;
    min-height:38px;
    padding:9px 8px;
    border-radius:11px;
    font-size:9.5px;
    line-height:1.15;
    white-space:normal;
  }
  .hero-ecosystem-links{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:5px;
    margin-top:10px;
  }
  .hero-ecosystem-links a{padding:7px 5px;font-size:8.5px;border-radius:10px}
  .hero-ecosystem-links small{font-size:7.5px}

  /* Slide 01: keep both the message and the live card, but in a compact mobile stack. */
  .hero-slide-workforce .hero-slide-inner{
    flex-direction:column;
    justify-content:flex-end;
    align-items:center;
    gap:8px;
    padding:0 0 66px;
  }
  .hero-command-copy{
    width:100%;
    max-width:460px;
    padding:12px 13px 11px;
    border:1px solid rgba(255,255,255,.13);
    border-radius:18px;
    background:linear-gradient(145deg,rgba(3,20,36,.82),rgba(8,41,68,.67));
    -webkit-backdrop-filter:blur(10px) saturate(1.08);
    backdrop-filter:blur(10px) saturate(1.08);
    box-shadow:0 14px 36px rgba(0,0,0,.20),inset 0 1px 0 rgba(255,255,255,.08);
    text-align:center;
    text-shadow:none;
  }
  .hero-command-copy h1{font-size:clamp(26px,7.5vw,33px)}
  .hero-command-copy p{font-size:11.6px;line-height:1.37}
  .hero-command-copy .hero-ctas{margin-top:8px}
  .hero-trust-row{
    justify-content:center;
    gap:8px;
    margin-top:8px;
    font-size:7.8px;
    line-height:1.15;
    text-shadow:none;
  }
  .hero-trust-row i{font-size:9px}
  .hero-workforce-card{
    width:100%;
    max-width:460px;
    padding:10px 11px;
    border-radius:15px;
    background:linear-gradient(145deg,rgba(4,27,47,.77),rgba(10,54,87,.57));
    -webkit-backdrop-filter:blur(10px) saturate(1.08);
    backdrop-filter:blur(10px) saturate(1.08);
  }
  .workforce-card-head{padding-bottom:7px}
  .workforce-card-head small{font-size:6.4px;margin-bottom:1px}
  .workforce-card-head h2{font-size:12px}
  .live-pill{font-size:6.8px;padding:3px 6px;gap:4px}
  .live-pill b{width:4px;height:4px;box-shadow:0 0 0 3px rgba(49,212,126,.10)}
  .workforce-trades{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:7px 0 7px}
  .workforce-trade>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:3px;margin-bottom:3px}
  .workforce-trade span,.workforce-trade strong{font-size:6.9px;margin:0}
  .workforce-bar{height:2px}
  .workforce-stats{gap:5px}
  .workforce-stats>div{padding:6px 5px;border-radius:9px}
  .workforce-stats small{font-size:6.2px;margin-bottom:2px}
  .workforce-stats strong{font-size:14px}
  .workforce-card-foot{margin-top:7px;padding-top:7px;align-items:center}
  .workforce-card-foot div small,.workforce-card-foot>span{font-size:6.2px}
  .workforce-card-foot div strong{font-size:14px}

  /* Keep controls fully visible and away from floating support UI. */
  .hero-controls{
    left:50%;
    right:auto;
    bottom:12px;
    transform:translateX(-50%);
    max-width:88%;
    gap:4px;
    padding:5px 6px;
    border-radius:999px;
  }
  .hero-arrow{width:27px;height:27px;font-size:18px}
  .hero-dots{gap:3px}
  .hero-dot{width:22px;height:22px;font-size:7px}
  .hero-dot.is-active{width:25px}
  .hero-progress{display:none}
  .hero-carousel + .section{padding-top:34px}
}

@media (max-width:420px){
  .hero-carousel{height:670px;min-height:670px}
  .hero-slide-inner,
  .hero-align-top-center,
  .hero-slide-transform .hero-slide-inner,
  .hero-slide-workforce .hero-slide-inner{padding-bottom:60px}
  .hero-copy,
  .hero-copy-compact,
  .hero-copy-center,
  .hero-copy-ecosystem,
  .hero-slide-transform .hero-copy,
  .hero-command-copy,
  .hero-workforce-card{max-width:100%}
  .hero-copy h1,.hero-command-copy h1{font-size:clamp(26px,8vw,31px)}
  .hero-copy p{font-size:11.8px}
  .hero-points span{font-size:7.6px}
  .hero-ctas .btn{font-size:9px}
  .hero-dot{width:20px;height:20px;font-size:6.5px}
  .hero-dot.is-active{width:23px}
  .hero-arrow{width:25px;height:25px}
}

/* Hero v4.26 — mobile image/content split.
   On phones the photo is a clean, independent visual block and all copy/actions
   live in a separate content surface below it. Desktop/tablet remain unchanged. */
@media (max-width:680px){
  .hero-carousel{
    height:790px;
    min-height:790px;
    background:#071f36;
  }
  .hero-track,.hero-slide{height:100%}
  .hero-slide{overflow:hidden;background:#071f36}

  /* Independent image panel */
  .hero-media{
    position:absolute;
    inset:0 0 auto 0;
    width:100%;
    height:300px;
    object-fit:cover;
    transform:none!important;
    animation:none!important;
    filter:saturate(1.02) contrast(1.01);
    z-index:0;
  }
  .hero-shade,
  .hero-shade-transform,
  .hero-shade-leadership,
  .hero-shade-worker,
  .hero-shade-employer,
  .hero-shade-ecosystem,
  .hero-shade-workforce{
    position:absolute;
    inset:0 0 auto 0;
    height:300px;
    z-index:1;
    background:linear-gradient(180deg,rgba(3,18,31,.02) 0%,rgba(3,18,31,.03) 68%,rgba(3,18,31,.22) 100%);
  }

  /* Mobile focal points — keep people/faces visible in the photo-only panel. */
  .hero-slide-workforce .hero-media{object-position:62% 31%}
  .hero-slide-transform .hero-media{object-position:66% 28%}
  .hero-slide-contractor .hero-media{object-position:62% 29%}
  .hero-slide-worker .hero-media{object-position:42% 30%}
  .hero-slide-employer .hero-media{object-position:63% 29%}
  .hero-slide-ecosystem .hero-media{object-position:61% 27%}

  /* Independent statement panel */
  .hero-slide-inner,
  .hero-align-top-center,
  .hero-slide-transform .hero-slide-inner,
  .hero-slide-workforce .hero-slide-inner{
    position:absolute;
    left:0;
    right:0;
    top:300px;
    bottom:0;
    z-index:3;
    width:100%;
    height:auto;
    margin:0;
    padding:20px 5% 62px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:
      radial-gradient(circle at 50% -20%,rgba(25,108,164,.20),transparent 44%),
      linear-gradient(180deg,#0a2b49 0%,#071f36 56%,#061a2e 100%);
    border-top:1px solid rgba(255,255,255,.10);
    box-shadow:0 -12px 28px rgba(3,18,31,.20);
  }

  .hero-copy,
  .hero-copy-compact,
  .hero-copy-center,
  .hero-copy-ecosystem,
  .hero-slide-transform .hero-copy,
  .hero-command-copy{
    width:100%;
    max-width:470px;
    margin:0 auto;
    padding:0;
    border:0;
    border-radius:0;
    background:transparent;
    -webkit-backdrop-filter:none;
    backdrop-filter:none;
    box-shadow:none;
    text-align:center;
    text-shadow:none;
  }
  .hero-copy-right{margin-left:auto;margin-right:auto}
  .hero-copy-center p,.hero-slide-transform .hero-copy p{margin-left:auto;margin-right:auto;text-align:center}
  .hero-copy h1,.hero-command-copy h1{
    font-size:clamp(29px,8vw,36px);
    line-height:1.04;
    letter-spacing:-.035em;
    margin:9px 0 9px;
    text-align:center;
  }
  .hero-copy p,.hero-command-copy p{
    max-width:430px;
    margin-left:auto;
    margin-right:auto;
    font-size:12.5px;
    line-height:1.46;
    color:#e7f0f7;
    text-align:center;
  }
  .eyebrow,.hero-command-copy .eyebrow{
    width:max-content;
    max-width:100%;
    margin:0 auto;
    padding:5px 9px;
    font-size:8px;
    border-color:rgba(255,255,255,.18);
    background:rgba(255,255,255,.06);
  }
  .hero-points,.hero-copy-center .hero-points,.hero-slide-transform .hero-points{
    justify-content:center;
    margin-top:11px;
    gap:6px;
  }
  .hero-points span{
    padding:6px 8px;
    font-size:8.4px;
    background:rgba(255,255,255,.06);
    border-color:rgba(255,255,255,.13);
    -webkit-backdrop-filter:none;
    backdrop-filter:none;
  }
  .hero-points i{width:17px;height:17px;font-size:8px}
  .hero-ctas,.hero-ctas-center,.hero-slide-transform .hero-ctas{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
    margin-top:12px;
  }
  .hero-ctas .btn{
    width:100%;
    min-height:39px;
    padding:9px 8px;
    border-radius:11px;
    font-size:9.8px;
    line-height:1.2;
    white-space:normal;
  }
  .btn-glass{
    background:rgba(255,255,255,.06);
    border-color:rgba(255,255,255,.24);
    -webkit-backdrop-filter:none;
    backdrop-filter:none;
  }
  .hero-ecosystem-links{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:6px;
    margin-top:11px;
  }
  .hero-ecosystem-links a{
    padding:7px 6px;
    font-size:8.6px;
    background:rgba(255,255,255,.055);
    border-color:rgba(255,255,255,.14);
    -webkit-backdrop-filter:none;
    backdrop-filter:none;
  }
  .hero-ecosystem-links small{font-size:7.5px}

  /* First slide also stays split: message first, compact live operations card second. */
  .hero-slide-workforce .hero-slide-inner{
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
    gap:10px;
    padding-top:15px;
  }
  .hero-command-copy h1{font-size:clamp(26px,7.2vw,32px);margin:7px 0 7px}
  .hero-command-copy p{font-size:11.5px;line-height:1.38}
  .hero-command-copy .hero-ctas{margin-top:8px}
  .hero-trust-row{
    justify-content:center;
    gap:8px;
    margin-top:8px;
    font-size:7.8px;
    line-height:1.15;
    text-shadow:none;
  }
  .hero-trust-row i{font-size:9px}
  .hero-workforce-card{
    width:100%;
    max-width:470px;
    padding:10px 11px;
    border-radius:14px;
    background:rgba(255,255,255,.055);
    border:1px solid rgba(255,255,255,.12);
    -webkit-backdrop-filter:none;
    backdrop-filter:none;
    box-shadow:none;
  }
  .workforce-card-glow{display:none}
  .workforce-card-head{padding-bottom:7px}
  .workforce-card-head small{font-size:6.3px;margin-bottom:1px}
  .workforce-card-head h2{font-size:12px}
  .live-pill{font-size:6.8px;padding:3px 6px;gap:4px}
  .live-pill b{width:4px;height:4px;box-shadow:0 0 0 3px rgba(49,212,126,.10)}
  .workforce-trades{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:7px 0}
  .workforce-trade>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:3px;margin-bottom:3px}
  .workforce-trade span,.workforce-trade strong{font-size:6.8px;margin:0}
  .workforce-bar{height:2px}
  .workforce-stats{gap:5px}
  .workforce-stats>div{padding:6px 5px;border-radius:9px}
  .workforce-stats small{font-size:6.1px;margin-bottom:2px}
  .workforce-stats strong{font-size:14px}
  .workforce-card-foot{margin-top:7px;padding-top:7px;align-items:center}
  .workforce-card-foot div small,.workforce-card-foot>span{font-size:6.1px}
  .workforce-card-foot div strong{font-size:14px}

  /* Controls stay inside the content block and never sit on the image. */
  .hero-controls{
    left:50%;
    right:auto;
    bottom:11px;
    transform:translateX(-50%);
    max-width:90%;
    gap:4px;
    padding:5px 6px;
    background:rgba(2,15,27,.72);
  }
  .hero-arrow{width:27px;height:27px;font-size:18px}
  .hero-dots{gap:3px}
  .hero-dot{width:22px;height:22px;font-size:7px}
  .hero-dot.is-active{width:25px}
  .hero-progress{display:none}
  .hero-carousel + .section{padding-top:34px}
}

@media (max-width:420px){
  .hero-carousel{height:760px;min-height:760px}
  .hero-media,.hero-shade{height:282px}
  .hero-slide-inner,
  .hero-align-top-center,
  .hero-slide-transform .hero-slide-inner,
  .hero-slide-workforce .hero-slide-inner{
    top:282px;
    padding-left:5%;
    padding-right:5%;
    padding-bottom:58px;
  }
  .hero-copy h1,.hero-command-copy h1{font-size:clamp(26px,7.8vw,31px)}
  .hero-copy p{font-size:11.7px}
  .hero-points span{font-size:7.6px;padding:5px 7px}
  .hero-ctas .btn{font-size:9px}
  .hero-dot{width:20px;height:20px;font-size:6.5px}
  .hero-dot.is-active{width:23px}
  .hero-arrow{width:25px;height:25px}
}

/* Hero v4.27 — mobile overlay composition.
   Keep the photograph full-frame and place copy/actions over it on a 90%-transparent
   glass surface (10% tint). Desktop and tablet are unchanged. */
@media (max-width:680px){
  .hero-carousel{
    height:730px;
    min-height:730px;
    background:#071f36;
  }
  .hero-track,.hero-slide{height:100%}
  .hero-slide{overflow:hidden;background:#071f36}

  /* Restore a full-height photograph instead of the v4.26 split panels. */
  .hero-media{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    z-index:0;
    transform:none!important;
    animation:none!important;
    filter:saturate(1.03) contrast(1.02);
  }
  .hero-shade,
  .hero-shade-transform,
  .hero-shade-leadership,
  .hero-shade-worker,
  .hero-shade-employer,
  .hero-shade-ecosystem,
  .hero-shade-workforce{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    z-index:1;
    background:
      linear-gradient(180deg,rgba(3,18,31,.03) 0%,rgba(3,18,31,.04) 34%,rgba(3,18,31,.14) 62%,rgba(3,18,31,.26) 100%);
  }

  /* Mobile focal points tuned for overlay copy while preserving the subject. */
  .hero-slide-workforce .hero-media{object-position:61% center}
  .hero-slide-transform .hero-media{object-position:62% center}
  .hero-slide-contractor .hero-media{object-position:60% center}
  .hero-slide-worker .hero-media{object-position:44% center}
  .hero-slide-employer .hero-media{object-position:62% center}
  .hero-slide-ecosystem .hero-media{object-position:59% center}

  /* Copy now floats over the photo.  rgba alpha .10 = 90% transparent. */
  .hero-slide-inner,
  .hero-align-top-center,
  .hero-slide-transform .hero-slide-inner,
  .hero-slide-workforce .hero-slide-inner{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    margin:0;
    padding:0 5% 66px;
    display:flex;
    align-items:flex-end;
    justify-content:center;
    background:transparent;
    border:0;
    box-shadow:none;
  }

  .hero-copy,
  .hero-copy-compact,
  .hero-copy-center,
  .hero-copy-ecosystem,
  .hero-slide-transform .hero-copy,
  .hero-command-copy{
    width:100%;
    max-width:500px;
    margin:0 auto;
    padding:14px 14px 13px;
    border:1px solid rgba(255,255,255,.18);
    border-radius:18px;
    background:rgba(4,24,43,.10);
    -webkit-backdrop-filter:blur(2px) saturate(1.04);
    backdrop-filter:blur(2px) saturate(1.04);
    box-shadow:0 12px 36px rgba(2,15,27,.10),inset 0 1px 0 rgba(255,255,255,.10);
    text-align:center;
    text-shadow:0 2px 14px rgba(0,0,0,.72);
  }
  .hero-copy-right{margin-left:auto;margin-right:auto}
  .hero-copy-center p,.hero-slide-transform .hero-copy p{margin-left:auto;margin-right:auto;text-align:center}
  .hero-copy h1,.hero-command-copy h1{
    font-size:clamp(27px,7.5vw,34px);
    line-height:1.03;
    letter-spacing:-.035em;
    margin:8px 0 8px;
    text-align:center;
  }
  .hero-command-copy h1{font-size:clamp(26px,7.2vw,32px)}
  .hero-copy p,.hero-command-copy p{
    max-width:450px;
    margin-left:auto;
    margin-right:auto;
    font-size:11.8px;
    line-height:1.42;
    color:#f5f9fc;
    text-align:center;
    text-shadow:0 2px 12px rgba(0,0,0,.78);
  }
  .eyebrow,.hero-command-copy .eyebrow{
    width:max-content;
    max-width:100%;
    margin:0 auto;
    padding:5px 9px;
    font-size:8px;
    border-color:rgba(255,255,255,.30);
    background:rgba(4,24,43,.10);
    -webkit-backdrop-filter:blur(2px);
    backdrop-filter:blur(2px);
  }
  .hero-points,.hero-copy-center .hero-points,.hero-slide-transform .hero-points{
    justify-content:center;
    margin-top:9px;
    gap:5px;
  }
  .hero-points span{
    padding:5px 7px;
    font-size:7.8px;
    background:rgba(4,24,43,.10);
    border-color:rgba(255,255,255,.24);
    -webkit-backdrop-filter:blur(2px);
    backdrop-filter:blur(2px);
    text-shadow:0 1px 8px rgba(0,0,0,.75);
  }
  .hero-points i{width:16px;height:16px;font-size:7.5px}
  .hero-ctas,.hero-ctas-center,.hero-slide-transform .hero-ctas{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:7px;
    margin-top:10px;
  }
  .hero-ctas .btn{
    width:100%;
    min-height:38px;
    padding:8px 8px;
    border-radius:11px;
    font-size:9.4px;
    line-height:1.18;
    white-space:normal;
  }
  .btn-glass{
    background:rgba(4,24,43,.10);
    border-color:rgba(255,255,255,.40);
    -webkit-backdrop-filter:blur(2px);
    backdrop-filter:blur(2px);
    text-shadow:0 1px 8px rgba(0,0,0,.65);
  }
  .hero-ecosystem-links{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:5px;
    margin-top:9px;
  }
  .hero-ecosystem-links a{
    padding:6px 5px;
    font-size:8.2px;
    background:rgba(4,24,43,.10);
    border-color:rgba(255,255,255,.22);
    -webkit-backdrop-filter:blur(2px);
    backdrop-filter:blur(2px);
    text-shadow:0 1px 8px rgba(0,0,0,.72);
  }
  .hero-ecosystem-links small{font-size:7px}

  /* First slide: keep the live workforce data, but make it a small 90%-transparent overlay. */
  .hero-slide-workforce .hero-slide-inner{
    flex-direction:column;
    align-items:center;
    justify-content:flex-end;
    gap:8px;
  }
  .hero-command-copy{padding:12px 13px 11px}
  .hero-command-copy p{font-size:11px;line-height:1.36}
  .hero-command-copy .hero-ctas{margin-top:8px}
  .hero-trust-row{
    justify-content:center;
    gap:8px;
    margin-top:7px;
    font-size:7.4px;
    line-height:1.15;
    text-shadow:0 1px 8px rgba(0,0,0,.75);
  }
  .hero-trust-row i{font-size:8.5px}
  .hero-workforce-card{
    width:100%;
    max-width:500px;
    padding:8px 10px;
    border-radius:13px;
    background:rgba(4,24,43,.10);
    border:1px solid rgba(255,255,255,.18);
    -webkit-backdrop-filter:blur(2px) saturate(1.04);
    backdrop-filter:blur(2px) saturate(1.04);
    box-shadow:0 10px 28px rgba(2,15,27,.08);
  }
  .workforce-card-glow{display:none}
  .workforce-card-head{padding-bottom:6px}
  .workforce-card-head small{font-size:6px;margin-bottom:1px}.workforce-card-head h2{font-size:11px}
  .live-pill{font-size:6.3px;padding:3px 5px;gap:4px}.live-pill b{width:4px;height:4px}
  .workforce-trades{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;padding:6px 0}
  .workforce-trade>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:3px;margin-bottom:2px}
  .workforce-trade span,.workforce-trade strong{font-size:6.3px;margin:0}.workforce-bar{height:2px}
  .workforce-stats{gap:4px}.workforce-stats>div{padding:5px 5px;border-radius:8px;background:rgba(255,255,255,.08)}
  .workforce-stats small{font-size:5.7px;margin-bottom:1px}.workforce-stats strong{font-size:13px}
  .workforce-card-foot{margin-top:6px;padding-top:6px;align-items:center}.workforce-card-foot div small,.workforce-card-foot>span{font-size:5.7px}.workforce-card-foot div strong{font-size:13px}

  .hero-controls{
    left:50%;right:auto;bottom:10px;transform:translateX(-50%);max-width:91%;gap:4px;padding:5px 6px;
    background:rgba(2,15,27,.38);border-color:rgba(255,255,255,.20);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);
  }
  .hero-arrow{width:27px;height:27px;font-size:18px}.hero-dots{gap:3px}.hero-dot{width:22px;height:22px;font-size:7px}.hero-dot.is-active{width:25px}.hero-progress{display:none}
  .hero-carousel + .section{padding-top:34px}
}

@media (max-width:420px){
  .hero-carousel{height:700px;min-height:700px}
  .hero-slide-inner,.hero-align-top-center,.hero-slide-transform .hero-slide-inner,.hero-slide-workforce .hero-slide-inner{
    inset:0;
    padding:0 4.5% 58px;
  }
  .hero-copy,.hero-copy-compact,.hero-copy-center,.hero-copy-ecosystem,.hero-command-copy{padding:12px 11px 11px;border-radius:16px}
  .hero-copy h1,.hero-command-copy h1{font-size:clamp(25px,7.4vw,30px)}
  .hero-copy p{font-size:11.2px}.hero-command-copy p{font-size:10.5px}
  .hero-points span{font-size:7.1px;padding:4px 6px}
  .hero-ctas .btn{font-size:8.6px;min-height:36px}
  .hero-workforce-card{padding:7px 8px}
  .hero-dot{width:20px;height:20px;font-size:6.5px}.hero-dot.is-active{width:23px}.hero-arrow{width:25px;height:25px}
}


/* Hero v4.29 — true mobile static hero: no photography, no slider, slide 01 only. */
@media (max-width:680px){
  .hero-carousel{
    position:relative!important;
    height:auto!important;
    min-height:0!important;
    overflow:hidden!important;
    color:#fff!important;
    background:
      radial-gradient(circle at 86% 8%,rgba(26,151,210,.19),transparent 30%),
      radial-gradient(circle at 10% 92%,rgba(255,122,18,.12),transparent 32%),
      linear-gradient(145deg,#0a3659 0%,#082944 46%,#061d31 100%)!important;
  }
  .hero-track{
    position:relative!important;
    inset:auto!important;
    height:auto!important;
    transform:none!important;
  }
  .hero-slide{display:none!important}
  .hero-slide-workforce{
    display:block!important;
    position:relative!important;
    inset:auto!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:none!important;
    height:auto!important;
    min-height:0!important;
    overflow:visible!important;
    background:transparent!important;
  }
  .hero-slide-workforce .hero-media,
  .hero-slide-workforce .hero-shade{
    display:none!important;
    opacity:0!important;
    visibility:hidden!important;
    background-image:none!important;
  }
  .hero-slide-workforce .hero-slide-inner,
  .hero-slide-workforce .hero-workforce-layout{
    position:relative!important;
    inset:auto!important;
    width:90%!important;
    height:auto!important;
    min-height:0!important;
    margin:0 auto!important;
    padding:34px 0 32px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
    gap:16px!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
  }
  .hero-slide-workforce .hero-command-copy{
    order:1!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
    text-align:center!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    backdrop-filter:none!important;
  }
  .hero-slide-workforce .hero-command-copy>*{
    opacity:1!important;
    transform:none!important;
    animation:none!important;
  }
  .hero-slide-workforce .hero-command-copy .eyebrow{
    display:inline-flex!important;
    margin:0 auto 11px!important;
    padding:6px 10px!important;
    font-size:8.5px!important;
    letter-spacing:.025em!important;
    color:#f2f7fb!important;
    background:rgba(255,255,255,.07)!important;
    border:1px solid rgba(255,255,255,.15)!important;
    border-radius:999px!important;
  }
  .hero-slide-workforce .hero-command-copy h1{
    margin:0 auto 11px!important;
    font-size:clamp(30px,9vw,39px)!important;
    line-height:1.03!important;
    letter-spacing:-.035em!important;
    text-align:center!important;
    color:#fff!important;
    text-shadow:none!important;
  }
  .hero-slide-workforce .hero-command-copy h1 span{
    display:block!important;
    margin-top:5px!important;
    color:#ff821d!important;
  }
  .hero-slide-workforce .hero-command-copy p{
    max-width:500px!important;
    margin:0 auto!important;
    font-size:12.8px!important;
    line-height:1.48!important;
    color:#dce8f2!important;
    text-align:center!important;
    text-shadow:none!important;
  }
  .hero-slide-workforce .hero-command-copy .hero-ctas{
    width:100%!important;
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:8px!important;
    margin-top:15px!important;
  }
  .hero-slide-workforce .hero-command-copy .hero-ctas .btn{
    width:100%!important;
    min-height:44px!important;
    padding:10px 8px!important;
    border-radius:12px!important;
    font-size:10.2px!important;
  }
  .hero-slide-workforce .hero-trust-row{
    justify-content:center!important;
    flex-wrap:wrap!important;
    gap:7px 12px!important;
    margin-top:12px!important;
    font-size:8.5px!important;
    line-height:1.2!important;
    color:#eef6fb!important;
    text-shadow:none!important;
  }
  .hero-slide-workforce .hero-trust-row i{font-size:10px!important}
  .hero-slide-workforce .hero-workforce-card{
    order:2!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:12px!important;
    border-radius:16px!important;
    background:rgba(255,255,255,.055)!important;
    border:1px solid rgba(255,255,255,.12)!important;
    -webkit-backdrop-filter:none!important;
    backdrop-filter:none!important;
    box-shadow:none!important;
    opacity:1!important;
    transform:none!important;
    animation:none!important;
  }
  .hero-controls,
  .hero-dots,
  .hero-progress,
  #heroPrev,
  #heroNext{
    display:none!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }
  .hero-carousel + .section{padding-top:30px!important}
}

@media (max-width:420px){
  .hero-slide-workforce .hero-slide-inner,
  .hero-slide-workforce .hero-workforce-layout{
    width:90%!important;
    padding:28px 0 26px!important;
    gap:14px!important;
  }
  .hero-slide-workforce .hero-command-copy h1{font-size:clamp(28px,8.7vw,34px)!important}
  .hero-slide-workforce .hero-command-copy p{font-size:12px!important}
  .hero-slide-workforce .hero-command-copy .hero-ctas{grid-template-columns:1fr!important}
  .hero-slide-workforce .hero-command-copy .hero-ctas .btn{min-height:42px!important}
}

/* v4.30 — mobile compactness pass for outcomes, worker journey and SEO footer. */
.outcome-cards-track{display:contents}

@media (max-width:680px){
  /* 1) Outcomes: keep copy readable, turn the three large stacked cards into a
     compact swipe rail so the section does not consume an entire mobile screen. */
  .system-outcomes{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
    margin-top:8px!important;
  }
  .outcomes-copy{
    grid-column:1!important;
    padding:4px 2px 7px!important;
    text-align:left!important;
  }
  .outcomes-copy h3{
    margin-bottom:5px!important;
    font-size:clamp(1.45rem,7vw,1.9rem)!important;
    line-height:1.02!important;
  }
  .outcomes-copy p{
    max-width:34rem!important;
    font-size:.76rem!important;
    line-height:1.42!important;
  }
  .outcome-cards-track{
    display:flex!important;
    grid-column:1!important;
    gap:9px!important;
    overflow-x:auto!important;
    overscroll-behavior-inline:contain!important;
    scroll-snap-type:x mandatory!important;
    -webkit-overflow-scrolling:touch!important;
    padding:2px 3px 8px!important;
    scrollbar-width:none!important;
  }
  .outcome-cards-track::-webkit-scrollbar{display:none!important}
  .outcome-card{
    flex:0 0 min(78%,290px)!important;
    min-height:102px!important;
    scroll-snap-align:start!important;
    align-items:center!important;
    gap:10px!important;
    padding:12px 13px!important;
    border-radius:16px!important;
    background:rgba(255,255,255,.82)!important;
    box-shadow:0 10px 24px rgba(27,73,108,.06)!important;
  }
  .outcome-icon{
    width:40px!important;
    height:40px!important;
    font-size:.95rem!important;
  }
  .outcome-card b{font-size:.84rem!important}
  .outcome-card p{font-size:.7rem!important;line-height:1.32!important;margin-top:4px!important}

  /* 2) Foundation journey: one horizontal growth rail rather than five tall
     full-width rows. A partial next card remains visible to make swipe obvious. */
  .pbd-foundation-journey{
    display:flex!important;
    align-items:stretch!important;
    gap:7px!important;
    overflow-x:auto!important;
    overscroll-behavior-inline:contain!important;
    scroll-snap-type:x mandatory!important;
    -webkit-overflow-scrolling:touch!important;
    padding:10px!important;
    margin-bottom:10px!important;
    border-radius:18px!important;
    scrollbar-width:none!important;
  }
  .pbd-foundation-journey::-webkit-scrollbar{display:none!important}
  .pbd-journey-stage{
    flex:0 0 min(72%,230px)!important;
    scroll-snap-align:start!important;
    display:grid!important;
    grid-template-columns:48px 1fr!important;
    grid-template-rows:auto auto!important;
    column-gap:10px!important;
    align-items:center!important;
    min-height:84px!important;
    padding:9px 11px!important;
    border-radius:14px!important;
    background:rgba(248,251,254,.92)!important;
    border:1px solid rgba(17,70,112,.07)!important;
  }
  .pbd-stage-icon{
    grid-row:1/3!important;
    width:46px!important;
    height:46px!important;
  }
  .pbd-stage-icon svg{width:23px!important;height:23px!important}
  .pbd-journey-stage b{
    align-self:end!important;
    font-size:.83rem!important;
    line-height:1.1!important;
    white-space:normal!important;
  }
  .pbd-journey-stage small{
    align-self:start!important;
    margin-top:3px!important;
    font-size:.62rem!important;
    line-height:1.25!important;
    white-space:normal!important;
  }
  .pbd-foundation-journey>i{
    flex:0 0 18px!important;
    display:grid!important;
    place-items:center!important;
    color:#279de9!important;
    font-size:1.25rem!important;
  }

  /* Pillars are also denser on phones: two columns rather than four long rows. */
  .pbd-foundation-pillars{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
  }
  .pbd-pillar{
    padding:11px!important;
    border-radius:15px!important;
  }
  .pbd-pillar-top{margin-bottom:7px!important}
  .pbd-pillar-icon{width:36px!important;height:36px!important}
  .pbd-pillar-icon svg{width:19px!important;height:19px!important}
  .pbd-pillar-top>b{font-size:1rem!important}
  .pbd-pillar h3{font-size:.86rem!important;line-height:1.12!important}
  .pbd-pillar p{font-size:.66rem!important;line-height:1.35!important;margin:6px 0 8px!important}
  .pbd-pillar-tags{gap:4px!important}
  .pbd-pillar-tags span{font-size:.52rem!important;padding:4px 6px!important}

  /* 3) Footer: brand remains full width, navigation becomes a compact two-column
     directory instead of five very long vertically stacked groups. */
  .pbd-site-footer{padding-top:18px!important}
  .pbd-footer-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    align-items:start!important;
  }
  .pbd-footer-brand{
    grid-column:1/-1!important;
    padding:0 0 12px!important;
    border-bottom:1px solid rgba(255,255,255,.10)!important;
  }
  .pbd-footer-logo{width:190px!important;margin-bottom:10px!important}
  .pbd-footer-brand h3{font-size:.72rem!important;max-width:29rem!important}
  .pbd-footer-brand p{font-size:.63rem!important;line-height:1.5!important;max-width:31rem!important}
  .pbd-social-row{margin-top:11px!important;gap:8px!important}
  .pbd-social{width:31px!important;height:31px!important}

  .pbd-footer-nav,
  .pbd-footer-nav.ecosystem{
    display:block!important;
    width:auto!important;
    min-width:0!important;
    padding:10px!important;
    border:1px solid rgba(255,255,255,.08)!important;
    border-radius:13px!important;
    background:rgba(255,255,255,.025)!important;
  }
  .pbd-footer-nav h3{
    margin:0 0 9px!important;
    font-size:.69rem!important;
    white-space:normal!important;
  }
  .pbd-footer-nav h3 i{width:23px!important;height:23px!important}
  .pbd-footer-nav h3 svg{width:20px!important;height:20px!important}
  .pbd-footer-nav a,
  .pbd-footer-nav.ecosystem>a{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    margin:0 0 6px!important;
    font-size:.61rem!important;
    line-height:1.25!important;
  }
  .pbd-footer-nav.resources{
    grid-column:1/-1!important;
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    column-gap:16px!important;
  }
  .pbd-footer-nav.resources h3{grid-column:1/-1!important}
  .pbd-footer-quote{
    grid-column:1/-1!important;
    min-height:0!important;
    padding:14px 12px!important;
    border:1px solid rgba(255,255,255,.08)!important;
    border-radius:13px!important;
    background:rgba(255,255,255,.025)!important;
  }
  .pbd-footer-quote>span{left:12px!important;top:2px!important;font-size:2.4rem!important}
  .pbd-footer-quote blockquote{margin:10px 0 6px 30px!important;font-size:.72rem!important}
  .pbd-footer-quote small{margin-left:30px!important;font-size:.58rem!important}
  .pbd-footer-bottom{
    gap:10px!important;
    margin-top:14px!important;
    padding:12px 0 14px!important;
    font-size:.57rem!important;
  }
  .pbd-footer-mini{
    max-width:100%!important;
    overflow-x:auto!important;
    justify-content:flex-start!important;
    flex-wrap:nowrap!important;
    padding-bottom:4px!important;
    scrollbar-width:none!important;
  }
  .pbd-footer-mini::-webkit-scrollbar{display:none!important}
  .pbd-footer-mini a{flex:0 0 auto!important}

  /* Keep We Care clear of the footer links on smaller screens. */
  .we-care-launcher,.support-agent-launcher{max-width:calc(100vw - 22px)!important}
}

@media (max-width:390px){
  .pbd-foundation-pillars{grid-template-columns:1fr!important}
  .pbd-pillar{padding:12px!important}
  .pbd-footer-grid{grid-template-columns:1fr!important}
  .pbd-footer-nav.resources{grid-column:auto!important;grid-template-columns:1fr 1fr!important}
  .pbd-footer-brand,.pbd-footer-quote{grid-column:auto!important}
}

/* ==========================================================
   v4.31 — TABLET COMPOSITION PASS
   Keep the desktop visual language on tablet by scaling it,
   rather than switching too early to long mobile stacks.
   Target: portrait/landscape tablets between 681px and 1100px.
   Phone rules <=680px remain unchanged.
   ========================================================== */
@media (min-width:681px) and (max-width:1100px){
  /* Tablet container / navigation */
  .container{width:90%!important;max-width:none!important}
  .nav-inner{height:74px!important;gap:14px!important}
  .brand img{width:176px!important}
  .menu-btn{width:44px;height:44px;padding:0!important;display:grid!important;place-items:center!important;border-radius:13px!important}
  .mobile-menu{left:5%!important;right:5%!important;top:80px!important;max-height:calc(100vh - 96px)!important;overflow:auto!important}

  /* HOW PAYBYDAY WORKS — preserve the seven-step desktop journey in one row. */
  .journey-section{padding:42px 0 38px!important}
  .journey-head{max-width:760px!important;margin-bottom:24px!important}
  .journey-head h2{font-size:clamp(2.15rem,5vw,3rem)!important}
  .journey-head p{font-size:.88rem!important;margin-top:16px!important}
  .journey-track{
    display:grid!important;
    grid-template-columns:repeat(7,minmax(0,1fr))!important;
    gap:10px!important;
    align-items:start!important;
    padding:16px 0 4px!important;
  }
  .journey-arrow{display:none!important}
  .journey-step{
    display:block!important;
    min-height:0!important;
    padding:0 2px!important;
    text-align:center!important;
  }
  .journey-step:after{
    content:""!important;
    display:block!important;
    position:absolute!important;
    top:43px!important;
    left:calc(50% + 43px)!important;
    width:calc(100% - 76px)!important;
    height:2px!important;
    background:linear-gradient(90deg,var(--jc),rgba(68,112,152,.12))!important;
    opacity:.30!important;
  }
  .journey-step:last-of-type:after{display:none!important}
  .journey-node{
    width:74px!important;
    max-width:none!important;
    margin:0 auto 12px!important;
    border-width:3px!important;
    box-shadow:0 0 0 7px var(--jsoft),0 10px 22px color-mix(in srgb,var(--jc) 12%,transparent)!important;
  }
  .journey-number{width:29px!important;height:29px!important;top:-10px!important;font-size:.72rem!important;border-width:3px!important}
  .journey-copy{display:block!important}
  .journey-copy h3{font-size:.73rem!important;line-height:1.08!important;min-height:32px!important}
  .journey-copy h3:after{margin:5px auto 0!important;width:14px!important}
  .journey-copy p{font-size:.59rem!important;line-height:1.34!important;margin:5px auto 0!important;max-width:105px!important}
  .journey-rupee{font-size:2rem!important}
  .journey-identity{width:min(620px,88%)!important;margin-top:24px!important;padding:12px 18px!important}
  .journey-shield{width:38px!important;height:38px!important;flex-basis:38px!important}
  .journey-identity strong{font-size:.84rem!important}.journey-identity small{font-size:.67rem!important}

  /* WORKFORCE OPERATING LOOP — all five metrics stay in one compact row. */
  .workforce-os-section{padding:38px 0 40px!important}
  .os-headline{max-width:760px!important;margin:0 auto 22px!important}
  .os-headline h2{font-size:clamp(1.8rem,4.4vw,2.55rem)!important}
  .os-headline p{font-size:.8rem!important}
  .os-flow-line{display:grid!important;width:92%!important;margin-bottom:10px!important}
  .flow-dot{width:42px!important;height:42px!important}
  .os-row-rich{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:8px!important}
  .os-row-rich .os-card{min-height:128px!important;padding:12px 10px 11px!important;border-radius:14px!important}
  .os-top{gap:7px!important;align-items:flex-start!important}
  .os-icon{width:29px!important;height:29px!important;flex-basis:29px!important;border-radius:9px!important}
  .os-icon svg{width:16px!important;height:16px!important}
  .os-row-rich .os-card small{font-size:.53rem!important;line-height:1.15!important}
  .os-row-rich .os-card b{font-size:.64rem!important;line-height:1.13!important;margin-top:2px!important}
  .os-row-rich .os-card .num{font-size:1.35rem!important;margin-top:15px!important}
  .os-live-note{font-size:.51rem!important;margin-top:8px!important}
  .os-trust-pill{margin-top:18px!important;padding:9px 14px!important}
  .os-trust-pill b{font-size:.66rem!important}.os-trust-pill small{font-size:.58rem!important}

  /* CLOSING CTA — keep Worker and Company cards side-by-side on tablet. */
  .pbd-closing{padding:34px 0 22px!important}
  .pbd-closing-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}
  .pbd-closing-intro{grid-column:1/-1!important;padding-right:0!important;display:grid!important;grid-template-columns:1fr auto!important;column-gap:18px!important;align-items:end!important}
  .pbd-closing-intro h2{font-size:2.1rem!important;margin-bottom:5px!important}
  .pbd-closing-intro>p{font-size:.78rem!important;margin:0!important}
  .pbd-closing-trust{grid-column:1/-1!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;margin-top:12px!important;gap:7px!important}
  .pbd-closing-trust span{gap:5px!important}.pbd-closing-trust i{width:30px!important;height:30px!important}.pbd-closing-trust b{font-size:.55rem!important}
  .pbd-closing-card{min-height:250px!important;border-radius:18px!important}
  .pbd-closing-card-content{padding:17px 18px!important}
  .pbd-closing-card-title{gap:11px!important}
  .pbd-closing-card-title i{width:48px!important;height:48px!important;flex-basis:48px!important}
  .pbd-closing-card-title h3{font-size:1.18rem!important}.pbd-closing-card-title strong{font-size:.72rem!important}
  .pbd-closing-card p{font-size:.68rem!important;margin:12px 0 12px!important}
  .pbd-closing-button{min-width:180px!important;min-height:42px!important;font-size:.72rem!important}
  .pbd-closing-script{display:none!important}

  /* FOOTER — compact three-column directory instead of a long 2-column stack. */
  .pbd-site-footer{padding-top:20px!important}
  .pbd-footer-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:12px 16px!important;
    align-items:start!important;
  }
  .pbd-footer-brand{
    grid-column:1/-1!important;
    grid-row:auto!important;
    display:grid!important;
    grid-template-columns:210px 1fr auto!important;
    column-gap:18px!important;
    align-items:center!important;
    padding:0 0 15px!important;
    border-bottom:1px solid rgba(255,255,255,.09)!important;
  }
  .pbd-footer-logo{width:190px!important;margin:0!important;grid-row:1/4!important}
  .pbd-footer-brand h3{font-size:.72rem!important;margin:0!important}
  .pbd-footer-brand p{font-size:.61rem!important;line-height:1.42!important;margin:6px 0 0!important;max-width:390px!important}
  .pbd-footer-tagline{font-size:.62rem!important;margin-top:7px!important}
  .pbd-social-row{grid-column:3!important;grid-row:1/4!important;margin:0!important;align-self:center!important;display:grid!important;grid-template-columns:repeat(3,31px)!important;gap:7px!important}
  .pbd-social{width:31px!important;height:31px!important}
  .pbd-footer-nav,.pbd-footer-nav.ecosystem{
    display:block!important;
    min-width:0!important;
    padding:9px 10px!important;
    border:1px solid rgba(255,255,255,.07)!important;
    border-radius:12px!important;
    background:rgba(255,255,255,.025)!important;
  }
  .pbd-footer-nav h3{font-size:.67rem!important;margin:0 0 9px!important;white-space:normal!important}
  .pbd-footer-nav h3 i{width:22px!important;height:22px!important}.pbd-footer-nav h3 svg{width:19px!important;height:19px!important}
  .pbd-footer-nav a,.pbd-footer-nav.ecosystem>a{font-size:.58rem!important;line-height:1.23!important;margin-bottom:6px!important}
  .pbd-footer-nav.resources{grid-column:auto!important;display:block!important}
  .pbd-footer-nav.resources h3{grid-column:auto!important}
  .pbd-footer-quote{grid-column:1/-1!important;grid-row:auto!important;min-height:0!important;padding:12px 16px!important;border:1px solid rgba(255,255,255,.07)!important;border-radius:12px!important;background:rgba(255,255,255,.025)!important}
  .pbd-footer-quote>span{left:14px!important;top:1px!important;font-size:2.2rem!important}
  .pbd-footer-quote blockquote{margin:8px 0 5px 36px!important;font-size:.7rem!important}.pbd-footer-quote small{margin-left:36px!important;font-size:.56rem!important}
  .pbd-footer-bottom{grid-template-columns:1fr!important;justify-items:center!important;text-align:center!important;margin-top:14px!important;padding:12px 0 14px!important;gap:8px!important;font-size:.55rem!important}
  .pbd-footer-mini{justify-content:center!important;flex-wrap:wrap!important;white-space:normal!important;gap:6px 8px!important}

  /* We Care should not cover lower tablet content. */
  .pbd-sathi-launcher{right:16px!important;bottom:16px!important;transform:scale(.88)!important;transform-origin:right bottom!important}
}

/* Narrow portrait tablet: keep the same tablet composition, only tighten it. */
@media (min-width:681px) and (max-width:820px){
  .journey-node{width:66px!important}.journey-copy h3{font-size:.67rem!important}.journey-copy p{font-size:.54rem!important}
  .journey-step:after{top:39px!important;left:calc(50% + 38px)!important;width:calc(100% - 68px)!important}
  .os-row-rich{gap:6px!important}.os-row-rich .os-card{padding:11px 8px!important}.os-row-rich .os-card small{font-size:.49rem!important}.os-row-rich .os-card b{font-size:.58rem!important}.os-row-rich .os-card .num{font-size:1.2rem!important}
  .pbd-closing-card{min-height:238px!important}.pbd-closing-card-content{padding:15px!important}.pbd-closing-card-title h3{font-size:1.05rem!important}
  .pbd-footer-brand{grid-template-columns:185px 1fr!important}.pbd-social-row{grid-column:1/-1!important;grid-row:auto!important;display:flex!important;margin-top:9px!important}.pbd-footer-logo{width:175px!important}.pbd-footer-grid{gap:10px!important}
}


/* ==========================================================
   v4.32 — TABLET DENSITY / DESKTOP-PRESERVATION PASS
   Tablet keeps the desktop visual language, but all cards are
   proportionally compressed so sections do not become oversized.
   Phone <=680px and desktop >1100px remain untouched.
   ========================================================== */
@media (min-width:681px) and (max-width:1100px){
  /* ONE WORK IDENTITY / WORKFORCE CATEGORIES / VERIFIED WORKERS
     Keep all three desktop panels in one row on tablets. */
  .workforce-showcase-section{padding:34px 0 28px!important}
  .workforce-showcase-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:10px!important;
    align-items:stretch!important;
  }
  .workforce-showcase-card{
    min-height:248px!important;
    padding:17px 16px!important;
    border-radius:18px!important;
  }
  .showcase-copy{max-width:72%!important}
  .compact-copy,.verified-content{max-width:100%!important}
  .showcase-eyebrow{font-size:.48rem!important;letter-spacing:.10em!important;margin-bottom:5px!important}
  .workforce-showcase-card h3{font-size:clamp(1rem,2.2vw,1.42rem)!important;line-height:1.02!important}
  .workforce-showcase-card p,.verified-card p{font-size:.63rem!important;line-height:1.36!important;margin-top:6px!important;max-width:100%!important}

  .identity-flow-rich{gap:3px!important;margin-top:13px!important;justify-content:flex-start!important}
  .identity-flow-rich .identity-step{min-width:34px!important;gap:4px!important;font-size:.49rem!important}
  .identity-flow-rich em{font-size:.62rem!important;margin-top:-12px!important}
  .identity-icon{width:29px!important;height:29px!important;border-radius:9px!important;font-size:.86rem!important}
  .identity-icon svg{width:15px!important;height:15px!important}
  .identity-pass{right:11px!important;top:54px!important;width:84px!important;height:116px!important;border-radius:14px!important;padding:9px!important;transform:rotate(-5deg)!important}
  .pass-brand img{width:54px!important;margin-bottom:7px!important}
  .pass-avatar{width:34px!important;height:34px!important;border-radius:8px!important;margin-bottom:7px!important}
  .pass-avatar:before{width:13px!important;height:13px!important;left:11px!important;top:5px!important}
  .pass-avatar:after{width:22px!important;height:10px!important;left:6px!important;bottom:4px!important}
  .pass-lines{gap:4px!important}.pass-lines i{height:3px!important}
  .pass-check{width:22px!important;height:22px!important;right:7px!important;bottom:7px!important;font-size:.65rem!important}
  .card-script{right:13px!important;bottom:10px!important;font-size:.55rem!important}

  .category-grid-rich{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:6px!important;margin-top:12px!important}
  .category-grid-rich .category{min-height:58px!important;border-radius:11px!important;padding:7px 3px!important;gap:4px!important;font-size:.49rem!important;line-height:1.05!important;text-align:center!important}
  .category-grid-rich .category span{font-size:.98rem!important}

  .benefits-rich{gap:7px!important;margin-top:13px!important}
  .benefits-rich .benefit{gap:7px!important;font-size:.58rem!important;line-height:1.22!important}
  .benefits-rich .benefit i{width:23px!important;height:23px!important;flex-basis:23px!important;font-size:.72rem!important}
  .verified-silhouette{width:52%!important;height:56%!important;opacity:.08!important}

  /* NIRMAN WORLD ECOSYSTEM — shrink card internals instead of letting
     the tablet version become a tall 2x2 desktop-sized composition. */
  .nw-ecosystem-section{padding:38px 0 34px!important}
  .nw-ecosystem-head{margin-bottom:20px!important;max-width:780px!important}
  .nw-ecosystem-head h2{font-size:clamp(1.7rem,4vw,2.45rem)!important}
  .nw-ecosystem-head p{font-size:.76rem!important;line-height:1.46!important}
  .nw-platform-card{padding:12px!important;border-radius:17px!important}
  .nw-platform-topline{min-height:22px!important;gap:5px!important;font-size:.52rem!important}
  .nw-platform-topline>span{width:22px!important;height:22px!important;border-radius:7px!important;font-size:.52rem!important}
  .nw-platform-topline>b{font-size:.51rem!important}
  .nw-platform-topline>em{font-size:.44rem!important;padding:4px 5px!important}
  .nw-logo-panel{height:74px!important;margin:8px 0 8px!important;padding:8px!important;border-radius:13px!important}
  .nw-platform-copy h3{font-size:.82rem!important}
  .nw-platform-copy p{font-size:.59rem!important;line-height:1.35!important;margin:5px 0 7px!important;min-height:auto!important}
  .nw-platform-tags{gap:3px!important}
  .nw-platform-tags span{font-size:.47rem!important;padding:4px 6px!important}
  .nw-platform-link{margin-top:8px!important;padding:8px 8px!important;border-radius:9px!important;font-size:.56rem!important}
  .nw-platform-link b{font-size:.78rem!important}
  .nw-ecosystem-flow{margin-top:14px!important;padding:8px 9px!important;gap:5px!important}
  .nw-ecosystem-flow>div{grid-template-columns:25px 1fr!important;column-gap:6px!important;padding:5px 6px!important}
  .nw-ecosystem-flow>div span{width:25px!important;height:25px!important;border-radius:8px!important;font-size:.51rem!important}
  .nw-ecosystem-flow>div b{font-size:.55rem!important}.nw-ecosystem-flow>div small{font-size:.46rem!important}
  .nw-ecosystem-message{margin-top:10px!important;padding:10px 11px!important;border-radius:13px!important;gap:8px!important}
  .nw-message-mark{width:34px!important;height:34px!important;border-radius:10px!important;font-size:.58rem!important}
  .nw-ecosystem-message b{font-size:.66rem!important}.nw-ecosystem-message small{font-size:.53rem!important}.nw-ecosystem-message a{font-size:.55rem!important;padding:8px 10px!important;border-radius:9px!important}
}

/* Landscape / large tablet: preserve the full four-card desktop ecosystem row. */
@media (min-width:900px) and (max-width:1100px){
  .nw-ecosystem-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:9px!important}
}

/* Portrait tablet: use a compact 2x2 ecosystem; keep the three workforce
   showcase panels side-by-side but remove decorative elements that steal space. */
@media (min-width:681px) and (max-width:899px){
  .nw-ecosystem-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  .nw-logo-panel{height:78px!important}
  .nw-platform-copy h3{font-size:.88rem!important}.nw-platform-copy p{font-size:.62rem!important}
  .workforce-showcase-card{min-height:236px!important;padding:15px 13px!important}
  .showcase-eyebrow{font-size:.44rem!important}
  .workforce-showcase-card h3{font-size:clamp(.94rem,2.3vw,1.22rem)!important}
  .workforce-showcase-card p,.verified-card p{font-size:.56rem!important}
  .identity-pass{display:none!important}
  .showcase-copy{max-width:100%!important}
  .card-script{display:none!important}
  .identity-flow-rich{margin-top:11px!important;justify-content:space-between!important}
  .identity-flow-rich .identity-step{min-width:30px!important;font-size:.44rem!important}
  .identity-icon{width:27px!important;height:27px!important}
  .category-grid-rich .category{min-height:53px!important;font-size:.44rem!important}
  .category-grid-rich .category span{font-size:.88rem!important}
  .verified-silhouette{display:none!important}
  .benefits-rich{margin-top:10px!important;gap:6px!important}.benefits-rich .benefit{font-size:.52rem!important}.benefits-rich .benefit i{width:21px!important;height:21px!important}
}

/* ==========================================================
   v4.33 — TABLET WORKFORCE SHOWCASE: FORCE THREE-CARD ROW
   On tablets, keep One Work Identity, Workforce Categories and
   Verified Workers in the same row. This explicitly cancels the
   older <=1180px rule that made Verified Workers span both columns.
   ========================================================== */
@media (min-width:681px) and (max-width:1100px){
  .workforce-showcase-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    grid-auto-flow:row!important;
    align-items:stretch!important;
  }
  .workforce-showcase-grid > .workforce-showcase-card{
    grid-column:auto!important;
    min-width:0!important;
    width:auto!important;
  }
  .workforce-showcase-grid > .verified-card{
    grid-column:auto!important;
    min-height:236px!important;
  }
  .verified-content,
  .verified-card p{
    max-width:100%!important;
  }
}


/* PayByDay v5.25 — live recently-enrolled worker ribbon */
.recent-workers-section{position:relative;background:linear-gradient(180deg,#f8fbfe 0%,#fff 100%);border-bottom:1px solid #e5edf4;padding:22px 0 24px;overflow:hidden}
.recent-workers-shell{display:grid;grid-template-columns:minmax(235px,300px) minmax(0,1fr);align-items:center;gap:28px}
.recent-workers-heading{display:flex;align-items:center;gap:14px;min-width:0}
.recent-workers-heading>div{min-width:0}
.recent-workers-kicker{display:none}
.recent-workers-heading h2{margin:0;color:#0b345d;font-size:clamp(22px,1.65vw,29px);line-height:1.08;letter-spacing:-.025em;font-weight:850}
.recent-workers-heading p{margin:7px 0 0;color:#69829a;font-size:13.5px;line-height:1.45;max-width:285px}
.recent-workers-viewport{position:relative;min-width:0;overflow:hidden;padding:7px 2px;mask-image:linear-gradient(to right,transparent 0,#000 28px,#000 calc(100% - 28px),transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0,#000 28px,#000 calc(100% - 28px),transparent 100%)}
.recent-workers-track{display:flex;width:max-content;will-change:transform;animation:recentWorkersMarquee var(--recent-workers-duration,42s) linear infinite}
.recent-workers-viewport:hover .recent-workers-track,.recent-workers-viewport:focus-within .recent-workers-track{animation-play-state:paused}
.recent-workers-group{display:flex;align-items:stretch;gap:14px;padding-right:14px}
.recent-worker-card{width:250px;min-height:92px;display:flex;align-items:center;gap:13px;padding:11px 15px 11px 11px;background:rgba(255,255,255,.96);border:1px solid #dfe9f2;border-radius:20px;box-shadow:0 8px 25px rgba(16,58,91,.08);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.recent-worker-card:hover{transform:translateY(-2px);box-shadow:0 13px 30px rgba(16,58,91,.13);border-color:#c9ddec}
.recent-worker-photo{position:relative;flex:0 0 68px;width:68px;height:68px;border-radius:17px;overflow:hidden;background:linear-gradient(145deg,#e4f2ff,#d8efe7);display:grid;place-items:center;color:#0c5c91;font-weight:900;font-size:20px;border:2px solid #fff;box-shadow:0 3px 11px rgba(12,66,103,.13)}
.recent-worker-photo img{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover;object-position:center}
.recent-worker-photo.photo-fallback img{display:none}
.recent-worker-copy{min-width:0;display:flex;flex-direction:column;align-items:flex-start}
.recent-worker-copy small{display:flex;align-items:center;gap:6px;margin-bottom:5px;color:#1a8a64;font-size:9px;font-weight:850;letter-spacing:.09em;white-space:nowrap}
.recent-worker-copy small i{width:6px;height:6px;border-radius:50%;background:#1dbb82;box-shadow:0 0 0 4px rgba(29,187,130,.10)}
.recent-worker-copy strong{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#0b345d;font-size:15.5px;line-height:1.25;font-weight:850}
.recent-worker-copy>span{width:100%;margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#6b8297;font-size:12.5px;font-weight:650}
.recent-workers-track.is-empty,.recent-workers-track.is-loading{width:100%;animation:none}
.recent-workers-empty{width:100%;min-height:82px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#71879a;font-size:13px;border:1px dashed #d9e5ee;border-radius:18px;background:#fbfdff}
.recent-workers-empty b{color:#174b74;font-size:14px;margin-bottom:3px}
.recent-workers-empty span{color:#7a8fa2}
@keyframes recentWorkersMarquee{from{transform:translate3d(0,0,0)}to{transform:translate3d(-50%,0,0)}}
@media(max-width:900px){.recent-workers-section{padding:18px 0 20px}.recent-workers-shell{grid-template-columns:1fr;gap:12px}.recent-workers-heading{display:block;padding:0 3px}.recent-workers-heading h2{font-size:22px}.recent-workers-heading p{max-width:none;margin-top:5px}.recent-workers-kicker{display:flex;align-items:center;gap:7px;color:#f47b20;font-size:9px;font-weight:900;letter-spacing:.13em;margin-bottom:6px}.recent-workers-kicker i{width:7px;height:7px;border-radius:50%;background:#1dbb82}.recent-workers-viewport{margin:0 -2px}.recent-worker-card{width:226px;min-height:84px;border-radius:17px}.recent-worker-photo{flex-basis:60px;width:60px;height:60px;border-radius:15px}.recent-worker-copy strong{font-size:14.5px}}
@media(max-width:560px){.recent-workers-section{padding:15px 0 17px}.recent-workers-shell{gap:9px}.recent-workers-heading p{font-size:12.5px}.recent-workers-viewport{mask-image:linear-gradient(to right,transparent 0,#000 12px,#000 calc(100% - 12px),transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0,#000 12px,#000 calc(100% - 12px),transparent 100%)}.recent-workers-group{gap:10px;padding-right:10px}.recent-worker-card{width:212px;padding:9px 12px 9px 9px;gap:10px}.recent-worker-photo{flex-basis:56px;width:56px;height:56px}.recent-worker-copy small{font-size:8px}.recent-worker-copy strong{font-size:14px}.recent-worker-copy>span{font-size:11.5px}}
@media(prefers-reduced-motion:reduce){.recent-workers-viewport{overflow-x:auto;mask-image:none;-webkit-mask-image:none}.recent-workers-track{animation:none}.recent-workers-group-copy{display:none}}


/* ==========================================================
   v5.50 — FOOTER ADMIN ACCESS + AGENT NEXUS
   Compact access links in the mission block.
   ========================================================== */
.pbd-footer-access-links{display:grid;gap:7px;margin:16px 0 0 18px;max-width:190px}
.pbd-footer-access-link{display:grid;grid-template-columns:31px minmax(0,1fr) 14px;align-items:center;gap:8px;min-height:46px;padding:7px 8px;border:1px solid rgba(255,255,255,.13);border-radius:12px;background:rgba(255,255,255,.055);color:#fff;text-decoration:none;box-shadow:0 8px 20px rgba(0,0,0,.08);transition:transform .18s ease,border-color .18s ease,background .18s ease}
.pbd-footer-access-link:hover{transform:translateY(-1px);background:rgba(255,255,255,.09);border-color:rgba(255,255,255,.23)}
.pbd-footer-access-icon{width:31px;height:31px;border-radius:9px;display:grid;place-items:center;background:rgba(255,255,255,.08)}
.pbd-footer-access-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.pbd-footer-access-link.admin .pbd-footer-access-icon{color:#ff8b2a;background:rgba(255,123,23,.12)}
.pbd-footer-access-link.agent .pbd-footer-access-icon{color:#38dfa3;background:rgba(21,189,125,.13)}
.pbd-footer-access-link span{min-width:0}
.pbd-footer-access-link strong{display:block;color:#fff;font-size:.62rem;line-height:1.15}
.pbd-footer-access-link small{display:block!important;margin:2px 0 0!important;color:#9fc0d4!important;font-size:.49rem!important;line-height:1.15}
.pbd-footer-access-link em{font-style:normal;color:#9fc5da;font-size:.72rem}
@media(max-width:1180px){.pbd-footer-access-links{max-width:240px;margin-left:30px;grid-template-columns:repeat(2,minmax(0,1fr))}.pbd-footer-access-link{grid-template-columns:28px minmax(0,1fr) 12px}.pbd-footer-access-icon{width:28px;height:28px}.pbd-footer-access-link small{display:none!important}}
@media(max-width:620px){.pbd-footer-access-links{margin:12px 0 0 34px;max-width:none;grid-template-columns:1fr 1fr}.pbd-footer-access-link{min-height:42px;padding:6px}.pbd-footer-access-link strong{font-size:.59rem}}
@media(max-width:390px){.pbd-footer-access-links{grid-template-columns:1fr;margin-left:34px}}

/* v5.58 — Nirman extended ecosystem section */
.ne-section{position:relative;overflow:hidden;padding:64px 0 52px;background:linear-gradient(180deg,#fff 0%,#f7fbff 56%,#fff 100%);border-top:1px solid #e3edf5;border-bottom:1px solid #e4edf4}
.ne-section:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 86% 6%,rgba(25,175,232,.12),transparent 26%),linear-gradient(90deg,rgba(11,77,128,.025) 1px,transparent 1px),linear-gradient(rgba(11,77,128,.025) 1px,transparent 1px);background-size:auto,42px 42px,42px 42px;mask-image:linear-gradient(to bottom,#000,transparent 72%)}
.ne-section .container{position:relative;z-index:1;max-width:1840px}
.ne-hero{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(420px,.85fr);gap:28px;align-items:stretch;margin-bottom:28px}
.ne-hero-copy{padding:10px 2px 6px}
.ne-kicker{display:flex;align-items:center;gap:14px;color:#0d3e6c;font-size:.74rem;font-weight:900;letter-spacing:.24em;text-transform:uppercase;margin-bottom:10px}
.ne-kicker i{height:1px;flex:0 1 230px;background:linear-gradient(90deg,#0b4b81,transparent)}
.ne-hero-copy h2{margin:0;color:#0b315a;font-size:clamp(2.7rem,4.1vw,5rem);line-height:.98;letter-spacing:-.052em;font-weight:900}
.ne-hero-copy h2 span{display:inline-block;margin-top:6px;color:#08a9df}
.ne-hero-copy p{max-width:1020px;margin:18px 0 0;color:#526f8c;font-size:clamp(.95rem,1.15vw,1.22rem);line-height:1.65}
.ne-hero-art{position:relative;min-height:220px;overflow:hidden;border:1px solid #d8e7f2;border-radius:24px;background:linear-gradient(90deg,rgba(245,251,255,.98) 0%,rgba(245,251,255,.74) 35%,rgba(245,251,255,.08) 74%),url('/assets/nirman-extension/nirman-city.webp') center/cover no-repeat;box-shadow:0 14px 34px rgba(9,57,96,.08)}
.ne-hero-art:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(5,79,133,.03));pointer-events:none}
.ne-hero-script{position:absolute;z-index:1;left:26px;top:20px;color:#0d76d9;font-family:Georgia,"Times New Roman",serif;font-style:italic;font-weight:800;font-size:clamp(1.6rem,2.1vw,2.5rem);line-height:.93;text-shadow:0 2px 14px rgba(255,255,255,.8)}
.ne-hero-message{position:absolute;z-index:1;left:26px;bottom:70px;padding-left:18px;border-left:1px solid rgba(16,80,126,.22);color:#0c365e}
.ne-hero-message small{display:block;font-size:.78rem;margin-bottom:2px}.ne-hero-message b{font-size:.95rem;line-height:1.25}
.ne-hero-art>a{position:absolute;z-index:2;right:22px;bottom:20px;display:flex;align-items:center;justify-content:space-between;gap:22px;min-width:265px;padding:14px 18px;border-radius:13px;background:linear-gradient(135deg,#0c9bde,#09c7d7);box-shadow:0 12px 28px rgba(0,154,214,.24);color:#fff;text-decoration:none;font-size:.9rem;font-weight:900;transition:.25s ease}
.ne-hero-art>a:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(0,154,214,.3)}.ne-hero-art>a span{font-size:1.35rem;transition:transform .25s ease}.ne-hero-art>a:hover span{transform:translateX(4px)}
.ne-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;align-items:stretch}
.ne-card{--accent:#0d4a83;display:flex;min-width:0;flex-direction:column;padding:13px;border:1px solid #dfe9f1;border-radius:20px;background:rgba(255,255,255,.96);box-shadow:0 8px 24px rgba(11,55,93,.055);color:#173b5e;text-decoration:none;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.ne-card:hover{transform:translateY(-5px);border-color:color-mix(in srgb,var(--accent) 38%,#dfe9f1);box-shadow:0 18px 38px rgba(11,55,93,.12)}
.ne-world{--accent:#073b7c}.ne-finance{--accent:#eda900}.ne-money{--accent:#ff6500}.ne-legal{--accent:#0a579d}.ne-school{--accent:#ff5d00}.ne-health{--accent:#0a9e98}
.ne-brand{min-height:83px;display:flex;align-items:center;gap:10px;padding:7px 4px 10px}.ne-icon{width:46px;height:46px;flex:0 0 46px;display:grid;place-items:center;border-radius:14px;background:color-mix(in srgb,var(--accent) 10%,#fff);color:var(--accent);border:1px solid color-mix(in srgb,var(--accent) 18%,#fff)}
.ne-icon svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}.ne-brand>div{min-width:0}.ne-brand strong{display:block;white-space:nowrap;color:#0a315c;font-size:clamp(1.05rem,1.25vw,1.42rem);letter-spacing:-.035em}.ne-brand strong span{color:var(--accent)}.ne-brand small{display:block;margin-top:2px;color:#5d7287;font-size:.66rem;font-weight:700;line-height:1.25}
.ne-photo{position:relative;aspect-ratio:1.82/1;overflow:hidden;border-radius:14px;background:#edf4f8}.ne-photo:after{content:"";position:absolute;inset:auto 0 0;height:38%;background:linear-gradient(transparent,rgba(5,31,58,.08));pointer-events:none}.ne-photo img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .35s ease}.ne-card:hover .ne-photo img{transform:scale(1.045)}
.ne-card ul{list-style:none;margin:13px 0 14px;padding:0;display:grid;gap:7px;flex:1}.ne-card li{position:relative;padding-left:22px;color:#305676;font-size:.72rem;line-height:1.3}.ne-card li:before{content:"✓";position:absolute;left:0;top:-1px;width:15px;height:15px;border-radius:50%;display:grid;place-items:center;background:var(--accent);color:#fff;font-size:.57rem;font-weight:1000}
.ne-cta{display:flex;align-items:center;justify-content:center;gap:12px;min-height:43px;margin-top:auto;padding:10px 11px;border-radius:12px;background:var(--accent);color:#fff;font-size:.73rem;font-weight:950;text-align:center;box-shadow:0 8px 18px color-mix(in srgb,var(--accent) 18%,transparent)}.ne-cta span{font-size:1.15rem;transition:transform .25s ease}.ne-card:hover .ne-cta span{transform:translateX(4px)}
.ne-value-strip{margin-top:16px;min-height:56px;display:flex;align-items:center;gap:20px;padding:10px 20px;border:1px solid #e0ebf2;border-radius:18px;background:linear-gradient(90deg,#f4f9fd,#fff,#eef8fd);box-shadow:0 7px 20px rgba(11,55,93,.035);color:#0d3159}.ne-value-strip>div{display:flex;align-items:center;gap:10px;white-space:nowrap;font-size:.72rem;font-weight:850}.ne-value-strip>div b{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;background:#e8f5fb;color:#084d83}.ne-value-strip>i{width:1px;height:28px;background:#cddde8}.ne-value-strip>strong{margin-left:auto;color:#708aa0;font-size:.65rem;letter-spacing:.18em;text-transform:uppercase;font-weight:750;white-space:nowrap}
@media(max-width:1640px){.ne-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.ne-brand strong{font-size:1.35rem}.ne-card li{font-size:.79rem}.ne-cta{font-size:.78rem}}
@media(max-width:1120px){.ne-section{padding:50px 0 42px}.ne-hero{grid-template-columns:1fr;gap:18px}.ne-hero-copy{text-align:center}.ne-kicker{justify-content:center}.ne-kicker i{flex:0 0 90px}.ne-hero-copy p{margin-left:auto;margin-right:auto}.ne-hero-art{min-height:245px}.ne-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ne-value-strip{flex-wrap:wrap;justify-content:center}.ne-value-strip>strong{width:100%;margin-left:0;text-align:center}.ne-value-strip>i:nth-of-type(2){display:none}}
@media(max-width:720px){.ne-section{padding:38px 0 32px}.ne-hero-copy h2{font-size:clamp(2.2rem,12vw,3.35rem)}.ne-hero-copy p{font-size:.88rem}.ne-kicker{font-size:.58rem;letter-spacing:.16em;gap:8px}.ne-kicker i{flex-basis:36px}.ne-hero-art{min-height:235px;border-radius:18px;background-position:58% center}.ne-hero-script{left:16px;top:16px;font-size:1.65rem}.ne-hero-message{left:16px;bottom:66px}.ne-hero-art>a{left:14px;right:14px;bottom:14px;min-width:0;padding:12px 14px}.ne-grid{grid-template-columns:1fr;gap:11px}.ne-card{padding:12px;border-radius:18px}.ne-brand{min-height:72px}.ne-brand strong{font-size:1.28rem}.ne-photo{aspect-ratio:1.9/1}.ne-card li{font-size:.78rem}.ne-value-strip{gap:8px 13px;padding:12px}.ne-value-strip>div{font-size:.66rem}.ne-value-strip>i{display:none}.ne-value-strip>strong{font-size:.55rem;letter-spacing:.12em}}
@media(max-width:420px){.ne-hero-art{min-height:220px}.ne-hero-script{font-size:1.42rem}.ne-hero-message small{font-size:.7rem}.ne-hero-message b{font-size:.78rem}.ne-brand{gap:8px}.ne-icon{width:42px;height:42px;flex-basis:42px}.ne-icon svg{width:28px;height:28px}.ne-card ul{gap:6px}.ne-value-strip>div{width:calc(50% - 9px);justify-content:flex-start}.ne-value-strip>strong{line-height:1.5}}

/* v5.59 — use the supplied official Nirman ecosystem logos with transparent image assets */
.ne-brand.ne-brand-logo{min-height:83px;display:flex;align-items:center;justify-content:flex-start;padding:7px 5px 10px;overflow:hidden}
.ne-brand.ne-brand-logo img{display:block;width:100%;height:68px;max-width:100%;object-fit:contain;object-position:left center}
.ne-brand.ne-brand-logo.ne-brand-dark{margin:2px 0 6px;padding:7px 10px;border-radius:13px;background:linear-gradient(135deg,#00162d 0%,#06294f 100%);border:1px solid rgba(255,255,255,.08);box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}
.ne-brand.ne-brand-logo.ne-brand-dark img{height:64px}
@media(max-width:1640px){.ne-brand.ne-brand-logo img{height:72px}.ne-brand.ne-brand-logo.ne-brand-dark img{height:67px}}
@media(max-width:720px){.ne-brand.ne-brand-logo{min-height:74px;padding:5px 3px 8px}.ne-brand.ne-brand-logo img{height:62px}.ne-brand.ne-brand-logo.ne-brand-dark{padding:6px 9px;margin:1px 0 5px}.ne-brand.ne-brand-logo.ne-brand-dark img{height:58px}}
@media(max-width:420px){.ne-brand.ne-brand-logo img{height:56px}.ne-brand.ne-brand-logo.ne-brand-dark img{height:53px}}


/* ==========================================================
   v5.82 — HOME FIND WORK LIVE MARQUEE
   Live, privacy-safe opportunity cards powered by the public
   opportunities API. Desktop auto-scroll; mobile touch-scroll.
   ========================================================== */
.home-find-work-section{position:relative;overflow:hidden;padding:26px 0 28px;background:linear-gradient(180deg,#fff 0%,#f6fbff 48%,#fff 100%);border-bottom:1px solid #e4edf5}
.home-find-work-section:before{content:"";position:absolute;right:-150px;top:-190px;width:430px;height:430px;border-radius:50%;background:radial-gradient(circle,rgba(23,143,215,.08),rgba(23,143,215,0) 68%);pointer-events:none}
.home-find-work-shell{position:relative;z-index:1}
.home-find-work-head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:18px}
.home-find-work-kicker{display:flex;align-items:center;gap:8px;margin-bottom:7px;color:#0f78bd;font-size:10px;font-weight:900;letter-spacing:.14em}
.home-find-work-kicker i{width:8px;height:8px;border-radius:50%;background:#15ae75;box-shadow:0 0 0 5px rgba(21,174,117,.10)}
.home-find-work-head h2{margin:0;color:#0b345d;font-size:clamp(25px,2.05vw,35px);line-height:1.04;letter-spacing:-.035em;font-weight:900}
.home-find-work-head h2 span{color:#f47721}
.home-find-work-head p{margin:8px 0 0;color:#69829a;font-size:14px;line-height:1.5}
.home-find-work-all{flex:0 0 auto;display:inline-flex;align-items:center;gap:9px;min-height:44px;padding:0 17px;border:1px solid #cfe0ee;border-radius:14px;background:#fff;color:#0a5c99;text-decoration:none;font-size:13px;font-weight:850;box-shadow:0 7px 20px rgba(17,69,107,.07);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.home-find-work-all:hover{transform:translateY(-2px);border-color:#a9cee8;box-shadow:0 11px 24px rgba(17,69,107,.11)}
.home-find-work-all span{font-size:18px;line-height:1}
.home-find-work-viewport{position:relative;overflow:hidden;margin:0 -3px;padding:5px 3px 9px;mask-image:linear-gradient(to right,transparent 0,#000 32px,#000 calc(100% - 32px),transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0,#000 32px,#000 calc(100% - 32px),transparent 100%)}
.home-find-work-track{display:flex;width:max-content;will-change:transform;animation:homeWorkMarquee var(--home-work-duration,48s) linear infinite}
.home-find-work-viewport:hover .home-find-work-track,.home-find-work-viewport:focus-within .home-find-work-track{animation-play-state:paused}
.home-find-work-group{display:flex;align-items:stretch;gap:15px;padding-right:15px}
.home-work-card{position:relative;width:350px;min-height:172px;display:grid;grid-template-columns:104px minmax(0,1fr);gap:14px;padding:13px;border-radius:23px;text-decoration:none;border:1px solid #e0e8ef;background:#fff;box-shadow:0 11px 28px rgba(10,52,89,.09);overflow:hidden;isolation:isolate;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.home-work-card:after{content:"";position:absolute;inset:auto -52px -65px auto;width:145px;height:145px;border-radius:50%;z-index:-1;opacity:.65}
.home-work-card.daily{background:linear-gradient(140deg,#fff 0%,#fff9f3 100%);border-color:#ffd7b7}
.home-work-card.daily:after{background:radial-gradient(circle,rgba(255,130,36,.16),rgba(255,130,36,0) 70%)}
.home-work-card.regular{background:linear-gradient(140deg,#fff 0%,#f2f9ff 100%);border-color:#c9e5fa}
.home-work-card.regular:after{background:radial-gradient(circle,rgba(20,147,218,.15),rgba(20,147,218,0) 70%)}
.home-work-card:hover{transform:translateY(-3px);box-shadow:0 16px 34px rgba(10,52,89,.14)}
.home-work-card.daily:hover{border-color:#ffbb82}.home-work-card.regular:hover{border-color:#91d0f6}
.home-work-image{position:relative;width:104px;height:146px;border-radius:18px;overflow:hidden;background:#e9f1f6}
.home-work-image img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}
.home-work-verified{position:absolute;left:7px;top:7px;display:inline-flex;align-items:center;gap:4px;padding:5px 7px;border-radius:999px;background:rgba(2,143,94,.93);color:#fff;font-size:8px;font-weight:900;box-shadow:0 4px 12px rgba(0,91,63,.22);backdrop-filter:blur(5px)}
.home-work-copy{min-width:0;display:flex;flex-direction:column}
.home-work-top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}
.home-work-mode{display:inline-flex;align-items:center;gap:5px;padding:5px 8px;border-radius:999px;font-size:8.5px;font-weight:950;letter-spacing:.08em;white-space:nowrap}
.home-work-card.daily .home-work-mode{background:#fff0e4;color:#d85b00}.home-work-card.regular .home-work-mode{background:#e3f3ff;color:#0878bd}
.home-work-open{font-size:9px;color:#4d738f;font-weight:800;white-space:nowrap}
.home-work-copy h3{margin:0;color:#082f55;font-size:19px;line-height:1.08;font-weight:900;letter-spacing:-.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.home-work-company{margin-top:4px;color:#607d95;font-size:11.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.home-work-location{margin-top:5px;color:#456b88;font-size:11px;font-weight:750;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.home-work-meta{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px;margin-top:auto;padding-top:9px}
.home-work-wage{color:#0b7b4f;font-size:17px;font-weight:950;letter-spacing:-.02em}
.home-work-wage small{font-size:10px;font-weight:800;color:#5a7f6d}
.home-work-date{color:#4f6f89;font-size:10px;font-weight:800;text-align:right}
.home-work-cta{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;margin-top:8px;padding-top:8px;border-top:1px solid rgba(86,121,148,.15);color:#0b5f99;font-size:11px;font-weight:900}
.home-work-card.daily .home-work-cta{color:#ce5b0b}.home-work-cta span:last-child{font-size:16px}
.home-find-work-track.is-empty,.home-find-work-track.is-loading{width:100%;animation:none}
.home-find-work-empty{width:100%;min-height:110px;display:flex;align-items:center;justify-content:center;text-align:center;border:1px dashed #cfdee9;border-radius:20px;background:rgba(255,255,255,.75);color:#6a8398;font-size:13px;font-weight:700}
@keyframes homeWorkMarquee{from{transform:translate3d(0,0,0)}to{transform:translate3d(-50%,0,0)}}
@media(max-width:900px){.home-find-work-section{padding:22px 0 24px}.home-find-work-head{align-items:flex-start}.home-find-work-head h2{font-size:27px}.home-find-work-head p{font-size:13px}.home-work-card{width:328px;grid-template-columns:96px minmax(0,1fr);min-height:160px}.home-work-image{width:96px;height:136px}}
@media(max-width:680px){.home-find-work-section{padding:18px 0 21px}.home-find-work-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end;margin-bottom:12px}.home-find-work-kicker{font-size:8.5px;margin-bottom:5px}.home-find-work-head h2{font-size:22px}.home-find-work-head p{font-size:12px;line-height:1.4}.home-find-work-all{min-height:38px;padding:0 12px;border-radius:12px;font-size:0}.home-find-work-all:before{content:"View All";font-size:11px}.home-find-work-all span{font-size:16px}.home-find-work-viewport{overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none;mask-image:none;-webkit-mask-image:none;padding-bottom:7px}.home-find-work-viewport::-webkit-scrollbar{display:none}.home-find-work-track{animation:none}.home-find-work-group{gap:10px;padding-right:10px}.home-find-work-group-copy{display:none}.home-work-card{width:min(315px,calc(100vw - 44px));min-height:150px;grid-template-columns:86px minmax(0,1fr);gap:11px;padding:10px;border-radius:19px;scroll-snap-align:start}.home-work-image{width:86px;height:130px;border-radius:15px}.home-work-copy h3{font-size:17px}.home-work-wage{font-size:15px}.home-work-company{font-size:10.5px}.home-work-location{font-size:10px}.home-work-mode{font-size:7.5px}.home-work-open{font-size:8px}}
@media(prefers-reduced-motion:reduce){.home-find-work-viewport{overflow-x:auto;mask-image:none;-webkit-mask-image:none}.home-find-work-track{animation:none}.home-find-work-group-copy{display:none}.home-work-card{transition:none}}
