/* Home — Gamasoft (paleta /docs/branding-gamasoft.txt) — refinamiento visual inspiración Stripe: hero con profundidad, ritmo y sombras discretas */

/* —— Hero premium —— */

.hero--premium .hero__bg-gradient {
  opacity: 1;
}

/* Capas decorativas detrás del contenido (z-index por debajo de .hero__inner); intensidad baja = mejor contraste */
.hero--premium .hero__bg-grid {
  z-index: 0;
  opacity: 0.45;
  background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  mask-image: radial-gradient(ellipse 90% 70% at 50% 20%, #000 22%, transparent 75%);
}

.hero--premium .hero__bg-grid--fine {
  opacity: 0.2;
  background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
}

.hero--premium .hero__bg-glow--blue {
  opacity: 0.22;
  background: #3b82f6;
}

.hero--premium .hero__bg-glow--muted {
  opacity: 0.12;
  background: #64748b;
}

.hero--premium .hero__bg-glow--iso {
  opacity: 0.26;
}

.hero--premium .hero__bg-vignette {
  opacity: 0;
}

.hero--premium .hero__bg-vignette--premium {
  opacity: 0;
}

.hero--premium .hero__bg-shine {
  opacity: 0.32;
}

.hero--premium .hero__bg-noise {
  opacity: 0;
}

.hero--premium .hero__eyeline {
  color: rgba(255, 255, 255, 0.88);
}

.hero.hero--premium .hero__title,
.hero--premium .hero__title {
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}

.hero--premium .hero__lead {
  color: rgba(255, 255, 255, 0.94);
}

.hero--premium .hero__lead strong {
  color: #fff;
}

.hero--premium .hero__cta-note {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.96875rem;
}

.hero--premium .btn--hero-primary {
  background: #fff;
  color: var(--color-primary);
  border-color: transparent;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08), 0 8px 28px -4px rgba(0, 0, 0, 0.18);
}

.hero--premium .btn--hero-primary:hover {
  background: #fafbfc;
  color: var(--color-primary-dark);
  box-shadow: 0 2px 4px rgba(15, 23, 42, 0.06), 0 12px 36px -6px rgba(0, 0, 0, 0.2);
  transform: translateY(-1px);
}

.hero--premium .btn--hero-secondary {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.26);
  color: #f8fafc;
  box-shadow: none;
}

.hero--premium .btn--hero-secondary:hover {
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 255, 255, 0.38);
  color: #fff;
  transform: translateY(-1px);
}

@media (prefers-reduced-motion: reduce) {
  .hero--premium .btn--hero-primary:hover,
  .hero--premium .btn--hero-secondary:hover {
    transform: none;
  }
}

/* —— Hero — impacto + isotipo como marca (no decorativo) —— */

.hero--impact {
  padding: clamp(4.25rem, 8.2vw, 5.8rem) 0 clamp(4rem, 8vw, 5.25rem);
}

.hero--corp .hero__inner {
  align-items: center;
  gap: clamp(2rem, 4vw, 3.25rem);
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.98fr);
}

.hero--impact .hero__content {
  max-width: 620px;
}

.hero__eyeline {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 1.35rem;
}

.hero--impact .hero__title {
  font-family: var(--font-display);
  font-size: clamp(2.7rem, 5.1vw, 4.05rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.08;
  max-width: 13.8ch;
  margin: 0 0 1.4rem;
}

.hero--impact:not(.hero--premium) .hero__title {
  color: var(--color-dark);
}

.hero--impact .hero__lead {
  font-family: var(--font-sans);
  font-size: clamp(1.03rem, 1.4vw, 1.16rem);
  font-weight: 400;
  line-height: 1.68;
  max-width: 45ch;
  margin: 0 0 1.75rem;
  letter-spacing: -0.015em;
}

.hero--impact:not(.hero--premium) .hero__lead {
  color: var(--color-muted);
}

.hero--impact:not(.hero--premium) .hero__lead strong {
  color: var(--color-dark);
  font-weight: 600;
}

.hero__brand-name {
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--color-dark);
}

.hero--impact .hero__actions {
  gap: 0.8rem;
  margin-bottom: 0.8rem;
}

.hero--impact .hero__cta-note {
  font-size: 0.9375rem;
  line-height: 1.62;
  margin-bottom: 0;
  letter-spacing: -0.01em;
}

.hero--impact .hero__content {
  animation: heroFadeUp 0.7s var(--ease-out) both;
}

.hero--impact .hero__visual {
  animation: heroVisualIn 0.85s var(--ease-out) 0.12s both;
}

@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroVisualIn {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.975);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Hero visual — producto (Stripe): isotipo + glow, sin manual de marca */
.hero__visual {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 380px;
  align-self: center;
}

.hero-visual {
  position: relative;
  width: 100%;
  max-width: 460px;
  margin-inline: auto;
  padding: 0.9rem;
}

.hero-platform {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.12) 0%, rgba(37, 99, 235, 0.14) 100%);
  box-shadow: 0 20px 46px -18px rgba(15, 23, 42, 0.34);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  overflow: hidden;
  animation: heroFloat 7.2s ease-in-out infinite;
}

.hero-platform__topbar {
  display: flex;
  align-items: center;
  gap: 0.38rem;
  padding: 0.68rem 0.8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(248, 250, 252, 0.08);
}

.hero-platform__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(226, 232, 240, 0.85);
}

.hero-platform__label {
  margin-left: 0.42rem;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 600;
}

.hero-platform__body {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.hero-platform__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  align-self: flex-start;
  padding: 0.4rem 0.58rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(15, 23, 42, 0.2);
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.84rem;
  font-weight: 600;
}

.hero-platform__iso {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.hero-platform__modules {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
}

.hero-platform__module {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  padding: 0.7rem;
  min-height: 94px;
  transition: transform 0.28s var(--ease-ui), border-color 0.28s var(--ease-ui), background 0.28s var(--ease-ui);
}

.hero-platform__module:nth-child(2),
.hero-platform__module:nth-child(4) {
  transform: translateY(4px);
}

.hero-platform__module h3 {
  margin: 0 0 0.28rem;
  font-size: 0.92rem;
  color: #fff;
  letter-spacing: -0.01em;
}

.hero-platform__module p {
  margin: 0;
  font-size: 0.79rem;
  line-height: 1.42;
  color: rgba(255, 255, 255, 0.84);
}

.hero-platform__module:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.12);
}

@keyframes heroFloat {
  0%,
  100% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(3px);
  }
}

/* Stripe-like solutions preview */
.stripe-solutions {
  padding: clamp(5.5rem, 10vw, 8rem) 0;
}

.stripe-solutions__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(2.25rem, 5vw, 4rem);
  align-items: center;
}

.stripe-solutions__copy {
  max-width: 520px;
}

.stripe-solutions__title {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 3.8vw, 3rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.stripe-solutions__lead {
  margin: 0 0 1.8rem;
  font-size: 1.0625rem;
  line-height: 1.72;
  color: var(--color-muted);
  max-width: 46ch;
}

.stripe-solutions__visual {
  display: flex;
  justify-content: center;
}

.stripe-solutions-card {
  width: min(100%, 520px);
  border-radius: 26px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.04), 0 12px 36px -12px rgba(15, 23, 42, 0.14);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  overflow: hidden;
  transform: translateY(-10px);
  animation: floatingCard 6.2s ease-in-out infinite;
  transition: transform 0.35s var(--ease-ui), box-shadow 0.35s var(--ease-ui), border-color 0.35s var(--ease-ui);
}

.stripe-solutions-card:hover {
  transform: translateY(-15px);
  border-color: rgba(37, 99, 235, 0.16);
  box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.08), 0 20px 46px -14px rgba(37, 99, 235, 0.18);
}

@keyframes floatingCard {
  0%,
  100% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(-5px);
  }
}

.stripe-solutions-card__chrome {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.9rem 1.1rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  background: rgba(248, 250, 252, 0.9);
}

.stripe-solutions-card__chrome span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cbd5e1;
}

.stripe-solutions-card__body {
  padding: 1.3rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.stripe-module {
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.07);
  padding: 1rem 0.95rem;
  transition: transform 0.42s var(--ease-ui), border-color 0.42s var(--ease-ui), box-shadow 0.42s var(--ease-ui),
    opacity 0.42s var(--ease-ui);
  will-change: transform, box-shadow;
  animation: stripeModuleFloat 6.5s ease-in-out infinite;
}

.stripe-module:nth-child(2) {
  animation-delay: 0.25s;
}

.stripe-module:nth-child(3) {
  animation-delay: 0.5s;
}

.stripe-module:nth-child(4) {
  animation-delay: 0.75s;
}

.stripe-module.is-active {
  transform: translateY(-7px) scale(1.015);
  border-color: rgba(37, 99, 235, 0.25);
  box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.08), 0 14px 30px rgba(37, 99, 235, 0.16);
}

.stripe-module:hover {
  transform: translateY(-8px);
  border-color: rgba(37, 99, 235, 0.2);
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.12);
}

@keyframes stripeModuleFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2px);
  }
}

.stripe-module h3 {
  margin: 0 0 0.3rem;
  font-size: 0.96875rem;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.stripe-module p {
  margin: 0;
  font-size: 0.8125rem;
  color: var(--color-muted);
  line-height: 1.55;
}

@media (max-width: 1023px) {
  .hero--impact .hero__inner {
    grid-template-columns: 1fr;
  }

  .hero__visual {
    min-height: auto;
    padding-top: 0.5rem;
  }

  .hero-visual {
    max-width: 480px;
    padding: 0.4rem 0;
  }

  .hero-platform__module:nth-child(2),
  .hero-platform__module:nth-child(4) {
    transform: none;
  }
}

@media (max-width: 767px) {
  .hero--impact {
    padding: 2.75rem 0 3.25rem;
  }

  .hero--impact .hero__title {
    max-width: none;
  }

  .hero-platform__modules {
    grid-template-columns: 1fr;
  }

  .stripe-solutions-card__body {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1023px) {
  .stripe-solutions__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .stripe-solutions__copy {
    max-width: none;
  }
}

/* —— Secciones títulos —— */

.home-section-title {
  font-size: clamp(1.95rem, 3.35vw, 2.75rem);
  font-weight: 600;
  margin: 0 0 1.2rem;
  letter-spacing: -0.032em;
  line-height: 1.14;
}

.home-section-title--center {
  text-align: center;
}

.home-offer__head .home-section-title--center::after,
.solutions-showcase__head .home-section-title--center::after,
.home-trust__head .home-section-title--center::after,
.home-diff__head .home-section-title--center::after {
  content: "";
  display: block;
  width: min(56px, 14vw);
  height: 1px;
  margin: 1.2rem auto 0;
  border-radius: 2px;
  background: linear-gradient(90deg, transparent, rgba(37, 99, 235, 0.45), transparent);
}

.home-section-title--statement {
  font-size: clamp(2.05rem, 3.5vw, 2.85rem);
  letter-spacing: -0.034em;
  line-height: 1.12;
}

/* —— Empresa —— */

.home-empresa {
  padding: clamp(5.5rem, 10vw, 8.75rem) 0;
}

.home-empresa__intro--authority {
  position: relative;
  padding-left: 1.35rem;
}

.home-empresa__intro--authority::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
  bottom: 0.2rem;
  width: 3px;
  border-radius: 4px;
  background: linear-gradient(180deg, var(--color-primary) 0%, rgba(37, 99, 235, 0.25) 100%);
  opacity: 0.9;
}

.home-empresa__intro--authority .home-empresa__lead--hero {
  font-size: 1.15625rem;
  color: var(--color-muted);
  line-height: 1.78;
  max-width: 52ch;
}

.home-empresa__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 3.5rem;
  align-items: start;
}

@media (max-width: 899px) {
  .home-empresa__grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

.home-empresa__lead {
  font-size: 1.09375rem;
  color: var(--color-muted);
  line-height: 1.72;
  margin: 0 0 1rem;
  max-width: 52ch;
}

.home-empresa__lead--tight {
  margin-bottom: 0;
}

.home-pillar-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.home-pillar {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(226, 232, 240, 0.95);
  padding: 1.5rem 1.5rem;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-card);
  transition: border-color 0.3s var(--ease-ui), box-shadow 0.3s var(--ease-ui), transform 0.3s var(--ease-ui);
}

.home-pillar:hover {
  border-color: rgba(37, 99, 235, 0.18);
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-2px);
}

.home-pillar__n {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--color-primary);
  letter-spacing: 0.06em;
  margin-bottom: 0.35rem;
}

.home-pillar__title {
  font-size: 1.0625rem;
  margin: 0 0 0.35rem;
}

.home-pillar__text {
  margin: 0;
  font-size: 0.9375rem;
  color: var(--color-muted);
  line-height: 1.55;
}

/* —— Confianza / métricas —— */

.home-trust__head {
  text-align: center;
  margin-bottom: 3.5rem;
  max-width: 760px;
  margin-inline: auto;
}

.home-trust--visual {
  position: relative;
}

.home-trust--visual::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 80% 50% at 50% 0%, rgba(37, 99, 235, 0.06) 0%, transparent 55%);
  opacity: 0.9;
}

.home-trust--visual .home-trust__inner {
  position: relative;
  z-index: 1;
}

.home-trust__lead {
  margin-top: 0.5rem;
}

.home-trust__metrics {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.home-trust__metric {
  border-radius: 18px;
  border: 1px solid rgba(226, 232, 240, 0.95);
  background: #ffffff;
  box-shadow: var(--shadow-card);
  padding: 2rem 1.65rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  transition: border-color 0.3s var(--ease-ui), box-shadow 0.3s var(--ease-ui), transform 0.3s var(--ease-ui);
}

.home-trust__metric:hover {
  border-color: rgba(37, 99, 235, 0.18);
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-3px);
}

.home-trust__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  color: var(--color-primary);
  background: rgba(37, 99, 235, 0.08);
  border: 1px solid rgba(37, 99, 235, 0.12);
}

.home-trust__statement {
  font-family: var(--font-display);
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--color-dark);
  line-height: 1.38;
  max-width: 32ch;
}

.home-trust__hint {
  font-size: 0.875rem;
  color: var(--color-muted);
  line-height: 1.55;
  max-width: 34ch;
}

@media (max-width: 899px) {
  .home-trust__metrics {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-inline: auto;
  }
}

/* —— Productos y soluciones (oferta comercial) —— */

.home-offer__head {
  text-align: center;
  margin-bottom: 2.75rem;
  max-width: 720px;
  margin-inline: auto;
}

.home-offer__lead {
  margin-top: 0.5rem;
}

.home-offer__featured {
  margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

.home-offer-nexa {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.02fr);
  gap: clamp(1.25rem, 2.2vw, 2rem);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(37, 99, 235, 0.34);
  background:
    radial-gradient(circle at 18% 18%, rgba(37, 99, 235, 0.28), transparent 44%),
    radial-gradient(circle at 88% 85%, rgba(249, 115, 22, 0.24), transparent 50%),
    linear-gradient(138deg, #0f172a 0%, #2563eb 100%);
  box-shadow: 0 28px 56px -24px rgba(15, 23, 42, 0.62), 0 0 0 1px rgba(37, 99, 235, 0.2) inset;
  transition: all 0.3s ease;
}

.home-offer-nexa:hover {
  box-shadow: 0 34px 70px -24px rgba(37, 99, 235, 0.5), 0 0 0 1px rgba(248, 250, 252, 0.2) inset;
  transform: translateY(-2px);
}

.home-offer-nexa::before {
  content: "";
  position: absolute;
  left: -12%;
  top: -42%;
  width: 52%;
  height: 140%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.4), transparent 68%);
  filter: blur(32px);
  pointer-events: none;
}

.home-offer-nexa__visual {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1.25rem, 3vw, 2rem) clamp(1rem, 2.5vw, 2rem);
}

.home-offer-nexa__body {
  position: relative;
  z-index: 1;
  padding: clamp(1.75rem, 4vw, 3rem) clamp(1.4rem, 4vw, 3rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.85rem;
}

.home-offer-nexa__eyebrow {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: #f8fafc;
  border: 1px solid rgba(248, 250, 252, 0.28);
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.34), rgba(37, 99, 235, 0.16));
  border-radius: 999px;
  padding: 0.32rem 0.62rem;
}

.home-offer-nexa__title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.8vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  margin: 0;
  color: #f8fafc;
  background: linear-gradient(90deg, #f8fafc 0%, #f8fafc 65%, #f97316 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 30px rgba(37, 99, 235, 0.46);
}

.home-offer-nexa__subtitle {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.08rem, 1.9vw, 1.38rem);
  color: #f8fafc;
  letter-spacing: -0.02em;
  max-width: 30ch;
}

.home-offer-nexa__text {
  margin: 0;
  font-size: 0.96rem;
  color: rgba(248, 250, 252, 0.86);
  line-height: 1.7;
  max-width: 44ch;
}

.home-offer-nexa__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 0.35rem;
}

.home-offer-nexa__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.72rem 1.15rem;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  transition: all 0.3s ease;
}

.home-offer-nexa__btn--primary {
  color: #f8fafc;
  background: linear-gradient(180deg, #2563eb 0%, #2563eb 100%);
  border-color: rgba(248, 250, 252, 0.32);
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.42);
}

.home-offer-nexa__btn--primary:hover {
  background: linear-gradient(180deg, #f97316 0%, #f97316 100%);
  box-shadow: 0 16px 30px rgba(37, 99, 235, 0.5);
  transform: translateY(-1px);
}

.nexa-surface {
  width: min(100%, 520px);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(37, 99, 235, 0.34);
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.92) 0%, rgba(15, 23, 42, 0.98) 100%);
  box-shadow: 0 20px 44px -18px rgba(15, 23, 42, 0.62), 0 0 0 1px rgba(37, 99, 235, 0.24) inset;
}

.nexa-surface__chrome {
  display: flex;
  align-items: center;
  gap: 0.42rem;
  padding: 0.72rem 0.9rem;
  border-bottom: 1px solid rgba(100, 116, 139, 0.24);
  background: rgba(15, 23, 42, 0.8);
}

.nexa-surface__chrome span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(100, 116, 139, 0.85);
}

.nexa-surface__chrome p {
  margin: 0 0 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(248, 250, 252, 0.84);
}

.nexa-surface__body {
  padding: 0.95rem;
  display: grid;
  gap: 0.82rem;
}

.nexa-surface__flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.45rem;
}

.nexa-surface__flow span {
  text-align: center;
  font-size: 0.64rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #f8fafc;
  border-radius: 999px;
  border: 1px solid rgba(37, 99, 235, 0.55);
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.42), rgba(37, 99, 235, 0.16));
  padding: 0.35rem 0.45rem;
}

.nexa-surface__kpis {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.nexa-surface__kpi {
  border-radius: 10px;
  border: 1px solid rgba(37, 99, 235, 0.55);
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.34), rgba(37, 99, 235, 0.14));
  padding: 0.65rem 0.6rem;
}

.nexa-surface__kpi p {
  margin: 0;
  font-size: 0.66rem;
  color: rgba(248, 250, 252, 0.82);
}

.nexa-surface__kpi strong {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.96rem;
  letter-spacing: -0.02em;
  color: #f8fafc;
}

.nexa-surface__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 0.6rem;
}

.nexa-surface__panel {
  border-radius: 12px;
  border: 1px solid rgba(100, 116, 139, 0.38);
  background: rgba(15, 23, 42, 0.56);
  min-height: 124px;
}

.nexa-surface__panel--chart {
  padding: 0.8rem 0.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.42rem;
}

.nexa-surface__panel-title {
  width: 100%;
  margin: 0 0 0.2rem;
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(248, 250, 252, 0.92);
}

.nexa-surface__panel--chart span {
  flex: 1;
  min-height: 26px;
  border-radius: 7px 7px 4px 4px;
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.92), rgba(37, 99, 235, 0.34));
}

.nexa-surface__panel--chart span:nth-child(1) { height: 42%; }
.nexa-surface__panel--chart span:nth-child(2) { height: 68%; }
.nexa-surface__panel--chart span:nth-child(3) { height: 55%; }
.nexa-surface__panel--chart span:nth-child(4) { height: 78%; }

.nexa-surface__panel--list {
  padding: 0.85rem 0.72rem;
  display: flex;
  flex-direction: column;
  gap: 0.42rem;
}

.nexa-surface__line {
  width: auto;
  height: auto;
  margin: 0;
  font-size: 0.71rem;
  line-height: 1.35;
  color: rgba(248, 250, 252, 0.84);
}

.nexa-surface__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  border-radius: 10px;
  border: 1px solid rgba(100, 116, 139, 0.32);
  background: rgba(15, 23, 42, 0.46);
  padding: 0.6rem 0.7rem;
  font-size: 0.74rem;
  color: rgba(248, 250, 252, 0.86);
}

.nexa-surface__status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.3rem 0.55rem;
  font-weight: 700;
  color: #f8fafc;
  background: rgba(249, 115, 22, 0.3);
  border: 1px solid rgba(249, 115, 22, 0.5);
}

@media (max-width: 899px) {
  .home-offer-nexa {
    grid-template-columns: 1fr;
  }

  .home-offer-nexa__body {
    order: 1;
  }

  .home-offer-nexa__visual {
    order: 2;
    padding-top: 0;
  }

  .nexa-surface {
    width: 100%;
  }
}

@media (max-width: 599px) {
  .nexa-surface__flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nexa-surface__kpis {
    grid-template-columns: 1fr;
  }

  .nexa-surface__grid {
    grid-template-columns: 1fr;
  }

  .home-offer-nexa__actions {
    width: 100%;
  }

  .home-offer-nexa__btn {
    flex: 1 1 100%;
  }
}

/* —— Servicios pro —— */

.home-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.section--pro {
  padding-top: clamp(6rem, 11vw, 8.75rem);
  padding-bottom: clamp(6rem, 11vw, 8.75rem);
}

.home-service-grid--pro {
  gap: 1.75rem;
}

.home-service-grid--offer {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (min-width: 1024px) {
  .home-service-grid--offer {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .home-service-grid--offer .home-service-card--pro:nth-child(-n + 3) {
    grid-column: span 2;
  }

  .home-service-grid--offer .home-service-card--pro:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .home-service-grid--offer .home-service-card--pro:nth-child(5) {
    grid-column: 4 / span 2;
  }
}

.home-service-card--pro {
  padding: 2.15rem 1.85rem;
  border-radius: 18px;
  border: 1px solid rgba(226, 232, 240, 0.95);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow-card);
  transition: border-color 0.3s var(--ease-ui), box-shadow 0.3s var(--ease-ui), transform 0.3s var(--ease-ui);
}

.home-service-card--pro:hover {
  border-color: rgba(37, 99, 235, 0.2);
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-3px);
}

.home-service-card--pro .home-service-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  margin-bottom: 1.25rem;
  color: var(--color-primary);
  background: rgba(37, 99, 235, 0.07);
  border: 1px solid rgba(37, 99, 235, 0.12);
  transition: background 0.3s var(--ease-ui), border-color 0.3s var(--ease-ui), color 0.3s var(--ease-ui), transform 0.3s var(--ease-ui);
}

.home-service-card--pro:hover .home-service-card__icon {
  background: rgba(37, 99, 235, 0.12);
  border-color: rgba(37, 99, 235, 0.2);
  color: var(--color-primary-dark);
  transform: scale(1.04);
}

.home-service-card--pro .home-service-card__title {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 1rem;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.home-service-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.home-service-card__list li {
  position: relative;
  padding-left: 1rem;
  font-size: 0.90625rem;
  color: var(--color-muted);
  line-height: 1.55;
}

.home-service-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--color-primary);
  opacity: 0.85;
}

@media (max-width: 1023px) {
  .home-service-grid--pro {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-service-grid--offer .home-service-card--pro {
    grid-column: auto;
  }
}

@media (max-width: 599px) {
  .home-service-grid--pro {
    grid-template-columns: 1fr;
  }
}

/* —— Diferenciadores —— */

.home-diff__head {
  text-align: center;
  margin-bottom: 3.75rem;
}

.home-diff__lead {
  margin-top: 0.5rem;
}

.home-diff-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.75rem;
}

@media (max-width: 899px) {
  .home-diff-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 599px) {
  .home-diff-grid {
    grid-template-columns: 1fr;
  }
}

.home-diff-card {
  border-radius: 18px;
  border: 1px solid rgba(226, 232, 240, 0.95);
  padding: 2.1rem 1.85rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-card);
  transition: border-color 0.3s var(--ease-ui), box-shadow 0.3s var(--ease-ui), transform 0.3s var(--ease-ui);
}

.home-diff-card:hover {
  border-color: rgba(37, 99, 235, 0.14);
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-3px);
}

.home-diff-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  color: var(--color-primary);
  background: rgba(37, 99, 235, 0.08);
  border: 1px solid rgba(37, 99, 235, 0.12);
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s var(--ease-out, cubic-bezier(0.22, 1, 0.36, 1));
}

.home-diff-card:hover .home-diff-card__icon {
  background: rgba(37, 99, 235, 0.11);
  border-color: rgba(37, 99, 235, 0.2);
  transform: scale(1.04);
}

.home-diff-card__icon svg {
  flex-shrink: 0;
}

.home-diff-card--wide {
  grid-column: 1 / -1;
  border-color: rgba(37, 99, 235, 0.16);
  box-shadow: var(--shadow-card);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.95) 100%);
}

.home-diff-card__title {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 0.65rem;
  line-height: 1.3;
}

.home-diff-card__text {
  margin: 0;
  font-size: 0.9375rem;
  color: var(--color-muted);
  line-height: 1.6;
}

/* —— CTA —— */

.cta-band--corp {
  padding: clamp(5.5rem, 11vw, 7.5rem) 0;
}

.cta-band__logo-img {
  height: 56px;
  width: auto;
  margin-inline: auto;
  filter: drop-shadow(0 4px 24px rgba(0, 0, 0, 0.15));
}

/* —— Franja de clientes (logos PNG, estilo Stripe) —— */

.clients {
  padding: clamp(3rem, 6vw, 4.25rem) 0;
  text-align: center;
  background: #ffffff;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.clients .container {
  overflow: hidden;
}

.clients__title {
  font-family: var(--font-display);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-muted);
  margin: 0 0 clamp(1.75rem, 4vw, 2.5rem);
}

.clients__viewport {
  width: 100%;
  overflow: hidden;
  max-width: 100%;
}

.clients__logos {
  list-style: none;
  margin: 0;
  padding: 0 clamp(0.5rem, 1.6vw, 1rem);
  width: max-content;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: clamp(2.5rem, 5vw, 4rem);
  will-change: transform;
}

.clients__logos li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.clients__logos img {
  max-height: 40px;
  width: auto;
  max-width: min(200px, 42vw);
  height: auto;
  object-fit: contain;
  opacity: 0.68;
  filter: grayscale(100%);
  transition: opacity 0.3s var(--ease-ui), filter 0.3s var(--ease-ui), transform 0.3s var(--ease-ui);
}

.clients__logos img:hover {
  opacity: 1;
  filter: grayscale(0%);
  transform: translateY(-2px);
}

.clients__logos.is-animated {
  animation: clientsMarquee 42s linear infinite;
}

.clients__logos.is-animated:hover {
  animation-play-state: paused;
}

@keyframes clientsMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.clients__placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  min-height: 42px;
  padding: 0.45rem 0.9rem;
  border-radius: 10px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #f8fafc;
  color: #94a3b8;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 0.28s var(--ease-ui), border-color 0.28s var(--ease-ui), transform 0.28s var(--ease-ui);
}

.clients__placeholder:hover {
  color: #64748b;
  border-color: rgba(37, 99, 235, 0.2);
  transform: translateY(-2px);
}

/* —— Soluciones destacadas (showcase premium tipo Stripe) —— */

.solutions-showcase__head {
  text-align: center;
  margin-bottom: clamp(2.75rem, 6vw, 4.25rem);
  max-width: 720px;
  margin-inline: auto;
}

.solutions-showcase__lead {
  margin-top: 0.5rem;
}

.showcase-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.35rem, 3.2vw, 2rem);
}

@media (min-width: 900px) {
  .showcase-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.showcase-card {
  position: relative;
  border-radius: 20px;
  border: 1px solid rgba(15, 23, 42, 0.055);
  background: var(--color-white);
  box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.04), 0 2px 6px rgba(15, 23, 42, 0.03), 0 20px 48px -16px rgba(15, 23, 42, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color 0.3s var(--ease-ui), box-shadow 0.3s var(--ease-ui), transform 0.3s var(--ease-ui);
}

.showcase-card:hover {
  border-color: rgba(37, 99, 235, 0.12);
  box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.07), 0 8px 24px -8px rgba(15, 23, 42, 0.06), 0 28px 56px -18px rgba(37, 99, 235, 0.12);
  transform: translateY(-3px);
}

.showcase-card__visual {
  position: relative;
  flex: 0 0 auto;
}

.showcase-card__window {
  position: relative;
  min-height: clamp(210px, 24vw, 260px);
  background: linear-gradient(168deg, #f8fafc 0%, #e8edf4 100%);
}

.showcase-card__window--dark {
  background: linear-gradient(158deg, #1e293b 0%, #0f172a 100%);
}

.showcase-card__chrome {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0.7rem 1.1rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.showcase-card__chrome--dark {
  border-bottom-color: rgba(255, 255, 255, 0.08);
  background: rgba(15, 23, 42, 0.4);
}

.showcase-card__chrome span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cbd5e1;
}

.showcase-card__chrome span:nth-child(1) {
  background: #fca5a5;
}

.showcase-card__chrome span:nth-child(2) {
  background: #fcd34d;
}

.showcase-card__chrome span:nth-child(3) {
  background: #86efac;
}

.showcase-card__chrome--dark span:nth-child(1),
.showcase-card__chrome--dark span:nth-child(2),
.showcase-card__chrome--dark span:nth-child(3) {
  background: rgba(148, 163, 184, 0.38);
}

.showcase-card__canvas {
  position: relative;
  min-height: clamp(168px, 18vw, 210px);
  padding: 1.5rem 1.35rem 1.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.showcase-card__canvas--android {
  background: radial-gradient(ellipse 95% 85% at 50% 100%, rgba(37, 99, 235, 0.14) 0%, transparent 58%),
    linear-gradient(185deg, rgba(255, 255, 255, 0.95) 0%, #e2e8f0 100%);
}

.showcase-card__phone {
  width: 96px;
  height: 162px;
  border-radius: 20px;
  background: linear-gradient(165deg, #1e293b 0%, #334155 100%);
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.showcase-card__pulse {
  position: absolute;
  right: 16%;
  bottom: 20%;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--color-primary);
  box-shadow: 0 0 0 7px rgba(37, 99, 235, 0.22);
  animation: showcase-pulse 2.5s ease-in-out infinite;
}

@keyframes showcase-pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.12);
    opacity: 0.88;
  }
}

.showcase-card__canvas--dash {
  flex-direction: column;
  gap: 1rem;
  padding-top: 1.25rem;
  background: radial-gradient(circle at 85% 12%, rgba(37, 99, 235, 0.12) 0%, transparent 42%),
    linear-gradient(180deg, #fafbfc 0%, #f1f5f9 100%);
}

.showcase-card__kpi-row {
  display: flex;
  gap: 10px;
  width: min(240px, 88%);
  justify-content: space-between;
}

.showcase-card__kpi {
  flex: 1;
  height: 36px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}

.showcase-card__kpi--accent {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.12) 0%, rgba(37, 99, 235, 0.04) 100%);
  border-color: rgba(37, 99, 235, 0.15);
}

.showcase-card__bars {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 11px;
  height: 108px;
  width: 100%;
}

.showcase-card__bars span {
  width: 30px;
  border-radius: 8px 8px 3px 3px;
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.88) 0%, rgba(37, 99, 235, 0.42) 100%);
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.18);
}

.showcase-card__bars span:nth-child(1) {
  height: 40%;
}

.showcase-card__bars span:nth-child(2) {
  height: 76%;
}

.showcase-card__bars span:nth-child(3) {
  height: 54%;
}

.showcase-card__spark {
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 22%;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, transparent, rgba(37, 99, 235, 0.45), transparent);
  opacity: 0.85;
}

.showcase-card__canvas--platform {
  background: linear-gradient(140deg, #f8fafc 0%, #e2e8f0 55%, #f8fafc 100%);
}

.showcase-card__blocks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 11px;
  width: min(220px, 78%);
}

.showcase-card__blocks span {
  aspect-ratio: 1;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 23, 42, 0.05);
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
}

.showcase-card__blocks span:nth-child(1) {
  grid-column: span 2;
  aspect-ratio: 2.15 / 1;
  background: linear-gradient(130deg, rgba(37, 99, 235, 0.14) 0%, rgba(37, 99, 235, 0.05) 100%);
  border-color: rgba(37, 99, 235, 0.1);
}

.showcase-card__body {
  padding: 1.65rem 1.65rem 1.85rem;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, #ffffff 100%);
}

.showcase-card__tag {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-primary);
  margin: 0 0 0.85rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.07);
  border: 1px solid rgba(37, 99, 235, 0.1);
}

.showcase-card__tag .showcase-card__brand {
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--color-dark);
}

.showcase-card__title {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.2vw, 1.375rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  margin: 0 0 0.45rem;
  line-height: 1.2;
  color: var(--color-dark);
}

.showcase-card__desc {
  margin: 0 0 1rem;
  font-size: 0.90625rem;
  line-height: 1.5;
  color: var(--color-muted);
}

.showcase-card__desc .showcase-card__brand {
  font-weight: 700;
  color: var(--color-dark);
}

.showcase-card__bullets {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  width: 100%;
}

.showcase-card__bullets li {
  position: relative;
  padding-left: 1.05rem;
  font-size: 0.84375rem;
  color: var(--color-muted);
  line-height: 1.45;
}

.showcase-card__bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.52em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--color-primary);
  opacity: 0.88;
}

.showcase-card__link {
  font-family: var(--font-display);
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--color-primary);
  text-decoration: none;
  letter-spacing: -0.015em;
  margin-top: auto;
  transition: color 0.2s ease;
}

.showcase-card__link:hover {
  color: var(--color-primary-dark);
}

@media (prefers-reduced-motion: reduce) {
  .hero--impact .hero__content,
  .hero--impact .hero__visual {
    animation: none;
  }

  .stripe-solutions-card {
    animation: none;
    transform: none;
  }

  .stripe-solutions-card:hover,
  .stripe-module:hover,
  .stripe-module.is-active {
    transform: none;
  }

  .stripe-module {
    animation: none;
  }

  .showcase-card__pulse {
    animation: none;
  }

  .showcase-card:hover {
    transform: none;
  }

  .clients__logos img:hover {
    transform: none;
  }

  .clients__logos.is-animated {
    animation: none;
  }

  .clients__placeholder:hover {
    transform: none;
  }

  .home-pillar:hover,
  .home-trust__metric:hover,
  .home-service-card--pro:hover,
  .home-diff-card:hover,
  .home-offer-nexa:hover {
    transform: none;
  }

  .home-service-card--pro:hover .home-service-card__icon,
  .home-diff-card:hover .home-diff-card__icon {
    transform: none;
  }
}
