:root {
  --void: #050406;
  --ink: #110f15;
  --paper: #f7f4ff;
  --white: #ffffff;
  --violet: #7b24ff;
  --violet-deep: #4b00b8;
  --yellow: #fed400;
  --cyan: #58dbfe;
  --green: #22bd7a;
  --red: #ef5d6c;
  --muted: #67606f;
  --line: #ded8e5;
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "Manrope", sans-serif;
  --shell: min(1480px, calc(100% - 48px));
  --ease: cubic-bezier(.16, 1, .3, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--void); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.55; }
a { color: inherit; }
button, input, select { font: inherit; }
button { cursor: pointer; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; padding: 12px 16px; color: var(--void); background: var(--yellow); font-weight: 800; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

.site-header { position: sticky; top: 0; z-index: 50; min-height: 72px; padding: 0 max(24px, calc((100% - 1480px) / 2)); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; color: var(--paper); background: rgba(5, 4, 6, .96); border-bottom: 1px solid rgba(255,255,255,.13); }
.wordmark { text-decoration: none; font-family: var(--display); font-size: 1.02rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.wordmark span { color: var(--yellow); }
.primary-nav { display: flex; gap: 30px; }
.primary-nav a { color: rgba(247,244,255,.74); text-decoration: none; font-size: .82rem; font-weight: 600; }
.primary-nav a:hover { color: var(--white); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 10px; }
.language-toggle { min-height: 42px; padding: 0 13px; color: var(--paper); background: transparent; border: 1px solid rgba(255,255,255,.28); font-size: .72rem; font-weight: 700; }
.language-toggle span { color: var(--cyan); margin-right: 5px; }
.language-toggle:hover { border-color: var(--paper); }
.header-cta { min-height: 44px; display: inline-flex; align-items: center; gap: 12px; padding: 0 18px; color: var(--void); background: var(--yellow); text-decoration: none; font-weight: 800; font-size: .83rem; }

.hero { min-height: calc(100vh - 72px); display: grid; grid-template-columns: minmax(320px, .78fr) minmax(650px, 1.45fr); align-items: stretch; color: var(--ink); background: var(--paper); }
.hero-copy { padding: clamp(64px, 8vw, 120px) clamp(32px, 4.5vw, 78px); display: flex; flex-direction: column; justify-content: center; }
.product-context { margin: 0 0 24px; color: var(--violet); font-size: .8rem; font-weight: 800; }
.hero h1 { max-width: 9ch; margin: 0; font-family: var(--display); font-size: clamp(4rem, 6.6vw, 7rem); font-weight: 800; line-height: .88; letter-spacing: -.035em; text-wrap: balance; }
.hero-lede { max-width: 57ch; margin: 34px 0 0; color: var(--muted); font-size: 1.05rem; line-height: 1.7; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 22px; text-decoration: none; font-weight: 800; }
.button-primary { color: var(--void); background: var(--yellow); box-shadow: 0 12px 30px rgba(63, 49, 0, .12); transition: transform .25s var(--ease), box-shadow .25s var(--ease); }
.button-primary:hover { transform: translateY(-3px); box-shadow: 0 18px 38px rgba(63, 49, 0, .18); }
.text-link { font-size: .88rem; font-weight: 800; text-underline-offset: 5px; }
.hero-definition { margin: 50px 0 0; display: grid; gap: 18px; }
.hero-definition div { display: grid; grid-template-columns: 120px 1fr; gap: 14px; padding-top: 14px; border-top: 1px solid var(--line); }
.hero-definition dt { color: var(--muted); font-size: .75rem; }
.hero-definition dd { margin: 0; font-size: .78rem; font-weight: 700; }

.operations-window { min-width: 0; margin: 34px 34px 34px 0; align-self: center; background: var(--white); border: 1px solid #cbc4d2; box-shadow: 0 30px 70px rgba(30, 13, 56, .18); }
.window-bar { height: 54px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 18px; padding: 0 20px; border-bottom: 1px solid var(--line); }
.window-title { display: flex; align-items: center; gap: 9px; font-weight: 800; font-size: .8rem; text-transform: uppercase; letter-spacing: .05em; }
.window-title i { width: 9px; height: 9px; border-radius: 50%; background: var(--violet); }
.demo-label { color: var(--muted); font-size: .7rem; }
.live-time { font-size: .7rem; color: var(--muted); }
.live-time b { margin-left: 10px; color: var(--ink); }
.window-body { min-height: 600px; display: grid; grid-template-columns: 68px 1fr; }
.app-rail { padding: 16px 12px; display: flex; flex-direction: column; align-items: center; gap: 9px; color: var(--paper); background: var(--void); }
.rail-button { width: 44px; height: 44px; display: grid; place-items: center; color: rgba(247,244,255,.58); background: transparent; border: 1px solid transparent; }
.rail-button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.rail-button:hover { color: var(--paper); background: rgba(255,255,255,.07); }
.rail-button.is-active { color: var(--void); background: var(--violet); }
.dashboard-main { min-width: 0; padding: 24px; }
.dashboard-heading { display: flex; justify-content: space-between; gap: 24px; align-items: flex-end; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.dashboard-heading span { color: var(--violet); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.dashboard-heading h2 { margin: 4px 0 0; font-family: var(--display); font-size: 2rem; line-height: 1; }
.status-key { display: flex; gap: 12px; }
.status-key span { display: flex; align-items: center; gap: 6px; color: var(--muted); font-size: .66rem; text-transform: none; letter-spacing: 0; }
.status-key i { width: 7px; height: 7px; border-radius: 50%; }
.status-key .busy { background: var(--violet); }.status-key .ready { background: var(--green); }.status-key .reset { background: var(--cyan); }
.dashboard-content { min-height: 490px; padding-top: 20px; }

.timeline { display: grid; grid-template-columns: 84px repeat(6, 1fr); grid-template-rows: 28px repeat(6, 54px); border: 1px solid var(--line); }
.timeline > div { min-width: 0; padding: 8px; border-right: 1px solid #ebe6ef; border-bottom: 1px solid #ebe6ef; font-size: .66rem; }
.time-cell { color: var(--muted); text-align: center; }
.room-cell { font-weight: 800; }
.booking { margin: 7px 3px; min-width: 0; padding: 7px 8px !important; color: var(--void); border: 0 !important; font-weight: 800; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.booking.violet { background: #ae82ff; }.booking.cyan { background: var(--cyan); }.booking.yellow { background: var(--yellow); }.booking.gray { background: #e5e0e9; color: var(--muted); }
.dashboard-foot { margin-top: 16px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.dashboard-foot > div { padding: 14px; background: #f2eef5; }
.dashboard-foot span { display: block; color: var(--muted); font-size: .66rem; }
.dashboard-foot strong { display: block; margin-top: 3px; font-size: 1rem; }

.outcome-route { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto 1fr; align-items: center; gap: 18px; padding: 28px max(24px, calc((100% - 1480px) / 2)); color: var(--void); background: var(--yellow); }
.outcome-route div { min-width: 0; }
.outcome-route strong, .outcome-route span { display: block; }
.outcome-route strong { font-family: var(--display); font-size: 1.12rem; line-height: 1; }
.outcome-route div span { margin-top: 5px; font-size: .7rem; }
.route-arrow { font-size: 1.2rem; }

.section-intro, .ledger-heading, .screens-heading, .delivery-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .65fr); gap: clamp(32px, 7vw, 120px); align-items: end; }
.section-intro h2, .ledger-heading h2, .mobile-copy h2, .context-copy h2, .roi-intro h2, .screens-heading h2, .reputation-section h2, .delivery-heading h2, .closing-cta h2 { margin: 0; font-family: var(--display); font-size: clamp(3rem, 5vw, 5.8rem); line-height: .94; letter-spacing: -.025em; text-wrap: balance; }
.section-intro p, .ledger-heading p, .screens-heading p, .delivery-heading p { margin: 0; color: var(--muted); max-width: 55ch; }
.platform-story, .benefit-ledger, .screens-section, .delivery-section { padding: clamp(80px, 10vw, 150px) max(24px, calc((100% - 1480px) / 2)); }
.platform-story { color: var(--paper); background: var(--void); }
.platform-story .section-intro p { color: rgba(247,244,255,.68); }
.record-flow { margin-top: 76px; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid rgba(255,255,255,.22); }
.record-flow article { position: relative; min-height: 270px; padding: 38px 26px 24px 0; border-right: 1px solid rgba(255,255,255,.15); }
.record-flow article:not(:first-child) { padding-left: 26px; }
.record-flow article::before { content: ""; position: absolute; top: -6px; left: 0; width: 11px; height: 11px; border-radius: 50%; background: var(--yellow); }
.record-flow article:not(:first-child)::before { left: 26px; }
.record-flow article:last-child { border-right: 0; }
.record-flow span { color: var(--cyan); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.record-flow h3 { margin: 25px 0 12px; font-family: var(--display); font-size: 1.8rem; line-height: 1; }
.record-flow p { margin: 0; color: rgba(247,244,255,.62); font-size: .86rem; }

.benefit-ledger { background: var(--white); }
.ledger-table { margin-top: 70px; border-top: 2px solid var(--ink); }
.ledger-row { display: grid; grid-template-columns: .85fr 1.25fr 1.25fr; gap: 34px; padding: 22px 0; border-bottom: 1px solid var(--line); align-items: start; }
.ledger-row strong { font-family: var(--display); font-size: 1.28rem; }
.ledger-row p { margin: 0; color: var(--muted); font-size: .88rem; }
.ledger-row p:last-child { color: var(--ink); font-weight: 700; }
.ledger-head { padding: 12px 0; color: var(--muted); font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }

.mobile-experience { padding: clamp(80px, 10vw, 150px) max(24px, calc((100% - 1480px) / 2)); display: grid; grid-template-columns: .62fr 1.38fr; gap: clamp(50px, 8vw, 140px); align-items: center; color: var(--paper); background: var(--violet-deep); overflow: hidden; }
.mobile-copy h2 { max-width: 10ch; }
.mobile-copy > p { max-width: 54ch; margin: 28px 0; color: rgba(247,244,255,.74); }
.plain-list { margin: 0; padding: 0; list-style: none; }
.plain-list li { padding: 13px 0 13px 27px; position: relative; border-top: 1px solid rgba(255,255,255,.16); font-size: .84rem; }
.plain-list li::before { content: "↗"; position: absolute; left: 0; color: var(--yellow); font-weight: 800; }
.phone-stage { min-width: 0; display: grid; grid-template-columns: repeat(3, minmax(180px, 1fr)); gap: 18px; align-items: end; }
.phone { min-height: 480px; padding: 12px 14px 18px; color: var(--ink); background: var(--paper); border: 5px solid var(--void); border-radius: 30px; box-shadow: 0 26px 60px rgba(0,0,0,.23); }
.phone:nth-child(2) { transform: translateY(-32px); }
.phone-top { height: 62px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); font-size: .7rem; }
.phone-top span { color: var(--violet); font-weight: 900; }
.phone-top b { font-size: .78rem; }
.phone-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 16px 0; }
.phone-metrics div { min-height: 82px; padding: 12px; background: var(--white); border: 1px solid var(--line); }
.phone-metrics span, .alert-detail span { display: block; color: var(--muted); font-size: .62rem; }
.phone-metrics strong { display: block; margin-top: 7px; font-family: var(--display); font-size: 1.6rem; }
.mini-bars { height: 150px; padding: 18px; display: flex; align-items: end; gap: 8px; background: var(--void); }
.mini-bars i { flex: 1; background: var(--yellow); }
.phone small { display: block; margin-top: 14px; color: var(--muted); font-size: .58rem; }
.phone-room { min-height: 66px; display: grid; grid-template-columns: 10px 1fr; gap: 3px 9px; align-content: center; border-bottom: 1px solid var(--line); }
.phone-room .dot { grid-row: span 2; align-self: center; width: 8px; height: 8px; border-radius: 50%; }
.dot.violet { background: var(--violet); }.dot.green { background: var(--green); }.dot.yellow { background: var(--yellow); }.dot.cyan { background: var(--cyan); }
.phone-room strong { font-size: .73rem; }.phone-room span { color: var(--muted); font-size: .62rem; }
.phone-action { width: 100%; min-height: 44px; margin-top: 18px; display: grid; place-items: center; border: 0; color: var(--paper); background: var(--violet); font-size: .7rem; font-weight: 800; }
.phone-action.secondary { margin-top: 8px; color: var(--ink); background: transparent; border: 1px solid var(--ink); }
.phone mark { display: inline-block; margin: 20px 0 12px; padding: 4px 8px; background: var(--yellow); font-size: .63rem; font-weight: 800; }
.phone h3 { margin: 0 0 34px; font-family: var(--display); font-size: 2rem; line-height: 1; }
.alert-detail { padding: 16px; background: var(--white); border: 1px solid var(--red); }
.alert-detail strong { display: block; margin-top: 7px; font-size: .78rem; }.alert-detail small { margin-top: 5px; color: var(--red); }

.context-image { min-height: 720px; position: relative; display: grid; align-items: end; overflow: hidden; color: var(--paper); background: var(--void); }
.context-image::after { content: ""; position: absolute; inset: 0; background: rgba(5,4,6,.32); }
.context-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .76; }
.context-copy { position: relative; z-index: 1; max-width: 850px; margin: 0 0 60px max(24px, calc((100% - 1480px) / 2)); padding: 44px; background: rgba(5,4,6,.88); }
.context-copy p { max-width: 56ch; margin: 28px 0 0; color: rgba(247,244,255,.75); font-size: 1.05rem; }

.roi-section { padding: clamp(80px, 10vw, 150px) max(24px, calc((100% - 1480px) / 2)); display: grid; grid-template-columns: .62fr 1.38fr; gap: clamp(50px, 8vw, 140px); align-items: start; color: var(--paper); background: var(--void); }
.roi-intro { position: sticky; top: 120px; }
.roi-intro h2 { max-width: 10ch; }
.roi-intro > p { margin: 28px 0 38px; color: rgba(247,244,255,.68); }
.roi-note { display: grid; gap: 5px; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.17); }
.roi-note strong { color: var(--cyan); font-size: .73rem; }.roi-note span { color: rgba(247,244,255,.66); font-size: .72rem; }
.roi-calculator { padding: clamp(22px, 4vw, 54px); color: var(--ink); background: var(--paper); }
.currency-row { display: flex; justify-content: space-between; gap: 24px; align-items: end; }
.currency-row h3 { margin: 0; font-family: var(--display); font-size: 2rem; }
.currency-row label { display: grid; gap: 5px; color: var(--muted); font-size: .68rem; }
.currency-row select { min-width: 100px; padding: 9px; border: 1px solid var(--line); background: var(--white); }
.roi-inputs { margin: 30px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.roi-inputs label { position: relative; display: grid; gap: 7px; color: var(--muted); font-size: .7rem; }
.roi-inputs input { width: 100%; min-height: 50px; padding: 0 14px; color: var(--ink); background: var(--white); border: 1px solid var(--line); font-weight: 800; }
.input-suffix { position: absolute; right: 14px; bottom: 14px; color: var(--muted); }
.roi-results { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.roi-results div { min-height: 112px; padding: 18px; display: flex; flex-direction: column; justify-content: space-between; background: var(--white); }
.roi-results span { color: var(--muted); font-size: .65rem; }
.roi-results strong { font-family: var(--display); font-size: clamp(1.75rem, 3vw, 3rem); line-height: 1; }
.roi-results .annual { grid-column: span 2; color: var(--void); background: var(--yellow); }
.calculator-disclaimer { margin: 18px 0 0; color: var(--muted); font-size: .67rem; }

.screens-section { background: var(--paper); }
.device-console { margin-top: 70px; border: 1px solid var(--line); background: var(--white); box-shadow: 0 22px 60px rgba(26,9,54,.09); }
.console-head { min-height: 68px; display: flex; align-items: center; gap: 22px; padding: 0 24px; color: var(--paper); background: var(--void); font-size: .72rem; }
.console-head strong { margin-right: auto; font-family: var(--display); font-size: 1.3rem; }
.console-head span { display: flex; gap: 7px; align-items: center; }.console-head i { width: 8px; height: 8px; border-radius: 50%; background: var(--green); }.console-head .attention i { background: var(--yellow); }.console-head .offline i { background: var(--red); }
.device-row { display: grid; grid-template-columns: 1.05fr .8fr 1.25fr .5fr; gap: 24px; padding: 18px 24px; align-items: center; border-bottom: 1px solid var(--line); font-size: .78rem; }
.device-row > span { color: var(--muted); }.device-row b { justify-self: start; padding: 5px 8px; font-size: .62rem; }.device-row b.online { color: #075b38; background: #d3f4e5; }.device-row b.attention { color: #6c5700; background: #fff3b0; }.device-row b.offline { color: #7a1722; background: #ffdce0; }
.device-header { color: var(--muted); background: #f0ecf3; font-size: .64rem; font-weight: 800; text-transform: uppercase; }
.screen-types { margin-top: 60px; display: grid; grid-template-columns: 1.3fr .9fr 1.1fr .8fr; border-top: 2px solid var(--ink); }
.screen-types article { min-height: 230px; padding: 25px 24px 24px 0; border-right: 1px solid var(--line); }.screen-types article:not(:first-child) { padding-left: 24px; }.screen-types article:last-child { border-right: 0; }
.screen-types span { color: var(--violet); font-size: .65rem; font-weight: 800; text-transform: uppercase; }.screen-types h3 { margin: 22px 0 12px; font-family: var(--display); font-size: 1.7rem; line-height: 1; }.screen-types p { margin: 0; color: var(--muted); font-size: .78rem; }
.procurement-choice { margin-top: 45px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 0; align-items: stretch; border: 1px solid var(--ink); }
.procurement-choice article { padding: 32px; }.procurement-choice > span { min-width: 74px; display: grid; place-items: center; color: var(--paper); background: var(--ink); font-family: var(--display); font-size: 1.4rem; text-transform: uppercase; }.procurement-choice h3 { margin: 0 0 10px; font-family: var(--display); font-size: 2rem; }.procurement-choice p { margin: 0; color: var(--muted); font-size: .82rem; }

.reputation-section { padding: clamp(80px, 10vw, 150px) max(24px, calc((100% - 1480px) / 2)); display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(50px, 8vw, 140px); color: var(--void); background: var(--cyan); }
.reputation-section h2 { max-width: 11ch; }.reputation-section > div p { max-width: 52ch; margin: 28px 0 0; }
.reputation-rules { margin: 0; padding: 0; list-style: none; counter-reset: rep; border-top: 2px solid var(--void); }
.reputation-rules li { counter-increment: rep; position: relative; padding: 25px 0 25px 62px; display: grid; gap: 5px; border-bottom: 1px solid rgba(5,4,6,.28); }
.reputation-rules li::before { content: "0" counter(rep); position: absolute; left: 0; top: 24px; font-family: var(--display); font-size: 1.4rem; font-weight: 800; }.reputation-rules strong { font-family: var(--display); font-size: 1.42rem; }.reputation-rules span { font-size: .78rem; }

.delivery-section { background: var(--white); }
.delivery-line { margin-top: 70px; display: grid; grid-template-columns: repeat(6, 1fr); border-top: 2px solid var(--ink); }
.delivery-line div { position: relative; min-height: 180px; padding: 30px 20px 20px 0; border-right: 1px solid var(--line); }.delivery-line div:not(:first-child) { padding-left: 20px; }.delivery-line div::before { content: ""; position: absolute; top: -7px; left: 0; width: 12px; height: 12px; background: var(--violet); }.delivery-line div:not(:first-child)::before { left: 20px; }.delivery-line div:last-child { border-right: 0; }.delivery-line b { display: block; margin-bottom: 12px; font-family: var(--display); font-size: 1.4rem; }.delivery-line span { color: var(--muted); font-size: .72rem; }
.ownership-model { margin-top: 40px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }.ownership-model div { min-height: 200px; padding: 30px; background: var(--paper); }.ownership-model span { color: var(--violet); font-size: .65rem; font-weight: 800; text-transform: uppercase; }.ownership-model strong { display: block; margin: 22px 0 10px; font-family: var(--display); font-size: 2rem; line-height: 1; }.ownership-model p { margin: 0; color: var(--muted); font-size: .78rem; }
.closing-cta { padding: clamp(70px, 9vw, 130px) max(24px, calc((100% - 1480px) / 2)); display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: end; color: var(--paper); background: var(--violet); }.closing-cta h2 { max-width: 10ch; }.closing-cta p { max-width: 58ch; margin: 24px 0 0; color: rgba(247,244,255,.78); }.closing-button { color: var(--void); background: var(--yellow); }
.site-footer { min-height: 90px; padding: 0 max(24px, calc((100% - 1480px) / 2)); display: flex; align-items: center; gap: 35px; color: rgba(247,244,255,.64); background: var(--void); font-size: .72rem; }.site-footer span:first-child { color: var(--paper); font-weight: 800; }.site-footer a { margin-left: auto; color: var(--yellow); }

.metric-grid, .room-grid, .session-list, .feedback-panel, .device-grid, .owner-grid { display: grid; gap: 12px; }
.metric-grid, .owner-grid { grid-template-columns: repeat(3, 1fr); }.metric-card, .owner-card { min-height: 128px; padding: 18px; background: #f2eef5; }.metric-card span, .owner-card span { display: block; color: var(--muted); font-size: .65rem; }.metric-card strong, .owner-card strong { display: block; margin-top: 22px; font-family: var(--display); font-size: 2.3rem; line-height: 1; }.metric-card small, .owner-card small { display: block; margin-top: 8px; color: var(--violet); font-size: .62rem; }
.room-grid { grid-template-columns: repeat(4, 1fr); }.dash-room { min-height: 118px; padding: 14px; border: 1px solid var(--line); }.dash-room i { display: block; width: 8px; height: 8px; border-radius: 50%; background: var(--green); }.dash-room.busy i { background: var(--violet); }.dash-room.reset i { background: var(--cyan); }.dash-room.offline i { background: var(--red); }.dash-room strong { display: block; margin-top: 22px; font-size: .78rem; }.dash-room span { display: block; margin-top: 5px; color: var(--muted); font-size: .62rem; }
.session-list { grid-template-columns: 1fr; }.session-row { display: grid; grid-template-columns: 90px 1fr 100px 120px; gap: 14px; align-items: center; padding: 14px; border: 1px solid var(--line); }.session-row b { font-size: .72rem; }.session-row span { color: var(--muted); font-size: .65rem; }.progress { height: 7px; background: #e7e1eb; }.progress i { display: block; height: 100%; background: var(--violet); }
.feedback-panel { grid-template-columns: .9fr 1.1fr; }.score-block { padding: 24px; color: var(--paper); background: var(--violet); }.score-block strong { display: block; font-family: var(--display); font-size: 4.8rem; line-height: 1; }.score-block span { font-size: .68rem; }.feedback-list { display: grid; gap: 8px; }.feedback-item { padding: 12px; border: 1px solid var(--line); }.feedback-item b { display: block; font-size: .72rem; }.feedback-item span { color: var(--muted); font-size: .62rem; }
.device-grid { grid-template-columns: 1fr 1fr; }.dash-device { padding: 17px; border: 1px solid var(--line); }.dash-device b { display: block; font-size: .74rem; }.dash-device span { display: block; margin-top: 5px; color: var(--muted); font-size: .62rem; }.dash-device em { display: inline-block; margin-top: 14px; padding: 4px 7px; color: #075b38; background: #d3f4e5; font-size: .57rem; font-style: normal; font-weight: 800; }.dash-device.warning em { color: #6c5700; background: #fff3b0; }.dash-device.offline em { color: #7a1722; background: #ffdce0; }

@media (max-width: 1100px) {
  .record-flow { grid-template-columns: repeat(3, 1fr); }.record-flow article { border-bottom: 1px solid rgba(255,255,255,.15); }
  .mobile-experience, .roi-section, .reputation-section { grid-template-columns: 1fr; }.mobile-copy h2, .roi-intro h2, .reputation-section h2 { max-width: 14ch; }.roi-intro { position: static; }
  .delivery-line { grid-template-columns: repeat(3, 1fr); }.screen-types { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 1100px) {
  .primary-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 40px; }
  .hero h1 { max-width: 11ch; }
  .operations-window { margin: 0 24px 34px; }
}

@media (max-width: 720px) {
  :root { --shell: calc(100% - 32px); }
  .site-header { min-height: 64px; padding: 0 16px; }
  .wordmark { font-size: .78rem; }
  .header-actions { gap: 6px; }.language-toggle { min-height: 40px; padding: 0 9px; font-size: .66rem; }.header-cta { padding: 0 11px; font-size: .7rem; }.header-cta span { display: none; }
  .hero-copy { padding: 54px 20px 36px; }
  .hero h1 { font-size: clamp(3.4rem, 18vw, 5.4rem); }
  .hero-lede { font-size: .98rem; }
  .hero-definition div { grid-template-columns: 1fr; gap: 3px; }
  .operations-window { margin: 0 12px 24px; overflow: hidden; }
  .window-bar { grid-template-columns: 1fr auto; padding: 0 12px; }
  .demo-label { display: none; }
  .window-body { min-height: 525px; grid-template-columns: 1fr; }
  .app-rail { flex-direction: row; overflow-x: auto; justify-content: flex-start; padding: 9px; }
  .rail-button { flex: 0 0 44px; }
  .dashboard-main { padding: 16px 12px; }
  .dashboard-heading { align-items: flex-start; }
  .status-key { display: none; }
  .dashboard-content { min-height: 370px; overflow-x: auto; }
  .timeline { min-width: 660px; }
  .outcome-route { grid-template-columns: 1fr; gap: 13px; padding: 24px 20px; }
  .route-arrow { transform: rotate(90deg); }
  .section-intro, .ledger-heading, .screens-heading, .delivery-heading { grid-template-columns: 1fr; gap: 22px; }
  .section-intro h2, .ledger-heading h2, .mobile-copy h2, .context-copy h2, .roi-intro h2, .screens-heading h2, .reputation-section h2, .delivery-heading h2, .closing-cta h2 { font-size: clamp(2.7rem, 14vw, 4.5rem); }
  .record-flow { grid-template-columns: 1fr; margin-top: 50px; }.record-flow article, .record-flow article:not(:first-child) { min-height: auto; padding: 28px 0; border-right: 0; }.record-flow article:not(:first-child)::before { left: 0; }
  .ledger-row { grid-template-columns: 1fr; gap: 8px; padding: 22px 0; }.ledger-head { display: none; }.ledger-row p:last-child { margin-top: 6px; padding: 12px; background: #fff8c7; }
  .mobile-experience { padding-left: 16px; padding-right: 16px; }.phone-stage { grid-template-columns: 1fr; }.phone { min-height: 430px; max-width: 330px; width: 100%; margin: 0 auto; }.phone:nth-child(2) { transform: none; }
  .context-image { min-height: 580px; }.context-image::after { background: rgba(5,4,6,.38); }.context-copy { margin: 0 16px 24px; padding: 32px 20px; }
  .roi-inputs, .roi-results { grid-template-columns: 1fr; }.roi-results .annual { grid-column: auto; }.roi-calculator { padding: 22px 16px; }
  .console-head { align-items: flex-start; flex-wrap: wrap; padding: 18px; }.console-head strong { width: 100%; }.device-console { overflow-x: auto; }.device-row { min-width: 720px; }
  .screen-types { grid-template-columns: 1fr; }.screen-types article, .screen-types article:not(:first-child) { min-height: auto; padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .procurement-choice { grid-template-columns: 1fr; }.procurement-choice > span { min-height: 56px; }.procurement-choice article { padding: 24px 18px; }
  .delivery-line, .ownership-model { grid-template-columns: 1fr; }.delivery-line div, .delivery-line div:not(:first-child) { min-height: auto; padding: 26px 0; border-right: 0; border-bottom: 1px solid var(--line); }.delivery-line div:not(:first-child)::before { left: 0; }
  .closing-cta { grid-template-columns: 1fr; gap: 32px; }.closing-button { justify-self: start; max-width: 100%; font-size: .77rem; }
  .site-footer { padding: 25px 20px; flex-wrap: wrap; gap: 12px 22px; }.site-footer a { margin-left: 0; }
  .room-grid, .metric-grid, .owner-grid, .device-grid, .feedback-panel { grid-template-columns: 1fr 1fr; }.session-row { grid-template-columns: 70px 1fr; }.session-row .progress { grid-column: span 2; }
}

html[dir="rtl"] body { font-family: "Manrope", Tahoma, Arial, sans-serif; }
html[dir="rtl"] .hero h1, html[dir="rtl"] .section-intro h2, html[dir="rtl"] .ledger-heading h2, html[dir="rtl"] .mobile-copy h2, html[dir="rtl"] .context-copy h2, html[dir="rtl"] .roi-intro h2, html[dir="rtl"] .screens-heading h2, html[dir="rtl"] .reputation-section h2, html[dir="rtl"] .delivery-heading h2, html[dir="rtl"] .closing-cta h2 { letter-spacing: 0; line-height: 1.05; }
html[dir="rtl"] .wordmark, html[dir="rtl"] .window-title, html[dir="rtl"] .live-time { direction: ltr; }
html[dir="rtl"] .language-toggle span { margin-right: 0; margin-left: 5px; }
html[dir="rtl"] .record-flow article { padding-right: 0; padding-left: 26px; border-right: 0; border-left: 1px solid rgba(255,255,255,.15); }
html[dir="rtl"] .record-flow article:not(:first-child) { padding-right: 26px; }
html[dir="rtl"] .record-flow article::before { left: auto; right: 0; }
html[dir="rtl"] .record-flow article:not(:first-child)::before { left: auto; right: 26px; }
html[dir="rtl"] .plain-list li { padding-left: 0; padding-right: 27px; }
html[dir="rtl"] .plain-list li::before { left: auto; right: 0; transform: scaleX(-1); }
html[dir="rtl"] .screen-types article { padding-right: 0; padding-left: 24px; border-right: 0; border-left: 1px solid var(--line); }
html[dir="rtl"] .screen-types article:not(:first-child) { padding-left: 24px; padding-right: 24px; }
html[dir="rtl"] .screen-types article:last-child { border-left: 0; }
html[dir="rtl"] .reputation-rules li { padding-left: 0; padding-right: 62px; }
html[dir="rtl"] .reputation-rules li::before { left: auto; right: 0; }
html[dir="rtl"] .delivery-line div { padding-right: 0; padding-left: 20px; border-right: 0; border-left: 1px solid var(--line); }
html[dir="rtl"] .delivery-line div:not(:first-child) { padding-left: 20px; padding-right: 20px; }
html[dir="rtl"] .delivery-line div::before { left: auto; right: 0; }
html[dir="rtl"] .delivery-line div:not(:first-child)::before { left: auto; right: 20px; }
html[dir="rtl"] .site-footer a { margin-left: 0; margin-right: auto; }
html[dir="rtl"] .input-suffix { right: auto; left: 14px; }

@media (max-width: 720px) {
  html[dir="rtl"] .record-flow article, html[dir="rtl"] .record-flow article:not(:first-child), html[dir="rtl"] .screen-types article, html[dir="rtl"] .screen-types article:not(:first-child), html[dir="rtl"] .delivery-line div, html[dir="rtl"] .delivery-line div:not(:first-child) { padding-left: 0; padding-right: 0; border-left: 0; }
  html[dir="rtl"] .record-flow article:not(:first-child)::before, html[dir="rtl"] .delivery-line div:not(:first-child)::before { right: 0; }
  html[dir="rtl"] .site-footer a { margin-right: 0; }
}

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