@import url("https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:ital,wght@1,500&display=swap");

:root {
  color-scheme: light;
  --ink: #061225;
  --deep: #07152f;
  --muted: #111827;
  --line: #d9e7f5;
  --blue: #0ea5f5;
  --blue-dark: #0878c8;
  --green: #15a879;
  --paper: #ffffff;
  --soft: #f5faff;
  --soft-2: #eef7ff;
  --shadow: 0 26px 80px rgba(6, 27, 68, .13);
  --shadow-strong: 0 34px 110px rgba(6, 27, 68, .18);
  --glass: rgba(255, 255, 255, .72);
  --cyan: #79d7ff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: Lora, Georgia, "Times New Roman", serif;
  font-feature-settings: "kern" 1, "liga" 1;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

a,
button,
.feature-grid article,
.use-grid article,
.value-card,
.contact-proof article,
.steps article,
.check-list li,
.product-card,
.software-card {
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease, background .2s ease, color .2s ease;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 12% 18%, rgba(121, 215, 255, .16), transparent 20rem),
    radial-gradient(circle at 86% 8%, rgba(21, 168, 121, .08), transparent 24rem),
    linear-gradient(120deg, rgba(14, 165, 245, .1), transparent 32rem),
    radial-gradient(circle at 82% 8%, rgba(6, 27, 68, .08), transparent 24rem);
}

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

:focus-visible {
  outline: 3px solid rgba(14, 165, 245, .78);
  outline-offset: 4px;
}

.brand:focus-visible,
nav a:focus-visible,
.button:focus-visible,
.site-footer button:focus-visible {
  outline: 0;
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, .95),
    0 0 0 6px rgba(14, 165, 245, .64),
    0 16px 42px rgba(6, 27, 68, .16);
}

.language-switch a:focus-visible {
  outline: 0;
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, .95),
    0 0 0 4px rgba(14, 165, 245, .58);
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 60;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-.35rem);
  padding: .75rem 1rem;
  border: 1px solid rgba(159, 205, 242, .85);
  border-radius: .55rem;
  color: #fff;
  background: var(--deep);
  box-shadow: var(--shadow);
  font-weight: 900;
}

.skip-link:focus,
.skip-link:focus-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) !important;
}

img {
  max-width: 100%;
  display: block;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3,
.eyebrow,
nav,
.button {
  font-family: Lora, Georgia, "Times New Roman", serif;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: minmax(10rem, 1fr) auto minmax(5rem, 1fr);
  align-items: center;
  gap: 1.25rem;
  padding: .85rem clamp(1rem, 4vw, 4.5rem);
  border-bottom: 1px solid rgba(217, 231, 245, .72);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .96), rgba(245, 250, 255, .9)),
    rgba(255, 255, 255, .9);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 34px rgba(6, 27, 68, .045);
  transition: padding .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}

.site-header.is-scrolled {
  padding-top: .62rem;
  padding-bottom: .62rem;
  border-bottom-color: rgba(159, 205, 242, .78);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .98), rgba(245, 250, 255, .94)),
    rgba(255, 255, 255, .96);
  box-shadow: 0 18px 46px rgba(6, 27, 68, .08);
}

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

.mobile-header-language {
  display: none;
}

.mobile-sidebar-nav {
  display: none;
}

.scroll-progress {
  appearance: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;
  width: 100%;
  height: 3px;
  border: 0;
  pointer-events: none;
  background: transparent;
}

.scroll-progress::-webkit-progress-bar {
  background: transparent;
}

.scroll-progress::-webkit-progress-value {
  background: linear-gradient(90deg, var(--blue), var(--cyan), var(--green));
  box-shadow: 0 0 18px rgba(14, 165, 245, .26);
}

.scroll-progress::-moz-progress-bar {
  background: linear-gradient(90deg, var(--blue), var(--cyan), var(--green));
  box-shadow: 0 0 18px rgba(14, 165, 245, .26);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 11rem;
  gap: .25rem;
}

.brand img {
  width: clamp(10rem, 16vw, 14rem);
  height: auto;
  filter: drop-shadow(0 10px 18px rgba(6, 27, 68, .08));
}

.registered-mark {
  align-self: flex-start;
  color: var(--ink);
  font-size: .58em;
  font-weight: 900;
  line-height: 1;
  transform: translateY(.08em);
}

.inline-registered {
  font-size: .58em;
  font-weight: 700;
  line-height: 0;
  vertical-align: super;
}

nav {
  grid-column: 2;
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(.75rem, 2vw, 1.4rem);
  color: var(--muted);
  font-size: .94rem;
  font-weight: 700;
}

nav a {
  position: relative;
  padding: .6rem 0;
}

nav a:hover,
.nav-dropdown-toggle:hover {
  color: var(--ink);
}

nav > a::after,
.nav-dropdown-toggle::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: .28rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), var(--green));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .22s ease;
}

nav > a:hover::after,
nav > a[aria-current="page"]::after,
.nav-dropdown:hover .nav-dropdown-toggle::after,
.nav-dropdown:focus-within .nav-dropdown-toggle::after,
.nav-dropdown-toggle[aria-current="page"]::after {
  transform: scaleX(1);
}

.nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.nav-dropdown::after {
  content: "";
  position: absolute;
  top: 100%;
  left: -1rem;
  right: -1rem;
  height: .75rem;
}

.nav-dropdown-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .6rem 0;
  border: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  cursor: default;
}

.nav-dropdown-toggle::before {
  content: "";
  width: .42rem;
  height: .42rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-.1rem) rotate(45deg);
  order: 2;
  opacity: .7;
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + .45rem);
  left: 50%;
  z-index: 30;
  min-width: 18rem;
  padding: .55rem;
  border: 1px solid rgba(159, 205, 242, .75);
  border-radius: .85rem;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 24px 70px rgba(6, 27, 68, .16), inset 0 1px 0 rgba(255, 255, 255, .95);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -.35rem);
  transition: opacity .18s ease, transform .18s ease;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.nav-dropdown-menu a {
  display: grid;
  gap: .12rem;
  padding: .72rem .82rem;
  border-radius: .62rem;
  color: var(--ink);
}

.nav-dropdown-menu a::after {
  display: none;
}

.nav-dropdown-menu a:hover,
.nav-dropdown-menu a[aria-current="page"] {
  color: var(--blue-dark);
  background: linear-gradient(135deg, rgba(14, 165, 245, .1), rgba(21, 168, 121, .08));
}

.nav-dropdown-menu span {
  color: var(--muted);
  font-size: .76rem;
  font-weight: 800;
  line-height: 1.25;
}

.site-header nav > a[href="/website/contatti.html"],
.site-header nav > a[href="/website/contact.html"] {
  display: inline-flex;
  align-items: center;
  min-height: 2.35rem;
  padding: .48rem .85rem;
  border: 1px solid rgba(14, 165, 245, .22);
  border-radius: 999px;
  color: #fff;
  background:
    linear-gradient(135deg, var(--deep), #0d6dbb);
  box-shadow: 0 12px 30px rgba(6, 27, 68, .12), inset 0 1px 0 rgba(255, 255, 255, .14);
}

.site-header nav > a[href="/website/contatti.html"]:hover,
.site-header nav > a[href="/website/contact.html"]:hover,
.site-header nav > a[href="/website/contatti.html"][aria-current="page"],
.site-header nav > a[href="/website/contact.html"][aria-current="page"] {
  color: #fff;
  border-color: rgba(121, 215, 255, .5);
  box-shadow: 0 16px 36px rgba(6, 27, 68, .16), 0 0 0 1px rgba(121, 215, 255, .16) inset;
  transform: translateY(-1px);
}

.site-header nav > a[href="/website/contatti.html"]::after,
.site-header nav > a[href="/website/contact.html"]::after {
  display: none;
}

.language-switch {
  position: absolute;
  top: 50%;
  right: clamp(1rem, 4vw, 4.5rem);
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  gap: .18rem;
  padding: .2rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
}

.language-switch a {
  min-width: 2.15rem;
  padding: .36rem .55rem;
  border-radius: 999px;
  text-align: center;
  font-size: .78rem;
  line-height: 1;
}

.language-switch a[aria-current="page"] {
  color: #fff;
  background: var(--ink);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: auto;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(19rem, 1.08fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  padding: clamp(1.4rem, 3vw, 2.4rem) clamp(1rem, 6vw, 5.5rem) clamp(3rem, 5.5vw, 5rem);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 84% 22%, rgba(121, 215, 255, .18), transparent 22rem),
    radial-gradient(circle at 10% 18%, rgba(21, 168, 121, .07), transparent 18rem),
    linear-gradient(180deg, rgba(255, 255, 255, .9), rgba(245, 250, 255, .72)),
    repeating-linear-gradient(90deg, rgba(14, 165, 245, .08) 0 1px, transparent 1px 5rem);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(14, 165, 245, .55), rgba(21, 168, 121, .45), transparent);
}

.hero-copy {
  max-width: 48rem;
}

.hero-showcase {
  grid-template-columns: 1fr;
  justify-items: center;
  gap: clamp(.8rem, 1.7vw, 1.35rem);
  padding-top: clamp(.7rem, 1.6vw, 1.2rem);
  padding-bottom: clamp(2.3rem, 4.4vw, 4rem);
  background:
    radial-gradient(circle at 50% 10%, rgba(121, 215, 255, .2), transparent 25rem),
    radial-gradient(circle at 82% 36%, rgba(21, 168, 121, .12), transparent 20rem),
    radial-gradient(circle at 16% 40%, rgba(14, 165, 245, .12), transparent 21rem),
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(244, 250, 255, .78) 62%, rgba(6, 27, 68, .04)),
    repeating-linear-gradient(90deg, rgba(14, 165, 245, .07) 0 1px, transparent 1px 5rem);
}

.hero-showcase .hero-copy {
  display: grid;
  justify-items: center;
  max-width: 72rem;
  text-align: center;
}

.hero-showcase h1 {
  max-width: min(100%, 24ch);
  font-size: clamp(2rem, 4.2vw, 3.6rem);
  line-height: 1.03;
}

.hero-showcase .lead {
  max-width: 58rem;
  margin-top: .9rem;
}

.hero-showcase .hero-actions {
  margin-top: 1rem;
}

.hero-showcase .hero-visual {
  width: min(100%, 74rem);
  min-height: clamp(28rem, 40vw, 36rem);
  margin-top: 0;
  border-radius: 1.1rem;
}

.hero-showcase .hero-visual::after {
  content: "";
  position: absolute;
  inset: auto 2rem 1.35rem;
  height: .22rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #0ea5f5, #15a879, #79d7ff);
  box-shadow: 0 0 2.2rem rgba(14, 165, 245, .34);
  animation: statusGlow 4.8s ease-in-out infinite;
}

.hero-product-card {
  position: absolute;
  z-index: 4;
  display: grid;
  gap: .42rem;
  width: min(20rem, 31%);
  padding: 1rem;
  border: 1px solid rgba(159, 205, 242, .75);
  border-radius: .85rem;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 20px 54px rgba(6, 27, 68, .14);
  backdrop-filter: blur(16px);
  animation: panelFloat 7.4s ease-in-out infinite;
}

.hero-product-card span {
  color: var(--blue-dark);
  font-size: .74rem;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.hero-product-card strong {
  color: var(--ink);
  font-size: clamp(1rem, 1.3vw, 1.24rem);
  line-height: 1.12;
}

.hero-product-card small {
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.42;
}

.hero-card-zeip {
  top: 7%;
  right: auto;
  bottom: auto;
  left: 3.5%;
}

.hero-card-orders {
  top: auto;
  right: 3.5%;
  bottom: 4%;
  left: auto;
  animation-delay: -3.2s;
}

.hero-showcase .panel-query {
  top: 34%;
  left: 6%;
}

.hero-showcase .panel-sources {
  top: 13%;
  right: 7%;
}

.hero-showcase .panel-output {
  right: 7%;
  bottom: 28%;
}

.hero-showcase .system-rail {
  left: 6%;
  bottom: 12%;
}

.hero-capabilities {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(100%, 74rem);
  border: 1px solid rgba(217, 231, 245, .95);
  border-radius: .95rem;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 24px 70px rgba(6, 27, 68, .08);
  backdrop-filter: blur(16px);
}

.hero-capabilities article {
  position: relative;
  min-height: 8.6rem;
  padding: clamp(.95rem, 1.55vw, 1.2rem);
  border-right: 1px solid rgba(217, 231, 245, .95);
}

.hero-capabilities article:last-child {
  border-right: 0;
}

.hero-capabilities span {
  display: inline-grid;
  place-items: center;
  width: 2.55rem;
  height: 2.55rem;
  margin-bottom: .65rem;
  border-radius: .65rem;
  color: var(--blue-dark);
  background: var(--soft-2);
  font-size: .9rem;
  font-weight: 950;
}

.hero-capabilities strong {
  display: block;
  color: var(--ink);
  font-size: 1.06rem;
}

.hero-capabilities p {
  margin: .45rem 0 0;
  color: var(--muted);
  line-height: 1.48;
}

.hero-globe-split {
  grid-template-columns: minmax(18rem, .82fr) minmax(0, 1fr);
  justify-items: stretch;
  min-height: clamp(38rem, calc(100vh - 4rem), 48rem);
  gap: clamp(2rem, 6vw, 7rem);
  padding-top: clamp(2.8rem, 5vw, 5.2rem);
  padding-bottom: clamp(3rem, 6vw, 6rem);
  background:
    radial-gradient(circle at 28% 48%, rgba(14, 165, 245, .22), transparent 26rem),
    radial-gradient(circle at 72% 24%, rgba(121, 215, 255, .22), transparent 24rem),
    radial-gradient(circle at 86% 78%, rgba(21, 168, 121, .1), transparent 18rem),
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(241, 249, 255, .82)),
    repeating-linear-gradient(90deg, rgba(14, 165, 245, .07) 0 1px, transparent 1px 5rem);
}

.hero-globe-split .hero-copy {
  justify-items: start;
  align-self: center;
  max-width: 56rem;
  text-align: left;
}

.hero-globe-split h1 {
  max-width: min(100%, 24ch);
  font-size: clamp(2rem, 4.2vw, 3.6rem);
  line-height: 1.03;
}

.hero-globe-split .lead {
  max-width: 44rem;
  margin-top: 1.25rem;
  text-align: left;
  text-align-last: left;
  hyphens: manual;
  word-spacing: normal;
}

.globe-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: clamp(24rem, 39vw, 38rem);
  isolation: isolate;
}

.globe-stage::before,
.globe-stage::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.globe-stage::before {
  width: min(78%, 31rem);
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(14, 165, 245, .18), transparent 68%);
  filter: blur(.4px);
  animation: globeHalo 4.8s ease-in-out infinite;
}

.globe-stage::after {
  bottom: 4%;
  width: min(62%, 25rem);
  height: 2.4rem;
  background: radial-gradient(ellipse, rgba(6, 27, 68, .24), transparent 68%);
  filter: blur(10px);
  transform: scaleX(.9);
  opacity: .5;
}

.blue-globe {
  position: relative;
  width: clamp(17rem, 30vw, 30rem);
  aspect-ratio: 1;
  border-radius: 999px;
  background:
    radial-gradient(circle at 33% 24%, rgba(255, 255, 255, .95), rgba(121, 215, 255, .42) 10%, transparent 28%),
    radial-gradient(circle at 70% 68%, rgba(21, 168, 121, .34), transparent 28%),
    linear-gradient(115deg, rgba(121, 215, 255, .38), transparent 35%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .12) 0 1px, transparent 1px 18px),
    linear-gradient(135deg, #061b44, #0d6dbb 48%, #15a879);
  box-shadow:
    inset -2rem -2.4rem 4rem rgba(2, 18, 49, .58),
    inset 1.1rem 1rem 2.4rem rgba(255, 255, 255, .3),
    0 3rem 7rem rgba(6, 27, 68, .24),
    0 0 0 1px rgba(121, 215, 255, .32);
  animation: globeFloat 5.6s ease-in-out infinite;
}

.blue-globe::before,
.blue-globe::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}

.blue-globe::before {
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, .18), transparent),
    repeating-linear-gradient(78deg, transparent 0 1.15rem, rgba(255, 255, 255, .1) 1.18rem 1.25rem, transparent 1.28rem 2.4rem);
  mix-blend-mode: screen;
  mask-image: radial-gradient(circle, #000 0 64%, transparent 70%);
  transform-origin: center;
  animation: globeSpin 6.8s linear infinite;
}

.blue-globe::after {
  inset: 4%;
  border: 1px solid rgba(255, 255, 255, .22);
  box-shadow: inset 0 0 2.8rem rgba(121, 215, 255, .24);
}

.globe-map {
  position: absolute;
  inset: 7%;
  z-index: 1;
  border-radius: 999px;
  background:
    radial-gradient(ellipse at 12% 34%, rgba(21, 168, 121, .75) 0 7%, transparent 7.6%),
    radial-gradient(ellipse at 20% 46%, rgba(21, 168, 121, .7) 0 9%, transparent 9.7%),
    radial-gradient(ellipse at 30% 30%, rgba(121, 215, 255, .72) 0 5%, transparent 5.8%),
    radial-gradient(ellipse at 42% 56%, rgba(21, 168, 121, .72) 0 11%, transparent 11.8%),
    radial-gradient(ellipse at 51% 36%, rgba(121, 215, 255, .58) 0 7%, transparent 7.8%),
    radial-gradient(ellipse at 64% 50%, rgba(21, 168, 121, .72) 0 13%, transparent 13.8%),
    radial-gradient(ellipse at 78% 31%, rgba(121, 215, 255, .66) 0 8%, transparent 8.8%),
    radial-gradient(ellipse at 88% 58%, rgba(21, 168, 121, .68) 0 10%, transparent 10.8%);
  background-size: 200% 100%;
  background-position: 0 0;
  filter: blur(.35px);
  opacity: .62;
  mix-blend-mode: screen;
  mask-image:
    radial-gradient(circle at 50% 50%, #000 0 58%, rgba(0, 0, 0, .78) 63%, transparent 72%);
  animation: globeMapDrift 8.8s ease-in-out infinite;
}

.globe-map::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(ellipse at 18% 64%, rgba(255, 255, 255, .26) 0 3%, transparent 3.8%),
    radial-gradient(ellipse at 57% 23%, rgba(255, 255, 255, .22) 0 2.8%, transparent 3.4%),
    radial-gradient(ellipse at 72% 72%, rgba(255, 255, 255, .2) 0 3.5%, transparent 4.1%);
}

.globe-grid {
  position: absolute;
  inset: 10%;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 999px;
  transform-style: preserve-3d;
}

.globe-grid-a {
  transform: rotateX(72deg);
}

.globe-grid-b {
  transform: rotateY(68deg);
}

.globe-grid-c {
  inset: 23%;
  transform: rotateZ(-18deg) rotateY(58deg);
}

.globe-orbit {
  --orbit-x: 66deg;
  --orbit-start: -18deg;
  position: absolute;
  z-index: 4;
  inset: -11%;
  border: 2px solid rgba(121, 215, 255, .78);
  border-radius: 999px;
  transform: rotateX(var(--orbit-x)) rotateZ(var(--orbit-start));
  animation: orbitSweep 6.4s linear infinite;
  box-shadow:
    0 0 1.4rem rgba(14, 165, 245, .34),
    inset 0 0 1rem rgba(121, 215, 255, .18);
  filter: drop-shadow(0 0 .45rem rgba(121, 215, 255, .45));
}

.globe-orbit-b {
  --orbit-x: 58deg;
  --orbit-start: 28deg;
  inset: -18%;
  border-color: rgba(21, 168, 121, .58);
  animation-duration: 8.2s;
  animation-direction: reverse;
  box-shadow:
    0 0 1.25rem rgba(21, 168, 121, .26),
    inset 0 0 .9rem rgba(21, 168, 121, .14);
}

.globe-cloud {
  position: absolute;
  z-index: 5;
  display: grid;
  place-items: center;
  width: clamp(3.8rem, 6.7vw, 5.8rem);
  height: clamp(1.72rem, 3vw, 2.55rem);
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 52% 48% 44% 56% / 58% 62% 38% 42%;
  color: rgba(6, 27, 68, .68);
  font-size: clamp(.58rem, 1.2vw, .88rem);
  font-weight: 950;
  letter-spacing: .02em;
  line-height: 1;
  text-transform: uppercase;
  background:
    radial-gradient(circle at 27% 30%, rgba(255, 255, 255, .98) 0 31%, transparent 32%),
    radial-gradient(circle at 49% 18%, rgba(255, 255, 255, .96) 0 34%, transparent 35%),
    radial-gradient(circle at 70% 38%, rgba(255, 255, 255, .9) 0 30%, transparent 31%),
    linear-gradient(180deg, rgba(255, 255, 255, .86), rgba(121, 215, 255, .42));
  box-shadow:
    -.75rem .05rem 0 -.18rem rgba(255, 255, 255, .82),
    .85rem .08rem 0 -.22rem rgba(213, 245, 255, .72),
    0 0 0 .28rem rgba(121, 215, 255, .09),
    0 .55rem 1.15rem rgba(6, 27, 68, .15),
    inset 0 1px 0 rgba(255, 255, 255, .88);
  opacity: .88;
  animation: cloudFloat 3.4s ease-in-out infinite;
}

.globe-cloud::before,
.globe-cloud::after {
  content: "";
  position: absolute;
  bottom: 42%;
  border-radius: 999px;
  background: rgba(255, 255, 255, .86);
}

.globe-cloud::before {
  left: 14%;
  width: 42%;
  aspect-ratio: 1;
  z-index: -1;
}

.globe-cloud::after {
  right: 12%;
  width: 38%;
  aspect-ratio: 1;
  z-index: -1;
  background: rgba(213, 245, 255, .82);
}

.cloud-a {
  top: 18%;
  right: 15%;
}

.cloud-b {
  left: 13%;
  bottom: 32%;
  transform: scale(.82);
  animation-delay: -.9s;
}

.cloud-c {
  right: 31%;
  bottom: 16%;
  transform: scale(.74);
  animation-delay: -1.7s;
}

.cloud-d {
  top: 27%;
  left: 22%;
  transform: scale(.68);
  animation-delay: -2.5s;
}

.cloud-e {
  top: 42%;
  right: 8%;
  transform: scale(.76);
  animation-delay: -3.1s;
}

.cloud-f {
  left: 38%;
  top: 58%;
  transform: scale(.62);
  animation-delay: -1.2s;
}

.cloud-g {
  top: 10%;
  left: 43%;
  transform: scale(.58);
  animation-delay: -2.1s;
}

.cloud-h {
  right: 17%;
  top: 68%;
  transform: scale(.66);
  animation-delay: -3.6s;
}

.cloud-i {
  left: 4%;
  top: 45%;
  transform: scale(.54);
  animation-delay: -.45s;
}

.eyebrow {
  margin: 0 0 .9rem;
  color: var(--blue-dark);
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  max-width: min(100%, 24ch);
  font-size: clamp(2rem, 4.2vw, 3.6rem);
  line-height: 1.03;
  letter-spacing: 0;
  text-wrap: balance;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 3.6rem);
  line-height: 1.03;
  letter-spacing: 0;
  text-wrap: balance;
}

h3 {
  margin: 0 0 .65rem;
  font-size: 1.08rem;
  line-height: 1.2;
}

.lead,
.hero-capabilities p,
.copy-block p,
.section-copy p,
.software-content p,
.solution-cta-panel p,
.value-matrix .section-head p:not(.eyebrow),
.value-card p,
.use-grid p,
.segment-copy p:not(.eyebrow),
.segment-grid p,
.market-points p,
.trust-copy p:not(.eyebrow),
.check-list li,
.contact-copy > p,
.contact-direct small,
.contact-proof p,
.legal-page p {
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
}

.lead {
  max-width: 42rem;
  margin: 1.6rem 0 0;
  color: var(--muted);
  font-size: clamp(1.1rem, 1.8vw, 1.32rem);
  line-height: 1.58;
}

.hero-actions,
.contact-actions,
.cookie-actions,
.modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
}

.hero-actions {
  margin-top: 2rem;
}

.button {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: .86rem 1.2rem;
  border: 1px solid transparent;
  border-radius: .5rem;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 35%, rgba(255, 255, 255, .38) 50%, transparent 65%);
  transform: translateX(-120%);
  z-index: -1;
  transition: transform .55s ease;
}

.button:hover::before {
  transform: translateX(120%);
}

.button > * {
  position: relative;
  z-index: 1;
}

.button.primary {
  color: #fff;
  background:
    linear-gradient(135deg, var(--ink), #0b2c69 58%, #0d6dbb);
  box-shadow: 0 16px 42px rgba(6, 27, 68, .24), 0 0 0 1px rgba(121, 215, 255, .12) inset;
}

.button.primary:hover {
  background: #0b2c69;
  transform: translateY(-1px);
}

.button.secondary {
  color: var(--ink);
  border-color: var(--line);
  background: rgba(255, 255, 255, .78);
  backdrop-filter: blur(14px);
}

.button.secondary:hover {
  border-color: var(--blue);
  transform: translateY(-1px);
}

.hero-visual {
  --spot-x: 68%;
  --spot-y: 36%;
  position: relative;
  overflow: hidden;
  min-height: clamp(28rem, 48vw, 42rem);
  padding: clamp(1rem, 2vw, 1.4rem);
  border: 1px solid rgba(217, 231, 245, .9);
  border-radius: .75rem;
  background:
    radial-gradient(circle at var(--spot-x) var(--spot-y), rgba(121, 215, 255, .26), transparent 14rem),
    linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(240, 249, 255, .82)),
    radial-gradient(circle at 70% 32%, rgba(14, 165, 245, .18), transparent 18rem);
  box-shadow: var(--shadow-strong);
}

.hero-system {
  isolation: isolate;
}

.hero-visual > * {
  position: relative;
  z-index: 1;
}

.hero-visual > .hero-product-card {
  position: absolute;
  z-index: 4;
}

.hero-system::before {
  content: "";
  position: absolute;
  inset: 1rem;
  z-index: -2;
  border-radius: .65rem;
  background:
    linear-gradient(rgba(14, 165, 245, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14, 165, 245, .08) 1px, transparent 1px);
  background-size: 3.5rem 3.5rem;
  mask-image: linear-gradient(135deg, transparent 0, #000 22%, #000 78%, transparent 100%);
}

.hero-system::after {
  content: "";
  position: absolute;
  inset: -25% -30%;
  z-index: -3;
  background: conic-gradient(from 180deg, transparent, rgba(14, 165, 245, .18), rgba(21, 168, 121, .12), transparent 55%);
  animation: systemSweep 16s linear infinite;
}

.hero-visual .system-lines {
  z-index: 2;
}

.hero-system > .system-orbit,
.hero-system > .system-panel,
.hero-system > .system-core,
.hero-system > .system-rail {
  z-index: 3;
}

.hero-system .system-orbit::before,
.hero-system .system-orbit::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-radius: 999px;
  background: #79d7ff;
  box-shadow: 0 0 2rem rgba(14, 165, 245, .45);
}

.hero-system .system-orbit::before {
  top: 23%;
  right: 13%;
}

.hero-system .system-orbit::after {
  left: 9%;
  bottom: 26%;
  background: #15a879;
}

.hero-visual::before {
  background:
    radial-gradient(circle at var(--spot-x) var(--spot-y), rgba(14, 165, 245, .18), transparent 14rem),
    linear-gradient(rgba(14, 165, 245, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14, 165, 245, .08) 1px, transparent 1px);
  background-size: auto, 3.5rem 3.5rem, 3.5rem 3.5rem;
}

.system-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.line {
  fill: none;
  stroke: rgba(8, 120, 200, .42);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 12 16;
  animation: dataFlow 5.5s linear infinite;
}

.line-b {
  animation-delay: -1.5s;
}

.line-c {
  animation-delay: -2.8s;
}

.line-d {
  animation-delay: -4.1s;
}

.system-panel,
.system-core,
.system-rail {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(159, 205, 242, .78);
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 18px 48px rgba(6, 27, 68, .12);
  backdrop-filter: blur(16px);
}

.system-panel::after,
.system-rail::after,
.software-card::after,
.trust-visual::after,
.enterprise-visual::after,
.contact-form::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(115deg, transparent 0 38%, rgba(255, 255, 255, .34) 50%, transparent 62%);
  opacity: 0;
  transform: translateX(-120%);
}

.system-panel:hover::after,
.system-rail:hover::after,
.software-card:hover::after,
.trust-visual:hover::after,
.enterprise-visual:hover::after,
.contact-form:hover::after {
  opacity: 1;
  animation: premiumSweep 1.05s ease;
}

.pointer-glow {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  opacity: 0;
  background:
    radial-gradient(circle at 58% 38%, rgba(121, 215, 255, .24), rgba(14, 165, 245, .08) 18%, transparent 38%);
  mix-blend-mode: multiply;
  transition: opacity .2s ease;
}

.software-card:hover > .pointer-glow,
.value-card:hover > .pointer-glow,
.use-grid article:hover > .pointer-glow,
.steps article:hover > .pointer-glow,
.market-points article:hover > .pointer-glow,
.contact-proof article:hover > .pointer-glow,
.contact-form:hover > .pointer-glow {
  opacity: 1;
}

.system-panel {
  width: min(17rem, 42%);
  padding: 1rem;
  border-radius: .75rem;
  animation: panelFloat 7s ease-in-out infinite;
}

.system-panel span,
.system-rail span,
.system-core strong {
  display: block;
  color: var(--muted);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.system-panel strong {
  display: block;
  margin-top: .45rem;
  color: var(--ink);
  font-size: clamp(.98rem, 1.6vw, 1.18rem);
  line-height: 1.25;
}

.panel-query {
  top: 14%;
  left: 7%;
}

.panel-sources {
  top: 14%;
  right: 8%;
  animation-delay: -2.2s;
}

.panel-output {
  right: 7%;
  bottom: 18%;
  animation-delay: -4.4s;
}

.system-core {
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: clamp(10.5rem, 19vw, 14.5rem);
  aspect-ratio: 1;
  border-color: rgba(14, 165, 245, .48);
  border-radius: 2rem;
  color: #fff;
  background:
    linear-gradient(140deg, rgba(14, 165, 245, .48), transparent 52%),
    linear-gradient(135deg, var(--deep), #0c58a4);
  transform: translate(-50%, -50%);
  animation: corePulse 4.8s ease-in-out infinite;
}

.platform-name {
  display: grid;
  gap: .18rem;
  place-items: center;
  text-align: center;
  text-transform: uppercase;
}

.platform-name b {
  display: block;
  color: #fff;
  font-size: clamp(.78rem, 1.35vw, 1.15rem);
  font-weight: 950;
  line-height: 1;
  letter-spacing: .04em;
  text-shadow: 0 0 1.4rem rgba(121, 215, 255, .2);
}

.platform-name b:nth-child(1) {
  color: #79d7ff;
  font-size: clamp(.95rem, 1.7vw, 1.45rem);
}

.system-core strong {
  margin-top: .55rem;
  color: rgba(255, 255, 255, .72);
}

.system-rail {
  left: 7%;
  bottom: 17%;
  display: flex;
  gap: .55rem;
  padding: .75rem;
  border-radius: 999px;
}

.system-rail span {
  padding: .55rem .7rem;
  border-radius: 999px;
  color: var(--ink);
  background: var(--soft-2);
}

.system-orbit {
  position: absolute;
  inset: 16%;
  border: 1px solid rgba(14, 165, 245, .18);
  border-radius: 999px;
  animation: orbitTurn 22s linear infinite;
}

.system-orbit span {
  position: absolute;
  width: .75rem;
  height: .75rem;
  border-radius: 999px;
  background: var(--blue);
  box-shadow: 0 0 0 .45rem rgba(14, 165, 245, .12);
}

.system-orbit span:nth-child(1) {
  top: 10%;
  left: 20%;
}

.system-orbit span:nth-child(2) {
  top: 48%;
  right: -1%;
  background: var(--green);
}

.system-orbit span:nth-child(3) {
  bottom: 3%;
  left: 36%;
}

.hero-visual img,
.enterprise-visual img {
  width: 100%;
  border-radius: .5rem;
}

.data-ribbon {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(121, 215, 255, .16);
  border-bottom: 1px solid rgba(121, 215, 255, .16);
  background:
    radial-gradient(circle at 82% 24%, rgba(14, 165, 245, .2), transparent 20rem),
    linear-gradient(90deg, #061b44, #09265a 52%, #061b44);
}

.data-ribbon::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(121, 215, 255, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(121, 215, 255, .055) 1px, transparent 1px);
  background-size: 4rem 4rem;
  opacity: .7;
}

.data-ribbon article {
  position: relative;
  z-index: 1;
  min-height: 9.25rem;
  padding: clamp(1.15rem, 2.4vw, 1.75rem);
  border-right: 1px solid rgba(255, 255, 255, .12);
}

.data-ribbon article:last-child {
  border-right: 0;
}

.data-ribbon span {
  display: block;
  color: #79d7ff;
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.data-ribbon span::before {
  content: "";
  display: inline-block;
  width: .42rem;
  height: .42rem;
  margin-right: .45rem;
  border-radius: 999px;
  background: #79d7ff;
  box-shadow: 0 0 1rem rgba(121, 215, 255, .5);
}

.data-ribbon strong {
  display: block;
  max-width: 18rem;
  margin-top: .8rem;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  line-height: 1.34;
}

.section-strip {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(24rem, 1.15fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  min-height: clamp(18rem, 28vw, 25rem);
  padding: clamp(3.2rem, 6vw, 6rem) clamp(1rem, 6vw, 5.5rem);
  border-top: 1px solid rgba(217, 231, 245, .92);
  border-bottom: 1px solid rgba(217, 231, 245, .92);
  color: var(--ink);
  background:
    radial-gradient(circle at 50% 0%, rgba(121, 215, 255, .18), transparent 18rem),
    linear-gradient(90deg, #ffffff, #f5faff 52%, #ffffff);
}

.section-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(14, 165, 245, .12), transparent);
}

.section-strip > * {
  position: relative;
  z-index: 1;
}

.section-strip h2 {
  max-width: min(100%, 20ch);
  margin: 0;
  color: var(--ink);
}

.strip-points {
  display: grid;
  gap: .9rem;
}

.strip-points article {
  display: grid;
  gap: .45rem;
  padding: 1.05rem 1.15rem;
  border: 1px solid rgba(8, 42, 93, .12);
  border-radius: .7rem;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 16px 44px rgba(6, 27, 68, .08);
}

.strip-points span {
  color: var(--blue-dark);
  font-size: .74rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.strip-points strong {
  color: var(--ink);
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 1.42;
}

.metric-strip {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--deep);
  color: #fff;
}

.metric-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 35%, rgba(14, 165, 245, .16) 45%, transparent 58%);
  transform: translateX(-100%);
  animation: metricSweep 9s ease-in-out infinite;
}

.metric-strip article {
  position: relative;
  overflow: hidden;
  min-height: 9.5rem;
  padding: clamp(1.2rem, 3vw, 2rem);
  border-right: 1px solid rgba(255, 255, 255, .13);
}

.metric-strip article::after {
  content: "";
  position: absolute;
  inset: auto 1.2rem 1rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(121, 215, 255, .8), rgba(21, 168, 121, .7), transparent);
  transform: scaleX(.35);
  transform-origin: left;
  opacity: .5;
  transition: transform .35s ease, opacity .35s ease;
}

.metric-strip article:hover::after {
  transform: scaleX(1);
  opacity: 1;
}

.metric-strip article:hover,
.feature-grid article:hover,
.use-grid article:hover,
.steps article:hover,
.check-list li:hover,
.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 58px rgba(6, 27, 68, .12);
}

.metric-strip strong {
  display: block;
  min-height: 1em;
  color: #79d7ff;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  animation: metricGlow 4.6s ease-in-out infinite;
}

.metric-strip span {
  display: block;
  max-width: 16rem;
  margin-top: .9rem;
  color: rgba(255, 255, 255, .78);
  line-height: 1.45;
}

.section {
  position: relative;
  overflow: hidden;
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 6vw, 5.5rem);
}

main > .section:first-child {
  padding-top: clamp(1.4rem, 3vw, 2.4rem);
}

.section-head {
  max-width: 58rem;
  margin-bottom: 2rem;
}

.section-head h2 {
  max-width: min(100%, 24ch);
}

.page-intro {
  display: grid;
  gap: 1rem;
  min-height: 28rem;
  align-content: end;
  background:
    radial-gradient(circle at 78% 28%, rgba(14, 165, 245, .16), transparent 22rem),
    linear-gradient(rgba(14, 165, 245, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14, 165, 245, .045) 1px, transparent 1px);
  background-size: auto, 4rem 4rem, 4rem 4rem;
}

.page-intro h1 {
  max-width: min(100%, 24ch);
  margin: 0;
  color: var(--ink);
  font-size: clamp(2rem, 4.2vw, 3.6rem);
  line-height: 1.03;
}

.page-intro p:not(.eyebrow) {
  max-width: 55rem;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  line-height: 1.55;
}

.compact-intro {
  min-height: 22rem;
}

.solutions-catalog {
  isolation: isolate;
  padding-top: clamp(1.4rem, 3vw, 2.4rem);
  background:
    radial-gradient(circle at 82% 12%, rgba(121, 215, 255, .26), transparent 23rem),
    radial-gradient(circle at 8% 34%, rgba(21, 168, 121, .1), transparent 18rem),
    linear-gradient(180deg, #fff 0%, #f6fbff 58%, var(--soft) 100%);
}

.solutions-catalog::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(rgba(14, 165, 245, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14, 165, 245, .045) 1px, transparent 1px);
  background-size: 4rem 4rem;
  mask-image: linear-gradient(180deg, #000 0, #000 62%, transparent 100%);
}

.solutions-catalog::after {
  content: "";
  position: absolute;
  top: 6rem;
  right: clamp(1rem, 6vw, 5.5rem);
  z-index: -1;
  width: min(36vw, 30rem);
  aspect-ratio: 1;
  border: 1px solid rgba(14, 165, 245, .12);
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(121, 215, 255, .2), transparent 44%),
    conic-gradient(from 120deg, transparent, rgba(14, 165, 245, .18), rgba(21, 168, 121, .12), transparent 68%);
  filter: blur(.2px);
  opacity: .8;
  animation: orbitTurn 24s linear infinite;
}

.solutions-catalog .section-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  max-width: none;
  padding-bottom: 1.5rem;
}

.solutions-catalog .section-head .eyebrow {
  margin-bottom: 0;
}

.solutions-catalog .section-head h1 {
  max-width: min(26ch, 100%);
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 3.6rem);
  line-height: 1.03;
}

.solutions-catalog .section-head p:not(.eyebrow) {
  max-width: 72rem;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.4vw, 1.22rem);
  line-height: 1.62;
}

.software-showcase {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 2.5vw, 2rem);
  align-items: stretch;
}

.software-card {
  position: relative;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: clamp(.65rem, 1.1vw, .95rem);
  align-items: start;
  overflow: hidden;
  min-height: 34rem;
  padding: clamp(.95rem, 1.85vw, 1.35rem);
  border: 1px solid rgba(159, 205, 242, .82);
  border-radius: 1rem;
  background:
    radial-gradient(circle at 14% 20%, rgba(121, 215, 255, .22), transparent 20rem),
    linear-gradient(120deg, rgba(255, 255, 255, .96) 0 58%, rgba(238, 247, 255, .84)),
    rgba(255, 255, 255, .9);
  box-shadow: 0 34px 100px rgba(6, 27, 68, .12), inset 0 1px 0 rgba(255, 255, 255, .9);
  backdrop-filter: blur(18px);
}

.software-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(14, 165, 245, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14, 165, 245, .045) 1px, transparent 1px);
  background-size: 3.4rem 3.4rem;
  mask-image: linear-gradient(90deg, #000, transparent 82%);
}

.software-card::after {
  border-radius: inherit;
}

.software-card:nth-child(2) {
  background:
    radial-gradient(circle at 15% 22%, rgba(21, 168, 121, .16), transparent 19rem),
    linear-gradient(120deg, rgba(255, 255, 255, .97) 0 58%, rgba(239, 252, 247, .84)),
    rgba(255, 255, 255, .9);
}

.software-card:nth-child(3) {
  background:
    radial-gradient(circle at 16% 24%, rgba(14, 165, 245, .18), transparent 19rem),
    linear-gradient(120deg, rgba(255, 255, 255, .97) 0 58%, rgba(236, 249, 255, .86)),
    rgba(255, 255, 255, .9);
}

.software-card-featured {
  border-color: rgba(14, 165, 245, .48);
  background:
    radial-gradient(circle at 17% 16%, rgba(121, 215, 255, .34), transparent 22rem),
    linear-gradient(120deg, rgba(255, 255, 255, .98) 0 56%, rgba(232, 247, 255, .9)),
    #fff;
}

.software-card-featured::before {
  mask-image: linear-gradient(180deg, #000, transparent 86%);
}

.software-card:hover {
  transform: translateY(-.25rem);
  border-color: rgba(14, 165, 245, .48);
  box-shadow: 0 34px 90px rgba(6, 27, 68, .13), 0 0 0 1px rgba(121, 215, 255, .18) inset;
}

.software-logo,
.software-content {
  position: relative;
  z-index: 1;
}

.software-logo {
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  min-height: clamp(8.25rem, 12vw, 10.25rem);
  padding: clamp(.8rem, 1.65vw, 1.15rem);
  border: 1px solid rgba(217, 231, 245, .95);
  border-radius: .9rem;
  background:
    radial-gradient(circle at 50% 35%, rgba(14, 165, 245, .16), transparent 12rem),
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(244, 251, 255, .8)),
    #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9), 0 22px 70px rgba(6, 27, 68, .08);
}

.software-logo::after {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(14, 165, 245, .12);
  border-radius: 999px;
  opacity: .85;
  animation: orbitTurn 18s linear infinite;
}

.software-logo::before {
  content: "";
  position: absolute;
  inset: auto 14% 14%;
  height: .16rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #0ea5f5, #15a879, #79d7ff);
  box-shadow: 0 0 2rem rgba(14, 165, 245, .26);
  animation: statusGlow 5.2s ease-in-out infinite;
}

.software-logo img {
  max-width: min(82%, 28rem);
  max-height: 4.9rem;
  object-fit: contain;
  filter: drop-shadow(0 18px 32px rgba(6, 27, 68, .12));
}

.software-card:nth-child(2) .software-logo img {
  max-height: 5.35rem;
}

.software-card:nth-child(3) .software-logo img {
  max-height: 5.15rem;
}

.software-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: stretch;
  min-height: 0;
  padding: 0 .15rem .25rem;
}

.software-content .pill {
  margin-bottom: 0;
  border-color: rgba(8, 120, 200, .22);
  color: var(--blue-dark);
  background: #eef7ff;
}

.software-content h3 {
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  max-width: none;
  min-height: 2.15em;
  margin: .75rem 0 .7rem;
  color: var(--ink);
  font-size: clamp(1.9rem, 2.55vw, 2.8rem);
  line-height: 1.02;
  text-align: center;
  text-wrap: normal;
}

.software-content h3 span {
  display: block;
  width: 100%;
}

.software-content p {
  max-width: 48rem;
  margin: 0 0 .82rem;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.58;
  text-align-last: left;
  word-spacing: -.035em;
}

.software-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin: auto 0 0;
  padding-top: .45rem;
}

.software-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: .45rem .7rem;
  border: 1px solid rgba(14, 165, 245, .24);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(238, 247, 255, .86);
  font-size: .78rem;
  font-weight: 900;
  box-shadow: 0 10px 28px rgba(6, 27, 68, .05);
}

.software-card .button {
  margin-top: auto;
}

.product-detail-hero {
  grid-template-columns: minmax(0, .92fr) minmax(20rem, .78fr);
  min-height: auto;
}

.product-detail-hero .hero-copy {
  display: grid;
  gap: 1rem;
}

.product-detail-hero h1 {
  max-width: min(100%, 24ch);
  font-size: clamp(2rem, 4.2vw, 3.6rem);
  line-height: 1.03;
}

.about-hero {
  grid-template-columns: minmax(0, 1.25fr) minmax(18rem, .65fr);
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3.75rem);
  padding-top: clamp(1rem, 2.2vw, 1.7rem);
  padding-bottom: clamp(2rem, 3.8vw, 3.4rem);
}

.about-hero .hero-copy {
  max-width: 64rem;
}

.about-hero h1 {
  max-width: min(100%, 34ch);
}

.about-hero .lead {
  max-width: 62rem;
}

.about-hero .enterprise-visual {
  min-height: clamp(22rem, 31vw, 29rem);
}

.about-hero .map-core {
  width: clamp(6.6rem, 9vw, 8rem);
  border-radius: 1.2rem;
}

.about-hero .map-node {
  width: min(10.2rem, 31%);
  padding: .72rem;
}

.about-hero .map-node strong {
  font-size: .88rem;
}

.about-hero .map-node span {
  font-size: .72rem;
}

.about-hero .node-report {
  left: 3%;
}

.about-hero .node-governance {
  right: 3%;
}

.product-detail-visual {
  display: grid;
  gap: 1rem;
  align-content: center;
}

.product-detail-logo {
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  min-height: clamp(13rem, 22vw, 18rem);
  aspect-ratio: 1.7 / 1;
  padding: clamp(1.2rem, 3vw, 2rem);
  border: 1px solid rgba(159, 205, 242, .7);
  border-radius: 1rem;
  background:
    radial-gradient(circle at 50% 36%, rgba(14, 165, 245, .22), transparent 15rem),
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(238, 247, 255, .82));
  box-shadow: var(--shadow);
}

.product-detail-logo img {
  position: relative;
  z-index: 1;
  width: min(82%, 26rem);
  max-height: 6.6rem;
  object-fit: contain;
  filter: drop-shadow(0 18px 32px rgba(6, 27, 68, .13));
}

.product-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(22rem, 1.1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.smart-backups-logo-card {
  background:
    radial-gradient(circle at 74% 42%, rgba(14, 165, 245, .18), transparent 14rem),
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(238, 247, 255, .82));
}

.smart-backups-mark {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 5.2rem;
  gap: clamp(.8rem, 2vw, 1.5rem);
  align-items: center;
  width: min(82%, 26rem);
}

.smart-backups-mark::after {
  content: "";
  position: absolute;
  left: 0;
  right: 6rem;
  bottom: -.72rem;
  height: .18rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
  box-shadow: 0 0 1.6rem rgba(14, 165, 245, .25);
}

.smart-backups-mark .mark-brand {
  grid-column: 1;
  color: rgba(6, 18, 37, .62);
  font-size: clamp(.54rem, .68vw, .68rem);
  font-weight: 900;
  letter-spacing: .5em;
}

.smart-backups-mark strong {
  grid-column: 1;
  color: var(--ink);
  font-size: clamp(1.85rem, 3vw, 3.15rem);
  font-weight: 900;
  line-height: .9;
  letter-spacing: 0;
}

.smart-backups-mark strong span {
  color: var(--blue);
}

.smart-backups-mark i {
  position: relative;
  grid-column: 2;
  grid-row: 1 / span 2;
  display: block;
  width: clamp(4rem, 6.4vw, 5.3rem);
  aspect-ratio: 1;
  border: .32rem solid rgba(14, 165, 245, .86);
  border-left-color: transparent;
  border-radius: 50%;
  box-shadow: 0 0 2rem rgba(14, 165, 245, .2);
}

.smart-backups-mark i::before {
  content: "";
  position: absolute;
  left: 10%;
  bottom: 4%;
  width: 68%;
  height: 54%;
  border-radius: .55rem;
  background:
    radial-gradient(circle at 25% 28%, var(--cyan) 0 .24rem, transparent .27rem),
    radial-gradient(circle at 25% 68%, var(--cyan) 0 .24rem, transparent .27rem),
    linear-gradient(180deg, rgba(14, 165, 245, .92), rgba(8, 120, 200, .95));
  box-shadow: inset 0 -2.1rem 0 rgba(6, 18, 37, .12);
}

.smart-backups-mark i::after {
  content: "";
  position: absolute;
  right: -8%;
  top: 24%;
  width: 54%;
  height: 30%;
  border-right: .5rem solid var(--blue);
  border-bottom: .5rem solid var(--blue);
  transform: rotate(42deg);
  border-radius: .2rem;
}

.detail-panel {
  position: sticky;
  top: 6rem;
  display: grid;
  gap: 1rem;
  padding: clamp(1.1rem, 2.4vw, 1.6rem);
  border: 1px solid rgba(159, 205, 242, .72);
  border-radius: .85rem;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 22px 70px rgba(6, 27, 68, .08);
}

.detail-panel h2,
.detail-panel p {
  margin: 0;
}

.detail-panel p {
  color: var(--muted);
  line-height: 1.65;
}

.detail-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .8rem;
}

.detail-metrics span {
  display: grid;
  gap: .2rem;
  min-height: 5.4rem;
  padding: .85rem;
  border: 1px solid rgba(14, 165, 245, .18);
  border-radius: .72rem;
  background: rgba(238, 247, 255, .78);
  color: var(--muted);
  font-size: .78rem;
  font-weight: 800;
}

.detail-metrics strong {
  color: var(--ink);
  font-size: 1.35rem;
  line-height: 1;
}

.detail-content {
  display: grid;
  gap: 1.1rem;
}

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

.product-detail-layout {
  color: #fff;
  padding-top: clamp(2.2rem, 4vw, 3.4rem);
  padding-bottom: clamp(2.2rem, 4vw, 3.4rem);
  background:
    radial-gradient(circle at 84% 16%, rgba(121, 215, 255, .2), transparent 24rem),
    radial-gradient(circle at 12% 72%, rgba(21, 168, 121, .12), transparent 20rem),
    linear-gradient(135deg, #07152f, #0b234f);
}

.product-detail-layout .eyebrow {
  color: #79d7ff;
}

.product-detail-layout .detail-panel {
  gap: .8rem;
  padding: clamp(1rem, 2vw, 1.35rem);
  border-color: rgba(121, 215, 255, .2);
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .16);
}

.product-detail-layout .detail-panel h2 {
  font-size: clamp(2.1rem, 3.25vw, 3.35rem);
  line-height: 1.04;
}

.product-detail-layout .detail-panel p {
  color: rgba(255, 255, 255, .82);
  line-height: 1.5;
}

.product-detail-layout .detail-metrics span {
  min-height: 4rem;
  padding: .65rem;
  border-color: rgba(121, 215, 255, .2);
  color: rgba(255, 255, 255, .82);
  background: rgba(121, 215, 255, .1);
}

.product-detail-layout .detail-metrics strong {
  color: #fff;
}

.product-detail-layout .value-card {
  min-height: 10.8rem;
  padding: clamp(.95rem, 1.55vw, 1.15rem);
  border-color: rgba(121, 215, 255, .2);
  background:
    linear-gradient(145deg, rgba(121, 215, 255, .1), transparent 48%),
    rgba(255, 255, 255, .08);
  box-shadow: 0 18px 54px rgba(0, 0, 0, .14), inset 0 1px 0 rgba(255, 255, 255, .08);
}

.product-detail-layout .value-card h3 {
  color: #fff;
}

.product-detail-layout .value-card p {
  color: rgba(255, 255, 255, .8);
  line-height: 1.5;
}

.product-detail-layout .value-card span {
  color: #79d7ff;
  background: rgba(121, 215, 255, .12);
}

.product-detail-layout + .solution-cta {
  color: var(--ink);
  border-top: 1px solid rgba(217, 231, 245, .92);
  background:
    radial-gradient(circle at 78% 28%, rgba(121, 215, 255, .2), transparent 23rem),
    radial-gradient(circle at 12% 76%, rgba(21, 168, 121, .08), transparent 19rem),
    linear-gradient(180deg, #ffffff, var(--soft));
}

.product-detail-layout + .solution-cta .eyebrow {
  color: var(--blue-dark);
}

.product-detail-layout + .solution-cta .solution-cta-panel {
  border-color: rgba(159, 205, 242, .72);
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 22px 70px rgba(6, 27, 68, .08);
}

.product-detail-layout + .solution-cta .solution-cta-panel p {
  color: var(--muted);
}

.solution-cta {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(22rem, .85fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
  color: #fff;
  background:
    radial-gradient(circle at 78% 34%, rgba(121, 215, 255, .25), transparent 24rem),
    linear-gradient(135deg, #07152f, #0b234f);
}

.solution-cta .eyebrow {
  color: #79d7ff;
}

.solution-cta h2 {
  max-width: min(100%, 24ch);
  margin: 0;
}

.solution-cta-panel {
  display: grid;
  gap: 1.25rem;
  justify-items: start;
  padding: clamp(1.2rem, 3vw, 2rem);
  border: 1px solid rgba(121, 215, 255, .18);
  border-radius: .75rem;
  background: rgba(255, 255, 255, .06);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .14);
}

.solution-cta-panel p {
  max-width: 44rem;
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 1.05rem;
  line-height: 1.65;
}

.about-cta {
  color: var(--ink);
  border-top: 1px solid rgba(217, 231, 245, .92);
  padding-top: clamp(3rem, 5vw, 4.5rem);
  padding-bottom: clamp(3rem, 5vw, 4.5rem);
  background:
    radial-gradient(circle at 78% 28%, rgba(121, 215, 255, .2), transparent 23rem),
    radial-gradient(circle at 12% 76%, rgba(21, 168, 121, .08), transparent 19rem),
    linear-gradient(180deg, #ffffff, var(--soft));
}

.about-cta .eyebrow {
  color: var(--blue-dark);
}

.about-cta .solution-cta-panel {
  border-color: rgba(159, 205, 242, .72);
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 22px 70px rgba(6, 27, 68, .08);
}

.about-cta .solution-cta-panel p {
  color: var(--muted);
}

.value-matrix {
  background:
    radial-gradient(circle at 80% 18%, rgba(121, 215, 255, .2), transparent 22rem),
    radial-gradient(circle at 10% 82%, rgba(21, 168, 121, .08), transparent 18rem),
    linear-gradient(180deg, var(--soft), #fff);
}

.value-matrix .section-head {
  max-width: none;
}

.value-matrix .section-head h2 {
  max-width: 22ch;
}

.value-matrix .section-head p:not(.eyebrow) {
  max-width: 72rem;
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.4vw, 1.22rem);
  line-height: 1.65;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

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

.about-focus .value-card {
  min-height: 12.5rem;
}

.value-card {
  position: relative;
  overflow: hidden;
  min-height: 18rem;
  padding: clamp(1.15rem, 2.2vw, 1.55rem);
  border: 1px solid rgba(159, 205, 242, .72);
  border-radius: .75rem;
  background:
    linear-gradient(145deg, rgba(14, 165, 245, .08), transparent 48%),
    rgba(255, 255, 255, .88);
  box-shadow: 0 22px 70px rgba(6, 27, 68, .08), inset 0 1px 0 rgba(255, 255, 255, .9);
}

.value-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(14, 165, 245, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14, 165, 245, .045) 1px, transparent 1px);
  background-size: 3rem 3rem;
  opacity: .72;
  mask-image: linear-gradient(180deg, #000, transparent 88%);
}

.value-card::after {
  content: "";
  position: absolute;
  inset: auto 1.2rem 1rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), var(--green), transparent);
  transform: scaleX(.32);
  transform-origin: left;
  opacity: .7;
  transition: transform .35s ease, opacity .35s ease;
}

.value-card:hover {
  transform: translateY(-.3rem);
  border-color: rgba(14, 165, 245, .48);
  box-shadow: 0 30px 92px rgba(6, 27, 68, .13), 0 0 0 1px rgba(121, 215, 255, .18) inset;
}

.value-card:hover::after {
  transform: scaleX(1);
  opacity: 1;
}

.value-card span,
.value-card h3,
.value-card p,
.software-content,
.software-logo,
.use-grid article h3,
.use-grid article p,
.steps article span,
.steps article h3,
.steps article p,
.market-points span,
.market-points strong,
.market-points p,
.contact-proof span,
.contact-proof strong,
.contact-proof p,
.contact-form > *:not(.pointer-glow) {
  position: relative;
  z-index: 1;
}

.value-card span {
  display: inline-grid;
  place-items: center;
  width: 2.7rem;
  height: 2.7rem;
  margin-bottom: 1.25rem;
  border-radius: .6rem;
  color: var(--blue-dark);
  background: var(--soft-2);
  font-weight: 950;
  box-shadow: 0 0 0 1px rgba(14, 165, 245, .08), 0 12px 26px rgba(6, 27, 68, .06);
  animation: iconBreathe 5.8s ease-in-out infinite;
}

.value-card h3 {
  color: var(--ink);
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
}

.value-card p {
  margin: .85rem 0 0;
  color: var(--muted);
  line-height: 1.62;
}

.about-focus {
  padding-top: clamp(3rem, 5vw, 4.5rem);
  padding-bottom: clamp(2rem, 3.5vw, 3rem);
}

.about-focus .section-head {
  margin-bottom: 1.4rem;
}

.about-focus .value-card {
  min-height: 12rem;
  padding: clamp(1rem, 1.8vw, 1.25rem);
}

.about-ribbon {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 0 clamp(1rem, 6vw, 5.5rem);
  color: #fff;
  background:
    radial-gradient(circle at 80% 30%, rgba(121, 215, 255, .22), transparent 22rem),
    linear-gradient(135deg, #061b44, #0b234f);
}

.about-ribbon::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(121, 215, 255, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(121, 215, 255, .07) 1px, transparent 1px);
  background-size: 4rem 4rem;
}

.about-ribbon > * {
  position: relative;
  z-index: 1;
}

.about-ribbon article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: .35rem .85rem;
  min-height: 9rem;
  padding: clamp(1.25rem, 2.4vw, 1.85rem);
  border-left: 1px solid rgba(255, 255, 255, .12);
}

.about-ribbon article:last-child {
  border-right: 1px solid rgba(255, 255, 255, .12);
}

.about-ribbon span {
  grid-row: span 2;
  display: inline-grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: .55rem;
  color: #79d7ff;
  background: rgba(121, 215, 255, .12);
  font-size: .82rem;
  font-weight: 950;
}

.about-ribbon strong {
  align-self: end;
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.25;
}

.about-ribbon p {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  line-height: 1.45;
}

.product,
.split,
.enterprise,
.market-layer,
.contact {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(19rem, 1.05fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.section-copy p,
.copy-block p,
.product-card p,
.enterprise-copy li,
.contact p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.section-copy p {
  max-width: 45rem;
}

.product-card {
  position: relative;
  overflow: hidden;
  min-height: 22rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(1.4rem, 3vw, 2.2rem);
  border-radius: .75rem;
  color: #fff;
  background:
    linear-gradient(140deg, rgba(14, 165, 245, .22), transparent 50%),
    linear-gradient(135deg, var(--deep), #09265a);
  box-shadow: var(--shadow);
}

.product-card::before {
  content: "";
  position: absolute;
  inset: -40% -30% auto auto;
  width: 22rem;
  aspect-ratio: 1;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(14, 165, 245, .38), transparent 63%);
  animation: cardLight 11s ease-in-out infinite;
}

.product-card h3,
.product-card p,
.product-card .pill,
.product-dashboard {
  position: relative;
  z-index: 1;
}

.product-card p {
  color: rgba(255, 255, 255, .76);
}

.product-dashboard {
  display: grid;
  gap: .85rem;
  margin: 1.1rem 0 1.4rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: .7rem;
  background: rgba(255, 255, 255, .07);
}

.dash-top,
.dash-feed {
  display: grid;
  gap: .45rem;
}

.dash-top {
  grid-template-columns: 1.5fr 1fr .8fr;
}

.dash-top span,
.dash-feed span {
  height: .48rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .18);
}

.dash-top span:nth-child(1),
.dash-feed span:nth-child(2) {
  background: rgba(121, 215, 255, .58);
}

.dash-bars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: end;
  gap: .55rem;
  min-height: 5.8rem;
}

.dash-bars span {
  display: block;
  min-height: 1.4rem;
  border-radius: .35rem .35rem .18rem .18rem;
  background: linear-gradient(180deg, #79d7ff, #15a879);
  transform-origin: bottom;
  animation: barRise 3.4s ease-in-out infinite;
}

.dash-bars span:nth-child(1) {
  height: 42%;
}

.dash-bars span:nth-child(2) {
  height: 72%;
  animation-delay: -.8s;
}

.dash-bars span:nth-child(3) {
  height: 95%;
  animation-delay: -1.6s;
}

.dash-bars span:nth-child(4) {
  height: 58%;
  animation-delay: -2.4s;
}

.pill {
  align-self: flex-start;
  margin-bottom: auto;
  padding: .45rem .7rem;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  color: #9bdfff;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.feature-grid,
.use-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.capability-flow {
  position: absolute;
  top: clamp(7rem, 12vw, 10rem);
  right: clamp(1rem, 6vw, 5.5rem);
  width: min(32rem, 42vw);
  height: 4rem;
  pointer-events: none;
}

.capability-flow::before {
  content: "";
  position: absolute;
  inset: 50% 0 auto;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(14, 165, 245, .4), transparent);
}

.capability-flow span {
  position: absolute;
  top: calc(50% - .34rem);
  width: .68rem;
  height: .68rem;
  border-radius: 999px;
  background: var(--blue);
  box-shadow: 0 0 1.2rem rgba(14, 165, 245, .45);
  animation: flowDot 4.8s linear infinite;
}

.capability-flow span:nth-child(2) {
  animation-delay: -1.6s;
  background: #79d7ff;
}

.capability-flow span:nth-child(3) {
  animation-delay: -3.2s;
  background: var(--green);
}

.scope-map {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr) minmax(0, 1fr);
  gap: .85rem;
  margin: 0 0 1.15rem;
  padding: .85rem;
  border: 1px solid rgba(159, 205, 242, .72);
  border-radius: 1rem;
  background:
    radial-gradient(circle at 50% 50%, rgba(121, 215, 255, .18), transparent 22rem),
    linear-gradient(120deg, rgba(255, 255, 255, .94), rgba(238, 247, 255, .78)),
    rgba(255, 255, 255, .9);
  box-shadow: 0 24px 74px rgba(6, 27, 68, .09), inset 0 1px 0 rgba(255, 255, 255, .95);
}

.scope-map::before {
  content: "";
  position: absolute;
  left: 9%;
  right: 9%;
  top: 50%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(14, 165, 245, .54), rgba(21, 168, 121, .5), transparent);
  background-size: 180% 100%;
  animation: roadmapPulse 6s linear infinite;
}

.scope-map article {
  position: relative;
  z-index: 1;
  display: grid;
  gap: .55rem;
  align-content: start;
  min-height: 8.8rem;
  padding: 1.05rem;
  border: 1px solid rgba(217, 231, 245, .9);
  border-radius: .8rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(245, 250, 255, .82));
  box-shadow: 0 18px 48px rgba(6, 27, 68, .07);
}

.scope-map article::after {
  content: "";
  position: absolute;
  top: calc(50% - .34rem);
  right: -.78rem;
  width: .68rem;
  height: .68rem;
  border: 2px solid #fff;
  border-radius: 999px;
  background: var(--blue);
  box-shadow: 0 0 0 5px rgba(14, 165, 245, .12), 0 0 1rem rgba(14, 165, 245, .24);
}

.scope-map article:last-child::after {
  display: none;
}

.scope-map .scope-core {
  color: #fff;
  border-color: rgba(121, 215, 255, .34);
  background:
    radial-gradient(circle at 78% 18%, rgba(121, 215, 255, .28), transparent 10rem),
    linear-gradient(135deg, #07152f, #0a4c8a);
  box-shadow: 0 24px 70px rgba(6, 27, 68, .18);
}

.scope-map .scope-core::after {
  background: var(--green);
}

.scope-map span {
  color: var(--blue-dark);
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.scope-map .scope-core span {
  color: var(--cyan);
}

.scope-map strong {
  color: var(--ink);
  font-size: clamp(1rem, 1.45vw, 1.2rem);
  line-height: 1.35;
}

.scope-map .scope-core strong {
  color: #fff;
}

.feature-grid article,
.use-grid article,
.steps article {
  position: relative;
  overflow: hidden;
  min-height: 14rem;
  padding: 1.35rem;
  border: 1px solid var(--line);
  border-radius: .65rem;
  background:
    linear-gradient(140deg, rgba(14, 165, 245, .055), transparent 44%),
    rgba(255, 255, 255, .9);
  box-shadow: 0 14px 42px rgba(6, 27, 68, .06), inset 0 1px 0 rgba(255, 255, 255, .9);
}

.feature-grid article::after,
.use-grid article::after,
.steps article::after {
  content: "";
  position: absolute;
  inset: auto 1.35rem 1.1rem;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(14, 165, 245, .55), transparent);
  transform: translateX(-120%);
  opacity: 0;
}

.feature-grid article:hover::after,
.use-grid article:hover::after,
.steps article:hover::after {
  opacity: 1;
  animation: cardScan 1.1s ease;
}

.feature-grid span,
.steps span {
  display: inline-grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  margin-bottom: 1.2rem;
  border-radius: .55rem;
  color: var(--blue-dark);
  background: var(--soft-2);
  font-weight: 900;
  animation: iconBreathe 5.6s ease-in-out infinite;
}

.feature-grid p,
.use-grid p,
.steps p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.market-segments {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
  color: #fff;
  background:
    radial-gradient(circle at 80% 10%, rgba(121, 215, 255, .22), transparent 26rem),
    radial-gradient(circle at 12% 76%, rgba(21, 168, 121, .12), transparent 20rem),
    linear-gradient(135deg, #06152f, #0a1c3e 56%, #071226);
}

.market-segments::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(121, 215, 255, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(121, 215, 255, .07) 1px, transparent 1px);
  background-size: 5rem 5rem;
  mask-image: linear-gradient(115deg, #000, transparent 78%);
}

.market-segments > * {
  position: relative;
  z-index: 1;
}

.segment-copy {
  position: sticky;
  top: 6rem;
  display: grid;
  gap: 1.1rem;
}

.segment-copy .eyebrow {
  color: var(--cyan);
}

.segment-copy h2 {
  max-width: min(100%, 24ch);
  color: #fff;
}

.segment-copy p:not(.eyebrow) {
  max-width: 38rem;
  color: rgba(255, 255, 255, .74);
  font-size: 1.05rem;
  line-height: 1.68;
}

.segment-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .9rem;
}

.segment-grid article {
  position: relative;
  overflow: hidden;
  min-height: 12.5rem;
  padding: 1.15rem;
  border: 1px solid rgba(121, 215, 255, .2);
  border-radius: .8rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .045)),
    rgba(255, 255, 255, .045);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .16), inset 0 1px 0 rgba(255, 255, 255, .1);
  backdrop-filter: blur(18px);
}

.segment-grid article::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 14%, rgba(121, 215, 255, .16), transparent 9rem),
    linear-gradient(110deg, transparent 0 38%, rgba(121, 215, 255, .14) 50%, transparent 62%);
  opacity: .7;
  transform: translateX(-110%);
  animation: marketCardSweep 9s ease-in-out infinite;
}

.segment-grid article:nth-child(2)::before {
  animation-delay: -1.4s;
}

.segment-grid article:nth-child(3)::before {
  animation-delay: -2.8s;
}

.segment-grid article:nth-child(4)::before {
  animation-delay: -4.2s;
}

.segment-grid article:nth-child(5)::before {
  animation-delay: -5.6s;
}

.segment-grid article:nth-child(6)::before {
  animation-delay: -7s;
}

.segment-grid article:hover {
  transform: translateY(-.18rem);
  border-color: rgba(121, 215, 255, .42);
  background:
    linear-gradient(135deg, rgba(14, 165, 245, .16), rgba(255, 255, 255, .055)),
    rgba(255, 255, 255, .06);
}

.segment-grid span,
.segment-grid h3,
.segment-grid p {
  position: relative;
  z-index: 1;
}

.segment-grid span {
  display: inline-grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  margin-bottom: 1rem;
  border-radius: .55rem;
  color: var(--cyan);
  background: rgba(121, 215, 255, .1);
  font-size: .78rem;
  font-weight: 950;
  box-shadow: inset 0 0 0 1px rgba(121, 215, 255, .16);
}

.segment-grid h3 {
  color: #fff;
}

.segment-grid p {
  color: rgba(255, 255, 255, .7);
  line-height: 1.58;
}

.final-conversion {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(22rem, .82fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
  border-top: 1px solid rgba(159, 205, 242, .56);
  background:
    radial-gradient(circle at 78% 26%, rgba(121, 215, 255, .28), transparent 25rem),
    radial-gradient(circle at 12% 42%, rgba(21, 168, 121, .09), transparent 18rem),
    linear-gradient(180deg, #f8fcff, #ffffff);
}

.final-conversion::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(14, 165, 245, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14, 165, 245, .045) 1px, transparent 1px);
  background-size: 4rem 4rem;
  mask-image: linear-gradient(115deg, #000, transparent 72%);
}

.final-conversion > * {
  position: relative;
  z-index: 1;
}

.conversion-copy {
  display: grid;
  gap: 1.15rem;
}

.conversion-copy h2 {
  max-width: min(100%, 24ch);
}

.conversion-copy p:not(.eyebrow) {
  max-width: 50rem;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.35vw, 1.18rem);
  line-height: 1.65;
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
}

.conversion-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: .35rem;
}

.conversion-panel {
  position: relative;
  display: grid;
  gap: .9rem;
  padding: clamp(1rem, 2.4vw, 1.35rem);
  border: 1px solid rgba(159, 205, 242, .78);
  border-radius: 1rem;
  background:
    radial-gradient(circle at 82% 12%, rgba(121, 215, 255, .22), transparent 12rem),
    linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(238, 247, 255, .84));
  box-shadow: var(--shadow);
}

.conversion-panel::before {
  content: "";
  position: absolute;
  left: 2.25rem;
  top: 2.3rem;
  bottom: 2.3rem;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--blue), var(--cyan), var(--green));
  opacity: .62;
}

.conversion-panel article {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: .3rem .85rem;
  padding: 1rem;
  border: 1px solid rgba(217, 231, 245, .88);
  border-radius: .75rem;
  background: rgba(255, 255, 255, .74);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .92);
}

.conversion-panel span {
  grid-row: span 2;
  display: inline-grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: .55rem;
  color: var(--blue-dark);
  background: var(--soft-2);
  font-size: .8rem;
  font-weight: 950;
  box-shadow: 0 0 0 1px rgba(14, 165, 245, .08), 0 12px 26px rgba(6, 27, 68, .06);
}

.conversion-panel strong {
  align-self: end;
  color: var(--ink);
  font-size: 1.05rem;
}

.conversion-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.split {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(120deg, rgba(14, 165, 245, .08), transparent 36%),
    var(--soft);
}

.process-stream {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .6rem;
  margin-top: 1.4rem;
}

.process-stream span {
  position: relative;
  overflow: hidden;
  padding: .75rem .8rem;
  border: 1px solid var(--line);
  border-radius: .55rem;
  color: var(--ink);
  background: rgba(255, 255, 255, .78);
  font-size: .78rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.process-stream span::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 0 34%, rgba(14, 165, 245, .2) 50%, transparent 66%);
  transform: translateX(-120%);
  animation: processScan 5.5s ease-in-out infinite;
}

.process-stream span:nth-child(2)::after {
  animation-delay: .4s;
}

.process-stream span:nth-child(3)::after {
  animation-delay: .8s;
}

.process-stream span:nth-child(4)::after {
  animation-delay: 1.2s;
}

.about-problem {
  color: #fff;
  border-top: 0;
  border-bottom: 0;
  padding-top: clamp(3rem, 5vw, 4.5rem);
  padding-bottom: clamp(3rem, 5vw, 4.5rem);
  background:
    radial-gradient(circle at 84% 20%, rgba(121, 215, 255, .22), transparent 24rem),
    radial-gradient(circle at 14% 70%, rgba(21, 168, 121, .12), transparent 20rem),
    linear-gradient(135deg, #07152f, #0b234f);
}

.about-problem .eyebrow {
  color: #79d7ff;
}

.about-problem h2 {
  font-size: clamp(2rem, 3.6vw, 3.25rem);
}

.about-problem .copy-block p {
  color: rgba(255, 255, 255, .84);
}

.about-problem .process-stream span {
  border-color: rgba(121, 215, 255, .18);
  color: #fff;
  background: rgba(255, 255, 255, .08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.market-layer {
  background:
    radial-gradient(circle at 84% 16%, rgba(121, 215, 255, .16), transparent 22rem),
    linear-gradient(180deg, #fff, var(--soft));
}

.market-copy > p:not(.eyebrow) {
  max-width: 47rem;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.68;
}

.market-points {
  display: grid;
  gap: .85rem;
  margin-top: 1.6rem;
}

.market-points article {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .35rem .85rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: .65rem;
  background:
    linear-gradient(120deg, rgba(14, 165, 245, .06), transparent 56%),
    rgba(255, 255, 255, .86);
  box-shadow: 0 14px 44px rgba(6, 27, 68, .06);
}

.market-points article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 38%, rgba(121, 215, 255, .18) 50%, transparent 62%);
  transform: translateX(-120%);
  animation: marketCardSweep 7s ease-in-out infinite;
}

.market-points article:nth-child(2)::after {
  animation-delay: -2.2s;
}

.market-points article:nth-child(3)::after {
  animation-delay: -4.4s;
}

.market-points span,
.market-points strong,
.market-points p {
  position: relative;
  z-index: 1;
}

.market-points span {
  grid-row: span 2;
  display: inline-grid;
  place-items: center;
  width: 2.45rem;
  height: 2.45rem;
  border-radius: .55rem;
  color: var(--blue-dark);
  background: var(--soft-2);
  font-size: .82rem;
  font-weight: 950;
}

.market-points strong {
  color: var(--ink);
  font-size: 1.02rem;
}

.market-points p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.about-method {
  color: #fff;
  background:
    radial-gradient(circle at 78% 20%, rgba(14, 165, 245, .22), transparent 24rem),
    radial-gradient(circle at 12% 78%, rgba(21, 168, 121, .14), transparent 22rem),
    linear-gradient(135deg, #061b44, #09265a 58%, #07152f);
}

.about-method .eyebrow {
  color: #79d7ff;
}

.about-method .market-copy > p:not(.eyebrow),
.about-method .market-points p {
  color: rgba(255, 255, 255, .82);
}

.about-method .market-points article {
  border-color: rgba(121, 215, 255, .18);
  background:
    linear-gradient(120deg, rgba(121, 215, 255, .1), transparent 56%),
    rgba(255, 255, 255, .08);
  box-shadow: 0 18px 54px rgba(0, 0, 0, .16);
}

.about-method .market-points span {
  color: #79d7ff;
  background: rgba(121, 215, 255, .12);
}

.about-method .market-points strong {
  color: #fff;
}

.market-visual {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(33rem, 48vw, 42rem);
  border: 1px solid rgba(159, 205, 242, .72);
  border-radius: .85rem;
  background:
    radial-gradient(circle at 50% 50%, rgba(121, 215, 255, .18), transparent 13rem),
    linear-gradient(rgba(14, 165, 245, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14, 165, 245, .07) 1px, transparent 1px),
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(239, 248, 255, .88));
  background-size: auto, 3.4rem 3.4rem, 3.4rem 3.4rem, auto;
  box-shadow: var(--shadow-strong);
}

.market-visual::before,
.market-visual::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  pointer-events: none;
}

.market-visual::before {
  inset: 13%;
  border: 1px dashed rgba(14, 165, 245, .28);
  animation: orbitTurn 30s linear infinite;
}

.market-visual::after {
  inset: -20%;
  background: conic-gradient(from 90deg, transparent, rgba(14, 165, 245, .14), rgba(21, 168, 121, .1), transparent 58%);
  animation: systemSweep 22s linear infinite reverse;
}

.market-core,
.market-node,
.market-stream {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(159, 205, 242, .82);
  box-shadow: 0 18px 52px rgba(6, 27, 68, .13);
  backdrop-filter: blur(16px);
}

.market-core {
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: clamp(10rem, 16vw, 13rem);
  aspect-ratio: 1;
  border-color: rgba(14, 165, 245, .5);
  border-radius: 1.65rem;
  color: #fff;
  background:
    linear-gradient(140deg, rgba(121, 215, 255, .26), transparent 52%),
    linear-gradient(135deg, var(--deep), #0d6dbb);
  font-size: clamp(1rem, 1.8vw, 1.35rem);
  font-weight: 950;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  animation: corePulse 5s ease-in-out infinite;
}

.market-node {
  min-width: 8.3rem;
  padding: .72rem .82rem;
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, .82);
  font-size: .8rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
  animation: panelFloat 7.2s ease-in-out infinite;
}

.about-method .market-visual {
  border-color: rgba(121, 215, 255, .2);
  background:
    radial-gradient(circle at 50% 50%, rgba(121, 215, 255, .15), transparent 13rem),
    linear-gradient(rgba(121, 215, 255, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(121, 215, 255, .08) 1px, transparent 1px),
    rgba(255, 255, 255, .06);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .2);
}

.about-method .market-node,
.about-method .market-stream {
  border-color: rgba(121, 215, 255, .28);
  color: #fff;
  background: rgba(255, 255, 255, .1);
}

.market-sales {
  top: 10%;
  left: 12%;
}

.market-ops {
  top: 10%;
  right: 12%;
  animation-delay: -1.2s;
}

.market-finance {
  top: 44%;
  left: 6%;
  animation-delay: -2.4s;
}

.market-care {
  top: 44%;
  right: 6%;
  animation-delay: -3.6s;
}

.market-procurement {
  left: 12%;
  bottom: 12%;
  animation-delay: -4.8s;
}

.market-compliance {
  right: 12%;
  bottom: 12%;
  animation-delay: -6s;
}

.market-stream {
  display: flex;
  gap: .5rem;
  padding: .55rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .7);
}

.market-stream span {
  padding: .45rem .58rem;
  border-radius: 999px;
  color: var(--blue-dark);
  background: var(--soft-2);
  font-size: .72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.about-method .market-stream span {
  color: #79d7ff;
  background: rgba(121, 215, 255, .12);
}

.stream-a {
  top: 28%;
  left: 50%;
  transform: translateX(-50%);
  animation: streamFloatA 8s ease-in-out infinite;
}

.stream-b {
  left: 50%;
  bottom: 28%;
  transform: translateX(-50%);
  animation: streamFloatB 8.4s ease-in-out infinite;
}

.trust-plane {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(20rem, 1.1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  color: #fff;
  background:
    radial-gradient(circle at 75% 35%, rgba(14, 165, 245, .28), transparent 22rem),
    linear-gradient(135deg, #07152f, #0b234f);
}

.trust-plane .trust-copy {
  order: 2;
}

.trust-plane .trust-visual {
  order: 1;
}

.trust-plane .eyebrow {
  color: #79d7ff;
}

.trust-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, .76);
  font-size: 1.05rem;
  line-height: 1.65;
}

.trust-visual {
  position: relative;
  min-height: 28rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: .75rem;
  background:
    linear-gradient(rgba(121, 215, 255, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(121, 215, 255, .08) 1px, transparent 1px),
    rgba(255, 255, 255, .04);
  background-size: 3.6rem 3.6rem;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .08);
}

.trust-core,
.trust-node {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(121, 215, 255, .34);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .2);
}

.trust-core {
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: clamp(8.5rem, 15vw, 12rem);
  aspect-ratio: 1;
  border-radius: 1.5rem;
  background: linear-gradient(135deg, #0d6dbb, #061b44);
  color: #fff;
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  font-weight: 950;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  animation: corePulse 5s ease-in-out infinite;
}

.trust-node {
  min-width: 7rem;
  padding: .72rem .8rem;
  border-radius: 999px;
  color: #dff6ff;
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(14px);
  font-size: .82rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
  animation: panelFloat 7s ease-in-out infinite;
}

.trust-sec {
  top: 12%;
  left: 9%;
}

.trust-audit {
  top: 12%;
  right: 10%;
  animation-delay: -1.4s;
}

.trust-roles {
  left: 7%;
  bottom: 18%;
  animation-delay: -2.8s;
}

.trust-api {
  right: 8%;
  bottom: 18%;
  animation-delay: -4.2s;
}

.trust-data {
  left: 50%;
  bottom: 8%;
  transform: translateX(-50%);
  animation-delay: -5.6s;
}

.trust-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.trust-lines path {
  fill: none;
  stroke: rgba(121, 215, 255, .42);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 10 16;
  animation: dataFlow 6s linear infinite;
}

.enterprise {
  background: linear-gradient(180deg, #fff, var(--soft));
}

.enterprise-visual {
  position: relative;
  overflow: hidden;
  min-height: clamp(30rem, 45vw, 39rem);
  padding: .7rem;
  border: 1px solid var(--line);
  border-radius: .75rem;
  background:
    linear-gradient(135deg, #fff, #f2f9ff),
    linear-gradient(rgba(14, 165, 245, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14, 165, 245, .08) 1px, transparent 1px);
  background-size: auto, 3.2rem 3.2rem, 3.2rem 3.2rem;
  box-shadow: var(--shadow-strong);
}

.enterprise-map::before {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px dashed rgba(14, 165, 245, .28);
  border-radius: 999px;
  animation: orbitTurn 28s linear infinite reverse;
}

.map-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.map-lines path {
  fill: none;
  stroke: rgba(8, 120, 200, .33);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 8 14;
  animation: dataFlow 6.5s linear infinite;
}

.map-core,
.map-node {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(159, 205, 242, .85);
  box-shadow: 0 18px 48px rgba(6, 27, 68, .12);
}

.map-core {
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: clamp(9rem, 15vw, 12rem);
  aspect-ratio: 1;
  border-radius: 1.6rem;
  color: #fff;
  background: linear-gradient(135deg, var(--deep), #0d6dbb);
  transform: translate(-50%, -50%);
  animation: corePulse 5.2s ease-in-out infinite;
}

.map-node {
  width: min(13.5rem, 34%);
  padding: .9rem;
  border-radius: .7rem;
  background: rgba(255, 255, 255, .88);
  backdrop-filter: blur(14px);
  animation: panelFloat 7.5s ease-in-out infinite;
}

.map-node strong,
.map-node span {
  display: block;
}

.map-node strong {
  color: var(--ink);
  font-size: .98rem;
  line-height: 1.2;
}

.map-node span {
  margin-top: .35rem;
  color: var(--muted);
  font-size: .82rem;
  font-weight: 800;
}

.node-chat {
  top: 9%;
  left: 7%;
}

.node-data {
  top: 9%;
  right: 7%;
  animation-delay: -1.2s;
}

.node-report {
  top: 42%;
  left: 5%;
  animation-delay: -2.4s;
}

.node-governance {
  top: 42%;
  right: 5%;
  animation-delay: -3.6s;
}

.node-automation {
  left: 7%;
  bottom: 9%;
  animation-delay: -4.8s;
}

.node-vault {
  right: 7%;
  bottom: 9%;
  animation-delay: -6s;
}

.check-list {
  display: grid;
  gap: .8rem;
  padding: 0;
  margin: 1.5rem 0 0;
  list-style: none;
}

.readiness-pulse,
.contact-signal {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
}

.readiness-pulse {
  margin-top: 1.25rem;
}

.readiness-pulse span,
.contact-signal span {
  position: relative;
  overflow: hidden;
  padding: .52rem .68rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, .76);
  font-size: .76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.readiness-pulse span::before,
.contact-signal span::before {
  content: "";
  display: inline-block;
  width: .42rem;
  height: .42rem;
  margin-right: .45rem;
  border-radius: 999px;
  background: var(--blue);
  box-shadow: 0 0 1rem rgba(14, 165, 245, .55);
  animation: signalBlink 2.8s ease-in-out infinite;
}

.readiness-pulse span:nth-child(2)::before,
.contact-signal span:nth-child(2)::before {
  animation-delay: -.9s;
  background: #79d7ff;
}

.readiness-pulse span:nth-child(3)::before,
.contact-signal span:nth-child(3)::before {
  animation-delay: -1.8s;
  background: var(--green);
}

.check-list li {
  position: relative;
  overflow: hidden;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: .55rem;
  background:
    linear-gradient(120deg, rgba(14, 165, 245, .045), transparent 50%),
    #fff;
}

.check-list li::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--blue), var(--green));
  opacity: .55;
}

.roadmap {
  position: relative;
  overflow: hidden;
  background: var(--deep);
  color: #fff;
}

.roadmap::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(14, 165, 245, .08) 1px, transparent 1px),
    linear-gradient(rgba(14, 165, 245, .06) 1px, transparent 1px);
  background-size: 5rem 5rem;
  opacity: .65;
}

.roadmap > * {
  position: relative;
  z-index: 1;
}

.roadmap .eyebrow,
.roadmap .steps span {
  color: #78d8ff;
}

.roadmap .steps span {
  color: var(--deep);
  background: #dff6ff;
  box-shadow: 0 0 0 1px rgba(121, 215, 255, .45), 0 12px 28px rgba(0, 0, 0, .18);
}

.roadmap .steps article {
  border-color: rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .06);
}

.roadmap .steps p {
  color: rgba(255, 255, 255, .74);
}

.roadmap-line {
  height: 3px;
  margin-top: 1.4rem;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #79d7ff, #15a879, transparent);
  background-size: 200% 100%;
  animation: roadmapPulse 5s linear infinite;
}

.contact {
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 24%, rgba(14, 165, 245, .3), transparent 24rem),
    radial-gradient(circle at 14% 22%, rgba(21, 168, 121, .12), transparent 20rem),
    linear-gradient(135deg, #07152f, #0b234f 58%, #07152f);
  color: #fff;
}

.contact::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(121, 215, 255, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(121, 215, 255, .07) 1px, transparent 1px);
  background-size: 4.5rem 4.5rem;
  mask-image: linear-gradient(135deg, #000, transparent 78%);
}

.contact > * {
  position: relative;
  z-index: 1;
}

.contact .eyebrow {
  color: #79d7ff;
}

.contact-copy h1 {
  margin: 0;
  max-width: min(100%, 24ch);
  color: #fff;
  font-size: clamp(2rem, 4.2vw, 3.6rem);
  line-height: 1.03;
  text-wrap: balance;
}

.contact-copy > p {
  max-width: 48rem;
  color: rgba(255, 255, 255, .76);
}

.contact-direct {
  display: grid;
  gap: .35rem;
  margin: 1.4rem 0 1.15rem;
  padding: 1rem;
  border: 1px solid rgba(121, 215, 255, .2);
  border-radius: .85rem;
  background:
    linear-gradient(120deg, rgba(121, 215, 255, .12), rgba(255, 255, 255, .045)),
    rgba(255, 255, 255, .055);
  box-shadow: 0 22px 70px rgba(0, 0, 0, .18);
  backdrop-filter: blur(18px);
}

.contact-direct span {
  color: #79d7ff;
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.contact-direct strong {
  color: #fff;
  font-size: clamp(1.25rem, 2.1vw, 1.7rem);
}

.contact-direct small {
  color: rgba(255, 255, 255, .68);
  line-height: 1.45;
}

.contact-signal {
  margin: 1.25rem 0 1.1rem;
}

.contact-signal span {
  border-color: rgba(121, 215, 255, .22);
  color: #eaf8ff;
  background: rgba(255, 255, 255, .07);
}

.contact-proof {
  display: grid;
  grid-template-columns: 1fr;
  gap: .65rem;
  margin-top: 1.4rem;
}

.contact-proof article {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: .55rem;
  min-height: 0;
  padding: .9rem 1rem;
  border: 1px solid rgba(121, 215, 255, .18);
  border-radius: .85rem;
  background:
    linear-gradient(120deg, rgba(14, 165, 245, .14), transparent 58%),
    rgba(255, 255, 255, .06);
  box-shadow: 0 20px 58px rgba(0, 0, 0, .14);
  backdrop-filter: blur(14px);
}

.contact-proof article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 38%, rgba(121, 215, 255, .18) 50%, transparent 62%);
  transform: translateX(-120%);
  animation: marketCardSweep 7.5s ease-in-out infinite;
}

.contact-proof article:nth-child(2)::after {
  animation-delay: -2.5s;
}

.contact-proof article:nth-child(3)::after {
  animation-delay: -5s;
}

.contact-proof span,
.contact-proof strong,
.contact-proof p {
  position: relative;
  z-index: 1;
}

.contact-proof span {
  display: inline-grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: .5rem;
  color: var(--blue-dark);
  background: var(--soft-2);
  font-size: .78rem;
  font-weight: 950;
}

.contact-proof strong {
  align-self: end;
  color: #fff;
}

.contact-proof p {
  grid-column: 2;
  margin: 0;
  color: rgba(255, 255, 255, .66);
  line-height: 1.42;
}

.contact-form {
  position: relative;
  isolation: isolate;
  display: grid;
  gap: .85rem;
  padding: clamp(1.35rem, 3vw, 2.1rem);
  border: 1px solid rgba(159, 205, 242, .78);
  border-radius: 1rem;
  background:
    radial-gradient(circle at 84% 10%, rgba(121, 215, 255, .22), transparent 13rem),
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(244, 251, 255, .9));
  box-shadow: 0 34px 100px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .92);
}

.contact-form::before {
  content: "";
  position: absolute;
  inset: .8rem;
  z-index: -2;
  border-radius: .6rem;
  background:
    linear-gradient(rgba(14, 165, 245, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14, 165, 245, .045) 1px, transparent 1px);
  background-size: 3rem 3rem;
  mask-image: linear-gradient(135deg, transparent 0, #000 22%, #000 76%, transparent 100%);
}

.form-orbit {
  position: absolute;
  inset: auto 1.6rem 1.4rem auto;
  z-index: -1;
  width: 8rem;
  aspect-ratio: 1;
  border: 1px dashed rgba(14, 165, 245, .22);
  border-radius: 999px;
  opacity: .62;
  animation: orbitTurn 24s linear infinite;
}

.form-orbit span {
  position: absolute;
  width: .55rem;
  height: .55rem;
  border-radius: 999px;
  background: var(--blue);
  box-shadow: 0 0 1rem rgba(14, 165, 245, .35);
}

.form-orbit span:nth-child(1) {
  top: 8%;
  left: 25%;
}

.form-orbit span:nth-child(2) {
  top: 54%;
  right: -2%;
  background: var(--green);
}

.form-orbit span:nth-child(3) {
  bottom: 8%;
  left: 30%;
  background: var(--cyan);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: .45rem;
  padding: .85rem .95rem;
  color: var(--ink);
  background: rgba(255, 255, 255, .86);
  font: inherit;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(14, 165, 245, .72);
  background: #fff;
  box-shadow: 0 0 0 .24rem rgba(14, 165, 245, .1);
}

.contact-form input:focus-visible,
.contact-form textarea:focus-visible,
.privacy-check input:focus-visible {
  outline: 0;
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, .95),
    0 0 0 6px rgba(14, 165, 245, .24);
}

.contact-form textarea {
  resize: vertical;
}

.contact-form label {
  color: var(--ink);
  font-weight: 800;
}

.contact-form input[name="company_website"] {
  position: absolute;
  left: -9999px;
}

.privacy-check {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: .65rem;
  color: var(--muted);
  font-size: .94rem;
  line-height: 1.45;
}

.privacy-check input {
  width: 1rem;
  margin-top: .22rem;
}

.form-status {
  padding: .9rem 1rem;
  border-radius: .5rem;
  font-weight: 800;
}

.form-status.success {
  color: #075b43;
  background: #e7f8f2;
}

.form-status.error {
  color: #8a1f11;
  background: #fff0ed;
}

.site-footer {
  position: relative;
  display: grid;
  grid-template-columns: minmax(18rem, 1.4fr) repeat(2, minmax(10rem, .7fr));
  gap: clamp(1.5rem, 4vw, 4rem);
  padding: clamp(3rem, 5vw, 5rem) clamp(1rem, 6vw, 5.5rem) 1.25rem;
  color: rgba(255, 255, 255, .76);
  background:
    radial-gradient(circle at 82% 0%, rgba(14, 165, 245, .2), transparent 24rem),
    linear-gradient(135deg, #06152f, #071226 58%, #041128);
  overflow: hidden;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(121, 215, 255, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(121, 215, 255, .08) 1px, transparent 1px);
  background-size: 5rem 5rem;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, .8), transparent 78%);
}

.site-footer > * {
  position: relative;
  z-index: 1;
}

.footer-brand {
  display: grid;
  gap: 1.15rem;
  max-width: 34rem;
}

.footer-brand p {
  max-width: 31rem;
  margin: 0;
  color: rgba(255, 255, 255, .7);
  font-size: .98rem;
  line-height: 1.7;
  text-align: justify;
  text-justify: inter-word;
}

.footer-logo {
  display: inline-flex;
  align-items: flex-start;
  gap: .2rem;
  max-width: none;
}

.site-footer img {
  width: min(18rem, 56vw);
  height: auto;
}

.site-footer .registered-mark {
  color: #fff;
  font-size: .58em;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .72rem;
  color: rgba(255, 255, 255, .72);
  font-size: .95rem;
  font-weight: 700;
}

.footer-column h2 {
  margin: 0 0 .45rem;
  color: var(--cyan);
  font-size: .72rem;
  line-height: 1.1;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.footer-column span {
  max-width: 15rem;
  color: rgba(255, 255, 255, .58);
  font-weight: 600;
  line-height: 1.55;
}

.site-footer .footer-column a,
.site-footer .footer-column button {
  color: rgba(255, 255, 255, .9);
}

.site-footer .footer-column a:hover,
.site-footer .footer-column button:hover {
  color: var(--cyan);
}

.site-footer nav > a::after {
  display: none;
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(159, 205, 242, .18);
  color: rgba(255, 255, 255, .5);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.footer-bottom span:first-child {
  color: rgba(255, 255, 255, .62);
  font-size: .74rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.45;
  text-transform: none;
}

.footer-bottom a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: .18em;
}

.footer-bottom a:hover {
  color: var(--cyan);
}

.site-footer p {
  margin: 0;
}

.site-footer a,
.site-footer button {
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

body.intro-active {
  overflow: hidden;
}

.operational-intro {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  opacity: 1;
  background:
    radial-gradient(circle at 50% 48%, rgba(14, 165, 245, .24), transparent 18rem),
    radial-gradient(circle at 18% 22%, rgba(121, 215, 255, .14), transparent 20rem),
    radial-gradient(circle at 86% 78%, rgba(21, 168, 121, .12), transparent 22rem),
    linear-gradient(135deg, #061225, #071b3e 48%, #03101f);
}

.operational-intro.is-leaving {
  pointer-events: none;
  animation: intro-leave .34s cubic-bezier(.4, 0, .2, 1) forwards;
}

.intro-grid {
  position: absolute;
  inset: -1px;
  opacity: .42;
  background-image:
    linear-gradient(rgba(121, 215, 255, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(121, 215, 255, .08) 1px, transparent 1px);
  background-size: 5.25rem 5.25rem;
  mask-image: radial-gradient(circle at 50% 50%, #000, transparent 72%);
  animation: intro-grid-drift 2.5s linear both;
}

.intro-grid::before,
.intro-grid::after {
  content: "";
  position: absolute;
  inset: 14% 11%;
  border: 1px solid rgba(121, 215, 255, .2);
  border-radius: 1.4rem;
  opacity: 0;
  animation: intro-frame .95s ease .35s forwards;
}

.intro-grid::after {
  inset: 22% 20%;
  border-color: rgba(21, 168, 121, .18);
  animation-delay: .52s;
}

.intro-scan {
  position: absolute;
  top: -12%;
  bottom: -12%;
  left: -24%;
  width: 18vw;
  min-width: 8rem;
  background:
    linear-gradient(90deg, transparent, rgba(121, 215, 255, .12), rgba(255, 255, 255, .82), rgba(21, 168, 121, .22), transparent);
  filter: blur(.18rem);
  transform: skewX(-10deg);
  box-shadow:
    0 0 70px rgba(121, 215, 255, .48),
    0 0 160px rgba(14, 165, 245, .24);
  animation: intro-scan-pass 1.52s cubic-bezier(.55, 0, .18, 1) .18s forwards;
}

.intro-hud {
  position: absolute;
  display: grid;
  gap: .7rem;
  width: min(16rem, 28vw);
  opacity: 0;
  animation: intro-hud-in .72s ease .58s forwards, intro-hud-out .5s ease 1.92s forwards;
}

.intro-hud span {
  display: flex;
  align-items: center;
  min-height: 2.1rem;
  padding: .52rem .72rem;
  border: 1px solid rgba(121, 215, 255, .22);
  border-radius: .55rem;
  color: rgba(226, 247, 255, .86);
  background: rgba(255, 255, 255, .05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .09);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .12em;
}

.intro-hud span::before {
  content: "";
  width: .42rem;
  height: .42rem;
  margin-right: .55rem;
  border-radius: 999px;
  background: var(--cyan);
  box-shadow: 0 0 18px rgba(121, 215, 255, .86);
}

.intro-hud-left {
  left: clamp(1rem, 6vw, 5.5rem);
  top: 28%;
}

.intro-hud-right {
  right: clamp(1rem, 6vw, 5.5rem);
  bottom: 27%;
}

.intro-system {
  position: relative;
  width: min(48rem, calc(100vw - 2rem));
  aspect-ratio: 2 / 1;
  opacity: 0;
  transform: scale(.94);
  animation: intro-system-in .72s cubic-bezier(.2, .8, .2, 1) .84s forwards;
}

.intro-core {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: min(22rem, 54vw);
  min-height: 7rem;
  padding: 1.4rem 2rem;
  border: 1px solid rgba(121, 215, 255, .34);
  border-radius: .9rem;
  background:
    radial-gradient(circle at 50% 30%, rgba(121, 215, 255, .18), transparent 7rem),
    rgba(6, 18, 37, .68);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, .06) inset,
    0 28px 90px rgba(0, 0, 0, .3),
    0 0 80px rgba(14, 165, 245, .2);
  transform: translate(-50%, -50%);
}

.intro-core img {
  width: min(17.5rem, 44vw);
  height: auto;
  filter: drop-shadow(0 0 26px rgba(121, 215, 255, .34));
}

.intro-node {
  position: absolute;
  z-index: 2;
  min-width: 7.8rem;
  padding: .65rem .8rem;
  border: 1px solid rgba(121, 215, 255, .3);
  border-radius: .58rem;
  text-align: center;
  color: #e7f8ff;
  background: rgba(255, 255, 255, .07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 14px 40px rgba(0, 0, 0, .18);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.intro-node-a {
  left: 8%;
  top: 10%;
}

.intro-node-b {
  right: 7%;
  top: 10%;
}

.intro-node-c {
  left: 10%;
  bottom: 9%;
}

.intro-node-d {
  right: 10%;
  bottom: 9%;
}

.intro-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: rgba(121, 215, 255, .55);
  stroke-width: 2;
  stroke-dasharray: 520;
  stroke-dashoffset: 520;
  filter: drop-shadow(0 0 12px rgba(121, 215, 255, .46));
  animation: intro-lines-draw .72s ease 1.02s forwards;
}

.intro-skip {
  position: absolute;
  right: clamp(1rem, 3vw, 2rem);
  top: clamp(1rem, 3vw, 2rem);
  min-height: 2.15rem;
  padding: .45rem .78rem;
  border: 1px solid rgba(121, 215, 255, .28);
  border-radius: 999px;
  color: rgba(255, 255, 255, .82);
  background: rgba(255, 255, 255, .06);
  font: inherit;
  font-size: .76rem;
  font-weight: 900;
  cursor: pointer;
}

@keyframes intro-arrive {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes intro-leave {
  0% {
    opacity: 1;
    filter: saturate(1);
  }
  65% {
    opacity: .18;
    filter: saturate(1.18) brightness(1.08);
  }
  to {
    opacity: 0;
    filter: saturate(1.22) brightness(1.12);
    transform: scale(1.018);
    visibility: hidden;
  }
}

@keyframes intro-grid-drift {
  to {
    background-position: 5.25rem 3.2rem;
  }
}

@keyframes intro-frame {
  from {
    opacity: 0;
    transform: scale(.94);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes intro-scan-pass {
  from {
    left: -24%;
  }
  to {
    left: 112%;
  }
}

@keyframes intro-hud-in {
  from {
    opacity: 0;
    transform: translateY(.8rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes intro-hud-out {
  to {
    opacity: 0;
    transform: translateY(-.4rem);
  }
}

@keyframes intro-system-in {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes intro-lines-draw {
  to {
    stroke-dashoffset: 0;
  }
}

.cookie-banner {
  position: fixed;
  left: auto;
  right: 1rem;
  bottom: 1rem;
  z-index: 40;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: .55rem;
  width: min(38rem, calc(100vw - 2rem));
  padding: .68rem;
  border: 1px solid rgba(159, 205, 242, .75);
  border-radius: .85rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(245, 250, 255, .92));
  box-shadow: 0 24px 80px rgba(6, 27, 68, .16);
  backdrop-filter: blur(18px);
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner h2,
.cookie-modal h2 {
  margin: 0 0 .18rem;
  font-size: .95rem;
}

.cookie-banner p,
.cookie-modal p {
  margin: 0;
  color: var(--muted);
  line-height: 1.42;
}

.cookie-banner p {
  max-width: 58rem;
  font-size: .78rem;
  line-height: 1.32;
}

.cookie-banner .button {
  min-height: 2.15rem;
  padding: .5rem .68rem;
  font-size: .76rem;
  white-space: nowrap;
}

.cookie-banner .cookie-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .55rem;
}

.cookie-modal {
  width: min(38rem, calc(100vw - 2rem));
  border: 1px solid rgba(159, 205, 242, .8);
  border-radius: .85rem;
  padding: 1.4rem;
  color: var(--ink);
  background:
    radial-gradient(circle at 85% 12%, rgba(121, 215, 255, .18), transparent 12rem),
    #fff;
  box-shadow: var(--shadow-strong);
}

.cookie-modal::backdrop {
  background: rgba(6, 27, 68, .42);
}

.toggle {
  display: flex;
  align-items: center;
  gap: .7rem;
  margin: .85rem 0;
  padding: .75rem;
  border: 1px solid var(--line);
  border-radius: .6rem;
  background: rgba(245, 250, 255, .72);
  font-weight: 800;
}

.toggle input {
  width: 1.2rem;
  height: 1.2rem;
}

.legal-page {
  width: min(55rem, calc(100vw - 2rem));
  margin: 0 auto;
  padding: 4rem 0;
}

.legal-page h1 {
  max-width: none;
  font-size: clamp(2rem, 4.2vw, 3.6rem);
}

.legal-page h2 {
  margin-top: 2rem;
  font-size: 1.4rem;
}

.legal-page p {
  color: var(--muted);
  line-height: 1.7;
}

.back-link {
  display: inline-block;
  margin-bottom: 2rem;
  color: var(--blue-dark);
  font-weight: 900;
}

.feature-grid article:nth-child(6),
.use-grid article:nth-child(6) {
  transition-delay: .3s;
}

@keyframes dataFlow {
  to {
    stroke-dashoffset: -140;
  }
}

@keyframes signalBlink {
  0%,
  100% {
    opacity: .48;
    transform: scale(.82);
  }
  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

@keyframes metricSweep {
  0%,
  62% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes metricGlow {
  0%,
  100% {
    text-shadow: 0 0 0 rgba(121, 215, 255, 0);
  }
  50% {
    text-shadow: 0 0 22px rgba(121, 215, 255, .28);
  }
}

@keyframes statusGlow {
  0%,
  100% {
    opacity: .58;
    transform: scaleX(.82);
  }
  50% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes cardLight {
  0%,
  100% {
    transform: translate(-10%, -8%);
  }
  50% {
    transform: translate(-28%, 18%);
  }
}

@keyframes barRise {
  0%,
  100% {
    transform: scaleY(.72);
  }
  50% {
    transform: scaleY(1);
  }
}

@keyframes cardScan {
  to {
    transform: translateX(120%);
  }
}

@keyframes premiumSweep {
  0% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(120%);
  }
}

@keyframes iconBreathe {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(14, 165, 245, 0);
  }
  50% {
    box-shadow: 0 0 0 .45rem rgba(14, 165, 245, .08);
  }
}

@keyframes flowDot {
  from {
    left: 0;
    opacity: 0;
  }
  12%,
  88% {
    opacity: 1;
  }
  to {
    left: 100%;
    opacity: 0;
  }
}

@keyframes processScan {
  0%,
  46% {
    transform: translateX(-120%);
  }
  80%,
  100% {
    transform: translateX(120%);
  }
}

@keyframes marketCardSweep {
  0%,
  54% {
    transform: translateX(-120%);
  }
  82%,
  100% {
    transform: translateX(120%);
  }
}

@keyframes streamFloatA {
  0%,
  100% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -.55rem);
  }
}

@keyframes streamFloatB {
  0%,
  100% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, .55rem);
  }
}

@keyframes roadmapPulse {
  to {
    background-position: 200% 0;
  }
}

@keyframes panelFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-.7rem);
  }
}

@keyframes corePulse {
  0%,
  100% {
    box-shadow: 0 18px 48px rgba(6, 27, 68, .16), 0 0 0 0 rgba(14, 165, 245, .18);
  }
  50% {
    box-shadow: 0 24px 64px rgba(6, 27, 68, .22), 0 0 0 1.2rem rgba(14, 165, 245, 0);
  }
}

@keyframes orbitTurn {
  to {
    transform: rotate(360deg);
  }
}

@keyframes systemSweep {
  to {
    transform: rotate(360deg);
  }
}

@keyframes globeSpin {
  to {
    transform: rotateZ(360deg);
  }
}

@keyframes globeMapDrift {
  0%,
  100% {
    background-position: 0 0;
    transform: rotateZ(-1deg) scale(1);
  }
  50% {
    background-position: -42% 0;
    transform: rotateZ(1.2deg) scale(1.02);
  }
}

@keyframes globeFloat {
  0%,
  100% {
    transform: translateY(0) rotateZ(-2deg);
  }
  50% {
    transform: translateY(-1rem) rotateZ(2deg);
  }
}

@keyframes globeHalo {
  0%,
  100% {
    opacity: .62;
    transform: scale(.92);
  }
  50% {
    opacity: 1;
    transform: scale(1.04);
  }
}

@keyframes orbitSweep {
  from {
    transform: rotateX(var(--orbit-x)) rotateZ(var(--orbit-start));
  }
  to {
    transform: rotateX(var(--orbit-x)) rotateZ(calc(var(--orbit-start) + 360deg));
  }
}

@keyframes cloudFloat {
  0%,
  100% {
    translate: 0 0;
    opacity: .84;
  }
  50% {
    translate: .42rem -.34rem;
    opacity: .98;
  }
}

@media (min-width: 981px) {
  .use-cases .section-head,
  .roadmap .section-head {
    max-width: none;
  }

  .use-cases .section-head h2,
  .roadmap .section-head h2,
  .solutions-catalog .section-head h1,
  .software-content h3 {
    max-width: none;
    white-space: nowrap;
  }

  .solutions-catalog .section-head h1,
  .solutions-catalog .software-content h3 {
    max-width: min(26ch, 100%);
    white-space: normal;
  }

  .solutions-catalog .software-content h3 {
    max-width: min(18ch, 100%);
    min-height: 2.15em;
  }
}

@media (max-width: 980px), (pointer: coarse), (any-pointer: coarse) {
  .intro-hud {
    width: min(13rem, 34vw);
  }

  .intro-hud span {
    min-height: 1.9rem;
    padding: .46rem .58rem;
    font-size: .62rem;
  }

  .intro-system {
    width: min(40rem, calc(100vw - 1.5rem));
  }

  .intro-node {
    min-width: 6.2rem;
    padding: .55rem .62rem;
    font-size: .66rem;
  }

  .site-header {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
  }

  .language-switch {
    position: static;
    transform: none;
  }

  nav {
    width: 100%;
    flex-wrap: wrap;
    gap: .25rem .85rem;
    overflow: visible;
    padding-bottom: 0;
  }

  .nav-dropdown {
    position: static;
  }

  .nav-dropdown-menu {
    left: 0;
    min-width: min(100%, 21rem);
    transform: translate(0, -.35rem);
  }

  .nav-dropdown:hover .nav-dropdown-menu,
  .nav-dropdown:focus-within .nav-dropdown-menu {
    transform: translate(0, 0);
  }

  .hero,
  .product,
  .product-detail-hero,
  .product-detail-layout,
  .software-card,
  .split,
  .enterprise,
  .market-layer,
  .market-segments,
  .final-conversion,
  .trust-plane,
  .contact {
    grid-template-columns: 1fr;
  }

  .about-hero .hero-copy {
    max-width: 100%;
  }

  .about-hero .enterprise-visual {
    display: none;
  }

  .about-focus .value-grid {
    grid-template-columns: 1fr;
  }

  .about-focus .value-card {
    min-height: 0;
  }

  .about-ribbon {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .about-ribbon article {
    min-height: 0;
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }

  .about-ribbon article:last-child {
    border-right: 0;
    border-bottom: 0;
  }

  .segment-copy {
    position: relative;
    top: auto;
  }

  .hero-visual {
    min-height: clamp(25rem, 70vw, 34rem);
  }

  .hero-showcase .hero-copy {
    justify-items: start;
    text-align: left;
  }

  .hero-globe-split {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .hero-globe-split .hero-copy {
    justify-items: start;
    order: 2;
    max-width: 100%;
  }

  .globe-stage {
    order: 1;
    min-height: clamp(18rem, 58vw, 30rem);
  }

  .hero-showcase h1 {
    max-width: 100%;
  }

  .hero-showcase .hero-visual {
    width: 100%;
    min-height: 35rem;
  }

  .hero-product-card {
    width: min(20rem, 44%);
  }

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

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

  .section-strip {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .section-strip h2 {
    max-width: 100%;
  }

  .data-ribbon article:nth-child(2) {
    border-right: 0;
  }

  .contact-proof {
    grid-template-columns: 1fr;
  }

  .contact-proof article {
    min-height: 0;
  }

  .hero-capabilities article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(217, 231, 245, .95);
  }

  .hero-capabilities article:last-child {
    border-bottom: 0;
  }

  .metric-strip,
  .feature-grid,
  .use-grid,
  .value-grid,
  .steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .solutions-catalog .section-head {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

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

  .software-card {
    min-height: 0;
  }

  .solutions-catalog .section-head .eyebrow {
    margin-bottom: 0;
  }

  .solutions-catalog .section-head h1,
  .solutions-catalog .section-head p:not(.eyebrow) {
    max-width: 100%;
  }

  .solution-cta {
    grid-template-columns: 1fr;
  }

  .detail-panel {
    position: relative;
    top: auto;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
  }

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

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

  .cookie-banner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px), (pointer: coarse), (any-pointer: coarse) {
  .site-header,
  .site-header.is-scrolled { background: #f3f7fa; backdrop-filter: none; }
  .zr-project-visual img,
  .zr-mini-project img { filter: none; }
  .intro-grid::before {
    inset: 14% 5%;
  }

  .intro-grid::after {
    inset: 25% 10%;
  }

  .intro-scan {
    width: 30vw;
  }

  .intro-hud {
    width: calc(100vw - 2rem);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .38rem;
  }

  .intro-hud-left {
    left: 1rem;
    top: 13%;
  }

  .intro-hud-right {
    right: 1rem;
    bottom: 13%;
  }

  .intro-hud span {
    justify-content: center;
    min-height: 1.75rem;
    padding: .4rem .34rem;
    font-size: .52rem;
    letter-spacing: .05em;
  }

  .intro-hud span::before {
    display: none;
  }

  .intro-system {
    width: calc(100vw - 1.2rem);
    aspect-ratio: 1 / 1.24;
  }

  .intro-core {
    width: min(19rem, 78vw);
    min-height: 6.1rem;
    padding: 1rem 1.25rem;
  }

  .intro-core img {
    width: min(15rem, 68vw);
  }

  .intro-node {
    min-width: 5.4rem;
    padding: .48rem .5rem;
    font-size: .58rem;
    letter-spacing: .05em;
  }

  .intro-node-a {
    left: 4%;
    top: 7%;
  }

  .intro-node-b {
    right: 4%;
    top: 7%;
  }

  .intro-node-c {
    left: 5%;
    bottom: 7%;
  }

  .intro-node-d {
    right: 5%;
    bottom: 7%;
  }

  .intro-skip {
    min-height: 1.9rem;
    padding: .34rem .58rem;
    font-size: .66rem;
  }

  .site-header {
    position: sticky;
    top: 0;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: .72rem;
    padding: .72rem clamp(.9rem, 4vw, 1rem);
  }

  .site-header.is-scrolled {
    padding: .72rem clamp(.9rem, 4vw, 1rem);
    box-shadow: 0 10px 34px rgba(6, 27, 68, .045);
  }

  .mobile-menu-toggle {
    position: relative;
    z-index: 61;
    display: inline-grid;
    place-items: center;
    width: 2.55rem;
    height: 2.35rem;
    padding: 0;
    border: 1px solid rgba(159, 205, 242, .8);
    border-radius: .58rem;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(245, 250, 255, .88));
    box-shadow: 0 10px 28px rgba(6, 27, 68, .08);
    cursor: pointer;
  }

  .mobile-menu-toggle span {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 1.16rem;
    height: 2px;
    border-radius: 999px;
    background: var(--ink);
    transition: transform .2s ease, opacity .2s ease;
  }

  .mobile-menu-toggle span:nth-child(1) {
    transform: translate(-50%, -50%) translateY(-.42rem);
  }

  .mobile-menu-toggle span:nth-child(2) {
    transform: translate(-50%, -50%);
  }

  .mobile-menu-toggle span:nth-child(3) {
    transform: translate(-50%, -50%) translateY(.42rem);
  }

  body.nav-open .mobile-menu-toggle span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  body.nav-open .mobile-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  body.nav-open .mobile-menu-toggle span:nth-child(3) {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  body.nav-open {
    overflow: hidden;
  }

  body.nav-open .site-header {
    z-index: 70;
  }

  .mobile-nav-backdrop {
    position: fixed;
    inset: 0;
    z-index: 49;
    display: block;
    border: 0;
    padding: 0;
    background: rgba(6, 18, 37, .42);
    opacity: 0;
    pointer-events: none;
    transition: opacity .22s ease;
  }

  body.nav-open .mobile-nav-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  .brand {
    justify-self: start;
    min-width: 0;
  }

  .brand img {
    width: 9.25rem;
  }

  .site-header > nav {
    display: none;
  }

  .mobile-sidebar-nav {
    position: fixed;
    display: flex;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 60;
    width: min(21rem, 86vw);
    align-items: stretch;
    gap: .35rem;
    overflow-y: auto;
    padding: 5.1rem 1rem 1.2rem;
    border-right: 1px solid rgba(159, 205, 242, .72);
    background:
      radial-gradient(circle at 20% 0%, rgba(121, 215, 255, .18), transparent 12rem),
      linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(245, 250, 255, .96));
    box-shadow: none;
    font-size: 1rem;
    transform: translateX(calc(-100% - 4rem));
    visibility: hidden;
    transition: transform .24s cubic-bezier(.4, 0, .2, 1), visibility 0s linear .24s;
    -webkit-overflow-scrolling: touch;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  body.nav-open .mobile-sidebar-nav {
    box-shadow: 30px 0 80px rgba(6, 27, 68, .18);
    transform: translateX(0);
    visibility: visible;
    transition-delay: 0s;
  }

  .mobile-sidebar-nav a,
  .mobile-sidebar-nav .nav-dropdown-toggle {
    width: 100%;
    flex: none;
    justify-content: flex-start;
    min-height: 2.65rem;
    padding: .72rem .78rem;
    border-radius: .62rem;
    white-space: normal;
  }

  .mobile-sidebar-nav > a::after {
    display: none;
  }

  .mobile-sidebar-nav > a:hover,
  .mobile-sidebar-nav > a[aria-current="page"] {
    background: rgba(14, 165, 245, .08);
  }

  .mobile-sidebar-nav > a[href="/website/contatti.html"],
  .mobile-sidebar-nav > a[href="/website/contact.html"] {
    justify-content: center;
    min-height: 2.75rem;
    margin-top: .25rem;
    padding: .7rem .85rem;
    color: #fff;
    border: 1px solid rgba(14, 165, 245, .22);
    border-radius: 999px;
    background: linear-gradient(135deg, var(--deep), #0d6dbb);
    box-shadow: 0 12px 30px rgba(6, 27, 68, .12), inset 0 1px 0 rgba(255, 255, 255, .14);
  }

  .language-switch {
    position: static;
    justify-content: flex-start;
    width: max-content;
    margin-top: .55rem;
    transform: none;
    gap: .18rem;
    padding: .18rem;
  }

  .language-switch a {
    min-width: 2.1rem;
    padding: .36rem .52rem;
    font-size: .76rem;
  }

  .mobile-header-language {
    position: absolute;
    top: 50%;
    right: .8rem;
    z-index: 62;
    display: inline-flex;
    justify-content: flex-start;
    width: auto;
    margin: 0;
    padding: .18rem;
    gap: .16rem;
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 999px;
    background: #fff;
    transform: translateY(-50%);
  }

  .mobile-header-language a {
    display: grid;
    place-items: center;
    flex: 0 0 2.35rem;
    width: 2.35rem;
    min-width: 2.35rem;
    min-height: 2rem;
    padding: .3rem .45rem;
    border-radius: 999px;
    color: var(--zr-ink);
  }

  .mobile-header-language a[aria-current="page"] {
    color: #fff;
    background: var(--zr-ink);
  }

  .mobile-sidebar-nav > a[href="/website/cos-e-zeqilon.html"],
  .mobile-sidebar-nav > a[href="/website/what-is-zeqilon.html"] {
    font-size: inherit;
  }

  .mobile-sidebar-nav > a[href="/website/cos-e-zeqilon.html"]::after,
  .mobile-sidebar-nav > a[href="/website/what-is-zeqilon.html"]::after {
    display: none;
  }

  .nav-dropdown-toggle {
    gap: .36rem;
    font-size: inherit;
    cursor: default;
  }

  .nav-dropdown-toggle::after {
    display: none;
  }

  .nav-dropdown-toggle::before {
    order: 2;
    width: .38rem;
    height: .38rem;
  }

  .nav-dropdown {
    display: grid;
    gap: .28rem;
  }

  .nav-dropdown::after {
    display: none;
  }

  .nav-dropdown-menu {
    position: static;
    display: none;
    gap: .24rem;
    min-width: 0;
    padding: .35rem;
    border-radius: .72rem;
    opacity: 0;
    pointer-events: none;
    transform: none;
    box-shadow: none;
    background: rgba(238, 247, 255, .82);
  }

  .mobile-sidebar-nav .nav-dropdown.is-open .nav-dropdown-menu {
    display: grid;
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-sidebar-nav .nav-dropdown.is-open .nav-dropdown-toggle::before {
    transform: translateY(.08rem) rotate(225deg);
  }

  .nav-dropdown-menu a {
    min-height: 0;
    padding: .62rem .68rem;
  }

  .nav-dropdown-menu span {
    font-size: .72rem;
  }

  h1 {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .hero {
    min-height: 0;
    padding-top: 1.6rem;
  }

  .product-detail-hero h1 {
    max-width: 100%;
  }

  .product-detail-logo {
    min-height: 11rem;
    border-radius: .85rem;
  }

  .product-detail-logo img {
    max-height: 5.2rem;
  }

  .detail-metrics,
  .detail-content .value-grid {
    grid-template-columns: 1fr;
  }

  .hero-showcase {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .hero-showcase h1 {
    max-width: 100%;
  }

  .hero-globe-split {
    padding-top: 1.7rem;
    padding-bottom: 2.8rem;
  }

  .hero-globe-split h1 {
    max-width: 100%;
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .hero-globe-split .lead {
    font-size: 1rem;
    line-height: 1.52;
  }

  .globe-stage {
    min-height: 17.5rem;
  }

  .blue-globe {
    width: min(72vw, 17.5rem);
  }

  .hero-showcase .lead {
    font-size: 1.02rem;
  }

  .hero-showcase .hero-actions {
    width: 100%;
  }

  .hero-showcase .button {
    width: 100%;
  }

  .data-ribbon {
    grid-template-columns: 1fr;
  }

  .data-ribbon article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }

  .data-ribbon article:last-child {
    border-bottom: 0;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding-top: 2.6rem;
  }

  .footer-brand,
  .footer-bottom {
    grid-column: auto;
  }

  .footer-brand p {
    text-align: left;
  }

  .section {
    padding-top: 2.4rem;
    padding-bottom: 3.6rem;
  }

  .solutions-catalog {
    padding-top: 1.35rem;
    padding-bottom: 2.7rem;
  }

  .solutions-catalog .section-head {
    gap: .75rem;
    margin-bottom: 1.5rem;
  }

  .solutions-catalog .section-head h1 {
    font-size: clamp(2rem, 9vw, 3rem);
    line-height: 1.03;
  }

  .solutions-catalog .section-head p:not(.eyebrow) {
    font-size: 1rem;
    line-height: 1.54;
  }

  .hero-visual {
    min-height: 40rem;
    overflow: hidden;
    margin-bottom: .85rem;
  }

  .hero-showcase .hero-visual {
    min-height: 45.2rem;
    padding: .75rem;
  }

  .hero-product-card {
    width: calc(100% - 1.5rem);
    padding: .85rem;
  }

  .hero-card-zeip {
    top: .8rem;
    right: auto;
    bottom: auto;
    left: .75rem;
  }

  .hero-card-orders {
    top: auto;
    right: .75rem;
    bottom: .85rem;
    left: auto;
  }

  .hero-showcase .system-panel {
    width: calc(50% - 1.05rem);
    padding: .72rem;
    border-radius: .68rem;
  }

  .hero-showcase .system-panel span,
  .hero-showcase .system-rail span,
  .hero-showcase .system-core strong {
    font-size: .66rem;
    line-height: 1.15;
  }

  .hero-showcase .system-panel strong {
    margin-top: .32rem;
    font-size: .88rem;
    line-height: 1.18;
  }

  .hero-showcase .system-core {
    top: 20.3rem;
    width: 8.5rem;
    border-radius: 1.35rem;
  }

  .hero-showcase .platform-name {
    gap: .12rem;
  }

  .hero-showcase .platform-name b {
    font-size: .74rem;
    line-height: .98;
  }

  .hero-showcase .platform-name b:nth-child(1) {
    font-size: .95rem;
  }

  .hero-showcase .panel-query {
    top: 10.35rem;
    left: .75rem;
  }

  .hero-showcase .panel-sources {
    top: 10.35rem;
    right: .75rem;
  }

  .hero-showcase .panel-output {
    top: 29rem;
    right: .75rem;
    bottom: auto;
    width: calc(100% - 1.5rem);
  }

  .hero-showcase .system-rail {
    top: 32.7rem;
    bottom: auto;
    left: 50%;
    justify-content: center;
    transform: translateX(-50%);
    padding: .52rem;
  }

  .hero-showcase .system-rail span {
    padding: .42rem .55rem;
  }

  .hero-showcase .system-orbit {
    inset: 28% 8% 23%;
  }

  .hero-showcase .system-lines {
    opacity: .58;
  }

  .software-card {
    min-height: 0;
    padding: .9rem;
    grid-template-rows: auto auto;
    gap: .78rem;
    border-radius: .85rem;
  }

  .software-showcase {
    gap: 1rem;
  }

  .software-logo {
    min-height: 7.8rem;
    padding: .65rem;
  }

  .software-logo::after {
    inset: 18%;
  }

  .software-logo::before {
    inset: auto 18% 13%;
  }

  .software-logo img {
    max-width: 86%;
    max-height: 3.8rem;
  }

  .software-card:nth-child(2) .software-logo img,
  .software-card:nth-child(3) .software-logo img {
    max-height: 3.95rem;
  }

  .software-content .pill {
    max-width: 100%;
    padding: .38rem .55rem;
    font-size: .68rem;
    text-align: center;
  }

  .software-content h3 {
    min-height: 2.05em;
    margin: .55rem 0 .42rem;
    font-size: clamp(1.65rem, 8.6vw, 2.22rem);
    line-height: 1.02;
  }

  .software-content p {
    margin-bottom: .65rem;
    font-size: .94rem;
    line-height: 1.53;
  }

  .lead,
  .hero-capabilities p,
  .copy-block p,
  .section-copy p,
  .software-content p,
  .solution-cta-panel p,
  .value-matrix .section-head p:not(.eyebrow),
  .value-card p,
  .use-grid p,
  .segment-copy p:not(.eyebrow),
  .segment-grid p,
  .market-points p,
  .trust-copy p:not(.eyebrow),
  .check-list li,
  .contact-copy > p,
  .contact-direct small,
  .contact-proof p,
  .legal-page p,
  .conversion-copy p:not(.eyebrow),
  .footer-brand p {
    text-align: left;
    text-align-last: left;
    hyphens: manual;
    word-spacing: normal;
  }

  .software-tags {
    gap: .4rem;
    padding-top: .25rem;
  }

  .software-tags span {
    min-height: 1.75rem;
    padding: .36rem .55rem;
    font-size: .68rem;
  }

  .cookie-banner {
    left: .55rem;
    right: .55rem;
    bottom: .55rem;
    width: auto;
    padding: .46rem;
    gap: .34rem;
    border-radius: .68rem;
  }

  .cookie-banner h2 {
    margin-bottom: .08rem;
    font-size: .82rem;
    line-height: 1.08;
  }

  .cookie-banner p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: .64rem;
    line-height: 1.18;
  }

  .cookie-banner .cookie-actions {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.25fr) minmax(0, .9fr);
    gap: .26rem;
  }

  .cookie-banner .button {
    min-height: 1.86rem;
    padding: .34rem .28rem;
    font-size: .58rem;
    line-height: 1.1;
    white-space: nowrap;
  }

  .system-panel {
    width: 58%;
    padding: .78rem;
  }

  .system-panel span,
  .system-rail span,
  .system-core strong {
    font-size: .64rem;
  }

  .system-panel strong {
    font-size: .92rem;
  }

  .panel-query {
    top: 6%;
    left: 5%;
  }

  .panel-sources {
    top: 22%;
    right: 5%;
  }

  .panel-output {
    right: 5%;
    bottom: 7%;
  }

  .system-core {
    top: 53%;
    left: 45%;
    width: 9.3rem;
    border-radius: 1.35rem;
  }

  .platform-name {
    gap: .14rem;
  }

  .platform-name b {
    font-size: .66rem;
    letter-spacing: .035em;
  }

  .platform-name b:nth-child(1) {
    font-size: .86rem;
  }

  .system-rail {
    left: 5%;
    bottom: 20%;
    gap: .35rem;
    padding: .55rem;
  }

  .system-rail span {
    padding: .45rem .55rem;
  }

  .system-orbit {
    inset: 22% 8% 17%;
  }

  .system-lines {
    transform: scale(.92);
    transform-origin: center;
  }

  .enterprise-visual {
    min-height: 48rem;
    overflow: hidden;
    margin-bottom: 1.25rem;
  }

  .market-visual {
    min-height: 34rem;
  }

  .market-core {
    width: 8.7rem;
    border-radius: 1.25rem;
    font-size: .86rem;
  }

  .market-node {
    min-width: 6.4rem;
    padding: .58rem .62rem;
    font-size: .64rem;
  }

  .market-sales {
    top: 8%;
    left: 5%;
  }

  .market-ops {
    top: 8%;
    right: 5%;
  }

  .market-finance {
    top: 43%;
    left: 4%;
  }

  .market-care {
    top: 43%;
    right: 4%;
  }

  .market-procurement {
    left: 5%;
    bottom: 10%;
  }

  .market-compliance {
    right: 5%;
    bottom: 10%;
  }

  .market-stream {
    gap: .28rem;
    padding: .38rem;
  }

  .market-stream span {
    padding: .34rem .42rem;
    font-size: .58rem;
  }

  .stream-a {
    top: 26%;
  }

  .stream-b {
    bottom: 26%;
  }

  .trust-visual {
    min-height: 32rem;
  }

  .trust-node {
    min-width: 5.9rem;
    padding: .62rem .66rem;
    font-size: .7rem;
  }

  .trust-sec {
    top: 8%;
    left: 5%;
  }

  .trust-audit {
    top: 8%;
    right: 5%;
  }

  .trust-roles {
    left: 5%;
    bottom: 19%;
  }

  .trust-api {
    right: 5%;
    bottom: 19%;
  }

  .enterprise-map::before {
    inset: 18% 9%;
  }

  .map-core {
    top: 50%;
    width: 8.6rem;
    border-radius: 1.25rem;
  }

  .map-core .platform-name b {
    font-size: .58rem;
  }

  .map-core .platform-name b:nth-child(1) {
    font-size: .76rem;
  }

  .capability-flow {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin: -1rem 0 1.5rem;
  }

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

  .scope-map::before {
    left: 50%;
    right: auto;
    top: 1.8rem;
    bottom: 1.8rem;
    width: 2px;
    height: auto;
    background: linear-gradient(180deg, transparent, rgba(14, 165, 245, .5), rgba(21, 168, 121, .46), transparent);
  }

  .scope-map article::after {
    right: auto;
    left: calc(50% - .34rem);
    top: auto;
    bottom: -.78rem;
  }

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

  .map-node {
    width: 42%;
    padding: .68rem;
  }

  .map-node strong {
    font-size: .82rem;
  }

  .map-node span {
    font-size: .68rem;
  }

  .node-chat {
    top: 7%;
    left: 5%;
  }

  .node-data {
    top: 7%;
    right: 5%;
  }

  .node-report {
    top: 39%;
    left: 4%;
  }

  .node-governance {
    top: 39%;
    right: 4%;
  }

  .node-automation {
    left: 5%;
    bottom: 7%;
  }

  .node-vault {
    right: 5%;
    bottom: 7%;
  }

  .metric-strip,
  .feature-grid,
  .use-grid,
  .segment-grid,
  .market-points,
  .value-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .metric-strip article,
  .feature-grid article,
  .use-grid article,
  .segment-grid article,
  .value-card,
  .steps article {
    min-height: auto;
  }

  .button {
    width: 100%;
  }

  .cookie-actions,
  .modal-actions {
    width: 100%;
  }

  .pointer-glow {
    display: none;
  }
}

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

  .pointer-glow {
    display: none;
  }

  .scroll-progress {
    transition: none;
  }
}

/* ========================================================================== */
/* Zeqilon 2026 — complete visual redesign                                    */
/* ========================================================================== */

:root {
  --zr-ink: #061225;
  --zr-paper: #f3f7fa;
  --zr-lime: #72d5ff;
  --zr-blue: #0b3c73;
  --zr-orange: #16a9ea;
  --zr-line: rgba(6, 18, 37, .2);
}

body {
  font-family: "Manrope", Arial, sans-serif;
  background: var(--zr-paper);
}

h1, h2, h3, p, .eyebrow, nav, .button {
  font-family: inherit;
}

.site-header {
  min-height: 3.75rem;
  grid-template-columns: minmax(9rem, 1fr) auto minmax(4rem, 1fr);
  padding: .45rem clamp(1rem, 2.8vw, 2.75rem);
  border-color: rgba(17, 19, 15, .2);
  color: var(--zr-ink);
  background: rgba(241, 240, 232, .82);
  box-shadow: none;
  backdrop-filter: blur(18px) saturate(1.2);
}

.site-header.is-scrolled {
  padding-top: .35rem;
  padding-bottom: .35rem;
  border-bottom-color: rgba(17, 19, 15, .28);
  background: rgba(241, 240, 232, .94);
  box-shadow: 0 10px 40px rgba(17, 19, 15, .06);
}

.brand { min-width: 9rem; }
.brand img { width: clamp(8.5rem, 12vw, 10.5rem); filter: none; }

.site-header nav {
  gap: clamp(.65rem, 1.8vw, 1.55rem);
  color: var(--zr-ink);
  font-family: "Manrope", Arial, sans-serif;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: -.01em;
  text-transform: none;
}

.site-header nav > a::after, .nav-dropdown-toggle::after { background: var(--zr-ink); }
.language-switch { border: 1px solid var(--zr-ink); background: transparent; }
.language-switch a { border-radius: 999px; }
.language-switch a[aria-current="page"] { border-radius: 999px; background: var(--zr-ink); }
.nav-dropdown-menu { border-radius: 0; border-color: rgba(6,18,37,.28); background: var(--zr-paper); box-shadow: 0 18px 42px rgba(6,18,37,.16); }
.nav-dropdown-menu a span { text-transform: none; }
.scroll-progress::-webkit-progress-value { background: var(--zr-orange); box-shadow: none; }
.scroll-progress::-moz-progress-bar { background: var(--zr-orange); box-shadow: none; }

.zr-home { overflow: clip; color: var(--zr-ink); background: var(--zr-paper); }
.zr-home *, .zr-home *::before, .zr-home *::after { box-sizing: border-box; }

.zr-hero {
  position: relative;
  min-height: calc(100svh - 3.75rem);
  padding: clamp(1.25rem, 2.5vw, 2.5rem) clamp(1rem, 2.8vw, 2.75rem) 2rem;
  overflow: hidden;
  isolation: isolate;
  color: var(--zr-paper);
  background: var(--zr-ink);
}

.zr-noise {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .12;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.38'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.zr-hero-meta {
  display: flex;
  justify-content: flex-end;
  font: 500 .68rem/1.2 "DM Mono", monospace;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.zr-hero-title {
  position: absolute;
  top: 50%;
  left: clamp(1rem, 2.8vw, 2.75rem);
  right: clamp(1rem, 2.8vw, 2.75rem);
  z-index: 2;
  transform: translateY(-52%);
  font-size: clamp(3.75rem, 9.5vw, 9.8rem);
  font-weight: 800;
  letter-spacing: -.028em;
  word-spacing: .1em;
  line-height: .82;
  text-transform: uppercase;
}

.zr-line { display: block; white-space: nowrap; transform: translateY(115%); opacity: 0; animation: zrTitleIn .95s cubic-bezier(.2,.75,.15,1) forwards; }
.zr-line-a { letter-spacing: .008em; animation-delay: .08s; }
.zr-line-b { padding-left: 8.5vw; animation-delay: .18s; }
.zr-line-c { padding-left: 26vw; animation-delay: .28s; }
.zr-dot { color: var(--zr-orange); }

.zr-hero-bottom {
  position: absolute;
  left: clamp(1rem, 2.8vw, 2.75rem);
  right: clamp(1rem, 2.8vw, 2.75rem);
  bottom: 2rem;
  z-index: 4;
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.zr-hero-bottom p { width: min(28rem, 40vw); margin: 0; font-size: clamp(.9rem, 1.25vw, 1.12rem); line-height: 1.45; }
.zr-round-link { display: flex; align-items: center; justify-content: space-between; width: 11rem; height: 3.25rem; padding: 0 1.15rem; border: 1px solid var(--zr-paper); border-radius: 999px; font: 500 .75rem "DM Mono", monospace; text-transform: uppercase; }
.zr-round-link b { font-size: 1.15rem; transition: transform .25s ease; }
.zr-round-link:hover { color: var(--zr-ink); background: #fff; border-color: #fff; }
.zr-round-link:hover b { transform: rotate(45deg); }

.zr-orb {
  position: absolute;
  top: 48%;
  left: 59%;
  z-index: 1;
  width: clamp(12rem, 23vw, 23rem);
  aspect-ratio: 1;
  border: 1px solid var(--zr-paper);
  border-radius: 50%;
  background: var(--zr-lime);
  box-shadow: 1.2rem 1.2rem 0 var(--zr-blue);
  transform: translate(-50%, -50%);
  display: none;
}
.zr-orb i { position: absolute; inset: 14%; border: 1px solid var(--zr-ink); border-radius: 50%; animation: zrOrbit 10s linear infinite; }
.zr-orb i:nth-child(2) { inset: 28%; animation-direction: reverse; animation-duration: 7s; }
.zr-orb i:nth-child(3) { inset: 42%; background: var(--zr-ink); }
.zr-orb i::after { content: ""; position: absolute; top: 50%; left: -4px; width: 8px; height: 8px; border-radius: 50%; background: var(--zr-orange); }
.zr-orb b { position: absolute; inset: 0; display: grid; place-items: center; color: var(--zr-paper); font-size: clamp(1.5rem, 3vw, 3rem); }

.zr-marquee { overflow: hidden; padding: .72rem 0; border-block: 1px solid var(--zr-ink); color: var(--zr-ink); background: var(--zr-lime); font: 500 .75rem "DM Mono", monospace; white-space: nowrap; }
.zr-marquee div { width: max-content; animation: zrMarquee 24s linear infinite; }

.zr-manifesto { padding: clamp(3rem, 4vw, 4rem) clamp(1rem, 6.5vw, 7rem); }
.zr-kicker { margin: 0; font: 500 .68rem "DM Mono", monospace; letter-spacing: .05em; text-transform: uppercase; }
.zr-statement { max-width: 17ch; margin: clamp(2rem, 2.6vw, 2.8rem) auto; font-size: clamp(2.5rem, 5vw, 5.2rem); font-weight: 600; letter-spacing: -.055em; line-height: .98; }
.zr-statement em, .zr-section-head em { font-family: "Playfair Display", Georgia, serif; font-weight: 500; }
.zr-manifesto-foot { display: grid; grid-template-columns: 1fr 1.4fr; gap: 2rem; max-width: 55rem; margin: 0 0 0 auto; padding-top: 1.4rem; border-top: 1px solid var(--zr-ink); }
.zr-manifesto-foot span { font: 500 .68rem "DM Mono", monospace; text-transform: uppercase; }
.zr-manifesto-foot p { margin: 0; font-size: clamp(1rem, 1.4vw, 1.25rem); line-height: 1.55; }

.zr-work { padding: clamp(3.5rem, 4.5vw, 4.5rem) clamp(1rem, 2.8vw, 2.75rem); border-top: 1px solid var(--zr-ink); }
.zr-section-head { position: relative; margin-bottom: clamp(2.75rem, 3.5vw, 3.5rem); }
.zr-section-head h2 { margin: 2rem 0 0; font-size: clamp(3rem, 5.8vw, 6rem); font-weight: 700; letter-spacing: -.065em; line-height: .9; }
.zr-section-head > span { position: absolute; right: 0; bottom: .35rem; width: 18rem; font-size: 1rem; }

.zr-project { position: relative; display: grid; grid-template-columns: .72fr 1.28fr; min-height: clamp(30rem, 52svh, 38rem); margin-bottom: 1.25rem; padding: clamp(1.5rem, 3vw, 3rem); overflow: hidden; border: 1px solid var(--zr-ink); }
.zr-project-dark { color: var(--zr-paper); background: var(--zr-ink); }
.zr-project-lime { color: var(--zr-ink); background: #fff; }
.zr-project-copy { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; }
.zr-project-copy > span, .zr-mini-project > span { font: 500 .68rem "DM Mono", monospace; letter-spacing: .05em; text-transform: uppercase; }
.zr-project-copy h3 { margin: auto 0 1.5rem; font-size: clamp(2.8rem, 4.2vw, 4.6rem); font-weight: 600; letter-spacing: -.06em; line-height: .86; }
.zr-project-copy p { max-width: 29rem; margin: 0 0 2rem; font-size: clamp(.95rem, 1.25vw, 1.12rem); line-height: 1.5; }
.zr-project-copy b, .zr-mini-project b { border-bottom: 1px solid currentColor; font: 500 .68rem/2 "DM Mono", monospace; text-transform: uppercase; }
.zr-project-visual { position: relative; display: grid; place-items: center; min-width: 0; }
.zr-project-visual::before { content: ""; position: absolute; width: min(42vw, 42rem); aspect-ratio: 1; border-radius: 50%; background: var(--zr-blue); transform: scale(.9); transition: transform .8s cubic-bezier(.2,.8,.2,1); }
.zr-project:hover .zr-project-visual::before { transform: scale(1.12); }
.zr-project-visual img { position: relative; z-index: 2; width: min(90%, 58rem); max-height: 70%; object-fit: contain; filter: drop-shadow(0 2rem 2rem rgba(0,0,0,.3)); transform: rotate(-3deg); transition: transform .8s cubic-bezier(.2,.8,.2,1); }
.zr-project:hover .zr-project-visual img { transform: rotate(0) scale(1.03); }
.zr-project-visual i { position: absolute; right: 0; bottom: 0; z-index: 3; font-size: clamp(2rem, 4vw, 4.5rem); font-style: normal; font-weight: 800; letter-spacing: -.06em; line-height: .8; text-align: right; }
.zr-visual-orders::before { background: #edf1f4; box-shadow: 0 0 0 1px rgba(6,18,37,.12); }
.zr-project-lime .zr-project-visual img { width: min(78%, 42rem); }

.zr-project-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.zr-mini-project { display: grid; min-height: 24rem; padding: clamp(1.25rem, 2vw, 2rem); overflow: hidden; border: 1px solid var(--zr-ink); background: #fff; }
.zr-mini-project img { align-self: center; justify-self: center; width: min(68%, 24rem); max-height: 9rem; object-fit: contain; filter: drop-shadow(0 1rem 1rem rgba(0,0,0,.16)); transition: transform .6s ease; }
.zr-mini-project:first-child img { width: min(74%, 27rem); max-height: 10rem; }
.zr-mini-project:last-child img { width: min(88%, 33rem); max-height: 11rem; }
.zr-mini-project:hover img { transform: rotate(3deg) scale(1.05); }
.zr-mini-project h3 { align-self: end; margin: 0 0 .4rem; font-size: clamp(2.4rem, 3.3vw, 3.6rem); font-weight: 650; letter-spacing: -.055em; line-height: .92; }
.zr-mini-project p { margin: 0 0 1.5rem; }
.zr-mini-project b { justify-self: start; }
.zr-mini-blue { color: var(--zr-ink); background: #fff; }

.zr-process { padding: clamp(3.5rem, 4.5vw, 4.5rem) clamp(1rem, 6.5vw, 7rem); color: var(--zr-paper); background: var(--zr-ink); }
.zr-process-list { margin: 0; padding: 0; list-style: none; }
.zr-process-list li { display: grid; grid-template-columns: .35fr 1fr 1fr; gap: 2rem; align-items: center; min-height: 6rem; border-top: 1px solid rgba(241,240,232,.35); }
.zr-process-list li:last-child { border-bottom: 1px solid rgba(241,240,232,.35); }
.zr-process-list span { font: 500 .68rem "DM Mono", monospace; }
.zr-process-list strong { font-size: clamp(1.7rem, 3vw, 3.4rem); font-weight: 500; letter-spacing: -.04em; }
.zr-process-list p { max-width: 25rem; margin: 0; color: rgba(241,240,232,.7); line-height: 1.5; }

.zr-cta { display: grid; grid-template-columns: 1fr 1.4fr; min-height: clamp(14rem, 22svh, 16rem); padding: clamp(1.5rem, 2vw, 2rem); color: var(--zr-ink); background: #fff; }
.zr-cta p { align-self: start; margin: 0; font: 500 .68rem/1.5 "DM Mono", monospace; text-transform: uppercase; }
.zr-cta a { align-self: end; font-size: clamp(3.2rem, 5vw, 5.2rem); font-weight: 800; letter-spacing: -.065em; line-height: .84; }
.zr-cta a span { display: inline-block; color: var(--zr-blue); transition: transform .3s ease; }
.zr-cta a:hover span { transform: rotate(45deg); }

.zr-reveal { opacity: 0; transform: translateY(4rem); transition: opacity .9s ease, transform .9s cubic-bezier(.2,.7,.2,1); }
.zr-reveal.is-visible { opacity: 1; transform: none; }

.home-rework .site-footer { margin: 0; border-radius: 0; background: var(--zr-ink); }
.home-rework .site-footer::before { display: none; }

@keyframes zrTitleIn { to { opacity: 1; transform: none; } }
@keyframes zrOrbFloat { 0%,100% { margin-top: -1rem; } 50% { margin-top: 1rem; } }
@keyframes zrOrbit { to { transform: rotate(360deg); } }
@keyframes zrMarquee { to { transform: translateX(-50%); } }

@media (max-width: 980px), (pointer: coarse), (any-pointer: coarse) {
  .zr-hero-title { font-size: clamp(3.5rem, 11vw, 7rem); line-height: .82; }
  .zr-line-b { padding-left: 2vw; }
  .zr-line-c { padding-left: 16vw; }
  .zr-orb { left: 66%; width: clamp(10rem, 28vw, 18rem); }
  .zr-project { min-height: 42rem; grid-template-columns: .85fr 1.15fr; }
  .zr-project-pair { gap: 1rem; }
  .zr-mini-project { min-height: 24rem; }
}

@media (max-width: 640px), (pointer: coarse), (any-pointer: coarse) {
  .site-header { min-height: 3.5rem; grid-template-columns: 2.45rem 1fr 2.45rem; padding: .4rem .8rem; }
  .site-header .brand { grid-column: 2; justify-self: center; min-width: 0; }
  .site-header .brand img { width: 8.5rem; }
  .mobile-menu-toggle { grid-column: 1; grid-row: 1; border-color: var(--zr-ink); border-radius: 50%; background: transparent; }
  .mobile-menu-toggle span { background: var(--zr-ink); }
  .mobile-sidebar-nav { width: min(88vw, 23rem); padding-top: 5rem; border-right: 1px solid rgba(255,255,255,.24); background: var(--zr-ink); }
  .mobile-sidebar-nav > a, .mobile-sidebar-nav .nav-dropdown-toggle { color: var(--zr-paper); font-size: 1rem; }
  .mobile-sidebar-nav .nav-dropdown-menu { box-shadow: none; background: rgba(241,240,232,.55); }

  .zr-hero { min-height: calc(100svh - 3.5rem); padding: 1rem; }
  .zr-hero-meta span:last-child { display: none; }
  .zr-hero-title { top: 43%; left: 1rem; right: 1rem; font-size: clamp(3rem, 15vw, 5.4rem); line-height: .83; }
  .zr-line { white-space: normal; }
  .zr-line-b { padding-left: 0; }
  .zr-line-c { padding-left: 8vw; }
  .zr-orb { top: 60%; left: 78%; width: 32vw; max-width: 8.5rem; box-shadow: .45rem .45rem 0 var(--zr-blue); }
  .zr-hero-bottom { left: 1rem; right: 1rem; bottom: 1.2rem; align-items: flex-end; gap: 1rem; }
  .zr-hero-bottom p { width: min(56vw, 15rem); font-size: .76rem; line-height: 1.4; }
  .zr-round-link { width: 7.5rem; height: 2.7rem; padding: 0 .8rem; font-size: .61rem; }

  .zr-manifesto { min-height: auto; padding: 2.75rem 1rem; }
  .zr-statement { margin: 2.5rem 0 3rem; font-size: clamp(2.55rem, 11vw, 3.7rem); }
  .zr-manifesto-foot { grid-template-columns: 1fr; gap: 1.5rem; }
  .zr-manifesto-foot p { font-size: 1rem; }

  .zr-work { padding: 3rem 1rem; }
  .zr-section-head { margin-bottom: 3rem; }
  .zr-section-head h2 { margin-top: 2.5rem; font-size: clamp(3rem, 14vw, 5rem); line-height: .9; }
  .zr-section-head > span { position: static; display: block; width: auto; margin-top: 2rem; }

  .zr-project { display: flex; flex-direction: column; min-height: 0; margin-bottom: 1rem; padding: 1.25rem; }
  .zr-project-copy { display: contents; }
  .zr-project-copy > span { order: 0; }
  .zr-project-copy h3 { order: 1; margin: 2rem 0 1rem; font-size: clamp(2.7rem, 13vw, 4.25rem); }
  .zr-project-visual { order: 2; flex: 0 0 14rem; min-height: 14rem; margin: .5rem 0; overflow: hidden; isolation: isolate; }
  .zr-project-visual::before { width: min(68vw, 15rem); }
  .zr-project-visual img { width: 88%; max-height: 10.5rem; }
  .zr-project-visual i { display: none; }
  .zr-project-copy p { order: 3; margin-bottom: 1.5rem; font-size: .9rem; }
  .zr-project-copy b { order: 4; align-self: flex-start; }
  .zr-project-pair { grid-template-columns: 1fr; gap: 1rem; }
  .zr-mini-project { min-height: 22rem; padding: 1.25rem; }
  .zr-mini-project img { width: 72%; max-height: 12rem; }
  .zr-mini-project h3 { font-size: 3rem; }

  .zr-process { padding: 3rem 1rem; }
  .zr-process-list li { grid-template-columns: 2.2rem 1fr; gap: .75rem; align-items: start; padding: 1.5rem 0; }
  .zr-process-list strong { font-size: 1.8rem; }
  .zr-process-list p { grid-column: 2; font-size: .86rem; }

  .zr-cta { grid-template-columns: 1fr; min-height: 16rem; padding: 1.25rem 1rem; }
  .zr-cta a { font-size: clamp(3.15rem, 15vw, 5.5rem); line-height: .82; }
}

@media (max-width: 390px) {
  .zr-hero-title { font-size: 14vw; }
  .zr-orb { top: 59%; left: 80%; width: 30vw; }
  .zr-hero-bottom p { width: 52vw; font-size: .7rem; }
  .zr-round-link { width: 6.6rem; padding: 0 .65rem; }
}

@media (min-width: 641px) and (pointer: fine) and (hover: hover) {
  .mobile-header-language { display: none !important; }
}

@media (max-width: 340px) {
  .site-header .brand img { width: 7.75rem; }
}

@media (prefers-reduced-motion: reduce) {
  .zr-line { opacity: 1; transform: none; }
  .zr-reveal { opacity: 1; transform: none; }
}

/* Inner pages — same identity, content-first layouts */
body:not(.home-rework) main { color: var(--zr-ink); background: var(--zr-paper); }
body:not(.home-rework) .eyebrow { color: inherit; font: 500 .68rem/1.3 "DM Mono", monospace; letter-spacing: .06em; text-transform: uppercase; }
body:not(.home-rework) .hero {
  min-height: 36rem;
  padding: clamp(4rem, 8vw, 8rem) clamp(1rem, 5vw, 5rem);
  border-color: var(--zr-ink);
  color: var(--zr-paper);
  background: var(--zr-ink);
}
body:not(.home-rework) .product-detail-hero {
  min-height: 33rem;
  padding-top: clamp(3.5rem, 5.5vw, 5.5rem);
  padding-bottom: clamp(3.5rem, 5.5vw, 5.5rem);
}
body:not(.home-rework) .hero::after { background: var(--zr-lime); }
body:not(.home-rework) .hero h1 { max-width: 12ch; color: inherit; font-size: clamp(3.4rem, 5.8vw, 6.2rem); font-weight: 700; letter-spacing: -.06em; line-height: .88; }
body:not(.home-rework) .hero .lead { max-width: 42rem; color: rgba(241,240,232,.72); font-size: clamp(1rem, 1.5vw, 1.35rem); line-height: 1.5; }
body:not(.home-rework) .button { min-height: 3.15rem; padding: .85rem 1.25rem; border: 1px solid currentColor; border-radius: 999px; font: 500 .7rem "DM Mono", monospace; letter-spacing: .02em; text-transform: uppercase; box-shadow: none; }
body:not(.home-rework) .button.primary { border-color: #fff; color: var(--zr-ink); background: #fff; }
body:not(.home-rework) .button.secondary { border-color: currentColor; color: inherit; background: transparent; }
body:not(.home-rework) .product-detail-visual {
  position: relative;
  min-height: 27rem;
  overflow: hidden;
  padding: clamp(4.8rem, 6vw, 5.5rem) clamp(1.4rem, 3vw, 2.5rem) 1.4rem;
  border: 1px solid rgba(114,213,255,.8);
  border-radius: 0;
  color: #fff;
  background: linear-gradient(145deg, #0b3c73, #061225 78%);
  box-shadow: 1rem 1rem 0 var(--zr-blue);
}
body:not(.home-rework) .product-detail-visual::before {
  content: "ZEQILON / SOFTWARE SOLUTION";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3rem;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  border-bottom: 1px solid rgba(114,213,255,.42);
  color: #fff;
  font: 500 .62rem "DM Mono", monospace;
  letter-spacing: .04em;
}
body:not(.home-rework) .product-detail-visual::after {
  content: "● ACTIVE";
  position: absolute;
  top: 1.08rem;
  right: 1rem;
  color: var(--zr-lime);
  font: 500 .58rem "DM Mono", monospace;
  letter-spacing: .06em;
}
body.product-orders .product-detail-visual { background: linear-gradient(145deg, #0b3c73, #061225 78%); }
body:not(.home-rework) .product-detail-logo {
  width: 100%;
  min-height: 10rem;
  aspect-ratio: auto;
  margin: auto;
  padding: clamp(1.5rem, 2.8vw, 2.2rem) clamp(1rem, 2vw, 1.8rem);
  border: 1px solid rgba(114,213,255,.62);
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  background: rgba(6,18,37,.78);
  box-shadow: none;
}
body:not(.home-rework) .product-detail-logo img {
  width: min(96%, 46rem);
  max-height: 10rem;
  filter: drop-shadow(0 1rem 1.4rem rgba(0,0,0,.18));
}
body.product-pipeline .product-detail-logo img { width: 112%; max-width: none; }
body:not(.home-rework) .software-tags {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  width: 100%;
  margin: 1.15rem auto 0;
  padding: .85rem 0 0;
  border-top: 1px solid rgba(114,213,255,.42);
}
body:not(.home-rework) .software-tags span {
  justify-content: center;
  min-height: 1.6rem;
  padding: .25rem .45rem;
  border: 0;
  border-right: 1px solid rgba(114,213,255,.24);
  border-radius: 0;
  color: rgba(255,255,255,.72);
  background: transparent;
  font: 500 .58rem "DM Mono", monospace;
  text-align: center;
  text-transform: uppercase;
  box-shadow: none;
}
body:not(.home-rework) .software-tags span:last-child { border-right: 0; }
body:not(.home-rework) .smart-backups-mark { width: min(100%, 40rem); }
body:not(.home-rework) .smart-backups-mark .mark-brand,
body:not(.home-rework) .smart-backups-mark strong { color: #fff; }
body:not(.home-rework) .smart-backups-mark .mark-brand em { color: var(--zr-lime); font-style: normal; }
body:not(.home-rework) .smart-backups-mark strong span { color: var(--zr-lime); }

body:not(.home-rework) .section { padding: clamp(3.5rem, 4.5vw, 4.5rem) clamp(1rem, 5vw, 5rem); border-color: var(--zr-ink); background: var(--zr-paper); }
body:not(.home-rework) .product-detail-layout { color: var(--zr-ink); }
body:not(.home-rework) .section h2 { color: var(--zr-ink); font-size: clamp(2.7rem, 4.4vw, 4.7rem); font-weight: 650; letter-spacing: -.055em; line-height: .94; }
body:not(.home-rework) .section h3 { font-weight: 650; letter-spacing: -.035em; }
body:not(.home-rework) .detail-panel { top: 7rem; }
body:not(.home-rework) .detail-panel, body:not(.home-rework) .detail-panel p { color: var(--zr-ink); background: transparent; }
body:not(.home-rework) .detail-panel h2 { font-size: clamp(2.6rem, 4vw, 4.2rem); }
body:not(.home-rework) .detail-metrics { border-color: var(--zr-ink); }
body:not(.home-rework) .detail-metrics span { border-color: var(--zr-ink); color: var(--zr-ink); background: rgba(255,255,255,.72); }
body:not(.home-rework) .detail-metrics strong { color: var(--zr-blue); font-family: "DM Mono", monospace; }
body:not(.home-rework) .value-grid { gap: 0; border-top: 1px solid var(--zr-ink); border-left: 1px solid var(--zr-ink); }
body:not(.home-rework) .value-card { min-height: 15rem; padding: clamp(1.4rem, 2.5vw, 2.5rem); border: 0; border-right: 1px solid var(--zr-ink); border-bottom: 1px solid var(--zr-ink); border-radius: 0; background: transparent; box-shadow: none; }
body:not(.home-rework) .value-card, body:not(.home-rework) .value-card h3, body:not(.home-rework) .value-card p { color: var(--zr-ink); }
body:not(.home-rework) .value-card:nth-child(2) { background: #edf1f4; }
body:not(.home-rework) .value-card:nth-child(3) { color: var(--zr-ink); background: #fff; }
body:not(.home-rework) .value-card:nth-child(3), body:not(.home-rework) .value-card:nth-child(3) h3, body:not(.home-rework) .value-card:nth-child(3) p { color: var(--zr-ink); }
body:not(.home-rework) .value-card:nth-child(3) > span { color: var(--zr-ink); }
body:not(.home-rework) .value-card:nth-child(4) { background: #fff; }
body:not(.home-rework) .value-card span { color: inherit; font-family: "DM Mono", monospace; }
body:not(.home-rework) .value-card h3 { margin-top: auto; font-size: clamp(1.6rem, 2.4vw, 2.7rem); }
body:not(.home-rework) .value-card:hover { transform: none; background-color: #f8fafb; box-shadow: inset 0 0 0 1px rgba(6,18,37,.1); }
body:not(.home-rework) .value-card:hover::after { transform: scaleX(.45); opacity: .38; }

body:not(.home-rework) .solution-cta { min-height: 22rem; color: var(--zr-ink); background: #fff; }
body:not(.home-rework) .solution-cta .eyebrow { color: var(--zr-ink); }
body:not(.home-rework) .solution-cta h2 { max-width: 15ch; font-size: clamp(2.8rem, 4vw, 4.2rem); }
body:not(.home-rework) .solution-cta-panel { border: 0; border-radius: 0; background: transparent; box-shadow: none; }
body:not(.home-rework) .solution-cta .button.primary { color: var(--zr-paper); background: var(--zr-ink); border-color: var(--zr-ink); }

body:not(.home-rework) .enterprise-map { min-height: 34rem; overflow: hidden; border: 1px solid var(--zr-lime); border-radius: 0; background: var(--zr-blue); box-shadow: 1rem 1rem 0 var(--zr-lime); }
body:not(.home-rework) .enterprise-map::before { inset: 9%; border-color: rgba(114,213,255,.72); border-radius: 0; }
body:not(.home-rework) .map-core { border-radius: 0; color: var(--zr-paper); background: var(--zr-ink); box-shadow: none; }
body:not(.home-rework) .map-node { width: 34%; border-color: var(--zr-ink); border-radius: 0; color: var(--zr-ink); background: var(--zr-paper); box-shadow: .35rem .35rem 0 var(--zr-ink); }
body:not(.home-rework) .node-chat { top: 7%; left: 5%; }
body:not(.home-rework) .node-data { top: 7%; right: 5%; }
body:not(.home-rework) .node-report { top: 39%; left: 5%; }
body:not(.home-rework) .node-governance { top: 39%; right: 5%; }
body:not(.home-rework) .node-automation { bottom: 7%; left: 5%; }
body:not(.home-rework) .node-vault { right: 5%; bottom: 7%; }
body:not(.home-rework) .map-node strong, body:not(.home-rework) .map-node span { color: inherit; }
body:not(.home-rework) .about-ribbon { border-color: var(--zr-ink); color: var(--zr-paper); background: var(--zr-ink); }
body:not(.home-rework) .about-ribbon article { border-color: rgba(241,240,232,.3); }
body:not(.home-rework) .about-problem, body:not(.home-rework) .about-problem .eyebrow, body:not(.home-rework) .about-problem p { color: var(--zr-ink); }
body:not(.home-rework) .about-problem .copy-block { color: var(--zr-ink); }
body:not(.home-rework) .about-problem .process-stream span { border-color: rgba(6,18,37,.28); color: var(--zr-ink); background: rgba(255,255,255,.68); }

.zr-engine {
  position: relative;
  min-height: 31rem;
  overflow: hidden;
  border: 1px solid rgba(114, 213, 255, .78);
  color: var(--zr-paper);
  background: linear-gradient(145deg, #0b3c73, #061225 72%);
  box-shadow: 1rem 1rem 0 var(--zr-blue);
  isolation: isolate;
}
.zr-engine::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .24;
  background-image: linear-gradient(rgba(114,213,255,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(114,213,255,.22) 1px, transparent 1px);
  background-size: 3rem 3rem;
  mask-image: linear-gradient(to bottom, #000, transparent 86%);
}
.zr-engine-bar, .zr-engine-foot { display: flex; align-items: center; height: 2.8rem; padding: 0 1rem; border-bottom: 1px solid rgba(114,213,255,.35); font: 500 .61rem "DM Mono", monospace; letter-spacing: .05em; }
.zr-engine-bar i { width: .45rem; height: .45rem; margin: 0 .45rem 0 auto; border-radius: 50%; background: var(--zr-lime); box-shadow: 0 0 1rem var(--zr-lime); animation: zrEnginePulse 1.4s ease-in-out infinite; }
.zr-engine-bar b { color: var(--zr-lime); font-weight: 500; }
.zr-engine-screen { display: grid; grid-template-rows: 1fr 1.8rem auto 1.8rem 1fr; min-height: 25rem; padding: 1.2rem; }
.zr-engine-issue, .zr-engine-result { align-self: center; width: 70%; padding: .85rem 1rem; border: 1px solid rgba(114,213,255,.45); background: rgba(6,18,37,.74); backdrop-filter: blur(8px); }
.zr-engine-result { justify-self: end; text-align: right; }
.zr-engine-issue span, .zr-engine-result span, .zr-engine-core small, .zr-engine-core span { display: block; color: var(--zr-lime); font: 500 .57rem/1.3 "DM Mono", monospace; letter-spacing: .04em; }
.zr-engine-issue strong, .zr-engine-result strong { display: block; margin-top: .45rem; font-size: clamp(1rem, 1.55vw, 1.35rem); font-weight: 600; line-height: 1.08; }
.zr-engine-flow { position: relative; justify-self: center; width: 1px; height: 100%; background: rgba(114,213,255,.45); }
.zr-engine-flow i { position: absolute; left: -.22rem; width: .44rem; height: .44rem; border-radius: 50%; background: var(--zr-lime); animation: zrEngineFlow 1.8s linear infinite; }
.zr-engine-flow i:nth-child(2) { animation-delay: -.6s; }
.zr-engine-flow i:nth-child(3) { animation-delay: -1.2s; }
.zr-engine-core { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: .7rem; padding: .75rem 1rem; border-block: 1px solid var(--zr-lime); background: var(--zr-ink); }
.zr-engine-core strong { display: grid; place-items: center; width: 3.2rem; aspect-ratio: 1; border-radius: 50%; color: var(--zr-ink); background: var(--zr-lime); font-size: 1.75rem; }
.zr-engine-core span { color: rgba(243,247,250,.72); text-align: right; }
.zr-engine-foot { justify-content: space-between; border-top: 1px solid rgba(114,213,255,.35); border-bottom: 0; color: rgba(243,247,250,.55); }

@keyframes zrEnginePulse { 50% { opacity: .35; transform: scale(.7); } }
@keyframes zrEngineFlow { from { top: -.3rem; opacity: 0; } 20%,80% { opacity: 1; } to { top: calc(100% - .15rem); opacity: 0; } }

body:not(.home-rework) .contact-command { min-height: auto; padding-top: 2.5rem; align-items: start; gap: clamp(2rem, 3.5vw, 3.5rem); color: var(--zr-paper); background: #0c2947; }
body:not(.home-rework) .contact-command::before { display: none; }
body:not(.home-rework) .contact-command h1 { color: inherit; font-size: clamp(3.2rem, 5vw, 5.2rem); font-weight: 700; letter-spacing: -.06em; line-height: .88; }
body:not(.home-rework) .contact-command .contact-copy > p { color: rgba(241,240,232,.72); font-size: 1rem; line-height: 1.5; }
body:not(.home-rework) .contact-direct { margin: .9rem 0 .75rem; padding: .75rem .9rem; border: 1px solid var(--zr-ink); border-radius: 0; color: var(--zr-ink); background: #fff; box-shadow: none; backdrop-filter: none; }
body:not(.home-rework) .contact-direct strong { color: var(--zr-ink); }
body:not(.home-rework) .contact-direct span, body:not(.home-rework) .contact-direct small { color: inherit; }
body:not(.home-rework) .contact-signal { margin: .7rem 0; }
body:not(.home-rework) .contact-signal span { border-color: rgba(255,255,255,.3); color: var(--zr-paper); background: var(--zr-blue); }
body:not(.home-rework) .contact-proof { grid-auto-rows: min-content; align-content: start; gap: .35rem; margin-top: .65rem; }
body:not(.home-rework) .contact-proof article { padding: .48rem .62rem; border-color: rgba(241,240,232,.25); border-radius: 0; color: var(--zr-paper); background: #061225; box-shadow: none; backdrop-filter: none; }
body:not(.home-rework) .contact-proof article::after { display: none; }
body:not(.home-rework) .contact-proof span { width: 1.6rem; height: 1.6rem; border-radius: 0; color: var(--zr-ink); background: #fff; font-size: .68rem; }
body:not(.home-rework) .contact-proof strong { font-size: .9rem; }
body:not(.home-rework) .contact-proof article strong, body:not(.home-rework) .contact-proof article p { color: inherit; }
body:not(.home-rework) .contact-proof p { font-size: .76rem; line-height: 1.25; }
body:not(.home-rework) .contact-panel { gap: .5rem; padding: 1.25rem; border: 1px solid var(--zr-ink); border-radius: 0; color: var(--zr-ink); background: #fff; box-shadow: .65rem .65rem 0 var(--zr-blue); }
body:not(.home-rework) .contact-panel::before, body:not(.home-rework) .contact-panel::after, body:not(.home-rework) .contact-panel .form-orbit, body:not(.home-rework) .contact-panel .pointer-glow { display: none; }
.contact-form-column { display: grid; gap: 3.75rem; align-content: start; min-width: 0; }
.contact-form-brand { display: flex; align-items: flex-start; justify-self: center; width: fit-content; }
.contact-form-brand img { width: min(clamp(22rem, 30vw, 34rem), calc(100vw - 2rem)); height: auto; }
.contact-form-brand sup { margin: -.12rem 0 0 .18rem; color: #fff; font-size: .68rem; font-weight: 800; }
body:not(.home-rework) .contact-form label { font-size: .82rem; }
body:not(.home-rework) .contact-form input, body:not(.home-rework) .contact-form textarea { min-height: 2.35rem; padding: .45rem .15rem; border: 0; border-bottom: 1px solid var(--zr-ink); border-radius: 0; background: #fff; }
body:not(.home-rework) .contact-form textarea { min-height: 5.5rem; max-height: 8rem; }
body:not(.home-rework) .contact-form .privacy-check { font-size: .78rem; line-height: 1.35; }
body:not(.home-rework) .contact-form .button { min-height: 2.75rem; color: #fff; background: var(--zr-ink); border-color: var(--zr-ink); }

@media (min-width: 981px) {
  body:not(.home-rework) .contact-command { align-items: stretch; }
  .contact-form-column { height: 100%; grid-template-rows: auto minmax(0, 1fr); }
  body:not(.home-rework) .contact-form { height: 100%; }
}

body:not(.home-rework) .site-footer { margin: 0; border-radius: 0; background: var(--zr-ink); }
body:not(.home-rework) .site-footer::before { display: none; }

body:not(.home-rework) .legal-page { width: 100%; max-width: none; margin: 0; padding: clamp(3rem, 5vw, 4.5rem) clamp(1rem, 6vw, 6rem); background: var(--zr-paper); }
body:not(.home-rework) .legal-page h1 { margin-bottom: 1rem; font-size: clamp(2.8rem, 5vw, 5rem); font-weight: 700; letter-spacing: -.065em; line-height: .94; }
body:not(.home-rework) .legal-page h2 { margin-top: 1.35rem; margin-bottom: .4rem; }
body:not(.home-rework) .legal-page p { max-width: 72rem; margin-block: .35rem; line-height: 1.55; }
body:not(.home-rework) .legal-page article { max-width: 68rem; }

@media (max-width: 640px), (pointer: coarse), (any-pointer: coarse) {
  body:not(.home-rework) .hero { min-height: auto; grid-template-columns: 1fr; padding: 3.5rem 1rem; }
  body:not(.home-rework) .product-detail-hero { padding-top: 3rem; padding-bottom: 3rem; }
  body:not(.home-rework) .hero h1 { font-size: clamp(3rem, 14vw, 5rem); }
  body:not(.home-rework) .product-detail-visual { min-height: 20rem; padding: 4.2rem 1rem 1rem; border-radius: 0; box-shadow: .55rem .55rem 0 var(--zr-blue); }
  body:not(.home-rework) .product-detail-logo { width: 94%; min-height: 7rem; padding: 1rem; }
  body:not(.home-rework) .product-detail-logo img { max-height: 8rem; }
  body:not(.home-rework) .software-tags { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; }
  body:not(.home-rework) .software-tags span { border-bottom: 1px solid rgba(114,213,255,.24); }
  body:not(.home-rework) .enterprise-map { min-height: 28rem; border-radius: 0; box-shadow: .55rem .55rem 0 var(--zr-lime); }
  body:not(.home-rework) .enterprise-map .map-node { width: 42%; }
  body:not(.home-rework) .hero-actions { align-items: stretch; }
  body:not(.home-rework) .section { padding: 3rem 1rem; }
  body:not(.home-rework) .section h2 { font-size: clamp(2.7rem, 13vw, 4.7rem); }
  body:not(.home-rework) .value-grid { grid-template-columns: 1fr; }
  body:not(.home-rework) .value-card { min-height: 15rem; }
  body:not(.home-rework) .solution-cta { min-height: auto; }
  body:not(.home-rework) .contact-command { padding: 2rem 1rem 3.5rem; }
  body:not(.home-rework) .contact-command h1 { font-size: clamp(3.2rem, 14vw, 5rem); }
  body:not(.home-rework) .contact-panel { box-shadow: .55rem .55rem 0 var(--zr-blue); }
  .contact-form-column { gap: 2.25rem; }
  .site-header,
  .site-header.is-scrolled { background: #f3f7fa; backdrop-filter: none; }
  .zr-line { opacity: 1; transform: none; animation: none; }
  .zr-reveal { opacity: 1; transform: none; transition: none; }
  .zr-project-visual img,
  .zr-mini-project img { filter: none; transition: none; }
  .zr-engine { min-height: 27rem; box-shadow: .55rem .55rem 0 var(--zr-blue); }
  .zr-engine-screen { min-height: 21rem; padding: .85rem; }
  .zr-engine-issue, .zr-engine-result { width: 86%; padding: .65rem .75rem; }
  .zr-engine-core { grid-template-columns: 1fr auto; }
  .zr-engine-core > span { display: none; }
  .zr-engine-foot span:nth-child(even) { display: none; }
}
