/* Atrape Soft — Landing overrides */

:root {
  --as-primary: #2500F9;
  --as-primary-light: #5c3dff;
  --as-dark: #1F1534;
  --as-whatsapp: #25D366;
  --as-section-py: 5rem;
  --as-accent-warm: #FF6B35;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  max-width: 100%;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.bg-holder {
  position: absolute;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  z-index: 0;
  background-repeat: no-repeat;
}

.main {
  overflow-x: hidden;
  max-width: 100%;
}

/* Scroll reveal */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1), transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal--visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-scale {
  opacity: 0;
  transform: translateY(24px) scale(0.96);
  transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1), transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-scale.reveal--visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.reveal-stagger > * {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-stagger.reveal-stagger--visible > * {
  opacity: 1;
  transform: translateY(0);
}

.reveal-stagger.reveal-stagger--visible > *:nth-child(1) { transition-delay: 0ms; }
.reveal-stagger.reveal-stagger--visible > *:nth-child(2) { transition-delay: 70ms; }
.reveal-stagger.reveal-stagger--visible > *:nth-child(3) { transition-delay: 140ms; }
.reveal-stagger.reveal-stagger--visible > *:nth-child(4) { transition-delay: 210ms; }
.reveal-stagger.reveal-stagger--visible > *:nth-child(5) { transition-delay: 280ms; }
.reveal-stagger.reveal-stagger--visible > *:nth-child(6) { transition-delay: 350ms; }
.reveal-stagger.reveal-stagger--visible > *:nth-child(7) { transition-delay: 420ms; }
.reveal-stagger.reveal-stagger--visible > *:nth-child(8) { transition-delay: 490ms; }

.hero-content-col.reveal {
  transition-duration: 0.85s;
}

.hero-mockup-col.reveal {
  transition-delay: 0.12s;
  transition-duration: 0.85s;
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal-stagger > * {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .reveal-scale {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .hero-mockup,
  .hero-mockup-glow,
  .hero-badge-dot,
  .cta-banner,
  .cta-banner::after,
  .text-accent,
  .whatsapp-float-pulse {
    animation: none !important;
  }
}

/* Navbar */
.navbar-landing {
  padding: 0.75rem 0;
  transition: padding 0.35s ease;
  z-index: 1030;
}

.navbar-landing--scrolled {
  padding: 0.5rem 0;
}

.navbar-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 0.65rem 1rem;
  border-radius: 16px;
  transition: background 0.35s, box-shadow 0.35s, backdrop-filter 0.35s, border-color 0.35s, padding 0.35s;
}

.navbar-landing .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
}

@media (min-width: 992px) {
  .navbar-landing .navbar-collapse {
    flex-basis: auto;
    display: flex !important;
    align-items: center;
  }
}

.navbar-landing--scrolled .navbar-inner {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(31, 21, 52, 0.06);
  box-shadow: 0 8px 32px rgba(31, 21, 52, 0.08);
  padding: 0.5rem 1rem;
}

.navbar-brand {
  padding: 0;
  margin-right: 1rem;
}

.navbar-brand img {
  max-height: 44px;
  width: auto;
  transition: max-height 0.3s;
}

.navbar-landing--scrolled .navbar-brand img {
  max-height: 40px;
}

.navbar-nav-main {
  gap: 0.15rem;
}

@media (min-width: 992px) {
  .navbar-nav-main {
    background: rgba(31, 21, 52, 0.04);
    border-radius: 999px;
    padding: 0.25rem;
  }
}

.navbar-landing .nav-link {
  position: relative;
  color: var(--as-dark) !important;
  font-weight: 500;
  font-size: 0.9rem;
  padding: 0.5rem 1rem !important;
  border-radius: 999px;
  transition: color 0.2s, background 0.2s;
}

.navbar-landing .nav-link::after {
  display: none;
}

.navbar-landing .nav-link:hover {
  color: var(--as-primary) !important;
  background: rgba(37, 0, 249, 0.06);
}

.navbar-landing .nav-link.active {
  color: #fff !important;
  background: linear-gradient(135deg, var(--as-primary), var(--as-primary-light));
  box-shadow: 0 4px 12px rgba(37, 0, 249, 0.25);
}

/* Nav — menú Servicios */
.nav-services {
  position: relative;
}

.services-nav-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border: none;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
}

.services-nav-toggle::after {
  display: inline-block;
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  margin-left: 0.1rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.2s ease;
}

.services-nav-toggle.show::after {
  transform: rotate(-135deg) translateY(1px);
}

.navbar-landing .services-dropdown {
  display: none;
  min-width: min(100%, 22rem);
  padding: 0.5rem;
  margin: 0;
  list-style: none;
  border: 1px solid rgba(37, 0, 249, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 18px 48px rgba(31, 21, 52, 0.12);
}

.navbar-landing .services-dropdown.show {
  display: block;
}

.services-dropdown__item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.75rem 0.85rem;
  border-radius: 12px;
  text-decoration: none;
  color: var(--as-dark);
  transition: background 0.2s ease, transform 0.2s ease;
}

.services-dropdown__item:hover,
.services-dropdown__item:focus {
  background: rgba(37, 0, 249, 0.06);
  color: var(--as-dark);
  transform: translateX(2px);
}

.services-dropdown__icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.services-dropdown__icon .icon-svg {
  width: 20px;
  height: 20px;
}

.services-dropdown__icon--1 { background: rgba(37, 176, 245, 0.12); color: #38B0F5; }
.services-dropdown__icon--2 { background: rgba(37, 0, 249, 0.1); color: var(--as-primary); }
.services-dropdown__icon--3 { background: rgba(64, 151, 95, 0.12); color: #40975F; }
.services-dropdown__icon--4 { background: rgba(252, 174, 97, 0.15); color: #E8953A; }
.services-dropdown__icon--5 { background: rgba(245, 87, 103, 0.12); color: #F55767; }

.services-dropdown__text {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
}

.services-dropdown__text strong {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.3;
}

.services-dropdown__text small {
  font-size: 0.75rem;
  color: #7D7987;
  line-height: 1.35;
}

.services-dropdown__all {
  border-top: 1px solid rgba(31, 21, 52, 0.08);
  margin-top: 0.25rem;
  padding-top: 0.25rem;
}

.services-dropdown__all-link {
  display: block;
  padding: 0.65rem 1rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--as-primary);
  text-align: center;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.services-dropdown__all-link:hover {
  background: rgba(37, 0, 249, 0.05);
  color: var(--as-primary-light);
}

@media (min-width: 992px) {
  .navbar-landing .nav-services .services-dropdown {
    position: absolute;
    top: calc(100% + 0.45rem);
    left: 50%;
    transform: translateX(-50%);
    min-width: 21rem;
  }
}

@media (max-width: 991.98px) {
  .nav-services {
    width: 100%;
  }

  .services-nav-toggle {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .navbar-landing .services-dropdown {
    position: static !important;
    transform: none !important;
    width: 100%;
    margin-top: 0.35rem;
    box-shadow: none;
    border: 1px solid rgba(31, 21, 52, 0.08);
    background: rgba(255, 255, 255, 0.95);
  }

  .navbar-nav-main .nav-services .services-nav-toggle.active {
    background: rgba(37, 0, 249, 0.06);
    color: var(--as-primary) !important;
    box-shadow: none;
  }
}

.navbar-actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(31, 21, 52, 0.08);
}

@media (min-width: 992px) {
  .navbar-actions {
    flex-direction: row;
    align-items: center;
    width: auto;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    margin-left: 1rem;
    gap: 0.5rem;
  }
}

.btn-nav-demo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.15rem;
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--as-primary);
  background: rgba(37, 0, 249, 0.08);
  border: 1px solid rgba(37, 0, 249, 0.2);
  border-radius: 999px;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  white-space: nowrap;
  font-family: inherit;
  cursor: pointer;
}

button.btn-nav-demo {
  border: 1px solid rgba(37, 0, 249, 0.2);
}

.btn-nav-demo__short {
  display: none;
}

.btn-nav-demo__full {
  display: inline;
}

.btn-nav-demo--mobile {
  display: none;
}

.btn-nav-demo--desktop {
  display: none;
}

.navbar-mobile-tools {
  display: none;
}

@media (min-width: 992px) {
  .btn-nav-demo--desktop {
    display: inline-flex;
  }
}

.btn-nav-demo:hover {
  background: rgba(37, 0, 249, 0.14);
  color: var(--as-primary);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(37, 0, 249, 0.15);
}

/* Toggler personalizado */
.navbar-toggler-custom {
  border: none;
  padding: 0.5rem;
  width: 44px;
  height: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 10px;
  background: rgba(31, 21, 52, 0.05);
  transition: background 0.2s;
}

.navbar-toggler-custom:focus {
  box-shadow: 0 0 0 3px rgba(37, 0, 249, 0.2);
}

.navbar-toggler-custom .toggler-bar {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--as-dark);
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
}

.navbar-toggler-custom:not(.collapsed) .toggler-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.navbar-toggler-custom:not(.collapsed) .toggler-bar:nth-child(2) {
  opacity: 0;
}

.navbar-toggler-custom:not(.collapsed) .toggler-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 767.98px) {
  .navbar-landing {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .navbar-landing .container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .navbar-inner {
    flex-wrap: nowrap;
    gap: 0.5rem;
    padding: 0.5rem 0.65rem;
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(31, 21, 52, 0.06);
    box-shadow: 0 4px 18px rgba(31, 21, 52, 0.07);
  }

  .navbar-brand {
    flex: 1 1 auto;
    min-width: 0;
    margin-right: 0;
  }

  .navbar-brand img {
    max-height: 36px;
  }

  .navbar-mobile-tools {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    flex-shrink: 0;
    margin-left: auto;
  }

  .btn-nav-demo--mobile {
    display: inline-flex;
    flex-shrink: 0;
    padding: 0.4rem 0.7rem;
    font-size: 0.75rem;
    line-height: 1.2;
    background: linear-gradient(135deg, var(--as-primary), var(--as-primary-light));
    color: #fff;
    border-color: transparent;
    box-shadow: 0 2px 10px rgba(37, 0, 249, 0.22);
  }

  .btn-nav-demo--mobile:hover {
    color: #fff;
    background: linear-gradient(135deg, #1f00d4, var(--as-primary));
  }

  .btn-nav-demo__short {
    display: inline;
  }

  .btn-nav-demo__full {
    display: none;
  }

  @media (min-width: 420px) {
    .btn-nav-demo__short {
      display: none;
    }

    .btn-nav-demo__full {
      display: inline;
    }

    .btn-nav-demo--mobile {
      padding: 0.42rem 0.85rem;
      font-size: 0.8125rem;
    }
  }

  .navbar-toggler-custom {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
  }

  .navbar-collapse {
    width: 100%;
    margin-top: 0.65rem;
    padding: 0.75rem;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(31, 21, 52, 0.08);
    border-radius: 14px;
    box-shadow: 0 12px 32px rgba(31, 21, 52, 0.1);
  }

  .navbar-landing--scrolled .navbar-collapse {
    background: #fff;
  }

  .navbar-nav-main .nav-link.active {
    width: 100%;
    text-align: center;
  }

  .hero-section {
    min-height: auto;
    padding-top: 6.5rem !important;
    padding-bottom: 2rem;
    align-items: flex-start;
  }

  .hero-content-col {
    padding-top: 0.75rem;
  }

  .hero-badge {
    margin-top: 0.25rem;
  }

  .hero-title {
    font-size: clamp(1.65rem, 7.2vw, 2.1rem);
    line-height: 1.2;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .hero-cta-group {
    flex-direction: column;
    width: 100%;
  }

  .hero-cta-group .btn {
    width: 100%;
    max-width: 320px;
  }

  .trust-bar {
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    gap: 0.75rem;
  }

  .trust-divider {
    display: none;
  }

  .trust-item {
    flex: 1 1 30%;
    min-width: 90px;
  }

  .hero-mockup-col {
    margin-top: 2rem;
  }

  .hero-mockup {
    max-width: min(260px, 72vw);
  }
}

@media (min-width: 992px) {
  .hero-section {
    min-height: 92vh;
    align-items: center;
    padding-top: 5rem;
    padding-bottom: 0;
  }

  .hero-section .row {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }

  .hero-content-col {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }

  .hero-mockup-col {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-section .row {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }

  .hero-content-col {
    flex: 0 0 58.33333333%;
    width: 58.33333333%;
    max-width: 58.33333333%;
  }

  .hero-mockup-col {
    flex: 0 0 41.66666667%;
    width: 41.66666667%;
    max-width: 41.66666667%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .navbar-inner {
    flex-wrap: nowrap;
    gap: 0.4rem;
  }

  .navbar-brand {
    flex: 1 1 auto;
    min-width: 0;
    margin-right: 0;
  }

  .navbar-mobile-tools {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-left: auto;
    flex-shrink: 0;
  }

  .btn-nav-demo--mobile {
    display: inline-flex;
    flex-shrink: 0;
    padding: 0.45rem 0.85rem;
    font-size: 0.8125rem;
    background: linear-gradient(135deg, var(--as-primary), var(--as-primary-light));
    color: #fff;
    border-color: transparent;
    box-shadow: 0 3px 12px rgba(37, 0, 249, 0.28);
  }

  .btn-nav-demo--mobile:hover {
    color: #fff;
    background: linear-gradient(135deg, #1f00d4, var(--as-primary));
  }

  .btn-nav-demo__short {
    display: none;
  }

  .btn-nav-demo__full {
    display: inline;
  }

  .navbar-toggler-custom {
    flex-shrink: 0;
  }

  .navbar-collapse {
    width: 100%;
    margin-top: 0.75rem;
    padding: 0.75rem;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(31, 21, 52, 0.08);
    border-radius: 14px;
    box-shadow: 0 12px 32px rgba(31, 21, 52, 0.1);
  }

  .navbar-landing--scrolled .navbar-collapse {
    background: #fff;
  }

  .navbar-nav-main .nav-link.active {
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .navbar-mobile-tools {
    display: none;
  }
}

.btn-whatsapp-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  background-color: var(--as-whatsapp);
  border: none;
  color: #fff;
  font-weight: 600;
  font-size: 0.875rem;
  padding: 0.5rem 1.15rem;
  border-radius: 999px;
  transition: transform 0.2s, box-shadow 0.2s;
  white-space: nowrap;
}

.btn-whatsapp-nav svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  flex-shrink: 0;
}

.btn-whatsapp-nav:hover {
  background-color: #1ebe57;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.4);
}

/* Primary buttons gradient */
.btn-primary {
  background: linear-gradient(135deg, var(--as-primary), var(--as-primary-light));
  border: none;
  box-shadow: 0 4px 16px rgba(37, 0, 249, 0.25);
  transition: transform 0.2s, box-shadow 0.2s;
}

.btn-primary:hover {
  background: linear-gradient(135deg, #1f00d4, var(--as-primary));
  box-shadow: 0 6px 24px rgba(37, 0, 249, 0.35);
  transform: translateY(-2px);
}

.btn-outline-primary {
  color: var(--as-primary);
  border-color: var(--as-primary);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background-color: var(--as-primary);
  border-color: var(--as-primary);
  color: #fff;
}

.text-accent {
  background: linear-gradient(135deg, var(--as-primary), var(--as-primary-light), var(--as-primary));
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: accentShimmer 6s ease-in-out infinite;
}

@keyframes accentShimmer {
  0%, 100% { background-position: 0% center; }
  50% { background-position: 100% center; }
}

/* Hero */
.hero-section {
  min-height: 92vh;
  display: flex;
  align-items: center;
  padding-top: 5rem !important;
  overflow: hidden;
}

.hero-mockup-wrap {
  position: relative;
  display: inline-block;
}

.hero-mockup-glow {
  position: absolute;
  inset: 10% 5%;
  background: radial-gradient(ellipse, rgba(37, 0, 249, 0.12) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
  animation: glowPulse 4s ease-in-out infinite;
}

@keyframes glowPulse {
  0%, 100% { opacity: 0.7; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.06); }
}

.hero-mockup {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 24px 48px rgba(31, 21, 52, 0.12));
  animation: heroFloat 5s ease-in-out infinite;
}

@keyframes heroFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #fff;
  border: 1px solid #e8e6ef;
  border-radius: 50rem;
  padding: 0.4rem 1rem 0.4rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--as-dark);
  box-shadow: 0 2px 8px rgba(31, 21, 52, 0.06);
}

.hero-badge-dot {
  width: 8px;
  height: 8px;
  background: #40975F;
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 0 0 0 rgba(64, 151, 95, 0.45);
  animation: badgePulse 2.2s ease-out infinite;
}

@keyframes badgePulse {
  0% { box-shadow: 0 0 0 0 rgba(64, 151, 95, 0.45); }
  70% { box-shadow: 0 0 0 8px rgba(64, 151, 95, 0); }
  100% { box-shadow: 0 0 0 0 rgba(64, 151, 95, 0); }
}

.hero-title {
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.15;
  color: var(--as-dark);
}

.hero-subtitle {
  font-size: 1.125rem;
  color: #616368;
  max-width: 520px;
}

.hero-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .hero-cta-group {
    justify-content: flex-start;
  }
}

.btn-outline-dark-custom {
  border: 2px solid var(--as-dark);
  color: var(--as-dark);
  font-weight: 600;
  border-radius: 50rem;
  padding: 0.65rem 1.5rem;
}

.btn-outline-dark-custom:hover {
  background: var(--as-dark);
  color: #fff;
}

.trust-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(31, 21, 52, 0.08);
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .trust-bar {
    justify-content: flex-start;
  }
}

.trust-divider {
  width: 1px;
  height: 36px;
  background: rgba(31, 21, 52, 0.12);
  margin: 0 1.25rem;
  flex-shrink: 0;
}

@media (max-width: 575px) {
  .trust-divider {
    display: none;
  }

  .trust-bar {
    gap: 1.25rem;
  }
}

.trust-item {
  text-align: center;
  padding: 0 0.25rem;
}

@media (min-width: 768px) {
  .trust-item {
    text-align: left;
  }
}

.trust-item strong {
  display: block;
  font-size: 1.25rem;
  color: var(--as-dark);
  line-height: 1.2;
}

.trust-item span {
  font-size: 0.8rem;
  color: #7D7987;
}

/* Business types */
.section-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--as-primary);
  margin-bottom: 0.5rem;
  position: relative;
  padding-bottom: 0.35rem;
}

.section-label::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 2rem;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--as-primary), var(--as-primary-light));
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal--visible .section-label::after,
.reveal-stagger--visible .section-label::after {
  transform: translateX(-50%) scaleX(1);
}

.text-md-start .section-label::after,
.process-layout__content .section-label::after {
  left: 0;
  transform: translateX(0) scaleX(0);
  transform-origin: left;
}

.reveal--visible .text-md-start .section-label::after,
.text-md-start.reveal--visible .section-label::after,
.reveal--visible .process-layout__content .section-label::after {
  transform: translateX(0) scaleX(1);
}

.section-title {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  color: var(--as-dark);
  line-height: 1.2;
}

.section-lead {
  max-width: 560px;
  font-size: 1.05rem;
}

.business-types {
  background: linear-gradient(180deg, #f8f7fc 0%, #fff 100%);
}

.business-types-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-inline: auto;
  justify-items: stretch;
}

.business-types-grid > * {
  min-width: 0;
}

@media (min-width: 576px) {
  .business-types-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

@media (min-width: 992px) {
  .business-types-grid {
    gap: 1.5rem 1.75rem;
  }
}

.business-types-intro {
  margin-top: 2.75rem;
  padding-top: 0.25rem;
}

@media (min-width: 768px) {
  .business-types-intro {
    margin-top: 3.25rem;
  }
}

.business-chip {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  background: #fff;
  border: 1px solid #eceaf3;
  border-radius: 12px;
  padding: 1rem 1.15rem;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
  height: 100%;
  min-width: 0;
}

@media (min-width: 992px) {
  .business-chip {
    padding: 1.1rem 1.35rem;
    gap: 0.875rem;
  }
}

.business-chip:hover {
  border-color: var(--as-primary);
  box-shadow: 0 8px 24px rgba(37, 0, 249, 0.08);
  transform: translateY(-2px);
}

.business-chip-icon {
  width: 44px;
  height: 44px;
  background: rgba(37, 0, 249, 0.08);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--as-primary);
  transition: background 0.25s, transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.business-chip:hover .business-chip-icon {
  background: rgba(37, 0, 249, 0.14);
  transform: scale(1.06);
}

.business-chip-icon .icon-svg {
  width: 22px;
  height: 22px;
}

.business-chip span {
  font-weight: 600;
  color: var(--as-dark);
  font-size: 0.95rem;
  min-width: 0;
  line-height: 1.25;
}

@media (max-width: 575.98px) {
  .business-types-grid {
    gap: 0.65rem;
  }

  .business-chip {
    padding: 0.75rem 0.7rem;
    gap: 0.55rem;
  }

  .business-chip-icon {
    width: 36px;
    height: 36px;
  }

  .business-chip-icon .icon-svg {
    width: 18px;
    height: 18px;
  }

  .business-chip span {
    font-size: 0.8125rem;
  }

  .business-types-intro {
    padding-inline: 0.25rem;
  }

  .features-cards-grid {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .feature-card {
    padding: 1.15rem;
  }

  .feature-card-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 0.75rem;
  }

  .feature-card-icon .icon-svg {
    width: 22px;
    height: 22px;
  }

  .feature-card h5 {
    font-size: 0.95rem;
  }

  .feature-card p {
    font-size: 0.875rem;
  }

  .faq-cta-box {
    padding: 1.25rem 0.85rem;
  }

  .process-step {
    gap: 1rem;
  }

  .process-number {
    width: 42px;
    height: 42px;
    font-size: 1rem;
  }

  .pricing-toggle-wrap {
    padding: 0.75rem 1.1rem;
    gap: 0.65rem;
    border-radius: 20px;
  }

  .pricing-toggle-label {
    font-size: 0.875rem;
  }
}

/* Process section */
.process-section {
  background: #fff;
}

.process-layout {
  display: grid;
  gap: 2.5rem;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-inline: auto;
}

@media (min-width: 992px) {
  .process-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 3rem;
  }
}

.process-layout__mockup {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.process-layout__content {
  min-width: 0;
}

.process-intro {
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .process-intro {
    margin-bottom: 2rem;
  }
}

.process-mockup-wrap {
  position: relative;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}

.process-mockup-wrap::before {
  content: "";
  position: absolute;
  inset: 15% 10%;
  background: radial-gradient(ellipse, rgba(37, 0, 249, 0.06) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}

.process-mockup-wrap img {
  position: relative;
  z-index: 1;
}

/* Features section */
.features-section {
  background: linear-gradient(180deg, #f3f2f8 0%, #faf9fc 50%, #fff 100%);
}

.features-layout {
  display: grid;
  gap: 2rem;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-inline: auto;
}

@media (min-width: 992px) {
  .features-layout {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .features-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
    gap: 3rem;
  }
}

.features-layout__mockup {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.features-cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
}

.features-cards-grid > * {
  min-width: 0;
}

@media (min-width: 576px) {
  .features-cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

@media (min-width: 992px) {
  .features-cards-grid {
    row-gap: 1.75rem;
    column-gap: 1.5rem;
  }
}

.features-mockup-wrap {
  position: sticky;
  top: 6rem;
  padding: 0.5rem 0;
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
}

.features-mockup-wrap img {
  filter: drop-shadow(0 16px 40px rgba(31, 21, 52, 0.1));
  width: 100%;
}

@media (min-width: 992px) {
  .features-mockup-wrap {
    max-width: 100%;
    padding: 0 0.5rem;
  }
}

@media (min-width: 1200px) {
  .features-mockup-wrap {
    max-width: 520px;
  }
}

.features-cta {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
  width: 100%;
}

@media (max-width: 991px) {
  .features-mockup-wrap {
    position: static;
    text-align: center;
    margin-bottom: 1rem;
  }

  .features-mockup-wrap img {
    max-width: 420px;
  }
}

/* Timeline / Process */
.process-timeline {
  position: relative;
  padding-left: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .process-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 2rem;
    row-gap: 1.75rem;
  }
}

.process-step {
  display: flex;
  gap: 1.25rem;
  margin-bottom: 0;
  position: relative;
  min-width: 0;
}

@media (max-width: 767.98px) {
  .process-step {
    margin-bottom: 2rem;
  }

  .process-step:last-child {
    margin-bottom: 0;
  }
}

.process-step:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 23px;
  top: 52px;
  bottom: -1rem;
  width: 2px;
  background: linear-gradient(180deg, var(--as-primary), #e8e6ef);
}

@media (min-width: 768px) {
  .process-step:not(:last-child)::before {
    display: none;
  }
}

.process-number {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.1rem;
  flex-shrink: 0;
  z-index: 1;
}

.process-number--1 { background: rgba(245, 87, 103, 0.15); color: #F55767; }
.process-number--2 { background: rgba(37, 0, 249, 0.12); color: var(--as-primary); }
.process-number--3 { background: rgba(64, 151, 95, 0.15); color: #40975F; }

.process-step h5 {
  font-weight: 700;
  color: var(--as-dark);
  margin-bottom: 0.35rem;
}

.process-step p {
  color: #616368;
  margin-bottom: 0;
  font-size: 0.95rem;
}

/* Feature cards */
.feature-card {
  background: #fff;
  border: 1px solid #eceaf3;
  border-radius: 16px;
  padding: 1.75rem;
  height: 100%;
  transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s;
}

.feature-card:hover {
  border-color: rgba(37, 0, 249, 0.2);
  box-shadow: 0 12px 32px rgba(31, 21, 52, 0.08);
  transform: translateY(-4px);
}

.feature-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  color: var(--as-primary);
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.feature-card:hover .feature-card-icon {
  transform: scale(1.08) rotate(-3deg);
}

.feature-card-icon .icon-svg {
  width: 26px;
  height: 26px;
}

.feature-card-icon--1 { background: rgba(245, 87, 103, 0.12); color: #F55767; }
.feature-card-icon--2 { background: rgba(37, 0, 249, 0.1); color: var(--as-primary); }
.feature-card-icon--3 { background: rgba(37, 176, 245, 0.12); color: #38B0F5; }
.feature-card-icon--4 { background: rgba(64, 151, 95, 0.12); color: #40975F; }
.feature-card-icon--5 { background: rgba(252, 174, 97, 0.15); color: #E8953A; }
.feature-card-icon--6 { background: rgba(173, 69, 246, 0.12); color: #ad45f6; }

.feature-card h5 {
  font-weight: 700;
  color: var(--as-dark);
  margin-bottom: 0.5rem;
}

.feature-card p {
  color: #616368;
  font-size: 0.9rem;
  margin-bottom: 0;
}

/* Certifications / respaldo */
.certifications-section {
  padding: 2.5rem 0;
  background: #f4f3f7;
}

.certifications-title {
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  font-weight: 700;
  color: var(--as-dark);
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.certifications-title-accent {
  color: var(--as-primary);
}

.certifications-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.25rem 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.certifications-logos li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.certifications-logos img {
  display: block;
  height: 32px;
  width: auto;
  max-width: min(110px, 28vw);
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: opacity 0.25s ease, filter 0.25s ease;
}

.certifications-logos img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

@media (min-width: 768px) {
  .certifications-section {
    padding: 2.75rem 0;
  }

  .certifications-logos {
    gap: 1.5rem 2.75rem;
  }

  .certifications-logos img {
    height: 38px;
    max-width: 130px;
  }
}

/* Servicios de desarrollo */
.services-dev-section {
  background: linear-gradient(180deg, #fff 0%, #f8f7fc 50%, #fff 100%);
}

.services-dev-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 270px), 1fr));
  gap: 1.25rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

@media (min-width: 768px) {
  .services-dev-grid {
    gap: 1.5rem;
  }
}

.service-dev-card {
  background: #fff;
  border: 1.5px solid rgba(37, 0, 249, 0.1);
  border-radius: 18px;
  padding: 1.65rem 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-width: 0;
  scroll-margin-top: 6rem;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.service-dev-card:hover {
  border-color: rgba(37, 0, 249, 0.22);
  box-shadow: 0 14px 36px rgba(37, 0, 249, 0.08);
  transform: translateY(-4px);
}

.service-dev-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.15rem;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.service-dev-card:hover .service-dev-card__icon {
  transform: scale(1.06);
}

.service-dev-card__icon .icon-svg {
  width: 24px;
  height: 24px;
}

.service-dev-card__icon--1 { background: rgba(37, 176, 245, 0.12); color: #38B0F5; }
.service-dev-card__icon--2 { background: rgba(37, 0, 249, 0.1); color: var(--as-primary); }
.service-dev-card__icon--3 { background: rgba(64, 151, 95, 0.12); color: #40975F; }
.service-dev-card__icon--4 { background: rgba(252, 174, 97, 0.15); color: #E8953A; }
.service-dev-card__icon--5 { background: rgba(245, 87, 103, 0.12); color: #F55767; }

.service-dev-card p {
  color: #616368;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.service-dev-card__link {
  display: inline-flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--as-primary);
  text-decoration: none;
  transition: color 0.2s ease;
  margin-top: auto;
}

.service-dev-card__link:hover {
  color: var(--as-primary-light);
}

.service-dev-card h2,
.service-dev-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--as-dark);
  margin-bottom: 0.55rem;
  line-height: 1.3;
}

.service-dev-card__list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
  flex: 1 1 auto;
}

.service-dev-card__list li {
  position: relative;
  padding-left: 1.15rem;
  font-size: 0.85rem;
  color: #616368;
  line-height: 1.55;
  margin-bottom: 0.35rem;
}

.service-dev-card__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--as-primary);
  opacity: 0.55;
}

/* Página de servicios */
.page-services .services-dev-section {
  padding-top: 0;
}

.services-page-hero {
  position: relative;
  padding: 7.5rem 0 4rem;
  overflow: hidden;
  background: linear-gradient(180deg, #faf9fd 0%, #fff 100%);
}

.services-page-hero__glow {
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  width: min(720px, 90vw);
  height: 420px;
  background: radial-gradient(ellipse, rgba(37, 0, 249, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.services-page-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.45rem;
  font-size: 0.8125rem;
  color: #7D7987;
  margin-bottom: 1.75rem;
}

.services-page-breadcrumb a {
  color: var(--as-primary);
  text-decoration: none;
  font-weight: 500;
}

.services-page-breadcrumb a:hover {
  text-decoration: underline;
}

.services-page-hero__title {
  font-size: clamp(1.75rem, 4vw, 2.65rem);
  font-weight: 800;
  color: var(--as-dark);
  line-height: 1.15;
  margin-bottom: 1rem;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.services-page-hero__lead {
  font-size: 1.05rem;
  color: #616368;
  line-height: 1.65;
  max-width: 640px;
  margin-bottom: 0.5rem;
}

.services-process {
  background: #f8f7fc;
}

.services-process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
  gap: 1.25rem;
  width: 100%;
  min-width: 0;
}

.services-process-step {
  background: #fff;
  border: 1px solid rgba(37, 0, 249, 0.08);
  border-radius: 16px;
  padding: 1.5rem 1.35rem;
  text-align: center;
  min-width: 0;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.services-process-step:hover {
  border-color: rgba(37, 0, 249, 0.18);
  box-shadow: 0 10px 28px rgba(37, 0, 249, 0.06);
  transform: translateY(-3px);
}

.services-process-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: rgba(37, 0, 249, 0.1);
  color: var(--as-primary);
  font-size: 0.9375rem;
  font-weight: 700;
  margin-bottom: 0.85rem;
}

.services-process-step h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--as-dark);
  margin-bottom: 0.45rem;
}

.services-process-step p {
  font-size: 0.875rem;
  color: #616368;
  line-height: 1.55;
  margin: 0;
}

@media (max-width: 767.98px) {
  .services-page-hero {
    padding: 6.5rem 0 3rem;
  }
}

/* Social proof */
.social-proof {
  background: var(--as-dark);
  color: #fff;
}

.social-stats-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  text-align: center;
  width: 100%;
}

.social-testimonials-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  width: 100%;
}

@media (min-width: 768px) {
  .social-stats-grid,
  .social-testimonials-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

.stat-block {
  padding: 1rem;
  transition: transform 0.3s ease;
}

.stat-block:hover {
  transform: translateY(-4px);
}

.stat-block strong {
  font-size: 2.25rem;
  font-weight: 800;
  display: block;
  line-height: 1;
  background: linear-gradient(135deg, #fff, rgba(255, 255, 255, 0.75));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: transform 0.3s ease;
}

.stat-block:hover strong {
  transform: scale(1.04);
}

.stat-block span {
  font-size: 0.85rem;
  opacity: 0.75;
}

.testimonial-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 1.5rem;
  height: 100%;
  transition: background 0.25s, border-color 0.25s;
}

.testimonial-card:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.18);
}

.testimonial-stars {
  color: #FCAE61;
  font-size: 0.85rem;
  letter-spacing: 2px;
  margin-bottom: 0.75rem;
}

.testimonial-card p {
  font-style: italic;
  opacity: 0.9;
  margin-bottom: 1rem;
  font-size: 0.95rem;
}

.testimonial-card cite {
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  opacity: 0.7;
}

/* Pricing */
.pricing-toggle-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  flex-wrap: wrap;
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  padding: 0.9rem 1.5rem;
  background: linear-gradient(180deg, #f3f0ff 0%, #fafaff 100%);
  border: 1.5px solid rgba(37, 0, 249, 0.18);
  border-radius: 999px;
  box-shadow: 0 8px 28px rgba(37, 0, 249, 0.08);
}

.pricing-toggle-label {
  font-size: 0.95rem;
  color: #616368;
  cursor: pointer;
  transition: color 0.2s, font-weight 0.2s, opacity 0.2s;
  margin: 0;
  user-select: none;
}

.pricing-toggle-wrap:not(.is-annual) .pricing-toggle-label--mensual,
.pricing-toggle-wrap.is-annual .pricing-toggle-label--anual {
  color: var(--as-primary);
  font-weight: 700;
}

.pricing-toggle-wrap:not(.is-annual) .pricing-toggle-label--anual,
.pricing-toggle-wrap.is-annual .pricing-toggle-label--mensual {
  opacity: 0.55;
}

.pricing-toggle-switch {
  display: flex;
  align-items: center;
  padding-left: 0;
  min-height: auto;
}

.pricing-toggle-wrap .form-switch .form-check-input {
  width: 3.1rem;
  height: 1.65rem;
  margin: 0;
  background-color: rgba(37, 0, 249, 0.2);
  border: none;
  cursor: pointer;
  transition: background-color 0.25s, box-shadow 0.25s;
}

.pricing-toggle-wrap .form-switch .form-check-input:focus {
  box-shadow: 0 0 0 0.2rem rgba(37, 0, 249, 0.2);
}

.pricing-toggle-wrap .form-switch .form-check-input:checked {
  background-color: var(--as-primary);
  box-shadow: 0 2px 10px rgba(37, 0, 249, 0.35);
}

.savings-badge {
  display: none;
  background: rgba(64, 151, 95, 0.18);
  color: #2d7a49;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.3rem 0.85rem;
  border-radius: 50rem;
  border: 1px solid rgba(64, 151, 95, 0.25);
  white-space: nowrap;
}

.savings-badge.is-visible {
  display: inline-block;
}

.plan-save-badge {
  display: none;
  font-size: 0.7rem;
  font-weight: 700;
  color: #40975F;
  background: rgba(64, 151, 95, 0.12);
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  line-height: 1.4;
}

.plan-save-badge.is-visible {
  display: inline-block;
}

.pricing-swipe-hint {
  text-align: center;
  font-size: 0.8rem;
  color: #7D7987;
  margin-bottom: 0.75rem;
}

.pricing-carousel-wrap {
  position: relative;
  width: 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  .pricing-row {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
    margin-left: 0 !important;
    margin-right: 0 !important;
    flex-wrap: nowrap !important;
  }

  .pricing-row > [class*="col-"] {
    width: auto !important;
    max-width: none !important;
    flex: none !important;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
  }

  .pricing-card--featured {
    transform: none;
  }

  .pricing-features li {
    font-size: 0.84rem;
    padding: 0.32rem 0;
  }

  .pricing-card .card-header {
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pricing-card--featured .card-header {
    padding-top: 2.5rem;
  }

  .pricing-card .card-body {
    padding: 1rem 1rem 1.25rem;
  }

  .pricing-row .precio,
  .pricing-row .pricing-amount {
    font-size: clamp(1.35rem, 1.6vw, 1.75rem);
  }
}

@media (min-width: 1200px) {
  .pricing-row {
    gap: 1.5rem;
  }

  .pricing-features li {
    font-size: 0.875rem;
  }

  .pricing-card .card-header,
  .pricing-card .card-body {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (max-width: 991.98px) {
  .pricing-carousel-wrap {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  #pricing .container-lg {
    overflow: hidden;
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pricing-row {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 0.5rem;
    padding-bottom: 0.5rem;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(37, 0, 249, 0.3) transparent;
  }

  .pricing-row > [class*="col-"] {
    flex: 0 0 calc(100% - 2rem);
    max-width: calc(100% - 2rem);
    scroll-snap-align: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .pricing-row::-webkit-scrollbar {
    height: 4px;
  }

  .pricing-row::-webkit-scrollbar-thumb {
    background: rgba(37, 0, 249, 0.25);
    border-radius: 4px;
  }

  .pricing-card--featured {
    transform: none;
  }

  /* Secciones que se desplazaban por overflow global */
  .main > section .container,
  .main > section .container-lg,
  .site-footer .container {
    width: 100%;
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-inline: auto;
    box-sizing: border-box;
  }

  .container .row,
  .container-lg .row {
    --bs-gutter-x: 1rem;
    margin-inline: 0;
    width: 100%;
    max-width: 100%;
  }

  .container .row > [class*="col-"],
  .container-lg .row > [class*="col-"] {
    min-width: 0;
  }

  .business-types-grid {
    width: 100%;
    max-width: 100%;
  }

  .process-layout,
  .features-layout,
  .features-cards-grid,
  .social-stats-grid,
  .social-testimonials-grid,
  .process-mockup-wrap,
  .features-mockup-wrap {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .feature-card {
    padding: 1.35rem;
  }

  #faq .accordion-button {
    padding: 0.85rem 1rem;
  }

  #faq .accordion-body {
    padding: 0.85rem 1rem;
    font-size: 0.9rem;
  }

  .faq-cta-box {
    padding: 1.5rem 1rem;
    margin-inline: 0;
  }

  .cta-banner {
    padding: 2rem 1.25rem;
    border-radius: 16px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .testimonial-card {
    max-width: 100%;
  }

  .container,
  .container-lg {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-section .row {
    margin-inline: 0;
  }

  .hero-mockup {
    max-width: min(280px, 78vw);
  }

  img.img-fluid {
    max-width: 100%;
    height: auto;
  }
}

.pricing-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.25rem;
}

.pricing-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(31, 21, 52, 0.15);
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}

.pricing-dot.is-active {
  background: var(--as-primary);
  transform: scale(1.25);
}

.pricing-card {
  border: 1.5px solid rgba(37, 0, 249, 0.14);
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  background: linear-gradient(180deg, #fafaff 0%, #fff 55%);
  box-shadow: 0 6px 22px rgba(37, 0, 249, 0.05);
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}

.pricing-card:hover {
  transform: translateY(-4px);
  border-color: rgba(37, 0, 249, 0.22);
  box-shadow: 0 14px 36px rgba(37, 0, 249, 0.09);
}

.pricing-card--featured {
  border: 2px solid var(--as-primary);
  background: #fff;
  box-shadow: 0 16px 48px rgba(37, 0, 249, 0.15);
  position: relative;
  transform: scale(1.02);
  z-index: 1;
}

@media (max-width: 991px) {
  .pricing-card--featured {
    transform: none;
  }
}

.pricing-row .precio,
.pricing-row .pricing-amount {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
}

.seo-intro {
  max-width: 42rem;
  font-size: 0.95rem;
  line-height: 1.65;
}

.pricing-card--featured:hover {
  box-shadow: 0 20px 56px rgba(37, 0, 249, 0.2);
}

.pricing-popular-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: var(--as-primary);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.35rem 1rem;
  border-radius: 0 0 10px 10px;
}

.pricing-card .card-header {
  background: transparent;
  padding-top: 2.5rem;
}

.pricing-card--featured .card-header {
  padding-top: 3rem;
}

.pricing-features li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.4rem 0;
  font-size: 0.9rem;
  color: #616368;
}

.pricing-features li::before {
  content: "✓";
  color: #40975F;
  font-weight: 700;
  flex-shrink: 0;
}

/* FAQ */
.faq-question {
  font-size: 1rem !important;
  font-weight: 600 !important;
  flex: 1 1 auto;
  min-width: 0;
  overflow-wrap: anywhere;
}

#faq .accordion {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

#faq .accordion-item {
  max-width: 100%;
  min-width: 0;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

#faq .accordion-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(31, 21, 52, 0.08) !important;
}

#faq .accordion-button {
  gap: 0.65rem;
  min-width: 0;
}

.faq-cta-box {
  background: linear-gradient(135deg, rgba(37, 0, 249, 0.06), rgba(37, 0, 249, 0.02));
  border: 1px solid rgba(37, 0, 249, 0.12);
  border-radius: 16px;
  padding: 2rem;
  text-align: center;
  margin-top: 2rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

/* App download */
.app-section {
  background: #f8f7fc;
}

.app-badge-soon {
  opacity: 0.45;
  pointer-events: none;
  position: relative;
}

.app-badge-soon::after {
  content: "Próximamente";
  position: absolute;
  bottom: -1.25rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.7rem;
  color: #7D7987;
  white-space: nowrap;
}

/* Footer */
.site-footer {
  position: relative;
  background: linear-gradient(180deg, #18102a 0%, var(--as-dark) 100%);
  padding: 0 0 5.5rem;
  margin-top: 0;
}

@media (min-width: 768px) {
  .site-footer {
    padding-bottom: 2rem;
  }
}

.footer-accent {
  height: 4px;
  background: linear-gradient(90deg, var(--as-primary), var(--as-primary-light), var(--as-whatsapp));
  margin-bottom: 3.5rem;
}

.footer-main {
  padding-bottom: 2.5rem;
}

.footer-logo {
  max-height: 52px;
  width: auto;
  margin-bottom: 1.25rem;
  display: block;
}

.footer-logo-link {
  display: inline-block;
  text-decoration: none;
}

.footer-tagline {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.9rem;
  line-height: 1.65;
  margin-bottom: 1.25rem;
  max-width: 320px;
}

.footer-ruc {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 0.4rem 0.85rem;
}

.footer-ruc-label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.footer-ruc-value {
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  font-variant-numeric: tabular-nums;
}

.footer-heading {
  color: #fff;
  font-weight: 700;
  margin-bottom: 1.15rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.footer-col p,
.footer-col a {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.9rem;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-links li {
  margin-bottom: 0.55rem;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.9rem;
  text-decoration: none;
  transition: color 0.2s, transform 0.2s;
}

.footer-links a::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--as-primary-light);
  opacity: 0;
  transition: opacity 0.2s;
}

.footer-links a:hover {
  color: #fff;
  transform: translateX(3px);
}

.footer-links a:hover::before {
  opacity: 1;
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}

.footer-contact-icon {
  flex-shrink: 0;
  font-size: 0.95rem;
  line-height: 1.4;
}

.footer-wa-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.5rem;
  padding: 0.65rem 1.1rem;
  background: rgba(37, 211, 102, 0.12);
  border: 1px solid rgba(37, 211, 102, 0.35);
  border-radius: 12px;
  color: #fff !important;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}

.footer-wa-btn:hover {
  background: rgba(37, 211, 102, 0.22);
  border-color: var(--as-whatsapp);
  transform: translateY(-2px);
  color: #fff !important;
}

.footer-wa-btn span {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.footer-wa-btn small {
  font-size: 0.65rem;
  opacity: 0.7;
  font-weight: 500;
}

.footer-wa-btn span > :not(small) {
  font-weight: 700;
  font-size: 0.95rem;
}

.footer-wa-icon {
  width: 22px;
  height: 22px;
  fill: var(--as-whatsapp);
  flex-shrink: 0;
}

.footer-social-text {
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 0.85rem !important;
  margin-bottom: 1rem !important;
  line-height: 1.5;
}

.footer-social {
  display: flex;
  gap: 0.65rem;
}

.footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: background 0.2s, transform 0.2s, border-color 0.2s;
  text-decoration: none;
}

.footer-social-link svg {
  width: 20px;
  height: 20px;
  fill: rgba(255, 255, 255, 0.85);
  transition: fill 0.2s;
}

.footer-social-link:hover {
  transform: translateY(-3px);
}

.footer-social-link--facebook:hover {
  background: #1877F2;
  border-color: #1877F2;
}

.footer-social-link--whatsapp:hover {
  background: var(--as-whatsapp);
  border-color: var(--as-whatsapp);
}

.footer-social-link:hover svg {
  fill: #fff;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

@media (min-width: 768px) {
  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}

.footer-copy,
.footer-credits {
  margin: 0;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.4);
}

.footer-credits a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-credits a:hover {
  color: #fff;
}

/* Floating WhatsApp */
.whatsapp-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 1050;
  text-decoration: none;
  filter: drop-shadow(0 8px 24px rgba(37, 211, 102, 0.45));
  transition: transform 0.25s, filter 0.25s;
}

.whatsapp-float-inner {
  display: flex;
  align-items: center;
  gap: 0;
  background: var(--as-whatsapp);
  border-radius: 999px;
  overflow: hidden;
  transition: gap 0.25s, padding 0.25s;
}

.whatsapp-float-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  flex-shrink: 0;
}

.whatsapp-float-icon {
  width: 28px;
  height: 28px;
  fill: #fff;
}

.whatsapp-float-label {
  display: none;
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  white-space: nowrap;
  padding-right: 1.25rem;
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-width 0.35s ease, opacity 0.25s ease, padding 0.25s ease;
}

.whatsapp-float:hover .whatsapp-float-inner,
.whatsapp-float:focus-visible .whatsapp-float-inner {
  gap: 0.15rem;
}

.whatsapp-float:hover .whatsapp-float-label,
.whatsapp-float:focus-visible .whatsapp-float-label {
  display: block;
  max-width: 180px;
  opacity: 1;
}

@media (min-width: 768px) {
  .whatsapp-float-label {
    display: block;
    max-width: 180px;
    opacity: 1;
    padding-right: 1.25rem;
  }

  .whatsapp-float-inner {
    gap: 0.15rem;
  }
}

.whatsapp-float-pulse {
  position: absolute;
  top: 50%;
  left: 28px;
  width: 56px;
  height: 56px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: var(--as-whatsapp);
  animation: waPulse 2.5s ease-out infinite;
  z-index: -1;
  pointer-events: none;
}

@keyframes waPulse {
  0% { transform: translate(-50%, -50%) scale(1); opacity: 0.45; }
  70% { transform: translate(-50%, -50%) scale(1.5); opacity: 0; }
  100% { transform: translate(-50%, -50%) scale(1.5); opacity: 0; }
}

.whatsapp-float:hover {
  transform: translateY(-3px) scale(1.02);
  filter: drop-shadow(0 12px 32px rgba(37, 211, 102, 0.55));
}

.whatsapp-float:active {
  transform: scale(0.98);
}

/* Section spacing */
.section-py {
  padding-top: var(--as-section-py);
  padding-bottom: var(--as-section-py);
}

/* CTA banner */
.cta-banner {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--as-primary), #5c3dff, var(--as-primary-light));
  background-size: 200% 200%;
  animation: gradientShift 8s ease infinite;
  border-radius: 20px;
  padding: 3rem 2rem;
  color: #fff;
}

.cta-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 35%, rgba(255, 255, 255, 0.14) 50%, transparent 65%);
  background-size: 220% 100%;
  animation: shineSweep 7s ease-in-out infinite;
  pointer-events: none;
}

.cta-banner > .row {
  position: relative;
  z-index: 1;
}

@keyframes gradientShift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

@keyframes shineSweep {
  0%, 100% { background-position: 200% center; }
  50% { background-position: -200% center; }
}

.hover-top {
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.hover-top:hover {
  transform: translateY(-3px);
}

.cta-banner h3 {
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.cta-banner p {
  opacity: 0.9;
  margin-bottom: 1.5rem;
}

.btn-light-custom {
  background: #fff;
  color: var(--as-primary);
  font-weight: 700;
  border-radius: 50rem;
  padding: 0.65rem 1.75rem;
  border: none;
}

.btn-light-custom:hover {
  background: #f0eeff;
  color: var(--as-primary);
}

/* Demo guiada por imágenes */
body.demo-tour-open {
  overflow: hidden;
}

.demo-tour {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.demo-tour[hidden] {
  display: none !important;
}

.demo-tour__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 10, 30, 0.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.demo-tour__panel {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  max-height: calc(100vh - 2rem);
  overflow-y: auto;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 24px 80px rgba(31, 21, 52, 0.28);
  padding: 1.25rem 1.25rem 1.5rem;
}

.demo-tour__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.75rem;
}

.demo-tour__label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--as-primary);
  margin-bottom: 0.15rem;
}

.demo-tour__counter {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--as-dark);
}

.demo-tour__close {
  border: none;
  background: rgba(31, 21, 52, 0.06);
  color: var(--as-dark);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.2s;
}

.demo-tour__close:hover {
  background: rgba(31, 21, 52, 0.12);
}

.demo-tour__progress {
  height: 4px;
  background: #eceaf3;
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 1rem;
}

.demo-tour__progress-bar {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--as-primary), var(--as-primary-light));
  border-radius: 999px;
  transition: width 0.35s ease;
}

.demo-tour__image-btn {
  display: block;
  width: 100%;
  padding: 0;
  border: 1px solid #e8e6ef;
  border-radius: 14px;
  overflow: hidden;
  background: #f8f7fc;
  cursor: pointer;
  position: relative;
  transition: box-shadow 0.2s, transform 0.2s;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.demo-tour__image-frame {
  position: relative;
  background: #111;
}

.demo-tour__image {
  display: block;
  width: 100%;
  min-height: min(52vh, 520px);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

.demo-tour__shield {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: transparent;
  user-select: none;
  -webkit-user-drag: none;
}

.demo-tour--protected,
.demo-tour--protected * {
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.demo-tour--protected img {
  pointer-events: none;
  -webkit-user-drag: none;
}

.demo-tour__image-btn:hover {
  box-shadow: 0 8px 28px rgba(37, 0, 249, 0.12);
  transform: translateY(-1px);
}

.demo-tour__image-btn .demo-tour__image {
  max-height: none;
}

.demo-tour__tap-hint {
  display: block;
  padding: 0.55rem 1rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--as-primary);
  background: rgba(37, 0, 249, 0.06);
  text-align: center;
}

.demo-tour__caption {
  margin-top: 1rem;
}

.demo-tour__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--as-dark);
  margin: 0 0 0.35rem;
}

.demo-tour__text {
  margin: 0;
  color: #616368;
  line-height: 1.6;
  font-size: 0.95rem;
}

.demo-tour__dots {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  margin: 1rem 0 0.25rem;
}

.demo-tour__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #d8d4e6;
  cursor: pointer;
  transition: transform 0.2s, background 0.2s;
}

.demo-tour__dot.is-active {
  background: var(--as-primary);
  transform: scale(1.25);
}

.demo-tour__footer {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 1rem;
}

.demo-tour__footer .btn {
  flex: 1;
  border-radius: 999px;
  font-weight: 600;
}

.demo-tour__finish {
  margin-top: 1rem;
  text-align: center;
}

.demo-tour__finish-text {
  font-weight: 600;
  color: var(--as-dark);
  margin-bottom: 0.75rem;
}

.demo-tour__finish-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

@media (max-width: 575px) {
  .demo-tour {
    padding: 0.5rem;
  }

  .demo-tour__panel {
    padding: 1rem;
    border-radius: 16px;
  }

  .demo-tour__footer {
    flex-direction: column;
  }
}
