:root {
  --brand-dark: #1f5e3b;
  --brand-green: #63b33d;
  --brand-text: #123326;
  --gray-text: #6f6f6f;
  --light-bg: #f6f9f4;
  --light-card: #ffffff;
  --dark-bg: #103324;
  --shadow: 0 20px 60px rgba(10, 35, 25, 0.12);
  --radius-xl: 28px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}



body {
  font-family: 'Montserrat', sans-serif;
  color: #1c2a22;
  background: #ffffff;
}

img {
  max-width: 100%;
}

.navbar.glass-nav {
  background: rgba(9, 33, 22, 0.88);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.navbar-brand span {
  font-weight: 800;
  letter-spacing: 0.04em;
}

.nav-logo {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.nav-link {
  font-weight: 600;
}

.btn-brand {
  background: linear-gradient(135deg, var(--brand-dark), var(--brand-green));
  border: 0;
  color: #fff;
  box-shadow: 0 12px 30px rgba(31, 94, 59, 0.3);
}

.btn-brand:hover,
.btn-brand:focus {
  color: #fff;
  opacity: 0.95;
}

.btn-outline-brand {
  border: 2px solid var(--brand-dark);
  color: var(--brand-dark);
  font-weight: 700;
}

.btn-outline-brand:hover {
  background: var(--brand-dark);
  color: #fff;
}

.hero-section {
  position: relative;
  padding: 130px 0 90px;
  min-height: 720px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
}



.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.hero-section .container {
  position: relative;
  z-index: 2;
}

.hero-section .row {
  min-height: calc(100vh - 170px);
  align-items: center;
}


.eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.8rem;
  font-weight: 800;
  color: #c5f0b4;
}

.text-brand {
  color: var(--brand-dark) !important;
}

.text-brand-dark {
  color: var(--brand-dark);
}

.hero-section h1 {
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  line-height: 1.05;
  font-weight: 800;
  margin-bottom: 1rem;
  max-width: 680px;
}

.hero-text {
  font-size: 1.08rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
}

.hero-highlights .highlight-card {
  background: rgba(255,255,255,0.09);
  border: 1px solid rgba(255,255,255,0.14);
  backdrop-filter: blur(6px);
  border-radius: 18px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
}

.highlight-card strong {
  font-size: 1rem;
}

.highlight-card span {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.78);
}

.hero-visual {
  position: relative;
  min-height: 460px;
  max-width: 500px;
  margin: 0 auto;
}

.signal-circle {
  position: absolute;
  border-radius: 50%;
  border: 1px dashed rgba(255,255,255,0.2);
}

.circle-1 {
  width: 360px;
  height: 360px;
  right: 40px;
  top: -160px;
}

.circle-2 {
  width: 460px;
  height: 460px;
  right: -10px;
  top: -210px;
}

.signal-card {
  position: absolute;
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.main-card {
  width: min(100%, 360px);
  top: -200px;
  left: 55px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--brand-text);
  padding: 1.8rem;
}

.main-card h3 {
  font-weight: 800;
  font-size: 2rem;
  margin-bottom: 0.25rem;
}

.main-card p {
  margin: 0;
  color: var(--gray-text);
}

.hero-logo {
  width: auto;
  display: block;
  margin-bottom: 1.3rem;
}

.stat-card {
  background: rgba(255,255,255,0.92);
  color: var(--brand-text);
  padding: 0.9rem 1rem;
  min-width: 190px;
}

.stat-card small {
  display: block;
  color: var(--gray-text);
  margin-bottom: 0.35rem;
}

.stat-card strong {
  font-size: 1.05rem;
}

.top-card {
  top: -225px;
  right: 10px;
}

.bottom-card {
  right: 20px;
  bottom: 350px;
}

.section {
  padding: 90px 0;
}

.section-light {
  background: #ffffff;
}

.section-dark {
  background: var(--dark-bg);
  color: #fff;
}

.section-dark h2,
.section-dark h3,
.section-dark .accordion-button,
.section-dark .accordion-body {
  color: #fff;
}

.section-heading {
  max-width: 800px;
}

.section-heading h2,
.section h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 1rem;
}

.section-heading p,
.section p {
  color: var(--gray-text);
  line-height: 1.8;
}

.section-dark p,
.section-dark li {
  color: rgba(255,255,255,0.84);
}

.info-card,
.plan-card,
.brand-panel,
.coverage-box,
.cta-box {
  background: var(--light-card);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  padding: 2rem;
  height: 100%;
}

.info-card h3,
.plan-card h3,
.brand-panel h3,
.coverage-box h3 {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--brand-text);
}

.icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  background: rgba(99, 179, 61, 0.12);
  margin-bottom: 1rem;
}

.feature-list {
  padding-left: 1.2rem;
  margin-top: 1.4rem;
}

.feature-list li {
  margin-bottom: 0.8rem;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.step-item {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 24px;
  padding: 1.6rem;
}

.step-number {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #63b33d, #98db74);
  color: #143526;
  font-weight: 800;
  margin-bottom: 1rem;
}

.step-item h3 {
  font-size: 1.15rem;
  font-weight: 800;
}

.plan-card {
  border: 1px solid #edf2eb;
}

.plan-card.featured {
  background: linear-gradient(180deg, #f7fff3, #ffffff);
  border: 2px solid rgba(99, 179, 61, 0.35);
  transform: translateY(-8px);
}

.plan-badge {
  display: inline-block;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  background: rgba(99, 179, 61, 0.13);
  color: var(--brand-dark);
  font-weight: 800;
  font-size: 0.85rem;
  margin-bottom: 1rem;
}

.plan-subtitle {
  min-height: 72px;
}

.plan-price {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--brand-dark);
  margin-bottom: 1rem;
}

.plan-price span {
  font-size: 1rem;
  font-weight: 600;
  color: var(--gray-text);
}

.plan-features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}

.plan-features li {
  padding: 0.7rem 0;
  border-bottom: 1px solid #edf2eb;
  color: #385446;
}

.coverage-section {
  background: linear-gradient(180deg, #f6f9f4, #eef7ea);
}

.map-mockup {
  position: relative;
  min-height: 430px;
  background: radial-gradient(circle at 30% 30%, rgba(99,179,61,.15), transparent 22%), #fff;
  border-radius: 34px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.map-mockup::before,
.map-mockup::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(31,94,59,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(31,94,59,0.04) 1px, transparent 1px);
  background-size: 44px 44px;
}

.signal-ring {
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 2px solid rgba(99,179,61,0.35);
}

.signal-ring.ring-2 {
  width: 220px;
  height: 220px;
}

.signal-ring.ring-3 {
  width: 300px;
  height: 300px;
}

.tower-dot {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--brand-dark);
  border: 4px solid #d6efc8;
  z-index: 2;
}

.tower-a { left: 48%; top: 45%; }
.tower-b { left: 22%; top: 24%; }
.tower-c { right: 18%; bottom: 18%; }

.map-card {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
  background: rgba(255,255,255,0.96);
  padding: 1rem 1.1rem;
  border-radius: 18px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.brand-preview {
  max-height: 220px;
  object-fit: contain;
}

.color-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.color-swatches span {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-weight: 600;
  color: #385446;
}

.color-swatches i {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  display: inline-block;
}

.custom-accordion .accordion-item {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  margin-bottom: 1rem;
  border-radius: 20px !important;
  overflow: hidden;
}

.custom-accordion .accordion-button {
  background: rgba(255,255,255,0.04);
  font-weight: 700;
  box-shadow: none;
}

.custom-accordion .accordion-button:not(.collapsed) {
  background: rgba(99,179,61,0.15);
}

.custom-accordion .accordion-button::after {
  filter: brightness(0) invert(1);
}

.custom-accordion .accordion-body {
  color: rgba(255,255,255,0.82);
}

.cta-section {
  padding-top: 0;
  margin-top: -30px;
}

.cta-box {
  background: linear-gradient(135deg, #cbeeb7, #8fd362);
}

.cta-box h2,
.cta-box p {
  color: #163927;
}

.site-footer {
  background: #0c251a;
  color: rgba(255,255,255,0.82);
  padding: 32px 0;
}

.footer-brand img {
  width: 62px;
  height: 62px;
  object-fit: contain;
}

.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-dark), var(--brand-green));
  color: #fff;
  box-shadow: 0 12px 30px rgba(31, 94, 59, 0.3);
  display: none;
  z-index: 1000;
}

.back-to-top.show {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991.98px) {
  .hero-section {
    min-height: auto;
    padding: 110px 0 60px;
  }

  .hero-section .row {
    min-height: auto;
  }

  .hero-visual {
    min-height: 420px;
  }

  .main-card {
    left: 0;
    right: 0;
    margin: auto;
  }

  .top-card {
    top: 18px;
    right: 0;
  }

  .bottom-card {
    right: 12px;
    bottom: 12px;
  }
}

@media (max-width: 767.98px) {
  .hero-section {
    padding: 100px 0 50px;
  }

  .hero-visual {
    min-height: 260px;
    margin-top: 20px;
  }

  .main-card {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.4rem;
  }

#beneficios {
  position: relative;

  background-image: url("assets/bosque.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  color: white;
}
#beneficios::before {
  content: "";
  position: absolute;
  inset: 0;

}

#beneficios .container {
  position: relative;
  z-index: 2;
}


.hero-section .row,
.hero-section .col-lg-6,
.hero-visual,
.signal-card,
.signal-circle {
  position: relative;
  z-index: 2;
}