/* GEP — Host report banner: full-bleed navy, copy + laptop mockup + right blob cluster. */

.c-gep-report {
  --gep-report-navy: #17293C;
  box-sizing: border-box;
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: clamp(40px, 8vw, 80px) 0;
  background: var(--gep-report-navy);
}

.c-gep-report__blobs {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: clamp(200px, 42vw, 380px);
  line-height: 0;
  pointer-events: none;
}

.c-gep-report__blobs-svg {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .c-gep-report__blobs {
    top: 0
    transform: translate(22%, 0);
    opacity: 0.85;
  }
}

.c-gep-report__container {
  position: relative;
  z-index: 1;
}

.c-gep-report__inner {
  display: grid;
  gap: clamp(24px, 6vw, 64px);
  align-items: center;
  grid-template-columns: 1fr;
}

@media (min-width: 1020px) {
  .c-gep-report__inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  }
}

.c-gep-report__copy {
  text-align: center;
}

@media (min-width: 1020px) {
  .c-gep-report__copy {
    text-align: left;
    max-width: 535px;
    justify-self: end;
  }
}

.c-gep-report__eyebrow {
  margin: 0 0 8px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 115%;
  letter-spacing: -0.08px;
  text-transform: uppercase;
  color: #3ed9cc;
}

.c-gep-report__title {
  margin: 0 0 8px;
  font-family: "Spoof", sans-serif;
  font-weight: 500;
  font-size: clamp(24px, 6vw, 30px);
  line-height: 125%;
  color: #fff;
}

.c-gep-report__desc {
  margin: 0 0 clamp(24px, 6vw, 24px);
  font-family: "Source Serif 4", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: -0.08px;
  color: #D1D1D2;
}

.c-gep-report__actions .c-gep-report__btn.c-btn {
  margin: 0;
}

.c-gep-report__visual {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 255px;
  margin: 0 auto;
}

@media (min-width: 1020px) {
  .c-gep-report__visual {
    justify-content: center;
    margin: 0;
  }
}

.c-gep-report__laptop {
  display: block;
  width: clamp(260px, 78vw, 364px);
  height: auto;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .c-gep-report {
    padding: clamp(24px, 6vw, 56px) 0 clamp(40px, 8vw, 64px);
  }

  .c-gep-report__visual {
    min-height: 280px;
  }
}
