/* ================================================================
   PAGE — BECA LEVEL UP
   Prefijo: pbe-
   Cargado DESPUÉS de new-home.css
================================================================ */

/* ── Contenedor ── */
#cw-landing-wrapper .pbe-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px
}

/* ── Eyebrow reutilizable ── */
#cw-landing-wrapper .pbe-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #db1709;
  margin-bottom: 10px
}

/* ── Section title ── */
#cw-landing-wrapper .pbe-section-title {
  font-size: 36px;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.15;
  margin-bottom: 20px !important;
  margin-top: 0 !important
}

/* ════════════════════════════════════════════════════
   HERO — Split
════════════════════════════════════════════════════ */
#cw-landing-wrapper .pbe-hero {
  background: #1a1a1a;
  padding: 80px 0 88px;
  position: relative;
  overflow: hidden
}

#cw-landing-wrapper .pbe-hero__glow {
  position: absolute;
  top: -100px;
  left: 30%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(219,23,9,.08) 0%, rgba(219,23,9,.02) 45%, transparent 70%);
  pointer-events: none;
  z-index: 0
}

#cw-landing-wrapper .pbe-hero__grid-bg {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
  z-index: 0
}

#cw-landing-wrapper .pbe-hero .pbe-container {
  position: relative;
  z-index: 1
}

/* Split layout */
#cw-landing-wrapper .pbe-hero__split {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 56px;
  align-items: center
}

/* Texto */
#cw-landing-wrapper .pbe-hero__content {
  text-align: left
}

#cw-landing-wrapper .pbe-hero__icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: #db1709;
  color: #fff;
  margin-bottom: 22px;
  box-shadow: 0 8px 24px rgba(219,23,9,.45)
}

#cw-landing-wrapper .pbe-hero__eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #db1709;
  margin-bottom: 18px
}

#cw-landing-wrapper .pbe-hero__title {
  font-size: 44px;
  font-weight: 800;
  color: #fff;
  line-height: 1.12;
  margin: 0 0 20px !important
}

#cw-landing-wrapper .pbe-hero__highlight {
  color: #db1709
}

#cw-landing-wrapper .pbe-hero__desc {
  font-size: 16px;
  color: rgba(255,255,255,.5);
  line-height: 1.8;
  max-width: 520px;
  margin: 0 0 32px
}

#cw-landing-wrapper .pbe-hero__badges {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap
}

#cw-landing-wrapper .pbe-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 100px;
  border: 1.5px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.04);
  color: rgba(255,255,255,.65);
  font-size: 13px;
  font-weight: 500
}

#cw-landing-wrapper .pbe-hero__badge--accent {
  border-color: rgba(219,23,9,.3);
  background: rgba(219,23,9,.07);
  color: rgba(255,255,255,.7)
}

/* Imagen */
#cw-landing-wrapper .pbe-hero__visual {
  display: flex;
  align-items: center;
  justify-content: center
}

#cw-landing-wrapper .pbe-hero__img {
  width: 100%;
  max-width: 420px;
  border-radius: 20px;
  object-fit: cover;
  aspect-ratio: 4/5;
  box-shadow: 0 16px 48px rgba(0,0,0,.35)
}

#cw-landing-wrapper .pbe-hero__placeholder {
  width: 100%;
  max-width: 420px;
  aspect-ratio: 4/5;
  border-radius: 20px;
  background: rgba(255,255,255,.03);
  border: 1px dashed rgba(255,255,255,.1);
  display: flex;
  align-items: center;
  justify-content: center
}

/* ════════════════════════════════════════════════════
   FEATURES BAR
════════════════════════════════════════════════════ */
#cw-landing-wrapper .pbe-features {
  background: #fff;
  padding: 56px 0 48px;
  position: relative;
  z-index: 2
}

#cw-landing-wrapper .pbe-features__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1100px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(0,0,0,.06), 0 1px 3px rgba(0,0,0,.03);
  padding: 0;
  overflow: hidden;
  border: 1px solid #eeece9
}

#cw-landing-wrapper .pbe-feature {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 28px 24px;
  border-right: 1px solid #f0eeec;
  transition: background .2s ease
}

#cw-landing-wrapper .pbe-feature:last-child {
  border-right: none
}

#cw-landing-wrapper .pbe-feature:hover {
  background: #fafaf9
}

#cw-landing-wrapper .pbe-feature__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(219,23,9,.07);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #db1709;
  flex-shrink: 0
}

#cw-landing-wrapper .pbe-feature__body {
  display: flex;
  flex-direction: column;
  gap: 2px
}

#cw-landing-wrapper .pbe-feature__label {
  font-size: 11.5px;
  color: #6b6867;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .5px
}

#cw-landing-wrapper .pbe-feature__value {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a
}

/* ════════════════════════════════════════════════════
   STEPS — Stepper horizontal
════════════════════════════════════════════════════ */
#cw-landing-wrapper .pbe-steps {
  background: #f7f6f4;
  padding: 88px 0 96px
}

#cw-landing-wrapper .pbe-steps__head {
  text-align: center
}

/* Stepper container */
#cw-landing-wrapper .pbe-stepper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  position: relative
}

/* Horizontal track */
#cw-landing-wrapper .pbe-stepper__track {
  position: absolute;
  top: 20px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: #dddbd8;
  z-index: 0
}

/* Each step */
#cw-landing-wrapper .pbe-stepper__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1
}

/* Number circle */
#cw-landing-wrapper .pbe-stepper__num {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #db1709;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  box-shadow: 0 0 0 6px #f7f6f4;
  flex-shrink: 0;
  position: relative;
  z-index: 2
}

/* Card below number */
#cw-landing-wrapper .pbe-stepper__card {
  background: #fff;
  border: 1px solid #e8e5e2;
  border-radius: 16px;
  padding: 24px 18px 22px;
  width: 100%;
  max-width: 210px;
  transition: box-shadow .22s ease, transform .22s ease
}

#cw-landing-wrapper .pbe-stepper__card:hover {
  box-shadow: 0 6px 24px rgba(0,0,0,.06);
  transform: translateY(-3px)
}

#cw-landing-wrapper .pbe-stepper__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #f7f6f4;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a1a1a;
  margin: 0 auto 14px
}

#cw-landing-wrapper .pbe-stepper__title {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.35;
  margin: 0 0 6px !important
}

#cw-landing-wrapper .pbe-stepper__desc {
  font-size: 12.5px;
  color: #6b6867;
  line-height: 1.55;
  margin: 0
}

/* ════════════════════════════════════════════════════
   QUALIFY — ¿QUIÉN PUEDE POSTULAR?
════════════════════════════════════════════════════ */
#cw-landing-wrapper .pbe-qualify {
  background: #fff;
  padding: 88px 0 96px
}

/* Igualar la altura de los títulos para alinear ambas columnas (1 vs 2 líneas) */
#cw-landing-wrapper .pbe-qualify .pbe-section-title { min-height: 2.3em }

#cw-landing-wrapper .pbe-qualify__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start
}

/* Qualify cards */
#cw-landing-wrapper .pbe-qualify__cards {
  display: flex;
  flex-direction: column;
  gap: 14px
}

#cw-landing-wrapper .pbe-qualify__card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 22px 24px;
  background: #f7f6f4;
  border: 1px solid #e8e5e2;
  border-radius: 16px;
  border-left: 4px solid #db1709;
  transition: box-shadow .22s ease, transform .22s ease
}

#cw-landing-wrapper .pbe-qualify__card:hover {
  box-shadow: 0 8px 28px rgba(0,0,0,.06);
  transform: translateX(4px)
}

#cw-landing-wrapper .pbe-qualify__card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(219,23,9,.07);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #db1709;
  flex-shrink: 0
}

#cw-landing-wrapper .pbe-qualify__card-body {
  flex: 1
}

#cw-landing-wrapper .pbe-qualify__card-title {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.35;
  margin: 0 0 4px !important
}

#cw-landing-wrapper .pbe-qualify__card-desc {
  font-size: 13px;
  color: #6b6867;
  line-height: 1.55;
  margin: 0
}

/* Renewal card */
#cw-landing-wrapper .pbe-renew-card {
  background: #f7f6f4;
  border: 1px solid #e8e5e2;
  border-radius: 20px;
  padding: 32px 28px
}

/* Checklist — filas tipo tarjeta */
#cw-landing-wrapper .pbe-checklist {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 12px
}

#cw-landing-wrapper .pbe-checklist__item {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 14.5px;
  font-weight: 600;
  color: #1a1a1a;
  background: #fff;
  border: 1px solid #ece9e6;
  border-radius: 12px;
  padding: 15px 18px;
  transition: box-shadow .2s ease, transform .2s ease
}

#cw-landing-wrapper .pbe-checklist__item:hover {
  box-shadow: 0 6px 22px rgba(0,0,0,.06);
  transform: translateX(3px)
}

#cw-landing-wrapper .pbe-checklist__check {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #db1709;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(219,23,9,.35)
}

/* ════════════════════════════════════════════════════
   NOTICE
════════════════════════════════════════════════════ */
#cw-landing-wrapper .pbe-notice {
  background: #f7f6f4;
  padding: 60px 0
}

#cw-landing-wrapper .pbe-notice__card {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e8e5e2;
  box-shadow: 0 4px 20px rgba(0,0,0,.04)
}

#cw-landing-wrapper .pbe-notice__stripe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #db1709
}

#cw-landing-wrapper .pbe-notice__inner {
  display: flex;
  gap: 18px;
  padding: 32px 32px 28px;
  align-items: flex-start
}

#cw-landing-wrapper .pbe-notice__icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(219,23,9,.08);
  color: #db1709;
  display: flex;
  align-items: center;
  justify-content: center
}

#cw-landing-wrapper .pbe-notice__title {
  font-size: 17px;
  font-weight: 700;
  color: #db1709;
  margin: 0 0 6px !important;
  font-style: italic
}

#cw-landing-wrapper .pbe-notice__text {
  font-size: 14.5px;
  color: #4a4948;
  line-height: 1.75;
  margin: 0
}

/* ════════════════════════════════════════════════════
   CTA — Fondo oscuro
════════════════════════════════════════════════════ */
#cw-landing-wrapper .pbe-cta {
  background: #1a1a1a;
  padding: 80px 24px;
  text-align: center;
  position: relative;
  overflow: hidden
}

#cw-landing-wrapper .pbe-cta__glow {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  height: 400px;
  background: radial-gradient(circle, rgba(219,23,9,.1) 0%, rgba(219,23,9,.03) 45%, transparent 70%);
  pointer-events: none;
  z-index: 0
}

#cw-landing-wrapper .pbe-cta .pbe-container {
  position: relative;
  z-index: 1
}

#cw-landing-wrapper .pbe-cta__icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #db1709;
  color: #fff;
  margin-bottom: 22px;
  box-shadow: 0 8px 24px rgba(219,23,9,.45)
}

#cw-landing-wrapper .pbe-cta__title {
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 14px !important
}

#cw-landing-wrapper .pbe-cta__desc {
  font-size: 16px;
  color: rgba(255,255,255,.45);
  margin-bottom: 32px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7
}

#cw-landing-wrapper .pbe-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 40px;
  border-radius: 100px;
  background: #db1709;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: background .18s ease, transform .18s ease, box-shadow .18s ease
}

#cw-landing-wrapper .pbe-cta__btn:hover {
  background: #c4160a;
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(219,23,9,.25);
  color: #fff
}

/* ════════════════════════════════════════════════════
   RESPONSIVE — 960px
════════════════════════════════════════════════════ */
@media (max-width: 960px) {
  #cw-landing-wrapper .pbe-hero__split {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center
  }
  #cw-landing-wrapper .pbe-hero__content { text-align: center }
  #cw-landing-wrapper .pbe-hero__badges { justify-content: center }
  #cw-landing-wrapper .pbe-hero__desc { margin-left: auto; margin-right: auto }
  #cw-landing-wrapper .pbe-hero__visual { order: -1 }
  #cw-landing-wrapper .pbe-hero__img { max-width: 320px; aspect-ratio: 3/4 }
  #cw-landing-wrapper .pbe-hero__placeholder { max-width: 320px; aspect-ratio: 3/4 }
  #cw-landing-wrapper .pbe-hero__title { font-size: 36px }

  #cw-landing-wrapper .pbe-features__grid {
    grid-template-columns: repeat(2, 1fr);
    border-radius: 16px
  }
  #cw-landing-wrapper .pbe-feature:nth-child(2) { border-right: none }
  #cw-landing-wrapper .pbe-feature:nth-child(1),
  #cw-landing-wrapper .pbe-feature:nth-child(2) { border-bottom: 1px solid #f0eeec }

  /* Stepper: 3 + 2 rows */
  #cw-landing-wrapper .pbe-stepper {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 16px
  }
  #cw-landing-wrapper .pbe-stepper__track { display: none }
  #cw-landing-wrapper .pbe-stepper__num { box-shadow: 0 0 0 6px #f7f6f4 }
  #cw-landing-wrapper .pbe-stepper__card { max-width: none }

  #cw-landing-wrapper .pbe-qualify__grid { grid-template-columns: 1fr; gap: 56px }
  #cw-landing-wrapper .pbe-qualify .pbe-section-title { min-height: 0 }
  #cw-landing-wrapper .pbe-section-title { font-size: 28px }
}

/* ════════════════════════════════════════════════════
   RESPONSIVE — 600px
════════════════════════════════════════════════════ */
@media (max-width: 600px) {
  #cw-landing-wrapper .pbe-hero { padding: 56px 0 48px }
  #cw-landing-wrapper .pbe-hero__title { font-size: 30px }
  #cw-landing-wrapper .pbe-hero__icon-wrap { width: 48px; height: 48px; border-radius: 14px }
  #cw-landing-wrapper .pbe-hero__badges { flex-direction: column; align-items: stretch }
  #cw-landing-wrapper .pbe-hero__badge { justify-content: center }
  #cw-landing-wrapper .pbe-hero__img { max-width: 260px }
  #cw-landing-wrapper .pbe-hero__placeholder { max-width: 260px }

  #cw-landing-wrapper .pbe-features { padding: 40px 0 36px }
  #cw-landing-wrapper .pbe-features__grid {
    grid-template-columns: 1fr;
    border-radius: 14px
  }
  #cw-landing-wrapper .pbe-feature { border-right: none; border-bottom: 1px solid #f0eeec }
  #cw-landing-wrapper .pbe-feature:last-child { border-bottom: none }

  #cw-landing-wrapper .pbe-steps { padding: 56px 0 64px }
  #cw-landing-wrapper .pbe-stepper {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 14px
  }
  #cw-landing-wrapper .pbe-stepper__track { display: none }
  #cw-landing-wrapper .pbe-stepper__card { padding: 20px 14px 18px }
  #cw-landing-wrapper .pbe-stepper__num { width: 36px; height: 36px; font-size: 14px; box-shadow: 0 0 0 5px #f7f6f4 }
  #cw-landing-wrapper .pbe-section-title { font-size: 24px; margin-bottom: 36px !important }

  #cw-landing-wrapper .pbe-qualify { padding: 56px 0 64px }
  #cw-landing-wrapper .pbe-qualify__card { flex-direction: column; gap: 12px; border-left-width: 3px; padding: 20px }
  #cw-landing-wrapper .pbe-renew-card { padding: 24px 20px }

  #cw-landing-wrapper .pbe-notice__inner { flex-direction: column; gap: 14px; padding: 24px 22px 22px }
  #cw-landing-wrapper .pbe-notice__icon { width: 38px; height: 38px }

  #cw-landing-wrapper .pbe-cta { padding: 56px 24px }
  #cw-landing-wrapper .pbe-cta__title { font-size: 26px }
  #cw-landing-wrapper .pbe-cta__btn { width: 100%; justify-content: center }
}
