:root {
  --nl-dark: #0c0c0c;
  --nl-orange: #ee7431;
  --nl-orange-soft: #f78713;
  --nl-secondary: #f2d238;
  --nl-blue: #ee7431;
  --nl-blue-deep: #c55e24;
  --nl-blue-soft: #f78713;
  --nl-ice: #fff3e8;
  --nl-hero-overlay: rgba(0, 0, 0, 0.58);
}

body {
  background: #f8f9fa;
}

.brand-logo {
  width: 150px;
  max-width: 38vw;
  height: auto;
}

.hero-section {
    position: relative;
    background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)), url(../imgs/background.webp) center / cover no-repeat;
}

.hero-copy-col {
  position: relative;
  isolation: isolate;
  text-align: center;
}

.personajes{
  height: 70dvh;
  margin-bottom: -20%;
}

.hero-copy-col > * {
  position: relative;
  z-index: 1;
}

.hero-wa-form {
    background: #000000;
    border: 1px solid rgb(252 162 2);
    border-radius: 1rem;
    padding: 1rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    width: 95%;
    max-width: 520px;
    margin: 0 auto;
}

.old {
  position: relative;
  display: inline-block;
}

.old::before,
.old::after {
  content: "";
  position: absolute;
  left: -5%;
  right: -5%;
  top: 50%;
  height: 5px;
  background: darkred;
  transform-origin: center;
}

.old::before {
  transform: rotate(20deg);
}

.old::after {
  transform: rotate(-20deg);
}

.planCard__split {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.pill {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 140, 0, .30), rgba(255, 140, 0, .12));
  border: 1px solid rgba(255, 200, 120, .35);
}

.pill__label {
  font-weight: 800;
  font-size: 12px;
  opacity: .95;
  line-height: 1.05;
}

.pill__value {
  font-weight: 900;
  color: var(--accent-2);
}


.form-label-cta{
  color: var(--nl-orange-soft);
  font-size: 2.4rem;
  font-weight: 900;
}

.hero-wa-form .form-label,
.hero-wa-form .form-check-label {
  color: #f8fbff;
}

.hero-wa-form .form-control {
  border-radius: 999px;
  border: 2px solid var(--nl-secondary);
  background: #ffffff;
  color: #1f2937;
}

.hero-wa-form .form-control::placeholder {
  color: #6b7280;
}

.hero-wa-form .form-control:focus {
  border-color: var(--nl-secondary);
  box-shadow: 0 0 0 0.25rem rgba(242, 210, 56, 0.25);
}
.msgCopy {
    text-align: right;
    max-width: 80%;
}
h1.display-5.fw-bold.mb-3 {
    font-size: 2rem;
}

p.bagTxt {
    background-color: var(--nl-dark);
    display: inline-block;
    padding: 0 0.75rem;
    border-radius: 30px;
}


.hero-wa-form .form-check-input:checked {
  background-color: var(--nl-secondary);
  border-color: var(--nl-secondary);
}

.hero-wa-submit {
  background: #25d366;
  color: #ffffff;
  border-radius: 999px;
  border: none;
  font-weight: 700;
  padding: 0.75rem 1rem;
  text-transform: uppercase;
}

.hero-wa-submit:hover {
  background: #20ba5a;
  color: #ffffff;
}

.hero-plan-card {
  background: linear-gradient(145deg, #050505, #0f0f0f 55%, #141414);
  border: 2px solid #fc7a2b;
  border-radius: 1.4rem;
  padding: 0.9rem;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.35);
  color: #ffffff;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}

.hero-plan-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.7rem;
}

.hero-plan-tag {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.13);
  color: #ffffff;
  font-size: 0.68rem;
  text-transform: uppercase;
  font-weight: 800;
  padding: 0.2rem 0.55rem;
  letter-spacing: 0.04em;
}

.hero-plan-kicker {
  margin: 0;
  color: #fc7a2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.66rem;
  letter-spacing: 0.05em;
}

.hero-plan-legacy {
  margin-bottom: 0.65rem;
}

.hero-plan-legacy-speed,
.hero-plan-current-speed {
  margin: 0 0 0.5rem;
  text-align: center;
  color: #fc7a2b;
  line-height: 0.9;
}

.hero-plan-legacy-speed strong,
.hero-plan-current-speed strong {
  font-size: 5.4rem;
  font-weight: 900;
}

.hero-plan-current-speed {
  margin: 0 0 0.45rem;
  color: #f2d238;
  padding: 20px;
}

.hero-plan-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.45rem;
  margin-bottom: 0.65rem;
  padding: 0px 25px;
}

.hero-plan-specs-old {
  opacity: 0.78;
}

.hero-plan-spec {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0.55rem;
  padding: 0.4rem 0.45rem;
  min-height: 48px;
  display: grid;
  align-items: center;
  justify-items: center;
}

.hero-plan-spec span {
  display: block;
  color: #ffffff;
  font-size: 0.56rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.1;
}

.hero-plan-spec strong {
  display: block;
  margin-top: 0.12rem;
  color: #f2d238;
  font-size: 0.86rem;
  line-height: 1;
}

img.imgCards {
  width: 100%;
  border-radius: 20px;
  margin: 20px 0px;
}

.priceCard {
  display: flex;

  justify-content: center;
  align-items: center;
}

.hero-plan-price.cent {
  font-size: clamp(2rem, 5vw, 3.1rem);
}

.crossed {
  position: relative;
}

.crossed::after {
  content: "";
  position: absolute;
  left: -4px;
  right: -4px;
  top: 50%;
  height: 2px;
  background: #d51515;
  transform: rotate(-20deg);
  transform-origin: center;
}

.hero-plan-current .hero-plan-spec strong {
  color: #f2d238;
}

.hero-plan-current+.hero-plan-specs .hero-plan-spec {
  background: rgba(252, 122, 43, 0.16);
  border: 1px solid rgba(252, 122, 43, 0.34);
}

.hero-plan-price-wrap {
  margin: 0.7rem 0 0.55rem;
  text-align: center;
}

.hero-plan-label {
  margin: 0 0 0.28rem;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: #ffffff;
}

.hero-plan-price {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.2rem, 6vw, 4.5rem);
  font-weight: 900;
  line-height: 0.95;
}

.hero-plan-price-note {
  margin: 0.25rem 0 0;
  color: #101010;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.hero-plan-old-price {
  color: #ffffff;
  opacity: 0.7;
  text-decoration: line-through;
  margin-right: 0.35rem;
}

.hero-plan-price-small {
  margin: 0.3rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.62rem;
}

.hero-plan-services {
  margin-top: 0.55rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.35rem;
  justify-items: stretch;
}

.hero-plan-servicesA{
  margin-top: 0.55rem;
  display: grid;
  grid-template-columns: 1fr;
      justify-items: center;
  gap: 0.35rem;
}


.hero-plan-servicesA span {
  border-radius: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 0.62rem;
  text-align: center;
  font-weight: 700;
  padding: 0.32rem 0.3rem;
}

.hero-plan-services span {
    border-radius: 0.55rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 0.62rem;
    text-align: center;
    font-weight: 700;
    padding: 0.32rem 0.3rem;
    display: flex;
    justify-content: center;
}

.hero-plan-services span img,
.hero-plan-servicesA span img{
  height: 30px;
}

.terms-strip {
  background: #0c0c0c;
  color: #f1f1f1;
  font-size: 0.77rem;
  line-height: 1.45;
  padding: 0.9rem 0;
}

.plans-section,
.benefits-section {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    url("../imgs/back\ planes.webp") center/cover no-repeat;
}

.plan-card {
  background: linear-gradient(160deg, #646463 0%, #2b2b2a 45%, #000000 100%);
  border: 2px solid rgba(252, 122, 43, 0.72);
  border-radius: 1.3rem;
  padding: 1.2rem;
  height: 100%;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.plan-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
}

.plan-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.35rem 0.8rem;
  background: #ffe7d1;
  color: var(--nl-orange);
  font-weight: 700;
  font-size: 0.82rem;
  text-transform: uppercase;
}

.plan-card-head small {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 600;
}

.plan-card h3 {
  color: #ffffff;
  font-size: 2.1rem;
  margin: 0;
  line-height: 1;
}

.plan-card h3 strong {
  color: #fc7a2b;
  font-size: 3.4rem;
  line-height: 0.9;
}

.plan-sub {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  text-transform: uppercase;
  font-size: 0.88rem;
  font-weight: 600;
}

.plan-features {
  list-style: none;
  padding: 0;
  margin: 0.4rem 0;
  display: grid;
  gap: 0.6rem;
}

.plan-features li {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(252, 122, 43, 0.32);
  color: #ffffff;
  border-radius: 0.65rem;
  padding: 0.7rem 0.85rem;
  font-weight: 600;
}

.plan-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.plan-pills span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(252, 122, 43, 0.38);
  color: #ffffff;
  padding: 0.4rem 0.7rem;
  font-size: 0.8rem;
  font-weight: 700;
}

.plan-price {
  margin: auto 0 0;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 800;
}

.plan-price span {
  font-size: 1.1rem;
  color: #fc7a2b;
  font-weight: 600;
}

.plan-btn {
  width: 100%;
  border-radius: 0.9rem;
  background: #fc7a2b;
  color: #fff;
  font-weight: 700;
  padding: 0.75rem 1rem;
}

.plan-btn:hover {
  background: #f78713;
  color: #fff;
}

.plan-card-featured {
  background: linear-gradient(160deg, #6d6d6c 0%, #2f2f2e 45%, #000000 100%);
  color: #fff;
  border: 3px solid var(--nl-secondary);
  position: relative;
}

.plan-card-featured .plan-chip {
  background: var(--nl-secondary);
  color: #221d11;
}

.plan-card-featured .plan-card-head small,
.plan-card-featured .plan-sub {
  color: rgba(255, 255, 255, 0.84);
}

.plan-card-featured h3,
.plan-card-featured .plan-price {
  color: #fff;
}

.plan-card-featured .plan-price span {
  color: var(--nl-secondary);
}

.plan-card-featured .plan-features li {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(242, 210, 56, 0.35);
}

.plan-card-featured .plan-pills span {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(242, 210, 56, 0.35);
}

.plan-badge {
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  background: #fff7ef;
  color: var(--nl-orange);
  border: 1px solid #f1c7ab;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0.32rem 1.2rem;
}

.plan-btn-featured {
  background: var(--nl-orange);
}

.plan-btn-featured:hover {
  background: var(--nl-orange-soft);
}

.benefit-card {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.9rem;
    padding: 1rem;
    text-align: center;
    backdrop-filter: blur(2px);
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
}

.benefit-card img {
  width: 72px;
  height: auto;
}

.benefit-card .mb-0 {
    color: #000000;
}

.footer-link {
  color: #f5f5f5;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--nl-orange);
}

.whatsapp-float {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1030;
  display: inline-flex;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}

.whatsapp-float img {
  width: 58px;
  height: auto;
}

#app-content {
  min-height: 60vh;
}

@media (max-width: 575.98px) {
  .hero-wa-form {
    width: 100%;
  }

  .hero-plan-card {
    max-width: 100%;
  }

  .hero-plan-current-speed strong,
  .hero-plan-legacy-speed strong {
    font-size: 4.5rem;
  }

  .hero-plan-spec strong {
    font-size: 0.76rem;
  }

  .hero-plan-services span {
    font-size: 0.58rem;
  }

  .hero-copy-col::before {
    inset: 0;
    background-size: contain;
    background-position: center top;
    opacity: 0.35;
  }

  .plan-card h3 {
    font-size: 1.6rem;
  }

  .plan-card h3 strong {
    font-size: 2.8rem;
  }

  .plan-price {
    font-size: 1.7rem;
  }

  .whatsapp-float img {
    width: 52px;
  }
}
