@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,600;0,700;1,400&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--color-slate-50:#f8fafc;--color-slate-100:#f1f5f9;--color-slate-200:#e2e8f0;--color-slate-300:#cbd5e1;--color-slate-400:#94a3b8;--color-slate-500:#64748b;--color-slate-600:#475569;--color-slate-700:#334155;--color-slate-800:#1e293b;--color-slate-900:#0f172a;--color-primary:var(--color-slate-900);--color-primary-light:var(--color-slate-700);--color-accent:#0f766e;--color-accent-light:#14b8a6;--color-accent-emerald:#047857;--bg-main:var(--color-slate-100);--bg-card:#fff;--text-main:var(--color-slate-700);--text-heading:var(--color-slate-900);--text-muted:var(--color-slate-500);--border-color:var(--color-slate-200);--border-focus:var(--color-accent-light);--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--font-display:"Playfair Display",Georgia,serif;--shadow-sm:0 1px 2px 0 rgba(0,0,0,.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,.08),0 2px 4px -2px rgba(0,0,0,.08);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.05),0 4px 6px -4px rgba(0,0,0,.05);--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--transition-default:all 0.2s ease-in-out}html{font-family:var(--font-sans);color:var(--text-main);background-color:var(--bg-main);line-height:1.6;scroll-behavior:smooth}body{min-height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{font-family:var(--font-sans);font-weight:700;color:var(--text-heading);line-height:1.25}h1{font-size:clamp(2.2rem,1.8rem + 4vw,3.5rem);font-weight:700}h1,h2{font-family:var(--font-display)}h2{font-size:clamp(1.6rem,1.2rem + 3vw,2.5rem)}h2,h3{font-weight:600}h3{font-size:1.25rem}p{color:var(--text-main)}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--border-focus);outline-offset:3px}a:focus:not(:focus-visible),button:focus:not(:focus-visible),input:focus:not(:focus-visible),select:focus:not(:focus-visible),textarea:focus:not(:focus-visible){outline:none}label{font-weight:500;font-size:.875rem;color:var(--color-primary-light);margin-bottom:.25rem}input,select,textarea{font-family:var(--font-sans);width:100%;padding:.65rem .85rem;border:1px solid var(--border-color);border-radius:var(--radius-sm);background-color:#fff;color:var(--text-heading);font-size:.95rem;transition:var(--transition-default)}input:focus,select:focus,textarea:focus{border-color:var(--color-accent);box-shadow:0 0 0 2px rgba(15,118,110,.1);outline:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.75rem;gap:1.75rem}.grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:2rem;gap:2rem}.card{background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:2rem;box-shadow:var(--shadow-sm);transition:var(--transition-default)}.card:hover{box-shadow:var(--shadow-md);border-color:var(--color-slate-300)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.95rem;font-weight:500;border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition-default);border:1px solid transparent;white-space:nowrap}.btn-primary{background-color:var(--color-accent);color:#fff}.btn-primary:hover:not(:disabled){background-color:#115e59}.btn-secondary{background-color:#fff;border-color:var(--border-color);color:var(--color-primary-light)}.btn-secondary:hover:not(:disabled){background-color:var(--color-slate-100);border-color:var(--color-slate-300)}.btn:disabled{opacity:.6;cursor:not-allowed}.badge{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:.2rem .6rem;border-radius:4px;background-color:var(--color-slate-100);color:var(--color-slate-600)}.badge-teal{background-color:#ccfbf1;color:#0f766e}@media (max-width:767px){html{font-size:15px}body,html{overflow-x:hidden}.container{max-width:none;padding-inline:.875rem}h1{font-size:clamp(2rem,9vw,2.55rem);line-height:1.08;letter-spacing:-.035em}h2{font-size:clamp(1.55rem,7vw,1.9rem);line-height:1.15}h3{font-size:1.05rem}.site-header{padding:.72rem 0!important}.nav-container{min-height:34px}.site-brand{gap:.4rem!important;max-width:calc(100vw - 64px);font-size:1.08rem!important;letter-spacing:-.02em;line-height:1.1}.site-brand svg{width:1.38rem!important;height:1.38rem!important;flex:0 0 auto}.mobile-menu-panel{padding:1rem .875rem!important;gap:.75rem!important;max-height:calc(100vh - 58px);overflow-y:auto}.mobile-menu-panel>div,.mobile-menu-panel>div>div{gap:.45rem!important}.mobile-menu-panel .btn{min-height:40px}.page-hero{padding:2rem 0 1.45rem!important}.home-hero{padding:2.5rem 0 2.25rem!important}.page-hero p{max-width:100%!important;font-size:.96rem!important;line-height:1.5}.demo-page-hero{padding:1.25rem 0 1.1rem!important}.demo-page-hero a{margin-bottom:.7rem!important;font-size:.8rem!important}.demo-page-hero .badge{margin-bottom:.45rem!important;font-size:.65rem}.demo-page-hero h1{font-size:clamp(1.75rem,8vw,2.15rem)}.demo-page-hero p{margin-top:.2rem!important;font-size:.88rem!important}.site-section{padding:2.75rem 0!important}.demo-stage{padding:.65rem 0 1.75rem!important}.demo-stage>.container{padding-inline:.35rem}.section-heading{margin-bottom:1.65rem!important}.section-heading h2{margin-bottom:.45rem!important}.section-heading p{font-size:.92rem!important;line-height:1.5}main>section:not(.site-section):not(.page-hero){padding-block:3rem!important}.grid-3{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.grid-2{grid-template-columns:1fr;gap:.9rem}.card{padding:1rem;border-radius:8px}.grid-3 .card{padding:.9rem}.grid-3 .card li,.grid-3 .card p{font-size:.82rem!important;line-height:1.45}.btn{padding:.58rem .9rem;font-size:.88rem}input,select,textarea{padding:.58rem .7rem;font-size:.9rem}.site-footer{padding:2.4rem 0 1.35rem!important}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:1.5rem 1rem!important;margin-bottom:1.6rem!important}.footer-brand{grid-column:1/-1;gap:.65rem!important}.footer-brand p{max-width:590px;font-size:.82rem!important;line-height:1.5!important}.footer-logo{font-size:1.08rem!important}.footer-logo svg{width:1.35rem!important;height:1.35rem!important}.footer-grid h4{font-size:.78rem!important}.footer-grid>div:not(.footer-brand),.footer-grid>div:not(.footer-brand)>div{gap:.55rem!important}.footer-grid a,.footer-grid span{font-size:.8rem}.footer-bottom{align-items:flex-start!important;padding-top:1.2rem!important;gap:.6rem!important;font-size:.72rem!important}.footer-bottom>div{gap:.9rem!important}.audit-app-container,.client-dashboard,.fitflow-app-container,.sector-app-container{border-radius:9px!important;box-shadow:0 14px 30px rgba(2,8,15,.26)!important}.audit-app-container>div:first-child,.fitflow-app-container>div:first-child,.sector-app-container>div:first-child{min-height:34px;padding:.42rem .55rem!important}.audit-app-container>div:first-child>div:nth-child(2),.fitflow-app-container>div:first-child>div:nth-child(2),.sector-app-container>div:first-child>div:nth-child(2){padding:.15rem .45rem!important;font-size:.62rem!important}.audit-app-container>div:first-child>div:last-child,.fitflow-app-container>div:first-child>div:last-child,.sector-app-container>div:first-child>div:last-child{font-size:.55rem!important}.app-body-layout{min-height:0!important}.app-sidebar{display:block!important;padding:.5rem!important;gap:.4rem!important}.app-sidebar>div:first-child{display:grid!important;grid-template-columns:105px minmax(0,1fr);align-items:center!important;grid-gap:.45rem!important;gap:.45rem!important}.app-sidebar>div:first-child>div:first-child{min-width:0}.app-sidebar>div:first-child>div:first-child>div{font-size:.72rem!important}.app-sidebar>div:first-child>div:first-child>span{font-size:.5rem!important}.app-sidebar>div:first-child>div:nth-child(2){display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:.2rem!important;gap:.2rem!important;min-width:0}.app-sidebar>div:first-child>div:nth-child(2)>div{justify-content:center!important;min-width:0;padding:.4rem .2rem!important;font-size:.58rem!important;text-align:center}.app-sidebar>div:first-child>div:nth-child(2)>div>div{min-width:0;gap:.2rem!important}.app-sidebar>div:first-child>div:nth-child(2)>div>div>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-sidebar>div:first-child>div:nth-child(2)>div>span,.app-sidebar>div:last-child{display:none!important}.app-body-layout>div:last-child{padding:.7rem!important;overflow:visible!important}.audit-app-container .card,.demo-stage .card,.fitflow-app-container .card,.sector-app-container .card{padding:.8rem!important}.sector-selector{justify-content:flex-start!important;flex-wrap:nowrap!important;gap:.4rem!important;margin-inline:-.7rem;padding:0 .7rem .55rem!important;overflow-x:auto;scrollbar-width:none}.sector-selector::-webkit-scrollbar{display:none}.sector-selector>button{flex:0 0 auto;padding:.4rem .65rem!important;font-size:.7rem!important}.client-dashboard .window-bar{height:34px!important;padding-inline:.55rem!important}.client-dashboard .dashboard-frame{min-height:0!important}.client-dashboard .dashboard-sidebar{padding:.55rem!important}.client-dashboard .portal-brand{padding:0 .2rem .5rem!important}.client-dashboard .portal-nav{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:.25rem!important}.client-dashboard .nav-item{min-width:0;padding:.45rem .25rem!important;font-size:.58rem!important}.client-dashboard .dashboard-main{padding:.75rem .65rem 1rem!important}.client-dashboard .dashboard-header{margin-bottom:.6rem!important}.client-dashboard .report-button{padding:.5rem .6rem!important;font-size:.62rem!important;white-space:nowrap}.client-dashboard .information-warning,.client-dashboard .notice{margin-bottom:.6rem!important;padding:.55rem .6rem!important}.client-dashboard .dashboard-content{gap:.55rem!important}.client-dashboard .metrics-grid,.client-dashboard .metrics-grid-three{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.45rem!important}.client-dashboard .metric-card{gap:.45rem!important;padding:.62rem!important}.client-dashboard .metric-copy>strong{font-size:.98rem!important}.client-dashboard .content-grid,.client-dashboard .content-grid-issues,.client-dashboard .content-grid-settings,.client-dashboard .content-grid-wide{gap:.55rem!important}.client-dashboard .dashboard-panel{padding:.72rem!important}.client-dashboard .panel-heading{margin-bottom:.55rem!important}}@media (min-width:480px) and (max-width:767px){.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.demo-stage .md-grid-2,.demo-stage .md-grid-sim{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-gap:.65rem!important;gap:.65rem!important}}@media (max-width:390px){.container{padding-inline:.7rem}.footer-grid{grid-template-columns:.9fr 1.1fr!important}.app-sidebar>div:first-child{grid-template-columns:88px minmax(0,1fr)}}.site-section:not(.demo-stage) .card{min-width:0;container-type:inline-size}.site-section:not(.demo-stage) .card h2,.site-section:not(.demo-stage) .card h3{max-width:100%;font-size:clamp(1.05rem,.96rem + .45vw,1.35rem)!important;line-height:1.22!important;overflow-wrap:break-word;text-wrap:balance}.site-section:not(.demo-stage) .card li,.site-section:not(.demo-stage) .card p{max-width:none;font-size:clamp(.92rem,.87rem + .18vw,1rem)!important;line-height:1.58!important;overflow-wrap:break-word;text-wrap:pretty}.demo-card-copy,.grid-2>.card>div:last-child{flex:1 1;min-width:0}.demo-card .card-copy{flex:1 1}@media (max-width:767px){.site-section:not(.demo-stage) .card h2,.site-section:not(.demo-stage) .card h3{font-size:clamp(1rem,3.2vw,1.18rem)!important}.site-section:not(.demo-stage) .card li,.site-section:not(.demo-stage) .card p{font-size:clamp(.84rem,2.45vw,.92rem)!important;line-height:1.5!important}}.page-jump-markers{position:-webkit-sticky;position:sticky;top:64px;z-index:30;padding:.55rem 0;background:hsla(0,0%,100%,.92);border-bottom:1px solid var(--border-color);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.page-jump-markers .container{display:flex;justify-content:center;gap:.5rem;overflow-x:auto;scrollbar-width:none}.page-jump-markers .container::-webkit-scrollbar{display:none}.page-jump-markers a{flex:0 0 auto;padding:.35rem .75rem;border:1px solid var(--border-color);border-radius:999px;color:var(--text-main);background:var(--color-slate-50);font-size:.78rem;font-weight:700;text-decoration:none}.page-jump-markers a:focus-visible,.page-jump-markers a:hover{color:#fff;background:var(--color-primary-light);border-color:var(--color-primary-light)}.scroll-marker{scroll-margin-top:120px}@media (max-width:767px){.page-jump-markers{top:58px;padding:.4rem 0}.page-jump-markers .container{justify-content:flex-start;padding-inline:.875rem}}.home-hero{position:relative;overflow:hidden;padding:6.75rem 0 5.5rem;background:radial-gradient(circle at 84% 20%,rgba(20,184,166,.11),transparent 30%),linear-gradient(180deg,#fff,#f8fafc);border-bottom:1px solid var(--border-color)}.home-hero:before{content:"";position:absolute;inset:0;opacity:.28;pointer-events:none;background-image:linear-gradient(rgba(15,23,42,.035) 1px,transparent 0),linear-gradient(90deg,rgba(15,23,42,.035) 1px,transparent 0);background-size:36px 36px;-webkit-mask-image:linear-gradient(90deg,transparent,#000 55%,#000);mask-image:linear-gradient(90deg,transparent,#000 55%,#000)}.hero-layout{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);align-items:center;grid-gap:clamp(3rem,7vw,6.5rem);gap:clamp(3rem,7vw,6.5rem)}.hero-copy{min-width:0}.hero-eyebrow,.section-kicker{display:inline-flex;align-items:center;gap:.55rem;color:var(--color-accent);font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.hero-eyebrow-dot{width:7px;height:7px;border-radius:50%;background:var(--color-accent-light);box-shadow:0 0 0 5px rgba(20,184,166,.12)}.hero-copy h1{max-width:720px;margin-top:1.35rem;font-size:clamp(3.2rem,5.1vw,4.8rem);line-height:.99;letter-spacing:-.045em;text-wrap:balance}.hero-copy>p{max-width:650px;margin-top:1.65rem;color:var(--text-main);font-size:1.08rem;line-height:1.75;text-wrap:pretty}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}.hero-actions .btn{min-height:46px;padding-inline:1.25rem}.hero-proof{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:0;gap:0;margin-top:3.25rem;padding-top:1.25rem;border-top:1px solid var(--border-color)}.hero-proof>div{display:flex;flex-direction:column;gap:.18rem;padding-right:1rem}.hero-proof>div+div{padding-left:1rem;border-left:1px solid var(--border-color)}.hero-proof strong{color:var(--text-heading);font-size:.82rem;font-weight:700}.hero-proof span{color:var(--text-muted);font-size:.7rem;line-height:1.45}.hero-system-card{position:relative;padding:1.25rem;border:1px solid rgba(148,163,184,.24);border-radius:22px;background:#0f172a;color:#fff;box-shadow:0 28px 70px -35px rgba(15,23,42,.75)}.hero-system-card:after{content:"";position:absolute;inset:12px;z-index:-1;border-radius:20px;background:rgba(15,118,110,.35);filter:blur(30px)}.system-card-footer,.system-card-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.system-card-header{padding:.35rem .35rem 1.2rem;border-bottom:1px solid rgba(148,163,184,.18)}.system-card-header>div{display:flex;flex-direction:column;gap:.2rem}.system-card-header span{color:#5eead4;font-size:.62rem;font-weight:700;letter-spacing:.12em}.system-card-header strong{font-size:.95rem;font-weight:600}.system-card-header .system-status{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .55rem;border:1px solid rgba(94,234,212,.2);border-radius:999px;background:rgba(15,118,110,.16);color:#99f6e4;letter-spacing:0;text-transform:none}.system-status i,.workbench-status i{width:6px;height:6px;border-radius:50%;background:#2dd4bf;box-shadow:0 0 0 4px rgba(45,212,191,.12)}.system-flow{padding:1.25rem 0}.system-step{display:grid;grid-template-columns:34px 1fr auto;align-items:center;grid-gap:.8rem;gap:.8rem;padding:.85rem;border:1px solid rgba(148,163,184,.17);border-radius:12px;background:rgba(30,41,59,.72)}.system-step.is-accent{border-color:rgba(45,212,191,.4);background:linear-gradient(135deg,rgba(15,118,110,.3),rgba(30,41,59,.8))}.system-step>span{color:#5eead4;font-size:.68rem;font-weight:800}.system-step>div{display:flex;flex-direction:column;min-width:0}.system-step strong{font-size:.84rem}.system-step small{overflow:hidden;color:#94a3b8;font-size:.68rem;text-overflow:ellipsis;white-space:nowrap}.system-step svg{color:#5eead4}.system-connector{display:flex;flex-direction:column;align-items:center;gap:3px;height:25px;padding-top:5px}.system-connector i{width:3px;height:3px;border-radius:50%;background:#475569}.system-card-footer{padding:1rem .35rem .25rem;border-top:1px solid rgba(148,163,184,.18);font-size:.7rem}.system-card-footer span{display:flex;align-items:center;gap:.4rem;color:#94a3b8}.system-card-footer strong,.system-card-footer svg{color:#5eead4}.page-jump-markers a span{margin-right:.32rem;color:var(--color-accent);font-size:.62rem;letter-spacing:.08em}.burden-section{padding:7.5rem 0;background:radial-gradient(circle at 10% 20%,rgba(15,118,110,.2),transparent 28%),#0f172a;color:#fff}.burden-layout{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);grid-gap:clamp(3rem,8vw,7rem);gap:clamp(3rem,8vw,7rem);align-items:start}.burden-intro{position:-webkit-sticky;position:sticky;top:150px}.burden-intro h2,.demos-heading h2,.services-heading h2{margin-top:1rem;font-size:clamp(2.5rem,4.2vw,4rem);line-height:1.05;letter-spacing:-.035em;text-wrap:balance}.burden-intro h2{color:#fff}.burden-intro>p{max-width:480px;margin-top:1.5rem;color:#94a3b8;font-size:1rem;line-height:1.75}.burden-callout{display:flex;align-items:baseline;gap:.85rem;margin-top:2.5rem;padding-top:1.4rem;border-top:1px solid rgba(148,163,184,.2)}.burden-callout strong{flex:0 0 auto;color:#5eead4;font-family:var(--font-display);font-size:1.8rem}.burden-callout span{max-width:180px;color:#94a3b8;font-size:.72rem;line-height:1.45}.burden-list{border-top:1px solid rgba(148,163,184,.2)}.burden-item{display:grid;grid-template-columns:34px 44px minmax(0,1fr);grid-gap:1rem;gap:1rem;align-items:start;padding:1.75rem 0;border-bottom:1px solid rgba(148,163,184,.2)}.burden-number{padding-top:.2rem;color:#64748b;font-size:.65rem;font-weight:700;letter-spacing:.08em}.burden-icon{display:grid;place-items:center;width:40px;height:40px;border:1px solid rgba(94,234,212,.22);border-radius:10px;background:rgba(15,118,110,.14);color:#5eead4}.burden-item h3{color:#f8fafc;font-size:1.12rem}.burden-item p{max-width:570px;margin-top:.35rem;color:#94a3b8;font-size:.86rem;line-height:1.65}.services-section{padding:7.5rem 0;background:#fff}.demos-heading,.services-heading{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.65fr);grid-gap:clamp(3rem,8vw,7rem);gap:clamp(3rem,8vw,7rem);align-items:end;margin-bottom:3.5rem}.demos-heading>p,.services-heading>div:last-child{padding-bottom:.4rem}.demos-heading>p,.services-heading p{color:var(--text-muted);font-size:.95rem;line-height:1.7}.demo-workbench-footer a,.services-heading a{display:inline-flex;align-items:center;gap:.45rem;margin-top:1rem;color:var(--color-accent);font-size:.84rem;font-weight:700}.services-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--border-color);border-left:1px solid var(--border-color)}.service-card{display:flex;flex-direction:column;min-height:320px;padding:2rem;border-right:1px solid var(--border-color);border-bottom:1px solid var(--border-color);background:#fff;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}.service-card:hover{position:relative;z-index:1;background:#f8fafc;box-shadow:0 18px 45px -35px rgba(15,23,42,.5);transform:translateY(-2px)}.service-card-top{display:flex;align-items:center;justify-content:space-between;color:var(--color-accent)}.service-card-top span{color:var(--color-slate-400);font-size:.66rem;font-weight:700;letter-spacing:.1em}.service-card-copy{margin-top:3.25rem}.service-card h3{max-width:360px;font-family:var(--font-display);font-size:1.55rem;line-height:1.2}.service-card p{max-width:430px;margin-top:.8rem;color:var(--text-muted);font-size:.88rem;line-height:1.65}.service-outcome{display:flex;align-items:center;gap:.45rem;margin-top:auto;padding-top:1.5rem;color:var(--color-accent);font-size:.74rem;font-weight:700}.services-note{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:1.25rem;gap:1.25rem;margin-top:2rem;padding:1.25rem 1.5rem;border:1px solid #99f6e4;border-radius:12px;background:#f0fdfa}.services-note>span{color:var(--color-accent);font-size:.68rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.services-note p{color:var(--color-slate-600);font-size:.82rem}.demos-section{padding:7.5rem 0;border-top:1px solid var(--border-color);background:#f1f5f9}.demo-workbench{overflow:hidden;border:1px solid #cbd5e1;border-radius:16px;background:#fff;box-shadow:0 30px 70px -50px rgba(15,23,42,.7)}.demo-workbench-bar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:44px;padding:0 1rem;border-bottom:1px solid #1e293b;background:#0f172a;color:#94a3b8;font-size:.62rem;font-weight:700;letter-spacing:.11em}.workbench-dots{display:flex;gap:5px}.workbench-dots i{width:7px;height:7px;border-radius:50%;background:#475569}.workbench-dots i:first-child{background:#14b8a6}.workbench-status{display:flex;align-items:center;justify-content:flex-end;gap:.45rem;color:#5eead4;letter-spacing:0}.demo-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-bottom:1px solid var(--border-color);background:#f8fafc}.demo-tabs button{display:flex;align-items:center;justify-content:center;gap:.5rem;min-height:54px;padding:.75rem;border:0;border-right:1px solid var(--border-color);background:transparent;color:var(--text-muted);font-family:var(--font-sans);font-size:.78rem;font-weight:700;cursor:pointer;transition:background .16s ease,color .16s ease}.demo-tabs button:last-child{border-right:0}.demo-tabs button span{color:var(--color-slate-400);font-size:.6rem}.demo-tabs button.is-active,.demo-tabs button:hover{background:#fff;color:var(--color-accent)}.demo-tabs button.is-active{box-shadow:inset 0 -2px var(--color-accent)}.demo-viewport{padding:1rem;background:#e2e8f0}.demo-viewport>*{margin:0!important}.demo-workbench-footer{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1.25rem 1.5rem;border-top:1px solid var(--border-color)}.demo-workbench-footer>div{display:flex;flex-direction:column}.demo-workbench-footer strong{color:var(--text-heading);font-size:.82rem}.demo-workbench-footer span{color:var(--text-muted);font-size:.72rem}.demo-workbench-footer a{flex:0 0 auto;margin:0}@media (max-width:899px){.burden-layout,.demos-heading,.hero-layout,.services-heading{grid-template-columns:1fr}.hero-system-card{max-width:620px}.burden-intro{position:static}.demos-heading,.services-heading{gap:1.5rem}}@media (max-width:767px){.home-hero{padding:3.75rem 0 3rem!important}.hero-layout{gap:2.75rem}.hero-eyebrow{align-items:flex-start;font-size:.62rem;line-height:1.5}.hero-eyebrow-dot{margin-top:.25rem}.hero-copy h1{margin-top:1rem;font-size:clamp(2.65rem,12vw,3.65rem);line-height:1;text-align:left}.hero-copy>p{margin-top:1.25rem;font-size:.96rem!important;line-height:1.65}.hero-actions{display:grid;grid-template-columns:1fr;margin-top:1.5rem}.hero-actions .btn{width:100%}.hero-proof{grid-template-columns:1fr;gap:.9rem;margin-top:2.25rem}.hero-proof>div,.hero-proof>div+div{padding:0;border:0}.hero-proof span{font-size:.68rem}.hero-system-card{padding:.8rem;border-radius:15px}.system-card-header{align-items:flex-start}.system-card-header .system-status{display:none}.system-step{grid-template-columns:28px 1fr auto;padding:.7rem}.system-card-footer{align-items:flex-end}.system-card-footer span{max-width:120px}.page-jump-markers a span{display:none}.burden-section,.demos-section,.services-section{padding:4.25rem 0!important}.burden-layout{gap:2.5rem}.burden-intro h2,.demos-heading h2,.services-heading h2{font-size:clamp(2.15rem,10vw,3rem)}.burden-callout{align-items:flex-start;flex-direction:column;gap:.25rem}.burden-callout span{max-width:240px}.burden-item{grid-template-columns:38px minmax(0,1fr);gap:.85rem;padding:1.35rem 0}.burden-number{display:none}.burden-item p{font-size:.82rem}.demos-heading,.services-heading{margin-bottom:2.25rem}.services-grid{grid-template-columns:1fr}.service-card{min-height:270px;padding:1.35rem}.service-card-copy{margin-top:2rem}.service-card h3{font-size:1.35rem!important}.services-note{grid-template-columns:1fr;padding:1rem}.services-note .btn{width:100%}.demo-workbench{margin-inline:-.55rem;border-radius:11px}.demo-workbench-bar{grid-template-columns:1fr auto;min-height:38px}.demo-workbench-bar>span:nth-child(2){display:none}.demo-tabs{display:flex;overflow-x:auto;scrollbar-width:none}.demo-tabs::-webkit-scrollbar{display:none}.demo-tabs button{flex:0 0 auto;min-height:47px;padding-inline:.9rem;font-size:.7rem}.demo-viewport{padding:.25rem}.demo-workbench-footer{align-items:flex-start;flex-direction:column;gap:.8rem;padding:1rem}}