.home-hero {
  min-height: 100svh;
  padding-top: 10.5rem;
  padding-bottom: clamp(4rem, 8vw, 7rem);
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(42, 212, 231, 0.24), transparent 24rem),
    radial-gradient(circle at 18% 24%, rgba(146, 44, 136, 0.22), transparent 22rem),
    linear-gradient(135deg, #050816 0%, #08111f 46%, #111827 100%);
  color: #ffffff;
}

.home-hero::before {
  content: none;
}

.home-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(42, 212, 231, 0.34), rgba(146, 44, 136, 0.24), transparent);
  pointer-events: none;
}

.home-hero-grid {
  grid-template-columns: minmax(0, 0.78fr) minmax(500px, 1.22fr);
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: center;
}

.hero-brand-kicker {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.hero-brand-mark {
  display: grid;
  width: 3.75rem;
  height: 3.75rem;
  place-items: center;
  border: 1px solid rgba(42, 212, 231, 0.28);
  border-radius: 999px;
  background:
    radial-gradient(circle at 34% 25%, rgba(42, 212, 231, 0.3), transparent 46%),
    radial-gradient(circle at 76% 78%, rgba(146, 44, 136, 0.18), transparent 42%),
    rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 42px rgba(42, 212, 231, 0.18);
}

.hero-brand-mark img {
  width: 2.35rem;
  height: 2.35rem;
  object-fit: contain;
}

.hero-brand-kicker p {
  margin-top: 0.35rem;
  max-width: 26rem;
  color: #b9c7d8;
  font-size: 0.86rem;
  line-height: 1.45;
}

.hero-badge {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #66e7f4;
}

.hero-title {
  max-width: 13.8ch;
  letter-spacing: -0.055em;
  color: #ffffff;
  text-shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
}

.hero-subcopy {
  max-width: 39rem;
  color: #d7e0ea;
  font-size: 1.08rem;
}

.hero-primary-cta {
  background:
    linear-gradient(135deg, #a52c98 0%, #922c88 48%, #682662 100%);
  color: #ffffff;
  box-shadow:
    0 18px 42px rgba(146, 44, 136, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.hero-secondary-cta {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #eef7fb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.hero-proof-row span {
  border-color: rgba(42, 212, 231, 0.28);
  background:
    linear-gradient(135deg, rgba(42, 212, 231, 0.12), rgba(146, 44, 136, 0.1)),
    rgba(255, 255, 255, 0.08);
  color: #d7e0ea;
}

.hero-product-stage {
  min-height: clamp(41rem, 68vh, 52rem);
}

.hero-brand-stage,
.hero-photo-stage,
.hero-command-stage,
.hero-logo-stage {
  display: grid;
  place-items: center;
}

.hero-product-stage::before {
  inset: 1.2rem -1.2rem 1.2rem;
  border-radius: 1.25rem;
  background: linear-gradient(135deg, rgba(42, 212, 231, 0.42), rgba(146, 44, 136, 0.36));
  filter: blur(32px);
}

.hero-photo-stage {
  position: relative;
}

.hero-logo-stage {
  position: relative;
  isolation: isolate;
  align-self: start;
  place-items: start center;
  margin-top: clamp(-4.5rem, -5vw, -2rem);
}

.hero-logo-stage::before {
  display: none;
}

.hero-logo-motion {
  position: relative;
  width: min(100%, 42rem);
  aspect-ratio: 1;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hero-logo-motion::before,
.hero-logo-motion::after {
  content: none;
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  background:
    conic-gradient(from 90deg, transparent 0 20%, rgba(42, 212, 231, 0.62) 24%, transparent 30% 54%, rgba(146, 44, 136, 0.58) 58%, transparent 64% 100%);
  filter: blur(0.5px);
  animation: hero-spin 26s linear infinite;
}

.hero-logo-motion::after {
  inset: 18%;
  opacity: 0.62;
  animation-duration: 18s;
  animation-direction: reverse;
}

.hero-motion-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 2.5rem 2.5rem;
  mask-image: radial-gradient(circle at 50% 50%, black, transparent 76%);
  animation: hero-grid-drift 18s linear infinite;
}

.hero-motion-orbit {
  position: absolute;
  inset: 10%;
  border: 1px solid rgba(42, 212, 231, 0.18);
  border-radius: 50%;
}

.hero-motion-orbit::before {
  content: "";
  position: absolute;
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 999px;
  background: #66e7f4;
  box-shadow: none;
}

.hero-motion-orbit-outer {
  animation: hero-spin 34s linear infinite;
}

.hero-motion-orbit-outer::before {
  top: 13%;
  left: 14%;
}

.hero-motion-orbit-middle {
  inset: 22%;
  border-style: dashed;
  border-color: rgba(255, 255, 255, 0.18);
  animation: hero-spin 24s linear infinite reverse;
}

.hero-motion-orbit-middle::before {
  right: 8%;
  bottom: 20%;
  background: #d76bd0;
  box-shadow: none;
}

.hero-motion-orbit-inner {
  inset: 34%;
  border-color: rgba(42, 212, 231, 0.26);
  animation: hero-pulse-ring 5s ease-in-out infinite;
}

.hero-motion-orbit-inner::before {
  top: 4%;
  right: 24%;
  width: 0.54rem;
  height: 0.54rem;
}

.hero-radar-rays {
  position: absolute;
  z-index: 2;
  inset: 12%;
  border-radius: 50%;
  mask-image: radial-gradient(circle at center, transparent 0 17%, black 24% 72%, transparent 77%);
  opacity: 0.9;
  pointer-events: none;
}

.hero-radar-rays-a {
  background:
    conic-gradient(
      from 12deg,
      transparent 0deg,
      rgba(42, 212, 231, 0.34) 7deg,
      rgba(42, 212, 231, 0.14) 24deg,
      transparent 42deg,
      transparent 152deg,
      rgba(146, 44, 136, 0.26) 164deg,
      rgba(146, 44, 136, 0.1) 184deg,
      transparent 206deg,
      transparent 360deg
    );
  animation: hero-spin 31s linear infinite;
}

.hero-radar-rays-b {
  inset: 18%;
  opacity: 0.74;
  background:
    conic-gradient(
      from 78deg,
      transparent 0deg,
      rgba(42, 212, 231, 0.28) 6deg,
      rgba(42, 212, 231, 0.11) 21deg,
      transparent 38deg,
      transparent 92deg,
      rgba(255, 255, 255, 0.16) 101deg,
      transparent 118deg,
      transparent 360deg
    );
  animation: hero-spin 19s linear infinite reverse;
}

.hero-radar-rays-c {
  inset: 8%;
  opacity: 0.62;
  background:
    conic-gradient(
      from 225deg,
      transparent 0deg,
      rgba(146, 44, 136, 0.24) 8deg,
      rgba(146, 44, 136, 0.09) 26deg,
      transparent 46deg,
      transparent 238deg,
      rgba(42, 212, 231, 0.22) 249deg,
      rgba(42, 212, 231, 0.08) 268deg,
      transparent 290deg,
      transparent 360deg
    );
  animation: hero-spin 43s linear infinite;
}

.hero-logo-core {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  display: grid;
  width: min(82%, 35rem);
  min-height: 16rem;
  place-items: center;
  transform: translate(-50%, -50%);
  border: 0;
  border-radius: 0;
  background: transparent;
  animation: hero-logo-float 6s ease-in-out infinite;
}

.hero-logo-core img {
  width: min(100%, 32rem);
  height: auto;
  filter: drop-shadow(0 18px 32px rgba(0, 0, 0, 0.24));
}

.mt-20{
  margin-top: calc(var(--spacing) * 20)
}

.hero-motion-node {
  position: absolute;
  z-index: 5;
  display: grid;
  gap: 0.28rem;
  width: min(10.8rem, 28%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0.95rem;
  padding: 0.78rem 0.9rem;
  background:
    linear-gradient(135deg, rgba(42, 212, 231, 0.12), rgba(146, 44, 136, 0.14)),
    rgba(8, 17, 31, 0.78);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
  cursor: default;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    scale 180ms ease;
}

.hero-motion-node:hover {
  border-color: rgba(102, 231, 244, 0.72);
  background:
    linear-gradient(135deg, rgba(42, 212, 231, 0.26), rgba(146, 44, 136, 0.2)),
    rgba(10, 24, 43, 0.88);
  box-shadow:
    0 24px 58px rgba(42, 212, 231, 0.2),
    0 0 0 1px rgba(102, 231, 244, 0.18) inset;
  scale: 1.035;
}

.hero-motion-node:hover span {
  color: #d6fbff;
}

.hero-motion-node span {
  color: #9ff3fb;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-motion-node strong {
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 1.25;
}

.hero-motion-node-clinical {
  top: 8%;
  left: 8%;
  animation: hero-node-float 7s ease-in-out infinite;
}

.hero-motion-node-ai {
  top: 8%;
  right: 8%;
  animation: hero-node-float 7.6s ease-in-out infinite 0.6s;
}

.hero-motion-node-chain {
  right: 6%;
  bottom: 30%;
  animation: hero-node-float 7.2s ease-in-out infinite 1s;
}

.hero-motion-node-code {
  bottom: 30%;
  left: 6%;
  animation: hero-node-float 7.8s ease-in-out infinite 1.4s;
}

.hero-motion-node-ctms {
  top: 28%;
  left: 2.5%;
  animation: hero-node-float 7.1s ease-in-out infinite 0.2s;
}

.hero-motion-node-etmf {
  top: 28%;
  right: 2.5%;
  animation: hero-node-float 7.4s ease-in-out infinite 0.9s;
}

.hero-motion-node-diary {
  bottom: 8%;
  left: 12%;
  animation: hero-node-float 7.7s ease-in-out infinite 1.6s;
}

.hero-motion-node-iwrs {
  bottom: 8%;
  right: 12%;
  animation: hero-node-float 7.3s ease-in-out infinite 2s;
}

.hero-motion-node-watcher {
  right: 50%;
  bottom: 3.5%;
  transform: translateX(50%);
  animation: hero-node-float 7.9s ease-in-out infinite 2.4s;
}

.hero-logo-motion.is-positioned .hero-motion-node {
  top: var(--node-top);
  right: auto;
  bottom: auto;
  left: var(--node-left);
  transform: translate(var(--node-offset-x, 0), var(--node-offset-y, 0));
  animation-duration: var(--node-float-duration, 7.4s);
  animation-delay: var(--node-float-delay, 0s);
}

.hero-data-stream {
  position: absolute;
  z-index: 3;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(102, 231, 244, 0.9), transparent);
  filter: drop-shadow(0 0 10px rgba(102, 231, 244, 0.8));
  opacity: 0.82;
  animation: hero-data-sweep 4.6s ease-in-out infinite;
}

.hero-data-stream-a {
  top: 33%;
  left: 13%;
  width: 24%;
  transform: rotate(24deg);
}

.hero-data-stream-b {
  top: 62%;
  right: 12%;
  width: 28%;
  transform: rotate(-18deg);
  animation-delay: 1.2s;
}

.hero-data-stream-c {
  bottom: 29%;
  left: 18%;
  width: 22%;
  transform: rotate(-28deg);
  animation-delay: 2.2s;
}

.hero-command-stage {
  position: relative;
  isolation: isolate;
}

.hero-command-photo {
  position: absolute;
  z-index: 0;
  inset: 0 0 4rem 3.5rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 1.35rem;
  background: #050816;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.42);
}

.hero-command-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.05);
}

.hero-command-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 8, 22, 0.3), rgba(5, 8, 22, 0.12) 42%, rgba(5, 8, 22, 0.72)),
    linear-gradient(180deg, rgba(5, 8, 22, 0.08), rgba(5, 8, 22, 0.82));
}

.hero-command-system {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(100%, 38rem);
  min-height: 33rem;
  margin-left: auto;
  align-content: space-between;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 1.25rem;
  padding: clamp(1.1rem, 2.6vw, 1.65rem);
  background:
    radial-gradient(circle at 50% 42%, rgba(42, 212, 231, 0.16), transparent 22rem),
    linear-gradient(135deg, rgba(5, 8, 22, 0.78), rgba(15, 23, 42, 0.52));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 34px 80px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(16px);
}

.hero-command-system::before {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(42, 212, 231, 0.12);
  border-radius: 0.95rem;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 2.4rem 2.4rem;
  mask-image: radial-gradient(circle at 50% 45%, black, transparent 78%);
  pointer-events: none;
}

.hero-command-topline,
.hero-command-metrics,
.hero-orbit-map {
  position: relative;
  z-index: 1;
}

.hero-command-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.hero-command-topline span {
  color: #9ff3fb;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-command-topline strong {
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 1.7rem;
  letter-spacing: -0.04em;
}

.hero-orbit-map {
  width: min(100%, 27rem);
  aspect-ratio: 1;
  margin: 0 auto;
  border: 1px solid rgba(42, 212, 231, 0.18);
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(42, 212, 231, 0.15), transparent 28%),
    repeating-radial-gradient(circle, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px 4.7rem);
}

.hero-orbit-map::before,
.hero-orbit-map::after {
  content: "";
  position: absolute;
  inset: 14%;
  border: 1px dashed rgba(255, 255, 255, 0.16);
  border-radius: 999px;
}

.hero-orbit-map::after {
  inset: 29%;
  border-color: rgba(42, 212, 231, 0.22);
}

.hero-orbit-core,
.hero-orbit-node {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  border-radius: 999px;
  text-align: center;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
}

.hero-orbit-core {
  inset: 50% auto auto 50%;
  width: 7.6rem;
  height: 7.6rem;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(42, 212, 231, 0.34);
  background:
    linear-gradient(135deg, rgba(42, 212, 231, 0.24), rgba(146, 44, 136, 0.18)),
    #050816;
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 1.15rem;
}

.hero-orbit-node {
  width: 5.5rem;
  height: 5.5rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(8, 17, 31, 0.82);
  color: #dffbff;
  font-size: 0.78rem;
  font-weight: 800;
}

.hero-orbit-node-a {
  top: 7%;
  left: 50%;
  transform: translateX(-50%);
}

.hero-orbit-node-b {
  top: 30%;
  right: 2%;
}

.hero-orbit-node-c {
  right: 15%;
  bottom: 9%;
}

.hero-orbit-node-d {
  bottom: 9%;
  left: 15%;
}

.hero-orbit-node-e {
  top: 30%;
  left: 2%;
}

.hero-command-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.hero-command-metrics article {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 0.9rem;
  padding: 0.8rem;
  background: rgba(255, 255, 255, 0.08);
}

.hero-command-metrics span {
  display: block;
  color: #9fb0c4;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-command-metrics strong {
  display: block;
  margin-top: 0.4rem;
  color: #ffffff;
  font-size: 0.94rem;
  line-height: 1.2;
}

.hero-doctor-card {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  overflow: hidden;
  width: min(42%, 18rem);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 1.1rem;
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

.hero-doctor-card img {
  width: 100%;
  aspect-ratio: 4 / 4.8;
  object-fit: cover;
  object-position: center top;
}

.hero-doctor-card figcaption {
  display: grid;
  gap: 0.35rem;
  padding: 0.9rem;
  background: #ffffff;
}

.hero-doctor-card span {
  color: #922c88;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-doctor-card strong {
  color: #0f172a;
  font-size: 0.82rem;
  line-height: 1.35;
}

.hero-photo-card {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: min(100%, 38rem);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 1.25rem;
  background: #0f172a;
  box-shadow:
    0 34px 95px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.hero-photo-card img {
  width: 100%;
  aspect-ratio: 16 / 10.25;
  object-fit: cover;
}

.hero-photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 44%, rgba(5, 8, 22, 0.88) 100%),
    linear-gradient(90deg, rgba(5, 8, 22, 0.28), transparent 48%);
  pointer-events: none;
}

.hero-photo-card figcaption {
  position: absolute;
  z-index: 2;
  right: 1.1rem;
  bottom: 1.1rem;
  left: 1.1rem;
  display: grid;
  gap: 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 1rem;
  padding: 1rem;
  background: rgba(5, 8, 22, 0.66);
  color: #ffffff;
  backdrop-filter: blur(16px);
}

.hero-photo-card figcaption span,
.hero-signal-card span {
  color: #66e7f4;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-photo-card figcaption strong {
  max-width: 27rem;
  font-size: 1.08rem;
  line-height: 1.35;
}

.hero-signal-card {
  position: absolute;
  z-index: 3;
  width: min(14rem, 42vw);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 1rem;
  padding: 0.9rem 1rem;
  background:
    linear-gradient(135deg, rgba(42, 212, 231, 0.14), rgba(146, 44, 136, 0.16)),
    rgba(8, 17, 31, 0.8);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
}

.hero-signal-card strong {
  display: block;
  margin-top: 0.28rem;
  color: #ffffff;
  font-size: 0.94rem;
  line-height: 1.35;
}

.hero-signal-card-top {
  top: 4.2rem;
  right: -0.5rem;
}

.hero-signal-card-bottom {
  left: 0.35rem;
  bottom: 4.8rem;
}

.hero-watermark-c {
  position: absolute;
  z-index: 0;
  top: -2.3rem;
  right: -3.7rem;
  width: min(48vw, 22rem);
  opacity: 0.17;
  filter: saturate(1.18);
  transform: rotate(-8deg);
}

.hero-logo-card {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: min(100%, 34rem);
  border: 1px solid rgba(226, 232, 240, 0.94);
  border-radius: 1.45rem;
  padding: clamp(1.35rem, 4vw, 2.35rem);
  background-color: white;
  box-shadow:
    0 28px 72px rgba(15, 23, 42, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(28px);
}

.hero-logo-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.045) 1px, transparent 1px);
  background-size: 3rem 3rem;
  mask-image: radial-gradient(circle at 50% 42%, black, transparent 76%);
  opacity: 0.55;
  pointer-events: none;
}

.hero-logo-card > * {
  position: relative;
  z-index: 1;
}

.hero-logo-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.hero-logo-orb {
  display: grid;
  width: 4.3rem;
  height: 4.3rem;
  place-items: center;
  border: 1px solid rgba(42, 212, 231, 0.32);
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 25%, rgba(42, 212, 231, 0.26), transparent 44%),
    radial-gradient(circle at 78% 78%, rgba(146, 44, 136, 0.18), transparent 40%),
    #ffffff;
  box-shadow: 0 18px 36px rgba(42, 212, 231, 0.14);
}

.hero-logo-orb img {
  width: 2.65rem;
  height: 2.65rem;
  object-fit: contain;
}

.hero-logo-pill {
  border: 1px solid rgba(146, 44, 136, 0.18);
  border-radius: 999px;
  padding: 0.62rem 0.9rem;
  color: #7f2577;
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-logo-main {
  /*margin-top: clamp(2.4rem, 6vw, 4.5rem);*/
}

.hero-logo-wordmark {
  width: min(100%, 23rem);
  height: auto;
  filter: drop-shadow(0 18px 34px rgba(15, 23, 42, 0.08));
}

.hero-logo-main p {
  margin-top: 1.6rem;
  max-width: 27rem;
  color: #334155;
  font-size: 1.08rem;
  line-height: 1.75;
}

.hero-module-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 2.2rem;
}

.hero-module-cloud span {
  border: 1px solid rgba(42, 212, 231, 0.18);
  border-radius: 999px;
  padding: 0.62rem 0.82rem;
  color: #334155;
  background:
    linear-gradient(135deg, rgba(42, 212, 231, 0.08), rgba(146, 44, 136, 0.055)),
    rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  font-weight: 800;
}

.hero-brand-proof {
  position: absolute;
  z-index: 3;
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 1rem;
  padding: 0.82rem 0.95rem;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.11);
  backdrop-filter: blur(20px);
}

.hero-brand-proof span {
  display: block;
  color: #64748b;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-brand-proof strong {
  display: block;
  margin-top: 0.24rem;
  color: #0f172a;
  font-size: 0.94rem;
}

.hero-brand-proof-top {
  top: 5.1rem;
  right: -0.4rem;
}

.hero-brand-proof-bottom {
  left: 1rem;
  bottom: 3.5rem;
}

.product-console {
  border-radius: 1.35rem;
  padding: 1.45rem;
  background:
    radial-gradient(circle at 78% 16%, rgba(42, 212, 231, 0.22), transparent 32%),
    linear-gradient(225deg, rgba(146, 44, 136, 0.28), transparent 42%),
    #08111f;
}

.product-readiness-card,
.product-module-grid article,
.product-flow span,
.floating-proof-card,
.brand-motion-card {
  border-radius: 1rem;
}

.brand-motion-card {
  right: 1.4rem;
  bottom: -1.2rem;
  width: min(34%, 10.75rem);
  padding: 1.1rem;
  border-color: rgba(42, 212, 231, 0.28);
  background:
    radial-gradient(circle at 36% 28%, rgba(42, 212, 231, 0.24), transparent 44%),
    #050816;
}

.floating-proof-card {
  border-color: rgba(42, 212, 231, 0.18);
}

.brand-signal-panel {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1.5rem 2rem;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 1.25rem;
  padding: clamp(1.25rem, 4vw, 2.25rem);
  background:
    linear-gradient(135deg, rgba(42, 212, 231, 0.14), transparent 36%),
    linear-gradient(225deg, rgba(146, 44, 136, 0.1), transparent 38%),
    #ffffff;
  box-shadow: 0 22px 52px rgba(15, 23, 42, 0.08);
}

.brand-signal-panel::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 4px;
  background: linear-gradient(90deg, #2ad4e7, #922c88);
}

.brand-signal-mark {
  display: grid;
  width: clamp(6rem, 13vw, 9rem);
  height: clamp(6rem, 13vw, 9rem);
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, rgba(42, 212, 231, 0.24), transparent 42%),
    #050816;
  box-shadow: 0 24px 48px rgba(8, 17, 31, 0.18);
}

.brand-signal-mark img {
  width: 68%;
  height: 68%;
  object-fit: contain;
}

.brand-signal-copy {
  max-width: 42rem;
}

.brand-signal-copy h2 {
  margin-top: 0.8rem;
  color: #08111f;
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 2.45rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.brand-signal-copy p:last-child {
  margin-top: 1rem;
  color: #475569;
  line-height: 1.75;
}

.brand-signal-metrics {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.brand-signal-metrics article {
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 1rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.72);
}

.brand-signal-metrics strong {
  display: block;
  color: #922c88;
  font-family: var(--font-display);
  font-size: 1.35rem;
  line-height: 1;
}

.brand-signal-metrics span {
  display: block;
  margin-top: 0.45rem;
  color: #64748b;
  font-size: 0.85rem;
  line-height: 1.45;
}

.trust-panel,
.section-frame,
.section-band,
.audience-panel,
.cta-banner {
  border-radius: 1.25rem;
}

.blockchain-trust-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 1.25rem;
  padding: clamp(1.1rem, 3.6vw, 2.4rem);
  background:
    linear-gradient(135deg, rgba(42, 212, 231, 0.1), transparent 36%),
    linear-gradient(225deg, rgba(146, 44, 136, 0.1), transparent 40%),
    #ffffff;
  box-shadow: 0 24px 66px rgba(15, 23, 42, 0.09);
}

.blockchain-trust-visual {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.48);
  box-shadow: 0 22px 58px rgba(15, 23, 42, 0.08);
}

.blockchain-trust-visual img {
  width: 100%;
  min-height: clamp(19rem, 31vw, 27rem);
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.blockchain-trust-copy {
  max-width: 40rem;
}

.blockchain-trust-copy h2 {
  margin-top: 0.9rem;
  color: #08111f;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.4vw, 3.1rem);
  line-height: 1.03;
  letter-spacing: -0.04em;
}

.blockchain-trust-copy p:not(.eyebrow) {
  margin-top: 1.25rem;
  color: #475569;
  font-size: 1.04rem;
  line-height: 1.78;
}

.blockchain-trust-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1rem;
  align-items: center;
  margin-top: 1.7rem;
}

.blockchain-trust-actions span {
  color: #64748b;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.workflow-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 1.25rem;
  padding: clamp(1.35rem, 4vw, 2.75rem);
  background:
    radial-gradient(circle at 88% 20%, rgba(42, 212, 231, 0.24), transparent 23rem),
    radial-gradient(circle at 12% 86%, rgba(146, 44, 136, 0.26), transparent 21rem),
    #07101d;
  box-shadow: 0 28px 78px rgba(15, 23, 42, 0.18);
}

.people-system-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 1.25rem;
  padding: clamp(1.2rem, 4vw, 2.6rem);
  background:
    linear-gradient(135deg, rgba(42, 212, 231, 0.12), transparent 42%),
    linear-gradient(225deg, rgba(146, 44, 136, 0.12), transparent 40%),
    #ffffff;
  box-shadow: 0 24px 66px rgba(15, 23, 42, 0.1);
}

.people-system-visual {
  position: relative;
  min-height: clamp(24rem, 40vw, 34rem);
}

.people-system-main {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.54);
  background: #0f172a;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.2);
}

.people-system-main {
  inset: 0;
  border-radius: 1.15rem;
}

.people-system-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.people-system-main img {
  filter: saturate(1.08) contrast(1.03);
}

.people-system-copy h2 {
  margin-top: 0.9rem;
  color: #08111f;
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3.2vw, 3rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.people-system-copy p:not(.eyebrow) {
  margin-top: 1.25rem;
  color: #475569;
  line-height: 1.78;
}

.people-system-roles {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.6rem;
}

.people-system-roles span {
  border: 1px solid rgba(42, 212, 231, 0.22);
  border-radius: 999px;
  padding: 0.55rem 0.75rem;
  background:
    linear-gradient(135deg, rgba(42, 212, 231, 0.08), rgba(146, 44, 136, 0.055)),
    #ffffff;
  color: #334155;
  font-size: 0.78rem;
  font-weight: 800;
}

.team-section-band .section-header {
  display: grid;
  justify-items: center;
  width: min(100%, 60rem);
  max-width: 60rem !important;
  margin-inline: auto;
  text-align: center;
}

.team-section-band .section-header .section-title {
  max-width: 23ch;
}

.team-section-band .section-header .section-copy {
  max-width: 48rem;
  margin-inline: auto;
  text-align: center;
}

.team-member-grid {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.4rem);
}

.team-member-card {
  display: grid;
  justify-items: center;
  align-content: start;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(226, 232, 240, 0.88);
  border-radius: 8px;
  padding: clamp(1.4rem, 3vw, 2.4rem);
  background:
    radial-gradient(circle at 20% 0%, rgba(42, 212, 231, 0.1), transparent 16rem),
    radial-gradient(circle at 84% 18%, rgba(146, 44, 136, 0.08), transparent 15rem),
    #ffffff;
  text-align: center;
  box-shadow:
    0 22px 58px rgba(15, 23, 42, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.team-member-photo {
  display: grid;
  width: clamp(12.5rem, 22vw, 18.75rem);
  aspect-ratio: 1;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, rgba(42, 212, 231, 0.2), transparent 45%),
    #0f172a;
  color: #ffffff;
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 5vw, 4.5rem);
  font-weight: 700;
  box-shadow:
    0 24px 54px rgba(15, 23, 42, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.team-member-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-member-content {
  display: grid;
  justify-items: center;
  gap: 0.7rem;
  margin-top: clamp(1.6rem, 3vw, 2.4rem);
}

.team-member-content h3 {
  max-width: 18ch;
  color: #08111f;
  font-family: var(--font-display);
  font-size: clamp(2.05rem, 3.15vw, 2.75rem);
  line-height: 1.12;
  letter-spacing: 0;
}

.team-member-role {
  margin-top: 0.15rem;
  color: #60616b;
  font-size: clamp(1.05rem, 1.8vw, 1.45rem);
  line-height: 1.35;
}

.team-member-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 0.55rem;
}

.team-member-email,
.team-member-linkedin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  color: #2bbfd1;
  font-size: clamp(1rem, 1.55vw, 1.25rem);
  font-weight: 700;
  line-height: 1.25;
  transition:
    color 180ms ease,
    transform 180ms ease;
}

.team-member-email:hover,
.team-member-linkedin:hover {
  color: #922c88;
  transform: translateY(-1px);
}

.team-member-linkedin svg {
  width: 1.1em;
  height: 1.1em;
}

.team-member-bio {
  margin-top: 1.35rem;
  max-width: 34rem;
  color: #64748b;
  font-size: 0.98rem;
  line-height: 1.75;
}

@media (min-width: 48rem) {
  .team-member-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.watcher-card-column {
  display: grid;
  gap: clamp(1.3rem, 2.6vw, 2rem);
  align-self: center;
}

.watcher-section-logo {
  display: block;
  width: min(100%, 42rem);
  justify-self: center;
  margin-inline: auto;
  object-fit: contain;
  filter: drop-shadow(0 22px 42px rgba(15, 23, 42, 0.08));
}

.fast-start-panel {
  position: relative;
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.4rem);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: clamp(1.5rem, 4vw, 3rem);
  background:
    radial-gradient(circle at 14% 18%, rgba(42, 212, 231, 0.2), transparent 22rem),
    radial-gradient(circle at 86% 22%, rgba(146, 44, 136, 0.24), transparent 24rem),
    linear-gradient(135deg, #07101f 0%, #08111f 48%, #14102a 100%);
  color: #ffffff;
  box-shadow: 0 28px 72px rgba(8, 17, 31, 0.2);
}

.fast-start-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 3.2rem 3.2rem;
  mask-image: linear-gradient(90deg, black, transparent 78%);
  pointer-events: none;
}

.fast-start-panel > * {
  position: relative;
  z-index: 1;
}

.fast-start-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(17rem, 0.48fr);
  gap: clamp(1.4rem, 3vw, 2.4rem);
  align-items: center;
}

.fast-start-copy {
  min-width: 0;
}

.fast-start-panel .eyebrow {
  color: #91eef7;
}

.fast-start-panel .section-title,
.fast-start-panel .section-copy {
  color: #ffffff;
}

.fast-start-panel .section-copy {
  opacity: 0.78;
}

.fast-start-proof {
  display: grid;
  gap: 0.8rem;
  align-self: stretch;
}

.fast-start-proof article {
  display: grid;
  align-content: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  min-height: 8.25rem;
  padding: 1rem 1.1rem;
  background: rgba(255, 255, 255, 0.06);
  transition:
    border-color 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease;
}

.fast-start-proof span {
  display: block;
  color: #66e7f4;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: 0;
}

.fast-start-proof strong {
  display: block;
  margin-top: 0.55rem;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1.35;
}

.fast-start-countdown-card.is-complete {
  border-color: rgba(102, 231, 244, 0.42);
  background:
    radial-gradient(circle at 20% 12%, rgba(42, 212, 231, 0.24), transparent 44%),
    rgba(255, 255, 255, 0.075);
  box-shadow:
    0 0 0 1px rgba(102, 231, 244, 0.12) inset,
    0 0 34px rgba(42, 212, 231, 0.16);
  animation: fast-start-count-complete 760ms ease-out 1;
}

.fast-start-countdown-card.is-complete span {
  color: #d6fbff;
  text-shadow: 0 0 20px rgba(102, 231, 244, 0.34);
}

.fast-start-visual {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 1.2rem 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.fast-start-visual::before,
.fast-start-visual::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  width: 5rem;
  pointer-events: none;
}

.fast-start-visual::before {
  left: 0;
  background: linear-gradient(90deg, #08111f, transparent);
}

.fast-start-visual::after {
  right: 0;
  background: linear-gradient(270deg, #14102a, transparent);
}

.fast-start-track {
  position: absolute;
  z-index: 0;
  top: 4.05rem;
  right: 0;
  left: 0;
  height: 0.18rem;
  background: linear-gradient(90deg, rgba(42, 212, 231, 0.08), rgba(42, 212, 231, 0.85), rgba(146, 44, 136, 0.8), rgba(42, 212, 231, 0.08));
  box-shadow: 0 0 20px rgba(42, 212, 231, 0.28);
}

.fast-start-rocket {
  position: absolute;
  z-index: 4;
  top: 2.6rem;
  left: 1.2rem;
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border: 1px solid rgba(102, 231, 244, 0.36);
  border-radius: 999px;
  background: rgba(8, 17, 31, 0.84);
  box-shadow: 0 0 24px rgba(42, 212, 231, 0.28);
  animation: fast-start-rocket 12s ease-in-out infinite;
}

.fast-start-rocket svg {
  width: 2rem;
  height: 2rem;
  transform: rotate(90deg);
}

.fast-start-steps {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 1rem;
  width: max-content;
  padding: 0.8rem 1.2rem 0.2rem;
  animation: fast-start-scroll 42s linear infinite;
}

.fast-start-visual:hover .fast-start-steps,
.fast-start-visual:hover .fast-start-rocket {
  animation-play-state: paused;
}

.fast-start-step {
  position: relative;
  display: grid;
  align-content: start;
  width: 13.8rem;
  min-height: 11rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  padding: 1rem;
  background:
    linear-gradient(135deg, rgba(42, 212, 231, 0.09), rgba(146, 44, 136, 0.12)),
    rgba(8, 17, 31, 0.82);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
}

.fast-start-step::before {
  content: "";
  position: absolute;
  top: 2.68rem;
  left: 1rem;
  width: 0.82rem;
  height: 0.82rem;
  border: 2px solid #08111f;
  border-radius: 999px;
  background: #66e7f4;
  box-shadow: 0 0 18px rgba(102, 231, 244, 0.64);
}

.fast-start-step span {
  color: #91eef7;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.fast-start-step strong {
  margin-top: 2.05rem;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.25;
}

.fast-start-step p {
  margin-top: 0.55rem;
  color: #c7d2df;
  font-size: 0.82rem;
  line-height: 1.55;
}

.fast-start-step-highlight {
  border-color: rgba(102, 231, 244, 0.36);
  background:
    radial-gradient(circle at 16% 18%, rgba(42, 212, 231, 0.22), transparent 42%),
    linear-gradient(135deg, rgba(42, 212, 231, 0.14), rgba(146, 44, 136, 0.2)),
    rgba(8, 17, 31, 0.88);
}

.fast-start-step-forward {
  align-content: center;
  justify-items: center;
  gap: 0.8rem;
  min-height: 11rem;
  color: #91eef7;
  text-align: center;
  background:
    radial-gradient(circle at 50% 32%, rgba(42, 212, 231, 0.18), transparent 46%),
    linear-gradient(135deg, rgba(42, 212, 231, 0.12), rgba(146, 44, 136, 0.18)),
    rgba(8, 17, 31, 0.86);
}

.fast-start-step-forward::before {
  content: none;
}

.fast-start-step-forward span {
  color: #d6fbff;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.fast-start-step-forward svg {
  width: 4.8rem;
  height: 3.8rem;
  filter: drop-shadow(0 0 18px rgba(102, 231, 244, 0.32));
}

.workflow-panel-copy h2 {
  margin-top: 0.9rem;
  color: #ffffff;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3.2vw, 2.9rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.workflow-panel-copy p:last-child {
  margin-top: 1.25rem;
  color: #c7d2df;
  line-height: 1.75;
}

.workflow-diagram {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.workflow-diagram::before {
  content: "";
  position: absolute;
  top: 2.15rem;
  right: 2rem;
  left: 2rem;
  height: 2px;
  background: linear-gradient(90deg, #2ad4e7, rgba(255, 255, 255, 0.2), #922c88);
}

.workflow-node {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 15.5rem;
  align-content: start;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 1rem;
  padding: 1rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.045)),
    rgba(15, 23, 42, 0.72);
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.workflow-node span {
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border: 1px solid rgba(42, 212, 231, 0.32);
  border-radius: 999px;
  background: #050816;
  color: #66e7f4;
  font-size: 0.76rem;
  font-weight: 800;
}

.workflow-node strong {
  margin-top: 2.1rem;
  font-size: 1.05rem;
  line-height: 1.3;
}

.workflow-node p {
  margin-top: 0.75rem;
  color: #b9c7d8;
  font-size: 0.9rem;
  line-height: 1.55;
}

.section-band-command {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: clamp(1.5rem, 3vw, 2.4rem);
  align-items: center;
  padding: clamp(1.5rem, 4vw, 3rem);
  background:
    linear-gradient(135deg, rgba(43, 212, 231, 0.08), transparent 32%),
    linear-gradient(225deg, rgba(146, 44, 136, 0.08), transparent 32%),
    #ffffff;
  color: #0f172a;
}

.section-band-command .eyebrow {
  color: color-mix(in srgb, var(--color-brand-purple) 58%, var(--color-brand-cyan) 42%);
}

.section-band-command .section-title {
  color: #08111f;
}

.section-band-command .section-copy {
  color: #475569;
}

.command-feature-grid {
  display: grid;
  gap: 0.85rem;
}

.command-feature-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 8px;
  padding: 1.1rem 1.15rem;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
}

.command-feature-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, #2bd4e7, #922c88);
}

.command-feature-card span {
  display: inline-grid;
  width: 2.45rem;
  height: 2.45rem;
  place-items: center;
  border: 1px solid rgba(42, 212, 231, 0.24);
  border-radius: 999px;
  color: #0f5f6d;
  background: rgba(42, 212, 231, 0.08);
  font-size: 0.72rem;
  font-weight: 900;
}

.command-feature-card p {
  margin-top: 0.85rem;
  color: #08111f;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.25;
}

.command-feature-card strong {
  display: block;
  margin-top: 0.5rem;
  color: #64748b;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.62;
}

.audience-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  grid-template-areas:
    "copy visual"
    "cards cards";
  gap: clamp(1.5rem, 3vw, 2.4rem);
  align-items: center;
  padding: clamp(1.5rem, 4vw, 3rem);
  background:
    radial-gradient(circle at 90% 12%, rgba(42, 212, 231, 0.23), transparent 26rem),
    linear-gradient(45deg, rgba(43, 212, 231, 0.18) 0%, rgba(146, 44, 136, 0.24) 100%),
    #08111f;
}

.audience-copy {
  grid-area: copy;
}

.audience-visual {
  grid-area: visual;
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 1.1rem;
  background: #050816;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.audience-visual img {
  width: 100%;
  aspect-ratio: 16 / 6.4;
  object-fit: cover;
  filter: saturate(1.06) contrast(1.04);
}

.audience-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 8, 22, 0.2), transparent 46%, rgba(5, 8, 22, 0.42)),
    linear-gradient(180deg, transparent 35%, rgba(5, 8, 22, 0.34));
  pointer-events: none;
}

.audience-grid {
  grid-area: cards;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr));
  gap: 1rem;
}

.audience-panel .audience-card {
  min-width: 0;
  padding: clamp(1.15rem, 2vw, 1.55rem);
  border-color: rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.065)),
    rgba(255, 255, 255, 0.06);
}

.audience-panel .audience-card h3 {
  color: #ffffff;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.18;
}

.audience-panel .audience-card .body-muted {
  color: #d7e0ea;
  opacity: 1;
  font-size: 0.96rem;
  line-height: 1.65;
}

.feature-card,
.outcome-card,
.stat-block {
  border-radius: 1.1rem;
}

.feature-card::after {
  content: "";
  position: absolute;
  inset: auto 1.15rem 1.15rem auto;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--module-accent, #2ad4e7) 15%, transparent);
}

.outcome-card-dark {
  background:
    radial-gradient(circle at 82% 16%, rgba(42, 212, 231, 0.24), transparent 42%),
    linear-gradient(45deg, rgba(43, 212, 231, 0.18), rgba(146, 44, 136, 0.3)),
    #08111f;
}

.cta-banner {
  position: relative;
  overflow: hidden;
}

.cta-banner::after {
  content: "";
  position: absolute;
  right: -4rem;
  bottom: -5rem;
  width: 17rem;
  height: 17rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(42, 212, 231, 0.2), transparent 68%);
  pointer-events: none;
}

@media (max-width: 63.99rem) {
  .home-hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-product-stage {
    min-height: 43rem;
  }

  .hero-logo-stage {
    min-height: 43rem;
    margin-top: 0;
    place-items: center;
  }

  .hero-logo-motion {
    width: min(100%, 39rem);
  }

  .hero-command-photo {
    inset: 0 0 5rem 0;
  }

  .hero-command-system {
    width: min(100%, 35rem);
    margin-inline: auto;
  }

  .hero-doctor-card {
    width: min(36%, 15rem);
  }

  .hero-brand-proof-top {
    top: 3rem;
    right: 0;
  }

  .hero-brand-proof-bottom {
    bottom: 2rem;
  }

  .workflow-panel,
  .workflow-diagram,
  .blockchain-trust-panel,
  .people-system-panel {
    grid-template-columns: minmax(0, 1fr);
  }

  .blockchain-trust-visual {
    min-height: clamp(17rem, 48vw, 24rem);
    border-radius: 1.25rem;
  }

  .fast-start-top {
    grid-template-columns: minmax(0, 1fr);
  }

  .fast-start-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .audience-panel {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "copy"
      "visual"
      "cards";
  }

  .audience-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .people-system-panel {
    gap: 1.4rem;
  }

  .people-system-copy {
    order: -1;
  }

  .workflow-diagram::before {
    top: 2rem;
    bottom: 2rem;
    left: 1.5rem;
    width: 2px;
    height: auto;
    background: linear-gradient(180deg, #2ad4e7, rgba(255, 255, 255, 0.2), #922c88);
  }

  .workflow-node {
    min-height: auto;
    padding-left: 4.2rem;
  }

  .workflow-node span {
    position: absolute;
    top: 1rem;
    left: 1rem;
  }

  .workflow-node strong {
    margin-top: 0.2rem;
  }

  .audience-visual img {
    aspect-ratio: 16 / 8.5;
  }
}

@media (max-width: 39.99rem) {
  .home-hero {
    min-height: auto;
    padding-top: 9rem;
  }

  .hero-brand-kicker {
    align-items: flex-start;
  }

  .hero-brand-mark {
    width: 3.1rem;
    height: 3.1rem;
  }

  .hero-brand-mark img {
    width: 1.95rem;
    height: 1.95rem;
  }

  .hero-product-stage {
    min-height: auto;
  }

  .hero-logo-stage {
    display: block;
    min-height: auto;
    margin-top: 0;
  }

  .hero-logo-motion {
    aspect-ratio: 0.86;
    border-radius: 0;
  }

  .hero-logo-core {
    width: 88%;
    min-height: 9.2rem;
  }

  .hero-motion-node {
    width: 7.5rem;
    padding: 0.52rem 0.58rem;
  }

  .hero-motion-node span {
    font-size: 0.54rem;
  }

  .hero-motion-node strong {
    font-size: 0.74rem;
  }

  .hero-motion-node-clinical {
    top: 4%;
    left: 5%;
  }

  .hero-motion-node-ai {
    top: 4%;
    right: 5%;
  }

  .hero-motion-node-chain {
    right: 5%;
    bottom: 26%;
  }

  .hero-motion-node-code {
    bottom: 26%;
    left: 5%;
  }

  .hero-motion-node-ctms {
    top: 22%;
    left: 2%;
  }

  .hero-motion-node-etmf {
    top: 22%;
    right: 2%;
  }

  .hero-motion-node-diary {
    bottom: 10%;
    left: 3%;
  }

  .hero-motion-node-iwrs {
    right: 3%;
    bottom: 10%;
  }

  .hero-motion-node-watcher {
    right: 50%;
    bottom: 1.8%;
    transform: translateX(50%);
  }

  .hero-command-stage {
    display: block;
  }

  .fast-start-panel {
    padding: 1.25rem;
  }

  .fast-start-proof {
    grid-template-columns: minmax(0, 1fr);
  }

  .fast-start-visual {
    margin-inline: -0.35rem;
  }

  .fast-start-step {
    width: 12.4rem;
    min-height: 11.5rem;
  }

  .hero-command-photo {
    position: relative;
    inset: auto;
    height: 19rem;
    border-radius: 1rem;
  }

  .hero-command-system {
    width: 100%;
    min-height: auto;
    margin-top: -4rem;
  }

  .hero-orbit-map {
    width: min(100%, 19rem);
  }

  .hero-orbit-core {
    width: 6rem;
    height: 6rem;
    font-size: 0.98rem;
  }

  .hero-orbit-node {
    width: 4.4rem;
    height: 4.4rem;
    font-size: 0.68rem;
  }

  .hero-command-metrics {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-doctor-card {
    position: relative;
    width: 100%;
    margin-top: 0.8rem;
  }

  .hero-doctor-card img {
    aspect-ratio: 16 / 9;
  }

  .hero-logo-card {
    padding: 1.2rem;
  }

  .hero-logo-card-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-logo-main {
    margin-top: 2rem;
  }

  .audience-visual img {
    aspect-ratio: 4 / 3;
  }

  .hero-brand-proof {
    position: relative;
    inset: auto;
    width: 100%;
    margin-top: 0.8rem;
  }

  .hero-signal-card {
    position: relative;
    inset: auto;
    width: 100%;
    margin-top: 0.8rem;
  }

  .brand-signal-panel,
  .brand-signal-metrics {
    grid-template-columns: minmax(0, 1fr);
  }

  .blockchain-trust-panel {
    padding: 1rem;
  }

  .blockchain-trust-visual {
    min-height: 16rem;
  }

  .blockchain-trust-copy h2 {
    font-size: clamp(1.75rem, 12vw, 2.25rem);
  }

  .people-system-visual {
    min-height: auto;
  }

  .people-system-main,
  .people-system-main {
    position: relative;
    inset: auto;
    width: 100%;
  }

  .people-system-visual {
    display: grid;
    gap: 0.8rem;
  }

  .people-system-main img {
    aspect-ratio: 16 / 10;
    height: auto;
  }
}

@keyframes hero-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes hero-grid-drift {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 2.5rem 2.5rem;
  }
}

@keyframes hero-logo-float {
  0%,
  100% {
    transform: translate(-50%, -50%) translateY(0);
  }
  50% {
    transform: translate(-50%, -50%) translateY(-0.55rem);
  }
}

@keyframes hero-node-float {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -0.45rem;
  }
}

@keyframes hero-pulse-ring {
  0%,
  100% {
    opacity: 0.48;
    transform: scale(0.98);
  }
  50% {
    opacity: 1;
    transform: scale(1.04);
  }
}

@keyframes hero-data-sweep {
  0%,
  100% {
    opacity: 0.18;
    clip-path: inset(0 100% 0 0);
  }
  50% {
    opacity: 0.9;
    clip-path: inset(0 0 0 0);
  }
}

@keyframes fast-start-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 0.5rem));
  }
}

@keyframes fast-start-rocket {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(min(34rem, 52vw));
  }
}

@keyframes fast-start-count-complete {
  0%,
  100% {
    scale: 1;
  }
  35% {
    scale: 1.035;
    box-shadow:
      0 0 0 1px rgba(102, 231, 244, 0.2) inset,
      0 0 42px rgba(42, 212, 231, 0.3);
  }
  62% {
    scale: 0.99;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-logo-motion::before,
  .hero-logo-motion::after,
  .hero-motion-grid,
  .hero-motion-orbit,
  .hero-motion-orbit-inner,
  .hero-radar-rays,
  .hero-logo-core,
  .hero-motion-node,
  .hero-data-stream,
  .fast-start-steps,
  .fast-start-rocket,
  .fast-start-countdown-card.is-complete {
    animation: none;
  }
}
