/* Firelink visual direction pass */
:root {
  --fire-purple: #3f226f;
  --fire-purple-2: #26104d;
  --fire-purple-3: #17082f;
  --fire-orange: #ff620d;
  --fire-orange-2: #ff8b33;
  --fire-white: #fbfbfb;
  --fire-ink: #180b2e;
  --fire-muted: #725f8e;
  --fire-line: rgba(63, 34, 111, .16);
  --fire-title: "Manrope", "Inter", system-ui, sans-serif;
  --fire-body: "Inter", system-ui, sans-serif;
  --fire-mono: "DM Mono", monospace;
  --type-title-weight: 700;
  --type-display-weight: 700;
  --type-body-weight: 400;
  --type-strong-weight: 600;
  --type-button-weight: 600;
  --type-label-weight: 600;
}

html {
  scroll-behavior: smooth;
}

body.telecom-home {
  --default-font: var(--fire-body);
  --heading-font: var(--fire-title);
  --nav-font: var(--fire-body);
  --accent-color: var(--fire-orange);
  --heading-color: var(--fire-purple);
  --background-color: var(--fire-white);
  --surface-color: var(--fire-white);
  color: var(--fire-ink);
  background:
    radial-gradient(circle at 14% 4%, rgba(255, 98, 13, .14), transparent 28rem),
    radial-gradient(circle at 88% 16%, rgba(63, 34, 111, .18), transparent 30rem),
    linear-gradient(180deg, #fff 0%, #fbfbfb 36%, #f4effb 100%);
  overflow-x: hidden;
}

body.telecom-home:before,
body.telecom-home:after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
}

body.telecom-home:before {
  opacity: .5;
  background:
    linear-gradient(90deg, rgba(63, 34, 111, .055) 1px, transparent 1px),
    linear-gradient(rgba(63, 34, 111, .045) 1px, transparent 1px);
  background-size: 58px 58px;
  animation: fire-grid-drift 24s linear infinite;
  mask-image: linear-gradient(180deg, #000 0%, transparent 78%);
}

body.telecom-home:after {
  z-index: -1;
  opacity: .32;
  background: repeating-linear-gradient(116deg, transparent 0 86px, rgba(255, 98, 13, .18) 87px, transparent 90px);
  animation: fire-diagonal-drift 19s linear infinite;
  mask-image: linear-gradient(180deg, #000 0%, transparent 72%);
}

.telecom-home h1,
.telecom-home h2,
.telecom-home h3,
.telecom-home .sitename,
.telecom-home .speed strong,
.telecom-home .price {
  font-family: var(--fire-title);
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: var(--type-title-weight);
}

.telecom-home p,
.telecom-home li,
.telecom-home a,
.telecom-home button,
.telecom-home input,
.telecom-home textarea {
  font-family: var(--fire-body);
}

.telecom-home p {
  line-height: 1.72;
  font-weight: var(--type-body-weight);
}

.telecom-home strong,
.telecom-home b {
  font-weight: var(--type-strong-weight);
}

.telecom-home .navmenu a,
.telecom-home .btn-getstarted,
.telecom-home .primary-action,
.telecom-home .secondary-action,
.telecom-home .telecom-plan a,
.telecom-home .campaign-card a,
.telecom-home .app-card a,
.telecom-home .plan-tabs button,
.telecom-home .addon-pill,
.telecom-home .quick-grid a,
.telecom-home .contact-form button {
  font-family: var(--fire-body);
  letter-spacing: 0;
  font-weight: var(--type-button-weight);
}

.telecom-home .header {
  top: 14px;
  background: transparent;
  box-shadow: none;
}

.telecom-home .header .container-xl {
  min-height: 76px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 999px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 20px 60px rgba(25, 7, 54, .18), inset 0 1px 0 rgba(255, 255, 255, .86);
  backdrop-filter: blur(18px) saturate(1.18);
  -webkit-backdrop-filter: blur(18px) saturate(1.18);
  overflow: hidden;
}

.telecom-home .header .container-xl:before {
  content: "";
  position: absolute;
  inset: auto 24px 0 24px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 98, 13, .72), transparent);
  pointer-events: none;
}

.telecom-home .logo,
.telecom-home .navmenu,
.telecom-home .btn-getstarted {
  position: relative;
  z-index: 1;
}

.telecom-home .brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: var(--fire-orange);
  box-shadow: 0 14px 34px rgba(255, 98, 13, .36);
}

.telecom-home .brand-mark img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.telecom-home .brand-logo-link {
  min-width: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.telecom-home .brand-logo-img {
  display: block;
  width: clamp(136px, 13vw, 188px);
  max-height: 46px;
  object-fit: contain;
  filter: none;
}

.telecom-home .sitename {
  margin-left: 10px;
  color: var(--fire-white);
  font-size: 27px;
  font-weight: 600;
  line-height: 1;
}

.telecom-home .navmenu a {
  position: relative;
  color: rgba(63, 34, 111, .72);
  font-weight: 700;
  font-size: 14px;
  font-weight: 600;
}

.telecom-home .navmenu a:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 14px;
  height: 2px;
  border-radius: 999px;
  background: var(--fire-orange);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .22s ease;
}

.telecom-home .navmenu a:hover,
.telecom-home .navmenu .active {
  color: var(--fire-purple);
}

.telecom-home .navmenu a:hover:before,
.telecom-home .navmenu .active:before {
  transform: scaleX(1);
}

.telecom-home .btn-getstarted {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-radius: 999px;
  padding: 0 20px;
  color: var(--fire-white);
  background: var(--fire-orange);
  font-weight: 700;
  font-size: 15px;
  box-shadow: 0 16px 38px rgba(255, 98, 13, .34);
}

.telecom-home .header .btn-getstarted {
  font-weight: 600;
  font-size: 15px;
}

.telecom-home .btn-getstarted i {
  width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  opacity: .92;
}

.telecom-home .header .btn-getstarted i {
  width: 19px;
  height: 19px;
  font-size: 15px;
  font-weight: 400;
  opacity: .92;
}

.telecom-home .section {
  padding: 92px 0;
}

.telecom-home .section-heading {
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}

.telecom-home .section-heading.align-left {
  margin-left: 0;
  text-align: left;
}

.telecom-home .section-heading span,
.telecom-home .mini-label,
.telecom-home .campaign-card span,
.telecom-home .app-card span,
.telecom-home .plan-label,
.telecom-home .badge-plan {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  align-items: center;
  gap: 8px;
  margin-bottom: 13px;
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 98, 13, .12);
  border: 1px solid rgba(255, 98, 13, .22);
  color: var(--fire-orange);
  font-family: var(--fire-body);
  font-size: 12px;
  font-weight: var(--type-label-weight);
  letter-spacing: .06em;
  text-transform: uppercase;
}

.telecom-home .section-heading h2 {
  color: var(--fire-purple);
  font-size: clamp(30px, 3.5vw, 48px);
  line-height: 1.08;
  margin: 0;
  font-weight: var(--type-title-weight);
  text-transform: none;
}

.telecom-home .section-heading p {
  max-width: 640px;
  margin: 16px auto 0;
  color: var(--fire-muted);
  font-weight: 500;
}

.telecom-home .telecom-hero {
  min-height: 790px;
  padding: 0;
  background: var(--fire-purple-3);
  isolation: isolate;
  overflow: hidden;
}

.telecom-home .hero-carousel,
.telecom-home .hero-carousel .swiper-wrapper,
.telecom-home .hero-carousel .swiper-slide {
  min-height: 790px;
}

.telecom-home .hero-slide {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 110px;
  overflow: hidden;
}

.telecom-home .hero-bg {
  position: absolute;
  inset: 0;
}

.telecom-home .hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .24;
  filter: saturate(1.05) contrast(1.05);
}

.telecom-home .hero-slide:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 42%, rgba(255, 98, 13, .36), transparent 22rem),
    radial-gradient(circle at 66% 24%, rgba(251, 251, 251, .12), transparent 18rem),
    linear-gradient(90deg, rgba(23, 8, 47, .98) 0%, rgba(63, 34, 111, .92) 48%, rgba(63, 34, 111, .5) 100%);
  z-index: 1;
}

.telecom-home .hero-slide:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: .38;
  background:
    linear-gradient(90deg, rgba(251, 251, 251, .08) 1px, transparent 1px),
    linear-gradient(rgba(251, 251, 251, .06) 1px, transparent 1px),
    repeating-linear-gradient(115deg, transparent 0 94px, rgba(255, 98, 13, .23) 95px, transparent 98px);
  background-size: 74px 74px, 74px 74px, auto;
  mask-image: linear-gradient(90deg, #000, transparent 84%);
  animation: hero-grid-slide 22s linear infinite;
}

.telecom-home .hero-slide .container {
  position: relative;
  z-index: 2;
}

.telecom-home .telecom-hero h1 {
  max-width: 790px;
  color: var(--fire-white);
  font-size: clamp(42px, 6.2vw, 78px);
  line-height: 1.02;
  margin: 0;
  font-weight: var(--type-display-weight);
  text-transform: none;
  text-shadow: 0 22px 60px rgba(0, 0, 0, .22);
}

.telecom-home .telecom-hero p {
  max-width: 620px;
  margin: 22px 0 30px;
  color: rgba(251, 251, 251, .82);
  font-size: 18px;
  font-weight: 500;
}

.telecom-home .hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.telecom-home .primary-action,
.telecom-home .secondary-action,
.telecom-home .telecom-plan a,
.telecom-home .campaign-card a,
.telecom-home .app-card a,
.telecom-home .small-action {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 0 24px;
  font-weight: var(--type-button-weight);
  line-height: 1;
  position: relative;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.telecom-home .primary-action,
.telecom-home .telecom-plan a,
.telecom-home .campaign-card a,
.telecom-home .app-card a {
  background: var(--fire-orange);
  color: var(--fire-white);
  box-shadow: 0 18px 42px rgba(255, 98, 13, .32);
}

.telecom-home .secondary-action {
  color: var(--fire-white);
  border: 1px solid rgba(251, 251, 251, .24);
  background: rgba(251, 251, 251, .08);
  backdrop-filter: blur(14px);
}

.telecom-home .primary-action:hover,
.telecom-home .secondary-action:hover,
.telecom-home .telecom-plan a:hover,
.telecom-home .campaign-card a:hover,
.telecom-home .app-card a:hover {
  transform: translateY(-3px);
}

.telecom-home .primary-action i,
.telecom-home .secondary-action i,
.telecom-home .telecom-plan a i,
.telecom-home .campaign-card a i,
.telecom-home .app-card a i {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  font-size: 19px;
}

.fire-hero-stage {
  position: relative;
  min-height: 440px;
  display: grid;
  place-items: center;
  perspective: 1000px;
}

.fire-hero-stage:before {
  content: "";
  position: absolute;
  width: min(380px, 82vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 98, 13, .42), rgba(255, 98, 13, .12) 44%, transparent 68%);
  filter: blur(7px);
  animation: fire-halo 5s ease-in-out infinite;
}

.stage-flame {
  position: relative;
  z-index: 2;
  width: min(330px, 74vw);
  opacity: .92;
  filter: drop-shadow(0 34px 46px rgba(0, 0, 0, .28));
  animation: flame-float 6.8s ease-in-out infinite;
}

.stage-ring {
  position: absolute;
  z-index: 1;
  width: min(410px, 88vw);
  aspect-ratio: 1;
  border: 1px dashed rgba(251, 251, 251, .28);
  border-radius: 50%;
  animation: spin-slow 18s linear infinite;
}

.stage-ring:before,
.stage-ring:after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.stage-ring:before {
  inset: 42px;
  border: 1px solid rgba(255, 98, 13, .32);
}

.stage-ring:after {
  width: 14px;
  height: 14px;
  right: 62px;
  top: 46px;
  background: var(--fire-orange);
  box-shadow: 0 0 30px rgba(255, 98, 13, .8);
}

.stage-chip {
  position: absolute;
  z-index: 3;
  min-width: 150px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(251, 251, 251, .18);
  border-radius: 24px;
  padding: 13px 15px;
  color: var(--fire-white);
  background: rgba(251, 251, 251, .1);
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 54px rgba(0, 0, 0, .22);
  animation: chip-float 7.4s ease-in-out infinite;
}

.stage-chip i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 15px;
  color: var(--fire-white);
  background: var(--fire-orange);
  font-size: 23px;
}

.stage-chip strong,
.stage-chip span {
  display: block;
  line-height: 1.1;
}

.stage-chip strong {
  font-family: var(--fire-title);
  font-size: 20px;
  font-weight: var(--type-title-weight);
  text-transform: uppercase;
}

.stage-chip span {
  margin-top: 3px;
  color: rgba(251, 251, 251, .72);
  font-size: 12px;
  font-weight: 600;
}

.chip-speed {
  left: -12px;
  top: 74px;
}

.chip-wifi {
  right: -18px;
  top: 185px;
  animation-delay: .7s;
}

.chip-latency {
  left: 32px;
  bottom: 48px;
  animation-delay: 1.2s;
}

.telecom-home .hero-nav {
  z-index: 4;
  width: 48px;
  height: 48px;
  border-radius: 18px;
  border: 1px solid rgba(251, 251, 251, .18);
  color: var(--fire-white);
  background: rgba(251, 251, 251, .12);
  backdrop-filter: blur(14px);
}

.telecom-home .hero-pagination {
  z-index: 4;
}

.telecom-home .hero-pagination .swiper-pagination-bullet {
  width: 28px;
  height: 4px;
  border-radius: 99px;
  background: rgba(251, 251, 251, .42);
}

.telecom-home .hero-pagination .swiper-pagination-bullet-active {
  background: var(--fire-orange);
}

.telecom-home .plans-strip {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 98, 13, .16), transparent 27rem),
    linear-gradient(180deg, #fbfbfb 0%, #f6f0ff 100%);
}

.telecom-home .plans-strip:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .42;
  background:
    linear-gradient(90deg, rgba(63, 34, 111, .06) 1px, transparent 1px),
    linear-gradient(rgba(63, 34, 111, .05) 1px, transparent 1px);
  background-size: 52px 52px;
  animation: fire-grid-drift 22s linear infinite;
}

.telecom-home .plans-strip .container {
  position: relative;
  z-index: 1;
}

.telecom-home .plan-tabs {
  display: flex;
  justify-content: center;
  width: max-content;
  margin: 0 auto 34px;
  padding: 7px;
  border-radius: 999px;
  background: rgba(63, 34, 111, .1);
  border: 1px solid rgba(63, 34, 111, .14);
}

.telecom-home .plan-tabs button {
  min-height: 42px;
  border-radius: 999px;
  padding: 0 24px;
  color: var(--fire-purple);
  font-weight: var(--type-button-weight);
}

.telecom-home .plan-tabs button.active {
  color: var(--fire-white);
  background: var(--fire-orange);
  box-shadow: 0 14px 30px rgba(255, 98, 13, .22);
}

.telecom-home .telecom-plan {
  position: relative;
  min-height: 560px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  color: var(--fire-purple);
  border: 1px solid rgba(63, 34, 111, .18);
  border-radius: 34px;
  background:
    linear-gradient(160deg, rgba(251, 251, 251, .96), rgba(251, 251, 251, .9)),
    radial-gradient(circle at 78% 10%, rgba(255, 98, 13, .24), transparent 18rem);
  box-shadow: 0 28px 80px rgba(63, 34, 111, .15);
  overflow: hidden;
  clip-path: none;
  filter: none;
  transform: rotate(-1.2deg);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.telecom-home .row > div:nth-child(2) .telecom-plan {
  transform: translateY(-16px) rotate(.6deg);
  border-color: rgba(255, 98, 13, .72);
  background:
    linear-gradient(160deg, rgba(63, 34, 111, .98), rgba(38, 16, 77, .96)),
    radial-gradient(circle at 74% 14%, rgba(255, 98, 13, .45), transparent 19rem);
  color: var(--fire-white);
  box-shadow: 0 34px 100px rgba(63, 34, 111, .32);
  filter: none;
}

.telecom-home .row > div:nth-child(3) .telecom-plan {
  transform: rotate(1.2deg);
  clip-path: none;
}

.telecom-home .row > div:nth-child(4) .telecom-plan {
  transform: rotate(-.5deg);
}

.telecom-home .telecom-plan:hover,
.telecom-home .row > div:nth-child(2) .telecom-plan:hover,
.telecom-home .row > div:nth-child(3) .telecom-plan:hover {
  transform: translateY(-14px) rotate(0deg);
  border-color: rgba(255, 98, 13, .68);
  box-shadow: 0 40px 110px rgba(63, 34, 111, .25);
}

.telecom-home .telecom-plan:before {
  content: none;
}

.telecom-home .telecom-plan:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 0 34%, rgba(255, 255, 255, .4) 46%, transparent 58%);
  transform: translateX(-120%) skewX(-16deg);
  animation: fire-sheen 7.8s ease-in-out infinite;
}

.telecom-home .telecom-plan .speed:before,
.telecom-home .telecom-plan .speed:after,
.telecom-home .telecom-plan em:after {
  content: none;
}

.telecom-home .plan-flame {
  position: absolute;
  right: -48px;
  bottom: 18px;
  width: 240px;
  opacity: .11;
  transform: rotate(-7deg);
  z-index: 0;
}

.telecom-home .row > div:nth-child(2) .plan-flame {
  opacity: .2;
}

.telecom-home .plan-flame img {
  width: 100%;
  filter: none;
}

.telecom-home .plan-label,
.telecom-home .badge-plan,
.telecom-home .telecom-plan .speed,
.telecom-home .telecom-plan ul,
.telecom-home .telecom-plan .price,
.telecom-home .telecom-plan a,
.telecom-home .telecom-plan em {
  position: relative;
  z-index: 1;
}

.telecom-home .plan-label {
  background: rgba(63, 34, 111, .08);
  border-color: rgba(63, 34, 111, .14);
  color: var(--fire-purple);
}

.telecom-home .row > div:nth-child(2) .plan-label {
  background: rgba(251, 251, 251, .13);
  border-color: rgba(251, 251, 251, .2);
  color: var(--fire-white);
}

.telecom-home .badge-plan {
  position: absolute;
  top: 26px;
  right: 26px;
  margin: 0;
  background: var(--fire-orange);
  color: var(--fire-white);
  border-color: transparent;
  font-weight: var(--type-label-weight);
}

.telecom-home .telecom-plan .speed {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin: 10px 0 22px;
  min-height: 124px;
  padding: 20px 18px 18px;
  border: 0;
  border-radius: 28px;
  background:
    radial-gradient(circle at 86% 22%, rgba(255, 98, 13, .18), transparent 7rem),
    rgba(63, 34, 111, .055);
  box-shadow: inset 0 -5px 0 var(--fire-orange), 0 18px 44px rgba(63, 34, 111, .08);
  clip-path: polygon(0 0, 100% 0, 100% 82%, 92% 100%, 0 100%);
}

.telecom-home .row > div:nth-child(2) .telecom-plan .speed {
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 98, 13, .24), transparent 8rem),
    rgba(251, 251, 251, .1);
  box-shadow: inset 0 -5px 0 var(--fire-orange), 0 18px 44px rgba(0, 0, 0, .12);
}

.telecom-home .streaming-plan .speed {
  align-items: center;
  gap: 8px;
}

.telecom-home .telecom-plan .speed strong {
  color: currentColor;
  font-size: clamp(50px, 5vw, 78px);
  line-height: .86;
  font-weight: var(--type-display-weight);
}

.telecom-home .telecom-plan:not(.best-seller) .speed strong {
  color: var(--fire-purple) !important;
  opacity: 1 !important;
}

.telecom-home .telecom-plan.best-seller .speed strong {
  color: var(--fire-white) !important;
  opacity: 1 !important;
}

.telecom-home .telecom-plan .speed span {
  max-width: 96px;
  margin-bottom: 8px;
  color: var(--fire-orange);
  font-family: var(--fire-title);
  font-size: 17px;
  line-height: 1.02;
  font-weight: var(--type-title-weight);
  text-transform: uppercase;
}

.telecom-home .streaming-plan .speed span {
  max-width: 72px;
  font-size: 13px;
  line-height: 1.05;
  overflow-wrap: normal;
}

.telecom-home .row > div:nth-child(2) .telecom-plan .speed span {
  color: var(--fire-orange-2);
}

.telecom-home .telecom-plan ul {
  display: grid;
  gap: 9px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.telecom-home .telecom-plan li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 36px;
  padding: 6px 10px;
  border-radius: 999px;
  color: inherit;
  background: rgba(63, 34, 111, .07);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}

.telecom-home .row > div:nth-child(2) .telecom-plan li {
  background: rgba(251, 251, 251, .1);
}

.telecom-home .telecom-plan li i {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  border-radius: 50%;
  color: var(--fire-white);
  background: var(--fire-orange);
  font-size: 12px;
}

.telecom-home .telecom-plan .price {
  margin-top: auto;
  color: currentColor;
  font-size: clamp(36px, 3.5vw, 48px);
  line-height: 1;
  font-weight: var(--type-display-weight);
}

.telecom-home .telecom-plan .price small,
.telecom-home .telecom-plan .price span {
  color: var(--fire-orange);
  font-family: var(--fire-body);
  font-size: 12px;
  font-weight: 700;
  text-transform: none;
}

.telecom-home .row > div:nth-child(2) .telecom-plan .price small,
.telecom-home .row > div:nth-child(2) .telecom-plan .price span {
  color: var(--fire-orange-2);
}

.telecom-home .telecom-plan a {
  width: 100%;
  min-height: 46px;
  margin-top: 16px;
  background: var(--fire-purple);
  color: var(--fire-white);
  font-size: 14px;
  font-weight: var(--type-button-weight);
}

.telecom-home .row > div:nth-child(2) .telecom-plan a {
  background: var(--fire-orange);
}

.telecom-home .telecom-plan em {
  min-height: 26px;
  margin-top: 10px;
  color: rgba(63, 34, 111, .64);
  font-style: normal;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
}

.telecom-home .row > div:nth-child(2) .telecom-plan em {
  color: rgba(251, 251, 251, .72);
}

.benefit-marquee {
  position: relative;
  z-index: 3;
  margin-top: -1px;
  overflow: hidden;
  background: var(--fire-orange);
  border: 0;
  min-height: 58px;
  height: auto;
  padding: 0;
  box-shadow: 0 18px 60px rgba(255, 98, 13, .22);
}

.benefit-marquee .marquee-track {
  display: flex;
  width: max-content;
  animation: fire-marquee 24s linear infinite;
}

.benefit-marquee span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 17px 26px;
  color: var(--fire-white);
  font-family: var(--fire-title);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.benefit-marquee i {
  color: var(--fire-purple);
  font-size: 22px;
}

.telecom-home .addons-section {
  position: relative;
  overflow: hidden;
  background: var(--fire-purple-3);
  color: var(--fire-white);
}

.telecom-home .addons-section:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .34;
  background:
    radial-gradient(circle at 16% 24%, rgba(255, 98, 13, .35), transparent 26rem),
    linear-gradient(90deg, rgba(251, 251, 251, .07) 1px, transparent 1px),
    linear-gradient(rgba(251, 251, 251, .05) 1px, transparent 1px);
  background-size: auto, 64px 64px, 64px 64px;
  pointer-events: none;
}

.telecom-home .addons-section .container {
  position: relative;
  z-index: 1;
}

.telecom-home .addons-section .section-heading h2,
.telecom-home .addons-section .section-heading p {
  color: var(--fire-white);
}

.addon-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 72px;
}

.addon-pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  border-radius: 999px;
  padding: 9px 16px 9px 10px;
  background: rgba(251, 251, 251, .1);
  border: 1px solid rgba(251, 251, 251, .16);
  color: var(--fire-white);
  backdrop-filter: blur(14px);
  transition: transform .25s ease, background .25s ease;
}

.addon-pill:hover {
  transform: translateY(-4px);
  background: rgba(251, 251, 251, .16);
}

.addon-pill i {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--fire-white);
  background: var(--fire-orange);
  font-size: 22px;
}

.addon-pill strong {
  font-weight: 700;
}

.addon-pill span {
  color: rgba(251, 251, 251, .68);
  font-family: var(--fire-mono);
  font-size: 12px;
}

.service-showcase {
  align-items: stretch;
  position: relative;
}

.service-showcase:before {
  content: "";
  position: absolute;
  left: 3%;
  right: 3%;
  top: 50%;
  height: 120px;
  border-radius: 999px;
  background: rgba(255, 98, 13, .95);
  transform: translateY(-50%) rotate(-1deg);
  box-shadow: 0 20px 60px rgba(255, 98, 13, .24);
}

.service-tile {
  position: relative;
  z-index: 1;
  min-height: 360px;
  border-radius: 30px;
  overflow: hidden;
  background: var(--fire-purple);
  box-shadow: 0 26px 70px rgba(0, 0, 0, .28);
  transform: rotate(-1deg);
  transition: transform .28s ease, box-shadow .28s ease;
}

.service-tile:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 7px;
  z-index: 2;
  background: var(--fire-orange);
}

.service-showcase > div:nth-child(even) .service-tile {
  margin-top: 32px;
  transform: rotate(1deg);
}

.service-tile:hover {
  transform: translateY(-10px) rotate(0deg);
  box-shadow: 0 36px 90px rgba(0, 0, 0, .34);
}

.service-tile img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  opacity: .84;
  transition: transform .35s ease;
}

.service-tile:hover img {
  transform: scale(1.06);
}

.service-tile:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 16%, rgba(23, 8, 47, .18) 42%, rgba(23, 8, 47, .96) 100%);
}

.service-tile div {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 1;
}

.service-tile div:before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border-radius: 15px;
  background: var(--fire-orange) url("../img/brand/firelink-flame.png") center / 25px 25px no-repeat;
  filter: drop-shadow(0 12px 22px rgba(255, 98, 13, .28));
}

.service-tile h3 {
  color: var(--fire-white);
  font-size: 28px;
  line-height: 1.04;
  margin-bottom: 10px;
  font-weight: var(--type-title-weight);
  text-transform: none;
}

.service-tile p {
  color: rgba(251, 251, 251, .78);
  font-weight: 500;
  line-height: 1.45;
}

.service-tile a {
  color: var(--fire-orange-2);
  font-weight: 700;
}

.telecom-home .campaign-band {
  background: var(--fire-purple-3);
  padding-top: 30px;
}

.telecom-home .promo-stage {
  position: relative;
  min-height: 360px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px auto;
  align-items: center;
  gap: 22px;
  overflow: hidden;
  border: 1px solid rgba(251, 251, 251, .14);
  border-radius: 38px;
  padding: 42px 48px;
  background:
    radial-gradient(circle at 72% 54%, rgba(255, 98, 13, .34), transparent 18rem),
    radial-gradient(circle at 8% 16%, rgba(251, 251, 251, .08), transparent 18rem),
    linear-gradient(135deg, #3f226f, #26104d 72%);
  box-shadow: 0 38px 120px rgba(0, 0, 0, .28);
}

.telecom-home .promo-stage:before {
  content: "";
  position: absolute;
  left: 46px;
  bottom: -42%;
  width: 380px;
  aspect-ratio: 1;
  background: url("../img/brand/firelink-flame.png") center / contain no-repeat;
  opacity: .18;
  transform: rotate(-10deg);
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, .2));
}

.telecom-home .promo-stage:after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .32;
  background:
    linear-gradient(90deg, rgba(251, 251, 251, .08) 1px, transparent 1px),
    linear-gradient(rgba(251, 251, 251, .05) 1px, transparent 1px);
  background-size: 58px 58px;
  animation: fire-grid-drift 22s linear infinite;
}

.telecom-home .promo-stage > div,
.telecom-home .promo-stage > a,
.telecom-home .promo-float {
  position: relative;
  z-index: 2;
}

.telecom-home .promo-copy {
  max-width: 640px;
}

.telecom-home .promo-stage h2 {
  max-width: 640px;
  color: #ffffff;
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1.06;
  margin: 0;
  font-weight: var(--type-title-weight);
  text-transform: none;
}

.telecom-home .promo-stage p {
  max-width: 560px;
  color: rgba(255, 255, 255, .86);
  font-size: 16px;
  font-weight: 500;
  margin-top: 12px;
}

.telecom-home .promo-stage a {
  white-space: nowrap;
  align-self: center;
}

.promo-panel {
  position: relative;
  min-height: 224px;
  border: 1px solid rgba(251, 251, 251, .12);
  border-radius: 26px;
  padding: 20px;
  color: var(--fire-white);
  background:
    radial-gradient(circle at 85% 18%, rgba(255, 98, 13, .22), transparent 8rem),
    rgba(251, 251, 251, .085);
  box-shadow: 0 18px 46px rgba(0, 0, 0, .14), inset 0 1px 0 rgba(251, 251, 251, .1);
  backdrop-filter: blur(12px);
}

.promo-orbit {
  position: absolute;
  inset: -34px -42px;
  z-index: 0;
  pointer-events: none;
  border: 1px dashed rgba(255, 255, 255, .12);
  border-radius: 46% 54% 50% 50%;
  animation: promo-orbit-spin 18s linear infinite;
}

.promo-orbit:before,
.promo-orbit:after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.promo-orbit:before {
  inset: 26px 34px;
  border: 1px solid rgba(255, 98, 13, .14);
}

.promo-orbit:after {
  left: 52%;
  top: -6px;
  width: 10px;
  height: 10px;
  background: var(--fire-orange);
  box-shadow: 0 0 22px rgba(255, 98, 13, .7);
}

.orbit-dot {
  position: absolute;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 98, 13, .32);
  border-radius: 16px;
  background: rgba(255, 98, 13, .12);
  color: #ffffff;
  box-shadow: 0 16px 36px rgba(255, 98, 13, .16);
  backdrop-filter: blur(10px);
  animation: chip-float 6s ease-in-out infinite;
}

.orbit-dot i {
  font-size: 21px;
}

.orbit-dot-1 {
  right: 34px;
  top: -28px;
}

.orbit-dot-2 {
  left: -26px;
  top: 78px;
  animation-delay: .8s;
}

.orbit-dot-3 {
  right: 78px;
  bottom: -28px;
  animation-delay: 1.4s;
}

.promo-panel:before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 20px;
  border: 1px dashed rgba(251, 251, 251, .1);
  pointer-events: none;
}

.promo-panel small,
.promo-panel strong,
.promo-panel em,
.promo-panel-line {
  position: relative;
  z-index: 1;
}

.promo-panel small {
  display: block;
  color: var(--fire-orange-2);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.promo-panel strong {
  display: block;
  margin-top: 8px;
  color: #ffffff;
  font-family: var(--fire-title);
  font-size: 38px;
  line-height: 1;
  font-weight: 700;
  text-transform: none;
}

.promo-panel em {
  display: block;
  margin: 2px 0 18px;
  color: rgba(251, 251, 251, .7);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
}

.promo-panel-line {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 35px;
  margin-top: 8px;
  border-radius: 999px;
  padding: 6px 9px;
  background: rgba(251, 251, 251, .08);
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
}

.telecom-home .promo-panel .promo-panel-line span {
  display: inline;
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, .92) !important;
  font-family: var(--fire-body);
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: 0;
  line-height: inherit;
  text-transform: none;
}

.promo-panel-line i {
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: var(--fire-white);
  background: var(--fire-orange);
  font-size: 13px;
}

.telecom-home .promo-float {
  position: absolute;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 98, 13, .45);
  border-radius: 21px;
  background: rgba(255, 98, 13, .12);
  box-shadow: 0 18px 44px rgba(255, 98, 13, .18);
  backdrop-filter: blur(14px);
  animation: flame-float 7s ease-in-out infinite;
}

.telecom-home .promo-float i {
  position: static;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  color: var(--fire-white);
  font-size: 25px;
  transform: none;
}

.telecom-home .promo-play {
  right: 36%;
  top: 42px;
}

.telecom-home .promo-wifi {
  right: 16%;
  bottom: 54px;
  animation-delay: .7s;
}

.telecom-home .promo-gift {
  right: 32%;
  bottom: 70px;
  animation-delay: 1.3s;
}

.telecom-home .about-provider {
  overflow: hidden;
  background: linear-gradient(180deg, var(--fire-purple-3), var(--fire-purple));
  color: var(--fire-white);
}

.telecom-home .about-provider h2 {
  color: var(--fire-white);
  font-size: clamp(32px, 4.2vw, 54px);
  line-height: 1.08;
  font-weight: var(--type-title-weight);
  text-transform: none;
}

.telecom-home .about-provider p {
  color: rgba(251, 251, 251, .74);
  font-size: 17px;
  font-weight: 500;
}

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

.stat-list div {
  border: 1px solid rgba(251, 251, 251, .14);
  border-radius: 26px;
  padding: 20px;
  background: rgba(251, 251, 251, .08);
}

.stat-list strong {
  display: block;
  color: var(--fire-orange-2);
  font-family: var(--fire-title);
  font-size: 42px;
  line-height: 1;
  font-weight: var(--type-display-weight);
  text-transform: uppercase;
}

.stat-list span {
  color: rgba(251, 251, 251, .74);
  font-weight: var(--type-body-weight);
}

.about-media {
  position: relative;
  min-height: 480px;
  display: grid;
  place-items: center;
}

.about-media:before {
  content: "";
  position: absolute;
  width: min(540px, 86vw);
  aspect-ratio: 1;
  border-radius: 48% 52% 44% 56%;
  background: var(--fire-orange);
  transform: rotate(-8deg);
  box-shadow: 0 30px 90px rgba(255, 98, 13, .24);
}

.about-photo {
  position: relative;
  z-index: 1;
  width: min(480px, 92%);
  border-radius: 36px;
  object-fit: cover;
  transform: rotate(2deg);
  box-shadow: 0 34px 100px rgba(0, 0, 0, .34);
}

.signal-float {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  border-radius: 30px;
  color: var(--fire-white);
  background: var(--fire-purple);
  border: 1px solid rgba(251, 251, 251, .2);
  box-shadow: 0 26px 58px rgba(0, 0, 0, .25);
  animation: chip-float 7s ease-in-out infinite;
}

.signal-float i {
  font-size: 40px;
}

.signal-one {
  left: 8%;
  top: 12%;
}

.signal-two {
  right: 9%;
  bottom: 12%;
  background: var(--fire-orange);
  animation-delay: 1s;
}

.telecom-home .benefits-light {
  position: relative;
  overflow: hidden;
  background: var(--fire-white);
}

.telecom-home .benefits-light:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 98, 13, .08), transparent 36%);
}

.telecom-home .benefits-light .container {
  position: relative;
  z-index: 1;
}

.telecom-home .difference-card {
  position: relative;
  min-height: 230px;
  overflow: hidden;
  border: 1px solid var(--fire-line);
  border-radius: 30px;
  padding: 30px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(63, 34, 111, .1);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.telecom-home .difference-card:before {
  content: "";
  position: absolute;
  right: -32px;
  top: -38px;
  width: 150px;
  aspect-ratio: 1;
  border-radius: 42% 58% 51% 49%;
  background: rgba(255, 98, 13, .12);
  transition: transform .25s ease, background .25s ease;
}

.telecom-home .difference-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 98, 13, .38);
  box-shadow: 0 32px 80px rgba(63, 34, 111, .14);
}

.telecom-home .difference-card:hover:before {
  transform: scale(1.18) rotate(10deg);
  background: rgba(255, 98, 13, .2);
}

.telecom-home .difference-card i {
  position: relative;
  z-index: 1;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 20px;
  color: var(--fire-white);
  background: var(--fire-purple);
  font-size: 28px;
}

.telecom-home .difference-card h3 {
  color: var(--fire-purple);
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: var(--type-title-weight);
  text-transform: none;
}

.telecom-home .difference-card p {
  color: var(--fire-muted);
  font-weight: 500;
}

.telecom-home .quick-links {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 98, 13, .22), transparent 22rem),
    linear-gradient(135deg, var(--fire-purple), var(--fire-purple-3));
}

.telecom-home .quick-links:before,
.telecom-home .quick-links:after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.telecom-home .quick-links:before {
  inset: 0;
  opacity: .22;
  background:
    linear-gradient(90deg, rgba(251, 251, 251, .08) 1px, transparent 1px),
    linear-gradient(rgba(251, 251, 251, .055) 1px, transparent 1px);
  background-size: 56px 56px;
  animation: fire-grid-drift 22s linear infinite;
}

.telecom-home .quick-links:after {
  left: 8%;
  right: 8%;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 98, 13, .65), rgba(251, 251, 251, .28), transparent);
  transform: translateY(-50%);
  animation: quick-scan 4.8s ease-in-out infinite;
}

.telecom-home .quick-links .container {
  position: relative;
  z-index: 1;
}

.quick-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding: 16px;
  border: 1px solid rgba(251, 251, 251, .18);
  border-radius: 34px;
  background: rgba(251, 251, 251, .095);
  box-shadow: 0 26px 80px rgba(0, 0, 0, .18), inset 0 1px 0 rgba(251, 251, 251, .16);
  backdrop-filter: blur(16px);
}

.quick-grid:before {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 98, 13, .68), rgba(255, 255, 255, .42), rgba(255, 98, 13, .68), transparent);
  transform: translateY(-50%);
  opacity: .55;
  pointer-events: none;
  animation: quick-line-breathe 3.8s ease-in-out infinite;
}

.quick-grid a {
  position: relative;
  min-height: 112px;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  align-content: center;
  align-items: center;
  gap: 14px;
  overflow: hidden;
  border: 1px solid rgba(251, 251, 251, .12);
  border-radius: 24px;
  padding: 18px;
  color: var(--fire-white);
  background:
    radial-gradient(circle at 90% 10%, rgba(255, 98, 13, .22), transparent 7rem),
    rgba(251, 251, 251, .13);
  transition: transform .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease;
  animation: quick-float 7s ease-in-out infinite;
}

.quick-grid a:nth-child(2) {
  animation-delay: .35s;
}

.quick-grid a:nth-child(3) {
  animation-delay: .7s;
}

.quick-grid a:nth-child(4) {
  animation-delay: 1.05s;
}

.quick-grid a:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 34%, rgba(255, 255, 255, .22) 46%, transparent 58%);
  transform: translateX(-120%) skewX(-16deg);
  transition: transform .7s ease;
}

.quick-grid a:after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: var(--fire-orange);
  transform: scaleX(.22);
  transform-origin: left;
  opacity: .75;
  transition: transform .25s ease, opacity .25s ease;
}

.quick-grid a .quick-fire {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -64px;
  height: 82px;
  pointer-events: none;
  opacity: 0;
  background:
    radial-gradient(ellipse at 18% 100%, rgba(255, 98, 13, .72) 0 22%, transparent 54%),
    radial-gradient(ellipse at 48% 100%, rgba(255, 137, 42, .64) 0 26%, transparent 58%),
    radial-gradient(ellipse at 78% 100%, rgba(255, 98, 13, .72) 0 22%, transparent 54%),
    linear-gradient(180deg, transparent 0%, rgba(255, 98, 13, .52) 80%);
  filter: blur(.2px);
  transition: transform .34s ease, opacity .28s ease;
}

.quick-grid a .quick-fire:before,
.quick-grid a .quick-fire:after {
  content: "";
  position: absolute;
  bottom: 16px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(255, 180, 90, .95);
  box-shadow: 0 0 18px rgba(255, 98, 13, .65);
  opacity: 0;
}

.quick-grid a .quick-fire:before {
  left: 24%;
}

.quick-grid a .quick-fire:after {
  right: 22%;
}

.quick-grid a:hover,
.quick-grid a.is-hot {
  transform: translateY(-7px);
  border-color: rgba(255, 98, 13, .48);
  background:
    radial-gradient(circle at 88% 8%, rgba(255, 98, 13, .26), transparent 8rem),
    rgba(251, 251, 251, .18);
  box-shadow: 0 24px 58px rgba(255, 98, 13, .12);
}

.quick-grid a:hover .quick-fire,
.quick-grid a.is-hot .quick-fire {
  opacity: 1;
  transform: translateY(-38px);
  animation: quick-fire-wave .9s ease-in-out infinite alternate;
}

.quick-grid a:hover .quick-fire:before,
.quick-grid a:hover .quick-fire:after,
.quick-grid a.is-hot .quick-fire:before,
.quick-grid a.is-hot .quick-fire:after {
  animation: quick-spark 1.1s ease-out infinite;
}

.quick-grid a:hover .quick-fire:after,
.quick-grid a.is-hot .quick-fire:after {
  animation-delay: .28s;
}

.quick-grid a:hover:before,
.quick-grid a.is-hot:before {
  transform: translateX(120%) skewX(-16deg);
}

.quick-grid a:hover:after,
.quick-grid a.is-hot:after {
  transform: scaleX(1);
  opacity: 1;
}

.quick-grid i {
  position: relative;
  z-index: 1;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #ffffff;
  background: rgba(255, 98, 13, .92);
  box-shadow: 0 16px 34px rgba(255, 98, 13, .22);
  font-size: 24px;
  animation: quick-icon-pulse 3.8s ease-in-out infinite;
}

.quick-grid a:hover i,
.quick-grid a.is-hot i {
  transform: translateY(-2px) rotate(-5deg);
  box-shadow: 0 18px 40px rgba(255, 98, 13, .34), 0 0 0 8px rgba(255, 98, 13, .12);
}

.quick-grid strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}

.quick-grid a > span:not(.quick-fire) {
  position: relative;
  z-index: 1;
  display: block;
}

.quick-grid a > span:not(.quick-fire) > span {
  display: block;
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  font-weight: 600;
}

.telecom-home .app-section,
.telecom-home .reviews-section,
.telecom-home .faq-real,
.telecom-home .contact-provider {
  background: #fbfbfb;
}

.telecom-home .app-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  min-height: 420px;
  border-radius: 44px;
  padding: 52px;
  background:
    radial-gradient(circle at 78% 44%, rgba(255, 98, 13, .3), transparent 20rem),
    linear-gradient(135deg, var(--fire-purple), var(--fire-purple-3));
  box-shadow: 0 32px 100px rgba(63, 34, 111, .24);
}

.telecom-home .app-card:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .26;
  background: repeating-linear-gradient(115deg, transparent 0 84px, rgba(251, 251, 251, .16) 85px, transparent 88px);
  animation: fire-diagonal-drift 18s linear infinite;
}

.telecom-home .app-card > * {
  position: relative;
  z-index: 1;
}

.telecom-home .app-card h2 {
  color: var(--fire-white);
  font-size: clamp(32px, 4.2vw, 54px);
  line-height: 1.08;
  font-weight: var(--type-title-weight);
  text-transform: none;
}

.telecom-home .app-card p {
  color: rgba(251, 251, 251, .76);
  font-weight: 500;
}

.telecom-home .app-card img {
  justify-self: end;
  max-height: 360px;
  object-fit: contain;
  filter: drop-shadow(0 28px 46px rgba(0, 0, 0, .28));
  animation: flame-float 7s ease-in-out infinite;
}

.telecom-home .review-card {
  position: relative;
  min-height: 240px;
  border: 1px solid var(--fire-line);
  border-radius: 30px;
  padding: 30px;
  background: #fff;
  box-shadow: 0 24px 64px rgba(63, 34, 111, .1);
}

.telecom-home .review-card:before {
  content: "“";
  position: absolute;
  right: 24px;
  top: 8px;
  color: rgba(255, 98, 13, .18);
  font-family: Georgia, serif;
  font-size: 104px;
  line-height: 1;
}

.telecom-home .review-card p {
  position: relative;
  color: var(--fire-muted);
  font-weight: 500;
}

.telecom-home .review-card strong {
  display: block;
  color: var(--fire-purple);
  font-family: var(--fire-title);
  font-size: 24px;
  font-weight: var(--type-title-weight);
  text-transform: uppercase;
}

.telecom-home .review-card span {
  color: var(--fire-orange);
  font-family: var(--fire-mono);
  font-size: 12px;
}

.telecom-home .faq-box {
  overflow: hidden;
  border: 1px solid rgba(63, 34, 111, .14);
  border-radius: 42px;
  padding: 34px;
  background: #fff;
  box-shadow: 0 28px 90px rgba(63, 34, 111, .12);
}

.telecom-home .faq-title h2 {
  color: var(--fire-purple);
  font-size: clamp(30px, 3.6vw, 48px);
  font-weight: var(--type-title-weight);
  text-transform: none;
}

.telecom-home .faq-title p {
  color: var(--fire-muted);
}

.telecom-home .faq-item {
  border: 1px solid rgba(63, 34, 111, .11);
  border-radius: 20px;
  background: #fbfbfb;
}

.telecom-home .faq-item h3 {
  color: var(--fire-purple);
  font-family: var(--fire-body);
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
}

.telecom-home .contact-provider {
  padding-top: 50px;
}

.telecom-home .contact-form {
  border: 1px solid var(--fire-line);
  border-radius: 34px;
  padding: 26px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(63, 34, 111, .1);
}

.telecom-home .contact-form .form-control {
  min-height: 54px;
  border: 1px solid rgba(63, 34, 111, .16);
  border-radius: 18px;
  color: var(--fire-purple);
  background: #fbfbfb;
  font-weight: 700;
}

.telecom-home .contact-form button {
  width: 100%;
  min-height: 54px;
  border-radius: 999px;
  color: var(--fire-white);
  background: var(--fire-orange);
  font-weight: var(--type-button-weight);
  letter-spacing: 0;
  text-transform: none;
  box-shadow: 0 16px 36px rgba(255, 98, 13, .25);
}

.telecom-home .provider-footer {
  background: var(--fire-purple-3);
  color: rgba(251, 251, 251, .7);
}

.telecom-home .provider-footer h4,
.telecom-home .provider-footer .sitename {
  color: var(--fire-white);
}

.telecom-home .provider-footer a,
.telecom-home .provider-footer p,
.telecom-home .provider-footer span {
  color: rgba(251, 251, 251, .68);
}

.telecom-home .provider-footer .social-links a {
  border-color: rgba(251, 251, 251, .18);
}

.telecom-home .provider-footer .footer-brand-logo-link {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.telecom-home .provider-footer .footer-brand-logo {
  width: 188px;
  max-height: 56px;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, .2));
}

@keyframes fire-grid-drift {
  to { background-position: 58px 58px; }
}

@keyframes fire-diagonal-drift {
  to { background-position: 180px 0; }
}

@keyframes hero-grid-slide {
  to { background-position: 74px -74px, -74px 74px, 180px 0; }
}

@keyframes flame-float {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-14px) rotate(2deg); }
}

@keyframes fire-halo {
  0%, 100% { transform: scale(.96); opacity: .72; }
  50% { transform: scale(1.06); opacity: 1; }
}

@keyframes spin-slow {
  to { transform: rotate(360deg); }
}

@keyframes chip-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes fire-sheen {
  0%, 55% { transform: translateX(-120%) skewX(-16deg); }
  78%, 100% { transform: translateX(120%) skewX(-16deg); }
}

@keyframes fire-marquee {
  to { transform: translateX(-50%); }
}

@keyframes promo-orbit-spin {
  to { transform: rotate(360deg); }
}

@keyframes quick-scan {
  0%, 100% { opacity: .22; transform: translateY(-50%) scaleX(.72); }
  50% { opacity: .72; transform: translateY(-50%) scaleX(1); }
}

@keyframes quick-float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -2px; }
}

@keyframes quick-icon-pulse {
  0%, 100% { box-shadow: 0 16px 34px rgba(255, 98, 13, .2); }
  50% { box-shadow: 0 16px 34px rgba(255, 98, 13, .3), 0 0 0 8px rgba(255, 98, 13, .1); }
}

@keyframes quick-line-breathe {
  0%, 100% { opacity: .28; transform: translateY(-50%) scaleX(.86); }
  50% { opacity: .68; transform: translateY(-50%) scaleX(1); }
}

@keyframes quick-fire-wave {
  from { background-position: 0 0, 0 0, 0 0, 0 0; }
  to { background-position: 8px -8px, -10px -6px, 6px -10px, 0 0; }
}

@keyframes quick-spark {
  0% { opacity: 0; transform: translateY(0) scale(.65); }
  22% { opacity: .9; }
  100% { opacity: 0; transform: translateY(-42px) scale(.2); }
}

@media (max-width: 1199px) {
  .telecom-home .header .container-xl {
    border-radius: 28px;
  }

  .telecom-home .navmenu ul {
    background: var(--fire-purple-3);
  }

  .fire-hero-stage {
    min-height: 360px;
  }

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

@media (max-width: 991px) {
  .telecom-home .telecom-hero,
  .telecom-home .hero-carousel,
  .telecom-home .hero-carousel .swiper-wrapper,
  .telecom-home .hero-carousel .swiper-slide {
    min-height: auto;
  }

  .telecom-home .hero-slide {
    padding: 130px 0 80px;
  }

  .telecom-home .telecom-hero h1 {
    font-size: clamp(48px, 12vw, 76px);
  }

  .telecom-home .hero-bg img {
    opacity: .16;
  }

  .chip-speed {
    left: 0;
  }

  .chip-wifi {
    right: 0;
  }

  .telecom-home .row > div:nth-child(2) .telecom-plan {
    transform: none;
  }

  .telecom-home .telecom-plan,
  .telecom-home .row > div:nth-child(3) .telecom-plan {
    transform: none;
  }

  .telecom-home .promo-stage,
  .telecom-home .app-card {
    grid-template-columns: 1fr;
  }

  .telecom-home .promo-stage {
    padding: 36px;
  }

  .promo-panel {
    max-width: 360px;
  }

  .telecom-home .promo-stage > a {
    width: max-content;
  }

  .about-media {
    min-height: 400px;
  }
}

@media (max-width: 1399px) {
  body.telecom-home.mobile-nav-active .navmenu ul {
    border: 0 !important;
    border-radius: 28px !important;
    background: var(--flat-purple) !important;
    box-shadow: none !important;
  }

  body.telecom-home.mobile-nav-active .navmenu a {
    color: rgba(255, 255, 255, .76) !important;
    border-color: transparent !important;
    background: transparent !important;
  }

  body.telecom-home.mobile-nav-active .navmenu a:hover,
  body.telecom-home.mobile-nav-active .navmenu a.active {
    color: #fff !important;
    border-color: transparent !important;
    background: var(--flat-orange) !important;
  }
}

/* Flat reset for legacy visual effects retained by the original template. */
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 .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;
}

/* Flat reset for legacy visual effects retained by the original template. */
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 .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;
}

@media (max-width: 767px) {
  .telecom-home .header {
    top: 8px;
  }

  .telecom-home .header .container-xl {
    min-height: 64px;
    border-radius: 22px;
  }

  .telecom-home .brand-logo-link {
    padding: 0;
    border-radius: 0;
  }

  .telecom-home .brand-logo-img {
    width: 126px;
    max-height: 40px;
  }

  .telecom-home .btn-getstarted {
    display: none;
  }

  .telecom-home .section {
    padding: 72px 0;
  }

  .telecom-home .plans-strip {
    padding-top: 54px !important;
  }

  .telecom-home .hero-slide {
    padding-top: 112px;
  }

  .telecom-home .telecom-hero h1 {
    font-size: clamp(43px, 13vw, 64px);
  }

  .telecom-home .telecom-hero p {
    font-size: 16px;
  }

  .telecom-home .hero-actions a,
  .telecom-home .primary-action,
  .telecom-home .secondary-action {
    width: 100%;
  }

  .fire-hero-stage {
    min-height: 300px;
  }

  .stage-flame {
    width: min(250px, 70vw);
  }

  .stage-chip {
    min-width: 132px;
    padding: 10px 12px;
    border-radius: 20px;
  }

  .stage-chip i {
    width: 34px;
    height: 34px;
    font-size: 19px;
  }

  .stage-chip strong {
    font-size: 16px;
  }

  .chip-latency {
    left: 4px;
    bottom: 18px;
  }

  .telecom-home .hero-nav {
    display: none;
  }

  .telecom-home .section-heading h2,
  .telecom-home .about-provider h2,
  .telecom-home .app-card h2,
  .telecom-home .promo-stage h2 {
    font-size: clamp(38px, 12vw, 58px);
  }

  .telecom-home .telecom-plan {
    min-height: 540px;
    padding: 24px;
    border-radius: 28px;
  }

  .telecom-home .streaming-plan {
    min-height: 650px;
  }

  .telecom-home .telecom-plan .speed strong {
    font-size: 76px;
  }

  .telecom-home .telecom-plan .speed span {
    font-size: 24px;
  }

  .telecom-home .telecom-plan .price {
    font-size: 50px;
  }

  .service-showcase > div:nth-child(even) .service-tile {
    margin-top: 0;
  }

  .telecom-home .promo-stage {
    min-height: auto;
    border-radius: 30px;
    padding: 28px;
  }

  .promo-panel {
    max-width: none;
    min-height: auto;
  }

  .promo-orbit {
    display: none;
  }

  .telecom-home .promo-stage > a {
    width: 100%;
  }

  .telecom-home .promo-float {
    display: none;
  }

  .stat-list,
  .quick-grid {
    grid-template-columns: 1fr;
    padding: 12px;
    border-radius: 26px;
  }

  .telecom-home .app-card {
    border-radius: 30px;
    padding: 30px;
  }

  .telecom-home .app-card img {
    justify-self: center;
  }

  .quick-grid a {
    min-height: 88px;
    grid-template-columns: 46px minmax(0, 1fr);
    padding: 14px;
  }

  .quick-grid i {
    width: 46px;
    height: 46px;
    border-radius: 16px;
  }
}

/* Practical provider pass: cleaner, more local-business, less generated gloss. */
body.telecom-home {
  background: #f7f8fb;
}

body.telecom-home:before,
body.telecom-home:after {
  content: none;
}

.telecom-home .header {
  top: 18px;
}

.telecom-home .header .container-xl {
  min-height: 72px;
  border: 1px solid rgba(24, 11, 46, .08);
  border-radius: 28px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 12px 32px rgba(24, 11, 46, .14);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.telecom-home .header .container-xl:before {
  content: none;
}

.telecom-home .navmenu a {
  color: rgba(24, 11, 46, .74);
  font-size: 14px;
}

.telecom-home .navmenu a:before {
  bottom: 12px;
  height: 3px;
}

.telecom-home .btn-getstarted,
.telecom-home .primary-action,
.telecom-home .telecom-plan a,
.telecom-home .campaign-card a,
.telecom-home .app-card a {
  box-shadow: none;
}

.telecom-home .btn-getstarted {
  min-height: 44px;
  border-radius: 14px;
  padding: 0 18px;
}

.telecom-home .section {
  padding: 76px 0;
}

.telecom-home .section-heading {
  margin-bottom: 34px;
}

.telecom-home .section-heading span,
.telecom-home .mini-label,
.telecom-home .campaign-card span,
.telecom-home .app-card span,
.telecom-home .plan-label,
.telecom-home .badge-plan {
  border-radius: 10px;
  padding: 7px 10px;
  letter-spacing: .02em;
}

.telecom-home .telecom-hero,
.telecom-home .hero-carousel,
.telecom-home .hero-carousel .swiper-wrapper,
.telecom-home .hero-carousel .swiper-slide {
  min-height: 680px;
}

.telecom-home .telecom-hero {
  background: #14082d;
  padding: 0;
}

.telecom-home .hero-slide {
  padding-top: 96px;
}

.telecom-home .hero-bg img {
  opacity: .58;
  filter: saturate(.95) contrast(1);
}

.telecom-home .hero-slide:before {
  background:
    linear-gradient(90deg, rgba(15, 6, 35, .95) 0%, rgba(33, 14, 67, .78) 48%, rgba(33, 14, 67, .28) 100%),
    linear-gradient(180deg, rgba(15, 6, 35, .2), rgba(15, 6, 35, .52));
}

.telecom-home .hero-slide:after {
  content: none;
}

.telecom-home .telecom-hero h1 {
  max-width: 660px;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.04;
  text-shadow: none;
}

.telecom-home .telecom-hero p {
  max-width: 540px;
  margin: 20px 0 28px;
  color: rgba(255, 255, 255, .88);
  font-size: 17px;
}

.telecom-home .primary-action,
.telecom-home .secondary-action,
.telecom-home .telecom-plan a,
.telecom-home .campaign-card a,
.telecom-home .app-card a,
.telecom-home .small-action {
  min-height: 50px;
  border-radius: 14px;
  padding: 0 20px;
}

.telecom-home .secondary-action {
  border-color: rgba(255, 255, 255, .42);
  background: rgba(255, 255, 255, .12);
  backdrop-filter: none;
}

.fire-hero-stage {
  min-height: 360px;
  place-items: end center;
}

.fire-hero-stage:before,
.stage-ring,
.stage-flame {
  display: none;
}

.stage-chip {
  position: static;
  width: min(360px, 100%);
  min-width: 0;
  margin: 10px 0;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 16px;
  background: rgba(255, 255, 255, .92);
  color: var(--fire-ink);
  backdrop-filter: none;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .16);
  animation: none;
}

.stage-chip i {
  border-radius: 12px;
}

.stage-chip strong {
  color: var(--fire-ink);
  font-size: 18px;
  text-transform: none;
}

.stage-chip span {
  color: rgba(24, 11, 46, .58);
}

.telecom-home .hero-nav {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .14);
  backdrop-filter: none;
}

.telecom-home .plans-strip {
  background: #f7f8fb;
}

.telecom-home .plans-strip:before {
  content: none;
}

.telecom-home .plan-tabs {
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(24, 11, 46, .08);
}

.telecom-home .plan-tabs button {
  border-radius: 10px;
}

.telecom-home .telecom-plan,
.telecom-home .row > div:nth-child(2) .telecom-plan,
.telecom-home .row > div:nth-child(3) .telecom-plan,
.telecom-home .row > div:nth-child(4) .telecom-plan {
  min-height: 520px;
  border-radius: 18px;
  background: #fff;
  color: var(--fire-ink);
  border: 1px solid rgba(24, 11, 46, .1);
  box-shadow: 0 12px 34px rgba(24, 11, 46, .08);
  transform: none;
}

.telecom-home .row > div:nth-child(2) .telecom-plan {
  border: 2px solid var(--fire-orange);
}

.telecom-home .telecom-plan:hover,
.telecom-home .row > div:nth-child(2) .telecom-plan:hover,
.telecom-home .row > div:nth-child(3) .telecom-plan:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 44px rgba(24, 11, 46, .12);
}

.telecom-home .telecom-plan:after,
.telecom-home .plan-flame {
  content: none;
  display: none;
}

.telecom-home .row > div:nth-child(2) .plan-label {
  background: rgba(255, 98, 13, .1);
  border-color: rgba(255, 98, 13, .22);
  color: var(--fire-orange);
}

.telecom-home .badge-plan {
  top: 22px;
  right: 22px;
  border-radius: 10px;
}

.telecom-home .telecom-plan .speed,
.telecom-home .row > div:nth-child(2) .telecom-plan .speed {
  min-height: 106px;
  border-radius: 16px;
  background: #f4f1f8;
  box-shadow: inset 0 -4px 0 var(--fire-orange);
  clip-path: none;
}

.telecom-home .telecom-plan.best-seller .speed strong {
  color: var(--fire-purple) !important;
}

.telecom-home .telecom-plan li,
.telecom-home .row > div:nth-child(2) .telecom-plan li {
  border-radius: 10px;
  background: #f7f8fb;
  font-weight: 600;
}

.telecom-home .telecom-plan a,
.telecom-home .row > div:nth-child(2) .telecom-plan a {
  background: var(--fire-orange);
}

.benefit-marquee {
  background: #211044;
  box-shadow: none;
}

@media (max-width: 991px) {
  .fire-hero-stage {
    display: none;
  }

  .telecom-home .telecom-hero,
  .telecom-home .hero-carousel,
  .telecom-home .hero-carousel .swiper-wrapper,
  .telecom-home .hero-carousel .swiper-slide {
    min-height: 620px;
  }
}

@media (max-width: 575px) {
  .telecom-home .header {
    top: 8px;
  }

  .telecom-home .header .container-xl {
    min-height: 64px;
    border-radius: 18px;
  }

  .telecom-home .telecom-hero h1 {
    font-size: 36px;
  }
}

/* Brand warmth pass: bring Firelink orange back without returning to the old AI-heavy look. */
.telecom-home .header .container-xl {
  border-color: rgba(255, 98, 13, .18);
  box-shadow: 0 16px 42px rgba(24, 11, 46, .16), 0 5px 0 rgba(255, 98, 13, .08);
}

.telecom-home .header .container-xl:after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, transparent, rgba(255, 98, 13, .88), transparent);
  pointer-events: none;
}

.telecom-home .telecom-hero {
  background: #17082f;
}

.telecom-home .hero-slide:before {
  background:
    radial-gradient(circle at 82% 45%, rgba(255, 98, 13, .46), transparent 21rem),
    radial-gradient(circle at 68% 16%, rgba(255, 137, 51, .26), transparent 18rem),
    linear-gradient(90deg, rgba(18, 7, 39, .98) 0%, rgba(43, 18, 82, .86) 47%, rgba(72, 29, 91, .46) 100%),
    linear-gradient(180deg, rgba(18, 7, 39, .14), rgba(18, 7, 39, .58));
}

.telecom-home .hero-slide:after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 150px;
  opacity: 1;
  background:
    radial-gradient(ellipse at 72% 100%, rgba(255, 98, 13, .72), transparent 48%),
    linear-gradient(180deg, transparent, rgba(255, 98, 13, .18));
  pointer-events: none;
}

.telecom-home .hero-bg img {
  opacity: .64;
  filter: saturate(1.08) contrast(1.04);
}

.telecom-home .mini-label {
  background: rgba(255, 98, 13, .16);
  border-color: rgba(255, 98, 13, .48);
  color: #ff8b33;
  box-shadow: 0 10px 28px rgba(255, 98, 13, .13);
}

.telecom-home .telecom-hero h1 {
  text-shadow: 0 16px 42px rgba(0, 0, 0, .25);
}

.telecom-home .primary-action,
.telecom-home .btn-getstarted {
  background: linear-gradient(135deg, #ff620d 0%, #ff7a1f 100%);
  box-shadow: 0 14px 32px rgba(255, 98, 13, .28);
}

.telecom-home .secondary-action {
  border-color: rgba(255, 137, 51, .5);
  background: rgba(255, 98, 13, .12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .06);
}

.stage-chip {
  border: 1px solid rgba(255, 137, 51, .36);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .97), rgba(255, 244, 236, .92));
  box-shadow: 0 18px 42px rgba(20, 8, 45, .22), 0 10px 28px rgba(255, 98, 13, .16);
}

.stage-chip i {
  background: linear-gradient(135deg, #ff620d, #ff8b33);
  box-shadow: 0 10px 24px rgba(255, 98, 13, .28);
}

.stage-chip strong {
  color: #211044;
}

.stage-chip span {
  color: rgba(63, 34, 111, .68);
}

.telecom-home .hero-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, .38);
}

.telecom-home .hero-pagination .swiper-pagination-bullet-active {
  background: #ff620d;
  box-shadow: 0 0 0 3px rgba(255, 98, 13, .18);
}

.benefit-marquee {
  background: var(--fire-orange);
  border-top: 0;
  border-bottom: 0;
  box-shadow: 0 18px 60px rgba(255, 98, 13, .22);
}

.benefit-marquee:before,
.benefit-marquee:after {
  content: none;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 120px;
  pointer-events: none;
}

.benefit-marquee:before {
  left: 0;
  background: linear-gradient(90deg, #211044, rgba(33, 16, 68, 0));
}

.benefit-marquee:after {
  right: 0;
  background: linear-gradient(270deg, #17082f, rgba(23, 8, 47, 0));
}

.benefit-marquee .marquee-track span {
  color: #fff;
  text-shadow: none;
}

.benefit-marquee .marquee-track i {
  color: var(--fire-purple);
  opacity: 1;
}

.benefit-marquee .marquee-track {
  width: max-content;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  animation: fire-marquee 24s linear infinite;
  will-change: transform;
}

.benefit-marquee .marquee-track span {
  justify-content: flex-start;
  min-width: max-content;
  padding: 18px 30px;
  font-size: 17px;
  letter-spacing: .03em;
  line-height: 1;
  text-align: left;
  white-space: nowrap;
}

.benefit-marquee .marquee-track span:nth-child(n+6) {
  display: inline-flex;
}

@media (max-width: 991px) {
  .telecom-home .hero-slide:before {
    background:
      radial-gradient(circle at 88% 18%, rgba(255, 98, 13, .36), transparent 17rem),
      linear-gradient(90deg, rgba(18, 7, 39, .98), rgba(43, 18, 82, .78)),
      linear-gradient(180deg, rgba(18, 7, 39, .08), rgba(18, 7, 39, .62));
  }

  .telecom-home .hero-slide:after {
    height: 110px;
  }
}

@media (max-width: 575px) {
  .telecom-home .header .container-xl:after {
    left: 18px;
    right: 18px;
  }

  .benefit-marquee:before,
  .benefit-marquee:after {
    width: 54px;
  }

  .benefit-marquee .marquee-track {
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    padding: 0;
  }

  .benefit-marquee .marquee-track span {
    justify-content: flex-start;
    width: auto;
    padding: 15px 22px;
    font-size: 13px;
    text-align: left;
  }
}

/* Animated orbital hero: restore the Firelink energy with rotating objects. */
.telecom-home .hero-slide .col-lg-5 {
  display: block;
}

.fire-hero-stage {
  position: relative;
  min-height: 430px;
  display: grid;
  place-items: center;
  isolation: isolate;
  perspective: 1200px;
  transform: translateX(-16px);
}

.fire-hero-stage:before {
  content: "";
  position: absolute;
  display: block;
  width: min(420px, 82vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 98, 13, .62) 0 12%, rgba(255, 98, 13, .2) 34%, transparent 66%);
  filter: blur(12px);
  opacity: .95;
  animation: fire-halo 4.8s ease-in-out infinite;
  z-index: 0;
}

.fire-hero-stage:after {
  content: "";
  position: absolute;
  display: block;
  width: min(470px, 90vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    conic-gradient(from 20deg, transparent 0 8%, rgba(255, 98, 13, .9) 9% 11%, transparent 12% 27%, rgba(255, 255, 255, .55) 28% 29%, transparent 30% 56%, rgba(255, 137, 51, .75) 57% 59%, transparent 60% 100%);
  opacity: .62;
  filter: drop-shadow(0 0 22px rgba(255, 98, 13, .35));
  animation: fire-orbit-spin 16s linear infinite;
  z-index: 1;
  pointer-events: none;
}

.stage-flame {
  position: relative;
  z-index: 4;
  display: block;
  width: min(265px, 54vw);
  opacity: .96;
  filter: drop-shadow(0 28px 40px rgba(0, 0, 0, .34)) drop-shadow(0 0 42px rgba(255, 98, 13, .42));
  animation: flame-float 5.6s ease-in-out infinite;
}

.stage-ring {
  position: absolute;
  z-index: 2;
  display: block;
  width: min(430px, 84vw);
  aspect-ratio: 1;
  border: 1px dashed rgba(255, 255, 255, .32);
  border-radius: 50%;
  animation: spin-slow 18s linear infinite;
}

.stage-ring:before {
  content: "";
  position: absolute;
  inset: 46px;
  border: 1px solid rgba(255, 98, 13, .5);
  border-radius: 50%;
  box-shadow: inset 0 0 34px rgba(255, 98, 13, .12);
}

.stage-ring:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  right: 56px;
  top: 54px;
  border-radius: 50%;
  background: #ff620d;
  box-shadow:
    0 0 26px rgba(255, 98, 13, .9),
    -250px 110px 0 -4px rgba(255, 137, 51, .88),
    -105px 315px 0 -3px rgba(255, 255, 255, .72),
    70px 245px 0 -5px rgba(255, 98, 13, .82);
}

.stage-chip {
  position: absolute;
  z-index: 5;
  width: auto;
  min-width: 210px;
  max-width: 280px;
  margin: 0;
  border: 1px solid rgba(255, 137, 51, .54);
  border-radius: 20px;
  padding: 13px 16px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 237, 224, .92));
  box-shadow: 0 22px 50px rgba(20, 8, 45, .28), 0 14px 36px rgba(255, 98, 13, .2);
  backdrop-filter: blur(10px);
  animation: chip-float 6.8s ease-in-out infinite;
}

.stage-chip i {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: linear-gradient(135deg, #ff620d, #ff8b33);
  box-shadow: 0 10px 24px rgba(255, 98, 13, .32);
}

.stage-chip strong {
  font-size: 19px;
  color: #211044;
}

.stage-chip span {
  color: rgba(63, 34, 111, .68);
}

.chip-speed {
  left: -4px;
  top: 54px;
  animation-name: chip-orbit-a;
  animation-duration: 9s;
}

.chip-wifi {
  right: 12px;
  top: 172px;
  animation-name: chip-orbit-b;
  animation-duration: 10.5s;
}

.chip-latency {
  left: 28px;
  bottom: 42px;
  animation-name: chip-orbit-c;
  animation-duration: 9.6s;
}

.telecom-home .hero-slide:after {
  height: 190px;
  background:
    radial-gradient(ellipse at 70% 100%, rgba(255, 98, 13, .85), transparent 45%),
    radial-gradient(ellipse at 30% 100%, rgba(255, 137, 51, .32), transparent 38%),
    linear-gradient(180deg, transparent, rgba(255, 98, 13, .2));
}

@keyframes fire-orbit-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes chip-orbit-a {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(-1deg);
  }
  33% {
    transform: translate3d(22px, -18px, 18px) rotate(1deg);
  }
  66% {
    transform: translate3d(-12px, 18px, 0) rotate(-.5deg);
  }
}

@keyframes chip-orbit-b {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(1deg);
  }
  33% {
    transform: translate3d(-20px, 18px, 16px) rotate(-1deg);
  }
  66% {
    transform: translate3d(12px, -16px, 0) rotate(.5deg);
  }
}

@keyframes chip-orbit-c {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(.5deg);
  }
  33% {
    transform: translate3d(18px, 16px, 14px) rotate(-.8deg);
  }
  66% {
    transform: translate3d(-20px, -12px, 0) rotate(.8deg);
  }
}

@media (max-width: 1199px) {
  .fire-hero-stage {
    transform: translateX(-36px) scale(.92);
  }

  .stage-chip {
    min-width: 178px;
    max-width: 240px;
  }

  .chip-speed {
    left: 18px;
  }

  .chip-wifi {
    right: 22px;
  }

  .chip-latency {
    left: 38px;
  }
}

@media (max-width: 991px) {
  .fire-hero-stage {
    display: none;
  }
}

/* Final user-directed cleanup: dots only, no orange blades, plain menu. */
.telecom-home .header .container-xl {
  background: #fff;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.telecom-home .header .container-xl:after {
  content: none;
}

.fire-hero-stage:after {
  width: 510px;
  opacity: 1;
  background:
    radial-gradient(circle at 50% 0%, #ff620d 0 7px, transparent 8px),
    radial-gradient(circle at 70% 5%, #ff8b33 0 4px, transparent 5px),
    radial-gradient(circle at 88% 22%, #ff620d 0 6px, transparent 7px),
    radial-gradient(circle at 100% 50%, #ff620d 0 8px, transparent 9px),
    radial-gradient(circle at 88% 78%, #ff8b33 0 6px, transparent 7px),
    radial-gradient(circle at 68% 96%, rgba(255, 255, 255, .82) 0 5px, transparent 6px),
    radial-gradient(circle at 50% 100%, #ff620d 0 5px, transparent 6px),
    radial-gradient(circle at 30% 95%, #ff8b33 0 5px, transparent 6px),
    radial-gradient(circle at 12% 78%, #ff620d 0 5px, transparent 6px),
    radial-gradient(circle at 0% 50%, rgba(255, 255, 255, .78) 0 5px, transparent 6px),
    radial-gradient(circle at 12% 22%, #ff8b33 0 5px, transparent 6px),
    radial-gradient(circle at 30% 5%, rgba(255, 255, 255, .72) 0 4px, transparent 5px);
  filter: none;
  animation: orbit-spin 13s linear infinite;
}

.stage-ring:after {
  width: 9px;
  height: 9px;
  right: 74px;
  top: 46px;
  box-shadow:
    0 0 18px rgba(255, 98, 13, .9),
    -76px -38px 0 -2px rgba(255, 137, 51, .9),
    -168px -14px 0 -3px rgba(255, 255, 255, .82),
    -278px 102px 0 -2px rgba(255, 98, 13, .86),
    -300px 230px 0 -3px rgba(255, 255, 255, .74),
    -216px 318px 0 -2px rgba(255, 137, 51, .9),
    -72px 356px 0 -3px rgba(255, 98, 13, .82),
    66px 278px 0 -2px rgba(255, 255, 255, .78),
    102px 146px 0 -3px rgba(255, 137, 51, .9);
}

/* Final color harmony override: light campaign bridge and readable add-ons. */
body.telecom-home .referral-section.section {
  padding: clamp(38px, 5vw, 68px) 0 !important;
  background: linear-gradient(180deg, #fbfbfb 0%, #f7f3fb 44%, #ffffff 100%) !important;
}

body.telecom-home .referral-section:before,
body.telecom-home .referral-section:after {
  content: none !important;
  display: none !important;
}

body.telecom-home .referral-banner {
  width: min(100%, 1296px) !important;
  margin: 0 auto !important;
  border-radius: 14px !important;
  background: #26104d !important;
  box-shadow: 0 18px 44px rgba(24, 11, 46, .1) !important;
}

body.telecom-home .referral-banner img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
}

body.telecom-home .addons-section {
  color: #180b2e !important;
  background:
    radial-gradient(circle at 8% 14%, rgba(255, 98, 13, .08), transparent 18rem),
    linear-gradient(180deg, #ffffff 0%, #f7f3fb 100%) !important;
}

body.telecom-home .addons-section .section-heading h2 {
  color: #3f226f !important;
}

body.telecom-home .addons-section .section-heading p {
  color: #725f8e !important;
}

body.telecom-home .addon-grid {
  margin-bottom: 0 !important;
}

body.telecom-home .addon-pill {
  color: #26104d !important;
  background: #ffffff !important;
  border: 1px solid rgba(63, 34, 111, .14) !important;
  box-shadow: 0 8px 18px rgba(24, 11, 46, .06) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.telecom-home .addon-pill strong {
  display: inline !important;
  color: #26104d !important;
}

body.telecom-home .addon-pill span {
  display: inline !important;
  color: #725f8e !important;
}

body.telecom-home .addon-pill i {
  color: #fbfbfb !important;
  background: #ff620d !important;
}

body.telecom-home .addon-pill:hover {
  background: #fff7f2 !important;
  transform: translateY(-2px) !important;
}

body.telecom-home .campaign-band {
  background: linear-gradient(180deg, #f7f3fb 0%, #ffffff 100%) !important;
}

body.telecom-home .promo-stage {
  background:
    radial-gradient(circle at 76% 46%, rgba(255, 98, 13, .22), transparent 18rem),
    linear-gradient(135deg, #3f226f 0%, #26104d 100%) !important;
  border: 0 !important;
  border-radius: 22px !important;
  box-shadow: 0 16px 36px rgba(24, 11, 46, .12) !important;
}

body.telecom-home .promo-panel {
  background: rgba(251, 251, 251, .1) !important;
  border: 1px solid rgba(251, 251, 251, .14) !important;
  box-shadow: none !important;
}

body.telecom-home .about-provider {
  background:
    radial-gradient(circle at 76% 32%, rgba(255, 98, 13, .2), transparent 22rem),
    linear-gradient(180deg, #26104d 0%, #3f226f 100%) !important;
}

body.telecom-home .faq-real,
body.telecom-home .contact-provider {
  background: #fbfbfb !important;
}

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

  body.telecom-home .referral-banner {
    border-radius: 12px !important;
  }

  body.telecom-home .promo-stage {
    border-radius: 18px !important;
  }
}

/* Final user layout request: wider lower sections and white provider block. */
body.telecom-home .referral-section > .container,
body.telecom-home .addons-section > .container,
body.telecom-home .campaign-band > .container,
body.telecom-home .about-provider > .container,
body.telecom-home .faq-real > .container,
body.telecom-home .contact-provider > .container {
  width: min(calc(100% - 48px), 1540px) !important;
  max-width: none !important;
}

body.telecom-home .referral-banner {
  width: min(100%, 1540px) !important;
}

body.telecom-home .addon-grid {
  justify-content: flex-start !important;
  gap: 16px !important;
}

body.telecom-home .campaign-band {
  padding-top: clamp(48px, 6vw, 76px) !important;
  padding-bottom: clamp(48px, 6vw, 76px) !important;
}

body.telecom-home .promo-stage {
  min-height: 340px !important;
  padding: clamp(34px, 4.6vw, 58px) !important;
}

body.telecom-home .about-provider {
  background:
    radial-gradient(circle at 82% 38%, rgba(255, 98, 13, .1), transparent 20rem),
    linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%) !important;
  color: #180b2e !important;
}

body.telecom-home .about-provider .mini-label {
  color: #ff620d !important;
  background: #fff1e9 !important;
  border-color: rgba(255, 98, 13, .28) !important;
}

body.telecom-home .about-provider h2 {
  color: #3f226f !important;
}

body.telecom-home .about-provider p {
  color: #4b3c67 !important;
}

body.telecom-home .about-provider .stat-list div {
  background: #f7f3fb !important;
  border: 1px solid rgba(63, 34, 111, .12) !important;
}

body.telecom-home .about-provider .stat-list span {
  color: #725f8e !important;
}

body.telecom-home .about-media:before {
  opacity: .9 !important;
  box-shadow: 0 22px 60px rgba(255, 98, 13, .18) !important;
}

body.telecom-home .faq-box {
  background:
    radial-gradient(circle at 90% 0%, rgba(255, 98, 13, .08), transparent 18rem),
    #f7f3fb !important;
  border: 1px solid rgba(63, 34, 111, .12) !important;
  box-shadow: 0 12px 30px rgba(24, 11, 46, .08) !important;
}

body.telecom-home .faq-title h2,
body.telecom-home .faq-item h3 {
  color: #3f226f !important;
}

body.telecom-home .faq-title p,
body.telecom-home .faq-content p {
  color: #5e5078 !important;
}

body.telecom-home .faq-item {
  background: #ffffff !important;
  border-color: rgba(63, 34, 111, .12) !important;
}

body.telecom-home .contact-form {
  max-width: none !important;
}

@media (max-width: 767px) {
  body.telecom-home .referral-section > .container,
  body.telecom-home .addons-section > .container,
  body.telecom-home .campaign-band > .container,
  body.telecom-home .about-provider > .container,
  body.telecom-home .faq-real > .container,
  body.telecom-home .contact-provider > .container {
    width: min(calc(100% - 24px), 1540px) !important;
  }
}

/* Flagship polish: services, activation and provider story. */
body.telecom-home .addons-section {
  padding-top: clamp(72px, 8vw, 108px) !important;
  padding-bottom: clamp(72px, 8vw, 108px) !important;
}

body.telecom-home .addons-section .section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .65fr);
  column-gap: clamp(40px, 7vw, 112px);
  align-items: end;
  max-width: none;
  margin-bottom: clamp(34px, 4vw, 52px) !important;
  text-align: left;
}

body.telecom-home .addons-section .section-heading > span {
  grid-column: 1 / -1;
  justify-self: start;
  margin-bottom: 14px;
}

body.telecom-home .addons-section .section-heading h2 {
  max-width: 18ch;
  margin: 0;
  font-size: clamp(38px, 4.2vw, 60px);
  line-height: 1.02;
  letter-spacing: -.035em;
  text-wrap: balance;
}

body.telecom-home .addons-section .section-heading p {
  max-width: 48ch;
  margin: 0 0 4px !important;
  font-size: 17px;
  line-height: 1.65;
  text-wrap: pretty;
}

body.telecom-home .addon-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0 !important;
  overflow: hidden;
  border: 1px solid rgba(63, 34, 111, .13);
  border-radius: 16px;
  background: #ffffff;
}

body.telecom-home .addon-pill {
  min-width: 0;
  min-height: 176px;
  display: grid !important;
  grid-template-columns: 48px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-content: center;
  column-gap: 16px;
  row-gap: 7px;
  padding: clamp(24px, 2.4vw, 34px) !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transition: background-color .22s cubic-bezier(.22, 1, .36, 1) !important;
}

body.telecom-home .addon-pill + .addon-pill {
  border-left: 1px solid rgba(63, 34, 111, .11) !important;
}

body.telecom-home .addon-pill i {
  grid-row: 1 / 3;
  align-self: center;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 23px;
}

body.telecom-home .addon-pill strong {
  align-self: end;
  display: block !important;
  font-family: var(--fire-title);
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -.02em;
  text-wrap: balance;
}

body.telecom-home .addon-pill span {
  align-self: start;
  display: block !important;
  font-family: var(--fire-body);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0;
}

body.telecom-home .addon-pill:hover {
  background: color-mix(in srgb, var(--fire-orange) 6%, #ffffff) !important;
  transform: none !important;
}

body.telecom-home .campaign-band {
  padding-top: clamp(60px, 7vw, 92px) !important;
  padding-bottom: clamp(60px, 7vw, 92px) !important;
}

body.telecom-home .promo-stage {
  min-height: 430px !important;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .72fr) !important;
  grid-template-areas:
    "copy panel"
    "cta panel";
  grid-template-rows: 1fr auto;
  align-items: stretch !important;
  gap: 24px clamp(44px, 6vw, 96px) !important;
  padding: clamp(48px, 5.5vw, 76px) !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 98, 13, .26), transparent 20rem),
    linear-gradient(132deg, var(--fire-purple) 0%, var(--fire-purple-2) 72%) !important;
  box-shadow: 0 20px 48px rgba(24, 11, 46, .14) !important;
}

body.telecom-home .promo-copy {
  grid-area: copy;
  align-self: end;
  max-width: 690px;
}

body.telecom-home .promo-stage h2 {
  max-width: 15ch;
  font-size: clamp(42px, 4.8vw, 66px);
  line-height: 1;
  letter-spacing: -.035em;
  text-wrap: balance;
}

body.telecom-home .promo-stage p {
  max-width: 58ch;
  margin-top: 18px;
  color: rgba(255, 255, 255, .82);
  font-size: 17px;
  line-height: 1.65;
  text-wrap: pretty;
}

body.telecom-home .promo-stage > a {
  grid-area: cta;
  align-self: start;
  justify-self: start;
  min-height: 52px;
  margin-top: 4px;
}

body.telecom-home .promo-panel {
  grid-area: panel;
  align-self: center;
  width: 100%;
  min-height: 292px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(26px, 3vw, 38px);
  border-radius: 18px;
  background: rgba(255, 255, 255, .09) !important;
}

body.telecom-home .promo-panel:before {
  content: none;
}

body.telecom-home .promo-panel strong {
  margin-top: 10px;
  font-size: clamp(38px, 3vw, 50px);
  letter-spacing: -.03em;
}

body.telecom-home .promo-panel em {
  margin: 2px 0 24px;
  font-size: 14px;
}

body.telecom-home .promo-panel-line {
  min-height: 44px;
  margin-top: 8px;
  padding: 9px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .1);
  font-size: 14px;
}

body.telecom-home .about-provider {
  padding-top: clamp(76px, 8vw, 112px) !important;
  padding-bottom: clamp(76px, 8vw, 112px) !important;
}

body.telecom-home .about-provider .row {
  align-items: center;
  column-gap: 0;
}

body.telecom-home .about-provider h2 {
  max-width: 17ch;
  margin-top: 18px;
  font-size: clamp(40px, 4.4vw, 62px);
  line-height: 1.04;
  letter-spacing: -.035em;
  text-wrap: balance;
}

body.telecom-home .about-provider p {
  max-width: 64ch;
  margin-top: 18px;
  font-size: 17px;
  line-height: 1.72;
  text-wrap: pretty;
}

body.telecom-home .about-provider .stat-list {
  max-width: 760px;
  gap: 14px;
  margin: 28px 0 30px !important;
}

body.telecom-home .about-provider .stat-list div {
  min-width: 0;
  padding: 20px 22px !important;
  border-radius: 12px !important;
  box-shadow: none !important;
}

body.telecom-home .about-provider .stat-list strong {
  display: block;
  color: #3f226f !important;
  font-family: var(--fire-body) !important;
  font-size: clamp(20px, 1.6vw, 25px) !important;
  font-weight: 600 !important;
  line-height: 1.18 !important;
  letter-spacing: -.025em !important;
  text-transform: none !important;
  text-wrap: balance;
}

body.telecom-home .about-provider .stat-list span {
  display: block;
  margin-top: 7px;
  font-family: var(--fire-body);
  font-size: 15px;
  font-weight: 500 !important;
  line-height: 1.45;
}

body.telecom-home .about-media {
  min-height: clamp(420px, 38vw, 560px);
}

body.telecom-home .about-media:before {
  width: min(430px, 78vw);
  border-radius: 50%;
  background: radial-gradient(circle at 34% 26%, var(--fire-orange-2) 0%, var(--fire-orange) 68%, color-mix(in srgb, var(--fire-orange) 82%, var(--fire-purple)) 100%);
  transform: none;
  opacity: .94 !important;
  box-shadow: 0 26px 70px rgba(255, 98, 13, .2) !important;
}

body.telecom-home .about-photo {
  width: min(500px, 94%);
  border-radius: 18px;
}

@media (max-width: 1199px) {
  body.telecom-home .addon-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.telecom-home .addon-pill:nth-child(odd) {
    border-left: 0 !important;
  }

  body.telecom-home .addon-pill:nth-child(n + 3) {
    border-top: 1px solid rgba(63, 34, 111, .11) !important;
  }
}

@media (max-width: 991px) {
  body.telecom-home .addons-section .section-heading {
    grid-template-columns: 1fr;
  }

  body.telecom-home .addons-section .section-heading > span,
  body.telecom-home .addons-section .section-heading h2,
  body.telecom-home .addons-section .section-heading p {
    grid-column: 1;
  }

  body.telecom-home .addons-section .section-heading p {
    margin-top: 18px !important;
  }

  body.telecom-home .promo-stage {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "copy"
      "cta"
      "panel";
    grid-template-rows: auto;
  }

  body.telecom-home .promo-copy {
    align-self: start;
  }

  body.telecom-home .promo-panel {
    min-height: 0;
  }
}

@media (max-width: 575px) {
  body.telecom-home .addons-section,
  body.telecom-home .campaign-band,
  body.telecom-home .about-provider {
    padding-top: 58px !important;
    padding-bottom: 58px !important;
  }

  body.telecom-home .addons-section .section-heading h2,
  body.telecom-home .promo-stage h2,
  body.telecom-home .about-provider h2 {
    font-size: clamp(36px, 11vw, 46px);
    letter-spacing: -.03em;
  }

  body.telecom-home .addon-grid {
    grid-template-columns: 1fr;
  }

  body.telecom-home .addon-pill {
    min-height: 132px;
  }

  body.telecom-home .addon-pill + .addon-pill {
    border-top: 1px solid rgba(63, 34, 111, .11) !important;
    border-left: 0 !important;
  }

  body.telecom-home .promo-stage {
    min-height: 0 !important;
    padding: 30px 22px !important;
    gap: 28px !important;
  }

  body.telecom-home .promo-panel {
    padding: 24px 18px;
  }

  body.telecom-home .promo-stage > a {
    width: 100%;
    justify-content: center;
  }

  body.telecom-home .about-provider .stat-list {
    grid-template-columns: 1fr;
  }

  body.telecom-home .about-media {
    min-height: 360px;
  }
}

/* FINAL TRUE END: continuous light surface, no two-tone white bands. */
body.telecom-home,
body.telecom-home .main,
body.telecom-home .referral-section.section,
body.telecom-home .addons-section,
body.telecom-home .campaign-band,
body.telecom-home .about-provider,
body.telecom-home .faq-real,
body.telecom-home .contact-provider {
  background: #fbfbfb !important;
  background-color: #fbfbfb !important;
  background-image: none !important;
}

/* Final surface cleanup: keep adjacent light sections on one continuous white. */
body.telecom-home,
body.telecom-home .main {
  background: #fbfbfb !important;
  background-color: #fbfbfb !important;
}

body.telecom-home .referral-section.section,
body.telecom-home .addons-section,
body.telecom-home .campaign-band,
body.telecom-home .about-provider,
body.telecom-home .faq-real,
body.telecom-home .contact-provider {
  background: #fbfbfb !important;
  background-color: #fbfbfb !important;
}

/* User-directed width pass: open post-pricing sections to the sides. */
body.telecom-home .referral-section > .container,
body.telecom-home .addons-section > .container,
body.telecom-home .campaign-band > .container,
body.telecom-home .about-provider > .container,
body.telecom-home .faq-real > .container,
body.telecom-home .contact-provider > .container {
  width: min(calc(100% - 48px), 1540px) !important;
  max-width: none !important;
}

body.telecom-home .referral-banner {
  width: min(100%, 1540px) !important;
}

body.telecom-home .addon-grid {
  justify-content: flex-start !important;
  gap: 16px !important;
}

body.telecom-home .campaign-band {
  padding-top: clamp(48px, 6vw, 76px) !important;
  padding-bottom: clamp(48px, 6vw, 76px) !important;
}

body.telecom-home .promo-stage {
  min-height: 340px !important;
  padding: clamp(34px, 4.6vw, 58px) !important;
}

body.telecom-home .about-provider {
  background:
    radial-gradient(circle at 82% 38%, rgba(255, 98, 13, .1), transparent 20rem),
    linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%) !important;
  color: #180b2e !important;
}

body.telecom-home .about-provider .mini-label {
  color: #ff620d !important;
  background: #fff1e9 !important;
  border-color: rgba(255, 98, 13, .28) !important;
}

body.telecom-home .about-provider h2 {
  color: #3f226f !important;
}

body.telecom-home .about-provider p {
  color: #4b3c67 !important;
}

body.telecom-home .about-provider .stat-list div {
  background: #f7f3fb !important;
  border: 1px solid rgba(63, 34, 111, .12) !important;
}

body.telecom-home .about-provider .stat-list span {
  color: #725f8e !important;
}

body.telecom-home .about-media:before {
  opacity: .9 !important;
  box-shadow: 0 22px 60px rgba(255, 98, 13, .18) !important;
}

body.telecom-home .faq-box {
  background:
    radial-gradient(circle at 90% 0%, rgba(255, 98, 13, .08), transparent 18rem),
    #f7f3fb !important;
  border: 1px solid rgba(63, 34, 111, .12) !important;
  box-shadow: 0 12px 30px rgba(24, 11, 46, .08) !important;
}

body.telecom-home .faq-title h2,
body.telecom-home .faq-item h3 {
  color: #3f226f !important;
}

body.telecom-home .faq-title p,
body.telecom-home .faq-content p {
  color: #5e5078 !important;
}

body.telecom-home .faq-item {
  background: #ffffff !important;
  border-color: rgba(63, 34, 111, .12) !important;
}

body.telecom-home .contact-form {
  max-width: none !important;
}

@media (max-width: 767px) {
  body.telecom-home .referral-section > .container,
  body.telecom-home .addons-section > .container,
  body.telecom-home .campaign-band > .container,
  body.telecom-home .about-provider > .container,
  body.telecom-home .faq-real > .container,
  body.telecom-home .contact-provider > .container {
    width: min(calc(100% - 24px), 1540px) !important;
  }
}

/* Final color harmony override: light campaign bridge and readable add-ons. */
body.telecom-home .referral-section.section {
  padding: clamp(38px, 5vw, 68px) 0 !important;
  background: linear-gradient(180deg, #fbfbfb 0%, #f7f3fb 44%, #ffffff 100%) !important;
}

body.telecom-home .referral-section:before,
body.telecom-home .referral-section:after {
  content: none !important;
  display: none !important;
}

body.telecom-home .referral-banner {
  width: min(100%, 1296px) !important;
  margin: 0 auto !important;
  border-radius: 14px !important;
  background: #26104d !important;
  box-shadow: 0 18px 44px rgba(24, 11, 46, .1) !important;
}

body.telecom-home .referral-banner img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
}

body.telecom-home .addons-section {
  color: #180b2e !important;
  background:
    radial-gradient(circle at 8% 14%, rgba(255, 98, 13, .08), transparent 18rem),
    linear-gradient(180deg, #ffffff 0%, #f7f3fb 100%) !important;
}

body.telecom-home .addons-section .section-heading h2 {
  color: #3f226f !important;
}

body.telecom-home .addons-section .section-heading p {
  color: #725f8e !important;
}

body.telecom-home .addon-grid {
  margin-bottom: 0 !important;
}

body.telecom-home .addon-pill {
  color: #26104d !important;
  background: #ffffff !important;
  border: 1px solid rgba(63, 34, 111, .14) !important;
  box-shadow: 0 8px 18px rgba(24, 11, 46, .06) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.telecom-home .addon-pill strong {
  display: inline !important;
  color: #26104d !important;
}

body.telecom-home .addon-pill span {
  display: inline !important;
  color: #725f8e !important;
}

body.telecom-home .addon-pill i {
  color: #fbfbfb !important;
  background: #ff620d !important;
}

body.telecom-home .addon-pill:hover {
  background: #fff7f2 !important;
  transform: translateY(-2px) !important;
}

body.telecom-home .campaign-band {
  background: linear-gradient(180deg, #f7f3fb 0%, #ffffff 100%) !important;
}

body.telecom-home .promo-stage {
  background:
    radial-gradient(circle at 76% 46%, rgba(255, 98, 13, .22), transparent 18rem),
    linear-gradient(135deg, #3f226f 0%, #26104d 100%) !important;
  border: 0 !important;
  border-radius: 22px !important;
  box-shadow: 0 16px 36px rgba(24, 11, 46, .12) !important;
}

body.telecom-home .promo-panel {
  background: rgba(251, 251, 251, .1) !important;
  border: 1px solid rgba(251, 251, 251, .14) !important;
  box-shadow: none !important;
}

body.telecom-home .about-provider {
  background:
    radial-gradient(circle at 76% 32%, rgba(255, 98, 13, .2), transparent 22rem),
    linear-gradient(180deg, #26104d 0%, #3f226f 100%) !important;
}

body.telecom-home .faq-real,
body.telecom-home .contact-provider {
  background: #fbfbfb !important;
}

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

  body.telecom-home .referral-banner {
    border-radius: 12px !important;
  }

  body.telecom-home .promo-stage {
    border-radius: 18px !important;
  }
}

/* Color harmony pass: keep campaign energy without creating one long dark block. */
body.telecom-home .referral-section.section {
  padding: clamp(38px, 5vw, 68px) 0 !important;
  background:
    linear-gradient(180deg, #fbfbfb 0%, #f7f3fb 44%, #ffffff 100%) !important;
}

body.telecom-home .referral-section:before,
body.telecom-home .referral-section:after {
  content: none !important;
  display: none !important;
}

body.telecom-home .referral-banner {
  width: min(100%, 1296px) !important;
  margin: 0 auto !important;
  border-radius: 14px !important;
  box-shadow: 0 18px 44px rgba(24, 11, 46, .1) !important;
  background: #26104d !important;
}

body.telecom-home .referral-banner img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
}

body.telecom-home .addons-section {
  color: #180b2e !important;
  background:
    radial-gradient(circle at 8% 14%, rgba(255, 98, 13, .08), transparent 18rem),
    linear-gradient(180deg, #ffffff 0%, #f7f3fb 100%) !important;
}

body.telecom-home .addons-section .section-heading h2 {
  color: #3f226f !important;
}

body.telecom-home .addons-section .section-heading p {
  color: #725f8e !important;
}

body.telecom-home .addon-grid {
  margin-bottom: 0 !important;
}

body.telecom-home .addon-pill {
  color: #26104d !important;
  background: #ffffff !important;
  border: 1px solid rgba(63, 34, 111, .14) !important;
  box-shadow: 0 8px 18px rgba(24, 11, 46, .06) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.telecom-home .addon-pill:hover {
  background: #fff7f2 !important;
  transform: translateY(-2px) !important;
}

body.telecom-home .addon-pill i {
  color: #fbfbfb !important;
  background: #ff620d !important;
}

body.telecom-home .addon-pill span {
  color: #725f8e !important;
}

body.telecom-home .campaign-band {
  background:
    linear-gradient(180deg, #f7f3fb 0%, #ffffff 100%) !important;
}

body.telecom-home .promo-stage {
  background:
    radial-gradient(circle at 76% 46%, rgba(255, 98, 13, .22), transparent 18rem),
    linear-gradient(135deg, #3f226f 0%, #26104d 100%) !important;
  border: 0 !important;
  border-radius: 22px !important;
  box-shadow: 0 16px 36px rgba(24, 11, 46, .12) !important;
}

body.telecom-home .promo-panel {
  background: rgba(251, 251, 251, .1) !important;
  border: 1px solid rgba(251, 251, 251, .14) !important;
  box-shadow: none !important;
}

body.telecom-home .about-provider {
  background:
    radial-gradient(circle at 76% 32%, rgba(255, 98, 13, .2), transparent 22rem),
    linear-gradient(180deg, #26104d 0%, #3f226f 100%) !important;
}

body.telecom-home .faq-real,
body.telecom-home .contact-provider {
  background: #fbfbfb !important;
}

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

  body.telecom-home .referral-banner {
    border-radius: 12px !important;
  }

  body.telecom-home .promo-stage {
    border-radius: 18px !important;
  }
}

/* Final referral stretch override requested by user. */
body.telecom-home .referral-section.section {
  padding: 0 !important;
}

/* Hero repair: keep campaign artwork uncropped and controls aligned. */
body.telecom-home .hero-art-img,
body.telecom-home .hero-art-slide .hero-art-img {
  height: max(300px, 42.857vw) !important;
  object-fit: cover !important;
  object-position: center center !important;
}

body.telecom-home .hero-nav {
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 14px !important;
  background: rgba(24, 11, 46, .42) !important;
  border: 1px solid rgba(255, 255, 255, .2) !important;
}

body.telecom-home .hero-prev {
  left: clamp(18px, 2.2vw, 42px) !important;
}

body.telecom-home .hero-next {
  right: clamp(18px, 2.2vw, 42px) !important;
}

body.telecom-home .hero-pagination {
  bottom: clamp(22px, 3vw, 42px) !important;
}

/* Referral banner: placed after plan comparison, before add-ons. */
.telecom-home .referral-section {
  position: relative;
  overflow: hidden;
  padding: 0 !important;
  background: #260743 !important;
}

.telecom-home .referral-section:before,
.telecom-home .referral-section:after {
  content: none !important;
  display: none !important;
}

.telecom-home .referral-section:before {
  background: none;
}

.telecom-home .referral-section:after {
  background: none;
  mix-blend-mode: normal;
  opacity: 0;
}

.telecom-home .referral-section .container {
  position: relative;
  z-index: 1;
}

.telecom-home .referral-banner {
  display: block;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  border-radius: 0;
  background: #26104d;
  border: 0;
  box-shadow: none;
}

.telecom-home .referral-banner img {
  display: block;
  width: 100%;
  height: clamp(260px, 31.25vw, 600px);
  object-fit: fill;
  object-position: center;
}

.telecom-home .referral-banner:focus-visible {
  outline: 3px solid rgba(255, 98, 13, .78);
  outline-offset: 4px;
}

@media (max-width: 767px) {
  .telecom-home .referral-section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .telecom-home .referral-banner {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    border-radius: 0;
  }

  .telecom-home .referral-banner img {
    height: clamp(150px, 38vw, 220px);
    object-fit: fill;
    object-position: center;
  }
}

/* Motion-safe reveals: visible by default, animated only after JS is ready. */
.telecom-home [data-aos],
.telecom-home [data-aos^=fade][data-aos^=fade],
.telecom-home [data-aos^=zoom][data-aos^=zoom] {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transition: none !important;
}

.telecom-home.motion-ready [data-aos].fire-reveal {
  transition:
    opacity 680ms cubic-bezier(.22, 1, .36, 1),
    transform 760ms cubic-bezier(.22, 1, .36, 1) !important;
  transition-delay: var(--reveal-delay, 0ms) !important;
}

.telecom-home.motion-ready [data-aos].fire-reveal:not(.is-revealed) {
  opacity: 0 !important;
  pointer-events: none !important;
}

.telecom-home.motion-ready [data-aos="fade-up"].fire-reveal:not(.is-revealed) {
  transform: translate3d(0, 38px, 0) !important;
}

.telecom-home.motion-ready [data-aos="fade-right"].fire-reveal:not(.is-revealed) {
  transform: translate3d(-46px, 0, 0) !important;
}

.telecom-home.motion-ready [data-aos="fade-left"].fire-reveal:not(.is-revealed) {
  transform: translate3d(46px, 0, 0) !important;
}

.telecom-home.motion-ready [data-aos="zoom-in"].fire-reveal:not(.is-revealed) {
  transform: translate3d(0, 14px, 0) scale(.94) !important;
}

.telecom-home.motion-ready [data-aos="zoom-out"].fire-reveal:not(.is-revealed) {
  transform: scale(1.05) !important;
}

.telecom-home.motion-ready [data-aos].fire-reveal.is-revealed {
  opacity: 1 !important;
  transform: none !important;
  pointer-events: auto !important;
}

@keyframes fire-header-arrive {
  from { opacity: 0; transform: translate3d(0, -18px, 0); }
  to { opacity: 1; transform: none; }
}

@keyframes fire-hero-settle {
  from { opacity: .45; transform: scale(1.035); }
  to { opacity: 1; transform: scale(1); }
}

body.telecom-home .header .container-xl {
  animation: fire-header-arrive 700ms cubic-bezier(.22, 1, .36, 1) both;
}

body.telecom-home .hero-carousel .swiper-slide-active .hero-art-img {
  animation: fire-hero-settle 900ms cubic-bezier(.22, 1, .36, 1) both;
}

.telecom-home .about-provider .container,
.telecom-home .about-provider .row,
.telecom-home .about-provider [class*="col-"] {
  transform: none !important;
}

.telecom-home .addon-pill {
  border-left: 0 !important;
  border: 1px solid rgba(251, 251, 251, .14) !important;
}

/* Impeccable layout pass: restore page rhythm after distillation. */
body.telecom-home {
  --layout-section: clamp(56px, 7vw, 88px);
  --layout-section-tight: clamp(36px, 5vw, 58px);
  --layout-heading-gap: clamp(24px, 3vw, 34px);
  --layout-card-gap: clamp(18px, 2.4vw, 28px);
}

.telecom-home .section {
  padding-top: var(--layout-section) !important;
  padding-bottom: var(--layout-section) !important;
}

.telecom-home .section-heading {
  margin-bottom: var(--layout-heading-gap) !important;
}

.telecom-home .section-heading p {
  margin-top: 12px !important;
}

.telecom-home .plans-strip {
  padding-top: var(--layout-section-tight) !important;
}

.telecom-home .plans-strip .section-heading {
  margin-bottom: 28px !important;
}

.telecom-home .plan-tabs {
  margin-bottom: var(--layout-card-gap) !important;
}

.telecom-home .plans-strip .row,
.telecom-home .service-showcase,
.telecom-home .faq-container,
.telecom-home .contact-form .row {
  row-gap: var(--layout-card-gap) !important;
}

.telecom-home .addons-section {
  padding-top: clamp(48px, 6vw, 72px) !important;
  padding-bottom: clamp(48px, 6vw, 72px) !important;
}

.telecom-home .addon-grid {
  margin-top: 0 !important;
  gap: 12px !important;
}

.telecom-home .campaign-band {
  padding-top: clamp(44px, 6vw, 72px) !important;
  padding-bottom: clamp(44px, 6vw, 72px) !important;
}

.telecom-home .promo-stage {
  display: grid !important;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr);
  align-items: center;
  gap: clamp(22px, 4vw, 42px);
  padding: clamp(28px, 4vw, 42px) !important;
}

.telecom-home .promo-stage > a {
  justify-self: start;
}

.telecom-home .about-provider .row {
  row-gap: clamp(24px, 4vw, 42px) !important;
}

.telecom-home .about-provider .stat-list {
  margin: 22px 0 !important;
}

.telecom-home .faq-box {
  padding: clamp(24px, 4vw, 38px) !important;
}

.telecom-home .contact-provider {
  padding-bottom: clamp(64px, 8vw, 104px) !important;
}

.telecom-home .contact-form {
  margin-top: var(--layout-heading-gap) !important;
}

@media (max-width: 991px) {
  .telecom-home .promo-stage {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  body.telecom-home {
    --layout-section: 54px;
    --layout-section-tight: 34px;
    --layout-heading-gap: 22px;
    --layout-card-gap: 16px;
  }

  .telecom-home .section-heading {
    text-align: left !important;
  }

  .telecom-home .plan-tabs {
    width: 100% !important;
  }
}

/* Impeccable quieter pass: keep Firelink energy, remove decorative noise. */
body.telecom-home:before,
body.telecom-home:after,
.telecom-home .telecom-hero:before,
.telecom-home .telecom-hero:after,
.telecom-home .hero-slide:before,
.telecom-home .hero-slide:after,
.telecom-home .promo-stage:before,
.telecom-home .promo-stage:after {
  content: none !important;
  display: none !important;
  animation: none !important;
}

body.telecom-home {
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 98, 13, .08), transparent 26rem),
    linear-gradient(180deg, #fff 0%, #fbfbfb 48%, #f6f3fa 100%) !important;
}

.telecom-home .header .container-xl {
  border-color: rgba(63, 34, 111, .12) !important;
  box-shadow: 0 10px 28px rgba(24, 11, 46, .08) !important;
}

.telecom-home .btn-getstarted,
.telecom-home .primary-action,
.telecom-home .telecom-plan a,
.telecom-home .campaign-card a,
.telecom-home .contact-form button {
  box-shadow: none !important;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease !important;
}

.telecom-home .btn-getstarted:hover,
.telecom-home .primary-action:hover,
.telecom-home .telecom-plan a:hover,
.telecom-home .campaign-card a:hover,
.telecom-home .contact-form button:hover {
  transform: translateY(-1px) !important;
  box-shadow: none !important;
}

.telecom-home .telecom-plan,
.telecom-home .row > div:nth-child(2) .telecom-plan,
.telecom-home .row > div:nth-child(3) .telecom-plan,
.telecom-home .row > div:nth-child(4) .telecom-plan {
  transform: none !important;
  border-color: rgba(24, 11, 46, .1) !important;
  box-shadow: 0 10px 28px rgba(24, 11, 46, .07) !important;
}

.telecom-home .row > div:nth-child(2) .telecom-plan {
  border-color: rgba(255, 98, 13, .42) !important;
}

.telecom-home .telecom-plan:hover,
.telecom-home .row > div:nth-child(2) .telecom-plan:hover,
.telecom-home .row > div:nth-child(3) .telecom-plan:hover,
.telecom-home .row > div:nth-child(4) .telecom-plan:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(255, 98, 13, .38) !important;
  box-shadow: 0 14px 34px rgba(24, 11, 46, .1) !important;
}

.telecom-home .telecom-plan:after,
.telecom-home .plan-flame,
.telecom-home .promo-float,
.promo-orbit,
.orbit-dot,
.telecom-home .signal-float,
.fire-hero-stage,
.stage-flame,
.stage-ring,
.stage-chip {
  animation: none !important;
  filter: none !important;
}

.telecom-home .promo-float,
.promo-orbit,
.orbit-dot,
.telecom-home .signal-float {
  display: none !important;
}

.telecom-home .promo-stage {
  background: linear-gradient(135deg, #3f226f 0%, #26104d 100%) !important;
  box-shadow: 0 18px 48px rgba(24, 11, 46, .16) !important;
}

.promo-panel {
  background: rgba(251, 251, 251, .1) !important;
  border-color: rgba(251, 251, 251, .16) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.telecom-home .addon-pill,
.telecom-home .faq-box,
.telecom-home .contact-form,
.telecom-home .about-photo {
  box-shadow: 0 10px 28px rgba(24, 11, 46, .07) !important;
}

.telecom-home .hero-nav {
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .telecom-home *,
  .telecom-home *:before,
  .telecom-home *:after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

/* 2026 editorial commerce pass: fewer cards, stronger Firelink hierarchy */
.telecom-home .fire-plans-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(360px, .65fr);
  gap: 18px;
  margin-top: 42px;
}

.telecom-home .fire-plan {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(63, 34, 111, .12);
  border-radius: 16px;
  background: #fff;
}

.telecom-home .fire-plan-featured {
  min-height: 650px;
  padding: clamp(34px, 4vw, 58px);
  display: flex;
  flex-direction: column;
  color: #fff;
  border: 0;
  background: #30135e;
  box-shadow: 0 30px 70px rgba(34, 12, 69, .18);
}

.telecom-home .fire-plan-featured::before {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  right: -130px;
  top: -150px;
  border-radius: 50%;
  border: 70px solid rgba(255, 98, 13, .95);
}

.telecom-home .fire-plan-topline,
.telecom-home .fire-plan-featured-grid {
  position: relative;
  z-index: 2;
}

.telecom-home .fire-plan-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.telecom-home .fire-plan-name {
  color: var(--fire-orange);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.telecom-home .fire-plan-featured .fire-plan-name {
  color: #fff;
}

.telecom-home .fire-plan-recommended {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #ffb17e;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.telecom-home .fire-plan-featured-grid {
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, .9fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: end;
  padding-top: 64px;
}

.telecom-home .fire-plan-offer > p {
  max-width: 330px;
  margin: 0 0 22px;
  color: rgba(255, 255, 255, .7);
  font-size: 1.05rem;
  line-height: 1.5;
}

.telecom-home .fire-plan-speed {
  display: flex;
  align-items: flex-end;
  gap: 9px;
  line-height: .8;
}

.telecom-home .fire-plan-speed strong {
  color: inherit;
  font-family: Manrope, sans-serif;
  font-size: clamp(4.4rem, 9vw, 8.5rem);
  font-weight: 800;
  letter-spacing: -.075em;
}

.telecom-home .fire-plan-speed span {
  padding-bottom: 12px;
  color: var(--fire-orange);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.telecom-home .fire-plan-featured .fire-plan-speed span {
  color: #ff9a5c;
}

.telecom-home .fire-plan-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-top: 30px;
}

.telecom-home .fire-plan-price small,
.telecom-home .fire-plan-price span {
  color: inherit;
  font-size: .78rem;
  font-weight: 700;
}

.telecom-home .fire-plan-price strong {
  color: inherit;
  font-family: Manrope, sans-serif;
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 800;
  letter-spacing: -.055em;
}

.telecom-home .fire-plan-details ul {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, .17);
}

.telecom-home .fire-plan-details li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 9px;
  padding: 13px 0;
  color: rgba(255, 255, 255, .9);
  border-bottom: 1px solid rgba(255, 255, 255, .17);
  font-size: .91rem;
}

.telecom-home .fire-plan-details li i {
  color: var(--fire-orange);
  font-size: 1.1rem;
}

.telecom-home .fire-plan-details > a {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 10px;
  color: #fff;
  background: var(--fire-orange);
  font-weight: 800;
  box-shadow: 0 16px 32px rgba(255, 98, 13, .24);
}

.telecom-home .fire-plan-details > small {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, .52);
  font-size: .7rem;
  text-align: center;
}

.telecom-home .fire-plan-watermark {
  position: absolute;
  left: -45px;
  bottom: -95px;
  width: 250px;
  opacity: .06;
  filter: grayscale(1) brightness(4);
  transform: rotate(-13deg);
}

.telecom-home .fire-plan-options {
  display: grid;
  gap: 12px;
}

.telecom-home .fire-plan-compact {
  padding: 24px 26px 20px;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.telecom-home .fire-plan-compact:hover {
  z-index: 2;
  border-color: rgba(255, 98, 13, .55);
  box-shadow: 0 18px 42px rgba(36, 16, 70, .1);
  transform: translateX(-5px);
}

.telecom-home .fire-plan-compact-head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 15px;
  align-items: start;
}

.telecom-home .fire-plan-compact-head p {
  margin: 7px 0 0;
  color: var(--fire-muted);
  font-size: .82rem;
  line-height: 1.35;
}

.telecom-home .fire-plan-compact .fire-plan-speed strong {
  color: var(--fire-purple);
  font-size: clamp(2.6rem, 4vw, 3.9rem);
}

.telecom-home .fire-plan-compact .fire-plan-speed span {
  padding-bottom: 5px;
  font-size: .63rem;
}

.telecom-home .fire-plan-compact ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 18px;
  margin: 20px 0 18px;
  padding: 14px 0;
  list-style: none;
  border-top: 1px solid rgba(63, 34, 111, .1);
  border-bottom: 1px solid rgba(63, 34, 111, .1);
}

.telecom-home .fire-plan-compact li {
  position: relative;
  padding-left: 12px;
  color: var(--fire-ink);
  font-size: .72rem;
  font-weight: 700;
}

.telecom-home .fire-plan-compact li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .48em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--fire-orange);
}

.telecom-home .fire-plan-compact-bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}

.telecom-home .fire-plan-compact .fire-plan-price {
  margin: 0;
  color: var(--fire-ink);
}

.telecom-home .fire-plan-compact .fire-plan-price strong {
  font-size: 2rem;
}

.telecom-home .fire-plan-compact-bottom > a {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--fire-orange);
  font-size: 1.1rem;
}

.telecom-home .plans-note {
  margin-top: 20px !important;
}

.telecom-home .campaign-band {
  overflow: hidden;
  padding: clamp(70px, 8vw, 120px) 0;
  background: #f4f1f8;
}

.telecom-home .activation-stage {
  position: relative;
  min-height: 610px;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr);
  gap: clamp(50px, 8vw, 120px);
  align-items: center;
  overflow: hidden;
  padding: clamp(44px, 6vw, 86px);
  border-radius: 18px;
  color: #fff;
  background: #260d4f;
  box-shadow: 0 35px 80px rgba(37, 13, 77, .2);
}

.telecom-home .activation-stage::before {
  content: "";
  position: absolute;
  width: 740px;
  height: 740px;
  right: -360px;
  top: -370px;
  border-radius: 50%;
  border: 105px solid var(--fire-orange);
  opacity: .9;
}

.telecom-home .activation-network {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: .72;
  mix-blend-mode: screen;
}

.telecom-home .activation-copy,
.telecom-home .activation-timeline {
  position: relative;
  z-index: 2;
}

.telecom-home .activation-kicker {
  color: #ff9a5c;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.telecom-home .activation-copy h2 {
  margin: 18px 0 24px;
  color: #fff;
  font-size: clamp(2.7rem, 5vw, 5.2rem);
  line-height: .96;
  letter-spacing: -.055em;
}

.telecom-home .activation-copy h2 em {
  color: var(--fire-orange);
  font-style: normal;
}

.telecom-home .activation-copy > p {
  max-width: 520px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, .68);
  font-size: 1rem;
  line-height: 1.65;
}

.telecom-home .activation-promise {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 30px;
}

.telecom-home .activation-promise strong {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
}

.telecom-home .activation-promise span {
  max-width: 190px;
  color: rgba(255, 255, 255, .5);
  font-size: .68rem;
  line-height: 1.35;
}

.telecom-home .activation-copy > a {
  width: fit-content;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 22px;
  border-radius: 10px;
  color: #fff;
  background: var(--fire-orange);
  font-weight: 800;
  box-shadow: 0 16px 34px rgba(255, 98, 13, .28);
}

.telecom-home .activation-timeline {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: activation;
}

.telecom-home .activation-timeline::before {
  content: "";
  position: absolute;
  top: 42px;
  bottom: 42px;
  left: 31px;
  width: 2px;
  background: linear-gradient(var(--fire-orange), rgba(255, 98, 13, .14));
}

.telecom-home .activation-timeline li {
  position: relative;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 22px;
  align-items: start;
  padding: 22px 0;
}

.telecom-home .activation-timeline li > span {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border: 2px solid var(--fire-orange);
  border-radius: 50%;
  color: #fff;
  background: #260d4f;
  font-family: Manrope, sans-serif;
  font-size: .9rem;
  font-weight: 800;
}

.telecom-home .activation-timeline small,
.telecom-home .activation-timeline strong,
.telecom-home .activation-timeline p {
  display: block;
}

.telecom-home .activation-timeline small {
  margin-bottom: 5px;
  color: #ff9a5c;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.telecom-home .activation-timeline strong {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
}

.telecom-home .activation-timeline p {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, .56);
  font-size: .82rem;
  line-height: 1.45;
}

.telecom-home .activation-flame {
  position: absolute;
  right: -45px;
  bottom: -150px;
  width: 330px;
  opacity: .045;
  filter: grayscale(1) brightness(4);
  transform: rotate(15deg);
}

@media (max-width: 1199px) {
  .telecom-home .fire-plans-layout,
  .telecom-home .activation-stage {
    grid-template-columns: 1fr;
  }

  .telecom-home .fire-plan-featured {
    min-height: 560px;
  }

  .telecom-home .fire-plan-options {
    grid-template-columns: repeat(3, 1fr);
  }

  .telecom-home .fire-plan-compact-head {
    grid-template-columns: 1fr;
  }

  .telecom-home .activation-stage {
    gap: 50px;
  }
}

@media (max-width: 767px) {
  .telecom-home .fire-plans-layout {
    margin-top: 28px;
  }

  .telecom-home .fire-plan-featured {
    min-height: 0;
    padding: 28px 22px;
  }

  .telecom-home .fire-plan-featured-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 44px;
  }

  .telecom-home .fire-plan-featured .fire-plan-speed strong {
    font-size: clamp(5rem, 25vw, 7rem);
  }

  .telecom-home .fire-plan-options {
    grid-template-columns: 1fr;
  }

  .telecom-home .fire-plan-compact:hover {
    transform: translateY(-3px);
  }

  .telecom-home .activation-stage {
    min-height: 0;
    margin-inline: -2px;
    padding: 42px 22px;
    border-radius: 14px;
  }

  .telecom-home .activation-copy h2 {
    font-size: clamp(2.8rem, 13vw, 4rem);
  }

  .telecom-home .activation-copy > a {
    width: 100%;
    justify-content: center;
  }

  .telecom-home .activation-timeline li {
    grid-template-columns: 52px 1fr;
    gap: 16px;
  }

  .telecom-home .activation-timeline li > span {
    width: 52px;
    height: 52px;
  }

  .telecom-home .activation-timeline::before {
    left: 25px;
  }
}

/* Absolute final hero layout: new full banners below the menu, no purple page bed. */
body.telecom-home .telecom-hero {
  min-height: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  position: relative !important;
  background: #16072f !important;
  background-color: #16072f !important;
  overflow: hidden !important;
}

body.telecom-home .hero-carousel,
body.telecom-home .hero-carousel .swiper-wrapper,
body.telecom-home .hero-carousel .swiper-slide,
body.telecom-home .hero-art-slide {
  min-height: auto !important;
  height: auto !important;
  background: #fff !important;
  background-color: #fff !important;
}

body.telecom-home .hero-art-slide {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: center !important;
  padding: 0 !important;
  overflow: hidden !important;
}

body.telecom-home .hero-art-slide:before,
body.telecom-home .hero-art-slide:after,
body.telecom-home .hero-art-slide .container:after {
  content: none !important;
  display: none !important;
}

body.telecom-home .hero-art-slide .container {
  width: 100vw !important;
  max-width: none !important;
  padding: 0 !important;
  overflow: hidden !important;
}

body.telecom-home .hero-art-img,
body.telecom-home .hero-art-slide .hero-art-img {
  width: 100vw !important;
  height: 42.857vw !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: 21 / 9 !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center center !important;
  margin-left: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.telecom-home .hero-pagination {
  bottom: 34px !important;
}

body.telecom-home .hero-nav {
  top: min(42vw, 50vh) !important;
}

body.telecom-home #hero:before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  inset: 0 0 auto 0 !important;
  height: 152px !important;
  z-index: 3 !important;
  pointer-events: none !important;
  background:
    linear-gradient(180deg, rgba(20, 7, 47, .5) 0%, rgba(20, 7, 47, .22) 52%, rgba(20, 7, 47, 0) 100%),
    radial-gradient(circle at 50% 0%, rgba(255, 98, 13, .22), transparent 42%) !important;
}

body.telecom-home .header {
  background: transparent !important;
  box-shadow: none !important;
}

body.telecom-home .header .container-xl {
  background: #fff !important;
  box-shadow: 0 18px 44px rgba(20, 7, 47, .18) !important;
  border-color: rgba(255, 98, 13, .2) !important;
}

@media (max-width: 991px) {
  body.telecom-home .hero-art-slide {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  body.telecom-home .hero-art-slide .container {
    width: 100vw !important;
  }

  body.telecom-home .hero-art-img,
  body.telecom-home .hero-art-slide .hero-art-img {
    max-height: none !important;
    height: 42.857vw !important;
    min-height: 0 !important;
    width: 100vw !important;
    margin-left: 0 !important;
    border-radius: 0 !important;
  }
}

@media (max-width: 575px) {
  body.telecom-home .hero-art-slide {
    padding-top: 0 !important;
  }

  body.telecom-home .hero-pagination {
    bottom: 22px !important;
  }
}

/* Final full-art hero: use the generated banners intact below the menu. */
.telecom-home .telecom-hero {
  min-height: auto !important;
  padding: 0 !important;
  background: #fff !important;
  overflow: hidden !important;
}

.telecom-home .hero-carousel,
.telecom-home .hero-carousel .swiper-wrapper,
.telecom-home .hero-carousel .swiper-slide,
.telecom-home .hero-art-slide {
  min-height: auto !important;
  background: #fff !important;
}

.telecom-home .hero-art-slide {
  display: flex !important;
  align-items: flex-start !important;
  padding: 118px 0 22px !important;
}

.telecom-home .hero-art-slide:before,
.telecom-home .hero-art-slide:after,
.telecom-home .hero-art-slide .container:after {
  content: none !important;
  display: none !important;
}

.telecom-home .hero-art-slide .container {
  width: min(100% - 32px, 1540px) !important;
  max-width: 1540px !important;
  padding: 0 !important;
}

.telecom-home .hero-art-img,
.hero-art-img {
  width: 100% !important;
  height: auto !important;
  max-height: calc(100vh - 152px) !important;
  aspect-ratio: 1916 / 821 !important;
  display: block !important;
  object-fit: contain !important;
  object-position: center center !important;
  border-radius: clamp(18px, 2vw, 34px) !important;
  box-shadow: none !important;
}

.telecom-home .hero-pagination {
  bottom: 34px !important;
}

.telecom-home .hero-nav {
  top: calc(118px + min(21.4vw, 38vh)) !important;
}

@media (max-width: 991px) {
  .telecom-home .hero-art-slide {
    padding-top: 104px !important;
    padding-bottom: 18px !important;
  }

  .telecom-home .hero-art-slide .container {
    width: calc(100% - 20px) !important;
  }

  .telecom-home .hero-art-img,
  .hero-art-img {
    max-height: calc(100vh - 126px) !important;
    border-radius: 22px !important;
  }
}

@media (max-width: 575px) {
  .telecom-home .hero-art-slide {
    padding-top: 96px !important;
  }

  .telecom-home .hero-pagination {
    bottom: 22px !important;
  }
}

/* Truly final hero sizing: full browser width, no text crop on desktop. */
.telecom-home .telecom-hero,
.telecom-home .hero-carousel,
.telecom-home .hero-carousel .swiper-wrapper,
.telecom-home .hero-carousel .swiper-slide,
.telecom-home .hero-art-slide {
  min-height: 0 !important;
  height: auto !important;
}

.telecom-home .hero-art-slide {
  padding: 118px 0 0 !important;
}

.telecom-home .hero-art-slide .container {
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}

.telecom-home .hero-art-slide .hero-art-img {
  position: static !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

@media (max-width: 575px) {
  .telecom-home .hero-art-slide {
    padding-top: 96px !important;
  }

  .telecom-home .hero-art-slide .hero-art-img {
    height: 360px !important;
    object-fit: cover !important;
  }
}

/* Truly final hero sizing: full browser width, no text crop on desktop. */
.telecom-home .telecom-hero,
.telecom-home .hero-carousel,
.telecom-home .hero-carousel .swiper-wrapper,
.telecom-home .hero-carousel .swiper-slide,
.telecom-home .hero-art-slide {
  min-height: 0 !important;
  height: auto !important;
}

.telecom-home .hero-art-slide {
  padding: 0 !important;
}

.telecom-home .hero-art-slide .container {
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}

.telecom-home .hero-art-slide .hero-art-img {
  position: static !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

@media (max-width: 575px) {
  .telecom-home .hero-art-slide .hero-art-img {
    height: 360px !important;
    object-fit: cover !important;
  }
}

/* Truly final hero sizing: full browser width, no text crop on desktop. */
.telecom-home .telecom-hero,
.telecom-home .hero-carousel,
.telecom-home .hero-carousel .swiper-wrapper,
.telecom-home .hero-carousel .swiper-slide,
.telecom-home .hero-art-slide {
  min-height: 0 !important;
  height: auto !important;
}

.telecom-home .hero-art-slide {
  padding: 0 !important;
}

.telecom-home .hero-art-slide .container {
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}

.telecom-home .hero-art-slide .hero-art-img {
  position: static !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

@media (max-width: 575px) {
  .telecom-home .hero-art-slide .hero-art-img {
    height: 360px !important;
    object-fit: cover !important;
  }
}

/* Absolute final: full-width artwork hero, preserving banner text. */
.telecom-home .telecom-hero,
.telecom-home .hero-carousel,
.telecom-home .hero-carousel .swiper-wrapper,
.telecom-home .hero-carousel .swiper-slide,
.telecom-home .hero-art-slide {
  min-height: auto !important;
  height: auto !important;
}

.telecom-home .telecom-hero {
  padding: 0 !important;
  background: #1c0a35 !important;
}

.telecom-home .hero-art-slide {
  padding: 0 !important;
  background: #1c0a35 !important;
}

.telecom-home .hero-art-slide .container {
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}

.hero-art-img {
  position: static !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1416 / 328;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.telecom-home .hero-art-slide .container:after {
  content: none !important;
}

.telecom-home .hero-pagination {
  bottom: 18px !important;
}

@media (max-width: 575px) {
  .hero-art-img {
    height: 360px !important;
    aspect-ratio: auto;
    object-fit: cover !important;
    object-position: 34% center !important;
  }

  .telecom-home .hero-art-slide:nth-child(2) .hero-art-img {
    object-position: 45% center !important;
  }

  .telecom-home .hero-art-slide:nth-child(3) .hero-art-img {
    object-position: 32% center !important;
  }
}

/* Kill the full-width header haze from the base template. */
body.telecom-home .header,
body.fire-home .header,
body.index-page .header {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border: 0 !important;
}

body.telecom-home .header:before,
body.telecom-home .header:after,
body.fire-home .header:before,
body.fire-home .header:after,
body.index-page .header:before,
body.index-page .header:after {
  content: none !important;
  display: none !important;
}

body.telecom-home .header .container-xl {
  background: #fff !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* Full-width hero art without cropping the embedded text. */
.telecom-home .telecom-hero,
.telecom-home .hero-carousel,
.telecom-home .hero-carousel .swiper-wrapper,
.telecom-home .hero-carousel .swiper-slide,
.telecom-home .hero-art-slide {
  min-height: auto !important;
}

.telecom-home .telecom-hero {
  padding: 0 !important;
  background: #1c0a35 !important;
}

.telecom-home .hero-art-slide {
  align-items: stretch !important;
  padding: 0 !important;
  background: #1c0a35 !important;
}

.telecom-home .hero-art-slide .container {
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}

.hero-art-img {
  position: static !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1416 / 328;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.telecom-home .hero-art-slide .container:after {
  content: none !important;
}

.telecom-home .hero-pagination {
  bottom: 18px !important;
}

@media (max-width: 575px) {
  .hero-art-img {
    height: 360px !important;
    aspect-ratio: auto;
    object-fit: cover !important;
    object-position: 34% center !important;
  }

  .telecom-home .hero-art-slide:nth-child(2) .hero-art-img {
    object-position: 45% center !important;
  }

  .telecom-home .hero-art-slide:nth-child(3) .hero-art-img {
    object-position: 32% center !important;
  }
}

/* Full-bleed image hero. */
.telecom-home .telecom-hero,
.telecom-home .hero-carousel,
.telecom-home .hero-carousel .swiper-wrapper,
.telecom-home .hero-carousel .swiper-slide {
  min-height: 0 !important;
  height: auto !important;
}

.telecom-home .telecom-hero {
  background: #18082f;
}

.telecom-home .hero-art-slide {
  position: relative;
  min-height: 0 !important;
  height: auto !important;
  padding: 0 !important;
  overflow: hidden;
  background: #18082f;
}

.telecom-home .hero-art-slide .container {
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}

.hero-art-img {
  position: static !important;
  inset: 0;
  width: 100%;
  height: auto !important;
  object-fit: contain;
  object-position: center;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.telecom-home .hero-art-slide:nth-child(1) .hero-art-img {
  object-position: center center;
}

.telecom-home .hero-art-slide:nth-child(2) .hero-art-img {
  object-position: center center;
}

.telecom-home .hero-art-slide:nth-child(3) .hero-art-img {
  object-position: center center;
}

.telecom-home .hero-art-slide .container:after {
  content: none !important;
}

.telecom-home .hero-pagination {
  bottom: 28px !important;
}

@media (max-width: 991px) {
  .telecom-home .telecom-hero,
  .telecom-home .hero-carousel,
  .telecom-home .hero-carousel .swiper-wrapper,
  .telecom-home .hero-carousel .swiper-slide,
  .telecom-home .hero-art-slide {
    min-height: 640px !important;
  }
}

@media (max-width: 575px) {
  .telecom-home .telecom-hero,
  .telecom-home .hero-carousel,
  .telecom-home .hero-carousel .swiper-wrapper,
  .telecom-home .hero-carousel .swiper-slide,
  .telecom-home .hero-art-slide {
    min-height: 620px !important;
  }

  .hero-art-img {
    object-position: 36% center;
  }

  .telecom-home .hero-art-slide:nth-child(2) .hero-art-img {
    object-position: 50% center;
  }

  .telecom-home .hero-art-slide:nth-child(3) .hero-art-img {
    object-position: 38% center;
  }
}

/* Image-banner hero carousel. */
.telecom-home .telecom-hero,
.telecom-home .hero-carousel,
.telecom-home .hero-carousel .swiper-wrapper,
.telecom-home .hero-carousel .swiper-slide {
  min-height: 520px;
}

.telecom-home .telecom-hero {
  padding: 0;
  background: #f5f6fa;
}

.telecom-home .hero-art-slide {
  display: flex;
  align-items: center;
  padding: 116px 0 54px;
  background: #f5f6fa;
}

.telecom-home .hero-art-slide:before,
.telecom-home .hero-art-slide:after {
  content: none;
}

.telecom-home .hero-art-slide .container {
  position: relative;
  z-index: 2;
}

.hero-art-img {
  width: 100%;
  height: clamp(300px, 25vw, 344px);
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 34px;
  box-shadow: 0 26px 70px rgba(24, 11, 46, .14);
}

.telecom-home .hero-art-slide:nth-child(1) .hero-art-img {
  object-position: center;
}

.telecom-home .hero-art-slide:nth-child(2) .hero-art-img {
  object-position: center;
}

.telecom-home .hero-art-slide:nth-child(3) .hero-art-img {
  object-position: center;
}

.telecom-home .hero-art-slide .container:after {
  content: "";
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: -12px;
  height: 22px;
  border-radius: 999px;
  background: rgba(255, 98, 13, .22);
  filter: blur(18px);
  z-index: -1;
}

.telecom-home .hero-nav {
  border-color: rgba(24, 11, 46, .1);
  color: #fff;
  background: rgba(24, 11, 46, .34);
}

.telecom-home .hero-pagination {
  bottom: 24px !important;
}

@media (max-width: 991px) {
  .telecom-home .telecom-hero,
  .telecom-home .hero-carousel,
  .telecom-home .hero-carousel .swiper-wrapper,
  .telecom-home .hero-carousel .swiper-slide {
    min-height: 490px;
  }

  .telecom-home .hero-art-slide {
    padding: 104px 0 44px;
  }

  .hero-art-img {
    height: 340px;
    border-radius: 26px;
  }
}

@media (max-width: 575px) {
  .telecom-home .telecom-hero,
  .telecom-home .hero-carousel,
  .telecom-home .hero-carousel .swiper-wrapper,
  .telecom-home .hero-carousel .swiper-slide {
    min-height: 470px;
  }

  .telecom-home .hero-art-slide {
    padding: 96px 0 42px;
  }

  .telecom-home .hero-art-slide .container {
    width: calc(100% - 20px);
  }

  .hero-art-img {
    height: 330px;
    border-radius: 22px;
    object-position: left center;
  }

  .telecom-home .hero-art-slide:nth-child(2) .hero-art-img {
    object-position: 42% center;
  }

  .telecom-home .hero-art-slide:nth-child(3) .hero-art-img {
    object-position: left center;
  }

  .telecom-home .hero-nav {
    display: none;
  }
}

/* Real-business polish: calmer movement, less template rounding. */
body.telecom-home .header .container-xl {
  border-radius: 18px !important;
  min-height: 68px;
}

.telecom-home .btn-getstarted,
.telecom-home .primary-action,
.telecom-home .secondary-action,
.telecom-home .telecom-plan a {
  border-radius: 12px;
}

.telecom-home .hero-carousel .swiper-slide {
  transition-timing-function: ease;
}

.fire-hero-stage:before {
  opacity: .78;
  animation-duration: 7.5s;
}

.fire-hero-stage:after {
  opacity: .9;
  animation-duration: 24s;
}

.stage-ring {
  opacity: .75;
  animation-duration: 34s;
}

.stage-ring:before {
  opacity: .65;
}

.stage-flame {
  animation-duration: 8.5s;
}

.stage-chip {
  animation-duration: 12s;
  box-shadow: 0 16px 34px rgba(20, 8, 45, .2), 0 8px 22px rgba(255, 98, 13, .14);
}

.chip-wifi {
  animation-duration: 13s;
}

.chip-latency {
  animation-duration: 12.5s;
}

.chip-support {
  animation-duration: 13.5s;
}

.chip-coverage {
  animation-duration: 14s;
}

.plans-note {
  max-width: 780px;
  margin: 28px auto 0;
  color: rgba(24, 11, 46, .58);
  font-size: 13px;
  line-height: 1.55;
  text-align: center;
}

.telecom-home .telecom-plan em {
  line-height: 1.35;
}

.benefit-marquee .marquee-track {
  animation-duration: 32s;
}

@media (max-width: 575px) {
  body.telecom-home .header .container-xl {
    border-radius: 14px !important;
  }

  .plans-note {
    padding: 0 12px;
    font-size: 12px;
  }
}

/* Plan CTA polish: separate WhatsApp icon from the label. */
.telecom-home .telecom-plan a {
  min-height: 52px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 34px;
  align-items: center;
  justify-items: center;
  gap: 8px;
  border-radius: 12px;
  padding: 0 10px;
  background: linear-gradient(135deg, #ff620d, #ff7418);
  color: #fff;
  font-size: 14px;
  font-weight: var(--type-button-weight);
  line-height: 1;
  box-shadow: inset 0 -2px 0 rgba(112, 35, 0, .16);
}

/* Typography normalization: consistent weight by semantic role. */
.telecom-home .navmenu a,
.telecom-home .btn-getstarted,
.telecom-home .primary-action,
.telecom-home .secondary-action,
.telecom-home .telecom-plan a,
.telecom-home .campaign-card a,
.telecom-home .app-card a,
.telecom-home .plan-tabs button,
.telecom-home .addon-pill,
.telecom-home .quick-grid a,
.telecom-home .contact-form button {
  font-weight: var(--type-button-weight) !important;
  letter-spacing: 0 !important;
}

.telecom-home .contact-form button {
  text-transform: none !important;
}

.telecom-home .stat-list span {
  font-weight: var(--type-body-weight);
}

.telecom-home .telecom-plan a i {
  width: 30px;
  height: 30px;
  display: grid;
  grid-column: 1;
  place-items: center;
  border-radius: 10px;
  background: #fff;
  color: #ff620d;
  font-size: 17px;
  line-height: 1;
}

.telecom-home .telecom-plan a::after {
  content: "";
  width: 30px;
  height: 30px;
  grid-column: 3;
}

.telecom-home .telecom-plan a:hover {
  transform: translateY(-2px);
  box-shadow: inset 0 -2px 0 rgba(112, 35, 0, .16), 0 12px 24px rgba(255, 98, 13, .22);
}

/* Absolute final hero cleanup. */
.telecom-home .header .container-xl {
  background: #fff;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.telecom-home .header .container-xl:after {
  content: none;
}

.fire-hero-stage:after {
  width: 510px;
  opacity: 1;
  background:
    radial-gradient(circle at 50% 0%, #ff620d 0 7px, transparent 8px),
    radial-gradient(circle at 70% 5%, #ff8b33 0 4px, transparent 5px),
    radial-gradient(circle at 88% 22%, #ff620d 0 6px, transparent 7px),
    radial-gradient(circle at 100% 50%, #ff620d 0 8px, transparent 9px),
    radial-gradient(circle at 88% 78%, #ff8b33 0 6px, transparent 7px),
    radial-gradient(circle at 68% 96%, rgba(255, 255, 255, .82) 0 5px, transparent 6px),
    radial-gradient(circle at 50% 100%, #ff620d 0 5px, transparent 6px),
    radial-gradient(circle at 30% 95%, #ff8b33 0 5px, transparent 6px),
    radial-gradient(circle at 12% 78%, #ff620d 0 5px, transparent 6px),
    radial-gradient(circle at 0% 50%, rgba(255, 255, 255, .78) 0 5px, transparent 6px),
    radial-gradient(circle at 12% 22%, #ff8b33 0 5px, transparent 6px),
    radial-gradient(circle at 30% 5%, rgba(255, 255, 255, .72) 0 4px, transparent 5px);
  filter: none;
  animation: orbit-spin 13s linear infinite;
}

.stage-ring:after {
  width: 9px;
  height: 9px;
  right: 74px;
  top: 46px;
  box-shadow:
    0 0 18px rgba(255, 98, 13, .9),
    -76px -38px 0 -2px rgba(255, 137, 51, .9),
    -168px -14px 0 -3px rgba(255, 255, 255, .82),
    -278px 102px 0 -2px rgba(255, 98, 13, .86),
    -300px 230px 0 -3px rgba(255, 255, 255, .74),
    -216px 318px 0 -2px rgba(255, 137, 51, .9),
    -72px 356px 0 -3px rgba(255, 98, 13, .82),
    66px 278px 0 -2px rgba(255, 255, 255, .78),
    102px 146px 0 -3px rgba(255, 137, 51, .9);
}

/* Final cleanup: no orange blades, only orbit dots and a clean menu. */
.telecom-home .header .container-xl {
  background: #fff;
  border-color: rgba(255, 98, 13, .22);
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.telecom-home .header .container-xl:after {
  content: none;
}

.fire-hero-stage:after {
  width: 500px;
  opacity: 1;
  background:
    radial-gradient(circle at 50% 0%, #ff620d 0 7px, transparent 8px),
    radial-gradient(circle at 78% 12%, #ff8b33 0 5px, transparent 6px),
    radial-gradient(circle at 96% 45%, #ff620d 0 8px, transparent 9px),
    radial-gradient(circle at 82% 84%, #ff8b33 0 6px, transparent 7px),
    radial-gradient(circle at 50% 100%, rgba(255, 255, 255, .78) 0 5px, transparent 6px),
    radial-gradient(circle at 18% 84%, #ff620d 0 5px, transparent 6px),
    radial-gradient(circle at 4% 45%, rgba(255, 255, 255, .7) 0 5px, transparent 6px),
    radial-gradient(circle at 22% 12%, #ff8b33 0 5px, transparent 6px);
  filter: drop-shadow(0 0 18px rgba(255, 98, 13, .3));
  animation: orbit-spin 16s linear infinite;
}

.stage-ring:after {
  width: 10px;
  height: 10px;
  right: 74px;
  top: 46px;
  box-shadow:
    0 0 24px rgba(255, 98, 13, .9),
    -92px -34px 0 -2px rgba(255, 137, 51, .9),
    -260px 104px 0 -2px rgba(255, 255, 255, .75),
    -226px 270px 0 -1px rgba(255, 98, 13, .85),
    -52px 352px 0 -2px rgba(255, 137, 51, .9),
    80px 254px 0 -1px rgba(255, 255, 255, .72);
}

/* Firelink Orbit v2: connection core with balanced animated satellites. */
.telecom-home .hero-slide .row {
  min-height: 500px;
}

.telecom-home .hero-slide:before {
  background:
    radial-gradient(circle at 77% 45%, rgba(255, 98, 13, .56), transparent 19rem),
    radial-gradient(circle at 64% 24%, rgba(255, 137, 51, .22), transparent 18rem),
    linear-gradient(90deg, rgba(18, 7, 39, .99) 0%, rgba(43, 18, 82, .86) 46%, rgba(62, 24, 84, .5) 100%),
    linear-gradient(180deg, rgba(18, 7, 39, .08), rgba(18, 7, 39, .58));
}

.fire-hero-stage {
  width: min(560px, 100%);
  min-height: 500px;
  margin-left: auto;
  transform: none;
}

.fire-hero-stage:before {
  width: 390px;
  background:
    radial-gradient(circle, rgba(255, 98, 13, .72) 0 15%, rgba(255, 98, 13, .24) 36%, rgba(255, 98, 13, .08) 56%, transparent 70%);
  filter: blur(18px);
  animation: orbit-core-glow 4.8s ease-in-out infinite;
}

.fire-hero-stage:after {
  width: 500px;
  opacity: .72;
  background:
    conic-gradient(from 0deg, transparent 0 8%, rgba(255, 98, 13, .9) 9% 11%, transparent 12% 22%, rgba(255, 255, 255, .42) 23% 24%, transparent 25% 47%, rgba(255, 137, 51, .8) 48% 50%, transparent 51% 73%, rgba(255, 255, 255, .28) 74% 75%, transparent 76% 100%);
  animation: orbit-spin 18s linear infinite;
}

.stage-flame {
  width: 250px;
  z-index: 5;
  filter:
    drop-shadow(0 28px 44px rgba(0, 0, 0, .36))
    drop-shadow(0 0 58px rgba(255, 98, 13, .5));
  animation: orbit-core-float 6s ease-in-out infinite;
}

.stage-ring {
  width: 440px;
  border-color: rgba(255, 255, 255, .28);
  animation: orbit-spin 22s linear infinite;
}

.stage-ring:before {
  inset: 58px;
  border-color: rgba(255, 98, 13, .48);
}

.stage-ring:after {
  right: 74px;
  top: 46px;
  width: 16px;
  height: 16px;
  box-shadow:
    0 0 28px rgba(255, 98, 13, .95),
    -280px 118px 0 -5px rgba(255, 137, 51, .82),
    -112px 342px 0 -4px rgba(255, 255, 255, .7),
    58px 272px 0 -5px rgba(255, 98, 13, .76);
}

.stage-chip {
  min-width: 188px;
  max-width: 230px;
  min-height: 72px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  column-gap: 11px;
  row-gap: 2px;
  align-items: center;
  border-radius: 18px;
  padding: 11px 13px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 239, 228, .92));
  box-shadow:
    0 22px 48px rgba(20, 8, 45, .24),
    0 12px 32px rgba(255, 98, 13, .17);
  animation-duration: 8s;
}

.stage-chip i {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  font-size: 22px;
  grid-row: 1 / span 2;
  grid-column: 1;
}

.stage-chip strong {
  display: block;
  grid-column: 2;
  min-width: 0;
  font-size: 17px;
  line-height: 1.05;
}

.stage-chip span {
  display: block;
  grid-column: 2;
  min-width: 0;
  font-size: 11px;
  line-height: 1.1;
}

.chip-speed {
  left: 52px;
  top: 28px;
  animation-name: orbit-card-a;
}

.chip-wifi {
  right: 0;
  top: 142px;
  animation-name: orbit-card-b;
}

.chip-latency {
  left: 88px;
  bottom: 34px;
  animation-name: orbit-card-c;
}

.chip-support {
  right: 28px;
  bottom: 82px;
  animation-name: orbit-card-d;
  animation-delay: .35s;
}

.chip-coverage {
  left: -4px;
  top: 200px;
  animation-name: orbit-card-e;
  animation-delay: .65s;
}

@keyframes orbit-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes orbit-core-glow {
  0%, 100% {
    opacity: .82;
    transform: scale(.96);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
}

@keyframes orbit-core-float {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(-1deg);
  }
  50% {
    transform: translate3d(0, -12px, 0) rotate(1.5deg);
  }
}

@keyframes orbit-card-a {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-1deg); }
  50% { transform: translate3d(16px, -14px, 20px) rotate(1deg); }
}

@keyframes orbit-card-b {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(1deg); }
  50% { transform: translate3d(-18px, 12px, 20px) rotate(-1deg); }
}

@keyframes orbit-card-c {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(.8deg); }
  50% { transform: translate3d(-14px, -12px, 16px) rotate(-.8deg); }
}

@keyframes orbit-card-d {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-.6deg); }
  50% { transform: translate3d(14px, 13px, 16px) rotate(.8deg); }
}

@keyframes orbit-card-e {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(.6deg); }
  50% { transform: translate3d(18px, -8px, 14px) rotate(-.8deg); }
}

@media (max-width: 1199px) {
  .fire-hero-stage {
    width: min(500px, 100%);
    transform: translateX(-18px) scale(.94);
  }

  .stage-chip {
    min-width: 170px;
    max-width: 210px;
  }

  .chip-speed {
    left: 48px;
  }

  .chip-coverage {
    left: 10px;
  }
}

@media (max-width: 991px) {
  .fire-hero-stage {
    display: none;
  }
}

/* Final user-directed cleanup: dots only, no orange blades, plain menu. */
.telecom-home .header .container-xl {
  background: #fff;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.telecom-home .header .container-xl:after {
  content: none;
}

.fire-hero-stage:after {
  width: 510px;
  opacity: 1;
  background:
    radial-gradient(circle at 50% 0%, #ff620d 0 7px, transparent 8px),
    radial-gradient(circle at 70% 5%, #ff8b33 0 4px, transparent 5px),
    radial-gradient(circle at 88% 22%, #ff620d 0 6px, transparent 7px),
    radial-gradient(circle at 100% 50%, #ff620d 0 8px, transparent 9px),
    radial-gradient(circle at 88% 78%, #ff8b33 0 6px, transparent 7px),
    radial-gradient(circle at 68% 96%, rgba(255, 255, 255, .82) 0 5px, transparent 6px),
    radial-gradient(circle at 50% 100%, #ff620d 0 5px, transparent 6px),
    radial-gradient(circle at 30% 95%, #ff8b33 0 5px, transparent 6px),
    radial-gradient(circle at 12% 78%, #ff620d 0 5px, transparent 6px),
    radial-gradient(circle at 0% 50%, rgba(255, 255, 255, .78) 0 5px, transparent 6px),
    radial-gradient(circle at 12% 22%, #ff8b33 0 5px, transparent 6px),
    radial-gradient(circle at 30% 5%, rgba(255, 255, 255, .72) 0 4px, transparent 5px);
  filter: none;
  animation: orbit-spin 13s linear infinite;
}

.stage-ring:after {
  width: 9px;
  height: 9px;
  right: 74px;
  top: 46px;
  box-shadow:
    0 0 18px rgba(255, 98, 13, .9),
    -76px -38px 0 -2px rgba(255, 137, 51, .9),
    -168px -14px 0 -3px rgba(255, 255, 255, .82),
    -278px 102px 0 -2px rgba(255, 98, 13, .86),
    -300px 230px 0 -3px rgba(255, 255, 255, .74),
    -216px 318px 0 -2px rgba(255, 137, 51, .9),
    -72px 356px 0 -3px rgba(255, 98, 13, .82),
    66px 278px 0 -2px rgba(255, 255, 255, .78),
    102px 146px 0 -3px rgba(255, 137, 51, .9);
}

/* Final color harmony override: light campaign bridge and readable add-ons. */
body.telecom-home .referral-section.section {
  padding: clamp(38px, 5vw, 68px) 0 !important;
  background: linear-gradient(180deg, #fbfbfb 0%, #f7f3fb 44%, #ffffff 100%) !important;
}

body.telecom-home .referral-section:before,
body.telecom-home .referral-section:after {
  content: none !important;
  display: none !important;
}

body.telecom-home .referral-banner {
  width: min(100%, 1296px) !important;
  margin: 0 auto !important;
  border-radius: 14px !important;
  background: #26104d !important;
  box-shadow: 0 18px 44px rgba(24, 11, 46, .1) !important;
}

body.telecom-home .referral-banner img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
}

body.telecom-home .addons-section {
  color: #180b2e !important;
  background:
    radial-gradient(circle at 8% 14%, rgba(255, 98, 13, .08), transparent 18rem),
    linear-gradient(180deg, #ffffff 0%, #f7f3fb 100%) !important;
}

body.telecom-home .addons-section .section-heading h2 {
  color: #3f226f !important;
}

body.telecom-home .addons-section .section-heading p {
  color: #725f8e !important;
}

body.telecom-home .addon-grid {
  margin-bottom: 0 !important;
}

body.telecom-home .addon-pill {
  color: #26104d !important;
  background: #ffffff !important;
  border: 1px solid rgba(63, 34, 111, .14) !important;
  box-shadow: 0 8px 18px rgba(24, 11, 46, .06) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.telecom-home .addon-pill strong {
  display: inline !important;
  color: #26104d !important;
}

body.telecom-home .addon-pill span {
  display: inline !important;
  color: #725f8e !important;
}

body.telecom-home .addon-pill i {
  color: #fbfbfb !important;
  background: #ff620d !important;
}

body.telecom-home .addon-pill:hover {
  background: #fff7f2 !important;
  transform: translateY(-2px) !important;
}

body.telecom-home .campaign-band {
  background: linear-gradient(180deg, #f7f3fb 0%, #ffffff 100%) !important;
}

body.telecom-home .promo-stage {
  background:
    radial-gradient(circle at 76% 46%, rgba(255, 98, 13, .22), transparent 18rem),
    linear-gradient(135deg, #3f226f 0%, #26104d 100%) !important;
  border: 0 !important;
  border-radius: 22px !important;
  box-shadow: 0 16px 36px rgba(24, 11, 46, .12) !important;
}

body.telecom-home .promo-panel {
  background: rgba(251, 251, 251, .1) !important;
  border: 1px solid rgba(251, 251, 251, .14) !important;
  box-shadow: none !important;
}

body.telecom-home .about-provider {
  background:
    radial-gradient(circle at 76% 32%, rgba(255, 98, 13, .2), transparent 22rem),
    linear-gradient(180deg, #26104d 0%, #3f226f 100%) !important;
}

body.telecom-home .faq-real,
body.telecom-home .contact-provider {
  background: #fbfbfb !important;
}

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

  body.telecom-home .referral-banner {
    border-radius: 12px !important;
  }

  body.telecom-home .promo-stage {
    border-radius: 18px !important;
  }
}

/* FINAL TRUE END: user layout request - wider sections and white provider block. */
body.telecom-home .referral-section > .container,
body.telecom-home .addons-section > .container,
body.telecom-home .campaign-band > .container,
body.telecom-home .about-provider > .container,
body.telecom-home .faq-real > .container,
body.telecom-home .contact-provider > .container {
  width: min(calc(100% - 48px), 1540px) !important;
  max-width: none !important;
}

body.telecom-home,
body.telecom-home .main,
body.telecom-home .referral-section.section,
body.telecom-home .addons-section,
body.telecom-home .campaign-band,
body.telecom-home .about-provider,
body.telecom-home .faq-real,
body.telecom-home .contact-provider {
  background: #fbfbfb !important;
  background-color: #fbfbfb !important;
  background-image: none !important;
}

body.telecom-home .referral-banner {
  width: min(100%, 1540px) !important;
}

body.telecom-home .addon-grid {
  justify-content: flex-start !important;
  gap: 0 !important;
  overflow: hidden;
  border: 1px solid rgba(63, 34, 111, .13);
  border-radius: 18px !important;
  background: #ffffff;
}

body.telecom-home .addon-pill {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.telecom-home .addon-pill + .addon-pill {
  border-left: 1px solid rgba(63, 34, 111, .11) !important;
}

body.telecom-home .addon-pill:hover {
  background: color-mix(in srgb, var(--fire-orange) 6%, #ffffff) !important;
  transform: none !important;
}

body.telecom-home .campaign-band {
  padding-top: clamp(48px, 6vw, 76px) !important;
  padding-bottom: clamp(48px, 6vw, 76px) !important;
}

body.telecom-home .promo-stage {
  min-height: 340px !important;
  padding: clamp(34px, 4.6vw, 58px) !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 98, 13, .26), transparent 20rem),
    linear-gradient(132deg, var(--fire-purple) 0%, var(--fire-purple-2) 72%) !important;
  box-shadow: 0 20px 48px rgba(24, 11, 46, .14) !important;
}

body.telecom-home .about-provider {
  background:
    radial-gradient(circle at 82% 38%, rgba(255, 98, 13, .1), transparent 20rem),
    linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%) !important;
  color: #180b2e !important;
}

body.telecom-home .about-provider .mini-label {
  color: #ff620d !important;
  background: #fff1e9 !important;
  border-color: rgba(255, 98, 13, .28) !important;
}

body.telecom-home .about-provider h2 {
  color: #3f226f !important;
}

body.telecom-home .about-provider p {
  color: #4b3c67 !important;
}

body.telecom-home .about-provider .stat-list div {
  background: #f7f3fb !important;
  border: 1px solid rgba(63, 34, 111, .12) !important;
}

body.telecom-home .about-provider .stat-list span {
  color: #725f8e !important;
}

body.telecom-home .about-media:before {
  opacity: .9 !important;
  box-shadow: 0 22px 60px rgba(255, 98, 13, .18) !important;
}

body.telecom-home .faq-box {
  background:
    radial-gradient(circle at 90% 0%, rgba(255, 98, 13, .08), transparent 18rem),
    #f7f3fb !important;
  border: 1px solid rgba(63, 34, 111, .12) !important;
  box-shadow: 0 12px 30px rgba(24, 11, 46, .08) !important;
}

body.telecom-home .faq-title h2,
body.telecom-home .faq-item h3 {
  color: #3f226f !important;
}

body.telecom-home .faq-title p,
body.telecom-home .faq-content p {
  color: #5e5078 !important;
}

body.telecom-home .faq-item {
  background: #ffffff !important;
  border-color: rgba(63, 34, 111, .12) !important;
}

body.telecom-home .contact-form {
  max-width: none !important;
}

@media (max-width: 767px) {
  body.telecom-home .referral-section > .container,
  body.telecom-home .addons-section > .container,
  body.telecom-home .campaign-band > .container,
  body.telecom-home .about-provider > .container,
  body.telecom-home .faq-real > .container,
  body.telecom-home .contact-provider > .container {
    width: min(calc(100% - 24px), 1540px) !important;
  }

  body.telecom-home .addon-pill + .addon-pill {
    border-top: 1px solid rgba(63, 34, 111, .11) !important;
    border-left: 0 !important;
  }

  body.telecom-home .promo-stage {
    padding: 30px 22px !important;
  }
}

/* Unified action-icon system: one size, rhythm and alignment for every CTA. */
.telecom-home {
  --action-icon-size: 18px;
  --action-icon-gap: 10px;
}

.telecom-home .btn-getstarted,
.telecom-home .primary-action,
.telecom-home .secondary-action,
.telecom-home .telecom-plan a,
.telecom-home .campaign-card > a,
.telecom-home .app-card a,
.telecom-home .contact-form button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: var(--action-icon-gap) !important;
}

.telecom-home .btn-getstarted > i,
.telecom-home .primary-action > i,
.telecom-home .secondary-action > i,
.telecom-home .telecom-plan a > i,
.telecom-home .campaign-card > a > i,
.telecom-home .app-card a > i,
.telecom-home .contact-form button > i {
  width: var(--action-icon-size) !important;
  height: var(--action-icon-size) !important;
  min-width: var(--action-icon-size) !important;
  flex: 0 0 var(--action-icon-size) !important;
  display: inline-grid !important;
  place-items: center !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: currentColor !important;
  font-size: var(--action-icon-size) !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  opacity: 1 !important;
  transform: none !important;
}

.telecom-home .telecom-plan a::after {
  content: none !important;
  display: none !important;
}

/* Complete Firelink content architecture. */
.telecom-home #reasons,
.telecom-home #process,
.telecom-home #promotion,
.telecom-home #client-area,
.telecom-home #faq,
.telecom-home #contact {
  scroll-margin-top: 108px;
}

.telecom-home .navmenu .nav-client-link {
  padding: 10px 14px !important;
  border-radius: 999px;
  color: #ffffff !important;
  background: var(--fire-purple);
}

.telecom-home .navmenu .nav-client-link::before {
  content: none !important;
}

.telecom-home .navmenu .nav-client-link:hover,
.telecom-home .navmenu .nav-client-link:focus-visible {
  color: #ffffff !important;
  background: var(--fire-orange);
}

.telecom-home .reasons-section,
.telecom-home .promotion-section {
  padding: clamp(64px, 8vw, 108px) 0;
  background: #ffffff;
}

.telecom-home .reasons-layout {
  display: grid;
  grid-template-columns: minmax(0, .84fr) minmax(0, 1.16fr);
  gap: clamp(48px, 7vw, 108px);
  align-items: start;
}

.telecom-home .reasons-intro {
  max-width: 560px;
}

.telecom-home .reasons-intro h2,
.telecom-home .process-section h2,
.telecom-home .promotion-copy h2,
.telecom-home .client-area-copy h2 {
  margin: 16px 0 18px;
  color: var(--fire-purple);
  font-family: var(--fire-title);
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: var(--type-title-weight);
  line-height: 1.08;
  text-transform: none;
  text-wrap: balance;
}

.telecom-home .reasons-intro p,
.telecom-home .promotion-copy > p,
.telecom-home .client-area-copy > p {
  max-width: 62ch;
  margin: 0;
  color: var(--fire-muted);
  font-size: 1rem;
  line-height: 1.7;
}

.telecom-home .reason-list {
  border-top: 1px solid rgba(63, 34, 111, .16);
}

.telecom-home .reason-item {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding: 26px 0;
  border-bottom: 1px solid rgba(63, 34, 111, .16);
}

.telecom-home .reason-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #ffffff;
  background: var(--fire-purple);
  font-size: 23px;
}

.telecom-home .reason-item:nth-child(2) .reason-icon {
  background: var(--fire-orange);
}

.telecom-home .reason-item h3 {
  margin: 0 0 8px;
  color: var(--fire-purple);
  font-family: var(--fire-title);
  font-size: 1.35rem;
  font-weight: var(--type-title-weight);
  line-height: 1.2;
  text-transform: none;
}

.telecom-home .reason-item p {
  max-width: 64ch;
  margin: 0;
  color: var(--fire-muted);
  font-size: 1rem;
  line-height: 1.65;
}

.telecom-home .process-section {
  padding: clamp(64px, 8vw, 108px) 0;
  background: #f5f1f9;
}

.telecom-home .process-section .section-heading {
  max-width: 760px;
  margin: 0 0 clamp(32px, 5vw, 52px);
}

.telecom-home .process-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.telecom-home .process-track::before {
  content: "";
  position: absolute;
  top: 37px;
  left: 12%;
  right: 12%;
  height: 2px;
  background: rgba(63, 34, 111, .14);
}

.telecom-home .process-step {
  position: relative;
  min-height: 100%;
  padding: 28px;
  border: 1px solid rgba(63, 34, 111, .14);
  border-radius: 18px;
  background: #ffffff;
}

.telecom-home .process-marker {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.telecom-home .process-marker span {
  min-width: 56px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: #ffffff;
  background: var(--fire-orange);
  font-size: .875rem;
  font-weight: var(--type-label-weight);
}

.telecom-home .process-marker i {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--fire-purple);
  background: #f1ebf7;
  font-size: 22px;
}

.telecom-home .process-step h3 {
  margin: 0 0 10px;
  color: var(--fire-purple);
  font-size: 1.35rem;
  font-weight: var(--type-title-weight);
  line-height: 1.2;
  text-transform: none;
}

.telecom-home .process-step p {
  margin: 0 0 18px;
  color: var(--fire-muted);
  font-size: 1rem;
  line-height: 1.65;
}

.telecom-home .process-step ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.telecom-home .process-step li {
  position: relative;
  padding-left: 22px;
  color: var(--fire-ink);
  font-size: .925rem;
  line-height: 1.45;
}

.telecom-home .process-step li::before {
  content: "";
  position: absolute;
  top: .45em;
  left: 2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--fire-orange);
}

.telecom-home .promotion-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(32px, 5vw, 56px);
  align-items: start;
}

.telecom-home .promotion-visual {
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 18px;
  background: var(--fire-purple);
}

.telecom-home .promotion-copy {
  width: min(100%, 1100px);
  margin: 0 auto;
}

.telecom-home .promotion-visual img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform .55s cubic-bezier(.22, 1, .36, 1);
}

.telecom-home .promotion-visual:hover img {
  transform: scale(1.025);
}

.telecom-home .promotion-steps {
  display: grid;
  gap: 0;
  margin: 26px 0 28px;
  padding: 0;
  list-style: none;
  counter-reset: promotion-step;
}

.telecom-home .promotion-steps li {
  counter-increment: promotion-step;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  column-gap: 14px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(63, 34, 111, .14);
}

.telecom-home .promotion-steps li::before {
  content: counter(promotion-step, decimal-leading-zero);
  grid-row: 1 / span 2;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: var(--fire-orange);
  font-size: .75rem;
  font-weight: var(--type-label-weight);
}

.telecom-home .promotion-steps strong {
  color: var(--fire-purple);
  font-size: 1rem;
  font-weight: var(--type-strong-weight);
}

.telecom-home .promotion-steps span {
  margin-top: 3px;
  color: var(--fire-muted);
  font-size: .925rem;
  line-height: 1.5;
}

.telecom-home .promotion-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.telecom-home .promotion-actions .primary-action,
.telecom-home .promotion-actions .document-link {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: var(--type-button-weight);
}

.telecom-home .promotion-actions .document-link {
  border: 1px solid rgba(63, 34, 111, .22);
  color: var(--fire-purple);
  background: #ffffff;
}

.telecom-home .client-area-section {
  padding: clamp(56px, 7vw, 92px) 0;
  background: #f5f1f9;
}

.telecom-home .client-area-shell {
  min-height: 610px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  align-items: center;
  overflow: hidden;
  border-radius: 18px;
  padding: clamp(38px, 5vw, 72px);
  color: #ffffff;
  background:
    radial-gradient(circle at 82% 22%, rgba(255, 98, 13, .3), transparent 20rem),
    linear-gradient(135deg, #3f226f 0%, #26104d 62%, #17082f 100%);
}

.telecom-home .client-area-copy {
  position: relative;
  z-index: 2;
  max-width: 650px;
}

.telecom-home .client-area-copy .mini-label {
  color: #ffffff;
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .18);
}

.telecom-home .client-area-copy h2,
.telecom-home .client-area-copy > p {
  color: #ffffff;
}

.telecom-home .client-area-copy > p {
  color: rgba(255, 255, 255, .78);
}

.telecom-home .client-actions {
  display: grid;
  gap: 10px;
  margin-top: 30px;
}

.telecom-home .client-action {
  min-height: 72px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 24px;
  gap: 14px;
  align-items: center;
  padding: 12px 16px;
  border-radius: 12px;
  color: var(--fire-purple);
  background: #ffffff;
  transition: transform .22s cubic-bezier(.22, 1, .36, 1), background-color .22s ease;
}

.telecom-home .client-action:hover {
  color: var(--fire-purple);
  background: #ffffff;
  transform: translateX(4px);
}

.telecom-home .client-action > i:first-child {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #ffffff;
  background: var(--fire-purple);
  font-size: 20px;
}

.telecom-home .client-action-primary > i:first-child {
  background: var(--fire-orange);
}

.telecom-home .client-action span,
.telecom-home .client-action strong,
.telecom-home .client-action small {
  display: block;
}

.telecom-home .client-action strong {
  color: var(--fire-purple);
  font-size: .975rem;
  font-weight: var(--type-strong-weight);
}

.telecom-home .client-action small {
  margin-top: 3px;
  color: #725f8e;
  font-size: .8rem;
}

.telecom-home .client-action > i:last-child {
  color: var(--fire-orange);
  font-size: 17px;
}

.telecom-home .client-mascot {
  position: relative;
  align-self: end;
  min-height: 520px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.telecom-home .client-mascot::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 28px;
  width: 78%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 98, 13, .22);
  transform: translateX(-50%);
}

.telecom-home .client-mascot img {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  height: auto;
  display: block;
  filter: drop-shadow(0 28px 28px rgba(10, 2, 28, .26));
}

.telecom-home .mascot-signal {
  position: absolute;
  z-index: 2;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--fire-orange);
  background: #ffffff;
  font-size: 23px;
  animation: mascot-signal-float 4s ease-in-out infinite;
}

.telecom-home .mascot-signal-one {
  top: 16%;
  right: 3%;
}

.telecom-home .mascot-signal-two {
  top: 42%;
  left: 0;
  animation-delay: -1.8s;
}

@keyframes mascot-signal-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.telecom-home .faq-real .faq-box {
  border-radius: 18px !important;
}

.telecom-home .faq-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-items: start;
}

.telecom-home .faq-item {
  margin: 0 !important;
  border-radius: 12px !important;
}

.telecom-home .contact-provider {
  padding: clamp(64px, 8vw, 108px) 0 !important;
  background: #ffffff !important;
}

.telecom-home .contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(380px, .96fr);
  gap: 22px;
  align-items: stretch;
}

.telecom-home .contact-form-side {
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(63, 34, 111, .14);
  border-radius: 18px;
  background: #ffffff;
}

.telecom-home .contact-form-side .section-heading {
  margin-bottom: 28px !important;
}

.telecom-home .contact-form {
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

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

.telecom-home .field-group {
  display: grid;
  gap: 8px;
}

.telecom-home .field-wide {
  grid-column: 1 / -1;
}

.telecom-home .field-group label {
  color: var(--fire-purple);
  font-size: .875rem;
  font-weight: var(--type-strong-weight);
}

.telecom-home .contact-form .form-control {
  min-height: 52px;
  border-radius: 12px;
  color: var(--fire-ink);
  background: #faf8fc;
  font-size: 1rem;
  font-weight: var(--type-body-weight);
}

.telecom-home .contact-form textarea.form-control {
  min-height: 112px;
  padding-top: 14px;
  resize: vertical;
}

.telecom-home .contact-info-side {
  min-height: 100%;
  display: grid;
  grid-template-rows: auto minmax(280px, 1fr);
  overflow: hidden;
  border-radius: 18px;
  color: #ffffff;
  background: var(--fire-purple-2);
}

.telecom-home .contact-direct {
  display: grid;
  gap: 8px;
  padding: clamp(26px, 3vw, 38px);
}

.telecom-home .contact-direct h3 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: var(--type-title-weight);
  text-transform: none;
}

.telecom-home .contact-direct a,
.telecom-home .contact-direct > div {
  min-height: 58px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 9px 0;
  color: #ffffff;
}

.telecom-home .contact-direct a > i,
.telecom-home .contact-direct > div > i {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #ffffff;
  background: rgba(255, 255, 255, .11);
  font-size: 18px;
}

.telecom-home .contact-direct span,
.telecom-home .contact-direct small {
  display: block;
}

.telecom-home .contact-direct span {
  color: #ffffff;
  font-size: .925rem;
  line-height: 1.45;
}

.telecom-home .contact-direct small {
  margin-bottom: 2px;
  color: rgba(255, 255, 255, .64);
  font-size: .75rem;
}

.telecom-home .contact-map {
  width: 100%;
  min-height: 300px;
  height: 100%;
  border: 0;
  filter: saturate(.85) contrast(1.04);
}

.telecom-home .provider-footer .footer-links a {
  line-height: 1.45;
}

@media (max-width: 1199px) {
  .telecom-home .reasons-layout,
  .telecom-home .promotion-shell,
  .telecom-home .contact-layout {
    grid-template-columns: 1fr;
  }

  .telecom-home .reasons-intro,
  .telecom-home .promotion-copy {
    max-width: 760px;
  }

  .telecom-home .client-area-shell {
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
    padding: 44px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  body.telecom-home .mobile-nav-toggle {
    min-width: 44px !important;
    min-height: 44px !important;
    margin-left: 10px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--fire-purple) !important;
    font-size: 28px !important;
    cursor: pointer;
    z-index: 10002 !important;
  }

  body.telecom-home .navmenu {
    width: auto !important;
    margin-left: auto !important;
    display: flex !important;
    align-items: center !important;
    position: static !important;
  }

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

  body.telecom-home.mobile-nav-active .navmenu ul {
    position: fixed !important;
    top: 100px !important;
    left: 24px !important;
    right: 24px !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;
    z-index: 10001 !important;
  }

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

  body.telecom-home.mobile-nav-active .navmenu a {
    min-height: 48px !important;
    padding: 0 14px !important;
    display: flex !important;
    align-items: center !important;
    border-radius: 12px !important;
    color: var(--fire-purple-2) !important;
    background: transparent !important;
  }

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

  body.telecom-home.mobile-nav-active .navmenu a.active,
  body.telecom-home.mobile-nav-active .navmenu a:hover {
    color: #ffffff !important;
    background: var(--fire-orange) !important;
  }
}

@media (max-width: 991px) {
  .telecom-home .process-track {
    grid-template-columns: 1fr;
  }

  .telecom-home .process-track::before {
    content: none;
  }

  .telecom-home .process-step {
    min-height: auto;
  }

  .telecom-home .client-area-shell {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

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

  .telecom-home .client-mascot {
    min-height: 450px;
    max-width: 560px;
    width: 100%;
    margin: 10px auto 0;
  }

  .telecom-home .faq-container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .telecom-home .reason-item {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
  }

  .telecom-home .reason-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    font-size: 20px;
  }

  .telecom-home .process-step {
    padding: 24px 20px;
  }

  .telecom-home .promotion-actions,
  .telecom-home .promotion-actions a {
    width: 100%;
  }

  .telecom-home .client-area-shell {
    min-height: 0;
    padding: 30px 20px 0;
  }

  .telecom-home .client-action {
    grid-template-columns: 40px minmax(0, 1fr) 20px;
    gap: 11px;
    padding: 11px 12px;
  }

  .telecom-home .client-mascot {
    min-height: 370px;
  }

  .telecom-home .mascot-signal {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }

  .telecom-home .faq-real .faq-box,
  .telecom-home .contact-form-side {
    padding: 24px 18px !important;
  }

  .telecom-home .contact-fields {
    grid-template-columns: 1fr;
  }

  .telecom-home .field-wide {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .telecom-home .mascot-signal {
    animation: none;
  }

  .telecom-home .promotion-visual img,
  .telecom-home .client-action {
    transition: none;
  }

  .telecom-home .activation-network {
    display: none;
  }
}

/* Final flat telecom direction: solid color, generous curves, no glow */
body.telecom-home {
  --flat-purple: #271052;
  --flat-purple-bright: #3f226f;
  --flat-orange: #ff620d;
  --flat-cream: #fff7f1;
  --flat-line: #e6e0ed;
}

body.telecom-home .header {
  padding: 14px 16px !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.telecom-home .header::before,
body.telecom-home .header::after,
body.telecom-home .header .container-xl::before,
body.telecom-home .header .container-xl::after {
  content: none !important;
}

body.telecom-home .header .container-xl {
  min-height: 72px !important;
  padding: 8px 12px 8px 26px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--flat-purple) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.telecom-home .header .brand-logo-img {
  width: 142px !important;
  filter: brightness(0) invert(1) !important;
}

body.telecom-home .navmenu a {
  min-height: 44px !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 15px !important;
  border: 1px solid transparent !important;
  border-radius: 999px !important;
  color: rgba(255, 255, 255, .78) !important;
  background: transparent !important;
  font-size: .86rem !important;
  font-weight: 700 !important;
}

body.telecom-home .navmenu a::before {
  content: none !important;
}

body.telecom-home .navmenu a:hover,
body.telecom-home .navmenu a.active {
  color: #fff !important;
  border-color: var(--flat-orange) !important;
  background: transparent !important;
}

body.telecom-home .navmenu .nav-client-link {
  color: #fff !important;
  border-color: rgba(255, 255, 255, .28) !important;
}

body.telecom-home .header .btn-getstarted {
  min-height: 52px !important;
  padding: 0 22px !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: var(--flat-orange) !important;
  box-shadow: none !important;
  transform: none !important;
}

body.telecom-home .header .btn-getstarted:hover {
  color: var(--flat-purple) !important;
  background: #fff !important;
}

body.telecom-home .mobile-nav-toggle {
  color: #fff !important;
}

body.telecom-home .addons-section {
  padding: clamp(76px, 8vw, 120px) 0 !important;
  background: #fff !important;
}

body.telecom-home .addons-section::before,
body.telecom-home .addons-section::after,
body.telecom-home .reasons-section::before,
body.telecom-home .reasons-section::after,
body.telecom-home .process-section::before,
body.telecom-home .process-section::after,
body.telecom-home .campaign-band::before,
body.telecom-home .campaign-band::after {
  content: none !important;
  display: none !important;
  filter: none !important;
}

body.telecom-home .addons-section .section-heading {
  display: grid !important;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr) !important;
  column-gap: clamp(60px, 10vw, 180px) !important;
  align-items: end !important;
  max-width: none !important;
  margin-bottom: 42px !important;
  text-align: left !important;
}

body.telecom-home .addons-section .section-heading > span {
  width: fit-content !important;
  margin: 0 0 18px !important;
  padding: 9px 14px !important;
  grid-column: 1 !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: var(--flat-orange) !important;
  background: #fff0e6 !important;
  box-shadow: none !important;
}

body.telecom-home .addons-section .section-heading h2 {
  grid-column: 1 !important;
  margin: 0 !important;
  color: var(--flat-purple-bright) !important;
}

body.telecom-home .addons-section .section-heading p {
  grid-column: 2 !important;
  grid-row: 1 / span 2 !important;
  align-self: end !important;
  max-width: 490px !important;
  margin: 0 0 6px !important;
  color: #725f8e !important;
}

body.telecom-home .addon-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 0 !important;
  overflow: hidden !important;
  padding: 12px !important;
  border: 0 !important;
  border-radius: 34px !important;
  background: var(--flat-purple) !important;
  box-shadow: none !important;
}

body.telecom-home .addon-pill {
  min-height: 180px !important;
  display: grid !important;
  grid-template-columns: 52px 1fr !important;
  align-content: center !important;
  gap: 4px 16px !important;
  margin: 0 !important;
  padding: 28px !important;
  border: 0 !important;
  border-right: 1px solid rgba(255, 255, 255, .14) !important;
  border-radius: 26px !important;
  color: #fff !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  transform: none !important;
}

body.telecom-home .addon-pill:last-child {
  border-right: 0 !important;
}

body.telecom-home .addon-pill:hover {
  background: var(--flat-purple-bright) !important;
  box-shadow: none !important;
  transform: none !important;
}

body.telecom-home .addon-pill i {
  width: 52px !important;
  height: 52px !important;
  grid-row: 1 / span 2 !important;
  display: grid !important;
  place-items: center !important;
  border: 0 !important;
  border-radius: 50% !important;
  color: #fff !important;
  background: var(--flat-orange) !important;
  box-shadow: none !important;
}

body.telecom-home .addon-pill strong {
  align-self: end !important;
  color: #fff !important;
  font-size: .96rem !important;
}

body.telecom-home .addon-pill span {
  align-self: start !important;
  color: rgba(255, 255, 255, .62) !important;
  font-size: .78rem !important;
}

body.telecom-home .section-heading > span,
body.telecom-home .mini-label,
body.telecom-home .activation-kicker {
  border-radius: 999px !important;
  box-shadow: none !important;
  filter: none !important;
}

body.telecom-home .fire-plan,
body.telecom-home .process-step,
body.telecom-home .reason-item,
body.telecom-home .difference-card,
body.telecom-home .client-area-shell,
body.telecom-home .promotion-shell,
body.telecom-home .faq-box,
body.telecom-home .contact-form-side,
body.telecom-home .contact-info-side {
  border-radius: 28px !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.telecom-home .fire-plan-featured,
body.telecom-home .activation-stage {
  border-radius: 40px !important;
  box-shadow: none !important;
}

body.telecom-home .fire-plan-compact:hover {
  border-color: var(--flat-orange) !important;
  box-shadow: none !important;
  transform: translateY(-2px) !important;
}

body.telecom-home .fire-plan-details > a,
body.telecom-home .fire-plan-compact-bottom > a,
body.telecom-home .activation-copy > a,
body.telecom-home .primary-action,
body.telecom-home .campaign-card > a,
body.telecom-home .contact-form button,
body.telecom-home .promotion-actions a,
body.telecom-home .client-action {
  border-radius: 999px !important;
  box-shadow: none !important;
  filter: none !important;
  text-shadow: none !important;
}

body.telecom-home .activation-stage {
  background: var(--flat-purple) !important;
}

body.telecom-home .activation-network {
  opacity: .42 !important;
  mix-blend-mode: normal !important;
  filter: none !important;
}

body.telecom-home .activation-flame,
body.telecom-home .fire-plan-watermark {
  display: none !important;
}

body.telecom-home .activation-copy > a,
body.telecom-home .fire-plan-details > a {
  background: var(--flat-orange) !important;
  box-shadow: none !important;
}

body.telecom-home .scroll-top {
  border: 0 !important;
  border-radius: 50% !important;
  box-shadow: none !important;
}

@media (max-width: 1199px) {
  body.telecom-home .addons-section .section-heading {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  body.telecom-home .addons-section .section-heading > span,
  body.telecom-home .addons-section .section-heading h2,
  body.telecom-home .addons-section .section-heading p {
    grid-column: 1 !important;
    grid-row: auto !important;
  }

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

  body.telecom-home .addon-pill:nth-child(2) {
    border-right: 0 !important;
  }

  body.telecom-home .addon-pill:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, .14) !important;
  }
}

@media (max-width: 767px) {
  body.telecom-home .header {
    padding: 9px 10px !important;
  }

  body.telecom-home .header .container-xl {
    min-height: 60px !important;
    padding: 7px 14px 7px 18px !important;
    border-radius: 28px !important;
  }

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

  body.telecom-home .addon-grid {
    grid-template-columns: 1fr !important;
    padding: 8px !important;
    border-radius: 28px !important;
  }

  body.telecom-home .addon-pill {
    min-height: 132px !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, .14) !important;
    border-radius: 22px !important;
  }

  body.telecom-home .addon-pill:last-child {
    border-bottom: 0 !important;
  }

  body.telecom-home .fire-plan-featured,
  body.telecom-home .activation-stage {
    border-radius: 28px !important;
  }
}

@media (max-width: 1399px) {
  body.telecom-home.mobile-nav-active .navmenu ul {
    border: 0 !important;
    border-radius: 28px !important;
    background: var(--flat-purple) !important;
    box-shadow: none !important;
  }

  body.telecom-home.mobile-nav-active .navmenu a {
    color: rgba(255, 255, 255, .76) !important;
    border-color: transparent !important;
    background: transparent !important;
  }

  body.telecom-home.mobile-nav-active .navmenu a:hover,
  body.telecom-home.mobile-nav-active .navmenu a.active {
    color: #fff !important;
    border-color: transparent !important;
    background: var(--flat-orange) !important;
  }
}
