.company-email-tooltip {
  position: absolute;
  left: 50%;
  bottom: calc(100% - 1px);
  z-index: 3;
  width: max-content;
  max-width: min(520px, calc(100vw - 48px));
  padding: 8px 12px;
  border-radius: 8px;
  background: rgba(8, 20, 37, 0.8);
  color: #fff !important;
  box-shadow: 0 18px 36px rgba(8, 20, 37, 0.24);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
  text-align: left;
  white-space: normal;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  cursor: text;
  user-select: text;
  -webkit-user-select: text;
  transform: translate(-50%, 8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.company-support-email-wrap {
  position: relative;
  display: inline-flex;
}

.company-support-email-wrap.has-valid-href {
  overflow: visible;
}

.company-support-email-wrap.has-valid-href:hover .company-email-tooltip,
.company-support-email-wrap.has-valid-href:focus-visible .company-email-tooltip {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.about-page .contact-hero__shell {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  animation: none;
}

.about-page .contact-hero__shell::before,
.about-page .contact-hero__shell::after {
  display: none;
}

.about-page .contact-hero__intro .hero-actions {
  align-items: center;
}

.about-page .contact-hero__intro .company-support-email-wrap {
  display: inline-flex;
  flex: 0 0 auto;
}

.about-page .contact-hero__intro .hero-cta {
  width: auto;
  min-width: max-content;
  padding: 0 24px;
  gap: 12px;
  white-space: nowrap;
}

.about-page [data-float-reveal] {
  opacity: 0;
  transform: translate3d(0, var(--hover-lift, 0px), 0) translateY(56px);
  will-change: opacity, transform;
}

.about-page [data-float-reveal].is-visible {
  animation-delay: var(--float-delay, 0ms);
}

.about-page .about-service-shell,
.about-page .about-milestone-shell,
.about-page .about-contact-shell {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.about-page .section-intro .eyebrow + h2 {
  margin-top: 12px;
}

.about-page .about-service-shell .support-info-card, .about-page .about-service-shell .support-stat-card, .about-page .about-milestone-shell .support-milestone-card {
  --mouse-x: 50%;
  --mouse-y: 50%;
  --spotlight-color: rgba(56, 142, 255, 0.22);
  background: radial-gradient(circle at top left, rgba(23, 104, 255, 0.035), transparent 24%), linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 252, 255, 0.96));
  border-color: #ffffff;
  box-shadow: 0 18px 38px rgba(17, 31, 48, 0.07);
  transform: none;
}

.about-page .about-service-shell .support-info-card::before,
.about-page .about-service-shell .support-stat-card::before,
.about-page .about-milestone-shell .support-milestone-card::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(
      circle 190px at var(--mouse-x) var(--mouse-y),
      var(--spotlight-color),
      rgba(56, 142, 255, 0) 68%
    );
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease;
}

.about-page .about-service-shell .support-info-card:hover,
.about-page .about-service-shell .support-stat-card:hover,
.about-page .about-milestone-shell .support-milestone-card:hover {
  border-color: rgba(10, 99, 230, 0.14);
  box-shadow: 0 24px 48px rgba(14, 37, 69, 0.14);
  transform: none;
}

.about-page .about-service-shell .support-info-card:hover::before,
.about-page .about-service-shell .support-stat-card:hover::before,
.about-page .about-milestone-shell .support-milestone-card:hover::before {
  opacity: 1;
}

.about-page .about-service-shell .support-info-card > *,
.about-page .about-service-shell .support-stat-card > *,
.about-page .about-milestone-shell .support-milestone-card > * {
  position: relative;
  z-index: 1;
}

.about-page main > .section:nth-of-type(n+2) {
    padding-top: 120px;
}

@media (max-width: 640px) {
  .about-page .contact-hero {
    padding-top: 80px;
  }

  .about-page .section-intro .eyebrow + h2 {
    margin-top: 16px;
  }
}
