.hero-section {
  display: flex;
  width: 100%;
  align-items: center;
  
  position: relative;
  background-color: #09172c;
}

.hero-content {
  display: flex;
  width: 60%;
  padding: 128px 0px 128px 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
}

.hero-text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}

.hero-subtitle {
  width: 100%;
  color: #8c6cff;
   font-family: var(--poppins);
  font-size: 26px;
  font-weight: 500;
  line-height: 120%;
}

.hero-title {
  width: 100%;
  color: #fff;
  font-family: var(--poppins);
  font-size: 56px;
  font-weight: 400;
  line-height: 120%;
  background-clip: text;
  margin-bottom: 0;
}

.hero-title span {
  font-weight: 700;
  background: var(--Degradee,
      linear-gradient(90deg,
        var(--Primary-New-blue-500, #4b2cb5) 0%,
        #ba6cff 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-description {
  width: 100%;
  max-width: 728px;
  color: #fff;
  font-family: var(--rubik);

  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.hero-description-bold {
  font-weight: 700;
}

.hero-buttons {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.hero-button {
  color: #fff;
  font-family: var(--rubik);

  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding: 12px 16px;
  border-radius: 64px;
  cursor: pointer;
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
}

.hero-button-outline {
  background-color: transparent;
  border: 1px solid #fff;
}

.hero-button-outline:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.hero-button-filled {
  background-color: #4b2cb5;
}

.hero-button-filled:hover {
  background-color: #3a219a;
}

.hero-image {
  padding: 16px;
  align-items: center;
  flex: 1;
  display: flex;
  justify-content: center;
  min-width: 577px;
}

.hero-img {
  width: 85%;
  height: auto;
  object-fit: cover;
}

.experience-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 64px 32px 88px 32px;
  background-color: #fff;
  font-family: var(--poppins);
}

.experience-title {
  color: #121d2c;
  text-align: center;
  font-family: var(--poppins);
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 48px;
  margin-top: 0;
}

.stats-container {
  max-width: 1200px;
  display: flex;
  align-items: stretch;
  gap: 24px;
  width: 100%;
}

.stat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 24px 14px;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0px 11px 28px 0px rgba(168, 168, 168, 0.25);
  flex: 1;
}

.stat-value {
  color: #121d2c;
  text-align: center;
  font-family: var(--poppins);
}

.stat-number {
  font-size: 40px;
  font-weight: 700;
}

.stat-symbol,
.stat-prefix {
  font-size: 32px;
  font-weight: 700;
}

.stat-description {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 100%;
  min-height: 34px;
}

.stat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.stat-text {
  color: #121d2c;
  font-family: var(--rubik);

  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

/* Results Section Styles */
.results-section {
  width: 100%;
  display: flex;
  padding: 128px 32px;
  justify-content: center;
  align-items: stretch;
  background-color: #09172c;
  gap: 64px;
}

.results-section.product {
  gap: 130px;
  align-items: center;
}

.results-section_wrapper {
  width: 100%;
  max-width: 1440px;
}

.results-content {
  max-width: 480px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.results-content.product {
  max-width: 540px;
}

.results-heading-container {
  max-width: 480px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  width: 100%;
}

.results-heading-container.product {
  max-width: 540px;
}

.results-heading {
  width: 100%;
  color: #fff;
  font-family: var(--poppins);
  font-size: 40px;
  line-height: 120%;
  margin: 0;
}

.results-heading-light {
  font-weight: 400;
}

.results-heading-bold {
  font-weight: 700;
  background: linear-gradient(
    90deg,
    var(--Primary-New-blue-500, #4b2cb5) 0%,
    #ba6cff 130%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.results-heading-bold.purple-gradient {
  background: var(--Degradee,
      linear-gradient(90deg,
        var(--Primary-New-blue-500, #4b2cb5) 0%,
        #ba6cff 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.results-description {
  width: 100%;
  color: #fff;
  font-family: var(--rubik);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}

.results-description span {
  color: var(--Typography-accent-in-dark, #8c6cff);
}

.results-benefits {
  display: flex;
  align-items: stretch;
  gap: 24px;
  height: 100%;
}

.benefits-column {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.benefit-card {
  min-height: 56px;
  min-width: 455px;
  height: 100%;
  display: flex;
  padding: 12px 16px;
  align-items: center;
  gap: 20px;
  width: 100%;
  border-radius: 16px;
  background-color: #2b2c5e;
  box-shadow: 0px 11px 28px 0px #08081e;
}

.results-section.product .benefit-card {
  min-width: 540px;
}

.benefit-text {
  color: #fff;
  font-family: var(--poppins);
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

/* Guou Video Section - BEM Methodology */

/* Block */
.guou-video {
  overflow: unset;
  display: flex;
  padding: 64px 32px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  position: relative;
}

.guou-video_wrapper {
  display: flex;
  width: 100%;
  max-width: 1440px;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  position: relative;
  z-index: 2;
}

/* Content area */
.guou-video__content {
  display: flex;
  min-width: 540px;
  max-width: 540px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
}

/* Text container */
.guou-video__text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  width: 100%;
  position: relative;
}

/* Title */
.guou-video__title {
  width: 100%;
  color: #121d2c;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  line-height: 120%;
  margin: 0;
}

.guou-video__title-light {
  font-weight: 400;
}

.guou-video__title-bold {
  font-weight: 700;
  background: var(--Degradee,
      linear-gradient(90deg,
        var(--Primary-New-blue-500, #4b2cb5) 0%,
        #ba6cff 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Button */
.guou-video__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 64px;
  background-color: #4b2cb5;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  border: none;
  overflow: hidden;
  /* Para que el ::before no se salga */
  transition: background-color 0.3s ease;
}

.guou-video__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  /* Comienza afuera */
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  /* Franja blanca semi-transparente */
  transition: left 0.6s ease;
}

.guou-video__button:hover::before {
  left: 100%;
  /* Se mueve hacia la derecha */
}

.guou-video__button:hover {
  background-color: #5c37ff;
  /* Morado más brillante */
}

.button-hover-slide {
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s ease;
}

.button-hover-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  transition: left 0.6s ease;
}

.button-hover-slide:hover::before {
  left: 100%;
}

.button-hover-slide:hover {
  background-color: #4b2cb5;
}

.guou-video__button-text {
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  line-height: 150%;
}


.guou-video__button-icon {
  width: 24px;
  height: 24px;
}

/* Media area */
.guou-video__media {
  width: 700px;
  height: 398px;
  position: relative;
}

/* Video player */
.guou-video__player {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  position: relative;
  margin-top: 32px;
}

.guou-video__thumbnail-container {
  max-height: 398px;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  position: relative;
  overflow: hidden;
}

.guou-video__thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.guou-video__play-button-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.guou-video__play-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.guou-video__play-button svg {
  width: 112px;
  height: 112px;
}

.guou-video__video {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  object-fit: cover;
}

/* Blur elements */
.guou-video__blur {
  position: absolute;
}

.guou-video__blur--right {
  width: 223px;
  height: 223px;
  right: 400px;
  top: -100px;
}

.guou-video__blur--left {
  width: 160px;
  height: 160px;
  left: 0px;
  bottom: 450px;
}

.bpms-section.discovery .guou-video__blur--left {
  width: 160px;
  height: 160px;
  left: 0px;
  bottom: 450px;
}

.bpms-section.discovery .guou-video__blur--right {
  width: 223px;
  height: 223px;
  right: 120px;
  top: 0;
  bottom: auto;
}

.bpms-section.discovery .guou-video__blur--right.second {
  width: 212px;
  height: 223px;
  right: 450px;
  top: -70px;
  bottom: auto;
  display: block;
}

.bpms-section.discovery .guou-video__blur {
  display: block;
}

.leadership {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 64px 32px;
  gap: 48px;
  background-color: #fff;
  font-family: var(--rubik);
}

/* Title Container */
.leadership__title-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  text-align: center;
  justify-content: flex-start;
}

/* Heading */
.leadership__heading {
  color: #000;
  font-family: var(--poppins);
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  align-self: center;
  margin: 0;
}

.leadership__heading--bold {
  font-weight: 700;
}

/* Description */
.leadership__description {
  color: #706f6f;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 16px;
  margin-bottom: 0px;
}

.leadership__description--custom {
  margin-bottom: 32px !important;

}

.leadership__description--highlight {
  color: rgba(75, 44, 181, 1);
}

/* Cards Container */
.leadership__cards {
  display: flex;
  align-items: center;
  align-self: center;
  width: 100%;
  max-width: 1200px;
  gap: 24px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

/* Individual Card */
.leadership__card {
  align-self: stretch;
  min-width: 240px;
  margin-bottom: auto;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

/* Card Image */
.leadership__card-image {
  aspect-ratio: 1.41;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

/* Card Content */
.leadership__card-content {
  margin-top: 16px;
  width: 100%;
}

/* Card Title Container */
.leadership__card-title {
  width: 100%;
}

/* Card Name */
.leadership__card-name {
  color: #121d2c;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}

/* Card Link */
.leadership__card-link {
  color: #121d2c;
  text-decoration: none;
}

.leadership__card-link:hover {
  text-decoration: underline;
}

/* Card Position */
.leadership__card-position {
  color: #706f6f;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

/* LinkedIn Icon */
.leadership__card-linkedin {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 18px;
  fill: #121d2c;
  margin-top: 16px;
}

.bpms-section {
  background-color: #09172c;
  color: #fff;
  padding: 124px 16px;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
}

.bpms-section.fix {
  gap: 24px;
  text-align: start;
}

.bpms-section.fix .bpms-section__subtitle {
  width: 100%;
  text-align: start;
  max-width: 1200px;
}

.bpms-section.fix .bpms-section__link {
  max-width: 324px;
}

.bpms-section__container {
  max-width: 1440px;
  width: 100%;
}

.bpms-section__subtitle {
  color: #8c6cff;
  font-family: var(--poppins);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 24px */
}

.bpms-section__content {
  display: flex;
  margin-top: 24px;
  width: 100%;
  align-items: center;
  gap: 40px 186px;
  justify-content: center;
}

.bpms-section__left {
  align-self: stretch;
  min-width: 240px;
  margin-bottom: auto;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.bpms-section__heading {
  color: var(--Typography-inverse, #fff);
  /* H3 Regular */
  font-family: var(--poppins);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 38.4px */
  margin: 0;
}

.bpms-section__right {
  align-items: start;
  align-self: stretch;
  position: relative;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  flex-direction: column;
  font-family: var(--rubik);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  justify-content: start;
  width: 741px;
  gap: 24px;
}

.bpms-section__blur-secondary {
  position: absolute;
  z-index: 0;
  display: flex;
  min-height: 294px;
  width: 411px;
  max-width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 294px;
  background: radial-gradient(circle,
      rgba(76, 44, 181, 0.3) 0%,
      rgba(9, 23, 44, 0) 70%);
  filter: blur(40px);
}

.bpms-section__blur-primary {
  position: absolute;
  z-index: 0;
  display: flex;
  min-height: 131px;
  width: 131px;
  max-width: 100%;
  right: 68px;
  top: -54px;
  height: 131px;
  background: radial-gradient(circle,
      rgba(140, 108, 255, 0.4) 0%,
      rgba(9, 23, 44, 0) 70%);
  filter: blur(30px);
}

.bpms-section__benefits {
  align-items: start;
  align-self: end;
  z-index: 1;
  display: flex;
  width: 100%;
  max-width: 741px;
  gap: 24px;
}

.benefit-card.new {
  min-height: 56px;
  min-width: 231px;
  align-items: center;
  border-radius: 16px;
  box-shadow: 0px 11px 28px 0px #08081e;
  display: flex;
  gap: 20px;
  justify-content: start;
  padding: 12px 16px;
  background-color: #2b2c5e;
  max-width: 300px;
  
}

.benefit-card__icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 32px;
  align-self: stretch;
  margin-top: auto;
  margin-bottom: auto;
  flex-shrink: 0;
}

.benefit-card__text {
  color: var(--Typography-inverse, #fff);
  /* Subtitle Regular */
  font-family:'Poppins', Rubik, sans-serif;;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 24px */
}

.bpms-section__cta-container {
  display: flex;
  margin-top: 24px;
  width: 100%;
  flex-direction: column;
  align-items: start;
  font-family: Rubik, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  justify-content: start;
}

.bpms-section__cta-button {
  justify-content: center;
  align-items: center;
  border-radius: 64px;
  display: flex;
  gap: 8px;
  padding: 12px 16px;
  background-color: #4b2cb5;
  text-decoration: none;
  cursor: pointer;
}

.bpms-section__cta-text {
  color: #fff;
  align-self: stretch;
  margin-top: auto;
  margin-bottom: auto;
}

.bpms-section__cta-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 24px;
  align-self: stretch;
  margin-top: auto;
  margin-bottom: auto;
  flex-shrink: 0;
}

/* Base styles */
.hero-guou {
  display: flex;
  align-items: center;
  font-family: var(--rubik);
  color: #fff;
  justify-content: center;
  position: relative;
  background-color: #09172c;
}

.hero-guou::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 150px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #09172c 100%);
  pointer-events: none;
  z-index: 2;
}

/* Container */
.hero-guou__container {
  max-width: 1508px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 128px 32px 0px 32px;
  justify-content: space-between;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  gap: 32px;
}

/* Background image */
.hero-guou__background {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

/* Content area */
.hero-guou__content {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  max-width: 750px;
}

/* Industry tag */
.hero-guou__tag {
  align-self: flex-start;
  border-radius: 12px;
  background-color: #63049f;
  padding: 8px 16px;
  gap: 12px;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

/* Quote */
.hero-guou__quote {
  font-family: var(--poppins);
  font-size: 56px;
  font-weight: 400;
  line-height: 67px;
  margin-top: 16px;
  margin-bottom: 0;
}



.hero-guou__quote-mark {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #ffffff;
}

.hero-guou__quote-text {
  color: #ffffff;
}

.hero-guou__quote-highlight {
  color: #8c6cff;
}

/* Client information */
.hero-guou__client {
  display: flex;
  align-items: center;
  margin-top: 16px;
  width: 100%;
  gap: 12px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.hero-guou__client-avatar {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 48px;
  align-self: stretch;
  margin: auto 0;
  flex-shrink: 0;
}

.hero-guou__client-info {
  align-self: stretch;
  min-width: 240px;
  margin: auto 0;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.hero-guou__client-name {
  font-size: 16px;
  font-weight: 700;
}

.hero-guou__client-position {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

/* Base styles */
.innovative {
  align-self: stretch;
  padding: 64px 240px 96px;
  text-align: center;
  background-color: #09172c;
}

/* Container */
.innovative__container {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
}

/* Content */
.innovative__content {
  display: flex;
  min-width: 240px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

/* Heading */
.innovative__heading {
  color: #ffffff;
  font-family: var(--poppins);
  font-size: 40px;
  line-height: 48px;
  margin: 0;
  text-align: center;
}

.innovative__heading-primary {
  font-weight: 700;
  color: #ffffff;
}

.innovative__heading-secondary {
  font-weight: 400;
  color: #ffffff;
}

.innovative__heading-accent {
  font-weight: 400;
  color: #8c6cff;
  margin-left: 8px;
}

/* Description */
.innovative__description {
  color: #fff;
  font-family: var(--rubik);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  text-align: center;
}

.innovative__description:first-of-type {
  margin-top: 32px;
}

/* Text variations */
.innovative__text-highlight {
  color: #ffffff;
}

.innovative__text-bold {
  font-weight: 500;
  color: #ffffff;
}

/* Base styles */
.tab-item {
  position: relative;
  align-self: stretch;
  overflow: visible;
  padding: 64px 16px 128px 16px;
  background-color: #09172c;
  font-family: var(--rubik);
}

.tab-items_wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

/* Blur effects */
.tab-item__blur {
  position: absolute;
  z-index: 0;
  display: flex;
}

.tab-item__blur--primary-left {
  min-height: 131px;
  width: 131px;
  left: 152px;
  top: 116px;
  height: 131px;
}

.tab-item__blur--primary-right {
  min-height: 131px;
  width: 131px;
  left: 232px;
  top: 145px;
  height: 131px;
}

.tab-item__blur--secondary {
  min-height: 294px;
  width: 411px;
  max-width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 294px;
}

/* Content container */
.tab-item__content {
  z-index: 0;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 40px 186px;
  justify-content: center;
  margin-top: 24px;
}

.tab-item__content:first-child {
  margin-top: 0;
}

/* Benefits container */
.tab-item__benefits {
  align-items: stretch;
  align-self: stretch;
  display: flex;
  min-width: 240px;
  width: 100%;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

/* Card styles */
.tab-item__card {
  align-items: flex-start;
  border-radius: 16px;
  display: flex;
  min-width: 240px;
  max-width: 587px;
  gap: 16px;
  justify-content: flex-start;
  flex-wrap: wrap;
  height: 100%;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  padding: 24px;
  background-color: #2b2c5e;
}

/* Card header with icon and title */
.tab-item__card-header {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  justify-content: flex-start;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

/* Icon styles */
.tab-item__icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 32px;
  flex-shrink: 0;
}

/* Title styles */
.tab-item__title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

/* Description text */
.tab-item__description {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

/* Highlighted text */
.tab-item__highlight {
  color: #8c6cff;
}

.decorative-violet-blur {
  position: absolute;
  right: 0;
  bottom: -20px;
}

/* Base styles */
.article-avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  padding: 128px 32px;
  gap: 40px 100px;
  flex-wrap: wrap;
  background-color: #fff;
}

/* Container */
.article-avatar__container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 40px 100px;
  max-width: 1440px;
}

/* Left content column */
.article-avatar__content-left {
  align-self: stretch;
  min-width: 240px;
  margin-top: auto;
  margin-bottom: auto;
  width: 589px;
}

/* Subtitle */
.article-avatar__subtitle {
  color: #4b2cb5;
  font-family: 'poppins', rubik, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

/* Quote container */
.article-avatar__quote-container {
  display: flex;
  margin-top: 24px;
  width: 100%;
  flex-direction: column;
  gap: 32px;
}

/* Quote text */
.article-avatar__quote {
  color: #121d2c;
  font-family: var(--poppins);
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  margin: 0;
}

.article-avatar__quote--regular {
  font-weight: 400;
}

/* Client information */
.article-avatar__client {
  display: flex;
  align-items: center;
  /* margin-top: 32px; */
  width: 100%;
  gap: 12px;
  font-family: var(--rubik);
  justify-content: flex-start;
  flex-wrap: wrap;
}

.article-avatar__client-avatar {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 48px;
  align-self: stretch;
  margin-top: auto;
  margin-bottom: auto;
  flex-shrink: 0;
}

.article-avatar__client-info {
  align-self: stretch;
  min-width: 240px;
  margin-top: auto;
  margin-bottom: auto;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.article-avatar__client-name {
  color: #121d2c;
  font-size: 16px;
  font-weight: 700;
}

.article-avatar__client-position {
  color: #706f6f;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

/* Right content column */
.article-avatar__content-right {
  align-self: stretch;
  min-width: 240px;
  margin-top: auto;
  margin-bottom: auto;
  font-family: var(--rubik);
  font-size: 16px;
  color: #706f6f;
  font-weight: 400;
  line-height: 24px;
  width: 540px;
}

/* Text container */
.article-avatar__text-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 24px;
}

/* Description text */
.article-avatar__description {
  color: #706f6f;
  width: 100%;
  margin: 0;
}

.article-avatar__description--bold {
  font-weight: 700;
}

/* Highlighted text */
.article-avatar__highlight {
  color: #4b2cb5;
}

/* Base styles */
.modal-work {
  font-family: var(--rubik);
  color: #121d2c;
}

.modal-work__container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border-radius: 24px;
  box-shadow: 0px 11px 28px 0px rgba(168, 168, 168, 0.25);
  max-width: 733px;
  padding: 32px 64px;
  gap: 32px;
  background-color: #fff;
}

/* Close button */
.modal-work__close {
  align-self: flex-end;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.modal-work__close-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 24px;
}

/* Title */
.modal-work__title {
  color: #121d2c;
  font-family: var(--poppins);
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  margin: 32px 0 0 0;
  width: 100%;
}

/* Form */
.modal-work__form {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 32px;
}

.modal-work__inputs {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;
  margin-top: 32px;
}

.modal-work__row {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 33px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

/* Form fields */
.modal-work__field {
  display: flex;
  flex-direction: column;
  min-width: 240px;
  flex: 1;
  flex-basis: 0%;
  gap: 4px;
}

.modal-work__field--full {
  width: 100%;
}

.modal-work__label-container {
  display: flex;
  width: 100%;
  align-items: flex-start;
  color: #121d2c;
  white-space: nowrap;
}

.modal-work__label {
  color: #121d2c;
  font-family: var(--rubik);
  font-size: 16px;
  padding: 0 4px 0 12px;
}

.modal-work__required {
  color: #121d2c;
  font-family: var(--rubik);
  font-size: 14px;
  line-height: 18px;
  font-feature-settings: "liga" off, "clig" off;
}

.modal-work__input {
  border-radius: 64px;
  border: 1px solid #e2e5e7;
  min-height: 45px;
  width: 100%;
  padding: 0 16px;
  margin-top: 4px;
  background-color: #fff;
  min-height: 56px;
  max-height: 56px;
}

.modal-work__input-group {
  display: flex;
  align-items: center;
  border-radius: 64px;
  border: 1px solid #e2e5e7;
  margin-top: 4px;
  width: 100%;
  gap: 12px;
  padding: 0 16px;
  min-height: 45px;
  background-color: #fff;
  font-family: var(--rubik);
  font-size: 16px;
  color: #5b5b5b;
  min-height: 56px;
  max-height: 56px;
}

.modal-work__prefix {
  color: #5b5b5b;
  width: 30px;
}

.modal-work__text {
  color: #5b5b5b;
  width: 218px;
}

.modal-work__input-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 24px;
  flex-shrink: 0;
}

.modal-work__helper {
  color: #706f6f;
  font-family: var(--rubik);
  font-size: 14px;
  line-height: 1.2;
  margin-top: 4px;
  padding: 0 12px;
  align-self: flex-start;
}

.modal-work__helper--empty {
  min-height: 17px;
}

/* File upload button */
.modal-work__file-button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 64px;
  border: 1px solid #4b2cb5;
  margin-top: 4px;
  width: 100%;
  gap: 8px;
  padding: 12px 16px;
  background-color: transparent;
  cursor: pointer;
}

.modal-work__file-text {
  color: #4b2cb5;
  font-family: var(--rubik);
  font-size: 16px;
}

.modal-work__file-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 24px;
  flex-shrink: 0;
}

/* Textarea */
.modal-work__textarea {
  border-radius: 12px;
  border: 1px solid #e2e5e7;
  min-height: 141px;
  width: 100%;
  margin-top: 4px;
  padding: 12px 16px;
  background-color: #fff;
  resize: none;
}

.modal-work__counter {
  color: #5b5b5b;
  font-family: "Manrope", -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1;
  margin-top: 4px;
  padding: 0 12px;
  text-align: right;
  width: 100%;
  font-feature-settings: "liga" off, "clig" off;
}

/* Submit button */
.modal-work__actions {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  align-self: flex-end;
  margin-top: 32px;
}

.modal-work__submit {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 64px;
  border: none;
  gap: 8px;
  padding: 12px 16px;
  background-color: #4b2cb5;
  cursor: pointer;
}

.modal-work__submit-text {
  color: #fff;
  font-family: var(--rubik);
  font-size: 16px;
}

.modal-work__submit-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 24px;
  flex-shrink: 0;
}

.custom-phone-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 280px;
}

.custom-phone-label {
  color: var(--Typography-primary, #121d2c);
  font-family: var(--rubik);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  margin-bottom: 2px;
}

.custom-phone-required {
  color: #dc2626;
  margin-left: 2px;
  font-size: 1.1em;
}

.custom-phone-input-group {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1.5px solid #e3e6ec;
  border-radius: 24px;
  padding: 16px;
  gap: 0.5em;
  position: relative;
}

.custom-phone-select-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.custom-phone-select {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: none;
  font-weight: 500;
  color: #1a2233;
  padding-right: 1.6em;
  outline: none;
  min-width: 58px;
  cursor: pointer;
}

.custom-phone-arrow {
  min-width: 24px;
  position: absolute;
  right: 0.2em;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  display: flex;
}

.custom-phone-input {
  border: none;
  outline: none;
  background: transparent;
  font-size: 1.07rem;
  flex: 1;
  color: #1a2233;
  padding-left: 0.2em;
}

.custom-phone-helper {
  font-size: 0.91rem;
  color: #64748b;
  margin-top: 2px;
  padding-left: 2px;
}

/* Base styles */
.not-found {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  padding: 128px 16px;
  gap: 40px 129px;
  background-color: #fff;
  font-family: var(--rubik);
  font-weight: 400;
}

/* Container */
.not-found__container {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  gap: 40px 129px;
  flex-wrap: wrap;
}

/* Content area */
.not-found__content {
  display: flex;
  min-width: 240px;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  width: 540px;
}

/* 404 code */
.not-found__code {
  color: #4b2cb5;
  font-family: var(--rubik);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

/* Text container */
.not-found__text-container {
  display: flex;
  margin-top: 24px;
  width: 100%;
  flex-direction: column;
  gap: 32px;
}

/* Title */
.not-found__title {
  color: #121d2c;
  font-family: var(--poppins);
  font-size: 40px;
  line-height: 1.2;
  margin: 0;
}

/* Description */
.not-found__description {
  color: #706f6f;
  font-family: var(--rubik);
  font-size: 16px;
  line-height: 24px;
  margin-top: 32px;
  margin-bottom: 0;
}

/* Links container */
.not-found__links {
  align-items: stretch;
  align-self: flex-start;
  display: flex;
  margin-top: 24px;
  flex-direction: column;
  font-family: var(--rubik);
  font-size: 16px;
  color: #4b2cb5;
  justify-content: flex-start;
}

/* Individual link */
.not-found__link {
  justify-content: start;
  align-items: center;
  border-radius: 64px;
  display: flex;
  gap: 8px;
  padding: 12px 0;
  text-decoration: none;
  cursor: pointer;
}

/* Link text */
.not-found__link-text {
  color: #4b2cb5;
  align-self: stretch;
  margin-top: auto;
  margin-bottom: auto;
}

/* Link icon */
.not-found__link-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 24px;
  align-self: stretch;
  margin-top: auto;
  margin-bottom: auto;
  flex-shrink: 0;
}

/* Image container */
.not-found__image-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Image */
.not-found__image {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 450px;
  min-width: 240px;
}

/* Responsive styles */
@media (max-width: 991px) {
  .not-found {
    padding: 100px 20px;
  }


  .not-found__content,
  .not-found__code,
  .not-found__text-container,
  .not-found__title,
  .not-found__description {
    max-width: 100%;
  }

  .not-found__link {
    white-space: initial;
  }

  .not-found__image {
    max-width: 100%;
  }
}

/* Responsive styles */
@media (max-width: 991px) {
  .modal-work__container {
    padding: 32px 20px;
  }

  .modal-work__title,
  .modal-work__inputs,
  .modal-work__row,
  .modal-work__field,
  .modal-work__textarea {
    max-width: 100%;
  }

  .modal-work__label-container,
  .modal-work__label,
  .modal-work__helper {
    white-space: initial;
  }

  .modal-work__counter {
    white-space: initial;
  }
}

/* Responsive styles */
@media (max-width: 991px) {
  .article-avatar {
    padding: 100px 20px;
  }

  .article-avatar__content-left,
  .article-avatar__content-right,
  .article-avatar__subtitle,
  .article-avatar__quote-container,
  .article-avatar__quote,
  .article-avatar__client,
  .article-avatar__client-info,
  .article-avatar__client-name,
  .article-avatar__client-position,
  .article-avatar__text-container,
  .article-avatar__description {
    width: 100%;
    max-width: 100%;
    gap: 0;
    margin-top: 0;
  }

  .article-avatar__quote {
    font-size: 36px;
    line-height: 43px;
    padding-bottom: 24px;
  }
}

@media (max-width: 640px) {
  .article-avatar {
    padding: 64px 16px;
  }

  .article-avatar__quote {
    font-size: 32px;
    line-height: 38px;
  }

  .article-avatar__subtitle {
    display: block;
    font-size: 18px;
    padding-bottom: 24px;
  }

  .article-avatar__description {
    font-size: 14px;
    line-height: 21px;
  }
}

@media (max-width: 991px) {
  .tab-item {
    padding: 64px 20px 100px;
  }

  .tab-item__content {
    max-width: 100%;
  }

  .tab-item__benefits {
    max-width: 100%;
  }

  .tab-item__card {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
    height: auto;
  }

  .tab-item__card-header {
    white-space: initial;
  }
}

@media (max-width: 640px) {
  .innovative {
    padding: 48px 16px 72px;
  }

  .innovative__heading {
    font-size: 32px;
    line-height: 38px;
  }

  .innovative__description {
    font-size: 16px;
    line-height: 20px;
  }

  .innovative__content {
    gap: 24px;
  }
}

/* Responsive styles */
@media (max-width: 991px) {
  .hero-guou__container {
    max-width: 100%;
    padding: 100px 20px;
  }

  .hero-guou__content {
    max-width: 100%;
  }

  .hero-guou__quote {
    max-width: 100%;
    font-size: 40px;
    line-height: 54px;
  }

  .hero-guou__client {
    max-width: 100%;
  }

  .hero-guou__client-info {
    max-width: 100%;
  }

  .hero-guou__client-name {
    max-width: 100%;
  }

  .hero-guou__client-position {
    max-width: 100%;
  }
}

/* Media queries */
@media (max-width: 991px) {
  .innovative {
    padding-left: 20px;
    padding-right: 20px;
  }

  .innovative__container,
  .innovative__content,
  .innovative__heading,
  .innovative__description {
    max-width: 100%;
  }

  .innovative__heading {
    font-size: 36px;
    line-height: 43px;
  }

  .innovative__description {
    font-size: 18px;
    line-height: 22px;
  }

  .innovative__description br {
    display: none;
  }
}

/* Responsive Styles */
@media (max-width: 991px) {
  .bpms-section__benefits {
    flex-direction: column;
  }

  .bpms-section__benefits .benefit-card__text {
    min-width: 150px;
  }

  .leadership {
    padding-left: 20px;
    padding-right: 20px;
    gap: 0;
  }

  .leadership__title-container {
    max-width: 100%;
  }

  .leadership__heading {
    max-width: 100%;
  }

  .leadership__description {
    max-width: 100%;
  }

  .leadership__cards {
    margin-top: 40px;
  }
}
@media (max-width: 1440px) {
  .benefit-card{
    min-width: 431px;
    min-height: 71px;
  }
}

/* Responsive styles */

@media (max-width: 1440px) {
  
  .bpms-section__benefits{
    flex-direction: column;
    max-width: 100%;
    align-items: center;
  }
 .benefit-card{
    min-width: 0;
    min-height: 71px;
  }

  .bpms-section__right {
    width: 100%;
    justify-content: start;
    margin: 0;
  }

 
 

  .hero-img {
    max-width: 500px;
  }

  .hero-title {
    font-size: 40px;
  }
}

@media (max-width: 1200px) {
  .row-reverse {
    flex-direction: row-reverse;
  }
  .benefit-text {
    font-size: 18px;
  }

  .fix-media {
    width: 100%;
  }


  .stat-number {
    font-size: 32px;
    font-weight: 700;
  }
}

@media (max-width: 991px) {

  .bpms-section.discovery .guou-video__blur--right,
  .bpms-section.discovery .guou-video__blur--left {
    display: none;
  }

  .bpms-section.discovery .guou-video__blur--right.second {
    width: 212px;
    height: 223px;
    right: 450px;
    top: auto;
    bottom: 300px;
    display: block;
  }

  .hero-content {
    gap: 24px;
    width: 100%;
  }

  .hero-subtitle {
    font-size: 18px;
  }

  .hero-title {
    font-size: 40px;
  }

  .hero-description {
    font-size: 14px;
  }

  .hero-image {
    width: 100%;
    justify-content: center;
  }

  .hero-img {
    width: 80%;
    min-width: 80%;
  }

  .hero-buttons {
    width: 100%;
  }

  .hero-button {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .experience-section {
    padding: 48px 32px 64px 32px;
  }

  .experience-title {
    margin-bottom: 36px;
  }

  .stats-container {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .stat-card {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .results-heading-container {
    max-width: 100% !important;
  }

  .results-wrapper {
    flex-direction: column;
    gap: 0 !important;
  }

  .results-content {
    max-width: 100% !important;
    width: 100%;
    margin-bottom: 24px;
  }

  .results-benefits {
    flex-direction: column;
    width: 100%;
  }

  .benefits-column {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .guou-video {
    padding: 48px 120px;
    flex-direction: column;
  }

  .guou-video__content {
    width: 100%;
  }

  .guou-video__player {
    width: 100%;
    margin-top: 48px;
  }

  .guou-video__blur {
    display: none;
  }

  .guou-video_wrapper {
    flex-direction: column;
  }

  .guou-video__content {
    max-width: 100%;
    min-width: 100%;
  }
  .results-section{
    flex-direction: column;
  }

  .guou-video {
    padding: 64px 16px;
  }

  .guou-video__media {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 768px) {
  .contacto__form-box {
    min-width: 100%;
  }

  .results-section.product .benefit-card {
    min-width: 100%;
  }

  .hero__content-image {
    display: none;
  }
  .article-avatar__container {
    gap: 12px;
    flex-direction: column;
}
.bpms-section__content {
   flex-direction: column;
  }

.benefit-card.new{
  max-width: 100%;
  justify-content: center;
}

}






.bpms-section {
  padding: 64px 32px;
}



@media (max-width: 640px) {
  .bpms-section__content {
    gap: 32px;
  }

  .bpms-section__cta-button {
    width: 100%;
    max-width: 100%;
    margin-top: 18px;
  }

  .leadership__card {
    min-width: 100%;
  }

  .hero-subtitle {
    font-size: 16px;
  }

  .hero-title {
    font-size: 32px;
  }

  .hero-buttons {
    flex-direction: column;
    width: 100%;
  }

  .hero-button {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .experience-section {
    padding: 64px 16px 64px 16px;
  }

  .experience-title {
    margin-bottom: 24px;
  }

  .stats-container {
    flex-direction: column;
  }

  .stat-card {
    width: 100%;
    padding: 24px;
    gap: 0;
  }

  .stat-number {
    font-size: 40px;
  }

  .stat-text {
    text-align: center;
  }
}

@media (max-width: 640px) {
  .guou-video {
    padding: 64px 16px;
  }

  .guou-video_wrapper {
    gap: 0;
  }

  .guou-video__player {
    height: auto;
    margin-top: 32px;
  }

  .guou-video__button {
    width: 100%;
    justify-content: center;
  }

  .guou-video__play-button svg {
    width: 80px;
    height: 80px;
  }

  .guou-video__thumbnail,
  .guou-video__video {
    min-height: 350px;
  }
}


