/* Tipografía */
@font-face {
    font-family: "Fira-Regular";
    src: url("/assets/fonts/FiraCode-Regular.ttf");
    font-weight: 400;
}

:root{
  --brand-red: #FF3939;
  --text: #2b2b2b;
}

body{
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
/* ==========
   Header/Nav
========== */

.header-layout2 .sticky-wrapper.header-sticky {
  background: #ffffff;
}
.site-header { background: #fff; }

.navbar .nav-link{
  color: var(--text);
  font-size: 14px;
  line-height: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar .nav-link:hover{ opacity: .7; }

.brand-anniversary{
  font-size: 12px;
  color: var(--brand-red);
  font-weight: 600;
}
.lang-switch{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
}
.lang-link{
  text-decoration: none;
  color: var(--text);
  font-weight: 600;
}
.lang-link.is-active{ color: var(--brand-red); }
.lang-sep{ opacity: .4; }

.link-effect .effect-1 {
  color: #000000;
  font-family: "Inter-Regular";
}
/* ==========
   Hero
========== */
.home-hero{
  background: #fff;
  padding: 100px 0 56px 0px;
}
.hero-grid{ min-height: 520px; }

.hero-left{
  background: var(--brand-red);
  display: flex;
  height: 50rem;
}
.hero-left-inner{
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: flex-end;
  flex-wrap: wrap;
}
.hero-title-left{
  color: #fff;
  font-family: 'Inter-Medium';
  font-size: 134px;
  font-style: normal;
  font-weight: 500;
  line-height: 120.217px;
  letter-spacing: 0.5px;
  margin-right: -12px;
}
.hero-subtitle{
  font-family: 'Inter-Regular';
  color: rgba(255,255,255,.92);
  font-size: 30px;
  font-weight: 400;
  margin-top: 6rem;
  margin-bottom: -5rem;
  text-transform: none;
  letter-spacing: 0px;
}
.hero-right{
  background: #fff;
  display: flex;
}
.hero-right-inner{
  width: 100%;
  padding: 56px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 28px;
}
.hero-title-right {
    color: var(--brand-red);
    font-size: clamp(60px, 10vw, 147px);
    font-weight: 800;
    letter-spacing: -2px;
    font-family: 'Inter-Medium';
    margin-top: -5.6rem;
}

/* CTA */
.btn-hero-cta{
  background: var(--brand-red);
  border-radius: 999px;
  padding: 12px 28px;
  font-weight: 800;
  font-family: 'Inter-Semibold';
  font-size: 19px;
  letter-spacing: .5px;
  border: 0;
  text-transform: uppercase;
  position: absolute;
  bottom: 40px;
  right: 150px;
  
}
.btn-hero-cta:hover{ color:#fff; opacity:.9; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) !important;}

/* ==========
   Animación SEO ⇄ GEO (solo primera letra vertical)
========== */
/* SEO ⇄ GEO: solo S/G con fade (sin slide) */
.seo-geo{
  display: inline-flex;
  align-items: baseline;
  line-height: 1;
}

.seo-geo__first{
  position: relative;
  display: inline-block;
  width: 0.72em;
  height: 1em;
  overflow: hidden;
  top: 19px;
}

.seo-geo__first-inner{
  position: relative;
  width: 100%;
  height: 100%;
}

.seo-geo__letter{
  position: absolute;
  inset: 0;
  opacity: 0;              /* oculto */
  transition: none !important; /* sin animación */
}

.seo-geo__letter.s{
  left: 4px;
}

.seo-geo__letter.g{
  left: -5px;
}

/* Por defecto se ve S */
.seo-geo__letter:first-child{
  opacity: 1;
}

/* En GEO se ve G */
.seo-geo.is-geo .seo-geo__letter:first-child{
  opacity: 0;
}
.seo-geo.is-geo .seo-geo__letter:last-child{
  opacity: 1;
}

.seo-geo__rest{
  display: inline-block;
  margin-left: -0.02em;
}

/* Bump real hacia arriba (en px) aplicado al contenedor visible */
.seo-geo__first{
  will-change: transform;
  transform: translateY(0);
  opacity: 1;
}

/* dispara el "sube un poco y vuelve" */
.seo-geo.is-bump .seo-geo__first{
  animation: pr-bump-up 260ms ease-out 1 !important;
}

@keyframes pr-bump-up{
  0%   { transform: translateY(0);      opacity: 1; }
  45%  { transform: translateY(-15px);  opacity: .72; } /* disolvencia mínima */
  100% { transform: translateY(0);      opacity: 1; }
}

/* Accesibilidad */
@media (prefers-reduced-motion: reduce){
  .seo-geo.is-bump .seo-geo__first{ animation: none !important; }
}

.client-item{
  display: flex;
  align-items: center;
  justify-content: center;
}
.client-item img{
  width: 55%;
  margin-bottom: 1rem;
}

/* Sección */
.clients-section{
  background: #fff;
  padding: 72px 0;
}

/* container-fluid full width + márgenes controlados */
.clients-fluid{
  padding-left: 0;
  padding-right: 0;
}
.clients-inner{
  width: min(1300px, calc(100% - 96px)); /* mantiene márgenes laterales */
  margin: 0 auto;
}

/* Título */
.clients-section{
  background: #fff;
  padding: 72px 0;
}
.clients-fluid{
  padding-left: 0;
  padding-right: 0;
}
.clients-inner{
  width: min(1300px, calc(100% - 96px));
  margin: 0 auto;
}
.clients-title{
  font-family: 'Inter-Regular';
  font-size: clamp(27px, 3vw, 44px);
  font-weight: 500;
  letter-spacing: -0.5px;
  margin: 30px 0 100px;
  color: #1f1f1f;
}

/* Wrapper para texto + imagen */
.clients-word-wrapper{
  position: relative;
  display: inline-block;
  margin-left: 6px;
}

/* Texto */
.clients-word{
  position: relative;
  z-index: 2;
  font-family: 'Inter-Semibold';
}

/* Imagen del círculo */
.clients-word-circle{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  max-width: none !important;
  width: calc(100% + 27px) !important;
  height: auto;
  z-index: 1;
  pointer-events: none;
}

/* Grid de logos (similar a la imagen) */
.clients-grid{
  display: grid;
  grid-template-columns: repeat(5, minmax(120px, 1fr));
  gap: 30px 54px;
  align-items: center;
}

:root{
  --brand-red: #FF3939;
  --services-bg: #FAF6F1;
  --text: #1f1f1f;
  --muted: rgba(31,31,31,.65);
  --line: rgba(31,31,31,.25);
}

/* Sección */
.services-section{
  background: var(--services-bg);
  padding: 1px 0;
}
.services-fluid{
  padding-left: 0;
  padding-right: 0;
}
.services-inner{
  width: min(1300px, calc(100% - 96px));
  margin: 0 auto;
}

/* Título + círculo (overlay imagen) */
.services-title{
  font-size: clamp(27px, 3vw, 44px);
  margin: 90px 0 115px;
  color: var(--text);
  letter-spacing: -0.5px;
  font-family: 'Inter-Regular', Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 400;
}
.services-word-wrapper{
  position: relative;
  display: inline-block;
  margin-left: 6px;
}
.services-word{
  position: relative;
  z-index: 2;
  font-family: 'Inter-Semibold';
  font-weight: 700;
}
.services-word-circle{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  max-width: none !important;
  width: calc(100% + 25px) !important; /* más grande */
  height: auto;
  z-index: 1;
  pointer-events: none;
}

/* Contenedor con scroll interno (muestra aprox 3 items) */
.services-list{
  /* Ajusta este alto si quieres exactamente 3 */
  max-height: 520px;
  overflow-y: auto;
  padding-right: 8px; /* espacio para scrollbar */
  scroll-behavior: smooth;
  padding-left: 15rem;
}

/* Scrollbar (opcional, sutil) */
.services-list::-webkit-scrollbar{ width: 6px; }
.services-list::-webkit-scrollbar-thumb{ background: rgba(0,0,0,.15); border-radius: 8px; }
.services-list::-webkit-scrollbar-track{ background: transparent; }

/* Item */
.service-item{
  padding: 15px 0 20px;
  border-top: 1px solid var(--line);
}

.service-item:first-child{
  border-top: 1px solid var(--line);
}

/* header interno del item: numero + flecha derecha */
.service-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.service-number{
  color: var(--brand-red);
  font-size: 20px;
  letter-spacing: .5px;
  font-family: "Fira-Regular";
}

/* flecha como link */
.service-arrow{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  text-decoration: none;
}

.service-arrow img{
  width: 18px;
  height: 18px;
  display: block;
}

/* Títulos de servicio */
.service-name{
  margin: 40px 0 0px;
  font-size: 42px;
  letter-spacing: -0.8px;
  color: var(--text);
  font-family: 'Inter-Semibold';
  font-weight: 700;
}

.service-desc{
  margin: 20px 0px 40px;
  max-width: 800px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--muted);
  font-family: 'Inter-Regular', Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

/* Negrita dentro de títulos compuestos */
.sb{
  font-family: 'Inter-Semibold';
  font-weight: 700;
}

:root{
  --why-bg: #23282B;
  --why-line: rgba(255,255,255,.45);
  --why-answer-bg: #D9D9D926; /* 15% */
}

/* ===== Section wrapper ===== */
.whyfaq-section{
  background: var(--why-bg);
  padding: 86px 0 70px;
  color: #fff;
}
.whyfaq-fluid{
  padding-left: 0;
  padding-right: 0;
}
.whyfaq-inner{
  width: min(1300px, calc(100% - 96px));
  margin: 0 auto;
}

/* Title */
.whyfaq-title{
  margin: 80px 0 165px;
  font-size: clamp(24px, 3.6vw, 44px);
  letter-spacing: -0.9px;
  color: #fff;
  font-family: 'Inter-Regular', Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 400;
}
.whyfaq-brand{
  font-family: 'Inter-Bold', Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 700;
}
.whyfaq-word-wrapper{
  position: relative;
  display: inline-block;
  margin-left: 6px;
}
.whyfaq-brand{
  position: relative;
  z-index: 2;
  font-family: 'Inter-Semibold';
  font-weight: 700;
}

/* círculo rojo */
.whyfaq-word-circle{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  max-width: none !important;
  width: calc(100% + 16px) !important; /* ajusta si lo quieres más grande */
  height: auto;
  z-index: 1;
  pointer-events: none;
}
.accordion-card .accordion-body p.answ {
  margin-bottom: -0.3em;
  font-weight: 400;
  font-size: 1vw;
  color: white;
  line-height: 1.4;
  font-family: 'Inter-Light';
  padding: 3vw 3vw 3vw 2vw;
  background: #D9D9D926;
  border-radius: 0 0 50px 0;
  width: 90%;
}
.accordion-card.style2 .accordion-button.ask {
  font-size: 1.5vw;
  color: white;
  font-family: 'Inter-Regular';
  font-weight: 400;
  width: 54%;
  line-height: 1.1;
  padding: 1vw 4vw 1vw 0vw;
}
.certs-title-section{
  background: #ffffff;
  padding: 72px 0;
}
.certs-title-fluid{
  padding-left: 0;
  padding-right: 0;
}
.certs-title-inner{
  width: min(1300px, calc(100% - 96px));
  margin: 0 auto;
}
.certs-title{
  margin: 6vw 0 11vw;
  font-size: clamp(30px, 3.4vw, 44px);
  letter-spacing: -0.8px;
  color: #1f1f1f;
  font-family: 'Inter-Regular', Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 400;
}

/* wrapper palabra + círculo */
.certs-word-wrapper{
  position: relative;
  display: inline-block;
  margin-left: 6px;
}
.certs-word{
  position: relative;
  z-index: 2;
  font-family: 'Inter-Semibold';
  font-weight: 700;
}

/* círculo rojo */
.certs-word-circle{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  max-width: none !important;
  width: calc(100% + 20px) !important;
  height: auto;
  z-index: 1;
  pointer-events: none;
}
.lina {
  border-right: 2px solid #c7c7c7;
  height: 10vw;
  align-items: center;
  display: flex;
  justify-content: center;
}

.line.clutch{
  justify-content: left;
  padding-left: 5rem;
}

.line.great{
  justify-content: space-around;
  padding-left: 5rem;
}

:root{
  --brand-red: #FF3939;
  --results-bg: #F7F4F0;
  --text: #1f1f1f;
  --muted: rgba(31,31,31,.65);
}

/* ===== Section ===== */
.results-section{
  background: var(--results-bg);
  padding: 84px 0 78px;
}
.results-fluid{
  padding-left: 0;
  padding-right: 0;
}
.results-inner{
  width: min(1300px, calc(100% - 96px));
  margin: 0 auto;
}

/* ===== Title + circle image overlay ===== */
.results-title{
  margin: 40px 0 120px;
  font-size: clamp(20px, 3vw, 44px);
  letter-spacing: -0.5px;
  color: var(--text);
  font-family: 'Inter-Regular', Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 400;
}
.results-word-wrapper{
  position: relative;
  display: inline-block;
  margin-left: 6px;
}
.results-word{
  position: relative;
  z-index: 2;
  font-family: 'Inter-Semibold';
  font-weight: 700;
}
.results-word-circle{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  max-width: none !important;
  width: calc(100% + 30px) !important;
  height: auto;
  z-index: 1;
  pointer-events: none;
}

/* ===== Cards ===== */
.results-card{
  border: 0;
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(0,0,0,.08);
  width: 92%;
  padding: 2rem 1rem;
}
.results-card-body{
  padding: 22px 22px 18px;
}
.results-card-top{
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  justify-content: space-around;
}
.results-logo{
  width: 80px;
  height: 24px;
  object-fit: contain;
}
.results-logo.xcaret{
  width: 40%;
}

.results-logo.coppel{
  width: 38%;
}

.results-person-name{
  font-size: 13px;
  color: var(--text);
  font-family: 'Inter-Semibold';
}
.results-person-role{
  font-size: 13px;
  color: rgba(31,31,31,.55);
  font-family: 'Inter-Regular', Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  line-height: 0;
}

/* Metric */
.results-metric{
  text-align: center;
  margin: 100px 0 40px;
}
.results-metric.spint{
  text-align: center;
  margin: 90px 0 40px;
}
.results-metric-value{
  font-size: 45px;
  letter-spacing: -0.8px;
  color: var(--text);
  font-family: 'Inter-Semibold';
  font-weight: 700;
  margin: 15px 0;
}
.results-metric-label{
  margin: 20px 0;
  font-size: 20px;
  color: rgba(31,31,31,.65);
  font-family: 'Inter-Regular', Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

/* Rating */
.results-rating{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-top: 10px;
  margin: 20px 0;
}
.results-stars{
  display: inline-flex;
  gap: 4px;
}
.results-stars img{
  width: 30px;
  height: 30px;
  display: block;
}
.results-source{
  font-size: 12px;
  color: rgba(31,31,31,.7);
  font-family: 'Inter-Regular', Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

/* CTA */
.results-cta-wrap{
  display: flex;
  justify-content: center;
  margin: 7rem 0rem;
}
.results-cta-btn{
  background: var(--brand-red);
  color: #fff;
  border-radius: 999px;
  padding: 12px 22px;
  font-size: 15px;
  font-family: 'Inter-Semibold';
  font-weight: 700;
  text-transform: none;
  border: 0;
  text-decoration: none;
}
.results-cta-btn:hover{
  color: #fff;
  opacity: .92;
}

:root{
  --brand-red: #FF3939;
}

/* ===== CTA conversación ===== */
.cta-conv-section{
  background: var(--brand-red);
  padding: 64px 0;
}
.cta-conv-fluid{
  padding-left: 0;
  padding-right: 0;
}
.cta-conv-inner{
  width: min(1300px, calc(100% - 40px));
  margin: 0 auto;
}
.cta-conv-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.cta-conv-title{
  margin: 7rem 0;
  color: #fff;
  font-size: clamp(32px, 4vw, 55px);
  letter-spacing: -0.8px;
  font-family: 'Inter-Regular', Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 400;
}

/* palabra con círculo negro */
.cta-conv-word-wrapper{
  position: relative;
  display: inline-block;
  margin-left: 6px;
}
.cta-conv-word{
  position: relative;
  z-index: 2;
  font-family: 'Inter-Semibold';
  font-weight: 700;
}

/* círculo negro (imagen) */
.cta-conv-circle{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  max-width: none !important;
  width: calc(100% + 32px) !important; /* ajusta tamaño */
  height: auto;
  z-index: 1;
  pointer-events: none;
}

/* Botón */
.cta-conv-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  background: #fff;
  color: var(--brand-red);
  border-radius: 999px;
  padding: 12px 26px;
  font-size: 20px;
  font-family: 'Inter-Semibold';
  font-weight: 700;
  text-decoration: none;
  border: 0;
  position: absolute;
  bottom: 36px;
  right: 0;
}
.cta-conv-btn:hover{
  color: var(--brand-red);
  opacity: .92;
}
.metodol-padding{
  padding: 0rem 12rem 8rem;
}

:root{
  --footer-bg: #23282B;
  --footer-line: rgba(255,255,255,.22);
  --footer-text: rgba(255,255,255,.85);
}

/* ===== Footer ===== */
.site-footer{
  background: var(--footer-bg);
  padding: 80px 0;
}

.footer-fluid{
  padding-left: 0;
  padding-right: 0;
}

.footer-inner{
  width: min(1400px, calc(100% - 96px));
  margin: 0 auto;
}

.footer-grid{
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 1.2fr;
  align-items: center;
  gap: 0;
}

/* columnas + separadores */
.footer-col{
  padding: 10px 28px;
  min-height: 86px;
  display: flex;
  align-items: center;
}

.footer-col-left,
.footer-col-middle{
  border-right: 2px solid var(--footer-line);
  height: 6rem;
}

/* Left logos */
.footer-logos-left{
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.footer-logos-left img{
  height: 60px;
  width: auto;
  display: block;
  object-fit: contain;
  opacity: .95;
}

.footer-logos-left img.seo{
  height: 83px;
}

/* Middle links */
.footer-links{
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links li + li{
  margin-top: 6px;
}

.footer-links a{
  color: var(--footer-text);
  text-decoration: none;
  font-size: 12px;
  font-family: 'Inter-Regular', Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 400;
}

.footer-links a:hover{
  color: #fff;
  opacity: .9;
}

/* Right logos */
.footer-logos-right{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-logos-right img{
  height: 50px;
  width: auto;
  display: block;
  object-fit: contain;
  opacity: .95;
}

  .ecom{
    width: 40%; 
  }

  .cert{
    width: 25%
  }

  .goog{
    margin-top: 0rem; 
    width: 42%;
  }

  .clu{
    width: 32%;
  }

  .scroll-top.show {
    opacity: 0;
  }

@media (max-width: 1700px){
  .hero-title-left {
    font-size: 144px;
    letter-spacing: -6px;
  }

  .hero-left {
    height: 44rem;
  }

  .btn-hero-cta {
    bottom: 120px;
  }

  .metodol-padding {
    padding: 0rem 0rem 8rem;
  }

  .results-card-top {
    gap: 6px;
    justify-content: space-evenly;
  }

  .results-person-name {
    font-size: 14px;
  }

  .results-person-role {
    font-size: 14px;
    line-height: 0.5;
  }

  .results-card-body {
    padding: 0px 30px 0px;
  }

  .results-cta-wrap {
    margin: 4rem 0rem;
  }

  .results-metric{
    text-align: center;
    margin: 90px 0 45px;
  }
  .results-metric.spint{
    text-align: center;
    margin: 66px 0 45px;
  }

}

@media (max-width: 1280px){
  .hero-title-left {
    font-size: 120px;
  }
  .hero-left {
    height: 43rem;
  }
  .btn-hero-cta {
    bottom: 70px;
    right: 150px;
  }
  .metodol-padding {
    padding: 0rem 0rem 8rem;
    margin: 0px -10px;
  }

  .footer-logos-left img {
    height: 50px;
  }

  .footer-logos-right img {
    height: 40px;
  }

  .cta-conv-btn {
    right: 40px;
  }

  .lina.clutch{
    justify-content: left;
    padding-left: 5rem;
  }

  .lina.great{
    justify-content: space-around;
    padding-left: 5rem;
  }

  .results-metric.spint{
    text-align: center;
    margin: 75px 0 40px;
  }

  .results-person-role {
    font-size: 12px;
    line-height: 0.5;
  }

  .results-person-name {
    font-size: 12px;
  }

}




/* Accesibilidad: respeta reduce motion */
@media (prefers-reduced-motion: reduce){
  .seo-geo__first-inner{ transition: none; }
}

/* Responsive */
@media (max-width: 991.98px){
  .home-hero{ padding: 85px 0 40px 0px;}
  .hero-grid{ min-height: auto; }
  .hero-left-inner, .hero-right-inner{ padding: 0px 0px;}

  .hero-left {
    background: var(--brand-red);
    display: flex;
    height: 25rem;
  }

  .hero-right {
    background: #fff;
    display: flex;
    margin: 0;
    padding: 0;
  }

  .hero-title-left {
    color: #fff;
    font-family: 'Inter-Medium';
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 77.217px;
    letter-spacing: 0px;
    margin-right: -3px;
    margin-left: 6px;
    padding: 0;
  }

  .hero-subtitle {
    color: rgba(255,255,255,.92);
    font-size: 11.5px;
    font-weight: 400;
    margin-top: 0rem;
    margin-bottom: 0rem;
    text-transform: none;
    letter-spacing: 0px;
    margin-left: 8px;
  }

  .btn-hero-cta {
    background: var(--brand-red);
    border-radius: 999px;
    padding: 12px 28px;
    font-size: 9px;
    letter-spacing: .5px;
    bottom: 70px;
    right: 31px;
  }

  .clients-title {
    margin: 20px 20px 100px;
  }

  .services-title {
    margin: 40px 20px 110px;
  }

  .whyfaq-inner {
    width: min(1300px, calc(100% - 58px));
    margin: 0 auto;
  }

  .whyfaq-title {
    font-size: clamp(27px, 3vw, 44px);
    margin: 20px 0 120px;
  }

  .hero-title-right {
    color: var(--brand-red);
    font-size: clamp(46px, 8vw, 139px);
    font-weight: 800;
    letter-spacing: -2px;
    font-family: 'Inter-Medium';
    margin-top: -3rem;
  }

  .hero-title-right {
    color: var(--brand-red);
    font-size: clamp(54px, 8vw, 139px);
    font-weight: 800;
    letter-spacing: -2px;
    font-family: 'Inter-Medium';
    margin-top: -1.5rem;
    margin-left: 14px;
  }

  .services-section{ 
    padding: 64px 0; 
  }
  .services-inner{ 
    width: min(1120px, calc(100% - 44px)); 
  }
  .services-list{ 
    max-height: 560px; padding-left: 1rem;
  }
  .service-name{ 
    font-size: 34px; 
  }

  /* seccion cliente */

  .clients-section{ padding: 56px 0; }
  .clients-inner{ width: min(1120px, calc(100% - 44px)); }
  .clients-grid{
    grid-template-columns: repeat(3, minmax(110px, 1fr));
    gap: 28px 28px;
  }
  .client-item img{ 
    max-width: 140px; max-height: 40px; 
  }

  .accordion-card.style2 .accordion-button.ask {
    font-size: 4vw;
    color: white;
    font-family: 'Inter-Regular';
    font-weight: 400;
    width: 1000%;
    line-height: 1.1;
    padding: 1vw 4vw 1vw 0vw;
  }

  .accordion-card .accordion-body p.answ {
    margin-bottom: -0.3em;
    font-weight: 400;
    font-size: 3vw;
    color: white;
    line-height: 1.4;
    font-family: 'Inter-Light';
    padding: 5vw 5vw 5vw 6vw;
    background: #D9D9D926;
    border-radius: 0 0 50px 0;
    width: 84%;
  }

  .metodol-padding{
    padding: 0rem 0rem 1rem;
  }

  .certs-title-inner {
    width: min(1300px, calc(100% - 36px));
    margin: 0 auto;
  }

  .certs-title {
    margin: 6vw 0 11vw;
    font-size: clamp(27px, 3.4vw, 50px);
    letter-spacing: -0.8px;
    color: #1f1f1f;
    font-family: 'Inter-Regular', Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
  }

  .cta-conv-title {
    margin: 2rem 0 8rem;
    color: #fff;
    font-size: clamp(27px, 4vw, 50px);
    letter-spacing: -0.8px;
    font-family: 'Inter-Regular', Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-weight: 400;
  }

  .cta-conv-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
  }

  .cta-conv-btn {
    position: absolute;
    bottom: 12px;
    right: 27%;
    font-size: 16px;
  }

  .cta-conv-circle {
    width: calc(100% + 17px) !important;
  }

.footer-inner{
    width: min(1120px, calc(100% - 44px));
  }

  /* Cambiamos de grid a flex para poder usar order */
  .footer-grid{
    display: flex;
    flex-direction: column;
  }

  /* Orden mobile: 2da columna primero, luego 1ra, luego 3ra */
  .footer-col-middle{ order: 1; }
  .footer-col-left{ order: 2; }
  .footer-col-right{ order: 3; }

  .footer-col{
    padding: 18px 0;
    border-right: 0 !important;
    border-bottom: 0px solid var(--footer-line);
  }

  .footer-col:last-child{
    border-bottom: 0;
  }

  .footer-logos-left {
    display: flex;
    gap: 22px;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .footer-logos-right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: nowrap;
    flex-direction: row;
  }

  /* Middle links */
  .footer-links{
     justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;

    display: flex;          /* 👈 horizontal */
    align-items: center;
    gap: 24px;              /* espacio entre links */
  }

  .footer-links li{
     position: relative;
    margin: 0;              /* elimina el margin-top anterior */
  }

  .footer-links li:not(:last-child)::after{
    content: "|";
    margin-left: 14px;
    margin-right: 14px;
    color: rgba(255,255,255,.6);
    font-size: 12px;
  }

  .footer-links a{
    color: var(--footer-text);
    text-decoration: none;
    font-size: 12px;
    font-family: 'Inter-Regular', Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-weight: 400;
    white-space: nowrap;
  }

  .footer-links a:hover{
    color: #fff;
    opacity: .9;
  }
  .site-footer {
    background: var(--footer-bg);
    padding: 18px 0;
  }

  .footer-links li + li {
    margin-top: 0px;
  }



  .seo-geo__first {
    top: 8px;
  }

  .seo-geo__letter.g {
    left: -2px;
  }

  .service-desc {
    font-size: 13px;
  }

  .results-logo {
    width: 60px;
    height: 24px;
    object-fit: contain;
  }

  .results-person-name {
    font-size: 12px;
  }

  .results-person-role {
    font-size: 12px;
    line-height: 1;
  }

  .results-stars img {
    width: 25px;
    height: 25px;
    display: block;
  }

  .results-card-body {
    padding: 0px 2px 0px;
  }

  .results-metric-label {
    margin: 20px 0;
    font-size: 17px;
  }

  .results-title {
    margin: 0px 0 80px;
    font-size: clamp(27px, 3vw, 44px);
  }

  .marg-sup {
    margin-top: 6rem;
  }

  .posiLogo{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .lina.clutch {
    justify-content: left;
    padding-left: 5rem;
  }

  .ecom{
    width: 84%;
  }

  .cert{
    width: 29%;
  }

  .goog{
    margin-top: 6rem;
    width: 80%;
  }

  .clu{
    width: 35%;
    margin-top: 6rem;
  }

  .lina {
    border-right: 0px solid #a7a4a4;
    height: 10vw;
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .results-word-circle {
    width: calc(100% + 20px) !important;
  }

  .results-logo.xcaret {
    width: 32%;
  }

  .results-logo.coppel {
    width: 35%;
  }

}

@media (max-width: 575.98px){
  .services-inner{ width: min(1120px, calc(100% - 28px)); }
  .service-name{ font-size: 21px; }

   /* seccion cliente */

  .clients-inner{ width: min(1120px, calc(100% - 28px)); }
  .clients-grid{
    grid-template-columns: repeat(3, minmax(120px, 1fr));
    gap: 17px 5px;
  }

  .footer-inner{
    width: min(1120px, calc(100% - 28px));
  }
}
