:root {
  --ink: #101225;
  --muted: #62677d;
  --line: #dfe3ef;
  --paper: #f7f8fc;
  --white: #fff;
  --blue: #4f5bf4;
  --blue-bright: #737df9;
  --lavender: #a7afff;
  --navy: #111529;
  --green: #49d3a5;
  --font: "Manrope", "Segoe UI", sans-serif;
  --mono: "DM Mono", "Consolas", monospace;
  --shadow: 0 24px 70px rgba(30, 36, 91, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font); line-height: 1.5; overflow-x: hidden; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 200; padding: 12px 18px; background: var(--white); border-radius: 8px; }
.skip-link:focus { top: 20px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid transparent; transition: .35s ease; }
.site-header.scrolled { background: rgba(247, 248, 252, .88); backdrop-filter: blur(18px); border-color: rgba(31, 35, 65, .08); box-shadow: 0 8px 30px rgba(22, 27, 59, .05); }
.nav-wrap { height: 112px; display: flex; align-items: center; justify-content: space-between; }
.brand { width: 160px; height: 108px; overflow: visible; display: flex; align-items: center; justify-content: center; }
.brand-full-logo { width: 150px; height: auto; display: block; }
.desktop-nav { display: flex; gap: 24px; margin-left: auto; margin-right: 25px; }
.desktop-nav a { font-size: 13px; font-weight: 700; color: #4b5064; transition: color .2s; }
.desktop-nav a:hover { color: var(--blue); }
.button { border: 0; border-radius: 9px; padding: 15px 20px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; font-size: 13px; font-weight: 800; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-small { padding: 12px 17px; }
.button-dark { color: var(--white); background: var(--navy); }
.button-dark:hover { box-shadow: 0 10px 25px rgba(17, 21, 41, .22); }
.button-primary { color: var(--white); background: linear-gradient(135deg, #4d58ee, #6f78f8); box-shadow: 0 12px 30px rgba(79, 91, 244, .25); }
.button-primary:hover { box-shadow: 0 15px 34px rgba(79, 91, 244, .36); }
.menu-toggle, .mobile-nav { display: none; }

.hero { min-height: 830px; padding: 205px 0 110px; position: relative; overflow: hidden; background: linear-gradient(135deg, #fbfbfe 0%, #f3f5ff 58%, #edefff 100%); }
.hero-grid, .dark-grid, .cta-grid { position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(64, 71, 128, .055) 1px, transparent 1px), linear-gradient(90deg, rgba(64, 71, 128, .055) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.glow { position: absolute; border-radius: 50%; filter: blur(3px); pointer-events: none; }
.glow-one { width: 440px; height: 440px; right: -90px; top: 60px; background: radial-gradient(circle, rgba(141, 151, 255, .24), transparent 67%); }
.glow-two { width: 340px; height: 340px; left: -180px; bottom: -80px; background: radial-gradient(circle, rgba(79, 91, 244, .13), transparent 70%); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .88fr 1.12fr; gap: 46px; align-items: center; }
.eyebrow, .kicker { font: 500 11px/1 var(--mono); letter-spacing: .16em; color: var(--blue); text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 9px 12px; border: 1px solid rgba(79, 91, 244, .18); background: rgba(255,255,255,.72); border-radius: 30px; }
.pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(73, 211, 165, .12); }
.hero h1 { margin: 24px 0 22px; font-size: clamp(47px, 5vw, 72px); letter-spacing: -.055em; line-height: .99; font-weight: 700; }
.hero h1 span, h2 em { color: var(--blue); font-style: normal; }
.hero-copy > p { max-width: 580px; margin: 0 0 30px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 27px; }
.text-link { font-size: 13px; font-weight: 800; display: flex; align-items: center; gap: 10px; }
.play { width: 31px; height: 31px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; font-size: 8px; padding-left: 1px; background: var(--white); color: var(--blue); }
.protocol-strip { margin-top: 42px; display: flex; align-items: center; gap: 13px; color: #7c8195; font: 500 8.5px/1 var(--mono); letter-spacing: .08em; white-space: nowrap; }
.protocol-strip i { width: 3px; height: 3px; background: #b5b8c7; border-radius: 50%; }
.platform-badges { display: flex; gap: 8px; margin-top: 17px; }
.platform-badges span { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border: 1px solid #dde1ef; border-radius: 6px; background: rgba(255,255,255,.76); color: #555a70; font: 500 8px var(--mono); }
.platform-badges b { color: var(--blue); font-size: 12px; }

.hero-visual { position: relative; perspective: 1400px; }
.dashboard-shell { width: 108%; border: 1px solid rgba(75, 84, 180, .22); border-radius: 15px; background: #fdfdff; box-shadow: 0 50px 100px rgba(45, 51, 116, .2), 0 2px 0 rgba(255,255,255,.8) inset; overflow: hidden; transform: rotateY(-3deg) rotateX(1deg); transform-origin: left center; }
.dash-topbar { height: 43px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #e8eaf3; background: #f8f9fd; }
.dash-brand { font-size: 9px; font-weight: 800; display: flex; align-items: center; gap: 6px; }
.mini-mark { width: 17px; height: 17px; border-radius: 4px; display: grid; place-items: center; color: white; background: var(--blue); font-size: 8px; }
.dash-brand b { margin-left: 7px; padding: 3px 6px; border-radius: 4px; background: rgba(73, 211, 165, .12); color: #159b73; font: 500 6px var(--mono); letter-spacing: .1em; }
.window-dots { display: flex; gap: 5px; }
.window-dots i { width: 5px; height: 5px; border-radius: 50%; background: #d1d4e0; }
.dash-body { height: 398px; display: flex; }
.dash-sidebar { width: 42px; padding: 20px 11px; background: #171a31; display: flex; flex-direction: column; align-items: center; gap: 19px; }
.dash-sidebar span { width: 15px; height: 15px; border-radius: 4px; border: 1px solid #4a4e66; }
.dash-sidebar span.active { background: var(--blue); border-color: var(--blue); box-shadow: 0 0 12px rgba(98, 108, 246, .6); }
.dash-content { flex: 1; padding: 20px; min-width: 0; }
.dash-heading { display: flex; justify-content: space-between; align-items: center; }
.dash-heading small, .metric small, .card-label, .status-float small, .visual-metric small { display: block; color: #898da1; font: 500 6.5px/1 var(--mono); letter-spacing: .12em; }
.dash-heading strong { display: block; font-size: 15px; margin-top: 5px; }
.dash-heading em { border: 1px solid #e2e5ee; background: white; padding: 6px 8px; border-radius: 5px; font: normal 500 6px var(--mono); color: #5f6478; }
.dash-heading em i { display: inline-block; width: 5px; height: 5px; margin-right: 5px; border-radius: 50%; background: var(--green); }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 18px 0 10px; }
.metric { position: relative; padding: 12px; min-height: 72px; border: 1px solid #e7e9f1; border-radius: 7px; background: white; }
.metric strong { font-size: 20px; letter-spacing: -.04em; }
.metric span { font-size: 7px; color: #8d91a2; margin-left: 3px; }
.metric b { position: absolute; right: 8px; bottom: 12px; font: 500 6px var(--mono); color: #17a77c; }
.metric b.neutral { color: var(--blue); }
.visual-row { display: grid; grid-template-columns: 1.7fr .8fr; gap: 9px; }
.flow-card, .trend-card { border: 1px solid #e7e9f1; border-radius: 7px; background: #fff; padding: 12px; min-width: 0; }
.card-label { display: flex; align-items: center; justify-content: space-between; }
.card-label b { color: var(--blue); font-size: 5.5px; }
.flow-card svg { width: 100%; height: 183px; margin-top: 6px; overflow: visible; }
.flow-line { fill: none; stroke: url(#lineGradient); stroke-width: 3; stroke-linecap: round; }
.flow-line.dim { stroke: #cbd0f7; stroke-width: 2; }
.flow-node rect { fill: #f5f6ff; stroke: #a7aff9; }
.flow-node path, .flow-node circle { fill: none; stroke: #515cf5; stroke-width: 2; }
.flow-card text { font: 500 6px var(--mono); fill: #777c90; letter-spacing: .08em; }
.data-pulse { fill: white; stroke: #515cf5; stroke-width: 2; filter: drop-shadow(0 0 4px #515cf5); }
.p1 { offset-path: path("M45 46 H143 Q163 46 163 66 V90 H272 Q292 90 292 110 V139 H390"); animation: dataFlow 4s linear infinite; }
.p2 { offset-path: path("M45 139 H94 Q114 139 114 119 V93 H163"); animation: dataFlow 3s .8s linear infinite; }
@keyframes dataFlow { from { offset-distance: 0; } to { offset-distance: 100%; } }
.trend-card > strong { display: block; margin: 18px 0 4px; font-size: 23px; letter-spacing: -.05em; }
.trend-card > strong small { font-size: 7px; color: #8d91a2; }
.trend-card svg { width: 100%; height: 105px; overflow: visible; }
.chart-area { fill: url(#area); }
.chart-line { fill: none; stroke: #5d68f4; stroke-width: 2.5; }
.status-float { position: absolute; display: flex; align-items: center; gap: 9px; padding: 10px 13px; border: 1px solid rgba(91, 102, 232, .16); background: rgba(255,255,255,.94); backdrop-filter: blur(10px); box-shadow: 0 14px 34px rgba(39, 45, 99, .15); border-radius: 8px; }
.status-float > span { width: 23px; height: 23px; display: grid; place-items: center; border-radius: 6px; background: #ecfbf6; color: #20af84; font-size: 9px; }
.status-float b { display: block; margin-top: 3px; font-size: 8px; }
.float-one { left: -28px; bottom: 45px; animation: float 4s ease-in-out infinite; }
.float-two { right: -30px; top: 70px; animation: float 4s 1.2s ease-in-out infinite; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
.scroll-cue { position: absolute; z-index: 3; left: 50%; bottom: 25px; transform: translateX(-50%); font: 500 7px var(--mono); letter-spacing: .15em; color: #8a8ea1; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.scroll-cue span { display: block; width: 1px; height: 26px; background: linear-gradient(var(--blue), transparent); }

.trust-bar { border-top: 1px solid #e8eaf2; border-bottom: 1px solid #e1e4ee; background: #fff; }
.trust-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; }
.trust-inner p { margin: 0; font-size: 12px; font-weight: 800; }
.trust-inner div { display: flex; gap: 20px; align-items: center; color: #787d91; font: 500 9px var(--mono); letter-spacing: .06em; }
.trust-inner b { color: #c0c4d3; }
.section { padding: 120px 0; }
.section-heading { margin-bottom: 62px; }
.section-heading.centered { max-width: 780px; margin-left: auto; margin-right: auto; text-align: center; }
.section-heading h2, .download-copy h2, .cta-inner h2, .modal-intro h2 { margin: 19px 0 18px; font-size: clamp(38px, 4.5vw, 58px); line-height: 1.08; letter-spacing: -.045em; }
.section-heading p { max-width: 615px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.section-heading.centered p { margin: 0 auto; }

.workflow-section { background: #fff; }
.workflow-heading { margin-bottom: 55px; }
.workflow-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 48px; align-items: start; }
.workflow-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.workflow-steps li { display: grid; grid-template-columns: 37px 1fr; gap: 14px; padding: 21px 8px; border-bottom: 1px solid var(--line); cursor: default; transition: background .25s, padding .25s; }
.workflow-steps li:hover, .workflow-steps li.active { padding-left: 16px; background: #f5f6ff; }
.workflow-steps > li > span { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid #dfe2ef; border-radius: 50%; color: #8b90a3; font: 500 7px var(--mono); transition: .25s; }
.workflow-steps li:hover > span, .workflow-steps li.active > span { border-color: var(--blue); background: var(--blue); color: white; }
.workflow-steps h3 { margin: 3px 0 6px; font-size: 14px; }
.workflow-steps p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.65; }
.software-showcase { position: sticky; top: 112px; border: 1px solid #d9ddea; border-radius: 14px; overflow: hidden; background: #f7f9ff; box-shadow: 0 25px 65px rgba(42, 49, 103, .13); }
.showcase-bar { min-height: 42px; padding: 0 14px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #e1e4ed; background: #fff; }
.showcase-bar > div { display: flex; align-items: center; gap: 5px; }
.showcase-bar > div i { width: 6px; height: 6px; border-radius: 50%; background: #d4d7e2; }
.showcase-bar > div span { margin-left: 7px; color: #8a8fa2; font: 500 6.5px var(--mono); letter-spacing: .13em; }
.showcase-bar > b { color: #159b73; font: 500 6.5px var(--mono); }
.showcase-bar > b i { display: inline-block; width: 5px; height: 5px; margin-right: 5px; border-radius: 50%; background: var(--green); }
.showcase-tabs { padding: 11px 12px 0; display: flex; gap: 7px; background: #f3f5fc; }
.showcase-tabs button { padding: 9px 13px; border: 1px solid #dce0eb; border-radius: 7px 7px 0 0; background: white; color: #757a8f; font: 700 8px var(--font); cursor: pointer; }
.showcase-tabs button.active { border-color: #aab1fa; background: var(--blue); color: white; }
.showcase-screen { aspect-ratio: 1.44 / 1; overflow: hidden; background: #e9edf8; }
.showcase-screen img { width: 100%; height: 100%; object-fit: cover; object-position: top center; animation: screenIn .35s ease; }
@keyframes screenIn { from { opacity: .3; transform: scale(.99); } }
.showcase-caption { padding: 17px 20px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 25px; align-items: center; border-top: 1px solid #dfe2ed; background: white; }
.showcase-caption span { display: block; color: var(--blue); font: 500 6.5px var(--mono); letter-spacing: .12em; }
.showcase-caption b { display: block; margin-top: 5px; font-size: 12px; }
.showcase-caption p { margin: 0; color: var(--muted); font-size: 8.5px; line-height: 1.6; }

.journey-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 14px; background: white; overflow: hidden; box-shadow: 0 22px 55px rgba(45, 51, 98, .07); }
.journey-card { position: relative; min-height: 350px; padding: 32px 27px; border-right: 1px solid var(--line); transition: background .3s, transform .3s; }
.journey-card:last-child { border-right: 0; }
.journey-card:hover { background: #f5f6ff; }
.card-index { position: absolute; top: 24px; right: 24px; font: 500 9px var(--mono); color: #a1a5b7; }
.journey-icon { width: 49px; height: 49px; display: grid; place-items: center; margin-bottom: 62px; color: var(--blue); font-size: 24px; border-radius: 11px; border: 1px solid #dfe2fd; background: #f3f4ff; }
.journey-card h3 { margin: 0 0 12px; font-size: 21px; }
.journey-card p { margin: 0; font-size: 13px; line-height: 1.75; color: var(--muted); }
.tag-list { position: absolute; left: 27px; bottom: 28px; display: flex; gap: 6px; flex-wrap: wrap; }
.tag-list span { padding: 5px 7px; border-radius: 4px; background: #eef0f6; color: #72778a; font: 500 7px var(--mono); text-transform: uppercase; }

.dark-section { position: relative; overflow: hidden; background: #111426; color: white; }
.dark-grid { background-image: linear-gradient(rgba(148, 157, 255, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(148, 157, 255, .05) 1px, transparent 1px); mask-image: none; }
.section-heading.light { position: relative; }
.section-heading.light h2 em { color: #98a1ff; }
.section-heading.light p { color: #a2a7ba; }
.capabilities-layout { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: 24px; }
.feature-spotlight { border: 1px solid #2b3048; border-radius: 14px; background: #181c31; overflow: hidden; min-width: 0; }
.spotlight-header { height: 49px; padding: 0 17px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #2b3048; font: 500 8px var(--mono); letter-spacing: .12em; color: #aeb3c7; }
.spotlight-header b { color: var(--green); font-size: 7px; }
.spotlight-header b i { display: inline-block; width: 5px; height: 5px; margin-right: 5px; border-radius: 50%; background: var(--green); box-shadow: 0 0 8px var(--green); }
.module-demo { min-height: 380px; background: #15182b; }
.demo-toolbar { min-height: 65px; padding: 13px 18px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #2b3048; }
.demo-toolbar strong { display: block; font-size: 12px; }
.demo-toolbar small { display: block; margin-top: 3px; color: #777e96; font-size: 7.5px; }
.demo-mode { padding: 6px 8px; border: 1px solid #3b4260; border-radius: 5px; color: #99a2ff; font: 500 6px var(--mono); letter-spacing: .1em; }
.config-workspace { min-height: 315px; display: grid; grid-template-columns: .73fr 1.27fr; }
.config-form { padding: 18px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; align-content: start; border-right: 1px solid #2b3048; background: #171a2f; }
.config-form label { color: #858ba1; font: 500 6.5px var(--mono); letter-spacing: .07em; text-transform: uppercase; }
.config-form input, .config-form select { width: 100%; height: 34px; margin-top: 6px; padding: 0 9px; border: 1px solid #343a55; border-radius: 6px; outline: 0; background: #111426; color: #dfe2ee; font: 500 8px var(--font); }
.config-form input:focus, .config-form select:focus { border-color: #6e78f7; box-shadow: 0 0 0 2px rgba(95, 106, 247, .1); }
.config-form label.wide, .config-form .demo-action, .config-form .tag-picker { grid-column: 1 / -1; }
.demo-action { min-height: 34px; padding: 0 11px; display: flex; align-items: center; justify-content: space-between; border: 0; border-radius: 6px; background: var(--blue); color: white; font-size: 8px; font-weight: 800; cursor: pointer; }
.demo-action:hover { background: #6973f8; }
.config-preview { position: relative; min-width: 0; padding: 18px; background-image: radial-gradient(#303650 1px, transparent 1px); background-size: 18px 18px; }
.preview-label { color: #666d86; font: 500 6px var(--mono); letter-spacing: .13em; }
.node-preview { margin-top: 30px; padding: 14px; display: grid; grid-template-columns: 42px 1fr auto; gap: 12px; align-items: center; border: 1px solid #39405d; border-radius: 9px; background: rgba(28, 33, 57, .92); }
.node-icon { width: 41px; height: 41px; display: grid; place-items: center; border-radius: 9px; background: #29305d; color: #8f98ff; font-size: 19px; }
.node-preview small { display: block; color: #828aa1; font: 500 6px var(--mono); }
.node-preview strong { display: block; margin: 4px 0 2px; font-size: 11px; }
.node-preview p { margin: 0; color: #777f96; font: 500 7px var(--mono); }
.node-preview em { padding: 5px 7px; border-radius: 4px; background: #272d49; color: #9aa2b8; font: normal 500 5.5px var(--mono); white-space: nowrap; }
.node-preview em.connected, .demo-status.success { background: rgba(73, 211, 165, .12); color: var(--green); }
.preview-stats { margin-top: 13px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.preview-stats span { padding: 9px; border: 1px solid #303650; border-radius: 6px; background: rgba(20,24,43,.85); }
.preview-stats small { display: block; color: #696f86; font: 500 5.5px var(--mono); }
.preview-stats b { display: block; margin-top: 5px; font-size: 7px; }
.sandbox-hint { margin: 14px 0 0; color: #6f768d; font-size: 7px; line-height: 1.55; }
.demo-panel-card { margin-top: 18px; padding: 15px; border: 1px solid #353b57; border-radius: 9px; background: rgba(26,30,52,.94); }
.demo-panel-card header { display: flex; align-items: center; justify-content: space-between; }
.demo-panel-card header span { color: #8a91a8; font: 500 6px var(--mono); }
.demo-panel-card header b { color: var(--green); font: 500 6px var(--mono); }
.sql-preview { margin-top: 12px; display: grid; gap: 6px; color: #9ba2b7; font: 500 7px var(--mono); }
.sql-preview div { padding: 8px; display: flex; justify-content: space-between; border-radius: 5px; background: #121528; }
.sql-preview b { color: #d9dce7; font-weight: 500; }
.bridge-flow { margin: 35px 0 16px; display: grid; grid-template-columns: 1fr 70px 1fr; align-items: center; gap: 8px; }
.bridge-db { padding: 14px 7px; border: 1px solid #3a4160; border-radius: 8px; background: #1d223c; text-align: center; }
.bridge-db i { display: block; color: #8e97ff; font-style: normal; font-size: 19px; }
.bridge-db b { display: block; margin-top: 5px; font-size: 8px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.bridge-arrow { position: relative; height: 2px; background: #434b75; }
.bridge-arrow::after { content: "›"; position: absolute; right: -2px; top: -12px; color: #7782f7; font-size: 17px; }
.sync-progress { height: 5px; overflow: hidden; border-radius: 4px; background: #272c47; }
.sync-progress i { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--blue), var(--green)); transition: width .8s ease; }
.tag-picker { padding: 8px; border: 1px solid #303650; border-radius: 6px; }
.tag-picker > span { display: block; margin-bottom: 7px; color: #7d849a; font: 500 6px var(--mono); }
.tag-picker label { display: inline-flex; align-items: center; gap: 5px; margin-right: 8px; color: #c6cad8; font: 500 7px var(--font); text-transform: none; letter-spacing: 0; }
.tag-picker input { width: auto; height: auto; margin: 0; accent-color: var(--blue); }
.log-table { margin-top: 15px; border: 1px solid #343a55; border-radius: 7px; overflow: hidden; }
.log-row { padding: 9px 10px; display: grid; grid-template-columns: 1fr .7fr .6fr; border-bottom: 1px solid #2d334d; color: #9ba1b4; font: 500 6.5px var(--mono); }
.log-row:last-child { border-bottom: 0; }
.log-row.header { background: #1f243c; color: #6f768d; }
.log-row b { color: #d8dbe6; font-weight: 500; }
.twin-demo-canvas { position: relative; min-height: 270px; display: flex; align-items: center; justify-content: center; background-image: radial-gradient(#303650 1px, transparent 1px); background-size: 18px 18px; }
.demo-tank { position: relative; width: 75px; height: 135px; border: 2px solid #7079b4; border-radius: 10px 10px 20px 20px; overflow: hidden; text-align: center; }
.demo-tank i { position: absolute; inset: auto 0 0; height: 72%; background: linear-gradient(#606cf0, #353b80); border-top: 2px solid #9ba4ff; transition: height .25s; }
.demo-tank b, .demo-tank small { position: relative; z-index: 2; display: block; }
.demo-tank b { margin-top: 17px; font: 500 8px var(--mono); }
.demo-tank small { margin-top: 58px; font: 500 11px var(--mono); }
.demo-pipe { width: 48px; height: 8px; background: #414868; }
.demo-pump { width: 70px; height: 70px; display: grid; place-items: center; border: 1px solid #6b74b4; border-radius: 50%; background: #202541; color: #8993ff; font-size: 25px; animation: spin 5s linear infinite; }
.twin-controls label { grid-column: 1 / -1; }
.twin-controls input[type="range"] { padding: 0; accent-color: var(--blue); }
.chart-preview { margin-top: 15px; min-height: 180px; padding: 14px; border: 1px solid #343b57; border-radius: 8px; background: rgba(24,28,49,.94); }
.chart-preview header { display: flex; justify-content: space-between; font-size: 8px; }
.chart-preview header span { color: var(--green); font: 500 6px var(--mono); }
.mini-chart { height: 122px; margin-top: 14px; display: flex; align-items: end; gap: 7px; border-bottom: 1px solid #3a4058; }
.mini-chart i { flex: 1; height: var(--h); border-radius: 3px 3px 0 0; background: linear-gradient(#7781f8, #414aaf); transition: height .3s; }
.mini-chart.line i { width: auto; flex: 1; border-radius: 50%; height: 5px !important; transform: translateY(calc(var(--h) * -1)); box-shadow: 8px 0 14px rgba(105,116,247,.4); }
.request-preview { margin-top: 18px; padding: 13px; border: 1px solid #343b56; border-radius: 8px; background: #101326; color: #9aa1b8; font: 500 7px/1.8 var(--mono); overflow: hidden; }
.request-preview b { color: #8f98ff; }
.demo-status { display: inline-flex; margin-top: 13px; padding: 6px 8px; border-radius: 4px; background: #272d49; color: #9ba2b7; font: 500 6px var(--mono); }
.twin-canvas { min-height: 380px; display: flex; }
.asset-tree { width: 165px; padding: 25px 17px; border-right: 1px solid #2b3048; background: #15182b; color: #7f859c; font: 500 8px/2.4 var(--mono); }
.asset-tree small { color: #666c84; font-size: 6.5px; letter-spacing: .12em; }
.asset-tree p { margin: 8px 0; white-space: nowrap; }
.asset-tree .tree-root { color: #c2c7d9; }
.asset-tree .selected { margin-left: -10px; padding-left: 10px; color: white; background: rgba(92, 103, 245, .2); border-left: 2px solid var(--blue-bright); border-radius: 2px; }
.plant-map { flex: 1; position: relative; display: flex; align-items: center; justify-content: center; background-image: radial-gradient(#343950 1px, transparent 1px); background-size: 20px 20px; }
.map-label { position: absolute; top: 19px; left: 21px; font: 500 7px var(--mono); color: #6e748c; letter-spacing: .14em; }
.tank { position: relative; z-index: 2; width: 74px; height: 118px; border: 2px solid #6d76b9; border-radius: 11px 11px 20px 20px; overflow: hidden; text-align: center; }
.tank i { position: absolute; inset: 32% 0 0; background: linear-gradient(rgba(85, 99, 246, .65), rgba(86, 98, 222, .22)); border-top: 2px solid #8c95ff; }
.tank-two i { inset: 50% 0 0; }
.tank b, .tank small, .pump b, .pump small { position: relative; z-index: 3; display: block; }
.tank b { margin-top: 14px; font: 500 8px var(--mono); }
.tank small { margin-top: 50px; color: #d3d6ff; font: 500 10px var(--mono); }
.tank-two small { margin-top: 50px; }
.pipe { width: 42px; height: 8px; background: #414868; border-top: 1px solid #697198; border-bottom: 1px solid #282d48; }
.pump { position: relative; z-index: 2; width: 73px; height: 73px; border: 1px solid #6d76b9; border-radius: 50%; background: #1f243d; text-align: center; }
.pump > span { display: block; margin-top: 8px; color: #7f89ff; font-size: 22px; animation: spin 5s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.pump b { margin-top: -2px; font: 500 7px var(--mono); }
.pump small { color: var(--green); font: 500 5.5px var(--mono); }
.spotlight-footer { min-height: 49px; display: flex; gap: 25px; align-items: center; padding: 0 17px; border-top: 1px solid #2b3048; color: #7d8399; font: 500 7px var(--mono); }
.spotlight-footer span::before { content: "✓"; color: var(--green); margin-right: 6px; }
.module-list { border: 1px solid #2b3048; border-radius: 14px; overflow: hidden; align-self: stretch; }
.module-row { width: 100%; min-height: 71px; display: grid; grid-template-columns: 35px 1fr 25px; gap: 10px; align-items: center; padding: 10px 17px; border: 0; border-bottom: 1px solid #2b3048; background: transparent; text-align: left; cursor: pointer; transition: .25s; }
.module-row:last-child { border-bottom: 0; }
.module-row:hover, .module-row.active { background: #1d2138; }
.module-row > span { font: 500 8px var(--mono); color: #676d83; }
.module-row b { display: block; color: #f2f3f8; font-size: 12px; }
.module-row small { display: block; margin-top: 3px; color: #7d8296; font-size: 8px; }
.module-row i { width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; border: 1px solid #343a53; color: #7f86a2; font-style: normal; font-size: 9px; }
.module-row:hover i, .module-row.active i { background: var(--blue); color: white; border-color: var(--blue); }

.section-heading.split { display: grid; grid-template-columns: 1.1fr .65fr; gap: 80px; align-items: end; }
.section-heading.split p { margin: 0 0 7px; }
.industry-tabs { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); }
.industry-tabs button { padding: 0 8px 18px; border: 0; border-bottom: 2px solid transparent; background: transparent; color: #85899b; font-size: 11px; font-weight: 700; cursor: pointer; }
.industry-tabs button.active { border-color: var(--blue); color: var(--ink); }
.industry-panel { margin-top: 30px; display: grid; grid-template-columns: .82fr 1.18fr; min-height: 440px; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: white; box-shadow: 0 25px 60px rgba(38, 45, 94, .08); }
.industry-copy { padding: 46px; }
.industry-number { font: 500 10px var(--mono); color: var(--blue); }
.industry-copy h3 { margin: 35px 0 14px; font-size: 30px; letter-spacing: -.03em; }
.industry-copy > p { color: var(--muted); font-size: 13px; line-height: 1.75; }
.industry-copy ul { margin: 26px 0 33px; padding: 0; list-style: none; }
.industry-copy li { padding: 9px 0; border-bottom: 1px solid #ebedf3; color: #454a5f; font-size: 11px; }
.industry-copy li::before { content: "✓"; color: var(--blue); margin-right: 10px; font-weight: 800; }
.text-button { border: 0; padding: 0; background: none; color: var(--blue); font-size: 11px; font-weight: 800; cursor: pointer; }
.text-button span { margin-left: 10px; }
.industry-visual { position: relative; overflow: hidden; min-height: 440px; background: #171b31; background-image: linear-gradient(rgba(151, 160, 255, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(151, 160, 255, .06) 1px, transparent 1px); background-size: 33px 33px; }
.industry-dashboard { min-height: 440px; padding: 26px 30px; color: white; }
.idash-header { display: flex; align-items: center; justify-content: space-between; }
.idash-header small { display: block; color: #737b96; font: 500 6px var(--mono); letter-spacing: .13em; }
.idash-header b { display: block; margin-top: 5px; font-size: 13px; }
.idash-header > span { padding: 6px 8px; border: 1px solid #343b57; border-radius: 5px; color: var(--green); font: 500 6px var(--mono); }
.idash-header > span i { display: inline-block; width: 5px; height: 5px; margin-right: 5px; border-radius: 50%; background: var(--green); }
.water-kpis, .industry-kpis { margin-top: 20px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.water-kpis > div, .industry-kpis > div { padding: 10px; border: 1px solid #343a54; border-radius: 7px; background: rgba(25,29,50,.86); }
.water-kpis small, .industry-kpis small { display: block; color: #717890; font: 500 5.5px var(--mono); }
.water-kpis b, .industry-kpis b { display: block; margin-top: 6px; font-size: 16px; }
.water-kpis em, .industry-kpis em { color: #858ca2; font-size: 6px; font-style: normal; }
.sankey-chart { width: 100%; height: 250px; overflow: visible; }
.sankey-flow { fill: none; stroke-linecap: butt; opacity: .74; }
.sankey-flow.main { stroke: url(#waterMain); stroke-width: 55; }
.sankey-flow.main.out { stroke-width: 49; }
.sankey-flow.loss { stroke: url(#waterLoss); stroke-width: 16; }
.sankey-node { fill: #5965ed; stroke: #9ca5ff; }
.sankey-node.process { fill: #6974f3; }
.sankey-node.output { fill: #6fcbe9; stroke: #a5e5f8; }
.sankey-node.loss-node { fill: #dc9368; stroke: #f0b28f; }
.sankey-chart text { fill: #7f879e; font: 500 7px var(--mono); letter-spacing: .08em; }
.sankey-chart .flow-value { fill: #e6e8f0; font-size: 8px; letter-spacing: 0; }
.sankey-chart .loss-text { fill: #eab18e; }
.idash-legend { display: flex; align-items: center; gap: 16px; color: #858ca1; font: 500 6px var(--mono); }
.idash-legend span { display: flex; align-items: center; gap: 5px; }
.idash-legend i { width: 12px; height: 3px; border-radius: 2px; }
.legend-main { background: #6a79f2; }.legend-loss { background: #df966b; }
.idash-legend b { margin-left: auto; color: #596078; font-weight: 500; }
.production-chart { position: relative; height: 215px; margin-top: 25px; border-left: 1px solid #343b55; border-bottom: 1px solid #343b55; }
.production-chart svg { width: 100%; height: 100%; }
.production-chart .area { fill: rgba(98,109,244,.14); }
.production-chart .line { fill: none; stroke: #7882f8; stroke-width: 3; }
.production-chart .target { fill: none; stroke: #4bd2a6; stroke-width: 1; stroke-dasharray: 5 5; }
.production-chart text { fill: #737a91; font: 500 7px var(--mono); }
.energy-bars { height: 220px; margin-top: 22px; display: flex; align-items: end; gap: 8px; border-bottom: 1px solid #363d58; }
.energy-bars div { position: relative; flex: 1; height: var(--h); border-radius: 4px 4px 0 0; background: linear-gradient(#7d86f8, #3c448f); }
.energy-bars div.peak { background: linear-gradient(#f0b56d, #9b633b); }
.energy-bars span { position: absolute; left: 50%; bottom: -17px; transform: translateX(-50%); color: #656d85; font: 500 5px var(--mono); }
.process-balance { position: relative; height: 235px; margin-top: 24px; display: flex; align-items: center; justify-content: space-around; }
.process-unit { position: relative; z-index: 2; width: 90px; padding: 14px 7px; border: 1px solid #485071; border-radius: 9px; background: #202540; text-align: center; }
.process-unit i { display: block; color: #939cff; font-style: normal; font-size: 22px; }
.process-unit b { display: block; margin-top: 6px; font-size: 8px; }
.process-unit small { color: #747c94; font: 500 5.5px var(--mono); }
.process-connector { position: relative; z-index: 1; width: 55px; height: 5px; background: linear-gradient(90deg,#5f69ec,#8c95ff); box-shadow: 0 0 8px rgba(103,114,247,.4); }
.process-connector span { position: absolute; top: -19px; width: 100%; color: #7f879e; text-align: center; font: 500 5.5px var(--mono); }
.visual-metric { position: absolute; z-index: 5; width: 150px; padding: 14px; border: 1px solid #353a55; border-radius: 8px; background: rgba(26, 30, 51, .9); box-shadow: 0 12px 30px rgba(0,0,0,.18); }
.visual-metric b { display: block; margin-top: 8px; color: white; font-size: 20px; }
.visual-metric b em { color: #81879d; font-size: 8px; font-style: normal; }
.visual-metric > span { color: var(--green); font: 500 6px var(--mono); }
.vm-one { left: 34px; top: 34px; }
.vm-two { right: 34px; bottom: 35px; }
.radar { position: absolute; left: 50%; top: 50%; width: 260px; height: 260px; transform: translate(-50%,-50%); border: 1px solid rgba(113, 124, 255, .16); border-radius: 50%; }
.radar i { position: absolute; inset: 17%; border: 1px solid rgba(113, 124, 255, .16); border-radius: 50%; }
.radar i:nth-child(2) { inset: 34%; }
.radar i:nth-child(3) { inset: 49%; }
.radar i:nth-child(4) { inset: 50% -20%; height: 1px; border: 0; border-top: 1px solid rgba(113, 124, 255, .14); border-radius: 0; }
.radar span { position: absolute; inset: 50% 0 0 50%; border-left: 1px solid rgba(113, 124, 255, .14); }
.map-path { position: absolute; height: 2px; background: linear-gradient(90deg, #5562f5, #939cff); transform-origin: left; box-shadow: 0 0 10px rgba(94, 108, 255, .65); }
.path-a { width: 210px; left: 25%; top: 58%; transform: rotate(-27deg); }
.path-b { width: 160px; left: 52%; top: 39%; transform: rotate(38deg); }
.path-c { width: 120px; left: 33%; top: 66%; transform: rotate(35deg); }
.map-point { position: absolute; z-index: 3; width: 12px; height: 12px; border: 3px solid #8f98ff; background: white; border-radius: 50%; box-shadow: 0 0 0 7px rgba(89, 101, 246, .15), 0 0 16px #5965f6; }
.mp-a { left: 24%; top: 57%; }.mp-b { left: 52%; top: 39%; }.mp-c { left: 74%; top: 58%; }.mp-d { left: 43%; top: 77%; }

.why-section { padding-top: 45px; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.benefit { padding: 29px 25px; border: 1px solid var(--line); border-radius: 11px; background: white; }
.benefit > span { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 10px; background: #f0f2ff; color: var(--blue); font-size: 20px; }
.benefit h3 { margin: 34px 0 10px; font-size: 16px; }
.benefit p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }

.editions-section { padding-top: 75px; background: #fff; }
.edition-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.edition-card { position: relative; min-height: 470px; padding: 24px 22px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 12px; background: #fafbfe; overflow: hidden; transition: transform .25s, box-shadow .25s; }
.edition-card:hover { transform: translateY(-5px); box-shadow: 0 20px 45px rgba(36, 42, 87, .1); }
.edition-card.featured { border-color: #aeb5fa; background: linear-gradient(160deg, #f7f8ff, #eef0ff); }
.edition-card.featured::before { content: "MOST CAPABLE"; position: absolute; right: -31px; top: 26px; width: 135px; padding: 5px 0; transform: rotate(45deg); background: var(--blue); color: white; text-align: center; font: 500 6px var(--mono); letter-spacing: .1em; }
.edition-card.dark-card { background: #15192f; border-color: #15192f; color: white; }
.edition-card.lite-card { border-top: 4px solid #2f6de7; background: #f3f7ff; }
.edition-card.edge-card { border-top: 4px solid #11936c; background: #f1fbf7; }
.edition-card.studio-card { border-top: 4px solid #6857f5; background: linear-gradient(160deg, #f8f7ff, #efedff); }
.edition-card.soft-rtu-card { border: 1px solid #f0d2b3; border-top: 4px solid #e97717; background: #fff7ef; color: var(--ink); }
.soft-rtu-card .edition-top { color: #dc6810; }
.soft-rtu-card .edition-top b { background: #ffead7; color: #aa5d24; }
.soft-rtu-card .edition-icon { background: #ffead7; color: #df6d16; }
.soft-rtu-card > p { color: var(--muted); }
.soft-rtu-card li { border-color: #eedfd1; color: #54596d; }
.soft-rtu-card li::before { color: #df6d16; }
.soft-rtu-card .os-line span { border-color: #ead8c7; color: #735f4e; }
.edition-top { display: flex; align-items: center; justify-content: space-between; color: var(--blue); font: 500 7px var(--mono); letter-spacing: .13em; }
.edition-top b { padding: 4px 6px; border-radius: 4px; background: #eceefe; color: #7076aa; font-size: 5.5px; }
.dark-card .edition-top { color: #9ba4ff; }
.dark-card .edition-top b { background: #252a46; color: #9299b5; }
.edition-icon { width: 52px; height: 52px; margin: 45px 0 25px; display: grid; place-items: center; border-radius: 11px; background: #eaedff; color: var(--blue); font-size: 23px; }
.dark-card .edition-icon { background: #252b4c; color: #9ba4ff; }
.edition-card h3 { margin: 0 0 13px; font-size: 19px; }
.edition-card > p { min-height: 91px; margin: 0; color: var(--muted); font-size: 10.5px; line-height: 1.7; }
.dark-card > p { color: #9ca2b7; }
.edition-card ul { margin: 20px 0 26px; padding: 0; list-style: none; }
.edition-card li { padding: 8px 0; border-bottom: 1px solid #e3e6ee; color: #54596d; font-size: 9px; }
.dark-card li { border-color: #2c314b; color: #b7bbca; }
.edition-card li::before { content: "✓"; margin-right: 8px; color: var(--blue); font-weight: 800; }
.dark-card li::before { color: var(--green); }
.os-line { margin-top: auto; display: flex; gap: 7px; }
.os-line span { padding: 6px 8px; border: 1px solid #dfe2eb; border-radius: 5px; color: #73788b; font: 500 7px var(--mono); }
.dark-card .os-line span { border-color: #343a55; color: #aeb3c4; }
.edition-note { margin: 20px 0 0; color: #8a8fa1; text-align: center; font-size: 9px; }
.comparison-heading { margin: 72px 0 22px; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.comparison-heading h3 { margin: 12px 0 0; font-size: 31px; letter-spacing: -.035em; }
.comparison-heading p { max-width: 470px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.comparison-wrap { overflow-x: auto; border: 1px solid #dbe0eb; border-radius: 13px; background: white; box-shadow: 0 18px 45px rgba(35, 42, 88, .07); scrollbar-color: #aeb5c7 #eef0f5; }
.comparison-wrap:focus { outline: 3px solid rgba(79, 91, 244, .18); outline-offset: 3px; }
.edition-table { width: 100%; min-width: 980px; border-collapse: separate; border-spacing: 0; color: #394056; font-size: 12px; }
.edition-table th, .edition-table td { height: 47px; padding: 9px 18px; border-bottom: 1px solid #edf0f5; text-align: center; }
.edition-table thead th { position: sticky; top: 92px; z-index: 2; height: 58px; background: #132340; color: white; font-size: 13px; }
.edition-table thead th:first-child { z-index: 3; text-align: left; border-radius: 12px 0 0; }
.edition-table thead th:last-child { border-radius: 0 12px 0 0; }
.edition-table tbody th { position: sticky; left: 0; z-index: 1; width: 300px; background: #fff; text-align: left; font-weight: 600; }
.edition-table tbody tr:nth-child(odd):not(.feature-group) th,
.edition-table tbody tr:nth-child(odd):not(.feature-group) td { background: #fafbfe; }
.edition-table .feature-group th { position: sticky; left: 0; padding: 10px 18px; background: #edf2ff; color: #3269df; font-size: 13px; font-weight: 800; text-align: left; letter-spacing: .02em; }
.feature-pill { min-width: 62px; padding: 5px 9px; display: inline-flex; align-items: center; justify-content: center; border-radius: 20px; font-size: 10px; font-weight: 800; line-height: 1; text-transform: uppercase; }
.feature-pill.yes { background: #e6f8f1; color: #087f5b; }
.feature-pill.no { background: #edf0f5; color: #7c8494; }
.feature-pill.scoped { background: #e9efff; color: #4367d7; }
.feature-pill.limited { background: #fff1d9; color: #b66f00; }
.feature-pill.full { background: #ece9ff; color: #6048e8; }

.download-section { padding: 105px 0; background: #eceef9; }
.download-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: center; }
.download-copy h2 { font-size: 45px; }
.download-copy p { max-width: 410px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.download-cards { display: grid; gap: 12px; }
.download-card { width: 100%; min-height: 125px; padding: 22px; display: grid; grid-template-columns: 56px 1fr 38px; align-items: center; gap: 19px; border: 1px solid #daddEB; border-radius: 11px; background: white; text-align: left; cursor: pointer; transition: .25s; box-shadow: 0 8px 25px rgba(36, 42, 87, .04); }
.download-card:hover { transform: translateY(-3px); border-color: #bfc5f5; box-shadow: 0 18px 35px rgba(36, 42, 87, .1); }
.file-icon { width: 55px; height: 63px; display: grid; place-items: center; clip-path: polygon(0 0, 73% 0, 100% 24%, 100% 100%, 0 100%); background: #e9ebff; color: var(--blue); font: 500 9px var(--mono); }
.file-icon.dark { background: #171b31; color: white; font-size: 7px; }
.download-card small { color: var(--blue); font: 500 7px var(--mono); letter-spacing: .13em; }
.download-card h3 { margin: 6px 0 4px; font-size: 15px; }
.download-card p { margin: 0; color: #8b8fa1; font-size: 9px; }
.download-arrow { width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid #e1e4ed; border-radius: 50%; color: var(--blue); }

.cta-section { position: relative; padding: 120px 0; overflow: hidden; background: linear-gradient(135deg, #4d58ed, #6f78f5); color: white; text-align: center; }
.cta-grid { background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); mask-image: radial-gradient(circle at center, black, transparent 70%); }
.cta-inner { position: relative; }
.cta-inner .kicker { color: #d7dafe; }
.cta-inner h2 { font-size: 60px; }
.cta-inner h2 em { color: white; }
.cta-inner p { max-width: 600px; margin: 0 auto 31px; color: #e0e2ff; font-size: 14px; }
.cta-actions { display: flex; justify-content: center; gap: 10px; }
.button-white { background: white; color: var(--blue); }
.button-ghost { border: 1px solid rgba(255,255,255,.35); background: transparent; color: white; }

footer { padding: 70px 0 22px; background: white; }
.footer-main { display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 60px; }
.footer-brand img { width: 235px; }
.footer-brand p { max-width: 290px; margin: 14px 0 0; color: var(--muted); font-size: 11px; }
.footer-links { display: flex; gap: 54px; }
.footer-links div { display: flex; flex-direction: column; gap: 10px; }
.footer-contact { display: flex; max-width: 285px; flex-direction: column; gap: 10px; font-style: normal; }
.footer-contact span { color: var(--muted); font-size: 11px; line-height: 1.65; }
.footer-links small { margin-bottom: 8px; color: #9a9eae; font: 500 7px var(--mono); letter-spacing: .13em; }
.footer-links a, .footer-links button { padding: 0; border: 0; background: none; text-align: left; font-size: 11px; cursor: pointer; }
.footer-bottom { padding-top: 18px; border-top: 1px solid #e8eaf0; display: flex; justify-content: space-between; color: #9a9eaf; font: 500 7px var(--mono); letter-spacing: .07em; }

.request-page { min-height: 100vh; background: #f3f5fc; }
.request-site-header { background: rgba(255,255,255,.94); }
.request-back { display: inline-flex; align-items: center; gap: 9px; color: #565c70; font-size: 13px; font-weight: 800; }
.request-back span { width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid #dfe3ec; border-radius: 50%; background: white; color: var(--blue); }
.request-main { position: relative; min-height: 100vh; padding: 180px 0 90px; overflow: hidden; }
.request-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(76,84,143,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(76,84,143,.05) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, black, transparent 85%); pointer-events: none; }
.request-shell { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; gap: 28px; align-items: stretch; }
.request-intro { padding: 55px 48px; border-radius: 16px; background: #15192f; color: white; box-shadow: 0 25px 60px rgba(24,29,68,.18); }
.request-intro h1 { margin: 24px 0 20px; font-size: clamp(42px, 5vw, 63px); line-height: 1.02; letter-spacing: -.05em; }
.request-intro h1 em { color: #98a1ff; font-style: normal; }
.request-intro > p { margin: 0; color: #adb2c6; font-size: 14px; line-height: 1.75; }
.request-points { margin: 42px 0 36px; display: grid; gap: 19px; }
.request-points > div { display: grid; grid-template-columns: 34px 1fr; gap: 13px; align-items: start; }
.request-points > div > span { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid #3a4161; border-radius: 50%; color: #98a1ff; font: 500 9px var(--mono); }
.request-points p { margin: 0; }
.request-points b { display: block; font-size: 13px; }
.request-points small { display: block; margin-top: 4px; color: #858ba2; font-size: 11px; line-height: 1.55; }
.request-notice { padding: 15px; border: 1px solid #343a55; border-radius: 9px; background: #1d223b; }
.request-notice b, .request-notice span { display: block; }
.request-notice b { color: #dfe2ed; font-size: 11px; }
.request-notice span { margin-top: 4px; color: #888fa7; font-size: 10px; line-height: 1.55; }
.request-form-card { padding: 48px 43px 34px; border: 1px solid #dfe3ee; border-radius: 16px; background: white; box-shadow: 0 25px 60px rgba(30,37,86,.11); }
.request-form-heading { margin-bottom: 31px; }
.request-form-heading > span { color: var(--blue); font: 500 10px var(--mono); letter-spacing: .13em; }
.request-form-heading h2 { margin: 9px 0 6px; font-size: 29px; letter-spacing: -.035em; }
.request-form-heading p { margin: 0; color: var(--muted); font-size: 11px; }
.request-form { padding: 0; }
.request-form textarea { min-height: 105px; }
.form-trap { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
.form-feedback { margin: -10px 0 24px; padding: 13px 15px; border: 1px solid; border-radius: 8px; font-size: 12px; line-height: 1.5; }
.form-feedback.success { border-color: #a9e4d0; background: #effbf7; color: #087a58; }
.form-feedback.error { border-color: #f1c1c1; background: #fff4f4; color: #a52b2b; }
.request-contact { display: grid; gap: 7px; margin-top: 18px; padding: 18px 20px; border: 1px solid rgba(91,102,232,.14); border-radius: 10px; background: rgba(255,255,255,.72); font-style: normal; }
.request-contact b { margin-bottom: 2px; font-size: 12px; }
.request-contact a { width: fit-content; color: var(--blue); font-size: 11px; }
.request-contact span { color: var(--muted); font-size: 10px; line-height: 1.6; }
.whatsapp-chat { position: fixed; z-index: 999; right: 24px; bottom: 24px; display: inline-flex; align-items: center; gap: 10px; min-height: 48px; padding: 10px 16px 10px 12px; border-radius: 999px; background: #25d366; color: #062e17; box-shadow: 0 15px 38px rgba(13,94,46,.28); font-weight: 700; font-size: 12px; transition: transform .2s ease, box-shadow .2s ease; }
.whatsapp-chat:hover { transform: translateY(-2px); box-shadow: 0 18px 45px rgba(13,94,46,.36); }
.whatsapp-chat:focus-visible { outline: 3px solid rgba(37,211,102,.32); outline-offset: 3px; }
.whatsapp-chat svg { width: 26px; height: 26px; fill: currentColor; flex: 0 0 auto; }
.submission-toast { position: fixed; z-index: 1000; right: 24px; bottom: 24px; max-width: 420px; padding: 16px 19px; border: 1px solid #a9e4d0; border-radius: 10px; background: #effbf7; color: #087a58; box-shadow: 0 18px 45px rgba(20, 43, 80, .18); font-size: 13px; line-height: 1.5; opacity: 0; transform: translateY(12px); transition: opacity .2s ease, transform .2s ease; }
.submission-toast.visible { opacity: 1; transform: translateY(0); }

.demo-modal { width: min(900px, calc(100% - 32px)); padding: 0; border: 0; border-radius: 16px; background: white; box-shadow: 0 30px 100px rgba(12, 16, 44, .38); overflow: hidden; }
.demo-modal::backdrop { background: rgba(11, 14, 35, .72); backdrop-filter: blur(7px); }
.modal-close { position: absolute; right: 17px; top: 15px; z-index: 3; width: 34px; height: 34px; border: 1px solid #e2e4ed; border-radius: 50%; background: white; font-size: 19px; cursor: pointer; }
.demo-modal[open] { display: grid; grid-template-columns: .78fr 1.22fr; animation: modalIn .25s ease-out; }
@keyframes modalIn { from { opacity: 0; transform: translateY(15px) scale(.98); } }
.modal-intro { padding: 50px 40px; background: #15192f; color: white; }
.modal-intro h2 { font-size: 37px; }
.modal-intro h2 em { color: #98a1ff; }
.modal-intro > p { margin-bottom: 37px; color: #a8adc2; font-size: 12px; line-height: 1.7; }
.modal-feature { display: flex; gap: 12px; margin-top: 17px; }
.modal-feature > span { flex: 0 0 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: rgba(73, 211, 165, .12); color: var(--green); font-size: 9px; }
.modal-feature p { margin: 0; }
.modal-feature b { display: block; font-size: 11px; }
.modal-feature small { display: block; margin-top: 3px; color: #858ba2; font-size: 8px; }
.demo-form { padding: 52px 38px 34px; display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.demo-form label { color: #555a6e; font-size: 9px; font-weight: 700; }
.demo-form input, .demo-form select, .demo-form textarea { width: 100%; margin-top: 7px; padding: 12px; border: 1px solid #dfe2eb; border-radius: 7px; outline: 0; color: var(--ink); background: #fbfbfd; font-size: 11px; resize: vertical; }
.demo-form input:focus, .demo-form select:focus, .demo-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(79, 91, 244, .09); }
.full { grid-column: 1 / -1; }
.form-note { margin: -7px 0 0; color: #969aab; text-align: center; font-size: 8px; }

.reveal { opacity: 1; transform: translateY(0); transition: opacity .65s ease, transform .65s ease; }
.reveal-delay { transition-delay: .15s; }

@media (max-width: 1050px) {
  .hero { padding-top: 145px; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-copy { max-width: 720px; text-align: center; margin: 0 auto; }
  .hero-copy > p { margin-left: auto; margin-right: auto; }
  .hero-actions, .protocol-strip { justify-content: center; }
  .hero-visual { max-width: 740px; margin: 45px auto 0; }
  .dashboard-shell { width: 100%; }
  .journey-grid, .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .workflow-layout { grid-template-columns: 1fr; }
  .software-showcase { position: relative; top: auto; max-width: 820px; margin: 0 auto; }
  .edition-grid { grid-template-columns: repeat(2, 1fr); }
  .journey-card:nth-child(2) { border-right: 0; }
  .journey-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .capabilities-layout { grid-template-columns: 1fr; }
  .module-list { display: grid; grid-template-columns: 1fr 1fr; }
  .module-row:nth-child(odd) { border-right: 1px solid #2b3048; }
  .download-layout { gap: 40px; }
}

@media (max-width: 900px) {
  .container { width: min(100% - 32px, 1180px); }
  .nav-wrap { height: 96px; }
  .brand { width: 132px; height: 92px; }
  .brand-full-logo { width: 125px; }
  .desktop-nav, .desktop-cta { display: none; }
  .menu-toggle { display: flex; width: 40px; height: 40px; padding: 0; border: 0; border-radius: 8px; background: var(--navy); flex-direction: column; justify-content: center; align-items: center; gap: 5px; }
  .menu-toggle span { width: 17px; height: 1.5px; background: white; transition: .2s; }
  .menu-toggle.active span:first-child { transform: translateY(3.25px) rotate(45deg); }
  .menu-toggle.active span:last-child { transform: translateY(-3.25px) rotate(-45deg); }
  .mobile-nav { display: flex; position: fixed; inset: 96px 0 auto; padding: 20px 16px 25px; flex-direction: column; gap: 0; background: rgba(247,248,252,.97); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); transform: translateY(-130%); opacity: 0; transition: .25s; }
  .mobile-nav.open { transform: translateY(0); opacity: 1; }
  .mobile-nav a { padding: 14px 5px; border-bottom: 1px solid #e5e7ef; font-size: 14px; font-weight: 700; }
  .mobile-nav .button { margin-top: 16px; }
  .hero { min-height: auto; padding: 154px 0 75px; }
  .hero h1 { font-size: 43px; }
  .hero-copy > p { font-size: 14px; }
  .hero-actions { flex-direction: column; gap: 18px; }
  .protocol-strip { gap: 8px; overflow: hidden; font-size: 6.5px; }
  .platform-badges { justify-content: center; }
  .hero-visual { margin-top: 50px; }
  .dashboard-shell { transform: none; }
  .dash-body { height: 285px; }
  .dash-sidebar { width: 32px; padding: 15px 8px; }
  .dash-content { padding: 12px; }
  .metric-row { margin: 12px 0 7px; }
  .metric { min-height: 57px; padding: 8px; }
  .metric strong { font-size: 14px; }
  .metric b { display: none; }
  .flow-card { padding: 7px; }
  .flow-card svg { height: 120px; }
  .trend-card { display: none; }
  .visual-row { grid-template-columns: 1fr; }
  .float-two { right: -8px; top: 55px; }
  .float-one { left: -7px; bottom: 22px; }
  .scroll-cue { display: none; }
  .trust-inner { min-height: 105px; flex-direction: column; justify-content: center; gap: 13px; text-align: center; }
  .trust-inner div { gap: 7px; font-size: 6px; }
  .section { padding: 83px 0; }
  .section-heading { margin-bottom: 42px; }
  .section-heading h2, .download-copy h2, .cta-inner h2 { font-size: 38px; }
  .journey-grid, .benefit-grid { grid-template-columns: 1fr; }
  .journey-card { min-height: 300px; border-right: 0; border-bottom: 1px solid var(--line); }
  .journey-card:last-child { border-bottom: 0; }
  .journey-icon { margin-bottom: 45px; }
  .section-heading.split { grid-template-columns: 1fr; gap: 13px; }
  .workflow-layout { gap: 34px; }
  .workflow-steps li { padding: 18px 5px; }
  .showcase-caption { grid-template-columns: 1fr; gap: 8px; }
  .twin-canvas { min-height: 300px; }
  .config-workspace { grid-template-columns: 1fr; }
  .config-form { border-right: 0; border-bottom: 1px solid #2b3048; }
  .module-demo { min-height: 0; }
  .asset-tree { display: none; }
  .plant-map { min-height: 300px; transform: scale(.93); }
  .spotlight-footer { gap: 8px; justify-content: space-around; font-size: 5.5px; }
  .module-list { grid-template-columns: 1fr; }
  .module-row:nth-child(odd) { border-right: 0; }
  .industry-tabs { grid-template-columns: 1fr 1fr; gap: 8px; border: 0; }
  .industry-tabs button { min-height: 50px; padding: 10px 4px; border: 1px solid var(--line); border-radius: 7px; }
  .industry-tabs button.active { background: var(--blue); border-color: var(--blue); color: white; }
  .industry-panel { grid-template-columns: 1fr; }
  .industry-copy { padding: 32px 27px; }
  .industry-visual { min-height: 330px; }
  .industry-dashboard { min-height: 390px; padding: 20px 16px; }
  .water-kpis, .industry-kpis { grid-template-columns: 1fr 1fr 1fr; }
  .sankey-chart { height: 225px; }
  .visual-metric { transform: scale(.82); }
  .vm-one { left: 5px; top: 8px; }
  .vm-two { right: 3px; bottom: 8px; }
  .why-section { padding-top: 15px; }
  .edition-grid { grid-template-columns: 1fr; }
  .edition-card { min-height: 425px; }
  .edition-card > p { min-height: 0; }
  .download-layout { grid-template-columns: 1fr; }
  .download-card { grid-template-columns: 49px 1fr 30px; gap: 12px; padding: 16px; }
  .file-icon { width: 47px; height: 55px; }
  .download-card h3 { font-size: 12px; }
  .cta-section { padding: 90px 0; }
  .cta-actions { flex-direction: column; align-items: stretch; }
  .footer-main { gap: 45px; flex-direction: column; }
  .footer-links { width: 100%; gap: 50px; }
  .footer-bottom { gap: 12px; flex-direction: column; }
  .demo-modal[open] { display: block; max-height: calc(100vh - 30px); overflow-y: auto; }
  .modal-intro { padding: 38px 27px; }
  .modal-feature { display: none; }
  .demo-form { padding: 29px 24px; grid-template-columns: 1fr; }
  .full { grid-column: 1; }
  .request-main { padding: 130px 0 55px; }
  .request-shell { grid-template-columns: 1fr; }
  .request-intro { padding: 38px 27px; }
  .request-intro h1 { font-size: 42px; }
  .request-form-card { padding: 34px 22px 25px; }
  .request-form { padding: 0; }
  .request-back { font-size: 0; gap: 0; }
}

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

/* Legibility pass: functional and informational text remains readable at normal zoom. */
.protocol-strip,
.platform-badges span,
.trust-inner div { font-size: 10px; }
.dash-brand { font-size: 11px; }
.dash-brand b,
.dash-heading small,
.metric small,
.card-label,
.status-float small,
.dash-heading em,
.metric b,
.flow-card text { font-size: 8px; }
.metric span,
.trend-card > strong small { font-size: 9px; }
.card-label b { font-size: 8px; }
.status-float b { font-size: 10px; }
.scroll-cue { font-size: 9px; }

.workflow-steps > li > span { font-size: 9px; }
.workflow-steps h3 { font-size: 16px; }
.workflow-steps p { font-size: 12px; }
.showcase-bar > div span,
.showcase-bar > b,
.showcase-caption span { font-size: 9px; }
.showcase-tabs button { font-size: 11px; }
.showcase-caption b { font-size: 14px; }
.showcase-caption p { font-size: 11px; }
.tag-list span { font-size: 9px; }

.module-demo { min-height: 430px; }
.config-workspace { min-height: 365px; }
.spotlight-header { font-size: 10px; }
.spotlight-header b { font-size: 9px; }
.demo-toolbar strong { font-size: 14px; }
.demo-toolbar small { font-size: 11px; }
.demo-mode { font-size: 10px; }
.config-form label { font-size: 10px; }
.config-form input,
.config-form select { height: 40px; font-size: 12px; }
.demo-action { min-height: 40px; font-size: 12px; }
.preview-label { font-size: 10px; }
.node-preview small,
.node-preview p,
.node-preview em { font-size: 10px; }
.node-preview strong { font-size: 13px; }
.preview-stats small { font-size: 9px; }
.preview-stats b { font-size: 11px; }
.sandbox-hint { font-size: 11px; }
.demo-panel-card header span,
.demo-panel-card header b,
.sql-preview,
.tag-picker > span,
.tag-picker label,
.log-row,
.request-preview,
.demo-status { font-size: 10px; }
.bridge-db b,
.demo-tank b,
.chart-preview header { font-size: 10px; }
.chart-preview header span { font-size: 9px; }
.spotlight-footer { min-height: 56px; font-size: 10px; }
.module-row { min-height: 76px; }
.module-row > span { font-size: 10px; }
.module-row b { font-size: 14px; }
.module-row small { font-size: 11px; }

.idash-header small,
.idash-header > span { font-size: 10px; }
.idash-header b { font-size: 15px; }
.water-kpis small,
.industry-kpis small { font-size: 9px; }
.water-kpis b,
.industry-kpis b { font-size: 18px; }
.water-kpis em,
.industry-kpis em { font-size: 9px; }
.sankey-chart text,
.production-chart text { font-size: 9px; }
.sankey-chart .flow-value { font-size: 10px; }
.idash-legend { font-size: 10px; }
.energy-bars span { font-size: 8px; }
.process-unit b { font-size: 10px; }
.process-unit small,
.process-connector span { font-size: 8px; }

.edition-card.featured::before { font-size: 8px; }
.edition-top { font-size: 10px; }
.edition-top b { font-size: 8px; }
.edition-card > p { font-size: 12px; }
.edition-card li { font-size: 11px; }
.os-line span { font-size: 10px; }
.edition-note { font-size: 11px; }
.download-card small,
.footer-links small,
.footer-bottom { font-size: 10px; }
.download-card p { font-size: 11px; }
.file-icon.dark { font-size: 9px; }
.modal-feature small,
.demo-form label,
.form-note { font-size: 10px; }

@media (max-width: 760px) {
  .whatsapp-chat { right: 16px; bottom: 16px; width: 52px; height: 52px; min-height: 52px; justify-content: center; padding: 0; }
  .whatsapp-chat span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .protocol-strip { font-size: 9px; }
  .trust-inner div { font-size: 9px; flex-wrap: wrap; justify-content: center; }
  .module-demo { min-height: 0; }
  .config-workspace { min-height: 0; }
  .spotlight-header { min-height: 58px; height: auto; gap: 10px; }
  .spotlight-header span { line-height: 1.4; }
  .spotlight-header b { text-align: right; line-height: 1.4; }
  .config-form { grid-template-columns: 1fr; }
  .config-form label,
  .config-form label.wide,
  .config-form .demo-action,
  .config-form .tag-picker { grid-column: 1; }
  .spotlight-footer { min-height: 66px; font-size: 9px; flex-wrap: wrap; }
  .preview-stats small { font-size: 10px; }
  .water-kpis small,
  .industry-kpis small { font-size: 9px; }
  .water-kpis b,
  .industry-kpis b { font-size: 14px; }
  .idash-legend { gap: 9px; font-size: 9px; flex-wrap: wrap; }
  .idash-legend b { margin-left: 0; }
  .download-card h3 { font-size: 14px; }
  .comparison-heading { margin-top: 55px; align-items: flex-start; flex-direction: column; gap: 12px; }
  .comparison-heading h3 { font-size: 27px; }
  .comparison-heading p { font-size: 12px; }
  .comparison-wrap { margin-right: -16px; border-radius: 10px 0 0 10px; }
  .edition-table { min-width: 880px; font-size: 11px; }
  .edition-table thead th { top: 70px; }
  .edition-table tbody th { width: 245px; }
}
