:root{--page-gutter: clamp(28px, 7vw, 116px);color:#06142e;background:#f7fbfc;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px}a{color:inherit;text-decoration:none}button,select{font:inherit}img{display:block;max-width:100%}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header{position:fixed;top:0;left:0;right:0;z-index:20;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;padding:16px var(--page-gutter);background:#ffffffeb;border-bottom:1px solid rgba(6,20,46,.08);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.brand-link img{width:158px}.site-header nav{display:flex;justify-content:center;gap:34px;color:#06142ec7;font-size:14px;font-weight:800}.site-header nav a:hover{color:#16b8ad}.hero{position:relative;display:grid;grid-template-columns:minmax(360px,.86fr) minmax(520px,1.14fr);gap:clamp(32px,4vw,64px);align-items:center;overflow:hidden;padding:96px var(--page-gutter) 24px;background:#fff;border-bottom:1px solid rgba(6,20,46,.08)}.hero,.section,.compliance-banner{scroll-margin-top:86px}.hero-content{position:relative;z-index:1;max-width:640px}.hero-logo{width:196px;margin-bottom:42px}.hero h1{margin:0;max-width:680px;color:#001c43;font-size:clamp(45px,5.1vw,68px);line-height:.98;font-weight:850}.hero p{max-width:620px;margin:24px 0 0;color:#06142eb8;font-size:clamp(18px,1.55vw,22px);line-height:1.55}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}.button{display:inline-flex;min-height:54px;align-items:center;justify-content:center;gap:10px;border-radius:8px;padding:0 22px;font-size:15px;font-weight:800;transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease}.button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.4}.button:hover{transform:translateY(-1px)}.button.primary{background:#08a99f;color:#fff;box-shadow:0 16px 32px #08a99f3d}.button.secondary{border:1px solid rgba(6,20,46,.18);background:#fff;color:#06142e}.header-cta{min-height:44px;padding:0 16px;font-size:14px}.hero-product{position:relative;min-width:0;padding:10px 0 40px}.dashboard-frame{position:relative;overflow:hidden;aspect-ratio:1.7;border:0;border-radius:0;background:transparent;box-shadow:none}.dashboard-frame img{width:100%;height:100%;max-width:none;object-fit:cover;object-position:center 35%;transform:scaleX(1.06)}.phone-frame{position:absolute;right:clamp(-18px,-1.6vw,8px);bottom:0;display:grid;width:min(224px,36vw);min-height:352px;overflow:hidden;border:7px solid #06142e;border-radius:32px;background:#fff;box-shadow:0 24px 52px #06142e47}.phone-top{display:grid;grid-template-columns:18px 1fr;gap:8px;align-items:center;align-self:start;padding:15px 16px 11px;background:#08a99f;color:#fff}.phone-top span{width:16px;height:2px;background:currentColor;box-shadow:0 5px 0 currentColor,0 10px 0 currentColor}.phone-top strong{font-size:13px}.phone-top small{grid-column:2;opacity:.84;font-size:11px;font-weight:700}.phone-body{display:grid;justify-items:center;align-content:start;padding:20px 16px 18px;text-align:center}.workday-clock-card{display:grid;width:100%;justify-items:center;gap:7px;border:1px solid rgba(8,169,159,.18);border-radius:18px;background:#e6fbf9;padding:10px 10px 11px;box-shadow:0 14px 26px #08a99f26;transform:translate(calc((var(--workday-progress) - .5) * 24px));transition:background .26s ease,border-color .26s ease,box-shadow .26s ease,transform .6s ease}.phone-body.is-on-shift .workday-clock-card{animation:workdayClockFloat 4s ease-in-out infinite}.phone-body.is-off-shift .workday-clock-card{animation:offShiftClockFloat 6s ease-in-out infinite;border-color:#06142e1f;background:#f3f6f9;box-shadow:0 12px 22px #06142e14}.workday-clock-face{position:relative;width:62px;aspect-ratio:1;border:3px solid #001c43;border-radius:50%;background:#fff}.workday-clock-face:before{position:absolute;inset:8px;border:1px dashed rgba(6,20,46,.18);border-radius:50%;content:""}.workday-clock-hand{position:absolute;left:50%;bottom:50%;border-radius:999px;transform-origin:50% 100%}.workday-clock-hour{width:4px;height:18px;background:#001c43;transform:translate(-50%) rotate(var(--hour-angle))}.workday-clock-minute{width:3px;height:24px;background:#06142e;transform:translate(-50%) rotate(var(--minute-angle))}.workday-clock-second{width:2px;height:27px;background:#f05a45;transform:translate(-50%) rotate(var(--second-angle));transition:transform .22s linear}.workday-clock-center{position:absolute;left:50%;top:50%;width:8px;height:8px;border-radius:50%;background:#08a99f;transform:translate(-50%,-50%)}.workday-clock-status{color:#06142e;font-size:13px;font-weight:850}.phone-body.is-off-shift .workday-clock-status{color:#06142ead}.phone-body strong{margin-top:14px;color:#001c43;font-size:32px;font-variant-numeric:tabular-nums;line-height:1}.workday-track{position:relative;width:100%;height:6px;margin-top:13px;border-radius:999px;background:#e7edf3}.workday-track-fill{position:absolute;inset:0 auto 0 0;width:calc(var(--workday-progress) * 100%);border-radius:inherit;background:#08a99f;transition:width .6s ease}.workday-marker{position:absolute;left:calc(var(--workday-progress) * 100%);top:50%;width:14px;height:14px;border:2px solid #fff;border-radius:50%;background:#08a99f;box-shadow:0 6px 14px #08a99f47;transform:translate(-50%,-50%);transition:left .6s ease}.phone-body.is-off-shift .workday-track-fill,.phone-body.is-off-shift .workday-marker{background:#8b99aa}.phone-body small{margin-top:8px;color:#06142e9e;font-size:12px;font-weight:700}.phone-body a{display:inline-flex;width:100%;min-height:44px;align-items:center;justify-content:center;margin-top:22px;border-radius:8px;background:#08a99f;color:#fff;font-size:13px;font-weight:850}.phone-body.is-off-shift a{background:#06142e}@keyframes workdayClockFloat{0%,to{translate:0 0}50%{translate:0 -5px}}@keyframes offShiftClockFloat{0%,to{translate:0 0}50%{translate:0 3px}}.hero-stats{position:relative;z-index:1;display:grid;grid-column:1 / -1;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:0}.hero-stats article,.feature-grid article,.plan-grid article,.table-card,.workflow-metrics article{border:1px solid rgba(6,20,46,.1);border-radius:8px;background:#fff;box-shadow:0 16px 42px #06142e0d}.hero-stats article{display:grid;gap:8px;padding:16px 2px 0;border-width:0;border-radius:0;box-shadow:none}.hero-stats strong{display:block;color:#001c43;font-size:16px;line-height:1}.hero-stats span{display:block;color:#06142e;font-size:14px;font-weight:800}.hero-stats p{margin:0;color:#06142e9e;font-size:13px;line-height:1.42}.market-icon{width:34px;height:34px;color:#08a99f;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9}.section{padding:86px var(--page-gutter)}.section-heading{max-width:820px}.section h2,.cta-section h2,.compliance-banner h2{margin:0;color:#001c43;font-size:clamp(34px,4vw,56px);line-height:1.03;font-weight:850}.section p,.cta-section p,.compliance-banner p{margin:20px 0 0;color:#06142ead;font-size:18px;line-height:1.6}.compliance-banner{display:grid;grid-template-columns:74px minmax(0,.9fr) minmax(320px,1fr);gap:28px;align-items:center;margin:0 var(--page-gutter);padding:30px;border:1px solid rgba(242,184,75,.48);border-radius:8px;background:#fffdf8}.compliance-symbol{display:grid;width:74px;height:74px;place-items:center;border-radius:50%;background:#f4ad23;color:#fff}.compliance-symbol .market-icon{color:#fff}.compliance-banner h2{font-size:clamp(24px,2vw,30px)}.compliance-banner p{margin-top:10px}.compliance-banner ul{display:grid;gap:14px;margin:0;padding:0;list-style:none}.compliance-banner li{border-left:1px solid rgba(242,184,75,.5);padding-left:18px;color:#06142ec2;font-size:14px;font-weight:750;line-height:1.5}.feature-section{background:#fff}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;overflow:hidden;margin-top:42px;border:1px solid rgba(6,20,46,.1);border-radius:8px;background:#06142e1a}.feature-grid article{min-height:286px;padding:30px 24px 24px;border:0;border-radius:0;box-shadow:none}.feature-grid h3,.plan-grid h3,.table-title h3,.timeline h3{margin:24px 0 0;color:#001c43;font-size:20px;line-height:1.2}.feature-grid p,.plan-grid p{margin-top:14px;font-size:15px;line-height:1.58}.feature-grid span{display:inline-flex;align-items:center;gap:8px;margin-top:22px;color:#06142ead;font-size:13px;font-weight:800}.feature-grid span svg,.row-icon svg{width:16px;height:16px;color:#08a99f;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:3}.workflow-section{display:grid;grid-template-columns:minmax(300px,.85fr) minmax(0,1.15fr);gap:clamp(34px,5vw,74px);align-items:start;background:#f7fbfc}.workflow-copy h2{max-width:560px}.timeline{display:grid;gap:0;margin-top:34px}.timeline article{position:relative;display:grid;grid-template-columns:46px 1fr;gap:18px;padding-bottom:28px}.timeline article:after{content:"";position:absolute;top:40px;bottom:0;left:20px;width:1px;background:#08a99f57}.timeline article:last-child:after{display:none}.timeline article>span{display:grid;width:42px;height:42px;place-items:center;border-radius:50%;background:#08a99f;color:#fff;font-weight:850}.timeline h3{margin-top:4px;font-size:18px}.timeline p{margin-top:8px;font-size:15px}.workflow-product{display:grid;gap:18px}.table-card{overflow:hidden;padding:22px}.table-title{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:16px}.table-title h3{margin:0}.table-title a{color:#08a99f;font-size:13px;font-weight:800}.table-card table{width:100%;border-collapse:collapse;color:#06142e;font-size:13px}.table-card th{color:#06142e85;font-size:12px;text-align:left}.table-card th,.table-card td{border-top:1px solid rgba(6,20,46,.08);padding:13px 8px;white-space:nowrap}.table-card td span{display:inline-flex;border-radius:8px;background:#fff1d2;color:#9a6100;padding:5px 8px;font-size:12px;font-weight:850}.table-card td span.approved{background:#ddf8f5;color:#087f77}.workflow-metrics{display:grid;grid-template-columns:repeat(3,1fr)}.workflow-metrics article{padding:20px;box-shadow:none}.workflow-metrics .market-icon{display:none}.workflow-metrics strong{display:block;color:#001c43;font-size:30px}.workflow-metrics span{display:block;margin-top:8px;color:#06142eb3;font-size:13px;font-weight:800}.workflow-metrics p{margin-top:8px;color:#06142e8f;font-size:12px}.pricing-section{background:#fff}.plan-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:36px}.plan-grid article{display:flex;min-height:360px;flex-direction:column;padding:26px}.plan-title{display:flex;min-height:32px;align-items:flex-start;justify-content:space-between;gap:14px}.plan-title h3{margin:0}.plan-title span{display:inline-flex;min-height:28px;align-items:center;border-radius:999px;background:#ddf8f5;color:#087f77;padding:0 10px;font-size:12px;font-weight:850;white-space:nowrap}.plan-price{display:flex;align-items:baseline;gap:8px;margin-top:24px}.plan-price strong{color:#001c43;font-size:clamp(38px,4vw,52px);line-height:.95;font-weight:850}.plan-price span{color:#06142e99;font-size:14px;font-weight:800}.plan-grid ul{display:grid;gap:12px;margin:22px 0 24px;padding:0;list-style:none}.plan-grid li{display:grid;grid-template-columns:18px 1fr;gap:9px;align-items:center;color:#06142eb8;font-size:14px;font-weight:750;line-height:1.35}.plan-grid li svg{width:17px;height:17px;color:#08a99f;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:3}.plan-grid article>a{display:inline-flex;min-height:44px;align-items:center;justify-content:center;margin-top:auto;border:1px solid rgba(6,20,46,.14);border-radius:8px;color:#06142e;font-size:14px;font-weight:850}.plan-grid article:nth-child(2){border-color:#08a99f57;box-shadow:0 20px 48px #08a99f1f}.plan-grid article:nth-child(2)>a{border-color:#08a99f;background:#08a99f;color:#fff}.section .pricing-note{margin-top:18px;color:#06142e94;font-size:13px;font-weight:750}.cta-section{display:grid;grid-template-columns:72px minmax(0,1fr) auto;gap:26px;align-items:center;margin:0 var(--page-gutter) 72px;padding:30px 34px;border-radius:8px;background:#001c43;color:#fff}.cta-section .market-icon{width:54px;height:54px;color:#16b8ad}.cta-section h2{color:#fff;font-size:clamp(28px,3vw,36px)}.cta-section p{max-width:720px;margin-top:8px;color:#ffffffb8}.cta-section .button.primary{background:#16b8ad;color:#001c43}.cta-section .button.secondary{border-color:#fff3;background:transparent;color:#fff}.footer{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:32px var(--page-gutter);border-top:1px solid rgba(6,20,46,.08)}.footer-brand{display:flex;min-width:0;align-items:center;gap:18px}.footer img{flex:0 0 auto;width:150px}.footer p{margin:0;color:#06142e94;font-size:14px}.footer-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px 18px;font-size:14px;font-weight:800}.footer-links a{color:#0f6774;text-decoration:none}.footer-links a:hover{color:#06142e}.legal-page{background:#f4f8fb;color:#06142e}.legal-hero{padding:150px clamp(20px,5vw,72px) 58px;background:linear-gradient(135deg,#16b8ad2e,#f2b84b29),#fff}.legal-hero p,.legal-hero span{margin:0;color:#06142e9e;font-size:14px;font-weight:800;text-transform:uppercase}.legal-hero h1{max-width:920px;margin:16px 0 18px;font-size:clamp(42px,6vw,76px);line-height:.98;letter-spacing:0}.legal-layout{display:grid;grid-template-columns:minmax(180px,260px) minmax(0,1fr);gap:28px;padding:42px clamp(20px,5vw,72px) 72px}.legal-toc{position:sticky;top:104px;display:flex;align-self:start;flex-direction:column;gap:12px;padding:20px;border:1px solid rgba(6,20,46,.1);border-radius:8px;background:#fff;box-shadow:0 18px 42px #06142e14}.legal-toc strong{font-size:13px;text-transform:uppercase;color:#06142e85}.legal-toc a{color:#0f6774;font-size:15px;font-weight:800;text-decoration:none}.legal-content{display:grid;gap:24px}.legal-summary,.legal-section-card{border:1px solid rgba(6,20,46,.1);border-radius:8px;background:#fff;box-shadow:0 22px 52px #06142e14}.legal-summary{padding:24px}.legal-summary p{margin:0;color:#06142ebd;font-size:15px;line-height:1.7}.legal-summary p+p{margin-top:12px}.legal-section-card{scroll-margin-top:104px;padding:clamp(24px,4vw,42px)}.legal-section-card h2{margin:0;font-size:clamp(28px,4vw,44px);letter-spacing:0}.legal-lead{max-width:820px;margin:12px 0 32px;color:#06142ea8;font-size:17px;line-height:1.7}.legal-section-card section+section{margin-top:28px;padding-top:24px;border-top:1px solid rgba(6,20,46,.08)}.legal-section-card h3{margin:0 0 10px;font-size:18px}.legal-section-card p,.legal-section-card li{color:#06142eb8;font-size:15px;line-height:1.72}.legal-section-card p{margin:0}.legal-section-card p+p{margin-top:10px}.legal-section-card ul{display:grid;gap:10px;margin:0;padding-left:20px}.capture-page{width:1440px;height:960px;overflow:hidden;padding:40px;background:linear-gradient(135deg,#16b8ad24,#f2b84b29),#f4f8fb}.capture-watermark{position:fixed;right:58px;bottom:50px;color:#06142e5c;font-size:13px;font-weight:800}.product-shell{display:grid;width:1360px;height:880px;grid-template-columns:250px 1fr;overflow:hidden;border:1px solid rgba(6,20,46,.1);border-radius:8px;background:#fff;box-shadow:0 40px 90px #06142e29}.product-sidebar{padding:28px;background:#06142e;color:#fff}.product-sidebar img{width:156px;filter:brightness(0) invert(1)}.tenant-chip{margin-top:28px;border:1px solid rgba(255,255,255,.16);border-radius:8px;padding:12px;color:#fffc;font-size:13px;font-weight:800}.product-sidebar nav{display:grid;gap:8px;margin-top:28px}.product-sidebar nav span{display:flex;min-height:42px;align-items:center;gap:10px;border-radius:8px;padding:0 12px;color:#ffffffb8;font-size:13px;font-weight:800}.product-sidebar nav span.active{background:#16b8ad33;color:#fff}.product-sidebar svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.2}.product-main{overflow:hidden;padding:34px;background:#f8fafc}.product-header{display:flex;align-items:center;justify-content:space-between;gap:24px}.product-header p{margin:0 0 6px;color:#16b8ad;font-size:12px;font-weight:850}.product-header h1{margin:0;font-size:38px;line-height:1.05}.product-header button,.employee-actions button{min-height:40px;border:0;border-radius:8px;background:#001c43;color:#fff;padding:0 16px;font-size:13px;font-weight:850}.capture-steps,.capture-metrics,.device-activation{display:grid;gap:14px;margin-top:24px}.capture-steps{grid-template-columns:repeat(4,1fr)}.capture-metrics,.device-activation{grid-template-columns:repeat(3,1fr)}.product-panel{border:1px solid rgba(6,20,46,.1);border-radius:8px;background:#fff;padding:20px;box-shadow:0 14px 28px #06142e0d}.step-number{display:inline-grid;width:32px;height:32px;place-items:center;border-radius:8px;background:#e6fbf9;color:#087f77;font-size:12px;font-weight:850}.product-panel h3{margin:14px 0 0;font-size:17px}.product-panel p,.product-panel span{color:#06142e9e;font-size:13px;line-height:1.45}.product-panel p{margin:8px 0 0}.metric-label{margin:0;color:#06142e9e;font-size:13px;font-weight:800}.product-panel strong{display:block;margin-top:10px;color:#06142e;font-size:32px;line-height:1}.capture-bottom{display:grid;grid-template-columns:1fr 300px;gap:14px;margin-top:24px}.activity-panel h3{margin:0 0 8px}.product-row{display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:12px;border-top:1px solid rgba(6,20,46,.08);padding:15px 0}.product-row:first-of-type{border-top:0}.row-icon{display:grid;width:34px;height:34px;place-items:center;border-radius:8px;background:#e6fbf9}.product-row strong{margin:0;font-size:14px}.product-row p{margin:4px 0 0}.product-row em{border-radius:8px;background:#eef2f6;color:#06142e;padding:7px 10px;font-size:12px;font-style:normal;font-weight:850}.focus-panel{display:grid;place-items:center;text-align:center}.focus-panel strong{color:#16b8ad;font-size:64px}.gauge{width:140px;fill:none;stroke:#16b8ad;stroke-linecap:round;stroke-linejoin:round;stroke-width:8}.device-table{margin-top:24px}.employee-actions{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:28px}.employee-actions button{background:#fff;color:#06142e;border:1px solid rgba(6,20,46,.12)}.employee-actions button.selected{background:#16b8ad;color:#001c43;border-color:#16b8ad}.timeline-panel{margin-top:24px}@media(max-width:980px){.site-header{grid-template-columns:1fr auto}.site-header nav{display:none}.hero{grid-template-columns:1fr;padding-top:108px}.hero-stats{grid-template-columns:repeat(2,1fr)}.hero-product{padding-top:0}.phone-frame{right:14px;width:216px;min-height:352px}.compliance-banner,.workflow-section,.cta-section{grid-template-columns:1fr}.feature-grid{grid-template-columns:repeat(2,1fr)}.workflow-metrics,.plan-grid{grid-template-columns:1fr}.section{padding-top:70px;padding-bottom:70px}.cta-section{padding:44px 24px}.cta-section .hero-actions{margin-top:0}.footer,.footer-brand{align-items:flex-start;flex-direction:column}.footer-links{justify-content:flex-start}.legal-layout{grid-template-columns:1fr}.legal-toc{position:static}}@media(max-width:600px){.site-header{gap:12px;padding:14px 16px}.brand-link img{width:126px}.header-cta{min-height:40px;padding:0 12px;font-size:13px}.hero h1{font-size:40px}.hero-logo{width:164px;margin-bottom:28px}.hero-actions,.cta-section .hero-actions,.button{width:100%}.hero-stats,.feature-grid{grid-template-columns:1fr}.dashboard-frame{display:none}.phone-frame{position:relative;right:auto;bottom:auto;width:min(230px,84vw);min-height:352px;margin:0 auto}.compliance-banner{padding:22px}.table-card{overflow-x:auto}.footer-brand{gap:12px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:1ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:1ms!important}}
