:root {
  --orange-1: #ff9a00;
  --orange-2: #ff7a00;
  --orange-3: #ffb000;
  --black: #0c0c0c;
  --card: #1b1b1b;
  --text: #ffffff;
  --muted: #cfcfcf;
  --accent: #ffb300;
  --accent-2: #ffd34d;
  --radius: 18px;
  --radius-lg: 26px;
  --shadow: 0 18px 45px rgba(0, 0, 0, .35);
  --glow: 0 0 0 2px rgba(255, 179, 0, .55), 0 0 40px rgba(255, 136, 0, .35);
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, "Helvetica Neue", sans-serif;
  color: var(--text);
  background: #000;
}

.container {
  width: min(1200px, 92vw);
  margin: 0 auto;
}

/* ======================
   SECCIÓN 1: HERO
====================== */
.hero {
  position: relative;
  overflow: hidden;
  padding: 38px 0 26px;
  background: linear-gradient(135deg, var(--orange-1), var(--orange-2));
}

.hero__bg {
  position: absolute;
  inset: -40px;
  background-image: url(../assets/background/background.png);
  background-repeat: no-repeat;
  background-position: top;
  pointer-events: none;
  background-size: cover;
}

.hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 22px;
  align-items: center;
}

/* Responsive */
@media (max-width: 980px) {
  .hero__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 680px) {
  aside.hero__col.hero__col--left {
    display: none !important;
}

.heroTitle__top {
    text-align: end;
}
}


.hero__col {
  position: relative;
}

.hero__col--left,
.hero__col--center,
.hero__col--right {
  min-width: 0;
}

/* Left column */
.characterCard {
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-radius: var(--radius-lg);
}

.bubble {
    width: 60dvw;
    height: auto;
    display: block;
}

.characterCard__img {
  width: min(360px, 100%);
  height: auto;
  filter: drop-shadow(0 25px 25px rgba(0, 0, 0, .35));
}

.characterCard__placeholder {
  display: none;
  width: 100%;
  height: 360px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, .12);
  border: 1px dashed rgba(255, 255, 255, .35);
  align-items: center;
  justify-content: center;
}

.characterCard.is-placeholder .characterCard__placeholder {
  display: flex;
}

.characterCard.is-placeholder {
  text-align: center;
  padding: 16px 18px;
  border-radius: 999px;
  background: rgba(0, 0, 0, .25);
  border: 1px solid rgba(255, 255, 255, .35);
  font-weight: 700;
}

.hearts {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.heart {
  position: relative;
  transform: rotate(-10deg);
  filter: drop-shadow(0 18px 18px rgba(0, 0, 0, .25));
  opacity: .9;
}

.heart.h1 {
  left: 40%;
  bottom: -38dvh;
  height: 162px;
}

.heart.h2 {
    left: 65%;
    bottom: 45dvh;
    height: 90%;
}

@media (max-width: 980px) {
  .hearts {
    display: none;
  }
}

/* Center column title */
.heroTitle {
  text-align: right;
  margin: 0 0 14px;
}

.heroTitle__top {
  font-weight: 900;
  font-style: italic;
  letter-spacing: 1px;
  font-size: clamp(22px, 3vw, 34px);
  text-shadow: 0 10px 20px rgba(0, 0, 0, .25);
  text-align: end;
}

.heroTitle__badge {
  display: inline-block;
  margin-top: 8px;
  padding: 9px;
  border-radius: 12px;
  background: rgba(0, 0, 0, .85);
  font-weight: 800;
  font-style: italic;
  font-size: clamp(18px, 2.4vw, 28px);
  box-shadow: 0 14px 26px rgba(0, 0, 0, .25);
}

/* Glow cards */
.glowCard {
  background: linear-gradient(180deg, rgba(30, 30, 30, .96), rgba(18, 18, 18, .96));
  border-radius: var(--radius-lg);
  border: 2px solid rgba(255, 179, 0, .55);
  box-shadow: var(--shadow), var(--glow);
}

/* Plan card */
.planCard {
  padding: 16px 16px 18px;
  position: relative;
}

.planCard__top {
  display: flex;
  justify-content: flex-start;
}

.planCard__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .18);
  font-weight: 800;
  letter-spacing: .6px;
}

.planCard__speed {
  margin-top: 8px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
}

.planCard__speedNumber {
  font-weight: 1000;
  font-size: clamp(64px, 6vw, 96px);
  line-height: 1;
  color: var(--accent);
  text-shadow: 0 14px 28px rgba(0, 0, 0, .35);
}

.planCard__speedUnit {
  font-weight: 800;
  opacity: .9;
  transform: translateY(-8px);
}

.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);
}

.planCard__price {
  margin-top: 14px;
  padding: 14px 14px 12px;
  border-radius: 18px;
  background: rgba(0, 0, 0, .55);
  border: 1px solid rgba(255, 255, 255, .10);
  text-align: center;
}

.planCard__priceLabel {
  font-weight: 900;
  letter-spacing: .6px;
  opacity: .95;
}

.planCard__priceRow {
  margin-top: 6px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 4px;
}

.planCard__priceMoney {
  font-weight: 900;
  font-size: 36px;
  transform: translateY(-10px);
}

.planCard__priceBig {
  font-weight: 1000;
  font-size: 82px;
  line-height: .95;
}

.planCard__priceCents {
  font-weight: 1000;
  font-size: 40px;
  transform: translateY(-10px);
}

.planCard__priceMeta {
  margin-top: 4px;
  font-weight: 800;
  color: var(--accent-2);
}

.planCard__small {
  margin-top: 6px;
  font-size: 12px;
  color: rgba(255, 255, 255, .75);
}

.planCard__extras {
  margin-top: 12px;
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.tag {
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
}

.tag img {
  height: 25px;
}

.planCard__badges {
  margin-top: 12px;
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.miniBadge {
  align-self: center;
  padding: 8px 10px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .86);
}

.netDefense1,
.wifi6Dual {
  height: 35px;
}

.mbShared {
  padding: 3px 5px;
}

.shared2a1 {
  height: 50px;
}

/* Form card */
.formCard {
  padding: 18px 18px 16px;
}

.formCard__title {
  margin: 0 0 14px;
  font-weight: 1000;
  letter-spacing: .6px;
  font-style: italic;
  text-align: center;
}

.leadForm {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.field__label {
  font-weight: 900;
  font-size: 13px;
  opacity: .9;
}

.field__input {
  width: 100%;
  border: none;
  outline: none;
  padding: 12px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .10);
  color: var(--text);
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, .16);
}

.field__input::placeholder {
  color: rgba(255, 255, 255, .55);
}

.check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 12px;
  color: rgba(255, 255, 255, .78);
  line-height: 1.25;
}

.check input {
  margin-top: 2px;
}

.btn {
  cursor: pointer;
  border: none;
  border-radius: 14px;
  padding: 12px 14px;
  font-weight: 1000;
  letter-spacing: .4px;
}
.btn--whatsapp {
    background: transparent;
    color: #141414;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25);
    display: flex;
    align-items: center;
    height: 48px;
    justify-content: center;
    width: 100%;
}

.btn--whatsapp:active {
  transform: translateY(1px);
}

span.txtContacta {
    padding-left: 20px;
}

span.icoWhatp {
    left: 0px;
   
}

img.icoWhatsapp {
    height: 40px;
    border-radius: 90px;
    background-color: #fff;
}

.icoWrap {
    width: 100px;
    height: 100px;
    overflow: hidden;
    z-index: 99999;
    position: absolute;
    bottom: -22px;
}

.icoWrap .icoHand {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    background: transparent;
}

.formCard__hint {
  margin: 6px 0 0;
  font-size: 12px;
  color: rgba(255, 255, 255, .65);
  text-align: center;
}

img.\.heart_h2 {
  height: 134px;
  bottom: -124px;
  position: absolute;
  left: 180px;
}

/* ======================
   SECCIÓN 2: LEGAL
====================== */
.legal {
  background: #000;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, .08);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.legal__text {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
  line-height: 1.45;
  text-align: justify;
}

/* ======================
   SECCIÓN 3: FEATURES 2x2
====================== */
.features {
  background: #000;
  padding: 26px 0 40px;
}

.features__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

@media (max-width: 900px) {
  .features__grid {
    grid-template-columns: 1fr;
  }
}

.featureCard {
  display: flex;
  gap: 14px;
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(25, 25, 25, .95), rgba(10, 10, 10, .95));
  border: 1px solid rgba(255, 255, 255, .10);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .35);
}

.featureCard__icon {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 2px;
}

.iconCircle {
  display: grid;
  place-items: center;
  border-radius: 999px;
}

.iconCircle,
.iconCircle img {
  width: 54px;
  height: 54px;
}

.featureCard__title {
  margin: 0 0 8px;
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffb300, #ff8f00);
  color: #141414;
  font-weight: 1000;
  letter-spacing: .4px;
}

.featureCard__text {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  line-height: 1.4;
  font-size: 14px;
}

/* ======================
   SECCIÓN 4: footer 3x1
====================== */

.foot {

  display: flex;
  padding: 10px 30px;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
}

.col a {
  color: #a09a93;
}

.row {
  margin: 10px 10px;
  width: 90dvw;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
}

.reserverd {
  color: #a09a93;
}