:root {
  color-scheme: dark;
  --bg: #070b0e;
  --bg-soft: #0a1013;
  --panel: #0e1519;
  --panel-high: #121b20;
  --line: #26343a;
  --line-strong: #375349;
  --text: #f2f6f5;
  --muted: #a5b1b4;
  --subtle: #738287;
  --green: #64dc9a;
  --green-strong: #32c978;
  --cyan: #63c8d2;
  --amber: #e4b85a;
  --red: #ec7080;
  --shell: 1440px;
  --header-height: 72px;
  font-family: "Segoe UI", Inter, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background: var(--bg);
  font-family: inherit;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

html.is-touch-layout a,
html.is-touch-layout button {
  touch-action: manipulation;
}

body::before {
  position: fixed;
  z-index: -2;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.016) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.013) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.64) 42%, transparent 86%);
}

body::after {
  position: fixed;
  z-index: -3;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(33, 105, 81, 0.14), transparent 32%),
    linear-gradient(315deg, rgba(28, 78, 91, 0.1), transparent 31%),
    #070b0e;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  letter-spacing: 0;
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.shell {
  width: min(calc(100% - 48px), var(--shell));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  height: var(--header-height);
  border-bottom: 1px solid rgba(100, 220, 154, 0.09);
  background: rgba(7, 11, 14, 0.8);
  backdrop-filter: blur(18px);
  transition:
    background 180ms ease,
    border-color 180ms ease;
}

.site-header.is-scrolled {
  border-color: rgba(100, 220, 154, 0.2);
  background: rgba(7, 11, 14, 0.96);
}

.nav-shell {
  height: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 34px;
}

.brand {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 9px;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 42px;
  place-items: center;
}

.brand-mark svg {
  width: 29px;
  height: 34px;
  fill: none;
  stroke: var(--green);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  filter: drop-shadow(0 0 8px rgba(100, 220, 154, 0.3));
}

.brand-copy {
  display: grid;
  line-height: 1;
}

.brand-copy strong {
  font-size: 1.08rem;
  font-weight: 750;
}

.brand-copy small {
  margin-top: 5px;
  color: var(--green);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.desktop-nav {
  display: flex;
  justify-content: center;
  gap: 32px;
}

.desktop-nav a {
  position: relative;
  color: #c2cbcd;
  font-size: 0.88rem;
  font-weight: 620;
  transition: color 160ms ease;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--green);
  transform: scaleX(0);
  transition: transform 160ms ease;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  color: var(--text);
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-contact {
  display: grid;
  min-width: 166px;
  padding: 7px 11px 8px 14px;
  border-left: 2px solid var(--green);
  color: #aab6b8;
  line-height: 1.18;
  transition:
    color 160ms ease,
    background 160ms ease;
}

.header-contact:hover,
.header-contact:focus-visible {
  color: var(--text);
  background: rgba(100, 220, 154, 0.055);
}

.header-contact span {
  font-size: 0.65rem;
  font-weight: 650;
  text-transform: uppercase;
}

.header-contact strong {
  margin-top: 4px;
  color: var(--green);
  font-size: 0.84rem;
}

.menu-button,
.mobile-nav {
  display: none;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 24px 0 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.045);
}

.section-grid::after {
  position: absolute;
  z-index: -1;
  top: 9%;
  right: -8%;
  width: 54%;
  height: 80%;
  border: 1px solid rgba(100, 220, 154, 0.075);
  content: "";
  pointer-events: none;
  transform: skewY(-4deg);
  box-shadow:
    0 0 86px rgba(50, 201, 120, 0.045),
    inset 0 0 80px rgba(70, 203, 168, 0.02);
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(440px, 0.88fr) minmax(640px, 1.12fr);
  align-items: center;
  gap: 48px;
}

.eyebrow,
.section-kicker {
  width: fit-content;
  margin-bottom: 18px;
  color: var(--green);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.eyebrow {
  padding: 6px 9px;
  border: 1px solid rgba(100, 220, 154, 0.34);
  border-radius: 4px;
  background: rgba(100, 220, 154, 0.06);
}

.hero h1 {
  max-width: 14ch;
  margin-bottom: 17px;
  font-size: 2.95rem;
  line-height: 1.03;
  font-weight: 780;
}

.hero-summary {
  max-width: 660px;
  margin-bottom: 18px;
  color: #b9c4c6;
  font-size: 0.94rem;
}

.hero-points {
  display: grid;
  max-width: 700px;
  margin: 0 0 20px;
  padding: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 18px;
  list-style: none;
}

.hero-points li {
  position: relative;
  padding-left: 21px;
  color: #d0d8d9;
  font-size: 0.73rem;
  line-height: 1.45;
}

.hero-points li::before {
  position: absolute;
  top: 0.06em;
  left: 0;
  color: var(--green);
  content: "✓";
  font-weight: 800;
}

.hero-contact-panel {
  display: grid;
  max-width: 660px;
  padding: 13px 16px;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 14px 18px;
  border-block: 1px solid rgba(100, 220, 154, 0.28);
  background:
    linear-gradient(90deg, rgba(100, 220, 154, 0.065), transparent 44%),
    rgba(11, 18, 21, 0.72);
}

.contact-identity {
  display: flex;
  grid-column: 1;
  grid-row: 1;
  align-items: center;
  gap: 11px;
}

.contact-icon {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(100, 220, 154, 0.32);
  border-radius: 5px;
  color: var(--green);
  background: rgba(100, 220, 154, 0.06);
}

.contact-icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.contact-identity > div {
  display: grid;
  line-height: 1.2;
}

.contact-identity span {
  color: #aab6b8;
  font-size: 0.67rem;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-identity a {
  margin-top: 4px;
  color: var(--green);
  font-size: 0.94rem;
  font-weight: 800;
}

.hero-contact-panel > p {
  grid-column: 1 / -1;
  grid-row: 2;
  margin: 0;
  color: #9da9ac;
  font-size: 0.72rem;
  line-height: 1.45;
}

.text-action {
  display: inline-flex;
  grid-column: 2;
  grid-row: 1;
  align-items: center;
  gap: 7px;
  color: var(--text);
  font-size: 0.78rem;
  font-weight: 750;
  white-space: nowrap;
}

.text-action svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: var(--green);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  transition: transform 160ms ease;
}

.text-action:hover,
.text-action:focus-visible {
  color: var(--green);
}

.text-action:hover svg,
.text-action:focus-visible svg {
  transform: translateX(3px);
}

.hero-product {
  min-width: 0;
  perspective: 1400px;
}

.product-frame {
  overflow: hidden;
  border: 1px solid rgba(100, 220, 154, 0.42);
  border-radius: 8px;
  background: #101619;
  box-shadow:
    0 34px 88px rgba(0, 0, 0, 0.5),
    0 0 48px rgba(50, 201, 120, 0.11);
  transform: rotateY(-2.4deg) rotateX(0.7deg);
  transform-origin: center;
}

.product-titlebar {
  display: grid;
  height: 42px;
  padding: 0 14px;
  grid-template-columns: 90px 1fr auto;
  align-items: center;
  border-bottom: 1px solid #293438;
  color: #adb8ba;
  background: #0d1316;
  font-size: 0.66rem;
}

.window-controls {
  display: flex;
  gap: 6px;
}

.window-controls i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #435157;
}

.window-controls i:first-child {
  background: var(--red);
}

.window-controls i:nth-child(2) {
  background: var(--amber);
}

.window-controls i:last-child {
  background: var(--green);
}

.live-state {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--green);
  font-weight: 700;
}

.live-state i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 9px rgba(100, 220, 154, 0.9);
}

.product-body {
  display: grid;
  height: 450px;
  grid-template-columns: 52px minmax(0, 1fr);
}

.product-rail {
  display: flex;
  padding: 12px 8px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  border-right: 1px solid #253035;
  background: #0b1114;
}

.product-rail span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 5px;
  color: #68767b;
}

.product-rail .rail-brand {
  margin-bottom: 12px;
  color: var(--green);
}

.product-rail .active {
  border-color: rgba(100, 220, 154, 0.28);
  color: var(--green);
  background: rgba(100, 220, 154, 0.1);
}

.product-rail svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.product-canvas {
  min-width: 0;
  overflow: hidden;
  background: #171b1d;
}

.canvas-toolbar {
  display: flex;
  height: 54px;
  padding: 0 15px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #30383b;
  background: #1d2021;
}

.canvas-toolbar > div:first-child {
  display: grid;
}

.canvas-toolbar strong {
  font-size: 0.74rem;
}

.canvas-toolbar small {
  margin-top: 2px;
  color: #849195;
  font-size: 0.55rem;
}

.canvas-status {
  display: flex;
  gap: 6px;
}

.canvas-status span {
  padding: 4px 7px;
  border: 1px solid #394549;
  border-radius: 3px;
  color: #b9c2c4;
  font-size: 0.5rem;
}

.canvas-status span:first-child {
  border-color: rgba(100, 220, 154, 0.25);
  color: var(--green);
}

.dashboard-preview {
  height: calc(100% - 54px);
  padding: 12px;
}

.kpi-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
}

.kpi-row > div {
  display: grid;
  min-width: 0;
  min-height: 84px;
  padding: 10px;
  border: 1px solid #313a3d;
  border-top-color: #426255;
  border-radius: 4px;
  background: #202324;
}

.kpi-row small {
  overflow: hidden;
  color: #9da8aa;
  font-size: 0.48rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.kpi-row strong {
  margin-top: 5px;
  font-size: 0.88rem;
}

.kpi-row em {
  color: #aeb8ba;
  font-size: 0.54rem;
  font-style: normal;
  font-weight: 600;
}

.kpi-row span {
  margin-top: auto;
  color: var(--green);
  font-size: 0.46rem;
}

.dashboard-main {
  display: grid;
  height: calc(100% - 96px);
  margin-top: 10px;
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 8px;
}

.energy-chart,
.site-explorer {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #313a3d;
  border-radius: 4px;
  background: #1f2223;
}

.panel-label {
  display: flex;
  min-height: 54px;
  padding: 10px 11px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #30383b;
}

.panel-label > div {
  display: grid;
}

.panel-label strong {
  font-size: 0.64rem;
}

.panel-label small {
  margin-top: 2px;
  color: #849195;
  font-size: 0.45rem;
}

.panel-label > span {
  color: var(--green);
  font-size: 0.46rem;
}

.chart-area {
  position: relative;
  height: 177px;
  margin: 8px 10px 0;
  border-bottom: 1px solid #465054;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 100% 33.33%;
}

.axis-label {
  position: absolute;
  left: 0;
  color: #667378;
  font-size: 0.4rem;
}

.axis-label.top {
  top: 0;
}

.axis-label.middle {
  top: 48%;
}

.chart-bars {
  position: absolute;
  right: 10px;
  bottom: 0;
  left: 32px;
  display: flex;
  height: 100%;
  align-items: flex-end;
  justify-content: space-between;
  gap: 5px;
}

.chart-bars i {
  width: 100%;
  max-width: 13px;
  height: var(--h);
  border-radius: 2px 2px 0 0;
  background: linear-gradient(to top, #39bd75, #72dda0);
  box-shadow: 0 0 8px rgba(100, 220, 154, 0.13);
}

.chart-footer {
  display: flex;
  padding: 10px 11px;
  align-items: baseline;
  gap: 9px;
}

.chart-footer strong {
  font-size: 0.86rem;
}

.chart-footer span {
  color: #849195;
  font-size: 0.46rem;
}

.site-explorer ul {
  margin: 0;
  padding: 9px 9px 5px;
  list-style: none;
}

.site-explorer li {
  display: flex;
  min-height: 39px;
  padding: 0 7px 0 19px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #2c3437;
  color: #b7c0c2;
  font-size: 0.51rem;
}

.site-explorer li::before {
  width: 5px;
  height: 5px;
  margin-left: -12px;
  border-radius: 50%;
  content: "";
  background: var(--green);
}

.site-explorer .tree-root {
  padding-left: 13px;
  color: var(--text);
  font-weight: 700;
}

.site-explorer .tree-root::before {
  margin-left: -7px;
}

.site-explorer b {
  color: var(--green);
  font-size: 0.44rem;
  font-weight: 650;
}

.health-row {
  display: grid;
  padding: 9px;
  gap: 7px;
}

.health-row span {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #aab5b7;
  font-size: 0.46rem;
}

.health-row i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 7px rgba(100, 220, 154, 0.6);
}

.credibility-section {
  padding: 8px 0 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
  background: #090e11;
}

.partner-trust-section {
  padding: 26px 0;
  border-top: 1px solid rgba(100, 220, 154, 0.08);
  border-bottom: 1px solid #202c30;
  background:
    linear-gradient(90deg, rgba(100, 220, 154, 0.035), transparent 46%),
    #080d10;
}

.partner-trust-band {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(380px, 0.7fr);
  align-items: center;
  gap: 56px;
}

.partner-trust-copy .section-kicker {
  margin-bottom: 7px;
}

.partner-trust-copy h2 {
  margin: 0;
  font-size: 1.18rem;
}

.partner-trust-copy > p:last-child {
  max-width: 760px;
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.partner-trust-logos {
  display: grid;
  min-height: 106px;
  padding: 12px 16px;
  grid-template-columns: minmax(125px, 1fr) 54px minmax(125px, 1fr);
  align-items: center;
  border: 1px solid #2a383c;
  border-radius: 7px;
  background: #10171a;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

.partner-trust-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.partner-trust-link {
  display: grid;
  grid-template-columns: 1fr 20px 1fr;
  align-items: center;
  color: var(--green);
}

.partner-trust-link i {
  height: 1px;
  background: #324146;
}

.partner-trust-link b {
  text-align: center;
  font-size: 0.85rem;
  font-weight: 500;
}

.enpocs-logo-frame {
  display: grid;
  min-height: 168px;
  padding: 22px;
  place-items: center;
  border: 1px solid #2b393d;
  border-radius: 6px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.enpocs-logo-frame-compact {
  min-height: 78px;
  padding: 8px 14px;
  border: 0;
  border-radius: 4px;
}

.enpocs-logo-frame img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 132px;
  filter: drop-shadow(0 5px 12px rgba(15, 89, 188, 0.18));
  object-fit: contain;
}

.enpocs-logo-frame-compact img {
  max-height: 68px;
}

.enpocs-logo-frame:hover,
.enpocs-logo-frame:focus-visible,
.partner-spotlight-enpocs:hover,
.partner-spotlight-enpocs:focus-visible {
  background: rgba(100, 220, 154, 0.04);
  box-shadow: inset 0 0 0 1px rgba(100, 220, 154, 0.42);
  outline: none;
}

.credibility-layout {
  display: grid;
  grid-template-columns: 300px 1fr;
  align-items: center;
  gap: 44px;
}

.credibility-layout .section-kicker {
  margin-bottom: 7px;
}

.credibility-layout h2 {
  margin: 0;
  font-size: 1.13rem;
}

.credibility-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-block: 1px solid #253238;
}

.credibility-grid span {
  display: grid;
  min-height: 58px;
  padding: 8px 10px;
  place-items: center;
  border-right: 1px solid #253238;
  color: #bbc5c6;
  font-size: 0.69rem;
  font-weight: 650;
  text-align: center;
}

.credibility-grid span:last-child {
  border-right: 0;
}

.section {
  padding: 102px 0;
}

.section-heading {
  max-width: 830px;
  margin: 0 auto 44px;
  text-align: center;
}

.section-heading-left {
  max-width: 850px;
  margin-left: 0;
  text-align: left;
}

.section-heading .section-kicker {
  margin-right: auto;
  margin-left: auto;
}

.section-heading-left .section-kicker {
  margin-right: 0;
  margin-left: 0;
}

.section-heading h2,
.contact-copy h2,
.integration-copy h2 {
  margin-bottom: 15px;
  font-size: 2.38rem;
  line-height: 1.16;
}

.section-heading > p:last-child,
.contact-copy > p:last-of-type,
.integration-copy > p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.feature-section {
  background:
    linear-gradient(90deg, rgba(100, 220, 154, 0.025), transparent 30%),
    #080d10;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.feature-card {
  position: relative;
  display: flex;
  min-height: 292px;
  padding: 28px;
  flex-direction: column;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(13, 20, 24, 0.76);
  transition:
    background 180ms ease,
    border-color 180ms ease;
}

.feature-card:hover {
  background: #10191d;
}

.module-number {
  position: absolute;
  top: 25px;
  right: 26px;
  color: #506066;
  font-family: Consolas, monospace;
  font-size: 0.72rem;
}

.icon-box {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(100, 220, 154, 0.28);
  border-radius: 5px;
  color: var(--green);
  background: rgba(100, 220, 154, 0.055);
}

.icon-box svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.accent-cyan {
  border-color: rgba(99, 200, 210, 0.28);
  color: var(--cyan);
  background: rgba(99, 200, 210, 0.055);
}

.accent-amber {
  border-color: rgba(228, 184, 90, 0.28);
  color: var(--amber);
  background: rgba(228, 184, 90, 0.055);
}

.feature-card h3 {
  margin: 23px 0 11px;
  font-size: 1.08rem;
}

.feature-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.integration-section {
  border-block: 1px solid rgba(255, 255, 255, 0.05);
  background:
    linear-gradient(115deg, rgba(24, 66, 57, 0.17), transparent 41%),
    #070b0e;
}

.integration-copy {
  max-width: 860px;
}

.architecture-map {
  display: grid;
  margin-top: 46px;
  grid-template-columns: minmax(260px, 0.95fr) 46px minmax(280px, 1fr) 46px minmax(340px, 1.15fr);
  align-items: center;
  gap: 12px;
}

.architecture-layer {
  min-width: 0;
  opacity: 0.32;
  filter: grayscale(0.35) saturate(0.25);
  transform: translateY(0);
  transition:
    opacity 340ms ease,
    filter 340ms ease,
    transform 340ms ease;
}

.layer-heading {
  margin-bottom: 17px;
  text-align: center;
}

.layer-heading h3 {
  margin-bottom: 4px;
  font-size: 1rem;
}

.layer-heading p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.76rem;
}

.layer-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.layer-card {
  display: grid;
  min-height: 68px;
  padding: 10px;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  border: 1px solid #2b393e;
  border-radius: 6px;
  background: rgba(14, 21, 25, 0.86);
  transition:
    border-color 300ms ease,
    background 300ms ease,
    box-shadow 300ms ease;
}

.layer-card > span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 5px;
  color: #8b999d;
  background: #182126;
}

.layer-card svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.layer-card > div {
  display: grid;
  min-width: 0;
}

.layer-card strong {
  overflow: hidden;
  font-size: 0.7rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.layer-card small {
  margin-top: 2px;
  color: var(--subtle);
  font-size: 0.53rem;
  line-height: 1.3;
}

.platform-layer .layer-card > span {
  color: var(--cyan);
  background: rgba(99, 200, 210, 0.08);
}

.architecture-layer.is-flow-active {
  opacity: 1;
  filter: none;
  transform: translateY(-3px);
}

.architecture-layer.is-flow-active .layer-heading h3 {
  color: var(--green);
  text-shadow: 0 0 24px rgba(100, 220, 154, 0.32);
}

.architecture-layer.is-flow-active .layer-card {
  border-color: rgba(100, 220, 154, 0.82);
  background:
    linear-gradient(105deg, rgba(100, 220, 154, 0.16), transparent 64%),
    rgba(15, 24, 27, 0.96);
  box-shadow:
    inset 0 0 22px rgba(100, 220, 154, 0.055),
    0 0 25px rgba(50, 201, 120, 0.11);
  animation: flow-card-flash 1.65s ease both;
}

.architecture-layer.is-flow-active .layer-card > span {
  color: #07100b;
  background: var(--green);
  box-shadow: 0 0 20px rgba(100, 220, 154, 0.38);
}

.architecture-layer.is-flow-active .layer-card:nth-child(2) {
  animation-delay: 70ms;
}

.architecture-layer.is-flow-active .layer-card:nth-child(3) {
  animation-delay: 140ms;
}

.architecture-layer.is-flow-active .layer-card:nth-child(4) {
  animation-delay: 210ms;
}

.architecture-layer.is-flow-active .layer-card:nth-child(5) {
  animation-delay: 280ms;
}

.architecture-layer.is-flow-active .layer-card:nth-child(6) {
  animation-delay: 350ms;
}

.architecture-layer.is-flow-active .layer-card:nth-child(7) {
  animation-delay: 420ms;
}

.meter-layer .layer-card:last-child,
.platform-layer .layer-card:last-child {
  grid-column: 1 / -1;
}

.architecture-connector {
  display: grid;
  padding-top: 42px;
  place-items: center;
}

.architecture-connector span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid #324147;
  border-radius: 50%;
  color: #849398;
  background: #182126;
  box-shadow: none;
  transition:
    color 300ms ease,
    background 300ms ease,
    border-color 300ms ease,
    box-shadow 300ms ease;
}

.architecture-connector svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.architecture-connector.is-flow-active span {
  border-color: rgba(100, 220, 154, 0.72);
  color: #07100b;
  background: var(--green);
  box-shadow: 0 8px 28px rgba(50, 201, 120, 0.28);
  animation: flow-connector-pulse 1.7s ease-in-out infinite;
}

.architecture-connector.is-flow-active svg {
  animation: flow-arrow-travel 1.1s ease-in-out infinite;
}

.architecture-map.is-flow-reduced .architecture-layer,
.architecture-map.is-flow-reduced .layer-card,
.architecture-map.is-flow-reduced .architecture-connector span,
.architecture-map.is-flow-reduced .architecture-connector svg {
  animation: none;
  transition-duration: 0.01ms;
}

@keyframes flow-card-flash {
  0% {
    box-shadow:
      inset 0 0 0 rgba(100, 220, 154, 0),
      0 0 0 rgba(50, 201, 120, 0);
  }

  42% {
    box-shadow:
      inset 0 0 24px rgba(100, 220, 154, 0.06),
      0 0 24px rgba(50, 201, 120, 0.11);
  }

  100% {
    box-shadow:
      inset 0 0 18px rgba(100, 220, 154, 0.025),
      0 0 18px rgba(50, 201, 120, 0.045);
  }
}

@keyframes flow-connector-pulse {
  0%,
  100% {
    box-shadow: 0 6px 18px rgba(50, 201, 120, 0.18);
  }

  50% {
    box-shadow: 0 8px 34px rgba(50, 201, 120, 0.42);
  }
}

@keyframes flow-arrow-travel {
  0%,
  100% {
    opacity: 0.58;
    transform: translateX(-3px);
  }

  50% {
    opacity: 1;
    transform: translateX(4px);
  }
}

.engineering-list {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: 1fr 1fr;
  gap: 9px 18px;
  list-style: none;
}

.architecture-notes {
  margin-top: 34px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.engineering-list li,
.scope-list li {
  position: relative;
  padding-left: 20px;
  color: #c7d0d1;
  font-size: 0.8rem;
}

.engineering-list li::before,
.scope-list li::before {
  position: absolute;
  left: 0;
  color: var(--green);
  content: "✓";
  font-weight: 800;
}

.workflow-section {
  background: #0a0f12;
}

.workflow-list {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  list-style: none;
}

.workflow-list li {
  position: relative;
  display: grid;
  min-height: 196px;
  padding: 26px;
  grid-template-columns: 39px 1fr;
  gap: 16px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(12, 19, 23, 0.72);
}

.workflow-list li > span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(100, 220, 154, 0.28);
  border-radius: 50%;
  color: var(--green);
  font-family: Consolas, monospace;
  font-size: 0.67rem;
}

.workflow-list h3 {
  margin: 3px 0 8px;
  font-size: 0.96rem;
}

.workflow-list p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.product-section {
  border-top: 1px solid rgba(255, 255, 255, 0.045);
  background:
    linear-gradient(90deg, rgba(99, 200, 210, 0.025), transparent 35%),
    #070b0e;
}

.showcase-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.showcase-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(14, 21, 25, 0.91);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.2);
  transition:
    transform 180ms ease,
    border-color 180ms ease;
}

.showcase-card:hover {
  border-color: #3d5950;
  transform: translateY(-3px);
}

.showcase-media {
  position: relative;
  height: 340px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #12191c;
}

.media-toolbar {
  position: relative;
  z-index: 2;
  display: flex;
  height: 42px;
  padding: 0 14px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #2d373b;
  color: #d9dfdf;
  background: #0e1417;
  font-size: 0.68rem;
  font-weight: 700;
}

.media-toolbar i {
  color: var(--green);
  font-size: 0.57rem;
  font-style: normal;
  font-weight: 650;
}

.analytics-media > img {
  width: 100%;
  height: calc(100% - 42px);
  object-fit: cover;
  object-position: center;
}

.chart-key {
  position: absolute;
  z-index: 3;
  right: 14px;
  bottom: 12px;
  left: 14px;
  display: flex;
  gap: 14px;
}

.chart-key span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #bdc8ca;
  font-size: 0.58rem;
}

.chart-key span::before {
  width: 12px;
  height: 2px;
  content: "";
  background: #48aef0;
}

.chart-key span:nth-child(2)::before {
  background: #e4778b;
}

.chart-key span:nth-child(3)::before {
  background: var(--amber);
}

.dashboard-media {
  padding-bottom: 15px;
  background:
    linear-gradient(135deg, rgba(100, 220, 154, 0.045), transparent 45%),
    #11171a;
}

.mini-kpis {
  display: grid;
  margin: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.mini-kpis div {
  display: grid;
  min-height: 70px;
  padding: 10px;
  border: 1px solid #2c393d;
  border-radius: 4px;
  background: #171f22;
}

.mini-kpis small {
  color: #7f8d91;
  font-size: 0.55rem;
}

.mini-kpis strong {
  margin-top: 5px;
  font-size: 0.86rem;
}

.mini-dashboard {
  display: grid;
  height: 180px;
  margin: 0 14px;
  grid-template-columns: 1fr 165px;
  gap: 8px;
}

.mini-bars {
  display: flex;
  padding: 15px 14px 10px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 7px;
  border: 1px solid #2c393d;
  border-radius: 4px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    #141b1e;
  background-size: 100% 33%;
}

.mini-bars i {
  width: 100%;
  max-width: 18px;
  height: var(--h);
  border-radius: 2px 2px 0 0;
  background: var(--green);
}

.mini-health {
  display: grid;
  padding: 9px;
  align-content: center;
  gap: 9px;
  border: 1px solid #2c393d;
  border-radius: 4px;
  background: #141b1e;
}

.mini-health span {
  position: relative;
  padding: 7px 7px 7px 20px;
  border-bottom: 1px solid #293438;
  color: #b8c2c4;
  font-size: 0.58rem;
}

.mini-health span:last-child {
  border-bottom: 0;
}

.mini-health span::before {
  position: absolute;
  top: 11px;
  left: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  content: "";
  background: var(--green);
}

.commissioning-preview,
.billing-preview {
  padding-bottom: 14px;
  background:
    linear-gradient(135deg, rgba(100, 220, 154, 0.04), transparent 46%),
    #11171a;
}

.commission-steps {
  display: grid;
  margin: 20px 18px;
  grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
  align-items: center;
}

.commission-steps span {
  padding: 6px 9px;
  border: 1px solid #344247;
  border-radius: 4px;
  color: #859397;
  font-size: 0.57rem;
}

.commission-steps span.done,
.commission-steps span.active {
  border-color: rgba(100, 220, 154, 0.32);
  color: var(--green);
  background: rgba(100, 220, 154, 0.06);
}

.commission-steps span.active {
  box-shadow: 0 0 18px rgba(100, 220, 154, 0.08);
}

.commission-steps i {
  height: 1px;
  background: #344247;
}

.commission-table,
.billing-table {
  margin: 0 18px;
  overflow: hidden;
  border: 1px solid #29363a;
  border-radius: 5px;
}

.commission-table > div,
.billing-table > div {
  display: grid;
  min-height: 42px;
  padding: 0 11px;
  align-items: center;
  border-bottom: 1px solid #263236;
  color: #c2cbcc;
  font-size: 0.61rem;
}

.commission-table > div {
  grid-template-columns: 1.25fr 0.7fr 1fr 0.75fr;
}

.billing-table > div {
  grid-template-columns: 1.35fr 1fr 0.6fr;
}

.commission-table > div:last-child,
.billing-table > div:last-child {
  border-bottom: 0;
}

.commission-table .table-head,
.billing-table .table-head {
  color: #7f8c8f;
  background: #0d1316;
  font-size: 0.53rem;
  font-weight: 700;
  text-transform: uppercase;
}

.commission-table b,
.billing-table b {
  width: fit-content;
  padding: 2px 6px;
  border-radius: 3px;
  color: var(--green);
  background: rgba(100, 220, 154, 0.08);
  font-size: 0.53rem;
}

.billing-summary {
  display: grid;
  margin: 18px 18px 12px;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.billing-summary > div {
  display: grid;
  padding: 13px;
  border: 1px solid #2c3a3e;
  border-radius: 5px;
  background: #151d20;
}

.billing-summary small {
  color: #7f8e92;
  font-size: 0.56rem;
}

.billing-summary strong {
  margin-top: 4px;
  font-size: 0.96rem;
}

.billing-summary span {
  margin-top: 3px;
  color: var(--green);
  font-size: 0.55rem;
}

.showcase-copy {
  min-height: 160px;
  padding: 22px 24px 25px;
}

.view-label {
  color: var(--green);
  font-size: 0.61rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.showcase-copy h3 {
  margin: 7px 0 8px;
  font-size: 1.12rem;
}

.showcase-copy p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.commercial-section {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(100, 220, 154, 0.1);
  background:
    radial-gradient(circle at 50% 8%, rgba(100, 220, 154, 0.075), transparent 34%),
    #080d10;
}

.commercial-section::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.014) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.014) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black, transparent 72%);
}

.commercial-section .shell {
  position: relative;
}

.commercial-intro {
  display: grid;
  margin-bottom: 46px;
  grid-template-columns: minmax(0, 1.18fr) minmax(390px, 0.82fr);
  align-items: end;
  gap: 58px;
}

.commercial-intro .section-heading {
  max-width: 790px;
  margin-bottom: 0;
}

.commercial-points {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: 1fr;
  border-top: 1px solid #273539;
  list-style: none;
}

.commercial-points li {
  display: grid;
  min-height: 36px;
  padding: 7px 8px 7px 26px;
  position: relative;
  align-items: center;
  border-bottom: 1px solid #273539;
  color: #b7c2c4;
  font-size: 0.72rem;
}

.commercial-points li::before {
  position: absolute;
  left: 7px;
  color: var(--green);
  content: "✓";
  font-size: 0.7rem;
  font-weight: 800;
}

.billing-output-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: start;
  gap: 26px;
}

.billing-workflow-panel,
.invoice-preview-panel {
  min-width: 0;
  border: 1px solid #28363a;
  border-radius: 7px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
}

.billing-workflow-panel {
  padding: 16px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(100, 220, 154, 0.045), transparent 42%),
    #0d1316;
}

.workflow-app-header {
  display: flex;
  min-height: 54px;
  padding: 0 13px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #2d3b3f;
  border-radius: 5px;
  background: #0c1215;
}

.workflow-app-title {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
}

.workflow-app-title > span {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border: 1px solid rgba(100, 220, 154, 0.25);
  border-radius: 4px;
  color: var(--green);
  background: rgba(100, 220, 154, 0.07);
}

.workflow-app-title svg {
  width: 17px;
  height: 20px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.workflow-app-title > div {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.workflow-app-title strong {
  color: #d9e1e2;
  font-size: 0.74rem;
  font-weight: 750;
}

.workflow-app-title small {
  color: #738286;
  font-size: 0.52rem;
}

.workflow-app-header > b {
  width: fit-content;
  padding: 4px 7px;
  border: 1px solid rgba(100, 220, 154, 0.22);
  border-radius: 3px;
  color: var(--green);
  background: rgba(100, 220, 154, 0.07);
  font-size: 0.51rem;
  font-weight: 750;
  white-space: nowrap;
}

.workflow-period {
  display: grid;
  margin-top: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #2b383c;
  border-left: 1px solid #2b383c;
}

.workflow-period > div {
  display: grid;
  min-width: 0;
  min-height: 72px;
  padding: 11px 12px;
  align-content: center;
  gap: 4px;
  border-right: 1px solid #2b383c;
  border-bottom: 1px solid #2b383c;
  background: #141c1f;
}

.workflow-period small,
.workflow-kpis small {
  color: #738286;
  font-size: 0.49rem;
  font-weight: 700;
  text-transform: uppercase;
}

.workflow-period strong {
  overflow-wrap: anywhere;
  color: #dce4e5;
  font-size: 0.68rem;
}

.workflow-period span,
.workflow-kpis span {
  color: #718084;
  font-size: 0.51rem;
}

.workflow-kpis {
  display: grid;
  margin-top: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.workflow-kpis > div {
  display: grid;
  min-width: 0;
  min-height: 82px;
  padding: 11px;
  align-content: center;
  gap: 4px;
  border: 1px solid #2b383c;
  border-radius: 4px;
  background: #121a1d;
}

.workflow-kpis strong {
  color: #e0e7e8;
  font-size: 0.75rem;
  overflow-wrap: anywhere;
}

.workflow-table {
  margin-top: 12px;
  overflow: hidden;
  border: 1px solid #2b383c;
  border-radius: 4px;
}

.workflow-table > div {
  display: grid;
  min-height: 48px;
  padding: 0 10px;
  grid-template-columns: 1.25fr 0.92fr 0.52fr 0.98fr 0.68fr;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #253135;
  color: #aebabc;
  font-size: 0.54rem;
}

.workflow-table > div:last-child {
  border-bottom: 0;
}

.workflow-table .workflow-table-head {
  min-height: 34px;
  color: #718084;
  background: #0b1114;
  font-size: 0.43rem;
  font-weight: 750;
  text-transform: uppercase;
}

.workflow-table strong {
  color: #dbe3e4;
  font-size: 0.57rem;
  overflow-wrap: anywhere;
}

.workflow-table b {
  width: fit-content;
  padding: 3px 6px;
  border-radius: 3px;
  color: var(--green);
  background: rgba(100, 220, 154, 0.07);
  font-size: 0.46rem;
}

.workflow-validation {
  display: flex;
  min-height: 66px;
  margin-top: 12px;
  padding: 10px 12px;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border: 1px solid rgba(100, 220, 154, 0.18);
  border-radius: 4px;
  background: rgba(100, 220, 154, 0.04);
}

.workflow-validation > div {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 9px;
}

.workflow-validation svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  color: var(--green);
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.workflow-validation > div span {
  display: grid;
  gap: 2px;
}

.workflow-validation strong {
  color: #d7e0e1;
  font-size: 0.59rem;
}

.workflow-validation small {
  color: #76868a;
  font-size: 0.49rem;
}

.workflow-validation > span {
  color: var(--green);
  font-size: 0.51rem;
  font-weight: 750;
  text-align: right;
}

.workflow-actions {
  display: flex;
  margin-top: 12px;
  justify-content: flex-end;
  gap: 7px;
}

.workflow-actions span {
  display: inline-flex;
  min-height: 34px;
  padding: 0 10px;
  align-items: center;
  gap: 6px;
  border: 1px solid #334246;
  border-radius: 4px;
  color: #abb7b9;
  background: #11181b;
  font-size: 0.53rem;
  font-weight: 700;
}

.workflow-actions span:last-child {
  border-color: rgba(100, 220, 154, 0.3);
  color: #0b1510;
  background: var(--green);
}

.workflow-actions svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.workflow-caption {
  padding: 24px 7px 7px;
}

.workflow-caption h3 {
  margin: 7px 0 8px;
  font-size: 1.12rem;
}

.workflow-caption p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.invoice-preview-panel {
  padding: 16px;
  background:
    linear-gradient(145deg, rgba(85, 113, 104, 0.14), transparent 44%),
    #10171a;
}

.invoice-stage-label {
  display: flex;
  min-height: 48px;
  padding: 0 2px 12px;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.invoice-stage-label > div {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 9px;
}

.invoice-stage-label svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  color: var(--green);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.invoice-stage-label > div span {
  display: grid;
  gap: 2px;
}

.invoice-stage-label strong {
  color: #e1e7e8;
  font-size: 0.7rem;
}

.invoice-stage-label small {
  color: #748387;
  font-size: 0.51rem;
}

.invoice-stage-label > b {
  padding: 4px 7px;
  border: 1px solid #334246;
  border-radius: 3px;
  color: #92a0a3;
  font-size: 0.5rem;
}

.invoice-paper {
  min-height: 760px;
  padding: 34px 36px 28px;
  color: #1f292c;
  background: #fbfcfa;
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.1);
  font-family: Arial, Helvetica, sans-serif;
}

.invoice-document-header {
  display: flex;
  padding-bottom: 23px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 2px solid #1c7450;
}

.invoice-brand {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 9px;
}

.invoice-brand > span {
  display: grid;
  width: 35px;
  height: 39px;
  place-items: center;
  color: #16965d;
}

.invoice-brand svg {
  width: 28px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
}

.invoice-brand > div {
  display: grid;
  gap: 3px;
}

.invoice-brand strong {
  color: #172124;
  font-size: 0.86rem;
}

.invoice-brand small {
  color: #657175;
  font-size: 0.49rem;
}

.invoice-document-title {
  display: grid;
  justify-items: end;
  gap: 8px;
  text-align: right;
}

.invoice-document-title strong {
  color: #172124;
  font-size: 0.9rem;
  letter-spacing: 0.03em;
}

.invoice-document-title span {
  padding: 4px 7px;
  border-radius: 3px;
  color: #176a48;
  background: #e4f3eb;
  font-size: 0.49rem;
  font-weight: 750;
}

.invoice-meta-grid {
  display: grid;
  margin-top: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #d6dcda;
  border-left: 1px solid #d6dcda;
}

.invoice-meta-grid > div {
  display: grid;
  min-height: 54px;
  padding: 9px 10px;
  align-content: center;
  gap: 4px;
  border-right: 1px solid #d6dcda;
  border-bottom: 1px solid #d6dcda;
}

.invoice-paper small {
  color: #768185;
  font-size: 0.45rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.invoice-meta-grid strong,
.invoice-customer strong {
  color: #263135;
  font-size: 0.6rem;
}

.invoice-customer {
  display: grid;
  margin-top: 15px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid #d6dcda;
  background: #f3f6f4;
}

.invoice-customer > div {
  display: grid;
  min-height: 56px;
  padding: 10px;
  align-content: center;
  gap: 4px;
}

.invoice-customer > div + div {
  border-left: 1px solid #d6dcda;
}

.invoice-meter-section,
.invoice-line-section {
  margin-top: 20px;
}

.invoice-section-heading {
  display: flex;
  min-height: 28px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #aeb9b5;
}

.invoice-section-heading strong {
  color: #1c272a;
  font-size: 0.63rem;
}

.invoice-section-heading span {
  color: #6d797c;
  font-size: 0.46rem;
}

.invoice-meter-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-left: 1px solid #d9dfdd;
}

.invoice-meter-grid > div {
  display: flex;
  min-height: 38px;
  padding: 7px 9px;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  border-right: 1px solid #d9dfdd;
  border-bottom: 1px solid #d9dfdd;
}

.invoice-meter-grid span {
  color: #586468;
  font-size: 0.49rem;
}

.invoice-meter-grid strong {
  color: #253034;
  font-size: 0.51rem;
  text-align: right;
  white-space: nowrap;
}

.invoice-line-table {
  border-left: 1px solid #d5dcda;
}

.invoice-line-table > div {
  display: grid;
  min-height: 40px;
  padding: 0 9px;
  grid-template-columns: 1.3fr 0.8fr 0.8fr 0.95fr;
  align-items: center;
  gap: 8px;
  border-right: 1px solid #d5dcda;
  border-bottom: 1px solid #d5dcda;
  color: #4f5a5e;
  font-size: 0.48rem;
}

.invoice-line-table .invoice-line-head {
  min-height: 31px;
  color: #f5f8f6;
  background: #2a393d;
  font-size: 0.43rem;
  font-weight: 750;
  text-transform: uppercase;
}

.invoice-line-table strong {
  color: #263135;
  font-size: 0.5rem;
  text-align: right;
  white-space: nowrap;
}

.invoice-totals {
  width: min(100%, 280px);
  margin: 16px 0 0 auto;
  border-top: 1px solid #cfd6d4;
}

.invoice-totals > div {
  display: flex;
  min-height: 31px;
  padding: 0 9px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-right: 1px solid #cfd6d4;
  border-bottom: 1px solid #cfd6d4;
  border-left: 1px solid #cfd6d4;
}

.invoice-totals span {
  color: #596569;
  font-size: 0.48rem;
}

.invoice-totals strong {
  color: #263135;
  font-size: 0.51rem;
  text-align: right;
}

.invoice-totals .invoice-grand-total {
  min-height: 39px;
  color: #fff;
  background: #1e6f50;
}

.invoice-grand-total span,
.invoice-grand-total strong {
  color: #fff;
  font-size: 0.59rem;
}

.invoice-document-footer {
  display: flex;
  margin-top: 24px;
  padding-top: 12px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #cfd6d4;
}

.invoice-document-footer > div {
  max-width: 78%;
}

.invoice-document-footer strong {
  color: #283337;
  font-size: 0.48rem;
}

.invoice-document-footer p {
  margin: 4px 0 0;
  color: #6b767a;
  font-size: 0.43rem;
  line-height: 1.45;
}

.invoice-document-footer > span {
  color: #7a8588;
  font-size: 0.43rem;
  white-space: nowrap;
}

.impact-section {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #090e11;
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.impact-card {
  display: grid;
  min-height: 176px;
  padding: 24px;
  grid-template-columns: 35px 1fr;
  align-content: center;
  column-gap: 14px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.impact-card > svg {
  width: 29px;
  height: 29px;
  grid-row: 1 / span 2;
  fill: none;
  stroke: var(--green);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.impact-card strong {
  color: var(--green);
  font-size: 1rem;
}

.impact-card span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.78rem;
}

.partner-section {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(100, 220, 154, 0.08);
  background:
    radial-gradient(circle at 78% 12%, rgba(100, 220, 154, 0.09), transparent 31%),
    linear-gradient(180deg, #0a1114, #080d10 55%, #090e11),
    #090e11;
}

.partner-section::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.012) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.012) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

.partner-section .shell {
  position: relative;
}

.partner-section-intro {
  display: grid;
  margin-bottom: 40px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 34px;
}

.partner-section-intro .section-heading {
  max-width: 920px;
  margin-bottom: 0;
}

.partner-section-intro .section-heading h2 {
  font-size: 2.45rem;
}

.partner-section-intro .section-heading > p:last-child {
  max-width: 860px;
}

.partner-role-label {
  padding: 9px 12px;
  border: 1px solid rgba(100, 220, 154, 0.22);
  border-radius: 4px;
  color: var(--green);
  background: rgba(100, 220, 154, 0.055);
  font-size: 0.65rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.partner-spotlight {
  display: grid;
  min-height: 410px;
  margin-bottom: 24px;
  padding: 28px;
  grid-template-columns: minmax(360px, 0.8fr) minmax(0, 1.2fr);
  align-items: stretch;
  gap: 34px;
  border: 1px solid rgba(100, 220, 154, 0.22);
  border-radius: 7px;
  background:
    linear-gradient(135deg, rgba(100, 220, 154, 0.075), transparent 42%),
    #0e1518;
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.partner-spotlight-brands {
  display: grid;
  min-width: 0;
  padding: 30px;
  grid-template-columns: 1fr;
  align-content: center;
  gap: 18px;
  border: 1px solid #304045;
  border-radius: 6px;
  background: #090f12;
}

.partner-spotlight-voltlabs {
  display: flex;
  min-height: 88px;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.partner-spotlight-voltlabs .brand-mark {
  width: 54px;
  height: 62px;
}

.partner-spotlight-voltlabs .brand-mark svg {
  width: 46px;
  height: 56px;
}

.partner-spotlight-voltlabs .brand-copy strong {
  font-size: 1.48rem;
}

.partner-spotlight-voltlabs .brand-copy small {
  font-size: 0.8rem;
}

.partner-spotlight-connector {
  display: grid;
  grid-template-columns: 1fr 34px 1fr;
  align-items: center;
  color: var(--green);
}

.partner-spotlight-connector i {
  height: 1px;
  background: #34454a;
}

.partner-spotlight-connector b {
  font-size: 1.05rem;
  font-weight: 500;
  text-align: center;
}

.partner-spotlight-enpocs {
  display: grid;
  min-height: 160px;
  place-items: center;
  border-radius: 6px;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  transition:
    background-color 160ms ease,
    box-shadow 160ms ease;
}

.partner-spotlight-enpocs img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 150px;
  filter: drop-shadow(0 7px 16px rgba(15, 89, 188, 0.2));
  object-fit: contain;
}

.partner-spotlight-copy {
  display: grid;
  min-width: 0;
  padding: 14px 8px;
  align-content: center;
}

.partner-spotlight-copy > span {
  color: var(--green);
  font-size: 0.62rem;
  font-weight: 750;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.partner-spotlight-copy h3 {
  max-width: 740px;
  margin: 10px 0 13px;
  font-size: 1.72rem;
}

.partner-spotlight-copy > p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.partner-spotlight-facts {
  display: grid;
  margin-top: 26px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #2a383c;
  border-left: 1px solid #2a383c;
}

.partner-spotlight-facts > div {
  display: grid;
  min-height: 116px;
  padding: 15px;
  align-content: center;
  gap: 6px;
  border-right: 1px solid #2a383c;
  border-bottom: 1px solid #2a383c;
  background: rgba(9, 15, 18, 0.66);
}

.partner-spotlight-facts strong {
  color: #dfe6e7;
  font-size: 0.78rem;
}

.partner-spotlight-facts span {
  color: #879598;
  font-size: 0.65rem;
}

.partner-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.partner-card {
  display: grid;
  min-width: 0;
  min-height: 440px;
  padding: 30px;
  grid-template-rows: 168px auto 1fr;
  border: 1px solid #29373b;
  border-radius: 7px;
  background:
    linear-gradient(145deg, rgba(100, 220, 154, 0.035), transparent 38%),
    #0e1518;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.18);
}

.partner-card-brand {
  display: flex;
  min-height: 168px;
  padding: 22px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #2b393d;
  border-radius: 6px;
  background: #0a1013;
}

.voltlabs-partner-brand .brand-mark {
  width: 46px;
  height: 52px;
}

.voltlabs-partner-brand .brand-mark svg {
  width: 38px;
  height: 46px;
}

.voltlabs-partner-brand .brand-copy strong {
  font-size: 1.28rem;
}

.voltlabs-partner-brand .brand-copy small {
  font-size: 0.72rem;
}

.partner-card-copy {
  padding: 26px 2px 20px;
}

.partner-card-copy > span {
  color: var(--green);
  font-size: 0.58rem;
  font-weight: 750;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.partner-card-copy h3 {
  margin: 7px 0 9px;
  font-size: 1.3rem;
}

.partner-card-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.partner-card ul {
  display: grid;
  margin: 0;
  padding: 16px 0 0;
  align-content: start;
  gap: 9px;
  border-top: 1px solid #273438;
  list-style: none;
}

.partner-card li {
  position: relative;
  padding-left: 17px;
  color: #aab6b8;
  font-size: 0.68rem;
}

.partner-card li::before {
  position: absolute;
  left: 0;
  color: var(--green);
  content: "✓";
  font-weight: 800;
}

.partner-delivery {
  display: grid;
  margin-top: 24px;
  padding: 30px;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 38px;
  border: 1px solid #2b393d;
  border-radius: 7px;
  background: #0c1316;
}

.partner-delivery-heading {
  align-self: center;
}

.partner-delivery-heading .section-kicker {
  margin-bottom: 8px;
}

.partner-delivery-heading h3 {
  margin: 0 0 10px;
  font-size: 1.35rem;
}

.partner-delivery-heading > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.partner-delivery-steps {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #2a383c;
  border-left: 1px solid #2a383c;
  list-style: none;
}

.partner-delivery-steps li {
  display: grid;
  min-height: 148px;
  padding: 18px;
  grid-template-columns: 34px 1fr;
  align-content: center;
  gap: 12px;
  border-right: 1px solid #2a383c;
  border-bottom: 1px solid #2a383c;
}

.partner-delivery-steps li > span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(100, 220, 154, 0.26);
  border-radius: 50%;
  color: var(--green);
  font-size: 0.54rem;
  font-weight: 750;
}

.partner-delivery-steps strong {
  color: #dfe6e7;
  font-size: 0.76rem;
}

.partner-delivery-steps p {
  margin: 5px 0 0;
  color: #829094;
  font-size: 0.66rem;
}

.partner-environments {
  display: grid;
  margin-top: 24px;
  padding: 25px 28px;
  grid-template-columns: minmax(270px, 0.7fr) minmax(0, 1.3fr);
  align-items: center;
  gap: 34px;
  border: 1px solid rgba(100, 220, 154, 0.18);
  border-radius: 7px;
  background:
    linear-gradient(90deg, rgba(100, 220, 154, 0.055), transparent 48%),
    #0d1417;
}

.partner-environments > div {
  display: grid;
  gap: 5px;
}

.partner-environments > div span {
  color: var(--green);
  font-size: 0.57rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.partner-environments > div strong {
  color: #dfe6e7;
  font-size: 0.9rem;
}

.partner-environments ul {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #2d3b3f;
  border-left: 1px solid #2d3b3f;
  list-style: none;
}

.partner-environments li {
  display: grid;
  min-height: 48px;
  padding: 8px;
  place-items: center;
  border-right: 1px solid #2d3b3f;
  border-bottom: 1px solid #2d3b3f;
  color: #b8c3c5;
  font-size: 0.68rem;
  font-weight: 650;
  text-align: center;
}

.contact-section {
  padding: 0 0 94px;
  background: #090e11;
}

.contact-band {
  position: relative;
  display: grid;
  min-height: 328px;
  padding: 47px 52px;
  grid-template-columns: minmax(0, 1fr) 340px;
  align-items: center;
  gap: 60px;
  overflow: hidden;
  border-block: 1px solid rgba(100, 220, 154, 0.38);
  background:
    linear-gradient(110deg, rgba(29, 86, 68, 0.37), rgba(12, 22, 26, 0.94) 47%, rgba(24, 58, 66, 0.34)),
    #0d1518;
}

.contact-band::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 36%;
  height: 100%;
  border-left: 1px solid rgba(100, 220, 154, 0.1);
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.019) 1px, transparent 1px);
  background-size: 22px 22px;
  transform: skewX(-8deg);
}

.contact-copy {
  position: relative;
  z-index: 1;
  max-width: 820px;
}

.contact-copy h2 {
  font-size: 2.3rem;
}

.scope-list {
  display: grid;
  max-width: 720px;
  margin: 25px 0 0;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px 18px;
  list-style: none;
}

.contact-card {
  position: relative;
  z-index: 1;
  display: grid;
  padding: 28px;
  border: 1px solid rgba(100, 220, 154, 0.38);
  border-radius: 7px;
  background: rgba(8, 14, 17, 0.82);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
}

.contact-card > span:nth-child(2) {
  margin-top: 18px;
  color: #aab6b8;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-card > a {
  margin-top: 5px;
  color: var(--green);
  font-size: 1.45rem;
  font-weight: 800;
}

.contact-card > p {
  margin: 16px 0 0;
  color: #9ba8ab;
  font-size: 0.8rem;
}

.site-footer {
  padding: 64px 0 24px;
  border-top: 1px solid #1d292e;
  background: #06090b;
}

.footer-grid {
  display: grid;
  padding-bottom: 43px;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 50px;
}

.footer-brand p {
  max-width: 330px;
  margin: 20px 0 14px;
  color: var(--muted);
  font-size: 0.83rem;
}

.footer-phone {
  color: var(--green);
  font-size: 0.83rem;
  font-weight: 700;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.footer-column h3 {
  margin-bottom: 5px;
  font-size: 0.81rem;
}

.footer-column a {
  color: #879599;
  font-size: 0.77rem;
  transition: color 150ms ease;
}

.footer-column a:hover,
.footer-column a:focus-visible {
  color: var(--green);
}

.footer-bottom {
  display: flex;
  padding-top: 21px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #1a2428;
  color: #637176;
  font-size: 0.71rem;
}

.footer-bottom a {
  color: #7f8d91;
}

.footer-bottom > div {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-collaboration {
  padding-left: 16px;
  border-left: 1px solid #263237;
  color: #839195;
}

.footer-bottom a:hover,
.footer-bottom a:focus-visible {
  color: var(--green);
}

.reveal {
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 500ms ease,
    transform 500ms ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 3px;
}

@media (max-width: 1240px) {
  .hero-layout {
    grid-template-columns: minmax(410px, 0.9fr) minmax(540px, 1.1fr);
    gap: 34px;
  }

  .hero h1 {
    font-size: 2.85rem;
  }

  .product-body {
    height: 440px;
  }

  .chart-area {
    height: 167px;
  }

  .credibility-layout {
    grid-template-columns: 250px 1fr;
    gap: 28px;
  }

  .credibility-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .credibility-grid span:nth-child(3) {
    border-right: 0;
  }

  .credibility-grid span:nth-child(-n + 3) {
    border-bottom: 1px solid #253238;
  }

  .architecture-map {
    grid-template-columns: minmax(230px, 0.95fr) 38px minmax(250px, 1fr) 38px minmax(300px, 1.15fr);
    gap: 8px;
  }
}

@media (min-width: 1450px) {
  .hero h1 {
    font-size: 3.3rem;
  }
}

@media (max-width: 1040px) {
  .desktop-nav,
  .header-contact {
    display: none;
  }

  .nav-shell {
    grid-template-columns: auto 1fr auto;
  }

  .menu-button {
    display: grid;
    width: 42px;
    height: 42px;
    padding: 0;
    place-items: center;
    border: 1px solid #334146;
    border-radius: 6px;
    color: var(--text);
    background: #10171a;
    cursor: pointer;
  }

  .menu-button svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-width: 1.8;
  }

  .mobile-nav {
    position: absolute;
    top: var(--header-height);
    right: 0;
    left: 0;
    max-height: calc(100svh - var(--header-height));
    padding: 12px max(24px, env(safe-area-inset-right)) max(20px, env(safe-area-inset-bottom))
      max(24px, env(safe-area-inset-left));
    overflow-y: auto;
    border-bottom: 1px solid #2b393e;
    background: rgba(7, 11, 14, 0.985);
    box-shadow: 0 20px 46px rgba(0, 0, 0, 0.42);
  }

  .mobile-nav.is-open {
    display: grid;
  }

  .mobile-nav a {
    display: flex;
    min-height: 48px;
    padding: 12px 0;
    align-items: center;
    border-bottom: 1px solid #1d282c;
    color: #d8dede;
    font-weight: 650;
  }

  .mobile-nav .mobile-phone {
    border-bottom: 0;
    color: var(--green);
  }

  .hero-layout {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 800px;
  }

  .hero h1 {
    max-width: 16ch;
  }

  .hero-product {
    max-width: 880px;
  }

  .product-frame {
    transform: none;
  }

  .credibility-layout {
    grid-template-columns: 1fr;
  }

  .architecture-map {
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .architecture-layer {
    opacity: 0.5;
  }

  .architecture-layer.is-flow-active {
    opacity: 1;
  }

  .architecture-connector {
    height: 34px;
    padding-top: 0;
  }

  .architecture-connector span {
    width: 32px;
    height: 32px;
    transform: rotate(90deg);
  }

  .architecture-notes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-grid,
  .workflow-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .scope-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .impact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .commercial-intro {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .commercial-points {
    max-width: 680px;
  }

  .billing-output-showcase {
    grid-template-columns: 1fr;
  }

  .billing-workflow-panel,
  .invoice-preview-panel {
    width: min(100%, 760px);
    margin-inline: auto;
  }

  .contact-band {
    padding: 42px;
    grid-template-columns: 1fr;
  }

  .contact-card {
    width: min(100%, 430px);
  }
}

@media (max-width: 720px) {
  :root {
    --header-height: 64px;
  }

  .shell {
    width: min(calc(100% - 28px), var(--shell));
  }

  .nav-shell {
    width: min(
      calc(100% - 28px - env(safe-area-inset-left) - env(safe-area-inset-right)),
      var(--shell)
    );
  }

  .menu-button {
    width: 44px;
    height: 44px;
    margin-right: env(safe-area-inset-right);
  }

  .mobile-nav a {
    font-size: 0.92rem;
  }

  .mobile-nav .mobile-phone {
    min-height: 54px;
    font-size: 0.98rem;
  }

  .brand-mark {
    width: 33px;
    height: 36px;
  }

  .brand-mark svg {
    width: 26px;
    height: 31px;
  }

  .brand-copy strong {
    font-size: 1rem;
  }

  .hero {
    padding: 26px 0 0;
  }

  .hero-layout {
    gap: 20px;
  }

  .eyebrow {
    margin-bottom: 14px;
    font-size: 0.6rem;
  }

  .hero h1 {
    margin-bottom: 15px;
    font-size: 2.25rem;
    line-height: 1.06;
  }

  .hero-summary {
    margin-bottom: 17px;
    font-size: 0.9rem;
  }

  .hero-points {
    margin-bottom: 19px;
    gap: 7px 10px;
  }

  .hero-points li {
    padding-left: 17px;
    font-size: 0.68rem;
  }

  .hero-contact-panel {
    min-height: 64px;
    padding: 13px 14px;
    grid-template-columns: 1fr auto;
    gap: 10px 14px;
  }

  .hero-contact-panel > p {
    display: none;
  }

  .contact-icon {
    width: 34px;
    height: 34px;
  }

  .contact-identity span {
    font-size: 0.58rem;
  }

  .contact-identity a {
    font-size: 0.82rem;
  }

  .text-action {
    min-height: 44px;
    justify-content: flex-end;
    font-size: 0.68rem;
  }

  .product-frame {
    box-shadow:
      0 18px 48px rgba(0, 0, 0, 0.42),
      0 0 32px rgba(50, 201, 120, 0.09);
  }

  .product-titlebar {
    grid-template-columns: 62px 1fr auto;
    font-size: 0.51rem;
  }

  .product-body {
    height: 180px;
    grid-template-columns: 36px minmax(0, 1fr);
  }

  .product-rail {
    padding: 6px 3px;
    gap: 1px;
  }

  .product-rail span {
    width: 27px;
    height: 27px;
  }

  .product-rail .rail-brand {
    margin-bottom: 1px;
  }

  .product-rail svg {
    width: 13px;
    height: 13px;
  }

  .canvas-toolbar {
    height: 36px;
    padding-inline: 8px;
  }

  .canvas-toolbar strong {
    font-size: 0.54rem;
  }

  .canvas-toolbar small,
  .canvas-status span:first-child {
    display: none;
  }

  .canvas-status span {
    font-size: 0.4rem;
  }

  .dashboard-preview {
    height: calc(100% - 36px);
    padding: 6px;
  }

  .kpi-row {
    gap: 3px;
  }

  .kpi-row > div {
    min-height: 48px;
    padding: 5px;
  }

  .kpi-row small {
    font-size: 0.35rem;
  }

  .kpi-row strong {
    margin-top: 2px;
    font-size: 0.52rem;
  }

  .kpi-row em,
  .kpi-row span {
    font-size: 0.32rem;
  }

  .dashboard-main {
    height: calc(100% - 54px);
    margin-top: 4px;
    grid-template-columns: minmax(0, 1fr) 85px;
    gap: 3px;
  }

  .panel-label {
    min-height: 24px;
    padding: 4px 5px;
  }

  .panel-label strong {
    font-size: 0.42rem;
  }

  .panel-label small,
  .panel-label > span {
    display: none;
  }

  .chart-area {
    height: 48px;
    margin: 3px 4px 0;
  }

  .axis-label {
    display: none;
  }

  .chart-bars {
    right: 3px;
    left: 3px;
    gap: 2px;
  }

  .chart-bars i {
    max-width: 6px;
  }

  .chart-footer {
    padding: 3px 5px;
  }

  .chart-footer strong {
    font-size: 0.47rem;
  }

  .chart-footer span {
    display: none;
  }

  .site-explorer ul {
    padding: 3px;
  }

  .site-explorer li {
    min-height: 15px;
    padding: 0 3px 0 11px;
    font-size: 0.31rem;
  }

  .site-explorer li::before {
    width: 3px;
    height: 3px;
    margin-left: -7px;
  }

  .site-explorer .tree-root {
    padding-left: 9px;
  }

  .site-explorer b,
  .health-row {
    display: none;
  }

  .credibility-section {
    padding: 23px 0 26px;
  }

  .credibility-layout {
    gap: 19px;
  }

  .credibility-layout h2 {
    font-size: 1rem;
  }

  .credibility-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .credibility-grid span {
    min-height: 49px;
    font-size: 0.61rem;
  }

  .credibility-grid span:nth-child(3) {
    border-right: 1px solid #253238;
  }

  .credibility-grid span:nth-child(2n) {
    border-right: 0;
  }

  .credibility-grid span:nth-child(-n + 4) {
    border-bottom: 1px solid #253238;
  }

  .section {
    padding: 58px 0;
  }

  .section-heading {
    margin-bottom: 31px;
    text-align: left;
  }

  .section-heading .section-kicker {
    margin-left: 0;
  }

  .section-heading h2,
  .contact-copy h2,
  .integration-copy h2 {
    font-size: 1.82rem;
  }

  .section-heading > p:last-child,
  .contact-copy > p:last-of-type,
  .integration-copy > p {
    font-size: 0.88rem;
  }

  .feature-grid,
  .workflow-list,
  .showcase-grid,
  .impact-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: 0;
    padding: 22px;
  }

  .architecture-map {
    margin-top: 32px;
  }

  .layer-heading {
    margin-bottom: 12px;
  }

  .layer-heading h3 {
    font-size: 0.92rem;
  }

  .layer-heading p {
    font-size: 0.68rem;
  }

  .layer-card {
    min-height: 64px;
    padding: 8px;
  }

  .architecture-notes {
    margin-top: 27px;
    grid-template-columns: 1fr;
  }

  .architecture-connector {
    height: 28px;
  }

  .architecture-connector span {
    width: 28px;
    height: 28px;
  }

  .workflow-list li {
    min-height: 138px;
  }

  .showcase-media {
    height: 268px;
  }

  .mini-dashboard {
    height: 130px;
    grid-template-columns: 1fr 110px;
  }

  .commission-steps {
    margin: 17px 10px;
  }

  .commission-steps span {
    padding-inline: 5px;
    font-size: 0.47rem;
  }

  .commission-table,
  .billing-table {
    margin-inline: 10px;
  }

  .commission-table > div,
  .billing-table > div {
    min-height: 36px;
    padding-inline: 7px;
    font-size: 0.51rem;
  }

  .billing-summary {
    margin: 14px 10px 9px;
    gap: 7px;
  }

  .commercial-intro {
    margin-bottom: 30px;
    gap: 24px;
  }

  .commercial-points li {
    min-height: 34px;
    font-size: 0.68rem;
  }

  .billing-output-showcase {
    gap: 18px;
  }

  .billing-workflow-panel,
  .invoice-preview-panel {
    padding: 12px;
  }

  .workflow-table > div {
    padding-inline: 8px;
    grid-template-columns: 1.25fr 0.85fr 0.5fr 0.92fr 0.62fr;
    gap: 6px;
    font-size: 0.49rem;
  }

  .workflow-table strong {
    font-size: 0.51rem;
  }

  .invoice-paper {
    min-height: 0;
    padding: 28px 26px 24px;
  }

  .impact-card {
    min-height: 132px;
  }

  .contact-section {
    padding-bottom: max(56px, env(safe-area-inset-bottom));
  }

  .contact-band {
    width: 100%;
    padding: 37px 24px;
    gap: 29px;
  }

  .scope-list {
    grid-template-columns: 1fr 1fr;
    gap: 8px 12px;
  }

  .scope-list li {
    font-size: 0.7rem;
  }

  .contact-card {
    width: 100%;
    padding: 24px;
  }

  .contact-card > a {
    font-size: 1.28rem;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 35px 24px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 11px;
  }

  .site-footer {
    padding-bottom: max(24px, env(safe-area-inset-bottom));
  }
}

@media (max-width: 480px) {
  .hero h1 {
    font-size: 2.05rem;
  }

  .hero-summary {
    font-size: 0.88rem;
  }

  .hero-points {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .hero-points li {
    font-size: 0.73rem;
  }

  .hero-contact-panel {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .text-action {
    width: fit-content;
    min-height: 36px;
    grid-column: 1;
    grid-row: 2;
    justify-content: flex-start;
    white-space: nowrap;
  }

  .showcase-media {
    height: 250px;
  }

  .workflow-app-header {
    min-height: 50px;
    padding-inline: 9px;
  }

  .workflow-app-header > b {
    padding-inline: 5px;
    font-size: 0.44rem;
  }

  .workflow-period > div {
    min-height: 66px;
    padding: 9px;
  }

  .workflow-kpis {
    grid-template-columns: 1fr 1fr;
  }

  .workflow-kpis > div {
    min-height: 70px;
    padding: 9px;
  }

  .workflow-kpis > div:last-child {
    grid-column: 1 / -1;
  }

  .workflow-table > div {
    grid-template-columns: 1.25fr 0.82fr 0.85fr 0.58fr;
  }

  .workflow-table > div span:nth-child(3) {
    display: none;
  }

  .workflow-validation {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .workflow-validation > span {
    text-align: left;
  }

  .workflow-actions {
    justify-content: stretch;
  }

  .workflow-actions span {
    min-width: 0;
    flex: 1 1 0;
    justify-content: center;
    padding-inline: 6px;
    text-align: center;
  }

  .workflow-caption {
    padding: 20px 4px 5px;
  }

  .invoice-stage-label > b {
    display: none;
  }

  .invoice-paper {
    padding: 22px 17px 20px;
  }

  .invoice-document-header {
    padding-bottom: 17px;
    gap: 12px;
  }

  .invoice-brand strong {
    font-size: 0.7rem;
  }

  .invoice-brand small {
    font-size: 0.4rem;
  }

  .invoice-document-title strong {
    max-width: 16ch;
    font-size: 0.66rem;
  }

  .invoice-meta-grid {
    margin-top: 16px;
  }

  .invoice-meta-grid > div {
    min-height: 50px;
    padding: 7px;
  }

  .invoice-meta-grid strong,
  .invoice-customer strong {
    font-size: 0.52rem;
  }

  .invoice-customer > div {
    min-height: 52px;
    padding: 8px;
  }

  .invoice-meter-section,
  .invoice-line-section {
    margin-top: 16px;
  }

  .invoice-meter-grid > div {
    min-height: 36px;
    padding-inline: 7px;
  }

  .invoice-meter-grid span,
  .invoice-meter-grid strong {
    font-size: 0.43rem;
  }

  .invoice-line-table > div {
    min-height: 38px;
    padding-inline: 7px;
    grid-template-columns: 1.25fr 0.78fr 0.9fr;
    gap: 5px;
    font-size: 0.43rem;
  }

  .invoice-line-table > div span:nth-child(3) {
    display: none;
  }

  .invoice-line-table .invoice-line-head {
    font-size: 0.38rem;
  }

  .invoice-line-table strong {
    font-size: 0.43rem;
  }

  .invoice-totals {
    width: min(100%, 240px);
  }

  .invoice-document-footer {
    margin-top: 18px;
  }

  .mini-kpis {
    margin: 10px;
    gap: 5px;
  }

  .mini-kpis strong {
    font-size: 0.7rem;
  }

  .mini-dashboard {
    margin-inline: 10px;
  }

  .scope-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 350px) {
  .shell {
    width: min(calc(100% - 20px), var(--shell));
  }

  .brand-copy strong {
    font-size: 0.92rem;
  }

  .brand-copy small {
    font-size: 0.58rem;
  }

  .hero h1 {
    font-size: 1.82rem;
  }

  .eyebrow {
    font-size: 0.54rem;
  }

  .layer-items,
  .billing-summary,
  .mini-kpis {
    grid-template-columns: 1fr;
  }

  .workflow-app-title small,
  .workflow-validation small {
    display: none;
  }

  .workflow-period {
    grid-template-columns: 1fr;
  }

  .workflow-period > div {
    min-height: 58px;
  }

  .workflow-table > div {
    grid-template-columns: 1.2fr 0.82fr 0.58fr;
  }

  .workflow-table > div span:nth-child(4) {
    display: none;
  }

  .workflow-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .workflow-actions span:first-child {
    display: none;
  }

  .invoice-paper {
    padding: 18px 11px;
  }

  .invoice-brand > span {
    width: 28px;
    height: 33px;
  }

  .invoice-brand svg {
    width: 23px;
    height: 28px;
  }

  .invoice-document-title span {
    padding-inline: 5px;
    font-size: 0.4rem;
  }

  .invoice-meta-grid,
  .invoice-customer {
    grid-template-columns: 1fr;
  }

  .invoice-customer > div + div {
    border-top: 1px solid #d6dcda;
    border-left: 0;
  }

  .invoice-meter-grid {
    grid-template-columns: 1fr;
  }

  .invoice-document-footer > div {
    max-width: 100%;
  }

  .invoice-document-footer > span {
    display: none;
  }

  .product-body {
    height: 168px;
  }
}

@media (max-width: 1040px) {
  .partner-trust-band {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .partner-trust-logos {
    max-width: 520px;
  }

  .partner-section-intro {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .partner-role-label {
    width: fit-content;
  }

  .partner-section-intro .section-heading h2 {
    font-size: 2.12rem;
  }

  .partner-spotlight {
    grid-template-columns: 1fr;
  }

  .partner-spotlight-brands {
    grid-template-columns: minmax(0, 1fr) 70px minmax(0, 1fr);
    align-items: center;
  }

  .partner-spotlight-connector {
    grid-template-columns: 1fr 24px 1fr;
  }

  .partner-spotlight-enpocs {
    min-height: 120px;
  }

  .partner-delivery {
    grid-template-columns: 1fr;
  }

  .partner-environments {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .partner-trust-section {
    padding: 23px 0;
  }

  .partner-trust-copy h2 {
    font-size: 1.04rem;
  }

  .partner-trust-logos {
    min-height: 94px;
    padding: 10px;
    grid-template-columns: minmax(100px, 1fr) 36px minmax(100px, 1fr);
  }

  .partner-trust-link {
    grid-template-columns: 1fr 16px 1fr;
  }

  .enpocs-logo-frame-compact img {
    max-height: 58px;
  }

  .partner-card-grid {
    grid-template-columns: 1fr;
  }

  .partner-card {
    min-height: 0;
    padding: 20px;
  }

  .partner-section-intro .section-heading h2 {
    font-size: 1.82rem;
  }

  .partner-spotlight {
    min-height: 0;
    padding: 18px;
    gap: 24px;
  }

  .partner-spotlight-brands {
    padding: 20px;
  }

  .partner-spotlight-copy {
    padding: 4px;
  }

  .partner-spotlight-copy h3 {
    font-size: 1.35rem;
  }

  .partner-spotlight-facts {
    grid-template-columns: 1fr;
  }

  .partner-spotlight-facts > div {
    min-height: 82px;
  }

  .partner-card {
    grid-template-rows: 145px auto 1fr;
  }

  .partner-card-brand,
  .enpocs-logo-frame {
    min-height: 145px;
  }

  .enpocs-logo-frame img {
    max-height: 110px;
  }

  .partner-delivery {
    padding: 20px;
    gap: 24px;
  }

  .partner-delivery-steps {
    grid-template-columns: 1fr;
  }

  .partner-delivery-steps li {
    min-height: 118px;
  }

  .partner-environments {
    padding: 20px;
    gap: 22px;
  }

  .partner-environments ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-bottom > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .footer-collaboration {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 480px) {
  .partner-trust-logos {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .partner-trust-link {
    width: 80px;
    margin-inline: auto;
  }

  .enpocs-logo-frame-compact {
    width: 100%;
  }

  .partner-card {
    grid-template-rows: 120px auto 1fr;
  }

  .partner-card-brand,
  .enpocs-logo-frame {
    min-height: 120px;
  }

  .enpocs-logo-frame img {
    max-height: 88px;
  }

  .partner-spotlight-brands {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .partner-spotlight-connector {
    width: 100px;
    margin-inline: auto;
  }

  .partner-spotlight-voltlabs {
    min-height: 72px;
  }

  .partner-spotlight-enpocs {
    min-height: 120px;
  }

  .partner-spotlight-enpocs img {
    max-height: 112px;
  }

  .partner-environments ul {
    grid-template-columns: 1fr;
  }
}

@media (orientation: landscape) and (max-height: 520px) and (max-width: 960px) {
  :root {
    --header-height: 56px;
  }

  .brand-mark {
    height: 32px;
  }

  .brand-mark svg {
    width: 23px;
    height: 28px;
  }

  .menu-button {
    width: 40px;
    height: 40px;
  }

  .hero {
    padding: 20px 0 16px;
  }

  .hero-layout {
    gap: 0;
  }

  .hero-copy {
    max-width: 760px;
  }

  .eyebrow {
    margin-bottom: 10px;
  }

  .hero h1 {
    max-width: 18ch;
    margin-bottom: 10px;
    font-size: 2rem;
  }

  .hero-summary {
    max-width: 720px;
    margin-bottom: 12px;
    font-size: 0.8rem;
  }

  .hero-points {
    margin-bottom: 13px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px 12px;
  }

  .hero-points li {
    font-size: 0.59rem;
  }

  .hero-contact-panel {
    max-width: 720px;
    min-height: 52px;
    padding: 8px 12px;
  }

  .hero-contact-panel > p {
    display: none;
  }

  .hero-product {
    display: none;
  }

  .section {
    padding: 48px 0;
  }

  .mobile-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
  }

  .mobile-nav .mobile-phone {
    grid-column: 1 / -1;
  }
}

@media (hover: none) {
  .showcase-card:hover,
  .button:hover,
  .feature-card:hover {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

}
