/* Final reset loaded last so legacy template effects cannot reintroduce glow. */
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10050;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  border-radius: 12px;
  color: #fff;
  background: var(--flat-purple);
  transform: translateY(calc(-100% - 24px));
}

.skip-link:focus-visible {
  color: #fff;
  outline: 3px solid var(--flat-orange);
  outline-offset: 3px;
  transform: translateY(0);
}

body.telecom-home main *,
body.telecom-home .footer * {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  text-shadow: none !important;
}

body.telecom-home main a,
body.telecom-home main button,
body.telecom-home [class*="card"],
body.telecom-home [class*="pill"] {
  box-shadow: none !important;
}

body.telecom-home .hero-art-slide .container::after,
body.telecom-home .hero-art-slide::before,
body.telecom-home .hero-art-slide::after,
body.telecom-home .telecom-hero::after,
body.telecom-home .fire-hero-stage::before,
body.telecom-home .fire-hero-stage::after,
body.telecom-home [class*="glow"] {
  content: none !important;
  display: none !important;
  filter: none !important;
}

/* Shared round icon language */
body.telecom-home .hero-nav,
body.telecom-home .fire-plan-compact-bottom > a,
body.telecom-home .social-links a,
body.telecom-home .app-scene-icon {
  border-radius: 50% !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* Flat carousel controls */
body.telecom-home .hero-nav {
  width: 52px !important;
  height: 52px !important;
  display: grid !important;
  place-items: center !important;
  border: 0 !important;
  color: #fff !important;
  background: var(--flat-purple) !important;
  opacity: 1 !important;
  transform: translateY(-50%) !important;
}

body.telecom-home .hero-nav:hover,
body.telecom-home .hero-nav:focus-visible {
  color: #fff !important;
  background: var(--flat-orange) !important;
  outline: 3px solid #fff !important;
  outline-offset: 2px !important;
}

body.telecom-home .hero-nav i {
  font-size: 21px !important;
}

body.telecom-home .hero-pagination .swiper-pagination-bullet {
  position: relative !important;
  width: 44px !important;
  height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
  box-shadow: none !important;
  opacity: 1 !important;
}

body.telecom-home .hero-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  opacity: .62;
}

body.telecom-home .hero-pagination .swiper-pagination-bullet-active {
  width: 44px !important;
  background: transparent !important;
}

body.telecom-home .hero-pagination .swiper-pagination-bullet-active::after {
  width: 28px;
  border-radius: 999px;
  background: var(--flat-orange);
  opacity: 1;
}

body.telecom-home .hero-pagination .swiper-pagination-bullet:focus-visible::after {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

body.telecom-home .hero-playback-toggle {
  position: absolute;
  right: clamp(16px, 3vw, 38px);
  bottom: 24px;
  z-index: 6;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--flat-purple);
}

body.telecom-home .hero-playback-toggle:hover,
body.telecom-home .hero-playback-toggle:focus-visible,
body.telecom-home .hero-playback-toggle[aria-pressed="true"] {
  color: var(--flat-purple);
  background: var(--flat-orange);
}

body.telecom-home .hero-playback-toggle:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

/* Client shortcuts become a clean horizontal utility strip. */
body.telecom-home .client-area-shell {
  grid-template-columns: 1fr !important;
  min-height: 0 !important;
  padding: clamp(32px, 5vw, 62px) !important;
}

body.telecom-home .client-area-copy {
  max-width: none !important;
}

body.telecom-home .client-actions {
  grid-template-columns: repeat(3, 1fr) !important;
}

/* App download section */
body.telecom-home .app-download-section {
  overflow: hidden;
  padding: clamp(76px, 8vw, 120px) 0 !important;
  background: #fff !important;
}

body.telecom-home .app-download-shell {
  display: grid;
  grid-template-columns: minmax(480px, 1.05fr) minmax(0, .95fr);
  gap: clamp(46px, 7vw, 110px);
  align-items: center;
  padding: 18px clamp(38px, 6vw, 90px) 18px 18px;
  border: 1px solid var(--flat-line);
  border-radius: 44px;
  background: #f7f5f9;
}

body.telecom-home .app-visual {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  border-radius: 36px;
  background: var(--flat-purple);
  perspective: 1200px;
  isolation: isolate;
}

body.telecom-home .app-visual::before {
  content: "";
  position: absolute;
  width: 310px;
  height: 310px;
  top: -150px;
  right: -110px;
  border: 72px solid var(--flat-orange);
  border-radius: 50%;
  z-index: -1;
}

body.telecom-home .app-scene {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
}

body.telecom-home .app-phone {
  position: absolute;
  width: min(330px, 57%);
  height: 650px;
  left: 12%;
  top: 38px;
  overflow: hidden;
  border: 10px solid #120a1f;
  border-radius: 48px;
  background: #fff;
  z-index: 3;
  transform: translate3d(0, 0, 55px) rotateZ(-2deg);
  transform-style: preserve-3d;
  will-change: transform;
  box-shadow: 14px 16px 0 #120a1f !important;
}

body.telecom-home .app-phone::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border: 2px solid rgba(255, 255, 255, .22);
  border-radius: 37px;
  pointer-events: none;
}

body.telecom-home .app-phone-speaker {
  position: absolute;
  width: 90px;
  height: 24px;
  top: 8px;
  left: 50%;
  z-index: 4;
  border-radius: 999px;
  background: #120a1f;
  transform: translateX(-50%);
}

body.telecom-home .app-phone img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
}

body.telecom-home .app-mascot {
  position: absolute;
  width: min(390px, 64%);
  height: auto;
  aspect-ratio: 780 / 646;
  object-fit: contain;
  right: -8%;
  bottom: 18px;
  z-index: 5;
  transform: translate3d(0, 0, 110px);
  transform-origin: bottom center;
  will-change: transform;
  pointer-events: none;
}

body.telecom-home .app-scene-base {
  position: absolute;
  width: 76%;
  height: 94px;
  left: 12%;
  bottom: 34px;
  border-radius: 50%;
  background: #16072f;
  transform: rotate(-2deg);
  z-index: 1;
}

body.telecom-home .app-scene-icon {
  position: absolute;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 0;
  color: #fff;
  background: var(--flat-orange);
  font-size: 24px;
  z-index: 6;
  will-change: transform;
  box-shadow: 7px 8px 0 #16072f !important;
}

body.telecom-home .app-scene-icon-invoice {
  left: 5%;
  top: 18%;
}

body.telecom-home .app-scene-icon-contract {
  right: 8%;
  top: 16%;
  color: var(--flat-purple);
  background: #fff;
  box-shadow: 7px 8px 0 var(--flat-orange) !important;
}

body.telecom-home .app-scene-icon-support {
  right: 5%;
  bottom: 24%;
}

body.telecom-home .app-download-copy .mini-label {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 20px;
  padding: 9px 14px;
  border: 0;
  color: var(--flat-orange);
  background: #fff0e6;
}

body.telecom-home .app-download-copy h2 {
  margin: 0 0 22px;
  color: var(--flat-purple-bright);
  font-size: clamp(2.8rem, 4.6vw, 5.1rem);
  line-height: .98;
  letter-spacing: -.055em;
}

body.telecom-home .app-download-copy > p {
  max-width: 560px;
  margin: 0 0 30px;
  color: #725f8e;
  font-size: 1rem;
  line-height: 1.65;
}

body.telecom-home .app-store-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

body.telecom-home .app-store-links a {
  min-height: 62px;
  display: flex;
  align-items: center;
  padding: 0;
  border: 0;
  border-radius: 13px !important;
  background: #000;
  box-shadow: none !important;
  transition: transform .2s ease;
}

body.telecom-home .app-store-links a:hover {
  transform: translateY(-2px);
}

body.telecom-home .app-store-links img {
  width: auto;
  height: 62px;
  display: block;
}

@media (max-width: 1199px) {
  body.telecom-home .app-download-shell {
    grid-template-columns: minmax(420px, .95fr) minmax(0, 1.05fr);
    gap: 38px;
    padding-right: 38px;
  }

  body.telecom-home .app-visual {
    min-height: 650px;
  }

  body.telecom-home .app-phone {
    height: 590px;
  }
}

@media (max-width: 991px) {
  body.telecom-home .client-actions,
  body.telecom-home .app-download-shell {
    grid-template-columns: 1fr !important;
  }

  body.telecom-home .app-download-shell {
    padding: 18px;
  }

  body.telecom-home .app-download-copy {
    order: -1;
    padding: 34px 24px 10px;
  }

  body.telecom-home .app-visual {
    min-height: 660px;
  }
}

@media (max-width: 575px) {
  body.telecom-home .hero-nav {
    width: 42px !important;
    height: 42px !important;
  }

  body.telecom-home .app-download-shell {
    border-radius: 30px;
  }

  body.telecom-home .app-download-copy {
    padding: 24px 12px 4px;
  }

  body.telecom-home .app-download-copy h2 {
    font-size: clamp(2.7rem, 13vw, 3.8rem);
  }

  body.telecom-home .app-store-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  body.telecom-home .app-store-links a {
    min-height: 0;
  }

  body.telecom-home .app-store-links img {
    width: 100%;
    height: auto;
  }

  body.telecom-home .app-visual {
    min-height: 540px;
    border-radius: 24px;
  }

  body.telecom-home .app-phone {
    width: 245px;
    height: 500px;
    left: 5%;
    top: 24px;
    border-width: 8px;
    border-radius: 38px;
  }

  body.telecom-home .app-mascot {
    width: 280px;
    height: auto;
    right: -24%;
    bottom: 10px;
  }

  body.telecom-home .app-scene-icon {
    width: 46px;
    height: 46px;
    font-size: 19px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.telecom-home .app-phone,
  body.telecom-home .app-mascot,
  body.telecom-home .app-scene-icon,
  body.telecom-home .app-store-links a {
    transition: none !important;
    transform: none !important;
  }
}

/* One conversion component, shared by every coverage action. */
body.telecom-home .coverage-cta {
  min-height: 52px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
  padding: 0 22px !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: var(--flat-purple) !important;
  background: var(--flat-orange) !important;
  font-family: Inter, system-ui, sans-serif !important;
  font-size: .875rem !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  transform: none !important;
}

body.telecom-home .coverage-cta:hover,
body.telecom-home .coverage-cta:focus-visible {
  color: var(--flat-purple) !important;
  background: #f15a00 !important;
  box-shadow: none !important;
  transform: none !important;
}

body.telecom-home .coverage-cta:focus-visible {
  outline: 3px solid rgba(255, 98, 13, .3) !important;
  outline-offset: 3px !important;
}

body.telecom-home .header .btn-getstarted.coverage-cta {
  color: var(--flat-purple) !important;
}

body.telecom-home .header .btn-getstarted.coverage-cta:hover,
body.telecom-home .header .btn-getstarted.coverage-cta:focus-visible {
  color: var(--flat-purple) !important;
  background: #f15a00 !important;
}

/* Interactive plans + animated product router */
body.telecom-home .fire-plan-featured {
  min-height: 720px;
}

body.telecom-home .plan-router-stage {
  position: absolute;
  width: 58%;
  height: 350px;
  top: 38px;
  left: 24px;
  z-index: 1;
  overflow: visible;
  isolation: isolate;
}

body.telecom-home .router-product {
  position: absolute;
  inset: 10px 11% 4px;
  z-index: 3;
  display: grid;
  place-items: center;
  transform-origin: 50% 78%;
  animation: router-float 5.4s ease-in-out infinite;
  will-change: transform;
}

body.telecom-home .router-product img {
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: 334px;
  display: block;
  object-fit: contain;
  object-position: center;
}

body.telecom-home .router-orbit {
  position: absolute;
  left: 7%;
  right: 7%;
  top: 55%;
  height: 30%;
  border: 3px solid var(--flat-orange);
  border-radius: 50%;
  transform: rotate(-7deg);
}

body.telecom-home .router-orbit-back {
  z-index: 1;
  clip-path: inset(0 0 48% 0);
  opacity: .72;
}

body.telecom-home .router-orbit-front {
  z-index: 4;
  clip-path: inset(48% 0 0 0);
}

body.telecom-home .router-floor-shadow {
  position: absolute;
  left: 24%;
  right: 24%;
  bottom: 5%;
  z-index: 2;
  height: 13px;
  border-radius: 50%;
  background: rgba(23, 8, 47, .48);
  animation: router-shadow 5.4s ease-in-out infinite;
}

body.telecom-home .router-wifi-signal {
  position: absolute;
  left: 50%;
  top: 8px;
  z-index: 2;
  width: 112px;
  height: 68px;
  overflow: visible;
  transform: translateX(-50%);
}

body.telecom-home .router-wifi-wave {
  fill: none;
  stroke: var(--flat-orange);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform-box: fill-box;
  transform-origin: center;
  animation: router-wifi-pulse 3.2s ease-in-out infinite;
}

body.telecom-home .router-wifi-wave-inner {
  animation-delay: .22s;
}

body.telecom-home .router-wifi-dot {
  fill: var(--flat-orange);
  transform-box: fill-box;
  transform-origin: center;
  animation: router-wifi-pulse 3.2s .44s ease-in-out infinite;
}

body.telecom-home .router-packet {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--flat-orange);
  offset-path: ellipse(40% 14% at 50% 70%);
  offset-distance: 0%;
  offset-rotate: 0deg;
  animation: router-packet 4.8s linear infinite;
}

body.telecom-home .router-packet-two {
  animation-delay: -1.6s;
}

body.telecom-home .router-packet-three {
  animation-delay: -3.2s;
}

@keyframes router-float {
  0%, 100% { transform: translateY(3px) rotate(-.35deg); }
  50% { transform: translateY(-7px) rotate(.35deg); }
}

@keyframes router-shadow {
  0%, 100% { opacity: .48; transform: scaleX(1); }
  50% { opacity: .3; transform: scaleX(.88); }
}

@keyframes router-wifi-pulse {
  0%, 18% { opacity: .28; transform: scale(.96); }
  38%, 72% { opacity: 1; transform: scale(1); }
  100% { opacity: .28; transform: scale(.96); }
}

@keyframes router-packet {
  to { offset-distance: 100%; }
}

body.telecom-home .fire-plan-featured-grid {
  padding-top: 350px;
}

body.telecom-home .fire-plan-select {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--flat-orange);
  box-shadow: none;
  cursor: pointer;
}

body.telecom-home .fire-plan-select:hover,
body.telecom-home .fire-plan-select:focus-visible {
  background: var(--flat-purple);
  outline: 3px solid rgba(255, 98, 13, .25);
  outline-offset: 2px;
}

body.telecom-home .fire-plan-compact {
  cursor: default;
}

body.telecom-home .fire-plan-featured.is-switching .fire-plan-featured-grid {
  animation: plan-content-in .34s ease both;
}

@keyframes plan-content-in {
  from { opacity: .25; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1199px) {
  body.telecom-home .plan-router-stage {
    width: 64%;
  }
}

@media (max-width: 767px) {
  body.telecom-home .fire-plan-featured {
    min-height: 0;
  }

  body.telecom-home .plan-router-stage {
    position: relative;
    width: 100%;
    height: 280px;
    top: auto;
    left: 0;
    margin: 14px 0 12px;
  }

  body.telecom-home .router-product {
    inset: 8px 8% 4px;
  }

  body.telecom-home .router-product img {
    max-height: 268px;
  }

  body.telecom-home .router-wifi-signal {
    top: 4px;
    width: 104px;
    height: 62px;
  }

  body.telecom-home .fire-plan-featured-grid {
    padding-top: 0;
  }

}

@media (prefers-reduced-motion: reduce) {
  body.telecom-home .fire-plan-featured.is-switching .fire-plan-featured-grid,
  body.telecom-home .router-product,
  body.telecom-home .router-floor-shadow,
  body.telecom-home .router-wifi-wave,
  body.telecom-home .router-wifi-dot,
  body.telecom-home .router-packet {
    animation: none;
  }
}

/* Responsive header and hero: one source of truth below the desktop breakpoint. */
@media (max-width: 767px) {
  body.telecom-home .header {
    top: 8px !important;
    padding: 0 10px !important;
  }

  body.telecom-home .header .container-xl {
    width: 100% !important;
    min-height: 62px !important;
    margin: 0 !important;
    padding: 7px 10px 7px 16px !important;
    gap: 8px !important;
    flex-wrap: nowrap !important;
    border-radius: 24px !important;
  }

  body.telecom-home .header .brand-logo-link {
    min-width: 0 !important;
    max-width: 116px !important;
    flex: 0 1 116px !important;
    margin-right: auto !important;
  }

  body.telecom-home .header .brand-logo-img {
    width: 108px !important;
    max-width: 100% !important;
    height: auto !important;
  }

  body.telecom-home .header .navmenu {
    flex: 0 0 44px !important;
    width: 44px !important;
    margin: 0 !important;
  }

  body.telecom-home .header .mobile-nav-toggle {
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 50% !important;
    color: #fff !important;
    background: transparent !important;
  }

  body.telecom-home .telecom-hero {
    padding-top: 80px !important;
    background: var(--flat-purple) !important;
  }

  body.telecom-home .hero-carousel {
    position: relative !important;
    overflow: hidden !important;
  }

  body.telecom-home .hero-nav {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  body.telecom-home .hero-pagination {
    z-index: 11 !important;
    bottom: 25px !important;
  }

}

/* Coverage guide */
body.telecom-home .coverage-guide-section {
  scroll-margin-top: 104px;
  padding: clamp(76px, 8vw, 118px) 0 !important;
  background: #fff7f1 !important;
}

body.telecom-home .coverage-guide-shell {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: clamp(36px, 5vw, 76px);
  padding: clamp(38px, 5.5vw, 78px);
  overflow: hidden;
  border-radius: 40px;
  color: #fff;
  background: var(--flat-purple);
}

body.telecom-home .coverage-guide-intro {
  align-self: center;
}

body.telecom-home .coverage-guide-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 20px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  color: #ffb185;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.telecom-home .coverage-guide-intro h2 {
  max-width: 560px;
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(2.45rem, 4.5vw, 4.7rem);
  line-height: .98;
  letter-spacing: -.055em;
}

body.telecom-home .coverage-guide-intro > p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, .7);
  font-size: 1rem;
  line-height: 1.65;
}

body.telecom-home .coverage-guide-trust {
  max-width: 510px;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: center;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .16);
}

body.telecom-home .coverage-guide-trust > i {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--flat-orange);
  font-size: 20px;
}

body.telecom-home .coverage-guide-trust span,
body.telecom-home .coverage-guide-trust strong {
  display: block;
}

body.telecom-home .coverage-guide-trust span {
  color: rgba(255, 255, 255, .58);
  font-size: .78rem;
  line-height: 1.45;
}

body.telecom-home .coverage-guide-trust strong {
  margin-bottom: 3px;
  color: #fff;
  font-size: .9rem;
}

body.telecom-home .coverage-guide-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.telecom-home .coverage-guide-steps li {
  position: relative;
  min-height: 210px;
  display: grid;
  grid-template-columns: 48px 1fr;
  align-content: center;
  gap: 16px;
  padding: 28px;
  overflow: hidden;
  border-radius: 26px;
  color: var(--flat-purple);
  background: #fff;
}

body.telecom-home .coverage-guide-steps li > span {
  position: absolute;
  top: 18px;
  right: 20px;
  color: #d8cfe5;
  font-size: .72rem;
  font-weight: 800;
}

body.telecom-home .coverage-guide-steps li > i {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--flat-orange);
  font-size: 20px;
}

body.telecom-home .coverage-guide-steps strong,
body.telecom-home .coverage-guide-steps p {
  display: block;
}

body.telecom-home .coverage-guide-steps strong {
  margin-bottom: 7px;
  color: var(--flat-purple);
  font-size: 1rem;
}

body.telecom-home .coverage-guide-steps p {
  margin: 0;
  color: #725f8e;
  font-size: .8rem;
  line-height: 1.5;
}

body.telecom-home .coverage-guide-action {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 4px;
  padding: 22px 24px 22px 30px;
  border-radius: 26px;
  color: var(--flat-purple);
  background: #fff;
}

body.telecom-home .coverage-guide-action strong,
body.telecom-home .coverage-guide-action span {
  display: block;
}

body.telecom-home .coverage-guide-action strong {
  margin-bottom: 3px;
  font-size: 1.05rem;
}

body.telecom-home .coverage-guide-action span {
  color: #725f8e;
  font-size: .8rem;
}

body.telecom-home .coverage-ixc-link {
  min-height: 54px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 22px;
  border-radius: 999px;
  color: var(--flat-purple) !important;
  background: var(--flat-orange);
  font-size: .88rem;
  font-weight: 700;
}

body.telecom-home .coverage-ixc-link:hover,
body.telecom-home .coverage-ixc-link:focus-visible {
  color: var(--flat-purple) !important;
  background: #f15a00;
}

body.telecom-home .primary-action {
  color: var(--flat-purple) !important;
}

body.telecom-home .faq-item h3 {
  padding: 0 !important;
}

body.telecom-home .faq-question {
  width: 100%;
  min-height: 48px;
  padding: 20px 56px 20px 0;
  border: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  line-height: inherit;
  text-align: left;
}

body.telecom-home .faq-question:focus-visible {
  border-radius: 12px;
  outline: 3px solid var(--flat-orange);
  outline-offset: 4px;
}

body.telecom-home .faq-toggle {
  pointer-events: none;
}

body.telecom-home .footer-links a,
body.telecom-home .footer-contact a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

body.telecom-home .social-links a,
body.telecom-home .app-store-links a {
  min-width: 44px;
  min-height: 44px;
}

body.telecom-home .navmenu a[href^="#"].active {
  color: #fff !important;
  border-color: var(--flat-orange) !important;
}

@media (max-width: 1399px) {
  body.telecom-home.mobile-nav-active .navmenu a.active,
  body.telecom-home.mobile-nav-active .navmenu a:hover,
  body.telecom-home.mobile-nav-active .navmenu a:focus-visible {
    color: var(--flat-purple) !important;
    background: var(--flat-orange) !important;
  }
}

@media (max-width: 991px) {
  body.telecom-home .coverage-guide-shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body.telecom-home .coverage-guide-section {
    padding: 56px 0 !important;
  }

  body.telecom-home .coverage-guide-shell {
    gap: 30px;
    padding: 30px 20px;
    border-radius: 28px;
  }

  body.telecom-home .coverage-guide-intro h2 {
    font-size: clamp(2.25rem, 11vw, 3.25rem);
  }

  body.telecom-home .coverage-guide-steps {
    grid-template-columns: 1fr;
  }

  body.telecom-home .coverage-guide-steps li {
    min-height: 0;
    padding: 24px 22px;
  }

  body.telecom-home .coverage-guide-action {
    align-items: stretch;
    flex-direction: column;
    padding: 24px 22px;
  }

  body.telecom-home .coverage-ixc-link {
    width: 100%;
  }
}

/* Viability instructions inside the existing contact area. */
body.telecom-home .coverage-contact-guide {
  display: flex;
  flex-direction: column;
  background: #f8f5fb !important;
}

body.telecom-home .coverage-contact-guide .section-heading {
  margin-bottom: 20px !important;
}

body.telecom-home .coverage-contact-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

body.telecom-home .coverage-contact-steps li {
  position: relative;
  min-height: 116px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 18px 42px 18px 18px;
  border: 1px solid #eadff2;
  border-radius: 20px;
  background: #fff;
}

body.telecom-home .coverage-contact-steps li > span {
  position: absolute;
  top: 14px;
  right: 16px;
  color: #b9aacb;
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .08em;
}

body.telecom-home .coverage-contact-steps li > i {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--flat-orange);
  font-size: 21px;
}

body.telecom-home .coverage-contact-steps strong,
body.telecom-home .coverage-contact-steps p {
  display: block;
}

body.telecom-home .coverage-contact-steps strong {
  margin: 0 0 5px;
  color: var(--flat-purple);
  font-size: .9rem;
}

body.telecom-home .coverage-contact-steps p {
  margin: 0;
  color: #725f8e;
  font-size: .76rem;
  line-height: 1.45;
}

body.telecom-home .coverage-contact-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: auto;
  padding: 16px;
  border-radius: 22px;
  background: var(--flat-purple);
}

body.telecom-home .coverage-contact-trust {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
}

body.telecom-home .coverage-contact-trust > i {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--flat-orange);
  font-size: 19px;
}

body.telecom-home .coverage-contact-trust span,
body.telecom-home .coverage-contact-trust strong,
body.telecom-home .coverage-contact-trust small {
  display: block;
}

body.telecom-home .coverage-contact-trust strong {
  color: #fff;
  font-size: .8rem;
  line-height: 1.2;
}

body.telecom-home .coverage-contact-trust small {
  margin-top: 3px;
  color: rgba(255, 255, 255, .68);
  font-size: .68rem;
}

body.telecom-home .coverage-contact-action .coverage-ixc-link {
  min-height: 48px;
  padding: 0 18px;
  white-space: nowrap;
}

@media (max-width: 575px) {
  body.telecom-home .hero-playback-toggle {
    right: 12px;
    bottom: 10px;
  }

  body.telecom-home .coverage-contact-steps {
    grid-template-columns: 1fr;
  }

  body.telecom-home .coverage-contact-steps li {
    min-height: 0;
  }

  body.telecom-home .coverage-contact-action {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
    padding: 16px;
  }

  body.telecom-home .coverage-contact-action .coverage-ixc-link {
    width: 100%;
  }
}

/* Device adaptation: preserve the visual system while changing composition and input ergonomics. */
body.telecom-home main h2 {
  text-wrap: balance;
}

body.telecom-home main p,
body.telecom-home main a,
body.telecom-home main button {
  overflow-wrap: break-word;
}

@media (max-width: 1399px) {
  body.telecom-home .header .container-xl {
    overflow: visible !important;
  }

  body.telecom-home .header .brand-logo-link {
    min-height: 44px;
  }

  body.telecom-home .header .navmenu,
  body.telecom-home.mobile-nav-active .header .navmenu {
    width: auto !important;
    height: auto !important;
    margin-left: auto !important;
    display: flex !important;
    align-items: center !important;
    position: static !important;
    inset: auto !important;
    overflow: visible !important;
    background: transparent !important;
    z-index: 2 !important;
  }

  body.telecom-home .header .navmenu > ul {
    display: none !important;
  }

  body.telecom-home.mobile-nav-active .header .navmenu > ul {
    position: fixed !important;
    inset: 100px 24px auto 24px !important;
    width: auto !important;
    height: auto !important;
    max-height: calc(100dvh - 124px) !important;
    margin: 0 !important;
    padding: 12px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    overflow-y: auto !important;
    border: 1px solid rgba(63, 34, 111, .12) !important;
    border-radius: 18px !important;
    background: #ffffff !important;
    box-shadow: 0 18px 34px rgba(24, 11, 46, .18) !important;
    z-index: 10001 !important;
  }

  body.telecom-home.mobile-nav-active .header .navmenu li,
  body.telecom-home.mobile-nav-active .header .navmenu a {
    width: 100% !important;
  }

  body.telecom-home.mobile-nav-active .header .navmenu a {
    min-height: 48px !important;
    padding: 0 14px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    border-radius: 12px !important;
    color: var(--flat-purple) !important;
    background: transparent !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.1 !important;
  }

  body.telecom-home.mobile-nav-active .header .navmenu a::before {
    content: none !important;
    display: none !important;
  }

  body.telecom-home .header .mobile-nav-toggle {
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    padding: 0 !important;
    display: grid !important;
    place-items: center !important;
    color: #ffffff !important;
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, .3) !important;
    border-radius: 50% !important;
    line-height: 1 !important;
  }

  body.telecom-home .header .mobile-nav-toggle i {
    display: block;
    font-size: 24px;
    line-height: 1;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  body.telecom-home .telecom-hero {
    padding-top: max(108px, calc(92px + env(safe-area-inset-top))) !important;
  }
}

@media (max-width: 575px) {
  body.telecom-home .header {
    top: max(8px, env(safe-area-inset-top)) !important;
    padding-left: env(safe-area-inset-left) !important;
    padding-right: env(safe-area-inset-right) !important;
  }

  body.telecom-home .header .container-xl {
    width: calc(100% - 20px) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    column-gap: 8px;
  }

  body.telecom-home .header .brand-logo-link {
    flex: 0 1 116px;
  }

  body.telecom-home .header .brand-logo-img {
    width: 108px !important;
  }

  body.telecom-home .header .btn-getstarted.coverage-cta {
    order: 2;
    width: 44px;
    min-width: 44px;
    height: 44px !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid !important;
    place-items: center;
    flex: 0 0 44px;
    border-radius: 50% !important;
    font-size: 0 !important;
    line-height: 1 !important;
  }

  body.telecom-home .header .btn-getstarted.coverage-cta i {
    margin: 0 !important;
    font-size: 20px !important;
    line-height: 1 !important;
  }

  body.telecom-home .header .navmenu {
    order: 3;
    width: 44px !important;
    min-width: 44px !important;
    margin-left: 0 !important;
    flex: 0 0 44px;
  }

  body.telecom-home.mobile-nav-active .navmenu > ul {
    top: calc(76px + env(safe-area-inset-top)) !important;
    left: calc(10px + env(safe-area-inset-left)) !important;
    right: calc(10px + env(safe-area-inset-right)) !important;
    max-height: calc(100dvh - 92px - env(safe-area-inset-top) - env(safe-area-inset-bottom)) !important;
  }

  body.telecom-home .telecom-hero {
    padding-top: calc(76px + env(safe-area-inset-top)) !important;
  }

  body.telecom-home main h2,
  body.telecom-home .section-heading h2,
  body.telecom-home .about-provider h2,
  body.telecom-home .promotion-copy h2,
  body.telecom-home .client-area-copy h2,
  body.telecom-home .app-download-copy h2,
  body.telecom-home .faq-title h2 {
    max-width: 100%;
    font-size: clamp(30px, 9vw, 36px) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.03em !important;
  }

  body.telecom-home .coverage-contact-guide .section-heading h2 {
    max-width: 100%;
    font-size: clamp(30px, 9vw, 36px) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.03em !important;
  }

  body.telecom-home .footer {
    padding-bottom: max(24px, env(safe-area-inset-bottom));
  }
}

@media (max-width: 359px) {
  body.telecom-home main h2,
  body.telecom-home .section-heading h2,
  body.telecom-home .about-provider h2,
  body.telecom-home .promotion-copy h2,
  body.telecom-home .client-area-copy h2,
  body.telecom-home .app-download-copy h2,
  body.telecom-home .faq-title h2,
  body.telecom-home .coverage-contact-guide .section-heading h2 {
    font-size: 30px !important;
  }
}

@media (pointer: coarse) {
  body.telecom-home .fire-plan-select,
  body.telecom-home .hero-playback-toggle,
  body.telecom-home .mobile-nav-toggle,
  body.telecom-home .scroll-top,
  body.telecom-home .social-links a,
  body.telecom-home .app-store-links a {
    min-width: 44px;
    min-height: 44px;
  }

  body.telecom-home .coverage-cta,
  body.telecom-home .primary-action,
  body.telecom-home .document-link,
  body.telecom-home .client-action,
  body.telecom-home .coverage-ixc-link {
    min-height: 48px;
  }
}

@media (hover: none) {
  body.telecom-home .fire-plan-compact:hover,
  body.telecom-home .client-action:hover,
  body.telecom-home .coverage-contact-steps li:hover {
    transform: none !important;
  }

  body.telecom-home .coverage-cta:active,
  body.telecom-home .primary-action:active,
  body.telecom-home .client-action:active,
  body.telecom-home .coverage-ixc-link:active {
    transform: scale(.985) !important;
  }
}

/* Shipping polish: native browser surfaces, keyboard focus and numeric rhythm. */
html {
  scrollbar-color: var(--flat-purple) #f1edf6;
  scrollbar-width: thin;
}

html::-webkit-scrollbar {
  width: 11px;
}

html::-webkit-scrollbar-track {
  background: #f1edf6;
}

html::-webkit-scrollbar-thumb {
  border: 3px solid #f1edf6;
  border-radius: 999px;
  background: var(--flat-purple);
}

body.telecom-home ::selection {
  color: var(--flat-purple);
  background: var(--flat-orange);
}

body.telecom-home :where(a, button, [tabindex]):focus-visible {
  outline: 3px solid var(--flat-orange) !important;
  outline-offset: 3px !important;
}

body.telecom-home :where(.coverage-cta, .primary-action, .coverage-ixc-link, .fire-plan-select):focus-visible {
  outline-color: var(--flat-purple) !important;
}

body.telecom-home :where(.plan-speed, .plan-price, .fire-plan-speed, .fire-plan-price, .hero-price) {
  font-variant-numeric: tabular-nums lining-nums;
}

body.telecom-home .hero-playback-icon {
  width: 19px;
  height: 19px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.telecom-home .hero-playback-icon[hidden] {
  display: none;
}

/* Normalize the icon-font box before applying component-specific sizing. */
body.telecom-home :where(a, button) > i.hgi-stroke {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  line-height: 1 !important;
  vertical-align: middle;
  transform: none !important;
}

body.telecom-home :where(a, button) > i.hgi-stroke::before {
  position: static !important;
  display: block !important;
  line-height: 1 !important;
  transform: none !important;
}

/* The WhatsApp glyph has asymmetric side bearings; compensate optically. */
body.telecom-home :where(a, button) > i.hgi-whatsapp::before {
  transform: translate(.5px, -.5px) !important;
}

/* Keep action icons prominent and consistent across every button variant. */
body.telecom-home .header .btn-getstarted.coverage-cta > i,
body.telecom-home .coverage-cta > i,
body.telecom-home .primary-action > i,
body.telecom-home .document-link > i,
body.telecom-home .coverage-ixc-link > i,
body.telecom-home .fire-plan-select > i,
body.telecom-home .hero-nav > i,
body.telecom-home .mobile-nav-toggle > i,
body.telecom-home .social-links a > i,
body.telecom-home .scroll-top > i {
  width: 24px !important;
  min-width: 24px !important;
  height: 24px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 24px !important;
  font-size: 24px !important;
  line-height: 1 !important;
}

@media (max-width: 1399px) {
  body.telecom-home.mobile-nav-active .header .mobile-nav-toggle {
    position: static !important;
    inset: auto !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  body.telecom-home.mobile-nav-active .header .mobile-nav-toggle {
    margin: 0 10px 0 0 !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  body.telecom-home.mobile-nav-active .header .mobile-nav-toggle {
    margin: 0 !important;
  }
}

@media (max-width: 575px) {
  body.telecom-home .header .btn-getstarted.coverage-cta {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
  }

  body.telecom-home.mobile-nav-active .header .navmenu {
    margin-left: 0 !important;
  }

  body.telecom-home.mobile-nav-active .header .mobile-nav-toggle {
    margin: 0 !important;
  }
}

@media (max-width: 767px) {
  body.telecom-home .about-media {
    min-height: 0 !important;
    padding-inline: 10px;
    overflow: visible;
  }

  body.telecom-home .about-photo {
    width: 100% !important;
    max-width: 500px !important;
    height: auto !important;
    max-height: none !important;
    display: block;
    object-fit: contain !important;
    object-position: center !important;
    transform: none !important;
  }
}

body.telecom-home .footer-brand-logo-link {
  min-height: 44px;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
