:root {
  --apex-ink: #09090b;
  --apex-white: #ffffff;
  --apex-blue: #4f7cff;
  --apex-violet: #7b5cff;
  --apex-pink: #ff4fb3;
  --apex-coral: #ff7b5f;
  --apex-line: rgba(255, 255, 255, 0.12);
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at 78% 10%, rgba(79, 124, 255, 0.12), transparent 30%),
    radial-gradient(circle at 20% 0%, rgba(255, 79, 179, 0.08), transparent 28%),
    var(--apex-ink);
}

.ax-nav2 {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(9, 9, 11, 0.86);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.ax-nav2__logo {
  color: var(--apex-white) !important;
  letter-spacing: 0;
}

.ax-nav2__l,
.ax-dd__t,
.ax-nav2__links a,
.ax-mob__btn {
  color: rgba(255, 255, 255, 0.78) !important;
}

.ax-nav2__l:hover,
.ax-dd__t:hover,
.ax-nav2__links a:hover {
  color: var(--apex-white) !important;
}

.ax-hero {
  min-height: calc(100svh - 74px);
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.ax-hero::before {
  content: "LIVE GROWTH STACK\A\AOutbound        booked meetings\APaid media      high-intent traffic\ASEO / AEO       search demand\A\A14x ROI target     984% lead lift";
  position: absolute;
  right: clamp(28px, 7vw, 110px);
  bottom: clamp(44px, 8vw, 120px);
  width: min(460px, 38vw);
  min-height: 310px;
  display: block;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    radial-gradient(circle at 35% 35%, rgba(255, 79, 179, 0.34), transparent 34%),
    radial-gradient(circle at 76% 68%, rgba(255, 123, 95, 0.3), transparent 34%),
    rgba(255, 255, 255, 0.035);
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.42);
  color: rgba(255, 255, 255, 0.72);
  font-family: "SFMono-Regular", "Roboto Mono", ui-monospace, monospace;
  font-size: clamp(0.7rem, 0.82vw, 0.86rem);
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 2.05;
  white-space: pre-line;
  backdrop-filter: blur(18px);
  z-index: 0;
}

.ax-hero::after {
  z-index: 1;
}

.ax-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 170px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(9, 9, 11, 0), #09090b 76%);
}

.ax-hero__inner {
  position: relative;
  z-index: 2;
}

.ax-h1 {
  color: var(--apex-white) !important;
  letter-spacing: 0;
  text-wrap: balance;
  max-width: 760px;
}

.ax-body-lg,
.ax-hero__sub {
  color: rgba(255, 255, 255, 0.68) !important;
  text-wrap: pretty;
}

.ax-hero__meta,
.ax-hero__meta span {
  color: rgba(255, 255, 255, 0.58) !important;
}

.ax-btn {
  border-radius: 8px;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.ax-btn:hover {
  transform: translateY(-2px);
}

.ax-btn--dark {
  background: linear-gradient(135deg, #050507, #0f1220) !important;
  box-shadow: 0 18px 40px rgba(79, 124, 255, 0.24);
}

.ax-btn--light {
  box-shadow: 0 18px 48px rgba(255, 255, 255, 0.09);
}

.ax-trust {
  border-top: 1px solid var(--apex-line);
  border-bottom: 1px solid var(--apex-line);
  background: rgba(255, 255, 255, 0.03);
}

.ax-trust__logos span {
  opacity: 0.86;
}

.ax-impact,
.ax-deep,
.ax-approach,
.ax-story,
.ax-quotes,
.ax-cta {
  overflow: hidden;
}

.ax-impact__card,
.ax-impact__band,
.ax-card,
.ax-step,
.ax-quote,
.ax-cta__band {
  border-radius: 10px !important;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.16);
}

.ax-deep__grid .ax-card {
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.ax-deep__grid .ax-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 34px 90px rgba(79, 124, 255, 0.22);
}

.ax-story__band,
.ax-cta__band {
  background:
    radial-gradient(circle at 16% 18%, rgba(123, 92, 255, 0.22), transparent 28%),
    radial-gradient(circle at 88% 82%, rgba(255, 123, 95, 0.18), transparent 30%),
    #0b0b10 !important;
}

.ax-footer {
  border-top: 1px solid var(--apex-line);
  background: #070708 !important;
}

.w-webflow-badge {
  display: none !important;
  visibility: hidden !important;
}

.wws,
.ax-section,
section {
  position: relative;
}

img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .ax-hero {
    min-height: auto;
    padding-top: 56px;
  }

  .ax-hero::before {
    display: none;
  }

  .ax-hero__cta {
    width: 100%;
  }

  .ax-hero__cta .ax-btn {
    width: 100%;
  }

  .ax-hero__meta {
    align-items: flex-start;
  }
}

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