* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

    :root {
      --bg: #02070f;
      --card: #07111f;
      --card2: #0b1627;
      --blue: #0066ff;
      --green: #7ed321;
      --text: #ffffff;
      --muted: rgba(255,255,255,0.68);
      --border: rgba(255,255,255,0.12);
    }

    body {
      background: var(--bg);
      color: var(--text);
      line-height: 1.5;
      overflow-x: hidden;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    .container {
      width: min(1200px, 80%);
      margin: auto;
    }

    header {
      position: sticky;
      top: 0;
      z-index: 100;
      background: rgba(0,0,0,0.88);
      backdrop-filter: blur(12px);
      border-bottom: 1px solid var(--border);
	  height: 100px;
    }

    .navbar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 100px;
  padding: 0;
    }

    .logo {
      display: flex;
      align-items: center;
      gap: 0;
    }
	.logo img{
  max-width: 200px;
  max-height: 200px;
  width: auto;
  height: auto;
  object-fit: contain;
}

    .logo-icon {
      font-size: 54px;
      line-height: 40px;
      color: var(--blue);
      font-weight: 900;
    }

    .logo-text h2 {
      font-size: 32px;
      line-height: 28px;
      font-weight: 900;
      letter-spacing: -1px;
    }

    .logo-text span {
      color: var(--green);
      font-size: 10px;
      text-transform: uppercase;
      font-weight: bold;
    }

    nav {
      display: flex;
      gap: 19px;
      font-size: 15px;
      font-weight: bold;
      color: rgba(255,255,255,0.86);
    }

    nav a:hover,
    nav a.active {
      color: var(--green);
    }

    .nav-buttons {
      display: flex;
      gap: 12px;
    }

    .menu-toggle,
    .mobile-nav {
      display: none;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 13px 22px;
      border-radius: 10px;
      font-weight: 900;
      font-size: 14px;
      transition: 0.25s ease;
      cursor: pointer;
      border: 1px solid transparent;
    }

    .btn-green {
      background: var(--green);
      color: #061100;
    }

    .btn-green:hover {
      filter: brightness(1.08);
      transform: translateY(-2px);
    }

    .btn-outline {
      border-color: rgba(255,255,255,0.35);
      color: #fff;
    }

    .btn-outline:hover {
      background: #fff;
      color: #000;
    }

    .btn-outline-green {
      border-color: rgba(126,211,33,0.65);
      color: var(--green);
    }

    .btn-outline-green:hover {
      background: var(--green);
      color: #061100;
    }

    .hero {
  position: relative;
  overflow: hidden;
  min-height: 700px;

  background-image: url("../assets/images/city-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(2, 7, 15, 0.38), transparent 52%),
    linear-gradient(180deg, rgba(2, 7, 15, 0.1), transparent 60%, rgba(2, 7, 15, 0.78));
}

.hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 90px;
  pointer-events: none;
  background: linear-gradient(transparent, var(--bg));
}

    .hero-content {
      position: relative;
      z-index: 2;
      display: grid;
      grid-template-columns: 1.1fr 0.9fr;
      align-items: center;
      gap: 40px;
      padding: 80px 0;
    }

    .eyebrow {
      color: var(--green);
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 900;
      margin-bottom: 18px;
    }

    .hero h1 {
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.08;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 900;
}

.hero p {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.7;
}

    .features-row {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      gap: 14px;
      margin: 34px 0;
      max-width: 780px;
    }

    .feature-mini {
  color: #fff;
  font-size: 15px;
  text-align: center;
  font-weight: 400;
}

.feature-mini .icon {
  display: block;
  color: var(--green);
  font-size: 28px;
  margin-bottom: 10px;
}

    .hero-buttons {
      display: flex;
      gap: 16px;
      flex-wrap: wrap;
    }

    .pole-visual {
      height: 510px;
      position: relative;
    }

    .pole {
      position: absolute;
      left: 48%;
      top: 30px;
      width: 76px;
      height: 470px;
      border-radius: 8px;
      background: linear-gradient(90deg, #6d747a, #d8d8d8, #555c62);
      box-shadow: 0 30px 60px rgba(0,0,0,0.55);
    }

    .box {
      position: absolute;
      right: 58px;
      top: 60px;
      width: 82px;
      height: 82px;
      border-radius: 12px;
      background: #e8e8e8;
      border: 1px solid #cfcfcf;
      box-shadow: 0 14px 34px rgba(0,0,0,0.35);
    }

    .camera {
      position: absolute;
      right: 0;
      top: 124px;
      width: 112px;
      height: 115px;
      background: #f8f8f8;
      border-radius: 34px 34px 60px 60px;
      box-shadow: 0 20px 40px rgba(0,0,0,0.55);
      border: 1px solid rgba(255,255,255,0.4);
    }

    .camera::before {
      content: "";
      position: absolute;
      left: 13px;
      right: 13px;
      top: 30px;
      height: 34px;
      background: #050505;
      border-radius: 18px;
    }

    .camera::after {
      content: "";
      position: absolute;
      left: 34px;
      right: 34px;
      bottom: 16px;
      height: 46px;
      background: #111;
      border-radius: 50%;
    }

    .sign {
  position: absolute;

  left: -83%;
  top: 190px;

  width: 220px;
  height: 380px;

  background: linear-gradient(
    180deg,
    #081a33 0%,
    #050b15 100%
  );

  border: 2px solid rgba(255,255,255,0.12);

  border-radius: 24px;

  box-shadow:
    0 25px 60px rgba(0,0,0,.55),
    inset 0 0 25px rgba(0,102,255,.12);

  padding: 22px 18px;

  text-align: center;

  overflow: hidden;

  z-index: 5;
}

/* SOPORTE SUPERIOR */
.sign::before{
  content: "";

  position: absolute;

  top: -18px;
  left: 50%;

  transform: translateX(-50%);

  width: 90px;
  height: 18px;

  background: #1d2733;

  border-radius: 12px 12px 0 0;

  box-shadow: 0 4px 10px rgba(0,0,0,.45);
}

/* BRILLO */
.sign::after{
  content: "";

  position: absolute;

  top: 0;
  left: -40%;

  width: 80px;
  height: 100%;

  background: linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,.06),
    transparent
  );

  transform: skewX(-20deg);
}

    .sign .infinity {
      font-size: 58px;
      color: var(--blue);
      line-height: 46px;
      font-weight: 900;
    }

    .sign h3 {
      font-size: 40px;
      line-height: 38px;
      font-weight: 900;
    }

    .sign .line {
      height: 3px;
      width: 90px;
      background: var(--green);
      margin: 10px auto;
    }

    .sign p {
      color: #fff;
      font-size: 19px;
      font-weight: 900;
      line-height: 1.1;
      margin: 0;
    }

    .sign p span {
      color: var(--green);
    }

    .phone-sign {
      margin-top: 14px;
      font-size: 20px;
      font-weight: 900;
    }

    .qr {
      width: 78px;
      height: 78px;
      margin: 14px auto 0;
      background: #fff;
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 3px;
      padding: 6px;
      border-radius: 5px;
    }

    .qr i:nth-child(odd), .qr i:nth-child(4n) {
      background: #000;
    }

    .section {
      padding: 60px 0;
    }

    .section-title {
      text-align: center;
      margin-bottom: 38px;
    }

    .section-title h2 {
      font-size: 40px;
      text-transform: uppercase;
      font-weight: 900;
    }

    .section-title .underline {
      width: 70px;
      height: 4px;
      background: var(--green);
      margin: 12px auto;
    }

    .section-title p {
      color: var(--muted);
    }

    .services-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 22px;
    }

    .service-card,
    .plan-card,
    .benefit-card {
      background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
      border: 1px solid var(--border);
      border-radius: 18px;
      padding: 28px;
      box-shadow: 0 20px 45px rgba(0,0,0,0.25);
    }

    .service-card {
      text-align: center;
      min-height: 235px;
    }

    .service-card .icon {
      font-size: 48px;
      color: var(--blue);
      margin-bottom: 14px;
    }

    .service-card h3 {
      font-size: 21px;
      margin-bottom: 12px;
    }

    .service-card p {
      color: var(--muted);
      font-size: 15px;
    }

    .service-card a {
      display: inline-block;
      margin-top: 16px;
      color: var(--green);
      font-weight: 900;
    }

    .plans-box {
      background: rgba(255,255,255,0.03);
      border: 1px solid var(--border);
      border-radius: 24px;
      padding: 34px;
    }

    .plans-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      margin-top: 34px;
    }

    .plan-card {
      position: relative;
      padding-top: 44px;
    }

    .plan-card.popular {
      border-color: var(--green);
      background: linear-gradient(180deg, rgba(126,211,33,0.12), rgba(255,255,255,0.03));
    }

    .popular-badge {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      background: var(--green);
      color: #061100;
      text-align: center;
      font-size: 12px;
      font-weight: 900;
      padding: 6px;
      border-radius: 18px 18px 0 0;
    }

    .plan-card h3 {
      text-align: center;
      font-size: 24px;
      margin-bottom: 14px;
    }

    .price {
      text-align: center;
      font-size: 46px;
      color: var(--green);
      font-weight: 900;
      margin-bottom: 26px;
    }

    .price span {
      font-size: 16px;
      color: var(--muted);
      font-weight: normal;
    }

    .plan-card ul {
      list-style: none;
      display: grid;
      gap: 12px;
      color: rgba(255,255,255,0.78);
      font-size: 15px;
    }

    .plan-card li::before {
      content: "✓";
      color: var(--green);
      margin-right: 10px;
      font-weight: 900;
    }

    .plan-card .btn {
      width: 100%;
      margin-top: 28px;
    }

    .benefits {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 18px;
      margin-top: 42px;
    }

    .benefit-card {
      text-align: center;
      padding: 24px 18px;
    }

    .benefit-card .icon {
      font-size: 36px;
      color: var(--blue);
      margin-bottom: 10px;
    }

    .benefit-card h4 {
      font-size: 16px;
      margin-bottom: 8px;
    }

    .benefit-card p {
      font-size: 13px;
      color: var(--muted);
    }

    .cta {
      background: linear-gradient(90deg, #09244a, #02070f);
      border-top: 1px solid var(--border);
      border-bottom: 1px solid var(--border);
      padding: 34px 0;
    }

    .cta-content {
      display: flex;
      justify-content: space-between;
      gap: 24px;
      align-items: center;
    }

    .cta h2 {
      font-size: 28px;
    }

    .cta p {
      color: var(--muted);
    }

    .cta .btn i {
      margin-left: 9px;
      font-size: 18px;
    }

    footer {
      padding: 54px 0 24px;
      background: #030910;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 2fr 1fr 1fr 1.2fr;
      gap: 34px;
      margin-bottom: 34px;
    }

    footer h3 {
      margin-bottom: 15px;
      text-transform: uppercase;
      font-size: 16px;
    }

    footer p,
    footer li {
      color: var(--muted);
      font-size: 14px;
      margin-bottom: 9px;
      list-style: none;
    }

    .copyright {
      text-align: center;
      color: rgba(255,255,255,0.42);
      font-size: 13px;
      border-top: 1px solid var(--border);
      padding-top: 22px;
    }

   /* =========================
   RESPONSIVE
========================= */

@media (max-width: 1000px) {
  header {
    height: auto;
  }

  .navbar {
    height: auto;
    padding: 14px 0;
    justify-content: center;
  }

  nav,
  .nav-buttons {
    display: none;
  }

  .logo img {
    display: block;
    width: min(220px, 72vw);
    max-width: none;
    max-height: 92px;
  }

  .container {
    width: min(1200px, 92%);
  }

  .hero {
    min-height: auto;
    padding: 70px 0;
    background-position: center center;
  }

  .hero-content {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 40px 0;
  }

  .hero h1 {
    font-size: clamp(38px, 9vw, 58px);
  }

  .hero p {
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
  }

  .features-row {
    grid-template-columns: repeat(2, 1fr);
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-buttons {
    justify-content: center;
  }

  .pole-visual {
    height: 420px;
    margin-top: 20px;
  }

  .sign {
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
  }

  .services-grid,
  .plans-grid,
  .benefits,
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  header {
    background:
      radial-gradient(circle at 50% 0, rgba(0, 102, 255, 0.18), transparent 72%),
      rgba(2, 7, 15, 0.96);
    border-bottom: 2px solid rgba(126, 211, 33, 0.65);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.38);
  }

  .navbar {
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 12px 0 10px;
  }

  header .logo {
    flex: 1 1 auto;
    justify-content: flex-start;
    min-width: 0;
    text-align: left;
  }

  header .logo img {
    width: min(280px, calc(92vw - 68px));
    max-height: 118px;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    margin: 0;
    padding: 0;
    color: #fff;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
    font: inherit;
    cursor: pointer;
  }

  .menu-toggle span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .menu-toggle i {
    color: var(--green);
    font-size: 17px;
  }

  .menu-toggle[aria-expanded="true"] {
    border-color: var(--green);
    background: rgba(126, 211, 33, 0.1);
  }

  .mobile-nav {
    display: grid;
    flex: 0 0 100%;
    grid-template-columns: 1fr 1fr;
    width: min(360px, 92vw);
    max-height: 0;
    margin-top: 0;
    gap: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    background: #07111f;
    border: 0 solid var(--border);
    border-radius: 12px;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.45);
    transition: max-height 0.3s ease, opacity 0.2s ease, margin 0.3s ease, border-width 0.3s ease;
  }

  .mobile-nav.is-open {
    max-height: 360px;
    margin-top: 10px;
    opacity: 1;
    visibility: visible;
    border-width: 1px;
  }

  .mobile-nav a {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 13px 14px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 13px;
    border-bottom: 1px solid var(--border);
  }

  .mobile-nav a i {
    width: 17px;
    color: var(--green);
    text-align: center;
  }

  .mobile-nav .mobile-quote {
    grid-column: 1 / -1;
    justify-content: center;
    color: #061100;
    background: var(--green);
    border-bottom: 0;
    font-weight: 900;
  }

  .mobile-nav .mobile-quote i {
    color: #061100;
  }

  .container {
    width: 92%;
  }

  .hero {
    min-height: auto;
    padding: 50px 0;
    background-size: auto 100%;
    background-position: 57% center;
  }

  .hero::before {
    background:
      linear-gradient(rgba(2, 7, 15, 0.6), rgba(2, 7, 15, 0.72)),
      radial-gradient(circle at 65% 30%, transparent, rgba(2, 7, 15, 0.36) 70%);
  }

  .hero-content {
    display: block;
    padding: 30px 0;
    text-align: center;
  }

  .eyebrow {
    font-size: 12px;
    margin-bottom: 14px;
  }

  .hero h1 {
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
    font-size: clamp(27px, 8.5vw, 36px);
    line-height: 1.1;
    letter-spacing: 0;
    text-wrap: balance;
    overflow-wrap: normal;
    word-break: normal;
  }

  .hero h1 span {
    display: block;
    margin-top: 4px;
  }

  .hero h1 .title-long {
    font-size: 0.86em;
    letter-spacing: -0.5px;
  }

  .hero p {
    font-size: 16px;
    line-height: 1.5;
    max-width: 330px;
    margin: 16px auto 0;
  }

  .features-row {
    grid-template-columns: repeat(2, 1fr);
    max-width: 300px;
    gap: 24px 32px;
    margin: 34px auto;
  }

  .feature-mini {
    font-size: 14px;
  }

  .feature-mini .icon {
    font-size: 28px;
    margin-bottom: 8px;
  }

  .hero-buttons {
    flex-direction: column;
    gap: 14px;
    max-width: 100%;
  }

  .hero-buttons .btn {
    width: 100%;
  }

  .pole-visual,
  .sign {
    display: none;
  }

  .section {
    padding: 44px 0;
  }

  .section-title {
    margin-bottom: 28px;
  }

  .section-title h2 {
    font-size: clamp(27px, 8vw, 34px);
    line-height: 1.12;
    overflow-wrap: anywhere;
  }

  .services-grid,
  .plans-grid,
  .benefits,
  .footer-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .service-card,
  .plan-card,
  .benefit-card {
    min-width: 0;
  }

  .plans-box {
    padding: 24px 16px;
  }

  .plans-grid {
    gap: 18px;
    margin-top: 26px;
  }

  .price {
    font-size: 40px;
  }

  .benefits {
    gap: 14px;
    margin-top: 0;
  }

  .cta-content {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .cta h2 {
    font-size: 24px;
    line-height: 1.2;
  }

  .footer-grid {
    gap: 24px;
  }
}

@media (max-width: 380px) {
  .container {
    width: 90%;
  }

  .logo img {
    width: min(245px, 78vw);
    max-width: none;
    max-height: 105px;
  }

  .hero h1 {
    font-size: clamp(26px, 8.5vw, 30px);
  }

  .features-row {
    gap: 20px 14px;
  }

  .service-card,
  .plan-card {
    padding-left: 20px;
    padding-right: 20px;
  }
}
