:root{--bg-page:#f6f8fe;--bg-card:#fff;--bg-tint:#eef3fe;--bg-hero-a:#e7eefc;--bg-hero-b:#f8faff;--text-primary:#191b23;--text-secondary:#5f6470;--border:#e3e8f4;--action:#0073ea;--action-hover:#0060b9;--action-soft:rgba(0,115,234,.08);--s-done:#00c875;--s-progress:#fdab3d;--s-overdue:#e2445c;--s-waiting:#579bfc;--s-tag:#a25ddc;--radius-card:16px;--radius-lg:24px;--shadow-soft:0 6px 18px rgba(25,39,80,.07);--shadow-lift:0 16px 40px rgba(25,39,80,.12)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Figtree,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text-primary);background:var(--bg-page);line-height:1.5;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:var(--action);text-decoration:none}a:hover{text-decoration:underline}:focus-visible{outline:3px solid var(--action);outline-offset:2px;border-radius:6px}.container{max-width:1120px;margin:0 auto;padding:0 24px}.section{padding:96px 0}@media (max-width:768px){.section{padding:60px 0}}h1,h2,h3{line-height:1.15;font-weight:700;letter-spacing:-.02em}h1{font-size:clamp(32px,5vw,52px)}h2{font-size:clamp(26px,3.6vw,38px)}h3{font-size:18px;font-weight:600;letter-spacing:-.01em}.accent{color:var(--action)}.sub{color:var(--text-secondary);font-size:clamp(16px,2vw,18px);line-height:1.6}.center{text-align:center}.section-head{max-width:660px;margin:0 auto 52px}@media (max-width:768px){.section-head{margin-bottom:32px}}.badge{gap:6px;font-size:13px;color:var(--text-primary);background:var(--bg-card);border:1px solid var(--border);padding:6px 14px;border-radius:999px;margin-bottom:18px;box-shadow:var(--shadow-soft)}.badge,.btn{display:inline-flex;align-items:center;font-weight:600}.btn{justify-content:center;gap:8px;background:var(--action);font-family:inherit;font-size:15.5px;border:none;cursor:pointer;height:46px;padding:0 26px;border-radius:999px;transition:background .15s ease,transform .15s ease,box-shadow .15s ease}.btn,.btn:hover{color:#fff;text-decoration:none}.btn:hover{background:var(--action-hover);transform:translateY(-1px);box-shadow:var(--shadow-soft)}.btn:active{transform:translateY(0)}.btn--lg{height:52px;padding:0 32px;font-size:16.5px}.btn--ghost{background:var(--bg-card);color:var(--text-primary);border:1px solid var(--border)}.btn--ghost:hover{background:var(--bg-tint);color:var(--text-primary);box-shadow:none}.btn-row{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.microcopy{font-size:13px;color:var(--text-secondary);margin-top:14px}.microcopy span{white-space:nowrap}.deadline-bar{background:var(--bg-card);border-bottom:1px solid var(--border);padding:9px 0;font-size:13.5px}.deadline-bar .container{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;text-align:center;color:var(--text-secondary)}.deadline-bar strong{color:var(--text-primary);font-weight:600}.deadline-bar .count{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:700;color:var(--s-overdue)}.deadline-bar a{font-weight:600;text-decoration:underline;text-underline-offset:2px}.header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(246,248,254,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);height:68px;display:flex;align-items:center;border-bottom:1px solid transparent;transition:border-color .2s,box-shadow .2s}.header.scrolled{border-bottom-color:var(--border);box-shadow:0 2px 10px rgba(25,39,80,.05)}.header .container{display:flex;align-items:center;justify-content:space-between;width:100%}.logo{display:flex;align-items:baseline;gap:8px;font-weight:700;font-size:20px;color:var(--text-primary)}.logo:hover{text-decoration:none}.logo .dot{width:10px;height:10px;border-radius:50%;background:var(--action);display:inline-block;align-self:center}.logo small{font-size:12px;font-weight:500;color:var(--text-secondary)}.header .btn{height:40px;padding:0 20px;font-size:14.5px}.hero{padding:40px 0 0}.hero-panel{background:linear-gradient(180deg,var(--bg-hero-a) 0,var(--bg-hero-b) 100%);border-radius:var(--radius-lg);padding:72px 24px 56px;text-align:center;overflow:hidden}@media (max-width:768px){.hero-panel{padding:44px 18px 36px}}.hero h1{max-width:720px;margin:0 auto 18px}.hero .sub{max-width:560px;margin:0 auto 28px}.hero-proof{margin-top:16px;font-size:13.5px;font-weight:600;color:var(--text-secondary)}.dash{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-card);box-shadow:var(--shadow-lift);overflow:hidden;font-size:13px;max-width:780px;margin:44px auto 0;text-align:left}.dash-top{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--border)}.dash-top .title{font-weight:600;font-size:14px}.dash-count{font-size:12px;color:var(--text-secondary)}.dash-row{display:grid;grid-template-columns:1.4fr 1.2fr auto auto;grid-gap:10px;gap:10px;align-items:center;padding:11px 16px;border-bottom:1px solid var(--border);transition:background .15s ease}.dash-row:last-child{border-bottom:none}.dash-row:hover{background:var(--bg-page)}.dash-client{font-weight:600}.dash-client,.dash-job{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-job{color:var(--text-secondary)}.pill{display:inline-block;color:#fff;font-weight:600;font-size:11.5px;padding:4px 10px;border-radius:999px;white-space:nowrap;text-align:center}.pill--done{background:var(--s-done)}.pill--progress{background:var(--s-progress)}.pill--overdue{background:var(--s-overdue)}.pill--waiting{background:var(--s-waiting)}.pill--ready{background:var(--s-tag)}.due{font-size:12px;color:var(--text-secondary);white-space:nowrap}.due--hot{color:var(--s-overdue);font-weight:600}.dash-group{display:flex;align-items:center;gap:8px;padding:9px 16px;background:var(--bg-page);font-weight:600;font-size:12px;color:var(--text-secondary);border-bottom:1px solid var(--border)}.dash-group .spine{width:4px;height:16px;border-radius:2px}@media (max-width:480px){.dash-row{grid-template-columns:1.3fr auto;row-gap:4px}.dash-job{grid-column:1/-1;font-size:12px}.due{display:none}}.logo-wall-wrap{padding:64px 0;text-align:center}.logo-wall-label{font-size:13.5px;font-weight:600;color:var(--text-secondary);margin-bottom:24px}.logo-wall{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid var(--border);border-radius:var(--radius-card);overflow:hidden;background:var(--bg-card);max-width:920px;margin:0 auto}.logo-wall .cell{display:flex;align-items:center;justify-content:center;padding:22px 16px;border-right:1px solid var(--border);min-height:76px}.logo-wall .cell:last-child{border-right:none}@media (max-width:720px){.logo-wall{grid-template-columns:repeat(2,1fr)}.logo-wall .cell{border-bottom:1px solid var(--border)}.logo-wall .cell:nth-child(2n){border-right:none}.logo-wall .cell:nth-last-child(-n+2){border-bottom:none}}.logo-wall img{height:24px;width:auto;object-fit:contain;filter:grayscale(1);opacity:.65;transition:filter .2s,opacity .2s}.logo-wall .cell:hover img{filter:grayscale(0);opacity:1}.calc-wrap{display:grid;grid-template-columns:1fr 1.1fr;grid-gap:20px;gap:20px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px;box-shadow:var(--shadow-soft);max-width:880px;margin:0 auto}@media (max-width:760px){.calc-wrap{grid-template-columns:1fr}}.calc-form{padding:12px}.calc-form .calc-title{display:flex;align-items:center;gap:8px;font-weight:600;font-size:14.5px;margin-bottom:20px}.calc-form label{display:block;font-size:13px;font-weight:600;color:var(--text-secondary);margin:16px 0 6px}.calc-form input[type=number]{width:100%;height:44px;padding:0 14px;font-family:inherit;font-size:15px;border:1px solid var(--border);border-radius:10px;background:var(--bg-page);color:var(--text-primary)}.calc-form input[type=range]{width:100%;accent-color:var(--action)}.range-val{font-size:13px;color:var(--text-secondary);margin-top:4px}.calc-result{background:var(--bg-page);border:1px solid var(--border);border-radius:var(--radius-card);padding:32px 24px;text-align:center;display:flex;flex-direction:column;justify-content:center}.calc-result .tag{display:inline-block;align-self:center;font-size:11.5px;font-weight:700;letter-spacing:.06em;background:var(--bg-card);border:1px solid var(--border);border-radius:999px;padding:4px 12px;margin-bottom:18px}.calc-result h3{font-size:20px;margin-bottom:8px}.calc-result .hint{font-size:13.5px;color:var(--text-secondary);margin-bottom:20px}.calc-number{background:var(--action);color:#fff;border-radius:14px;font-size:clamp(26px,4vw,34px);font-weight:700;padding:18px 12px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.calc-sub{font-size:13.5px;margin-top:14px}.calc-disclaimer,.calc-sub{color:var(--text-secondary)}.calc-disclaimer{font-size:12px;margin-top:16px}.calc-cta{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;max-width:880px;margin:16px auto 0;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-card);padding:18px 22px;box-shadow:var(--shadow-soft)}.calc-cta p{font-size:14px;color:var(--text-secondary)}.calc-cta p strong{color:var(--text-primary)}.cards-4{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px}@media (max-width:1000px){.cards-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.cards-4{grid-template-columns:1fr}}.pain-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-card);padding:26px 22px;transition:transform .2s ease,box-shadow .2s ease}.pain-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-soft)}.pain-card .ico{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px;margin-bottom:14px}.pain-card p{font-size:15px;line-height:1.55}.pillar{display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px;align-items:center;padding:40px 0}@media (max-width:880px){.pillar{grid-template-columns:1fr;gap:28px;padding:26px 0}}.pillar--flip .pillar-visual{order:-1}@media (max-width:880px){.pillar--flip .pillar-visual{order:0}}.pillar h3{font-size:clamp(21px,2.6vw,27px);font-weight:700;margin-bottom:14px}.pillar p{color:var(--text-secondary);font-size:16px;line-height:1.6;margin-bottom:22px}.pillar-visual{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-card);box-shadow:var(--shadow-soft);padding:20px;font-size:13px}.mini-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 4px;border-bottom:1px solid var(--border)}.mini-row:last-child{border-bottom:none}.mini-label{font-weight:600}.mini-sub{color:var(--text-secondary);font-size:12px;font-weight:400}.chat-bubble{background:var(--bg-page);border-radius:12px;padding:12px 14px;margin-bottom:10px;font-size:13px;line-height:1.5}.chat-bubble:last-child{margin-bottom:0}.chat-bubble .who{font-weight:600;font-size:12px;margin-bottom:2px}.chat-bubble .who .mention{color:var(--action)}.auto-line{display:flex;align-items:center;gap:10px;padding:9px 4px;font-size:13px}.auto-line .tick{color:var(--s-done);font-weight:700}.auto-line .clock{color:var(--s-progress);font-weight:700}.compare{max-width:880px;margin:0 auto;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);overflow:hidden}.compare-row{display:grid;grid-template-columns:1.6fr 1fr 1fr;align-items:stretch}.compare-row>div{padding:16px 20px;border-bottom:1px solid var(--border);display:flex;align-items:center;font-size:14.5px}.compare-row:last-child>div{border-bottom:none}.compare-head>div{font-weight:700;font-size:14px}.compare .mid{justify-content:center;color:var(--text-secondary)}.compare .us{justify-content:center;background:var(--action);color:#fff;font-weight:600}.compare-head .us{border-radius:14px 14px 0 0;margin-top:10px}.compare-row:last-child .us{border-radius:0 0 14px 14px;margin-bottom:10px}.mark-x{background:var(--s-overdue)}.mark-check,.mark-x{width:22px;height:22px;border-radius:50%;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.mark-check{background:hsla(0,0%,100%,.22)}@media (max-width:620px){.compare-row{grid-template-columns:1.4fr .7fr .7fr}.compare-row>div{padding:13px 12px;font-size:13px}}.testi-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:22px;gap:22px;max-width:920px;margin:0 auto}@media (max-width:800px){.testi-grid{grid-template-columns:1fr}}.testi{position:relative;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-card);padding:30px 28px;box-shadow:var(--shadow-soft);height:100%}.testi .quote-mark{position:absolute;top:22px;right:24px;font-size:40px;line-height:1;color:var(--action);opacity:.35;font-family:Georgia,serif}.testi blockquote{font-size:16px;line-height:1.6;margin-bottom:18px;padding-right:36px}.testi figcaption{display:flex;align-items:center;gap:12px;font-size:13.5px;font-weight:600;color:var(--text-secondary)}.avatar{width:38px;height:38px;border-radius:50%;background:var(--action-soft);color:var(--action);display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:13px}.feat-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px}@media (max-width:1000px){.feat-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.feat-grid{grid-template-columns:1fr}}.feat{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-card);padding:24px 20px;transition:transform .2s ease,box-shadow .2s ease}.feat:hover{transform:translateY(-3px);box-shadow:var(--shadow-soft)}.feat .ico{font-size:22px;margin-bottom:12px;display:block}.feat h3{font-size:16px;margin-bottom:6px}.feat p{font-size:14px;color:var(--text-secondary);line-height:1.5}.feat-tag{display:inline-block;font-size:11.5px;font-weight:600;letter-spacing:.04em;color:var(--action);background:var(--action-soft);padding:2px 9px;border-radius:999px;margin-bottom:8px}.compliance-chips{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:18px}.proof-chip{display:inline-flex;align-items:center;gap:8px;font-size:13.5px;font-weight:600;background:var(--bg-card);border:1px solid var(--border);border-radius:999px;padding:7px 15px}.proof-chip .tick{color:var(--s-done);font-weight:700}.steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}@media (max-width:800px){.steps{grid-template-columns:1fr}}.step{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-card);padding:28px 24px}.step .num{width:38px;height:38px;border-radius:50%;background:var(--action);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;margin-bottom:16px}.step h3{margin-bottom:8px}.step p{font-size:14.5px;color:var(--text-secondary);line-height:1.55}.interstitial{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:56px 40px;text-align:center;box-shadow:var(--shadow-soft)}@media (max-width:640px){.interstitial{padding:36px 22px}}.interstitial h2{margin-bottom:12px}.interstitial p{color:var(--text-secondary);font-size:17px;max-width:560px;margin:0 auto}.interstitial .mark{display:flex;justify-content:center;gap:6px;margin-bottom:20px}.interstitial .mark i{width:10px;height:10px;border-radius:50%;display:block}.sec-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;max-width:760px;margin:0 auto}.sec-chip{display:inline-flex;align-items:center;gap:10px;background:var(--bg-card);border:1px solid var(--border);border-radius:999px;padding:12px 20px;font-size:14.5px;font-weight:600}.sec-chip .shield{color:var(--s-done)}.sec-note{text-align:center;margin-top:22px;font-size:14px;color:var(--text-secondary)}.faq{max-width:760px;margin:0 auto}.faq details{border:1px solid var(--border);border-radius:var(--radius-card);background:var(--bg-card);margin-bottom:12px;overflow:hidden}.faq summary{padding:18px 22px;font-weight:600;font-size:16px;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";font-size:22px;font-weight:400;color:var(--text-secondary);transition:transform .2s ease}.faq details[open] summary:after{transform:rotate(45deg)}.faq .answer{padding:0 22px 20px;font-size:15px;color:var(--text-secondary);line-height:1.6}.prefooter{position:relative;z-index:2;margin-bottom:-90px}.prefooter-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lift);padding:56px 40px;text-align:center}@media (max-width:640px){.prefooter-card{padding:40px 22px}}.prefooter-card h2{margin-bottom:12px}.prefooter-card p{color:var(--text-secondary);font-size:16.5px;max-width:540px;margin:0 auto 26px}.mega-footer{position:relative;background:var(--action);color:#fff;padding:150px 0 0;overflow:hidden}.mega-footer a{color:hsla(0,0%,100%,.85)}.mega-footer a:hover{color:#fff}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;grid-gap:32px;gap:32px;padding-bottom:44px;position:relative;z-index:2}@media (max-width:880px){.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:480px){.footer-grid{grid-template-columns:1fr}}.mega-footer h4{font-size:12.5px;font-weight:700;letter-spacing:.06em;margin-bottom:14px;color:hsla(0,0%,100%,.7);text-transform:uppercase}.footer-grid a,.footer-link{display:block;font-size:14px;margin-bottom:10px;background:none;height:auto;padding:0;font-weight:500;text-align:left;justify-content:flex-start;border-radius:0}.footer-link{color:hsla(0,0%,100%,.85)}.footer-grid a:hover,.footer-link:hover{background:none;transform:none;box-shadow:none;text-decoration:underline}.footer-brand .logo{color:#fff;font-size:18px;margin-bottom:12px;display:inline-flex}.footer-brand .logo .dot{background:#fff}.footer-brand .logo small{color:hsla(0,0%,100%,.7)}.footer-brand p{font-size:14px;color:hsla(0,0%,100%,.8);max-width:280px;line-height:1.55}.footer-base{border-top:1px solid hsla(0,0%,100%,.2);padding:20px 0 26px;font-size:13px;color:hsla(0,0%,100%,.75);display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;position:relative;z-index:2}.footer-base nav{display:flex;gap:18px;flex-wrap:wrap}.watermark{position:absolute;left:50%;bottom:-.16em;transform:translateX(-50%);font-size:clamp(72px,15vw,190px);font-weight:800;letter-spacing:-.03em;color:hsla(0,0%,100%,.08);white-space:nowrap;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;line-height:1;z-index:1}.sticky-cta{position:fixed;left:0;right:0;bottom:0;z-index:60;background:var(--bg-card);border-top:1px solid var(--border);padding:12px 16px calc(12px + env(safe-area-inset-bottom));transform:translateY(110%);transition:transform .25s ease;display:none}.sticky-cta.visible{transform:translateY(0)}.sticky-cta .btn{width:100%}@media (max-width:768px){.sticky-cta{display:block}}.reveal{opacity:0;transform:translateY(16px);transition:opacity .5s ease,transform .5s ease}.reveal.in{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}}