.acl-home-hero-section {
  margin: 0 0 40px;
}

.acl-home-hero-item {
  position: relative;
  height: auto !important;
  padding: 80px 0 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain !important; /* Cambiado de cover a contain */
  overflow: hidden;
}

.acl-home-hero-item--generic {
  background: linear-gradient(135deg, #0f2433 0%, #1f3d52 52%, #ff0000 100%);
}

.acl-home-hero-item--solid-gray {
  background-color: #cfd6de;
  background-image:
    radial-gradient(
      circle at 18% 20%,
      rgba(255, 255, 255, 0.52) 0%,
      rgba(255, 255, 255, 0) 44%
    ),
    radial-gradient(
      circle at 78% 18%,
      rgba(69, 104, 128, 0.28) 0%,
      rgba(69, 104, 128, 0) 46%
    ),
    linear-gradient(132deg, #bcc6cf 0%, #ced5dd 42%, #b8c2cb 100%);
}

.acl-home-hero-item--epic::before,
.acl-home-hero-item--epic::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.acl-home-hero-item--epic::before {
  inset: -32% -15% auto;
  height: 120%;
  background: radial-gradient(
    circle at 36% 32%,
    rgba(255, 74, 74, 0.28),
    rgba(255, 74, 74, 0) 62%
  );
  mix-blend-mode: multiply;
  animation: aclHeroGlowFloat 11s ease-in-out infinite alternate;
}

.acl-home-hero-item--epic::after {
  top: -14%;
  right: -24%;
  width: 56%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.32) 0%,
    rgba(255, 255, 255, 0) 67%
  );
  filter: blur(3px);
  animation: aclHeroHaloPulse 8.5s ease-in-out infinite;
}

.acl-home-hero-cinematic {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.acl-hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  opacity: 0.62;
  mix-blend-mode: screen;
}

.acl-hero-orb--one {
  width: 420px;
  height: 420px;
  left: -140px;
  bottom: -240px;
  background: radial-gradient(
    circle,
    rgba(255, 31, 31, 0.32) 0%,
    rgba(255, 31, 31, 0) 68%
  );
  animation: aclHeroOrbDriftA 12s ease-in-out infinite alternate;
}

.acl-hero-orb--two {
  width: 320px;
  height: 320px;
  right: -96px;
  top: -120px;
  background: radial-gradient(
    circle,
    rgba(111, 166, 200, 0.36) 0%,
    rgba(111, 166, 200, 0) 70%
  );
  animation: aclHeroOrbDriftB 14s ease-in-out infinite alternate;
}

.acl-hero-orb--three {
  width: 240px;
  height: 240px;
  right: 26%;
  bottom: -90px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  animation: aclHeroOrbDriftC 9s ease-in-out infinite alternate;
}

.acl-hero-scan {
  position: absolute;
  inset: -40% -65% auto;
  height: 180%;
  transform: rotate(-11deg);
  background: linear-gradient(
    112deg,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 0.32) 50%,
    rgba(255, 255, 255, 0) 60%
  );
  opacity: 0.28;
  animation: aclHeroScanSweep 7.8s ease-in-out infinite;
}

.acl-home-hero-backdrop {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(6, 15, 24, 0.9) 0%,
    rgba(8, 18, 28, 0.74) 42%,
    rgba(8, 18, 28, 0.3) 100%
  );
  z-index: 1;
}

.acl-home-hero-row {
  position: relative;
  z-index: 3;
  align-items: center;
  min-height: 420px;
}

.acl-home-hero-copy {
  max-width: 560px;
}

.hero-items .acl-home-hero-item .acl-home-kicker {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 22px;
  backdrop-filter: blur(8px);
}

.hero-items .acl-home-hero-item h1 {
  color: #ffffff;
  font-size: 64px;
  line-height: 1;
  text-transform: none;
  margin-bottom: 22px;
  max-width: 620px;
}

.hero-items .acl-home-hero-item p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  line-height: 1.75;
  max-width: 520px;
  margin-bottom: 0;
}

.acl-home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.acl-home-btn,
.acl-home-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease,
    color 0.25s ease;
}

.acl-home-btn {
  background: #ff0000;
  box-shadow: 0 18px 40px rgba(240, 76, 35, 0.28);
  color: #ffffff;
}

.acl-home-btn:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 22px 45px rgba(240, 76, 35, 0.34);
}

.acl-home-btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.acl-home-btn-secondary:hover {
  color: #ffffff;
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.16);
}

.acl-home-btn-secondary--dark {
  background: rgba(14, 31, 45, 0.08);
  border-color: rgba(14, 31, 45, 0.12);
  color: #102233;
}

.acl-home-btn-secondary--dark:hover {
  color: #102233;
  background: rgba(14, 31, 45, 0.12);
}

.acl-home-hero-panel {
  background: rgba(9, 20, 31, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  padding: 26px;
  box-shadow: 0 24px 60px rgba(4, 12, 19, 0.35);
  backdrop-filter: blur(16px);
}

.acl-home-hero-panel-heading {
  margin-bottom: 18px;
}

.acl-home-hero-panel-heading p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin-bottom: 8px;
}

.acl-home-hero-panel-heading h4 {
  color: #ffffff;
  font-size: 28px;
  line-height: 1.15;
  margin: 0;
}

.acl-home-hero-product-list,
.acl-home-hero-generic-list {
  display: grid;
  gap: 14px;
}

.acl-home-hero-product,
.acl-home-hero-generic-card {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 14px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background-color 0.25s ease;
}

.acl-home-hero-product:hover,
.acl-home-hero-generic-card:hover {
  transform: translateY(-3px);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.12);
}

.acl-home-hero-product-media {
  width: 88px;
  height: 88px;
  border-radius: 18px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.acl-home-hero-product-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.acl-home-hero-product-copy p,
.acl-home-hero-product-copy h3,
.acl-home-hero-generic-card p,
.acl-home-hero-generic-card h3 {
  margin: 0;
}

.acl-home-hero-product-copy p {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.64);
}

.acl-home-hero-product-copy h3,
.acl-home-hero-generic-card h3 {
  font-size: 18px;
  line-height: 1.25;
  color: #ffffff;
  margin-bottom: 8px;
}

.acl-home-hero-price-wrap {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}

.acl-home-hero-price-wrap strong {
  font-size: 16px;
  color: #ffffff;
}

.acl-home-hero-price-wrap span {
  font-size: 13px;
  text-decoration: line-through;
  color: rgba(255, 255, 255, 0.52);
}

.hero-items.acl-hero-animate-once .owl-item.active .acl-home-kicker {
  animation: aclHeroTextIn 720ms cubic-bezier(0.22, 1, 0.36, 1) 60ms both;
}

.hero-items.acl-hero-animate-once .owl-item.active .acl-home-hero-item h1 {
  animation: aclHeroTextIn 880ms cubic-bezier(0.22, 1, 0.36, 1) 140ms both;
}

.hero-items.acl-hero-animate-once .owl-item.active .acl-home-hero-item p {
  animation: aclHeroTextIn 920ms cubic-bezier(0.22, 1, 0.36, 1) 220ms both;
}

.hero-items.acl-hero-animate-once .owl-item.active .acl-home-hero-actions {
  animation: aclHeroTextIn 930ms cubic-bezier(0.22, 1, 0.36, 1) 280ms both;
}

.hero-items.acl-hero-animate-once .owl-item.active .acl-home-hero-panel {
  animation: aclHeroPanelIn 920ms cubic-bezier(0.22, 1, 0.36, 1) 180ms both;
}

.hero-items.acl-hero-animate-once
  .owl-item.active
  .acl-home-hero-product-list
  .acl-home-hero-product,
.hero-items.acl-hero-animate-once
  .owl-item.active
  .acl-home-hero-generic-list
  .acl-home-hero-generic-card {
  opacity: 0;
  animation: aclHeroCardIn 820ms cubic-bezier(0.22, 1, 0.36, 1) 320ms forwards;
}

.hero-items.acl-hero-animate-once
  .owl-item.active
  .acl-home-hero-product-list
  .acl-home-hero-product:nth-child(2),
.hero-items.acl-hero-animate-once
  .owl-item.active
  .acl-home-hero-generic-list
  .acl-home-hero-generic-card:nth-child(2) {
  animation-delay: 410ms;
}

.hero-items.acl-hero-animate-once
  .owl-item.active
  .acl-home-hero-product-list
  .acl-home-hero-product:nth-child(3),
.hero-items.acl-hero-animate-once
  .owl-item.active
  .acl-home-hero-generic-list
  .acl-home-hero-generic-card:nth-child(3) {
  animation-delay: 500ms;
}

@keyframes aclHeroTextIn {
  0% {
    transform: translate3d(0, 34px, 0) scale(0.985);
    filter: blur(8px);
  }

  100% {
    transform: none;
    filter: none;
  }
}

@keyframes aclHeroPanelIn {
  0% {
    transform: translate3d(60px, 0, 0) scale(0.94) rotateY(-6deg);
    filter: blur(10px);
    box-shadow: 0 34px 74px rgba(4, 12, 19, 0.16);
  }

  100% {
    transform: none;
    filter: none;
    box-shadow: 0 24px 60px rgba(4, 12, 19, 0.35);
  }
}

@keyframes aclHeroCardIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 24px, 0) scale(0.96);
    filter: blur(6px);
  }

  100% {
    opacity: 1;
    transform: none;
    filter: none;
  }
}

@keyframes aclHeroGlowFloat {
  0% {
    transform: translate3d(-2%, -4%, 0) scale(1);
  }

  100% {
    transform: translate3d(4%, 2%, 0) scale(1.08);
  }
}

@keyframes aclHeroHaloPulse {
  0%,
  100% {
    transform: scale(0.96);
    opacity: 0.4;
  }

  50% {
    transform: scale(1.06);
    opacity: 0.78;
  }
}

@keyframes aclHeroOrbDriftA {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  100% {
    transform: translate3d(34px, -16px, 0) scale(1.08);
  }
}

@keyframes aclHeroOrbDriftB {
  0% {
    transform: translate3d(0, 0, 0) scale(0.98);
  }

  100% {
    transform: translate3d(-30px, 22px, 0) scale(1.06);
  }
}

@keyframes aclHeroOrbDriftC {
  0% {
    transform: translate3d(0, 0, 0) scale(0.94);
  }

  100% {
    transform: translate3d(22px, -18px, 0) scale(1.08);
  }
}

@keyframes aclHeroScanSweep {
  0% {
    transform: translate3d(-20%, -4%, 0) rotate(-11deg);
    opacity: 0;
  }

  16% {
    opacity: 0.46;
  }

  58% {
    opacity: 0.2;
  }

  100% {
    transform: translate3d(26%, 7%, 0) rotate(-11deg);
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .acl-home-hero-item--epic::before,
  .acl-home-hero-item--epic::after,
  .acl-home-hero-cinematic .acl-hero-orb,
  .acl-home-hero-cinematic .acl-hero-scan,
  .hero-items.acl-hero-animate-once .owl-item.active .acl-home-kicker,
  .hero-items.acl-hero-animate-once .owl-item.active .acl-home-hero-item h1,
  .hero-items.acl-hero-animate-once .owl-item.active .acl-home-hero-item p,
  .hero-items.acl-hero-animate-once .owl-item.active .acl-home-hero-actions,
  .hero-items.acl-hero-animate-once .owl-item.active .acl-home-hero-panel,
  .hero-items.acl-hero-animate-once
    .owl-item.active
    .acl-home-hero-product-list
    .acl-home-hero-product,
  .hero-items.acl-hero-animate-once
    .owl-item.active
    .acl-home-hero-generic-list
    .acl-home-hero-generic-card {
    animation: none !important;
    transition: none !important;
  }

  .hero-items.acl-hero-animate-once
    .owl-item.active
    .acl-home-hero-product-list
    .acl-home-hero-product,
  .hero-items.acl-hero-animate-once
    .owl-item.active
    .acl-home-hero-generic-list
    .acl-home-hero-generic-card {
    opacity: 1;
  }
}

.acl-home-hero-generic-card {
  grid-template-columns: 1fr;
}

.acl-home-media-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #edf1f5 0%, #cfd8e2 100%);
  color: #486173;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.acl-home-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 10px;
}

.acl-home-section-intro {
  padding-bottom: 0 !important;
}

.acl-home-section-intro p {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  font-weight: 700;
  color: #ff0000;
  margin-bottom: 12px;
}

.acl-home-section-intro h2 {
  max-width: 620px;
  margin-bottom: 0;
  line-height: 1.1;
}

.acl-home-link-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid rgba(15, 36, 51, 0.1);
  background: #ffffff;
  color: #102233;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-shadow: 0 12px 30px rgba(16, 34, 51, 0.08);
}

.acl-home-link-more:hover {
  color: #ff0000;
}

.acl-home-lines,
.acl-home-showcase,
.acl-home-trending,
.acl-home-chip-section,
.acl-home-cta {
  position: relative;
  z-index: 1;
}
/*
.acl-home-line-card {
  display: block;
  height: 100%;
  background: #ffffff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 55px rgba(16, 34, 51, 0.08);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
  margin-bottom: 24px;
}
*/
.acl-home-line-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 60px rgba(16, 34, 51, 0.12);
}

.acl-home-line-media {
  aspect-ratio: 3 / 4;
  background: linear-gradient(135deg, #f2f5f8 0%, #dce3ea 100%);
  overflow: hidden;
}

.acl-home-line-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.acl-home-line-card:hover .acl-home-line-media img {
  transform: scale(1.05);
}

.acl-home-line-copy {
  padding: 24px;
}

.acl-home-line-copy p {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #ff0000;
  margin-bottom: 10px;
}

.acl-home-line-copy h3 {
  font-size: 28px;
  line-height: 1.15;
  margin-bottom: 14px;
}

.acl-home-line-copy span {
  font-size: 14px;
  font-weight: 700;
  color: #102233;
}

.acl-home-product-card {
  display: flex;
  flex-direction: column;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  background: #ffffff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 55px rgba(16, 34, 51, 0.08);
}

.acl-home-product-media {
  aspect-ratio: 2 / 2; /* Ejemplo: cuadrado */
  position: relative;
  height: auto; /* Quita la altura fija */
  background: linear-gradient(180deg, #f7f9fb 0%, #edf2f6 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  overflow: hidden;
}

.acl-home-product-media img {
  width: 100%;
  height: auto; /* Altura automática */
  object-fit: cover; /* Cambiar de contain a cover */
  transition: transform 0.3s ease;
}

.acl-home-product-card:hover .acl-home-product-media img {
  transform: scale(1.05);
}

.acl-home-product-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 26px;
}

.acl-home-product-tag {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #ff0000;
  margin-bottom: 12px;
}

.acl-home-product-body h3 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 14px;
}

.acl-home-product-body h3 a {
  color: #102233;
}

.acl-home-product-body h3 a:hover {
  color: #ff0000;
}

.acl-home-product-summary {
  margin-bottom: 22px;
  color: #647585;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 88px;
}

.acl-home-product-footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.acl-home-product-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}

.acl-home-product-price strong {
  font-size: 24px;
  line-height: 1;
  color: #102233;
}

.acl-home-product-price span {
  font-size: 14px;
  color: #8fa0af;
  text-decoration: line-through;
}

.acl-home-product-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.acl-home-icon-btn {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(16, 34, 51, 0.12);
  background: #ffffff;
  color: #102233;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

.acl-home-icon-btn:hover {
  background: #102233;
  color: #ffffff;
  transform: translateY(-2px);
}

.acl-home-benefits {
  padding: 34px 0 10px;
  background: linear-gradient(180deg, #f7fafc 0%, #edf3f7 100%);
}

.acl-home-benefit-card {
  height: calc(100% - 24px);
  margin-bottom: 24px;
  padding: 28px;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 16px 40px rgba(16, 34, 51, 0.06);
}

.acl-home-benefit-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: linear-gradient(135deg, #102233 0%, #234662 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 18px;
}

.acl-home-benefit-card h3 {
  font-size: 20px;
  margin-bottom: 14px;
}

.acl-home-benefit-card p {
  margin-bottom: 0;
  color: #647585;
}

.acl-home-trending-card {
  display: block;
  height: calc(100% - 24px);
  margin-bottom: 24px;
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(16, 34, 51, 0.08);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.acl-home-trending-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 50px rgba(16, 34, 51, 0.12);
}

.acl-home-trending-media {
  height: 220px;
  background: linear-gradient(180deg, #f7f9fb 0%, #edf2f6 100%);
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.acl-home-trending-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.acl-home-trending-copy {
  padding: 20px 22px 24px;
}

.acl-home-trending-copy p {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #ff0000;
  margin-bottom: 10px;
}

.acl-home-trending-copy h3 {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 0;
  color: #102233;
}

.acl-home-chip-section {
  padding: 10px 0;
}

.acl-home-chip-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.acl-home-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(16, 34, 51, 0.08);
  box-shadow: 0 10px 26px rgba(16, 34, 51, 0.06);
  font-size: 14px;
  font-weight: 700;
  color: #102233;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.acl-home-chip:hover {
  color: #ff0000;
}

.acl-home-cta-box {
  padding: 42px;
  border-radius: 34px;
  background: linear-gradient(135deg, #102233 0%, #17324a 48%, #ff0000 100%);
  box-shadow: 0 30px 80px rgba(16, 34, 51, 0.18);
}

.acl-home-cta-box h2,
.acl-home-cta-box p {
  color: #ffffff;
}

.acl-home-cta-kicker {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.72) !important;
}

.acl-home-cta-box h2 {
  font-size: 46px;
  line-height: 1.08;
  max-width: 700px;
  margin-bottom: 18px;
}

.acl-home-cta-box p:last-child {
  margin-bottom: 0;
  max-width: 680px;
  color: rgba(255, 255, 255, 0.82);
}

.acl-home-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: stretch;
  justify-content: center;
  height: 100%;
}

.acl-home-cta-actions .acl-home-btn,
.acl-home-cta-actions .acl-home-btn-secondary {
  width: 100%;
}

@media (max-width: 1199px) {
  .hero-items .acl-home-hero-item h1 {
    font-size: 52px;
  }

  .acl-home-hero-item {
    padding: 110px 0 84px;
  }
}

@media (max-width: 991px) {
  .acl-home-hero-item {
    min-height: auto;
    padding: 100px 0 72px;
  }

  .hero-items .acl-home-hero-item h1 {
    font-size: 44px;
  }

  .acl-home-hero-panel {
    margin-top: 30px;
  }

  .acl-home-section-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .acl-home-cta-box {
    padding: 34px 28px;
  }

  .acl-home-cta-box h2 {
    font-size: 38px;
  }

  .acl-home-cta-actions {
    margin-top: 26px;
  }
}

@media (max-width: 767px) {
  .acl-home-hero-section {
    margin-bottom: 24px;
  }

  .acl-home-hero-item--epic::after {
    width: 72%;
    right: -34%;
    top: -20%;
    opacity: 0.78;
  }

  .acl-hero-orb--one {
    width: 300px;
    height: 300px;
    left: -120px;
    bottom: -180px;
  }

  .acl-hero-orb--two {
    width: 220px;
    height: 220px;
    right: -84px;
    top: -96px;
  }

  .acl-hero-orb--three {
    width: 160px;
    height: 160px;
    right: 10%;
    bottom: -58px;
  }

  .acl-hero-scan {
    inset: -42% -88% auto;
    opacity: 0.2;
  }

  .hero-items .acl-home-hero-item .acl-home-kicker {
    font-size: 11px;
    letter-spacing: 0.12em;
  }

  .hero-items .acl-home-hero-item h1 {
    font-size: 36px;
  }

  .hero-items .acl-home-hero-item p {
    font-size: 16px;
  }

  .acl-home-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .acl-home-btn,
  .acl-home-btn-secondary,
  .acl-home-link-more {
    width: 100%;
  }

  .acl-home-line-media,
  .acl-home-product-media,
  .acl-home-trending-media {
    height: 220px;
  }

  .acl-home-product-summary {
    min-height: 0;
  }

  .acl-home-product-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .acl-home-product-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .acl-home-cta-box h2 {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .acl-home-hero-item {
    padding: 84px 0 58px;
  }

  .hero-items .acl-home-hero-item h1 {
    font-size: 32px;
  }

  .acl-home-hero-product,
  .acl-home-hero-generic-card {
    grid-template-columns: 1fr;
  }

  .acl-home-hero-product-media {
    width: 100%;
    height: 180px;
  }

  .acl-home-chip-list {
    justify-content: flex-start;
  }

  .acl-home-chip {
    width: 100%;
  }
}

/* ─────────────────────────────────────────────
   ACL FOOTER
───────────────────────────────────────────── */

.acl-footer {
  background: #0c1f2e;
  margin-top: 0;
}

.acl-footer-main {
  padding: 72px 0 48px;
  border-top: 3px solid #ff0000;
}

.acl-footer-widget {
  margin-bottom: 40px;
}

.acl-footer-brand {
  margin-bottom: 20px;
}

.acl-footer-brand-name {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.acl-footer-about p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 24px;
}

.acl-footer-about p strong {
  color: rgba(255, 255, 255, 0.9);
}

.acl-footer-social {
  display: flex;
  gap: 10px;
}

.acl-footer-social-btn {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

.acl-footer-social-btn:hover {
  background: #ff0000;
  border-color: #ff0000;
  color: #ffffff;
  transform: translateY(-3px);
}

.acl-footer-title {
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.14em !important;
  color: #ffffff !important;
  margin-bottom: 22px !important;
  padding-bottom: 12px;
  border-bottom: 2px solid #ff0000;
  display: inline-block;
  line-height: 1 !important;
}

.acl-footer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.acl-footer-nav li {
  margin-bottom: 10px;
}

.acl-footer-nav li a {
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  transition:
    color 0.2s ease,
    padding-left 0.2s ease;
}

.acl-footer-nav li a::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ff0000;
  flex-shrink: 0;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.acl-footer-nav li a:hover {
  color: #ffffff;
  padding-left: 8px;
}

.acl-footer-nav li a:hover::before {
  opacity: 1;
}

.acl-footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 18px;
}

.acl-footer-contact-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.6;
}

.acl-footer-contact-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(255, 0, 0, 0.12);
  border: 1px solid rgba(255, 0, 0, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ff0000;
  font-size: 13px;
  flex-shrink: 0;
}

.acl-footer-contact-list a {
  color: rgba(255, 255, 255, 0.68);
  transition: color 0.2s ease;
}

.acl-footer-contact-list a:hover {
  color: #ffffff;
}

.acl-footer-bottom {
  padding: 18px 0;
  background: #071420;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.acl-footer-bottom p {
  color: rgba(255, 255, 255, 0.46);
  font-size: 13px;
  margin: 0;
}

.acl-footer-bottom a {
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.2s ease;
}

.acl-footer-bottom a:hover {
  color: #ff0000;
}

@media (max-width: 991px) {
  .acl-footer-main {
    padding: 54px 0 32px;
  }
}

@media (max-width: 767px) {
  .acl-footer-main {
    padding: 42px 0 24px;
  }

  .acl-footer-title {
    font-size: 12px !important;
  }
}
/*
  FIX RESPONSIVE HERO (portatil/tablet)
  Neutraliza reglas legacy de .single-hero-items que pisan el rediseño ACL.
*/

.hero-items .single-hero-items.acl-home-hero-item {
  height: auto !important;
  padding: 80px 0 60px !important;
}

.hero-items .single-hero-items.acl-home-hero-item .acl-home-kicker,
.hero-items .single-hero-items.acl-home-hero-item h1,
.hero-items .single-hero-items.acl-home-hero-item p,
.hero-items .single-hero-items.acl-home-hero-item .primary-btn {
  position: static !important;
  top: auto !important;
  opacity: 1 !important;
}

.hero-items .single-hero-items.acl-home-hero-item h1 {
  margin-top: 0 !important;
  font-size: clamp(34px, 4.2vw, 64px) !important;
  line-height: 1.08 !important;
  max-width: 100%;
}

.hero-items .single-hero-items.acl-home-hero-item p {
  margin-bottom: 0 !important;
}

.acl-home-hero-product-copy h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .hero-items .single-hero-items.acl-home-hero-item {
    padding: 70px 0 52px !important;
  }

  .acl-home-hero-row {
    min-height: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }

  .acl-home-hero-row > [class*="col-"] {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .acl-home-hero-copy {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0;
  }

  .acl-home-hero-panel {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 22px;
  }
}

@media (max-width: 991px) {
  .hero-items .single-hero-items.acl-home-hero-item {
    padding: 62px 0 46px !important;
  }

  .hero-items .single-hero-items.acl-home-hero-item h1 {
    font-size: clamp(30px, 5.2vw, 48px) !important;
    line-height: 1.12 !important;
  }
}

@media (max-width: 767px) {
  .hero-items .single-hero-items.acl-home-hero-item {
    padding: 54px 0 40px !important;
  }

  .hero-items .single-hero-items.acl-home-hero-item h1 {
    font-size: clamp(28px, 8vw, 36px) !important;
  }

  .acl-home-hero-product,
  .acl-home-hero-generic-card {
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 12px;
  }

  .acl-home-hero-product-media {
    width: 74px;
    height: 74px;
  }
}

@media (max-width: 575px) {
  .hero-items .single-hero-items.acl-home-hero-item {
    padding: 46px 0 34px !important;
  }

  .acl-home-hero-product,
  .acl-home-hero-generic-card {
    grid-template-columns: 1fr;
  }

  .acl-home-hero-product-media {
    width: 100%;
    height: 170px;
  }
}
/* ===== PÁGINA DE PRODUCTO (DETALLE) ===== */
.acl-product-detail {
  padding: 0;
}
.acl-product-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-bottom: 0;
}
.acl-product-gallery {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.acl-product-main-image {
  background: #f8f9fa;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  height: 400px;
}
.acl-product-main-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.acl-product-thumbs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 10px;
}
.acl-product-thumb {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  background: #f0f2f4;
  padding: 8px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.2s;
}
.acl-product-thumb:hover,
.acl-product-thumb.active {
  border-color: #ff0000;
}
.acl-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.acl-product-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.acl-product-title {
  font-size: 36px;
  color: #102233;
  margin-bottom: 10px;
}
.acl-product-price-box {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.acl-current-price {
  font-size: 32px;
  font-weight: 700;
  color: #102233;
}
.acl-old-price {
  font-size: 20px;
  color: #8fa0af;
  text-decoration: line-through;
}
.acl-badge {
  background: #ff0000;
  color: #fff;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
}
.acl-product-meta p {
  margin-bottom: 8px;
  color: #647585;
}
.acl-product-meta a {
  color: #102233;
  font-weight: 500;
}
.acl-select {
  padding: 8px 12px;
  border: 1px solid #e1e6ea;
  border-radius: 12px;
  background: #fff;
  margin-left: 10px;
}
.acl-stock {
  font-weight: 700;
  padding: 5px 0;
}
.acl-in-stock {
  color: #28a745;
}
.acl-out-of-stock {
  color: #dc3545;
}
.acl-product-actions {
  margin-top: 10px;
}
.acl-home-btn-disabled {
  background: #ccc !important;
  cursor: not-allowed;
  opacity: 0.6;
}
.acl-coupon-box {
  display: flex;
  gap: 10px;
  align-items: center;
  max-width: 400px;
  margin: 20px 0;
}
.acl-input {
  flex: 1;
  padding: 12px 16px;
  border: 1px solid #e1e6ea;
  border-radius: 999px;
  font-size: 14px;
}
.acl-video-thumb {
  position: relative;
  max-width: 100%;
  border-radius: 16px;
  overflow: hidden;
  margin-top: 20px;
}
.acl-video-thumb img {
  width: 100%;
  display: block;
}
.acl-play-icon {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(255, 255, 255, 0.9);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  color: #ff0000;
}
.acl-product-tabs {
  margin-top: 0px;
}
.acl-tab-nav {
  display: flex;
  gap: 30px;
  border-bottom: 2px solid #eef2f6;
  padding-bottom: 10px;
  list-style: none;
}
.acl-tab-nav li a {
  font-size: 18px;
  font-weight: 600;
  color: #647585;
  text-decoration: none;
}
.acl-tab-nav li.active a {
  color: #ff0000;
  position: relative;
}
.acl-tab-nav li.active a::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ff0000;
}
.acl-tab-content {
  padding: 30px 0;
  color: #647585;
  line-height: 1.7;
}
.acl-tab-pane {
  display: none;
}
.acl-tab-pane.active {
  display: block;
}
@media (max-width: 991px) {
  .acl-product-detail-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .acl-product-title {
    font-size: 28px;
  }
}
.acl-video-placeholder {
  background: #f0f2f4;
  border-radius: 16px;
  padding: 40px 20px;
  text-align: center;
  color: #647585;
  font-weight: 500;
  font-size: 16px;
}
/* ===== MEJORAS PARA LAS PESTAÑAS DE PRODUCTO ===== */
.acl-product-tabs {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  padding: 11px;
}

.acl-tab-nav {
  display: flex;
  gap: 10px;
  border-bottom: 2px solid #eef2f6;
  padding-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
}

.acl-tab-nav li {
  margin-bottom: -2px; /* para que el borde activo se superponga */
}

.acl-tab-nav li a {
  display: inline-block;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 600;
  color: #647585;
  text-decoration: none;
  border-radius: 30px 30px 0 0;
  transition: all 0.3s ease;
  background: transparent;
  border: 2px solid transparent;
  border-bottom: none;
}

.acl-tab-nav li a:hover {
  color: #ff0000;
  background: rgba(255, 0, 0, 0.05);
}

.acl-tab-nav li.active a {
  color: #ff0000;
  background: #fff;
  border-color: #eef2f6;
  border-bottom-color: #fff;
  position: relative;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.02);
}

.acl-tab-nav li.active a::after {
  content: none; /* eliminamos la línea roja inferior si no gusta */
}

/* Contenido de las pestañas */
.acl-tab-content {
  padding: 20px 0 10px;
  color: #4a5a6a;
  line-height: 1.8;
  font-size: 16px;
}

.acl-tab-pane {
  display: none;
  animation: fadeIn 0.3s ease;
}

.acl-tab-pane.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mejora para textos dentro de las pestañas */
.acl-tab-pane p {
  margin-bottom: 1.2em;
  color: #4a5a6a;
}

.acl-tab-pane h1,
.acl-tab-pane h2,
.acl-tab-pane h3,
.acl-tab-pane h4,
.acl-tab-pane h5,
.acl-tab-pane h6 {
  color: #102233;
  margin-top: 1.5em;
  margin-bottom: 0.8em;
  font-weight: 600;
}

.acl-tab-pane ul,
.acl-tab-pane ol {
  padding-left: 20px;
  margin-bottom: 1.2em;
}

.acl-tab-pane li {
  margin-bottom: 0.3em;
}

.acl-tabs-row {
  margin-top: 34px;
  align-items: stretch;
}

.acl-tabs-row > .col-lg-9,
.acl-tabs-row > .col-lg-3 {
  display: flex;
}

.acl-product-tabs,
.acl-product-sidebar {
  width: 100%;
}

.acl-product-tabs {
  border: 1px solid #e8edf2;
  box-shadow: 0 18px 42px rgba(16, 34, 51, 0.08);
}

.acl-product-sidebar {
  background: #fff;
  border: 1px solid #e8edf2;
  border-radius: 24px;
  box-shadow: 0 18px 42px rgba(16, 34, 51, 0.08);
  padding: 20px;
  position: sticky;
  top: 95px;
}

.acl-sidebar-title {
  margin: 0 0 14px;
  font-size: 20px;
  color: #102233;
  padding-bottom: 10px;
  border-bottom: 1px solid #eef2f6;
}

.acl-btn-primary {
  background: #ff0000;
  color: #fff;
  border: 1px solid #ff0000;
  border-radius: 14px;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
}

.acl-btn-block {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  margin-bottom: 10px;
  font-weight: 600;
}

.acl-btn-primary:hover {
  background: #fff;
  color: #ff0000;
  box-shadow: 0 10px 26px rgba(255, 0, 0, 0.18);
  transform: translateY(-1px);
}

.acl-btn-primary.acl-btn-disabled {
  background: #f3f5f7;
  color: #8b96a1;
  border-color: #e1e6ea;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}

/* Responsive */
@media (max-width: 767px) {
  .acl-product-tabs {
    padding: 20px;
  }
  .acl-tab-nav li a {
    padding: 8px 16px;
    font-size: 14px;
  }

  .acl-tabs-row > .col-lg-9,
  .acl-tabs-row > .col-lg-3 {
    display: block;
  }

  .acl-product-sidebar {
    margin-top: 18px;
    position: static;
    top: auto;
  }
}
/* ===== PÁGINA DE CONTACTO (ACL) ===== */
.acl-page-header {
  text-align: center;
  margin-bottom: 30px;
}
.acl-page-header-kicker {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #ff0000;
  margin-bottom: 10px;
}
.acl-page-header-title {
  font-size: 42px;
  color: #102233;
  margin-bottom: 15px;
  line-height: 1.2;
}
.acl-page-header-subtitle {
  font-size: 18px;
  color: #647585;
  max-width: 700px;
  margin: 0 auto;
}

.acl-map-section {
  margin-bottom: 60px;
}
.acl-map-wrapper {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(16, 34, 51, 0.1);
}

.acl-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: start;
}
@media (max-width: 991px) {
  .acl-contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.acl-contact-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.acl-contact-card {
  display: flex;
  gap: 20px;
  background: #fff;
  padding: 30px;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(16, 34, 51, 0.06);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.acl-contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(16, 34, 51, 0.1);
}
.acl-contact-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #102233 0%, #234662 100%);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  flex-shrink: 0;
}
.acl-contact-details h3 {
  font-size: 22px;
  color: #102233;
  margin-bottom: 8px;
}
.acl-contact-details p {
  color: #647585;
  margin-bottom: 5px;
  line-height: 1.6;
}
.acl-contact-details a {
  color: #102233;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s;
}
.acl-contact-details a:hover {
  color: #ff0000;
}
.acl-contact-schedule {
  font-size: 14px;
  color: #8fa0af !important;
}

.acl-contact-form-wrapper {
  background: #fff;
  border-radius: 32px;
  padding: 40px;
  box-shadow: 0 20px 50px rgba(16, 34, 51, 0.08);
}
.acl-contact-form-title {
  font-size: 28px;
  color: #102233;
  margin-bottom: 25px;
  text-align: center;
}
.acl-contact-form .acl-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .acl-contact-form .acl-form-row {
    grid-template-columns: 1fr;
  }
}
.acl-form-group {
  margin-bottom: 20px;
}
.acl-form-group label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #102233;
  margin-bottom: 6px;
}
.acl-form-control {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid #e1e6ea;
  border-radius: 16px;
  font-size: 15px;
  color: #102233;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
  background: #f9fafc;
}
.acl-form-control:focus {
  outline: none;
  border-color: #ff0000;
  box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.1);
  background: #fff;
}
.acl-form-control::placeholder {
  color: #a0b0c0;
}
textarea.acl-form-control {
  resize: vertical;
  min-height: 120px;
}
.acl-form-actions {
  text-align: center;
  margin-top: 10px;
}
.acl-form-actions .acl-home-btn {
  min-width: 200px;
  border: none;
  cursor: pointer;
}
.acl-form-actions .acl-home-btn:hover {
  background: #d00000;
}

/* Ajustes responsive adicionales */
@media (max-width: 767px) {
  .acl-page-header-title {
    font-size: 32px;
  }
  .acl-page-header-subtitle {
    font-size: 16px;
  }
  .acl-contact-card {
    padding: 20px;
  }
  .acl-contact-icon {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  .acl-contact-details h3 {
    font-size: 20px;
  }
  .acl-contact-form-wrapper {
    padding: 25px;
  }
}
/* ===== SECCIÓN DE ASESORÍA EN PRODUCTO (ACL) ===== */
.acl-asesoria-section {
  margin-top: 80px;
  margin-bottom: 40px;
}
.acl-asesoria-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  background: linear-gradient(135deg, #102233 0%, #17324a 48%, #ff0000 100%);
  border-radius: 32px;
  padding: 50px;
  box-shadow: 0 30px 60px rgba(16, 34, 51, 0.2);
  color: #fff;
}
@media (max-width: 991px) {
  .acl-asesoria-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 30px;
  }
}
.acl-asesoria-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.acl-asesoria-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 60px;
  padding: 8px 16px 8px 8px;
  width: fit-content;
  backdrop-filter: blur(4px);
}
.acl-asesoria-icon {
  width: 40px;
  height: 40px;
  background: #ff0000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
}
.acl-asesoria-tag {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
}
.acl-asesoria-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin: 10px 0 5px;
  color: #fff;
}
.acl-asesoria-highlight {
  color: #ff0000;
  background: rgba(255, 255, 255, 0.15);
  padding: 0 5px;
  border-radius: 12px;
}
.acl-asesoria-description {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin-bottom: 20px;
}
.acl-asesoria-contact {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 10px;
}
.acl-asesoria-contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.acl-asesoria-contact-icon {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #ff0000;
}
.acl-asesoria-contact-item strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 2px;
}
.acl-asesoria-contact-item a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s;
}
.acl-asesoria-contact-item a:hover {
  color: #ff0000;
}

/* Formulario dentro de la sección de asesoría */
.acl-asesoria-form-wrapper {
  background: #fff;
  border-radius: 28px;
  padding: 35px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.acl-asesoria-form-title {
  font-size: 24px;
  color: #102233;
  margin-bottom: 25px;
  text-align: center;
  font-weight: 700;
}
.acl-asesoria-form .acl-form-group {
  margin-bottom: 20px;
}
.acl-asesoria-form label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #102233;
  margin-bottom: 6px;
}
.acl-asesoria-form .acl-form-control {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid #e1e6ea;
  border-radius: 16px;
  font-size: 15px;
  color: #102233;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
  background: #f9fafc;
}
.acl-asesoria-form .acl-form-control:focus {
  outline: none;
  border-color: #ff0000;
  box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.1);
  background: #fff;
}
.acl-asesoria-form .acl-checkbox-group {
  display: flex;
  align-items: center;
  gap: 10px;
}
.acl-asesoria-form .acl-checkbox-group input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: #ff0000;
}
.acl-asesoria-form .acl-checkbox-group label {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  color: #647585;
}
.acl-asesoria-form .acl-checkbox-group a {
  color: #ff0000;
  text-decoration: none;
}
.acl-asesoria-form .acl-checkbox-group a:hover {
  text-decoration: underline;
}
.acl-asesoria-form .acl-form-actions {
  text-align: center;
  margin-top: 10px;
}
.acl-asesoria-form .acl-home-btn {
  width: 100%;
  padding: 14px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
.acl-asesoria-form .acl-home-btn:hover {
  background: #d00000;
}

/* Responsive para móviles */
@media (max-width: 767px) {
  .acl-asesoria-title {
    font-size: 28px;
  }
  .acl-asesoria-description {
    font-size: 16px;
  }
  .acl-asesoria-contact-item a {
    font-size: 16px;
  }
  .acl-asesoria-form-wrapper {
    padding: 25px;
  }
}

/* Banner categoría: <img> a ancho completo; altura = proporcional (sin franjas) */
#category.category-banner-fluid.blog-banner-area {
  height: auto;
  min-height: 0;
  position: relative;
  display: block;
}

#category.category-banner-fluid.blog-banner-area::after {
  display: none;
  content: none;
}

#category.category-banner-fluid .category-banner-media {
  position: relative;
  width: 100%;
  line-height: 0;
  background: #f1f6f7;
}

#category.category-banner-fluid .category-banner-img {
  display: block;
  width: 100%;
  height: auto;
}

#category.category-banner-fluid .category-banner-media--fallback {
  min-height: 280px;
  background-color: #f1f6f7;
  background-size: cover;
  background-position: center;
}

@media (min-width: 1000px) {
  #category.category-banner-fluid .category-banner-media--fallback {
    min-height: 500px;
  }
}

#category.category-banner-fluid .category-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  pointer-events: none;
}

#category.category-banner-fluid .category-banner-overlay .category-hero-card {
  pointer-events: auto;
}

#category.category-banner-fluid .blog-banner {
  position: static;
  top: auto;
  left: auto;
  transform: none;
  width: 100%;
}

/* Hero categoría / subcategoría (tarjeta sobre banner) */
@keyframes categoryHeroCardIn {
  from {
    opacity: 0;
    transform: translateY(28px) scale(0.94) rotateX(8deg);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1) rotateX(0deg);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.14);
  }
}

@keyframes categoryHeroEyebrowIn {
  from {
    opacity: 0;
    transform: translateY(10px);
    letter-spacing: 0.28em;
  }
  to {
    opacity: 1;
    transform: translateY(0);
    letter-spacing: 0.02em;
  }
}

@keyframes categoryHeroTitleEnter {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.97);
    filter: blur(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes categoryHeroTitleShine {
  0%,
  100% {
    background-position: 0% center;
  }
  50% {
    background-position: 100% center;
  }
}

.blog-banner-area .blog-banner .category-hero-card {
  display: inline-block;
  max-width: 100%;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.14);
  padding: 22px 36px 26px;
  border-bottom: 4px solid #ff0000;
  text-align: center;
  perspective: 900px;
  transform-style: preserve-3d;
  animation: categoryHeroCardIn 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.45s ease;
}

.blog-banner-area .blog-banner .category-hero-card:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18), 0 0 0 1px rgba(255, 0, 0, 0.12);
}

.blog-banner-area .blog-banner .category-hero-eyebrow {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  margin: 0 0 10px;
  letter-spacing: 0.02em;
  text-transform: none;
  animation: categoryHeroEyebrowIn 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.12s both;
}

.blog-banner-area .blog-banner .category-hero-title {
  display: inline-block;
  font-size: 26px;
  font-weight: 800;
  margin: 0;
  line-height: 1.2;
  text-transform: capitalize;
  max-width: 100%;
  /* Brillo que recorre el texto (marca roja) */
  background-image: linear-gradient(
    105deg,
    #0d0d0d 0%,
    #1f1f1f 38%,
    #5a5a5a 44%,
    #ff1a1a 50%,
    #5a5a5a 56%,
    #1f1f1f 62%,
    #0d0d0d 100%
  );
  background-size: 220% 100%;
  background-position: 0% center;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: categoryHeroTitleEnter 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.22s both,
    categoryHeroTitleShine 11s ease-in-out infinite 1.1s;
  text-shadow: none;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.blog-banner-area .blog-banner .category-hero-card:hover .category-hero-title {
  transform: scale(1.03);
}

@media (min-width: 992px) {
  .blog-banner-area .blog-banner .category-hero-title {
    font-size: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .blog-banner-area .blog-banner .category-hero-card,
  .blog-banner-area .blog-banner .category-hero-eyebrow,
  .blog-banner-area .blog-banner .category-hero-title {
    animation: none !important;
    transition: none !important;
  }

  .blog-banner-area .blog-banner .category-hero-card {
    opacity: 1;
    transform: none;
  }

  .blog-banner-area .blog-banner .category-hero-eyebrow {
    opacity: 1;
    transform: none;
    letter-spacing: 0.02em;
  }

  .blog-banner-area .blog-banner .category-hero-title {
    background: none;
    -webkit-background-clip: unset;
    background-clip: unset;
    color: #111111;
    transform: none;
    filter: none;
  }

  .blog-banner-area .blog-banner .category-hero-card:hover {
    transform: none;
  }

  .blog-banner-area .blog-banner .category-hero-card:hover .category-hero-title {
    transform: none;
  }
}
