@charset "UTF-8";

/* Header mínimo de la landing Roll Up. */
.rollup-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid #e5ebf3;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 28px rgba(8, 31, 64, 0.06);
}

.rollup-header .content {
  width: min(88%, 88rem);
}

.rollup-header__inner {
  display: flex;
  min-height: 5.4rem;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.rollup-header__logo {
  display: inline-flex;
  width: 11.75rem;
  flex: 0 0 auto;
}

.rollup-header__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.rollup-header__button {
  display: inline-flex;
  min-height: 2.95rem;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.72rem 1.15rem;
  border: 1px solid #d7e1ee;
  border-radius: 0.72rem;
  color: #12376b;
  background: #fff;
  box-shadow: 0 9px 24px rgba(8, 31, 64, 0.08);
  font-family: "Quicksand", sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.rollup-header__button:hover,
.rollup-header__button:focus-visible {
  border-color: #275cab;
  color: #275cab;
  box-shadow: 0 13px 30px rgba(39, 92, 171, 0.16);
  transform: translateY(-1px);
}

.rollup-header__button span {
  color: #f0a714;
  font-size: 1.05rem;
}

/* Hero con CTA doble y mockup de producto. */
.rollup-page .campaign-hero {
  min-height: min(50rem, calc(100svh - 5.4rem));
  padding: clamp(4rem, 6vw, 6.4rem) 0 clamp(4.3rem, 6vw, 6.4rem);
}

.rollup-page .campaign-hero__inner {
  grid-template-columns: minmax(0, 0.9fr) minmax(32rem, 1.1fr);
  gap: clamp(2rem, 4.5vw, 5rem);
}

.rollup-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.rollup-button {
  display: inline-flex;
  min-height: 3.35rem;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 0.82rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 0.8rem;
  font-family: "Quicksand", sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.rollup-button i {
  font-size: 0.95rem;
}

.rollup-button--primary {
  color: #071a32;
  background: #f0a714;
  box-shadow: 0 17px 36px rgba(240, 167, 20, 0.28);
}

.rollup-button--primary:hover,
.rollup-button--primary:focus-visible {
  color: #071a32;
  background: #fab62f;
  transform: translateY(-2px);
}

.rollup-button--secondary {
  border-color: rgba(255, 255, 255, 0.48);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.rollup-button--secondary:hover,
.rollup-button--secondary:focus-visible {
  border-color: #fff;
  color: #071a32;
  background: #fff;
  box-shadow: 0 17px 36px rgba(3, 15, 31, 0.2);
  transform: translateY(-2px);
}

.rollup-page .campaign-hero__signals {
  margin-top: 1.55rem;
}

.rollup-hero__visual {
  position: relative;
  z-index: 1;
  width: min(60rem, 120%);
  margin-right: -20%;
}

.rollup-hero__glow {
  position: absolute;
  inset: 10% 5% 2% 14%;
  border-radius: 50%;
  background: rgba(134, 189, 255, 0.25);
  filter: blur(4.5rem);
  pointer-events: none;
}

.rollup-hero__dashboard {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 35px 50px rgba(2, 12, 25, 0.34));
}

/* El popup genérico compite con los dos CTA específicos de esta campaña. */
.rollup-body .popup {
  display: none !important;
}

@media (max-width: 1100px) {
  .rollup-page .campaign-hero__inner {
    grid-template-columns: minmax(0, 0.85fr) minmax(28rem, 1.15fr);
    gap: 1.8rem;
  }

  .rollup-hero__visual {
    width: 116%;
    margin-right: -16%;
  }
}

@media (max-width: 920px) {
  .rollup-page .campaign-hero {
    min-height: 0;
    padding-top: 4.8rem;
  }

  .rollup-page .campaign-hero__inner {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }

  .rollup-hero__actions {
    justify-content: center;
  }

  .rollup-hero__visual {
    width: min(100%, 52rem);
    margin: 0 auto -2rem;
  }
}

@media (max-width: 620px) {
  .rollup-header .content {
    width: min(91%, 88rem);
  }

  .rollup-header__inner {
    min-height: 4.65rem;
    gap: 0.9rem;
  }

  .rollup-header__logo {
    width: 9.25rem;
  }

  .rollup-header__button {
    min-height: 2.65rem;
    padding: 0.62rem 0.82rem;
    font-size: 0.78rem;
  }

  .rollup-page .campaign-hero {
    padding: 3.9rem 0 4.2rem;
  }

  .rollup-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .rollup-button {
    width: 100%;
  }

  .rollup-hero__visual {
    width: 112%;
    margin-left: -6%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rollup-header__button,
  .rollup-button {
    transition: none;
  }
}
