@font-face {
  font-family: "Appliance Sans";
  src: local("Segoe UI Variable"), local("Aptos"), local("Segoe UI");
  font-display: swap;
}

:root {
  --ink: #152422;
  --ink-soft: #3e504d;
  --muted: #687774;
  --paper: #f4f2ec;
  --paper-dark: #e9e6de;
  --white: #fff;
  --teal: #1f766d;
  --teal-dark: #123f3b;
  --teal-pale: #d9ece8;
  --gold: #d9a441;
  --orange: #e8773e;
  --navy: #263f5a;
  --line: rgba(21, 36, 34, 0.14);
  --shadow: 0 28px 80px rgba(20, 43, 39, 0.14);
  --radius: 24px;
  --container: 1180px;
  font-family: "Appliance Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { display: block; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; padding: 10px 15px; border-radius: 8px; background: #fff; color: var(--ink); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; top: 0; right: 0; left: 0; height: 76px; border-bottom: 1px solid transparent; transition: background .25s, border-color .25s, box-shadow .25s; }
.site-header.scrolled { border-color: rgba(21,36,34,.09); background: rgba(244,242,236,.92); box-shadow: 0 8px 30px rgba(20,43,39,.06); backdrop-filter: blur(18px); }
.nav-shell { height: 100%; display: flex; align-items: center; gap: 34px; }
.brand { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: 19px; font-weight: 800; letter-spacing: -.045em; }
.brand > span:last-child > span { color: var(--teal); }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; background: var(--teal); color: white; box-shadow: 0 8px 18px rgba(31,118,109,.2); }
.brand-mark svg { width: 29px; height: 29px; }
.brand-mark path { fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 27px; }
.site-nav a { position: relative; padding: 9px 0; color: #42514f; font-size: 14px; font-weight: 650; }
.site-nav a::after { position: absolute; right: 0; bottom: 3px; left: 0; height: 1.5px; background: var(--teal); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.site-nav a:hover::after, .site-nav a:focus-visible::after, .site-nav a.active::after { transform: scaleX(1); transform-origin: left; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 11px; padding: 0 22px; border: 1px solid transparent; border-radius: 10px; cursor: pointer; font-size: 14px; font-weight: 750; transition: transform .2s, box-shadow .2s, background .2s, border-color .2s; }
.button svg, .text-link svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button:hover svg { transform: translateX(3px); }
.button-small { min-height: 42px; padding: 0 17px; border-radius: 8px; font-size: 13px; }
.button-dark { background: var(--ink); color: #fff; box-shadow: 0 9px 20px rgba(21,36,34,.13); }
.button-primary { background: var(--teal); color: #fff; box-shadow: 0 13px 28px rgba(31,118,109,.22); }
.button-primary:hover { background: #17675f; box-shadow: 0 16px 32px rgba(31,118,109,.28); }
.button-quiet { border-color: rgba(21,36,34,.15); background: rgba(255,255,255,.35); color: var(--ink); }
.button-quiet:hover { border-color: var(--teal); background: rgba(255,255,255,.8); }
.button-light { background: #fff; color: var(--teal-dark); box-shadow: 0 15px 40px rgba(3,19,18,.2); }
.menu-toggle { display: none; width: 42px; height: 42px; margin-left: auto; padding: 0; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 22px; height: 2px; margin: 5px auto; border-radius: 2px; background: var(--ink); transition: transform .2s, opacity .2s; }

.hero { position: relative; min-height: 850px; padding: 158px 0 94px; overflow: hidden; background: radial-gradient(circle at 78% 16%, rgba(201,224,218,.8), transparent 30%), var(--paper); }
.section-grid::before { position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(21,36,34,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(21,36,34,.09) 1px, transparent 1px); background-size: 66px 66px; content: ""; mask-image: linear-gradient(to bottom, black, transparent 72%); }
.hero::after { position: absolute; right: -5%; bottom: -90px; left: -5%; height: 180px; border-radius: 50% 50% 0 0; background: #fff; content: ""; }
.hero-glow { position: absolute; border-radius: 999px; filter: blur(1px); pointer-events: none; }
.hero-glow-one { top: 140px; left: -160px; width: 390px; height: 390px; background: rgba(230,174,88,.14); }
.hero-glow-two { right: 28%; bottom: 90px; width: 230px; height: 230px; background: rgba(31,118,109,.1); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: clamp(36px,5vw,76px); }
.hero-copy { padding-bottom: 25px; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--teal); font-size: 11px; font-weight: 850; letter-spacing: .16em; line-height: 1.4; text-transform: uppercase; }
.eyebrow > span { width: 24px; height: 1.5px; background: currentColor; }
.eyebrow.light { color: #9cd3c9; }
.hero h1 { max-width: 610px; margin: 22px 0 25px; font-size: clamp(52px,5.15vw,76px); font-weight: 780; letter-spacing: -.066em; line-height: .99; }
.hero h1 em { color: var(--teal); font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.055em; }
.hero-lede { max-width: 570px; margin: 0; color: var(--ink-soft); font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-proof { display: flex; gap: 0; margin-top: 52px; }
.hero-proof div { min-width: 120px; padding: 0 24px; border-left: 1px solid var(--line); }
.hero-proof div:first-child { padding-left: 0; border-left: 0; }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { margin-bottom: 1px; font-size: 22px; letter-spacing: -.04em; }
.hero-proof span { color: var(--muted); font-size: 11px; font-weight: 650; line-height: 1.35; }

.hero-product { position: relative; width: 125%; min-height: 570px; }
.dashboard-window { position: absolute; z-index: 3; top: 36px; left: 0; width: 760px; height: 500px; overflow: hidden; border: 1px solid rgba(255,255,255,.76); border-radius: 20px; background: #f7f9f8; box-shadow: 0 38px 100px rgba(22,57,51,.2), 0 2px 0 rgba(255,255,255,.75) inset; transform: perspective(1200px) rotateY(-4deg) rotateX(1deg); transform-origin: left center; }
.dashboard-window > .window-topbar,
.dashboard-window > .window-layout { display: none; }
.real-hero-shot { width: 100%; height: 100%; display: block; object-fit: cover; object-position: top left; }
.window-topbar { height: 55px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; border-bottom: 1px solid #e8eceb; background: #fff; }
.mini-brand { display: flex; align-items: center; gap: 8px; color: #1a2927; font-size: 11px; letter-spacing: -.025em; }
.mini-logo { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 7px; background: var(--teal); color: #fff; font-size: 11px; }
.window-tools { display: flex; align-items: center; gap: 12px; }
.window-tools > span { width: 16px; height: 16px; display: block; border: 1px solid #bfc9c7; border-radius: 50%; }
.mini-avatar { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: #e1eeeb; color: var(--teal); font-size: 8px; font-weight: 800; }
.window-layout { height: calc(100% - 55px); display: grid; grid-template-columns: 134px 1fr; }
.window-sidebar { padding: 20px 12px; border-right: 1px solid #e4e9e8; background: #f3f6f5; }
.side-item { height: 35px; display: flex; align-items: center; gap: 9px; margin-bottom: 5px; padding: 0 10px; border-radius: 7px; color: #6a7775; font-size: 8px; font-weight: 700; }
.side-item.active { background: #dcece8; color: #19665f; }
.side-item b { min-width: 15px; margin-left: auto; padding: 1px 4px; border-radius: 8px; background: rgba(31,118,109,.11); font-size: 7px; text-align: center; }
.side-item i { position: relative; width: 12px; height: 12px; display: block; opacity: .8; }
.icon-grid::before { position: absolute; inset: 1px; border: 1.2px solid currentColor; border-radius: 2px; box-shadow: inset 4px 0 transparent; content: ""; }
.icon-grid::after { position: absolute; top: 5.5px; right: 1px; left: 1px; border-top: 1.2px solid currentColor; content: ""; }
.icon-box::before { position: absolute; inset: 1px; border: 1.2px solid currentColor; border-radius: 2px; content: ""; }
.icon-calendar::before { position: absolute; inset: 2px 1px 1px; border: 1.2px solid currentColor; border-radius: 2px; content: ""; }
.icon-calendar::after { position: absolute; top: 4px; right: 2px; left: 2px; border-top: 1.2px solid currentColor; content: ""; }
.icon-parts::before { position: absolute; top: 1px; left: 4px; width: 4px; height: 10px; border: 1.2px solid currentColor; border-radius: 5px; content: ""; transform: rotate(45deg); }
.icon-message::before { position: absolute; inset: 1px; border: 1.2px solid currentColor; border-radius: 3px; content: ""; }
.icon-chart::before { position: absolute; right: 1px; bottom: 1px; left: 1px; height: 8px; border-bottom: 1.2px solid currentColor; border-left: 1.2px solid currentColor; content: ""; }
.window-main { min-width: 0; padding: 20px 22px; }
.mock-heading { display: flex; align-items: center; justify-content: space-between; }
.mock-heading small { color: #8b9795; font-size: 7px; font-weight: 750; letter-spacing: .1em; }
.mock-heading h3 { margin: 1px 0 0; font-size: 17px; letter-spacing: -.04em; }
.mock-heading button { height: 29px; padding: 0 11px; border: 0; border-radius: 6px; background: var(--teal); color: #fff; font-size: 8px; font-weight: 750; }
.mock-heading button span { margin-right: 4px; font-size: 12px; }
.metric-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 17px; }
.metric-card { min-height: 84px; padding: 12px 14px; border: 1px solid #e4e9e8; border-radius: 10px; background: #fff; box-shadow: 0 5px 15px rgba(24,55,50,.035); }
.metric-card > span, .metric-card > strong, .metric-card > small { display: block; }
.metric-card > span { color: #63716f; font-size: 7px; font-weight: 700; }
.metric-card > strong { margin: 3px 0; font-size: 22px; line-height: 1; letter-spacing: -.04em; }
.metric-card > small { font-size: 6.5px; }
.metric-card.teal small { color: var(--teal); }.metric-card.gold small { color: #a87925; }.metric-card.blue small { color: #3e6c99; }
.metric-card.teal { border-top: 2px solid var(--teal); }.metric-card.gold { border-top: 2px solid var(--gold); }.metric-card.blue { border-top: 2px solid #628bb3; }
.mock-content-row { display: grid; grid-template-columns: 1.58fr .72fr; gap: 11px; margin-top: 11px; }
.inventory-panel, .day-panel { min-width: 0; border: 1px solid #e3e9e7; border-radius: 10px; background: #fff; }
.panel-title { display: flex; align-items: center; justify-content: space-between; padding: 12px 13px 9px; }
.panel-title div strong, .panel-title div span { display: block; }.panel-title strong { font-size: 9px; }.panel-title span { color: #8a9694; font-size: 6.5px; }.panel-title a { color: var(--teal); font-size: 7px; font-weight: 700; }
.mock-table-head, .mock-table-row { display: grid; grid-template-columns: minmax(120px,1.6fr) .7fr .5fr; align-items: center; gap: 5px; padding: 0 12px; }
.mock-table-head { height: 22px; background: #f6f8f7; color: #889391; font-size: 6px; font-weight: 750; text-transform: uppercase; }
.mock-table-row { min-height: 48px; border-top: 1px solid #edf0ef; font-size: 7px; }
.mock-table-row > strong { font-size: 7px; }
.unit-cell { display: flex; min-width: 0; align-items: center; gap: 8px; }
.unit-cell > span strong, .unit-cell > span small { display: block; white-space: nowrap; }.unit-cell > span strong { overflow: hidden; font-size: 7.5px; text-overflow: ellipsis; }.unit-cell > span small { color: #8d9896; font-size: 5.5px; }
.appliance-thumb { position: relative; width: 31px; height: 31px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 6px; background: #e8edeb; }
.appliance-thumb i { position: relative; width: 14px; height: 22px; display: block; border: 1px solid #75817f; border-radius: 2px; }
.appliance-thumb.fridge i::after { position: absolute; top: 9px; right: 0; left: 0; border-top: 1px solid #75817f; content:""; }
.appliance-thumb.washer i { width: 20px; height: 20px; }.appliance-thumb.washer i::before { position: absolute; top: 5px; left: 5px; width: 8px; height: 8px; border: 1px solid #75817f; border-radius: 50%; content:""; }
.appliance-thumb.range i::before { position: absolute; top: 3px; left: 2px; width: 2px; height: 2px; border: 1px solid #75817f; border-radius: 50%; box-shadow: 6px 0 0 -1px #75817f; content:""; }
.status { display: inline-flex; width: max-content; align-items: center; gap: 3px; padding: 3px 5px; border-radius: 5px; font-size: 5.5px; font-style: normal; font-weight: 750; }.status i { width: 3px; height: 3px; border-radius: 50%; }
.status.ready { background: #e0f0eb; color: #1e6c61; }.status.ready i{background:#1e6c61}.status.wait { background: #faf0d9; color: #9a6a18; }.status.wait i{background:#c38c28}.status.sold { background: #e4edf7; color: #426d99; }.status.sold i{background:#426d99}
.route-map { position: relative; height: 111px; overflow: hidden; background: #edf2ef; }
.route-map svg { width: 100%; height: 100%; }.roads { fill: none; stroke: #fff; stroke-width: 2; }.route { fill:none; stroke:var(--teal); stroke-width:2.2; stroke-linecap:round; stroke-dasharray:3 2; }
.map-pin { position: absolute; width: 15px; height: 15px; display: grid; place-items:center; border:2px solid #fff; border-radius:50% 50% 50% 3px; background:var(--teal); color:#fff; font-size:5px; font-weight:800; transform:rotate(-45deg); box-shadow:0 2px 5px rgba(0,0,0,.15)}.map-pin::first-letter{transform:rotate(45deg)}
.pin-one{top:68px;left:23px}.pin-two{top:30px;left:82px}.pin-three{top:36px;right:22px}
.next-stop { display:flex; align-items:center; gap:7px; padding:10px 11px; }.time-pill{padding:3px 5px;border-radius:4px;background:#deede9;color:var(--teal);font-size:6px;font-weight:800}.next-stop div strong,.next-stop div small{display:block}.next-stop strong{font-size:7px}.next-stop small{color:#8a9694;font-size:5.5px}
.floating-note { position:absolute; z-index:5; display:flex; align-items:center; gap:10px; padding:11px 14px; border:1px solid rgba(255,255,255,.85); border-radius:12px; background:rgba(255,255,255,.96); box-shadow:0 18px 45px rgba(17,53,47,.18); backdrop-filter:blur(10px)}.floating-note strong,.floating-note small{display:block}.floating-note strong{font-size:9px}.floating-note small{color:#788581;font-size:7px}.note-icon{width:26px;height:26px;display:grid;place-items:center;border-radius:8px;font-size:11px;font-weight:900}.note-icon.check{background:#dceee9;color:var(--teal)}.note-icon.message{background:#f8ead1;color:#ac7521}.note-one{right:8px;bottom:42px}.note-two{top:10px;right:-12px}
.orbit { position:absolute; border:1px solid rgba(31,118,109,.13); border-radius:50%; }.orbit-one{top:-20px;right:30px;width:430px;height:430px}.orbit-two{right:120px;bottom:-10px;width:230px;height:230px}

.workflow-strip { position:relative; z-index:3; padding:30px 0 34px; background:#fff; }
.workflow-strip p { margin:0 0 17px; color:#899491; font-size:9px; font-weight:800; letter-spacing:.16em; text-align:center; text-transform:uppercase; }
.workflow-line { display:flex; align-items:center; justify-content:center; gap:18px; color:#3e504d; font-size:12px; font-weight:750; }.workflow-line i{width:3px;height:3px;border-radius:50%;background:#78a9a2;}

.section-heading { display:flex; align-items:end; justify-content:space-between; gap:60px; margin-bottom:58px; }
.section-heading h2,.center-heading h2,.roadmap-copy h2,.about-copy h2,.cta-copy h2 { margin:17px 0 0; font-size:clamp(38px,4vw,56px); line-height:1.06; letter-spacing:-.055em; }
.section-heading > p { max-width:420px; margin:0 0 5px; color:var(--muted); font-size:17px; line-height:1.65; }
.section-features { background:#fff; }
.bento-grid { display:grid; grid-template-columns:repeat(12,1fr); gap:18px; }
.feature-card { position:relative; min-height:315px; overflow:hidden; border:1px solid rgba(21,36,34,.11); border-radius:var(--radius); background:#f7f6f2; padding:30px; transition:transform .3s,box-shadow .3s,border-color .3s; }
.feature-card:hover{transform:translateY(-4px);border-color:rgba(31,118,109,.3);box-shadow:0 20px 45px rgba(27,59,54,.09)}
.feature-card h3{margin:12px 0 9px;font-size:23px;line-height:1.15;letter-spacing:-.035em}.feature-card p{max-width:430px;margin:0;color:#5e6d69;font-size:14px;line-height:1.65}.feature-number{display:block;color:#9aa5a2;font-size:9px;font-weight:850;letter-spacing:.12em}.feature-icon{width:43px;height:43px;display:grid;place-items:center;margin-bottom:22px;border-radius:12px;background:#e1eee9;color:var(--teal)}.feature-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.feature-copy{position:relative;z-index:2}
.feature-inventory{grid-column:span 7;min-height:405px;padding-right:48%}.feature-schedule{grid-column:span 5;min-height:405px}.feature-team,.feature-parts,.feature-message{grid-column:span 4;min-height:420px}.feature-finance{grid-column:span 12;min-height:340px;padding-right:54%}
.inventory-stack{position:absolute;right:23px;bottom:14px;width:44%;height:275px}.stack-card{position:absolute;right:0;bottom:0;width:86%;height:205px;border:1px solid #d9e1de;border-radius:14px;background:#fff;box-shadow:0 16px 35px rgba(20,47,42,.11)}.stack-card::before{position:absolute;top:10px;left:11px;width:32px;height:4px;border-radius:4px;background:#e1e6e4;content:""}.stack-back{right:22px;bottom:45px;transform:rotate(8deg);opacity:.55}.stack-mid{right:9px;bottom:24px;transform:rotate(4deg);opacity:.8}.stack-front{display:grid;grid-template-columns:84px 1fr;align-items:center;gap:13px;padding:40px 14px 14px}.stack-photo{height:118px;display:grid;place-items:center;border-radius:9px;background:#e8efed}.line-fridge{position:relative;width:38px;height:78px;border:2px solid #6d7c79;border-radius:4px}.line-fridge::after{position:absolute;top:37px;right:0;left:0;border-top:2px solid #6d7c79;content:""}.stack-front>div:last-child small,.stack-front>div:last-child strong,.stack-front>div:last-child span{display:block}.stack-front small{color:#8a9693;font-size:8px}.stack-front strong{margin:3px 0 12px;font-size:11px}.stack-front span{width:max-content;padding:4px 6px;border-radius:6px;background:#dceee9;color:var(--teal);font-size:7px;font-weight:800}.stack-front span i{display:inline-block;width:4px;height:4px;margin-right:3px;border-radius:50%;background:var(--teal)}
.mini-calendar{position:absolute;right:25px;bottom:0;left:25px;height:180px;overflow:hidden;border:1px solid #dfe5e3;border-bottom:0;border-radius:14px 14px 0 0;background:#fff}.cal-head{display:flex;align-items:center;justify-content:space-between;padding:13px 16px;border-bottom:1px solid #e7ebe9;font-size:10px}.cal-head span{color:#8c9895;font-size:8px}.cal-times{position:absolute;top:48px;bottom:0;left:0;width:45px;display:flex;flex-direction:column;justify-content:space-around;padding:8px 0;color:#9aa5a2;font-size:7px;text-align:center}.cal-times::after{position:absolute;top:0;right:0;bottom:0;border-right:1px solid #edf0ef;content:""}.cal-job{position:absolute;left:55px;width:calc(100% - 70px);padding:8px 10px;border-left:3px solid var(--teal);border-radius:6px;background:#e4f0ed}.cal-job small,.cal-job strong,.cal-job span{display:block}.cal-job small{color:var(--teal);font-size:6px;font-weight:750}.cal-job strong{font-size:8px}.cal-job span{color:#6d7b78;font-size:6px}.job-a{top:58px}.job-b{top:116px;border-color:var(--gold);background:#f9f0df}.job-b small{color:#a67423}
.feature-team{background:#173f3b;color:#fff}.feature-team .feature-icon{background:rgba(255,255,255,.1);color:#a7d8d0}.feature-team .feature-number{color:#77a59e}.feature-team p{color:#b8cfca}.avatar-row{position:absolute;right:28px;bottom:28px;display:flex}.avatar-row span{width:42px;height:42px;display:grid;place-items:center;margin-left:-8px;border:3px solid #173f3b;border-radius:50%;background:#cce4df;color:#1d665e;font-size:10px;font-weight:800}.avatar-row span:nth-child(2){background:#f1d7b6;color:#925c1e}.avatar-row span:nth-child(3){background:#d7dbea;color:#485d83}.avatar-row span:last-child{background:#fff;color:#173f3b}
.parts-bars{position:absolute;right:29px;bottom:31px;left:29px;display:grid;gap:8px}.parts-bars span{height:8px;border-radius:10px;background:linear-gradient(90deg,var(--teal) var(--w),#e1e7e5 var(--w))}.parts-bars span:nth-child(2){background:linear-gradient(90deg,var(--gold) var(--w),#e1e7e5 var(--w))}
.feature-message{background:#f2e7d6}.feature-message .feature-icon{background:#fff4e4;color:#ae7122}.message-bubbles{position:absolute;right:23px;bottom:26px;left:23px;display:flex;flex-direction:column;gap:8px}.message-bubbles span{width:max-content;max-width:85%;padding:9px 12px;border-radius:12px 12px 12px 3px;background:#fff;color:#5b625e;font-size:8px;box-shadow:0 8px 20px rgba(78,58,26,.07)}.message-bubbles span:last-child{align-self:flex-end;border-radius:12px 12px 3px 12px;background:var(--teal);color:#fff}
.mini-chart{position:absolute;top:33px;right:34px;bottom:24px;width:46%;overflow:hidden;border:1px solid #dde4e2;border-radius:16px;background:#fff;padding:23px}.chart-label{display:flex;align-items:end;justify-content:space-between}.chart-label span{color:#7c8986;font-size:9px}.chart-label strong{font-size:22px;letter-spacing:-.04em}.mini-chart svg{position:absolute;right:20px;bottom:30px;left:20px;width:calc(100% - 40px);height:125px}.mini-chart .area{fill:url(#chartFill)}.mini-chart .chart-line{fill:none;stroke:var(--teal);stroke-width:2.2;stroke-linecap:round}
.feature-live-preview{position:absolute;overflow:hidden;border:1px solid #2f3d4c;border-radius:14px;background:#101923;box-shadow:0 16px 35px rgba(20,47,42,.12)}.feature-live-preview img{width:100%;height:100%;display:block;object-fit:contain;object-position:center}.preview-inventory{right:23px;bottom:18px;width:44%;height:270px}.preview-schedule{right:25px;bottom:20px;left:25px;height:180px}.preview-compact{right:22px;bottom:22px;left:22px;height:160px}.preview-financials{top:33px;right:34px;bottom:24px;width:46%;background:#fff}.feature-team .feature-live-preview{border-color:rgba(255,255,255,.26);box-shadow:0 16px 35px rgba(0,0,0,.2)}

.section-screens{position:relative;overflow:hidden;background:#123c38;color:#fff}.section-screens::before{position:absolute;inset:0;opacity:.14;background-image:linear-gradient(rgba(255,255,255,.13) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.13) 1px,transparent 1px);background-size:72px 72px;content:"";mask-image:linear-gradient(to right,black,transparent 80%)}.section-screens .container{position:relative}.screen-heading>p{color:#bdd0cc}.screen-tabs{display:flex;border-bottom:1px solid rgba(255,255,255,.17)}.screen-tab{position:relative;min-width:160px;padding:17px 4px;border:0;background:transparent;color:#91aaa5;cursor:pointer;font-size:13px;font-weight:700;text-align:left}.screen-tab span{margin-right:9px;color:#5e817a;font-size:9px}.screen-tab::after{position:absolute;right:0;bottom:-1px;left:0;height:2px;background:#a8dacf;content:"";transform:scaleX(0);transition:transform .25s}.screen-tab.active{color:#fff}.screen-tab.active::after{transform:scaleX(1)}
.screens-stage{margin-top:40px}.screen-panel{animation:screenIn .42s ease both}.screen-panel[hidden]{display:none}@keyframes screenIn{from{opacity:0;transform:translateY(9px)}to{opacity:1;transform:translateY(0)}}
.screen-browser{overflow:hidden;border:1px solid rgba(255,255,255,.21);border-radius:18px;background:#f6f8f7;box-shadow:0 38px 90px rgba(1,18,16,.35)}.browser-bar{height:42px;display:flex;align-items:center;gap:18px;padding:0 14px;background:#e8edeb;color:#7b8986}.browser-bar>div{display:flex;gap:5px}.browser-bar i{width:7px;height:7px;display:block;border-radius:50%;background:#bdc7c4}.browser-bar i:first-child{background:#e29470}.browser-bar i:nth-child(2){background:#dfbc63}.browser-bar i:nth-child(3){background:#69a99d}.browser-bar>span{width:45%;margin:auto;padding:5px 15px;border-radius:6px;background:#fff;color:#879390;font-size:7px;text-align:center}.browser-bar>b{width:23px;height:23px;display:grid;place-items:center;border-radius:50%;background:#cfdfdc;color:var(--teal);font-size:7px}
.actual-product-shot { width: 100%; height: auto; display: block; }
.screen-browser > .product-screen { display: none; }
.product-screen{height:560px;display:grid;grid-template-columns:66px 1fr;background:#f5f7f6;color:var(--ink)}.product-side{display:flex;flex-direction:column;align-items:center;gap:27px;padding:18px 0;border-right:1px solid #e1e6e4;background:#fff}.ps-logo{width:30px;height:30px;display:grid;place-items:center;margin-bottom:11px;border-radius:8px;background:var(--teal);color:#fff;font-size:11px;font-weight:800}.product-side>i{position:relative;width:18px;height:18px;border:1.5px solid #99a6a3;border-radius:4px}.product-side>i.ps-active{border-color:var(--teal);background:#dbece8;box-shadow:0 0 0 8px #dbece8}.product-body{min-width:0;padding:29px 34px}.ps-top{display:flex;align-items:center;justify-content:space-between}.ps-top small{color:#7d8b88;font-size:9px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.ps-top h4{margin:3px 0 0;font-size:25px;line-height:1.15;letter-spacing:-.04em}.ps-top button{height:36px;padding:0 14px;border:0;border-radius:7px;background:var(--teal);color:#fff;font-size:9px;font-weight:750}.ps-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:27px}.ps-stats>div{padding:16px;border:1px solid #e1e6e4;border-radius:10px;background:#fff}.ps-stats small,.ps-stats strong,.ps-stats span{display:block}.ps-stats small{color:#7d8987;font-size:8px}.ps-stats strong{margin:6px 0 2px;font-size:24px;line-height:1;letter-spacing:-.04em}.ps-stats span{color:var(--teal);font-size:7px}
.ps-table{margin-top:17px;overflow:hidden;border:1px solid #dfe5e3;border-radius:10px;background:#fff}.ps-tools{height:55px;display:flex;align-items:center;gap:10px;padding:0 16px}.ps-tools strong{margin-right:auto;font-size:11px}.ps-search,.ps-filter{padding:7px 10px;border:1px solid #dde3e1;border-radius:6px;color:#879390;font-size:7px}.ps-search{width:145px}.ps-row{min-height:62px;display:grid;grid-template-columns:2fr .8fr .85fr .7fr .55fr;align-items:center;gap:10px;padding:0 16px;border-top:1px solid #e7ebe9;color:#596763;font-size:8px}.ps-row-head{min-height:30px;background:#f6f8f7;color:#899592;font-size:6.5px;font-weight:800;text-transform:uppercase}.ps-row>strong{color:var(--ink);text-align:right}.ps-machine{display:flex;align-items:center;gap:10px}.ps-machine>i{position:relative;width:34px;height:34px;display:block;flex:0 0 auto;border-radius:7px;background:#e9eeec}.ps-machine>i::before{position:absolute;top:6px;right:11px;bottom:6px;left:11px;border:1px solid #788581;border-radius:2px;content:""}.ps-machine>.washer-icon::before{inset:7px;border-radius:3px}.ps-machine>.washer-icon::after{position:absolute;top:13px;left:13px;width:8px;height:8px;border:1px solid #788581;border-radius:50%;content:""}.ps-machine>b,.ps-machine small{display:block}.ps-machine>b{font-size:8px}.ps-machine small{color:#919c99;font-size:6px;font-weight:500}.ps-status{display:inline-flex;padding:4px 7px;border-radius:6px;font-size:6.5px;font-style:normal;font-weight:800}.ps-status.green{background:#dcece8;color:#17685f}.ps-status.yellow{background:#f9efd9;color:#9a6b1c}.ps-status.blue{background:#e3edf6;color:#416d97}.ps-status.purple{background:#ece6f5;color:#6f5693}
.screen-caption{display:flex;align-items:center;gap:65px;padding:25px 4px 0}.screen-caption>span{flex:0 0 auto;color:#8fc1b8;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.screen-caption p{max-width:620px;margin:0;color:#cad9d6;font-size:14px}
.schedule-controls{height:44px;display:flex;align-items:center;gap:8px;margin-top:20px;padding:0 12px;border:1px solid #e1e6e4;border-radius:8px;background:#fff;color:#7a8885;font-size:8px}.schedule-controls>span{width:23px;height:23px;display:grid;place-items:center;border:1px solid #dce2e0;border-radius:5px}.schedule-controls>strong{color:var(--ink);font-size:8px}.schedule-controls>div{flex:1}.schedule-controls button{padding:4px 9px;border:0;border-radius:5px;background:transparent;color:#72817d;font-size:7px}.schedule-controls button.selected{background:#dcece8;color:var(--teal)}
.week-board{height:370px;display:grid;grid-template-columns:46px repeat(5,1fr);margin-top:12px;overflow:hidden;border:1px solid #dfe5e3;border-radius:9px;background:#fff}.week-times{display:flex;flex-direction:column;justify-content:space-around;padding:38px 0 0;color:#9aa4a2;font-size:6.5px;text-align:center}.week-day{position:relative;border-left:1px solid #e8eceb;background-image:linear-gradient(to bottom,transparent 24.7%,#eef1f0 25%,transparent 25.3%,transparent 49.7%,#eef1f0 50%,transparent 50.3%,transparent 74.7%,#eef1f0 75%,transparent 75.3%)}.week-day>strong{height:38px;display:flex;align-items:center;justify-content:center;gap:5px;border-bottom:1px solid #e7ebe9;color:#85918e;font-size:6.5px}.week-day>strong b{width:19px;height:19px;display:grid;place-items:center;border-radius:50%;background:#e0efeb;color:var(--teal);font-size:7px}.job-card{position:absolute;top:var(--top);right:5px;left:5px;height:var(--height);padding:8px;border-left:3px solid;border-radius:5px}.job-card small,.job-card b,.job-card span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.job-card small{font-size:5.5px;font-weight:800}.job-card b{font-size:7px}.job-card span{font-size:5.5px}.job-card.aqua{border-color:#298378;background:#dfeeea;color:#1e645c}.job-card.orange{border-color:#d4874e;background:#f6e8dc;color:#815633}.job-card.navy{border-color:#537594;background:#e2eaf1;color:#3b5670}
.finance-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:27px}.finance-kpis>div{padding:18px;border:1px solid #e0e6e4;border-radius:10px;background:#fff}.finance-kpis span,.finance-kpis strong,.finance-kpis small{display:block}.finance-kpis span{color:#7f8d89;font-size:8px}.finance-kpis strong{margin:5px 0;font-size:23px;line-height:1}.finance-kpis small{color:var(--teal);font-size:7px}.finance-grid{display:grid;grid-template-columns:1.8fr .7fr;gap:12px;margin-top:15px}.revenue-chart,.profit-mix{height:285px;padding:19px;border:1px solid #dfe5e3;border-radius:10px;background:#fff}.revenue-chart>div:first-child{display:flex;justify-content:space-between;font-size:9px}.revenue-chart>div:first-child span{color:#7d8a87;font-size:7px}.revenue-chart svg{width:100%;height:190px;margin-top:11px}.chart-grid{fill:none;stroke:#edf0ef;stroke-width:1}.big-area{fill:url(#bigFill)}.big-line{fill:none;stroke:var(--teal);stroke-width:2.3;stroke-linecap:round}.months{display:flex;justify-content:space-between;color:#929c9a;font-size:6px}.profit-mix>strong{font-size:9px}.donut{width:125px;height:125px;display:grid;place-items:center;margin:20px auto 14px;border-radius:50%;background:conic-gradient(var(--teal) 0 66%,var(--gold) 66% 94%,#dce3e1 94%);position:relative}.donut::before{position:absolute;width:78px;height:78px;border-radius:50%;background:#fff;content:""}.donut span{position:relative;text-align:center}.donut b,.donut small{display:block}.donut b{font-size:18px}.donut small{color:#8a9693;font-size:6px}.profit-mix ul{margin:0;padding:0;list-style:none}.profit-mix li{display:flex;align-items:center;gap:6px;margin:7px 0;color:#788582;font-size:6.5px}.profit-mix li i{width:6px;height:6px;border-radius:50%}.profit-mix li b{margin-left:auto;color:var(--ink)}.dot-teal{background:var(--teal)}.dot-gold{background:var(--gold)}.dot-pale{background:#dce3e1}

.section-how{background:#f4f2ec}.center-heading{max-width:750px;margin:0 auto 60px;text-align:center}.center-heading .eyebrow{justify-content:center}.center-heading p{max-width:660px;margin:20px auto 0;color:var(--muted);font-size:17px}.steps-grid{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.steps-grid::before{position:absolute;top:63px;right:20%;left:20%;border-top:1px dashed #9ab5b0;content:""}.step-card{position:relative;z-index:1;min-height:320px;padding:31px;border:1px solid var(--line);border-radius:20px;background:#fff}.step-no{color:#9da8a5;font-size:9px;font-weight:800;letter-spacing:.13em}.step-icon{width:67px;height:67px;display:grid;place-items:center;margin:22px 0 34px;border:8px solid #f4f2ec;border-radius:50%;background:#dcece8;color:var(--teal);box-shadow:0 0 0 1px #c9ded9}.step-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.step-card h3{margin:0 0 10px;font-size:20px;letter-spacing:-.035em}.step-card p{margin:0;color:var(--muted);font-size:14px}

.section-roadmap{position:relative;overflow:hidden;background:#172c2a;color:#fff}.section-roadmap::before{position:absolute;top:-250px;left:-200px;width:650px;height:650px;border:1px solid rgba(255,255,255,.07);border-radius:50%;box-shadow:0 0 0 100px rgba(255,255,255,.025),0 0 0 200px rgba(255,255,255,.018);content:""}.roadmap-layout{position:relative;display:grid;grid-template-columns:.85fr 1.15fr;gap:105px}.roadmap-copy{position:sticky;top:130px;align-self:start}.roadmap-copy p{max-width:440px;margin:23px 0 31px;color:#adc2bd;font-size:16px}.text-link{display:inline-flex;align-items:center;gap:10px;color:#a6d8cf;font-size:13px;font-weight:750}.text-link svg{width:18px}.text-link:hover svg{transform:translateX(4px)}.roadmap-list{border-top:1px solid rgba(255,255,255,.14)}.roadmap-item{padding:35px 8px 37px;border-bottom:1px solid rgba(255,255,255,.14)}.roadmap-status{display:flex;align-items:center;gap:8px;color:#9fb5b0;font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.roadmap-status>span{width:8px;height:8px;border-radius:50%}.live-dot{background:#68c6b5;box-shadow:0 0 0 5px rgba(104,198,181,.12)}.next-dot{border:2px solid #d8aa54}.later-dot{border:2px solid #76908b}.roadmap-item h3{margin:12px 0 15px;font-size:24px;letter-spacing:-.035em}.roadmap-item ul{display:grid;grid-template-columns:1fr 1fr;gap:8px 35px;margin:0;padding:0;list-style:none}.roadmap-item li{position:relative;padding-left:15px;color:#b9cac6;font-size:13px}.roadmap-item li::before{position:absolute;top:.72em;left:0;width:5px;height:1px;background:#7ba89f;content:""}

.section-about{background:#fff}.about-layout{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:90px}.about-art{position:relative;height:565px;overflow:hidden;border-radius:26px;background:#dce9e5}.about-grid-lines{position:absolute;inset:0;opacity:.5;background-image:linear-gradient(rgba(25,82,74,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(25,82,74,.09) 1px,transparent 1px);background-size:45px 45px}.about-art::before,.about-art::after{position:absolute;border:1px solid rgba(31,118,109,.19);border-radius:50%;content:""}.about-art::before{top:38px;right:-110px;width:410px;height:410px;box-shadow:0 0 0 55px rgba(31,118,109,.04),0 0 0 110px rgba(31,118,109,.025)}.about-art::after{bottom:-80px;left:-80px;width:270px;height:270px}.about-mark{position:absolute;top:50%;left:50%;width:190px;height:190px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.85);border-radius:44px;background:var(--teal);color:#fff;box-shadow:0 30px 70px rgba(25,91,83,.25);transform:translate(-50%,-50%) rotate(-4deg)}.about-mark svg{width:135px;height:135px;transform:rotate(4deg)}.about-mark path{fill:none;stroke:currentColor;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round}.about-label{position:absolute;padding:8px 12px;border:1px solid rgba(255,255,255,.9);border-radius:9px;background:rgba(255,255,255,.88);box-shadow:0 12px 25px rgba(25,70,63,.1);color:#44615c;font-size:9px;font-weight:750;backdrop-filter:blur(8px)}.label-top{top:64px;left:47px}.label-bottom{right:38px;bottom:56px}.about-copy h2{max-width:550px}.about-lede{margin:25px 0 15px;color:var(--ink);font-size:18px;font-weight:650;line-height:1.55}.about-copy>p:not(.about-lede){color:var(--muted);font-size:15px}.about-values{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:34px;padding-top:29px;border-top:1px solid var(--line)}.about-values strong,.about-values span{display:block}.about-values strong{margin-bottom:5px;font-size:13px}.about-values span{color:#71807c;font-size:12px;line-height:1.5}

.final-cta{background:#fff;padding-top:25px}.cta-card{position:relative;min-height:390px;display:flex;align-items:center;justify-content:space-between;gap:50px;overflow:hidden;padding:70px;border-radius:28px;background:#1f766d;color:#fff}.cta-grid{position:absolute;inset:0;opacity:.14;background-image:linear-gradient(rgba(255,255,255,.16) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.16) 1px,transparent 1px);background-size:56px 56px;mask-image:linear-gradient(to right,black,transparent)}.cta-ring{position:absolute;border:1px solid rgba(255,255,255,.13);border-radius:50%}.ring-one{right:-70px;width:340px;height:340px}.ring-two{right:40px;width:180px;height:180px}.cta-copy{position:relative;z-index:2}.cta-copy h2{font-size:clamp(40px,4.6vw,61px)}.cta-copy p{max-width:570px;margin:20px 0 0;color:#d0e4df;font-size:16px}.cta-card>.button{position:relative;z-index:2;flex:0 0 auto}

.site-footer{padding:70px 0 26px;background:#122220;color:#dce7e4}.footer-top{display:flex;justify-content:space-between;gap:50px}.footer-brand{color:#fff}.footer-brand .brand-mark{box-shadow:none}.footer-top>div:first-child>p{max-width:310px;margin:18px 0;color:#91a6a1;font-size:13px}.footer-links{display:flex;gap:90px}.footer-links>div{display:flex;min-width:110px;flex-direction:column;gap:9px}.footer-links strong{margin-bottom:7px;color:#fff;font-size:11px}.footer-links a{color:#93a7a3;font-size:12px;transition:color .2s}.footer-links a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;margin-top:50px;padding-top:23px;border-top:1px solid rgba(255,255,255,.1);color:#69817c;font-size:10px}

.motion-ready .reveal{opacity:0;transform:translateY(20px);transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1)}.motion-ready .reveal[data-delay="1"]{transition-delay:.1s}.motion-ready .reveal[data-delay="2"]{transition-delay:.2s}.motion-ready .reveal.visible{opacity:1;transform:none}

@media (max-width: 1180px){
  .hero-grid{grid-template-columns:.9fr 1.1fr}.hero-product{width:100%}.dashboard-window{width:700px;transform:scale(.88);transform-origin:left center}.floating-note{transform:scale(.9)}.note-one{right:-55px}.note-two{right:-40px}.feature-inventory{padding-right:43%}.roadmap-layout{gap:60px}.about-layout{gap:55px}
}

@media (max-width: 980px){
  .site-header{height:68px}.nav-shell{gap:15px}.menu-toggle{display:block}.menu-toggle[aria-expanded="true"] span:first-child{transform:translateY(7px) rotate(45deg)}.menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}.menu-toggle[aria-expanded="true"] span:last-child{transform:translateY(-7px) rotate(-45deg)}
  .site-nav{position:fixed;top:68px;right:0;bottom:0;left:0;display:flex;align-items:stretch;flex-direction:column;gap:0;padding:26px 20px;background:rgba(244,242,236,.98);opacity:0;pointer-events:none;transform:translateY(-10px);transition:opacity .2s,transform .2s;backdrop-filter:blur(16px)}.site-nav.open{opacity:1;pointer-events:auto;transform:none}.site-nav a{padding:16px 4px;border-bottom:1px solid var(--line);font-size:20px}.site-nav a::after{display:none}.nav-demo{margin-left:0}
  .hero{padding-top:130px;min-height:auto}.hero::after{display:none}.hero-grid{grid-template-columns:1fr}.hero-copy{max-width:700px}.hero-product{height:565px;margin-top:5px}.dashboard-window{left:50%;transform:translateX(-50%) scale(.92);transform-origin:center center}.note-one{right:3%}.note-two{right:3%}
  .section{padding:90px 0}.section-heading{align-items:start;flex-direction:column;gap:22px}.feature-inventory,.feature-schedule{grid-column:span 12}.feature-team,.feature-parts,.feature-message{grid-column:span 6}.feature-message{grid-column:span 12}.feature-finance{padding-right:46%}
  .product-screen{height:500px}.product-body{padding:24px}.ps-stats{grid-template-columns:repeat(2,1fr)}.ps-stats>div:nth-child(n+3){display:none}.ps-row{grid-template-columns:2fr .8fr .85fr .6fr}.ps-row>*:nth-child(4){display:none}.finance-grid{grid-template-columns:1fr}.profit-mix{display:none}.schedule-screen-large .product-body{padding-right:18px;padding-left:18px}.week-board{grid-template-columns:42px repeat(5,1fr)}
  .roadmap-layout{grid-template-columns:1fr}.roadmap-copy{position:static}.about-layout{grid-template-columns:1fr}.about-art{height:470px;order:2}.cta-card{align-items:start;flex-direction:column;padding:55px}.steps-grid{grid-template-columns:1fr}.steps-grid::before{display:none}.step-card{min-height:250px}.step-icon{margin-bottom:22px}
}

@media (max-width: 700px){
  .container{width:min(calc(100% - 28px),var(--container))}.site-header .brand{font-size:17px}.brand-mark{width:35px;height:35px}.nav-demo{display:none}.site-nav.open+.nav-demo{display:flex;position:fixed;z-index:101;right:20px;bottom:24px;left:20px}
  .hero{padding:112px 0 60px}.hero h1{font-size:clamp(45px,13vw,64px)}.hero-lede{font-size:17px}.hero-actions{align-items:stretch;flex-direction:column}.hero-actions .button{width:100%}.hero-proof{margin-top:40px}.hero-proof div{min-width:0;flex:1;padding:0 12px}.hero-proof strong{font-size:19px}.hero-proof span{font-size:9px}.hero-product{height:390px;margin-top:10px}.dashboard-window{top:25px;width:760px;transform:translateX(-50%) scale(.61)}.floating-note{display:none}.orbit{display:none}
  .workflow-strip{padding:23px 0}.workflow-line{flex-wrap:wrap;gap:8px 12px}.workflow-line span{font-size:10px}
  .section{padding:74px 0}.section-heading h2,.center-heading h2,.roadmap-copy h2,.about-copy h2,.cta-copy h2{font-size:clamp(35px,10vw,48px)}.section-heading{margin-bottom:38px}.section-heading>p,.center-heading p{font-size:15px}
  .bento-grid{display:block}.feature-card{min-height:340px;margin-bottom:14px;padding:25px}.feature-inventory{min-height:500px;padding-right:25px}.feature-schedule{min-height:475px}.feature-team,.feature-parts,.feature-message{min-height:440px}.feature-finance{min-height:510px;padding-right:25px}.preview-inventory{right:20px;bottom:20px;left:20px;width:auto;height:250px}.preview-schedule{right:20px;bottom:20px;left:20px;height:210px}.preview-compact{right:20px;bottom:20px;left:20px;height:190px}.preview-financials{top:auto;right:20px;bottom:20px;left:20px;width:auto;height:250px}
  .screen-heading{margin-bottom:35px}.screen-tabs{overflow-x:auto}.screen-tab{min-width:125px}.screens-stage{margin-top:25px}.screen-browser{border-radius:12px}.browser-bar{height:33px}.browser-bar>span{width:65%}.product-screen{height:390px;grid-template-columns:42px 1fr}.product-side{gap:19px;padding-top:12px}.ps-logo{width:24px;height:24px}.product-side>i{width:12px;height:12px}.product-side>i.ps-active{box-shadow:0 0 0 5px #dbece8}.product-body{padding:17px 12px}.ps-top small{font-size:6px}.ps-top h4{font-size:16px}.ps-top button{height:27px;padding:0 8px;font-size:6px}.ps-stats{gap:6px;margin-top:15px}.ps-stats>div{padding:9px}.ps-stats small{font-size:5px}.ps-stats strong{font-size:17px}.ps-stats span{font-size:5px}.ps-table{margin-top:8px}.ps-tools{height:39px;padding:0 8px}.ps-tools strong{font-size:7px}.ps-search{width:95px}.ps-filter{display:none}.ps-row{min-height:43px;grid-template-columns:1.7fr .85fr .65fr;padding:0 8px;font-size:5.5px}.ps-row>*:nth-child(2),.ps-row>*:nth-child(4){display:none}.ps-row-head{min-height:23px}.ps-machine{gap:5px}.ps-machine>i{width:25px;height:25px}.ps-machine>b{font-size:6px}.ps-machine small{font-size:4.5px}.ps-status{font-size:5px}.screen-caption{align-items:flex-start;flex-direction:column;gap:8px}.screen-caption p{font-size:12px}.schedule-controls{height:34px;margin-top:12px}.week-board{height:280px;grid-template-columns:30px repeat(5,1fr)}.week-times{font-size:4.5px}.week-day>strong{height:28px;font-size:4.5px}.week-day>strong b{width:14px;height:14px;font-size:5px}.job-card{right:2px;left:2px;padding:4px;border-left-width:2px}.job-card small{font-size:4px}.job-card b{font-size:5px}.job-card span{font-size:4px}.finance-kpis{gap:5px;margin-top:15px}.finance-kpis>div{padding:10px}.finance-kpis span{font-size:5px}.finance-kpis strong{font-size:16px}.finance-kpis small{font-size:4.5px}.finance-grid{margin-top:7px}.revenue-chart{height:230px;padding:12px}.revenue-chart svg{height:155px}.schedule-screen-large .product-body{padding:13px 8px}
  .center-heading{margin-bottom:35px}.step-card{min-height:275px}.roadmap-item ul{grid-template-columns:1fr}.roadmap-item{padding:28px 3px}.roadmap-item h3{font-size:22px}.about-art{height:390px}.about-mark{width:150px;height:150px;border-radius:35px}.about-mark svg{width:105px;height:105px}.label-top{top:35px;left:25px}.label-bottom{right:20px;bottom:35px}.about-values{grid-template-columns:1fr}.cta-card{min-height:440px;padding:38px 28px;border-radius:22px}.cta-card>.button{width:100%}.footer-top{flex-direction:column}.footer-links{gap:45px}.footer-bottom{align-items:flex-start;flex-direction:column;gap:8px}
}

@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.motion-ready .reveal{opacity:1;transform:none}
}
