/* =========================================================
   HERO SECTION Ã¢â‚¬â€ "Home" frame, bg=#121225
   Frame 88: 815x282, VERTICAL gap=20
   Frame 29389 (buttons): 494x48, HORIZONTAL gap=20
   ========================================================= */

/* Shared wrapper: one background canvas for Hero + Intelligence */
.hero-wrap {
  background-color: var(--bg);
  background-image: url('https://gloatcomstg.wpenginepowered.com/wp-content/uploads/BG-IMAGE-1-scaled-1.png');
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - var(--header-h));
  display: flex;
  flex-direction: column;
  padding: 120px 0 0 0;
}

/* Background vector decoration (gradient from #121225>#414165>#FF4800) */
.hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.hero__bg-vector {
  position: absolute;
  top: 0;
  right: -10%;
  width: 80%;
  height: 100%;
  opacity: 0.35;
  background: conic-gradient(from 200deg at 80% 20%, transparent 0deg, #414165 120deg, #FF4800 200deg, transparent 280deg);
  filter: blur(80px);
  border-radius: 50%;
}

.hero__bg-vector-2 {
  position: absolute;
  bottom: -20%;
  left: -10%;
  width: 60%;
  height: 80%;
  opacity: 0.2;
  background: radial-gradient(ellipse, #414165 0%, transparent 70%);
  filter: blur(60px);
}

/* Hero inner */
.hero__inner {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 120px 79px 80px;
  max-width: var(--container-w);
  margin-inline: auto;
  width: 100%;
  gap: 48px;
  justify-content: flex-end;
  align-items: center;
}

/* Hero content frame (Frame 88: 815x282, VERTICAL gap=20) */
.hero__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 808px;
  text-align: center;
}

/* H1: Prata 85px w400 lh=99px #F1DFDB */
.hero__heading {
  font-family: var(--font-display);
  font-size: 85px;
  font-weight: 400;
  line-height: 99px;
  color: var(--text);
  letter-spacing: 0;
  margin: 0;
}

/* Subtext: Roboto Mono 21px w400 lh=32px #F1DFDB */
.hero__sub {
  font-family: var(--font-mono);
  font-size: 21px;
  font-weight: 400;
  line-height: 32px;
  color: var(--text);
  max-width: 808px;
}

/* Buttons (Frame 29389: HORIZONTAL gap=20) */
.hero__buttons {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 55px;
}

/* Arrow icon in button */
.btn-arrow-icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.btn-arrow-icon svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
}

/* =========================================================
   LOGO STRIP Ã¢â‚¬â€ "Powering Agentic Intelligence For"
   Group 224: 1252x86
   ========================================================= */
.hero-logos {
  position: relative;
  z-index: 1;
  padding: 0 79px 127px;
  max-width: var(--container-w);
  margin-inline: auto;
  width: 100%;
  text-align: center;
}

/* Label: Roboto Mono 15px w400 lh=20px #FF4800 ls=0.493 */
.hero-logos__label {
  font-family: var(--font-mono);
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.493px;
  color: var(--accent-warm);
  margin-bottom: 16px;
  display: block;
}

/* Logo strip: 1252x41 placeholder */
.hero-logos__strip {
  width: 100%;
  max-width: 1252px;
  height: 70px;
  position: relative;
  overflow: visible;
  mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent);
}

.hero-logos__track {
  display: flex;
  align-items: center;
  gap: 60px;
  width: max-content;
  animation: logos-scroll 35s linear infinite;
}

@keyframes logos-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.hero-logos__item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.hero-logos__item img {
  height: 70px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 1;
  object-fit: contain;
}

.hero-logos__item--text {
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 500;
  color: rgba(241, 223, 219, 0.4);
  letter-spacing: 0.02em;
  white-space: nowrap;
}

/* =========================================================
   SECTION: INTELLIGENCE (dark, "Intelligence, not just answers")
   ========================================================= */
.section-intelligence {
  padding: 0px 0px 158px 0;
  max-width: 100%;
}

.section-intelligence__inner {
  max-width: var(--container-w);
  margin-inline: auto;
  text-align: center;
}

/* Eyebrow: Roboto Mono 15px w400 #FF4800 */
.section-intelligence__eyebrow {
  font-family: var(--font-mono);
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.493px;
  color: var(--accent-warm);
  margin-bottom: 10px;
  display: block;
}

/* H2: Prata 60px w400 lh=81px #F1DFDB */
.section-intelligence__heading {
  font-family: var(--font-display);
  font-size: 60px;
  font-weight: 400;
  line-height: 81px;
  color: var(--text);
  margin-bottom: 60px;
  text-align: center;
}

/* Image 1 placeholder: 1220x616 */
.section-intelligence__image {
  width: 100%;
  max-width: 1220px;
  aspect-ratio: 1220/616;
  margin-inline: auto;
}

@media (min-width: 320px) and (max-width: 1024px) {

  .hero {
    min-height: calc(90vh - var(--header-h));
  }
}