@font-face {
  font-family: SoftSerif;
  src: local("Georgia");
  font-display: swap
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  background: #f6f6f6;
  color: #061f41;
  font-family: Arial, Helvetica, sans-serif
}

a {
  text-decoration: none;
  color: inherit
}

img {
  display: block;
  max-width: 100%
}
p {
  font-size: 19px;
}
.topbar {
  background: #F2F2F2
}

.topbar-inner {
  height: 113px;
  width: 1684px;
  max-width: calc(100vw - 140px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 120px 1fr 180px 240px;
  align-items: center;
  column-gap: 28px
}

.logo {
  width: 120px;
  height: auto;
  margin-left: 55px
}

.nav {
  display: flex;
  justify-content: center;
  gap: 62px;
  font-size: 20px;
  letter-spacing: .1px
}

.nav a {
  color: #061f41
}

.phones {
  font-size: 18px;
  line-height: 1.25;
  color: #061f41;
  display: flex;
  flex-direction: column;
  align-items: flex-start
}

.header-cta {
  height: 58px;
  background: #B88A60;
  color: #061f41;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .3px
}

.menu-toggle {
  display: none
}

.hero-section {
  width: 1684px;
  max-width: calc(100vw - 140px);
  margin: 0 auto
}

.hero {
  height: 742px;
  position: relative;
  background: url("../img/hero-softkredit.jpg") center/cover no-repeat;
  overflow: hidden
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 24, 32, .34)
}

.hero-content {
  position: absolute;
  left: 53px;
  top: 177px;
  color: white
}

.hero h1 {
  font-family: SoftSerif, Georgia, serif;
  font-weight: 400;
  font-size: 78px;
  line-height: .92;
  letter-spacing: -4px;
  margin: 0 0 22px
}

.hero h1 span {
  color: #e1ad74
}

.hero p {
  font-size: 25px;
  line-height: 1.42;
  font-weight: 700;
  margin: 0;
  text-shadow: 0 1px 4px rgba(0, 0, 0, .35)
}

.hero-buttons {
  display: grid;
  grid-template-columns: 573px 528px;
  gap: 60px;
  margin-top: 93px
}

.btn-primary,
.btn-secondary {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-weight: 700
}

.btn-primary {
  background: #0b2a4d;
  color: #e8b177
}

.btn-secondary {
  background: #F2F2F2;
  color: #061f41;
  border: 1px solid #061f41;
  font-weight: 400
}

.metrics {
  height: 324px;
  width: 962px;
  max-width: 96vw;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  text-align: center
}

.metric {
  display: flex;
  flex-direction: column;
  align-items: center
}

.metric-icon {
  width: 57px;
  height: 57px;
  border: 5px solid #bd8d61;
  border-radius: 15px;
  color: #bd8d61;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 28px;
  line-height: 1
}

.card-icon {
  border-radius: 10px;
  font-size: 42px
}

.coins-icon {
  border: none;
  font-size: 65px;
  margin-bottom: 22px
}

.metric-number {
  font-family: SoftSerif, Georgia, serif;
  font-size: 65px;
  line-height: .75;
  color: #061f41;
  letter-spacing: -2px
}

.metric-label {
  font-size: 14px;
  color: #061f41;
  margin-top: 10px
}

.services {
  width: 962px;
  max-width: 96vw;
  margin: 0 auto
}

.service-row {
  height: 177px;
  display: grid;
  grid-template-columns: 480px 482px;
  margin-bottom: 16px
}

.service-copy {
  background: #B88A60;
  padding: 34px 0 0 52px;
  color: #061f41
}

.service-copy h2 {
  font-family: SoftSerif, Georgia, serif;
  font-weight: 400;
  font-size: 49px;
  line-height: 1;
  margin: 0 0 8px;
  letter-spacing: -2px
}

.service-copy p {
  color: white;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 18px
}

.read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #061f41;
  height: 40px;
  padding: 0 14px;
  font-weight: 700;
  font-size: 14px;
  color: #061f41
}

.read-more span {
  font-size: 16px;
  margin-right: 6px
}

.service-image img {
  width: 482px;
  height: 177px;
  object-fit: cover
}

.testimonials {
  width: 962px;
  max-width: 96vw;
  margin: 0 auto;
  padding-top: 0
}

.testimonials h2 {
  font-family: SoftSerif, Georgia, serif;
  font-weight: 400;
  font-size: 64px;
  line-height: .95;
  letter-spacing: -3px;
  margin: 0 0 12px;
  color: #061f41
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px
}

.testimonial-card {
  height: 273px;
  background: #dedede;
  padding: 19px 16px 0;
  color: #061f41;
  position: relative
}

.testimonial-card .number {
  font-family: SoftSerif, Georgia, serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0
}

.testimonial-card img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  margin: -4px auto 19px
}

.testimonial-card p {
  font-size: 19px;
  line-height: 1.35;
  margin: 0 0 18px
}

.testimonial-card h3 {
  font-family: SoftSerif, Georgia, serif;
  font-size: 17px;
  margin: 0 0 9px;
  font-weight: 700
}

.testimonial-card span {
  display: block;
  font-size: 19px
}


.final-cta {
  width: 962px;
  max-width: 96vw;
  margin: 44px auto 40px;
  display: grid;
  grid-template-columns: 514px 448px;
  height: 209px
}

.cta-image {
  position: relative;
  overflow: hidden
}

.cta-image img {
  width: 514px;
  height: 220px;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.cta-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(7, 20, 32, .34)
}

.cta-image-text {
  position: absolute;
  left: 34px;
  bottom: 18px;
  z-index: 2;
  font-family: SoftSerif, Georgia, serif;
  color: white
}

.cta-image-text span {
  display: block;
  font-size: 31px;
  color: #e1ad74;
  line-height: 1
}

.cta-image-text strong {
  display: block;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.05
}

.cta-copy {
  background: #dedede;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #061f41
}

.cta-copy p {
  font-size: 20px;
  line-height: 1.35;
  margin: 0 0 24px
}

.cta-copy strong {
  font-weight: 700
}

.cta-copy a {
  width: 337px;
  height: 40px;
  background: #0b2a4d;
  color: #e8b177;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.cta-copy a:hover {
  background: #123d6d;
  color: #e8b177;
}

.placeholder-page {
  max-width: 960px;
  margin: 80px auto;
  background: #fff;
  padding: 40px;
  color: #061f41
}

.placeholder-page h1 {
  font-family: SoftSerif, Georgia, serif;
  font-size: 56px;
  font-weight: 400
}

.footer-social {
  display: flex;
  gap: 14px;
  align-items: center;
  margin: 42px 0 58px;
}

.footer-social a {
  color: #ffffff;
  font-size: 42px;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.footer-social a:hover {
  opacity: .75;
}
.footer-social {
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 28px 0 52px;
}

.footer-social a {
  color: #ffffff;
  text-decoration: none;
  transition: .25s ease;
}

.footer-social i {
  font-size: 48px;
  line-height: 1;
}

.footer-social a:hover {
  opacity: .72;
  transform: translateY(-2px);
}
@media(max-width:980px) {
  .topbar-inner {
    height: auto;
    max-width: 96vw;
    grid-template-columns: 90px 1fr;
    row-gap: 15px;
    padding: 16px 0
  }

  .logo {
    margin-left: 0;
    width: 62px
  }

  .menu-toggle {
    display: block;
    justify-self: end;
    background: #B88A60;
    border: 0;
    padding: 10px 14px;
    font-size: 22px;
    color: #061f41
  }

  .nav {
    display: none;
    grid-column: 1/3;
    flex-direction: column;
    gap: 14px;
    text-align: center;
    background: #fff;
    padding: 20px
  }

  .nav.open {
    display: flex
  }

  .phones {
    grid-column: 1/2;
    font-size: 14px
  }

  .header-cta {
    grid-column: 2/3;
    height: 44px;
    font-size: 15px
  }

 .hero-section {
  max-width: 96vw;
}

.hero {
  height: 680px;
  position: relative;
  overflow: hidden;
}

.hero-content {
  left: 28px;
  top: 130px;
  right: 28px;
  padding-bottom: 40px;
}

.hero h1 {
  font-size: 52px;
}

.hero p {
  font-size: 22px;
}

.hero-buttons {
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 45px;
}

.hero-trust {
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 1.3;
}

  .metrics {
    height: auto;
    padding: 55px 0;
    grid-template-columns: 1fr;
    gap: 45px
  }

  .service-row,
  .final-cta {
    grid-template-columns: 1fr;
    height: auto
  }

  .service-copy {
    padding: 30px 24px
  }

  .service-copy h2 {
    font-size: 40px
  }

  .service-image img,
  .cta-image img {
    width: 100%;
    height: auto
  }

  .testimonial-grid {
    grid-template-columns: 1fr
  }

  .testimonial-card {
    height: auto;
    padding-bottom: 25px
  }

  .testimonials h2 {
    font-size: 46px
  }
}


/* Footer corporativo */
.site-footer {
  background: #152A45;
  color: #ffffff;
  padding: 58px 0 46px;
}

.site-footer a {
  color: #ffffff;
  text-decoration: none;
}

.footer-inner {
  width: 1480px;
  max-width: 92vw;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 620px;
  grid-template-areas:
    "left right"
    "bottom bottom";
  gap: 60px;

}
.footer-left {
  grid-area: left;
}

.footer-right {
  grid-area: right;
}
.footer-mail {
  display: inline-block;
  font-family: SoftSerif, Georgia, serif;
  font-size: 44px;
  line-height: 1;
  margin-bottom: 86px;
  letter-spacing: -1px;
}

.footer-phones {
  font-family: SoftSerif, Georgia, serif;
  font-size: 44px;
  line-height: 1.75;
  margin-bottom: 72px;
  letter-spacing: -1px;
}

.footer-logo {
  width: 90px;
  margin-left: -55px; /* logo más a la izquierda */
  margin-top: -8px;   /* un poco más arriba */
}
.icon-option {
  width: 120px;
  height: auto;
}
.footer-nav {
  display: flex;
  justify-content: flex-end;
  gap: 68px;
  font-size: 18px;
  margin-top: 4px;
  align-items: flex-start;
}

.footer-nav a {
  white-space: nowrap;
}

/* .footer-bottom {
  grid-area: bottom;
  display: grid;
  grid-template-columns: 120px 1fr 320px;
  align-items: center;
  column-gap: 80px;
  margin-top: -30px;
  padding-left: 140px; 
} */

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-copy {
  text-align: left;
}

@media(max-width:980px) {
  .site-footer {
    padding: 44px 0 36px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-mail,
  .footer-phones {
    font-size: 30px;
    margin-bottom: 46px;
  }

  .footer-logo {
    width: 76px;
  }
  .icon-option {
    width: 76px;
  }
  .footer-nav {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 24px;
  }

  .footer-bottom {
    margin-top: 50px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}


/* Ajuste 01: leyenda hero y alineación de bloques con imagen principal */
.hero-section,
.services,
.testimonials,
.final-cta {
  width: 1684px;
  max-width: calc(100vw - 140px);
}

.hero-trust {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  margin: 32px 0 0;
  text-shadow: 0 1px 4px rgba(0, 0, 0, .45);
}

.services {
  margin-top: 0;
}

.service-row {
  width: 100%;
  grid-template-columns: 1fr 1fr;
  height: 236px;
}

.service-copy {
  padding: 50px 0 0 70px;
}

.service-copy h2 {
  font-size: 56px;
}

.service-copy p {
  font-size: 16px;
}

.service-image img {
  width: 100%;
  height: 236px;
  object-fit: cover;
}

.final-cta {
  grid-template-columns: 1fr 1fr;
  height: 260px;
}

.cta-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.cta-copy {
  height: 260px;
}

@media(max-width:980px) {

  .hero-section,
  .services,
  .testimonials,
  .final-cta {
    max-width: 96vw;
  }

  .hero-trust {
    font-size: 16px;
    margin-top: 24px;
  }

  .service-row {
    grid-template-columns: 1fr;
    height: auto;
  }

  .service-image img {
    height: auto;
  }

  .final-cta {
    grid-template-columns: 1fr;
    height: auto;
  }

  .cta-copy {
    height: auto;
    padding: 40px 20px;
  }
}


/* Ajuste 02 - métricas superiores iguales a referencia Wix */
.metrics {
  width: 1684px;
  max-width: calc(100vw - 140px);
  height: 365px;
  padding: 38px 120px 0;
  margin: 0 auto;
  background: #f6f6f6;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
  text-align: center;
}

.metric {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.metric-icon {
  width: auto;
  height: auto;
  border: none;
  border-radius: 0;
  color: #bd8d61;
  font-size: 78px;
  font-weight: 400;
  margin: 0 0 18px;
  line-height: 1;
}

.card-icon {
  font-size: 76px;
}

.coins-icon {
  font-size: 82px;
  margin-bottom: 14px;
}

.metric-number {
  font-family: SoftSerif, Georgia, serif;
  font-size: 88px;
  line-height: .92;
  color: #061f41;
  letter-spacing: -4px;
  margin: 0;
}

.metric-label {
  font-size: 18px;
  color: #061f41;
  margin-top: 8px;
  font-weight: 400;
}

@media(max-width:980px) {
  .metrics {
    width: auto;
    max-width: 96vw;
    height: auto;
    padding: 40px 0;
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .metric-icon {
    font-size: 56px;
  }

  .metric-number {
    font-size: 64px;
  }

  .metric-label {
    font-size: 16px;
  }
}


/* Ajuste 03 - Historias de éxito reales */
.testimonials {
  width: 1684px;
  max-width: calc(100vw - 140px);
  margin: 0 auto;
  padding-top: 26px;
  padding-bottom: 34px;
}

.testimonials h2 {
  font-family: SoftSerif, Georgia, serif;
  font-weight: 400;
  font-size: 74px;
  line-height: .92;
  letter-spacing: -4px;
  margin: 0 0 18px;
  color: #061f41;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.testimonial-card {
  background: #dddddd;
  height: 273px;
  padding: 22px 18px 0;
  color: #061f41;
  position: relative;
}

.testimonial-card .number {
  font-family: SoftSerif, Georgia, serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 2px;
}

.testimonial-card img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 22px;
}

.testimonial-card p {
  font-size: 18px;
  line-height: 1.38;
  margin: 0 0 16px;
  max-width: 92%;
}

.testimonial-card h3 {
  font-family: SoftSerif, Georgia, serif;
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 7px;
  font-weight: 700;
}

.testimonial-card span {
  display: block;
  font-size: 13px;
  line-height: 1.3;
}

@media(max-width:980px) {
  .testimonials {
    max-width: 96vw;
  }

  .testimonials h2 {
    font-size: 50px;
    letter-spacing: -2px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .testimonial-card {
    height: auto;
    padding-bottom: 24px;
  }

  .testimonial-card p {
    max-width: 100%;
  }
}


/* Ajuste 04 - corregir overflow texto testimonios */
.testimonial-card {
  overflow: hidden;
}

.testimonial-card p {
  max-width: 100%;
  width: 100%;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  padding-right: 12px;
  box-sizing: border-box;
}

.testimonial-card h3,
.testimonial-card span {
  max-width: 100%;
  word-break: break-word;
  overflow-wrap: break-word;
}

@media(max-width:980px) {

  .testimonial-card p,
  .testimonial-card h3,
  .testimonial-card span {
    padding-right: 0;
  }
}


/* Ajuste 05 - permitir que el contenido de testimonios se vea completo */
.testimonial-card {
  min-height: 273px;
  height: auto;
  overflow: visible;
  padding-bottom: 24px;
}

.testimonial-card p {
  padding-right: 0;
  margin-bottom: 16px;
}

.testimonial-grid {
  align-items: stretch;
}

@media(min-width:981px) {
  .testimonial-card {
    min-height: 286px;
  }
}


/* Página Nosotros */
.nav a.active {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.about-hero {
  width: 1540px;
  max-width: calc(100vw - 120px);
  margin: 54px auto 0;
  display: grid;
  grid-template-columns: 670px 1fr;
  gap: 62px;
  align-items: start;
  color: #061f41;
}

.about-copy h1 {
  font-family: SoftSerif, Georgia, serif;
  font-size: 94px;
  line-height: 1.02;
  letter-spacing: -5px;
  font-weight: 400;
  margin: 34px 0 22px;
}

.about-copy p {
  font-size: 18px;
  line-height: 1.38;
  margin: 0 0 25px;
  text-align: justify;
}

.about-image img {
  width: 744px;
  height: 530px;
  object-fit: cover;
}

.principles {
  margin-top: 34px;
  background: #B88A60;
  color: #061f41;
  padding: 92px 0 88px;
}

.principles-inner {
  width: 1400px;
  max-width: calc(100vw - 220px);
  margin: 0 auto;
}

.principles h2 {
  font-family: SoftSerif, Georgia, serif;
  font-size: 96px;
  line-height: 1;
  letter-spacing: -5px;
  font-weight: 400;
  margin: 0 0 118px;
}

.principles-list {
  display: grid;
  gap: 0;
}

.principle {
  display: grid;
  grid-template-columns: 300px 360px 1fr;
  align-items: start;
  min-height: 143px;
  border-bottom: 1px solid rgba(6, 31, 65, .65);
  padding: 0 0 55px;
  margin-bottom: 31px;
}

.principle:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.principle-number {
  font-family: SoftSerif, Georgia, serif;
  font-size: 36px;
  line-height: 1;
}

.principle h3 {
  font-family: SoftSerif, Georgia, serif;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  margin: 0;
}

.principle p {
  font-size: 26px;
  line-height: 1.35;
  margin: 0;
  max-width: 480px;
}

@media(max-width:980px) {
  .about-hero {
    max-width: 92vw;
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 30px;
  }

  .about-copy h1 {
    font-size: 58px;
    letter-spacing: -2px;
    margin-top: 10px;
  }

  .about-copy p {
    font-size: 16px;
    text-align: left;
  }

  .about-image img {
    width: 100%;
    height: auto;
  }

  .principles {
    padding: 58px 0;
  }

  .principles-inner {
    max-width: 92vw;
  }

  .principles h2 {
    font-size: 56px;
    letter-spacing: -2px;
    margin-bottom: 60px;
  }

  .principle {
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: auto;
    padding-bottom: 34px;
  }

  .principle h3 {
    font-size: 32px;
  }

  .principle p {
    font-size: 16px;
  }
}


/* Página Servicios MX */
.mx-hero {
  width: 1248px;
  max-width: calc(100vw - 84px);
  margin: 22px auto 0;
  color: #061f41;
}

.mx-hero h1 {
  font-family: SoftSerif, Georgia, serif;
  font-size: 82px;
  line-height: 1;
  letter-spacing: -5px;
  font-weight: 400;
  margin: 0 0 18px;
}

.mx-hero p {
  font-size: 16px;
  margin: 0;
}

.mx-cards {
  width: 1208px;
  max-width: calc(100vw - 84px);
  margin: 82px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 72px;
}

.mx-card {
  background: #dedede;
  border: 1px solid #888;
  min-height: 562px;
  padding: 22px 36px 24px;
  color: #061f41;
}

.mx-card h2 {
  font-family: SoftSerif, Georgia, serif;
  font-size: 27px;
  line-height: 1.05;
  font-weight: 400;
  margin: 0 0 8px;
}

.mx-card h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 12px;
}

.mx-line {
  height: 1px;
  background: #B88A60;
  width: 100%;
  margin: 0 0 14px;
}

.mx-card p {
  font-size: 16px;
  line-height: 1.35;
  margin: 0 0 22px;
}

.mx-card img {
  width: 100%;
  height: 282px;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 25px;
}

.mx-card a {
  height: 49px;
  background: #152A45;
  color: #e1ad74;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .5px;
}

.mx-process {
  width: 1208px;
  max-width: calc(100vw - 84px);
  margin: 98px auto 0;
  color: #061f41;
  position: relative;
}

.mx-process h2 {
  font-family: SoftSerif, Georgia, serif;
  font-size: 82px;
  line-height: 1;
  letter-spacing: -5px;
  font-weight: 400;
  margin: 0 0 66px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 44px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.process-line {
  position: absolute;
  left: 122px;
  right: 122px;
  top: 215px;
  height: 1px;
  background: #061f41;
  z-index: 1;
}

.process-circle {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: #B88A60;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 36px;
  font-family: SoftSerif, Georgia, serif;
  font-size: 33px;
}

.process-grid h3 {
  font-family: SoftSerif, Georgia, serif;
  font-weight: 400;
  font-size: 27px;
  line-height: 1.1;
  margin: 0 0 12px;
}

.process-grid p {
  font-size: 15px;
  line-height: 1.25;
  margin: 0;
}

.mx-trust {
  width: 100%;
  max-width: calc(100vw - 30px);
  min-height: 620px;
  margin: 95px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #B88A60;
  color: #061f41;
}

.mx-trust-copy {
  padding: 46px 52px 0;
  min-height: 409px;
}

.mx-trust-copy h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 74px;
  line-height: 1;
  letter-spacing: -2px;
  font-weight: 400;
  max-width: 720px;
  margin: 0 0 82px;
}

.mx-trust-copy ul {
  margin: 0;
  padding-left: 20px;
  font-size: 23px;
  line-height: 1.38;
  max-width: 780px;
}

.mx-trust-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media(max-width:980px) {

  .mx-hero,
  .mx-cards,
  .mx-process,
  .mx-trust {
    max-width: 92vw;
  }

  .mx-hero h1,
  .mx-process h2 {
    font-size: 52px;
    letter-spacing: -2px;
  }

  .mx-cards {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-top: 45px;
  }

  .mx-card {
    min-height: auto;
  }

  .process-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .process-line {
    display: none;
  }

  .mx-trust {
    grid-template-columns: 1fr;
  }

  .mx-trust-copy {
    min-height: auto;
    padding: 34px 26px;
  }

  .mx-trust-copy h2 {
    font-size: 40px;
    margin-bottom: 40px;
  }

  .mx-trust-image img {
    height: auto;
  }
}


/* Página Servicios USA */
.usa-hero {
  width: 1248px;
  max-width: calc(100vw - 84px);
  margin: 22px auto 0;
  color: #061f41;
}

.usa-hero h1 {
  font-family: SoftSerif, Georgia, serif;
  font-size: 66px;
  line-height: .96;
  letter-spacing: -4px;
  font-weight: 400;
  margin: 0 0 20px;
}

.usa-hero p {
  font-size: 22px;
  margin: 0;
}

.usa-cards {
  width: 1208px;
  max-width: calc(100vw - 84px);
  margin: 78px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px 52px;
}

.usa-card {
  background: #dedede;
  border: 1px solid #888;
  min-height: 421px;
  padding: 19px 27px 19px;
  color: #061f41;
}

.usa-card h2 {
  font-family: SoftSerif, Georgia, serif;
  font-size: 24px;
  line-height: 1.05;
  font-weight: 400;
  margin: 0 0 7px;
}

.usa-card h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 10px;
}

.usa-line {
  height: 1px;
  background: #B88A60;
  width: 100%;
  margin: 0 0 13px;
}

.usa-card p {
  font-size: 16px;
  line-height: 1.32;
  margin: 0 0 18px;
}

.usa-card img {
  width: 100%;
  height: 212px;
  object-fit: cover;
  border-radius: 13px;
  margin-bottom: 18px;
}

.usa-card a {
  height: 37px;
  background: #152A45;
  color: #e1ad74;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .3px;
}

.usa-support {
  width: 100%;
  max-width: calc(100vw - 30px);
  min-height: 620px;
  margin: 92px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #B88A60;
  color: #061f41;
}

.usa-support-copy {
  padding: 36px 36px 0;
  min-height: 309px;
}

.usa-support-copy h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 74px;
  line-height: 0.95;
  color: #0d2348;
  font-weight: 400;
  max-width: 720px;
  margin-bottom: 60px;
}

.usa-support-copy p {
  font-size: 23px;
  line-height: 1.55;
  color: #0d2348;
  max-width: 780px;
}

.usa-support-image img {
  min-height: 620px;
  object-fit: cover;
}

@media(max-width:980px) {

  .usa-hero,
  .usa-cards,
  .usa-support {
    max-width: 92vw;
  }

  .usa-hero h1 {
    font-size: 50px;
    letter-spacing: -2px;
  }

  .usa-cards {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-top: 45px;
  }

  .usa-card {
    min-height: auto;
  }

  .usa-support {
    grid-template-columns: 1fr;
  }

  .usa-support-copy {
    min-height: auto;
    padding: 34px 26px;
  }

  .usa-support-copy h2 {
    font-size: 38px;
    margin-bottom: 36px;
  }

  .usa-support-image img {
    height: auto;
  }
}


/* Header fijo en todas las páginas */
.topbar {
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: 0 1px 0 rgba(6, 31, 65, .04);
}

/* Página Contacto */
.contact-page {
  width: 1248px;
  max-width: calc(100vw - 84px);
  margin: 40px auto 58px;
  display: grid;
  grid-template-columns: 520px 1fr;
  gap: 86px;
  color: #061f41;
}

.contact-copy h1 {
  font-family: SoftSerif, Georgia, serif;
  font-size: 82px;
  line-height: .98;
  letter-spacing: -4px;
  font-weight: 400;
  margin: 45px 0 24px;
}

.contact-copy p {
  font-size: 16px;
  line-height: 1.35;
  margin: 0;
}

.contact-form-wrap {
  padding-top: 4px;
}

.contact-main-form {
  display: grid;
  gap: 26px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.contact-main-form label {
  display: grid;
  gap: 8px;
  font-size: 10px;
  color: #061f41;
}

.contact-main-form input,
.contact-main-form select,
.contact-main-form textarea {
  width: 100%;
  height: 27px;
  border: 1px solid #aaa;
  background: #f6f6f6;
  color: #061f41;
  font: inherit;
  padding: 5px 8px;
  outline: none;
}

.contact-main-form textarea {
  height: 61px;
  resize: vertical;
}

.contact-main-form input:focus,
.contact-main-form select:focus,
.contact-main-form textarea:focus {
  border-color: #152A45;
  box-shadow: 0 0 0 2px rgba(8, 36, 74, .12);
}

.contact-main-form button {
  height: 26px;
  border: 0;
  background: #152A45;
  color: #e1ad74;
  font-size: 10px;
  cursor: pointer;
}

.hp-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.form-result {
  border: 1px solid #888;
  background: #dedede;
  padding: 18px 20px;
  margin-bottom: 24px;
  font-size: 14px;
}

.form-result h2 {
  font-family: SoftSerif, Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  margin: 0 0 8px;
}

.form-result p {
  margin: 0;
}

.form-result ul {
  margin: 12px 0 0;
  padding-left: 18px;
}

.form-result.success {
  border-color: #0f5132;
}

.form-result.error {
  border-color: #842029;
}

@media(max-width:980px) {
  .contact-page {
    max-width: 92vw;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 28px;
  }

  .contact-copy h1 {
    font-size: 58px;
    letter-spacing: -2px;
    margin-top: 0;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .contact-main-form input,
  .contact-main-form select {
    height: 36px;
  }

  .contact-main-form textarea {
    height: 100px;
  }

  .contact-main-form button {
    height: 40px;
    font-size: 14px;
  }

  .contact-main-form label {
    font-size: 12px;
  }
}
/* =====================================================
   RESPONSIVE FINAL SOFTKREDIT
   Colocar al final del style.css
===================================================== */

@media (max-width: 980px) {

  body {
    overflow-x: hidden;
  }

  .topbar {
    position: sticky;
    top: 0;
    z-index: 9999;
  }

  .topbar-inner {
    width: 100%;
    max-width: 100%;
    padding: 12px 18px;
    grid-template-columns: 90px 1fr;
    column-gap: 12px;
  }

  .logo {
    width: 76px;
    margin-left: 0;
  }

  .menu-toggle {
    display: block;
    justify-self: end;
  }

  .nav {
    grid-column: 1 / -1;
    width: 100%;
  }

  .phones {
    grid-column: 1 / 2;
    font-size: 13px;
  }

  .header-cta {
    grid-column: 2 / 3;
    width: 100%;
    font-size: 14px;
  }

  .hero-section,
  .services,
  .testimonials,
  .final-cta,
  .mx-hero,
  .mx-cards,
  .mx-process,
  .mx-trust,
  .usa-hero,
  .usa-cards,
  .usa-support,
  .about-hero,
  .principles-inner,
  .contact-page {
    width: 100%;
    max-width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero {
    height: 620px;
    background-position: center;
  }

  .hero-content {
    left: 24px;
    right: 24px;
    top: 110px;
  }

  .hero h1,
  .about-copy h1,
  .mx-hero h1,
  .usa-hero h1,
  .contact-copy h1 {
    font-size: 48px;
    line-height: .98;
    letter-spacing: -2px;
  }

  .hero p {
    font-size: 17px;
  }

  .hero-buttons {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 42px;
  }

  .btn-primary,
  .btn-secondary {
    width: 100%;
    font-size: 18px;
  }

  .metrics {
    width: 100%;
    max-width: 100%;
    padding: 45px 18px;
    grid-template-columns: 1fr;
  }

  .service-row,
  .final-cta,
  .mx-trust,
  .usa-support,
  .about-hero,
  .contact-page {
    grid-template-columns: 1fr;
    height: auto;
  }

  .service-copy {
    padding: 34px 24px;
  }

  .service-copy h2,
  .testimonials h2,
  .principles h2,
  .mx-process h2 {
    font-size: 44px;
    letter-spacing: -2px;
  }

  .service-image img,
  .cta-image img,
  .mx-trust-image img,
  .usa-support-image img,
  .about-image img {
    width: 100%;
    height: auto;
  }

  .testimonial-grid,
  .mx-cards,
  .usa-cards,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .mx-card,
  .usa-card {
    min-height: auto;
  }

  .footer-inner {
    width: 100%;
    max-width: 100%;
    padding: 0 22px;
    grid-template-columns: 1fr;
  }

  .footer-mail {
    font-size: 30px;
    word-break: break-word;
    margin-bottom: 34px;
  }

  .footer-social {
    gap: 18px;
    margin: 24px 0 40px;
    flex-wrap: wrap;
  }

  .footer-social i {
    font-size: 36px;
  }

  .footer-phones {
    font-size: 30px;
    line-height: 1.45;
  }

  .footer-nav {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 18px 28px;
    font-size: 16px;
  }

  .footer-bottom {
    margin-top: 40px;
  }
}

@media (max-width: 480px) {

  .hero h1,
  .about-copy h1,
  .mx-hero h1,
  .usa-hero h1,
  .contact-copy h1 {
    font-size: 40px;
  }

  .hero {
    height: 560px;
  }

  .footer-mail,
  .footer-phones {
    font-size: 25px;
  }

  .footer-social i {
    font-size: 32px;
  }
}
.iti {
  width: 100%;
}

.iti input {
  width: 100%;
}

.iti__country-list {
  z-index: 99999;
  color: #061f41;
  font-size: 14px;
}

.iti__search-input {
  width: 100%;
  height: 36px;
}
/* ==========================
   CONTACTO - FORMULARIO
========================== */

.contact-main-form label {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #0d2348;
  margin-bottom: 10px;
}

.contact-main-form input,
.contact-main-form select,
.contact-main-form textarea {
  width: 100%;
  height: 54px;
  padding: 14px 18px;
  font-size: 16px;
  color: #0d2348;
  border: 1px solid #c8c8c8;
  background: #fff;
  outline: none;
  transition: border-color .2s ease;
}

.contact-main-form textarea {
  min-height: 160px;
  resize: vertical;
  padding-top: 16px;
}

.contact-main-form input:focus,
.contact-main-form select:focus,
.contact-main-form textarea:focus {
  border-color: #b58b62;
}

/* Placeholder más visible */
.contact-main-form input::placeholder,
.contact-main-form textarea::placeholder {
  font-size: 16px;
  color: #8a8a8a;
}

/* Espaciado entre columnas */
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  margin-bottom: 16px;
}

/* Campo teléfono intlTelInput */
.iti {
  width: 100%;
}

.iti input {
  width: 100%;
  height: 54px !important;
  font-size: 16px !important;
  padding-left: 90px !important;
}

/* selector país teléfono */
.iti__selected-flag {
  padding: 0 13px !important;
}

.iti__country-list {
  font-size: 14px !important;
  z-index: 99999 !important;
}

/* Buscador de países */
.iti__search-input {
  height: 42px !important;
  font-size: 14px !important;
  padding: 10px 14px !important;
}

/* botón enviar */
.contact-main-form button {
  height: 58px;
  font-size: 16px;
  font-weight: 600;
  background: #11284f;
  color: #c89a68;
  border: none;
  cursor: pointer;
  transition: all .2s ease;
}

.contact-main-form button:hover {
  background: #173665;
}
/* ==========================
   ANIMACIONES SOFTKREDIT
========================== */

/* Estado inicial oculto */
.reveal {
  opacity: 0;
  transform: translateY(35px);
  transition:
    opacity 0.9s ease,
    transform 0.9s cubic-bezier(.2,.65,.2,1);
  will-change: opacity, transform;
}

/* Estado visible */
.reveal.show {
  opacity: 1;
  transform: translateY(0);
}

/* Títulos más elegantes */
h1.reveal,
h2.reveal,
h3.reveal {
  transform: translateY(45px);
  transition-duration: 1s;
}

/* Texto normal un poco más sutil */
p.reveal,
span.reveal,
li.reveal {
  transition-duration: 1.1s;
}

/* Delay elegante */
.delay-1 { transition-delay: .10s; }
.delay-2 { transition-delay: .20s; }
.delay-3 { transition-delay: .30s; }
.delay-4 { transition-delay: .40s; }
.delay-5 { transition-delay: .50s; }

/* Cards */
.service-card.reveal,
.story-card.reveal,
.principio-item.reveal {
  transform: translateY(50px);
}

/* Reduce motion accesibilidad */
@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal.show {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ==========================
   FOOTER FINAL ALINEADO
========================== */

.footer-inner {
  width: 1684px;
  max-width: calc(100vw - 140px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 640px;
  grid-template-areas:
    "left right"
    "bottom bottom";
  column-gap: 80px;
}

.footer-left {
  display: flex;
  flex-direction: column;
  gap: 28px; /* reduce separación vertical */
}

.footer-right {
  grid-area: right;
}
.footer-mail {
  margin-bottom: 12px;
  line-height: 1.1;
}

.footer-social {
  margin: 8px 0 18px;
}

.footer-phones {
  display: flex;
  flex-direction: column;
  gap: 10px; /* antes estaba muy separado */
  line-height: 1.15;
  margin-top: 8px;
}

.footer-phones div {
  margin: 0;
  padding: 0;
}

.footer-bottom {
  grid-area: bottom;
  display: grid;
  grid-template-columns: 140px 1fr 320px;
  align-items: center;
  column-gap: 55px;
  margin-top: 20px; /* reduce muchísimo el espacio */
}

.footer-logo {
  width: 120px;
  height: auto;
  margin-left: 60px;
  margin-top: -6px;
}
.footer-nav {
  display: flex;
  justify-content: flex-end;
  gap: 68px;
  font-size: 18px;
  margin-top: 4px;
}

.footer-nav a {
  white-space: nowrap;
}


.footer-links {
  justify-self: end;
  width: 260px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 18px;
}

.footer-copy {
  justify-self: end;
  width: 320px;
  font-size: 18px;
  line-height: 1.4;
  text-align: left;
}