#nexus-proof-hero {
  --ndsh-navy-deep: #03218e;
  --ndsh-navy-mid: #00368b;
  --ndsh-orange: #fc9016;
  --ndsh-orange-hover: #e67d0a;
  --ndsh-white: #ffffff;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 76px 24px 64px;
  color: var(--ndsh-white);
  background:
    radial-gradient(1200px 600px at 15% -10%, rgba(42, 92, 255, 0.35), transparent 60%),
    linear-gradient(160deg, var(--ndsh-navy-deep) 0%, var(--ndsh-navy-mid) 55%, #002c6e 100%);
  font-family: "Inter", Arial, sans-serif;
}

#nexus-proof-hero *,
#nexus-proof-hero *::before,
#nexus-proof-hero *::after {
  box-sizing: border-box;
}

#nexus-proof-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, #000, transparent 75%);
  mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, #000, transparent 75%);
}

#nexus-proof-hero .ndsh-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

#nexus-proof-hero .ndsh-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 28px;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #dce6ff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.02em;
}

#nexus-proof-hero .ndsh-eyebrow-dot {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: var(--ndsh-orange);
}

#nexus-proof-hero .ndsh-title {
  max-width: none;
  margin: 0 0 22px;
  color: var(--ndsh-white);
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: clamp(1.9rem, 4vw, 3.35rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

#nexus-proof-hero .ndsh-title-accent {
  color: var(--ndsh-orange);
}

#nexus-proof-hero .ndsh-subhead {
  max-width: 640px;
  margin: 0 auto 38px;
  color: #c7d3f5;
  font-size: clamp(1.02rem, 1.6vw, 1.2rem);
  font-weight: 400;
  line-height: 1.6;
}

#nexus-proof-hero .ndsh-cta-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0 0 22px;
}

#nexus-proof-hero .ndsh-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 15px 28px;
  border: 1.5px solid transparent;
  border-radius: 10px;
  color: var(--ndsh-white);
  font-family: "Inter", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  transition: transform 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}

#nexus-proof-hero .ndsh-button:hover {
  color: var(--ndsh-white);
  text-decoration: none;
  transform: translateY(-1px);
}

#nexus-proof-hero .ndsh-button:focus-visible,
#nexus-proof-hero .ndsh-service-link:focus-visible,
#nexus-proof-hero .ndsh-proof-card:focus-visible,
#nexus-proof-hero .ndsh-proof-cta:focus-visible {
  outline: 3px solid var(--ndsh-orange);
  outline-offset: 4px;
}

#nexus-proof-hero .ndsh-button-primary {
  background: var(--ndsh-orange);
  box-shadow: 0 8px 24px -8px rgba(252, 144, 22, 0.65);
}

#nexus-proof-hero .ndsh-button-primary:hover {
  background: var(--ndsh-orange-hover);
}

#nexus-proof-hero .ndsh-button-secondary {
  border-color: rgba(255, 255, 255, 0.4);
  background: transparent;
}

#nexus-proof-hero .ndsh-button-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
}

#nexus-proof-hero .ndsh-trust-line {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  color: #9fb0e0;
  font-size: 13px;
  line-height: 1.5;
}

#nexus-proof-hero .ndsh-stars {
  color: var(--ndsh-orange);
  letter-spacing: 2px;
}

#nexus-proof-hero .ndsh-services {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 26px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #7e93d6;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

#nexus-proof-hero .ndsh-service-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.15s ease;
}

#nexus-proof-hero .ndsh-service-link:hover {
  color: #dce6ff;
  text-decoration: none;
}

#nexus-proof-hero .ndsh-service-dot {
  color: rgba(255, 255, 255, 0.25);
}

#nexus-proof-hero .ndsh-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 1040px;
  margin: 56px auto 0;
}

#nexus-proof-hero .ndsh-proof-card {
  display: block;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  color: inherit;
  text-align: left;
  text-decoration: none;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  transition: transform 0.15s ease, border-color 0.15s ease, background-color 0.15s ease;
}

#nexus-proof-hero .ndsh-proof-card:hover {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.1);
  color: inherit;
  text-decoration: none;
  transform: translateY(-2px);
}

#nexus-proof-hero .ndsh-proof-tag {
  display: block;
  margin: 0 0 6px;
  color: var(--ndsh-orange);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

#nexus-proof-hero .ndsh-proof-name {
  margin: 0 0 4px;
  color: var(--ndsh-white);
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}

#nexus-proof-hero .ndsh-proof-location {
  margin: 0;
  color: #aebbe6;
  font-size: 12.5px;
  line-height: 1.45;
}

#nexus-proof-hero .ndsh-proof-footer {
  margin: 18px 0 0;
  text-align: center;
}

#nexus-proof-hero .ndsh-proof-cta {
  color: #c7d3f5;
  font-size: 13.5px;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 3px;
}

#nexus-proof-hero .ndsh-proof-cta:hover {
  color: var(--ndsh-white);
}

@media (max-width: 760px) {
  #nexus-proof-hero {
    padding: 56px 18px 44px;
  }

  #nexus-proof-hero .ndsh-eyebrow {
    margin-bottom: 22px;
    font-size: 12px;
  }

  #nexus-proof-hero .ndsh-title {
    font-size: clamp(1.7rem, 8vw, 2.4rem);
    white-space: normal;
  }

  #nexus-proof-hero .ndsh-subhead {
    margin-bottom: 30px;
  }

  #nexus-proof-hero .ndsh-cta-row {
    flex-direction: column;
    width: 100%;
  }

  #nexus-proof-hero .ndsh-button {
    width: 100%;
  }

  #nexus-proof-hero .ndsh-services {
    gap: 10px 12px;
  }

  #nexus-proof-hero .ndsh-service-dot {
    display: none;
  }

  #nexus-proof-hero .ndsh-proof-grid {
    grid-template-columns: 1fr;
    margin-top: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #nexus-proof-hero .ndsh-button,
  #nexus-proof-hero .ndsh-service-link,
  #nexus-proof-hero .ndsh-proof-card {
    transition: none;
  }
}
