.home-page{--lime:#9eff58;--lime-dark:#7acc3a;--lime-bg:rgba(158,255,88,.15);--teal:#004754;--teal-mid:#005f6e;--teal-bg:#e6f3f5;--white:#fff;--border:#e8e8e6;--text:#1a2e35;--muted:#5a7278;--shadow:0 2px 16px rgba(0,71,84,.08);background:var(--white);color:var(--text);font-size:16px;line-height:1.5}.home-page *,.home-page :after,.home-page :before{box-sizing:border-box}.home-page .hero-inner{animation:hero-fade-in-up 1s ease-out;max-width:800px;padding:0 40px;position:relative;text-align:center;z-index:1}@keyframes hero-fade-in-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.home-page .hero-inner{animation:none}}.home-page .hero-inner h1{color:#fff;font-size:clamp(30px,6vw,64px);font-weight:800;letter-spacing:-.03em;line-height:1.08;margin-bottom:22px;overflow-wrap:break-word}.home-page .hero-inner h1 em{color:var(--lime);font-style:normal}.home-page .hero-inner p{color:#ffffffb3;font-size:18px;font-weight:700;line-height:1.7;margin:0 auto 40px;max-width:580px}.home-page .hero-btns{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.home-page .btn-hero-ghost,.home-page .btn-hero-lime{align-items:center;border-radius:50px;cursor:pointer;display:inline-flex;font-size:16px;justify-content:center;padding:15px 36px;text-decoration:none}.home-page .btn-hero-lime{background:var(--lime);border:none;box-shadow:0 4px 24px #9eff5859;color:var(--teal);font-weight:700}.home-page .btn-hero-ghost{background:#ffffff1a;border:1.5px solid hsla(0,0%,100%,.3);color:#fff;font-weight:600}.home-page .hero-hints{color:#ffffff8c;display:flex;flex-wrap:wrap;font-size:13px;gap:24px;justify-content:center;margin-top:28px}.home-page .hero-hint{align-items:center;display:inline-flex;gap:7px}.home-page .hero-hint svg{color:var(--lime);flex-shrink:0}.home-page .stats-bar{background:var(--white);border-bottom:1px solid var(--border);padding:0 40px}.home-page .stats-inner{display:grid;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1100px}.home-page .stat-item{align-items:center;border-right:1px solid var(--border);display:flex;flex-direction:column;gap:4px;justify-content:center;padding:24px 28px;text-align:center}.home-page .stat-item:last-child{border-right:none}.home-page .stat-num{color:var(--teal);font-size:clamp(14px,1.4vw,18px);font-weight:700;letter-spacing:normal;line-height:1.2;white-space:nowrap}.home-page .stat-num em{color:var(--lime-dark);font-style:normal}.home-page .stat-label{color:#004754a6;font-size:12px;line-height:1.35;white-space:nowrap}.home-page .section{padding:80px 40px}.home-page .section-white{background:var(--white)}.home-page .section-light{background:#f7fbf8}.home-page .section-center{text-align:center}.home-page .inner{margin:0 auto;max-width:1120px}.home-page .section-tag{background:var(--teal-bg);border:1px solid #b3d9df;border-radius:20px;color:var(--teal-mid);display:inline-block;font-size:12px;font-weight:700;letter-spacing:.09em;margin-bottom:18px;padding:4px 14px;text-transform:uppercase}.home-page .section-h2{color:var(--text);font-size:clamp(28px,3.5vw,42px);font-weight:800;letter-spacing:-.025em;line-height:1.12;margin-bottom:14px}.home-page .section-sub{color:var(--muted);font-size:17px;line-height:1.65;margin:0 auto 52px;max-width:600px}.home-page .lm-tiles{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:32px}.home-page .lm-tile{background:var(--white);border:1.5px solid var(--border);border-radius:50px;color:var(--teal);cursor:pointer;font-family:inherit;font-size:14px;font-weight:600;padding:11px 22px;transition:all .18s;white-space:nowrap}.home-page .lm-tile:hover{background:#f0fde6;border-color:var(--lime-dark)}.home-page .lm-tile.active{background:var(--lime);border-color:var(--lime);box-shadow:0 4px 14px #9eff5859;color:var(--teal);font-weight:700}.home-page .lm-detail{align-items:flex-start;animation:lm-fade-in .25s ease;background:var(--teal);border-radius:20px;display:flex;gap:52px;margin-bottom:16px;padding:44px 52px}@keyframes lm-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.home-page .lm-detail{animation:none}}.home-page .lm-detail-left{flex:1.2}.home-page .lm-detail-number{color:var(--lime);display:block;font-size:11px;font-weight:700;letter-spacing:.12em;margin-bottom:12px;text-transform:uppercase}.home-page .lm-detail-title{color:#fff;font-size:28px;font-weight:800;letter-spacing:-.02em;line-height:1.15;margin-bottom:14px}.home-page .lm-detail-desc{color:#ffffff9e;font-size:15px;line-height:1.7}.home-page .lm-detail-divider{align-self:stretch;background:#ffffff21;flex-shrink:0;width:1px}.home-page .lm-detail-right{flex:1}.home-page .lm-detail-label{color:#ffffff61;font-size:10px;font-weight:700;letter-spacing:.12em;margin-bottom:14px;text-transform:uppercase}.home-page .lm-detail-list{display:flex;flex-direction:column;gap:8px;list-style:none}.home-page .lm-detail-list li{align-items:center;background:#ffffff12;border:.5px solid hsla(0,0%,100%,.12);border-radius:10px;color:#ffffffe0;display:flex;font-size:14px;gap:12px;padding:10px 16px}.home-page .lm-detail-dot{background:var(--lime);border-radius:50%;flex-shrink:0;height:7px;width:7px}.home-page .prognos-note{color:#00475459;font-size:12px;margin:16px 0 0;text-align:right}.home-page .how-section{background:var(--white);padding:96px 40px}.home-page .how-toggle{background:#f0f4f5;border-radius:50px;display:inline-flex;gap:4px;margin-bottom:52px;padding:4px}.home-page .how-toggle-btn{background:transparent;border:none;border-radius:50px;color:var(--teal);cursor:pointer;font-family:inherit;font-size:14px;font-weight:600;opacity:.55;padding:10px 24px;transition:all .15s}.home-page .how-toggle-btn.active{background:var(--lime);color:var(--teal);font-weight:700;opacity:1}.home-page .how-steps{display:grid;gap:24px;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:900px;position:relative}.home-page .how-steps:before{background-image:linear-gradient(to right,var(--teal) 50%,transparent 0);background-repeat:repeat-x;background-size:10px 2px;content:"";height:2px;left:17%;opacity:.2;position:absolute;right:17%;top:44px;z-index:0}.home-page .how-step{padding:0 12px;position:relative;text-align:center;z-index:1}.home-page .how-circle{align-items:center;background:var(--teal);border-radius:50%;box-shadow:0 0 0 8px #fff,0 0 0 10px var(--teal-bg),0 14px 28px #0047544d;color:#fff;display:flex;font-size:26px;font-weight:800;height:88px;justify-content:center;margin:0 auto 24px;position:relative;width:88px}.home-page .how-circle.employer{background:var(--teal-mid)}.home-page .how-circle-badge{align-items:center;background:var(--lime);border:3px solid #fff;border-radius:50%;bottom:-4px;color:var(--teal);display:flex;height:30px;justify-content:center;position:absolute;right:-4px;width:30px}.home-page .how-h3{color:var(--teal);font-size:18px;font-weight:700;margin-bottom:8px}.home-page .how-p{color:#6b7280;font-size:14px;line-height:1.6;margin:0 auto;max-width:26ch}.home-page .wsk-tabs{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:36px}.home-page .wsk-tab{background:var(--white);border:1.5px solid var(--border);border-radius:50px;color:var(--muted);cursor:pointer;font-size:13px;font-weight:600;padding:9px 18px;transition:all .15s;white-space:nowrap}.home-page .wsk-tab:hover{border-color:var(--teal);color:var(--teal)}.home-page .wsk-tab.active{background:var(--lime);border-color:var(--lime);box-shadow:0 4px 14px #9eff5859;color:var(--teal)}.home-page .wsk-chain{border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow);display:flex;gap:0;margin-bottom:16px;overflow:hidden}.home-page .wsk-step{background:var(--white);border-right:1px solid var(--border);flex:1;padding:22px 18px}.home-page .wsk-step:last-child{border-right:none}.home-page .wsk-num{align-items:center;background:var(--lime);border-radius:50%;display:flex;font-size:12px;height:28px;justify-content:center;width:28px}.home-page .wsk-num,.home-page .wsk-title{color:var(--teal);font-weight:700;margin-bottom:10px}.home-page .wsk-title{font-size:13px;line-height:1.3}.home-page .wsk-items{list-style:none}.home-page .wsk-items li{color:var(--muted);font-size:11.5px;line-height:1.4;padding:2px 0 2px 11px;position:relative}.home-page .wsk-items li:before{background:var(--lime-dark);border-radius:50%;content:"";height:4px;left:0;position:absolute;top:7px;width:4px}.home-page .fn-row{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.home-page .fn-chip{align-items:center;background:var(--white);border:1.5px solid var(--border);border-radius:10px;color:var(--text);display:flex;font-size:13px;font-weight:500;gap:8px;padding:9px 18px}.home-page .fn-dot{background:var(--lime-dark);border-radius:50%;flex-shrink:0;height:6px;width:6px}.home-page .fn-label{color:var(--muted);font-size:11px;font-weight:700;letter-spacing:.08em;margin:36px 0 18px;text-align:center;text-transform:uppercase}.home-page .cta-section{background:#edfad6;overflow:hidden;padding:90px 40px 80px;position:relative;text-align:center}.home-page .cta-section:before{background:#9eff5859;filter:blur(60px);height:300px;left:-80px;top:-80px;width:300px}.home-page .cta-section:after,.home-page .cta-section:before{border-radius:50%;content:"";pointer-events:none;position:absolute}.home-page .cta-section:after{background:#9eff5847;bottom:-60px;filter:blur(50px);height:260px;right:-60px;width:260px}.home-page .cta-head{margin-bottom:48px;position:relative;z-index:1}.home-page .cta-eyebrow{background:#00475414;border-radius:20px;color:var(--teal-mid);display:inline-block;font-size:12px;font-weight:700;letter-spacing:.09em;margin-bottom:16px;padding:4px 14px;text-transform:uppercase}.home-page .cta-h2{color:var(--teal);font-size:clamp(28px,3.5vw,42px);font-weight:800;letter-spacing:-.025em;line-height:1.12;margin-bottom:12px}.home-page .cta-sub{color:var(--teal-mid);font-size:16px;opacity:.8}.home-page .cta-grid{display:grid;gap:20px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:780px;position:relative;z-index:1}.home-page .cta-card{background:var(--white);border-radius:20px;box-shadow:0 4px 32px #0047541a;display:flex;flex-direction:column;overflow:hidden}.home-page .cta-card-body{align-items:center;display:flex;flex:1;flex-direction:column;padding:36px 32px 28px;text-align:center}.home-page .cta-icon{align-items:center;background:#edfad6;border-radius:50%;display:flex;flex-shrink:0;height:60px;justify-content:center;margin-bottom:20px;width:60px}.home-page .cta-title{color:var(--teal);font-size:22px;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin-bottom:10px}.home-page .cta-desc{color:var(--muted);font-size:14px;line-height:1.65}.home-page .cta-btn{background:var(--teal);border:none;border-radius:0 0 20px 20px;color:#fff;cursor:pointer;display:block;font-size:15px;font-weight:700;padding:16px 24px;text-align:center;text-decoration:none;transition:background .15s}.home-page .cta-btn:hover{background:var(--teal-mid)}@media(max-width:1024px){.home-page .section{padding:64px 32px}.home-page .how-section{padding:72px 32px}.home-page .cta-section{padding:72px 32px 64px}.home-page .stats-bar{padding:0 24px}.home-page .wsk-chain{flex-wrap:wrap}.home-page .wsk-step{border-bottom:1px solid var(--border);flex:1 1 33%;min-width:180px}}@media(max-width:768px){.home-page .stats-bar{padding:0}.home-page .stats-inner{grid-template-columns:repeat(2,1fr)}.home-page .stat-item{border-bottom:1px solid var(--border);border-right:1px solid var(--border)}.home-page .stat-item:nth-child(2n){border-right:none}.home-page .stat-item:nth-child(3),.home-page .stat-item:nth-child(4){border-bottom:none}.home-page .stat-num{font-size:15px;white-space:normal}.home-page .stat-label{font-size:12px;white-space:normal}}@media(max-width:720px){.home-page .section{padding:48px 20px}.home-page .how-section{padding:56px 20px}.home-page .cta-section{padding:64px 20px 52px}.home-page .section-sub{margin-bottom:36px}.home-page .hero-inner{padding:0 20px}.home-page .hero-inner h1{margin-bottom:16px}.home-page .hero-inner p{font-size:16px;line-height:1.6;margin-bottom:32px}.home-page .btn-hero-ghost,.home-page .btn-hero-lime{font-size:15px;padding:14px 28px}.home-page .hero-hints{font-size:12px;gap:14px;margin-top:22px}.home-page .lm-tiles{gap:8px;margin-bottom:24px}.home-page .lm-tile{font-size:13px;padding:9px 16px}.home-page .lm-detail{flex-direction:column;gap:24px;padding:28px 24px}.home-page .lm-detail-divider{align-self:auto;height:1px;width:100%}.home-page .lm-detail-title{font-size:22px}.home-page .prognos-note{text-align:left}.home-page .wsk-tabs{gap:6px;margin-bottom:28px}.home-page .wsk-tab{font-size:12px;padding:8px 14px}.home-page .wsk-chain{box-shadow:none;flex-direction:column}.home-page .wsk-step{border-bottom:1px solid var(--border);border-right:none;flex:1 1 100%;min-width:0;padding:20px 18px}.home-page .wsk-step:last-child{border-bottom:none}.home-page .fn-label{margin:28px 0 14px}.home-page .fn-row{gap:8px}.home-page .fn-chip{font-size:12px;padding:8px 14px}.home-page .how-steps{gap:40px;grid-template-columns:1fr;max-width:400px}.home-page .how-steps:before{display:none}.home-page .how-toggle{margin-bottom:36px}.home-page .how-toggle-btn{font-size:13px;padding:9px 18px}.home-page .cta-head{margin-bottom:36px}.home-page .cta-grid{gap:16px;grid-template-columns:1fr;max-width:480px}.home-page .cta-card-body{padding:28px 24px 22px}.home-page .cta-icon{height:52px;margin-bottom:16px;width:52px}.home-page .cta-title{font-size:20px}.home-page .cta-btn{font-size:14px;padding:14px 20px}}@media(max-width:480px){.home-page .section{padding:40px 16px}.home-page .how-section{padding:44px 16px}.home-page .cta-section{padding:52px 16px 44px}.home-page .hero-inner{padding:0 16px}.home-page .hero-btns{align-items:stretch;flex-direction:column;gap:10px}.home-page .btn-hero-ghost,.home-page .btn-hero-lime{width:100%}.home-page .hero-hints{flex-direction:column;gap:10px}.home-page .stat-item{padding:16px 10px}.home-page .stat-num{font-size:14px}.home-page .stat-label{font-size:11px}.home-page .lm-detail{gap:20px;padding:20px 16px}.home-page .lm-detail-title{font-size:20px}.home-page .how-circle{font-size:22px;height:72px;width:72px}.home-page .how-h3{font-size:16px}.home-page .cta-section:before{height:200px;left:-60px;top:-60px;width:200px}.home-page .cta-section:after{bottom:-40px;height:180px;right:-40px;width:180px}}
