/* Vale Cuatro — overrides para home6 (SaleUnion template) */

/* Tipografía de marca */
:root {
  --vc-bg-primary: #0b1233;
  --vc-bg-secondary: #0f1320;
  --vc-text-primary: #ffffff;
  --vc-text-soft: #f2f6ff;
  --vc-accent-cyan: #37c7ef;
  --vc-accent-blue: #4f7cff;
  --vc-accent-violet: #7e55ff;
  --vc-gradient: linear-gradient(90deg, #37c7ef, #4f7cff, #7e55ff);
}

/* ── Header top bar ── */
.header {
  background: var(--vc-bg-secondary);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.5rem 1rem;
  gap: 0.35rem 0.75rem;
}

.header-title {
  color: rgba(242, 246, 255, 0.78);
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  margin: 0;
}

.header-link {
  color: rgba(242, 246, 255, 0.82);
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  border-bottom: 1px solid rgba(242, 246, 255, 0.35);
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.header-link:hover {
  color: #ffffff !important;
  border-bottom-color: rgba(255, 255, 255, 0.7) !important;
}

/* ── Navbar oscuro ── */
.navbar {
  background: rgba(11, 18, 51, 0.92) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.navbar .navbar-brand div,
.navbar .nav-link {
  color: rgba(242, 246, 255, 0.88) !important;
}

.navbar .navbar-brand {
  display: flex;
  align-items: center;
  padding: 0;
}

.navbar .navbar_logo {
  display: block;
  height: 2.5rem;
  width: auto;
  object-fit: contain;
}

.navbar .nav-link:hover,
.navbar .nav-link.w--current,
.navbar .nav-link.is-active {
  color: #ffffff !important;
}

.navbar .nav-link.nav-link--disabled {
  color: rgba(242, 246, 255, 0.45) !important;
  cursor: default;
  pointer-events: none;
}

.navbar .nav-link.nav-link--disabled:hover {
  color: rgba(242, 246, 255, 0.45) !important;
}

/* ── Navbar mobile: CTA Agendar visible ── */
@media screen and (max-width: 991px) {
  .navbar .nav-buttons {
    display: flex !important;
    align-items: center;
    margin-left: auto;
    margin-right: 0.625rem;
    grid-column-gap: 0;
    grid-row-gap: 0;
  }

  .navbar .nav-buttons .primary-button.w-variant-398aa8b5-44c8-5388-fdd7-baab8bd64e94 {
    padding: 0.625rem 1rem;
    font-size: 0.8125rem;
    white-space: nowrap;
  }

  .navbar .nav-buttons .arrow-box {
    display: none;
  }

  .navbar .navbar_logo {
    height: 2.35rem;
  }
}

#inicio,
#nosotros,
#servicios,
#contacto {
  scroll-margin-top: 7.5rem;
}

@media screen and (max-width: 991px) {
  #inicio,
  #nosotros,
  #servicios,
  #contacto {
    scroll-margin-top: 5.5rem;
  }
}

.section.home-hero .rating-block .author-details {
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
}

.section.home-hero .rating-block .author-name,
.section.home-hero .rating-block .author-designation {
  margin: 0;
  width: auto;
}

.section.home-hero .home-hero-right {
  background-image: none !important;
}

.section.home-hero .home-hero-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* ── Navbar CTA — sólido, legible sobre azul ── */
.nav-buttons .primary-button.w-variant-398aa8b5-44c8-5388-fdd7-baab8bd64e94,
.consultancy-right .primary-button.w-variant-398aa8b5-44c8-5388-fdd7-baab8bd64e94,
.section.cta .cta-actions .primary-button.w-variant-398aa8b5-44c8-5388-fdd7-baab8bd64e94 {
  background: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.95) !important;
  border-radius: 999px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
  color: #0b1233 !important;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  gap: 0.4rem;
  letter-spacing: -0.01em;
  line-height: 1;
  padding: 0.625rem 1.125rem;
  text-transform: none;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.nav-buttons .primary-button.w-variant-398aa8b5-44c8-5388-fdd7-baab8bd64e94:hover,
.consultancy-right .primary-button.w-variant-398aa8b5-44c8-5388-fdd7-baab8bd64e94:hover,
.section.cta .cta-actions .primary-button.w-variant-398aa8b5-44c8-5388-fdd7-baab8bd64e94:hover {
  background: #eef2ff !important;
  border-color: #eef2ff !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
  color: #0b1233 !important;
  transform: none !important;
}

/* Sin animación Webflow: una sola línea de texto, flecha estática */
.nav-buttons .primary-button-texts,
.consultancy-right .primary-button-texts,
.section.cta .cta-actions .primary-button-texts {
  height: auto;
  overflow: visible;
  position: static;
}

.nav-buttons .primary-button-text._02,
.consultancy-right .primary-button-text._02,
.section.cta .cta-actions .primary-button-text._02 {
  display: none !important;
}

.nav-buttons .primary-arrow._02 {
  display: none !important;
}

.nav-buttons .primary-arrow._01 {
  position: static !important;
  inset: auto !important;
}

.nav-buttons .arrow-box {
  width: 0.875rem;
  height: 0.875rem;
  flex-shrink: 0;
  overflow: visible;
  position: static;
}

/* ── Hero kicker (igual que landing principal) ── */
.performance-box .hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.38rem 0.78rem;
  border-radius: 999px;
  background: rgba(11, 18, 51, 0.06);
  border: 1px solid rgba(11, 18, 51, 0.12);
  color: rgba(11, 18, 51, 0.88);
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.4;
  margin: 0;
  text-transform: none;
}

.performance-box .hero-kicker .kicker-emoji {
  font-size: 1rem;
  line-height: 1;
  flex: 0 0 auto;
}

.performance-box .heading-style-h1 {
  letter-spacing: -0.04em;
}

.hero-typewriter-line {
  display: inline;
  white-space: normal;
}

.hero-typewriter-prefix,
.hero-typewriter-text.vc-sync-typewriter,
.vc-cta-typewriter {
  display: inline;
}

.section.cta .cta-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1em;
  max-width: 44rem;
}

.section.cta .cta-title-prefix {
  display: block;
  white-space: nowrap;
}

.section.cta .cta-typewriter-line {
  display: block;
  white-space: nowrap;
}

.section.cta .cta-typewriter-line .vc-cta-typewriter,
.section.cta .cta-typewriter-line .cta-typewriter-cursor {
  display: inline;
  white-space: nowrap;
}

.section.cta .cta-title .cta-typewriter-cursor {
  display: inline-block;
  top: 2px;
  margin-left: 0.06em;
}

.service-typewriter-line {
  display: inline;
}

.hero-typewriter-cursor {
  display: inline-block;
  position: relative;
  top: 4px;
  margin-left: 0.06em;
  font-weight: 400;
  animation: vc-typewriter-blink 1s step-end infinite;
}

@keyframes vc-typewriter-blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-typewriter-cursor {
    display: none;
  }
}

/* Hero — centrado en mobile */
@media screen and (max-width: 991px) {
  .section.home-hero .home-hero-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .section.home-hero .home-hero-title-box,
  .section.home-hero .performance-box {
    width: 100%;
    text-align: center;
  }

  .section.home-hero .performance-box > div {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .section.home-hero .performance-box .hero-kicker {
    display: inline-flex !important;
    margin: 0 auto !important;
  }

  .section.home-hero .performance-box .heading-style-h1 {
    text-align: center;
  }

  .section.home-hero .home-hero-para {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 34rem;
  }

  .section.home-hero .trusted-block {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .section.home-hero .trusted-block .primary-button {
    margin: 0;
  }

  .section.home-hero .home-hero-right {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .section.home-hero .trusted-block {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
    gap: 0.5rem;
  }

  .section.home-hero .trusted-block .primary-button {
    width: auto;
    flex: 1 1 0;
    min-width: 0;
    max-width: none;
    justify-content: center;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

/* About — icono azul/blanco (card Ejecución Primero) */
.about-us .icon-box.brand,
.about-us .icon-box.pink {
  background-color: #0b1233 !important;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.about-us .icon-box.brand .minimize-icon,
.about-us .icon-box.pink .minimize-icon {
  filter: brightness(0) invert(1);
}

@media screen and (max-width: 991px) {
  .about-us .about-us-bottom {
    display: none !important;
  }
}

/* Impact — azul y blanco (Equipo + iconos cards) */
.section.impact .team-icon {
  background-color: #0b1233 !important;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.section.impact .team-text {
  color: #ffffff !important;
}

.section.impact .icon-box.pale-red,
.section.impact .icon-box.pink,
.section.impact .icon-box.turquoise {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.section.impact .efficiency-card._01 .icon-box,
.section.impact .efficiency-card._03 .icon-box {
  background-color: #0b1233 !important;
}

.section.impact .efficiency-card._02 .icon-box,
.section.impact .efficiency-card._04 .icon-box {
  background-color: #4f5773 !important;
}

.section.impact .impact-fa-icon {
  font-size: 1.35rem;
  line-height: 1;
  color: #ffffff;
}

/* Hero: evitar texto duplicado en primary-button */
.trusted-block .primary-button-texts {
  position: relative;
  height: 1em;
  overflow: hidden;
  line-height: 1;
}

.trusted-block .primary-button-text._02 {
  display: none;
}

.trusted-block .primary-arrow._02 {
  display: none;
}

.trusted-block .primary-arrow._01 {
  position: static !important;
  inset: auto !important;
}

.trusted-block .arrow-box {
  overflow: visible;
  position: static;
}

.trusted-block .primary-button.is-marketplace {
  gap: 0.5rem;
}

.trusted-block .primary-button.is-marketplace .primary-button-icon {
  font-size: 1rem;
  line-height: 1;
  flex-shrink: 0;
  width: 1.125rem;
  text-align: center;
}

.trusted-block .primary-button.is-marketplace .primary-button-texts {
  position: relative;
  height: 1em;
  overflow: hidden;
  line-height: 1;
}

/* ── Modal Google Calendar ── */
.vc-calendar-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.vc-calendar-modal[hidden] {
  display: none !important;
}

.vc-calendar-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(11, 18, 51, 0.72);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.vc-calendar-modal__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 560px);
  max-height: min(92vh, 720px);
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid rgba(11, 18, 51, 0.1);
  border-radius: 1rem;
  box-shadow: 0 24px 64px rgba(5, 10, 28, 0.32);
  overflow: hidden;
}

.vc-calendar-modal__header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.125rem 4.5rem 0.875rem;
  border-bottom: 1px solid rgba(11, 18, 51, 0.08);
}

.vc-calendar-modal__header > div {
  text-align: center;
}

.vc-calendar-modal__header-actions {
  position: absolute;
  top: 1.125rem;
  right: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.vc-calendar-modal__expand,
.vc-calendar-modal__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border: none;
  border-radius: 999px;
  background: rgba(11, 18, 51, 0.06);
  color: #0b1233;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.2s ease;
}

.vc-calendar-modal__expand {
  display: none;
}

.vc-calendar-modal__expand:hover,
.vc-calendar-modal__close:hover {
  background: rgba(11, 18, 51, 0.12);
}

.vc-calendar-modal__eyebrow {
  margin: 0 0 0.2rem;
  color: rgba(11, 18, 51, 0.55);
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.vc-calendar-modal__title {
  margin: 0;
  color: #0b1233;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.vc-calendar-modal__body {
  flex: 1;
  min-height: 420px;
  background: #fafbfd;
}

.vc-calendar-modal__iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
}

.vc-calendar-modal__footer {
  padding: 0.75rem 1.25rem 1rem;
  border-top: 1px solid rgba(11, 18, 51, 0.08);
  text-align: center;
}

.vc-calendar-modal__external {
  color: rgba(11, 18, 51, 0.72);
  font-family: "Inter", sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid rgba(11, 18, 51, 0.2);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.vc-calendar-modal__external:hover {
  color: #0b1233;
  border-bottom-color: #0b1233;
}

@keyframes vc-modal-backdrop-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes vc-modal-panel-in {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.97);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.vc-calendar-modal.is-opening .vc-calendar-modal__backdrop {
  animation: vc-modal-backdrop-in 0.28s ease forwards;
}

.vc-calendar-modal.is-opening .vc-calendar-modal__panel {
  animation: vc-modal-panel-in 0.36s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@media (prefers-reduced-motion: reduce) {
  .vc-calendar-modal.is-opening .vc-calendar-modal__backdrop,
  .vc-calendar-modal.is-opening .vc-calendar-modal__panel {
    animation: none;
  }
}

@media screen and (max-width: 991px) {
  .vc-calendar-modal {
    padding: 1rem;
  }

  .vc-calendar-modal__panel {
    width: min(100%, 560px);
    max-height: min(92vh, 720px);
  }

  .vc-calendar-modal__header {
    padding: 1.125rem 3.5rem 0.875rem;
  }

  .vc-calendar-modal__body,
  .vc-calendar-modal__iframe {
    min-height: 420px;
  }
}

@media screen and (min-width: 992px) {
  .vc-calendar-modal__header {
    padding-right: 5.5rem;
  }

  .vc-calendar-modal__expand {
    display: flex;
  }

  .vc-calendar-modal__panel {
    width: min(100%, 1120px);
    max-height: min(94vh, 900px);
  }

  .vc-calendar-modal__body,
  .vc-calendar-modal__iframe {
    min-height: 600px;
  }

  .vc-calendar-modal.is-expanded {
    padding: 0.75rem;
  }

  .vc-calendar-modal.is-expanded .vc-calendar-modal__panel {
    width: calc(100vw - 1.5rem);
    max-width: none;
    height: calc(100vh - 1.5rem);
    max-height: calc(100vh - 1.5rem);
  }

  .vc-calendar-modal.is-expanded .vc-calendar-modal__body {
    min-height: 0;
  }

  .vc-calendar-modal.is-expanded .vc-calendar-modal__iframe {
    min-height: 0;
    height: 100%;
  }
}

/* ── Modales legales (mismo shell que Calendly) ── */
.vc-legal-modal .vc-calendar-modal__header {
  padding-right: 3.5rem;
}

.vc-legal-modal .vc-calendar-modal__eyebrow {
  color: var(--_colors---text-color--gray, rgba(11, 18, 51, 0.55));
  font-family: var(--font-family--aspekta, Aspekta, Arial, sans-serif);
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0;
}

.vc-legal-modal .vc-calendar-modal__title {
  font-family: var(--font-family--cambo, Cambo, sans-serif);
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: var(--_colors---text-color--dark-color, #0b1233);
}

.vc-legal-modal .vc-calendar-modal__body {
  overflow-y: auto;
  min-height: 0;
  flex: 1;
  padding: 0;
  background: #ffffff;
}

.vc-legal-modal__content {
  padding: 1.25rem 1.5rem 1.5rem;
  color: var(--_colors---text-color--gray, rgba(11, 18, 51, 0.72));
  font-family: var(--font-family--aspekta, Aspekta, Arial, sans-serif);
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0;
}

.vc-legal-modal__content h3 {
  margin: 1.25rem 0 0.5rem;
  font-family: var(--font-family--aspekta, Aspekta, Arial, sans-serif);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  color: var(--_colors---text-color--gray, rgba(11, 18, 51, 0.72));
}

.vc-legal-modal__content h3:first-child {
  margin-top: 0;
}

.vc-legal-modal__content p,
.vc-legal-modal__content li {
  margin: 0 0 0.75rem;
  font-family: var(--font-family--aspekta, Aspekta, Arial, sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  color: var(--_colors---text-color--gray, rgba(11, 18, 51, 0.72));
}

.vc-legal-modal__content ul {
  margin: 0 0 0.75rem;
  padding-left: 1.25rem;
}

.vc-legal-modal__content li {
  margin-bottom: 0.35rem;
}

.vc-legal-modal__content a,
.vc-legal-modal__content a:hover,
.vc-legal-modal__content a:focus,
.vc-legal-modal__content a:visited {
  color: inherit !important;
  font-weight: 400 !important;
  text-decoration: none !important;
}

.vc-legal-modal__content strong,
.vc-legal-modal__content b,
.vc-legal-modal__content h3 {
  font-weight: 400 !important;
}

.vc-legal-modal .vc-calendar-modal__footer {
  display: none !important;
  padding: 0;
}

.vc-legal-modal.is-opening .vc-calendar-modal__backdrop {
  animation: vc-modal-backdrop-in 0.28s ease forwards;
}

.vc-legal-modal.is-opening .vc-calendar-modal__panel {
  animation: vc-modal-panel-in 0.36s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@media screen and (min-width: 992px) {
  .vc-legal-modal .vc-calendar-modal__panel {
    width: min(100%, 720px);
    max-height: min(92vh, 820px);
  }
}

/* ── Marquee íconos (igual que landing principal / #About) ── */
.marquee.marquee-fa-icons {
  width: 100%;
  overflow: hidden;
  padding: 4px 0;
  margin: 0;
  min-height: 48px;
}

.marquee-fa-icons .marqueelogos {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 26px;
  animation: vc-fa-icons-scroll 14s linear infinite;
  will-change: transform;
}

.marquee-fa-icons .logomarqueeindividual {
  display: flex;
  align-items: center;
  flex: none;
  gap: 26px;
}

.marquee-fa-icons .logoentities {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}

.marquee-fa-icons .logoentities i {
  color: rgba(20, 20, 20, 0.72);
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1;
}

.marquee-fa-icons .shadow-work-slider {
  z-index: 1;
  pointer-events: none;
  width: 10%;
  height: 100%;
  position: absolute;
  inset: 0 auto 0 0;
  background-image: linear-gradient(90deg, var(--_colors---background-color--off-white, #f5f5f0), transparent);
}

.marquee-fa-icons .shadow-work-slider.right {
  inset: 0 0 0 auto;
  background-image: linear-gradient(90deg, transparent, var(--_colors---background-color--off-white, #f5f5f0));
}

@keyframes vc-fa-icons-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-33.333%);
  }
}

/* Services — flechas hover azul/blanco */
.section.service .service-left-arrow:hover,
.section.service .service-right-arrow:hover {
  background-color: #0b1233 !important;
  color: #ffffff !important;
}

.section.service .service-left-arrow.is-disabled,
.section.service .service-right-arrow.is-disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}

.section.service .service-left-arrow.is-disabled:hover,
.section.service .service-right-arrow.is-disabled:hover {
  background-color: transparent !important;
  color: inherit !important;
}

/* Services — badges 01/02/03 azul/blanco */
.section.service .service-number-box {
  background-color: #0b1233 !important;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.section.service .service-number-box .serice-number {
  color: #ffffff !important;
}

/* Services — título en 2 renglones */
.section.service .service-header.service .heading-style-h2 {
  font-size: 3.35rem;
  line-height: 1.1;
  text-wrap: balance;
}

.section.service .service-header.service .heading-style-h2 .service-heading-mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .section.service .wrapper.services {
    display: grid;
    grid-template-columns: 1fr auto auto;
    grid-template-rows: auto auto auto;
    column-gap: 0.5rem;
    row-gap: 0.75rem;
    align-items: center;
    padding-bottom: 0;
  }

  .section.service .service-header.service {
    display: contents;
  }

  .section.service .service-header.service > div:first-child {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .section.service .service-header.service .heading-style-h2 {
    grid-column: 1;
    grid-row: 2;
    align-self: center;
    text-align: left;
    font-size: clamp(1.85rem, 6.8vw, 2.5rem);
    max-width: none;
    margin: 0;
    text-wrap: wrap;
  }

  .section.service .service-header.service .heading-style-h2 .service-heading-desktop {
    display: none;
  }

  .section.service .service-header.service .heading-style-h2 .service-heading-mobile {
    display: block;
    line-height: 1.1;
  }

  .section.service .service-slider {
    display: contents;
  }

  .section.service .service-mask {
    grid-column: 1 / -1;
    grid-row: 3;
    width: 100%;
    max-width: none;
    touch-action: pan-y pinch-zoom;
  }

  .section.service .service-left-arrow,
  .section.service .service-right-arrow {
    position: static !important;
    inset: auto !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    margin: 0;
    width: 2.75rem;
    height: 2.75rem;
    min-width: 2.75rem;
    min-height: 2.75rem;
    grid-row: 2;
    align-self: center;
  }

  .section.service .service-left-arrow {
    grid-column: 2;
  }

  .section.service .service-right-arrow {
    grid-column: 3;
  }

  .section.service .service-slide-nav {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .section.service .service-header.service .heading-style-h2 {
    font-size: clamp(1.75rem, 7.2vw, 2.1rem);
  }
}

/* Result — título principal en ~3 líneas */
.section.result .consultancy-title {
  font-size: clamp(1.5rem, 2.35vw, 2rem);
  line-height: 1.28;
  letter-spacing: -0.02em;
}

@media screen and (min-width: 992px) {
  .section.result .consultancy-title {
    font-size: 2rem;
    max-width: 50rem;
  }
}

@media screen and (max-width: 767px) {
  .section.result .consultancy-title {
    font-size: 1.5rem;
    line-height: 1.32;
  }
}

@media screen and (max-width: 991px) {
  .section.result .result-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
  }

  .section.result .consultancy-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: none;
  }

  .section.result .consultancy-left > div {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .section.result .consultancy-title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 34rem;
  }

  .section.result .consultancy-right {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}

/* Result cards — _01 azul/blanco */
.section.result .result-card._01 {
  background-color: #0b1233 !important;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.section.result .result-card._01 .empowering-counter-text,
.section.result .result-card._01 .improvement-text,
.section.result .result-card._01 .card-short-desc {
  color: #ffffff !important;
}

.section.result .result-card._01 .improvement-box {
  border-bottom-color: rgba(255, 255, 255, 0.35) !important;
}

/* Result cards — _03 blanco como _02 */
.section.result .result-card._03 {
  background-color: #ffffff !important;
}

.section.result .result-card._03 .empowering-counter-text,
.section.result .result-card._03 .improvement-text,
.section.result .result-card._03 .card-short-desc {
  color: var(--_colors---text-color--dark-color, #1a1a1a) !important;
}

.section.result .result-card._03 .improvement-box {
  border-bottom-color: var(--_colors---text-color--dark-color, #1a1a1a) !important;
}

/* Result cards — labels un poco más abajo */
.section.result .improvement-text {
  margin-top: 15px;
}

/* Result — espacio off-white debajo de las cards (antes de Growth) */
.section.result .wrapper.consultancy-wrapper {
  padding-bottom: 8rem !important;
}

/* Growth — menos espacio arriba, franja blanca abajo (antes del CTA) */
.section.growth-section .wrapper.chart-wrap {
  padding-top: 5rem !important;
  padding-bottom: 8rem !important;
}

.section.growth-section .chart-left .primary-button-texts {
  height: auto;
  overflow: visible;
  position: static;
}

.section.growth-section .chart-left .primary-button-text._02 {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .section.growth-section .chart-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    gap: 1rem;
  }

  .section.growth-section .chart-title-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
  }

  .section.growth-section .chart-left .service-header.case-studies {
    align-items: center;
    text-align: center;
    width: 100%;
  }

  .section.growth-section .chart-left .service-header.case-studies > div {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .section.growth-section .chart-left .heading-style-h2,
  .section.growth-section .chart-short-desc {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 34rem;
  }

  .section.growth-section .chart-left > div:last-child {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}

.section.growth-section .chart-box {
  border-radius: 1rem;
}

.section.growth-section .chart-right {
  background-image:
    radial-gradient(circle at 78% 32%, rgba(79, 124, 255, 0.72) 0%, rgba(79, 124, 255, 0.22) 38%, transparent 62%),
    radial-gradient(circle at 22% 72%, rgba(11, 18, 51, 0.55) 0%, rgba(11, 18, 51, 0.12) 42%, transparent 68%),
    radial-gradient(circle at 50% 100%, rgba(11, 18, 51, 0.35) 0%, transparent 55%),
    linear-gradient(155deg, #c8d4f5 0%, #dce6ff 48%, #b8c9f0 100%);
  background-color: #d0dcfa;
}

/* CTA — video + tint (mismo estilo que landing principal) */
.section.cta {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 42rem;
}

.section.cta .cta-video-bg {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.section.cta .cta-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.56;
  filter: saturate(0.92) contrast(1.02) brightness(0.76);
  transform: scale(1.03);
  will-change: transform;
}

.section.cta .cta-video-tint {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 52% 36%,
    rgba(44, 102, 230, 0.32) 0%,
    rgba(14, 33, 88, 0.54) 46%,
    rgba(11, 18, 51, 0.72) 100%
  );
  backdrop-filter: blur(2.2px);
  -webkit-backdrop-filter: blur(2.2px);
}

.section.cta .cta-video-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(190, 206, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(190, 206, 255, 0.12) 1px, transparent 1px);
  background-size: 64px 64px;
}

.section.cta .wrapper.cta-wrap {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
}

.section.cta .container {
  position: relative;
  z-index: 2;
}

.section.cta .cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
}

/* Footer — alineado con márgenes del resto de la página */
.section.footer .container.footer-container {
  max-width: var(--_sizes---container--max-width, 81rem);
}

.section.footer .wrapper.footer-wrap {
  width: 100%;
  align-items: stretch;
}

.section.footer .footer-top,
.section.footer .footer-bottom {
  width: 100%;
}

.section.footer .footer-top {
  align-items: stretch;
}

.section.footer .copyright-box {
  width: 100%;
}

/* Footer — logo, contacto y navegación */
.section.footer .footer-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}

.section.footer .footer-details {
  margin-top: auto;
  width: 100%;
}

.section.footer .footer-brand {
  display: inline-block;
  max-width: 20rem;
  text-decoration: none;
  flex-shrink: 0;
  margin-left: -5px;
}

@media screen and (min-width: 992px) {
  .section.footer .footer-left {
    padding-left: 5px;
  }
}

.section.footer .footer-header {
  flex-flow: row wrap;
  align-items: flex-start;
  gap: 2rem;
}

.section.footer .footer-contact-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 2rem 3rem;
  width: 100%;
}

.section.footer .location-box,
.section.footer .mail-box {
  flex: 0 0 auto;
}

.section.footer .email-link {
  transition: color 0.2s ease;
}

.section.footer .email-link:hover {
  color: #8fb4ff !important;
}

.section.footer .footer_logo {
  display: block;
  height: 4.7rem;
  max-height: 4.7rem;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.section.footer .page-name {
  transition: color 0.2s ease;
}

.section.footer .page-name:hover {
  color: #8fb4ff !important;
}

.section.footer .page-name.is-active,
.section.footer .page-name.w--current {
  color: #ffffff !important;
}

.section.footer .page-name.js-nav-noop,
.section.footer .page-name.page-name--disabled {
  color: rgba(242, 246, 255, 0.55) !important;
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}

.section.footer .page-name.js-nav-noop:hover,
.section.footer .page-name.page-name--disabled:hover {
  color: rgba(242, 246, 255, 0.55) !important;
}

.section.footer .media-box .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 1.1rem;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.section.footer .media-box .social-link:hover {
  background: rgba(143, 180, 255, 0.15);
  border-color: rgba(143, 180, 255, 0.45);
  color: #8fb4ff;
}

.section.footer .footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5rem;
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  justify-self: center;
}

.section.footer .footer-right-columns {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: center;
  gap: 3rem;
  width: 100%;
}

.section.footer .footer-right .footer-cta-block {
  align-self: flex-start;
  margin-top: 10px;
}

.section.footer .footer-nav-block,
.section.footer .footer-social-block,
.section.footer .footer-legal-block,
.section.footer .footer-cta-block {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}

.section.footer .footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

/* Footer CTAs — blancos, esquinas cuadradas, un poco más grandes */
.section.footer .footer-actions .primary-button.footer-cta-btn {
  background: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.85) !important;
  border-radius: var(--_sizes---border-radius--radius-xxsmall, 0.75rem);
  color: #0b1233 !important;
  font-family: var(--font-family--geist-mono, monospace);
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  padding: 0.75rem 1.25rem;
  text-transform: uppercase;
  width: auto;
  flex: 0 0 auto;
  transform: none !important;
  box-shadow: none;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.section.footer .footer-actions .primary-button.footer-cta-btn:hover {
  background: rgba(255, 255, 255, 0.92) !important;
  border-color: rgba(255, 255, 255, 0.95) !important;
  color: #0b1233 !important;
  box-shadow: none;
}

.section.footer .footer-mate {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.section.footer .footer-site-link,
.section.footer .webflow-link {
  color: #fff !important;
  transition: color 0.2s ease;
}

.section.footer .footer-site-link:hover,
.section.footer .webflow-link:hover {
  color: rgba(255, 255, 255, 0.85) !important;
}

.section.footer .footer-site-link.w--current {
  color: #fff !important;
}

@media screen and (max-width: 991px) {
  .section.footer .footer-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2rem;
  }

  .section.footer .footer-left {
    align-items: center;
    text-align: center;
    width: 100%;
    height: auto;
  }

  .section.footer .footer-brand {
    margin-left: 0;
    align-self: center;
  }

  .section.footer .footer-details {
    margin-top: 1rem;
  }

  .section.footer .footer-contact-row,
  .section.footer .footer-header {
    justify-content: center;
  }

  .section.footer .footer-right {
    align-items: center;
    width: 100%;
  }

  .section.footer .footer-right-columns {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
    gap: 0.75rem;
    width: 100%;
  }

  .section.footer .footer-nav-block,
  .section.footer .footer-social-block,
  .section.footer .footer-legal-block {
    align-items: center;
    text-align: center;
    flex: 1 1 0;
    min-width: 0;
    width: auto;
  }

  .section.footer .footer-cta-block {
    align-items: center;
    text-align: center;
    width: 100%;
  }

  .section.footer .footer-nav-block .page-title,
  .section.footer .footer-social-block .page-title,
  .section.footer .footer-legal-block .page-title {
    font-size: 0.6875rem;
    line-height: 1.3;
  }

  .section.footer .footer-nav-block .page-name,
  .section.footer .footer-social-block .page-name,
  .section.footer .footer-legal-block .page-name {
    font-size: 0.8125rem;
  }

  .section.footer .page-list {
    align-items: center;
  }

  .section.footer .footer-right .footer-cta-block {
    align-self: center;
    margin-top: 0;
  }

  .section.footer .footer-actions {
    justify-content: center;
    width: 100%;
  }

  .section.footer .footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
  }

  .section.footer .copyright-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    gap: 0.5rem;
  }

  .section.footer .copyright-text {
    text-align: center;
    width: 100%;
    font-size: 0.75rem;
    line-height: 1.35;
  }

  .section.footer .copyright-text + .copyright-text {
    font-size: 0.6875rem;
    line-height: 1.3;
  }
}
