@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700&display=swap");

:root {
  --ink: #151b1a;
  --muted: #606866;
  --line: #dce1df;
  --soft-line: #e9edeb;
  --paper: #ffffff;
  --soft: #f4f6f5;
  --brand-blue: #70bff0;
  --brand-blue-dark: #176f9d;
  --brand-gold: #efcf76;
  --brand-brown: #713725;
  --green: var(--brand-blue-dark);
  --green-dark: var(--brand-brown);
  --amber: #a66b0d;
  --blue: #315c89;
  --max: 1200px;
}

* { box-sizing: border-box; letter-spacing: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", Arial, sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body, html { max-width: 100%; overflow-x: hidden; }
img, video, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
[hidden] { display: none !important; }

.site-container { width: min(var(--max), calc(100% - 64px)); margin: 0 auto; }
.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; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 200; padding: 10px 14px; background: #fff; color: #111; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 74px; color: var(--ink); background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); transition: box-shadow .2s ease; backdrop-filter: blur(16px); }
.site-header.is-scrolled, .site-header.is-menu-open { box-shadow: 0 8px 24px rgba(19,28,25,.06); }
.header-inner { height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.wordmark { display: inline-flex; align-items: center; gap: 9px; min-width: 0; }
.wordmark-mark { width: 36px; height: 36px; object-fit: contain; }
.wordmark-type { width: 118px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.desktop-nav a, .text-link { font-size: 14px; font-weight: 500; }
.desktop-nav a { position: relative; opacity: .86; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: currentColor; transition: right .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a.is-active::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 22px; }
.button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 20px; border: 1px solid transparent; border-radius: 4px; font-size: 14px; font-weight: 600; cursor: pointer; transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease; }
.button:hover { transform: translateY(-1px); }
.button-dark { background: var(--ink); color: #fff; }
.button-dark:hover { background: #29302e; }
.button-light { background: #fff; color: var(--ink); }
.button-light:hover { background: #f1f3f2; }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.5); background: rgba(0,0,0,.08); }
.button-ghost:hover { background: rgba(255,255,255,.12); border-color: #fff; }
.button-outline { border-color: #aeb5b2; background: #fff; color: var(--ink); }
.button-outline:hover { border-color: var(--ink); }
.menu-button { display: none; width: 42px; height: 42px; padding: 0; border: 0; background: transparent; color: currentColor; align-items: center; justify-content: center; flex-direction: column; gap: 6px; }
.menu-button span { width: 20px; height: 1px; background: currentColor; transition: transform .2s ease; }
.site-header.is-menu-open .menu-button span:first-child { transform: translateY(3.5px) rotate(45deg); }
.site-header.is-menu-open .menu-button span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.mobile-nav { position: absolute; top: 74px; left: 0; right: 0; padding: 12px 32px 24px; background: #fff; color: var(--ink); border-bottom: 1px solid var(--line); }
.mobile-nav a { display: block; padding: 13px 0; border-bottom: 1px solid var(--soft-line); font-size: 15px; font-weight: 600; }

.hero { min-height: 790px; display: flex; align-items: center; padding: 112px 0 64px; background: #f6f9ff; color: var(--ink); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(480px,1.1fr); grid-template-areas: "copy media" "staff media" "owner media"; column-gap: 7%; row-gap: 18px; align-items: start; }
.hero-copy { grid-area: copy; min-width: 0; padding-top: 10px; }
.mobile-access-switcher { display: none; }
.eyebrow { margin: 0 0 17px; color: var(--green); font-family: "Manrope", Arial, sans-serif; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.eyebrow-light { color: rgba(255,255,255,.72); }
.hero h1 { margin: 0; font-family: "Manrope", Arial, sans-serif; font-size: clamp(44px,4.6vw,64px); line-height: 1.05; font-weight: 600; }
.hero-description { margin: 14px 0 0; color: var(--muted); font-size: 19px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.hero-actions .button { min-width: 138px; }
.hero-signin { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 0 12px; font-size: 14px; font-weight: 600; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 0; margin-top: 38px; color: var(--muted); font-size: 12px; }
.hero-proof span { padding: 0 14px; border-left: 1px solid #cbd4df; }
.hero-proof span:first-child { padding-left: 0; border-left: 0; }
.hero-media { grid-area: media; min-width: 0; align-self: center; }
.hero-video-frame { aspect-ratio: 16/9; border: 1px solid #cbd5e3; border-radius: 6px; background: #fff; overflow: hidden; }
.hero-video-frame video { width: 100%; height: 100%; object-fit: cover; }

.access-intro { grid-area: staff; padding: 17px; border: 1px solid #a9cee2; border-left: 4px solid var(--brand-blue-dark); border-radius: 6px; background: #fff; box-shadow: 0 10px 28px rgba(23,111,157,.08); }
.access-role { margin: 0 0 3px; color: var(--brand-blue-dark); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.access-intro h2 { margin: 0 0 12px; font-family: "Manrope", Arial, sans-serif; font-size: 16px; line-height: 1.3; font-weight: 700; }
.staff-access-error { margin: 0 0 10px; padding: 8px 10px; border-left: 3px solid #a83d35; background: #fff1f0; color: #822f29; font-size: 12px; }
.staff-code-form { margin: 0; }
.staff-code-form > div { display: grid; grid-template-columns: 1fr auto; }
.staff-code-form input { min-width: 0; height: 48px; padding: 0 13px; background: #fff; border: 1px solid #9bb8c8; border-radius: 4px 0 0 4px; outline: none; font-size: 16px; }
.staff-code-form button { min-width: 106px; padding: 0 16px; border: 1px solid var(--brand-blue-dark); border-radius: 0 4px 4px 0; background: var(--brand-blue-dark); color: #fff; font-weight: 700; cursor: pointer; }
.access-panel { grid-area: owner; min-height: 0; padding: 17px; border: 1px solid #d4dce2; border-radius: 6px; background: rgba(255,255,255,.78); }
.owner-access-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.google-button { min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 11px; padding: 0 16px; border: 1px solid #b9c0bd; border-radius: 4px; color: var(--ink); font-size: 14px; font-weight: 600; }
.google-button:hover { border-color: #6e7773; }
.access-divider { display: flex; align-items: center; gap: 12px; margin: 17px 0; color: #7b8380; font-size: 12px; }
.access-divider::before, .access-divider::after { content: ""; height: 1px; flex: 1; background: var(--soft-line); }
.access-form { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 9px; }
.access-form input:not([type="checkbox"]) { width: 100%; min-height: 48px; padding: 0 14px; border: 1px solid #b9c0bd; border-radius: 4px; background: #fff; color: var(--ink); outline: none; font-size: 16px; }
.access-form input:focus, .staff-code-form input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(23,107,80,.1); }
.access-form > button[type="submit"] { min-height: 48px; padding: 0 20px; border: 1px solid var(--brand-blue-dark); border-radius: 4px; background: var(--brand-blue-dark); color: #fff; font-weight: 600; cursor: pointer; }
.access-form > button:disabled { opacity: .55; cursor: wait; }
.access-error { margin: 0 0 14px; padding: 10px 12px; border-left: 3px solid #a83d35; background: #fff1f0; color: #822f29; font-size: 13px; }
.access-error.is-success { border-color: var(--green); background: #edf7f3; color: var(--green-dark); }
.access-step { position: relative; grid-template-columns: 1fr; padding-top: 2px; }
.step-heading { padding: 0 42px 10px; text-align: center; }
.step-heading h3 { margin: 0 0 5px; font-family: "Manrope", Arial, sans-serif; font-size: 21px; }
.step-heading p { margin: 0; color: var(--muted); font-size: 13px; overflow-wrap: anywhere; }
.step-back { position: absolute; top: 0; left: 0; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 4px; background: #fff; cursor: pointer; }
.access-step > label:not(.access-check) { display: grid; gap: 5px; color: var(--muted); font-size: 12px; font-weight: 600; }
.access-check { display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: 13px; }
.access-check input { width: 15px; height: 15px; accent-color: var(--green); }
.access-help, .resend-row { text-align: center; color: var(--muted); font-size: 13px; }
.resend-row button { padding: 0; border: 0; background: transparent; color: var(--green); font-weight: 600; cursor: pointer; }
.otp-input { text-align: center; font-size: 23px; font-weight: 600; }
.access-note { margin: 12px 0 0; color: var(--muted); text-align: center; font-size: 12px; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.section-pad { padding: 112px 0; }
.section-heading { max-width: 790px; margin-bottom: 54px; }
.compact-heading { margin-bottom: 36px; }
.section-heading h2, .capabilities-intro h2, .control-copy h2, .pricing-heading h2, .closing-inner h2 { margin: 0; font-family: "Manrope", Arial, sans-serif; font-size: clamp(38px, 4vw, 55px); line-height: 1.13; font-weight: 600; }
.section-heading > p:last-child { max-width: 650px; margin: 22px 0 0; color: var(--muted); font-size: 18px; }
.product-workbench { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(340px,.75fr); align-items: stretch; border: 1px solid var(--line); background: #fff; }
.workplace-visual { position: relative; min-height: 520px; overflow: hidden; background: #e8ecea; }
.workplace-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,17,14,.16), transparent 48%); pointer-events: none; }
.workplace-visual > img { width: 100%; height: 100%; object-fit: cover; }
.visual-status { position: absolute; z-index: 2; left: 28px; min-width: 220px; display: flex; align-items: center; gap: 13px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.5); border-radius: 4px; background: rgba(255,255,255,.92); box-shadow: 0 10px 28px rgba(13,22,19,.12); backdrop-filter: blur(10px); }
.visual-status span { color: var(--green); font-size: 11px; font-weight: 700; }
.visual-status strong { font-size: 14px; }
.visual-status-one { top: 28px; }
.visual-status-two { top: 96px; }
.visual-status-three { top: 164px; }
.workplace-visual.is-visible .visual-status { animation: statusArrive .5s cubic-bezier(.2,.75,.25,1) backwards; }
.workplace-visual.is-visible .visual-status-two { animation-delay: .08s; }
.workplace-visual.is-visible .visual-status-three { animation-delay: .16s; }
.staff-phone-stage { display: flex; flex-direction: column; align-items: center; justify-content: center; min-width: 0; padding: 24px; border-left: 1px solid var(--line); background: #edf6fb; }
.staff-phone { position: relative; width: min(286px,100%); aspect-ratio: 9/17; padding: 4px; border: 3px solid #26343d; border-radius: 27px; background: #26343d; box-shadow: 0 20px 42px rgba(27,54,70,.18), 0 4px 10px rgba(27,54,70,.13), inset 0 0 0 1px rgba(255,255,255,.12); overflow: hidden; }
.staff-phone-screen { position: relative; width: 100%; height: 100%; overflow: hidden; border-radius: 21px; background: #f8fafc; }
.staff-flow-screen { position: absolute; inset: 0; display: flex; flex-direction: column; padding: 20px 17px; opacity: 0; transform: translateX(12px); animation: phoneScene 12s cubic-bezier(.2,.75,.25,1) infinite; }
.staff-flow-scan { animation-delay: -.4s; }
.staff-flow-location { animation-delay: 4s; }
.staff-flow-success { animation-delay: 8s; align-items: center; justify-content: center; text-align: center; }
.staff-screen-brand { display: flex; align-items: center; gap: 8px; padding-bottom: 13px; border-bottom: 1px solid #dce5ea; }
.staff-screen-brand img { width: 25px; height: 25px; object-fit: contain; }
.staff-screen-brand span { font-size: 11px; font-weight: 800; }
.staff-flow-screen > small { margin-top: 10px; color: #64727a; font-size: 8px; }
.staff-flow-screen h3 { margin: 7px 0 14px; font-family: "Manrope",Arial,sans-serif; font-size: 18px; line-height: 1.2; }
.phone-location { display: flex; align-items: center; gap: 9px; padding: 11px; border: 1px solid #cce3d8; border-radius: 5px; background: #eff9f4; }
.phone-location > span { width: 9px; height: 9px; flex: 0 0 auto; border-radius: 50%; background: #2a8a60; box-shadow: 0 0 0 0 rgba(42,138,96,.35); animation: phoneLocationPulse 1.8s ease-out infinite; }
.phone-location strong, .phone-location small { display: block; }
.phone-location strong { color: #236b4c; font-size: 9px; }
.phone-location small { color: #5c7168; font-size: 7px; }
.staff-flow-scan label { margin-top: 18px; color: #5f6d75; font-size: 8px; font-weight: 700; }
.phone-pin { display: flex; justify-content: center; gap: 12px; margin-top: 7px; padding: 13px; border: 1px solid #cbd5db; border-radius: 4px; background: #fff; }
.phone-pin i { width: 7px; height: 7px; border-radius: 50%; background: #28343b; }
.staff-flow-scan button { min-height: 40px; margin-top: auto; border: 0; border-radius: 4px; background: var(--brand-blue-dark); color: #fff; font-size: 10px; font-weight: 800; }
.phone-map { position: relative; height: 245px; margin-top: 17px; overflow: hidden; border: 1px solid #cbdde6; border-radius: 7px; background: #e7f0f4; }
.phone-map::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(104,148,169,.13) 1px,transparent 1px),linear-gradient(90deg,rgba(104,148,169,.13) 1px,transparent 1px); background-size: 28px 28px; }
.phone-map-road { position: absolute; z-index: 1; height: 13px; border: 1px solid #d5e0e5; background: #fff; box-shadow: 0 0 0 2px rgba(255,255,255,.45); }
.road-one { left: -25px; right: -15px; top: 57px; transform: rotate(-18deg); }
.road-two { left: -30px; right: 20px; top: 160px; transform: rotate(28deg); }
.road-three { top: -25px; bottom: -20px; left: 48px; width: 11px; height: auto; transform: rotate(8deg); }
.phone-location-radius { position: absolute; z-index: 2; top: 50%; left: 57%; width: 112px; height: 112px; display: grid; place-items: center; border: 2px solid rgba(23,111,157,.38); border-radius: 50%; background: rgba(112,191,240,.14); transform: translate(-50%,-50%); }
.phone-location-radius::before, .phone-location-radius::after { content: ""; position: absolute; inset: 16px; border: 1px solid rgba(23,111,157,.3); border-radius: 50%; animation: phoneMapRipple 1.8s ease-out infinite; }
.phone-location-radius::after { animation-delay: .6s; }
.phone-location-radius > span { position: relative; z-index: 2; width: 18px; height: 18px; border: 4px solid #fff; border-radius: 50%; background: var(--brand-blue-dark); box-shadow: 0 2px 8px rgba(23,111,157,.35); }
.phone-location-radius > i { position: absolute; top: 65px; left: 56px; width: 2px; height: 38px; background: rgba(23,111,157,.35); transform: rotate(34deg); transform-origin: top; }
.phone-map p { position: absolute; inset: auto 8px 8px; z-index: 3; margin: 0; padding: 7px; border: 1px solid rgba(255,255,255,.8); border-radius: 4px; background: rgba(255,255,255,.9); color: #344750; text-align: center; font-size: 8px; font-weight: 700; }
.phone-verifying { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 15px; color: #66747c; font-size: 8px; font-weight: 700; }
.phone-verifying span { width: 8px; height: 8px; border: 2px solid #bed3df; border-top-color: var(--brand-blue-dark); border-radius: 50%; animation: phoneSpin .8s linear infinite; }
.phone-location-detail { display: flex; align-items: center; gap: 8px; margin-top: 13px; padding: 10px; border: 1px solid #cce3d8; border-radius: 5px; background: #eff9f4; }
.phone-location-detail > span { display: grid; place-items: center; width: 22px; height: 22px; flex: 0 0 auto; border-radius: 50%; background: #d8f1e5; color: #277253; font-size: 9px; font-weight: 800; }
.phone-location-detail strong, .phone-location-detail small { display: block; }
.phone-location-detail strong { color: #236b4c; font-size: 8px; }
.phone-location-detail small { color: #5c7168; font-size: 7px; }
.phone-success-ring { position: relative; width: 92px; height: 92px; display: grid; place-items: center; border: 2px solid #1f985e; border-radius: 50%; background: #eaf7f0; }
.phone-success-ring > div { position: absolute; inset: 0; border: 2px solid #1f985e; border-radius: 50%; animation: phoneSuccessRipple 1.4s ease-out infinite; }
.phone-success-ring > div:nth-child(2) { animation-delay: .4s; }
.phone-success-ring svg { position: relative; z-index: 2; width: 46px; height: 46px; }
.phone-success-ring path { fill: none; stroke: #1f985e; stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 40; animation: phoneCheckDraw 1.1s ease-in-out infinite; }
.phone-success-label { margin-top: 14px; color: #1f985e; font-size: 9px; font-weight: 900; text-transform: uppercase; }
.staff-flow-success h3 { margin: 8px 0 3px; font-size: 18px; }
.staff-flow-success p { margin: 0; color: #66747c; font-size: 9px; }
.staff-flow-success > strong { margin-top: 17px; color: var(--brand-blue-dark); font-family: "Manrope",Arial,sans-serif; font-size: 30px; }
.staff-flow-success > small { margin-top: 25px; color: #87939a; font-size: 7px; }
.staff-phone-stage > p { display: flex; justify-content: space-between; width: min(286px,100%); margin: 12px 0 0; color: #5d6e77; font-size: 9px; font-weight: 700; }
.staff-phone-stage > p span { color: var(--brand-blue-dark); }

@keyframes phoneScene { 0% { opacity:0; transform:translateX(12px); } 3%,31% { opacity:1; transform:none; } 34%,100% { opacity:0; transform:translateX(-10px); } }
@keyframes phoneLocationPulse { 0% { box-shadow:0 0 0 0 rgba(42,138,96,.35); } 70%,100% { box-shadow:0 0 0 8px rgba(42,138,96,0); } }
@keyframes phoneMapRipple { from { opacity:.75; transform:scale(.55); } to { opacity:0; transform:scale(1.25); } }
@keyframes phoneSpin { to { transform:rotate(360deg); } }
@keyframes phoneSuccessRipple { from { opacity:.5; transform:scale(.72); } to { opacity:0; transform:scale(1.28); } }
@keyframes phoneCheckDraw { 0% { stroke-dashoffset:40; } 45%,100% { stroke-dashoffset:0; } }
.feature-strip { padding: 0; background: #0d6798; color: #fff; }
.feature-strip-inner { display: grid; grid-template-columns: repeat(4,1fr); }
.feature-strip-inner > div { min-width: 0; padding: 28px 25px; border-left: 1px solid rgba(255,255,255,.15); transition: background .22s ease; }
.feature-strip-inner > div:first-child { border-left: 0; }
.feature-strip strong, .feature-strip span { display: block; }
.feature-strip strong { margin-bottom: 5px; font-size: 15px; }
.feature-strip span { color: rgba(255,255,255,.55); font-size: 12px; }

.control-section { background: var(--soft); }
.control-layout { display: grid; grid-template-columns: minmax(0, .72fr) minmax(600px, 1.28fr); gap: 8%; align-items: center; }
.control-copy h2 { font-size: clamp(38px, 3.8vw, 52px); }
.control-copy > p:not(.eyebrow) { margin: 22px 0 30px; color: var(--muted); font-size: 17px; }
.control-copy ul { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.control-copy li { display: grid; gap: 3px; padding: 14px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 14px; }
.control-copy li span { color: var(--ink); font-weight: 600; }
.operations-view { width: 100%; height: 408px; min-width: 0; min-height: 408px; max-height: 408px; padding: 0; border: 1px solid #ccd2cf; border-radius: 6px; background: #fff; box-shadow: 0 22px 50px rgba(22,32,29,.09); overflow: hidden; }
.showcase-tabs { display: flex; gap: 2px; padding: 7px; border-bottom: 1px solid var(--soft-line); background: #f6f9fc; overflow-x: auto; scrollbar-width: none; }
.showcase-tabs::-webkit-scrollbar { display: none; }
.showcase-tabs button { flex: 1 0 auto; min-width: 108px; min-height: 36px; padding: 0 13px; border: 0; border-radius: 3px; background: transparent; color: var(--muted); font-size: 11px; font-weight: 700; cursor: pointer; white-space: nowrap; transition: background .18s ease, color .18s ease, transform .18s ease; }
.showcase-tabs button.is-active { background: #fff; color: var(--brand-blue-dark); box-shadow: 0 1px 4px rgba(17,50,70,.12); }
.showcase-stage { height: 350px; min-height: 0; padding: 24px 28px 28px; overflow: hidden; }
.showcase-panel { height: 100%; overflow-y: auto; scrollbar-width: thin; animation: showcaseIn .38s cubic-bezier(.2,.75,.25,1) both; }
.showcase-panel[hidden] { display: none; }
.showcase-progress { height: 3px; background: #e6edf1; }
.showcase-progress span { display: block; width: 100%; height: 100%; background: var(--brand-blue); transform: scaleX(0); transform-origin: left; }
.operations-view.is-running .showcase-progress span { animation: showcaseTimer 6s linear both; }
.operations-top { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding-bottom: 22px; border-bottom: 1px solid var(--soft-line); }
.operations-top small, .operations-top strong { display: block; }
.operations-top small { color: var(--muted); font-size: 11px; text-transform: uppercase; }
.operations-top strong { margin-top: 3px; font-size: 17px; }
.operations-top > span { padding: 5px 9px; border-radius: 3px; background: #eaf5f0; color: var(--green); font-size: 11px; font-weight: 700; }
.operations-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 24px 0; background: var(--line); border: 1px solid var(--line); }
.operations-metrics > div { padding: 18px; background: #fff; }
.operations-metrics span, .operations-metrics small, .operations-metrics strong { display: block; }
.operations-metrics span { color: var(--muted); font-size: 12px; }
.operations-metrics strong { margin: 7px 0 1px; font-size: 30px; line-height: 1; }
.operations-metrics small { color: #8a918e; font-size: 10px; }
.operations-table { overflow: hidden; border: 1px solid var(--soft-line); }
.operations-row { display: grid; grid-template-columns: 1.05fr 1fr .65fr .7fr; gap: 10px; align-items: center; min-width: 560px; padding: 13px 15px; border-top: 1px solid var(--soft-line); font-size: 12px; }
.operations-row:first-child { border-top: 0; }
.operations-row span { color: var(--muted); }
.operations-header { background: var(--soft); color: var(--muted); font-size: 10px; font-weight: 600; text-transform: uppercase; }
.operations-row em { width: fit-content; padding: 4px 7px; border-radius: 3px; font-style: normal; font-size: 10px; font-weight: 600; }
.status-present { background: #eaf5f0; color: var(--green); }
.status-late { background: #fff3de; color: #96600b; }
.status-break { background: #eaf0f6; color: var(--blue); }
.workplace-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 24px; }
.workplace-cards article { min-width: 0; padding: 15px; border: 1px solid var(--soft-line); border-radius: 5px; background: #fbfcfd; }
.workplace-cards article > div:first-child strong, .workplace-cards article > div:first-child span { display: block; }
.workplace-cards article > div:first-child strong { overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.workplace-cards article > div:first-child span, .workplace-cards article > small { color: var(--muted); font-size: 9px; }
.workplace-cards b { display: block; margin-top: 22px; font-size: 23px; }
.progress { height: 5px; margin: 11px 0 7px; overflow: hidden; border-radius: 5px; background: #e7edf2; }
.progress i { display: block; height: 100%; background: var(--brand-blue-dark); }
.request-list, .device-list { display: grid; margin-top: 20px; border: 1px solid var(--soft-line); }
.request-list article, .device-list article { display: grid; grid-template-columns: auto minmax(0,1fr) auto; gap: 12px; align-items: center; min-height: 70px; padding: 11px 13px; border-top: 1px solid var(--soft-line); }
.request-list article:first-child, .device-list article:first-child { border-top: 0; }
.request-list article > div:nth-child(2) strong, .request-list article > div:nth-child(2) span, .device-list article > div:nth-child(2) strong, .device-list article > div:nth-child(2) span { display: block; }
.request-list article > div:nth-child(2) strong, .device-list article > div:nth-child(2) strong { font-size: 12px; }
.request-list article > div:nth-child(2) span, .device-list article > div:nth-child(2) span { overflow: hidden; color: var(--muted); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.person-initial, .device-icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 4px; background: #e9f4fa; color: var(--brand-blue-dark); font-size: 10px; font-weight: 800; }
.request-actions { display: flex; gap: 5px; }
.request-actions button, .device-list article > button { min-height: 30px; padding: 0 9px; border: 1px solid #cbd5dc; border-radius: 3px; background: #fff; color: var(--muted); font-size: 9px; font-weight: 700; }
.request-actions .approve, .device-list article > button { border-color: var(--brand-blue-dark); background: var(--brand-blue-dark); color: #fff; }
.request-list em, .device-list em { font-style: normal; font-size: 10px; }
.device-icon.is-verified { background: #e9f6f0; color: #277253; }
.showcase-panel.is-active .operations-metrics > div,
.showcase-panel.is-active .workplace-cards > article,
.showcase-panel.is-active .request-list > article,
.showcase-panel.is-active .device-list > article { animation: showcaseItem .42s cubic-bezier(.2,.75,.25,1) both; }
.showcase-panel.is-active article:nth-child(2), .showcase-panel.is-active .operations-metrics > div:nth-child(2) { animation-delay: .06s; }
.showcase-panel.is-active article:nth-child(3), .showcase-panel.is-active .operations-metrics > div:nth-child(3) { animation-delay: .12s; }

@keyframes showcaseIn { from { opacity: 0; transform: translateX(18px); } to { opacity: 1; transform: none; } }
@keyframes showcaseItem { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@keyframes showcaseTimer { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes statusArrive { from { opacity: 0; transform: translateX(-14px); } to { opacity: 1; transform: none; } }

.feature-selector { display: grid; margin-top: 30px; border-top: 1px solid #d5ddda; }
.feature-selector button { display: grid; grid-template-columns: 32px minmax(0,1fr); gap: 10px; align-items: center; min-height: 66px; padding: 10px 8px; border: 0; border-bottom: 1px solid #d5ddda; background: transparent; color: var(--ink); text-align: left; cursor: pointer; transition: background .2s ease, padding .2s ease; }
.feature-selector button > span { color: #78909a; font-size: 10px; font-weight: 800; }
.feature-selector button strong, .feature-selector button small { display: block; }
.feature-selector button strong { font-size: 13px; }
.feature-selector button small { margin-top: 2px; color: var(--muted); font-size: 10px; }
.feature-selector button.is-active { padding-left: 14px; background: #eaf4f9; color: var(--brand-blue-dark); box-shadow: inset 3px 0 0 var(--brand-blue-dark); }
.feature-selector button.is-active > span { color: var(--brand-blue-dark); }
.feature-gallery { position: relative; width: 100%; height: 430px; min-width: 0; overflow: hidden; border: 1px solid #cbd7dd; border-radius: 6px; box-shadow: 0 20px 45px rgba(26,65,84,.1); }
.feature-gallery-controls { position: absolute; top: 22px; right: 22px; z-index: 5; display: flex; gap: 6px; }
.feature-gallery-controls button { width: 36px; height: 36px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(58,91,107,.22); border-radius: 4px; background: rgba(255,255,255,.78); color: var(--ink); font-size: 16px; cursor: pointer; backdrop-filter: blur(8px); transition: background .18s ease, border-color .18s ease; }
.feature-gallery-controls button:hover { border-color: var(--brand-blue-dark); background: #fff; }
.feature-card { position: absolute; inset: 0; display: grid; grid-template-rows: auto 1fr; overflow: hidden; animation: featureCardIn .42s cubic-bezier(.2,.75,.25,1) both; }
.feature-card[hidden] { display: none; }
.feature-card-attendance { background: #eaf5fb; }
.feature-card-workplaces { background: #edf3f6; }
.feature-card-leave { background: #fff7e7; }
.feature-card-devices { background: #eaf6f8; }
.feature-card-copy { position: relative; z-index: 2; max-width: 74%; padding: 30px 32px 12px; }
.feature-card-copy > span { color: var(--brand-blue-dark); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.feature-card-copy h3 { margin: 7px 0 6px; font-family: "Manrope",Arial,sans-serif; font-size: 25px; line-height: 1.16; }
.feature-card-copy p { margin: 0; color: #5f7078; font-size: 12px; }
.attendance-visual { display: grid; grid-template-columns: 190px minmax(0,1fr); gap: 30px; align-items: center; padding: 12px 42px 34px; }
.attendance-ring { width: 170px; height: 170px; display: grid; place-content: center; border-radius: 50%; background: radial-gradient(circle at center,#eaf5fb 57%,transparent 58%),conic-gradient(var(--brand-blue-dark) 0 78%,rgba(23,111,157,.13) 78% 100%); text-align: center; }
.attendance-ring strong, .attendance-ring small { display: block; }
.attendance-ring strong { font-family: "Manrope",Arial,sans-serif; font-size: 46px; line-height: 1; }
.attendance-ring small { margin-top: 5px; color: var(--brand-blue-dark); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.attendance-bars { display: grid; gap: 18px; }
.attendance-bars > div { display: grid; grid-template-columns: 70px minmax(70px,1fr) 24px; gap: 10px; align-items: center; }
.attendance-bars span, .attendance-bars b { font-size: 10px; }
.attendance-bars b { text-align: right; }
.attendance-bars i { position: relative; height: 7px; overflow: hidden; border-radius: 7px; background: rgba(23,111,157,.12); }
.attendance-bars i::after { content: ""; position: absolute; inset: 0 auto 0 0; width: var(--bar); border-radius: inherit; background: var(--brand-blue-dark); animation: featureBarGrow .75s cubic-bezier(.2,.75,.25,1) both; }
.workplace-map-visual { position: relative; margin: 8px 34px 30px; border: 1px solid rgba(44,89,110,.13); border-radius: 6px; background-image: linear-gradient(rgba(63,107,128,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(63,107,128,.08) 1px,transparent 1px); background-size: 32px 32px; }
.map-connection { position: absolute; z-index: 1; height: 2px; background: #8ebed4; transform-origin: left; }
.connection-one { left: 25%; top: 47%; width: 36%; transform: rotate(-18deg); }
.connection-two { left: 48%; top: 44%; width: 33%; transform: rotate(33deg); }
.map-node { position: absolute; z-index: 2; min-width: 118px; padding: 12px 13px 12px 34px; border: 1px solid rgba(34,94,122,.18); border-radius: 5px; background: rgba(255,255,255,.9); box-shadow: 0 8px 18px rgba(37,74,91,.08); }
.map-node i { position: absolute; left: 13px; top: 15px; width: 10px; height: 10px; border: 3px solid #fff; border-radius: 50%; background: var(--brand-blue-dark); box-shadow: 0 0 0 3px rgba(23,111,157,.18); }
.map-node strong, .map-node small { display: block; }
.map-node strong { font-size: 10px; }
.map-node small { margin-top: 2px; color: var(--muted); font-size: 8px; }
.node-central { left: 8%; top: 43%; }.node-clinic { left: 48%; top: 14%; }.node-field { right: 7%; bottom: 11%; }
.leave-visual { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(220px,.9fr); gap: 18px; align-items: center; padding: 10px 32px 32px; }
.leave-calendar { padding: 18px; border: 1px solid rgba(159,113,24,.18); border-radius: 6px; background: rgba(255,255,255,.65); }
.leave-calendar > strong { display: block; margin-bottom: 14px; color: #826019; font-size: 11px; text-transform: uppercase; }
.leave-calendar > div { display: grid; grid-template-columns: repeat(7,1fr); gap: 5px; }
.leave-calendar span { aspect-ratio: 1; display: grid; place-items: center; border-radius: 4px; background: rgba(255,255,255,.8); color: #6d6350; font-size: 9px; }
.leave-calendar span.is-leave { background: #e8b84a; color: #fff; font-weight: 800; }
.leave-request-visual { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: center; padding: 17px; border: 1px solid rgba(159,113,24,.18); border-radius: 6px; background: #fff; box-shadow: 0 10px 24px rgba(105,79,28,.08); }
.leave-request-visual > div { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 4px; background: #fff1c9; color: #8d681b; font-size: 10px; font-weight: 800; }
.leave-request-visual strong, .leave-request-visual small { display: block; }
.leave-request-visual strong { font-size: 11px; }.leave-request-visual small { color: var(--muted); font-size: 8px; }
.leave-request-visual em { grid-column: 1/-1; padding-top: 10px; border-top: 1px solid #eee6d2; color: #8d681b; font-size: 9px; font-style: normal; font-weight: 800; }
.device-visual { display: grid; grid-template-columns: 180px minmax(0,1fr); gap: 26px; align-items: center; padding: 6px 42px 35px; }
.device-shield { position: relative; width: 138px; height: 164px; display: grid; place-items: center; border: 2px solid #2581a8; border-radius: 60px 60px 70px 70px; background: rgba(255,255,255,.55); clip-path: polygon(50% 0,94% 18%,88% 72%,50% 100%,12% 72%,6% 18%); }
.device-shield span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: #d9f2ea; color: #247657; font-size: 25px; font-weight: 800; }
.device-stack { display: grid; gap: 12px; }
.device-stack > div { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: center; padding: 13px; border: 1px solid rgba(43,96,117,.16); border-radius: 5px; background: rgba(255,255,255,.78); }
.device-stack i { width: 10px; height: 10px; border-radius: 50%; background: #2c9870; box-shadow: 0 0 0 5px rgba(44,152,112,.12); }
.device-stack i.pending { background: #cf8c22; box-shadow: 0 0 0 5px rgba(207,140,34,.12); }
.device-stack strong, .device-stack small { display: block; }.device-stack strong { font-size: 10px; }.device-stack small { color: var(--muted); font-size: 8px; }

@keyframes featureCardIn { from { opacity:0; transform:translateX(18px); } to { opacity:1; transform:none; } }
@keyframes featureBarGrow { from { width:0; } }

.pricing-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 48px; }
.pricing-heading > div:first-child { max-width: 670px; }
.billing-wrap { flex: 0 0 auto; text-align: right; }
.billing-switch { display: inline-flex; padding: 3px; border: 1px solid #c5cbc8; border-radius: 4px; background: var(--soft); }
.billing-switch button { min-width: 82px; height: 36px; padding: 0 12px; border: 0; border-radius: 2px; background: transparent; color: var(--muted); font-size: 12px; font-weight: 600; cursor: pointer; }
.billing-switch button.is-active { background: #fff; color: var(--ink); box-shadow: 0 1px 4px rgba(0,0,0,.12); }
.billing-wrap > small { display: block; margin-top: 7px; color: var(--green); font-size: 11px; }
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.price-card { position: relative; min-width: 0; display: flex; flex-direction: column; padding: 30px 25px; border-left: 1px solid var(--line); background: #fff; isolation: isolate; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.price-card::before { content: ""; position: absolute; inset: 0; z-index: 0; opacity: 0; transition: opacity .3s ease; pointer-events: none; }
.price-card > * { position: relative; z-index: 1; }
.price-card::after { content: ""; position: absolute; inset: 0 0 auto; z-index: 2; height: 3px; background: var(--brand-blue-dark); transform: scaleX(0); transform-origin: left; transition: transform .32s cubic-bezier(.2,.75,.25,1); pointer-events: none; }
.price-card:nth-child(1)::before { background: linear-gradient(145deg,#fff 5%,#dff3ff 100%); }
.price-card:nth-child(2)::before { background: linear-gradient(145deg,#f7fcff 0%,#caeaff 100%); }
.price-card:nth-child(3)::before { background: linear-gradient(145deg,#fff 5%,#ffedbb 100%); }
.price-card:nth-child(4)::before { background: linear-gradient(145deg,#fff 5%,#d8effb 100%); }
.price-card:nth-child(3)::after { background: #c89626; }
.price-card:first-child { border-left: 0; }
.price-card-focus { background: #f3f9fd; box-shadow: inset 0 3px 0 var(--green); }
.plan-label { position: absolute; top: -30px; left: -1px; right: -1px; z-index: 2; height: 30px; display: flex; align-items: center; justify-content: center; background: var(--green); color: #fff; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.price-card h3 { margin: 0 0 7px; font-family: "Manrope", Arial, sans-serif; font-size: 21px; }
.price-card > div > p { margin: 0; color: var(--muted); font-size: 13px; }
.price { display: flex; align-items: baseline; margin: 20px 0 1px; }
.price > span { margin-right: 3px; font-size: 17px; font-weight: 600; }
.price strong { font-family: "Manrope", Arial, sans-serif; font-size: 35px; line-height: 1; }
.price small { margin-left: 4px; color: var(--muted); font-size: 11px; }
.tl-year-note { min-height: 18px; margin: 6px 0 23px; color: var(--muted); font-size: 11px; }
.price-card ul { list-style: none; flex: 1; margin: 0 0 28px; padding: 20px 0 0; border-top: 1px solid var(--line); }
.price-card li { position: relative; margin: 0 0 11px; padding-left: 17px; color: #424947; font-size: 13px; }
.price-card li::before { content: ""; position: absolute; left: 0; top: 8px; width: 5px; height: 5px; border-radius: 50%; background: var(--green); }
.price-card .button { width: 100%; }
.price-card .price strong { transition: color .25s ease, transform .25s ease; transform-origin: left bottom; }
.price-card:hover { z-index: 3; border-color: #8fc2dc; box-shadow: 0 18px 42px rgba(25,94,130,.15); transform: translateY(-6px); }
.price-card:focus-within { z-index: 3; border-color: #8fc2dc; box-shadow: 0 12px 30px rgba(25,94,130,.12); transform: translateY(-2px); }
.price-card:hover::before, .price-card:focus-within::before { opacity: 1; }
.price-card:hover::after, .price-card:focus-within::after { transform: scaleX(1); }
.price-card:hover .price strong, .price-card:focus-within .price strong { color: var(--brand-blue-dark); transform: translateY(-2px); }

.closing-section { padding: 90px 0; background: #0b547c; color: #fff; }
.closing-inner { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(350px, .9fr); gap: 10%; align-items: end; }
.closing-inner h2 { max-width: 720px; }
.closing-inner > div:last-child > p { max-width: 470px; margin: 0 0 24px; color: rgba(255,255,255,.68); font-size: 16px; }
.closing-actions { display: flex; align-items: center; gap: 25px; }
.contact-link { font-size: 14px; font-weight: 600; }
.contact-link span { margin-left: 5px; }

@media (hover:hover) and (pointer:fine) {
  .feature-strip-inner > div:hover { background: rgba(255,255,255,.1); }
  .showcase-tabs button:hover { background: #e8f3f9; color: var(--brand-blue-dark); transform: translateY(-1px); }
}

.site-footer { padding: 54px 0 28px; background: #fff; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-bottom: 42px; border-bottom: 1px solid var(--line); }
.footer-top p { margin: 0; color: var(--muted); font-size: 14px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-top: 25px; color: var(--muted); font-size: 12px; }
.footer-bottom nav { display: flex; gap: 25px; }
.footer-bottom a:hover { color: var(--ink); }

.reveal { opacity: 0; filter: blur(3px); transform: translateY(22px) scale(.995); transition: opacity .62s ease, filter .62s ease, transform .72s cubic-bezier(.2,.75,.25,1); }
.reveal.is-visible { opacity: 1; filter: none; transform: none; }
.price-card.reveal.is-visible:hover { transform: translateY(-6px); }
.price-card.reveal.is-visible:focus-within { transform: translateY(-2px); }

@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: minmax(0,.9fr) minmax(430px,1.1fr); gap: 5%; }
  .access-layout, .control-layout { gap: 6%; }
  .control-layout { grid-template-columns: .75fr 1.25fr; }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .price-card { border-top: 1px solid var(--line); }
  .price-card:nth-child(odd) { border-left: 0; }
  .price-card:nth-child(-n+2) { border-top: 0; }
  .plan-label { top: 0; left: auto; right: 0; width: 108px; height: 28px; }
}

@media (max-width: 820px) {
  .site-container { width: min(var(--max), calc(100% - 40px)); }
  .desktop-nav, .header-login { display: none; }
  .menu-button { display: flex; }
  .hero { padding-top: 114px; }
  .hero-grid { grid-template-columns: 1fr; grid-template-areas: "copy" "staff" "owner" "media"; gap: 14px; }
  .hero-copy { max-width: 620px; }
  .hero-media { max-width: 660px; margin-top: 24px; }
  .access-layout, .control-layout, .closing-inner { grid-template-columns: 1fr; }
  .access-layout { gap: 38px; }
  .access-panel { max-width: 600px; width: 100%; }
  .section-pad { padding: 84px 0; }
  .product-workbench { grid-template-columns: 1fr; }
  .workplace-visual { min-height: 0; aspect-ratio: 16/10; }
  .staff-phone-stage { min-height: 580px; border-top: 1px solid var(--line); border-left: 0; }
  .feature-strip-inner { grid-template-columns: repeat(2,1fr); }
  .feature-strip-inner > div:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.15); }
  .feature-strip-inner > div:nth-child(4) { border-top: 1px solid rgba(255,255,255,.15); }
  .control-layout { gap: 50px; }
  .operations-view { overflow: hidden; }
  .pricing-heading { align-items: start; }
  .closing-inner { gap: 35px; }
}

@media (max-width: 600px) {
  .site-container { width: min(var(--max), calc(100% - 32px)); }
  .site-header, .header-inner { height: 66px; }
  .mobile-nav { top: 66px; padding-left: 16px; padding-right: 16px; }
  .wordmark-mark { width: 32px; height: 32px; }
  .wordmark-type { width: 104px; }
  .header-actions .button { min-height: 40px; padding: 0 14px; }
  .hero { min-height: 0; padding: 96px 0 52px; }
  .hero-grid { grid-template-areas: "copy" "switcher" "staff" "owner" "media"; gap: 15px; }
  .mobile-access-switcher { grid-area: switcher; display: grid; grid-template-columns: 1fr 1fr; padding: 3px; border: 1px solid #b8d1df; border-radius: 5px; background: #eaf3f8; }
  .mobile-access-switcher button { min-height: 38px; padding: 0 10px; border: 0; border-radius: 3px; background: transparent; color: #5a6972; font-size: 12px; font-weight: 700; cursor: pointer; }
  .mobile-access-switcher button.is-active { background: #fff; color: var(--brand-blue-dark); box-shadow: 0 1px 5px rgba(23,80,111,.13); }
  .hero-grid[data-mobile-access="staff"] .access-panel { display: none; }
  .hero-grid[data-mobile-access="owner"] .access-intro { display: none; }
  .access-intro, .access-panel { opacity: 1; filter: none; transform: none; }
  .hero h1 { font-size: 40px; }
  .hero-description { font-size: 18px; }
  .hero-actions { margin-top: 25px; }
  .hero-proof { gap: 8px 0; margin-top: 28px; }
  .hero-proof span { padding: 0 9px; }
  .hero-media { margin-top: 18px; }
  .access-section { padding: 58px 0; }
  .access-intro h2 { font-size: 15px; }
  .staff-code-form > div { grid-template-columns: minmax(0,1fr) auto; gap: 0; }
  .staff-code-form input { height: 46px; border-radius: 4px 0 0 4px; }
  .staff-code-form button { height: 46px; border-radius: 0 4px 4px 0; }
  .access-panel { padding: 17px; }
  .access-form:not(.access-step) { grid-template-columns: minmax(0,1fr) auto; }
  .section-pad { padding: 68px 0; }
  .section-heading { margin-bottom: 35px; }
  .section-heading h2, .control-copy h2, .pricing-heading h2, .closing-inner h2 { font-size: 34px; }
  .section-heading > p:last-child { font-size: 16px; }
  .workplace-visual { min-height: 0; aspect-ratio: 4/5; }
  .workplace-visual > img { object-position: 62% center; }
  .visual-status { left: 14px; right: 14px; min-width: 0; padding: 12px 14px; }
  .visual-status-one { top: auto; bottom: 126px; }
  .visual-status-two { top: auto; bottom: 70px; }
  .visual-status-three { top: auto; bottom: 14px; }
  .staff-phone-stage { min-height: 0; padding: 24px 18px; }
  .staff-phone { width: min(264px,100%); }
  .staff-phone-stage > p { width: min(264px,100%); }
  .feature-strip-inner { grid-template-columns: 1fr 1fr; }
  .feature-strip-inner > div { padding: 22px 15px; }
  .control-section { padding-top: 56px; padding-bottom: 56px; }
  .control-layout { gap: 24px; }
  .control-copy h2 { font-size: 34px; }
  .control-copy > p:not(.eyebrow) { margin: 10px 0 0; font-size: 15px; }
  .control-copy ul { display: none; }
  .feature-selector { grid-template-columns: 1fr 1fr; gap: 6px; margin-top: 20px; border: 0; }
  .feature-selector button { min-height: 62px; padding: 8px 9px; border: 1px solid #d3dfe5; border-radius: 4px; grid-template-columns: 23px minmax(0,1fr); gap: 7px; background: rgba(255,255,255,.72); }
  .feature-selector button strong { font-size: 11px; line-height: 1.2; }
  .feature-selector button small { display: none; }
  .feature-selector button.is-active { padding-left: 10px; border-color: #8dbed6; background: #eaf4f9; }
  .feature-gallery { height: 430px; box-shadow: 0 12px 30px rgba(26,65,84,.09); }
  .feature-gallery-controls { top: 14px; right: 14px; }
  .feature-gallery-controls button { width: 30px; height: 30px; }
  .feature-card-copy { max-width: calc(100% - 82px); padding: 21px 18px 8px; }
  .feature-card-copy h3 { max-width: 250px; margin-top: 5px; font-size: 20px; line-height: 1.18; }
  .feature-card-copy p { max-width: 270px; font-size: 11px; line-height: 1.4; }
  .attendance-visual { grid-template-columns: 1fr; gap: 13px; justify-items: center; padding: 12px 18px 22px; }
  .attendance-ring { width: 128px; height: 128px; }
  .attendance-ring strong { font-size: 36px; }
  .attendance-bars { width: 100%; gap: 11px; }
  .attendance-bars > div { grid-template-columns: 58px minmax(70px,1fr) 20px; gap: 8px; }
  .workplace-map-visual { margin: 12px 14px 18px; }
  .map-node { min-width: 104px; padding: 10px 8px 10px 28px; }
  .map-node i { left: 10px; top: 13px; width: 8px; height: 8px; }
  .node-central { left: 4%; top: 43%; }
  .node-clinic { left: 46%; top: 12%; }
  .node-field { right: 4%; bottom: 10%; }
  .leave-visual { grid-template-columns: 1fr; gap: 9px; padding: 7px 16px 18px; }
  .leave-calendar { padding: 12px; }
  .leave-calendar > strong { margin-bottom: 8px; }
  .leave-request-visual { padding: 11px; }
  .leave-request-visual em { padding-top: 7px; }
  .device-visual { grid-template-columns: 108px minmax(0,1fr); gap: 12px; padding: 15px 17px 22px; }
  .device-shield { width: 96px; height: 118px; }
  .device-shield span { width: 42px; height: 42px; font-size: 21px; }
  .device-stack { gap: 8px; }
  .device-stack > div { gap: 8px; padding: 11px 9px; }
  .operations-view { height: 448px; min-height: 448px; max-height: 448px; padding: 0; box-shadow: 0 12px 30px rgba(22,32,29,.08); }
  .showcase-stage { height: 350px; min-height: 0; padding: 16px 12px 18px; }
  .showcase-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; padding: 6px; overflow: visible; }
  .showcase-tabs button { width: 100%; min-width: 0; min-height: 39px; padding: 0 6px; white-space: normal; line-height: 1.15; }
  .operations-top { padding-bottom: 14px; }
  .operations-metrics { margin: 14px 0; }
  .operations-metrics > div { padding: 13px; }
  .operations-metrics strong { font-size: 25px; }
  .operations-row { grid-template-columns: 1fr .65fr .72fr; min-width: 0; padding: 9px; }
  .operations-row > :nth-child(2) { display: none; }
  .showcase-panel[data-showcase-panel="today"] .operations-row:nth-child(4) { display: none; }
  .workplace-cards { grid-template-columns: 1fr; gap: 5px; margin-top: 10px; }
  .workplace-cards article { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; padding: 8px 10px; }
  .workplace-cards b { margin: 0; font-size: 18px; }
  .workplace-cards .progress, .workplace-cards small { grid-column: 1 / -1; }
  .workplace-cards .progress { margin: 4px 0 2px; }
  .request-list, .device-list { margin-top: 12px; }
  .request-list article, .device-list article { min-height: 58px; gap: 8px; padding: 8px 9px; }
  .request-actions { flex-direction: column; }
  .request-actions button { min-height: 25px; }
  .pricing-section { padding-top: 58px; padding-bottom: 58px; background: #f7fafc; }
  .pricing-heading { display: block; margin-bottom: 28px; }
  .pricing-heading h2 { font-size: 32px; }
  .billing-wrap { display: flex; align-items: center; gap: 12px; margin-top: 20px; text-align: left; }
  .billing-wrap > small { margin-top: 0; line-height: 1.35; }
  .pricing-grid { grid-template-columns: 1fr; gap: 12px; border: 0; }
  .price-card, .price-card:nth-child(-n+2), .price-card:first-child { padding: 22px; border: 1px solid #d6e0e6; border-radius: 6px; background: #fff; box-shadow: 0 5px 16px rgba(28,69,91,.045); }
  .price-card:nth-child(1) { border-top: 3px solid #7fbddd; }
  .price-card:nth-child(2) { padding-top: 38px; border-top: 3px solid var(--brand-blue-dark); }
  .price-card:nth-child(3) { border-top: 3px solid #d1a23a; }
  .price-card:nth-child(4) { border-top: 3px solid #5a94b5; }
  .price-card:hover, .price-card:focus-within, .price-card.reveal.is-visible:hover, .price-card.reveal.is-visible:focus-within { transform: none; }
  .price-card ul { margin-bottom: 20px; padding-top: 16px; }
  .price { margin-top: 15px; }
  .tl-year-note { margin-bottom: 17px; }
  .closing-section { padding: 68px 0; }
  .closing-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .footer-top, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-bottom nav { flex-wrap: wrap; gap: 14px 20px; }
  .reveal { opacity: 1; filter: none; transform: none; transition: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
  .staff-flow-screen { display: none; opacity: 1; transform: none; }
  .staff-flow-scan { display: flex; }
}
