﻿:root {
  --dark: #101722;
  --panel: #1b2430;
  --panel-2: #202b38;
  --text: #172033;
  --muted: #5f6b7a;
  --light: #f4f6f8;
  --line: #d4dae3;
  --blue: #1e5aa8;
  --orange: #f28c28;
  --green: #42a66b;
  --steel: #6f7b87;
  --paper: #fbfbf8;
  --blueprint: #143a66;
  --warning: #d97818;
  --surface: #f1f3f5;
  --white: #ffffff;
  --radius: 8px;
  --shadow: 0 24px 70px rgba(16, 23, 34, .14);
  --bg-shift: 0px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: #eef3f8; }
body {
  position: relative;
  margin: 0;
  background: var(--light);
  color: var(--text);
  font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
}
body::before {
  content: "";
  position: fixed;
  inset: -30vh 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(246,248,251,.34), rgba(255,255,255,.50)),
    url("assets/section-tech-bg-gpt.webp") center center / cover no-repeat;
  transform: translate3d(0, var(--bg-shift), 0);
  will-change: transform;
  opacity: .42;
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(30,90,168,.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(30,90,168,.04) 1px, transparent 1px);
  background-size: 96px 96px;
  transform: translate3d(0, calc(var(--bg-shift) * .55), 0);
  will-change: transform;
  opacity: .12;
}
body > * { position: relative; z-index: 1; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
img { display: block; max-width: 100%; height: auto; }
.container { width: min(1200px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: clamp(64px, 8vw, 112px) 0; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 7px max(20px, calc((100vw - 1200px) / 2));
  background: rgba(16, 23, 34, .93);
  border-bottom: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(14px);
}
.brand picture { display: block; width: 220px; }
.brand img { display: block; width: 100%; height: auto; max-height: 52px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 24px; color: #aab5c4; font-size: 15px; }
.site-nav a:hover { color: #fff; }
.nav-cta { padding: 10px 16px; border-radius: var(--radius); background: var(--orange); color: #111 !important; font-weight: 800; }
.menu-toggle { display: none; }

.hero {
  position: relative;
  min-height: calc(100vh - 66px);
  display: flex; align-items: center;
  padding: clamp(34px, 4vw, 54px) 0;
  overflow: hidden;
  color: #f3f6fa;
  background:
    linear-gradient(90deg, rgba(16,23,34,.99) 0%, rgba(16,23,34,.90) 40%, rgba(16,23,34,.34) 76%, rgba(16,23,34,.18) 100%),
    url("assets/hero-industrial.jpg") center right / cover no-repeat;
}
.hero .container { width: min(1440px, calc(100% - 80px)); }
.hero::before, .local::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(90deg, #000, rgba(0,0,0,.7) 52%, transparent 88%);
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .78fr); gap: clamp(26px, 3.5vw, 54px); align-items: center; }
.hero-copy { max-width: 720px; }
.eyebrow { margin: 0 0 14px; color: var(--blue); font-size: 13px; font-weight: 900; letter-spacing: 0; text-transform: uppercase; }
.eyebrow.light, .hero .eyebrow, .price .eyebrow, .lead .eyebrow, .local .eyebrow { color: #9dc5ff; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 720px; margin-bottom: 20px; font-size: clamp(34px, 3.55vw, 50px); line-height: 1.07; letter-spacing: 0; }
.mobile-title { display: none; }
h2 { margin-bottom: 18px; font-size: clamp(28px, 3.3vw, 40px); line-height: 1.13; letter-spacing: 0; }
h3 { margin-bottom: 10px; font-size: 21px; line-height: 1.2; }
.hero-lead, .section-head p, .split p, .lead p { color: var(--muted); font-size: 18px; }
.hero .hero-lead { max-width: 650px; color: #aab5c4; font-size: clamp(17px, 1.22vw, 19px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; max-width: 650px; margin: 24px 0 18px; }
.hero-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; max-width: 650px; margin-bottom: 16px; }
.hero-metrics article { padding: 10px 12px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: rgba(16,23,34,.52); }
.hero-metrics b { display: block; color: #fff; font-size: 17px; line-height: 1.1; }
.hero-metrics span { display: block; margin-top: 5px; color: #c6d0dd; font-size: 12px; font-weight: 800; line-height: 1.28; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 20px; border: 1px solid transparent; border-radius: var(--radius); cursor: pointer; font-weight: 900; line-height: 1.18; text-align: center; white-space: normal; transition: .2s ease; }
.button.primary { background: var(--orange); color: #111; box-shadow: 0 18px 34px rgba(242,140,40,.25); }
.button.primary:hover { transform: translateY(-1px); }
.button.secondary { border-color: #bdcad8; background: #fff; color: var(--text); }
.hero .button.secondary, .price .button.secondary { border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.08); color: #fff; }
.hero-badges, .chips { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-badges span, .chips span { padding: 8px 12px; border-radius: 999px; border: 1px solid var(--line); background: #fff; color: var(--muted); font-size: 14px; font-weight: 800; }
.hero-badges span { border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.08); color: #d8e0ea; }
.risk-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 22px; }
.risk-strip article { padding: 14px; border: 1px solid #f0c08a; border-left: 4px solid var(--warning); border-radius: var(--radius); background: #fff7ed; box-shadow: 0 12px 32px rgba(16,23,34,.06); }
.risk-strip b { display: block; margin-bottom: 6px; color: #172033; }
.risk-strip span { color: var(--muted); font-size: 14px; font-weight: 700; }
.hero-product { align-self: center; justify-self: end; width: min(36vw, 480px); max-width: 100%; min-width: 0; }
.hero-render { margin: 0; }
.hero-render img {
  width: 100%;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 18px;
  box-shadow: 0 30px 90px rgba(0,0,0,.36);
  background: #101722;
  aspect-ratio: 1400 / 894;
  object-fit: contain;
}
.proof-line { display: flex; justify-content: space-between; gap: 10px; width: min(100%, 720px); margin-top: 12px; color: #d8e0ea; font-size: 13px; font-weight: 900; }
.proof-line span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(16,23,34,.68); }

.section-head { max-width: 860px; margin-bottom: 38px; }
.split { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1fr); gap: 58px; align-items: center; }
.split.reverse { grid-template-columns: minmax(0, 1fr) minmax(0, .9fr); }
.photo-card { margin: 0; overflow: hidden; border-radius: var(--radius); border: 1px solid rgba(151,167,188,.48); background: rgba(255,255,255,.82); box-shadow: var(--shadow); backdrop-filter: blur(8px); }
.photo-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
figcaption { padding: 12px 14px; color: var(--muted); font-size: 14px; font-weight: 800; }
.problem,
.solution,
.product-visual,
.modules,
.industries,
.implementation,
.demo,
.fit,
.deliverables {
  background: transparent;
}

.process-panel {
  padding: 14px;
  border: 1px solid #cfd6de;
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(20,58,102,.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(20,58,102,.04) 1px, transparent 1px),
    var(--surface);
  background-size: 34px 34px;
  box-shadow: 0 18px 44px rgba(16,23,34,.10);
  backdrop-filter: none;
}
.process-panel img {
  width: 100%;
  border-radius: 12px;
}
.module-grid article, .industry-grid article, .timeline article, .before-after article, .trust-grid article {
  position: relative; padding: 22px; border: 1px solid rgba(151,167,188,.56); border-radius: var(--radius); background: rgba(251,251,248,.94); box-shadow: 0 14px 36px rgba(16,23,34,.06); backdrop-filter: none;
}
.timeline b { display: inline-flex; margin-bottom: 10px; color: var(--blue); font-weight: 900; }
.module-grid p, .industry-grid p, .timeline p, .before-after li, .faq p, .price p { color: var(--muted); }

.demo-grid { position: relative; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.demo-grid::before { content: ""; position: absolute; left: 24px; right: 24px; top: 58px; height: 2px; background: linear-gradient(90deg, var(--blue), var(--orange)); opacity: .55; }
.demo-grid article {
  position: relative;
  overflow: hidden;
  padding: 18px 16px 20px;
  border: 1px solid rgba(151,167,188,.56);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 0 14px 36px rgba(16,23,34,.07);
}
.demo-grid article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--blue), var(--orange));
  pointer-events: none;
}
.doc-fragment {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 7px;
  min-height: 82px;
  margin: 0 0 16px;
  padding: 12px;
  border: 1px solid #cfd6de;
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(30,90,168,.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(30,90,168,.06) 1px, transparent 1px),
    #fff;
  background-size: 22px 22px;
}
.doc-fragment i { display: block; min-height: 10px; border-radius: 999px; background: #dfe8f2; color: var(--blueprint); font-style: normal; font-size: 11px; font-weight: 900; line-height: 1; padding: 5px 7px; }
.client-fragment i:first-child,
.spec-fragment i:first-child,
.pdf-fragment i:first-child { width: 56%; background: var(--blue); }
.terms-fragment, .history-fragment { grid-template-columns: 1fr; }
.terms-fragment i, .history-fragment i { width: fit-content; background: #eef3f8; border: 1px solid #cfd6de; }
.pdf-fragment i:nth-child(2) { width: fit-content; background: var(--orange); color: #111; }
.spec-fragment { grid-template-columns: 1fr 1fr; }
.spec-fragment i { min-height: 18px; border-radius: 4px; }
.spec-fragment i:first-child { grid-column: 1 / -1; min-height: 10px; }
.history-fragment i:last-child { background: #e9f7ef; color: #286a45; border-color: #b7e1c8; }
.demo-grid span { position: relative; z-index: 1; display: block; margin-bottom: 10px; color: var(--blue); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: 0; }

.demo-grid strong { position: relative; z-index: 1; display: block; margin-bottom: 8px; font-size: 18px; line-height: 1.18; }
.demo-grid p { position: relative; z-index: 1; color: var(--muted); font-size: 14px; }

.local, .price, .lead { position: relative; overflow: hidden; background: var(--dark); color: #f3f6fa; }
.local .split, .lead-grid { position: relative; z-index: 1; }
.local p, .price .section-head p, .lead p { color: #aab5c4; }
.photo-card.dark { border-color: rgba(255,255,255,.14); background: var(--panel); }
.photo-card.dark figcaption { color: #d8e0ea; }
.check-list { margin: 22px 0 28px; padding-left: 20px; color: #d8e0ea; }
.check-list li { margin: 8px 0; }
.trust-box { margin: 0 0 22px; padding: 16px; border-left: 4px solid var(--green); border-radius: var(--radius); background: rgba(255,255,255,.08); }
.trust-box strong, .trust-box span { display: block; }
.trust-box span { margin-top: 6px; color: #aab5c4; }
.local-scheme { display: grid; gap: 12px; padding: 22px; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); background: rgba(255,255,255,.06); box-shadow: var(--shadow); }
.local-scheme div { position: relative; padding: 18px; border: 1px solid rgba(255,255,255,.16); border-radius: 8px; background: rgba(255,255,255,.08); color: #fff; font-weight: 900; }
.local-scheme .local-node:not(:nth-of-type(4))::after { content: "↓"; position: absolute; right: 18px; bottom: -22px; color: var(--orange); font-size: 22px; z-index: 1; }
.blocked-node { border-color: rgba(255,96,96,.45) !important; background: rgba(126,29,29,.24) !important; color: #ffd6d6 !important; text-decoration: line-through; }
.local-scheme strong { display: inline-flex; width: fit-content; margin-top: 8px; padding: 8px 11px; border-radius: 999px; border: 1px solid rgba(242,140,40,.42); color: #ffd29a; font-size: 13px; }

.module-grid, .industry-grid, .timeline, .price-grid, .deliverable-grid, .trust-grid { display: grid; gap: 18px; }
.trust-grid { grid-template-columns: repeat(3, 1fr); }
.trust-grid b { display: inline-flex; width: 42px; height: 34px; align-items: center; justify-content: center; margin-bottom: 14px; border-radius: 8px; background: #eaf3ff; color: var(--blue); }
.trust-grid p { color: var(--muted); }
.module-grid { grid-template-columns: repeat(3, 1fr); }
.module-grid article {
  overflow: hidden;
  min-height: 240px;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.82), rgba(248,251,255,.88)),
    rgba(255,255,255,.78);
}
.module-grid article::after {
  content: "";
  position: absolute;
  inset: auto 18px 18px auto;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242,140,40,.16), transparent 66%);
  pointer-events: none;
}
.module-grid article h3,
.module-grid article p {
  margin-left: 0;
  margin-right: 0;
}
.module-icon {
  width: 76px;
  height: 76px;
  margin: 0 0 16px;
  padding: 10px;
  border: 1px solid #d7dde5;
  border-radius: var(--radius);
  background: #f4f6f8;
  object-fit: contain;
  filter: none;
}
.industry-grid { grid-template-columns: repeat(3, 1fr); }
.timeline { grid-template-columns: repeat(3, 1fr); }
.timeline b { width: 42px; height: 34px; align-items: center; justify-content: center; border-radius: 8px; background: #eaf3ff; }
.deliverable-grid { grid-template-columns: repeat(3, 1fr); }
.deliverable-grid article { padding: 24px; border: 1px solid rgba(151,167,188,.48); border-radius: var(--radius); background: linear-gradient(180deg, rgba(255,255,255,.84), rgba(248,251,255,.9)); box-shadow: 0 14px 40px rgba(16,23,34,.06); backdrop-filter: blur(8px); }
.deliverable-grid b { display: inline-flex; width: 42px; height: 34px; align-items: center; justify-content: center; margin-bottom: 14px; border-radius: 8px; background: #eaf3ff; color: var(--blue); }
.deliverable-grid p { color: var(--muted); }

.price-grid { grid-template-columns: repeat(3, 1fr); }
.price-grid article { display: flex; flex-direction: column; padding: 26px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03)), var(--panel-2); }
.price-grid ul { margin: 14px 0 22px; padding-left: 18px; color: #d8e0ea; font-size: 14px; font-weight: 700; }
.price-grid li { margin: 6px 0; }
.price-grid .featured { border-color: rgba(242,140,40,.68); }
.price-grid span { width: fit-content; margin-bottom: 18px; padding: 7px 10px; border: 1px solid rgba(242,140,40,.38); border-radius: 999px; color: #ffd29a; font-size: 12px; font-weight: 900; }
.price-grid .button { margin-top: auto; }

.before-after { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.before-after article:first-child { background: #fff7ed; border-color: #f4c18d; }
.before-after article:last-child { background: #f1fff7; border-color: #b7e1c8; }
.faq-list { display: grid; gap: 10px; }
details { border: 1px solid rgba(151,167,188,.48); border-radius: var(--radius); background: rgba(255,255,255,.84); backdrop-filter: blur(8px); }
summary { cursor: pointer; padding: 18px 20px; font-weight: 900; }
details p { padding: 0 20px 20px; }

.lead {
  background: linear-gradient(90deg, rgba(16,23,34,.98), rgba(16,23,34,.86)), url("assets/hero-industrial.jpg") center right / cover no-repeat;
}
.lead-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1fr); gap: 58px; align-items: center; }
.lead-note { margin-top: 24px; padding: 16px; border-left: 4px solid var(--green); border-radius: var(--radius); background: rgba(255,255,255,.08); color: #d8e0ea; }
.next-steps { margin: 22px 0 0; padding-left: 20px; color: #d8e0ea; }
.next-steps li { margin: 8px 0; }
.lead-form { display: grid; gap: 14px; padding: 28px; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); background: rgba(255,255,255,.97); box-shadow: var(--shadow); color: var(--text); }
.lead-form label { display: grid; gap: 7px; font-weight: 900; }
.lead-form input, .lead-form textarea { width: 100%; padding: 12px 13px; border: 1px solid #c9d7e7; border-radius: 8px; background: #fbfdff; outline: none; }
.lead-form input:focus, .lead-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(30,90,168,.12); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.file-input { padding: 14px; border: 1px dashed #94acd0; border-radius: var(--radius); background: #f1f7ff; }
.file-input span, .file-input small { display: block; color: var(--muted); font-size: 13px; font-weight: 700; }
.file-input small { margin-top: -2px; margin-bottom: 8px; color: #435268; }
.consent { display: grid; grid-template-columns: 22px minmax(0, 1fr) !important; gap: 10px; align-items: start; color: var(--muted); font-size: 14px; font-weight: 700 !important; line-height: 1.45; }
.consent input { width: 18px; height: 18px; margin-top: 3px; }
.consent span { min-width: 0; }
.consent a { color: var(--blue); text-decoration: underline; text-underline-offset: 2px; }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.site-footer { padding: 38px 0; background: var(--dark); color: #fff; }
.footer-grid { display: flex; justify-content: space-between; gap: 30px; }
.site-footer p, .site-footer a, .site-footer span { display: block; color: #aab5c4; }
.thanks-page, .legal-page { min-height: 100vh; background: var(--dark); color: #f3f6fa; }
.thanks { display: grid; min-height: 100vh; place-items: center; padding: 24px; background: linear-gradient(90deg, rgba(16,23,34,.98), rgba(16,23,34,.86)), url("assets/hero-industrial.jpg") center / cover no-repeat; }
.thanks-card { width: min(760px, 100%); padding: clamp(28px, 5vw, 46px); border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); background: rgba(16,23,34,.82); box-shadow: 0 28px 80px rgba(0,0,0,.34); backdrop-filter: blur(12px); }
.thanks-card img { display: block; width: min(360px, 100%); height: auto; margin-bottom: 28px; }
.thanks-card h1 { font-size: clamp(34px, 5vw, 56px); }
.thanks-card p { color: #aab5c4; font-size: 18px; }
.thanks-steps { display: grid; gap: 12px; margin: 28px 0; }
.thanks-steps article { display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: center; padding: 14px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: rgba(255,255,255,.07); }
.thanks-steps b { color: var(--orange); }
.thanks-steps span { color: #d8e0ea; }

.legal {
  min-height: 100vh;
  padding: 34px 0 64px;
  background:
    linear-gradient(180deg, rgba(16,23,34,.96), rgba(16,23,34,.86)),
    url("assets/hero-industrial.jpg") center / cover fixed;
}
.legal-card {
  width: min(980px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(24px, 4vw, 46px);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--radius);
  background: rgba(255,255,255,.97);
  color: var(--text);
  box-shadow: var(--shadow);
}
.legal-card .legal-logo { width: min(300px, 100%); height: auto; margin-bottom: 26px; }
.legal-card h1 { max-width: 860px; color: var(--text); font-size: clamp(34px, 5vw, 54px); }
.legal-card h2 { margin-top: 34px; font-size: clamp(22px, 2.6vw, 30px); }
.legal-card p,
.legal-card li { color: #435268; }
.legal-card ul,
.legal-card ol { padding-left: 22px; }
.legal-card li { margin: 8px 0; }
.legal-note {
  margin: 24px 0;
  padding: 16px;
  border-left: 4px solid var(--orange);
  border-radius: var(--radius);
  background: #fff7ed;
  color: #5d3a13;
}
.legal-table {
  display: grid;
  gap: 10px;
  margin: 18px 0;
}
.legal-table div {
  display: grid;
  grid-template-columns: minmax(160px, .42fr) minmax(0, 1fr);
  gap: 14px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fbfdff;
}
.legal-table b { color: var(--text); }
.legal-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }

@media (max-width: 1180px) {
  .demo-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .demo-grid::before { display: none; }
}
@media (max-width: 1180px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(300px, 400px); }
  .hero-product { width: min(34vw, 400px); }
  h1 { font-size: clamp(34px, 4vw, 50px); }
}
@media (max-width: 1100px) and (min-width: 921px) {
  .brand picture { width: 200px; }
  .site-nav { gap: 14px; font-size: 14px; }
  .nav-cta { white-space: nowrap; }
}
@media (max-width: 1050px) {
  .module-grid, .industry-grid, .timeline, .price-grid, .deliverable-grid, .trust-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-product { justify-self: start; width: min(100%, 620px); margin-top: 12px; }
}
@media (max-width: 920px) {
  .menu-toggle { display: inline-grid; gap: 4px; width: 42px; height: 42px; place-content: center; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); background: rgba(255,255,255,.08); }
  .menu-toggle span { display: block; width: 20px; height: 2px; background: #fff; }
  .site-nav { position: absolute; top: 76px; right: 20px; display: none; width: min(280px, calc(100vw - 40px)); min-width: 0; flex-direction: column; align-items: stretch; padding: 18px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: var(--dark); box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .split, .split.reverse, .lead-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; background: linear-gradient(180deg, rgba(16,23,34,.99), rgba(16,23,34,.86)), url("assets/hero-industrial.jpg") center right / cover no-repeat; }
  .hero-render img { width: 100%; }
}
@media (max-width: 760px) {
  .demo-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .container { width: min(100% - 30px, 1200px); }
  .hero .container { width: min(100% - 30px, 1200px); }
  .section { padding: 56px 0; }
  .hero { padding: 38px 0 46px; }
  .desktop-title { display: none; }
  .mobile-title { display: inline; }
  h1 { font-size: clamp(29px, 8.4vw, 34px); line-height: 1.08; }
  .hero .hero-lead { font-size: 16px; line-height: 1.48; }
  .hero-actions { margin: 24px 0 18px; }
  .hero-metrics { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
  .hero-metrics article { min-height: 58px; padding: 9px 7px; }
  .hero-metrics b { font-size: 14px; }
  .hero-metrics span { display: none; }
  .risk-strip { grid-template-columns: 1fr; }
  .brand picture { width: 58px; }
  .brand img { width: 58px; height: 58px; object-fit: contain; object-position: center; }
  .price-grid .button, .local .button, .lead-form .button { width: 100%; }
  .hero-actions { gap: 8px; }
  .hero-actions .button { flex: 1 1 150px; min-height: 44px; padding: 10px 11px; font-size: 14px; }
  .hero-badges { display: none; }
  .hero-product { width: min(100%, 250px); justify-self: center; margin-top: 8px; }
  .proof-line { width: min(100%, 250px); margin-left: auto; margin-right: auto; font-size: 10px; }
  .module-grid, .industry-grid, .timeline, .price-grid, .before-after, .form-row, .demo-grid, .deliverable-grid, .trust-grid { grid-template-columns: 1fr; }
  .legal { padding: 18px 0 42px; }
  .legal-card { width: min(100% - 24px, 980px); }
  .legal-table div { grid-template-columns: 1fr; gap: 6px; }
  .process-panel { padding: 6px; }
  .process-panel img { width: 100%; max-width: 100%; }
  .hero-badges span { flex: 1 1 145px; width: auto; justify-content: center; text-align: center; }
  .footer-grid { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}

