:root{--ink:#032f2b;--deep:#07463f;--deep2:#0b5a50;--lime:#c8ff24;--mint:#e3f3ec;--paper:#fbfcf8;--line:#bed1ca;--muted:#5c746f;--shadow:0 18px 55px rgba(3,47,43,.14)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#eef5f1;font:16px/1.5 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}.topbar{height:92px;background:#fff;display:flex;align-items:center;padding:0 clamp(18px,4vw,64px);gap:32px;position:sticky;top:0;z-index:20;border-bottom:1px solid #d8e5e0}.brand{display:flex;align-items:center;gap:12px;color:var(--ink);text-decoration:none;min-width:256px}.mark{width:58px;height:58px;display:grid;place-items:center}.mark svg{width:100%;height:100%;fill:var(--ink)}.mark .lime{fill:var(--lime)}.mark .white{fill:#fff}.brand strong{font-size:30px;line-height:.9;display:block;letter-spacing:-1px}.brand small{font-weight:900;letter-spacing:3px;color:#4e716a;font-size:11px}.topbar nav{display:flex;gap:4px;margin:auto}.topbar nav button,.profile{border:0;background:transparent;border-radius:999px;padding:11px 13px;font-weight:800;font-size:13px;white-space:nowrap}.topbar nav button:hover,.topbar nav button.active{background:var(--mint)}.profile{background:var(--ink);color:#fff;padding:12px 17px}.profile b{color:var(--lime);margin-left:6px}
main{min-height:calc(100vh - 92px)}.page{display:none;padding:clamp(40px,6vw,84px) clamp(20px,7vw,112px) 90px;animation:fade .28s ease}.page.active{display:block}@keyframes fade{from{opacity:.15;transform:translateY(5px)}}.eyebrow,.pageHead .eyebrow{font-size:12px;font-weight:900;letter-spacing:2.3px;color:#54736d;margin:0 0 12px}.pageHead{max-width:800px;margin-bottom:36px}.pageHead h1{font-size:clamp(36px,4vw,58px);line-height:1.02;letter-spacing:-2.5px;margin:0 0 18px}.pageHead>p:last-child{color:var(--muted);font-size:18px;max-width:700px}.hero{max-width:1380px;margin:auto;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(30px,6vw,88px);min-height:560px}.hero h1{font-size:clamp(54px,6vw,92px);line-height:.91;letter-spacing:-5px;margin:14px 0 24px}.hero h1 em{font-style:normal;color:var(--deep2)}.lead{max-width:690px;font-size:20px;color:#496661}.heroActions{display:flex;gap:12px;margin:30px 0}.primary,.secondary,.chooseLevel,.addDocument,.fileButton,.removeButton{border-radius:999px;font-weight:900;padding:15px 22px;border:2px solid var(--ink)}.primary{background:var(--lime)}.primary:hover{background:#b8ef12;transform:translateY(-1px)}.secondary,.chooseLevel{background:#fff}.secondary:hover,.chooseLevel:hover{background:var(--ink);color:#fff}.compact{padding:11px 18px}.trust{display:flex;gap:20px;flex-wrap:wrap;color:#4d6b65;font-weight:700;font-size:13px}.warehouseScene{height:480px;background:linear-gradient(145deg,#0a4b43,#00352f);border-radius:34px;position:relative;overflow:hidden;box-shadow:var(--shadow)}.warehouseScene:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 48%,rgba(255,255,255,.04) 49%,transparent 50%),linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px);background-size:90px 100%,100% 72px}.rack{position:absolute;width:145px;height:300px;border:9px solid #c3d3cd;bottom:0;display:flex;flex-direction:column;justify-content:space-evenly}.rack:after,.rack:before{content:"";position:absolute;left:-9px;right:-9px;height:8px;background:#c3d3cd}.rack:before{top:30%}.rack:after{top:64%}.rack i{display:block;margin:auto;width:96px;height:52px;background:#da8d34;border:4px solid #a96121}.r1{left:35px}.r2{right:35px;transform:scale(.88);transform-origin:bottom}.forklift{position:absolute;left:38%;bottom:42px;width:166px;height:138px;background:var(--lime);border-radius:22px 48px 14px 14px}.forklift span{position:absolute;right:8px;top:-70px;width:83px;height:100px;border:11px solid var(--lime);border-bottom:0}.forklift b,.forklift i{position:absolute;bottom:-23px;width:48px;height:48px;border:10px solid #98b5aa;border-radius:50%;background:var(--ink)}.forklift b{left:15px}.forklift i{right:15px}.worker{position:absolute;left:47%;top:66px;width:84px;height:84px;border-radius:50%;background:#fff;display:grid;place-items:center;font-size:27px;font-weight:950;border:8px solid var(--lime)}.sceneBadge{position:absolute;left:24px;right:24px;bottom:25px;background:#fff;padding:16px 20px;border-radius:18px;display:grid;grid-template-columns:1fr auto;align-items:center}.sceneBadge small{grid-column:1/-1;font-weight:900;color:#5b7770;letter-spacing:1.5px}.sceneBadge strong{font-size:20px}.sceneBadge span{font-size:12px;color:#5f756f}.homeGrid{max-width:1380px;margin:30px auto;display:grid;grid-template-columns:1.2fr .8fr;gap:18px}.progressCard,.nextCard{background:#fff;border:1px solid var(--line);border-radius:28px;padding:26px;display:flex;gap:24px;align-items:center}.nextCard{display:block;background:var(--deep);color:#fff}.nextCard small,.progressCard small{font-weight:900;letter-spacing:1.5px}.nextCard h2,.progressCard h2{margin:6px 0 8px}.ring,.bigRing{--p:0;flex:0 0 124px;width:124px;height:124px;border-radius:50%;background:conic-gradient(var(--lime) calc(var(--p)*1%),#dce9e4 0);display:grid;place-content:center;text-align:center;position:relative}.ring:before,.bigRing:before{content:"";position:absolute;inset:10px;border-radius:50%;background:#fff}.ring b,.ring span,.bigRing b,.bigRing span{position:relative}.ring b{font-size:26px}.ring span,.bigRing span{font-size:10px;font-weight:900;letter-spacing:1px}.featureStrip{max-width:1380px;margin:20px auto 0;display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-radius:28px;border:1px solid var(--line);overflow:hidden}.featureStrip article{padding:24px;display:grid;gap:4px;border-right:1px solid #d8e4df}.featureStrip article:last-child{border:0}.featureStrip i{font-style:normal;font-weight:950;color:var(--deep2)}.featureStrip span{color:var(--muted);font-size:14px}
.careerLadder{display:grid;grid-template-columns:repeat(5,minmax(210px,1fr));gap:14px;overflow:auto;padding-bottom:10px}.careerLadder article{min-height:410px;background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px;display:flex;flex-direction:column;transition:.2s}.careerLadder article:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.careerLadder article.selected{background:var(--deep);color:#fff;border-color:var(--lime);box-shadow:0 0 0 3px var(--lime)}.careerLadder article span{color:var(--deep2);font-weight:950;letter-spacing:2px;font-size:11px}.careerLadder article.selected span{color:var(--lime)}.careerLadder h2{font-size:25px;line-height:1.05;margin:15px 0}.careerLadder p{color:var(--muted)}.careerLadder article.selected p{color:#d8e8e3}.careerLadder ul{padding-left:20px;margin-bottom:28px}.chooseLevel{margin-top:auto;padding:11px}.filterRow{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px}.filter{border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 18px;font-weight:800}.filter.active{background:var(--ink);color:#fff}.certGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.certGrid article{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;min-height:285px;display:flex;flex-direction:column}.certGrid article.hide{display:none}.certGrid i{font-style:normal;background:var(--mint);color:var(--deep);width:50px;height:50px;border-radius:14px;display:grid;place-items:center;font-size:22px;font-weight:950}.certGrid small{font-weight:900;letter-spacing:1.5px;color:#5d7771}.certGrid h2{margin:7px 0}.certGrid p{color:var(--muted)}.certGrid label{margin-top:auto;background:#edf4f1;border-radius:12px;padding:12px;font-weight:800}.certGrid input,.skillGroups input,.checklist input{accent-color:var(--deep);width:18px;height:18px;vertical-align:-3px;margin-right:8px}
.vaultGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.vaultCard{background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px;min-height:260px}.vaultCard small{font-weight:900;letter-spacing:1.6px;color:#5c7670}.vaultCard h2{font-size:25px;margin:12px 0}.vaultCard .docTitle{width:100%;border:1px solid var(--line);border-radius:12px;padding:11px 13px;font-weight:800;margin:9px 0}.fileName{color:var(--muted);min-height:24px}.fileActions{display:flex;gap:9px;align-items:center;flex-wrap:wrap;margin:12px 0}.fileButton{background:var(--lime);display:inline-block;padding:10px 16px}.fileButton input{position:absolute;width:1px;height:1px;opacity:0}.removeButton{background:#fff;color:#9c302d;border-color:#d6aaa7;padding:9px 15px}.dateFields{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:16px}.dateFields label{font-weight:850;font-size:13px}.dateFields select,.datePicker{width:100%;border:1px solid #9fb8af;border-radius:12px;background:#fff;padding:12px;margin-top:6px}.datePicker{position:relative;display:flex;align-items:center;min-height:49px;cursor:pointer}.datePicker input{position:absolute;inset:0;width:100%;height:100%;padding:12px;border:0;background:transparent;cursor:pointer}.addDocument{margin-top:20px;background:var(--ink);color:#fff}.skillGroups{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.skillGroups article{background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px}.skillGroups h2{margin-top:0}.skillGroups label{display:block;padding:13px 0;border-top:1px solid #dce7e3}.skillsSummary{margin-top:18px;background:var(--deep);color:#fff;padding:20px 24px;border-radius:20px;display:flex;justify-content:space-between}.skillsSummary b{color:var(--lime)}
.resumeLayout{display:grid;grid-template-columns:1fr .85fr;gap:24px;align-items:start}.resumeForm{background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px;display:grid;grid-template-columns:1fr 1fr;gap:16px}.resumeForm label{font-weight:800;font-size:13px}.resumeForm .wide{grid-column:1/-1}.resumeForm input,.resumeForm select,.resumeForm textarea{width:100%;display:block;border:1px solid #9fb8af;border-radius:12px;padding:12px;margin-top:6px;background:#fff}.resumeForm textarea{min-height:115px;resize:vertical}.resumePreview{background:#fff;border:1px solid var(--line);border-top:8px solid var(--lime);box-shadow:var(--shadow);padding:35px;min-height:530px}.resumePreview small{font-weight:950;letter-spacing:2px;color:#5d7771}.resumePreview h2{font-size:38px;margin:14px 0 0}.resumeContact{color:var(--muted);margin-top:0}.resumePreview h3{font-size:12px;letter-spacing:2px;border-bottom:2px solid var(--ink);padding-bottom:7px;margin-top:30px}.previewSkills,.previewCerts{display:flex;gap:8px;flex-wrap:wrap}.previewSkills span,.previewCerts span{background:var(--mint);padding:6px 9px;border-radius:8px;font-size:12px;font-weight:800}.jobGrid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.readiness,.checklist,.interview{background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px}.readiness{text-align:center}.bigRing{margin:auto;width:180px;height:180px}.bigRing:before{inset:14px}.bigRing b{font-size:40px}.checklist label{display:block;padding:17px 0;border-bottom:1px solid #dae6e1;font-weight:800}.interview{margin-top:18px}.interview details{border-top:1px solid #d8e4df;padding:15px 0}.interview summary{font-weight:850;cursor:pointer}.finish{margin-top:18px}
.progressDrawer{position:fixed;right:-420px;top:0;width:min(400px,100%);height:100%;background:#fff;z-index:40;padding:38px;box-shadow:-20px 0 60px rgba(0,0,0,.18);transition:.3s}.progressDrawer.open{right:0}.progressDrawer>button:first-child{position:absolute;right:20px;top:18px;background:var(--mint);border:0;width:40px;height:40px;border-radius:50%;font-size:28px}.progressDrawer>small{font-weight:950;letter-spacing:2px}.drawerScore{background:var(--deep);color:#fff;border-radius:22px;padding:20px;margin:25px 0}.drawerScore b{font-size:46px;color:var(--lime)}.drawerScore span{margin-left:8px}.progressDrawer ul{list-style:none;padding:0}.progressDrawer li{padding:13px 0;border-bottom:1px solid #dce7e3}.progressDrawer li:before{content:"○";margin-right:10px}.progressDrawer li.done:before{content:"✓";color:var(--deep);font-weight:950}.drawerBackdrop{position:fixed;inset:0;background:rgba(0,28,25,.35);z-index:30;display:none}.drawerBackdrop.show{display:block}.toast{position:fixed;left:50%;bottom:-120px;transform:translateX(-50%);z-index:60;background:var(--ink);color:#fff;border:2px solid var(--lime);border-radius:18px;padding:16px 22px;display:grid;min-width:300px;box-shadow:var(--shadow);transition:.3s}.toast b{color:var(--lime)}.toast.show{bottom:25px}
@media(max-width:1120px){.topbar{height:auto;min-height:88px;flex-wrap:wrap;padding:14px 22px}.topbar nav{order:3;width:100%;overflow:auto;justify-content:flex-start}.page{padding-top:50px}.hero{grid-template-columns:1fr}.warehouseScene{height:400px}.certGrid{grid-template-columns:repeat(2,1fr)}.careerLadder{grid-template-columns:repeat(5,260px)}}
@media(max-width:720px){.brand{min-width:0}.mark{width:50px;height:50px}.brand strong{font-size:24px}.brand small{font-size:9px}.profile{margin-left:auto;font-size:0}.profile b{font-size:12px}.hero h1{font-size:54px;letter-spacing:-3px}.heroActions{align-items:stretch;flex-direction:column}.warehouseScene{height:340px}.r2{display:none}.worker{left:62%}.homeGrid,.featureStrip,.vaultGrid,.skillGroups,.resumeLayout,.jobGrid{grid-template-columns:1fr}.featureStrip article{border-right:0;border-bottom:1px solid #d8e4df}.featureStrip article:last-child{border-bottom:0}.certGrid{grid-template-columns:1fr}.dateFields,.resumeForm{grid-template-columns:1fr}.resumeForm .wide{grid-column:auto}.skillsSummary{display:grid;gap:4px}.progressCard{align-items:flex-start;flex-direction:column}.pageHead h1{letter-spacing:-1.5px}.topbar nav button{padding:9px 11px}.page{padding-inline:16px}.sceneBadge{grid-template-columns:1fr}.trust{gap:8px 14px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}

/* Modern Warehouse Pro visual identity */
.mark{width:64px;height:64px;filter:drop-shadow(0 7px 10px rgba(0,47,43,.18))}
.mark img{display:block;width:100%;height:100%;object-fit:contain}
.warehouseScene{isolation:isolate;background:#063c35}
.warehouseScene:before{z-index:1;background:linear-gradient(180deg,transparent 48%,rgba(0,35,31,.7) 100%),linear-gradient(90deg,rgba(0,47,43,.1),transparent 55%)}
.dashboardImage{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:57% center;transition:transform .7s ease}
.warehouseScene:hover .dashboardImage{transform:scale(1.025)}
.sceneBadge{z-index:2;background:rgba(255,255,255,.92);border:1px solid rgba(255,255,255,.65);box-shadow:0 12px 36px rgba(0,28,25,.22);backdrop-filter:blur(12px)}
@media(max-width:720px){.mark{width:54px;height:54px}.dashboardImage{object-position:62% center}.sceneBadge{left:16px;right:16px;bottom:16px}}

/* Clear five-stage career journey */
.pathGuide{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:-10px 0 28px;padding:16px 20px;background:var(--mint);border:1px solid var(--line);border-radius:18px;color:#345b53}
.pathGuide b{color:var(--ink);margin-right:8px}
.pathGuide span{background:#fff;border-radius:999px;padding:8px 13px;font-size:13px;font-weight:800}
.careerLadder{display:grid;grid-template-columns:1fr;gap:16px;overflow:visible;max-width:1100px;padding:0}
.careerLadder article{min-height:0;display:grid;grid-template-columns:88px 1fr;gap:22px;align-items:start;padding:26px 28px;border-left:7px solid #b8cbc4;position:relative}
.careerLadder article:hover{transform:translateX(5px)}
.careerLadder article.current{border-color:var(--lime);box-shadow:0 0 0 3px rgba(200,255,36,.28),var(--shadow)}
.careerLadder article.completed{background:var(--deep);color:#fff;border-color:var(--lime)}
.careerLadder article.completed p,.careerLadder article.completed h3{color:#d8e8e3}
.careerLadder article.completed span{color:var(--lime)}
.stageNumber{width:68px;height:68px;border-radius:22px;display:grid;place-items:center;background:#e6f0ec;color:var(--deep);font-size:30px;font-weight:950}
.careerLadder article.current .stageNumber{background:var(--lime)}
.careerLadder article.completed .stageNumber{background:var(--lime);color:var(--ink)}
.stageBody{display:grid;grid-template-columns:minmax(230px,.8fr) minmax(320px,1.2fr) auto;column-gap:28px;align-items:center}
.stageBody>span,.stageBody>h2,.stageBody>.roleUnlock{grid-column:1}
.stageBody h2{margin:6px 0 8px;font-size:28px}
.stageBody .roleUnlock{margin:0;color:var(--deep2);font-weight:800}
.stageBody h3,.stageBody ul{grid-column:2}
.stageBody h3{margin:0 0 4px;font-size:14px;text-transform:uppercase;letter-spacing:1px;color:#4f7069}
.stageBody ul{margin:0;padding-left:20px}
.stageBody .chooseLevel{grid-column:3;grid-row:1/5;min-width:200px;margin:0}
.careerLadder article.completed .chooseLevel{background:transparent;color:#fff;border-color:#b8d0c8}
.dashboardImage{object-position:center 45%}
@media(max-width:1050px){.stageBody{grid-template-columns:1fr auto}.stageBody h3,.stageBody ul{grid-column:1}.stageBody .chooseLevel{grid-column:2;grid-row:1/6}}
@media(max-width:720px){.pathGuide{display:grid}.careerLadder article{grid-template-columns:52px 1fr;padding:20px 16px;gap:14px}.stageNumber{width:48px;height:48px;border-radius:15px;font-size:23px}.stageBody{grid-template-columns:1fr}.stageBody>span,.stageBody>h2,.stageBody>.roleUnlock,.stageBody h3,.stageBody ul,.stageBody .chooseLevel{grid-column:1;grid-row:auto}.stageBody h3{margin-top:18px}.stageBody .chooseLevel{width:100%;margin-top:18px}.dashboardImage{object-position:center center}}

/* Member access and automatic stage progress */
body.accessOpen{overflow:hidden}
.accessPortal{position:fixed;inset:0;z-index:1000;display:grid;grid-template-columns:minmax(520px,1.25fr) minmax(460px,.75fr);background:#f7fbf9;overflow:auto;transition:opacity .25s ease,visibility .25s ease}
.accessPortal.closed{opacity:0;visibility:hidden;pointer-events:none}
.accessShowcase{min-height:100vh;padding:clamp(28px,4vw,64px);display:flex;flex-direction:column;color:#fff;background:radial-gradient(circle at 85% 15%,rgba(200,255,36,.18),transparent 26%),linear-gradient(145deg,#002c28,#07584d);position:relative;overflow:hidden}
.accessShowcase:after{content:"";position:absolute;width:520px;height:520px;border:1px solid rgba(200,255,36,.15);border-radius:50%;right:-210px;bottom:-210px;box-shadow:0 0 0 80px rgba(200,255,36,.04),0 0 0 160px rgba(200,255,36,.025)}
.accessBrand{display:flex;align-items:center;gap:14px;position:relative;z-index:1}.accessBrand img{width:86px;height:86px;object-fit:contain;filter:drop-shadow(0 12px 22px rgba(0,0,0,.25))}.accessBrand strong{font-size:34px;line-height:.9;display:block}.accessBrand small{font-weight:900;letter-spacing:3px;color:var(--lime)}
.accessMessage{margin:auto 0;max-width:760px;position:relative;z-index:1}.accessMessage .eyebrow{color:#b8d4cd}.accessMessage h1{font-size:clamp(54px,5.3vw,88px);line-height:.92;letter-spacing:-4px;margin:14px 0 26px}.accessMessage h1 em{font-style:normal;color:var(--lime)}.accessMessage>p:not(.eyebrow){font-size:19px;color:#d5e6e1;max-width:650px}
.accessFeatures{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:30px}.accessFeatures span{display:flex;align-items:center;gap:12px;padding:14px 16px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.07);border-radius:15px;font-weight:800}.accessFeatures b{color:var(--lime)}
.accessPrice{position:relative;z-index:1;border:1px solid rgba(200,255,36,.4);background:rgba(0,25,22,.45);border-radius:20px;padding:18px 22px;max-width:650px}.accessPrice>small{font-weight:950;letter-spacing:1.5px;color:var(--lime)}.accessPrice div{display:flex;align-items:baseline;gap:15px;flex-wrap:wrap;margin:4px 0}.accessPrice s{color:#a8bbb5}.accessPrice strong{font-size:34px;color:var(--lime)}.accessPrice p{margin:0;color:#bfd2cc;font-size:13px}
.accessPanel{min-height:100vh;background:#fff;padding:clamp(24px,4vw,58px);display:flex;flex-direction:column}
.accessTabs{display:grid;grid-template-columns:1fr 1fr;background:#e8f1ee;padding:5px;border-radius:999px;margin-bottom:34px}.accessTabs button{border:0;border-radius:999px;background:transparent;padding:13px;font-weight:900}.accessTabs button.active{background:var(--ink);color:#fff}
.accessForm{display:none}.accessForm.active{display:grid;gap:15px}.accessForm h2{font-size:clamp(31px,3vw,43px);line-height:1.03;letter-spacing:-1.5px;margin:0}.accessForm>p{margin:0;color:var(--muted)}.accessForm label{display:grid;gap:6px;font-weight:850;font-size:14px}.accessForm input{width:100%;border:1px solid #a9bbb5;border-radius:13px;padding:13px 14px;background:#fbfdfc;outline:none}.accessForm input:focus{border-color:var(--deep2);box-shadow:0 0 0 3px rgba(7,88,77,.12)}.accessTwo{display:grid;grid-template-columns:1fr 1fr;gap:10px}.accessForm .agree{display:flex;align-items:center}.accessForm .agree input{width:18px;height:18px;accent-color:var(--deep);margin-right:7px}
.accessSubmit,.demoAccess{border:2px solid var(--ink);border-radius:999px;padding:14px 18px;font-weight:950}.accessSubmit{background:var(--lime)}.demoAccess{background:#fff}.checkoutSummary{display:flex;justify-content:space-between;gap:20px;align-items:center;background:var(--mint);border-radius:16px;padding:14px}.checkoutSummary span{display:grid}.checkoutSummary small{font-size:11px;color:#587069}.checkoutSummary>strong{font-size:18px;text-align:right;color:var(--deep)}.demoNote{text-align:center;font-size:12px!important}
.accessSecurity{margin-top:auto;background:#eff8f4;border-left:5px solid var(--lime);border-radius:14px;padding:14px 16px;display:grid}.accessSecurity span{font-size:12px;color:var(--muted)}.accessFooter{padding-top:18px;margin-top:18px;border-top:1px solid var(--line);display:grid;gap:8px;font-size:10px;color:#667b75;text-align:center}.accessFooter nav{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.accessFooter a{color:var(--deep);font-weight:800}
.stageAction{grid-column:3;grid-row:1/5;min-width:220px;margin:0;border:2px solid var(--ink);border-radius:999px;padding:12px 18px;background:#fff;font-weight:900}.stageAction:hover{background:var(--ink);color:#fff}.stageAction:disabled{background:var(--lime);border-color:var(--lime);color:var(--ink);cursor:default}.careerLadder article.completed .stageAction{background:var(--lime);color:var(--ink);border-color:var(--lime)}.roleUnlock{font-size:14px;line-height:1.45}.researchNote{max-width:1100px;margin:26px 0 0;color:var(--muted);font-size:13px}.signOut{width:100%;margin-top:12px;border:1px solid #bdd0c9;border-radius:999px;padding:10px;background:#fff;font-weight:850}
.toast{z-index:1200}
@media(max-width:1050px){.accessPortal{grid-template-columns:1fr}.accessShowcase{min-height:auto}.accessMessage{margin:60px 0}.accessPanel{min-height:auto}.stageAction{grid-column:2;grid-row:1/6}}
@media(max-width:720px){.accessShowcase{padding:24px}.accessBrand img{width:68px;height:68px}.accessMessage{margin:44px 0}.accessMessage h1{font-size:48px;letter-spacing:-2.5px}.accessFeatures{grid-template-columns:1fr}.accessPanel{padding:24px 18px}.accessTwo{grid-template-columns:1fr}.stageBody .stageAction{grid-column:1;grid-row:auto;width:100%;min-width:0;margin-top:18px}}

/* One-screen desktop member access */
@media(min-width:1051px){
  .accessPortal{height:100dvh;overflow:hidden;grid-template-columns:minmax(0,1.18fr) minmax(470px,.82fr)}
  .accessShowcase,.accessPanel{height:100dvh;min-height:0;overflow:hidden}
  .accessShowcase{padding:clamp(24px,3vh,38px) clamp(34px,4vw,70px)}
  .accessBrand img{width:64px;height:64px}.accessBrand strong{font-size:30px}.accessBrand small{font-size:10px}
  .accessMessage{margin:clamp(15px,3vh,32px) 0}
  .accessMessage h1{font-size:clamp(48px,4.5vw,72px);line-height:.91;letter-spacing:-3.5px;margin:8px 0 14px}
  .accessMessage>p:not(.eyebrow){font-size:clamp(15px,1.1vw,18px);line-height:1.45;margin:0;max-width:690px}
  .accessFeatures{gap:8px;margin-top:clamp(14px,2vh,22px)}
  .accessFeatures span{padding:10px 13px;border-radius:13px;font-size:clamp(12px,.9vw,15px);line-height:1.25}
  .accessPrice{padding:12px 18px;border-radius:17px}.accessPrice div{margin:2px 0;gap:12px}.accessPrice strong{font-size:27px}.accessPrice p{font-size:11px}
  .accessPanel{padding:clamp(20px,2.8vh,34px) clamp(32px,3.6vw,58px)}
  .accessTabs{margin-bottom:clamp(16px,2.4vh,28px);padding:4px}.accessTabs button{padding:10px}
  .accessForm.active{gap:clamp(8px,1.15vh,13px)}
  .accessForm h2{font-size:clamp(30px,2.65vw,42px);line-height:1;letter-spacing:-1.5px}
  .accessForm .eyebrow{margin-bottom:0}.accessForm>p{font-size:14px;line-height:1.35}
  .accessForm label{gap:4px;font-size:13px}.accessForm input{padding:10px 12px;border-radius:11px}
  .accessSubmit,.demoAccess{padding:11px 16px}
  .checkoutSummary{padding:10px 12px;border-radius:13px}.checkoutSummary>strong{font-size:16px}
  .demoNote{line-height:1;margin-top:-3px!important}
  .accessSecurity{margin-top:auto;padding:10px 13px;border-radius:12px}.accessSecurity b{font-size:14px}.accessSecurity span{font-size:10px}
  .accessFooter{padding-top:9px;margin-top:9px;gap:4px;font-size:9px}.accessFooter nav{gap:9px}
}
@media(min-width:1051px) and (max-height:760px){
  .accessMessage h1{font-size:48px}.accessMessage .eyebrow,.accessShowcase>.accessBrand small{font-size:9px}.accessFeatures{grid-template-columns:repeat(4,1fr)}.accessFeatures span{display:grid;gap:2px;padding:8px;font-size:11px}.accessPrice p{display:none}
  .accessPanel{padding-block:16px}.accessTabs{margin-bottom:12px}.accessForm.active{gap:7px}.accessForm h2{font-size:29px}.accessForm>p{font-size:12px}.accessForm input{padding:8px 10px}.accessSecurity{padding:8px 11px}.accessFooter{margin-top:6px;padding-top:6px}
}

/* Career step indicator */
.stepBar{background:#f8fbfa;border-bottom:1px solid var(--line);padding:13px 28px;position:relative;z-index:15}
.stepBarInner{--step-p:0%;max-width:1180px;margin:auto;display:grid;grid-template-columns:repeat(6,1fr);position:relative}
.stepBarInner:before,.stepBarInner:after{content:"";position:absolute;left:8.33%;right:8.33%;top:17px;height:3px;border-radius:3px;background:#c9d8d3}
.stepBarInner:after{right:auto;width:calc(var(--step-p) * .8334);background:var(--lime);transition:width .35s ease}
.stepBar button{position:relative;z-index:1;display:grid;justify-items:center;gap:6px;border:0;background:transparent;color:#607771;padding:0 6px;font-size:11px;font-weight:900}
.stepBar i{width:36px;height:36px;display:grid;place-items:center;border:2px solid #b9ccc5;border-radius:50%;background:#fff;color:var(--deep);font-style:normal;transition:.2s}
.stepBar button.done i{background:var(--deep);border-color:var(--deep);color:var(--lime)}
.stepBar button.done i:after{content:"✓"}.stepBar button.done i{font-size:0}.stepBar button.done i:after{font-size:16px}
.stepBar button.active i{box-shadow:0 0 0 4px rgba(200,255,36,.42);border-color:var(--deep)}.stepBar button.active span{color:var(--ink)}

/* Certifications grouped by career stage */
.certStage{margin:0 0 22px;background:#edf5f2;border:1px solid var(--line);border-radius:26px;padding:22px}
.certStageHead{display:flex;align-items:center;gap:18px;margin-bottom:16px}.certStageHead>b{flex:0 0 auto;background:var(--deep);color:var(--lime);border-radius:999px;padding:9px 13px;font-size:12px;letter-spacing:1.2px}.certStageHead h2{margin:0;font-size:24px}.certStageHead p{margin:3px 0 0;color:var(--muted)}
.certStage .certGrid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.certStage .certGrid article{min-height:250px}

/* Compact, contained user settings */
.settingsDrawer{right:-470px;width:min(450px,100%);height:100dvh;padding:28px;overflow:hidden;display:flex;flex-direction:column}
.settingsDrawer.open{right:0}.settingsDrawer>button:first-child{right:18px;top:18px}
.settingsView{display:none;min-height:0;height:100%;overflow:auto;padding:8px 4px 8px 0}.settingsView.active{display:block}.settingsView>small{font-weight:950;letter-spacing:2px;color:var(--deep2)}.settingsView>h2{font-size:32px;margin:9px 0 20px}
.settingsIdentity{display:flex;align-items:center;gap:13px;padding:16px;background:var(--mint);border-radius:18px;margin-bottom:16px}.settingsIdentity>div{display:grid;min-width:0}.settingsIdentity span:last-child{font-size:12px;color:var(--muted);overflow:hidden;text-overflow:ellipsis}.settingsAvatar{display:grid;place-items:center;width:48px;height:48px;flex:0 0 auto;border-radius:15px;background:var(--deep);color:var(--lime);font-weight:950;font-size:20px}
.settingsMenu{display:grid;gap:10px}.settingsMenu>button{width:100%;display:grid;grid-template-columns:42px 1fr 16px;align-items:center;gap:12px;text-align:left;border:1px solid var(--line);background:#fff;border-radius:16px;padding:13px;color:var(--ink)}.settingsMenu>button:hover{border-color:var(--deep2);background:#f6faf8}.settingsMenu i{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:#e8f2ee;color:var(--deep);font-style:normal;font-size:19px;font-weight:900}.settingsMenu span{display:grid;gap:2px}.settingsMenu span small{color:var(--muted);font-size:11px}.settingsMenu strong{font-size:23px}.settingsMenu .dangerSetting{margin-top:3px}.settingsMenu .dangerSetting i{background:#fff0ee;color:#a23f35}
.settingsBack{border:0;background:transparent;padding:0 0 18px;color:var(--deep2);font-weight:900}.settingsForm{display:grid;gap:13px}.settingsForm label{display:grid;gap:5px;font-size:13px;font-weight:850}.settingsForm input{width:100%;border:1px solid #a9bbb5;border-radius:12px;padding:12px 13px;background:#fbfdfc}.settingsForm .primary{margin-top:4px}.supportCard{background:var(--mint);border-left:5px solid var(--lime);border-radius:18px;padding:22px}.supportCard p{color:var(--muted);margin-bottom:22px}.supportCard a{display:block;text-align:center;text-decoration:none}

@media(max-width:1120px){.stepBar{padding-inline:16px}.stepBarInner{min-width:700px}.stepBar{overflow-x:auto}.settingsDrawer{padding:24px}}
@media(max-width:720px){.profile{font-size:11px;padding:10px 12px}.stepBar button span{font-size:10px}.certStage{padding:16px}.certStageHead{align-items:flex-start}.settingsDrawer{padding:22px 18px}.settingsView>h2{font-size:28px}}

/* Member access: compact form left, dashboard image right */
.accessPortal{grid-template-columns:minmax(420px,.72fr) minmax(620px,1.28fr)}
.accessPanel{order:1;align-items:center;justify-content:center}
.accessPanel>*{width:min(100%,440px)}
.accessDashboardShowcase{order:2;background-image:linear-gradient(90deg,rgba(0,38,34,.88) 0%,rgba(0,48,43,.5) 48%,rgba(0,30,27,.18) 100%),linear-gradient(0deg,rgba(0,28,25,.75),transparent 55%),url("assets/warehouse-pro-dashboard.webp");background-position:center;background-size:cover}
.accessDashboardShowcase:after{display:none}.accessDashboardShowcase .accessBrand{padding:10px 14px;width:max-content;border-radius:18px;background:rgba(0,39,35,.74);backdrop-filter:blur(10px)}
.accessImageMessage{margin:auto 0 22px;max-width:690px;padding:24px;border:1px solid rgba(255,255,255,.2);border-radius:24px;background:rgba(0,39,35,.7);backdrop-filter:blur(10px)}
.accessImageMessage h1{font-size:clamp(48px,4.5vw,72px)}
.accessDashboardShowcase .accessPrice{background:rgba(0,30,27,.78);backdrop-filter:blur(10px)}

/* Trusted certification and learning routes */
.certLinks{display:grid;gap:7px;margin:14px 0 16px}.certLinks a,.learnRoute a{color:var(--deep);font-weight:900;text-decoration:none;border-bottom:1px solid #9ebbb2;width:max-content;max-width:100%}.certLinks a:hover,.learnRoute a:hover{color:var(--deep2);border-color:var(--lime)}
.certStage .certGrid article{min-height:305px}.certStage .certGrid article>div{display:flex;flex-direction:column;height:100%}.certStage .certGrid label{margin-top:0}
.skillGroups article{display:flex;flex-direction:column}.learnRoute{margin-top:auto;padding:17px;background:#edf5f2;border-radius:16px;border-left:4px solid var(--lime)}.learnRoute>b{display:block;margin-bottom:8px}.learnRoute p{font-size:13px;color:var(--muted);line-height:1.45}.learnRoute p span{display:inline-block;background:var(--deep);color:var(--lime);border-radius:999px;padding:4px 7px;margin-right:5px;font-size:10px;font-weight:950}.learnRoute a{display:block;width:100%;padding:7px 0;font-size:13px}

@media(min-width:1051px){.accessPortal{grid-template-columns:minmax(420px,.72fr) minmax(620px,1.28fr)}.accessPanel{order:1;padding-inline:clamp(28px,3vw,48px)}.accessShowcase{order:2}.accessImageMessage{margin:auto 0 20px}.accessImageMessage .accessFeatures{grid-template-columns:1fr 1fr}}
@media(max-width:1050px){.accessPortal{grid-template-columns:1fr}.accessPanel{order:1}.accessShowcase{order:2}.accessPanel>*{width:min(100%,520px)}.accessDashboardShowcase{min-height:720px}.accessImageMessage{margin:50px 0}}
@media(max-width:720px){.accessDashboardShowcase{min-height:660px}.accessImageMessage{padding:19px}.accessImageMessage h1{font-size:44px}.certStage .certGrid article{min-height:0}}

/* Corrected access layout: full team image left, centered forms right */
.accessPortal{grid-template-columns:minmax(620px,1.28fr) minmax(420px,.72fr)}
.accessDashboardShowcase{order:1;background-color:#003e38;background-size:100% 100%,100% 100%,contain;background-repeat:no-repeat;background-position:center}
.accessPanel{order:2;text-align:center;align-items:center;justify-content:center}
.accessPanel>*{width:min(100%,430px);margin-left:auto;margin-right:auto}.accessForm label{text-align:left}.accessForm>p{max-width:400px;margin-left:auto;margin-right:auto}.accessForm h2{text-align:center}.checkoutSummary{text-align:left}.accessSecurity{text-align:left}
.accessImageMessage{margin:auto 0 0;max-width:670px;padding:18px 22px;background:rgba(0,39,35,.78)}.accessImageMessage h1{font-size:clamp(42px,3.7vw,62px);margin-bottom:10px}.accessImageMessage>p:not(.eyebrow){font-size:15px}.accessImageMessage .accessFeatures{margin-top:14px}.accessImageMessage .accessFeatures span{padding:9px 11px;font-size:12px}

/* Job Ready All in 1 PDF and compliant applicant board */
.allInOne{margin-top:20px;background:#fff;border:1px solid var(--line);border-radius:26px;padding:28px}.allInOneIntro h2{font-size:32px;margin:7px 0}.allInOneIntro>p:last-child{color:var(--muted)}
.packageChecklist{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:22px 0}.packageChecklist span{padding:12px 14px;border-radius:12px;background:#edf2f0;color:#667b75;font-weight:850}.packageChecklist span:before{content:"○";margin-right:8px}.packageChecklist span.done{background:var(--mint);color:var(--deep)}.packageChecklist span.done:before{content:"✓";font-weight:950}
.pdfActions{display:grid;grid-template-columns:minmax(240px,1fr) auto auto;gap:12px;align-items:end;padding:20px;background:#f3f8f6;border-radius:20px}.pdfActions label{display:grid;gap:6px;font-size:13px;font-weight:850;text-align:left}.pdfActions input{width:100%;border:1px solid #9fb8af;border-radius:12px;padding:12px;background:#fff}.pdfActions button{white-space:nowrap}.pdfActions p{grid-column:1/-1;margin:0;color:var(--muted);font-size:12px}
.jobBoardCard{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center;margin-top:18px;padding:24px;border:2px solid var(--deep);border-radius:22px;background:linear-gradient(135deg,#eaf7f2,#f8fff0)}.jobBoardCard.locked{filter:saturate(.55);border-color:#b6c8c2}.jobBoardCard small{font-weight:950;letter-spacing:1.4px;color:var(--deep2)}.jobBoardCard h2{margin:5px 0}.jobBoardCard p{margin:0;color:var(--muted)}.boardConsent{grid-column:1/-1;font-weight:800}.boardConsent input{width:18px;height:18px;accent-color:var(--deep);vertical-align:-3px}.jobBoardCard button{border:2px solid var(--ink);border-radius:999px;padding:12px 18px;background:var(--lime);font-weight:950}.jobBoardCard strong{text-align:right;color:var(--deep)}
button:disabled{cursor:not-allowed;opacity:.55}

@media(min-width:1051px){.accessPortal{grid-template-columns:minmax(620px,1.28fr) minmax(420px,.72fr)}.accessDashboardShowcase{order:1}.accessPanel{order:2}.accessImageMessage{margin:auto 0 0}}
@media(max-width:1050px){.accessPortal{grid-template-columns:1fr}.accessPanel{order:1}.accessShowcase{order:2}.accessDashboardShowcase{background-size:100% 100%,100% 100%,contain}.packageChecklist{grid-template-columns:repeat(2,1fr)}.pdfActions{grid-template-columns:1fr 1fr}.pdfActions label{grid-column:1/-1}}
@media(max-width:720px){.packageChecklist,.pdfActions,.jobBoardCard{grid-template-columns:1fr}.pdfActions label,.pdfActions p,.boardConsent{grid-column:1}.jobBoardCard strong{text-align:left}.allInOne{padding:18px}.accessImageMessage h1{font-size:40px}}

/* Requested logo placement and access-form position */
.accessDashboardShowcase .accessBrand{position:absolute;z-index:5;top:30px;right:30px;left:auto;padding:12px 18px}.accessDashboardShowcase .accessBrand img{width:74px;height:74px}.accessDashboardShowcase .accessBrand strong{font-size:30px}.accessDashboardShowcase .accessBrand small{font-size:10px}
.accessPanel{justify-content:flex-start}.accessPanel .accessTabs{margin-top:clamp(95px,14vh,145px)}

/* Compact progress in header, larger page tabs beneath */
.topbar{gap:24px}.headerStepBar{flex:1;min-width:520px;border:0;background:transparent;padding:4px 8px;overflow:visible}.headerStepBar .stepBarInner{min-width:0;max-width:760px}.headerStepBar .stepBarInner:before,.headerStepBar .stepBarInner:after{top:13px}.headerStepBar .stepBarInner:before{left:8.33%;right:8.33%}.headerStepBar .stepBarInner:after{left:8.33%}.headerStepBar button{font-size:9px;gap:3px;padding:0 3px}.headerStepBar i{width:28px;height:28px;font-size:11px}.headerStepBar button.done i:after{font-size:13px}
.mainNav{min-height:76px;display:flex;align-items:center;justify-content:center;gap:10px;padding:12px 26px;background:#f8fbfa;border-bottom:1px solid var(--line);overflow-x:auto}.mainNav button{border:0;background:transparent;color:var(--ink);border-radius:999px;padding:14px 19px;font-size:15px;font-weight:900;white-space:nowrap}.mainNav button.active{background:var(--mint);box-shadow:inset 0 0 0 1px #d3e4de}.mainNav button:hover{background:#e8f2ee}

@media(max-width:1120px){.topbar{flex-wrap:nowrap}.headerStepBar{order:initial;width:auto;min-width:420px}.mainNav{justify-content:flex-start}.accessPanel .accessTabs{margin-top:80px}}
@media(max-width:820px){.headerStepBar{min-width:0;overflow-x:auto}.headerStepBar .stepBarInner{min-width:520px}.brand span:last-child{display:none}.mainNav button{font-size:13px;padding:12px 15px}.accessDashboardShowcase .accessBrand{top:20px;right:20px}}
@media(max-width:720px){.accessPanel .accessTabs{margin-top:45px}.accessDashboardShowcase .accessBrand{position:absolute}.accessDashboardShowcase .accessBrand img{width:60px;height:60px}}
@media(min-width:1051px) and (max-height:760px){.accessPanel .accessTabs{margin-top:50px}.accessDashboardShowcase .accessBrand{top:18px;right:22px;padding:8px 12px}.accessDashboardShowcase .accessBrand img{width:58px;height:58px}.accessDashboardShowcase .accessBrand strong{font-size:25px}}

/* Launch Milestone: three-second, page-specific premium transitions and in-page Back controls. */
body.transitioning{overflow:hidden}
.pageBackButton{display:inline-flex;align-items:center;justify-content:center;min-height:42px;margin:0 0 24px;padding:9px 17px;border:1px solid #acc3ba;border-radius:999px;background:#fff;color:var(--deep);font-size:13px;font-weight:950;box-shadow:0 8px 22px rgba(0,47,42,.08);transition:transform .18s ease,background .18s ease,border-color .18s ease}
.pageBackButton:hover{transform:translateX(-3px);background:var(--mint);border-color:var(--deep2)}
.pageTransition{position:fixed;inset:0;z-index:12000;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 50% 42%,rgba(16,110,96,.94),rgba(0,42,38,.98) 58%,#002d29);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,visibility .22s ease}
.pageTransition:before,.pageTransition:after{content:"";position:absolute;border:1px solid rgba(200,255,36,.18);border-radius:50%;animation:transitionOrbit 3s ease-in-out infinite}
.pageTransition:before{width:min(72vw,760px);height:min(72vw,760px)}.pageTransition:after{width:min(92vw,980px);height:min(92vw,980px);animation-delay:-1.5s}
.pageTransition.show{opacity:1;visibility:visible;pointer-events:auto}
.transitionCard{position:relative;z-index:2;width:min(560px,92vw);padding:38px;text-align:center;border:1px solid rgba(255,255,255,.2);border-radius:32px;background:linear-gradient(145deg,rgba(255,255,255,.13),rgba(255,255,255,.05));color:#fff;box-shadow:0 30px 90px rgba(0,16,14,.5);backdrop-filter:blur(18px)}
.transitionCard>small{display:block;color:var(--lime);font-size:11px;font-weight:950;letter-spacing:2.2px}.transitionCard h2{margin:20px 0 10px;font-size:clamp(30px,4vw,46px);line-height:1}.transitionCard p{max-width:440px;margin:0 auto;color:#d5e6e0;font-size:16px;line-height:1.45}
.transitionVisual{height:170px;display:grid;place-items:center;margin:22px auto 10px;color:var(--deep)}.transitionVisual>div{position:relative;filter:drop-shadow(0 22px 28px rgba(0,16,14,.35));animation:transitionFloat 1.45s ease-in-out infinite alternate}
.transitionProgress{height:5px;margin-top:28px;overflow:hidden;border-radius:999px;background:rgba(255,255,255,.16)}.transitionProgress i{display:block;width:100%;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--lime),#fff,var(--lime));transform:scaleX(0);transform-origin:left}.pageTransition.show .transitionProgress i{animation:transitionLoad 3s linear both}
.tvDashboard{width:190px;height:130px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:18px;border-radius:24px;background:#fff}.tvDashboard i{border-radius:10px;background:#dcebe6}.tvDashboard i:first-child{grid-column:1/-1;background:var(--lime)}.tvDashboard b{position:absolute;right:-16px;bottom:-14px;width:52px;height:52px;display:grid;place-items:center;border:7px solid var(--deep);border-radius:50%;background:var(--lime);font-size:24px}
.tvPath{width:230px;height:100px;display:flex;align-items:flex-end;justify-content:space-between}.tvPath:before{content:"";position:absolute;left:15px;right:15px;bottom:16px;height:6px;border-radius:6px;background:#fff;transform:rotate(-18deg);transform-origin:left}.tvPath i{position:relative;z-index:1;width:34px;height:34px;border:6px solid var(--deep);border-radius:50%;background:#fff}.tvPath i:nth-child(2){margin-bottom:15px}.tvPath i:nth-child(3){margin-bottom:30px}.tvPath i:nth-child(4){margin-bottom:45px}.tvPath i:nth-child(5){margin-bottom:60px;background:var(--lime)}
.tvCertificate{width:150px;height:155px;padding:24px;border-radius:18px;background:#fff;transform:rotate(-3deg)}.tvCertificate:before{content:"CERTIFIED";font-size:13px;font-weight:950;letter-spacing:1.4px}.tvCertificate i{position:absolute;right:-22px;bottom:-18px;width:72px;height:72px;display:grid;place-items:center;border:9px solid var(--deep);border-radius:50%;background:var(--lime);font-size:30px;font-style:normal;font-weight:950}.tvCertificate span{display:block;height:8px;margin-top:20px;border-radius:8px;background:#c9dbd5}.tvCertificate span+span{width:65%;margin-top:10px}
.tvVault{width:154px;height:142px;display:grid;place-items:center;border:9px solid #d9ebe5;border-radius:26px;background:#fff;box-shadow:inset 0 0 0 8px var(--deep)}.tvVault i{font-size:54px;font-style:normal;font-weight:950}.tvVault b{position:absolute;right:-17px;bottom:-15px;width:55px;height:55px;display:grid;place-items:center;border:7px solid var(--deep);border-radius:50%;background:var(--lime);font-size:24px}
.tvSkills{width:210px;height:115px;display:flex;align-items:center;justify-content:center;gap:12px;padding:22px;border-radius:24px;background:#fff}.tvSkills i{width:46px;height:46px;display:grid;place-items:center;border-radius:14px;background:var(--deep);color:var(--lime);font-size:22px;font-style:normal;font-weight:950}.tvSkills i:nth-child(2){transform:translateY(-18px)}
.tvResume{width:150px;height:170px;padding:22px;border-radius:18px;background:#fff}.tvResume i{display:block;width:48px;height:48px;margin-bottom:18px;border-radius:50%;background:var(--lime)}.tvResume span{display:block;height:8px;margin:9px 0;border-radius:8px;background:#bfd4cc}.tvResume span:nth-of-type(2){width:78%}.tvResume span:nth-of-type(3){width:58%}
.tvPackage{width:235px;height:130px;display:flex;align-items:center;justify-content:center;gap:18px}.tvPackage i,.tvPackage em{width:78px;height:96px;display:grid;place-items:center;border:7px solid var(--deep);border-radius:16px;background:#fff;font-size:20px;font-style:normal;font-weight:950}.tvPackage em{border-radius:50%;width:74px;height:74px;background:var(--lime);font-size:30px}.tvPackage b{color:#fff;font-size:30px}
@keyframes transitionLoad{from{transform:scaleX(0)}to{transform:scaleX(1)}}
@keyframes transitionFloat{from{transform:translateY(6px) scale(.98)}to{transform:translateY(-7px) scale(1.02)}}
@keyframes transitionOrbit{0%,100%{transform:scale(.96);opacity:.35}50%{transform:scale(1.04);opacity:.8}}
@media(max-width:720px){.transitionCard{padding:28px 20px}.transitionVisual{height:145px;transform:scale(.88)}.pageBackButton{margin-bottom:18px}}
@media(prefers-reduced-motion:reduce){.transitionVisual>div,.pageTransition:before,.pageTransition:after{animation:none}.pageTransition.show .transitionProgress i{animation:transitionLoad 3s linear both}}

/* Premium brand visibility: upper-left with clear headroom */
.accessDashboardShowcase .accessBrand{top:22px;left:28px;right:auto;padding:12px 20px 12px 14px;background:rgba(0,34,30,.9);border:1px solid rgba(200,255,36,.5);box-shadow:0 14px 34px rgba(0,20,18,.34),inset 0 0 0 1px rgba(255,255,255,.08)}
.accessDashboardShowcase .accessBrand img{width:82px;height:82px;filter:drop-shadow(0 0 10px rgba(200,255,36,.4))}.accessDashboardShowcase .accessBrand strong{font-size:31px;text-shadow:0 2px 12px rgba(0,0,0,.42)}.accessDashboardShowcase .accessBrand small{font-size:11px;letter-spacing:2.4px;text-shadow:0 0 10px rgba(200,255,36,.25)}
.mark img{filter:drop-shadow(0 0 7px rgba(200,255,36,.28))}
@media(max-width:820px){.accessDashboardShowcase .accessBrand{top:18px;left:20px;right:auto}.accessDashboardShowcase .accessBrand img{width:70px;height:70px}}
@media(max-width:720px){.accessDashboardShowcase .accessBrand{top:16px;left:16px}.accessDashboardShowcase .accessBrand img{width:62px;height:62px}}
@media(min-width:1051px) and (max-height:760px){.accessDashboardShowcase .accessBrand{top:14px;left:20px;right:auto}.accessDashboardShowcase .accessBrand img{width:62px;height:62px}.accessDashboardShowcase .accessBrand strong{font-size:26px}}

/* Launch access refinements and expiry tracking */
.accessImageMessage .accessFeatures{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.accessImageMessage .accessFeatures span{justify-content:center;text-align:center;min-height:44px;padding:8px 10px;font-size:11px}.accessDashboardShowcase .accessPrice{padding:9px 14px;border-radius:15px;max-width:520px}.accessDashboardShowcase .accessPrice>small{font-size:10px}.accessDashboardShowcase .accessPrice strong{font-size:23px}.accessDashboardShowcase .accessPrice div{gap:10px;margin:0}.accessDashboardShowcase .accessPrice p{font-size:10px}
.accessSecurity span{line-height:1.35}.accessPanel.signupActive .accessTabs{margin-top:clamp(34px,6vh,62px);margin-bottom:14px}.accessPanel.signupActive .accessForm.active{gap:8px}.accessPanel.signupActive .accessForm h2{font-size:clamp(27px,2.2vw,35px)}.accessPanel.signupActive .accessForm>p{font-size:13px}.accessPanel.signupActive .accessForm input{padding:9px 11px}.accessPanel.signupActive .checkoutSummary{padding:10px 13px}.accessPanel.signupActive .accessSubmit{padding:11px 15px}.accessPanel.signupActive .accessSecurity{margin-top:12px}.accessPanel.signupActive .accessFooter{margin-top:8px;padding-top:8px}
.expiryTracker{max-width:1380px;margin:20px auto;background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 14px 34px rgba(8,55,49,.06)}.expiryTrackerHead{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:14px}.expiryTrackerHead small{font-weight:950;letter-spacing:1.6px;color:var(--deep2)}.expiryTrackerHead h2{margin:4px 0 0}.expiryTrackerHead>span{font-size:13px;font-weight:850;color:var(--muted)}.expiryList{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.expiryItem{display:flex;justify-content:space-between;align-items:center;gap:14px;border:1px solid var(--line);border-left:5px solid #77a99b;border-radius:14px;padding:13px 14px;background:#f8fbfa}.expiryItem>div{display:grid;gap:3px}.expiryItem span{font-size:12px;color:var(--muted)}.expiryItem strong{font-size:12px;text-align:right;color:var(--deep)}.expiryItem.soon{border-left-color:#e3a126;background:#fff9eb}.expiryItem.expired{border-left-color:#b8493f;background:#fff2f0}.expiryItem.expired strong{color:#9d332b}.expiryEmpty{grid-column:1/-1;margin:0;color:var(--muted);font-size:14px}.vaultExpiryTracker{margin:0 0 22px}.homeExpiryTracker{margin-top:20px}
@media(max-width:1050px){.accessImageMessage .accessFeatures{grid-template-columns:repeat(2,minmax(0,1fr))}.expiryList{grid-template-columns:1fr 1fr}.accessPanel.signupActive .accessTabs{margin-top:24px}}
@media(max-width:720px){.accessImageMessage .accessFeatures,.expiryList{grid-template-columns:1fr}.expiryTrackerHead{align-items:flex-start;flex-direction:column}.accessPanel.signupActive .accessTabs{margin-top:18px}}

/* Requested home badge stacking and fully contained sign-up panel */
.sceneBadge{grid-template-columns:1fr;align-items:start;gap:3px}.sceneBadge small,.sceneBadge strong,.sceneBadge span{grid-column:1;display:block}.sceneBadge strong{font-size:clamp(17px,1.35vw,21px);white-space:nowrap}.sceneBadge span{margin-top:1px}
@media(min-width:1051px){.accessPanel.signupActive{justify-content:flex-start;padding-top:10px;padding-bottom:8px}.accessPanel.signupActive .accessTabs{margin-top:0;margin-bottom:9px}.accessPanel.signupActive .accessForm.active{gap:6px}.accessPanel.signupActive .accessForm .eyebrow{margin:0}.accessPanel.signupActive .accessForm h2{font-size:30px;line-height:1}.accessPanel.signupActive .accessForm>p{font-size:12px;line-height:1.25}.accessPanel.signupActive .accessForm label{gap:3px;font-size:12px}.accessPanel.signupActive .accessForm input{padding:8px 10px}.accessPanel.signupActive .accessForm .agree{font-size:12px}.accessPanel.signupActive .checkoutSummary{padding:8px 12px;border-radius:13px}.accessPanel.signupActive .checkoutSummary b{font-size:15px}.accessPanel.signupActive .checkoutSummary>strong{font-size:16px}.accessPanel.signupActive .accessSubmit{padding:9px 14px}.accessPanel.signupActive .demoNote{margin:0;line-height:1.2}.accessPanel.signupActive .accessSecurity{margin-top:7px;padding:8px 11px}.accessPanel.signupActive .accessFooter{margin-top:6px;padding-top:6px;gap:3px}}
@media(max-width:520px){.sceneBadge strong{font-size:16px}}

/* Final Launch Milestone: fixed access assurance and Warehouse-branded VAULT transition. */
@media(min-width:1051px){
  .accessPanel{position:relative;padding-bottom:146px}
  .accessPanel .accessSecurity{
    position:absolute;
    left:clamp(28px,3vw,48px);
    right:clamp(28px,3vw,48px);
    bottom:72px;
    width:auto;
    margin:0!important;
  }
  .accessPanel .accessFooter{
    position:absolute;
    left:clamp(28px,3vw,48px);
    right:clamp(28px,3vw,48px);
    bottom:14px;
    width:auto;
    margin:0!important;
    padding-top:6px!important;
  }
  .accessPanel.signupActive .accessSecurity{margin:0!important}
  .accessPanel.signupActive .accessFooter{margin:0!important;padding-top:6px!important}
}
.warehouseVaultScene{position:relative;width:390px;height:180px}
.warehouseVaultScene>img{position:absolute;right:4px;top:-30px;width:236px;height:236px;object-fit:contain;filter:drop-shadow(0 22px 28px rgba(0,16,14,.38));animation:warehouseVaultReveal 3s ease both}
.warehouseVaultScene>b{position:absolute;right:5px;bottom:-2px;z-index:5;width:52px;height:52px;display:grid;place-items:center;border:7px solid var(--deep);border-radius:50%;background:var(--lime);color:var(--deep);font-size:23px;font-weight:950;animation:warehouseVaultCheck 3s ease both}
.warehouseVaultPapers{position:absolute;left:0;top:30px;width:175px;height:125px;z-index:3}
.warehouseVaultPapers i{position:absolute;left:0;width:88px;height:48px;display:grid;place-items:center;border:2px solid #b8d1c8;border-radius:9px;background:#fff;color:var(--deep);font-size:9px;font-style:normal;font-weight:950;box-shadow:0 10px 20px rgba(0,20,18,.2);animation:warehousePaperStream 3s cubic-bezier(.2,.75,.2,1) both}
.warehouseVaultPapers i:nth-child(1){top:0;animation-delay:0s}.warehouseVaultPapers i:nth-child(2){top:23px;animation-delay:.13s}.warehouseVaultPapers i:nth-child(3){top:46px;animation-delay:.26s}.warehouseVaultPapers i:nth-child(4){top:69px;animation-delay:.39s}
@keyframes warehousePaperStream{0%{opacity:0;transform:translateX(-24px) rotate(-7deg)}14%{opacity:1}68%{opacity:1;transform:translateX(190px) scale(.7) rotate(0)}84%,100%{opacity:0;transform:translateX(238px) scale(.35)}}
@keyframes warehouseVaultReveal{0%{opacity:.45;transform:scale(.84) translateX(18px)}35%,100%{opacity:1;transform:scale(1) translateX(0)}}
@keyframes warehouseVaultCheck{0%,62%{opacity:0;transform:scale(.45)}78%,100%{opacity:1;transform:scale(1)}}
@media(max-width:720px){.warehouseVaultScene{transform:scale(.78)}}
@media(prefers-reduced-motion:reduce){.warehouseVaultScene>img,.warehouseVaultScene>b,.warehouseVaultPapers i{animation:none}}
