:root {
  --page-bg: #06101f;
  --hero-bg-start: #08152a;
  --hero-bg-end: #030712;
  --hero-accent: #4cc9f0;
  --hero-accent-strong: #38bdf8;
  --hero-text: #f8fafc;
  --hero-muted: #cbd5e1;
  --text-color: #111827;
  --muted-text: #475569;
  --section-bg: #f8fafc;
  --section-border: rgba(15, 23, 42, 0.08);
  --panel-border: rgba(37, 99, 235, 0.12);
  --nav-height: 76px;
  --hero-content-shift: 0px;
  --hero-bg-shift: 0px;
  --hero-fade-opacity: 1;
  --intro-section-shift: 0px;
  --intro-panel-shift: 0px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--nav-height);
}

body {
  margin: 0;
  overflow-x: hidden;
  background-color: var(--page-bg);
  color: var(--text-color);
  font-family: "Inter", sans-serif;
}

img {
  max-width: 100%;
}

a {
  transition: color 0.25s ease, opacity 0.25s ease;
}

section {
  width: 100%;
}

.site-main {
  position: relative;
}

.section-shell {
  width: 100%;
  max-width: none;
  padding-right: clamp(1rem, 3vw, 2.5rem);
  padding-left: clamp(1rem, 3vw, 2.5rem);
  padding-top: 3rem;
  padding-bottom: 3rem;
}

main > section {
  position: relative;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.site-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  min-height: var(--nav-height);
  border: 0;
  background: transparent;
  box-shadow: none;
  transition:
    background-color 0.3s ease,
    box-shadow 0.3s ease,
    color 0.3s ease;
}

.site-navbar .navbar-brand,
.site-navbar .nav-link {
  font-weight: 600;
  transition: color 0.3s ease, opacity 0.3s ease;
}

.site-navbar .navbar-brand {
  color: #60a5fa;
  letter-spacing: 0.14em;
}

.site-navbar .nav-link {
  color: #ffffff;
  opacity: 0.92;
}

.site-navbar .navbar-brand:hover,
.site-navbar .navbar-brand:focus {
  color: #93c5fd;
}

.site-navbar .nav-link:hover,
.site-navbar .nav-link:focus {
  color: #dbeafe;
  opacity: 1;
}

.site-navbar .navbar-toggler {
  border-radius: 0.75rem;
  background-color: rgba(255, 255, 255, 0.16);
}

.site-navbar .navbar-toggler-icon {
  filter: brightness(0) invert(1);
}

.site-navbar .navbar-collapse {
  align-items: center;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.site-navbar .navbar-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.locale-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  padding: 0.22rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  transition:
    background-color 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.locale-switch-option {
  min-width: 2.7rem;
  padding: 0.5rem 0.8rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  opacity: 0.82;
  transition:
    background-color 0.3s ease,
    color 0.3s ease,
    opacity 0.3s ease,
    transform 0.3s ease;
}

.locale-switch-option:hover,
.locale-switch-option:focus-visible {
  opacity: 1;
}

.locale-switch-option.active {
  background: #ffffff;
  color: #0f172a;
  opacity: 1;
  transform: translateY(-1px);
}

.site-navbar.navbar-scrolled {
  background: #ffffff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}

.site-navbar.navbar-scrolled .navbar-brand {
  color: #60a5fa;
}

.site-navbar.navbar-scrolled .nav-link {
  color: #111827;
}

.site-navbar.navbar-scrolled .navbar-brand:hover,
.site-navbar.navbar-scrolled .navbar-brand:focus {
  color: #2563eb;
}

.site-navbar.navbar-scrolled .nav-link:hover,
.site-navbar.navbar-scrolled .nav-link:focus {
  color: #0d6efd;
}

.site-navbar.navbar-scrolled .navbar-toggler {
  background-color: rgba(15, 23, 42, 0.08);
}

.site-navbar.navbar-scrolled .navbar-toggler-icon {
  filter: none;
}

.site-navbar.navbar-scrolled .locale-switch {
  border-color: rgba(15, 23, 42, 0.08);
  background: rgba(15, 23, 42, 0.04);
}

.site-navbar.navbar-scrolled .locale-switch-option {
  color: #0f172a;
}

.site-navbar.navbar-scrolled .locale-switch-option.active {
  background: #0f172a;
  color: #ffffff;
}

.hero-section {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 18% 18%, rgba(76, 201, 240, 0.18), transparent 28%),
    radial-gradient(circle at 82% 22%, rgba(59, 130, 246, 0.16), transparent 24%),
    linear-gradient(135deg, var(--hero-bg-start) 0%, #07101f 45%, var(--hero-bg-end) 100%);
}

.hero-background {
  position: absolute;
  inset: 0;
  z-index: -1;
  transform: translate3d(0, var(--hero-bg-shift), 0);
    background: 
  linear-gradient(180deg, rgba(4, 10, 22, 0.64), rgba(3, 7, 18, 0.84)),
    /* radial-gradient(circle at 18% 18%, rgba(37, 99, 235, 0.18), transparent 24%), */
    /* radial-gradient(circle at 82% 20%, rgba(76, 201, 240, 0.16), transparent 24%), */
  url("../assets/images/technology/hero.png") center center / cover no-repeat;
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at center, #000 46%, transparent 88%);
}

.hero-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(28px);
}

.hero-glow-left {
  top: 16%;
  left: -6%;
  width: 22rem;
  height: 22rem;
  background: rgba(76, 201, 240, 0.24);
}

.hero-glow-right {
  right: -5%;
  bottom: 12%;
  width: 20rem;
  height: 20rem;
  background: rgba(99, 102, 241, 0.24);
}

.hero-content {
  position: relative;
  z-index: 1;
  transform: translate3d(0, var(--hero-content-shift), 0);
  opacity: var(--hero-fade-opacity);
  will-change: transform, opacity;
}

.hero-row {
  min-height: 100vh;
  min-height: 100svh;
  padding-top: calc(var(--nav-height) + 1.25rem);
  padding-bottom: 2rem;
}

.hero-copy {
  max-width: 45rem;
  margin-inline: auto;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.72rem 1.1rem;
  border: 1px solid rgba(76, 201, 240, 0.24);
  border-radius: 999px;
  background: rgba(7, 22, 40, 0.58);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
  color: var(--hero-text);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-badge::before,
.technology-page-kicker::before {
  content: "";
  width: 0.68rem;
  height: 0.68rem;
  border-radius: 50%;
  background-color: #34d399;
  box-shadow:
    0 0 0 6px rgba(52, 211, 153, 0.12),
    0 0 16px rgba(52, 211, 153, 0.24);
  animation: heroBadgeSignal 1.0s ease-in-out infinite;
}

@keyframes heroBadgeSignal {
  0%,
  100% {
    background-color: #34d399;
    box-shadow:
      0 0 0 6px rgba(52, 211, 153, 0.12),
      0 0 16px rgba(52, 211, 153, 0.24);
    transform: scale(1);
  }

  50% {
    background-color: #60a5fa;
    box-shadow:
      0 0 0 6px rgba(96, 165, 250, 0.14),
      0 0 20px rgba(96, 165, 250, 0.28);
    transform: scale(1.08);
  }
}

.hero-title {
  margin: 1.45rem 0 1.25rem;
  color: var(--hero-text);
  font-size: clamp(2.4rem, 5vw, 4.9rem);
  font-weight: 800;
  line-height: 1.2;
  /* letter-spacing: 0.05em; */
}

.text-highlight {
  color: #60a5fa;
}

.hero-subtitle {
  max-width: 45rem;
  margin: 0 0 2rem;
  color: var(--hero-muted);
  font-size: clamp(1rem, 2vw, 1.18rem);
  line-height: 1.75;
}

.hero-actions .btn {
  min-width: 11.5rem;
  border-radius: 999px;
  font-weight: 700;
}

.hero-actions .btn-primary {
  border: 0;
  background: linear-gradient(135deg, var(--hero-accent-strong), #2563eb);
  box-shadow: 0 16px 32px rgba(56, 189, 248, 0.24);
}

.hero-actions .btn-primary:hover,
.hero-actions .btn-primary:focus {
  background: linear-gradient(135deg, #22d3ee, #2563eb);
}

.hero-actions .btn-outline-light {
  border-width: 1.5px;
  background-color: rgba(255, 255, 255, 0.03);
}

.hero-actions .btn-outline-light:hover,
.hero-actions .btn-outline-light:focus,
.hero-actions .btn-outline-light:active {
  color: #60a5fa;
  border-color: rgba(191, 219, 254, 0.72);
  background-color: rgba(255, 255, 255, 0.08);
}

.hero-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-image {
  width: min(100%, 46rem);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 22px 64px rgba(0, 0, 0, 0.28));
  animation: heroFloat 8s ease-in-out infinite;
}

@keyframes heroFloat {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }

  100% {
    transform: translateY(0);
  }
}

.intro-section {
  position: relative;
  z-index: 4;
  transform: translate3d(0, var(--intro-section-shift), 0);
  will-change: transform;
  background:
    linear-gradient(180deg, rgba(248, 251, 255, 0.98) 0%, rgba(239, 246, 255, 1) 100%);
}

.intro-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.38;
  background-image:
    linear-gradient(rgba(37, 99, 235, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 99, 235, 0.05) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at center, #000 50%, transparent 90%);
  pointer-events: none;
}

.intro-section .section-header,
.why-arx-grid {
  position: relative;
  z-index: 1;
  transform: translate3d(0, var(--intro-panel-shift), 0);
  will-change: transform;
}

.intro-kicker {
  color: #2563eb;
}

.why-arx-grid {
  position: relative;
  margin-top: 3rem;
}

.why-arx-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.6rem;
  border: 1px solid var(--panel-border);
  border-radius: 1.4rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 255, 1)),
    #ffffff;
  box-shadow:
    0 24px 52px rgba(15, 23, 42, 0.09),
    0 10px 20px rgba(37, 99, 235, 0.04);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.why-arx-card:hover {
  transform: translateY(-4px);
  border-color: rgba(37, 99, 235, 0.18);
  box-shadow:
    0 28px 58px rgba(15, 23, 42, 0.12),
    0 12px 22px rgba(37, 99, 235, 0.06);
}

.why-arx-card-title {
  margin: 0;
  color: var(--text-color);
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.35;
}

.why-arx-card-text {
  margin: 0;
  color: var(--muted-text);
  line-height: 1.75;
}

.why-arx-card-line {
  display: block;
  width: 3.75rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2563eb, rgba(76, 201, 240, 0.35));
}

.content-section {
  padding: 5rem 0;
  background-color: #ffffff;
}

.content-section-light {
  background-color: var(--section-bg);
}

.technology-section {
  background:
    radial-gradient(circle at 12% 18%, rgba(76, 201, 240, 0.09), transparent 22%),
    radial-gradient(circle at 84% 20%, rgba(37, 99, 235, 0.08), transparent 24%),
    linear-gradient(180deg, #f8fbff 0%, #eef6ff 100%);
}

.applications-section {
  background:
    radial-gradient(circle at 16% 18%, rgba(14, 165, 233, 0.08), transparent 24%),
    radial-gradient(circle at 82% 24%, rgba(37, 99, 235, 0.08), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.intro-section + .technology-section {
  margin-top: var(--intro-section-shift);
  padding-top: 0;
}

.company-section {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.founders-section {
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.technology-cta-section {
  background:
    radial-gradient(circle at 20% 15%, rgba(96, 165, 250, 0.08), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.section-kicker {
  display: inline-block;
  margin-bottom: 1rem;
  color: #2563eb;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-header {
  max-width: 56rem;
  margin-inline: auto;
}

.section-title {
  margin: 0 0 1rem;
  color: var(--text-color);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.section-title-sm {
  font-size: clamp(1.6rem, 3vw, 2.25rem);
}

.section-title-light {
  color: var(--hero-text);
}

.section-copy {
  max-width: 44rem;
  margin: 0;
  color: var(--muted-text);
  font-size: 1.03rem;
  line-height: 1.8;
}

.section-copy-light {
  color: var(--hero-muted);
}

.section-header .section-copy {
  margin-inline: auto;
}

.info-card {
  height: 100%;
  border: 1px solid var(--section-border);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 1)),
    #ffffff;
  color: var(--muted-text);
  box-shadow: 0 18px 30px rgba(15, 23, 42, 0.05);
}

.info-card h2 {
  color: var(--text-color);
}

.technology-grid {
  margin-top: 1rem;
}

.technology-card {
  display: flex;
  flex-direction: column;
  padding: 1.75rem;
  border: 1px solid var(--section-border);
  border-radius: 1.6rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 1)),
    #ffffff;
  box-shadow: 0 22px 44px rgba(15, 23, 42, 0.06);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.technology-card-interactive {
  cursor: pointer;
}

.technology-card:hover {
  transform: translateY(-4px);
  border-color: rgba(37, 99, 235, 0.18);
  box-shadow: 0 28px 52px rgba(15, 23, 42, 0.08);
}

.technology-card:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.26);
  outline-offset: 4px;
}

.technology-section .technology-media {
  margin-bottom: 1.5rem;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--panel-border);
  border-radius: 1.3rem;
  background:
    linear-gradient(180deg, rgba(239, 246, 255, 0.98), rgba(219, 234, 254, 0.9)),
    #eff6ff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  isolation: isolate;
}

.technology-section .technology-media::after {
  content: "";
  position: absolute;
  inset: -14%;
  border-radius: inherit;
  pointer-events: none;
  z-index: 1;
  background:
    conic-gradient(
      from 0deg,
      rgba(14, 165, 233, 0) 0deg 230deg,
      rgba(56, 189, 248, 0.05) 252deg,
      rgba(96, 165, 250, 0.26) 278deg,
      rgba(34, 211, 238, 0.08) 304deg,
      rgba(14, 165, 233, 0) 334deg 360deg
    );
  filter: blur(14px);
  opacity: 0.85;
  animation: technologyBorderOrbit 6.0s linear infinite;
}

.technology-image {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

@keyframes technologyBorderOrbit {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.technology-copy-block {
  display: grid;
  gap: 0.95rem;
}

.technology-label {
  display: inline-block;
  color: #2563eb;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.technology-title {
  margin: 0;
  color: var(--text-color);
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  font-weight: 800;
  line-height: 1.2;
}

.technology-text {
  margin: 0;
  color: var(--muted-text);
  line-height: 1.8;
}

.technology-list {
  display: grid;
  gap: 0.65rem;
  margin: 0;
  padding-left: 1.2rem;
  color: var(--muted-text);
}

.technology-list li::marker {
  color: #2563eb;
}

.technology-card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.35rem;
  color: #2563eb;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
}

.technology-card-link::after {
  content: ">";
  font-size: 0.95rem;
}

.technology-card-link:hover,
.technology-card-link:focus {
  color: #1d4ed8;
}

.applications-grid {
  margin-top: 3rem;
}

.application-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.6rem;
  border: 1px solid var(--section-border);
  border-radius: 1.5rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 1)),
    #ffffff;
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.06);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.application-media {
  overflow: hidden;
  border: 1px solid var(--panel-border);
  border-radius: 1.2rem;
  background:
    linear-gradient(180deg, rgba(239, 246, 255, 0.98), rgba(219, 234, 254, 0.88)),
    #eff6ff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.application-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.application-card:hover {
  transform: translateY(-4px);
  border-color: rgba(37, 99, 235, 0.18);
  box-shadow: 0 24px 44px rgba(15, 23, 42, 0.08);
}

.application-label {
  display: inline-block;
  color: #2563eb;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.application-title {
  margin: 0;
  color: var(--text-color);
  font-size: 1.28rem;
  font-weight: 800;
  line-height: 1.3;
}

.application-text {
  margin: 0;
  color: var(--muted-text);
  line-height: 1.78;
}

.application-list {
  display: grid;
  gap: 0.65rem;
  margin: 0;
  padding-left: 1.2rem;
  color: var(--muted-text);
}

.application-list li::marker {
  color: #2563eb;
}

.technology-page-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  color: var(--hero-text);
}

.technology-theme-flight {
  background:
    radial-gradient(circle at 18% 20%, rgba(76, 201, 240, 0.18), transparent 24%),
    radial-gradient(circle at 82% 18%, rgba(14, 165, 233, 0.22), transparent 28%),
    linear-gradient(135deg, #061326 0%, #09192e 42%, #020617 100%);
}

.technology-theme-swap {
  background:
    radial-gradient(circle at 20% 16%, rgba(96, 165, 250, 0.18), transparent 24%),
    radial-gradient(circle at 80% 22%, rgba(34, 197, 94, 0.12), transparent 24%),
    linear-gradient(135deg, #071424 0%, #0b1b30 44%, #04111d 100%);
}

.about-theme-company {
  background:
    linear-gradient(180deg, rgba(4, 10, 22, 0.64), rgba(3, 7, 18, 0.84)),
    radial-gradient(circle at 18% 18%, rgba(37, 99, 235, 0.18), transparent 24%),
    radial-gradient(circle at 82% 20%, rgba(76, 201, 240, 0.16), transparent 24%),
    url("../assets/images/technology/mission.png") center center / cover no-repeat;
}

.technology-page-backdrop {
  position: absolute;
  inset: 0;
  z-index: -1;
  transform: translate3d(0, var(--hero-bg-shift), 0);
}

.technology-page-grid {
  position: absolute;
  inset: 0;
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at center, #000 46%, transparent 88%);
}

.technology-page-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(28px);
}

.technology-page-glow-left {
  top: 16%;
  left: -6%;
  width: 22rem;
  height: 22rem;
  background: rgba(76, 201, 240, 0.24);
}

.technology-page-glow-right {
  right: -5%;
  bottom: 12%;
  width: 20rem;
  height: 20rem;
  background: rgba(99, 102, 241, 0.24);
}

.technology-page-hero-shell {
  position: relative;
  z-index: 1;
  width: 100%;
  transform: translate3d(0, var(--hero-content-shift), 0);
  opacity: var(--hero-fade-opacity);
  will-change: transform, opacity;
}

.technology-page-hero-row {
  /* width: 100%; */
  min-height: 100vh;
  min-height: 100svh;
  padding-top: calc(var(--nav-height) + 1.25rem);
  padding-bottom: 2rem;
}

.about-page-hero-row {
  align-items: center;
}

.about-page-hero-copy {
  max-width: 68rem;
  margin-inline: auto;
}

.about-page-hero .technology-page-title {
  max-width: 58rem;
  margin-inline: auto;
}

.about-page-hero .technology-page-subtitle {
  max-width: 50rem;
}

.about-page-hero .technology-page-metrics {
  max-width: 60rem;
  margin-inline: auto;
}

.about-page-hero .technology-page-grid {
  opacity: 0.18;
  mask-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.96) 0%,
    rgba(0, 0, 0, 0.9) 42%,
    rgba(0, 0, 0, 0.36) 100%
  );
}

.technology-page-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.72rem 1.1rem;
  border: 1px solid rgba(76, 201, 240, 0.24);
  border-radius: 999px;
  background: rgba(7, 22, 40, 0.58);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
  color: var(--hero-text);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.technology-page-title {
  margin: 1.45rem 0 1.25rem;
  color: var(--hero-text);
  /* font-size: clamp(2.4rem, 5vw, 4.9rem); */
  font-weight: 800;
  line-height: 1.2;
}

.technology-page-subtitle {
  max-width: 45rem;
  margin: 0 0 2rem;
  color: var(--hero-muted);
  font-size: clamp(1rem, 2vw, 1.18rem);
  line-height: 1.75;
  margin-inline: auto;
}

.technology-page-actions .btn,
.technology-cta-actions .btn {
  min-width: 11.5rem;
  border-radius: 999px;
  font-weight: 700;
}

.technology-page-actions .btn-primary {
  border: 0;
  background: linear-gradient(135deg, var(--hero-accent-strong), #2563eb);
  box-shadow: 0 16px 32px rgba(56, 189, 248, 0.24);
}

.technology-page-actions .btn-primary:hover,
.technology-page-actions .btn-primary:focus {
  background: linear-gradient(135deg, #22d3ee, #2563eb);
}

.technology-page-actions .btn-outline-light {
  border-width: 1.5px;
  background-color: rgba(255, 255, 255, 0.03);
}

.technology-page-actions .btn-outline-light:hover,
.technology-page-actions .btn-outline-light:focus,
.technology-page-actions .btn-outline-light:active {
  color: #60a5fa;
  border-color: rgba(191, 219, 254, 0.72);
  background-color: rgba(255, 255, 255, 0.08);
}

.technology-page-metrics {
  margin-top: 2.5rem;
}

.technology-metric-card {
  height: 100%;
  padding: 1.2rem 1.15rem;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 1.15rem;
  background: rgba(8, 17, 34, 0.48);
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
}

.technology-metric-card strong {
  display: block;
  margin-bottom: 0.55rem;
  color: #f8fafc;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.technology-metric-card span {
  display: block;
  color: #cbd5e1;
  line-height: 1.65;
}

.technology-page-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  overflow: visible;
}

.technology-page-visual-image,
.technology-page-visual-media {
  display: block;
  width: min(100%, 46rem);
  height: auto;
  object-fit: contain;
}

.technology-page-visual-image,
img.technology-page-visual-media {
  filter: drop-shadow(0 22px 64px rgba(0, 0, 0, 0.28));
  animation: heroFloat 8s ease-in-out infinite;
}

video.technology-page-visual-media {
  aspect-ratio: 16 / 10;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 2rem;
  background:
    linear-gradient(180deg, rgba(12, 24, 42, 0.88), rgba(7, 14, 28, 0.94)),
    rgba(9, 15, 28, 0.86);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 30px 70px rgba(0, 0, 0, 0.34);
}

.technology-detail-copy {
  margin: 0;
  color: var(--muted-text);
  font-size: 1.04rem;
  line-height: 1.9;
}

.technology-video-section .section-copy {
  max-width: 48rem;
  margin-inline: auto;
}

.technology-video-frame {
  overflow: hidden;
  margin-top: 3rem;
  border: 1px solid var(--section-border);
  border-radius: 1.75rem;
  background:
    linear-gradient(180deg, rgba(6, 16, 31, 0.98), rgba(3, 7, 18, 1)),
    #030712;
  box-shadow: 0 24px 56px rgba(15, 23, 42, 0.12);
}

.technology-video-frame iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

.technology-detail-highlights {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.technology-highlight-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.15rem 1.2rem;
  border: 1px solid var(--panel-border);
  border-radius: 1.2rem;
  background:
    linear-gradient(135deg, rgba(37, 99, 235, 0.03), rgba(76, 201, 240, 0.04)),
    #ffffff;
}

.technology-highlight-index,
.value-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: rgba(37, 99, 235, 0.1);
  color: #2563eb;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.technology-highlight-card p {
  margin: 0;
  color: var(--muted-text);
  line-height: 1.75;
}

.technology-capabilities-grid,
.technology-system-grid,
.founders-grid {
  margin-top: 3rem;
}

.technology-architecture-figure {
  overflow: hidden;
  margin-top: 3rem;
  border: 1px solid var(--section-border);
  border-radius: 1.5rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 1)),
    #ffffff;
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.06);
}

.technology-architecture-image {
  display: block;
  width: 100%;
  height: auto;
}

.technology-capability-card,
.technology-system-card,
.founder-card {
  height: 100%;
  padding: 1.6rem;
  border: 1px solid var(--section-border);
  border-radius: 1.4rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 1)),
    #ffffff;
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.06);
}

.technology-capability-card h3,
.technology-system-card h3,
.founder-name {
  margin: 0 0 0.8rem;
  color: var(--text-color);
  font-weight: 800;
  line-height: 1.3;
}

.technology-capability-card h3,
.technology-system-card h3 {
  font-size: 1.2rem;
}

.technology-capability-card p,
.technology-system-card p,
.founder-bio {
  margin: 0;
  color: var(--muted-text);
  line-height: 1.8;
}

.technology-flow-section {
  position: relative;
  overflow: hidden;
  padding: 5.5rem 0;
  background:
    radial-gradient(circle at 14% 20%, rgba(76, 201, 240, 0.12), transparent 22%),
    radial-gradient(circle at 84% 18%, rgba(59, 130, 246, 0.16), transparent 24%),
    linear-gradient(180deg, #08111f 0%, #0a1628 100%);
}

.technology-flow-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.14;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at center, #000 42%, transparent 88%);
  pointer-events: none;
}

.technology-flow-kicker {
  color: #7dd3fc;
}

.technology-flow-grid {
  position: relative;
  z-index: 1;
  margin-top: 3rem;
}

.technology-flow-card {
  height: 100%;
  padding: 1.6rem;
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 1.4rem;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.82), rgba(7, 14, 28, 0.92)),
    rgba(10, 16, 31, 0.88);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.22);
}

.technology-flow-index {
  display: inline-block;
  margin-bottom: 1rem;
  color: #7dd3fc;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.technology-flow-card h3 {
  margin: 0 0 0.8rem;
  color: #f8fafc;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.35;
}

.technology-flow-card p {
  margin: 0;
  color: #cbd5e1;
  line-height: 1.75;
}

.technology-cta-section .section-copy {
  margin-inline: auto;
}

.technology-cta-actions {
  margin-top: 2rem;
}

.company-panel {
  height: 100%;
  padding: 2rem;
  border: 1px solid var(--section-border);
  border-radius: 1.75rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.06);
}

.company-stack {
  display: grid;
  gap: 1.25rem;
  margin-top: 1.25rem;
}

.company-card {
  padding: 1.7rem 1.55rem;
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: 1.4rem;
  background:
    linear-gradient(135deg, rgba(37, 99, 235, 0.06), rgba(76, 201, 240, 0.08)),
    #ffffff;
  box-shadow:
    0 18px 36px rgba(15, 23, 42, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.company-card-label {
  display: inline-block;
  margin-bottom: 0.9rem;
  color: #2563eb;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.company-card-text {
  margin: 0;
  color: #0f172a;
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.85;
}

.values-grid {
  margin-top: 1rem;
}

.contact-section-grid {
  margin-top: 3rem;
}

.contact-panel {
  height: 100%;
  padding: 2rem;
  border: 1px solid var(--section-border);
  border-radius: 1.75rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 1)),
    #ffffff;
  box-shadow: 0 22px 44px rgba(15, 23, 42, 0.06);
}

.contact-channel-list {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.contact-channel-card {
  display: block;
  padding: 1.2rem 1.25rem;
  border: 1px solid var(--panel-border);
  border-radius: 1.2rem;
  background:
    linear-gradient(135deg, rgba(37, 99, 235, 0.04), rgba(76, 201, 240, 0.05)),
    #ffffff;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.contact-channel-card:hover,
.contact-channel-card:focus {
  transform: translateY(-3px);
  border-color: rgba(37, 99, 235, 0.2);
  box-shadow: 0 18px 30px rgba(15, 23, 42, 0.06);
}

.contact-channel-label {
  display: block;
  margin-bottom: 0.35rem;
  color: #2563eb;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-channel-value {
  color: #0f172a;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  word-break: break-word;
}

.contact-form-copy {
  max-width: 44rem;
  margin-bottom: 1.5rem;
}

.contact-form {
  margin-top: 1.5rem;
}

.contact-field {
  display: grid;
  gap: 0.55rem;
}

.contact-field span {
  color: #0f172a;
  font-size: 0.88rem;
  font-weight: 700;
}

.contact-field input,
.contact-field textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 1rem;
  background: #ffffff;
  color: #0f172a;
  font: inherit;
  line-height: 1.6;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.contact-field textarea {
  resize: vertical;
  min-height: 9rem;
}

.contact-field input:focus,
.contact-field textarea:focus {
  outline: none;
  border-color: rgba(37, 99, 235, 0.45);
  box-shadow: 0 0 0 4px rgba(96, 165, 250, 0.14);
}

.contact-form-actions {
  margin-top: 1.5rem;
}

.value-tile {
  height: 100%;
  padding: 1.4rem 1.25rem;
  border: 1px solid var(--section-border);
  border-radius: 1.25rem;
  background: #f8fafc;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.value-tile:hover {
  transform: translateY(-3px);
  border-color: rgba(37, 99, 235, 0.18);
  box-shadow: 0 18px 32px rgba(15, 23, 42, 0.08);
}

.value-index {
  margin-bottom: 0.85rem;
}

.value-tile h4 {
  margin: 0;
  color: var(--text-color);
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.45;
}

.founder-card {
  display: flex;
  flex-direction: column;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.founder-card:hover {
  transform: translateY(-4px);
  border-color: rgba(37, 99, 235, 0.18);
  box-shadow: 0 24px 44px rgba(15, 23, 42, 0.08);
}

.founder-media {
  margin-bottom: 1.35rem;
  overflow: hidden;
  border: 1px solid var(--panel-border);
  border-radius: 1.2rem;
  background:
    linear-gradient(180deg, rgba(239, 246, 255, 0.98), rgba(219, 234, 254, 0.88)),
    #eff6ff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.founder-avatar {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.founder-name {
  font-size: 1.45rem;
  line-height: 1.2;
}

.founder-role {
  margin: 0 0 1rem;
  color: #2563eb;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer {
  border-top: 1px solid rgba(148, 163, 184, 0.14);
  background:
    linear-gradient(180deg, rgba(6, 16, 31, 0.94), rgba(3, 7, 18, 1)),
    #030712;
}

.site-footer-shell {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
  padding: 1.6rem 0;
}

.site-footer-copy-block {
  max-width: 30rem;
}

.site-footer-brand {
  color: #f8fafc;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-footer-brand:hover,
.site-footer-brand:focus {
  color: #dbeafe;
}

.site-footer-copy {
  margin: 0.45rem 0 0;
  color: #94a3b8;
  font-size: 0.95rem;
  line-height: 1.7;
}

.site-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.4rem;
  justify-content: flex-end;
}

.site-footer-links a {
  color: #e2e8f0;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
}

.site-footer-links a:hover,
.site-footer-links a:focus {
  color: #7dd3fc;
}

@media (min-width: 1200px) {
  html {
    scroll-snap-type: y proximity;
  }

  main > section {
    display: flex;
    align-items: center;
    min-height: 100vh;
    min-height: 100svh;
  }

  .hero-section,
  .intro-section,
  .content-section,
  .technology-flow-section {
    padding-top: calc(var(--nav-height) + 1.5rem);
    padding-bottom: 3rem;
  }

  .intro-section {
    padding-bottom: 0;
  }

  .intro-section + .technology-section {
    padding-top: 0;
  }

  .hero-row {
    width: 100%;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .technology-page-hero {
    padding: 0;
  }

  .technology-page-hero-shell,
  .content-section .section-shell {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .site-navbar .navbar-collapse {
    margin-top: 0.75rem;
    padding: 1rem;
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 1rem;
    background-color: rgba(7, 18, 35, 0.96);
    backdrop-filter: blur(12px);
  }

  .site-navbar.navbar-scrolled .navbar-collapse {
    background-color: rgba(255, 255, 255, 0.98);
  }

  .site-navbar .navbar-actions {
    margin-top: 1rem;
    justify-content: flex-start;
  }

  .hero-row,
  .technology-page-hero-row {
    text-align: center;
  }

  .hero-copy,
  .hero-subtitle,
  .technology-page-subtitle {
    margin-inline: auto;
  }

  .hero-image {
    width: min(100%, 45rem);
  }

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

  .site-footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 767.98px) {
  .hero-section,
  .technology-page-hero {
    min-height: auto;
  }

  .hero-row,
  .technology-page-hero-row {
    min-height: auto;
    padding-top: calc(var(--nav-height) + 1rem);
    padding-bottom: 3rem;
  }

  .hero-badge {
    font-size: 0.74rem;
    padding: 0.65rem 0.95rem;
  }

  .hero-title {
    margin-top: 1.25rem;
    font-size: clamp(2.45rem, 11vw, 4rem);
  }

  .hero-subtitle,
  .technology-page-subtitle,
  .section-copy,
  .technology-text,
  .application-text,
  .technology-detail-copy,
  .technology-highlight-card p,
  .company-card-text {
    font-size: 0.98rem;
    line-height: 1.7;
  }

  .hero-actions .btn,
  .technology-page-actions .btn,
  .technology-cta-actions .btn {
    width: 100%;
  }

  .hero-image {
    width: min(100%, 24rem);
  }

  .content-section,
  .intro-section {
    padding: 3.75rem 0;
  }

  .intro-section + .technology-section {
    padding-top: 0;
  }

  .technology-flow-section {
    padding: 4.25rem 0;
  }

  .section-title {
    font-size: clamp(1.95rem, 9vw, 2.8rem);
  }

  .why-arx-grid {
    margin-top: 0.25rem;
  }

  .why-arx-card,
  .application-card,
  .technology-card,
  .technology-capability-card,
  .technology-system-card,
  .founder-card,
  .company-panel {
    padding: 1.5rem;
    border-radius: 1.35rem;
  }

  .technology-media,
  .application-media,
  .founder-media,
  .technology-page-visual {
    border-radius: 1rem;
  }

  .technology-media,
  .application-media,
  .founder-media,
  .technology-page-visual {
    margin-bottom: 1.15rem;
  }

  .technology-video-frame {
    margin-top: 2rem;
    border-radius: 1rem;
  }

  /* .technology-page-title {
    font-size: clamp(2.35rem, 10vw, 3.8rem);
  } */

  .technology-highlight-card {
    grid-template-columns: 1fr;
  }

  .site-footer-shell {
    align-items: center;
    text-align: center;
  }

  .site-footer-links {
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
