@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-400-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-600-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-700-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --ink: #08233e;
  --ink-soft: #536170;
  --night: #04182a;
  --night-soft: #0b2843;
  --line: #d7dee7;
  --surface: #ffffff;
  --surface-soft: #f8f6f1;
  --blue: #15557f;
  --blue-dark: #082f51;
  --accent-mid: #2e7198;
  --accent-strong: #b9821f;
  --cyan: #d0a24a;
  --orange: #b9821f;
  --gold: #b9821f;
  --gold-dark: #7a520e;
  --gold-light: #ebcf94;
  --navy: #082f51;
  --navy-deep: #04182a;
  --success: #158466;
  --shadow: 0 24px 70px rgba(8, 35, 62, 0.13);
  --shadow-soft: 0 15px 45px rgba(8, 35, 62, 0.09);
  --radius: 26px;
  --shell: min(1180px, calc(100% - 48px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

.sky-canvas {
  display: none;
}

body.nav-open {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

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

:focus-visible {
  outline: 3px solid rgba(185, 130, 31, 0.78);
  outline-offset: 4px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: #fff;
  background: var(--blue-dark);
  border-radius: 10px;
  transform: translateY(-160%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-shell {
  width: var(--shell);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  isolation: isolate;
  padding-block: 9px;
  color: #fff;
  background:
    radial-gradient(circle at 17% -40%, rgba(46, 113, 152, 0.2), transparent 42%),
    radial-gradient(circle at 88% -70%, rgba(185, 130, 31, 0.18), transparent 38%),
    rgba(4, 24, 42, 0.92);
  border-bottom: 1px solid rgba(235, 207, 148, 0.12);
  backdrop-filter: blur(26px) saturate(145%);
  transition: padding 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.site-header::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent 5%, rgba(185, 130, 31, 0.9) 28%, rgba(255, 255, 255, 0.58) 52%, rgba(46, 113, 152, 0.84) 76%, transparent 95%);
  box-shadow: 0 0 18px rgba(185, 130, 31, 0.3);
}

.site-header::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  opacity: 0.34;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.34) 0 1px, transparent 1.3px);
  background-size: 58px 58px;
  mask-image: linear-gradient(90deg, #000, transparent 34%, transparent 72%, #000);
  pointer-events: none;
}

.site-header.is-scrolled {
  padding-block: 6px;
  background:
    radial-gradient(circle at 14% -80%, rgba(185, 130, 31, 0.13), transparent 40%),
    rgba(4, 24, 42, 0.98);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.28);
}

.header-inner {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 74px;
  align-items: center;
  gap: 20px;
  padding: 8px 10px 8px 14px;
  background:
    linear-gradient(115deg, rgba(19, 61, 92, 0.82), rgba(4, 24, 42, 0.9) 52%, rgba(35, 45, 53, 0.8)),
    rgba(4, 24, 42, 0.9);
  border: 1px solid rgba(235, 207, 148, 0.2);
  border-radius: 23px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 46px rgba(0, 0, 0, 0.24),
    -20px 0 60px rgba(46, 113, 152, 0.07),
    20px 0 60px rgba(185, 130, 31, 0.06);
}

.header-inner::before {
  position: absolute;
  z-index: -1;
  inset: -1px;
  padding: 1px;
  content: "";
  background: linear-gradient(110deg, rgba(185, 130, 31, 0.62), rgba(255, 255, 255, 0.06) 32%, rgba(255, 255, 255, 0.04) 68%, rgba(46, 113, 152, 0.56));
  border-radius: inherit;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

.header-inner::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  opacity: 0.14;
  background-image: linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 34px 34px;
  border-radius: inherit;
  mask-image: linear-gradient(90deg, #000, transparent 42%, transparent 75%, #000);
  pointer-events: none;
}

.brand {
  position: relative;
  z-index: 2;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 11px;
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: 0;
}

.brand picture {
  display: inline-flex;
  align-items: center;
}

.brand img {
  width: auto;
  height: 58px;
  object-fit: contain;
  object-position: center;
  padding: 3px 5px;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 7px;
  box-shadow: -7px 0 22px rgba(46, 113, 152, 0.17), 7px 0 22px rgba(185, 130, 31, 0.15);
}

.brand--header img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  max-width: none;
  height: auto;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  filter: contrast(1.38) saturate(1.04);
  transform: translateY(-67%);
}

.brand--header .brand__art {
  position: relative;
  width: 184px;
  height: 42px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(235, 207, 148, 0.46);
  border-radius: 12px;
  box-shadow: 0 7px 22px rgba(0, 0, 0, 0.16), 0 0 22px rgba(185, 130, 31, 0.08);
}

.brand__descriptor {
  display: grid;
  gap: 2px;
  padding-left: 11px;
  border-left: 1px solid rgba(235, 207, 148, 0.24);
  line-height: 1.1;
}

.brand__descriptor small,
.brand__descriptor strong {
  display: block;
  white-space: nowrap;
}

.brand__descriptor small {
  color: var(--gold-light);
  font-size: 0.55rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brand__descriptor strong {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.68rem;
  font-weight: 600;
}

.brand--footer img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  max-width: none;
  height: auto;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  filter: contrast(1.38) saturate(1.04);
  transform: translateY(-67%);
}

.brand--footer .brand__art {
  position: relative;
  width: 210px;
  height: 48px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(235, 207, 148, 0.38);
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.brand span {
  color: #fff;
}

.site-navigation {
  position: relative;
  z-index: 2;
  margin-left: auto;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 3px;
  margin: 0;
  padding: 5px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(2, 5, 17, 0.48);
  border: 1px solid rgba(150, 206, 255, 0.11);
  border-radius: 17px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.045), 0 10px 24px rgba(0, 0, 0, 0.15);
  list-style: none;
}

.nav-item {
  --nav-link-accent: 192, 146, 56;
  position: relative;
}

.nav-item--technology { --nav-link-accent: 101, 119, 255; }
.nav-item--products { --nav-link-accent: 238, 153, 54; }
.nav-item--team { --nav-link-accent: 190, 201, 224; }
.nav-item--contact { --nav-link-accent: 255, 138, 0; }

.nav-link {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  padding: 11px 14px 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.83rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  border-radius: 12px;
  transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.nav-link::after {
  position: absolute;
  right: 14px;
  bottom: 5px;
  left: 14px;
  display: block;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, rgba(var(--nav-link-accent), 0), rgba(var(--nav-link-accent), 0.95), rgba(255, 138, 0, 0.62), transparent);
  border-radius: 999px;
  box-shadow: 0 0 10px rgba(var(--nav-link-accent), 0.55);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.nav-link:hover,
.nav-link.is-active,
.nav-item:focus-within > .nav-link,
.nav-item:hover > .nav-link {
  color: #fff;
  background:
    radial-gradient(circle at 50% 115%, rgba(var(--nav-link-accent), 0.2), transparent 58%),
    rgba(255, 255, 255, 0.065);
  transform: translateY(-1px);
}

.nav-link.is-active {
  color: #fff;
  background:
    radial-gradient(circle at 50% 118%, rgba(var(--nav-link-accent), 0.28), transparent 60%),
    linear-gradient(135deg, rgba(var(--nav-link-accent), 0.12), rgba(255, 255, 255, 0.045));
  box-shadow: inset 0 0 0 1px rgba(var(--nav-link-accent), 0.2), 0 7px 18px rgba(0, 0, 0, 0.16);
}

.nav-link:hover::after,
.nav-link.is-active::after,
.nav-item:focus-within > .nav-link::after,
.nav-item:hover > .nav-link::after {
  transform: scaleX(1);
}

.nav-link__mark {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  opacity: 0.65;
  transform: rotate(45deg);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.nav-item:focus-within .nav-link__mark,
.nav-item:hover .nav-link__mark {
  opacity: 1;
  transform: rotate(45deg) translate(2px, 2px);
}

.nav-submenu-toggle {
  display: none;
}

.nav-panel {
  --nav-panel-accent: 192, 146, 56;
  position: absolute;
  z-index: 20;
  top: calc(100% + 20px);
  left: 50%;
  display: grid;
  width: min(340px, calc(100vw - 48px));
  grid-template-columns: 1fr;
  gap: 0;
  padding: 13px;
  background:
    radial-gradient(circle at 10% -4%, rgba(var(--nav-panel-accent), 0.28), transparent 35%),
    radial-gradient(circle at 96% 0%, rgba(255, 138, 0, 0.1), transparent 30%),
    linear-gradient(145deg, rgba(11, 18, 43, 0.985), rgba(4, 6, 18, 0.99) 72%);
  border: 1px solid rgba(158, 213, 255, 0.19);
  border-radius: 27px;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.48), inset 0 1px rgba(255, 255, 255, 0.07), 0 0 60px rgba(var(--nav-panel-accent), 0.08);
  backdrop-filter: blur(30px) saturate(145%);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 10px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  visibility: hidden;
}

.nav-panel::before {
  position: absolute;
  top: -22px;
  right: 0;
  left: 0;
  height: 22px;
  content: "";
}

.nav-panel::after {
  position: absolute;
  z-index: 0;
  top: -80px;
  right: -70px;
  width: 210px;
  height: 210px;
  content: "";
  background:
    radial-gradient(circle at center, rgba(var(--nav-panel-accent), 0.16), transparent 58%),
    conic-gradient(from 35deg, transparent, rgba(255, 255, 255, 0.12), transparent 26%, rgba(255, 138, 0, 0.12), transparent 58%);
  border-radius: 50%;
  filter: blur(1px);
  opacity: 0.8;
  pointer-events: none;
}

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

.nav-item:focus-within > .nav-panel,
.nav-item:hover > .nav-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
  visibility: visible;
}

.nav-item--team .nav-panel,
.nav-item--contact .nav-panel {
  right: 0;
  left: auto;
  transform: translateY(10px);
}

.nav-item--team:focus-within > .nav-panel,
.nav-item--team:hover > .nav-panel,
.nav-item--contact:focus-within > .nav-panel,
.nav-item--contact:hover > .nav-panel {
  transform: translateY(0);
}

.nav-item--services .nav-panel {
  width: min(360px, calc(100vw - 48px));
}

.nav-item--services .nav-panel__links {
  grid-template-columns: 1fr;
}

.nav-item--areas .nav-panel {
  width: min(820px, calc(100vw - 40px));
}

.nav-item--technology .nav-panel {
  --nav-panel-accent: 101, 119, 255;
  width: min(820px, calc(100vw - 40px));
}

.nav-item--team .nav-panel {
  --nav-panel-accent: 190, 201, 224;
  width: min(690px, calc(100vw - 40px));
}

.nav-item--areas .nav-panel__header { --nav-header-accent: 192, 146, 56; }
.nav-item--technology .nav-panel__header { --nav-header-accent: 101, 119, 255; }
.nav-item--products .nav-panel__header { --nav-header-accent: 238, 153, 54; }
.nav-item--team .nav-panel__header { --nav-header-accent: 190, 201, 224; }

.nav-item--areas .nav-panel__links {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nav-item--technology .nav-panel__links {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nav-item--team .nav-panel__links {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nav-panel__header {
  --nav-header-accent: 190, 201, 224;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin-bottom: 11px;
  padding: 14px 15px;
  background:
    radial-gradient(circle at 100% 0%, rgba(var(--nav-panel-accent), 0.11), transparent 42%),
    linear-gradient(135deg, rgba(var(--nav-header-accent), 0.12), rgba(255, 255, 255, 0.035));
  border: 1px solid rgba(var(--nav-header-accent), 0.22);
  border-radius: 19px;
  box-shadow: inset 3px 0 0 rgba(var(--nav-header-accent), 0.78), inset 0 1px rgba(255, 255, 255, 0.05);
}

.nav-panel__header-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: rgb(var(--nav-header-accent));
  background:
    radial-gradient(circle, rgba(var(--nav-header-accent), 0.18), transparent 65%),
    rgba(var(--nav-header-accent), 0.08);
  border: 1px solid rgba(var(--nav-header-accent), 0.22);
  border-radius: 15px;
  box-shadow: 0 0 22px rgba(var(--nav-header-accent), 0.12);
}

.nav-panel__header-icon .site-icon {
  width: 22px;
  height: 22px;
}

.nav-panel__header small,
.nav-panel__header strong {
  display: block;
}

.nav-panel__header small {
  margin-bottom: 3px;
  color: rgb(var(--nav-header-accent));
  font-size: 0.59rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-panel__header strong {
  color: #fff;
  font-size: 0.94rem;
  line-height: 1.32;
}

.nav-panel__link small,
.nav-panel__link em {
  display: block;
}

.nav-panel__link {
  display: grid;
  color: #fff;
  border-radius: 16px;
}

.nav-panel__link-icon {
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.nav-panel__link strong {
  display: block;
  font-size: 0.92rem;
  line-height: 1.3;
}

.nav-panel__links {
  display: grid;
  gap: 8px;
}

.nav-panel__link {
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: start;
  gap: 11px;
  min-height: 94px;
  padding: 13px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
  border: 1px solid rgba(255, 255, 255, 0.055);
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.nav-panel__link:hover {
  background: rgba(var(--nav-panel-accent), 0.09);
  border-color: rgba(var(--nav-panel-accent), 0.28);
  box-shadow: 0 13px 30px rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.05);
  transform: translateY(-2px);
}

.nav-panel__link-icon {
  width: 40px;
  height: 40px;
  color: rgb(var(--nav-panel-accent));
  background: rgba(var(--nav-panel-accent), 0.1);
  border-color: rgba(var(--nav-panel-accent), 0.18);
  border-radius: 12px;
}

.nav-panel__link-icon .site-icon {
  width: 19px;
  height: 19px;
}

.nav-panel__link small {
  margin: 1px 0 3px;
  color: rgb(var(--nav-panel-accent));
  font-size: 0.59rem;
  font-weight: 750;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.nav-panel__link em {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.68rem;
  font-style: normal;
  line-height: 1.42;
}

.nav-panel__link.nav-panel__link--public {
  --nav-panel-accent: 192, 146, 56;
  background:
    radial-gradient(circle at 100% 0%, rgba(var(--nav-panel-accent), 0.14), transparent 48%),
    rgba(255, 255, 255, 0.04);
  border-color: rgba(var(--nav-panel-accent), 0.16);
}

.nav-panel__link.nav-panel__link--companies {
  --nav-panel-accent: 238, 153, 54;
  background:
    radial-gradient(circle at 100% 0%, rgba(var(--nav-panel-accent), 0.14), transparent 48%),
    rgba(255, 255, 255, 0.04);
  border-color: rgba(var(--nav-panel-accent), 0.16);
}

.nav-panel__link.nav-panel__link--labs {
  --nav-panel-accent: 174, 126, 41;
  background:
    radial-gradient(circle at 100% 0%, rgba(var(--nav-panel-accent), 0.14), transparent 48%),
    rgba(255, 255, 255, 0.04);
  border-color: rgba(var(--nav-panel-accent), 0.16);
}

.nav-item--products .nav-panel {
  --nav-panel-accent: 238, 153, 54;
  width: min(880px, calc(100vw - 40px));
}

.nav-panel--grouped {
  padding: 12px;
}

.nav-product-groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.nav-product-group {
  --nav-group-accent: 192, 146, 56;
  padding: 14px;
  background:
    radial-gradient(circle at 100% 0%, rgba(var(--nav-group-accent), 0.17), transparent 45%),
    rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(var(--nav-group-accent), 0.2);
  border-radius: 18px;
}

.nav-product-group--companies {
  --nav-group-accent: 238, 153, 54;
}

.nav-product-group--labs {
  --nav-group-accent: 174, 126, 41;
}

.nav-product-group__heading {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  min-height: 56px;
  color: #fff;
}

.nav-product-group__icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: rgb(var(--nav-group-accent));
  background: rgba(var(--nav-group-accent), 0.11);
  border: 1px solid rgba(var(--nav-group-accent), 0.22);
  border-radius: 13px;
}

.nav-product-group__icon .site-icon {
  width: 20px;
  height: 20px;
}

.nav-product-group__heading small,
.nav-product-group__heading strong,
.nav-product-app small,
.nav-product-app strong,
.nav-product-app em {
  display: block;
}

.nav-product-group__heading small {
  margin-bottom: 3px;
  color: rgb(var(--nav-group-accent));
  font-size: 0.61rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-product-group__heading strong {
  font-size: 0.88rem;
  line-height: 1.25;
}

.nav-product-group__apps {
  margin-top: 11px;
  padding-top: 11px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.nav-product-app {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 10px;
  color: #fff;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid transparent;
  border-radius: 13px;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.nav-product-app:hover {
  background: rgba(var(--nav-group-accent), 0.1);
  border-color: rgba(var(--nav-group-accent), 0.24);
  transform: translateY(-1px);
}

.nav-product-app__icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: rgb(var(--nav-group-accent));
  background: rgba(var(--nav-group-accent), 0.1);
  border-radius: 10px;
}

.nav-product-app__icon .site-icon {
  width: 17px;
  height: 17px;
}

.nav-product-app small {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.58rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.nav-product-app strong {
  margin-top: 2px;
  font-size: 0.8rem;
  line-height: 1.25;
}

.nav-product-app em {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.66rem;
  font-style: normal;
  line-height: 1.35;
}

.nav-products-overview {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 10px;
  padding: 11px 14px;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  font-size: 0.78rem;
  transition: color 0.18s ease, background 0.18s ease;
}

.nav-products-overview:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.nav-products-overview > span {
  display: flex;
  align-items: center;
  gap: 9px;
}

.nav-products-overview .site-icon {
  width: 17px;
  height: 17px;
}

.nav-panel__overview {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 10px;
  padding: 12px 15px;
  color: #fff;
  background:
    linear-gradient(110deg, rgba(var(--nav-panel-accent), 0.15), rgba(255, 255, 255, 0.035) 58%, rgba(255, 138, 0, 0.08));
  border: 1px solid rgba(var(--nav-panel-accent), 0.2);
  border-radius: 16px;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.nav-panel__overview:hover {
  background:
    linear-gradient(110deg, rgba(var(--nav-panel-accent), 0.23), rgba(255, 255, 255, 0.06) 58%, rgba(255, 138, 0, 0.13));
  border-color: rgba(var(--nav-panel-accent), 0.34);
  transform: translateY(-1px);
}

.nav-panel__overview small,
.nav-panel__overview strong {
  display: block;
}

.nav-panel__overview small {
  margin-bottom: 2px;
  color: rgb(var(--nav-panel-accent));
  font-size: 0.56rem;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.nav-panel__overview strong {
  font-size: 0.8rem;
}

.nav-panel__overview > .site-icon {
  width: 18px;
  height: 18px;
  color: rgb(var(--nav-panel-accent));
  transition: transform 0.2s ease;
}

.nav-panel__overview:hover > .site-icon {
  transform: translateX(4px);
}

.header-access {
  display: inline-flex;
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  align-items: center;
  gap: 9px;
  min-height: 54px;
  padding: 7px 10px 7px 8px;
  overflow: hidden;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  background:
    radial-gradient(circle at 12% 20%, rgba(192, 146, 56, 0.25), transparent 38%),
    linear-gradient(130deg, rgba(46, 113, 152, 0.2), rgba(255, 255, 255, 0.065) 58%, rgba(255, 138, 0, 0.15));
  border: 1px solid rgba(104, 205, 255, 0.27);
  border-radius: 17px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.09), 0 11px 28px rgba(0, 0, 0, 0.18), 0 0 24px rgba(192, 146, 56, 0.06);
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.header-access:hover {
  background:
    radial-gradient(circle at 12% 20%, rgba(192, 146, 56, 0.34), transparent 42%),
    linear-gradient(130deg, rgba(46, 113, 152, 0.28), rgba(255, 255, 255, 0.09) 58%, rgba(255, 138, 0, 0.22));
  border-color: rgba(122, 216, 255, 0.46);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.12), 0 16px 36px rgba(0, 0, 0, 0.24), 0 0 30px rgba(192, 146, 56, 0.12);
  transform: translateY(-2px);
}

.header-access__icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #ebcf94;
  background: rgba(192, 146, 56, 0.11);
  border: 1px solid rgba(192, 146, 56, 0.2);
  border-radius: 12px;
  box-shadow: inset 0 0 16px rgba(192, 146, 56, 0.08);
}

.header-access__icon .site-icon {
  width: 18px;
  height: 18px;
}

.header-access__copy {
  display: grid;
  gap: 2px;
  line-height: 1.05;
}

.header-access__copy small,
.header-access__copy strong {
  display: block;
  white-space: nowrap;
}

.header-access__copy small {
  color: #ebcf94;
  font-size: 0.52rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.header-access__copy strong {
  font-size: 0.74rem;
}

.header-access__arrow {
  color: #d0a24a;
}

.header-access__arrow .site-icon {
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease;
}

.header-access:hover .header-access__arrow .site-icon {
  transform: translateX(3px);
}

.nav-toggle {
  display: none;
  position: relative;
  z-index: 2;
  width: 46px;
  height: 46px;
  margin-left: auto;
  padding: 11px;
  border: 1px solid rgba(235, 207, 148, 0.3);
  color: #fff;
  background:
    radial-gradient(circle at 35% 25%, rgba(185, 130, 31, 0.22), transparent 52%),
    rgba(255, 255, 255, 0.055);
  border-radius: 14px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08), 0 9px 22px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}

.nav-toggle > span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 4px 0;
  background: linear-gradient(90deg, var(--gold-light), #fff 55%, #6fa0c1);
  border-radius: 3px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-toggle[aria-expanded="true"] > span:nth-of-type(2) {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] > span:nth-of-type(3) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] > span:nth-of-type(4) {
  transform: translateY(-6px) rotate(-45deg);
}

.site-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  color: var(--blue-dark);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 28px;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, var(--blue), var(--accent-strong));
  border-radius: 2px;
}

.hero-primary {
  position: relative;
  isolation: isolate;
  min-height: 710px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 78% 36%, rgba(46, 113, 152, 0.28), transparent 28%),
    radial-gradient(circle at 18% 76%, rgba(185, 130, 31, 0.16), transparent 28%),
    linear-gradient(145deg, #04182a 0%, #082b48 54%, #162b3b 100%);
}

.hero-primary::before,
.inner-hero.is-dark::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  content: "";
  background-image: var(--hero-image, none);
  background-position: var(--hero-position, center);
  background-repeat: no-repeat;
  background-size: var(--hero-image-size, cover);
  opacity: var(--hero-opacity, 0.58);
  pointer-events: none;
  transform: scale(1.01);
}

.hero-primary::after,
.inner-hero.is-dark::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: auto;
  height: auto;
  content: "";
  background:
    linear-gradient(90deg, rgba(4, 7, 20, 0.94) 0%, rgba(4, 7, 20, 0.82) 38%, rgba(8, 11, 27, 0.5) 70%, rgba(8, 11, 27, 0.72) 100%),
    radial-gradient(circle at 76% 22%, rgba(67, 221, 255, 0.18), transparent 34%),
    radial-gradient(circle at 24% 82%, rgba(192, 146, 56, 0.18), transparent 32%);
  border-radius: 0;
  pointer-events: none;
}

body.page-home {
  --hero-image: url("../img/logo.png");
  --hero-position: calc(50% + 350px) center;
  --hero-image-size: clamp(330px, 38vw, 560px) auto;
  --hero-opacity: 0;
}

body.page-home .hero-primary::before {
  display: none;
}

body.page-home .hero-primary::after {
  background:
    linear-gradient(90deg, rgba(4, 7, 20, 0.92) 0%, rgba(4, 7, 20, 0.76) 38%, rgba(4, 7, 20, 0.34) 72%, rgba(4, 7, 20, 0.58) 100%),
    radial-gradient(circle at 66% 42%, rgba(192, 146, 56, 0.2), transparent 36%),
    linear-gradient(180deg, rgba(4, 7, 20, 0.12) 0%, rgba(4, 7, 20, 0.24) 100%);
}

.hero-video {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  opacity: 0.86;
  object-fit: cover;
  object-position: center right;
  pointer-events: none;
}

body.page-products {
  --hero-image: url("../img/logo.png");
  --hero-position: calc(50% + 360px) center;
  --hero-image-size: clamp(210px, 24vw, 340px) auto;
  --hero-opacity: 0.42;
}

body.page-technology {
  --hero-image: url("../img/logo.png");
  --hero-position: calc(50% + 360px) center;
  --hero-image-size: clamp(210px, 24vw, 340px) auto;
  --hero-opacity: 0.36;
}

body.page-services {
  --hero-image: url("../img/logo.png");
  --hero-position: calc(50% + 360px) center;
  --hero-image-size: clamp(210px, 24vw, 340px) auto;
  --hero-opacity: 0.4;
}

body.page-team {
  --hero-image: url("../img/logo.png");
  --hero-position: calc(50% + 360px) center;
  --hero-image-size: clamp(210px, 24vw, 340px) auto;
  --hero-opacity: 0.34;
}

body.page-contact {
  --hero-image: url("../img/logo.png");
  --hero-position: calc(50% + 360px) center;
  --hero-image-size: clamp(210px, 24vw, 340px) auto;
  --hero-opacity: 0.36;
}

body.product-detail-page {
  --inner-hero-image: url("../img/logo.png");
  --inner-hero-position: calc(50% + 380px) center;
  --inner-hero-size: clamp(220px, 26vw, 350px) auto;
  --inner-hero-opacity: 0.38;
}

body.saga-detail-page {
  --inner-hero-opacity: 0.32;
}

body.page-services .inner-hero.is-dark {
  --inner-hero-image: url("../img/logo.png");
  --inner-hero-position: calc(50% + 380px) center;
  --inner-hero-size: clamp(220px, 26vw, 350px) auto;
  --inner-hero-opacity: 0.34;
}

.inner-hero.is-dark::before {
  background-image: var(--inner-hero-image, none);
  background-position: var(--inner-hero-position, center);
  background-size: var(--inner-hero-size, var(--hero-image-size, cover));
  opacity: var(--inner-hero-opacity, 0.48);
}

.hero-secondary,
.hero-secondary .hero-grid {
  min-height: 540px;
}

.hero-secondary .hero-grid {
  padding-block: 58px 66px;
}

.hero-secondary .hero-grid--copy-only {
  grid-template-columns: minmax(0, 940px);
  justify-content: start;
}

.hero-secondary .hero-copy {
  max-width: 940px;
}

.hero-secondary .hero-copy h1 {
  font-size: clamp(2.25rem, 3.2vw, 3.55rem);
}

body.page-team .hero-secondary .hero-copy h1 {
  max-width: 880px;
  font-size: clamp(2.15rem, 3vw, 3.35rem);
  line-height: 1.08;
}

.hero-secondary .hero-lead {
  max-width: 820px;
  margin-top: 22px;
}

.hero-page-media {
  position: absolute;
  z-index: 0;
  inset: 0 0 0 clamp(30%, 34vw, 42%);
  width: auto;
  height: 100%;
  opacity: 0.86;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.74) 18%, #000 38%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.74) 18%, #000 38%);
  pointer-events: none;
}

.hero-page-media::after {
  position: absolute;
  inset: -1px;
  content: "";
  background:
    linear-gradient(90deg, rgba(4, 7, 20, 0.96) 0%, rgba(4, 7, 20, 0.86) 34%, rgba(4, 7, 20, 0.5) 68%, rgba(4, 7, 20, 0.6) 100%),
    radial-gradient(circle at 60% 48%, transparent 0%, rgba(4, 7, 20, 0.1) 48%, rgba(4, 7, 20, 0.66) 100%);
}

.hero-page-media__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 42% center;
  filter: saturate(1.2) contrast(1.06) brightness(0.94);
}

.hero-page-media--home {
  opacity: 0.86;
}

.hero-page-media--home::after {
  background:
    linear-gradient(90deg, rgba(4, 7, 20, 0.96) 0%, rgba(4, 7, 20, 0.84) 38%, rgba(4, 7, 20, 0.46) 72%, rgba(4, 7, 20, 0.58) 100%),
    radial-gradient(circle at 66% 48%, transparent 0%, rgba(4, 7, 20, 0.08) 46%, rgba(4, 7, 20, 0.62) 100%);
}

.hero-page-media--home .hero-page-media__video {
  object-position: 42% center;
  filter: saturate(1.2) contrast(1.06) brightness(0.98);
}

@media (min-width: 1680px) {
  .hero-page-media--home .hero-page-media__video {
    object-position: 42% 62%;
  }
}

@media (min-width: 2200px) {
  .hero-page-media--home .hero-page-media__video {
    object-position: 42% 68%;
  }
}

body.page-products .hero-primary::before,
body.page-technology .hero-primary::before,
body.page-services .hero-primary::before,
body.page-team .hero-primary::before,
body.page-contact .hero-primary::before {
  display: none;
}

body.page-products .hero-primary::after,
body.page-technology .hero-primary::after,
body.page-services .hero-primary::after,
body.page-team .hero-primary::after,
body.page-contact .hero-primary::after {
  background:
    linear-gradient(90deg, rgba(4, 7, 20, 0.9) 0%, rgba(4, 7, 20, 0.68) 34%, rgba(4, 7, 20, 0.18) 72%, rgba(4, 7, 20, 0.42) 100%),
    radial-gradient(circle at 62% 44%, rgba(192, 146, 56, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(4, 7, 20, 0.04) 0%, rgba(4, 7, 20, 0.16) 100%);
}

.sky-canvas {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  mix-blend-mode: screen;
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 710px;
  align-items: center;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  gap: 72px;
  padding-block: 90px 100px;
}

.hero-grid--copy-only {
  grid-template-columns: minmax(0, 940px);
}

.hero-grid--copy-only .hero-copy {
  max-width: 940px;
}

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

body.page-home .hero-grid--copy-only {
  grid-template-columns: minmax(0, 940px);
  justify-content: start;
}

body.page-home .hero-copy {
  max-width: 900px;
}

body.page-home .hero-grid--with-media {
  grid-template-columns: minmax(0, 900px);
  justify-content: start;
  gap: 0;
}

body.page-home .hero-grid--with-media .hero-copy {
  position: relative;
  z-index: 2;
  max-width: 900px;
  text-align: left;
}

body.page-home .hero-lead {
  max-width: 820px;
  margin-inline: 0;
}

body.page-home .hero-actions,
body.page-home .hero-proof {
  justify-content: flex-start;
}

.hero-media {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: clamp(0px, 3vw, 42px);
  transform: translateY(-49%);
  isolation: isolate;
  justify-self: auto;
  width: clamp(300px, 33vw, 430px);
  aspect-ratio: 1;
  opacity: 1;
  pointer-events: none;
}

.hero-media::before,
.hero-media::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.hero-media::before {
  z-index: 0;
  inset: 18%;
  background: radial-gradient(circle, rgba(73, 205, 255, 0.26), rgba(94, 73, 255, 0.12) 50%, transparent 74%);
  filter: blur(34px);
}

.hero-media::after {
  z-index: 2;
  inset: -14%;
  border-radius: 50%;
  background: radial-gradient(circle, transparent 58%, rgba(4, 7, 20, 0.08) 76%, transparent 88%);
}

.hero-media__video {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.22) contrast(1.08) brightness(1.04) drop-shadow(0 28px 56px rgba(0, 0, 0, 0.24));
  mix-blend-mode: normal;
  transform: scale(1.08);
  -webkit-mask-image: radial-gradient(circle, #000 0 50%, rgba(0, 0, 0, 0.64) 62%, transparent 76%);
  mask-image: radial-gradient(circle, #000 0 50%, rgba(0, 0, 0, 0.64) 62%, transparent 76%);
}

.hero-primary .eyebrow,
.inner-hero.is-dark .eyebrow {
  color: var(--gold-light);
}

.hero-copy h1,
.inner-hero h1 {
  margin: 0;
  font-size: clamp(2.35rem, 4.1vw, 4.4rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.03;
  text-wrap: balance;
}

.hero-copy h1 span,
.gradient-text {
  color: transparent;
  background: linear-gradient(110deg, #ffffff 5%, #e8c77f 46%, #6f9fbe 96%);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-lead,
.inner-hero .hero-lead {
  max-width: 840px;
  margin: 27px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1.04rem, 1.6vw, 1.25rem);
  line-height: 1.75;
}

.hero-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 21px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.91rem;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.button .site-icon {
  width: 19px;
  height: 19px;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #fff;
  background: linear-gradient(115deg, var(--navy) 0%, var(--blue) 58%, #1c638d 110%);
  border: 1px solid rgba(235, 207, 148, 0.34);
  box-shadow: 0 14px 35px rgba(8, 47, 81, 0.28);
}

.button-primary:hover {
  box-shadow: 0 18px 40px rgba(192, 146, 56, 0.34);
}

.button-ghost {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.22);
}

.button-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.38);
}

.button-outline {
  color: var(--blue-dark);
  background: #fff;
  border-color: #cfd5ed;
}

.button-outline:hover {
  border-color: var(--blue);
  box-shadow: 0 10px 25px rgba(42, 68, 181, 0.1);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 25px;
  margin: 40px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.85rem;
  list-style: none;
}

.hero-proof li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-proof li::before {
  width: 7px;
  height: 7px;
  content: "";
  background: var(--cyan);
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(51, 199, 255, 0.8);
}

.section {
  padding-block: 96px;
}

.section.is-soft {
  background: var(--surface-soft);
}

.section.is-night {
  color: #fff;
  background:
    radial-gradient(circle at 85% 12%, rgba(185, 130, 31, 0.18), transparent 30%),
    var(--night);
}

.section-heading {
  max-width: 960px;
  margin-bottom: 42px;
}

.section-heading.is-centered {
  margin-inline: auto;
  text-align: center;
}

.section-heading.is-centered .eyebrow {
  justify-content: center;
}

.section-heading h2,
.split-copy h2,
.cta-panel h2 {
  margin: 0;
  font-size: clamp(1.85rem, 2.8vw, 2.75rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.14;
  text-wrap: balance;
}

.section-heading > p:not(.eyebrow),
.split-copy > p:not(.eyebrow),
.cta-panel__content > p:not(.eyebrow) {
  max-width: 880px;
  margin: 19px 0 0;
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.section.is-night .section-heading > p:not(.eyebrow),
.section.is-night .split-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.66);
}

.section.is-night .eyebrow {
  color: var(--gold-light);
}

.value-grid,
.service-grid,
.product-grid,
.access-grid,
.process-grid {
  display: grid;
  gap: 22px;
}

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

.value-card,
.service-card,
.access-card,
.info-card {
  position: relative;
  padding: 32px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.value-card:hover,
.service-card:hover,
.access-card:hover {
  border-color: #cfd5ef;
  box-shadow: var(--shadow);
  transform: translateY(-5px);
}

.icon-box {
  display: inline-grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: var(--blue-dark);
  background: linear-gradient(145deg, #eef1ff, #fbf7ed);
  border: 1px solid #dde2ff;
  border-radius: 16px;
}

.icon-box .site-icon {
  width: 26px;
  height: 26px;
}

.value-card h3,
.service-card h3,
.access-card h3,
.info-card h3 {
  margin: 22px 0 10px;
  font-size: 1.2rem;
  line-height: 1.3;
}

.value-card p,
.service-card p,
.access-card p,
.info-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.94rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 21px;
  color: var(--blue-dark);
  font-size: 0.88rem;
  font-weight: 700;
}

.text-link .site-icon {
  width: 18px;
  height: 18px;
  transition: transform 0.2s ease;
}

.text-link:hover .site-icon {
  transform: translateX(4px);
}

.split-layout {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 80px;
}

.split-layout--copy-only {
  grid-template-columns: minmax(0, 880px);
}

.split-layout.is-reversed .split-copy {
  order: 2;
}

.team-card-stack {
  display: grid;
  gap: 16px;
}

.feature-list,
.check-list,
.plain-list {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li,
.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 11px 0;
  color: var(--ink-soft);
  border-bottom: 1px solid var(--line);
}

.feature-list .site-icon,
.check-list .site-icon {
  width: 20px;
  height: 20px;
  margin-top: 3px;
  color: var(--success);
}

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

.product-card {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  padding: 44px;
  color: #fff;
  background: var(--night);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 32px;
  box-shadow: var(--shadow);
}

.product-card::before,
.product-card::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  pointer-events: none;
}

.product-card::before {
  top: -90px;
  right: -90px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(55, 166, 255, 0.33), transparent 68%);
}

.product-card::after {
  right: 16%;
  bottom: -110px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(192, 146, 56, 0.25), transparent 67%);
}

.product-card > * {
  position: relative;
  z-index: 2;
}

.product-mark {
  display: inline-grid;
  width: 60px;
  height: 60px;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, rgba(8, 47, 81, 0.92), rgba(46, 113, 152, 0.84));
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(57, 75, 210, 0.28);
}

.product-card h3 {
  margin: 28px 0 8px;
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  line-height: 1.2;
}

.product-card .product-kicker {
  margin: 0;
  color: #ebcf94;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.product-card > p:not(.product-kicker) {
  max-width: 520px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.product-card .text-link {
  margin-top: 32px;
  color: #fff;
}

.product-area-index {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.product-area-link {
  --area-accent: 192, 146, 56;
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: start;
  gap: 16px;
  min-height: 178px;
  padding: 24px;
  overflow: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 100% 0%, rgba(var(--area-accent), 0.16), transparent 42%),
    #fff;
  border: 1px solid rgba(var(--area-accent), 0.24);
  border-radius: 24px;
  box-shadow: 0 14px 36px rgba(17, 22, 51, 0.07);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.product-area-link:hover {
  border-color: rgba(var(--area-accent), 0.58);
  box-shadow: 0 20px 46px rgba(17, 22, 51, 0.12);
  transform: translateY(-4px);
}

.product-area-link--companies {
  --area-accent: 238, 153, 54;
}

.product-area-link--labs {
  --area-accent: 145, 98, 214;
}

.product-area-link__icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: rgb(var(--area-accent));
  background: rgba(var(--area-accent), 0.1);
  border: 1px solid rgba(var(--area-accent), 0.2);
  border-radius: 14px;
}

.product-area-link__icon .site-icon {
  width: 21px;
  height: 21px;
}

.product-area-link small,
.product-area-link strong,
.product-area-link > span:nth-child(2) > span {
  display: block;
}

.product-area-link small {
  margin: 2px 0 7px;
  color: rgb(var(--area-accent));
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-area-link strong {
  font-size: 1.05rem;
  line-height: 1.25;
}

.product-area-link > span:nth-child(2) > span {
  margin-top: 8px;
  color: var(--ink-soft);
  font-size: 0.82rem;
  line-height: 1.5;
}

.product-area-link > .site-icon {
  width: 18px;
  height: 18px;
  margin-top: 12px;
  color: rgb(var(--area-accent));
  transition: transform 0.2s ease;
}

.product-area-link:hover > .site-icon {
  transform: translateX(4px);
}

.product-catalog {
  background:
    radial-gradient(circle at 8% 8%, rgba(192, 146, 56, 0.07), transparent 22%),
    radial-gradient(circle at 92% 82%, rgba(145, 98, 214, 0.07), transparent 24%),
    #f5f7fb;
}

.product-domain {
  --domain-accent: 192, 146, 56;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(380px, 1.12fr);
  gap: clamp(36px, 6vw, 78px);
  align-items: stretch;
  padding: clamp(34px, 5vw, 66px);
  scroll-margin-top: 110px;
  background:
    radial-gradient(circle at 0% 0%, rgba(var(--domain-accent), 0.1), transparent 30%),
    rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(var(--domain-accent), 0.2);
  border-radius: 36px;
  box-shadow: 0 24px 70px rgba(17, 22, 51, 0.08);
}

.product-domain + .product-domain {
  margin-top: 34px;
}

.product-domain--companies {
  --domain-accent: 238, 153, 54;
}

.product-domain--labs {
  --domain-accent: 145, 98, 214;
}

.product-domain__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.product-domain__mark {
  display: grid;
  width: 56px;
  height: 56px;
  margin-bottom: 26px;
  place-items: center;
  color: rgb(var(--domain-accent));
  background: rgba(var(--domain-accent), 0.1);
  border: 1px solid rgba(var(--domain-accent), 0.24);
  border-radius: 18px;
}

.product-domain__mark .site-icon {
  width: 25px;
  height: 25px;
}

.product-domain__intro .eyebrow {
  margin-bottom: 10px;
  color: rgb(var(--domain-accent));
}

.product-domain__intro h2 {
  margin: 0;
  font-size: clamp(1.9rem, 2.8vw, 2.75rem);
  line-height: 1.08;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.product-domain__intro > p:not(.eyebrow) {
  margin: 22px 0 0;
  color: var(--ink-soft);
  line-height: 1.75;
}

.product-domain__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.product-domain__tags span {
  padding: 7px 11px;
  color: var(--ink);
  background: rgba(var(--domain-accent), 0.08);
  border: 1px solid rgba(var(--domain-accent), 0.18);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 650;
}

.product-domain__intro .text-link {
  margin-top: 30px;
  color: rgb(var(--domain-accent));
}

.product-domain .product-card {
  display: flex;
  min-height: 440px;
  flex-direction: column;
  align-items: flex-start;
}

.product-domain .product-card .text-link {
  margin-top: auto;
  padding-top: 34px;
}

.product-card--companies {
  background: linear-gradient(145deg, #151722 0%, #17384e 100%);
}

.product-card--companies::before {
  background: radial-gradient(circle, rgba(185, 130, 31, 0.42), transparent 68%);
}

.product-card--companies::after {
  background: radial-gradient(circle, rgba(255, 199, 112, 0.22), transparent 67%);
}

.product-card--companies .product-mark {
  background: linear-gradient(145deg, rgba(197, 108, 23, 0.96), rgba(185, 130, 31, 0.88));
}

.product-card--companies .product-kicker {
  color: #ebcf94;
}

.product-card--companies h3 {
  font-size: clamp(1.7rem, 2.6vw, 2.35rem);
}

.product-card--labs {
  background: linear-gradient(145deg, #11152c 0%, #123e5e 100%);
}

.product-card--labs::before {
  background: radial-gradient(circle, rgba(145, 98, 214, 0.46), transparent 68%);
}

.product-card--labs::after {
  background: radial-gradient(circle, rgba(208, 162, 74, 0.25), transparent 67%);
}

.product-card--labs .product-mark {
  background: linear-gradient(145deg, rgba(103, 66, 168, 0.96), rgba(145, 98, 214, 0.88));
}

.product-card--labs .product-kicker {
  color: #ebcf94;
}

@media (max-width: 1040px) {
  .product-area-index {
    grid-template-columns: 1fr;
  }

  .product-area-link {
    min-height: 0;
  }

  .product-domain {
    grid-template-columns: 1fr;
  }

  .product-domain__intro {
    max-width: 760px;
  }
}

@media (max-width: 620px) {
  .product-area-link {
    grid-template-columns: auto minmax(0, 1fr);
    padding: 20px;
  }

  .product-area-link > .site-icon {
    display: none;
  }

  .product-domain {
    gap: 32px;
    padding: 25px;
    border-radius: 26px;
  }

  .product-domain .product-card {
    min-height: 0;
  }
}

.process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  counter-reset: process;
}

.process-step {
  counter-increment: process;
  padding: 27px 22px;
  border-top: 1px solid #cfd4e5;
}

.process-step::before {
  display: grid;
  width: 38px;
  height: 38px;
  margin-bottom: 20px;
  place-items: center;
  content: counter(process, decimal-leading-zero);
  color: #fff;
  background: var(--night);
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 700;
}

.process-step h3 {
  margin: 0 0 9px;
  font-size: 1.05rem;
}

.process-step p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.cta-panel {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 248px;
  align-items: center;
  gap: clamp(36px, 5vw, 72px);
  overflow: hidden;
  padding: 58px 64px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 15%, rgba(192, 146, 56, 0.2), transparent 25%),
    radial-gradient(circle at 12% 110%, rgba(8, 47, 81, 0.3), transparent 35%),
    linear-gradient(125deg, #0c1028, #171e4b);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 32px;
  box-shadow: 0 28px 75px rgba(17, 22, 51, 0.2);
}

.cta-panel::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 54%;
  height: 100%;
  content: "";
  opacity: 0.52;
  background-image: linear-gradient(rgba(154, 223, 255, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(154, 223, 255, 0.12) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(90deg, transparent, #000 40%);
}

.cta-panel__content,
.cta-panel__action {
  position: relative;
  z-index: 1;
}

.cta-panel__content h2 {
  max-width: 16ch;
}

.cta-panel .eyebrow {
  color: #ebcf94;
}

.cta-panel__content > p:not(.eyebrow) {
  max-width: none;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.95rem;
  white-space: nowrap;
}

.cta-panel__action {
  padding: 27px;
  border: 1px solid rgba(154, 223, 255, 0.2);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.13), 0 18px 40px rgba(1, 5, 25, 0.2);
  backdrop-filter: blur(10px);
}

.cta-panel__spark {
  display: grid;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  color: #ebcf94;
  place-items: center;
  border: 1px solid rgba(154, 223, 255, 0.34);
  border-radius: 12px;
  background: rgba(192, 146, 56, 0.12);
}

.cta-panel__spark .site-icon {
  width: 20px;
  height: 20px;
}

.cta-panel__action p {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.83);
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.5;
}

.cta-panel__action .button {
  width: 100%;
  white-space: nowrap;
}

/* Legal-tech CTA: keep the supporting card compact and easy to scan. */
.legal-tech-page .cta-panel {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 340px);
}

.legal-tech-page .cta-panel__action {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding: 24px;
}

.legal-tech-page .cta-panel__spark {
  width: 44px;
  height: 44px;
  margin: 0;
}

.legal-tech-page .cta-panel__action p {
  margin: 0;
  color: rgba(255, 254, 250, 0.88);
  font-size: 0.9rem;
  line-height: 1.45;
}

.legal-tech-page .cta-panel__action .button {
  grid-column: 1 / -1;
  justify-self: start;
  width: auto;
  max-width: 100%;
  padding-inline: 22px;
}

@media (max-width: 860px) {
  .legal-tech-page .cta-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .legal-tech-page .cta-panel__action {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 14px;
    padding: 20px;
  }

  .legal-tech-page .cta-panel__spark {
    width: 40px;
    height: 40px;
  }

  .legal-tech-page .cta-panel__action .button {
    justify-self: stretch;
    width: 100%;
  }
}

.cta-panel__orb {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(154, 223, 255, 0.18);
  border-radius: 50%;
  pointer-events: none;
}

.cta-panel__orb--large {
  right: -100px;
  bottom: -240px;
  width: 490px;
  height: 490px;
}

.cta-panel__orb--small {
  right: 60px;
  bottom: 38px;
  width: 190px;
  height: 190px;
}

@media (min-width: 1240px) {
  .cta-panel__content > p:not(.eyebrow) {
    white-space: nowrap;
  }
}

.inner-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: 86px 82px;
  background: var(--surface-soft);
}

.inner-hero::after {
  position: absolute;
  top: -250px;
  right: -190px;
  width: 620px;
  height: 620px;
  content: "";
  background: radial-gradient(circle, rgba(85, 105, 255, 0.13), transparent 68%);
  border-radius: 50%;
}

.inner-hero.is-dark {
  min-height: 390px;
  color: #fff;
  background:
    radial-gradient(circle at 76% 35%, rgba(185, 130, 31, 0.2), transparent 30%),
    var(--night);
}

.inner-hero .site-shell {
  position: relative;
  z-index: 2;
}

.inner-hero h1 {
  max-width: 940px;
  font-size: clamp(2.2rem, 3.25vw, 3.55rem);
}

.inner-hero:not(.is-dark) .hero-lead {
  color: var(--ink-soft);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 25px;
  padding: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.79rem;
  list-style: none;
}

.inner-hero:not(.is-dark) .breadcrumb {
  color: var(--ink-soft);
}

.breadcrumb li + li::before {
  margin-right: 8px;
  content: "/";
  opacity: 0.55;
}

.quick-facts {
  position: relative;
  z-index: 4;
  display: grid;
  margin-top: -42px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.product-detail-page .inner-hero.is-dark {
  padding-bottom: 118px;
}

.product-detail-page .inner-hero.is-dark + .quick-facts {
  margin-top: -46px;
}

.quick-fact {
  padding: 27px 30px;
}

.quick-fact + .quick-fact {
  border-left: 1px solid var(--line);
}

.quick-fact strong,
.quick-fact span {
  display: block;
}

.quick-fact strong {
  margin-bottom: 4px;
  font-size: 0.92rem;
}

.quick-fact span {
  color: var(--ink-soft);
  font-size: 0.84rem;
}

.service-grid.is-two,
.value-grid.is-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.public-specialization,
.civitas-reality {
  color: #fff;
  background:
    linear-gradient(135deg, #04182a 0%, #0d1730 54%, #061f2d 100%);
}

.public-specialization .section-heading,
.civitas-reality .section-heading {
  max-width: 880px;
}

.public-specialization .eyebrow,
.civitas-reality .eyebrow {
  color: #ebcf94;
}

.public-specialization .section-heading > p:not(.eyebrow),
.civitas-reality .section-heading > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.7);
}

.architecture-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 24px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.24);
}

.architecture-strip span {
  display: grid;
  min-height: 58px;
  place-items: center;
  padding: 8px 10px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  text-align: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(154, 223, 255, 0.22);
  border-radius: 16px;
}

.architecture-strip p {
  grid-column: 1 / -1;
  margin: 6px 4px 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.94rem;
}

.ecosystem-grid,
.public-capability-grid,
.civitas-reality-grid {
  display: grid;
  gap: 22px;
}

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

.ecosystem-card,
.civitas-reality-card {
  padding: 30px;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 26px;
}

.ecosystem-card--accent {
  background:
    linear-gradient(145deg, rgba(46, 113, 152, 0.18), rgba(255, 255, 255, 0.07));
}

.ecosystem-card .icon-box,
.civitas-reality-card .icon-box {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(154, 223, 255, 0.22);
}

.ecosystem-card h3,
.civitas-reality-card h3 {
  margin: 20px 0 10px;
  font-size: 1.18rem;
  line-height: 1.32;
}

.ecosystem-card p,
.civitas-reality-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.93rem;
}

.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.tag-cloud span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 11px;
  color: #17213a;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.25;
  background: #fff;
  border: 1px solid #d8e1f2;
  border-radius: 999px;
}

.public-specialization .tag-cloud span,
.civitas-reality .tag-cloud span {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.17);
}

.micro-note,
.legal-note {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.78rem;
  line-height: 1.55;
}

.micro-note {
  margin: 18px 0 0;
}

.micro-note--boxed {
  max-width: 820px;
  margin: 24px 0 0;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 16px;
}

.legal-note {
  max-width: 960px;
  margin: 28px 0 0;
}

.public-system-block {
  margin-top: 64px;
  padding: 38px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: 30px;
}

.public-system-block .section-heading {
  margin-bottom: 30px;
}

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

.public-capability-grid .info-card {
  box-shadow: none;
}

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

.service-card .service-question {
  margin: 16px 0 0;
  color: var(--ink);
  font-weight: 600;
}

.service-card ul {
  margin: 20px 0 0;
  padding-left: 20px;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.technology-block {
  --technology-tone: #03091c;
  --technology-tone-rgb: 3, 9, 28;
  display: block;
  overflow: hidden;
  color: #fff;
  background: var(--technology-tone);
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.technology-block + .technology-block {
  margin-top: 34px;
}

.technology-heading {
  padding: 36px 50px 30px;
  background: linear-gradient(135deg, rgba(2, 7, 22, 0.99), rgba(var(--technology-tone-rgb), 0.94));
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.technology-heading .eyebrow {
  margin-bottom: 12px;
  color: #ebcf94;
}

.technology-heading h2 {
  max-width: 960px;
  margin: 0;
  font-size: clamp(1.9rem, 2.8vw, 2.75rem);
  letter-spacing: -0.025em;
  line-height: 1.08;
  text-wrap: balance;
}

.technology-content {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(360px, 2fr);
  align-items: stretch;
}

.technology-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 38px 42px;
  background: linear-gradient(145deg, rgba(var(--technology-tone-rgb), 0.94), rgba(2, 7, 22, 0.99));
}

.technology-details > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.72;
}

.technology-details .check-list {
  margin-top: 22px;
}

.technology-details .check-list li {
  padding-block: 10px;
  color: rgba(255, 255, 255, 0.78);
  border-bottom-color: rgba(255, 255, 255, 0.12);
  font-size: 0.94rem;
  line-height: 1.55;
}

.technology-details .check-list .site-icon {
  flex: 0 0 auto;
  color: #ebcf94;
}

.technology-copy {
  padding: 55px;
  background: linear-gradient(135deg, rgba(2, 7, 22, 0.98), rgba(var(--technology-tone-rgb), 0.92));
}

.technology-copy .eyebrow {
  color: #ebcf94;
}

.technology-copy h2 {
  margin: 0;
  font-size: clamp(1.95rem, 3.1vw, 3.05rem);
  letter-spacing: 0;
  line-height: 1.1;
}

.technology-copy p {
  color: rgba(255, 255, 255, 0.67);
}

.technology-copy .check-list li {
  color: rgba(255, 255, 255, 0.72);
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.technology-copy .check-list .site-icon {
  color: #ebcf94;
}

.technology-visual {
  position: relative;
  display: grid;
  min-height: 440px;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(91, 93, 255, 0.34), transparent 35%),
    linear-gradient(145deg, #111938, #161b42);
}

.technology-visual::before,
.technology-visual::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
}

.technology-visual::before {
  width: 340px;
  height: 340px;
}

.technology-visual::after {
  width: 470px;
  height: 250px;
  transform: rotate(32deg);
}

.technology-symbol {
  position: relative;
  z-index: 2;
  display: grid;
  width: 140px;
  height: 140px;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, var(--blue), var(--accent-strong));
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 38px;
  box-shadow: 0 30px 70px rgba(72, 61, 215, 0.42);
  transform: rotate(-5deg);
}

.technology-symbol .site-icon {
  width: 62px;
  height: 62px;
}

.technology-visual--image {
  min-height: 0;
  aspect-ratio: 4 / 3;
  isolation: isolate;
  background: var(--technology-tone);
}

.technology-visual--image picture {
  display: contents;
}

.technology-visual--image::before {
  z-index: 0;
  display: block;
  inset: -28px;
  width: auto;
  height: auto;
  background-image: var(--technology-art);
  background-position: center;
  background-size: cover;
  border: 0;
  border-radius: 0;
  filter: blur(22px) saturate(0.82);
  opacity: 0.72;
  transform: scale(1.06);
}

.technology-visual--image::after {
  z-index: 2;
  display: block;
  inset: 0;
  width: auto;
  height: auto;
  background:
    linear-gradient(270deg, rgba(var(--technology-tone-rgb), 0.92) 0%, rgba(var(--technology-tone-rgb), 0.22) 8%, transparent 18%),
    linear-gradient(180deg, rgba(var(--technology-tone-rgb), 0.52) 0%, transparent 13%, transparent 87%, rgba(var(--technology-tone-rgb), 0.52) 100%);
  border: 0;
  border-radius: 0;
  pointer-events: none;
  transform: none;
}

.technology-visual--image img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.technology-block.is-atenea {
  --technology-art: url("../img/atenea.png");
  --technology-tone: #020511;
  --technology-tone-rgb: 2, 5, 17;
}

.technology-block.is-iris {
  --technology-art: url("../img/iris.webp");
  --technology-tone: #010826;
  --technology-tone-rgb: 1, 8, 38;
}

.technology-block.is-metis {
  --technology-art: url("../img/metis.png");
  --technology-tone: #01040d;
  --technology-tone-rgb: 1, 4, 13;
}

.technology-block.is-iris .technology-content {
  grid-template-columns: minmax(360px, 2fr) minmax(0, 3fr);
}

.technology-block.is-iris .technology-details {
  order: 1;
}

.technology-block.is-iris .technology-visual {
  order: 2;
}

.technology-visual--wide {
  min-height: 0;
  aspect-ratio: 993 / 767;
  isolation: isolate;
  background: #03091c;
}

.technology-visual--wide::before,
.technology-visual--wide::after {
  display: none;
}

.technology-visual--wide img {
  z-index: 2;
  box-sizing: border-box;
  padding: 0;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.technology-block.is-iris {
  grid-template-columns: minmax(0, 0.58fr) minmax(420px, 0.42fr);
  align-items: stretch;
}

.technology-block.is-iris .technology-copy {
  order: 2;
  padding: 44px 48px;
}

.technology-block.is-iris .technology-visual--image::after {
  background:
    linear-gradient(90deg, rgba(var(--technology-tone-rgb), 0.92) 0%, rgba(var(--technology-tone-rgb), 0.22) 8%, transparent 18%),
    linear-gradient(180deg, rgba(var(--technology-tone-rgb), 0.52) 0%, transparent 13%, transparent 87%, rgba(var(--technology-tone-rgb), 0.52) 100%);
}

.technology-block.is-iris .technology-copy h2 {
  font-size: clamp(1.95rem, 2.8vw, 2.75rem);
}

.technology-block.is-iris .technology-symbol {
  background: linear-gradient(145deg, #168ac7, #2e7198);
  transform: rotate(5deg);
}

@media (max-width: 900px) {
  .technology-heading {
    padding: 30px 30px 26px;
  }

  .technology-heading h2 {
    font-size: clamp(1.9rem, 6.8vw, 2.75rem);
  }

  .technology-content,
  .technology-block.is-iris .technology-content {
    grid-template-columns: 1fr;
  }

  .technology-block.is-iris .technology-details,
  .technology-block.is-iris .technology-visual {
    order: initial;
  }

  .technology-details {
    padding: 32px 30px 36px;
  }

  .technology-visual--image::after,
  .technology-block.is-iris .technology-visual--image::after {
    background:
      linear-gradient(180deg, rgba(var(--technology-tone-rgb), 0.72) 0%, transparent 12%, transparent 88%, rgba(var(--technology-tone-rgb), 0.72) 100%);
  }
}

.logo-cloud {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.logo-cloud div {
  display: grid;
  min-height: 92px;
  padding: 18px;
  place-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 17px;
}

.logo-cloud img {
  max-width: 105px;
  max-height: 42px;
}

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

.access-card {
  display: flex;
  min-height: 330px;
  flex-direction: column;
}

.access-card .button {
  align-self: flex-start;
  margin-top: auto;
}

.access-card.is-primary {
  color: #fff;
  background:
    radial-gradient(circle at 90% 5%, rgba(216, 50, 221, 0.3), transparent 35%),
    var(--night-soft);
  border-color: transparent;
}

.access-card.is-primary p {
  color: rgba(255, 255, 255, 0.66);
}

.access-card.is-primary .icon-box {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.15);
}

.contact-grid {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 70px;
}

.contact-aside {
  position: sticky;
  top: 112px;
}

.contact-aside h2 {
  margin: 0;
  font-size: clamp(1.9rem, 3vw, 2.75rem);
  letter-spacing: 0;
  line-height: 1.15;
}

.contact-aside > p {
  color: var(--ink-soft);
}

.contact-direct {
  margin-top: 35px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.contact-aside .feature-list li:last-child {
  border-bottom: 0;
}

.contact-aside .contact-direct {
  border-top: 0;
}

.contact-direct a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--blue-dark);
  font-weight: 600;
}

.contact-form {
  padding: 42px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: var(--shadow);
}

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

.field {
  display: grid;
  gap: 8px;
}

.field.is-full {
  grid-column: 1 / -1;
}

.field label,
.field > span {
  font-size: 0.82rem;
  font-weight: 600;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 13px 15px;
  color: var(--ink);
  background: #fbfbfd;
  border: 1px solid #d8dbe7;
  border-radius: 12px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.field textarea {
  min-height: 155px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  background: #fff;
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(61, 99, 255, 0.11);
}

.honeypot {
  position: absolute;
  left: -9999px;
}

.consent-field {
  display: flex;
  grid-column: 1 / -1;
  align-items: flex-start;
  gap: 10px;
  color: var(--ink-soft);
  font-size: 0.8rem;
}

.consent-field input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: var(--blue);
}

.consent-field a {
  color: var(--blue-dark);
  text-decoration: underline;
}

.form-actions {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 6px;
}

.form-status {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.86rem;
}

.form-status.is-success {
  color: var(--success);
}

.form-status.is-error {
  color: #b02a37;
}

.legal-content {
  max-width: 840px;
}

.legal-content section + section {
  margin-top: 45px;
}

.legal-content h2 {
  margin: 0 0 12px;
  font-size: 1.45rem;
}

.legal-content p,
.legal-content li {
  color: var(--ink-soft);
}

.legal-content a {
  color: var(--blue-dark);
  text-decoration: underline;
}

.site-footer {
  padding-top: 75px;
  color: #fff;
  background:
    radial-gradient(circle at 12% 0%, rgba(185, 130, 31, 0.14), transparent 28%),
    linear-gradient(145deg, #04182a, #082a45);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.5fr) repeat(3, minmax(140px, 0.7fr));
  gap: 55px;
  padding-bottom: 62px;
}

.footer-brand .brand {
  margin-bottom: 20px;
}

.footer-brand p {
  max-width: 390px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.57);
  font-size: 0.9rem;
}

.footer-email {
  color: var(--gold-light);
  font-size: 0.92rem;
  font-weight: 600;
}

.footer-grid h2 {
  margin: 7px 0 18px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.footer-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-grid li + li {
  margin-top: 10px;
}

.footer-grid li a {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.84rem;
  transition: color 0.2s ease;
}

.footer-grid li a:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: rgba(255, 255, 255, 0.43);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.75rem;
}

.footer-bottom p {
  margin: 0;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

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

@media (max-width: 1080px) {
  .cta-panel__content > p:not(.eyebrow) {
    white-space: normal;
  }

  .header-inner {
    gap: 13px;
  }

  .brand__descriptor {
    display: none;
  }

  .nav-link {
    padding-inline: 9px;
    font-size: 0.78rem;
  }

  .nav-panel {
    width: min(520px, calc(100vw - 36px));
  }

  .nav-item--services .nav-panel {
    width: min(650px, calc(100vw - 36px));
  }

  .header-access__copy,
  .header-access__arrow {
    display: none;
  }

  .header-access {
    width: 46px;
    height: 46px;
    justify-content: center;
    min-height: 0;
    padding: 4px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(330px, 0.9fr);
    gap: 35px;
  }

  body.page-home .hero-grid--with-media {
    grid-template-columns: minmax(0, 720px);
    gap: 0;
  }

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

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

  .public-capability-grid,
  .civitas-reality-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

@media (max-width: 860px) {
  :root {
    --shell: min(100% - 36px, 720px);
  }

  .site-header,
  .site-header.is-scrolled {
    padding-block: 7px;
  }

  body.page-home {
    --hero-position: 88% 42%;
    --hero-image-size: clamp(250px, 46vw, 380px) auto;
    --hero-opacity: 0.1;
  }

  .hero-video {
    opacity: 0.36;
    object-position: 62% center;
  }

  .hero-page-media {
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0.42;
    -webkit-mask-image: none;
    mask-image: none;
  }

  body.page-products,
  body.page-technology,
  body.page-services,
  body.page-team,
  body.page-contact {
    --hero-position: 88% 22%;
    --hero-image-size: clamp(190px, 34vw, 270px) auto;
    --hero-opacity: 0.2;
  }

  body.product-detail-page,
  body.page-services {
    --inner-hero-position: 88% 24%;
    --inner-hero-size: clamp(190px, 34vw, 280px) auto;
    --inner-hero-opacity: 0.18;
  }

  .nav-toggle {
    display: block;
  }

  .header-access {
    width: 46px;
    height: 46px;
    padding: 4px;
  }

  .site-navigation {
    position: fixed;
    z-index: 101;
    top: 89px;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow-y: auto;
    margin: 0;
    padding: 22px 24px 60px;
    background:
      radial-gradient(circle at 14% 4%, rgba(192, 146, 56, 0.16), transparent 30%),
      radial-gradient(circle at 88% 8%, rgba(255, 138, 0, 0.1), transparent 25%),
      linear-gradient(160deg, rgba(8, 14, 35, 0.99), rgba(3, 5, 15, 0.995));
    border-top: 1px solid rgba(132, 208, 255, 0.12);
    backdrop-filter: blur(28px) saturate(140%);
  }

  .site-navigation.is-open {
    display: block;
  }

  .nav-list {
    display: block;
    width: min(100%, 540px);
    margin-inline: auto;
    padding: 12px;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(144, 207, 255, 0.1);
    border-radius: 24px;
    box-shadow: 0 26px 65px rgba(0, 0, 0, 0.24), inset 0 1px rgba(255, 255, 255, 0.04);
  }

  .nav-item {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .nav-item:last-child {
    border-bottom: 0;
  }

  .nav-link {
    justify-content: space-between;
    width: 100%;
    min-height: 54px;
    padding: 17px 48px 17px 10px;
    font-size: 1rem;
    border-radius: 14px;
    transform: none;
  }

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

  .nav-link__mark {
    display: none;
  }

  .nav-submenu-toggle {
    position: absolute;
    z-index: 3;
    top: 7px;
    right: 5px;
    display: grid;
    width: 40px;
    height: 40px;
    padding: 0;
    color: #ebcf94;
    place-items: center;
    background: rgba(var(--nav-link-accent), 0.1);
    border: 1px solid rgba(var(--nav-link-accent), 0.18);
    border-radius: 12px;
    cursor: pointer;
  }

  .nav-submenu-toggle__mark {
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
  }

  .nav-submenu-toggle[aria-expanded="true"] .nav-submenu-toggle__mark {
    margin-top: 4px;
    transform: rotate(225deg);
  }

  .nav-panel,
  .nav-item--team .nav-panel,
  .nav-item--contact .nav-panel {
    position: static;
    display: none;
    width: auto;
    grid-template-columns: 1fr;
    margin: 0 0 18px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    visibility: visible;
  }

  .nav-item.is-expanded > .nav-panel {
    display: grid;
  }

  .nav-panel::before {
    display: none;
  }

  .nav-panel::after {
    opacity: 0.42;
  }

  .nav-item:focus-within > .nav-panel,
  .nav-item:hover > .nav-panel,
  .nav-item--team:focus-within > .nav-panel,
  .nav-item--team:hover > .nav-panel,
  .nav-item--contact:focus-within > .nav-panel,
  .nav-item--contact:hover > .nav-panel {
    transform: none;
  }

  .nav-panel__links,
  .nav-item--services .nav-panel__links,
  .nav-item--areas .nav-panel__links,
  .nav-item--technology .nav-panel__links,
  .nav-item--team .nav-panel__links {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .nav-panel__link {
    min-height: 0;
    padding: 10px;
    background: rgba(255, 255, 255, 0.05);
  }

  .nav-panel__header {
    margin-bottom: 7px;
    padding: 10px;
  }

  .nav-panel__link em,
  .nav-product-app em {
    display: none;
  }

  .nav-panel__link:hover {
    transform: none;
  }

  .nav-panel__overview:hover {
    transform: none;
  }

  .nav-item--areas .nav-panel,
  .nav-item--technology .nav-panel,
  .nav-item--products .nav-panel {
    width: auto;
  }

  .nav-product-groups {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .nav-product-group {
    padding: 12px;
  }

  .nav-product-app:hover {
    transform: none;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-block: 82px;
  }

  body.page-home .hero-grid--with-media {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .hero-media {
    top: 48%;
    right: -86px;
    width: min(72vw, 390px);
    opacity: 0.46;
  }

  .hero-secondary .hero-grid {
    padding-block: 66px 72px;
  }

  .split-layout,
  .technology-block,
  .contact-grid,
  .ecosystem-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .technology-block.is-iris {
    grid-template-columns: 1fr;
  }

  .split-layout.is-reversed .split-copy,
  .technology-block.is-iris .technology-copy {
    order: initial;
  }

  .technology-block.is-iris .technology-copy {
    display: block;
  }

  .technology-visual--wide {
    height: auto;
    min-height: 0;
    aspect-ratio: 993 / 767;
  }

  .product-grid,
  .access-grid {
    grid-template-columns: 1fr;
  }

  .architecture-strip,
  .public-capability-grid,
  .civitas-reality-grid {
    grid-template-columns: 1fr;
  }

  .access-card {
    min-height: 290px;
  }

  .technology-visual {
    min-height: 340px;
  }

  .contact-aside {
    position: static;
  }

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

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

@media (max-width: 620px) {
  :root {
    --shell: calc(100% - 28px);
    --radius: 21px;
  }

  .site-header,
  .site-header.is-scrolled {
    padding-block: 6px;
  }

  .header-inner {
    min-height: 64px;
    gap: 9px;
    padding: 6px 8px 6px 10px;
    border-radius: 19px;
  }

  .brand {
    font-size: 0.98rem;
  }

  .brand img {
    height: 50px;
  }

  .brand--header img {
    width: 100%;
    height: auto;
  }

  .brand--header .brand__art {
    width: 150px;
    height: 36px;
    border-radius: 10px;
  }

  .brand--footer img {
    height: auto;
  }

  .brand--footer .brand__art {
    width: 190px;
    height: 44px;
  }

  .header-access {
    display: none;
  }

  .site-navigation {
    top: 77px;
    padding: 14px 14px 42px;
  }

  .nav-list {
    padding: 8px;
    border-radius: 20px;
  }

  .nav-toggle {
    width: 44px;
    height: 44px;
  }

  .hero-primary,
  .hero-grid {
    min-height: 0;
  }

  .hero-video {
    opacity: 0.28;
    object-position: 58% center;
  }

  .hero-page-media {
    display: none;
  }

  .hero-primary::after,
  .inner-hero.is-dark::after {
    background:
      linear-gradient(180deg, rgba(4, 7, 20, 0.92) 0%, rgba(4, 7, 20, 0.84) 54%, rgba(8, 11, 27, 0.94) 100%),
      radial-gradient(circle at 74% 20%, rgba(67, 221, 255, 0.16), transparent 36%);
  }

  .hero-secondary .hero-grid {
    min-height: 0;
    padding-block: 56px 62px;
  }

  .hero-grid {
    padding-block: 68px 75px;
  }

  body.page-home .hero-grid--with-media {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .hero-media {
    display: none;
  }

  .hero-primary .eyebrow {
    align-items: flex-start;
    max-width: 100%;
    white-space: normal;
  }

  .hero-primary .eyebrow::before {
    flex: 0 0 28px;
    margin-top: 0.58em;
  }

  .hero-copy h1,
  .inner-hero h1 {
    font-size: clamp(2rem, 9vw, 2.85rem);
  }

  .hero-actions,
  .section-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .section {
    padding-block: 68px;
  }

  .section-heading {
    margin-bottom: 35px;
  }

  .value-grid,
  .service-grid,
  .service-grid.is-two,
  .value-grid.is-two,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .value-card,
  .service-card,
  .access-card,
  .info-card,
  .product-card {
    padding: 27px;
  }

  .ecosystem-card,
  .civitas-reality-card,
  .public-system-block {
    padding: 24px;
  }

  .architecture-strip {
    padding: 12px;
  }

  .product-card {
    min-height: 430px;
  }

  .cta-panel {
    align-items: stretch;
    grid-template-columns: 1fr;
    padding: 36px 27px;
  }

  .cta-panel__content h2 {
    max-width: none;
  }

  .cta-panel__action {
    padding: 24px;
  }

  .cta-panel::before {
    width: 100%;
    opacity: 0.3;
  }

  .cta-panel__orb--large {
    right: -190px;
    bottom: -320px;
  }

  .cta-panel__orb--small {
    right: -8px;
    bottom: 72px;
  }

  .inner-hero {
    padding-block: 64px 68px;
  }

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

  .product-detail-page .inner-hero.is-dark {
    padding-bottom: 92px;
  }

  .product-detail-page .inner-hero.is-dark + .quick-facts {
    margin-top: -28px;
  }

  .quick-fact + .quick-fact {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .technology-copy {
    padding: 35px 27px;
  }

  .technology-block.is-iris .technology-copy {
    padding: 35px 27px;
  }

  .technology-visual--image::after,
  .technology-block.is-iris .technology-visual--image::after {
    background:
      linear-gradient(180deg, rgba(var(--technology-tone-rgb), 0.88) 0%, rgba(var(--technology-tone-rgb), 0.18) 10%, transparent 22%, transparent 88%, rgba(var(--technology-tone-rgb), 0.42) 100%);
  }

  .technology-visual {
    min-height: 290px;
  }

  .technology-symbol {
    width: 112px;
    height: 112px;
  }

  .technology-visual:not(.technology-visual--image)::before {
    width: 270px;
    height: 270px;
  }

  .technology-visual:not(.technology-visual--image)::after {
    width: 330px;
    height: 190px;
  }

  .technology-visual--wide::before,
  .technology-visual--wide::after {
    width: auto;
    height: auto;
  }

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

  .contact-form {
    padding: 28px 20px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .field.is-full,
  .consent-field,
  .form-actions {
    grid-column: auto;
  }

  .form-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

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

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-block: 22px;
  }
}

/* Audience hub and audience-specific pages */
.hub-hero {
  min-height: 650px;
}

.hub-hero::after {
  background:
    linear-gradient(90deg, rgba(4, 7, 20, 0.94) 0%, rgba(4, 7, 20, 0.78) 42%, rgba(4, 7, 20, 0.2) 76%, rgba(4, 7, 20, 0.5) 100%),
    radial-gradient(circle at 68% 38%, rgba(192, 146, 56, 0.18), transparent 36%);
}

.hub-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 650px;
  align-items: center;
  padding-block: 92px 105px;
}

.hub-hero__copy {
  width: min(960px, 82%);
}

.hub-hero__copy h1 {
  max-width: 940px;
  margin: 0;
  font-size: clamp(2.65rem, 4.3vw, 4.55rem);
  line-height: 1.02;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.hub-hero__copy h1 span {
  position: relative;
  display: block;
  max-width: 850px;
  margin-top: 0.52em;
  padding-left: 0.55em;
  color: transparent;
  background: linear-gradient(110deg, #e9f9ff 4%, #c09238 48%, #2e7198 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 0.52em;
  font-weight: 620;
  letter-spacing: -0.015em;
  line-height: 1.18;
  text-wrap: balance;
}

.hub-hero__copy h1 span::before {
  position: absolute;
  top: 0.12em;
  bottom: 0.08em;
  left: 0;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ebcf94, #2e7198);
  box-shadow: 0 0 20px rgba(192, 146, 56, 0.55);
  content: "";
}

.hub-hero__copy .hero-lead {
  max-width: 820px;
}

.hub-scroll {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 35px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
}

.hub-scroll__mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  transition: background 0.2s ease, transform 0.2s ease;
}

.hub-scroll__mark .site-icon {
  width: 18px;
  height: 18px;
  transform: rotate(90deg);
}

.hub-scroll:hover .hub-scroll__mark {
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(4px);
}

.hub-paths {
  position: relative;
  padding-block: 105px 120px;
  background:
    radial-gradient(circle at 12% 20%, rgba(192, 146, 56, 0.08), transparent 26%),
    linear-gradient(180deg, #f7f9fd 0%, #fff 100%);
}

.hub-paths__heading {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 1fr);
  align-items: end;
  gap: 48px;
  margin-bottom: 54px;
}

.hub-paths__heading .eyebrow {
  margin-bottom: 8px;
}

.hub-paths__heading h2 {
  margin: 0;
  font-size: clamp(2.05rem, 3.3vw, 3.45rem);
  line-height: 1.04;
  text-wrap: balance;
}

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

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

.audience-grid--primary .audience-card {
  min-height: 475px;
}

.labs-secondary-entry {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
  padding: 24px 28px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid #dce3f0;
  border-radius: 22px;
  box-shadow: 0 12px 35px rgba(17, 22, 51, 0.06);
}

.labs-secondary-entry__icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: #7a520e;
  background: #f8f1e2;
  border: 1px solid #e6d1a5;
  border-radius: 15px;
}

.labs-secondary-entry__icon .site-icon {
  width: 23px;
  height: 23px;
}

.labs-secondary-entry .eyebrow {
  margin-bottom: 5px;
  color: #7a520e;
}

.labs-secondary-entry h3 {
  margin: 0;
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  line-height: 1.35;
}

.labs-secondary-entry p:not(.eyebrow) {
  margin: 6px 0 0;
  color: var(--ink-soft);
  font-size: 0.86rem;
}

.labs-secondary-entry .text-link {
  margin-top: 0;
  white-space: nowrap;
}

.audience-card {
  --card-accent: #c09238;
  --card-accent-rgb: 192, 146, 56;
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 535px;
  flex-direction: column;
  overflow: hidden;
  padding: 34px;
  color: #fff;
  background:
    linear-gradient(155deg, rgba(var(--card-accent-rgb), 0.18), transparent 43%),
    linear-gradient(145deg, #0b1024, #04182a 72%);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 30px;
  box-shadow: 0 26px 60px rgba(13, 19, 48, 0.18);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.audience-card::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  opacity: 0.22;
  background-image: linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(145deg, #000, transparent 63%);
}

.audience-card--companies {
  --card-accent: #6e98b5;
  --card-accent-rgb: 110, 152, 181;
}

.audience-card--digital {
  --card-accent: #d0a24a;
  --card-accent-rgb: 208, 162, 74;
}

.audience-card:hover {
  border-color: rgba(var(--card-accent-rgb), 0.72);
  box-shadow: 0 35px 85px rgba(13, 19, 48, 0.27);
  transform: translateY(-9px);
}

.audience-card:focus-visible {
  outline: 3px solid var(--card-accent);
  outline-offset: 4px;
}

.audience-card__glow {
  position: absolute;
  z-index: -1;
  right: -110px;
  bottom: -120px;
  width: 330px;
  height: 330px;
  background: radial-gradient(circle, rgba(var(--card-accent-rgb), 0.34), transparent 67%);
  border-radius: 50%;
  transition: transform 0.35s ease;
}

.audience-card:hover .audience-card__glow {
  transform: scale(1.16);
}

.audience-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
}

.audience-card__number {
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.audience-card__icon {
  display: grid;
  width: 55px;
  height: 55px;
  color: #fff;
  place-items: center;
  background: rgba(var(--card-accent-rgb), 0.18);
  border: 1px solid rgba(var(--card-accent-rgb), 0.42);
  border-radius: 18px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.14);
}

.audience-card__icon .site-icon {
  width: 26px;
  height: 26px;
}

.audience-card__label {
  min-height: 3em;
  color: rgba(var(--card-accent-rgb), 0.95);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}

.audience-card h3 {
  margin: 13px 0 15px;
  font-size: clamp(1.65rem, 2.5vw, 2.45rem);
  line-height: 1.1;
}

.audience-card > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.92rem;
  line-height: 1.7;
}

.audience-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 22px;
}

.audience-card__tags > span {
  padding: 6px 10px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  font-size: 0.68rem;
}

.audience-card__action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 28px;
  color: #fff;
  font-size: 0.84rem;
  font-weight: 700;
}

.audience-card__action .site-icon {
  width: 20px;
  height: 20px;
  transition: transform 0.2s ease;
}

.audience-card:hover .audience-card__action .site-icon {
  transform: translateX(5px);
}

.home-areas-overview {
  padding-block: 100px;
  background:
    radial-gradient(circle at 88% 12%, rgba(192, 146, 56, 0.08), transparent 27%),
    linear-gradient(180deg, #f7f9fd 0%, #fff 100%);
  border-bottom: 1px solid var(--line);
}

.home-areas-overview__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(480px, 1.18fr);
  align-items: center;
  gap: clamp(48px, 7vw, 100px);
}

.home-areas-overview__copy h2 {
  margin: 0;
  font-size: clamp(2.05rem, 3.3vw, 3.4rem);
  line-height: 1.04;
  text-wrap: balance;
}

.home-areas-overview__copy > p:not(.eyebrow) {
  max-width: 630px;
  margin: 24px 0 30px;
  color: var(--ink-soft);
  line-height: 1.75;
}

.home-areas-overview__list {
  border-top: 1px solid var(--line);
}

.home-areas-overview__list > a {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 122px;
  padding: 22px 18px;
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  transition: color 0.2s ease, background 0.2s ease, padding 0.2s ease;
}

.home-areas-overview__list > a:hover {
  padding-inline: 26px 12px;
  color: #007fa4;
  background: rgba(192, 146, 56, 0.055);
}

.home-areas-overview__list strong,
.home-areas-overview__list small {
  display: block;
}

.home-areas-overview__list strong {
  font-size: clamp(1.15rem, 1.8vw, 1.5rem);
  line-height: 1.25;
}

.home-areas-overview__list small {
  margin-top: 7px;
  color: var(--ink-soft);
  font-size: 0.82rem;
  line-height: 1.45;
}

.home-areas-overview__number {
  color: #009fca;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.home-areas-overview__list .site-icon {
  width: 22px;
  height: 22px;
  transition: transform 0.2s ease;
}

.home-areas-overview__list > a:hover .site-icon {
  transform: translateX(5px);
}

.page-areas .areas-directory .audience-card {
  min-height: 510px;
  padding: 30px;
}

.page-areas .areas-directory .audience-card h3 {
  font-size: clamp(1.55rem, 2.2vw, 2.1rem);
}

.hub-principle {
  padding-block: 58px;
  border-top: 1px solid var(--line);
  background: #fff;
}

.hub-principle__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
}

.hub-principle__icon {
  display: grid;
  width: 64px;
  height: 64px;
  color: var(--blue);
  place-items: center;
  background: #edf5ff;
  border: 1px solid #cfe3ff;
  border-radius: 20px;
}

.hub-principle__inner .eyebrow {
  margin-bottom: 7px;
}

.hub-principle__inner h2 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(1.35rem, 2.2vw, 2.15rem);
  line-height: 1.25;
}

.audience-page {
  --audience-accent: #c09238;
  --audience-accent-rgb: 192, 146, 56;
}

.audience-page--companies {
  --audience-accent: #6e98b5;
  --audience-accent-rgb: 110, 152, 181;
}

.audience-page--digital {
  --audience-accent: #d0a24a;
  --audience-accent-rgb: 208, 162, 74;
}

.audience-hero .hero-copy {
  max-width: 940px;
}

.audience-hero .hero-copy h1 {
  font-size: clamp(2.3rem, 3.45vw, 3.8rem);
}

.audience-hero .hero-page-media::after {
  background:
    linear-gradient(90deg, rgba(4, 7, 20, 0.97) 0%, rgba(4, 7, 20, 0.88) 46%, rgba(4, 7, 20, 0.46) 78%, rgba(4, 7, 20, 0.58) 100%),
    radial-gradient(circle at 70% 38%, rgba(var(--audience-accent-rgb), 0.18), transparent 34%);
}

.audience-hero .hero-page-media__video {
  object-position: 42% center;
}

.audience-hero--digital {
  background:
    radial-gradient(circle at 78% 42%, rgba(208, 162, 74, 0.16), transparent 30%),
    radial-gradient(circle at 62% 64%, rgba(192, 146, 56, 0.12), transparent 28%),
    linear-gradient(145deg, #04182a, #10112b 58%, #0b2b48);
}

.audience-hero--digital::after {
  background: linear-gradient(90deg, rgba(4, 7, 20, 0.93) 0%, rgba(4, 7, 20, 0.72) 47%, rgba(4, 7, 20, 0.18) 78%, rgba(4, 7, 20, 0.5) 100%);
}

.audience-quickstrip {
  position: relative;
  z-index: 5;
  width: min(1080px, calc(100% - 48px));
  margin: -38px auto 0;
  padding: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(17, 22, 51, 0.14);
}

.audience-quickstrip__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.audience-quickstrip__grid > span {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 94px;
  padding: 22px 28px;
  color: var(--audience-accent);
}

.audience-quickstrip__grid > span + span {
  border-left: 1px solid var(--line);
}

.audience-quickstrip .site-icon {
  width: 25px;
  height: 25px;
}

.audience-quickstrip__grid > span > span {
  display: grid;
  color: var(--ink-soft);
  font-size: 0.75rem;
  line-height: 1.5;
}

.audience-quickstrip strong {
  color: var(--ink);
  font-size: 0.88rem;
}

.editorial-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: clamp(55px, 8vw, 105px);
}

.editorial-split .section-heading {
  margin: 0;
}

.procedure-map {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(var(--audience-accent-rgb), 0.14), transparent 45%),
    linear-gradient(145deg, #f7faff, #edf3fc);
  border: 1px solid var(--line);
  border-radius: 34px;
}

.procedure-map::before,
.procedure-map::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  border: 1px dashed rgba(var(--audience-accent-rgb), 0.34);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.procedure-map::before {
  width: 290px;
  height: 290px;
}

.procedure-map::after {
  width: 410px;
  height: 410px;
  opacity: 0.55;
}

.procedure-map__core,
.procedure-map__item {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.procedure-map__core {
  top: 50%;
  left: 50%;
  width: 160px;
  height: 160px;
  color: var(--audience-accent);
  border-color: rgba(var(--audience-accent-rgb), 0.4);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.procedure-map__core .site-icon {
  width: 34px;
  height: 34px;
}

.procedure-map__core strong,
.procedure-map__core small {
  display: block;
  color: var(--ink);
}

.procedure-map__core small {
  color: var(--ink-soft);
  font-size: 0.65rem;
}

.procedure-map__item {
  width: 108px;
  min-height: 72px;
  padding: 11px;
  border-radius: 16px;
  font-size: 0.78rem;
}

.procedure-map__item span {
  color: var(--audience-accent);
  font-size: 0.64rem;
  font-weight: 700;
}

.procedure-map__item--one { top: 42px; left: 50%; transform: translateX(-50%); }
.procedure-map__item--two { top: 50%; right: 34px; transform: translateY(-50%); }
.procedure-map__item--three { bottom: 42px; left: 50%; transform: translateX(-50%); }
.procedure-map__item--four { top: 50%; left: 34px; transform: translateY(-50%); }

.featured-solution {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 590px;
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
  align-items: center;
  gap: 40px;
  overflow: hidden;
  padding: clamp(45px, 6vw, 75px);
  color: #fff;
  background:
    radial-gradient(circle at 80% 22%, rgba(var(--audience-accent-rgb), 0.26), transparent 28%),
    linear-gradient(135deg, #04182a, #10183b 68%, #0b2b48);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 38px;
  box-shadow: 0 30px 85px rgba(11, 16, 42, 0.23);
}

.featured-solution::before {
  position: absolute;
  z-index: -1;
  inset: 0 0 0 45%;
  content: "";
  opacity: 0.34;
  background-image: linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(90deg, transparent, #000);
}

.featured-solution__copy {
  position: relative;
  z-index: 3;
}

.featured-solution__copy .eyebrow {
  color: color-mix(in srgb, var(--audience-accent), white 28%);
}

.featured-solution__copy h2 {
  margin: 0;
  font-size: clamp(2.5rem, 4.3vw, 4.4rem);
  line-height: 1;
}

.featured-solution__copy h2 span {
  color: var(--audience-accent);
}

.featured-solution__lead {
  max-width: 540px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.08rem;
}

.feature-list--dark {
  margin-block: 26px 30px;
}

.feature-list--dark li {
  color: rgba(255, 255, 255, 0.72);
  border-bottom-color: rgba(255, 255, 255, 0.13);
}

.feature-list--dark .site-icon {
  color: var(--audience-accent);
}

.featured-solution__visual {
  position: relative;
  min-height: 430px;
}

.solution-orbit,
.solution-orbit__core,
.solution-node {
  position: absolute;
  top: 50%;
  left: 50%;
}

.solution-orbit {
  border: 1px solid rgba(var(--audience-accent-rgb), 0.32);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.solution-orbit--one { width: 250px; height: 250px; }
.solution-orbit--two { width: 400px; height: 400px; border-style: dashed; }

.solution-orbit__core {
  display: grid;
  width: 126px;
  height: 126px;
  color: #fff;
  place-items: center;
  background: radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.25), transparent 30%), linear-gradient(145deg, var(--audience-accent), #15557f);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  box-shadow: 0 0 60px rgba(var(--audience-accent-rgb), 0.4);
  transform: translate(-50%, -50%);
}

.solution-orbit__core .site-icon { width: 45px; height: 45px; }

.solution-node {
  display: grid;
  width: 105px;
  min-height: 84px;
  padding: 13px;
  color: var(--audience-accent);
  place-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(12px);
}

.solution-node .site-icon { width: 25px; height: 25px; }
.solution-node small { color: rgba(255, 255, 255, 0.7); font-size: 0.65rem; }
.solution-node--a { margin: -192px 0 0 -53px; }
.solution-node--b { margin: 70px 0 0 120px; }
.solution-node--c { margin: 70px 0 0 -225px; }

.audience-capability-grid .service-card {
  min-height: 315px;
  padding: 36px;
}

.audience-capability-grid .service-card::before {
  position: absolute;
  top: 0;
  right: 28px;
  left: 28px;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--audience-accent), transparent);
  border-radius: 0 0 3px 3px;
}

.public-ecosystem {
  color: #fff;
  background:
    radial-gradient(circle at 86% 10%, rgba(192, 146, 56, 0.2), transparent 28%),
    linear-gradient(145deg, #04182a, #10152d);
}

.public-ecosystem .section-heading > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.67);
}

.public-ecosystem .eyebrow { color: #ebcf94; }

.section-heading--compact {
  max-width: 960px;
  margin-bottom: 36px;
}

.public-translation {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  padding: 30px;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0%, rgba(192, 146, 56, 0.2), transparent 38%),
    linear-gradient(145deg, #0b1023, #121b37);
  border: 1px solid rgba(192, 146, 56, 0.2);
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(17, 22, 51, 0.16);
}

.public-translation > div {
  display: grid;
  gap: 8px;
}

.public-translation small {
  color: #ebcf94;
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.public-translation strong {
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  line-height: 1.45;
}

.public-translation__arrow {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #ebcf94;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(154, 223, 255, 0.2);
  border-radius: 50%;
}

.public-translation__arrow .site-icon {
  width: 18px;
  height: 18px;
}

.public-legal-framework {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 8%, rgba(192, 146, 56, 0.1), transparent 26%),
    radial-gradient(circle at 4% 92%, rgba(46, 113, 152, 0.07), transparent 28%),
    #f4f7fc;
}

.public-legal-framework__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.65fr);
  align-items: end;
  gap: clamp(42px, 7vw, 88px);
  margin-bottom: 42px;
}

.public-legal-framework__heading h2 {
  max-width: 940px;
  margin: 0;
  font-size: clamp(2.05rem, 3.2vw, 3.35rem);
  line-height: 1.06;
  text-wrap: balance;
}

.public-legal-framework__heading > div > p:not(.eyebrow) {
  max-width: 820px;
  margin: 22px 0 0;
  color: var(--ink-soft);
  line-height: 1.75;
}

.public-legal-framework__position {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 17px;
  padding: 25px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid #d8e1ef;
  border-radius: 24px;
  box-shadow: 0 18px 48px rgba(17, 22, 51, 0.07);
}

.public-legal-framework__position > span {
  display: grid;
  width: 45px;
  height: 45px;
  color: #fff;
  place-items: center;
  background: linear-gradient(145deg, #c09238, #2e7198);
  border-radius: 14px;
}

.public-legal-framework__position > span .site-icon {
  width: 21px;
  height: 21px;
}

.public-legal-framework__position .eyebrow {
  margin: 0 0 7px;
}

.public-legal-framework__position p:not(.eyebrow) {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.84rem;
  line-height: 1.65;
}

.public-legal-framework__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
}

.public-legal-card {
  position: relative;
  display: flex;
  min-height: 440px;
  flex-direction: column;
  padding: 30px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid #d8e1ef;
  border-radius: 27px;
  box-shadow: 0 20px 52px rgba(17, 22, 51, 0.075);
}

.public-legal-card::before {
  position: absolute;
  top: 0;
  right: 30px;
  left: 30px;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, #c09238, #2e7198);
  border-radius: 0 0 4px 4px;
}

.public-legal-card__number {
  position: absolute;
  top: 31px;
  right: 30px;
  color: #92a2ba;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.public-legal-card .icon-box {
  width: 50px;
  height: 50px;
  color: #2e7198;
  background: #edf5ff;
}

.public-legal-card h3 {
  margin: 31px 0 14px;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  line-height: 1.22;
}

.public-legal-card > p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.86rem;
  line-height: 1.7;
}

.public-legal-card__norms {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: auto;
  padding-top: 26px;
}

.public-legal-card__norms > span {
  padding: 6px 10px;
  color: #005b95;
  background: #edf7fc;
  border: 1px solid #cce8f3;
  border-radius: 999px;
  font-size: 0.67rem;
  font-weight: 700;
}

.public-legal-framework__depth {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 22px;
  margin-top: 22px;
  padding: 29px 32px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid #d5dfed;
  border-radius: 24px;
  box-shadow: 0 16px 45px rgba(17, 22, 51, 0.06);
}

.public-legal-framework__depth-icon {
  display: grid;
  width: 55px;
  height: 55px;
  color: #2e7198;
  place-items: center;
  background: linear-gradient(145deg, #edf8fc, #eaf0ff);
  border: 1px solid #cfe1f1;
  border-radius: 17px;
}

.public-legal-framework__depth-icon .site-icon {
  width: 25px;
  height: 25px;
}

.public-legal-framework__depth .eyebrow {
  margin-bottom: 5px;
}

.public-legal-framework__depth h3 {
  margin: 0;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  line-height: 1.3;
}

.public-legal-framework__depth p:not(.eyebrow) {
  max-width: 980px;
  margin: 9px 0 0;
  color: var(--ink-soft);
  font-size: 0.88rem;
  line-height: 1.7;
}

.ecosystem-grid--compact {
  gap: 16px;
}

.ecosystem-grid--compact .ecosystem-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 16px;
  align-items: start;
  padding: 24px;
}

.ecosystem-grid--compact .icon-box {
  width: 46px;
  height: 46px;
}

.ecosystem-grid--compact .ecosystem-card h3 {
  margin: 3px 0 7px;
}

.ecosystem-grid--compact .ecosystem-card p {
  grid-column: 2;
  line-height: 1.6;
}

.public-trust {
  background:
    radial-gradient(circle at 92% 8%, rgba(192, 146, 56, 0.08), transparent 24%),
    #fff;
}

.public-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  background: #f7f9fd;
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: 0 18px 50px rgba(17, 22, 51, 0.07);
}

.public-trust-card {
  position: relative;
  padding: 30px;
}

.public-trust-card + .public-trust-card {
  border-left: 1px solid var(--line);
}

.public-trust-card::before {
  position: absolute;
  top: 0;
  right: 30px;
  left: 30px;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, #c09238, #2e7198);
  border-radius: 0 0 4px 4px;
}

.public-trust-card .icon-box {
  width: 48px;
  height: 48px;
  color: #2e7198;
  background: rgba(46, 113, 152, 0.08);
  border-color: rgba(46, 113, 152, 0.16);
}

.public-trust-card h3 {
  margin: 22px 0 10px;
  font-size: 1.13rem;
  line-height: 1.3;
}

.public-trust-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
  line-height: 1.65;
}

.public-procedure-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(30px, 6vw, 78px);
}

.public-procedure-list article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 22px 0;
  border-top: 1px solid var(--line);
}

.public-procedure-list article > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #2e7198;
  background: rgba(46, 113, 152, 0.08);
  border-radius: 13px;
}

.public-procedure-list article > span .site-icon {
  width: 19px;
  height: 19px;
}

.public-procedure-list h3 {
  margin: 1px 0 6px;
  font-size: 1rem;
}

.public-procedure-list p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.85rem;
  line-height: 1.55;
}

.public-technology-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  margin-top: 34px;
  padding: 23px 26px;
  color: #fff;
  background: linear-gradient(130deg, #0b1023, #162042);
  border-radius: 22px;
}

.public-technology-note > span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: #ebcf94;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 14px;
}

.public-technology-note h2,
.public-technology-note h3 {
  margin: 0 0 5px;
  font-size: 1rem;
}

.public-technology-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
  line-height: 1.55;
}

.public-technology-note .text-link {
  margin: 0;
  color: #fff;
  white-space: nowrap;
}

@media (max-width: 860px) {
  .public-legal-framework__heading,
  .public-legal-framework__grid {
    grid-template-columns: 1fr;
  }

  .public-legal-framework__heading {
    gap: 28px;
  }

  .public-legal-card {
    min-height: 0;
  }

  .public-translation {
    grid-template-columns: 1fr;
  }

  .public-translation__arrow {
    transform: rotate(90deg);
  }

  .public-trust-grid,
  .public-procedure-list {
    grid-template-columns: 1fr;
  }

  .public-trust-card + .public-trust-card {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .public-technology-note {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .public-technology-note .text-link {
    grid-column: 2;
  }
}

@media (max-width: 620px) {
  .public-legal-framework__position,
  .public-legal-framework__depth {
    grid-template-columns: 1fr;
    padding: 23px;
  }

  .public-legal-card {
    padding: 25px;
  }

  .public-translation,
  .public-trust-card {
    padding: 24px;
  }

  .ecosystem-grid--compact .ecosystem-card p {
    grid-column: 1 / -1;
    margin-top: 12px;
  }

  .public-technology-note {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .public-technology-note .text-link {
    grid-column: auto;
  }
}

.audience-process .process-step::before {
  background: linear-gradient(145deg, var(--audience-accent), #15557f);
  box-shadow: 0 8px 20px rgba(var(--audience-accent-rgb), 0.23);
}

.audience-cta-section {
  padding-top: 45px;
}

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

.journey-card {
  position: relative;
  min-height: 340px;
  padding: 35px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow-soft);
}

.journey-card__number {
  position: absolute;
  top: 28px;
  right: 30px;
  color: rgba(var(--audience-accent-rgb), 0.33);
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
}

.journey-card h3 {
  margin: 27px 0 10px;
  font-size: 1.4rem;
}

.journey-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.93rem;
}

.journey-card__line {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: calc(100% + 1px);
  width: 19px;
  height: 1px;
  background: var(--audience-accent);
}

.editorial-split--diagnostic {
  grid-template-columns: minmax(420px, 1.05fr) minmax(0, 0.95fr);
}

.diagnostic-visual {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(var(--audience-accent-rgb), 0.16), transparent 45%),
    linear-gradient(145deg, #0a0c1b, #151a3b);
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.diagnostic-visual::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.28;
  background-image: linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: radial-gradient(circle, #000, transparent 70%);
}

.diagnostic-visual__ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 310px;
  height: 310px;
  border: 1px dashed rgba(var(--audience-accent-rgb), 0.5);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.diagnostic-visual__score {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 170px;
  height: 170px;
  color: var(--audience-accent);
  place-items: center;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  backdrop-filter: blur(12px);
  transform: translate(-50%, -50%);
}

.diagnostic-visual__score strong,
.diagnostic-visual__score small { display: block; color: #fff; }
.diagnostic-visual__score small { color: rgba(255, 255, 255, 0.58); font-size: 0.67rem; }

.diagnostic-visual__note {
  position: absolute;
  padding: 10px 17px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  backdrop-filter: blur(10px);
}

.diagnostic-visual__note--time { top: 72px; left: 50%; transform: translateX(-50%); }
.diagnostic-visual__note--steps { top: 52%; right: 42px; }
.diagnostic-visual__note--risk { bottom: 70px; left: 70px; }

.editorial-split--diagnostic .button {
  margin-top: 28px;
}

.company-boundary {
  padding-block: 0;
}

.company-boundary__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 30px;
  padding: 44px 48px;
  background: linear-gradient(135deg, #f4f6ff, #edf1ff);
  border: 1px solid #d7ddff;
  border-radius: 30px;
}

.company-boundary__icon {
  display: grid;
  width: 64px;
  height: 64px;
  color: var(--audience-accent);
  place-items: center;
  background: #fff;
  border: 1px solid #d7ddff;
  border-radius: 20px;
}

.company-boundary .eyebrow { margin-bottom: 8px; }
.company-boundary h2 { margin: 0; font-size: clamp(1.7rem, 3vw, 2.75rem); line-height: 1.18; }
.company-boundary p:not(.eyebrow) { max-width: 850px; margin: 14px 0 0; color: var(--ink-soft); }

.labs-hero-visual {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: max(4vw, calc((100vw - 1250px) / 2));
  width: min(42vw, 560px);
  aspect-ratio: 1;
  transform: translateY(-48%);
}

.labs-hero-visual__orbit,
.labs-hero-visual__core,
.labs-hero-visual__node {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
}

.labs-hero-visual__orbit {
  border: 1px solid rgba(208, 162, 74, 0.36);
  transform: translate(-50%, -50%);
}

.labs-hero-visual__orbit--one { width: 48%; height: 48%; }
.labs-hero-visual__orbit--two { width: 82%; height: 82%; border-style: dashed; }

.labs-hero-visual__core {
  display: grid;
  width: 24%;
  height: 24%;
  color: #fff;
  place-items: center;
  background: linear-gradient(145deg, #d0a24a, #2e7198);
  box-shadow: 0 0 70px rgba(208, 162, 74, 0.45);
  transform: translate(-50%, -50%);
}

.labs-hero-visual__core .site-icon { width: 40%; height: 40%; }

.labs-hero-visual__node {
  display: grid;
  width: 12%;
  height: 12%;
  color: #fff;
  place-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}

.labs-hero-visual__node .site-icon { width: 42%; height: 42%; }
.labs-hero-visual__node--a { margin: -35% 0 0 -6%; }
.labs-hero-visual__node--b { margin: 22% 0 0 27%; }
.labs-hero-visual__node--c { margin: 18% 0 0 -36%; }

.labs-quote {
  position: relative;
  margin: 0;
  padding: 55px;
  color: #fff;
  background:
    radial-gradient(circle at 85% 15%, rgba(208, 162, 74, 0.25), transparent 28%),
    linear-gradient(145deg, #0b0c1d, #103854);
  border-radius: 32px;
  box-shadow: var(--shadow);
}

.labs-quote > span {
  position: absolute;
  top: 22px;
  left: 35px;
  color: rgba(208, 162, 74, 0.4);
  font-family: Georgia, serif;
  font-size: 6rem;
  line-height: 1;
}

.labs-quote p {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: clamp(1.35rem, 2.3vw, 2.1rem);
  font-weight: 600;
  line-height: 1.4;
}

.featured-solution--labs {
  --audience-accent: #d0a24a;
  --audience-accent-rgb: 208, 162, 74;
}

.story-window {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 45%, rgba(208, 162, 74, 0.25), transparent 33%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 30px;
}

.story-window__stars {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.75) 0 1px, transparent 1.5px);
  background-size: 34px 34px;
  opacity: 0.38;
  mask-image: radial-gradient(circle, #000, transparent 78%);
}

.story-window__book {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 118px;
  height: 118px;
  color: #fff;
  place-items: center;
  background: linear-gradient(145deg, #d0a24a, #2e7198);
  border-radius: 35% 65% 58% 42% / 45% 39% 61% 55%;
  box-shadow: 0 0 65px rgba(208, 162, 74, 0.5);
  transform: translate(-50%, -50%) rotate(-7deg);
}

.story-window__book .site-icon { width: 43px; height: 43px; }

.story-window__message {
  position: absolute;
  padding: 11px 16px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(8, 10, 27, 0.64);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 15px;
  font-size: 0.7rem;
  backdrop-filter: blur(10px);
}

.story-window__message--one { top: 62px; left: 44px; }
.story-window__message--two { top: 115px; right: 34px; }
.story-window__message--three { right: 65px; bottom: 62px; }

.labs-principles {
  color: #fff;
  background:
    radial-gradient(circle at 85% 12%, rgba(208, 162, 74, 0.18), transparent 30%),
    linear-gradient(145deg, #04182a, #0b2b48);
}

.labs-principles .eyebrow { color: #ebcf94; }
.labs-principles__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.labs-principles__grid article {
  min-height: 260px;
  padding: 32px 25px;
}

.labs-principles__grid article + article {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.labs-principles__grid span {
  color: #d0a24a;
  font-size: 0.72rem;
  font-weight: 700;
}

.labs-principles__grid h3 { margin: 55px 0 12px; font-size: 1.18rem; }
.labs-principles__grid p { margin: 0; color: rgba(255, 255, 255, 0.61); font-size: 0.88rem; }

.cta-panel--labs {
  background:
    radial-gradient(circle at 88% 15%, rgba(208, 162, 74, 0.25), transparent 25%),
    radial-gradient(circle at 12% 110%, rgba(46, 113, 152, 0.3), transparent 35%),
    linear-gradient(125deg, #0c1028, #103854);
}

@media (max-width: 1080px) {
  .hub-hero__copy { width: min(900px, 84%); }
  .audience-card { min-height: 550px; padding: 28px; }
  .audience-card__top { margin-bottom: 38px; }
  .editorial-split { grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr); gap: 48px; }
  .featured-solution { grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr); padding: 48px; }
  .solution-orbit--two { width: 350px; height: 350px; }
  .solution-node--b { margin-left: 102px; }
  .solution-node--c { margin-left: -205px; }
  .labs-principles__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .labs-principles__grid article:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255, 255, 255, 0.15); }
  .labs-principles__grid article:nth-child(4) { border-top: 1px solid rgba(255, 255, 255, 0.15); }

  .home-areas-overview__inner {
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
    gap: 50px;
  }
}

@media (max-width: 860px) {
  .hub-hero__copy { width: min(760px, 90%); }
  .hub-paths__heading { grid-template-columns: 1fr; gap: 16px; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-card { min-height: 0; padding: 34px; }
  .audience-card__label { min-height: 0; }
  .audience-card__action { margin-top: 45px; }
  .hub-principle__inner { grid-template-columns: auto minmax(0, 1fr); }
  .hub-principle__inner .button { grid-column: 2; justify-self: start; }
  .audience-quickstrip { width: min(720px, calc(100% - 36px)); }
  .audience-quickstrip__grid { grid-template-columns: 1fr; }
  .audience-quickstrip__grid > span { min-height: 78px; }
  .audience-quickstrip__grid > span + span { border-top: 1px solid var(--line); border-left: 0; }
  .editorial-split,
  .editorial-split--diagnostic { grid-template-columns: 1fr; }

  .home-areas-overview__inner {
    grid-template-columns: 1fr;
  }

  .page-areas .areas-directory .audience-card {
    min-height: 0;
  }
  .procedure-map,
  .diagnostic-visual { min-height: 440px; }
  .featured-solution { grid-template-columns: 1fr; }
  .featured-solution__visual { min-height: 410px; }
  .journey-grid { grid-template-columns: 1fr; }
  .journey-card { min-height: 0; }
  .journey-card__line { top: 100%; left: 50%; width: 1px; height: 19px; }
  .labs-hero-visual { right: -80px; width: min(66vw, 520px); opacity: 0.52; }
  .labs-quote { padding: 48px; }
}

@media (max-width: 620px) {
  .hub-hero__inner { min-height: 520px; padding-block: 60px 70px; }
  .hub-hero__copy { width: 100%; }
  .hub-hero__copy h1 { font-size: clamp(2.25rem, 10vw, 3.25rem); line-height: 1.04; }
  .hub-hero__copy h1 span { margin-top: 0.62em; padding-left: 0.62em; font-size: 0.5em; line-height: 1.25; }
  .hub-hero__copy .hero-lead { font-size: 0.98rem; line-height: 1.65; }
  .hub-paths { padding-block: 65px 72px; }
  .hub-paths__heading { margin-bottom: 35px; }
  .hub-paths__heading h2 { font-size: clamp(1.9rem, 8.5vw, 2.55rem); }
  .audience-card { padding: 27px; border-radius: 24px; }
  .audience-card__top { margin-bottom: 28px; }
  .audience-card__action { align-items: flex-start; margin-top: 36px; }

  .home-areas-overview {
    padding-block: 65px;
  }

  .home-areas-overview__list > a {
    grid-template-columns: 34px minmax(0, 1fr) auto;
    gap: 10px;
    min-height: 108px;
    padding-inline: 8px;
  }

  .home-areas-overview__list > a:hover {
    padding-inline: 12px 4px;
  }
  .hub-principle__inner { grid-template-columns: 1fr; }
  .hub-principle__inner .button { grid-column: auto; justify-self: stretch; }
  .audience-hero .hero-copy h1 { font-size: clamp(2.05rem, 9vw, 2.85rem); }
  .audience-quickstrip { width: calc(100% - 28px); margin-top: -24px; }
  .audience-quickstrip__grid > span { padding: 18px 20px; }
  .procedure-map { min-height: 400px; }
  .procedure-map::before { width: 235px; height: 235px; }
  .procedure-map::after { width: 335px; height: 335px; }
  .procedure-map__core { width: 135px; height: 135px; }
  .procedure-map__item { width: 90px; }
  .procedure-map__item--two { right: 14px; }
  .procedure-map__item--four { left: 14px; }
  .featured-solution { min-height: 0; padding: 30px 24px; border-radius: 27px; }
  .featured-solution__copy h2 { font-size: 2.65rem; }
  .featured-solution__visual { min-height: 330px; }
  .solution-orbit--one { width: 190px; height: 190px; }
  .solution-orbit--two { width: 295px; height: 295px; }
  .solution-orbit__core { width: 96px; height: 96px; }
  .solution-node { width: 88px; min-height: 75px; }
  .solution-node--a { margin: -150px 0 0 -44px; }
  .solution-node--b { margin: 50px 0 0 58px; }
  .solution-node--c { margin: 50px 0 0 -146px; }
  .audience-capability-grid .service-card { min-height: 0; padding: 27px; }
  .diagnostic-visual { min-height: 370px; }
  .diagnostic-visual__ring { width: 260px; height: 260px; }
  .diagnostic-visual__score { width: 145px; height: 145px; }
  .diagnostic-visual__note--steps { right: 16px; }
  .diagnostic-visual__note--risk { bottom: 42px; left: 24px; }
  .company-boundary__inner { grid-template-columns: 1fr; padding: 32px 27px; }
  .labs-hero-visual { display: none; }
  .labs-quote { padding: 42px 29px; }
  .story-window { min-height: 340px; }
  .story-window__message--one { top: 32px; left: 18px; }
  .story-window__message--two { top: 86px; right: 16px; }
  .story-window__message--three { right: 26px; bottom: 32px; }
  .labs-principles__grid { grid-template-columns: 1fr; }
  .labs-principles__grid article + article { border-top: 1px solid rgba(255, 255, 255, 0.15); border-left: 0; }
  .labs-principles__grid article { min-height: 0; }
  .labs-principles__grid h3 { margin-top: 28px; }
}

body.duovia-detail-page {
  --inner-hero-opacity: 0.24;
}

body.duovia-detail-page .inner-hero.is-dark {
  background:
    radial-gradient(circle at 78% 35%, rgba(185, 130, 31, 0.24), transparent 31%),
    linear-gradient(135deg, #04182a 0%, #0b2f4c 50%, #17384e 100%);
}

body.duovia-detail-page .inner-hero.is-dark .eyebrow {
  color: #ebcf94;
}

body.duovia-detail-page .gradient-text {
  color: #d0a24a;
  background: linear-gradient(135deg, #fff0d8, #b9821f 62%, #9a6717);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.duovia-quick-facts {
  border-top: 3px solid #b9821f;
}

.duovia-quick-facts .quick-fact strong {
  color: #7a520e;
}

.duovia-detail-page .service-card .icon-box,
.duovia-detail-page .info-card .icon-box {
  color: #7a520e;
  background: linear-gradient(145deg, #fff5e8, #fffaf3);
  border-color: #f2d7b6;
}

.duovia-reality {
  color: #fff;
  background:
    radial-gradient(circle at 85% 15%, rgba(185, 130, 31, 0.18), transparent 28%),
    linear-gradient(135deg, #04182a 0%, #0b2f4c 54%, #17384e 100%);
}

.duovia-reality .section-heading {
  max-width: 900px;
}

.duovia-reality .eyebrow {
  color: #ebcf94;
}

.duovia-reality .section-heading > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.7);
}

.duovia-reality-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.duovia-reality-card {
  padding: 30px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 198, 120, 0.16);
  border-radius: 26px;
}

.duovia-reality-card:nth-child(2) {
  background: linear-gradient(145deg, rgba(185, 130, 31, 0.18), rgba(255, 255, 255, 0.07));
  border-color: rgba(255, 198, 120, 0.3);
}

.duovia-reality-card .icon-box {
  color: #fff;
  background: rgba(185, 130, 31, 0.16);
  border-color: rgba(255, 198, 120, 0.25);
}

.duovia-reality-card h3 {
  margin: 20px 0 10px;
  font-size: 1.18rem;
  line-height: 1.32;
}

.duovia-reality .tag-cloud span {
  color: #fff;
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 198, 120, 0.17);
}

.duovia-process-grid .process-step::before {
  color: #fff;
  background: linear-gradient(145deg, #8d5d13, #b9821f);
  box-shadow: 0 8px 20px rgba(197, 105, 33, 0.22);
}

.purpose-statements-section {
  position: relative;
  overflow: hidden;
}

.purpose-statements-section::before {
  position: absolute;
  top: 12%;
  right: -120px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(71, 181, 255, 0.11), transparent 70%);
  content: "";
  pointer-events: none;
}

.purpose-statements {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.purpose-statement {
  position: relative;
  min-height: 410px;
  overflow: hidden;
  padding: 42px;
  color: #fff;
  background: linear-gradient(145deg, #071828, #0b2840);
  border: 1px solid rgba(135, 209, 255, 0.22);
  border-radius: calc(var(--radius) + 4px);
  box-shadow: 0 24px 60px rgba(4, 13, 29, 0.18);
}

.purpose-statement--mission {
  background: linear-gradient(145deg, #0c1226, #162548);
  border-color: rgba(160, 187, 233, 0.22);
}

.purpose-statement::after {
  position: absolute;
  right: -70px;
  bottom: -100px;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(87, 201, 255, 0.18), transparent 68%);
  content: "";
  pointer-events: none;
}

.purpose-statement__label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ebcf94;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.purpose-statement__label strong {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  font-size: 0.68rem;
}

.purpose-statement h3 {
  position: relative;
  z-index: 1;
  margin: 64px 0 22px;
  max-width: 560px;
  font-size: clamp(1.65rem, 2.4vw, 2.35rem);
  line-height: 1.16;
}

.purpose-statement p {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 590px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.96rem;
  line-height: 1.8;
}

.purpose-conviction {
  padding-block: 38px;
  color: #fff;
  background: linear-gradient(105deg, #04182a, #10192c 58%, #0a2532);
}

.purpose-conviction__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  max-width: 1060px;
}

.purpose-conviction__icon {
  display: inline-grid;
  width: 74px;
  height: 74px;
  place-items: center;
  color: #ebcf94;
  background: rgba(145, 211, 255, 0.09);
  border: 1px solid rgba(145, 211, 255, 0.2);
  border-radius: 22px;
}

.purpose-conviction__icon .site-icon {
  width: 34px;
  height: 34px;
}

.purpose-conviction .eyebrow {
  margin-bottom: 9px;
  color: #ebcf94;
}

.purpose-conviction h2 {
  margin: 0;
  max-width: 880px;
  font-size: clamp(1.65rem, 2.7vw, 2.55rem);
  line-height: 1.18;
}

.purpose-conviction p:not(.eyebrow) {
  max-width: 900px;
  margin: 15px 0 0;
  color: rgba(255, 255, 255, 0.65);
}

.purpose-values__grid .value-card {
  min-height: 280px;
  border-top: 3px solid #c9d8e8;
}

.purpose-values__grid .value-card:nth-child(3n + 1) {
  border-top-color: #73c9ed;
}

.purpose-values__grid .value-card:nth-child(3n + 2) {
  border-top-color: #9eb6d7;
}

.purpose-values__grid .value-card:nth-child(3n) {
  border-top-color: #7fa9c7;
}

@media (max-width: 980px) {
  .duovia-reality-grid {
    grid-template-columns: 1fr;
  }

  .purpose-statements {
    grid-template-columns: 1fr;
  }

  .purpose-statement {
    min-height: 0;
  }

  .audience-grid--primary .audience-card {
    min-height: 0;
  }

  .labs-secondary-entry {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .labs-secondary-entry .text-link {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 620px) {
  .purpose-statement {
    padding: 30px 27px;
  }

  .purpose-statement h3 {
    margin-top: 42px;
  }

  .purpose-conviction__inner {
    grid-template-columns: 1fr;
  }

  .purpose-conviction__icon {
    width: 60px;
    height: 60px;
    border-radius: 18px;
  }

  .purpose-values__grid .value-card {
    min-height: 0;
  }

  .labs-secondary-entry {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 22px;
  }

  .labs-secondary-entry .text-link {
    grid-column: auto;
  }
}

/* DUOVIA: sistema cromático blanco, oro y azul marino */
.nav-item {
  --nav-link-accent: 185, 130, 31;
}

.nav-item--technology { --nav-link-accent: 79, 126, 160; }
.nav-item--products { --nav-link-accent: 185, 130, 31; }
.nav-item--team { --nav-link-accent: 203, 214, 222; }
.nav-item--contact { --nav-link-accent: 185, 130, 31; }

.nav-panel {
  --nav-panel-accent: 185, 130, 31;
  background:
    radial-gradient(circle at 10% -4%, rgba(var(--nav-panel-accent), 0.25), transparent 35%),
    radial-gradient(circle at 96% 0%, rgba(79, 126, 160, 0.14), transparent 30%),
    linear-gradient(145deg, rgba(8, 47, 81, 0.99), rgba(4, 24, 42, 0.995) 72%);
  border-color: rgba(235, 207, 148, 0.2);
}

.nav-item--technology .nav-panel { --nav-panel-accent: 79, 126, 160; }
.nav-item--team .nav-panel { --nav-panel-accent: 203, 214, 222; }
.nav-item--products .nav-panel { --nav-panel-accent: 185, 130, 31; }
.nav-item--areas .nav-panel__header { --nav-header-accent: 185, 130, 31; }
.nav-item--technology .nav-panel__header { --nav-header-accent: 79, 126, 160; }
.nav-item--products .nav-panel__header { --nav-header-accent: 185, 130, 31; }
.nav-item--team .nav-panel__header { --nav-header-accent: 203, 214, 222; }
.nav-panel__link.nav-panel__link--public { --nav-panel-accent: 185, 130, 31; }
.nav-panel__link.nav-panel__link--companies { --nav-panel-accent: 79, 126, 160; }
.nav-panel__link.nav-panel__link--labs { --nav-panel-accent: 174, 126, 41; }
.nav-product-group { --nav-group-accent: 185, 130, 31; }
.nav-product-group--companies { --nav-group-accent: 79, 126, 160; }
.nav-product-group--labs { --nav-group-accent: 174, 126, 41; }

.header-access,
.header-access:hover {
  background:
    radial-gradient(circle at 12% 20%, rgba(185, 130, 31, 0.25), transparent 40%),
    linear-gradient(130deg, rgba(46, 113, 152, 0.25), rgba(255, 255, 255, 0.07) 58%, rgba(185, 130, 31, 0.18));
  border-color: rgba(235, 207, 148, 0.3);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 12px 30px rgba(0, 0, 0, 0.2), 0 0 24px rgba(185, 130, 31, 0.07);
}

.header-access__icon {
  color: var(--gold-light);
  background: rgba(185, 130, 31, 0.12);
  border-color: rgba(235, 207, 148, 0.23);
  box-shadow: inset 0 0 16px rgba(185, 130, 31, 0.08);
}

.header-access__copy small,
.header-access__arrow {
  color: var(--gold-light);
}

.button-primary:hover {
  border-color: rgba(235, 207, 148, 0.55);
  box-shadow: 0 18px 40px rgba(8, 47, 81, 0.34), 0 0 0 1px rgba(185, 130, 31, 0.12);
}

.button-outline {
  color: var(--navy);
  border-color: rgba(8, 47, 81, 0.24);
}

.button-outline:hover {
  color: var(--gold-dark);
  border-color: rgba(185, 130, 31, 0.5);
}

.icon-box {
  color: var(--navy);
  background: linear-gradient(145deg, #fbf7ed, #f4ead5);
  border-color: rgba(185, 130, 31, 0.2);
}

.cta-panel,
.cta-panel--labs {
  background:
    radial-gradient(circle at 88% 15%, rgba(185, 130, 31, 0.24), transparent 27%),
    radial-gradient(circle at 12% 110%, rgba(46, 113, 152, 0.3), transparent 36%),
    linear-gradient(125deg, #04182a, #0b3554);
  border-color: rgba(235, 207, 148, 0.18);
}

.cta-panel .eyebrow,
.public-ecosystem .eyebrow,
.public-specialization .eyebrow,
.civitas-reality .eyebrow {
  color: var(--gold-light);
}

.cta-panel__action {
  border-color: rgba(235, 207, 148, 0.2);
}

.hub-hero::after {
  background:
    linear-gradient(90deg, rgba(4, 24, 42, 0.96) 0%, rgba(4, 24, 42, 0.8) 42%, rgba(4, 24, 42, 0.22) 76%, rgba(4, 24, 42, 0.52) 100%),
    radial-gradient(circle at 68% 38%, rgba(185, 130, 31, 0.2), transparent 36%);
}

.hub-hero__copy h1 span {
  background: linear-gradient(110deg, #fff 4%, #e7c577 48%, #73a0bd 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.hub-hero__copy h1 span::before {
  background: linear-gradient(180deg, var(--gold-light), var(--blue));
  box-shadow: 0 0 20px rgba(185, 130, 31, 0.42);
}

.hub-scroll__mark {
  color: var(--gold-light);
  border-color: rgba(235, 207, 148, 0.36);
}

.labs-secondary-entry {
  background: rgba(255, 253, 248, 0.9);
  border-color: #e6dac0;
  box-shadow: 0 12px 35px rgba(8, 35, 62, 0.07);
}

.labs-secondary-entry__icon {
  color: var(--gold-dark);
  background: #f8f1e2;
  border-color: #e9d5aa;
}

.labs-secondary-entry .eyebrow {
  color: var(--gold-dark);
}

.audience-card {
  --card-accent: #c09238;
  --card-accent-rgb: 192, 146, 56;
  background:
    linear-gradient(155deg, rgba(var(--card-accent-rgb), 0.2), transparent 43%),
    linear-gradient(145deg, #0b3554, #04182a 72%);
}

.audience-card--companies {
  --card-accent: #6e98b5;
  --card-accent-rgb: 110, 152, 181;
}

.audience-card--digital {
  --card-accent: #d0a24a;
  --card-accent-rgb: 208, 162, 74;
}

.hub-principle__icon,
.company-boundary__icon {
  color: var(--gold-dark);
  background: #fbf7ed;
  border-color: #e6d5b3;
}

.audience-page {
  --audience-accent: #c09238;
  --audience-accent-rgb: 192, 146, 56;
}

.audience-page--companies {
  --audience-accent: #6e98b5;
  --audience-accent-rgb: 110, 152, 181;
}

.audience-page--digital {
  --audience-accent: #d0a24a;
  --audience-accent-rgb: 208, 162, 74;
}

.procedure-map,
.company-boundary__inner {
  background:
    radial-gradient(circle at center, rgba(var(--audience-accent-rgb), 0.12), transparent 45%),
    linear-gradient(145deg, #fffdfa, #f4f0e7);
  border-color: #e2d8c6;
}

.featured-solution,
.diagnostic-visual {
  background:
    radial-gradient(circle at 80% 22%, rgba(var(--audience-accent-rgb), 0.25), transparent 30%),
    linear-gradient(135deg, #04182a, #0b3554 68%, #18384b);
  border-color: rgba(235, 207, 148, 0.16);
}

.public-ecosystem,
.labs-principles {
  background:
    radial-gradient(circle at 86% 10%, rgba(185, 130, 31, 0.2), transparent 30%),
    linear-gradient(145deg, #04182a, #0b2b48);
}

.public-translation {
  background:
    radial-gradient(circle at 100% 0%, rgba(185, 130, 31, 0.2), transparent 38%),
    linear-gradient(145deg, #082f51, #123e5e);
  border-color: rgba(235, 207, 148, 0.22);
}

.public-translation small,
.public-translation__arrow,
.public-technology-note__icon {
  color: var(--gold-light);
}

.public-legal-framework__position .icon-box,
.public-legal-card .icon-box,
.public-trust-card .icon-box,
.public-procedure-list .icon-box {
  color: var(--navy);
  background: #f8f1e2;
  border-color: #e6d1a5;
}

.labs-hero-visual__orbit {
  border-color: rgba(208, 162, 74, 0.4);
}

.labs-hero-visual__core,
.story-window__book {
  background: linear-gradient(145deg, var(--gold), var(--blue));
  box-shadow: 0 0 65px rgba(185, 130, 31, 0.35);
}

.labs-quote {
  background:
    radial-gradient(circle at 85% 15%, rgba(185, 130, 31, 0.24), transparent 28%),
    linear-gradient(145deg, #04182a, #103854);
}

.labs-quote > span,
.labs-principles__grid span,
.labs-principles .eyebrow {
  color: var(--gold-light);
}

.featured-solution--labs {
  --audience-accent: #d0a24a;
  --audience-accent-rgb: 208, 162, 74;
}

.story-window {
  background:
    radial-gradient(circle at 50% 45%, rgba(185, 130, 31, 0.22), transparent 33%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(46, 113, 152, 0.05));
}

body.duovia-detail-page .inner-hero.is-dark,
.duovia-reality {
  background:
    radial-gradient(circle at 78% 35%, rgba(185, 130, 31, 0.24), transparent 31%),
    linear-gradient(135deg, #04182a 0%, #0b2f4c 55%, #17394e 100%);
}

body.duovia-detail-page .inner-hero.is-dark .eyebrow,
.duovia-reality .eyebrow {
  color: var(--gold-light);
}

body.duovia-detail-page .gradient-text {
  background: linear-gradient(135deg, #fff7e8, #d8ad58 62%, #6f9fbe);
  -webkit-background-clip: text;
  background-clip: text;
}

.duovia-quick-facts {
  border-top-color: var(--gold);
}

.duovia-quick-facts .quick-fact strong,
.duovia-detail-page .service-card .icon-box,
.duovia-detail-page .info-card .icon-box {
  color: var(--gold-dark);
}

.duovia-process-grid .process-step::before {
  background: linear-gradient(145deg, var(--gold-dark), var(--gold));
  box-shadow: 0 8px 20px rgba(122, 82, 14, 0.22);
}

.purpose-statement,
.purpose-statement--mission {
  background: linear-gradient(145deg, #04182a, #0b3554);
  border-color: rgba(235, 207, 148, 0.2);
}

.purpose-statement__label,
.purpose-conviction .eyebrow,
.purpose-conviction__icon {
  color: var(--gold-light);
}

.purpose-conviction {
  background: linear-gradient(105deg, #04182a, #0b2f4c 58%, #163c53);
}

.purpose-values__grid .value-card {
  border-top-color: #d7b86f;
}

.purpose-values__grid .value-card:nth-child(3n + 1) { border-top-color: #b9821f; }
.purpose-values__grid .value-card:nth-child(3n + 2) { border-top-color: #6e98b5; }
.purpose-values__grid .value-card:nth-child(3n) { border-top-color: #d0a24a; }

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

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

  [data-reveal] {
    opacity: 1;
    transform: none;
  }

  .hero-video,
  .hero-page-media,
  .hero-media {
    display: none;
  }
}

/* Dirección artística helénica: mármol, oro envejecido y azul tinta */
:root {
  --ink: #102b42;
  --ink-soft: #5f625f;
  --night: #102b42;
  --night-soft: #173a54;
  --surface: #fffefa;
  --surface-soft: #f7f1e5;
  --line: #ded1b7;
  --blue: #174766;
  --blue-dark: #102f49;
  --accent-mid: #8e6a27;
  --accent-strong: #b68a32;
  --gold: #b68a32;
  --gold-dark: #76551b;
  --gold-light: #e5ca8a;
  --navy: #102f49;
  --navy-deep: #0d273c;
  --radius: 8px;
  --shadow: 0 24px 60px rgba(67, 52, 24, 0.12);
  --shadow-soft: 0 14px 36px rgba(67, 52, 24, 0.08);
}

body {
  color: var(--ink);
  background-color: #fffefa;
  background-image:
    radial-gradient(circle at 8% 14%, rgba(182, 138, 50, 0.055), transparent 18%),
    radial-gradient(circle at 90% 42%, rgba(23, 71, 102, 0.04), transparent 22%),
    linear-gradient(118deg, transparent 0 39%, rgba(141, 128, 101, 0.035) 39.2%, transparent 39.7% 100%),
    linear-gradient(67deg, transparent 0 72%, rgba(182, 138, 50, 0.025) 72.2%, transparent 72.7% 100%);
}

.hero-copy h1,
.inner-hero h1,
.hub-hero__copy h1,
.section-heading h2,
.split-copy h2,
.cta-panel h2,
.technology-heading h2,
.technology-copy h2,
.home-areas-overview__copy h2,
.hub-paths__heading h2,
.public-legal-framework__heading h2,
.featured-solution__copy h2,
.purpose-statement h3,
.purpose-conviction h2 {
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.025em;
}

.eyebrow {
  color: var(--gold-dark);
  letter-spacing: 0.12em;
}

.eyebrow::before {
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold-dark), var(--gold-light));
}

.site-header,
.site-header.is-scrolled {
  padding-block: 0;
  color: var(--ink);
  background:
    linear-gradient(rgba(255, 254, 250, 0.965), rgba(255, 253, 247, 0.965)),
    repeating-linear-gradient(115deg, transparent 0 44px, rgba(116, 102, 75, 0.045) 45px, transparent 47px 92px);
  border-bottom: 0;
  box-shadow: 0 8px 30px rgba(62, 47, 20, 0.1);
  backdrop-filter: blur(18px);
}

.site-header::before {
  top: auto;
  bottom: 0;
  height: 5px;
  background:
    linear-gradient(90deg, transparent 0 5%, var(--gold) 5% 95%, transparent 95%),
    repeating-linear-gradient(90deg, var(--gold-dark) 0 12px, transparent 12px 18px);
  box-shadow: 0 2px 8px rgba(118, 85, 27, 0.18);
}

.site-header::after {
  opacity: 0.24;
  background-image:
    linear-gradient(112deg, transparent 0 28%, rgba(118, 106, 82, 0.12) 28.2%, transparent 28.6% 100%),
    linear-gradient(68deg, transparent 0 74%, rgba(182, 138, 50, 0.09) 74.2%, transparent 74.6% 100%);
  background-size: auto;
  mask-image: none;
}

.header-inner {
  min-height: 88px;
  gap: 26px;
  padding: 8px 0 10px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.header-inner::before,
.header-inner::after {
  display: none;
}

.brand {
  gap: 12px;
  color: var(--ink);
}

.brand span {
  color: inherit;
}

.brand__sigil {
  display: grid;
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  color: var(--gold-dark);
  place-items: center;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(245, 235, 212, 0.88));
  border: 1px solid rgba(118, 85, 27, 0.48);
  clip-path: polygon(13% 0, 87% 0, 100% 13%, 100% 87%, 87% 100%, 13% 100%, 0 87%, 0 13%);
  box-shadow: inset 0 0 0 4px rgba(255, 254, 250, 0.8), 0 7px 16px rgba(94, 67, 20, 0.12);
}

.brand__sigil svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: square;
  stroke-linejoin: miter;
}

.brand__sigil circle {
  fill: var(--gold);
  stroke: none;
}

.brand__lockup {
  display: grid;
  gap: 3px;
  line-height: 1;
}

.brand__lockup strong {
  color: var(--navy);
  font-size: 1.22rem;
  font-weight: 500;
  letter-spacing: 0.29em;
}

.brand__lockup small {
  color: var(--gold-dark);
  font-family: Georgia, Cambria, serif;
  font-size: 0.57rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand__art,
.brand__descriptor {
  display: none;
}

.nav-list {
  gap: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.nav-link {
  min-height: 48px;
  padding: 13px 12px;
  color: #233b4e;
  font-size: 0.77rem;
  font-weight: 650;
  letter-spacing: 0.025em;
  border-radius: 2px;
}

.nav-link:hover,
.nav-link.is-active,
.nav-item:focus-within > .nav-link,
.nav-item:hover > .nav-link {
  color: var(--gold-dark);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(182, 138, 50, 0.1));
  box-shadow: none;
  transform: none;
}

.nav-link::after {
  right: 12px;
  bottom: 2px;
  left: 12px;
  height: 1px;
  background: var(--gold);
  box-shadow: none;
}

.nav-panel {
  color: var(--ink);
  background:
    linear-gradient(rgba(255, 254, 250, 0.985), rgba(249, 244, 232, 0.985)),
    repeating-linear-gradient(115deg, transparent 0 42px, rgba(121, 105, 75, 0.06) 43px, transparent 45px 88px);
  border: 1px solid rgba(118, 85, 27, 0.4);
  border-radius: 4px;
  box-shadow: 0 28px 70px rgba(68, 50, 19, 0.18), inset 0 0 0 4px rgba(255, 254, 250, 0.72);
  backdrop-filter: blur(18px);
}

.nav-panel::after {
  opacity: 0.17;
  background: radial-gradient(circle at center, rgba(var(--nav-panel-accent), 0.28), transparent 62%);
}

.nav-panel strong,
.nav-product-app strong,
.nav-products-overview strong,
.nav-panel__overview strong {
  color: var(--ink);
}

.nav-panel em,
.nav-product-app em,
.nav-panel__link em {
  color: var(--ink-soft);
}

.nav-panel small,
.nav-product-app small,
.nav-panel__link small {
  color: var(--gold-dark);
}

.nav-panel__header,
.nav-panel__link,
.nav-product-group,
.nav-product-app,
.nav-products-overview,
.nav-panel__overview {
  background: rgba(255, 254, 250, 0.72);
  border-color: rgba(118, 85, 27, 0.2);
  border-radius: 3px;
  box-shadow: none;
}

.nav-panel__link:hover,
.nav-product-app:hover,
.nav-products-overview:hover,
.nav-panel__overview:hover {
  background: #f3ead6;
  border-color: rgba(118, 85, 27, 0.42);
  box-shadow: none;
  transform: none;
}

.nav-panel__header-icon,
.nav-panel__link-icon,
.nav-product-group__icon,
.nav-product-app__icon {
  color: var(--gold-dark);
  background: #f7efdf;
  border-color: rgba(118, 85, 27, 0.22);
  border-radius: 2px;
  box-shadow: none;
}

.header-access,
.header-access:hover {
  min-height: 50px;
  color: var(--navy);
  background: linear-gradient(180deg, #fffefa, #f3ead6);
  border: 1px solid rgba(118, 85, 27, 0.42);
  border-radius: 2px;
  box-shadow: 0 8px 18px rgba(87, 63, 20, 0.1);
  transform: none;
}

.header-access__icon {
  color: var(--gold-dark);
  background: transparent;
  border-color: rgba(118, 85, 27, 0.22);
  border-radius: 2px;
  box-shadow: none;
}

.header-access__copy small,
.header-access__arrow {
  color: var(--gold-dark);
}

.nav-toggle {
  color: var(--navy);
  background: #fffefa;
  border-color: rgba(118, 85, 27, 0.4);
  border-radius: 2px;
  box-shadow: none;
}

.nav-toggle > span:not(.sr-only) {
  background: var(--gold-dark);
}

.hero-primary,
.inner-hero.is-dark,
.hub-hero,
.audience-hero {
  color: var(--ink);
  background:
    radial-gradient(circle at 84% 20%, rgba(182, 138, 50, 0.15), transparent 25%),
    radial-gradient(circle at 12% 80%, rgba(23, 71, 102, 0.055), transparent 22%),
    linear-gradient(135deg, #fffefa 0%, #f8f2e7 58%, #eee0c2 100%);
  border-bottom: 1px solid rgba(118, 85, 27, 0.2);
}

.hero-primary::before,
.inner-hero.is-dark::before {
  opacity: 0.11;
  filter: sepia(0.28) saturate(0.65) contrast(0.88);
}

.hero-primary::after,
.inner-hero.is-dark::after,
.hub-hero::after,
.audience-hero .hero-page-media::after {
  background:
    linear-gradient(90deg, rgba(255, 254, 250, 0.99) 0%, rgba(255, 254, 250, 0.96) 48%, rgba(255, 250, 239, 0.6) 68%, rgba(240, 225, 194, 0.28) 100%),
    linear-gradient(0deg, rgba(182, 138, 50, 0.08), transparent 38%);
}

.hero-primary::after,
.inner-hero.is-dark::after {
  z-index: 1;
}

.hero-copy,
.hub-hero__copy {
  color: var(--ink);
}

.hero-copy h1,
.inner-hero h1,
.hub-hero__copy h1 {
  color: var(--navy);
}

.hero-copy h1 span,
.gradient-text,
.hub-hero__copy h1 span,
body.duovia-detail-page .gradient-text {
  color: var(--gold-dark);
  background: linear-gradient(115deg, #6f4e18, #bc913d 52%, #7a591d);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-lead,
.inner-hero .hero-lead,
.hero-primary .hero-lead,
.inner-hero.is-dark .hero-lead {
  color: #5b5d59;
}

.hero-primary .eyebrow,
.inner-hero.is-dark .eyebrow,
body.duovia-detail-page .inner-hero.is-dark .eyebrow {
  color: var(--gold-dark);
}

.breadcrumb,
.inner-hero.is-dark .breadcrumb {
  color: #777064;
}

.hero-page-media {
  inset: 28px 28px 28px 56%;
  width: auto;
  height: auto;
  opacity: 0.72;
  border: 1px solid rgba(118, 85, 27, 0.46);
  border-radius: 48% 48% 4px 4px / 24% 24% 4px 4px;
  box-shadow: inset 0 0 0 7px rgba(255, 254, 250, 0.62), 0 24px 55px rgba(85, 62, 21, 0.16);
  -webkit-mask-image: none;
  mask-image: none;
}

.hero-page-media::before {
  position: absolute;
  z-index: 3;
  inset: 11px;
  content: "";
  border: 1px solid rgba(229, 202, 138, 0.58);
  border-radius: inherit;
  pointer-events: none;
}

.hero-page-media__video {
  filter: sepia(0.18) saturate(0.72) brightness(1.08) contrast(0.92);
}

.hero-media {
  right: clamp(10px, 3vw, 42px);
  padding: 9px;
  background: rgba(255, 254, 250, 0.72);
  border: 1px solid rgba(118, 85, 27, 0.44);
  border-radius: 50%;
  box-shadow: inset 0 0 0 7px rgba(229, 202, 138, 0.18), 0 28px 65px rgba(82, 60, 22, 0.14);
}

.hero-media__video {
  filter: sepia(0.12) saturate(0.72) brightness(1.08) contrast(0.94);
}

.hub-scroll {
  color: var(--navy);
}

.hub-scroll__mark {
  color: var(--gold-dark);
  background: #fffefa;
  border-color: rgba(118, 85, 27, 0.42);
}

.button {
  border-radius: 2px;
}

.button-primary {
  color: #fffefa;
  background: linear-gradient(120deg, #76551b, #b68a32);
  border: 1px solid #6f4f18;
  box-shadow: 0 12px 26px rgba(102, 74, 22, 0.2);
}

.button-primary:hover {
  background: linear-gradient(120deg, #684914, #a77d2b);
  border-color: #684914;
  box-shadow: 0 16px 30px rgba(102, 74, 22, 0.24);
}

.button-ghost {
  color: var(--navy);
  background: rgba(255, 254, 250, 0.8);
  border-color: rgba(118, 85, 27, 0.38);
}

.button-ghost:hover {
  background: #f4ead4;
  border-color: rgba(118, 85, 27, 0.58);
}

.section,
.section.is-soft,
.section.is-night,
.public-specialization,
.civitas-reality,
.public-ecosystem,
.labs-principles,
.duovia-reality {
  color: var(--ink);
  background:
    radial-gradient(circle at 91% 9%, rgba(182, 138, 50, 0.075), transparent 24%),
    linear-gradient(135deg, #fffefa, #f8f3e8);
}

.section.is-soft {
  background:
    radial-gradient(circle at 8% 90%, rgba(23, 71, 102, 0.04), transparent 22%),
    linear-gradient(135deg, #f8f2e7, #fffefa);
}

.section.is-night .section-heading > p:not(.eyebrow),
.section.is-night .split-copy > p:not(.eyebrow),
.public-specialization .section-heading > p:not(.eyebrow),
.civitas-reality .section-heading > p:not(.eyebrow),
.public-ecosystem .section-heading > p:not(.eyebrow),
.duovia-reality .section-heading > p:not(.eyebrow) {
  color: var(--ink-soft);
}

.section.is-night .eyebrow,
.public-specialization .eyebrow,
.civitas-reality .eyebrow,
.public-ecosystem .eyebrow,
.labs-principles .eyebrow,
.duovia-reality .eyebrow {
  color: var(--gold-dark);
}

.section-heading {
  position: relative;
}

.section-heading::after {
  display: block;
  width: 86px;
  height: 7px;
  margin-top: 24px;
  content: "";
  background:
    linear-gradient(var(--gold), var(--gold)) center / 100% 1px no-repeat,
    linear-gradient(45deg, transparent 35%, var(--gold-dark) 36% 64%, transparent 65%) center / 10px 10px no-repeat;
}

.section-heading.is-centered::after {
  margin-inline: auto;
}

.value-card,
.service-card,
.access-card,
.info-card,
.public-legal-card,
.public-trust-grid,
.public-legal-framework__depth,
.public-legal-framework__position {
  color: var(--ink);
  background:
    linear-gradient(rgba(255, 254, 250, 0.94), rgba(249, 244, 232, 0.94)),
    repeating-linear-gradient(115deg, transparent 0 40px, rgba(110, 94, 64, 0.045) 41px, transparent 43px 84px);
  border-color: rgba(118, 85, 27, 0.25);
  border-radius: 4px;
  box-shadow: 0 18px 42px rgba(68, 49, 17, 0.08);
}

.value-card,
.service-card,
.info-card {
  border-top: 3px solid var(--gold);
}

.icon-box,
.public-legal-framework__depth-icon,
.public-procedure-list article > span {
  color: var(--gold-dark);
  background: #f4ead4;
  border-color: rgba(118, 85, 27, 0.24);
  border-radius: 2px;
}

.audience-card {
  color: var(--ink);
  background:
    linear-gradient(rgba(255, 254, 250, 0.93), rgba(246, 238, 220, 0.94)),
    repeating-linear-gradient(115deg, transparent 0 45px, rgba(108, 93, 66, 0.055) 46px, transparent 48px 92px);
  border: 1px solid rgba(118, 85, 27, 0.32);
  border-top: 4px solid var(--card-accent);
  border-radius: 4px;
  box-shadow: 0 22px 48px rgba(70, 51, 18, 0.1);
}

.audience-card::before {
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(118, 85, 27, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(118, 85, 27, 0.12) 1px, transparent 1px);
  mask-image: linear-gradient(145deg, #000, transparent 58%);
}

.audience-card:hover {
  border-color: rgba(118, 85, 27, 0.48);
  box-shadow: 0 28px 56px rgba(70, 51, 18, 0.14);
  transform: translateY(-5px);
}

.audience-card__number {
  color: rgba(16, 43, 66, 0.42);
}

.audience-card__icon {
  color: var(--gold-dark);
  background: #f4ead4;
  border-color: rgba(118, 85, 27, 0.34);
  border-radius: 2px;
  box-shadow: none;
}

.audience-card__label {
  color: var(--gold-dark);
}

.audience-card h3,
.audience-card__action {
  color: var(--navy);
}

.audience-card > p {
  color: var(--ink-soft);
}

.audience-card__tags > span {
  color: #615b51;
  background: rgba(255, 254, 250, 0.66);
  border-color: rgba(118, 85, 27, 0.2);
  border-radius: 2px;
}

.product-card,
.product-card--companies,
.product-card--labs {
  color: var(--ink);
  background:
    linear-gradient(rgba(255, 254, 250, 0.94), rgba(245, 236, 216, 0.94)),
    repeating-linear-gradient(115deg, transparent 0 42px, rgba(116, 99, 67, 0.05) 43px, transparent 45px 88px);
  border: 1px solid rgba(118, 85, 27, 0.34);
  border-radius: 4px;
  box-shadow: 0 22px 48px rgba(70, 51, 18, 0.1);
}

.product-card::before,
.product-card--companies::before,
.product-card--labs::before {
  background: radial-gradient(circle, rgba(182, 138, 50, 0.2), transparent 68%);
}

.product-card::after,
.product-card--companies::after,
.product-card--labs::after {
  background: radial-gradient(circle, rgba(23, 71, 102, 0.08), transparent 67%);
}

.product-card .product-kicker,
.product-card--companies .product-kicker,
.product-card--labs .product-kicker {
  color: var(--gold-dark);
}

.product-card h3,
.product-card .text-link {
  color: var(--navy);
}

.product-card > p:not(.product-kicker) {
  color: var(--ink-soft);
}

.product-card .product-mark,
.product-card--companies .product-mark,
.product-card--labs .product-mark {
  color: #fffefa;
  background: linear-gradient(145deg, #76551b, #b68a32);
  border-radius: 2px;
  box-shadow: none;
}

.technology-block {
  color: var(--ink);
  background: #fffefa;
  border: 1px solid rgba(118, 85, 27, 0.34);
  border-radius: 4px;
  box-shadow: 0 26px 58px rgba(69, 50, 17, 0.11);
}

.technology-heading,
.technology-details,
.technology-copy,
.technology-block.is-iris .technology-copy {
  color: var(--ink);
  background:
    linear-gradient(rgba(255, 254, 250, 0.96), rgba(247, 240, 224, 0.96)),
    repeating-linear-gradient(115deg, transparent 0 42px, rgba(116, 99, 67, 0.05) 43px, transparent 45px 88px);
}

.technology-heading {
  border-bottom-color: rgba(118, 85, 27, 0.28);
}

.technology-heading .eyebrow,
.technology-copy .eyebrow {
  color: var(--gold-dark);
}

.technology-details > p,
.technology-copy p,
.technology-details .check-list li,
.technology-copy .check-list li {
  color: var(--ink-soft);
  border-bottom-color: rgba(118, 85, 27, 0.16);
}

.technology-details .check-list .site-icon,
.technology-copy .check-list .site-icon {
  color: var(--gold-dark);
}

.technology-visual {
  border-left: 1px solid rgba(118, 85, 27, 0.28);
}

.public-translation,
.featured-solution,
.diagnostic-visual,
.company-boundary__inner,
.purpose-statement,
.purpose-statement--mission,
.purpose-conviction,
.labs-quote,
.story-window {
  color: var(--ink);
  background:
    linear-gradient(rgba(255, 254, 250, 0.92), rgba(245, 236, 216, 0.94)),
    repeating-linear-gradient(115deg, transparent 0 44px, rgba(112, 95, 64, 0.055) 45px, transparent 47px 90px);
  border: 1px solid rgba(118, 85, 27, 0.32);
  border-radius: 4px;
  box-shadow: 0 22px 48px rgba(70, 51, 18, 0.1);
}

.public-translation strong,
.featured-solution h2,
.company-boundary h2,
.purpose-statement h3,
.purpose-conviction h2,
.labs-quote p {
  color: var(--navy);
}

.public-translation small,
.public-translation__arrow,
.featured-solution__copy .eyebrow,
.feature-list--dark .site-icon,
.purpose-statement__label,
.purpose-conviction .eyebrow,
.purpose-conviction__icon,
.labs-quote > span,
.labs-principles__grid span,
.labs-principles .eyebrow {
  color: var(--gold-dark);
}

.featured-solution__lead,
.feature-list--dark li,
.purpose-statement p,
.purpose-conviction p:not(.eyebrow),
.labs-principles__grid p {
  color: var(--ink-soft);
}

.featured-solution__copy h2 span {
  color: var(--gold-dark);
}

.solution-orbit,
.labs-hero-visual__orbit {
  border-color: rgba(118, 85, 27, 0.38);
}

.solution-orbit__core,
.labs-hero-visual__core,
.story-window__book {
  color: #fffefa;
  background: linear-gradient(145deg, #76551b, #b68a32);
  box-shadow: 0 0 48px rgba(182, 138, 50, 0.24);
}

.solution-node,
.labs-hero-visual__node,
.story-window__message {
  color: var(--navy);
  background: rgba(255, 254, 250, 0.82);
  border-color: rgba(118, 85, 27, 0.28);
  border-radius: 2px;
}

.solution-node small {
  color: var(--ink-soft);
}

.purpose-statement__label strong {
  color: var(--gold-dark);
  background: #f4ead4;
  border-color: rgba(118, 85, 27, 0.24);
}

.purpose-values__grid .value-card {
  border-top-color: var(--gold);
}

.cta-panel,
.cta-panel--labs {
  color: #fffefa;
  background:
    radial-gradient(circle at 88% 15%, rgba(229, 202, 138, 0.18), transparent 28%),
    linear-gradient(125deg, #102f49, #173f5b);
  border: 1px solid rgba(229, 202, 138, 0.34);
  border-radius: 4px;
  box-shadow: 0 24px 55px rgba(16, 47, 73, 0.18);
}

.cta-panel h2,
.cta-panel__content > p:not(.eyebrow) {
  color: #fffefa;
}

.cta-panel .eyebrow {
  color: var(--gold-light);
}

.cta-panel__action {
  border-color: rgba(229, 202, 138, 0.3);
  border-radius: 2px;
}

.site-footer {
  position: relative;
  color: #fffefa;
  background:
    radial-gradient(circle at 12% 0%, rgba(229, 202, 138, 0.15), transparent 26%),
    linear-gradient(145deg, #102b42, #0d273c);
  border-top: 6px solid var(--gold);
}

.site-footer::before {
  position: absolute;
  top: 8px;
  right: 0;
  left: 0;
  height: 6px;
  content: "";
  opacity: 0.45;
  background: repeating-linear-gradient(90deg, var(--gold-light) 0 16px, transparent 16px 24px);
}

.brand--footer .brand__sigil {
  color: var(--gold-light);
  background: rgba(255, 254, 250, 0.07);
  border-color: rgba(229, 202, 138, 0.48);
  box-shadow: inset 0 0 0 4px rgba(16, 43, 66, 0.55);
}

.brand--footer .brand__lockup strong {
  color: #fffefa;
}

.brand--footer .brand__lockup small,
.footer-email {
  color: var(--gold-light);
}

.footer-grid h2 {
  color: var(--gold-light);
  letter-spacing: 0.1em;
}

.footer-brand__logo {
  position: relative;
  display: block;
  width: min(290px, 100%);
  height: 52px;
  margin: 0 0 24px;
  overflow: hidden;
}

.footer-brand__logo img {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  transform: translateY(-50%);
}

@media (max-width: 1080px) {
  .brand__lockup small {
    display: none;
  }

  .brand__lockup strong {
    font-size: 1.05rem;
    letter-spacing: 0.22em;
  }
}

@media (max-width: 860px) {
  .site-header,
  .site-header.is-scrolled {
    padding-block: 0;
  }

  .header-inner {
    min-height: 76px;
    padding-block: 7px 9px;
  }

  .brand__sigil {
    width: 46px;
    height: 46px;
  }

  .brand__sigil svg {
    width: 33px;
    height: 33px;
  }

  .site-navigation {
    top: 76px;
    color: var(--ink);
    background:
      linear-gradient(rgba(255, 254, 250, 0.985), rgba(247, 240, 224, 0.99)),
      repeating-linear-gradient(115deg, transparent 0 44px, rgba(112, 95, 64, 0.05) 45px, transparent 47px 90px);
    border-top-color: rgba(118, 85, 27, 0.28);
  }

  .nav-list {
    padding: 8px;
    background: rgba(255, 254, 250, 0.7);
    border: 1px solid rgba(118, 85, 27, 0.24);
    border-radius: 3px;
    box-shadow: none;
  }

  .nav-item {
    border-bottom-color: rgba(118, 85, 27, 0.18);
  }

  .nav-link {
    color: var(--navy);
  }

  .nav-submenu-toggle {
    color: var(--gold-dark);
    background: #f4ead4;
    border-color: rgba(118, 85, 27, 0.3);
    border-radius: 2px;
  }

  .nav-panel,
  .nav-item--team .nav-panel,
  .nav-item--contact .nav-panel {
    background: #fbf7ed;
    border-color: rgba(118, 85, 27, 0.22);
    border-radius: 2px;
  }

  .nav-panel__link {
    background: rgba(255, 254, 250, 0.8);
  }

  .hero-page-media {
    inset: 24px 18px 24px 47%;
    opacity: 0.38;
  }

  .hero-primary::after,
  .inner-hero.is-dark::after,
  .hub-hero::after,
  .audience-hero .hero-page-media::after {
    background: linear-gradient(90deg, rgba(255, 254, 250, 0.99) 0%, rgba(255, 254, 250, 0.94) 58%, rgba(248, 239, 220, 0.72) 100%);
  }
}

@media (max-width: 620px) {
  .header-inner {
    min-height: 68px;
    padding: 5px 0 8px;
  }

  .brand__sigil {
    width: 42px;
    height: 42px;
  }

  .brand__sigil svg {
    width: 30px;
    height: 30px;
  }

  .brand__lockup strong {
    font-size: 0.92rem;
    letter-spacing: 0.18em;
  }

  .site-navigation {
    top: 68px;
    padding: 16px 14px 48px;
  }

  .nav-toggle {
    width: 42px;
    height: 42px;
  }

  .hero-primary,
  .inner-hero.is-dark,
  .hub-hero,
  .audience-hero {
    background: linear-gradient(145deg, #fffefa, #f5ead4);
  }

  .hero-page-media {
    display: none;
  }

  .hero-copy h1,
  .inner-hero h1,
  .hub-hero__copy h1 {
    line-height: 1.08;
  }

  .section-heading::after {
    margin-top: 18px;
  }

  .audience-card,
  .value-card,
  .service-card,
  .access-card,
  .info-card,
  .product-card,
  .technology-block,
  .public-translation,
  .featured-solution,
  .company-boundary__inner,
  .purpose-statement,
  .purpose-conviction,
  .labs-quote,
  .cta-panel {
    border-radius: 3px;
  }

  .brand--footer .brand__lockup small {
    display: block;
  }
}

.quick-facts,
.architecture-strip,
.public-system-block {
  color: var(--ink);
  background:
    linear-gradient(rgba(255, 254, 250, 0.95), rgba(247, 240, 224, 0.95)),
    repeating-linear-gradient(115deg, transparent 0 42px, rgba(111, 95, 65, 0.05) 43px, transparent 45px 88px);
  border: 1px solid rgba(118, 85, 27, 0.28);
  border-radius: 4px;
  box-shadow: 0 18px 44px rgba(70, 51, 18, 0.09);
}

.architecture-strip span {
  color: var(--navy);
  background: #f4ead4;
  border-color: rgba(118, 85, 27, 0.18);
  border-radius: 2px;
}

.architecture-strip p {
  color: var(--ink-soft);
}

.ecosystem-card,
.civitas-reality-card,
.duovia-reality-card,
.duovia-reality-card:nth-child(2) {
  color: var(--ink);
  background: rgba(255, 254, 250, 0.82);
  border: 1px solid rgba(118, 85, 27, 0.24);
  border-top: 3px solid var(--gold);
  border-radius: 3px;
  box-shadow: 0 16px 36px rgba(70, 51, 18, 0.07);
}

.ecosystem-card--accent {
  background: linear-gradient(145deg, #f5ead2, #fffefa);
}

.ecosystem-card .icon-box,
.civitas-reality-card .icon-box,
.duovia-reality-card .icon-box {
  color: var(--gold-dark);
  background: #f4ead4;
  border-color: rgba(118, 85, 27, 0.22);
}

.ecosystem-card h3,
.civitas-reality-card h3,
.duovia-reality-card h3 {
  color: var(--navy);
}

.ecosystem-card p,
.civitas-reality-card p,
.duovia-reality-card p {
  color: var(--ink-soft);
}

.duovia-reality .tag-cloud span {
  color: var(--gold-dark);
  background: #f4ead4;
  border-color: rgba(118, 85, 27, 0.18);
  border-radius: 2px;
}

/* Cinematic heroes: the existing films return to their original full-bleed role. */
.hero-primary,
.inner-hero.is-dark,
.hub-hero,
.audience-hero {
  color: #fffefa;
  background: #0a2235;
  border-bottom-color: rgba(209, 168, 86, 0.52);
}

.hero-primary::before,
.inner-hero.is-dark::before {
  opacity: 0.08;
  filter: saturate(0.7) contrast(1.05);
}

.hero-primary::after,
.inner-hero.is-dark::after,
.hub-hero::after {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 20, 32, 0.96) 0%, rgba(5, 20, 32, 0.9) 38%, rgba(5, 20, 32, 0.66) 61%, rgba(5, 20, 32, 0.26) 100%),
    linear-gradient(0deg, rgba(5, 20, 32, 0.76) 0%, rgba(5, 20, 32, 0.08) 57%, rgba(5, 20, 32, 0.38) 100%),
    radial-gradient(circle at 78% 22%, rgba(209, 168, 86, 0.17), transparent 30%);
}

.audience-hero .hero-page-media::after {
  background: transparent;
}

.hero-page-media {
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-mask-image: none;
  mask-image: none;
}

.hero-page-media::before {
  display: none;
}

.hero-page-media__video,
.hero-page-media--home .hero-page-media__video,
.audience-hero .hero-page-media__video {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: auto;
  max-width: none;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 64% center;
  filter: saturate(0.76) brightness(0.72) contrast(1.08);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.28) 8%, rgba(0, 0, 0, 0.78) 20%, #000 34%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.28) 8%, rgba(0, 0, 0, 0.78) 20%, #000 34%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.hero-copy,
.hub-hero__copy {
  position: relative;
  z-index: 2;
  color: #fffefa;
}

.hero-secondary .hero-copy,
.hub-hero__copy {
  max-width: 880px;
}

.hero-copy h1,
.inner-hero.is-dark h1,
.hub-hero__copy h1 {
  color: #fffefa;
}

.hero-copy h1 span,
.inner-hero.is-dark .gradient-text,
.hub-hero__copy h1 span,
body.duovia-detail-page .inner-hero.is-dark .gradient-text {
  color: #e5c578;
  background: linear-gradient(115deg, #fff0c6, #d4a94e 54%, #f0d895);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-primary .hero-lead,
.inner-hero.is-dark .hero-lead,
.hub-hero .hero-lead,
.audience-hero .hero-lead {
  color: rgba(255, 254, 250, 0.78);
}

.hero-primary .eyebrow,
.inner-hero.is-dark .eyebrow,
body.duovia-detail-page .inner-hero.is-dark .eyebrow {
  color: #dfbd6a;
}

.hero-primary .breadcrumb,
.inner-hero.is-dark .breadcrumb,
.hero-primary .breadcrumb a,
.inner-hero.is-dark .breadcrumb a {
  color: rgba(255, 254, 250, 0.65);
}

.hero-primary .button-ghost,
.inner-hero.is-dark .button-ghost,
.hub-hero .button-ghost,
.audience-hero .button-ghost {
  color: #fffefa;
  background: rgba(255, 254, 250, 0.07);
  border-color: rgba(255, 240, 198, 0.42);
}

.hero-primary .button-ghost:hover,
.inner-hero.is-dark .button-ghost:hover,
.hub-hero .button-ghost:hover,
.audience-hero .button-ghost:hover {
  color: #0a2235;
  background: #f5dfaa;
  border-color: #f5dfaa;
}

.hub-scroll,
.hub-scroll__mark {
  color: #f0d895;
}

@media (max-width: 860px) {
  .hero-page-media {
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
  }

  .hero-primary::after,
  .inner-hero.is-dark::after,
  .hub-hero::after {
    background:
      linear-gradient(90deg, rgba(5, 20, 32, 0.96) 0%, rgba(5, 20, 32, 0.88) 58%, rgba(5, 20, 32, 0.55) 100%),
      linear-gradient(0deg, rgba(5, 20, 32, 0.78), rgba(5, 20, 32, 0.2) 62%, rgba(5, 20, 32, 0.48));
  }

  .hero-page-media__video,
  .hero-page-media--home .hero-page-media__video,
  .audience-hero .hero-page-media__video {
    object-position: 68% center;
    filter: saturate(0.72) brightness(0.64) contrast(1.08);
  }
}

@media (max-width: 620px) {
  .hero-primary,
  .inner-hero.is-dark,
  .hub-hero,
  .audience-hero {
    background: #0a2235;
  }

  .hero-page-media {
    display: block;
    inset: 0;
  }

  .hero-primary::after,
  .inner-hero.is-dark::after,
  .hub-hero::after {
    background:
      linear-gradient(90deg, rgba(5, 20, 32, 0.94), rgba(5, 20, 32, 0.78)),
      linear-gradient(0deg, rgba(5, 20, 32, 0.9), rgba(5, 20, 32, 0.18) 65%, rgba(5, 20, 32, 0.58));
  }

  .hero-page-media__video,
  .hero-page-media--home .hero-page-media__video,
  .audience-hero .hero-page-media__video {
    object-position: 70% center;
    filter: saturate(0.68) brightness(0.55) contrast(1.1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-page-media {
    display: none;
  }
}

/* Official DUOVIA logo family. */
.brand__image {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.brand--header {
  width: clamp(154px, 14vw, 194px);
  flex: 0 0 auto;
}

.brand--header .brand__image {
  width: 100%;
  mix-blend-mode: multiply;
}

.brand--footer {
  width: min(264px, 100%);
  padding: 8px 10px;
  background: #fffdfa;
  border: 1px solid rgba(229, 202, 138, 0.52);
  border-radius: 3px;
  box-shadow: 0 16px 34px rgba(4, 20, 32, 0.24);
}

.brand--footer .brand__image {
  width: 100%;
}

@media (max-width: 620px) {
  .footer-brand__logo {
    width: min(250px, 100%);
    height: 46px;
  }

  .brand--header {
    width: 148px;
  }

  .brand--footer {
    width: min(238px, 100%);
  }
}

/* Home brand statement: the complete emblem has room to be read, not cropped. */
.brand-manifesto {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 8vw, 116px) 0;
  background:
    radial-gradient(circle at 23% 44%, rgba(191, 145, 52, 0.12), transparent 28%),
    linear-gradient(135deg, #fffefa 0%, #f8f1e4 58%, #f1e3c8 100%);
  border-bottom: 1px solid rgba(118, 85, 27, 0.2);
}

.brand-manifesto::before {
  position: absolute;
  top: 22px;
  right: 0;
  left: 0;
  height: 7px;
  content: "";
  opacity: 0.28;
  background: repeating-linear-gradient(90deg, #b68a32 0 18px, transparent 18px 28px);
}

.brand-manifesto__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(48px, 7vw, 108px);
}

.brand-manifesto__mark {
  position: relative;
  width: min(500px, 100%);
  margin: 0 auto;
  padding: clamp(12px, 1.5vw, 18px);
  background: rgba(255, 254, 250, 0.76);
  border: 1px solid rgba(118, 85, 27, 0.24);
  border-radius: 4px;
  box-shadow: 0 24px 55px rgba(85, 62, 21, 0.12);
}

.brand-manifesto__mark::before {
  position: absolute;
  z-index: 0;
  inset: 7px;
  content: "";
  border: 1px solid rgba(182, 138, 50, 0.3);
  border-radius: 2px;
}

.brand-manifesto__mark img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  mix-blend-mode: multiply;
  filter: contrast(1.03) saturate(0.96);
}

.brand-manifesto__copy {
  max-width: 660px;
}

.brand-manifesto__copy h2 {
  max-width: 620px;
  margin: 12px 0 22px;
  color: var(--navy);
  font-family: Georgia, Cambria, serif;
  font-size: clamp(2rem, 3.2vw, 3.15rem);
  font-weight: 500;
  line-height: 1.06;
  text-wrap: balance;
}

.brand-manifesto__copy > p:not(.eyebrow) {
  max-width: 640px;
  margin: 0 0 15px;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.25vw, 1.13rem);
  line-height: 1.75;
}

.brand-manifesto__routes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 30px 0;
  background: rgba(118, 85, 27, 0.22);
  border-block: 1px solid rgba(118, 85, 27, 0.22);
}

.brand-manifesto__routes span {
  display: grid;
  gap: 6px;
  padding: 18px 20px;
  background: rgba(255, 254, 250, 0.84);
}

.brand-manifesto__routes small {
  color: var(--gold-dark);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.brand-manifesto__routes strong {
  color: var(--navy);
  font-family: Georgia, Cambria, serif;
  font-size: 1rem;
  font-weight: 500;
}

.technology-stack-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(182, 138, 50, 0.1), transparent 30%),
    var(--surface);
}

.technology-stack-section .section-heading {
  margin-inline: auto;
}

.technology-stack {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 42px 0 0;
  padding: 0;
  list-style: none;
}

.technology-stack li {
  display: grid;
  min-height: 132px;
  flex: 1 1 170px;
  max-width: 190px;
  grid-template-rows: 44px auto auto;
  align-items: center;
  justify-items: center;
  gap: 7px;
  padding: 18px 14px 16px;
  text-align: center;
  background:
    linear-gradient(rgba(255, 254, 250, 0.94), rgba(247, 240, 224, 0.94)),
    repeating-linear-gradient(115deg, transparent 0 36px, rgba(112, 95, 64, 0.05) 37px, transparent 39px 76px);
  border: 1px solid rgba(118, 85, 27, 0.24);
  border-top: 3px solid var(--gold);
  border-radius: 3px;
  box-shadow: 0 14px 32px rgba(68, 49, 17, 0.07);
}

.technology-stack img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.technology-stack strong,
.technology-stack small {
  display: block;
}

.technology-stack strong {
  color: var(--navy);
  font-size: 0.84rem;
  line-height: 1.25;
}

.technology-stack small {
  color: var(--ink-soft);
  font-size: 0.68rem;
  line-height: 1.35;
}

@media (max-width: 860px) {
  .technology-stack li {
    flex-basis: 145px;
    max-width: none;
  }

  .brand-manifesto__inner {
    grid-template-columns: minmax(240px, 0.78fr) minmax(0, 1.22fr);
    gap: 38px;
  }

  .brand-manifesto__copy h2 {
    font-size: clamp(1.9rem, 4.8vw, 2.65rem);
  }
}

@media (max-width: 680px) {
  .technology-stack {
    margin-top: 30px;
  }

  .technology-stack li {
    min-width: 130px;
    flex-basis: calc(50% - 6px);
  }

  .brand-manifesto {
    padding: 62px 0 68px;
  }

  .brand-manifesto__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .brand-manifesto__mark {
    width: min(370px, 92vw);
  }

  .brand-manifesto__copy {
    max-width: none;
  }

  .brand-manifesto__routes {
    grid-template-columns: 1fr;
  }
}

/* A cross-cutting service inside Areas, visually distinct from the three audiences. */
.nav-item--areas .nav-panel__link--legal-tech {
  --nav-panel-accent: 118, 85, 27;
  grid-column: 1 / -1;
  min-height: 78px;
  margin-top: 4px;
  background:
    linear-gradient(90deg, rgba(229, 202, 138, 0.24), rgba(255, 254, 250, 0.84) 48%, rgba(23, 71, 102, 0.07));
  border-color: rgba(118, 85, 27, 0.36);
  box-shadow: inset 0 3px 0 rgba(182, 138, 50, 0.14);
}

.nav-item--areas .nav-panel__link--legal-tech:hover {
  background:
    linear-gradient(90deg, rgba(229, 202, 138, 0.36), #f8efdc 48%, rgba(23, 71, 102, 0.1));
  border-color: rgba(118, 85, 27, 0.5);
}

@media (max-width: 860px) {
  .nav-item--areas .nav-panel__link--legal-tech {
    grid-column: auto;
    min-height: 0;
    margin-top: 3px;
  }
}

/* Shared closing CTA: an editorial split instead of a card inside a card. */
.cta-panel,
.cta-panel--labs,
.legal-tech-page .cta-panel {
  grid-template-columns: minmax(0, 1fr) minmax(290px, 0.46fr);
  gap: clamp(38px, 5.4vw, 78px);
  min-height: 310px;
  padding: clamp(44px, 5.2vw, 70px) clamp(34px, 5.8vw, 80px);
  overflow: hidden;
  border: 1px solid rgba(229, 202, 138, 0.34);
  border-top: 4px solid var(--gold);
  background:
    radial-gradient(circle at 92% 18%, rgba(229, 202, 138, 0.17), transparent 27%),
    linear-gradient(125deg, #0d2a42 0%, #173f5b 58%, #102f49 100%);
  box-shadow: 0 26px 58px rgba(16, 47, 73, 0.2);
}

.cta-panel::before {
  right: -4%;
  width: 52%;
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(229, 202, 138, 0.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(229, 202, 138, 0.13) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(90deg, transparent, #000 35%);
}

.cta-panel::after {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: -165px;
  width: 390px;
  height: 390px;
  content: "";
  border: 1px solid rgba(229, 202, 138, 0.18);
  border-radius: 50%;
  box-shadow:
    0 0 0 54px rgba(229, 202, 138, 0.045),
    0 0 0 108px rgba(229, 202, 138, 0.025);
  transform: translateY(-50%);
  pointer-events: none;
}

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

.cta-panel__content h2,
.cta-panel > div:first-child h2 {
  max-width: 18ch;
}

.cta-panel__content > p:not(.eyebrow),
.cta-panel > div:first-child > p:not(.eyebrow) {
  max-width: 62ch;
  color: rgba(255, 254, 250, 0.76);
  font-size: clamp(0.96rem, 1.15vw, 1.05rem);
  line-height: 1.7;
  white-space: normal;
}

.cta-panel__action,
.legal-tech-page .cta-panel__action {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-content: center;
  align-items: center;
  gap: 16px;
  padding: 10px 0 10px clamp(28px, 3.4vw, 48px);
  border: 0;
  border-left: 1px solid rgba(229, 202, 138, 0.42);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.cta-panel__action::before {
  grid-column: 1 / -1;
  content: "Siguiente paso";
  color: var(--gold-light);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.cta-panel__spark,
.legal-tech-page .cta-panel__spark {
  display: grid;
  width: 52px;
  height: 52px;
  margin: 0;
  color: #f1d79b;
  border: 1px solid rgba(229, 202, 138, 0.58);
  border-radius: 50%;
  background: rgba(229, 202, 138, 0.1);
  box-shadow: inset 0 0 0 7px rgba(229, 202, 138, 0.035);
}

.cta-panel__spark .site-icon {
  width: 22px;
  height: 22px;
}

.cta-panel__action p,
.legal-tech-page .cta-panel__action p {
  margin: 0;
  color: rgba(255, 254, 250, 0.9);
  font-size: 0.98rem;
  font-weight: 650;
  line-height: 1.45;
}

.cta-panel__action .button,
.legal-tech-page .cta-panel__action .button {
  grid-column: 1 / -1;
  justify-self: start;
  width: auto;
  max-width: 100%;
  margin-top: 8px;
  padding-inline: 24px;
  white-space: nowrap;
}

.cta-panel > .button {
  position: relative;
  justify-self: end;
  min-width: 230px;
  padding-inline: 25px;
}

.cta-panel > .button::before {
  position: absolute;
  top: 50%;
  left: clamp(-52px, -3.7vw, -34px);
  width: 1px;
  height: 128px;
  content: "";
  background: rgba(229, 202, 138, 0.42);
  transform: translateY(-50%);
  pointer-events: none;
}

.cta-panel .button-primary {
  color: #102f49;
  background: linear-gradient(115deg, #fffefa 0%, #f1deb0 100%);
  border-color: rgba(255, 254, 250, 0.8);
  box-shadow: 0 14px 30px rgba(3, 18, 31, 0.24);
}

.cta-panel .button-primary:hover {
  color: #0b2941;
  background: linear-gradient(115deg, #ffffff 0%, #e8ca84 100%);
  border-color: #fffefa;
  box-shadow: 0 18px 36px rgba(3, 18, 31, 0.3);
}

@media (max-width: 860px) {
  .cta-panel,
  .cta-panel--labs,
  .legal-tech-page .cta-panel {
    grid-template-columns: 1fr;
    gap: 32px;
    min-height: 0;
    padding: 44px 36px;
  }

  .cta-panel__content h2,
  .cta-panel > div:first-child h2 {
    max-width: 22ch;
  }

  .cta-panel__action,
  .legal-tech-page .cta-panel__action {
    grid-template-columns: 48px minmax(0, 1fr);
    padding: 28px 0 0;
    border-top: 1px solid rgba(229, 202, 138, 0.38);
    border-left: 0;
  }

  .cta-panel__spark,
  .legal-tech-page .cta-panel__spark {
    width: 48px;
    height: 48px;
  }

  .cta-panel > .button {
    justify-self: start;
    min-width: 230px;
  }

  .cta-panel > .button::before {
    top: -28px;
    left: 0;
    width: min(360px, 100%);
    height: 1px;
    transform: none;
  }
}

@media (max-width: 620px) {
  .cta-panel,
  .cta-panel--labs,
  .legal-tech-page .cta-panel {
    gap: 27px;
    padding: 37px 24px 30px;
  }

  .cta-panel::after {
    right: -235px;
  }

  .cta-panel__action,
  .legal-tech-page .cta-panel__action {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
    padding-top: 24px;
  }

  .cta-panel__spark,
  .legal-tech-page .cta-panel__spark {
    width: 44px;
    height: 44px;
  }

  .cta-panel__action .button,
  .legal-tech-page .cta-panel__action .button,
  .cta-panel > .button {
    justify-self: stretch;
    width: 100%;
    min-width: 0;
    white-space: normal;
  }
}
