.page-hero-light h1 { text-align: left }

/* Planes */
.planes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch }
.plan-card {
  background: #f4f5f7;
  border-radius: 20px;
  padding: 30px 26px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.plan-logo { height: 46px; width: auto; margin: 0 auto 16px; object-fit: contain }
.plan-sub { font-weight: 900; font-size: 17px; margin: 0 0 18px }
.plan-bullets { text-align: left; list-style: none; padding: 0; margin: 0 0 22px; font-size: 14px; line-height: 1.4; color: #333 }
.plan-bullets li { position: relative; padding-left: 16px; margin-bottom: 10px }
.plan-bullets li::before { content: "•"; position: absolute; left: 0; color: var(--blue); font-weight: 900 }
.plan-precio { font-size: 30px; font-weight: 900; line-height: 1.1; margin: auto 0 22px }
.plan-precio span { display: block; font-size: 20px; font-weight: 900 }
.plan-btn { width: 100%; margin-top: 10px; font-size: 16px; padding: 13px 20px }

/* Banner "Solo imagínalo" (imagen) */
.imagina-img { display: block; width: 100%; height: auto; margin: 64px auto 0; border-radius: 24px }

/* ¿Buscas algo diferente? */
.diferente { display: flex; align-items: center; justify-content: center; gap: 30px; margin-top: 64px; flex-wrap: wrap }
.diferente-lucy { width: 160px; height: auto }
.diferente-copy { max-width: 520px }
.diferente-copy h2 { font-size: clamp(24px, 3.5vw, 34px); font-weight: 900; margin: 0 0 12px }
.diferente-copy p { font-size: 16px; line-height: 1.5; color: var(--muted); margin: 0 0 20px }

/* Modal de mantenimiento (botón Contratar) */
.mant-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(0,0,0,.55);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.mant-modal[hidden] { display: none }
.mant-box {
  position: relative;
  background: #fff;
  border-radius: 22px;
  padding: 44px 34px 34px;
  max-width: 440px;
  width: 100%;
  text-align: center;
}
.mant-close { position: absolute; top: 14px; right: 16px; border: 0; background: none; font-size: 22px; line-height: 1; cursor: pointer; color: #666 }
.mant-emoji { font-size: 48px; margin-bottom: 8px }
.mant-box h3 { font-size: 24px; font-weight: 900; margin: 0 0 10px }
.mant-box p { font-size: 16px; line-height: 1.5; color: var(--muted); margin: 0 0 24px }
.mant-box .btn { border: 0; cursor: pointer; font-family: inherit }

@media (max-width: 900px) {
  .planes-grid { grid-template-columns: 1fr; }
  .plan-card { max-width: 460px; margin: 0 auto; width: 100% }
}
@media (max-width: 580px) {
  .diferente { flex-direction: column; text-align: center }
}
