.landing-honor {
  width: 100%;
  padding: 40px 0;
  background-image: url("https://aprodmovistarcomsa.z13.web.core.windows.net/persons/celulares-honor/MOVISTAR%20FONDO%204.3%20BLANCO%201.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.landing-honor .landing-wrapper {
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  align-items: center;
  gap: 40px;
}

/* ------- COLUMNA IZQUIERDA ------- */
.title-box {
  background: #f28d15;
  color: #fff;
  width: 398px;
  padding: 18px 35px;
  margin-bottom: 10px;
  display: inline-block;
  transform: rotate(-1.5deg);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.25);
}

.title-box .title {
  margin: 0;
  font-size: 2.3rem;
  font-weight: 400;
  text-align: center;
  line-height: normal;
}

.title-box .title span {
  font-weight: 700;
}

.landing-honor .features {
  margin: 10px auto;
  font-size: 18px;
  color: black;
  text-align: center;
  font-weight: 600;
}

.landing-honor .promo-box {
  display: flex;
  width: 290px;
  margin: 0 auto;
  gap: 15px;
  background: black;
  padding: 8px;
  color: #fff;
  align-items: center;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.landing-honor .promo-box .gift {
  text-align: center;
  line-height: normal;
  font-size: 14px;
}

.landing-honor .promo-box .gift strong {
  display: block;
  font-size: 20px;
}

.landing-honor .bonus {
  display: flex;
  align-items: center;
  width: 200px;
  flex-direction: column;
  text-align: center;
  line-height: normal;
  background-color: #fff;
  color: black;
  font-weight: bolder;
  border-radius: 12px;
  padding: 5px;
}

.landing-honor .icon-audifonos {
  width: 41px;
  height: 56px;
  background: url("https://aprodmovistarcomsa.z13.web.core.windows.net/persons/celulares-honor/HEADPHONES.svg") center/cover no-repeat;
}

.landing-honor .price-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px auto;
  font-size: 20px;
  border: solid 3px #F28D15;
  text-align: center;
  width: 90%;
  border-radius: 5px;
  background-color: #fff;
}

.landing-honor .price-box strong {
  font-size: 26px;
}


.col-left {
  margin: 0 auto;
}

.benefits-strip {
  padding: 0;
  background: transparent;
  font-size: 13px;
}

.benefits-strip .benefits-wrapper {
  max-width: 1210px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  gap: 10px;
}

.benefit-card {
  background: rgba(80, 83, 90, 0.6);
  border-radius: 6px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}

.benefit-card--wide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.benefit-card h3 {
  margin: 0 0 2px;
  font-size: 17px;
  font-weight: 600;
}

.benefit-card p {
  margin: 0;
}

.benefit-footnote {
  font-size: 11px;
}

.benefit-icons {
  display: flex;
  align-items: center;
  gap: 8px;
}

.icon-badge-10,
.icon-spotify {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.icon-badge-10 {
  width: 86px;
  height: 55px;
  background-image: url("https://aprodmovistarcomsa.z13.web.core.windows.net/persons/celulares-honor/bullet-black.svg");
}

.icon-spotify {
  width: 98px;
  height: 30px;
  background-image: url("https://aprodmovistarcomsa.z13.web.core.windows.net/persons/celulares-honor/spotify.svg");
}

.box-spotify {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.benefit-icons-text {
  font-size: 11px;
}

.icon-more {
  font-size: 2rem;
}

/* Card 2 */

.benefit-card--small {
  padding: 10px 20px;
}

.benefit-card--split {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Columna izquierda */
.benefit-split-left h3,
.benefit-split-right h3 {
  margin: 0 0 2px;
  font-size: 15px;
  font-weight: 600;
}

.benefit-split-left p,
.benefit-split-right p {
  margin: 0;
  font-size: 12px;
}



.benefit-split-left {
  padding-right: 12px;
}

.benefit-split-right {
  padding-left: 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  text-align: left;
}

.benefit-right-text {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 12px;
}

.benefit-right-text strong {
  font-size: 14px;
}

.highlight {
  font-weight: 700;
}

.shipping-graphic {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 10px;
}

.benefit-express-title {
  margin: 0 0 4px;
  font-size: 13px;
  color: #ffffff;
}

.benefit-express-title span {
  font-weight: 700;
}

.benefit-express-subtitle {
  margin: 4px 0 0;
  font-size: 11px;
  color: #ffffff;
}

.shipping-row {
  display: flex;
  align-items: center;
}

.shipping-icon {
  width: 30px;
  height: auto;
}

.arrow-container {
  display: flex;
  align-items: center;
  padding-left: 5px;
}

.benefits-mobile {
  display: none;
}

.benefits-desktop {
  display: flex;
  flex-direction: column;
  width: 328px;
  gap: 10px;
  margin: 10px auto;
}

.benefit-mobile-card {
  background: rgba(80, 83, 90, 0.6);
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 12px;
  color: #fff;
}

.benefit-mobile-card p {
  margin: 0;
  font-size: 16px;
  text-align: center;
}

.benefit-mobile-card .subtitle {
  font-size: 11px;
  margin: 4px 0 10px;
}

.benefit-mobile-card .subtitle2 {
  font-size: 14px;
  margin: 4px 0 10px;
  line-height: normal;
}

.row {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}

.icon-small {
  width: 67px;
}

.icon-spotify-m {
  height: 24px;
}

.ml {
  font-size: 13px;
}

.plus {
  font-size: 18px;
  font-weight: 700;
}

.divider {
  width: 100%;
  height: 1.5px;
  background: rgba(255, 255, 255, 0.5);
  margin: 10px 0;
}

.shipping-mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
}

.shipping-icon-m {
  width: 32px;
}

.arrow-m {
  flex: 1;
  margin: 0 8px;
}

.bold {
  font-weight: 700;
}

.img-row {
  margin: 0 auto;
}

.row-benefit-mobile {
  display: flex;
  justify-content: space-evenly;
}

.title-row {
  line-height: normal;
}

.none-desk {
  display: none !important;
}

.banner-container {
  position: absolute;
  width: 100%;
  max-width: 506px; 
  height: 64px;     
  background-image: url("https://aprodmovistarcomsa.z13.web.core.windows.net/persons/celulares-honor/bk-gold.svg");
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 12rem;
  margin-top: 40px;
}

/* Texto */
.banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0,0,0,0.4);
}

@media (max-width: 768px) {

  .benefits-desktop {
    display: none !important;
  }

  .benefits-mobile {
    display: block !important;
    width: 100%;
    padding: 20px;

  }

  .benefits-strip {
    padding: 0;
  }

  .landing-honor .promo-box {
    flex-direction: column;
    width: 100px;
    margin: 0;
    height: 150px;
    gap: 5px;
  }

  .landing-honor .bonus {
    width: 80px;
    font-size: 11px;
  }

  .landing-honor .icon-audifonos {
    width: 29px;
    height: 40px;
  }

  .landing-honor .promo-box .gift {
    font-size: 11px;
  }

  .landing-honor .promo-box .gift strong {
    font-size: 15px;
  }

  .title-box {
    width: 266px;
    margin-top: -15px;
    padding: 18px;
  }

  .title-box .title {
    font-size: 1.6rem;
  }

  .landing-honor .features {
    font-size: 12px;
  }

  .landing-honor .price-box {
    font-size: 14px;
  }

  .landing-honor .price-box strong {
    font-size: 18px;
  }

  .dnone-mobile {
    display: none !important;
  }

  .landing-honor .landing-wrapper {
    gap: 0;
  }

  .none-desk {
    display: block !important;
  }

  .box-mobile {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;

  }

  .landing-honor {
    padding: 20px 0;
  }

  .banner-container {
    position: relative;
    background-image: url("https://aprodmovistarcomsa.z13.web.core.windows.net/persons/celulares-honor/bk-gold-mob.svg");
    margin: 0;
    width: 321px;
    height: 58px;
  }

  .banner-text {
    font-size: 14px;
    line-height: 1.3;
  }

}

@media (max-width: 900px) {
  .benefits-strip .benefits-wrapper {
    flex-direction: column;
  }

  .benefits-strip {
    height: 415px;
  }
}

@media (max-width: 1024px) {
  .landing-honor .landing-wrapper {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .landing-honor .col-center,
  .landing-honor .col-right {
    display: flex;
    justify-content: center;

  }
}