:root {
  --ink: #07111a;
  --muted: #5e6d78;
  --line: #dfe6ea;
  --paper: #f5f7f8;
  --white: #ffffff;
  --navy: #02476b;
  --blue: #026b9f;
  --blue-bright: #1e95c9;
  --red: #ad2723;
  --red-bright: #d33a31;
  --black: #030a11;
  --container: 1240px;
  --radius: 20px;
  --shadow: 0 24px 80px rgba(4, 17, 28, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 9999;
  padding: 10px 16px;
  background: var(--white);
  color: var(--ink);
  border-radius: 8px;
  transition: top .2s ease;
}
.skip-link:focus { top: 16px; }

.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 116px 0; }
.section-dark { color: var(--white); background: var(--black); }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1000;
  background: rgba(3, 10, 17, .82);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(18px);
  transition: background .25s ease, box-shadow .25s ease;
}
.site-header.scrolled { background: rgba(3, 10, 17, .96); box-shadow: 0 12px 40px rgba(0,0,0,.22); }
.nav-wrap { min-height: 84px; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; color: var(--white); }
.brand img { width: 44px; height: 44px; object-fit: contain; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-size: 23px; letter-spacing: -.7px; font-weight: 800; }
.brand-copy small { margin-top: 5px; color: #4fa5cc; font-size: 8px; letter-spacing: 4px; font-weight: 700; }
.site-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.site-nav a { color: #c4d0d8; font-size: 14px; font-weight: 600; transition: color .2s ease; }
.site-nav a:hover { color: var(--white); }
.nav-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; padding: 10px; }
.nav-toggle span { display: block; height: 2px; margin: 5px 0; background: white; transition: transform .25s ease, opacity .25s ease; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid var(--red);
  border-radius: 4px;
  background: var(--red);
  color: var(--white);
  font-size: 14px;
  font-weight: 750;
  letter-spacing: .15px;
  box-shadow: 0 12px 30px rgba(173,39,35,.24);
  transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--red-bright); border-color: var(--red-bright); box-shadow: 0 18px 40px rgba(173,39,35,.32); }
.button-small { min-height: 42px; padding: 0 18px; font-size: 13px; }
.button-light { background: var(--white); color: var(--ink); border-color: var(--white); box-shadow: none; }
.button-light:hover { background: #e8f3f8; border-color: #e8f3f8; }
.text-link { display: inline-flex; gap: 10px; align-items: center; color: #dbe6ec; font-weight: 700; font-size: 14px; }
.text-link span { color: var(--blue-bright); font-size: 18px; transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px,-3px); }

.hero { position: relative; overflow: hidden; min-height: 850px; padding: 190px 0 110px; }
.hero-grid {
  position: absolute; inset: 0;
  opacity: .28;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black 0%, black 72%, transparent 100%);
}
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 220px; background: linear-gradient(transparent, rgba(2,71,107,.12)); pointer-events: none; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(100px); pointer-events: none; }
.hero-glow-blue { width: 620px; height: 620px; right: -120px; top: -90px; background: rgba(2,71,107,.42); }
.hero-glow-red { width: 380px; height: 380px; left: -180px; bottom: -100px; background: rgba(173,39,35,.22); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; gap: 65px; align-items: center; }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 12px; color: #62b0d4; font-size: 12px; line-height: 1; letter-spacing: 2.1px; text-transform: uppercase; font-weight: 800; }
.eyebrow span { width: 30px; height: 2px; background: var(--red); }
.eyebrow.dark { color: var(--navy); }
.eyebrow.light { color: #87c5e1; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 28px; font-size: clamp(54px, 5.3vw, 78px); line-height: .98; letter-spacing: -4px; max-width: 760px; }
h1 em { color: #6eb8d9; font-style: normal; font-weight: 600; }
.hero-lead { max-width: 650px; margin-bottom: 34px; color: #b4c2cb; font-size: 20px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.hero-signals { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 600px; margin-top: 62px; border-top: 1px solid rgba(255,255,255,.13); }
.hero-signals div { padding: 22px 20px 0 0; }
.hero-signals div + div { padding-left: 22px; border-left: 1px solid rgba(255,255,255,.13); }
.hero-signals strong, .hero-signals span { display: block; }
.hero-signals strong { color: var(--white); font-size: 14px; }
.hero-signals span { margin-top: 4px; color: #7f929f; font-size: 12px; }

.hero-visual { position: relative; width: min(100%, 570px); aspect-ratio: 1; margin-left: auto; }
.system-core { position: absolute; left: 50%; top: 50%; z-index: 5; width: 190px; height: 190px; display: grid; place-items: center; transform: translate(-50%,-50%); border: 1px solid rgba(96,189,231,.45); border-radius: 50%; background: radial-gradient(circle at 50% 38%, rgba(12,74,103,.95), rgba(3,15,24,.98) 70%); box-shadow: 0 0 0 22px rgba(2,71,107,.08), 0 0 70px rgba(5,105,151,.28); }
.system-core::before { content: ""; position: absolute; inset: 12px; border: 1px dashed rgba(105,193,231,.22); border-radius: 50%; animation: spin 22s linear infinite; }
.system-core img { width: 78px; height: 66px; object-fit: contain; }
.system-core span { margin-top: -20px; color: #a9d7e9; text-align: center; font-size: 9px; line-height: 1.4; letter-spacing: 2px; font-weight: 800; }
.system-orbit { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; transform: translate(-50%,-50%); }
.orbit-one { width: 375px; height: 375px; }
.orbit-two { width: 515px; height: 515px; border-style: dashed; animation: spin 70s linear infinite reverse; }
.system-lines { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.system-lines path { fill: none; stroke: rgba(77,168,209,.32); stroke-width: 1.5; stroke-dasharray: 5 8; }
.system-lines circle { fill: #56b6df; filter: drop-shadow(0 0 8px #56b6df); }
.system-card { position: absolute; z-index: 4; width: 205px; padding: 17px 18px 16px; border: 1px solid rgba(255,255,255,.13); border-radius: 12px; background: rgba(7,22,33,.78); box-shadow: 0 18px 45px rgba(0,0,0,.27); backdrop-filter: blur(14px); }
.system-card::before { content: ""; position: absolute; left: -1px; top: 18px; bottom: 18px; width: 3px; background: var(--blue-bright); border-radius: 3px; }
.system-kicker { display: block; margin-bottom: 5px; color: #6ea9c5; font-size: 8px; letter-spacing: 1.5px; font-weight: 800; }
.system-card strong, .system-card small { display: block; }
.system-card strong { font-size: 17px; letter-spacing: .2px; }
.system-card small { margin-top: 3px; color: #8195a3; font-size: 10px; }
.card-sap { left: 0; top: 45px; }
.card-scada { right: -2px; top: 48px; }
.card-data { right: 3px; bottom: 28px; }
.card-data::before { background: var(--red); }
.data-pulse { position: absolute; z-index: 7; width: 8px; height: 8px; border-radius: 50%; background: #64c3ea; box-shadow: 0 0 0 5px rgba(100,195,234,.1), 0 0 18px #64c3ea; }
.pulse-one { left: 25%; top: 29%; animation: pulse 2.4s ease-in-out infinite; }
.pulse-two { right: 21%; top: 32%; animation: pulse 2.4s .8s ease-in-out infinite; }
.pulse-three { right: 25%; bottom: 24%; background: #d44a42; box-shadow: 0 0 0 5px rgba(212,74,66,.1), 0 0 18px #d44a42; animation: pulse 2.4s 1.6s ease-in-out infinite; }
@keyframes spin { to { transform: translate(-50%,-50%) rotate(360deg); } }
@keyframes pulse { 0%,100% { opacity: .45; transform: scale(.8); } 50% { opacity: 1; transform: scale(1.25); } }

.trust-strip { background: #07141d; color: #87a0ae; border-top: 1px solid rgba(255,255,255,.06); border-bottom: 1px solid rgba(255,255,255,.06); }
.trust-items { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 22px; font-size: 10px; letter-spacing: 1.8px; font-weight: 800; }
.trust-items i { width: 4px; height: 4px; border-radius: 50%; background: var(--red); }

.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; margin-bottom: 58px; }
.section-heading.compact { grid-template-columns: 1fr; max-width: 860px; }
h2 { margin-bottom: 0; font-size: clamp(38px, 4vw, 58px); line-height: 1.08; letter-spacing: -2.6px; }
.section-heading > p { max-width: 480px; margin-bottom: 5px; color: var(--muted); font-size: 17px; }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.capability-card { position: relative; min-height: 470px; padding: 38px 34px 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); transition: transform .25s ease, box-shadow .25s ease, z-index .25s; }
.capability-card:hover { z-index: 2; transform: translateY(-7px); box-shadow: var(--shadow); }
.capability-card.feature-card { background: linear-gradient(145deg, #f3f8fa, #fff 65%); }
.capability-card.accent-card { color: var(--white); background: linear-gradient(145deg, #071923, #052f45); }
.card-number { position: absolute; right: 28px; top: 25px; color: #ccd7dd; font-size: 12px; letter-spacing: 2px; font-weight: 800; }
.accent-card .card-number { color: rgba(255,255,255,.35); }
.card-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 48px; border-radius: 13px; background: #edf5f8; color: var(--navy); }
.accent-card .card-icon { background: rgba(255,255,255,.09); color: #83c7e4; }
.card-icon svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.capability-card h3 { margin-bottom: 14px; font-size: 23px; line-height: 1.25; letter-spacing: -.6px; }
.capability-card p { color: var(--muted); font-size: 15px; }
.accent-card p { color: #b4c8d3; }
.capability-card ul { margin: 27px 0 0; padding: 20px 0 0; list-style: none; border-top: 1px solid var(--line); }
.accent-card ul { border-color: rgba(255,255,255,.13); }
.capability-card li { position: relative; padding-left: 17px; margin: 8px 0; color: #52636e; font-size: 13px; }
.accent-card li { color: #c1d5df; }
.capability-card li::before { content: ""; position: absolute; left: 0; top: 9px; width: 5px; height: 5px; background: var(--red); border-radius: 50%; }

.section-blue { position: relative; overflow: hidden; color: var(--white); background: #061924; }
.section-blue::before { content: ""; position: absolute; inset: 0; opacity: .38; background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px); background-size: 56px 56px; }
.section-blue::after { content: ""; position: absolute; width: 700px; height: 700px; right: -280px; top: -250px; border-radius: 50%; background: rgba(2,71,107,.33); filter: blur(80px); }
.data-center-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.data-center-copy h2 { margin-bottom: 28px; }
.large-copy { color: #aac0cc; font-size: 18px; line-height: 1.75; }
.architecture-list { margin-top: 38px; }
.architecture-list > div { display: grid; grid-template-columns: 45px 1fr; gap: 16px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.12); }
.architecture-list span { color: #55b0d8; font-size: 11px; letter-spacing: 1px; font-weight: 800; }
.architecture-list p { margin: 0; color: #b6c8d1; font-size: 14px; }
.architecture-list strong { color: var(--white); }
.identity-panel { padding: 32px; border: 1px solid rgba(111,190,225,.24); border-radius: 20px; background: rgba(5,20,30,.78); box-shadow: 0 35px 100px rgba(0,0,0,.32); backdrop-filter: blur(12px); }
.panel-header { display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 25px; border-bottom: 1px solid rgba(255,255,255,.1); }
.panel-header div span { display: block; color: #5faed2; font-size: 9px; letter-spacing: 1.6px; font-weight: 800; }
.panel-header div strong { display: block; margin-top: 6px; font-size: 23px; }
.live-indicator { display: inline-flex; align-items: center; gap: 7px; color: #86d5a7; font-size: 9px; letter-spacing: 1px; font-weight: 800; }
.live-indicator i { width: 7px; height: 7px; border-radius: 50%; background: #39b874; box-shadow: 0 0 0 5px rgba(57,184,116,.12); animation: pulse 2s ease-in-out infinite; }
.identity-flow { padding: 26px 0; }
.flow-node { display: grid; grid-template-columns: 40px 1fr; align-items: center; padding: 15px 16px; border: 1px solid rgba(255,255,255,.1); border-radius: 10px; background: rgba(255,255,255,.025); }
.flow-node.active { border-color: rgba(76,178,222,.42); background: rgba(2,71,107,.18); }
.flow-node > span { grid-row: 1 / 3; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: #76c4e4; background: rgba(81,177,218,.12); font-size: 9px; font-weight: 800; }
.flow-node strong { font-size: 14px; }
.flow-node small { color: #748d9a; font-size: 10px; }
.flow-line { position: relative; height: 25px; margin-left: 29px; border-left: 1px dashed rgba(93,179,216,.35); }
.flow-line i { position: absolute; left: -3px; top: 9px; width: 5px; height: 5px; border-radius: 50%; background: #62b9dc; box-shadow: 0 0 12px #62b9dc; }
.panel-metrics { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.1); }
.panel-metrics div { padding-top: 22px; }
.panel-metrics div + div { padding-left: 18px; border-left: 1px solid rgba(255,255,255,.1); }
.panel-metrics small, .panel-metrics strong { display: block; }
.panel-metrics small { color: #607b89; font-size: 8px; letter-spacing: 1px; font-weight: 800; }
.panel-metrics strong { margin-top: 5px; font-size: 12px; }

.industries-section { background: var(--paper); }
.industry-row { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid #ccd7dc; }
.industry-item { padding: 30px 30px 10px 0; }
.industry-item + .industry-item { padding-left: 30px; border-left: 1px solid #ccd7dc; }
.industry-item span { color: var(--red); font-size: 11px; letter-spacing: 1px; font-weight: 800; }
.industry-item h3 { margin: 38px 0 13px; font-size: 22px; }
.industry-item p { color: var(--muted); font-size: 14px; }

.approach-section { background: var(--white); }
.approach-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 120px; align-items: start; }
.sticky-copy { position: sticky; top: 130px; }
.sticky-copy h2 { margin-bottom: 24px; }
.sticky-copy > p:last-child { max-width: 490px; color: var(--muted); font-size: 17px; }
.steps { border-top: 1px solid var(--line); }
.step { display: grid; grid-template-columns: 80px 1fr; gap: 30px; padding: 36px 0; border-bottom: 1px solid var(--line); }
.step > span { color: var(--red); font-size: 12px; letter-spacing: 1.5px; font-weight: 800; }
.step h3 { margin-bottom: 7px; font-size: 25px; }
.step p { margin-bottom: 0; color: var(--muted); }

.cta-section { padding: 90px 0; color: var(--white); background: var(--navy); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.cta-inner h2 { max-width: 820px; font-size: clamp(36px,3.8vw,54px); }
.cta-inner .button { flex-shrink: 0; }

.contact-section { background: #f6f8f9; }
.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.contact-copy h2 { margin-bottom: 24px; }
.contact-copy > p { max-width: 500px; color: var(--muted); font-size: 17px; }
.contact-details { margin-top: 44px; border-top: 1px solid var(--line); }
.contact-details > * { display: block; padding: 18px 0; border-bottom: 1px solid var(--line); }
.contact-details small, .contact-details strong { display: block; }
.contact-details small { color: var(--red); font-size: 9px; letter-spacing: 1.4px; font-weight: 800; }
.contact-details strong { margin-top: 4px; font-size: 15px; line-height: 1.5; }
.contact-details a:hover strong { color: var(--navy); }
.contact-form { padding: 38px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: 0 25px 70px rgba(6,25,36,.08); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: grid; gap: 8px; margin-bottom: 18px; color: #31424d; font-size: 12px; font-weight: 750; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #d8e1e6; border-radius: 7px; background: #fbfcfd; color: var(--ink); outline: none; transition: border .2s ease, box-shadow .2s ease; }
.contact-form input, .contact-form select { height: 48px; padding: 0 13px; }
.contact-form textarea { resize: vertical; min-height: 130px; padding: 12px 13px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: #5aabcF; box-shadow: 0 0 0 4px rgba(46,149,197,.11); }
.contact-form .invalid { border-color: var(--red); }
.form-status { min-height: 22px; margin: 13px 0 0; color: var(--muted); font-size: 12px; }

.site-footer { padding: 68px 0 22px; color: #bdcad2; background: var(--black); }
.footer-main { display: grid; grid-template-columns: 1fr 1fr auto; gap: 70px; align-items: center; padding-bottom: 48px; }
.footer-brand img { width: 48px; height: 48px; }
.footer-main > p { max-width: 420px; margin: 0; color: #7e919d; font-size: 14px; }
.footer-links { display: flex; gap: 24px; font-size: 12px; font-weight: 700; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.09); color: #5f7582; font-size: 11px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .12s; }
.reveal-delay-2 { transition-delay: .22s; }
.reveal-delay-3 { transition-delay: .32s; }

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

@media (max-width: 1080px) {
  .nav-cta { display: none; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero { padding-top: 165px; }
  .hero-content { max-width: 760px; }
  .hero-visual { margin: 30px auto 0; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .data-center-layout { gap: 50px; }
  .approach-layout { gap: 70px; }
  .contact-layout { gap: 60px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .section { padding: 84px 0; }
  .nav-wrap { min-height: 72px; }
  .nav-toggle { display: block; margin-left: auto; }
  .site-nav { position: fixed; left: 0; right: 0; top: 72px; height: calc(100vh - 72px); display: flex; flex-direction: column; align-items: flex-start; gap: 0; padding: 34px 24px; background: rgba(3,10,17,.99); transform: translateX(100%); transition: transform .28s ease; }
  .site-nav a { width: 100%; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.1); color: white; font-size: 20px; }
  .menu-open .site-nav { transform: translateX(0); }
  .menu-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-open .nav-toggle span:nth-child(2) { opacity: 0; }
  .menu-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: auto; padding: 145px 0 80px; }
  h1 { font-size: clamp(48px, 11vw, 68px); letter-spacing: -3px; }
  .hero-visual { width: min(100%, 540px); }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .data-center-layout, .approach-layout, .contact-layout { grid-template-columns: 1fr; }
  .sticky-copy { position: static; }
  .industry-row { grid-template-columns: repeat(2,1fr); }
  .industry-item:nth-child(3) { border-left: 0; padding-left: 0; border-top: 1px solid #ccd7dc; }
  .industry-item:nth-child(4) { border-top: 1px solid #ccd7dc; }
  .cta-inner { display: grid; }
  .footer-main { grid-template-columns: 1fr; gap: 26px; }
  .footer-links { grid-column: auto; flex-wrap: wrap; }
}

@media (max-width: 600px) {
  .brand-copy strong { font-size: 20px; }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-signals { grid-template-columns: 1fr; }
  .hero-signals div { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .hero-signals div + div { padding-left: 0; border-left: 0; }
  .hero-visual { margin-top: 55px; transform: scale(.96); }
  .system-card { width: 155px; padding: 12px; }
  .system-card strong { font-size: 13px; }
  .system-card small { font-size: 8px; }
  .system-core { width: 150px; height: 150px; }
  .system-core img { width: 60px; }
  .orbit-one { width: 290px; height: 290px; }
  .orbit-two { width: 410px; height: 410px; }
  .card-sap { top: 16px; }
  .card-scada { top: 24px; }
  .card-data { bottom: 8px; }
  .trust-items { overflow: hidden; justify-content: flex-start; }
  .trust-items span:nth-of-type(n+3), .trust-items i:nth-of-type(n+2) { display: none; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-card { min-height: 0; }
  .industry-row { grid-template-columns: 1fr; }
  .industry-item, .industry-item + .industry-item { padding: 24px 0; border-left: 0; border-top: 1px solid #ccd7dc; }
  .industry-item:first-child { border-top: 0; }
  .industry-item h3 { margin-top: 22px; }
  .identity-panel { padding: 22px 18px; }
  .panel-header { gap: 16px; }
  .panel-metrics { grid-template-columns: 1fr; }
  .panel-metrics div + div { padding-left: 0; border-left: 0; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 24px 18px; }
  .footer-bottom { flex-direction: column; gap: 7px; }
}

/* Northsoft 2026 final refinements */
:root {
  --black: #06131f;
}

.section-dark {
  background:
    radial-gradient(circle at 78% 22%, rgba(4, 86, 128, .34), transparent 34%),
    linear-gradient(135deg, #071a2a 0%, #04111d 58%, #062038 100%);
}

.site-header {
  background: rgba(6, 23, 37, .86);
}

.site-header.scrolled {
  background: rgba(5, 20, 33, .97);
}

.brand-panel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 13px;
  border: 1px solid rgba(255, 255, 255, .52);
  border-radius: 10px;
  background: linear-gradient(145deg, #ffffff, #f1f5f7);
  box-shadow: 0 10px 32px rgba(0, 0, 0, .2), inset 0 1px 0 rgba(255,255,255,.9);
}

.brand-panel img {
  width: 188px;
  height: auto;
  max-height: 48px;
  object-fit: contain;
}

.hero-subline {
  margin: -16px 0 28px;
  color: #66b8dc;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .1px;
}

.card-motion {
  left: 2px;
  bottom: 28px;
}

.card-motion::before {
  background: #5fb8dd;
}

.wide-card {
  grid-column: 1 / -1;
  min-height: 340px;
}

.wide-card-copy {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 60px;
  align-items: end;
}

.wide-card .card-icon {
  margin-bottom: 30px;
}

.wide-card ul {
  margin-top: 0;
}

.industry-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #ccd7dc;
  border-right: 0;
  border-bottom: 0;
}

.industry-item,
.industry-item + .industry-item {
  min-height: 245px;
  padding: 30px;
  border: 0;
  border-right: 1px solid #ccd7dc;
  border-bottom: 1px solid #ccd7dc;
}

.industry-item h3 {
  margin-top: 42px;
}

.hp-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.consent-row {
  display: grid !important;
  grid-template-columns: 20px 1fr;
  gap: 11px !important;
  align-items: start;
  margin: 4px 0 22px !important;
  color: #52636e !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 1.55;
}

.consent-row input {
  width: 17px !important;
  height: 17px !important;
  margin: 2px 0 0;
  accent-color: var(--red);
}

.consent-row a,
.recaptcha-note a {
  color: var(--navy);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.recaptcha-note {
  margin: 14px 0 0;
  color: #7b8a94;
  font-size: 10px;
  line-height: 1.5;
}

.form-submit[disabled] {
  cursor: wait;
  opacity: .68;
  transform: none;
}

.form-status.success {
  color: #147347;
}

.form-status.error {
  color: var(--red);
}

.site-footer {
  background: linear-gradient(135deg, #061725, #03101b);
}

.footer-logo-panel {
  width: fit-content;
}

.grecaptcha-badge {
  z-index: 1200;
}

@media (max-width: 1080px) {
  .brand-panel img {
    width: 174px;
  }

  .wide-card-copy {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

@media (max-width: 820px) {
  .brand-panel {
    padding: 6px 10px;
  }

  .brand-panel img {
    width: 160px;
    max-height: 42px;
  }

  .wide-card {
    grid-column: auto;
  }

  .industry-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .industry-item,
  .industry-item + .industry-item,
  .industry-item:nth-child(3),
  .industry-item:nth-child(4) {
    min-height: 220px;
    padding: 28px;
    border-left: 0;
    border-top: 0;
  }
}

@media (max-width: 600px) {
  .brand-panel img {
    width: 146px;
  }

  .hero-subline {
    margin-top: -10px;
  }

  .card-motion {
    left: 0;
    bottom: 6px;
  }

  .industry-row {
    grid-template-columns: 1fr;
  }

  .industry-item,
  .industry-item + .industry-item,
  .industry-item:nth-child(3),
  .industry-item:nth-child(4) {
    min-height: 0;
    padding: 25px;
    border-top: 0;
  }

  .industry-item h3 {
    margin-top: 22px;
  }
}

/* Legal and error pages */
.legal-body {
  min-height: 100vh;
  background: #f3f6f8;
}

.legal-header {
  padding: 20px 0;
  background: #061725;
}

.legal-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.legal-main {
  padding: 70px 0 100px;
}

.legal-card {
  max-width: 900px;
  padding: 54px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
}

.legal-card h1 {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: clamp(44px, 7vw, 70px);
  line-height: 1;
}

.legal-card h2 {
  margin: 38px 0 12px;
  font-size: 24px;
  letter-spacing: -.6px;
}

.legal-card p,
.legal-card li {
  color: var(--muted);
}

.legal-card a {
  color: var(--navy);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-updated {
  color: #86949d !important;
  font-size: 13px;
}

.legal-note {
  margin-top: 44px;
  padding: 14px 16px;
  border-left: 3px solid var(--red);
  background: #f7f9fa;
  font-size: 12px;
}

.legal-footer {
  padding-top: 22px;
}

.not-found {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 32px;
  background:
    radial-gradient(circle at 70% 20%, rgba(2,107,159,.35), transparent 34%),
    linear-gradient(135deg, #071a2a, #03101b);
}

.not-found-card {
  width: min(100%, 650px);
  padding: 48px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 22px;
  background: rgba(7, 25, 39, .84);
  color: #fff;
  text-align: center;
  box-shadow: 0 35px 100px rgba(0,0,0,.35);
}

.not-found-card .brand-panel {
  margin-bottom: 34px;
}

.not-found-card h1 {
  margin-bottom: 16px;
  font-size: clamp(42px, 7vw, 70px);
  letter-spacing: -2px;
}

.not-found-card p:not(.error-code) {
  margin-bottom: 30px;
  color: #afc0cb;
}

.error-code {
  margin: 0;
  color: #6ec1e4;
  font-size: 18px;
  letter-spacing: 5px;
  font-weight: 800;
}

@media (max-width: 600px) {
  .legal-card,
  .not-found-card {
    padding: 32px 22px;
  }
}


/* Bilingual navigation */
.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
  padding: 3px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background: rgba(255,255,255,.06);
}
.language-switcher a {
  min-width: 34px;
  padding: 5px 7px;
  border-radius: 5px;
  color: #b9c9d3;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .8px;
  text-align: center;
  transition: background .2s ease, color .2s ease;
}
.language-switcher a:hover {
  color: #fff;
  background: rgba(255,255,255,.08);
}
.language-switcher a.active {
  color: #061725;
  background: #fff;
}

/* Root language gateway */
.language-gateway {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 36px;
  background:
    radial-gradient(circle at 75% 20%, rgba(2,107,159,.35), transparent 34%),
    radial-gradient(circle at 18% 75%, rgba(173,39,35,.18), transparent 30%),
    linear-gradient(135deg, #071a2a, #03101b);
}
.language-gateway-card {
  width: min(100%, 900px);
  padding: 44px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 24px;
  background: rgba(7,25,39,.88);
  color: #fff;
  box-shadow: 0 35px 110px rgba(0,0,0,.36);
  backdrop-filter: blur(16px);
}
.language-gateway-copy {
  max-width: 650px;
  margin: 0 auto 30px;
  text-align: center;
}
.language-gateway-copy h1 {
  margin: 0 0 12px;
  font-size: clamp(38px, 7vw, 70px);
  line-height: 1;
  letter-spacing: -2.5px;
}
.language-gateway-copy p {
  margin: 0;
  color: #b5c6d0;
}
.language-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.language-option {
  display: grid;
  gap: 18px;
  align-content: space-between;
  min-height: 210px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  background: rgba(255,255,255,.045);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.language-option:hover {
  transform: translateY(-4px);
  border-color: rgba(104,193,228,.55);
  background: rgba(255,255,255,.075);
}
.language-option .brand-panel {
  width: 100%;
  min-height: 82px;
}
.language-option .brand-panel img {
  width: min(100%, 330px);
}
.language-option strong {
  display: block;
  font-size: 18px;
}
.language-option span {
  color: #91a8b6;
  font-size: 13px;
}
.language-gateway-note {
  margin: 24px 0 0;
  color: #8198a6;
  font-size: 11px;
  text-align: center;
}

@media (max-width: 820px) {
  .language-switcher {
    order: 2;
    margin-left: auto;
  }
  .nav-toggle {
    order: 3;
    margin-left: 0;
  }
  .site-nav {
    order: 4;
  }
}

@media (max-width: 600px) {
  .language-switcher a {
    min-width: 30px;
    padding-inline: 5px;
  }
  .language-gateway {
    padding: 18px;
  }
  .language-gateway-card {
    padding: 26px 18px;
  }
  .language-options {
    grid-template-columns: 1fr;
  }
}
