/* Overlay */
.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.35),
    rgba(0, 0, 0, 0.55)
  );
}

/* =====================================================
   SECCIONES GENERALES
   ===================================================== */
.interactive-modern__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 60px;
  max-width: 1000px;
}

.feature-group {
  background: #ffffff;
  border-radius: 20px;
  border: 1.5px solid rgba(0, 0, 0, 0.12);
  padding: 1.6rem 1.6rem 1.8rem;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05);
}

.feature-group:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.08);
}

.section-header-center {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
}

.section-header-center h2 {
  font-size: 2.6rem;
  margin-bottom: 14px;
}

.sections__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1.6rem;
  margin-top: 3.5rem;
}

.section-card {
  background-color: #ffffff;
  border-radius: var(--radius-lg);
  padding: 2.4rem;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.package-card--featured {
  border: 1px solid rgba(31, 60, 74, 0.35);
  animation: featuredFloat 6s ease-in-out infinite;
}

.package-card,
.process-step,
.section-card {
  background-color: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(2px);
}

.package-card:hover,
.process-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

.package-card::before,
.process-step::before,
.section-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  pointer-events: none;
}

/* =====================================================
   INVITACIÓN INTERACTIVA
   ===================================================== */
.interactive-modern {
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}

.interactive-modern > * {
  position: relative;
  z-index: 1;
}

.interactive-modern::before {
  content: "";
  position: absolute;
  transform: translateX(10%);
  top: 18%;
  width: 420px;
  height: 420px;
  background: url("../img/acuarela.png") no-repeat center/contain;
  opacity: 0.22;
  pointer-events: none;
  z-index: 0;
}

.interactive-modern::after {
  content: "";
  position: absolute;
  right: 0;
  top: 42%;
  transform: translateX(100%);
  width: 380px;
  height: 380px;
  background: url("../img/acuarela.png") no-repeat center/contain;
  opacity: 0.2;
  pointer-events: none;
  z-index: 0;
}

.interactive-modern__intro {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 4rem;
}

.interactive-modern__intro h2 {
  margin-bottom: 1rem;
}

.interactive-modern__grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* ================= MEDIA ================= */

.phone-mockup {
  position: relative;
  width: 100%;
  max-width: 260px;
  aspect-ratio: 9 / 19;
  margin: 0 auto;

  padding: 14px 14px 22px;

  border-radius: 40px;
  background: linear-gradient(145deg,#111,#000);
  box-shadow:
    0 30px 60px rgba(0,0,0,.2),
    inset 0 0 0 2px rgba(255,255,255,.05);

  overflow: hidden;
}

/* pantalla del teléfono */
.phone-screen{
  width:100%;
  height:100%;
  border-radius:28px;
  overflow:hidden;
}

/* video */
.phone-screen video{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.mockup-wrapper {
  position: relative;
  width: fit-content;
  margin: 10px auto;
}

.video-arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(6px);
  color: #fff;
  font-size: 26px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.video-arrow:hover {
  background: #ee2b6c;
  transform: scale(1.1);
}

.video-prev {
  left: -60px;
}

.video-next {
  right: -60px;
}

#catalogVideo {
transition: opacity .25s ease;
}
@media (max-width: 768px) {

  .video-arrow {
    width: 36px;
    height: 36px;
    font-size: 20px;
  }

  .video-prev {
    left: -40px;
  }

  .video-next {
    right: -40px;
  }

}

.phone-mockup::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 20px;
  background: #000;
  border-radius: 12px;
}

/* Pantalla */
.phone-mockup video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
  display: block;
}

.interactive-modern__video-wrapper {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
}

.interactive-modern__video-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.1),
    transparent 40%
  );
  pointer-events: none;
}

/* ================= FEATURES ================= */
.feature-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
}

.feature-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
  flex-shrink: 0;
}

@keyframes floatIcon {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0px);
  }
}

.feature-group h4 {
  font-size: 1rem;
  margin-bottom: 0.8rem;
  font-weight: 700;
  color: var(--color-primary);
}

/* ===== QUITAR BULLETS FEATURES ===== */

.feature-group ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.feature-group li {
  font-size: 0.88rem;
  margin-bottom: 10px;
  opacity: 0.85;
}
/* ================= COMPARATIVA ================= */

.interactive-modern__compare {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.interactive-modern__compare h3 {
  margin-bottom: 2.5rem;
  font-size: 1.4rem;
}

/* =========================
   DIFERENCIADOR
   ========================= */

.diff-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  margin-top: 3rem;
}

/* Card base */
.diff-card {
  background: var(--color-bg);
  border-radius: 22px;
  padding: 2.5rem 2rem;
  text-align: left;
  transition: all 0.35s ease;
  transform: translateY(0);
  position: relative;
}

.diff-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
}

.diff-card h5 {
  margin-bottom: 1.2rem;
  font-weight: 700;
  font-size: 0.95rem;
}

.diff-card ul {
  list-style: none;
  padding: 0;
}

.diff-card li {
  margin-bottom: 0.8rem;
  font-size: 0.9rem;
  color: var(--color-text-muted);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Tradicional apagado */
.diff-card--muted {
  background: #f7f7f7;
  opacity: 0.9;
}

/* Highlight */
.diff-card--highlight {
  background: #ffffff;
  border: 1.5px solid var(--color-primary);
  box-shadow: 0 25px 50px rgba(238, 43, 108, 0.15);
}

.diff-card--highlight h5 {
  color: var(--color-primary);
}

/* Check y X */
.diff-card li::after {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.85rem;
  font-weight: 600;
}

.diff-card li.yes::after {
  content: "✓";
  color: #22c55e;
  border: 2px solid #22c55e;
}

.diff-card li.no::after {
  content: "✕";
  opacity: 0.3;
  border: 1.5px solid #232324;
  color: #2a2b2c;
}

/* CTA */

.interactive-modern__cta {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}

.interactive-modern__cta .btn {
  position: relative;
  transition: all 0.3s ease;
}

.interactive-modern__cta .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 35px rgba(238, 43, 108, 0.22);
}

.interactive-modern__divider {
  width: 60px;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    var(--color-primary),
    transparent
  );
  margin: 4rem auto;
  opacity: 0.4;
}

/* =====================================================
   DIGITAL ADVANTAGE – ULTRA REFINED
   ===================================================== */

.digital-advantage {
  padding: 7rem 0;
}

/* GRID más estrecho y centrado */
.digital-advantage__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.2rem;
  max-width: 760px;
  margin: 0 auto;
}

/* CARD BASE */
.adv-card {
  padding: 2rem 1.9rem;
  border-radius: 18px;
  background: #ffffff;
  transition: 0.3s ease;
}

/* SIN hover exagerado */
.adv-card:hover {
  transform: translateY(-3px);
}

/* BADGE minimal */
.adv-badge {
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: 1rem;
  display: block;
}

/* Título más fino */
.adv-card h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 1.4rem;
  letter-spacing: 0.02em;
}

/* LISTA SUPER LIMPIA */
.adv-features {
  display: flex;
  flex-direction: column;
}

.adv-features p {
  font-size: 0.88rem;
  color: var(--color-text-muted);
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.adv-features p:last-child {
  border-bottom: none;
}

/* Tradicional muy tenue */
.adv-card--muted {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
}

.adv-card--highlight {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #fff9fc 100%);
  border: 1px solid rgba(238, 43, 108, 0.35);
  box-shadow:
    0 20px 45px rgba(238, 43, 108, 0.12),
    0 0 0 1px rgba(238, 43, 108, 0.08);
}

/* Glow sutil */
.adv-card--highlight::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: radial-gradient(
    circle at top,
    rgba(238, 43, 108, 0.18),
    transparent 60%
  );
  opacity: 0.25;
  pointer-events: none;
  z-index: 0;
}

.adv-card--highlight > * {
  position: relative;
  z-index: 1;
}

/* Responsive */
@media (max-width: 900px) {
  .digital-advantage__grid {
    grid-template-columns: 1fr;
  }
}

/* ================= TABS DESKTOP ================= */

.event-tabs {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 30px 0 40px;
}

.event-tab {
  display: flex;
  align-items: center;
  gap: 10px;

  padding: 14px 24px;
  border-radius: 30px;

  background: #fff;
  border: 1.5px solid rgba(0, 0, 0, 0.12);

  font-size: 1rem;
  font-weight: 500;

  cursor: pointer;
  transition: all 0.25s ease;
}

.event-tab img {
  width: 22px;
  height: 22px;
  opacity: 0.85;
  transition: all 0.25s ease;
}

/* Hover elegante */
.event-tab:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.25);
}

/* Activo */
.event-tab.is-active {
  border: 1.5px solid #ee2b6c;
  background: #fff5f9;
  box-shadow: 0 12px 30px rgba(238, 43, 108, 0.18);
}

.event-tab.is-active img {
  opacity: 1;
}

/* =====================================================
   CTA CON IMAGEN DE FONDO
   ===================================================== */

.cta {
  position: relative;
  padding: 8rem 0;
  text-align: center;
  overflow: hidden;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Overlay elegante para legibilidad */
.cta__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.45),
    rgba(0, 0, 0, 0.6)
  );
  z-index: 1;
}

/* Contenido encima del overlay */
.cta__content {
  position: relative;
  z-index: 2;
  color: #ffffff;
}

.cta__text {
  max-width: 600px;
  margin: 0 auto 1.8rem;
  font-size: 1.05rem;
  line-height: 1.6;
  opacity: 0.95;
}

.cta__trust {
  font-size: 0.85rem;
  opacity: 0.85;
  margin-bottom: 2rem;
}

/* =====================================================
   PAQUETES
   ===================================================== */

.packages__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  margin-top: 3.5rem;
}

.packages-compare {
  padding-top: 6rem;
}

.packages-compare__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 1fr));
  gap: 2.5rem;
  margin-top: 3rem;
  justify-content: center;
}

.icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.compare-card li {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 0.6rem 0;
  font-size: 0.95rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.compare-card li:last-child {
  border-bottom: none;
}

.compare-card li::after {
  transform: scale(0.6);
  opacity: 0;
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.4s ease;
}

/* Cuando la card entra */
.compare-card.is-visible li::after {
  transform: scale(1);
  opacity: 1;
}

/* Palomita */
.compare-card li.yes::after {
  content: "✓";
  width: 22px;
  height: 22px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;

  color: #22c55e;
  /* verde limpio */
  border: 2px solid #22c55e;
  /* círculo */
  border-radius: 50%;

  flex-shrink: 0;
}

/* X */
.compare-card li.no::after {
  content: "✕";
  width: 22px;
  height: 22px;
  opacity: 0.3;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-size: 0.85rem;
  font-weight: 600;

  color: #2a2b2c;
  border: 1.5px solid #232324;
  border-radius: 50%;

  flex-shrink: 0;
}

.compare-card li::before {
  content: none !important;
}

.compare-card li.yes::after,
.compare-card li.no::after {
  font-size: 0.9rem;
  font-weight: 500;
  opacity: 0.45;
}

.compare-card h3 {
  font-size: 1.2rem;
  margin-bottom: 1.6rem;
  letter-spacing: 0.01em;
}

.packages-compare .section__intro {
  opacity: 0.75;
}

.compare-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(0, 0, 0, 0.06),
    transparent
  );
}

.compare-card li svg {
  display: none;
}

.compare-title {
  font-size: 2rem;
  font-weight: 700;
  max-width: 700px;
  margin: 0 auto 1rem;
}

.compare-subtitle {
  max-width: 520px;
  margin: 0 auto 2.5rem;
  color: var(--color-text-muted);
}

/* =========================
   PROCESO DE COMPRA
   ========================= */

.process-modern {
  padding: 8rem 0;
}

/* Wrapper */
.process-modern__wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
  margin-top: 4rem;
}

/* Línea horizontal */
.process-modern__line {
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
  height: 2px;
  background: rgba(238, 43, 108, 0.15);
  z-index: 0;
}

/* Paso */
.process-step-modern {
  text-align: center;
  position: relative;
  z-index: 2;
}

.process-step-modern__number {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--color-primary);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin: 0 auto 1.2rem;
  box-shadow: 0 12px 25px rgba(238, 43, 108, 0.25);
  transition: 0.3s ease;
}

.process-step-modern:hover .process-step-modern__number {
  transform: scale(1.1);
}

.process-step-modern h4 {
  font-size: 1rem;
  margin-bottom: 0.6rem;
  font-weight: 700;
}

.process-step-modern p {
  font-size: 0.9rem;
  color: var(--color-text-muted);
  max-width: 220px;
  margin: 0 auto;
}

@keyframes paperDrift {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 200px 200px;
  }
}

/* =========================
   INTERACTIVA – SVG EXPAND SCROLL
   ========================= */

.reveal-icon {
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
}

.reveal-icon .feature-icon {
  transform: scale(0.55);
  opacity: 0;
  transform-origin: center;
}

.reveal-icon.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-icon.is-visible .feature-icon {
  animation: iconExpand 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes iconExpand {
  0% {
    transform: scale(0.55);
    opacity: 0;
  }
  70% {
    transform: scale(1.12);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}

/* =========================
   EVENTOS – ICON CLICK MOTION
   ========================= */

.event-card__icon {
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.3s ease;
}

.event-card.is-activated .event-card__icon {
  transform: scale(1.15) rotate(-6deg);
}

/* =========================
   FAQ 
   ========================= */
.faq-accordion {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  gap: 1.2rem;
}

/* CARD */
.faq-item {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  padding: 0 1.6rem;
  transition: 0.35s ease;
  border: 6px solid rgba(238, 43, 108, 0.08);
}

.faq-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-strong);
}

/* BOTÓN */
.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 1.4rem 0;
  font-size: 0.95rem;
  font-weight: 600;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-family: var(--font-body);
  color: var(--color-text);
}

/* ICONO CIRCULAR */
.faq-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(238, 43, 108, 0.1);
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  transition: 0.3s ease;
}

/* RESPUESTA */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.3s ease;
}

.faq-answer p {
  padding-bottom: 1.4rem;
  font-size: 0.9rem;
  color: var(--color-text-muted);
  line-height: 1.7;
}

/* ESTADO ACTIVO */
.faq-item.active {
  box-shadow: 0 18px 40px rgba(238, 43, 108, 0.18);
}

.faq-item.active .faq-answer {
  max-height: 400px;
  opacity: 1;
}

.faq-item.active .faq-icon {
  background: var(--color-primary);
  color: #ffffff;
  transform: rotate(45deg);
}

/* ===============================
   REVEAL ANIMATIONS SYSTEM
================================== */

.reveal-left,
.reveal-right,
.reveal-scale,
.reveal-stagger {
  opacity: 0;
  transition:
    opacity 0.8s ease,
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-left {
  transform: translateX(-60px);
}

.reveal-right {
  transform: translateX(60px);
}

.reveal-scale {
  transform: scale(0.9);
}

.reveal-stagger {
  transform: translateY(40px);
}

.reveal-left.is-visible,
.reveal-right.is-visible,
.reveal-scale.is-visible,
.reveal-stagger.is-visible {
  opacity: 1;
  transform: none;
}

.reveal--d1 {
  transition-delay: 0.1s;
}
.reveal--d2 {
  transition-delay: 0.2s;
}
.reveal--d3 {
  transition-delay: 0.3s;
}
.reveal--d4 {
  transition-delay: 0.4s;
}
.reveal--d5 {
  transition-delay: 0.5s;
}
