:root {
  color-scheme: dark;

  /* Mirrored from /design-system/design-tokens.ts. Static HTML cannot import TS directly. */
  --font-sans: Geist, Inter, "Helvetica Neue", "Suisse Int'l", "Neue Haas Grotesk", sans-serif;
  --font-mono: "Geist Mono", "IBM Plex Mono", "Roboto Mono", monospace;
  --font-wordmark: Michroma, Orbitron, Audiowide, "Geist Mono", monospace;

  --color-bg-page: #071238;
  --color-bg-base: #081641;
  --color-bg-deep: #050b28;
  --color-bg-section: #071238;
  --color-bg-section-soft: rgba(8, 18, 56, 0.82);
  --color-bg-transparent: rgba(7, 18, 56, 0);
  --hero-bg-top-blue: rgba(19, 44, 106, 0.46);
  --hero-bg-side-blue: rgba(39, 86, 174, 0.2);
  --hero-bg-horizon-blue: rgba(55, 105, 206, 0.18);
  --hero-vignette-blue: rgba(6, 15, 48, 0.58);
  --hero-vignette-blue-soft: rgba(7, 18, 56, 0.26);
  --color-text-primary: #f7f9ff;
  --color-text-secondary: rgba(255, 255, 255, 0.62);
  --color-text-inverse: #12182a;
  --color-blue-primary: #5a9bff;
  --color-blue-line: rgba(96, 160, 255, 0.85);
  --color-border-weak: rgba(105, 145, 255, 0.22);
  --color-white: #ffffff;

  --layout-page-padding-desktop: 52px;
  --layout-page-padding-mobile: 20px;
  --layout-header-top: 24px;
  --layout-ambient-z-index: 0;
  --layout-page-z-index: 1;
  --layout-header-mask-z-index: 80;
  --layout-header-z-index: 90;
  --layout-hero-title-top-desktop: 36vh;
  --layout-hero-title-top-mobile: 30vh;
  --layout-hero-title-width-desktop: 76vw; /* approximation from token */
  --layout-section-min-height-hero: 100vh;
  --layout-section-min-height-mission: 90vh;
  --layout-max-title: 1400px;
  --layout-max-section-title: 1280px;

  --typography-hero-size: clamp(86px, 7.15vw, 146px);
  --typography-hero-mobile-size: clamp(48px, 13vw, 72px);
  --typography-hero-line-height: 1.04;
  --typography-hero-weight: 300;
  --typography-section-title-size: clamp(48px, 4.6vw, 78px);
  --typography-section-title-line-height: 1.15;
  --typography-section-title-weight: 300;
  --typography-mission-title-size: clamp(52px, 4.2vw, 78px);
  --typography-mission-title-line-height: 1.16;
  --typography-ui-size: 15px;
  --typography-ui-line-height: 1;
  --typography-ui-letter-spacing: 0.02em;

  --radius-button: 6px;
  --border-hairline: 1px solid rgba(105, 145, 255, 0.22);
  --border-divider: 1px solid rgba(96, 160, 255, 0.85);

  --glow-hero-outer:
    radial-gradient(ellipse at 50% 50%, rgba(92, 154, 248, 0.72) 0%, rgba(60, 120, 232, 0.52) 28%, rgba(34, 78, 178, 0.34) 56%, var(--color-bg-transparent) 82%),
    radial-gradient(ellipse at 82% 47%, rgba(102, 164, 255, 0.44) 0%, rgba(48, 104, 218, 0.28) 38%, var(--color-bg-transparent) 74%),
    radial-gradient(ellipse at 17% 52%, rgba(84, 144, 238, 0.34) 0%, rgba(38, 82, 190, 0.22) 40%, var(--color-bg-transparent) 76%);
  --glow-hero-core:
    linear-gradient(90deg, var(--color-bg-transparent) 0%, rgba(160, 200, 255, 0.1) 20%, rgba(220, 238, 255, 0.34) 44%, rgba(240, 248, 255, 0.5) 50%, rgba(184, 216, 255, 0.22) 62%, var(--color-bg-transparent) 100%),
    radial-gradient(ellipse at 50% 50%, rgba(236, 247, 255, 0.76) 0%, rgba(206, 228, 255, 0.58) 12%, rgba(142, 188, 252, 0.34) 28%, rgba(74, 136, 232, 0.18) 48%, rgba(28, 70, 168, 0.06) 64%, var(--color-bg-transparent) 78%);
  --glow-lower-mist:
    radial-gradient(ellipse at 50% 50%, rgba(140, 166, 205, 0.11) 0%, rgba(82, 120, 182, 0.07) 34%, rgba(40, 84, 162, 0.04) 54%, var(--color-bg-transparent) 76%);
  --glow-section-radial: radial-gradient(ellipse at center, rgba(83, 145, 235, 0.3) 0%, var(--color-bg-transparent) 64%);
  --section-base-background: var(--color-bg-section);
  --hero-to-section-transition:
    linear-gradient(180deg, rgba(7, 18, 56, 0) 0%, rgba(7, 18, 56, 0.28) 38%, rgba(7, 18, 56, 0.68) 72%, var(--section-base-background) 100%);
  --mission-top-carry:
    linear-gradient(180deg, var(--section-base-background) 0%, rgba(7, 18, 56, 0) 42%);
  --mission-transition-overlay:
    linear-gradient(180deg, rgba(7, 18, 56, 0) 0%, rgba(8, 20, 62, 0) 42%, rgba(9, 22, 66, 0.08) 100%);
  --section-transition-overlay:
    linear-gradient(180deg, rgba(9, 22, 66, 0.08) 0%, rgba(8, 20, 62, 0) 30%, rgba(8, 20, 62, 0) 70%, rgba(9, 22, 66, 0.08) 100%);
  --section-transition-mask:
    linear-gradient(180deg, rgba(7, 18, 56, 0.04) 0%, rgba(7, 18, 56, 0) 30%, rgba(7, 18, 56, 0) 70%, rgba(7, 18, 56, 0.04) 100%);
  --header-mask-gradient:
    linear-gradient(
      180deg,
      rgba(1, 4, 20, 0.99) 0%,
      rgba(1, 4, 20, 0.94) 28%,
      rgba(1, 4, 20, 0.68) 56%,
      rgba(1, 4, 20, 0.3) 79%,
      rgba(1, 4, 20, 0) 100%
    );
  --glow-vignette:
    linear-gradient(180deg, var(--hero-vignette-blue) 0%, rgba(6, 16, 52, 0.64) 12%, rgba(7, 18, 56, 0.14) 29%, rgba(7, 18, 56, 0.02) 44%, rgba(7, 18, 56, 0.03) 62%, rgba(6, 16, 52, 0.18) 76%, rgba(7, 18, 56, 0.12) 89%, rgba(7, 18, 56, 0.04) 100%),
    radial-gradient(ellipse at center, var(--color-bg-transparent) 48%, var(--hero-vignette-blue-soft) 72%, rgba(7, 18, 56, 0.42) 100%);

  --motion-ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --motion-duration-fast: 240ms;
  --motion-duration-normal: 900ms;
  --motion-duration-slow: 1400ms;
}

@property --hero-title-enter-blue-mix {
  syntax: "<number>";
  inherits: false;
  initial-value: 0;
}

@property --hero-title-enter-blue-alpha-primary {
  syntax: "<number>";
  inherits: false;
  initial-value: 0.98;
}

@property --hero-title-enter-blue-alpha-secondary {
  syntax: "<number>";
  inherits: false;
  initial-value: 0.98;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--color-text-primary);
  background:
    radial-gradient(ellipse at 50% 0%, rgba(28, 62, 128, 0.22), rgba(7, 18, 56, 0) 46%) fixed,
    linear-gradient(180deg, var(--color-bg-base) 0%, var(--color-bg-page) 44%, var(--color-bg-deep) 100%) fixed,
    var(--color-bg-page);
  font-family: var(--font-sans);
}

body::before {
  content: none;
}

.header-gradient-mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: var(--layout-header-mask-z-index);
  height: 220px;
  content: "";
  background: var(--header-mask-gradient);
  pointer-events: none;
}

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

.site-header {
  position: fixed;
  top: var(--layout-header-top);
  left: var(--layout-page-padding-desktop);
  right: var(--layout-page-padding-desktop);
  z-index: var(--layout-header-z-index);
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.site-header a {
  pointer-events: auto;
}

.site-header__about {
  justify-self: start;
  color: rgba(248, 250, 255, 0.82);
  font-family: var(--font-mono);
  font-size: var(--typography-ui-size);
  font-weight: 500;
  line-height: var(--typography-ui-line-height);
  letter-spacing: var(--typography-ui-letter-spacing);
  opacity: 0.82;
  transition:
    opacity var(--motion-duration-fast) var(--motion-ease-out-expo),
    transform var(--motion-duration-fast) var(--motion-ease-out-expo);
}

.site-header__about:hover,
.site-header__about:focus-visible {
  opacity: 1;
  transform: translateX(4px);
}

.site-header__logo {
  position: absolute;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(256px, 22vw, 338px);
  min-height: 22px;
  transform: translateX(-50%);
}

.site-header__logo-mark {
  display: block;
  width: 100%;
  height: auto;
  color: var(--color-white);
  filter: drop-shadow(0 0 5px rgba(176, 211, 255, 0.16));
  opacity: 0.98;
  overflow: visible;
  transform: scaleY(1.16);
  transform-origin: center;
}

.site-header__cta {
  justify-self: end;
  margin-left: auto;
  display: inline-flex;
  height: 44px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid rgba(91, 168, 255, 0.68);
  border-radius: var(--radius-button);
  padding: 0 17px 0 15px;
  color: rgba(250, 253, 255, 0.96);
  background:
    linear-gradient(180deg, rgba(10, 23, 54, 0.88) 0%, rgba(3, 9, 28, 0.94) 100%),
    rgba(3, 8, 32, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    inset 0 0 14px rgba(68, 139, 255, 0.08),
    0 0 0 1px rgba(42, 102, 218, 0.1),
    0 0 18px rgba(70, 142, 255, 0.16);
  font-family: var(--font-mono);
  font-size: var(--typography-ui-size);
  font-weight: 500;
  line-height: var(--typography-ui-line-height);
  letter-spacing: var(--typography-ui-letter-spacing);
  text-shadow: 0 0 10px rgba(174, 211, 255, 0.16);
  transition:
    background-color var(--motion-duration-fast) var(--motion-ease-out-expo),
    border-color var(--motion-duration-fast) var(--motion-ease-out-expo),
    box-shadow var(--motion-duration-fast) var(--motion-ease-out-expo),
    color var(--motion-duration-fast) var(--motion-ease-out-expo),
    transform var(--motion-duration-fast) var(--motion-ease-out-expo),
    opacity var(--motion-duration-fast) var(--motion-ease-out-expo);
}

.site-header__cta-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  color: var(--color-white);
  filter: drop-shadow(0 0 7px rgba(125, 185, 255, 0.24));
}

.site-header__cta:hover,
.site-header__cta:focus-visible {
  border-color: rgba(120, 190, 255, 0.92);
  color: var(--color-white);
  background-color: rgba(14, 32, 70, 0.96);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 0 18px rgba(85, 159, 255, 0.12),
    0 0 0 1px rgba(78, 142, 255, 0.16),
    0 0 24px rgba(78, 150, 255, 0.24);
  opacity: 1;
  transform: translateY(-1px);
}

.site-header__cta:focus-visible {
  outline: 2px solid rgba(160, 210, 255, 0.82);
  outline-offset: 4px;
}

.site-header__cta:active {
  border-color: rgba(82, 150, 240, 0.72);
  background-color: rgba(5, 14, 36, 0.98);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    inset 0 0 12px rgba(56, 128, 240, 0.08),
    0 0 12px rgba(58, 126, 238, 0.14);
  transform: translateY(0);
}

.hero-shell {
  position: relative;
  z-index: var(--layout-page-z-index);
  background: var(--section-base-background);
}

.hero {
  position: relative;
  min-height: var(--layout-section-min-height-hero);
  overflow: clip;
  isolation: isolate;
  background:
    radial-gradient(ellipse at 50% 0%, var(--hero-bg-top-blue) 0%, rgba(10, 26, 72, 0.24) 34%, var(--color-bg-transparent) 72%),
    radial-gradient(ellipse at 0% 46%, var(--hero-bg-side-blue) 0%, rgba(24, 58, 130, 0.08) 32%, var(--color-bg-transparent) 58%),
    radial-gradient(ellipse at 100% 48%, var(--hero-bg-side-blue) 0%, rgba(24, 58, 130, 0.08) 32%, var(--color-bg-transparent) 58%),
    radial-gradient(ellipse at 50% 72%, var(--hero-bg-horizon-blue) 0%, var(--color-bg-transparent) 58%),
    linear-gradient(180deg, var(--color-bg-base) 0%, var(--color-bg-page) 46%, var(--color-bg-section) 100%),
    var(--color-bg-page);
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  z-index: 6;
  height: clamp(220px, 26vh, 320px);
  content: "";
  background: var(--hero-to-section-transition);
  pointer-events: none;
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero__glow {
  position: absolute;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.hero__glow--outer {
  top: 51%;
  left: 50%;
  z-index: 1;
  width: 160vw;
  height: 50vh;
  opacity: 0.84;
  background: var(--glow-hero-outer);
  filter: blur(36px);
  mix-blend-mode: screen;
  animation: heroOuterGlowIn var(--motion-duration-slow) var(--motion-ease-out-expo) both;
}

.hero__glow--core {
  top: 56%;
  left: 50%;
  z-index: 2;
  width: 140vw;
  height: 24vh;
  opacity: 0.78;
  background: var(--glow-hero-core);
  filter: blur(40px);
  mix-blend-mode: screen;
  animation: heroGlowIn var(--motion-duration-slow) var(--motion-ease-out-expo) both;
}

.hero__glow--lower-mist {
  top: 69%;
  left: 50%;
  z-index: 3;
  width: 140vw;
  height: 30vh;
  opacity: 0.34;
  background: var(--glow-lower-mist);
  filter: blur(58px);
  mix-blend-mode: screen;
}

.hero__glow--vignette {
  inset: 0;
  z-index: 4;
  opacity: 1;
  background: var(--glow-vignette);
  transform: none;
}

.mission-section,
.problem-section,
.solution-section,
.value-cards-section,
.artifacts-section,
.advisory-section,
.cta-section {
  isolation: isolate;
  background: var(--section-base-background);
}

.mission-section::after,
.problem-section::after,
.solution-section::after,
.value-cards-section::after,
.artifacts-section::after,
.advisory-section::after,
.cta-section::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background: var(--section-transition-overlay);
  pointer-events: none;
}

.mission-section {
  position: relative;
  margin-top: -2px;
  min-height: 88vh;
  overflow: hidden;
  background:
    var(--mission-top-carry),
    var(--section-base-background);
}

.mission-section::before {
  position: absolute;
  top: 46%;
  left: 50%;
  width: 104vw;
  height: 40vh;
  content: "";
  background: var(--glow-section-radial);
  filter: blur(96px);
  opacity: 0.21; /* approximation: weaker than Hero glow */
  transform: translate(-50%, -50%);
}

.mission-section::after {
  background: var(--mission-transition-overlay);
}

.mission-section__inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 88vh;
  flex-direction: column;
  align-items: center;
  padding: clamp(104px, 12vh, 136px) var(--layout-page-padding-desktop) 72px;
  text-align: center;
}

.mission-section__label,
.problem-section__label {
  display: inline-flex;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(105, 145, 255, 0.45);
  border-radius: 4px;
  padding: 0 18px;
  color: var(--color-blue-primary);
  background: rgba(5, 10, 30, 0.35);
  font-family: var(--font-mono);
  font-size: var(--typography-ui-size);
  font-weight: 400;
  line-height: var(--typography-ui-line-height);
  letter-spacing: var(--typography-ui-letter-spacing);
}

.mission-section__line {
  width: 1px;
  height: 42px;
  margin-top: 34px;
  background: rgba(96, 160, 255, 0.55);
  transform-origin: top;
}

.mission-section__title {
  max-width: min(1240px, calc(100vw - (var(--layout-page-padding-desktop) * 2)));
  margin: 80px auto 0;
  color: rgba(248, 250, 255, 0.96);
  font-family: var(--font-sans);
  font-size: var(--typography-mission-title-size);
  font-weight: var(--typography-section-title-weight);
  line-height: var(--typography-mission-title-line-height);
  letter-spacing: -0.02em;
  text-align: center;
  text-align-last: auto;
  text-justify: none;
  white-space: normal;
  overflow-wrap: normal;
  font-feature-settings: normal;
  font-kerning: normal;
  text-rendering: auto;
  word-break: normal;
  word-spacing: normal;
}

.mission-section__title > span {
  display: block;
  letter-spacing: inherit;
  text-align: center;
  white-space: nowrap;
  word-spacing: normal;
}

.problem-section {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.problem-section::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background:
    radial-gradient(ellipse at 50% 62%, rgba(83, 145, 235, 0.03) 0%, var(--color-bg-transparent) 60%);
  pointer-events: none;
}

.problem-section__inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  align-items: center;
  padding: clamp(72px, 9vh, 108px) var(--layout-page-padding-desktop) 156px;
  text-align: center;
}

.problem-section__line {
  width: 1px;
  height: 42px;
  margin-top: 34px;
  background: rgba(96, 160, 255, 0.55);
  transform-origin: top;
}

.problem-section__title {
  max-width: var(--layout-max-section-title);
  margin: 84px 0 0;
  color: rgba(248, 250, 255, 0.95);
  font-family: var(--font-sans);
  font-size: clamp(46px, 3.8vw, 68px);
  font-weight: var(--typography-section-title-weight);
  line-height: 1.14;
  letter-spacing: -0.02em;
}

.problem-section__cards {
  position: relative;
  display: grid;
  width: min(1720px, calc(100vw - (var(--layout-page-padding-desktop) * 2)));
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin: clamp(100px, 11vh, 132px) auto 0;
}

.problem-card {
  position: relative;
  min-height: 478px;
  overflow: hidden;
  border: 1px solid rgba(105, 145, 255, 0.42);
  border-radius: 16px;
  padding: 42px 44px;
  background:
    linear-gradient(180deg, rgba(24, 32, 74, 0.72), rgba(6, 10, 32, 0.76)),
    rgba(6, 10, 32, 0.76);
  box-shadow:
    inset 0 -78px 118px rgba(86, 148, 255, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  text-align: left;
}

.problem-card::before {
  position: absolute;
  inset: auto -10% -18% 18%;
  height: 66%;
  content: "";
  background: radial-gradient(ellipse at center, rgba(92, 150, 255, 0.28), rgba(3, 8, 32, 0) 72%);
  filter: blur(48px);
  opacity: 0.7;
}

.problem-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(90deg, rgba(90, 155, 255, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(90, 155, 255, 0.055) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.2;
  pointer-events: none;
}

.problem-card__content {
  position: relative;
  z-index: 2;
  max-width: 470px;
}

.problem-card__icon {
  width: 34px;
  height: 34px;
  color: var(--color-blue-primary);
  filter: drop-shadow(0 0 10px rgba(90, 155, 255, 0.32));
}

.problem-card h3 {
  margin: 34px 0 28px;
  color: var(--color-blue-primary);
  font-family: var(--font-sans);
  font-size: clamp(28px, 1.82vw, 36px);
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.problem-card p {
  margin: 0;
  color: rgba(248, 250, 255, 0.92);
  font-family: var(--font-sans);
  font-size: clamp(18px, 1.05vw, 21px);
  font-weight: 600;
  line-height: 1.42;
}

.problem-card__matrix {
  position: absolute;
  right: -8%;
  bottom: -4%;
  z-index: 1;
  display: grid;
  width: 64%;
  min-height: 92%;
  align-content: center;
  gap: 9px;
  color: rgba(90, 155, 255, 0.46);
  font-family: var(--font-mono);
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1;
  opacity: 0.84;
  text-shadow: 0 0 18px rgba(90, 155, 255, 0.42);
  transform: skewX(-8deg);
}

.problem-card__matrix::before {
  position: absolute;
  inset: 10% 10% 2% -4%;
  content: "";
  background: radial-gradient(ellipse at center, rgba(100, 160, 255, 0.5), rgba(40, 80, 170, 0.2) 38%, rgba(3, 8, 32, 0) 70%);
  filter: blur(30px);
  opacity: 0.78;
}

.problem-card__matrix span {
  position: relative;
  display: block;
}

.problem-card__matrix span:nth-child(odd) {
  opacity: 0.32;
}

.problem-card__matrix span:nth-child(3n + 2) {
  color: rgba(125, 178, 255, 0.72);
  opacity: 0.86;
}

.problem-card__matrix span:nth-child(4n) {
  transform: translateX(34px);
}

.problem-card__pills {
  position: absolute;
  right: 24px;
  top: 54px;
  z-index: 2;
  width: 54%;
  height: calc(100% - 88px);
}

.problem-card__pills span {
  position: absolute;
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  border: 1px solid rgba(105, 165, 255, 0.58);
  border-radius: 999px;
  padding: 0 22px;
  color: rgba(248, 250, 255, 0.86);
  background: rgba(10, 18, 54, 0.78);
  box-shadow:
    inset 0 0 22px rgba(90, 155, 255, 0.18),
    0 0 18px rgba(90, 155, 255, 0.2);
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.problem-card__pills span:nth-child(1) {
  top: 4%;
  right: 15%;
  opacity: 0.42;
  transform: scale(0.92);
}

.problem-card__pills span:nth-child(2) {
  top: 18%;
  right: 24%;
  z-index: 3;
}

.problem-card__pills span:nth-child(3) {
  top: 33%;
  right: 0;
  opacity: 0.7;
}

.problem-card__pills span:nth-child(4) {
  top: 50%;
  right: 38%;
  z-index: 2;
}

.problem-card__pills span:nth-child(5) {
  top: 62%;
  right: 12%;
  z-index: 4;
}

.problem-card__pills span:nth-child(6) {
  top: 77%;
  right: 0;
  z-index: 3;
}

.problem-card__pills span:nth-child(7) {
  top: 78%;
  right: 47%;
  opacity: 0.52;
  transform: scale(0.94);
}

.problem-card__pills span:nth-child(8) {
  top: 92%;
  right: 22%;
  opacity: 0.38;
  transform: scale(0.9);
}

.hero__title {
  --hero-title-clip-padding: 0.18em;
  position: absolute;
  top: calc(var(--layout-hero-title-top-desktop) - 40px);
  left: 50%;
  z-index: 1;
  display: block;
  width: min(var(--layout-hero-title-width-desktop), var(--layout-max-title));
  max-width: var(--layout-max-title);
  min-height: calc((2em * var(--typography-hero-line-height)) + (var(--hero-title-clip-padding) * 2));
  margin: 0;
  overflow: visible;
  color: rgba(248, 250, 255, 0.96);
  font-family: var(--font-sans);
  font-size: var(--typography-hero-size);
  font-weight: var(--typography-hero-weight);
  line-height: var(--typography-hero-line-height);
  letter-spacing: -0.03em;
  text-align: center;
  text-shadow: 0 0 28px rgba(180, 210, 255, 0.08);
  transform: translate(-50%, 0) scaleX(1.025);
  animation: heroTitleIn var(--motion-duration-normal) var(--motion-ease-out-expo) 120ms both;
}

.hero__title > span {
  display: block;
  overflow: visible;
  white-space: nowrap;
}

.hero-title__line {
  position: relative;
  min-height: calc(1em * var(--typography-hero-line-height));
  overflow: visible;
}

.hero-title__line::before {
  display: block;
  content: attr(data-hero-title-line);
  visibility: hidden;
}

.hero-title__text {
  position: absolute;
  inset: calc(-1 * var(--hero-title-clip-padding));
  display: block;
  box-sizing: border-box;
  padding-block: var(--hero-title-clip-padding);
  padding-inline: var(--hero-title-clip-padding);
  overflow: visible;
  text-align: center;
  white-space: inherit;
}

.hero-title__cursor {
  display: inline-block;
  width: 0.22em;
  margin-left: 0.05em;
  color: rgba(236, 247, 255, 0.92);
  font-weight: 200;
  opacity: 0.92;
  text-shadow: 0 0 10px rgba(160, 210, 255, 0.28);
  animation: heroTitleCursorBlink 650ms ease-in-out infinite;
  transition: opacity 360ms ease-in-out;
}

.hero-title.is-complete .hero-title__cursor {
  opacity: 0;
  animation-play-state: paused;
}

.hero-title.is-glowing .hero-title__cursor {
  visibility: hidden;
}

.hero-title.is-glow-entering .hero-title__text {
  --hero-title-enter-blue-mix: 0;
  --hero-title-enter-blue-alpha-primary: 0.98;
  --hero-title-enter-blue-alpha-secondary: 0.98;
  background: linear-gradient(
    90deg,
    rgba(248, 251, 255, 0.98) 0%,
    rgb(
      calc(248 - (128 * var(--hero-title-enter-blue-mix)))
      calc(251 - (81 * var(--hero-title-enter-blue-mix)))
      255 / var(--hero-title-enter-blue-alpha-primary)
    ) 28%,
    rgba(248, 251, 255, 0.98) 35%,
    rgba(232, 242, 255, 0.98) 50%,
    rgba(248, 251, 255, 0.98) 65%,
    rgb(
      calc(248 - (108 * var(--hero-title-enter-blue-mix)))
      calc(251 - (61 * var(--hero-title-enter-blue-mix)))
      255 / var(--hero-title-enter-blue-alpha-secondary)
    ) 72%,
    rgba(248, 251, 255, 0.98) 100%
  );
  background-size: 260% 100%;
  background-position: 0% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: heroTitleGlowEnter 1.2s ease-out forwards;
}

.hero-title.is-glowing {
  filter: none;
}

.hero-title.is-glowing .hero-title__text {
  background: linear-gradient(
    90deg,
    rgba(248, 251, 255, 0.96) 0%,
    rgba(120, 170, 255, 0.86) 28%,
    rgba(224, 238, 255, 0.98) 50%,
    rgba(140, 190, 255, 0.84) 72%,
    rgba(248, 251, 255, 0.96) 100%
  );
  background-size: 260% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation:
    heroTitleGradientShift 9s ease-in-out infinite alternate,
    heroTitleBreath 5.5s ease-in-out infinite;
}

.hero__topic {
  position: absolute;
  right: calc(var(--layout-page-padding-desktop) + 24px);
  bottom: 18.2vh; /* approximation from reference screenshot */
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 72px; /* approximation from reference screenshot */
  color: rgba(248, 250, 255, 0.78);
  font-family: var(--font-mono);
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: var(--typography-ui-letter-spacing);
  opacity: 0.72;
}

.hero__topic span:last-child {
  color: rgba(96, 160, 255, 0.52);
}

.hero__edge-line {
  position: absolute;
  right: var(--layout-page-padding-desktop);
  bottom: calc(18.2vh - 58px); /* approximation: aligns line center to topic group */
  z-index: 1;
  width: 1px;
  height: 116px; /* approximation from reference screenshot */
  background: rgba(96, 160, 255, 0.52);
  opacity: 1;
}

:focus-visible {
  outline: var(--border-divider);
  outline-offset: 4px;
}

@keyframes heroTitleIn {
  from {
    opacity: 0;
    transform: translate(-50%, 30px) scaleX(1.025);
  }

  to {
    opacity: 1;
    transform: translate(-50%, 0) scaleX(1.025);
  }
}

@keyframes heroGlowIn {
  from {
    opacity: 0.44;
    transform: translate(-50%, -50%) scale(1.04, 1.08);
  }

  to {
    opacity: 0.78;
    transform: translate(-50%, -50%) scale(1, 1);
  }
}

@keyframes heroTitleCursorBlink {
  0%,
  100% {
    opacity: 0.28;
  }

  48%,
  62% {
    opacity: 0.92;
  }
}

@keyframes heroTitleGradientShift {
  from {
    background-position: 0% 50%;
  }

  to {
    background-position: 100% 50%;
  }
}

@keyframes heroTitleGlowEnter {
  0% {
    --hero-title-enter-blue-mix: 0;
    --hero-title-enter-blue-alpha-primary: 0.98;
    --hero-title-enter-blue-alpha-secondary: 0.98;
    filter: drop-shadow(0 0 0 rgba(120, 170, 255, 0));
    opacity: 0.96;
  }

  25% {
    --hero-title-enter-blue-mix: 0;
    --hero-title-enter-blue-alpha-primary: 0.98;
    --hero-title-enter-blue-alpha-secondary: 0.98;
    filter: drop-shadow(0 0 3px rgba(180, 215, 255, 0.06));
    opacity: 0.98;
  }

  60% {
    --hero-title-enter-blue-mix: 0.32;
    --hero-title-enter-blue-alpha-primary: 0.95;
    --hero-title-enter-blue-alpha-secondary: 0.95;
    filter: drop-shadow(0 0 6px rgba(180, 215, 255, 0.12));
    opacity: 0.98;
  }

  100% {
    --hero-title-enter-blue-mix: 1;
    --hero-title-enter-blue-alpha-primary: 0.86;
    --hero-title-enter-blue-alpha-secondary: 0.84;
    filter: drop-shadow(0 0 10px rgba(120, 170, 255, 0.18));
    opacity: 1;
  }
}

@keyframes heroTitleBreath {
  0%,
  100% {
    text-shadow: 0 0 0 rgba(120, 170, 255, 0);
    opacity: 0.92;
  }

  50% {
    text-shadow: 0 0 14px rgba(120, 170, 255, 0.22);
    opacity: 1;
  }
}

@keyframes heroOuterGlowIn {
  from {
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(1.04, 1.08);
  }

  to {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1, 1);
  }
}

@supports (animation-timeline: view()) {
  .mission-section__label {
    animation: missionLabelReveal 800ms var(--motion-ease-out-expo) both;
    animation-range: entry 18% cover 36%;
    animation-timeline: view();
  }

  .mission-section__line {
    animation: missionLineReveal 800ms var(--motion-ease-out-expo) both;
    animation-range: entry 24% cover 42%;
    animation-timeline: view();
  }

  .mission-section__title {
    animation: missionTitleReveal var(--motion-duration-normal) var(--motion-ease-out-expo) both;
    animation-range: entry 28% cover 48%;
    animation-timeline: view();
  }

  .problem-section__label {
    animation: missionLabelReveal 800ms var(--motion-ease-out-expo) both;
    animation-range: entry 18% cover 36%;
    animation-timeline: view();
  }

  .problem-section__line {
    animation: missionLineReveal 800ms var(--motion-ease-out-expo) both;
    animation-range: entry 24% cover 42%;
    animation-timeline: view();
  }

  .problem-section__title {
    animation: missionTitleReveal var(--motion-duration-normal) var(--motion-ease-out-expo) both;
    animation-range: entry 28% cover 48%;
    animation-timeline: view();
  }
}

@keyframes missionLabelReveal {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes missionLineReveal {
  from {
    opacity: 0;
    transform: scaleY(0);
  }

  to {
    opacity: 1;
    transform: scaleY(1);
  }
}

@keyframes missionTitleReveal {
  from {
    opacity: 0;
    transform: translateY(32px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.solution-section {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(11, 27, 78, 0.18) 0%, rgba(7, 18, 56, 0) 24%),
    var(--section-base-background);
  padding: clamp(120px, 14vh, 160px) var(--layout-page-padding-desktop) clamp(112px, 12vh, 150px);
}

.solution-section::before,
.solution-section::after,
.solution-section__ambient {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.solution-section::before {
  background-image:
    linear-gradient(90deg, rgba(96, 160, 255, 0.04) 1px, transparent 1px),
    linear-gradient(0deg, rgba(96, 160, 255, 0.035) 1px, transparent 1px);
  background-size: 112px 112px;
  mask-image: radial-gradient(ellipse at center, #000 0%, #000 42%, transparent 74%);
  opacity: 0.34;
}

.solution-section::after {
  background: var(--section-transition-overlay);
}

.solution-section__ambient {
  z-index: 0;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(83, 145, 235, 0.045), var(--color-bg-transparent) 42%),
    radial-gradient(ellipse at 50% 64%, rgba(138, 184, 255, 0.11), rgba(68, 120, 220, 0.07) 26%, var(--color-bg-transparent) 60%),
    radial-gradient(ellipse at 21% 58%, rgba(76, 138, 238, 0.07), var(--color-bg-transparent) 38%),
    radial-gradient(ellipse at 79% 58%, rgba(76, 138, 238, 0.07), var(--color-bg-transparent) 38%);
  filter: blur(36px);
  opacity: 0.54;
}

.solution-section__copy {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.solution-section__title {
  max-width: 980px;
  margin: 0 auto;
  color: rgba(248, 250, 255, 0.96);
  font-family: var(--font-sans);
  font-size: clamp(40px, 3.35vw, 58px);
  font-weight: 300;
  line-height: 1.12;
  letter-spacing: 0;
  text-shadow: 0 0 30px rgba(190, 218, 255, 0.08);
}

.solution-section__title span {
  display: block;
}

.solution-section__subtitle {
  max-width: 780px;
  margin: 26px auto 0;
  color: rgba(232, 240, 255, 0.82);
  font-family: var(--font-sans);
  font-size: clamp(18px, 1.2vw, 23px);
  font-weight: 400;
  line-height: 1.58;
  letter-spacing: 0;
}

.solution-diagram {
  position: relative;
  z-index: 2;
  width: min(1600px, calc(100vw - 80px));
  height: clamp(430px, 33vw, 540px);
  margin: clamp(64px, 8vh, 88px) auto 0;
  overflow: visible;
  isolation: isolate;
}

.solution-diagram__halo {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: min(700px, 46vw);
  height: clamp(180px, 28vh, 300px);
  border-radius: 999px;
  background:
    radial-gradient(ellipse at center, rgba(198, 224, 255, 0.18), rgba(96, 160, 255, 0.14) 25%, rgba(30, 72, 165, 0.07) 48%, rgba(3, 8, 32, 0) 72%);
  filter: blur(32px);
  opacity: 0.42;
  transform: translate(-50%, -50%);
}

.solution-diagram__chips {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: flex;
  width: min(286px, 18vw);
  flex-direction: column;
  gap: clamp(42px, 4.15vw, 54px);
  transform: translateY(-50%);
}

.solution-diagram__chips--left {
  left: clamp(24px, 3vw, 48px);
  align-items: flex-start;
}

.solution-diagram__chips--right {
  right: clamp(24px, 3vw, 48px);
  align-items: flex-end;
}

.flow-chip {
  position: relative;
  display: inline-flex;
  width: 100%;
  height: clamp(48px, 3.5vw, 60px);
  align-items: center;
  justify-content: flex-start;
  gap: clamp(12px, 0.95vw, 16px);
  border: 1px solid rgba(105, 145, 255, 0.38);
  border-radius: 999px;
  padding: 0 clamp(20px, 1.55vw, 28px);
  color: rgba(242, 247, 255, 0.92);
  background: rgba(7, 13, 36, 0.68);
  box-shadow:
    inset 0 0 18px rgba(90, 155, 255, 0.1),
    0 0 16px rgba(90, 155, 255, 0.08);
  font-family: var(--font-sans);
  font-size: clamp(15px, 1.03vw, 18px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  isolation: isolate;
  overflow: visible;
  white-space: nowrap;
}

.flow-chip > :not(.flow-chip__socket) {
  position: relative;
  z-index: 1;
}

.flow-chip__socket {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 6px;
  height: 6px;
  border: 1px solid rgba(160, 210, 255, 0.75);
  border-radius: 999px;
  background: rgba(180, 220, 255, 0.85);
  box-shadow: 0 0 8px rgba(96, 160, 255, 0.55);
  pointer-events: none;
  transform: translateY(-50%);
}

.solution-diagram__chips--left .flow-chip__socket {
  right: -4px;
}

.solution-diagram__chips--right .flow-chip__socket {
  left: -4px;
}

.flow-chip__icon {
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  color: rgba(94, 166, 255, 0.92);
  filter: drop-shadow(0 0 6px rgba(90, 155, 255, 0.28));
}

.solution-diagram__nodes {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
}

.flow-node {
  --node-base-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  gap: 18px;
  color: rgba(243, 248, 255, 0.94);
  font-family: var(--font-sans);
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  transform: var(--node-base-transform) scale(1);
}

.flow-node__body {
  display: inline-flex;
  width: 92px;
  height: 92px;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(105, 166, 255, 0.72);
  border-radius: 13px;
  background:
    radial-gradient(circle at 50% 18%, rgba(134, 184, 255, 0.12), rgba(10, 18, 46, 0) 58%),
    rgba(10, 18, 46, 0.76);
  box-shadow:
    inset 0 0 28px rgba(90, 155, 255, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 0 30px rgba(90, 155, 255, 0.2);
}

.flow-node__label {
  color: rgba(240, 246, 255, 0.9);
  font-size: clamp(17px, 1.18vw, 22px);
  font-weight: 400;
  letter-spacing: 0;
  white-space: nowrap;
}

.flow-node--left {
  left: 36.25%;
}

.flow-node--checks {
  left: 50%;
}

.ci-checks-group {
  display: inline-flex;
  height: 96px;
  align-items: center;
  gap: 14px;
  border: 2px solid rgba(105, 166, 255, 0.72);
  border-radius: 13px;
  padding: 0 14px;
  background:
    radial-gradient(ellipse at 50% 22%, rgba(170, 210, 255, 0.13), rgba(12, 22, 56, 0) 60%),
    rgba(11, 20, 52, 0.82);
  box-shadow:
    inset 0 0 28px rgba(110, 170, 255, 0.17),
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 0 36px rgba(116, 178, 255, 0.18),
    0 0 74px rgba(80, 132, 235, 0.1);
}

.ci-check-tile {
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  border: 1px solid rgba(120, 170, 255, 0.58);
  border-radius: 10px;
  color: rgba(213, 234, 255, 0.9);
  background:
    linear-gradient(180deg, rgba(28, 48, 98, 0.56), rgba(8, 14, 38, 0.72));
  box-shadow:
    inset 0 0 18px rgba(92, 160, 255, 0.12),
    0 0 14px rgba(92, 160, 255, 0.1);
}

.ci-check-tile svg {
  width: 36px;
  height: 36px;
}

.flow-node--right {
  left: 65.8%;
}

.github-actions-node {
  position: relative;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: rgba(238, 248, 255, 0.94);
}

.github-actions-node__track,
.github-actions-node__dot {
  position: absolute;
  content: "";
}

.github-actions-node__track {
  top: 10px;
  left: 14px;
  width: 22px;
  height: 30px;
  border-bottom: 3px solid currentColor;
  border-left: 3px solid currentColor;
  border-radius: 0 0 0 10px;
}

.github-actions-node__track::after {
  position: absolute;
  right: -14px;
  bottom: -10px;
  width: 18px;
  height: 18px;
  border: 3px solid currentColor;
  border-radius: 50%;
  content: "";
  background: rgba(10, 18, 46, 0.96);
  box-shadow: 0 0 10px rgba(190, 222, 255, 0.24);
}

.github-actions-node__dot {
  width: 14px;
  height: 14px;
  border: 3px solid currentColor;
  border-radius: 50%;
  background: rgba(10, 18, 46, 0.96);
  box-shadow: 0 0 10px rgba(190, 222, 255, 0.28);
}

.github-actions-node__dot--top {
  top: 2px;
  left: 8px;
}

.github-actions-node__dot--middle {
  top: 27px;
  left: 8px;
}

.github-actions-node__dot--bottom {
  right: 0;
  bottom: 0;
}

.mergewarden-logo-node {
  width: 66px;
  height: 66px;
  object-fit: contain;
  filter:
    drop-shadow(0 0 8px rgba(150, 224, 230, 0.24))
    drop-shadow(0 0 16px rgba(90, 155, 255, 0.14));
}

.diagram-connector {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: visible;
}

.diagram-connector__line {
  fill: none;
  stroke: rgba(96, 160, 255, 0.34);
  stroke-dasharray: 900;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.1;
  vector-effect: non-scaling-stroke;
}

.diagram-connector__line--core {
  stroke: rgba(130, 188, 255, 0.42);
}

.diagram-connector__line--output {
  stroke: rgba(96, 160, 255, 0.36);
}

.diagram-connector__line--glow {
  stroke: rgba(76, 146, 255, 0.11);
  stroke-width: 3;
}

.diagram-data-packets {
  opacity: 0;
  transition: opacity 600ms var(--motion-ease-out-expo);
}

.diagram-data-packet {
  fill: rgba(236, 248, 255, 0.96);
  opacity: 0;
  filter: drop-shadow(0 0 5px rgba(142, 202, 255, 0.92)) drop-shadow(0 0 12px rgba(72, 142, 255, 0.42));
}

.diagram-data-packet--soft {
  fill: rgba(130, 198, 255, 0.9);
}

.solution-section--ready .solution-section__copy,
.solution-section--ready .solution-diagram__halo,
.solution-section--ready .flow-node,
.solution-section--ready .flow-chip {
  opacity: 0;
}

.solution-section--ready .solution-section__copy {
  transform: translateY(24px);
}

.solution-section--ready .solution-diagram__halo {
  transform: translate(-50%, -50%) scale(0.94);
}

.solution-section--ready .flow-node {
  transform: var(--node-base-transform) scale(0.94);
}

.solution-section--ready .solution-diagram__chips--left .flow-chip {
  transform: translateX(-20px);
}

.solution-section--ready .solution-diagram__chips--right .flow-chip {
  transform: translateX(20px);
}

.solution-section--ready .diagram-connector__line {
  stroke-dashoffset: 900;
}

.solution-section.is-visible .solution-section__copy {
  animation: solutionCopyReveal 900ms var(--motion-ease-out-expo) both;
}

.solution-section.is-visible .solution-diagram__halo {
  animation: solutionHaloReveal 1000ms var(--motion-ease-out-expo) 260ms both;
}

.solution-section.is-visible .flow-node {
  animation: solutionNodeReveal 780ms var(--motion-ease-out-expo) var(--node-delay) both;
}

.solution-section.is-visible .flow-node--checks {
  animation: solutionNodeReveal 820ms var(--motion-ease-out-expo) var(--node-delay) both;
}

.solution-section.is-visible .flow-node--actions .flow-node__body,
.solution-section.is-visible .flow-node--mergewarden .flow-node__body {
  animation: solutionNodePulse 3.4s ease-in-out calc(var(--node-delay) + 900ms) infinite alternate;
}

.solution-section.is-visible .flow-node--checks .ci-checks-group {
  animation: solutionNodePulseStrong 3.2s ease-in-out calc(var(--node-delay) + 900ms) infinite alternate;
}

.solution-section.is-visible .flow-chip {
  animation: solutionChipReveal 680ms var(--motion-ease-out-expo) var(--chip-delay) both;
}

.solution-section.is-visible .diagram-connector__line {
  animation: solutionConnectorDraw 1250ms var(--motion-ease-out-expo) 720ms both;
}

.solution-section.is-visible .diagram-connector__line--output {
  animation-delay: 880ms;
}

.solution-section.is-visible .diagram-data-packets {
  opacity: 1;
  transition-delay: 1700ms;
}

.solution-section--settled .solution-section__copy,
.solution-section--settled .flow-node,
.solution-section--settled .flow-chip {
  opacity: 1 !important;
}

.solution-section--settled .solution-diagram__halo {
  opacity: 0.36 !important;
}

.solution-section--settled .solution-section__copy {
  transform: translateY(0) !important;
}

.solution-section--settled .solution-diagram__halo {
  transform: translate(-50%, -50%) scale(1) !important;
}

.solution-section--settled .flow-node {
  transform: var(--node-base-transform) scale(1) !important;
}

.solution-section--settled .flow-chip {
  transform: translateX(0) !important;
}

.solution-section--settled .diagram-connector__line {
  stroke-dashoffset: 0 !important;
}

.solution-section--settled .diagram-data-packets {
  opacity: 1 !important;
}

.value-cards-preview {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(1120px, calc(100vw - 160px));
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: clamp(28px, 4vh, 42px) auto 0;
  opacity: 0.92;
}

.value-card-preview {
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(105, 145, 255, 0.28);
  border-radius: 8px;
  padding: 0 22px;
  color: rgba(230, 240, 255, 0.84);
  background:
    radial-gradient(ellipse at 50% 100%, rgba(88, 148, 235, 0.12), rgba(8, 14, 38, 0) 66%),
    rgba(8, 14, 38, 0.52);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 0 24px rgba(80, 132, 235, 0.08);
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.value-card-preview__index {
  color: rgba(94, 166, 255, 0.78);
  font-size: 12px;
  letter-spacing: 0.08em;
}

@keyframes solutionCopyReveal {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes solutionHaloReveal {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.94);
  }

  to {
    opacity: 0.36;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes solutionNodeReveal {
  from {
    opacity: 0;
    transform: var(--node-base-transform) scale(0.94);
  }

  to {
    opacity: 1;
    transform: var(--node-base-transform) scale(1);
  }
}

@keyframes solutionChipReveal {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes solutionConnectorDraw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes solutionNodePulse {
  from {
    box-shadow:
      inset 0 0 22px rgba(90, 155, 255, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      0 0 20px rgba(90, 155, 255, 0.12);
  }

  to {
    box-shadow:
      inset 0 0 30px rgba(100, 166, 255, 0.2),
      inset 0 1px 0 rgba(255, 255, 255, 0.1),
      0 0 34px rgba(94, 162, 255, 0.2);
  }
}

@keyframes solutionNodePulseStrong {
  from {
    box-shadow:
      inset 0 0 24px rgba(110, 170, 255, 0.14),
      0 0 28px rgba(116, 178, 255, 0.14),
      0 0 68px rgba(80, 132, 235, 0.08);
  }

  to {
    box-shadow:
      inset 0 0 34px rgba(136, 194, 255, 0.24),
      0 0 40px rgba(130, 192, 255, 0.22),
      0 0 84px rgba(86, 148, 255, 0.12);
  }
}

@media (max-width: 767px) {
  .site-header {
    top: 20px; /* approximation: preserves header safe area on small screens */
    left: var(--layout-page-padding-mobile);
    right: var(--layout-page-padding-mobile);
  }

  .site-header__about {
    display: none;
  }

  .site-header__logo {
    width: clamp(106px, 28vw, 146px);
  }

  .site-header__cta {
    height: 44px;
    padding: 0 14px;
  }

  .site-header__cta-label-prefix {
    display: none;
  }

  .hero__title {
    top: calc(var(--layout-hero-title-top-mobile) - 24px);
    width: calc(100vw - (var(--layout-page-padding-mobile) * 2));
    font-size: var(--typography-hero-mobile-size);
  }

  .hero__title > span {
    white-space: normal;
  }

  .hero__topic {
    right: var(--layout-page-padding-mobile);
    bottom: 16vh;
    gap: 28px; /* approximation: compact mobile status cue */
    font-size: 14px;
  }

  .hero__edge-line {
    right: var(--layout-page-padding-mobile);
    height: 96px;
  }

  .mission-section__inner {
    padding-right: var(--layout-page-padding-mobile);
    padding-left: var(--layout-page-padding-mobile);
  }

  .mission-section__title {
    font-size: clamp(42px, 12vw, 64px); /* approximation: mobile section title fit */
  }

  .mission-section__title > span {
    white-space: normal;
  }

  .problem-section__inner {
    padding-right: var(--layout-page-padding-mobile);
    padding-left: var(--layout-page-padding-mobile);
  }

  .problem-section__cards {
    width: calc(100vw - (var(--layout-page-padding-mobile) * 2));
    grid-template-columns: 1fr;
  }

  .problem-card {
    min-height: 420px;
    padding: 32px 28px;
  }

  .problem-card__content {
    max-width: 100%;
  }

  .problem-card__matrix,
  .problem-card__pills {
    opacity: 0.34;
  }

  .solution-section {
    padding: 112px var(--layout-page-padding-mobile) 120px;
  }

  .solution-section__title {
    font-size: clamp(40px, 11vw, 62px);
  }

  .solution-section__subtitle {
    font-size: 17px;
  }

  .solution-diagram {
    display: flex;
    width: min(520px, calc(100vw - (var(--layout-page-padding-mobile) * 2)));
    height: auto;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    margin-top: 72px;
  }

  .value-cards-preview {
    width: min(520px, calc(100vw - (var(--layout-page-padding-mobile) * 2)));
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .solution-diagram__halo {
    width: 92vw;
    height: 62%;
  }

  .diagram-connector {
    display: none;
  }

  .diagram-data-packets {
    display: none;
  }

  .solution-diagram__chips,
  .solution-diagram__nodes {
    position: relative;
    inset: auto;
    width: 100%;
    transform: none;
  }

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

  .solution-diagram__chips--left,
  .solution-diagram__chips--right {
    left: auto;
    right: auto;
    align-items: stretch;
  }

  .flow-chip {
    width: 100%;
  }

  .solution-diagram__nodes {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    padding: 6px 0;
  }

  .solution-diagram__nodes::before {
    position: absolute;
    top: 40px;
    bottom: 40px;
    left: 50%;
    width: 1px;
    content: "";
    background: linear-gradient(180deg, rgba(96, 160, 255, 0.14), rgba(132, 190, 255, 0.58), rgba(96, 160, 255, 0.14));
    box-shadow: 0 0 16px rgba(90, 155, 255, 0.28);
  }

  .flow-node,
  .flow-node--left,
  .flow-node--checks,
  .flow-node--right {
    --node-base-transform: none;
    position: relative;
    left: auto;
    top: auto;
  }
}

/* ===== Reveal utility ===== */
.reveal {
  opacity: 1;
  transform: none;
}

.reveal-ready .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 720ms var(--motion-ease-out-expo),
    transform 720ms var(--motion-ease-out-expo);
  transition-delay: var(--reveal-delay, 0ms);
}

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

/* ===== Value Cards Section ===== */
.value-cards-section {
  position: relative;
  min-height: 80vh;
  overflow: hidden;
  padding: clamp(80px, 10vh, 120px) var(--layout-page-padding-desktop) clamp(120px, 14vh, 160px);
}

.value-cards-section__ambient {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 48%, rgba(138, 184, 255, 0.08), rgba(68, 120, 220, 0.05) 30%, rgba(3, 8, 32, 0) 62%);
  filter: blur(42px);
  opacity: 0.6;
}

.value-cards-section__inner {
  position: relative;
  z-index: 1;
  max-width: 1500px;
  margin: 0 auto;
  text-align: center;
}

.value-cards-section__title {
  max-width: 900px;
  margin: 0 auto;
  color: rgba(248, 250, 255, 0.96);
  font-family: var(--font-sans);
  font-size: clamp(38px, 3.2vw, 54px);
  font-weight: 300;
  line-height: 1.12;
  letter-spacing: 0;
}

.value-cards-section__subtitle {
  max-width: 680px;
  margin: 24px auto 0;
  color: rgba(232, 240, 255, 0.78);
  font-family: var(--font-sans);
  font-size: clamp(17px, 1.1vw, 21px);
  font-weight: 400;
  line-height: 1.55;
}

.value-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 2vw, 32px);
  margin: clamp(64px, 8vh, 88px) auto 0;
}

.value-card {
  position: relative;
  min-height: 340px;
  overflow: hidden;
  border: 1px solid rgba(105, 145, 255, 0.32);
  border-radius: 18px;
  padding: 40px 34px 36px;
  background:
    linear-gradient(180deg, rgba(20, 28, 62, 0.68), rgba(6, 10, 30, 0.78)),
    rgba(6, 10, 30, 0.72);
  box-shadow:
    inset 0 0 48px rgba(86, 148, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 0 28px rgba(80, 132, 235, 0.06);
  text-align: left;
  transition: transform 320ms var(--motion-ease-out-expo), box-shadow 320ms var(--motion-ease-out-expo);
}

.value-card::before {
  position: absolute;
  top: -20%;
  left: -10%;
  width: 70%;
  height: 60%;
  content: "";
  background: radial-gradient(ellipse at center, rgba(92, 150, 255, 0.14), rgba(3, 8, 32, 0) 68%);
  filter: blur(34px);
  opacity: 0.6;
  pointer-events: none;
}

.value-card:hover {
  transform: translateY(-3px);
  box-shadow:
    inset 0 0 54px rgba(86, 148, 255, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 0 40px rgba(80, 132, 235, 0.12);
}

.value-card__icon {
  width: 30px;
  height: 30px;
  color: rgba(94, 166, 255, 0.92);
  filter: drop-shadow(0 0 8px rgba(90, 155, 255, 0.26));
}

.value-card__title {
  margin: 28px 0 20px;
  color: var(--color-blue-primary);
  font-family: var(--font-sans);
  font-size: clamp(22px, 1.4vw, 28px);
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: 0;
}

.value-card__body {
  margin: 0;
  color: rgba(240, 246, 255, 0.82);
  font-family: var(--font-sans);
  font-size: clamp(15px, 0.92vw, 17px);
  font-weight: 400;
  line-height: 1.58;
}

/* ===== Review Artifacts Section ===== */
.artifacts-section {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.artifacts-section__ambient {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 40% 50%, rgba(138, 184, 255, 0.07), rgba(3, 8, 32, 0) 56%),
    radial-gradient(ellipse at 72% 50%, rgba(96, 160, 255, 0.06), rgba(3, 8, 32, 0) 48%);
  filter: blur(48px);
  opacity: 0.52;
}

.artifacts-section__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  max-width: 1500px;
  min-height: 100vh;
  margin: 0 auto;
  padding: clamp(100px, 12vh, 140px) var(--layout-page-padding-desktop);
  gap: clamp(48px, 5vw, 80px);
}

.artifacts-section__left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.artifacts-section__label {
  display: inline-flex;
  width: fit-content;
  height: 38px;
  align-items: center;
  border: 1px solid rgba(105, 145, 255, 0.38);
  border-radius: 4px;
  padding: 0 16px;
  color: var(--color-blue-primary);
  background: rgba(5, 10, 30, 0.32);
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
}

.artifacts-section__title {
  max-width: 500px;
  margin: 0;
  color: rgba(248, 250, 255, 0.96);
  font-family: var(--font-sans);
  font-size: clamp(40px, 3.5vw, 60px);
  font-weight: 300;
  line-height: 1.12;
  letter-spacing: 0;
}

.artifacts-section__subtitle {
  max-width: 440px;
  margin: 12px 0 0;
  color: rgba(232, 240, 255, 0.78);
  font-family: var(--font-sans);
  font-size: clamp(16px, 1vw, 19px);
  font-weight: 400;
  line-height: 1.55;
}

.artifacts-section__right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.artifacts-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(18px, 1.6vw, 24px);
  width: 100%;
  max-width: 780px;
}

.artifact-card {
  position: relative;
  min-height: 170px;
  overflow: hidden;
  border: 1px solid rgba(105, 145, 255, 0.28);
  border-radius: 14px;
  padding: 28px 26px 24px;
  background:
    linear-gradient(180deg, rgba(18, 26, 56, 0.64), rgba(6, 10, 28, 0.76)),
    rgba(6, 10, 28, 0.7);
  box-shadow:
    inset 0 0 32px rgba(86, 148, 255, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
  transition: transform 280ms var(--motion-ease-out-expo), box-shadow 280ms var(--motion-ease-out-expo);
}

.artifact-card:hover {
  transform: translateY(-2px);
  box-shadow:
    inset 0 0 40px rgba(86, 148, 255, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 0 24px rgba(80, 132, 235, 0.08);
}

.artifact-card__icon {
  width: 22px;
  height: 22px;
  color: rgba(94, 166, 255, 0.86);
  filter: drop-shadow(0 0 6px rgba(90, 155, 255, 0.2));
}

.artifact-card__title {
  margin: 18px 0 10px;
  color: rgba(238, 246, 255, 0.94);
  font-family: var(--font-sans);
  font-size: clamp(16px, 0.95vw, 19px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
}

.artifact-card__body {
  margin: 0;
  color: rgba(210, 224, 248, 0.74);
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

/* ===== Advisory Positioning Section ===== */
.advisory-section {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: clamp(100px, 12vh, 140px) var(--layout-page-padding-desktop) clamp(120px, 14vh, 160px);
}

.advisory-section__ambient {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(138, 184, 255, 0.09), rgba(68, 120, 220, 0.05) 34%, rgba(3, 8, 32, 0) 64%);
  filter: blur(44px);
  opacity: 0.54;
}

.advisory-section__inner {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}

.advisory-section__title {
  max-width: 900px;
  margin: 0 auto;
  color: rgba(248, 250, 255, 0.96);
  font-family: var(--font-sans);
  font-size: clamp(38px, 3.2vw, 54px);
  font-weight: 300;
  line-height: 1.12;
  letter-spacing: 0;
}

.advisory-section__subtitle {
  max-width: 640px;
  margin: 24px auto 0;
  color: rgba(232, 240, 255, 0.78);
  font-family: var(--font-sans);
  font-size: clamp(17px, 1.1vw, 21px);
  font-weight: 400;
  line-height: 1.5;
}

.comparison-pair {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: clamp(20px, 2.2vw, 32px);
  margin: clamp(64px, 8vh, 88px) auto 0;
  max-width: 1200px;
}

.comparison-card {
  flex: 1;
  min-height: 340px;
  overflow: hidden;
  border: 1px solid rgba(105, 145, 255, 0.3);
  border-radius: 18px;
  padding: 40px 36px 36px;
  background:
    linear-gradient(180deg, rgba(20, 28, 62, 0.62), rgba(6, 10, 30, 0.74)),
    rgba(6, 10, 30, 0.68);
  box-shadow:
    inset 0 0 44px rgba(86, 148, 255, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
  text-align: left;
}

.comparison-card--mw {
  border-color: rgba(105, 155, 255, 0.42);
  box-shadow:
    inset 0 0 52px rgba(86, 160, 255, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 0 32px rgba(80, 140, 240, 0.08);
}

.comparison-card__header {
  margin-bottom: 28px;
}

.comparison-card__label {
  display: inline-block;
  margin-bottom: 14px;
  color: rgba(94, 166, 255, 0.78);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.comparison-card__title {
  margin: 0;
  color: rgba(248, 250, 255, 0.94);
  font-family: var(--font-sans);
  font-size: clamp(24px, 1.6vw, 32px);
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: 0;
}

.comparison-card__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.comparison-card__list li {
  position: relative;
  padding-left: 22px;
  color: rgba(230, 240, 255, 0.8);
  font-family: var(--font-sans);
  font-size: clamp(15px, 0.9vw, 17px);
  font-weight: 400;
  line-height: 1.42;
}

.comparison-card__list li::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 999px;
  background: rgba(96, 160, 255, 0.52);
}

.comparison-bridge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex: 0 0 auto;
  min-width: 120px;
  padding: 0 8px;
}

.comparison-bridge__line {
  display: block;
  width: 1px;
  height: 48px;
  background: rgba(96, 160, 255, 0.32);
}

.comparison-bridge__text {
  color: rgba(160, 200, 248, 0.62);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.55;
  text-align: center;
  letter-spacing: 0.02em;
}

.advisory-section__note {
  max-width: 600px;
  margin: 48px auto 0;
  color: rgba(200, 222, 255, 0.58);
  font-family: var(--font-mono);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

/* ===== CTA Section ===== */
.cta-section {
  position: relative;
  min-height: 90vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.cta-section__ambient {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 44%, rgba(138, 184, 255, 0.1), rgba(68, 120, 220, 0.06) 32%, rgba(3, 8, 32, 0) 66%);
  filter: blur(38px);
  opacity: 0.58;
}

.cta-section__inner {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(80px, 10vh, 120px) var(--layout-page-padding-desktop) clamp(60px, 8vh, 80px);
  text-align: center;
}

.cta-section__title {
  max-width: 800px;
  margin: 0 auto;
  color: rgba(248, 250, 255, 0.96);
  font-family: var(--font-sans);
  font-size: clamp(40px, 3.6vw, 60px);
  font-weight: 300;
  line-height: 1.12;
  letter-spacing: 0;
}

.cta-section__subtitle {
  max-width: 620px;
  margin: 28px auto 0;
  color: rgba(230, 240, 255, 0.76);
  font-family: var(--font-sans);
  font-size: clamp(17px, 1.05vw, 20px);
  font-weight: 400;
  line-height: 1.55;
}

.cta-section__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 48px;
  flex-wrap: wrap;
}

.cta-section__github-button {
  margin-left: 0;
}

.cta-button {
  display: inline-flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 28px;
  font-family: var(--font-mono);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  transition:
    transform 240ms var(--motion-ease-out-expo),
    opacity 240ms var(--motion-ease-out-expo),
    box-shadow 240ms var(--motion-ease-out-expo);
  cursor: pointer;
}

.cta-button--primary {
  color: var(--color-text-inverse);
  background: #f7f9ff;
}

.cta-button--primary:hover,
.cta-button--primary:focus-visible {
  opacity: 0.92;
  transform: translateY(-2px);
  box-shadow: 0 0 24px rgba(160, 200, 255, 0.24);
}

.cta-button--secondary {
  color: rgba(248, 250, 255, 0.92);
  border: 1px solid rgba(105, 145, 255, 0.38);
  background: rgba(10, 18, 46, 0.54);
}

.cta-button--secondary:hover,
.cta-button--secondary:focus-visible {
  border-color: rgba(130, 180, 255, 0.52);
  background: rgba(14, 24, 56, 0.64);
  transform: translateY(-2px);
}

.cta-button--ghost {
  color: rgba(200, 218, 248, 0.64);
  border: 1px solid transparent;
  background: transparent;
}

.cta-button--ghost:hover,
.cta-button--ghost:focus-visible {
  color: rgba(220, 238, 255, 0.84);
  transform: translateY(-2px);
}

/* ===== Footer ===== */
.site-footer {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px var(--layout-page-padding-desktop) 40px;
  border-top: 1px solid rgba(105, 145, 255, 0.12);
}

.site-footer__links {
  display: flex;
  gap: 32px;
}

.site-footer__links a {
  color: rgba(180, 200, 235, 0.52);
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.02em;
  transition: color 240ms var(--motion-ease-out-expo);
}

.site-footer__links a:hover,
.site-footer__links a:focus-visible {
  color: rgba(220, 238, 255, 0.78);
}

.site-footer__wordmark {
  color: rgba(255, 255, 255, 0.12);
  font-family: var(--font-wordmark);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.18em;
  transform: scaleX(1.16);
  user-select: none;
}

/* ===== Mobile ===== */
@media (max-width: 767px) {
  .value-cards-section {
    padding: 80px var(--layout-page-padding-mobile) 100px;
  }

  .value-cards-section__title {
    font-size: clamp(36px, 10vw, 48px);
  }

  .value-cards-section__subtitle {
    font-size: 16px;
  }

  .value-cards-section__subtitle br {
    display: none;
  }

  .value-cards-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 52px;
  }

  .value-card {
    min-height: auto;
    padding: 32px 24px;
  }

  .artifacts-section__inner {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 80px var(--layout-page-padding-mobile) 100px;
    gap: 40px;
  }

  .artifacts-section__title {
    font-size: clamp(36px, 10vw, 48px);
  }

  .artifacts-section__title br {
    display: none;
  }

  .artifacts-section__subtitle {
    font-size: 16px;
  }

  .artifacts-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .artifact-card {
    min-height: auto;
  }

  .advisory-section {
    padding: 80px var(--layout-page-padding-mobile) 100px;
  }

  .advisory-section__title {
    font-size: clamp(34px, 9vw, 44px);
  }

  .advisory-section__title br {
    display: none;
  }

  .advisory-section__subtitle {
    font-size: 16px;
  }

  .comparison-pair {
    flex-direction: column;
    gap: 20px;
  }

  .comparison-card {
    min-height: auto;
  }

  .comparison-bridge {
    flex-direction: row;
    min-width: auto;
    padding: 8px 0;
    gap: 16px;
  }

  .comparison-bridge__line {
    width: 44px;
    height: 1px;
  }

  .comparison-bridge__text br {
    display: none;
  }

  .advisory-section__note {
    font-size: 13px;
    margin-top: 36px;
  }

  .cta-section__inner {
    padding: 80px var(--layout-page-padding-mobile) 60px;
  }

  .cta-section__title {
    font-size: clamp(36px, 10vw, 48px);
  }

  .cta-section__title br {
    display: none;
  }

  .cta-section__subtitle {
    font-size: 16px;
  }

  .cta-section__subtitle br {
    display: none;
  }

  .cta-section__actions {
    flex-direction: column;
    width: 100%;
    max-width: 320px;
    gap: 12px;
  }

  .cta-button {
    width: 100%;
  }

  .site-footer {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 28px var(--layout-page-padding-mobile) 36px;
  }

  .site-footer__links {
    gap: 24px;
  }

  .site-footer__wordmark {
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .diagram-data-packets {
    display: none;
  }

  .solution-section--ready .diagram-connector__line {
    stroke-dashoffset: 0;
  }

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

  .hero-title.is-glowing,
  .hero-title.is-reduced-motion {
    filter: none;
  }

  .hero-title.is-glowing .hero-title__text,
  .hero-title.is-reduced-motion .hero-title__text {
    background: linear-gradient(90deg, rgba(248, 251, 255, 0.98), rgba(196, 222, 255, 0.94));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    filter: none;
  }
}
