.home-index {
  background: var(--surface-primary);
  color: var(--text-secondary);
}

/* WAN Servicios - ajustes CTA/cards */
.cta-band {
  padding: 44px 0;
}

.cta-band h2 {
  font-size: 32px;
}

.cta-band p {
  font-size: 17px;
  line-height: 1.72;
}

.cta-icon {
  font-size: 66px;
}

.service-card p,
.service-featured p,
.support-item p,
.work-card p,
.coverage-content p {
  text-align: justify;
  text-justify: inter-word;
}

@media (max-width: 767px) {
  .cta-band {
    padding: 36px 0;
  }

  .cta-band h2 {
    font-size: 26px;
  }

  .cta-band p {
    font-size: 16px;
  }
}

.home-index .container {
  max-width: var(--container-width);
}

.home-section {
  padding: var(--section-space-desktop) 0;
}

.section-kicker {
  color: var(--brand-primary);
  display: block;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.section-heading {
  color: var(--text-primary);
  font-size: 36px;
  font-weight: 900;
  line-height: 1.17;
  margin: 0 0 18px;
}

.section-lead {
  color: var(--text-secondary);
  line-height: 1.75;
  margin: 0;
}

.wan-hero.hero-slider-area,
.wan-hero .hero-slider-item {
  height: 100vh;
  min-height: 720px;
}

.wan-hero .hero-slider-item {
  background-position: 72% center;
}

.wan-hero .hero-slider-item::before {
  background: linear-gradient(90deg, rgba(0, 21, 51, 0.95) 0%, rgba(0, 21, 51, 0.86) 36%, rgba(0, 21, 51, 0.28) 63%, rgba(0, 21, 51, 0.08) 100%);
}

.wan-hero .hero-slider-item .d-table {
  min-height: 720px;
}

.wan-hero .hero-slider-content {
  margin: 0;
  max-width: 500px;
  text-align: left;
}

.wan-hero .hero-slider-content h1,
.wan-hero .hero-title {
  color: #ffffff;
  display: block;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.12;
  margin-bottom: 16px;
}

.wan-hero .hero-title span {
  color: var(--brand-primary);
}

.wan-hero .hero-slider-content p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 0;
  max-width: 470px;
}

.wan-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.wan-btn {
  align-items: center;
  border-radius: var(--radius-button);
  display: inline-flex;
  font-size: 15px;
  font-weight: 800;
  gap: 10px;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
}

.wan-btn-primary {
  background: var(--brand-primary);
  color: #ffffff;
}

.wan-btn-primary:hover,
.wan-btn-primary:focus {
  background: var(--brand-primary-hover);
  color: #ffffff;
}

.wan-btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.78);
  color: #ffffff;
}

.wan-btn-outline:hover,
.wan-btn-outline:focus {
  background: #ffffff;
  border-color: #ffffff;
  color: var(--brand-dark);
}

.service-icon,
.support-item i,
.work-card i,
.destination-chip i {
  color: var(--brand-primary);
}

.intro-grid {
  align-items: center;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.intro-media {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  min-height: 315px;
  position: relative;
}

.intro-media img {
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.intro-media .intro-photo-main {
  grid-column: 1 / 3;
  grid-row: 1;
  max-height: 320px;
}

.intro-media .intro-photo-small {
  align-self: end;
  grid-column: 2;
  grid-row: 1;
  height: 170px;
  margin-bottom: -36px;
}

.services-section {
  padding-top: 10px;
}

.section-title-center {
  margin: 0 auto 34px;
  max-width: 640px;
  text-align: center;
}

.service-featured {
  align-items: center;
  background: linear-gradient(90deg, #fff7f4 0%, #ffffff 62%);
  border: 1px solid rgba(255, 61, 24, 0.45);
  border-radius: var(--radius-card);
  display: grid;
  gap: 28px;
  grid-template-columns: auto minmax(0, 1fr) 260px;
  margin-bottom: 16px;
  padding: 28px;
}

.service-featured img {
  height: 150px;
  object-fit: contain;
  width: 100%;
}

.service-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-card,
.work-card {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-card);
  box-shadow: 0 12px 30px rgba(0, 21, 51, 0.05);
  display: grid;
  gap: 18px;
  grid-template-columns: auto minmax(0, 1fr);
  padding: 26px;
}

.service-icon {
  align-items: center;
  border: 1px solid rgba(255, 61, 24, 0.22);
  border-radius: 50%;
  display: inline-flex;
  font-size: 42px;
  height: 78px;
  justify-content: center;
  width: 78px;
}

.service-card h3,
.service-featured h3,
.work-card h3,
.support-item h3 {
  color: var(--text-primary);
  font-size: 22px;
  font-weight: 900;
  margin: 0 0 8px;
}

.service-card p,
.service-featured p,
.work-card p,
.support-item p {
  line-height: 1.65;
  margin: 0;
}

.support-strip {
  background: var(--brand-dark);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 22px;
  overflow: hidden;
}

.support-item {
  border-right: 1px solid rgba(255, 255, 255, 0.24);
  color: rgba(255, 255, 255, 0.78);
  padding: 25px 22px;
}

.support-item:last-child {
  border-right: 0;
}

.support-item i {
  display: block;
  font-size: 36px;
  margin-bottom: 10px;
}

.support-item h3 {
  color: #ffffff;
  font-size: 16px;
}

.coverage-grid {
  align-items: center;
  display: grid;
  gap: 34px;
  grid-template-columns: 0.72fr 0.78fr 1fr;
}

.coverage-map {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 360px;
  width: 100%;
}

.destinations-list {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.destination-chip {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: 999px;
  color: var(--text-primary);
  display: flex;
  font-weight: 800;
  gap: 10px;
  min-height: 52px;
  padding: 10px 20px;
}

.work-section {
  padding-top: 10px;
}

.work-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.work-card {
  display: block;
  min-height: 100%;
  position: relative;
  text-align: center;
}

.work-card i {
  align-items: center;
  border: 1px solid rgba(255, 61, 24, 0.18);
  border-radius: 50%;
  display: inline-flex;
  font-size: 46px;
  height: 86px;
  justify-content: center;
  line-height: 86px;
  margin: 0 auto 18px;
  width: 86px;
}

.cta-band {
  background: var(--brand-primary);
  border-radius: 0;
  color: #ffffff;
  margin-top: 12px;
  padding: 32px 0;
}

.cta-grid {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
}

.cta-band h2 {
  color: #ffffff;
  font-size: 28px;
  margin: 0 0 4px;
}

.cta-band p {
  margin: 0;
}

.cta-icon {
  font-size: 58px;
}

.cta-phone {
  background: var(--brand-dark);
  color: #ffffff;
}

.cta-phone:hover,
.cta-phone:focus {
  background: var(--brand-dark-alt);
  color: #ffffff;
}

.visually-hidden-heading {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

@media (max-width: 1199px) {
  .wan-hero .hero-slider-content h1,
  .wan-hero .hero-title {
    font-size: 44px;
  }

  .coverage-grid {
    grid-template-columns: 0.9fr 0.9fr;
  }

  .destinations-list {
    grid-column: 1 / 3;
  }
}

@media (min-width: 992px) {
  .wan-hero .hero-slider-item {
    background-position: center center;
    background-size: cover;
  }

  .wan-hero .hero-slider-content {
    margin-left: 2%;
    max-width: 455px;
  }

  .wan-hero .hero-slider-content h1,
  .wan-hero .hero-title {
    font-size: 40px;
  }

  .wan-hero .hero-slider-content p {
    font-size: 15px;
    max-width: 420px;
  }
}

.go-top {
  align-items: center;
  background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary-hover) 100%);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  bottom: 24px;
  box-shadow: 0 16px 34px rgba(255, 61, 24, 0.32);
  color: #ffffff;
  display: flex;
  height: 52px;
  justify-content: center;
  overflow: hidden;
  right: 24px;
  width: 52px;
}

.go-top::before {
  display: none;
}

.go-top i {
  color: #ffffff;
  display: block;
  font-size: 28px;
  height: auto;
  left: auto;
  line-height: 1;
  position: static;
  right: auto;
  top: auto;
  transform: none;
  transition: none;
  width: auto;
}

.go-top i:last-child {
  display: none;
}

.go-top:hover,
.go-top:focus {
  background: var(--brand-dark);
  color: #ffffff;
  transform: translateY(-4px);
}

@media (max-width: 991px) {
  .home-section {
    padding: var(--section-space-tablet) 0;
  }

  .wan-hero.hero-slider-area,
  .wan-hero .hero-slider-item {
    height: 720px;
    min-height: 720px;
  }

  .wan-hero .hero-slider-item .d-table {
    min-height: 720px;
  }

  .wan-hero .hero-slider-content {
    margin-top: 30px;
    max-width: 560px;
  }

  .intro-grid,
  .coverage-grid,
  .cta-grid {
    grid-template-columns: 1fr;
  }

  .destinations-list {
    grid-column: auto;
  }

  .service-featured {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .service-featured img {
    grid-column: 1 / 3;
    justify-self: end;
    max-width: 260px;
  }

  .support-strip,
  .work-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .home-section {
    padding: var(--section-space-mobile) 0;
  }

  .section-heading {
    font-size: 29px;
  }

  .wan-hero.hero-slider-area,
  .wan-hero .hero-slider-item {
    height: auto;
    min-height: 720px;
  }

  .wan-hero .hero-slider-item .d-table {
    min-height: 720px;
  }

  .wan-hero .hero-slider-item {
    background-position: 64% center;
  }

  .wan-hero .d-table-cell {
    vertical-align: top;
  }

  .wan-hero .hero-slider-item::before {
    background: linear-gradient(180deg, rgba(0, 21, 51, 0.95) 0%, rgba(0, 21, 51, 0.86) 52%, rgba(0, 21, 51, 0.52) 100%);
  }

  .wan-hero .hero-slider-content {
    margin: 0;
    max-width: 315px;
    padding-top: 150px;
    position: relative;
    z-index: 2;
  }

  .wan-hero .hero-slider-content h1,
  .wan-hero .hero-title {
    font-size: 24px;
    line-height: 1.16;
    max-width: 100%;
    overflow-wrap: break-word;
    white-space: normal;
  }

  .wan-hero .hero-slider-content p {
    font-size: 15px;
  }

  .wan-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .wan-btn {
    width: 100%;
  }

  .go-top {
    bottom: 18px;
    height: 46px;
    right: 18px;
    width: 46px;
  }

  .go-top i {
    font-size: 25px;
  }

  .service-grid,
  .support-strip,
  .work-grid,
  .destinations-list {
    grid-template-columns: 1fr;
  }

  .intro-media {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .intro-media .intro-photo-main,
  .intro-media .intro-photo-small {
    grid-column: auto;
    grid-row: auto;
    height: auto;
    margin: 0;
    max-height: none;
  }

  .intro-media .intro-photo-small {
    display: none;
  }

  .service-featured,
  .service-card {
    grid-template-columns: 1fr;
  }

  .service-featured img {
    grid-column: auto;
    justify-self: center;
  }

  .support-item {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .cta-band {
    border-radius: 0;
    text-align: center;
  }
}

/* WAN Servicios - ultima capa ajustes CTA/cards */
.home-index .intro-media {
  display: block;
  min-height: 0;
}

.home-index .intro-media .intro-photo-main {
  display: block;
  height: auto;
  max-height: none;
  width: 100%;
}

.home-index .intro-media .intro-photo-small {
  display: none;
}

.home-index .cta-band,
.cta-band {
  padding: 44px 0;
}

.home-index .cta-band h2,
.cta-band h2 {
  font-size: 32px;
}

.home-index .cta-band p,
.cta-band p {
  font-size: 17px;
  line-height: 1.72;
}

.home-index .cta-icon,
.cta-icon {
  font-size: 66px;
}

.home-index .service-card p,
.home-index .service-featured p,
.home-index .support-item p,
.home-index .work-card p,
.home-index .coverage-content p {
  text-align: justify;
  text-justify: inter-word;
}

@media (max-width: 767px) {
  .home-index .cta-band,
  .cta-band {
    padding: 36px 0;
  }

  .home-index .cta-band h2,
  .cta-band h2 {
    font-size: 26px;
  }

  .home-index .cta-band p,
  .cta-band p {
    font-size: 16px;
  }
}
