﻿/*
      ARMORBIONICâ„¢ RESPONSIVE WORDPRESS HTML FILE
      ------------------------------------------------------------
      How to customize:
      1. Replace logo text or logo SVG inside the header brand.
      2. Replace # links with your real WordPress page URLs.
      3. Replace PDF/video links in Resource Hub.
      4. Replace visual placeholders with <img> or background images.

      Header improvement:
      - The mega menu is now a solid professional mega shelf inspired by your reference header.
      - It does not use transparent text over page content.
      - On tablet/mobile, it becomes a clean full-height app-style drawer.
    */

:root {
  --ab-blue: #3775d6;
  --ab-blue-2: #1c56b7;
  --ab-cyan: #35e5ff;
  --ab-green: #78ffba;
  --ab-orange: #ffbf66;
  --ab-red: #ff6c7a;
  --ab-ink: #07101e;
  --ab-ink-2: #0d1525;
  --ab-surface: #f7f9fd;
  --ab-card: #ffffff;
  --ab-soft: #667085;
  --ab-line: rgba(7, 16, 30, 0.12);
  --ab-dark-line: rgba(255, 255, 255, 0.14);
  --ab-radius-xl: 34px;
  --ab-radius-lg: 24px;
  --ab-radius-md: 16px;
  --ab-shadow: 0 28px 80px rgba(7, 16, 30, 0.18);
  --ab-shadow-soft: 0 14px 44px rgba(7, 16, 30, 0.12);
  --ab-max: 1240px;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ab-surface);
  color: var(--ab-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  overflow-x: hidden;
}

body.ab-lock {
  overflow: hidden;
}

#armorBionicPage * {
  box-sizing: border-box;
}

#armorBionicPage a {
  color: inherit;
}

.ab-wrap {
  width: min(var(--ab-max), calc(100% - 40px));
  margin: 0 auto;
}

.ab-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .84);
  min-height: 34px;
  border-radius: 999px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .02em;
  backdrop-filter: blur(14px);
}

.ab-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ab-green);
  box-shadow: 0 0 22px var(--ab-green);
  flex: 0 0 auto;
}

.ab-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(7, 16, 30, .14);
  background: #fff;
  color: var(--ab-ink);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease;
  white-space: nowrap;
}

.ab-btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--ab-shadow-soft);
  border-color: rgba(7, 16, 30, .22);
}

.ab-btn.dark {
  border-color: rgba(255, 255, 255, .14);
  color: #fff;
  background: rgba(255, 255, 255, .1);
}

.ab-btn.dark:hover {
  background: rgba(255, 255, 255, .16);
}

.ab-btn.primary {
  border-color: transparent;
  color: #021222;
  background: linear-gradient(135deg, var(--ab-cyan), var(--ab-green));
  box-shadow: 0 16px 38px rgba(53, 229, 255, .22);
}

.ab-btn.blue {
  border-color: transparent;
  color: #fff;
  background: linear-gradient(135deg, var(--ab-blue), var(--ab-blue-2));
  box-shadow: 0 16px 38px rgba(55, 117, 214, .28);
}

.ab-section {
  padding: 84px 0;
}

.ab-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 26px;
  margin-bottom: 28px;
}

.ab-section-head h2 {
  margin: 0;
  font-size: clamp(20px, 5vw, 50px);
  line-height: .96;
  letter-spacing: -.065em;
  max-width: 760px;
}

.ab-section-head p {
  margin: 0;
  color: var(--ab-soft);
  line-height: 1.7;
  font-size: 15px;
  max-width: 420px;
}

/* HERO */
.ab-hero {
  position: relative;
  min-height: calc(100svh - var(--ab-page-offset, 68px));
  display: grid;
  align-items: center;
  padding: 10px 0 10px;
  background:
    radial-gradient(circle at 16% 0%, rgba(53, 229, 255, .20), transparent 30%),
    radial-gradient(circle at 90% 10%, rgba(120, 255, 186, .14), transparent 32%),
    linear-gradient(180deg, #07101e 0%, #0a162a 60%, #f7f9fd 60.1%, #f7f9fd 100%);
  color: #fff;
  overflow: hidden;
}

.ab-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, .85), transparent 72%);
  pointer-events: none;
}

.ab-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: center;
}

.ab-hero-copy h1 {
  margin: 22px 0 20px;
  font-size: clamp(30px, 7vw, 60px);
  line-height: .90;
  letter-spacing: -.078em;
  max-width: 720px;
}

.ab-gradient-text {
  background: linear-gradient(90deg, #fff 0%, var(--ab-cyan) 55%, var(--ab-green) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ab-hero-copy p {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, .72);
  font-size: clamp(16px, 1.8vw, 19px);
  line-height: 1.72;
  max-width: 660px;
}

.ab-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}

.ab-quick-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  max-width: 720px;
}

.ab-quick-item {
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  backdrop-filter: blur(14px);
}

.ab-quick-item b {
  display: block;
  font-size: 16px;
  letter-spacing: -.04em;
}

.ab-quick-item span {
  display: block;
  color: rgba(255, 255, 255, .55);
  font-size: 12px;
  margin-top: 4px;
}

.ab-hero-console {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow: 0 36px 100px rgba(0, 0, 0, .35);
  border-radius: 38px;
  padding: 18px;
  backdrop-filter: blur(24px);
}

.ab-console-inner {
  min-height: 400px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 30% 10%, rgba(53, 229, 255, .25), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, .10), rgba(255, 255, 255, .03));
  border: 1px solid rgba(255, 255, 255, .12);
  padding: 18px;
  position: relative;
  overflow: hidden;
}

.ab-console-top {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}

.ab-console-title b {
  display: block;
  font-size: 14px;
  letter-spacing: -.02em;
}

.ab-console-title span {
  display: block;
  color: rgba(255, 255, 255, .56);
  font-size: 12px;
  margin-top: 3px;
}

.ab-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(120, 255, 186, .12);
  border: 1px solid rgba(120, 255, 186, .22);
  color: var(--ab-green);
  font-size: 12px;
  font-weight: 900;
}

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

.ab-console-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 12px;
  position: relative;
  z-index: 2;
}

.ab-console-card {
  border-radius: 20px;
  padding: 15px;
  background: rgba(4, 12, 24, .64);
  border: 1px solid rgba(255, 255, 255, .12);
  min-height: 128px;
}

.ab-console-card svg {
  width: 24px;
  height: 24px;
  color: var(--ab-cyan);
  margin-bottom: 10px;
}

.ab-console-card b {
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
}

.ab-console-card span {
  display: block;
  color: rgba(255, 255, 255, .58);
  font-size: 12px;
  line-height: 1.5;
}

.ab-console-orb {
  position: absolute;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  right: -90px;
  top: 120px;
  background: radial-gradient(circle, rgba(53, 229, 255, .20), transparent 66%);
  pointer-events: none;
}

/* Logo / media strip */
.ab-media-strip {
  position: relative;
  z-index: 2;
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.ab-media-tile {
  min-height: 108px;
  border-radius: 22px;
  background: #fff;
  color: var(--ab-ink);
  border: 1px solid rgba(7, 16, 30, .1);
  box-shadow: var(--ab-shadow-soft);
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  overflow: hidden;
  position: relative;
}

.ab-media-tile::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  right: -34px;
  top: -42px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(55, 117, 214, .18), transparent 70%);
}

.ab-media-tile b {
  position: relative;
  z-index: 1;
  font-size: 13px;
  line-height: 1.25;
  letter-spacing: -.03em;
}

.ab-media-tile span {
  position: relative;
  z-index: 1;
  color: var(--ab-soft);
  font-size: 11px;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: .08em;
}

/* Technology board */
.ab-tech-board {
  border-radius: 38px;
  background: #fff;
  border: 1px solid rgba(7, 16, 30, .09);
  box-shadow: var(--ab-shadow-soft);
  padding: 18px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.ab-tech-card {
  min-height: 238px;
  border-radius: 26px;
  border: 1px solid rgba(7, 16, 30, .09);
  background:
    radial-gradient(circle at 85% 10%, rgba(55, 117, 214, .10), transparent 36%),
    linear-gradient(180deg, #fff, #f6f8fc);
  padding: 20px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.ab-tech-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--ab-shadow-soft);
  border-color: rgba(55, 117, 214, .22);
}

.ab-tech-card.big {
  grid-column: span 2;
}

.ab-tech-card.tall {
  grid-row: span 2;
  min-height: 490px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 14%, rgba(53, 229, 255, .22), transparent 34%),
    linear-gradient(160deg, #07101e, #142544);
}

.ab-vector-icon {
  width: 48px;
  height: 48px;
  border-radius: 17px;
  display: grid;
  place-items: center;
  color: var(--ab-blue);
  background: rgba(55, 117, 214, .08);
  border: 1px solid rgba(55, 117, 214, .12);
  margin-bottom: 18px;
}

.ab-tech-card.tall .ab-vector-icon {
  color: var(--ab-cyan);
  background: #3775d614;
  border-color: rgba(255, 255, 255, .14);
  border-radius: 17px;
  border: 1px solid rgba(55, 117, 214, .12);
}

.ab-vector-icon svg {
  width: 26px;
  height: 26px;
}

.ab-tech-card h3 {
  margin: 0 0 9px;
  font-size: 21px;
  letter-spacing: -.045em;
}

.ab-tech-card p {
  margin: 0;
  color: var(--ab-soft);
  font-size: 14px;
  line-height: 1.62;
  max-width: 390px;
}

.ab-tech-card.tall p {
  color: rgba(255, 255, 255, .66);
}

.ab-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
  position: relative;
  z-index: 2;
}

.ab-chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(7, 16, 30, .06);
  border: 1px solid rgba(7, 16, 30, .08);
  color: #1d2a3f;
  font-size: 11px;
  font-weight: 850;
  white-space: nowrap;
}

.ab-tech-card.tall .ab-chip {
  background: rgba(255, 255, 255, .09);
  border-color: rgba(255, 255, 255, .13);
  color: #fff;
}

.ab-visual-diagram {
  position: absolute;
  right: -50px;
  bottom: -54px;
  width: 204px;
  height: 204px;
  border-radius: 50%;
  border: 1px solid rgba(55, 117, 214, .16);
  background:
    radial-gradient(circle, rgba(55, 117, 214, .10) 0 16%, transparent 17%),
    repeating-conic-gradient(from 0deg, rgba(55, 117, 214, .10) 0 8deg, transparent 8deg 20deg);
  opacity: .9;
}

.ab-tech-card.tall .ab-visual-diagram {
  border-color: rgba(255, 255, 255, .18);
  background:
    radial-gradient(circle, rgba(53, 229, 255, .16) 0 16%, transparent 17%),
    repeating-conic-gradient(from 0deg, rgba(255, 255, 255, .11) 0 8deg, transparent 8deg 20deg);
}

/* Product cards */
.ab-products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.ab-product-card {
  border-radius: 32px;
  background: #fff;
  border: 1px solid rgba(7, 16, 30, .09);
  box-shadow: var(--ab-shadow-soft);
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease;
}

.ab-product-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--ab-shadow);
}

.ab-product-visual {
  height: 224px;
  background:
    radial-gradient(circle at 25% 20%, rgba(53, 229, 255, .18), transparent 28%),
    radial-gradient(circle at 82% 30%, rgba(120, 255, 186, .14), transparent 30%),
    linear-gradient(150deg, #07101e, #142544);
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
}

.ab-product-visual img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, .82);
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, .22));
}

.ab-product-visual .ab-image-note {
  position: absolute;
  left: 14px;
  bottom: 14px;
  right: 14px;
  color: rgba(255, 255, 255, .64);
  font-size: 11px;
  font-weight: 750;
  padding: 9px 10px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(0, 0, 0, .22);
  backdrop-filter: blur(14px);
}

.ab-product-body {
  padding: 22px;
}

.ab-product-top {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 10px;
}

.ab-product-body h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: -.05em;
}

.ab-product-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  color: #042135;
  background: linear-gradient(135deg, rgba(53, 229, 255, .95), rgba(120, 255, 186, .95));
  font-size: 11px;
  font-weight: 950;
  white-space: nowrap;
}

.ab-product-body p {
  margin: 0 0 18px;
  color: var(--ab-soft);
  line-height: 1.62;
  font-size: 14px;
}

.ab-product-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.ab-small-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 32px;
  padding: 0 11px;
  border-radius: 999px;
  color: #182235;
  text-decoration: none;
  background: #f3f6fb;
  border: 1px solid rgba(7, 16, 30, .08);
  font-size: 12px;
  font-weight: 850;
}

.ab-small-link:hover {
  color: var(--ab-blue-2);
  background: #edf3ff;
}

/* App dashboard */
.ab-os {
  border-radius: 40px;
  padding: 18px;
  background:
    radial-gradient(circle at 85% 10%, rgba(36, 95, 184, .12), transparent 34%), linear-gradient(180deg, rgba(246, 249, 253, .78), rgba(229, 238, 249, .78));
  color: #fff;
  box-shadow: var(--ab-shadow);
}

.ab-os-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 16px;
}

.ab-os-panel {
  border-radius: 30px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  padding: 22px;
  min-height: 520px;
  overflow: hidden;
  position: relative;
}

.ab-os-panel h3 {
  margin: 0 0 12px;
  font-size: 38px;
  line-height: .98;
  letter-spacing: -.06em;
}

.ab-os-panel p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, .66);
  line-height: 1.68;
  font-size: 14px;
}

.ab-os-list {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.ab-os-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .11);
}

.ab-os-row b {
  display: block;
  font-size: 13px;
}

.ab-os-row span {
  display: block;
  margin-top: 3px;
  color: rgba(255, 255, 255, .52);
  font-size: 12px;
}

.ab-os-toggle {
  width: 42px;
  height: 24px;
  border-radius: 999px;
  background: rgba(120, 255, 186, .18);
  border: 1px solid rgba(37, 164, 99, 0.563);
  position: relative;
  flex: 0 0 auto;
}

.ab-os-toggle::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: 2px;
  right: 2px;
  border-radius: 50%;
  background: var(--ab-green);
  box-shadow: 0 0 16px rgba(120, 255, 186, .62);
}

.ab-flow-map {
  min-height: 100%;
  border-radius: 30px;
  background:
    radial-gradient(circle at 24% 40%, rgba(53, 229, 255, .25), transparent 10%),
    radial-gradient(circle at 68% 28%, rgba(120, 255, 186, .18), transparent 10%),
    radial-gradient(circle at 64% 74%, rgba(255, 191, 102, .16), transparent 11%),
    linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px),
    rgba(255, 255, 255, .04);
  background-size: auto, auto, auto, 42px 42px, 42px 42px, auto;
  border: 1px solid rgba(255, 255, 255, .12);
  position: relative;
  overflow: hidden;
}

.ab-flow-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ab-node {
  position: absolute;
  min-width: 142px;
  padding: 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .10);
  border: 1px solid rgba(255, 255, 255, .14);
  backdrop-filter: blur(16px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .18);
}

.ab-node b {
  display: block;
  font-size: 12px;
  margin-bottom: 4px;
}

.ab-node span {
  display: block;
  font-size: 11px;
  color: rgba(255, 255, 255, .56);
}

.ab-node.one {
  left: 8%;
  top: 16%;
}

.ab-node.two {
  right: 10%;
  top: 26%;
}

.ab-node.three {
  left: 16%;
  bottom: 18%;
}

.ab-node.four {
  right: 12%;
  bottom: 16%;
}

.ab-flow-line {
  position: absolute;
  left: 18%;
  right: 18%;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(53, 229, 255, .70), transparent);
  transform: rotate(-14deg);
  filter: drop-shadow(0 0 16px rgba(53, 229, 255, .4));
}

/* Resources */
.ab-resource-grid {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: 16px;
  align-items: stretch;
}

.ab-video-box {
  min-height: 300px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 30% 20%, rgba(53, 229, 255, .18), transparent 32%),
    linear-gradient(160deg, #07101e, #152746);
  color: #fff;
  box-shadow: var(--ab-shadow-soft);
  border: 1px solid rgba(7, 16, 30, .1);
  overflow: hidden;
  position: relative;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 34px;
}

.ab-video-box iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: none;
}

.ab-video-box.has-video iframe {
  display: block;
}

.ab-play-circle {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 auto 20px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .18);
  box-shadow: 0 24px 80px rgba(0, 0, 0, .26);
}

.ab-video-box h3 {
  margin: 0 0 10px;
  font-size: 34px;
  letter-spacing: -.06em;
}

.ab-video-box p {
  margin: 0 auto 20px;
  max-width: 520px;
  color: rgba(255, 255, 255, .66);
  line-height: 1.65;
}

.video {
  width: 100%;
  border-radius: 30px;

}

.video iframe {
  width: 100%;
  height: auto;
  border: 1px solid rgb(40, 40, 40);
}

.ab-resource-list {
  display: grid;
  gap: 12px;
}

.ab-resource-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 104px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(7, 16, 30, .09);
  box-shadow: var(--ab-shadow-soft);
  padding: 18px;
  color: var(--ab-ink);
  text-decoration: none;
  transition: transform .22s ease, border-color .22s ease;
}

.ab-resource-card:hover {
  transform: translateY(-3px);
  border-color: rgba(55, 117, 214, .26);
}

.ab-resource-card b {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
  letter-spacing: -.03em;
}

.ab-resource-card span {
  color: var(--ab-soft);
  font-size: 13px;
  line-height: 1.45;
}

.ab-resource-type {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: #f1f5fd;
  display: grid;
  place-items: center;
  color: var(--ab-blue-2);
  font-size: 12px;
  font-weight: 950;
  flex: 0 0 auto;
}

/* CTA */
.ab-cta {
  border-radius: 42px;
  padding: 46px;
  color: #fff;
  background:
    radial-gradient(circle at 18% 14%, rgba(53, 229, 255, .24), transparent 30%),
    radial-gradient(circle at 78% 80%, rgba(120, 255, 186, .14), transparent 32%),
    linear-gradient(140deg, #07101e, #152746);
  box-shadow: var(--ab-shadow);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.ab-cta::after {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  right: -150px;
  top: -120px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .18);
  background: repeating-conic-gradient(from 0deg, rgba(255, 255, 255, .08) 0 8deg, transparent 8deg 20deg);
}

.ab-cta h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  font-size: clamp(34px, 5vw, 66px);
  line-height: .95;
  letter-spacing: -.068em;
  max-width: 820px;
}

.ab-cta p {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 720px;
  color: rgba(255, 255, 255, .66);
  line-height: 1.7;
}

.ab-cta-actions {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

/* Modal */
.ab-modal {
  position: fixed;
  inset: 0;
  z-index: 11000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(7, 16, 30, .62);
  backdrop-filter: blur(12px);
}

.ab-modal.active {
  display: flex;
}

.ab-modal-card {
  width: min(720px, 96vw);
  max-height: min(760px, 88svh);
  overflow: auto;
  border-radius: 32px;
  background: #fff;
  color: var(--ab-ink);
  box-shadow: 0 40px 120px rgba(0, 0, 0, .32);
  padding: 26px;
  position: relative;
}

.ab-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border-radius: 15px;
  border: 1px solid var(--ab-line);
  background: #fff;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}

.ab-modal-card h3 {
  margin: 0 50px 12px 0;
  font-size: 36px;
  line-height: 1;
  letter-spacing: -.06em;
}

.ab-modal-card p {
  margin: 0 0 18px;
  color: var(--ab-soft);
  line-height: 1.7;
}

.ab-contact-form {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.ab-contact-form input,
.ab-contact-form textarea,
.ab-contact-form select {
  width: 100%;
  min-height: 48px;
  border-radius: 16px;
  border: 1px solid rgba(7, 16, 30, .12);
  background: #f8fafd;
  color: var(--ab-ink);
  padding: 12px 14px;
  outline: none;
  font: inherit;
}

.ab-contact-form textarea {
  min-height: 118px;
  resize: vertical;
}

/* Responsive */
@media (max-width: 1160px) {

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

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

@media (max-width: 980px) {
  .ab-hero {
    min-height: auto;
    padding: 72px 0 60px;
    background:
      radial-gradient(circle at 20% 0%, rgba(53, 229, 255, .20), transparent 32%),
      linear-gradient(180deg, #07101e 0%, #0a162a 68%, #f7f9fd 68.1%, #f7f9fd 100%);
  }

  .ab-hero-grid,
  .ab-os-grid,
  .ab-resource-grid,
  .ab-cta {
    grid-template-columns: 1fr;
  }

  .ab-console-inner {
    min-height: 560px;
  }

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

  .ab-section-head {
    display: block;
  }

  .ab-section-head p {
    margin-top: 14px;
  }

  .ab-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .ab-wrap {
    width: min(100% - 28px, var(--ab-max));
  }

  .ab-section {
    padding: 58px 0;
  }

  .ab-quick-strip,
  .ab-media-strip,
  .ab-tech-board,
  .ab-products-grid,
  .ab-console-cards {
    grid-template-columns: 1fr;
  }

  .ab-tech-card.big,
  .ab-tech-card.tall {
    grid-column: auto;
    grid-row: auto;
    min-height: 246px;
  }

  .ab-console-inner {
    min-height: auto;
  }

  .ab-mission-map {
    width: 100%;
    height: 250px;
  }

  .ab-mission-map iframe {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    border: 0 !important;
  }

  .ab-video-box {
    min-height: 380px;
    padding: 24px;
  }

  .ab-os-panel {
    min-height: 420px;
    padding: 18px;
  }

  .ab-node {
    min-width: 118px;
  }

  .ab-node.one {
    left: 5%;
    top: 12%;
  }

  .ab-node.two {
    right: 5%;
    top: 30%;
  }

  .ab-node.three {
    left: 6%;
    bottom: 18%;
  }

  .ab-node.four {
    right: 5%;
    bottom: 10%;
  }

  .ab-cta {
    padding: 30px;
  }
}

@media (max-width: 460px) {

  .ab-hero-actions,
  .ab-product-links,
  .ab-cta-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ab-btn,
  .ab-small-link {
    width: 100%;
  }
}

/* THEME SYSTEM + COLOR-CONFLICT FIXES
       ------------------------------------------------------------
       This layer makes the site safer in both light and dark mode.
       It avoids low-contrast overlays, transparent menu collisions,
       cyan-on-white glare, and modal/drawer readability issues.
    */
html[data-ab-theme="light"] {
  color-scheme: light;
  --ab-blue: #2f6fd2;
  --ab-blue-2: #174ea6;
  --ab-cyan: #0099c7;
  --ab-green: #0e8f5a;
  --ab-orange: #b86b00;
  --ab-red: #c9364a;
  --ab-ink: #07101e;
  --ab-ink-2: #0d1525;
  --ab-surface: #f7f9fd;
  --ab-card: #ffffff;
  --ab-soft: #566177;
  --ab-line: rgba(7, 16, 30, 0.14);
  --ab-field-bg: #f8fafd;
  --ab-shadow: 0 28px 80px rgba(7, 16, 30, 0.18);
  --ab-shadow-soft: 0 14px 44px rgba(7, 16, 30, 0.12);
}

html[data-ab-theme="dark"] {
  color-scheme: dark;
  --ab-blue: #6ea2ff;
  --ab-blue-2: #8cb6ff;
  --ab-cyan: #54e8ff;
  --ab-green: #75f5b1;
  --ab-orange: #ffc36f;
  --ab-red: #ff7a87;
  --ab-ink: #f7faff;
  --ab-ink-2: #e8eefb;
  --ab-surface: #05070d;
  --ab-card: #0b1324;
  --ab-soft: #aeb9cc;
  --ab-line: rgba(255, 255, 255, 0.15);
  --ab-field-bg: rgba(255, 255, 255, .07);
  --ab-shadow: 0 30px 90px rgba(0, 0, 0, 0.48);
  --ab-shadow-soft: 0 16px 48px rgba(0, 0, 0, 0.34);
}

html[data-ab-theme="dark"] body,
html[data-ab-theme="dark"] #armorBionicPage {
  background: var(--ab-surface);
  color: var(--ab-ink);
}

.ab-modal-card,
.ab-modal-close {
  background: var(--ab-card);
  color: var(--ab-ink);
  border-color: var(--ab-line);
}

html[data-ab-theme="dark"] .ab-hero {
  background:
    radial-gradient(circle at 16% 0%, rgba(84, 232, 255, .18), transparent 30%),
    radial-gradient(circle at 90% 10%, rgba(117, 245, 177, .12), transparent 32%),
    linear-gradient(180deg, #05070d 0%, #07101e 70%, #05070d 100%);
  color: #fff;
}

html[data-ab-theme="light"] .ab-hero {
  background: radial-gradient(circle at 12% -6%, rgba(47, 111, 210, .18), transparent 32%), radial-gradient(circle at 96% 9%, rgba(0, 153, 199, .13), transparent 30%), radial-gradient(circle at 50% 105%, rgba(6, 114, 76, .09), transparent 35%), linear-gradient(180deg, #e2eaf5 0%, #edf3fa 42%, #e7edf6 100%) !important;
}

html[data-ab-theme="dark"] .ab-tech-board,
html[data-ab-theme="dark"] .ab-product-card,
html[data-ab-theme="dark"] .ab-media-tile,
html[data-ab-theme="dark"] .ab-resource-card {
  background: var(--ab-card);
  color: var(--ab-ink);
  border-color: var(--ab-line);
  box-shadow: var(--ab-shadow-soft);
}

html[data-ab-theme="dark"] .ab-tech-card {
  background:
    radial-gradient(circle at 85% 10%, rgba(110, 162, 255, .14), transparent 36%),
    linear-gradient(180deg, #0d1628, #08101f);
  border-color: var(--ab-line);
  color: var(--ab-ink);
}

html[data-ab-theme="dark"] .ab-tech-card.tall,
html[data-ab-theme="dark"] .ab-os,
html[data-ab-theme="dark"] .ab-video-box,
html[data-ab-theme="dark"] .ab-cta {
  background:
    radial-gradient(circle at 18% 14%, rgba(84, 232, 255, .16), transparent 30%),
    radial-gradient(circle at 78% 80%, rgba(117, 245, 177, .10), transparent 32%),
    linear-gradient(140deg, #05070d, #091427);
  color: #fff;
}

html[data-ab-theme="dark"] .ab-section-head p,
html[data-ab-theme="dark"] .ab-tech-card p,
html[data-ab-theme="dark"] .ab-product-body p,
html[data-ab-theme="dark"] .ab-resource-card span,
html[data-ab-theme="dark"] .ab-media-tile span,
html[data-ab-theme="dark"] .ab-modal-card p {
  color: var(--ab-soft);
}

html[data-ab-theme="dark"] .ab-btn:not(.primary):not(.blue):not(.dark),
html[data-ab-theme="dark"] .ab-small-link,
html[data-ab-theme="dark"] .ab-resource-type,
html[data-ab-theme="dark"] .ab-chip {
  background: rgba(255, 255, 255, .08);
  color: var(--ab-ink);
  border-color: var(--ab-line);
}

html[data-ab-theme="dark"] .ab-btn.dark {
  background: rgba(255, 255, 255, .11);
  color: #fff;
  border-color: rgba(255, 255, 255, .18);
}

html[data-ab-theme="dark"] .ab-contact-form input,
html[data-ab-theme="dark"] .ab-contact-form textarea,
html[data-ab-theme="dark"] .ab-contact-form select {
  background: var(--ab-field-bg);
  color: var(--ab-ink);
  border-color: var(--ab-line);
}

html[data-ab-theme="dark"] .ab-contact-form input::placeholder,
html[data-ab-theme="dark"] .ab-contact-form textarea::placeholder {
  color: rgba(247, 250, 255, .58);
}

html[data-ab-theme="dark"] .ab-product-badge,
html[data-ab-theme="dark"] .ab-btn.primary {
  color: #021222;
}

html[data-ab-theme="light"] .ab-gradient-text {
  background: linear-gradient(90deg, #ffffff 0%, #3f825f 48%, #54e8ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

html[data-ab-theme="dark"] .ab-gradient-text {
  background: linear-gradient(90deg, #ffffff 0%, #54e8ff 54%, #75f5b1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

html[data-ab-theme="dark"] .ab-vector-icon {
  background: rgba(110, 162, 255, .12);
  border-color: rgba(110, 162, 255, .22);
  color: var(--ab-blue);
}

html[data-ab-theme="dark"] .ab-modal {
  background: rgba(0, 0, 0, .72);
}

/* Prevent header overlap / tiny-device UI errors */



/* READABILITY + LIQUID GLASS UI SAFETY PATCH
       ------------------------------------------------------------
       Purpose:
       - Improve text size, tracking, and line-height for easier reading.
       - Prevent white-on-white conflicts in light mode.
       - Add a safer Liquid Glass material system: blur + tint + stroke + shadow,
         while preserving contrast and avoiding transparent menu/page overlap.
    */

#armorBionicPage {
  font-size: 16px;
  line-height: 1.58;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#armorBionicPage p,
#armorBionicPage li,
#armorBionicPage input,
#armorBionicPage textarea,
#armorBionicPage select {
  font-size: clamp(15px, 1.03vw, 17px);
  line-height: 1.68;
  letter-spacing: -0.006em;
}

#armorBionicPage h1,
#armorBionicPage h2,
#armorBionicPage h3,
#armorBionicPage h4 {
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.ab-hero-copy h1 {
  line-height: .98;
  letter-spacing: -.055em;
  max-width: 760px;
}

.ab-section-head h2,
.ab-cta h2 {
  line-height: 1.02;
  letter-spacing: -.052em;
}

.ab-tech-card h3,
.ab-product-body h3,
.ab-os-panel h3,
.ab-video-box h3,
.ab-modal-card h3 {
  line-height: 1.12;
  letter-spacing: -.04em;
}

.ab-btn,
.ab-small-link {
  font-size: 14px;
  line-height: 1.35;
}

.ab-chip,
.ab-product-badge,
.ab-resource-type,
.ab-quick-item span,
.ab-console-title span,
.ab-console-card span,
.ab-os-row span,
.ab-node span,
.ab-media-tile span {
  font-size: 12.5px;
  line-height: 1.45;
}

html[data-ab-theme="light"] body,
html[data-ab-theme="light"] #armorBionicPage {
  color: #07101e;
  background: #f5f7fb;
}

html[data-ab-theme="light"] {
  --ab-surface: #f5f7fb;
  --ab-card: #ffffff;
  --ab-soft: #48566b;
  --ab-line: rgba(7, 16, 30, .16);
  --ab-field-bg: #f7f9fd;
  --ab-glass-bg: rgba(255, 255, 255, .82);
  --ab-glass-bg-strong: rgba(255, 255, 255, .94);
  --ab-glass-stroke: rgba(7, 16, 30, .14);
  --ab-glass-shadow: 0 24px 70px rgba(23, 40, 68, .16);
  --ab-glass-highlight: rgba(255, 255, 255, .96);
}

html[data-ab-theme="dark"] {
  --ab-glass-bg: rgba(10, 18, 34, .72);
  --ab-glass-bg-strong: rgba(10, 18, 34, .92);
  --ab-glass-stroke: rgba(255, 255, 255, .16);
  --ab-glass-shadow: 0 28px 90px rgba(0, 0, 0, .46);
  --ab-glass-highlight: rgba(255, 255, 255, .32);
}

html[data-ab-theme="light"] .ab-section-head p,
html[data-ab-theme="light"] .ab-tech-card p,
html[data-ab-theme="light"] .ab-product-body p,
html[data-ab-theme="light"] .ab-resource-card span,
html[data-ab-theme="light"] .ab-media-tile span,
html[data-ab-theme="light"] .ab-modal-card p {
  color: #48566b;
}

html[data-ab-theme="light"] .ab-tech-card,
html[data-ab-theme="light"] .ab-product-card,
html[data-ab-theme="light"] .ab-media-tile,
html[data-ab-theme="light"] .ab-resource-card,
html[data-ab-theme="light"] .ab-modal-card {
  color: #07101e;
  background: #ffffff;
  border-color: rgba(7, 16, 30, .12);
}

html[data-ab-theme="light"] .ab-btn.dark {
  background: #0d1525;
  color: #ffffff;
  border-color: rgba(13, 21, 37, .92);
}

html[data-ab-theme="light"] .ab-modal-close {
  color: #07101e;
  background: #ffffff;
  border-color: rgba(7, 16, 30, .16);
}

html[data-ab-theme="light"] .ab-small-link,
html[data-ab-theme="light"] .ab-chip,
html[data-ab-theme="light"] .ab-resource-type {
  color: #132033;
  background: #eef3fb;
  border-color: rgba(7, 16, 30, .11);
}

html[data-ab-theme="light"] .ab-product-badge,
html[data-ab-theme="light"] .ab-btn.primary {
  color: #031625;
}

html[data-ab-theme="light"] .ab-contact-form input,
html[data-ab-theme="light"] .ab-contact-form textarea,
html[data-ab-theme="light"] .ab-contact-form select {
  color: #07101e;
  background: #f7f9fd;
  border-color: rgba(7, 16, 30, .16);
}

html[data-ab-theme="light"] .ab-contact-form input::placeholder,
html[data-ab-theme="light"] .ab-contact-form textarea::placeholder {
  color: #667085;
}

html[data-ab-theme="light"] .ab-tech-card.tall,
html[data-ab-theme="light"] .ab-os,
html[data-ab-theme="light"] .ab-video-box,
html[data-ab-theme="light"] .ab-cta,
html[data-ab-theme="light"] .ab-product-visual,
html[data-ab-theme="light"] .ab-hero-console,
html[data-ab-theme="light"] .ab-console-inner,
html[data-ab-theme="light"] .ab-console-card {
  color: #ffffff;
}

html[data-ab-theme="light"] .ab-tech-card.tall p,
html[data-ab-theme="light"] .ab-os-panel p,
html[data-ab-theme="light"] .ab-video-box p,
html[data-ab-theme="light"] .ab-cta p,
html[data-ab-theme="light"] .ab-console-card span,
html[data-ab-theme="light"] .ab-console-title span,
html[data-ab-theme="light"] .ab-os-row span,
html[data-ab-theme="light"] .ab-node span,
html[data-ab-theme="light"] .ab-product-visual .ab-image-note {
  color: rgba(255, 255, 255, .76);
}

html[data-ab-theme="light"] .ab-hero-copy p,
html[data-ab-theme="light"] .ab-eyebrow,
html[data-ab-theme="light"] .ab-quick-item span {
  color: rgba(255, 255, 255, .82);
}

.ab-liquid,
.ab-modal-card,
.ab-hero-console,
.ab-tech-board,
.ab-product-card,
.ab-resource-card,
.ab-media-tile,
.ab-os-panel,
.ab-video-box,
.ab-cta {
  backdrop-filter: blur(22px) saturate(1.18);
  -webkit-backdrop-filter: blur(22px) saturate(1.18);
}

.ab-tech-card,
.ab-product-card,
.ab-resource-card,
.ab-media-tile,
.ab-modal-card,
.ab-hero-console,
.ab-os-panel {
  position: relative;
}

.ab-tech-card::before,
.ab-product-card::before,
.ab-resource-card::before,
.ab-media-tile::before,
.ab-modal-card::before,
.ab-hero-console::before,
.ab-os-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, var(--ab-glass-highlight), transparent 32%, transparent 68%, rgba(255, 255, 255, .08));
  opacity: .34;
  mask-image: linear-gradient(180deg, #000, transparent 70%);
}

@media (hover:hover) and (pointer:fine) {

  .ab-tech-card:hover,
  .ab-product-card:hover,
  .ab-resource-card:hover,
  .ab-media-tile:hover {
    transform: translateY(-4px) scale(1.005);
  }
}

@media (max-width: 720px) {

  #armorBionicPage p,
  #armorBionicPage li,
  #armorBionicPage input,
  #armorBionicPage textarea,
  #armorBionicPage select {
    font-size: 15.5px;
    line-height: 1.68;
  }

  .ab-hero-copy h1 {
    font-size: clamp(40px, 13.5vw, 62px);
    line-height: 1.02;
    letter-spacing: -.048em;
  }

  .ab-section-head h2,
  .ab-cta h2 {
    font-size: clamp(31px, 9vw, 48px);
  }

  .ab-tech-card,
  .ab-product-body,
  .ab-resource-card,
  .ab-os-panel,
  .ab-modal-card {
    padding: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

/* LIGHT MODE EMERGENCY CONTRAST PATCH â€” v2
       ------------------------------------------------------------
       Goal: remove all white-on-white conflicts when Light Mode is active.
       Strategy: every white/surface card gets dark text by default; only
       intentional dark visual areas keep white text. This patch is scoped to
       #armorBionicPage and uses high specificity so WordPress theme CSS cannot
       easily override it.
    */

html[data-ab-theme="light"] #armorBionicPage {
  --ab-light-text: #07101e;
  --ab-light-heading: #07101e;
  --ab-light-muted: #3f4d63;
  --ab-light-soft: #59677c;
  --ab-light-card: #ffffff;
  --ab-light-card-2: #f7f9fd;
  --ab-light-border: rgba(7, 16, 30, .16);
  --ab-glass-highlight: rgba(255, 255, 255, .26);
  color: var(--ab-light-text) !important;
  background: #f5f7fb !important;
}

/* Default readable text on light/surface areas */
html[data-ab-theme="light"] #armorBionicPage :is(.ab-section, .ab-section-head, .ab-tech-board, .ab-tech-card:not(.tall), .ab-product-card, .ab-product-body, .ab-media-tile, .ab-resource-card, .ab-modal-card, .ab-contact-form, .ab-resource-list) {
  color: var(--ab-light-text) !important;
}

html[data-ab-theme="light"] #armorBionicPage :is(.ab-section-head, .ab-tech-board, .ab-tech-card:not(.tall), .ab-product-card, .ab-product-body, .ab-media-tile, .ab-resource-card, .ab-modal-card, .ab-contact-form) :is(h1, h2, h3, h4, h5, h6, b, strong, summary, label) {
  color: var(--ab-light-heading) !important;
}

html[data-ab-theme="light"] #armorBionicPage :is(.ab-section-head, .ab-tech-card:not(.tall), .ab-product-body, .ab-media-tile, .ab-resource-card, .ab-modal-card, .ab-contact-form) :is(p, li, small) {
  color: var(--ab-light-muted) !important;
}

html[data-ab-theme="light"] #armorBionicPage :is(.ab-media-tile span, .ab-resource-card span, .ab-modal-card p, .ab-product-body p, .ab-tech-card:not(.tall) p, .ab-section-head p, .ab-contact-form input::placeholder, .ab-contact-form textarea::placeholder) {
  color: var(--ab-light-muted) !important;
}

html[data-ab-theme="light"] #armorBionicPage :is(.ab-resource-card, .ab-small-link) {
  color: #132033 !important;
}

/* Cards and panels must be visibly separate from the page background */
html[data-ab-theme="light"] #armorBionicPage :is(.ab-tech-board, .ab-tech-card:not(.tall), .ab-product-card, .ab-media-tile, .ab-resource-card, .ab-modal-card) {
  background-color: var(--ab-light-card) !important;
  border-color: var(--ab-light-border) !important;
  box-shadow: 0 18px 54px rgba(7, 16, 30, .11) !important;
}

html[data-ab-theme="light"] #armorBionicPage .ab-tech-card:not(.tall) {
  background:
    radial-gradient(circle at 85% 10%, rgba(47, 111, 210, .10), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f7f9fd 100%) !important;
}

/* Intentional dark / visual zones: keep white text only here */
html[data-ab-theme="light"] #armorBionicPage :is(.ab-hero, .ab-hero-console, .ab-console-inner, .ab-console-card, .ab-tech-card.tall, .ab-os, .ab-os-panel, .ab-flow-map, .ab-node, .ab-video-box, .ab-cta, .ab-product-visual) {
  color: #ffffff !important;
}

html[data-ab-theme="light"] #armorBionicPage :is(.ab-hero, .ab-hero-console, .ab-console-inner, .ab-console-card, .ab-tech-card.tall, .ab-os, .ab-os-panel, .ab-flow-map, .ab-node, .ab-video-box, .ab-cta, .ab-product-visual) :is(h1, h2, h3, h4, h5, h6, b, strong, summary, label, a) {
  color: #ffffff !important;
}

html[data-ab-theme="light"] #armorBionicPage :is(.ab-hero-copy p, .ab-eyebrow, .ab-quick-item span, .ab-console-title span, .ab-console-card span, .ab-tech-card.tall p, .ab-tech-card.tall .ab-chip, .ab-os-panel p, .ab-os-row span, .ab-node span, .ab-video-box p, .ab-cta p, .ab-product-visual .ab-image-note) {
  color: rgba(0, 0, 0, 0.78) !important;
}

/* Buttons, chips, labels */
html[data-ab-theme="light"] #armorBionicPage .ab-btn.primary,
html[data-ab-theme="light"] #armorBionicPage .ab-product-badge {
  color: #031625 !important;
  text-shadow: none !important;
}

html[data-ab-theme="light"] #armorBionicPage .ab-btn.blue {
  color: #ffffff !important;
  background: linear-gradient(135deg, #2f6fd2, #174ea6) !important;
}

html[data-ab-theme="light"] #armorBionicPage .ab-btn.dark {
  color: #ffffff !important;
  background: #0d1525 !important;
  border-color: rgba(13, 21, 37, .88) !important;
}

html[data-ab-theme="light"] #armorBionicPage :is(.ab-chip, .ab-small-link, .ab-resource-type) {
  color: #132033 !important;
  background: #edf3fb !important;
  border-color: rgba(7, 16, 30, .12) !important;
}

html[data-ab-theme="light"] #armorBionicPage :is(.ab-tech-card.tall, .ab-os, .ab-video-box, .ab-cta, .ab-hero) :is(.ab-chip, .ab-small-link) {
  color: #ffffff !important;
  background: rgba(255, 255, 255, .12) !important;
  border-color: rgba(255, 255, 255, .18) !important;
}

html[data-ab-theme="light"] #armorBionicPage .ab-status-pill {
  color: #8fffff !important;
  background: rgba(0, 153, 199, .16) !important;
  border-color: rgba(84, 232, 255, .28) !important;
}

/* Form fields and close buttons */
html[data-ab-theme="light"] #armorBionicPage :is(.ab-contact-form input, .ab-contact-form textarea, .ab-contact-form select) {
  color: #07101e !important;
  background: #f7f9fd !important;
  border-color: rgba(7, 16, 30, .18) !important;
}

html[data-ab-theme="light"] #armorBionicPage :is(.ab-modal-close) {
  color: #07101e !important;
  background: #ffffff !important;
  border-color: rgba(7, 16, 30, .18) !important;
}

/* Avoid glass highlight layers washing out text */
html[data-ab-theme="light"] #armorBionicPage :is(.ab-tech-card, .ab-product-card, .ab-resource-card, .ab-media-tile, .ab-modal-card, .ab-hero-console, .ab-os-panel)::before {
  opacity: .16 !important;
  z-index: 0 !important;
}

html[data-ab-theme="light"] #armorBionicPage :is(.ab-tech-card, .ab-product-card, .ab-resource-card, .ab-media-tile, .ab-modal-card, .ab-hero-console, .ab-os-panel)>* {
  position: relative;
  z-index: 1;
}

/* Mobile typography and tap comfort */
@media (max-width: 720px) {
  html[data-ab-theme="light"] #armorBionicPage :is(.ab-btn, .ab-small-link) {
    font-size: 15px !important;
  }
}

/* FROSTED LIGHT MODE + USER-FRIENDLY LIQUID GLASS PATCH â€” v3
       ------------------------------------------------------------
       This final layer changes Light Mode from pure white to a soft
       frosted blue-gray system. It prevents white-on-white text errors,
       keeps text readable, and uses Liquid Glass only where it supports
       navigation, hierarchy, and interaction.
    */

html[data-ab-theme="light"] {
  color-scheme: light;
  --ab-blue: #245fb8;
  --ab-blue-2: #123f8f;
  --ab-cyan: #007fa8;
  --ab-green: #06724c;
  --ab-ink: #07111f;
  --ab-ink-2: #111b2c;
  --ab-soft: #45546a;
  --ab-surface: #e8eef7;
  --ab-card: rgba(244, 248, 253, .82);
  --ab-card-solid: #f1f5fb;
  --ab-card-warm: #eaf1f9;
  --ab-line: rgba(7, 16, 30, .17);
  --ab-field-bg: rgba(236, 242, 250, .88);
  --ab-glass-bg: rgba(244, 248, 253, .74);
  --ab-glass-bg-strong: rgba(232, 239, 248, .94);
  --ab-glass-stroke: rgba(20, 36, 61, .18);
  --ab-glass-shadow: 0 24px 72px rgba(29, 55, 92, .18);
  --ab-glass-highlight: rgba(255, 255, 255, .34);
}

html[data-ab-theme="light"] body,
html[data-ab-theme="light"] #armorBionicPage {
  color: var(--ab-ink) !important;
  background:
    radial-gradient(circle at 12% -6%, rgba(47, 111, 210, .18), transparent 32%),
    radial-gradient(circle at 96% 9%, rgba(0, 153, 199, .13), transparent 30%),
    radial-gradient(circle at 50% 105%, rgba(6, 114, 76, .09), transparent 35%),
    linear-gradient(180deg, #e2eaf5 0%, #edf3fa 42%, #e7edf6 100%) !important;
}

/* Light Mode should feel frosted, not white. */
html[data-ab-theme="light"] #armorBionicPage :is(.ab-tech-board, .ab-tech-card:not(.tall), .ab-product-card, .ab-product-body, .ab-media-tile, .ab-resource-card, .ab-modal-card, .ab-os-panel) {
  color: var(--ab-ink) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .46), rgba(235, 242, 250, .72) 48%, rgba(225, 235, 247, .76)) !important;
  border: 1px solid var(--ab-glass-stroke) !important;
  box-shadow: var(--ab-glass-shadow) !important;
  backdrop-filter: blur(22px) saturate(1.18) !important;
  -webkit-backdrop-filter: blur(22px) saturate(1.18) !important;
}

html[data-ab-theme="light"] #armorBionicPage .ab-modal-card {
  background:
    linear-gradient(180deg, rgba(238, 245, 252, .97), rgba(226, 236, 248, .965)) !important;
  color: var(--ab-ink) !important;
}

html[data-ab-theme="light"] #armorBionicPage .ab-tech-card:not(.tall) {
  background:
    radial-gradient(circle at 85% 10%, rgba(36, 95, 184, .12), transparent 34%),
    linear-gradient(180deg, rgba(246, 249, 253, .78), rgba(229, 238, 249, .78)) !important;
}

html[data-ab-theme="light"] #armorBionicPage .ab-product-body {
  background: linear-gradient(180deg, rgba(243, 248, 253, .88), rgba(232, 240, 250, .88)) !important;
}

html[data-ab-theme="light"] #armorBionicPage :is(.ab-section-head, .ab-tech-board, .ab-tech-card:not(.tall), .ab-product-card, .ab-product-body, .ab-media-tile, .ab-resource-card, .ab-modal-card, .ab-contact-form, .ab-resource-list, .ab-os-panel) :is(h1, h2, h3, h4, h5, h6, b, strong, summary, label, a) {
  color: #07111f !important;
  text-shadow: none !important;
}

html[data-ab-theme="light"] #armorBionicPage :is(.ab-section-head, .ab-tech-card:not(.tall), .ab-product-body, .ab-media-tile, .ab-resource-card, .ab-modal-card, .ab-contact-form, .ab-os-panel) :is(p, li, small, span) {
  color: #45546a !important;
  text-shadow: none !important;
}

html[data-ab-theme="light"] #armorBionicPage .ab-resource-card,
html[data-ab-theme="light"] #armorBionicPage .ab-small-link {
  color: #111b2c !important;
}

html[data-ab-theme="light"] #armorBionicPage .ab-resource-card span,
html[data-ab-theme="light"] #armorBionicPage .ab-media-tile span,
html[data-ab-theme="light"] #armorBionicPage .ab-modal-card p,
html[data-ab-theme="light"] #armorBionicPage .ab-product-body p,
html[data-ab-theme="light"] #armorBionicPage .ab-tech-card:not(.tall) p,
html[data-ab-theme="light"] #armorBionicPage .ab-section-head p {
  color: #45546a !important;
}

/* Intentional dark / visual zones remain high-contrast. */
html[data-ab-theme="light"] #armorBionicPage :is(.ab-hero, .ab-hero-console, .ab-console-inner, .ab-console-card, .ab-tech-card.tall, .ab-os, .ab-flow-map, .ab-node, .ab-video-box, .ab-cta, .ab-product-visual) {
  color: #ffffff !important;
}

html[data-ab-theme="light"] #armorBionicPage :is(.ab-hero, .ab-hero-console, .ab-console-inner, .ab-console-card, .ab-tech-card.tall, .ab-os, .ab-flow-map, .ab-node, .ab-video-box, .ab-cta, .ab-product-visual) :is(h1, h2, h3, h4, h5, h6, b, strong, summary, label, a) {
  color: rgb(255, 255, 255) !important;
}

html[data-ab-theme="light"] #armorBionicPage :is(.ab-hero-copy p, .ab-eyebrow, .ab-quick-item span, .ab-console-title span, .ab-console-card span, .ab-tech-card.tall p, .ab-os p, .ab-os-row span, .ab-node span, .ab-video-box p, .ab-cta p, .ab-product-visual .ab-image-note) {
  color: rgba(255, 255, 255, 0.82) !important;
}

/* Safer button / chip system in Frosted Light. */
html[data-ab-theme="light"] #armorBionicPage .ab-btn:not(.primary):not(.blue):not(.dark) {
  color: #07111f !important;
  background: rgba(242, 248, 253, .82) !important;
  border-color: rgba(7, 16, 30, .18) !important;
  box-shadow: 0 10px 28px rgba(29, 55, 92, .10) !important;
}

html[data-ab-theme="light"] #armorBionicPage .ab-btn.dark {
  color: #ffffff !important;
  background: linear-gradient(135deg, #2c6cc4, #174ea6) !important;
  border-color: rgba(123, 152, 195, 0.9) !important;
}

html[data-ab-theme="light"] #armorBionicPage .ab-btn.blue {
  color: #ffffff !important;
  background: linear-gradient(135deg, #2c6cc4, #174ea6) !important;
  border-color: rgba(123, 152, 195, 0.9) !important;
}

html[data-ab-theme="light"] #armorBionicPage .ab-btn.primary,
html[data-ab-theme="light"] #armorBionicPage .ab-product-badge {
  color: #031625 !important;
  background: linear-gradient(135deg, #37d6ee, #59e7a1) !important;
}

html[data-ab-theme="light"] #armorBionicPage :is(.ab-chip, .ab-small-link, .ab-resource-type) {
  color: #111b2c !important;
  background: rgba(224, 234, 246, .88) !important;
  border-color: rgba(7, 16, 30, .14) !important;
}

html[data-ab-theme="light"] #armorBionicPage :is(.ab-tech-card.tall, .ab-os, .ab-video-box, .ab-cta, .ab-hero, .ab-product-visual) :is(.ab-chip, .ab-small-link, .ab-resource-type) {
  color: #ffffff !important;
  background: rgba(255, 255, 255, .13) !important;
  border-color: rgba(255, 255, 255, .20) !important;
}

html[data-ab-theme="light"] #armorBionicPage :is(.ab-contact-form input, .ab-contact-form textarea, .ab-contact-form select) {
  color: #07111f !important;
  background: rgba(232, 240, 249, .92) !important;
  border-color: rgba(7, 16, 30, .20) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .48) !important;
}

html[data-ab-theme="light"] #armorBionicPage :is(.ab-contact-form input::placeholder, .ab-contact-form textarea::placeholder) {
  color: #657287 !important;
}

html[data-ab-theme="light"] #armorBionicPage :is(.ab-modal-close) {
  color: #07111f !important;
  background: rgba(232, 240, 249, .92) !important;
  border-color: rgba(7, 16, 30, .18) !important;
}

/* Liquid Glass should not wash text out. */
html[data-ab-theme="light"] #armorBionicPage :is(.ab-tech-card, .ab-product-card, .ab-resource-card, .ab-media-tile, .ab-modal-card, .ab-hero-console, .ab-os-panel)::before {
  opacity: .11 !important;
  background: linear-gradient(135deg, rgba(255, 255, 255, .42), transparent 34%, transparent 74%, rgba(255, 255, 255, .06)) !important;
}

/* Better reading rhythm on every device. */
#armorBionicPage p,
#armorBionicPage li,
#armorBionicPage input,
#armorBionicPage textarea,
#armorBionicPage select {
  font-size: clamp(15.5px, 1.02vw, 17px) !important;
  line-height: 1.7 !important;
}

#armorBionicPage .ab-btn,
#armorBionicPage .ab-small-link {
  font-size: 14.2px !important;
  line-height: 1.38 !important;
}

@media (max-width: 720px) {

  html[data-ab-theme="light"] body,
  html[data-ab-theme="light"] #armorBionicPage {
    background: linear-gradient(180deg, #e5edf7 0%, #edf3fa 48%, #e6edf6 100%) !important;
  }

  #armorBionicPage p,
  #armorBionicPage li,
  #armorBionicPage input,
  #armorBionicPage textarea,
  #armorBionicPage select {
    font-size: 12px !important;
    line-height: 1.72 !important;
  }
}

@media (prefers-contrast: more) {

  html[data-ab-theme="light"] #armorBionicPage :is(.ab-tech-board, .ab-tech-card:not(.tall), .ab-product-card, .ab-product-body, .ab-media-tile, .ab-resource-card, .ab-modal-card) {
    background: #eef4fb !important;
    border-color: rgba(7, 16, 30, .32) !important;
  }
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {

  html[data-ab-theme="light"] #armorBionicPage :is(.ab-tech-board, .ab-tech-card:not(.tall), .ab-product-card, .ab-product-body, .ab-media-tile, .ab-resource-card, .ab-modal-card) {
    background: #edf3fa !important;
  }
}

/* Dark mission-system panels inside the OS section should stay dark,
       even in Frosted Light Mode, so nested text never becomes white on pale glass. */
html[data-ab-theme="light"] #armorBionicPage .ab-os .ab-os-panel {
  color: #ffffff !important;
  background:
    radial-gradient(circle at 18% 14%, rgba(53, 229, 255, .16), transparent 34%),
    linear-gradient(135deg, rgba(7, 16, 30, .72), rgba(15, 33, 58, .82)) !important;
  border-color: rgba(255, 255, 255, .17) !important;
  box-shadow: 0 24px 70px rgba(7, 16, 30, .28) !important;
}

html[data-ab-theme="light"] #armorBionicPage .ab-os .ab-os-panel :is(h1, h2, h3, h4, h5, h6, b, strong, summary, label, a) {
  color: #ffffff !important;
}

html[data-ab-theme="light"] #armorBionicPage .ab-os .ab-os-panel :is(p, span, li, small) {
  color: rgba(255, 255, 255, .80) !important;
}

html[data-ab-theme="light"] #armorBionicPage .ab-os .ab-os-panel::before {
  opacity: .12 !important;
}

/* Final Home light-mode pass: make content boxes frosted light instead of dark. */
html[data-ab-theme="light"] #armorBionicPage :is(.ab-tech-card.tall, .ab-os-panel, .ab-video-box, .ab-cta, .ab-product-visual) {
  color: var(--ab-ink) !important;
  background:
    radial-gradient(circle at 88% 8%, rgba(36, 95, 184, .12), transparent 34%),
    linear-gradient(135deg, rgba(246, 249, 253, .88), rgba(226, 236, 248, .88)) !important;
  border: 1px solid var(--ab-glass-stroke) !important;
  box-shadow: var(--ab-glass-shadow) !important;
}

html[data-ab-theme="light"] #armorBionicPage :is(.ab-tech-card.tall, .ab-os-panel, .ab-video-box, .ab-cta, .ab-product-visual) :is(h1, h2, h3, h4, h5, h6, b, strong, summary, label, a) {
  color: var(--ab-ink) !important;
  text-shadow: none !important;
}

html[data-ab-theme="light"] #armorBionicPage :is(.ab-tech-card.tall, .ab-os-panel, .ab-video-box, .ab-cta, .ab-product-visual) :is(p, li, small, span) {
  color: var(--ab-soft) !important;
  text-shadow: none !important;
}

html[data-ab-theme="light"] #armorBionicPage :is(.ab-tech-card.tall, .ab-os-panel, .ab-video-box, .ab-cta, .ab-product-visual) :is(.ab-chip, .ab-small-link, .ab-resource-type) {
  color: #111b2c !important;
  background: rgba(224, 234, 246, .90) !important;
  border-color: rgba(7, 16, 30, .14) !important;
}

html[data-ab-theme="light"] #armorBionicPage .ab-cta::after {
  border-color: rgba(36, 95, 184, .16) !important;
  background: repeating-conic-gradient(from 0deg, rgba(36, 95, 184, .12) 0 8deg, transparent 8deg 20deg) !important;
}

/* Responsive media/content guardrails */
#armorBionicPage :is(img, video, iframe) {
  max-width: 100%;
}

#armorBionicPage :is(.ab-product-card, .ab-tech-card, .ab-os-panel, .ab-resource-card, .ab-video-box, .ab-hero-console, .ab-media-tile) {
  min-width: 0;
  overflow-wrap: anywhere;
}

#armorBionicPage :is(.ab-video-box, .video) {
  aspect-ratio: 16 / 9;
  min-height: 0;
  padding: 0;
  overflow: hidden;
}

#armorBionicPage :is(.ab-video-box iframe, .video iframe) {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: inherit;
}

#armorBionicPage .ab-product-visual {
  aspect-ratio: 16 / 10;
  height: auto;
}

#armorBionicPage .ab-product-visual img,
#armorBionicPage .ab-flow-map img {
  display: block;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 720px) {
  #armorBionicPage :is(.ab-resource-grid, .ab-products-grid, .ab-os-grid, .ab-hero-grid, .ab-tech-board, .ab-media-strip) {
    grid-template-columns: 1fr !important;
  }

  #armorBionicPage .ab-product-top,
  #armorBionicPage .ab-resource-card {
    align-items: flex-start;
    flex-direction: column;
  }
}