:root {
  --night: #04060C;
  --midnight: #0A0F1E;
  --anthracite: #10141D;
  --steel: #1B2230;
  --white: #F4F6FA;
  --grey: #AAB4C8;
  --grey-dim: #78849A;
  --line: rgba(244, 246, 250, 0.09);
  --cyan: #22E1FF;
  --cyan-soft: rgba(34, 225, 255, 0.12);
  --red: #FF2E4D;
  --yellow: #FFC838;
  --font-display: 'Arial Narrow', 'Helvetica Neue', Arial, sans-serif;
  --font-mono: ui-monospace, 'Cascadia Mono', 'Segoe UI Mono', Consolas, monospace;
}

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

html {
  scroll-behavior: smooth;
}

body {
  background: var(--night);
  color: var(--white);
  font-family: var(--font-display);
  font-size: 1.05rem;
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

::selection {
  background: var(--cyan);
  color: var(--night);
}

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: var(--night);
}
::-webkit-scrollbar-thumb {
  background: var(--steel);
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--cyan);
}

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

ul {
  list-style: none;
}

button {
  font: inherit;
  background: none;
  border: none;
  cursor: pointer;
}

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

.mono,
.topbar-item,
.stat-label,
.exp-num,
.tag,
.p-code,
.p-answer,
.sector-meta,
.loop-note,
.problems-note,
.panel-head,
.panel-caption,
.bp-fig,
.bp-specs,
.bp-note,
.pillar-title,
.cta-kicker,
.cta-note,
.footer-heading,
.footer-bottom,
.hero-kicker,
.hero-side,
.scroll-hint,
.marquee .sep {
  font-family: var(--font-mono);
}

.container {
  width: min(1320px, 92%);
  margin-inline: auto;
}

section {
  scroll-margin-top: 110px;
}

.section {
  position: relative;
  padding-block: clamp(96px, 13vh, 156px);
}

.section-head {
  max-width: 720px;
  margin-bottom: clamp(48px, 7vh, 84px);
}

.section-head-center {
  margin-inline: auto;
  text-align: center;
}

.kicker {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  color: var(--grey);
  text-transform: uppercase;
  margin-bottom: 1.6rem;
}

.kicker::before {
  content: "";
  width: 36px;
  height: 1px;
  background: var(--cyan);
  flex-shrink: 0;
}

.kicker-center {
  justify-content: center;
}

.kicker-center::before {
  display: none;
}

.kicker-index {
  color: var(--cyan);
  font-weight: 700;
}

.kicker-red {
  color: var(--red);
}

.kicker-yellow {
  color: #A87A00;
}

.section-title {
  font-size: clamp(2.2rem, 4.8vw, 4.1rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.ital {
  font-style: italic;
  font-weight: 900;
}

.accent {
  color: var(--cyan);
}

.accent-red {
  color: var(--red);
}

.section-intro {
  margin-top: 1.6rem;
  color: var(--grey);
  font-size: 1.12rem;
  max-width: 58ch;
}

.section-head-center .section-intro {
  margin-inline: auto;
}



.topbar {
  position: relative;
  z-index: 60;
  background: var(--night);
  border-bottom: 1px solid var(--line);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-block: 0.55rem;
  color: var(--grey-dim);
}

.topbar-right {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 10px rgba(34, 225, 255, 0.9);
  animation: pulse 2.4s ease-in-out infinite;
}

.mono-cyan {
  color: var(--cyan);
}

.topbar-sep {
  color: var(--steel);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  padding-block: 1.1rem;
  transition: background 0.35s ease, padding 0.35s ease, border-color 0.35s ease;
  border-bottom: 1px solid var(--line);
  background: rgba(4, 6, 12, 0.78);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.brand {
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1;
}

.brand-ia {
  color: var(--cyan);
  text-shadow: 0 0 26px rgba(34, 225, 255, 0.45);
}

.brand-mans {
  color: var(--white);
}

.nav {
  display: flex;
  gap: 2.1rem;
}

.nav-link {
  position: relative;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--grey);
  transition: color 0.3s ease;
  padding-block: 0.3rem;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--cyan);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-link:hover {
  color: var(--white);
}

.nav-link:hover::after {
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}



.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 1.05rem 1.7rem;
  font-weight: 800;
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid transparent;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), background 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.btn .arrow {
  transition: transform 0.3s ease;
  display: inline-block;
}

.btn:hover .arrow {
  transform: translateX(5px);
}

.btn-primary {
  background: var(--white);
  color: var(--night);
}

.btn-primary:hover {
  background: var(--cyan);
  transform: translateY(-3px);
  box-shadow: 0 16px 46px rgba(34, 225, 255, 0.28);
}

.btn-ghost {
  border-color: rgba(244, 246, 250, 0.25);
  color: var(--white);
}

.btn-ghost:hover {
  border-color: var(--cyan);
  color: var(--cyan);
  transform: translateY(-3px);
}

.btn-small {
  padding: 0.68rem 1.15rem;
  font-size: 0.76rem;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: clamp(170px, 22vh, 240px);
  padding-bottom: clamp(60px, 8vh, 100px);
  overflow: hidden;
  background: radial-gradient(120% 90% at 50% 0%, #0A1122 0%, var(--night) 62%);
}

.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
}

.hero-glow-cyan {
  width: 46vw;
  height: 46vw;
  top: -18vw;
  left: -10vw;
  background: radial-gradient(circle, rgba(34, 225, 255, 0.16), transparent 70%);
}

.hero-glow-red {
  width: 34vw;
  height: 34vw;
  bottom: -14vw;
  right: -8vw;
  background: radial-gradient(circle, rgba(255, 46, 77, 0.1), transparent 70%);
}

.beam {
  position: absolute;
  top: -20%;
  height: 150%;
  transform: skewX(-24deg);
  pointer-events: none;
}

.beam-cyan {
  left: 56%;
  width: 16vw;
  background: linear-gradient(90deg, transparent, rgba(34, 225, 255, 0.05), transparent);
}

.beam-red {
  left: 84%;
  width: 10vw;
  background: linear-gradient(90deg, transparent, rgba(255, 46, 77, 0.05), transparent);
}

.hero-grid-overlay {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(244, 246, 250, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 246, 250, 0.035) 1px, transparent 1px);
  background-size: 90px 90px;
  -webkit-mask-image: radial-gradient(70% 60% at 40% 40%, #000 20%, transparent 100%);
  mask-image: radial-gradient(70% 60% at 40% 40%, #000 20%, transparent 100%);
}

.hero-ghost {
  position: absolute;
  right: -3vw;
  bottom: -7vw;
  font-size: 21vw;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(244, 246, 250, 0.055);
  user-select: none;
  white-space: nowrap;
}

.hero-track {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}





.dot {
  will-change: transform;
}

.hero-side {
  position: absolute;
  right: 2.2rem;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  writing-mode: vertical-rl;
  font-size: 0.66rem;
  letter-spacing: 0.4em;
  color: var(--grey-dim);
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-kicker {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.78rem;
  letter-spacing: 0.26em;
  color: var(--grey);
  margin-bottom: 1.8rem;
}

.kicker-slash {
  color: var(--red);
  font-weight: 700;
}

.hero-title {
  font-size: clamp(3.6rem, 12.6vw, 12.5rem);
  font-weight: 900;
  line-height: 0.88;
  letter-spacing: -0.045em;
  text-transform: uppercase;
  margin-left: -0.04em;
  margin-bottom: 2.2rem;
}

.ht-ia {
  color: var(--cyan);
  text-shadow: 0 0 70px rgba(34, 225, 255, 0.4);
}

.ht-mans {
  color: var(--white);
}

.hero-sub {
  max-width: 56ch;
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  color: var(--grey);
  margin-bottom: 2.6rem;
}

.hero-sub em {
  color: var(--white);
  font-style: italic;
  font-weight: 700;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
}

.hero-stats {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: clamp(48px, 8vh, 90px);
  border-top: 1px solid var(--line);
}

.stat {
  padding: 1.6rem 1.8rem 0.4rem;
  border-left: 1px solid var(--line);
}

.stat:first-child {
  border-left: none;
  padding-left: 0;
}

.stat-value {
  display: block;
  font-size: clamp(1.7rem, 2.8vw, 2.5rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
}

.value-cyan {
  color: var(--cyan);
  text-shadow: 0 0 30px rgba(34, 225, 255, 0.35);
}

.stat-slash {
  color: var(--red);
}

.stat-unit {
  font-size: 0.6em;
  vertical-align: 0.35em;
}

.stat-label {
  display: block;
  margin-top: 0.7rem;
  font-size: 0.66rem;
  letter-spacing: 0.2em;
  color: var(--grey-dim);
  text-transform: uppercase;
}

.scroll-hint {
  position: absolute;
  left: 2.2rem;
  bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  font-size: 0.62rem;
  letter-spacing: 0.4em;
  color: var(--grey-dim);
  writing-mode: vertical-rl;
}

.scroll-line {
  display: block;
  width: 1px;
  height: 56px;
  background: linear-gradient(180deg, var(--cyan), transparent);
  animation: scrollPulse 2.2s ease-in-out infinite;
  transform-origin: top;
}

.marquee {
  position: relative;
  z-index: 3;
  background: var(--midnight);
  border-block: 1px solid var(--line);
  transform: rotate(-1.2deg) scale(1.02);
  padding-block: 1.3rem;
  overflow: hidden;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.45);
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 30s linear infinite;
}

.marquee:hover .marquee-track {
  animation-play-state: paused;
}

.marquee-group {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.marquee-group span {
  font-size: clamp(1.3rem, 2.4vw, 2.1rem);
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.marquee-group .dim {
  color: var(--grey-dim);
}

.marquee .sep {
  margin-inline: 2.6rem;
  color: var(--red);
  font-size: 0.85rem;
  font-weight: 700;
  font-style: normal;
}

.section-expertises {
  background: linear-gradient(180deg, var(--night), var(--anthracite) 30%, var(--anthracite));
}

.expertises-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 26px;
}

.exp-card {
  position: relative;
  grid-column: span 7;
  padding: 2.4rem 2.4rem 2.2rem;
  background: linear-gradient(160deg, #131928 0%, #0C101B 100%);
  border: 1px solid var(--line);
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s ease, box-shadow 0.4s ease;
}

.exp-card:nth-child(2) {
  grid-column: span 5;
  margin-top: 44px;
}

.exp-card:nth-child(3) {
  grid-column: span 5;
  margin-top: -44px;
}

.exp-card:nth-child(4) {
  grid-column: span 7;
}

.exp-card::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 54px;
  height: 54px;
  background: linear-gradient(135deg, transparent 50%, var(--cyan-soft) 50%);
  opacity: 0;
  transition: opacity 0.4s ease, width 0.4s ease, height 0.4s ease;
}

.exp-card:hover {
  transform: translateY(-8px);
  border-color: rgba(34, 225, 255, 0.4);
  box-shadow: 0 28px 70px rgba(34, 225, 255, 0.08), 0 12px 40px rgba(0, 0, 0, 0.4);
}

.exp-card:hover::after {
  opacity: 1;
  width: 90px;
  height: 90px;
}

.exp-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 1.6rem;
}

.exp-num {
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  color: var(--cyan);
  border: 1px solid rgba(34, 225, 255, 0.3);
  padding: 0.35rem 0.6rem;
}

.exp-glyph {
  width: 46px;
  height: 46px;
  color: var(--grey);
  transition: color 0.4s ease, transform 0.4s ease;
}

.exp-card:hover .exp-glyph {
  color: var(--cyan);
  transform: translateX(4px);
}

.exp-title {
  font-size: 1.45rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  margin-bottom: 0.8rem;
}

.exp-text {
  color: var(--grey);
  font-size: 1.02rem;
  max-width: 46ch;
}

.exp-text strong {
  color: var(--white);
}

.exp-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.6rem;
}

.tag {
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  color: var(--grey-dim);
  border: 1px solid var(--line);
  padding: 0.32rem 0.6rem;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.exp-card:hover .tag {
  color: var(--grey);
}

.tag-hot {
  color: var(--red);
  border-color: rgba(255, 46, 77, 0.35);
}

.section-problems {
  background: var(--midnight);
  overflow: hidden;
}

.section-problems::before {
  content: "";
  position: absolute;
  top: -10%;
  right: -15%;
  width: 40vw;
  height: 40vw;
  background: radial-gradient(circle, rgba(255, 46, 77, 0.07), transparent 70%);
  filter: blur(60px);
  pointer-events: none;
}

.problems-wrap {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(48px, 6vw, 96px);
  align-items: start;
}

.problems-lead {
  position: sticky;
  top: 140px;
}

.problems-note {
  margin-top: 2.2rem;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  color: var(--grey-dim);
}

.problem {
  position: relative;
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 1.4rem;
  align-items: baseline;
  padding: 1.7rem 1.2rem;
  border-top: 1px solid var(--line);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), background 0.35s ease;
}

.problem:last-child {
  border-bottom: 1px solid var(--line);
}

.problem::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--red);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.problem:hover {
  transform: translateX(10px);
  background: rgba(255, 46, 77, 0.04);
}

.problem:hover::before {
  transform: scaleY(1);
}

.p-code {
  font-size: 0.74rem;
  letter-spacing: 0.2em;
  color: var(--red);
}

.p-title {
  font-size: 1.12rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.p-text {
  color: var(--grey);
  font-size: 0.96rem;
  margin-top: 0.35rem;
}

.p-answer {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  color: var(--cyan);
  opacity: 0.45;
  white-space: nowrap;
  transition: opacity 0.35s ease;
}

.problem:hover .p-answer {
  opacity: 1;
}

.section-method {
  background: linear-gradient(180deg, var(--anthracite), var(--night));
}

.timeline {
  position: relative;
  max-width: 1040px;
  margin-inline: auto;
  padding-block: 20px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(34, 225, 255, 0.55) 10%, rgba(34, 225, 255, 0.55) 90%, transparent);
}

.sector-row {
  display: grid;
  grid-template-columns: 1fr 110px 1fr;
  align-items: center;
  margin-bottom: 34px;
}

.sector-row .sector {
  grid-column: 1;
  text-align: right;
  padding: 1.9rem 2.4rem;
}

.sector-row .node {
  grid-column: 2;
  justify-self: center;
}

.sector-row-right .sector {
  grid-column: 3;
  text-align: left;
}

.sector-row-right .node {
  grid-column: 2;
}

.sector {
  position: relative;
  background: rgba(16, 20, 29, 0.75);
  border: 1px solid var(--line);
  transition: border-color 0.4s ease, transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
}

.sector::before {
  content: attr(data-ghost);
  position: absolute;
  top: 0.6rem;
  font-size: 4.2rem;
  font-weight: 900;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(244, 246, 250, 0.06);
  pointer-events: none;
}

.sector-row .sector::before {
  right: 1.2rem;
}

.sector-row-right .sector::before {
  left: 1.2rem;
}

.sector:hover {
  border-color: rgba(34, 225, 255, 0.4);
  transform: translateY(-5px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
}

.sector-meta {
  display: flex;
  gap: 1.4rem;
  align-items: baseline;
  font-size: 0.66rem;
  letter-spacing: 0.2em;
  margin-bottom: 0.9rem;
}

.sector-row .sector-meta {
  justify-content: flex-end;
}

.sector-tag {
  color: var(--cyan);
}

.node-red + .sector .sector-tag,
.sector-row-right .sector .sector-tag {
  color: var(--cyan);
}

.sector-row-right .node-red + .sector .sector-tag {
  color: var(--red);
}

.sector-time {
  color: var(--grey-dim);
}

.sector-title {
  font-size: 1.55rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  margin-bottom: 0.6rem;
}

.sector-text {
  color: var(--grey);
  font-size: 0.98rem;
  max-width: 44ch;
}

.sector-row .sector-text {
  margin-left: auto;
}

.node {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: relative;
}

.node-cyan {
  background: var(--cyan);
  box-shadow: 0 0 0 6px rgba(34, 225, 255, 0.12), 0 0 24px rgba(34, 225, 255, 0.5);
}

.node-red {
  background: var(--red);
  box-shadow: 0 0 0 6px rgba(255, 46, 77, 0.12), 0 0 24px rgba(255, 46, 77, 0.5);
}

.loop-note {
  margin-top: 2.4rem;
  text-align: center;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  color: var(--yellow);
  border: 1px solid rgba(255, 200, 56, 0.3);
  display: inline-block;
  padding: 0.8rem 1.6rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.section-co {
  background: var(--night);
  overflow: hidden;
}

.section-co::before {
  content: "";
  position: absolute;
  top: 10%;
  left: -18%;
  width: 46vw;
  height: 46vw;
  background: radial-gradient(circle, rgba(34, 225, 255, 0.08), transparent 70%);
  filter: blur(70px);
  pointer-events: none;
}

.co-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(48px, 6vw, 96px);
  align-items: center;
  position: relative;
  z-index: 1;
}

.vs-list {
  margin-top: 2.6rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.vs {
  display: grid;
  grid-template-columns: 24px 1fr 30px 1.25fr;
  gap: 0.9rem;
  align-items: baseline;
  padding: 0.9rem 1.1rem;
  border: 1px solid var(--line);
  background: rgba(16, 20, 29, 0.5);
  transition: border-color 0.35s ease, transform 0.35s ease;
}

.vs:hover {
  border-color: rgba(34, 225, 255, 0.3);
  transform: translateX(6px);
}

.no {
  color: var(--red);
  font-weight: 700;
  font-size: 0.85rem;
}

.vs-neg {
  color: var(--grey-dim);
  font-size: 0.95rem;
}

.vs-arrow {
  color: var(--grey-dim);
  font-size: 0.8rem;
}

.vs-pos {
  color: var(--white);
  font-weight: 700;
  font-size: 1rem;
}

.vs-pos em {
  color: var(--cyan);
  font-style: italic;
}

.co-panel {
  position: relative;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, #0A101E, #070B14);
}

.co-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(34, 225, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 225, 255, 0.05) 1px, transparent 1px);
  background-size: 36px 36px;
  -webkit-mask-image: radial-gradient(80% 80% at 50% 50%, #000 30%, transparent 100%);
  mask-image: radial-gradient(80% 80% at 50% 50%, #000 30%, transparent 100%);
  pointer-events: none;
}

.panel-head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.4rem;
  border-bottom: 1px solid var(--line);
  font-size: 0.66rem;
  letter-spacing: 0.2em;
  color: var(--grey);
}

.panel-head > span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
}

.panel-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 10px rgba(34, 225, 255, 0.9);
  animation: pulse 2.4s ease-in-out infinite;
}

.panel-ref {
  color: var(--grey-dim);
}

.panel-body {
  position: relative;
  padding: 1.6rem 1.2rem 0.6rem;
}

.fig-svg {
  display: block;
  width: 100%;
  height: auto;
}

.svg-label {
  fill: var(--grey);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
}

.svg-label-cyan {
  fill: var(--cyan);
}

.svg-label-strong {
  fill: var(--white);
  font-weight: 700;
  letter-spacing: 0.24em;
}





.panel-caption {
  padding: 1rem 1.4rem 1.2rem;
  border-top: 1px solid var(--line);
  font-size: 0.64rem;
  letter-spacing: 0.22em;
  color: var(--grey-dim);
}

.section-tools {
  background: var(--midnight);
  overflow: hidden;
}

.section-tools::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(34, 225, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 225, 255, 0.045) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: radial-gradient(75% 70% at 50% 35%, #000 25%, transparent 100%);
  mask-image: radial-gradient(75% 70% at 50% 35%, #000 25%, transparent 100%);
  pointer-events: none;
}

.bp-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.bp-card {
  position: relative;
  padding: 2.2rem 2rem 2rem;
  background: rgba(7, 11, 20, 0.72);
  border: 1px solid rgba(34, 225, 255, 0.16);
  background-image:
    linear-gradient(var(--cyan), var(--cyan)),
    linear-gradient(var(--cyan), var(--cyan)),
    linear-gradient(var(--cyan), var(--cyan)),
    linear-gradient(var(--cyan), var(--cyan));
  background-repeat: no-repeat;
  background-size: 18px 1px, 1px 18px, 18px 1px, 1px 18px;
  background-position: top left, top left, bottom right, bottom right;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}

.bp-card:hover {
  transform: translateY(-8px);
  background-color: rgba(10, 16, 30, 0.9);
  border-color: rgba(34, 225, 255, 0.5);
  box-shadow: 0 26px 70px rgba(34, 225, 255, 0.1), 0 12px 40px rgba(0, 0, 0, 0.5);
}

.bp-fig {
  display: flex;
  justify-content: space-between;
  font-size: 0.64rem;
  letter-spacing: 0.2em;
  color: var(--cyan);
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px dashed rgba(34, 225, 255, 0.2);
}

.bp-title {
  font-size: 1.3rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  margin-bottom: 0.7rem;
}

.bp-text {
  color: var(--grey);
  font-size: 0.98rem;
  margin-bottom: 1.5rem;
}

.bp-specs li {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  color: var(--cyan);
  padding-block: 0.42rem;
  border-top: 1px solid rgba(34, 225, 255, 0.1);
}

.bp-note {
  position: relative;
  margin-top: 3rem;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  color: var(--grey-dim);
}

.section-human {
  background: var(--white);
  color: var(--night);
  overflow: hidden;
}

.human-ghost {
  position: absolute;
  right: -4vw;
  top: 6%;
  font-size: 17vw;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(4, 6, 12, 0.05);
  user-select: none;
  pointer-events: none;
}

.kicker-light::before {
  background: var(--yellow);
}

.section-title-dark {
  color: var(--night);
}

.mark-yellow {
  background-image: linear-gradient(transparent 68%, rgba(255, 200, 56, 0.6) 68%);
}

.section-intro-dark {
  color: #3C4356;
}

.pull-quote {
  margin-block: clamp(40px, 6vh, 70px);
  padding-left: 2rem;
  border-left: 4px solid var(--yellow);
  font-size: clamp(1.3rem, 2.4vw, 1.9rem);
  font-style: italic;
  font-weight: 700;
  line-height: 1.4;
  max-width: 34ch;
  color: var(--night);
}

.pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.pillar {
  position: relative;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(4, 6, 12, 0.14);
}

.pillar-marker {
  position: absolute;
  top: -5px;
  left: 0;
  width: 10px;
  height: 10px;
  background: var(--yellow);
}

.pillar-title {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  color: #A87A00;
  margin-bottom: 0.8rem;
}

.pillar-text {
  color: #3C4356;
  font-size: 1rem;
}

.section-cta {
  background: var(--night);
  text-align: center;
  overflow: hidden;
}

.cta-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.cta-beam {
  position: absolute;
  left: 50%;
  top: -30%;
  width: 2px;
  height: 70%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, transparent, rgba(34, 225, 255, 0.35), transparent);
}

.cta-glow {
  position: absolute;
  left: 50%;
  bottom: -30%;
  width: 60vw;
  height: 40vw;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(34, 225, 255, 0.09), transparent 65%);
  filter: blur(60px);
}

.cta-inner {
  position: relative;
  z-index: 1;
}

.lights {
  display: inline-flex;
  gap: 16px;
  padding: 15px 24px;
  background: #0A0E17;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: inset 0 0 34px rgba(0, 0, 0, 0.65), 0 16px 50px rgba(0, 0, 0, 0.5);
  margin-bottom: 2.6rem;
}

.light {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255, 46, 77, 0.72);
  box-shadow: 0 0 14px rgba(255, 46, 77, 0.38);
}

.light.lit {
  background: var(--red);
  box-shadow: 0 0 18px rgba(255, 46, 77, 0.85), 0 0 46px rgba(255, 46, 77, 0.4);
}

.lights.go .light {
  background: #121723;
  box-shadow: none;
  transition: background 0.1s ease, box-shadow 0.1s ease;
}

.cta-kicker {
  font-size: 0.72rem;
  letter-spacing: 0.32em;
  color: var(--grey);
  margin-bottom: 1.4rem;
}

.cta-title {
  font-size: clamp(2.6rem, 6vw, 5.4rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
}

.cta-sub {
  color: var(--grey);
  font-size: 1.12rem;
  max-width: 52ch;
  margin: 0 auto 2.6rem;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.1rem;
}

.cta-actions.launch .btn-primary {
  animation: ctaLaunch 0.7s ease 0.15s 2;
}

.cta-note {
  margin-top: 2.2rem;
  font-size: 0.66rem;
  letter-spacing: 0.26em;
  color: var(--grey-dim);
}

.footer {
  position: relative;
  background: #03050A;
  border-top: 1px solid var(--line);
  padding-top: clamp(56px, 8vh, 90px);
  overflow: hidden;
}

.footer::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--cyan), rgba(255, 200, 56, 0.7), var(--red));
  opacity: 0.55;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
  gap: clamp(32px, 4vw, 64px);
  padding-bottom: clamp(48px, 6vh, 72px);
}

.footer-logo {
  font-size: clamp(2.2rem, 3.4vw, 3.2rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 1rem;
}

.footer-tagline {
  font-size: 0.66rem;
  letter-spacing: 0.2em;
  color: var(--grey-dim);
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.footer-heading {
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.26em;
  color: var(--grey);
  margin-bottom: 0.6rem;
}

.footer-col a {
  color: var(--grey-dim);
  font-size: 0.95rem;
  transition: color 0.3s ease, transform 0.3s ease;
  width: fit-content;
}

.footer-col a:hover {
  color: var(--cyan);
  transform: translateX(4px);
}

.footer-line {
  color: var(--grey-dim);
  font-size: 0.95rem;
}

.footer-line.mono {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  padding-block: 1.4rem;
  border-top: 1px solid var(--line);
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  color: var(--grey-dim);
}

.footer-ghost {
  text-align: center;
  font-size: 19vw;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 0.72;
  color: transparent;
  -webkit-text-stroke: 1px rgba(244, 246, 250, 0.04);
  user-select: none;
  pointer-events: none;
  margin-top: -1vw;
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.35;
  }
}

@keyframes scrollPulse {
  0% {
    transform: scaleY(0.2);
    opacity: 0;
  }
  40% {
    transform: scaleY(1);
    opacity: 1;
  }
  100% {
    transform: scaleY(1);
    opacity: 0;
  }
}

@keyframes ctaLaunch {
  0%, 100% {
    box-shadow: 0 0 0 rgba(34, 225, 255, 0);
  }
  50% {
    box-shadow: 0 0 46px rgba(34, 225, 255, 0.55);
    transform: translateY(-3px);
  }
}

@media (max-width: 1023px) {
  .topbar-center {
    display: none;
  }

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

  .nav-link {
    padding-block: 0.9rem;
    border-bottom: 1px solid var(--line);
    font-size: 0.9rem;
  }

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

  .mobile-menu { display: block; }

  .header-cta {
    display: none;
  }

  .hero-side {
    display: none;
  }

  .hero-stats {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1.2rem;
  }

  .stat:nth-child(3) {
    border-left: none;
    padding-left: 0;
  }

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

  .exp-card,
  .exp-card:nth-child(2),
  .exp-card:nth-child(3),
  .exp-card:nth-child(4) {
    grid-column: auto;
    margin-top: 0;
  }

  .problems-wrap {
    grid-template-columns: 1fr;
  }

  .problems-lead {
    position: static;
  }

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

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

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

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

@media (max-width: 767px) {
  body {
    font-size: 1rem;
  }

  .topbar {
    font-size: 0.58rem;
  }

  .topbar-right .topbar-sep,
  .topbar-right .mono-cyan {
    display: none;
  }

  .hero {
    padding-top: 150px;
  }

  .hero-title {
    font-size: clamp(3.2rem, 16vw, 5.5rem);
  }

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

  .stat {
    padding: 1.2rem 1rem 0.2rem;
  }

  .stat:nth-child(odd) {
    border-left: none;
    padding-left: 0;
  }

  .scroll-hint {
    display: none;
  }

  .marquee {
    transform: rotate(-1.2deg) scale(1.06);
  }

  .marquee-group span {
    font-size: 1.15rem;
  }

  .marquee .sep {
    margin-inline: 1.4rem;
  }

  .problem {
    grid-template-columns: 56px 1fr;
  }

  .p-answer {
    grid-column: 2;
    white-space: normal;
    opacity: 0.8;
    margin-top: 0.5rem;
  }

  .timeline::before {
    left: 18px;
  }

  .sector-row,
  .sector-row-right {
    grid-template-columns: 38px 1fr;
  }

  .sector-row .sector,
  .sector-row-right .sector {
    grid-column: 2;
    text-align: left;
    padding: 1.5rem 1.3rem;
  }

  .sector-row .sector-meta {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .sector-row .sector-text {
    margin-left: 0;
  }

  .sector-row .sector::before,
  .sector-row-right .sector::before {
    right: 1rem;
    left: auto;
  }

  .sector-row .node,
  .sector-row-right .node {
    grid-column: 1;
    justify-self: center;
  }

  .vs {
    grid-template-columns: 22px 1fr;
    row-gap: 0.4rem;
  }

  .vs-arrow {
    display: none;
  }

  .vs-pos {
    grid-column: 2;
  }

  .cta-actions .btn {
    width: 100%;
    justify-content: center;
  }

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

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 0.6rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  html.js .reveal { opacity: 1; transform: none; transition: none; }
  html.js .track-draw,
  html.js .fig-line { stroke-dasharray: none; stroke-dashoffset: 0; transition: none; }
  .marquee-track { animation: none; }
  .dot, .status-dot, .panel-dot, .scroll-line { display: none; }
  .light { background: #2A3145; }
  * { transition-duration: 0.01s !important; animation-duration: 0.01s !important; }
}

/* --- TUNNEL CMS: native mobile navigation + pages légales IALEMANS --- */
.mobile-menu { display: none; position: relative; }
.mobile-menu-summary {
  list-style: none;
  width: 46px;
  height: 42px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 10px;
  cursor: pointer;
}
.mobile-menu-summary::-webkit-details-marker { display: none; }
.mobile-menu-summary span { display: block; width: 26px; height: 2px; background: var(--white); transition: transform .25s ease; }
.mobile-menu[open] .mobile-menu-summary span:first-child { transform: translateY(4px) rotate(45deg); }
.mobile-menu[open] .mobile-menu-summary span:last-child { transform: translateY(-4px) rotate(-45deg); }
.mobile-nav {
  position: fixed;
  top: 68px;
  left: 0;
  right: 0;
  z-index: 70;
  display: flex;
  flex-direction: column;
  padding: .6rem 4%;
  background: rgba(4,6,12,.98);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 16px 40px rgba(0,0,0,.32);
}
.mobile-nav .nav-link { padding-block: .9rem; border-bottom: 1px solid var(--line); }
.footer-legal-links { display: inline-flex; gap: .45rem; align-items: center; }
.footer-legal-links a:hover { color: var(--cyan); }

.legal-page { min-height: 100vh; background: var(--night); }
.legal-page .header { background: rgba(4,6,12,.86); backdrop-filter: blur(18px); }

.legal-hero {
  position: relative;
  overflow: hidden;
  padding: 150px 0 78px;
  border-bottom: 1px solid rgba(34,225,255,.18);
  background:
    radial-gradient(circle at 82% 18%, rgba(34,225,255,.15), transparent 31%),
    radial-gradient(circle at 12% 105%, rgba(255,46,77,.08), transparent 28%),
    linear-gradient(180deg, #060914 0%, var(--night) 100%);
}
.legal-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .38;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}
.legal-hero::after {
  content: "";
  position: absolute;
  right: -12vw;
  top: 34%;
  width: 62vw;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(34,225,255,.8), rgba(244,246,250,.9), transparent);
  transform: rotate(-8deg);
  box-shadow: 0 0 24px rgba(34,225,255,.6);
  pointer-events: none;
}
.legal-hero-privacy::after { background: linear-gradient(90deg, transparent, rgba(255,200,56,.65), rgba(34,225,255,.85), transparent); }
.legal-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.25fr) minmax(290px,.55fr); gap: clamp(3rem,7vw,7rem); align-items: end; }
.legal-hero-main { min-width: 0; }
.legal-kicker { color: var(--cyan); font-family: var(--font-mono); font-size: .72rem; letter-spacing: .26em; text-transform: uppercase; margin-bottom: 1.1rem; }
.legal-title { max-width: 980px; font-size: clamp(3.1rem,8.7vw,8.1rem); line-height: .84; text-transform: uppercase; letter-spacing: -.055em; }
.legal-title span { color: transparent; -webkit-text-stroke: 1px rgba(34,225,255,.86); text-shadow: 0 0 34px rgba(34,225,255,.08); }
.legal-intro { max-width: 62ch; margin-top: 1.65rem; color: #C3CCDC; font-size: clamp(1rem,1.35vw,1.2rem); }
.legal-back { display: inline-flex; margin-top: 2.15rem; color: var(--white); font-family: var(--font-mono); font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; border-bottom: 1px solid rgba(34,225,255,.5); padding-bottom: .3rem; }
.legal-back:hover { color: var(--cyan); }

.legal-stamp {
  position: relative;
  padding: 1.35rem;
  border: 1px solid rgba(34,225,255,.23);
  background: linear-gradient(145deg, rgba(16,20,29,.86), rgba(4,6,12,.72));
  box-shadow: 0 24px 70px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,.04);
}
.legal-stamp::before { content: ""; position: absolute; left: -1px; top: -1px; width: 42%; height: 2px; background: var(--cyan); box-shadow: 0 0 18px rgba(34,225,255,.5); }
.legal-stamp-label { margin-bottom: 1.1rem; color: var(--cyan); font-family: var(--font-mono); font-size: .68rem; letter-spacing: .2em; }
.legal-stamp-row { display: grid; grid-template-columns: minmax(92px,.7fr) 1.3fr; gap: .7rem; padding: .74rem 0; border-top: 1px solid var(--line); }
.legal-stamp-row span { color: var(--grey-dim); font-family: var(--font-mono); font-size: .64rem; letter-spacing: .11em; }
.legal-stamp-row strong { color: var(--white); font-size: .9rem; line-height: 1.3; }
.legal-stamp-row .legal-ok { color: var(--cyan); }

.legal-content {
  position: relative;
  padding: 84px 0 120px;
  background:
    radial-gradient(circle at 0 25%, rgba(34,225,255,.04), transparent 26%),
    linear-gradient(180deg, var(--night), #050811 55%, var(--night));
}
.legal-layout { display: grid; grid-template-columns: minmax(210px,.32fr) minmax(0,1fr); gap: clamp(2.5rem,6vw,6.5rem); align-items: start; }
.legal-index {
  position: sticky;
  top: 112px;
  display: grid;
  padding: 1rem 0;
  border-top: 1px solid rgba(34,225,255,.45);
  border-bottom: 1px solid var(--line);
}
.legal-index-title { color: var(--cyan); font-family: var(--font-mono); font-size: .66rem; letter-spacing: .2em; padding: .2rem 0 1rem; }
.legal-index a { display: grid; grid-template-columns: 30px 1fr; gap: .7rem; padding: .7rem 0; color: #9CA8BC; font-size: .88rem; border-top: 1px solid rgba(255,255,255,.045); }
.legal-index a span { color: var(--grey-dim); font-family: var(--font-mono); font-size: .64rem; }
.legal-index a:hover { color: var(--white); transform: translateX(4px); }
.legal-index a:hover span { color: var(--cyan); }

.legal-stack { display: grid; gap: 1rem; min-width: 0; }
.legal-section {
  position: relative;
  overflow: hidden;
  scroll-margin-top: 110px;
  padding: clamp(1.45rem,3vw,2.25rem);
  border: 1px solid rgba(244,246,250,.085);
  background: linear-gradient(145deg, rgba(16,20,29,.86), rgba(8,11,19,.72));
  box-shadow: 0 18px 50px rgba(0,0,0,.14);
}
.legal-section::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 2px; background: var(--cyan); opacity: .85; box-shadow: 0 0 14px rgba(34,225,255,.35); }
.legal-section:nth-child(3n+2)::before { background: var(--red); box-shadow: 0 0 14px rgba(255,46,77,.28); }
.legal-section:nth-child(3n)::before { background: var(--yellow); box-shadow: 0 0 14px rgba(255,200,56,.22); }
.legal-section:hover { border-color: rgba(34,225,255,.18); transform: translateY(-2px); }
.legal-section-head { display: flex; align-items: baseline; gap: 1rem; flex-wrap: wrap; margin-bottom: 1rem; }
.legal-number { color: var(--cyan); font-family: var(--font-mono); font-size: .68rem; letter-spacing: .13em; }
.legal-section:nth-child(3n+2) .legal-number { color: var(--red); }
.legal-section:nth-child(3n) .legal-number { color: var(--yellow); }
.legal-section h2 { flex: 1 1 auto; font-size: clamp(1.45rem,3.2vw,2.15rem); line-height: 1.05; letter-spacing: -.02em; }
.legal-section p, .legal-section li { color: #B9C3D4; max-width: 74ch; }
.legal-section p + p { margin-top: .75rem; }
.legal-section ul { display: grid; gap: .55rem; }
.legal-section a { color: var(--cyan); text-decoration: underline; text-underline-offset: 4px; text-decoration-color: rgba(34,225,255,.45); }
.legal-section a:hover { color: var(--white); }
.legal-facts { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .65rem; margin-top: 1.4rem; }
.legal-facts.compact { grid-template-columns: 1fr; }
.legal-facts p { display: grid; gap: .2rem; padding: .8rem .9rem; border: 1px solid rgba(255,255,255,.06); background: rgba(4,6,12,.38); }
.legal-facts p span { color: var(--grey-dim); font-family: var(--font-mono); font-size: .62rem; letter-spacing: .12em; }
.legal-status { flex: 0 0 auto; padding: .28rem .52rem; color: var(--red); border: 1px solid rgba(255,46,77,.4); background: rgba(255,46,77,.07); font-family: var(--font-mono); font-size: .58rem; letter-spacing: .12em; }
.legal-status-yellow { color: var(--yellow); border-color: rgba(255,200,56,.38); background: rgba(255,200,56,.07); }
.legal-status-ok { color: var(--cyan); border-color: rgba(34,225,255,.38); background: rgba(34,225,255,.07); }
.legal-section-highlight { border-color: rgba(34,225,255,.22); background: linear-gradient(145deg, rgba(17,31,38,.8), rgba(8,11,19,.78)); }
.legal-update { margin-top: 1.25rem; color: var(--grey-dim); font-family: var(--font-mono); font-size: .68rem; letter-spacing: .13em; }

@media (max-width: 1023px) {
  .mobile-menu { display: block; }
  .footer-bottom { gap: 1rem; flex-wrap: wrap; }
  .legal-hero-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .legal-stamp { max-width: 620px; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-index { position: static; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 1rem; }
  .legal-index-title { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .legal-hero { padding: 120px 0 56px; }
  .legal-title { font-size: clamp(3rem,17vw,5rem); }
  .legal-content { padding: 48px 0 82px; }
  .legal-index { grid-template-columns: 1fr; }
  .legal-facts { grid-template-columns: 1fr; }
  .legal-section { padding: 1.25rem 1.15rem 1.35rem; }
  .legal-stamp-row { grid-template-columns: 92px 1fr; }
  .footer-legal-links { width: 100%; justify-content: center; }
}



/* ===== IALEMANS BLOG ARTICLE BODY ===== */
.ia-blog-body {
  width: min(820px, 92%);
  margin-inline: auto;
  padding-block: clamp(36px, 6vw, 72px) clamp(72px, 10vw, 120px);
  color: var(--white);
}

.ia-blog-body > * + * {
  margin-top: 1.25rem;
}

.ia-blog-body p,
.ia-blog-body li {
  color: #C7D0E2;
  font-family: var(--font-display);
  font-size: clamp(1.02rem, 1.4vw, 1.12rem);
  line-height: 1.82;
}

.ia-blog-body h2 {
  margin-top: clamp(3.6rem, 7vw, 5.5rem);
  margin-bottom: 1.2rem;
  color: var(--white);
  font-size: clamp(1.65rem, 3vw, 2.5rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.ia-blog-body h3 {
  margin-top: 2.6rem;
  color: var(--white);
  font-size: clamp(1.25rem, 2.2vw, 1.7rem);
  line-height: 1.2;
}

.ia-blog-body strong {
  color: var(--white);
  font-weight: 800;
}

.ia-blog-body a {
  color: var(--cyan);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

.ia-blog-body a:hover {
  text-decoration-thickness: 2px;
}

.ia-blog-body ul,
.ia-blog-body ol {
  margin: 1.4rem 0 1.8rem 1.2rem;
  padding-left: 1.2rem;
}

.ia-blog-body ul {
  list-style: square;
}

.ia-blog-body ol {
  list-style: decimal;
}

.ia-blog-body li + li {
  margin-top: 0.6rem;
}

.ia-blog-lead {
  position: relative;
  margin: 0 0 clamp(2.4rem, 5vw, 4rem);
  padding: clamp(1.35rem, 3vw, 2rem) clamp(1.4rem, 3.5vw, 2.4rem);
  border: 1px solid rgba(34, 225, 255, 0.22);
  border-left: 3px solid var(--cyan);
  background: linear-gradient(135deg, rgba(34, 225, 255, 0.08), rgba(34, 225, 255, 0.02));
}

.ia-blog-lead p {
  color: var(--white);
  font-size: clamp(1.08rem, 1.7vw, 1.24rem);
  line-height: 1.65;
}

.ia-blog-sources-title {
  padding-top: 2rem;
  border-top: 1px solid var(--line);
  font-family: var(--font-mono);
  font-size: clamp(1.15rem, 2vw, 1.4rem) !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--cyan) !important;
}

.ia-blog-sources {
  font-family: var(--font-mono);
  font-size: 0.92rem !important;
}

@media (max-width: 640px) {
  .ia-blog-body {
    width: min(100% - 2rem, 820px);
    padding-top: 2rem;
  }

  .ia-blog-body h2 {
    margin-top: 3.2rem;
  }

  .ia-blog-lead {
    margin-inline: -0.25rem;
  }
}
