/* Customer Success */

.frogmi-cs {
  --cs-shadow: 0 12px 30px rgba(33, 68, 99, 0.1);
}

.frogmi-cs__page-bg {
  background: #fff url("../../img/fondo-global-quienes-somos.webp") no-repeat center top;
  background-size: 100% auto;
}

.frogmi-cs__eyebrow {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 14px;
  color: #000000;
}

.frogmi-cs__section-title {
  font-size: 33px;
  line-height: 1.08;
  margin: 0 0 16px;
  font-weight: 700;
  color: var(--title);
}

.frogmi-cs__section-title--center {
  text-align: center;
}

.frogmi-cs__section-subtitle {
  margin: 0 0 24px;
  color: #555;
  font-size: 16px;
  line-height: 1.55;
  text-align: center;
}

/* Hero */
.frogmi-cs__hero {
  background: transparent;
  padding: 72px 0 110px;
  overflow: visible;
}

.frogmi-cs__hero-top {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 90px;
  align-items: center;
}

.frogmi-cs__hero-title {
  font-size: 43px;
  line-height: 1.05;
  margin: 0;
  font-weight: 700;
  max-width: 570px;
  color: var(--title);
  text-transform: none;
}

.frogmi-cs__hero-title span {
  color: var(--green);
}

.frogmi-cs__hero-copy {
  font-size: 16px;
  color: #555;
  max-width: 550px;
  line-height: 1.55;
}

.frogmi-cs__hero-copy p {
  margin: 0;
}

.frogmi-cs__quote-card {
  display: grid;
  grid-template-columns: 185px 1fr;
  gap: 48px;
  align-items: center;
  margin-top: 54px;
  padding: 16px 30px 16px 16px;
  background: #fff;
  border-radius: 20px;
  box-shadow: var(--cs-shadow);
}

.frogmi-cs__quote-copy {
  padding: 12px 0 12px 8px;
}

.frogmi-cs__quote-photo {
  width: 185px;
  height: 230px;
  border-radius: 17px;
  object-fit: cover;
  display: block;
}

.frogmi-cs__quote-text {
  margin: 0;
  color: #444;
  font-size: 16px;
  line-height: 1.55;
  font-style: normal;
}

.frogmi-cs__quote-name {
  margin: 14px 0 4px;
  font-weight: 700;
  font-size: 16px;
  color: var(--title);
}

.frogmi-cs__quote-role {
  margin: 0;
  font-size: 14px;
  color: #666;
}

/* Pillars */
.frogmi-cs__pillars {
  padding: 0 0 72px;
  background: transparent;
}

.frogmi-cs__pillars-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 13px;
  margin-top: 38px;
}

.frogmi-cs__pillar-card {
  min-height: 286px;
  background: #fff;
  border-radius: 30px;
  padding: 25px 22px;
  box-shadow: var(--cs-shadow);
  transition: transform 0.25s ease;
}

.frogmi-cs__pillar-card:hover {
  transform: translateY(-7px);
}

.frogmi-cs__pillar-icon {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.frogmi-cs__pillar-icon img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  display: block;
}

.frogmi-cs__pillar-card:first-child .frogmi-cs__pillar-icon,
.frogmi-cs__pillar-card:last-child .frogmi-cs__pillar-icon {
  width: 62px;
  height: 62px;
}

.frogmi-cs__pillar-card:first-child .frogmi-cs__pillar-icon img,
.frogmi-cs__pillar-card:last-child .frogmi-cs__pillar-icon img {
  width: 58px;
  height: 58px;
}

.frogmi-cs__pillar-card h3 {
  font-size: 19px;
  line-height: 1.15;
  margin: 0 0 12px;
  font-weight: 700;
  color: var(--title);
}

.frogmi-cs__pillar-card p {
  font-size: 14px;
  color: #595959;
  margin: 0;
  line-height: 1.5;
}

/* Journey */
.frogmi-cs__journey {
  padding: 0 0 48px;
  background: transparent;
}

.frogmi-cs__journey-card {
  background: #fff;
  border-radius: 28px;
  padding: 36px 32px 32px;
  box-shadow: var(--cs-shadow);
}

.frogmi-cs__journey-image {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 18px;
  border-radius: 18px;
}

.frogmi-cs__journey-placeholder {
  min-height: 305px;
  margin-top: 18px;
  border-radius: 18px;
  border: 2px dashed rgba(17, 109, 178, 0.28);
  background: #fbfdff;
  color: #116db2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  padding: 28px;
}

/* Testimonials */
.frogmi-cs__testimonials {
  padding: 0 0 72px;
  background: transparent;
}

.frogmi-cs__testimonials-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.frogmi-cs__testimonial-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: var(--cs-shadow);
  padding: 28px 30px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.frogmi-cs__testimonial-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 18px 40px rgba(33, 68, 99, 0.14);
}

.frogmi-cs__testimonial-card h3 {
  margin: 0 0 12px;
  font-size: 17px;
  font-weight: 700;
  color: var(--title);
}

.frogmi-cs__testimonial-quote {
  margin: 0;
}

.frogmi-cs__testimonial-card p {
  margin: 0;
  color: #555;
  font-size: 16px;
  line-height: 1.55;
}

.frogmi-cs__testimonial-card footer {
  margin-top: 18px;
  color: #555;
  font-size: 14px;
  line-height: 1.55;
}

.frogmi-cs__testimonial-card footer strong {
  display: block;
  color: var(--title);
  font-weight: 700;
  margin-bottom: 2px;
}

.frogmi-cs__testimonial-card footer span {
  display: block;
  font-size: 12px;
}

.frogmi-cs__talent-zone {
  padding: 0 0 56px;
  background: transparent;
}

.frogmi-cs .frogmi-about__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  color: #fff;
  font-weight: 700;
  border-radius: 999px;
  cursor: pointer;
  padding: 13px 35px;
  min-width: 120px;
  font-family: inherit;
  font-size: 14px;
  background: linear-gradient(90deg, #51ba5c 0%, #116db2 100%);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.frogmi-cs .frogmi-about__submit:hover {
  transform: translateY(-2px);
  opacity: 0.95;
}

.frogmi-cs .frogmi-contact {
  padding-top: 0;
  background: transparent;
}

@media (max-width: 1024px) {
  .frogmi-cs__hero-top {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .frogmi-cs__quote-card {
    grid-template-columns: 150px 1fr;
    gap: 36px;
  }

  .frogmi-cs__quote-photo {
    height: 230px;
  }

  .frogmi-cs__pillars-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .frogmi-cs__testimonials-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .frogmi-cs__hero {
    padding: 42px 0 72px;
  }

  .frogmi-cs__hero-title {
    font-size: 35px;
  }

  .frogmi-cs__quote-card {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .frogmi-cs__quote-copy {
    padding: 0;
  }

  .frogmi-cs__quote-photo {
    width: 100%;
    height: 230px;
  }

  .frogmi-cs__pillars-grid {
    grid-template-columns: 1fr;
  }

  .frogmi-cs__pillar-card {
    min-height: 0;
  }

  .frogmi-cs__journey-card {
    padding: 24px 18px;
  }

  .frogmi-cs__journey-placeholder {
    min-height: 220px;
  }
}
