.hero-capability-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.hero-capability-strip span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 40px;
  padding: 0 13px;
  border: 1px solid rgba(173, 178, 182, 0.16);
  border-radius: 999px;
  color: rgba(245, 246, 247, 0.9);
  background:
    linear-gradient(135deg, rgba(200, 184, 141, 0.28), rgba(255, 255, 255, 0.025));
  font-family: "Oxanium", "Montserrat", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-capability-icon {
  width: 19px;
  height: 19px;
  color: rgba(134, 200, 157, 0.94);
}

.hero-console {
  transform-style: preserve-3d;
}

.hero-console::after,
.tool-proof-surface::after,
.tool-hero-dossier::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 0%, rgba(216, 220, 223, 0.1) 48%, transparent 52%);
  opacity: 0.24;
  transform: translateY(-100%);
  animation: o4-scan 5.8s ease-in-out infinite;
}

.tool-proof-surface::before {
  content: "";
  position: absolute;
  inset: 10px;
  z-index: 1;
  pointer-events: none;
  border: 1px solid rgba(173, 178, 182, 0.08);
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(173, 178, 182, 0.24) 0 28px, transparent 28px calc(100% - 28px), rgba(173, 178, 182, 0.24) calc(100% - 28px)) top / 100% 1px no-repeat,
    linear-gradient(90deg, rgba(173, 178, 182, 0.24) 0 28px, transparent 28px calc(100% - 28px), rgba(173, 178, 182, 0.24) calc(100% - 28px)) bottom / 100% 1px no-repeat,
    linear-gradient(180deg, rgba(173, 178, 182, 0.24) 0 28px, transparent 28px calc(100% - 28px), rgba(173, 178, 182, 0.24) calc(100% - 28px)) left / 1px 100% no-repeat,
    linear-gradient(180deg, rgba(173, 178, 182, 0.24) 0 28px, transparent 28px calc(100% - 28px), rgba(173, 178, 182, 0.24) calc(100% - 28px)) right / 1px 100% no-repeat;
  opacity: 0.78;
}

.tool-proof-surface::after {
  opacity: 0.16;
  animation-duration: 7.2s;
}

.tool-proof-image {
  transition: transform 520ms ease, filter 520ms ease;
}

.tool-proof-card:hover .tool-proof-image {
  transform: scale(1.025);
  filter: saturate(0.94) contrast(1.06) brightness(0.8);
}

.tool-hero-dossier::after {
  opacity: 0.11;
  animation-duration: 8.4s;
}

.hero-console-status span,
.hero-map-ping {
  animation: o4-pulse 2.6s ease-in-out infinite;
}

.hero-console-brand {
  animation: o4-float 8s ease-in-out infinite;
}

.hero-brand-lockup img,
.site-brand-symbol {
  filter: drop-shadow(0 0 12px rgba(173, 178, 182, 0.12));
}

.site-brand-symbol {
  transition: transform 220ms ease, filter 220ms ease;
}

.site-brand:hover .site-brand-symbol,
.site-brand:focus-visible .site-brand-symbol {
  transform: translateY(-1px) rotate(-2deg);
  filter: drop-shadow(0 0 16px rgba(216, 220, 223, 0.2));
}

.hero-signal-map {
  position: relative;
  min-height: 150px;
  margin-top: 20px;
  overflow: hidden;
  border: 1px solid rgba(173, 178, 182, 0.13);
  border-radius: 16px;
  background:
    radial-gradient(circle at 20% 58%, rgba(134, 200, 157, 0.12), transparent 9rem),
    radial-gradient(circle at 78% 32%, rgba(200, 184, 141, 0.42), transparent 11rem),
    linear-gradient(135deg, rgba(3, 6, 11, 0.42), rgba(255, 255, 255, 0.028));
}

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

.hero-signal-map::before {
  inset: 23% 12% auto 14%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(173, 178, 182, 0.3), transparent);
  box-shadow:
    80px 46px 0 rgba(173, 178, 182, 0.18),
    196px 22px 0 rgba(134, 200, 157, 0.2),
    280px 66px 0 rgba(173, 178, 182, 0.16);
  transform-origin: left center;
  animation: o4-line-trace 4.8s ease-in-out infinite;
}

.hero-signal-map::after {
  inset: 16px;
  border: 1px solid rgba(173, 178, 182, 0.08);
  border-radius: 12px;
}

.hero-signal-map-grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(173, 178, 182, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(173, 178, 182, 0.045) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: linear-gradient(90deg, transparent, #000 14%, #000 86%, transparent);
  opacity: 0.58;
}

.hero-map-node {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(173, 178, 182, 0.2);
  border-radius: 999px;
  color: rgba(245, 246, 247, 0.92);
  background:
    radial-gradient(circle at 50% 50%, rgba(200, 184, 141, 0.44), rgba(3, 6, 11, 0.86));
  box-shadow:
    0 0 0 6px rgba(200, 184, 141, 0.08),
    0 14px 28px rgba(0, 0, 0, 0.22);
}

.hero-map-icon {
  width: 20px;
  height: 20px;
}

.hero-map-node-a {
  left: 13%;
  top: 54%;
}

.hero-map-node-b {
  left: 40%;
  top: 25%;
}

.hero-map-node-c {
  right: 22%;
  top: 48%;
}

.hero-map-node-d {
  right: 10%;
  top: 20%;
}

.hero-map-ping {
  position: absolute;
  z-index: 1;
  width: 68px;
  height: 68px;
  border: 1px solid rgba(134, 200, 157, 0.34);
  border-radius: 999px;
  opacity: 0;
}

.hero-map-ping-a {
  left: calc(40% - 13px);
  top: calc(25% - 13px);
}

.hero-map-ping-b {
  right: calc(22% - 13px);
  top: calc(48% - 13px);
  animation-delay: 900ms;
}

.hero-console-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 12px;
}

.hero-trust-console .hero-console-note .panel-label,
.hero-trust-console .hero-console-note p {
  margin-left: 0;
}

.hero-note-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
}

.hero-note-icon .o4-ui-icon {
  width: 19px;
  height: 19px;
}

