.telecom-hero {
  min-height: 680px;
  display: flex;
  align-items: center;
  padding: 7rem 0;
  color: var(--white-color);
  background: linear-gradient(90deg, rgba(5, 20, 52, 0.98) 0%, rgba(7, 29, 77, 0.92) 38%, rgba(7, 29, 77, 0.35) 67%, rgba(7, 29, 77, 0.08) 100%), url("../image/telecom-hero.png") center / cover no-repeat;
}

.telecom-hero-content {
  max-width: 720px;
}

.telecom-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1.5rem;
  padding: 0.55rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.telecom-eyebrow i {
  color: var(--accent-color);
}

.telecom-hero h1 {
  max-width: 13ch;
  margin-bottom: 1.5rem;
  color: var(--white-color);
  font-size: clamp(3rem, 5.2vw, 5.2rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.telecom-hero-content > p {
  max-width: 650px;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.15rem;
  line-height: 1.75;
}

.telecom-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.3rem;
  margin-top: 2rem;
}

.telecom-trust span {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.86rem;
  font-weight: 700;
}

.telecom-trust i {
  color: var(--accent-color);
}

.telecom-services {
  padding: 7rem 0;
  background: #f5f8fd;
}

.telecom-section-heading {
  max-width: 760px;
  margin: 0 auto 3.5rem;
  text-align: center;
}

.telecom-section-heading .section-kicker {
  margin-left: auto;
  margin-right: auto;
}

.telecom-section-heading .section-subtitle {
  margin-bottom: 0;
}

.telecom-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.telecom-card {
  position: relative;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  overflow: hidden;
  border: 1px solid #e1e9f5;
  border-radius: 14px;
  background: var(--white-color);
  box-shadow: 0 12px 35px rgba(16, 45, 94, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.telecom-card:hover {
  transform: translateY(-7px);
  border-color: #b8cdf4;
  box-shadow: 0 22px 45px rgba(16, 45, 94, 0.13);
}

.telecom-card > span {
  position: absolute;
  top: 1.6rem;
  right: 1.7rem;
  color: #d9e4f5;
  font-size: 1.25rem;
  font-weight: 900;
}

.telecom-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 1.7rem;
  border-radius: 12px;
  background: #eaf2ff;
  color: var(--primary-color);
  font-size: 1.5rem;
}

.telecom-card h3 {
  margin-bottom: 0.85rem;
  color: #0c285d;
  font-size: 1.4rem;
}

.telecom-card p {
  margin-bottom: 1.4rem;
  color: #5d6c84;
  line-height: 1.7;
}

.telecom-card a {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: auto;
  color: var(--primary-color);
  font-size: 0.9rem;
  font-weight: 800;
}

.telecom-card-featured {
  background: linear-gradient(145deg, #0f3f96, #071d4d);
  border-color: transparent;
}

.telecom-card-featured .telecom-icon {
  background: rgba(255, 255, 255, 0.12);
  color: var(--accent-color);
}

.telecom-card-featured h3,
.telecom-card-featured a {
  color: var(--white-color);
}

.telecom-card-featured p {
  color: rgba(255, 255, 255, 0.72);
}

.telecom-card-featured > span {
  color: rgba(255, 255, 255, 0.2);
}

.telecom-card-wide {
  min-height: 240px;
  grid-column: span 3;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
  background: linear-gradient(105deg, #ffffff, #edf4ff);
}

.telecom-card-wide .telecom-icon,
.telecom-card-wide p {
  margin-bottom: 0;
}

.telecom-card-wide a {
  margin: 0;
  white-space: nowrap;
}

.telecom-differentials {
  padding: 7rem 0;
  background: #071d4d;
  color: var(--white-color);
}

.telecom-differentials .container {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 6rem;
}

.telecom-diff-copy h2 {
  max-width: 12ch;
  margin: 1rem 0 1.3rem;
  color: var(--white-color);
  font-size: clamp(2.4rem, 4vw, 3.7rem);
  line-height: 1.08;
}

.telecom-diff-copy p {
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.8;
}

.telecom-diff-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.telecom-diff-list > div {
  min-height: 190px;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
}

.telecom-diff-list strong {
  display: block;
  margin-bottom: 1.7rem;
  color: var(--accent-color);
  font-size: 0.82rem;
}

.telecom-diff-list span,
.telecom-diff-list b {
  display: block;
}

.telecom-diff-list span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.92rem;
  line-height: 1.6;
}

.telecom-diff-list b {
  margin-bottom: 0.45rem;
  color: var(--white-color);
  font-size: 1.05rem;
}

.telecom-process {
  padding: 7rem 0;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
}

.process-grid > div {
  position: relative;
  padding: 2rem;
  border-top: 3px solid #dbe7fa;
  background: #f8faff;
}

.process-grid > div > span {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  color: #d7e2f1;
  font-size: 2.4rem;
  font-weight: 900;
}

.process-grid i {
  margin-bottom: 2.8rem;
  color: var(--primary-color);
  font-size: 1.7rem;
}

.process-grid h3 {
  margin-bottom: 0.7rem;
  color: #0c285d;
}

.process-grid p {
  color: #69768b;
  line-height: 1.65;
}

.telecom-cta {
  padding: 5rem 0;
  background: linear-gradient(115deg, var(--accent-color), #d87000);
  color: var(--white-color);
}

.telecom-cta .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}

.telecom-cta span {
  display: block;
  margin-bottom: 0.6rem;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.telecom-cta h2 {
  max-width: 700px;
  margin-bottom: 0.8rem;
  color: var(--white-color);
  font-size: clamp(2rem, 3.5vw, 3.2rem);
}

.telecom-cta p {
  color: rgba(255, 255, 255, 0.85);
}

.telecom-cta-actions {
  min-width: 275px;
  display: grid;
  gap: 0.8rem;
  text-align: center;
}

.telecom-cta-actions > a:last-child {
  color: var(--white-color);
  font-weight: 800;
}

@media (max-width: 1024px) {
  .telecom-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .telecom-card-wide {
    grid-column: span 2;
  }

  .telecom-differentials .container {
    gap: 3rem;
  }

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

@media (max-width: 768px) {
  .telecom-hero {
    min-height: auto;
    padding: 4.5rem 0 5rem;
    text-align: center;
    background: linear-gradient(180deg, rgba(5, 20, 52, 0.93), rgba(7, 29, 77, 0.97)), url("../image/telecom-hero.png") 68% center / cover no-repeat;
  }

  .telecom-hero h1 {
    max-width: 100%;
    font-size: 2.65rem;
  }

  .telecom-hero-content > p {
    font-size: 1rem;
  }

  .telecom-eyebrow,
  .telecom-trust,
  .telecom-hero .hero-actions {
    justify-content: center;
  }

  .telecom-services,
  .telecom-differentials,
  .telecom-process {
    padding: 5rem 0;
  }

  .telecom-grid,
  .telecom-diff-list,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .telecom-card-wide {
    grid-column: auto;
    display: flex;
    align-items: flex-start;
  }

  .telecom-card-wide a {
    white-space: normal;
  }

  .telecom-differentials .container {
    grid-template-columns: 1fr;
  }

  .telecom-diff-copy {
    text-align: center;
  }

  .telecom-diff-copy .section-kicker {
    margin-left: auto;
    margin-right: auto;
  }

  .telecom-diff-copy h2 {
    max-width: 100%;
  }

  .telecom-cta .container {
    flex-direction: column;
    text-align: center;
  }

  .telecom-cta-actions {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 480px) {
  .telecom-hero h1 {
    font-size: 2.2rem;
  }

  .telecom-trust {
    flex-direction: column;
    align-items: center;
  }

  .telecom-card {
    min-height: 300px;
    padding: 1.5rem;
  }

  .telecom-card-wide {
    min-height: 330px;
  }
}

.telecom-page .telecom-header {
  position: sticky;
  top: 0;
  width: 100%;
  height: 86px;
  background: #071d4d;
  border-bottom: 0;
  box-shadow: 0 10px 30px rgba(4, 18, 48, 0.2);
}

.telecom-header-inner {
  height: 100%;
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 4rem);
}

.telecom-brand {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.telecom-brand img {
  width: 142px;
}

.telecom-brand span {
  max-width: 78px;
  padding-left: 1rem;
  border-left: 1px solid rgba(255, 255, 255, 0.24);
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.telecom-header .navbar {
  justify-self: center;
}

.telecom-header .nav-list {
  gap: 1.8rem;
}

.telecom-header .nav-list a {
  padding: 0.4rem 0;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  letter-spacing: 0.02em;
}

.telecom-header .nav-list a:hover {
  background: transparent;
  color: var(--white-color);
}

.telecom-header-action {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.telecom-header-action small {
  max-width: 75px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.62rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: right;
  text-transform: uppercase;
}

.telecom-header-action a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.7rem 1.15rem;
  border-radius: 8px;
  background: var(--accent-color);
  color: var(--white-color);
  font-size: 0.8rem;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(34, 197, 94, 0.2);
  transition: background-color 0.25s ease, transform 0.25s ease;
}

.telecom-header-action a:hover {
  background: var(--accent-dark);
  transform: translateY(-2px);
}

.telecom-page .telecom-hero {
  min-height: 610px;
  padding: 5rem 0 4.5rem;
  background: linear-gradient(90deg, rgba(5, 20, 52, 0.99) 0%, rgba(7, 29, 77, 0.93) 35%, rgba(7, 29, 77, 0.54) 56%, rgba(7, 29, 77, 0.04) 80%), url("../image/telecom-hero.png") center / cover no-repeat;
}

.telecom-page .telecom-hero > .container {
  width: 100%;
  max-width: 1380px;
}

.telecom-page .telecom-hero-content {
  max-width: 610px;
}

.telecom-page .telecom-hero h1 {
  max-width: 14ch;
  font-size: clamp(2.75rem, 4vw, 3.85rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.telecom-page .telecom-hero-content > p {
  max-width: 590px;
  font-size: 1rem;
  line-height: 1.7;
}

.telecom-page .telecom-eyebrow {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #8eb5ff;
  font-size: 0.72rem;
}

.telecom-page .telecom-hero .cta-button-hero,
.telecom-page .telecom-hero .cta-button-ghost {
  min-height: 50px;
  padding: 0.8rem 1.25rem;
  border-radius: 8px;
  font-size: 0.9rem;
}

.telecom-page .phone-float,
.telecom-page .whatsapp-float {
  display: none;
}

@media (max-width: 1120px) {
  .telecom-header-inner {
    gap: 1.5rem;
  }

  .telecom-brand span,
  .telecom-header-action small {
    display: none;
  }

  .telecom-header .nav-list {
    gap: 1rem;
  }
}

@media (max-width: 768px) {
  .telecom-page {
    padding-bottom: 0;
  }

  .telecom-page .telecom-header {
    height: 72px;
  }

  .telecom-header-inner {
    display: flex;
    justify-content: space-between;
  }

  .telecom-brand img {
    width: 126px;
  }

  .telecom-header .navbar {
    order: 3;
  }

  .telecom-header .menu-toggle {
    display: inline-grid;
  }

  .telecom-header .nav-list {
    gap: 0.48rem;
  }

  .telecom-header-action a {
    min-height: 42px;
    padding: 0.6rem 0.85rem;
  }
}

@media (max-width: 768px) {
  .telecom-page .telecom-hero {
    min-height: auto;
    padding: 4.25rem 0 4.5rem;
    background: linear-gradient(180deg, rgba(5, 20, 52, 0.82), rgba(7, 29, 77, 0.98)), url("../image/telecom-hero.png") 70% center / cover no-repeat;
  }

  .telecom-page .telecom-hero h1 {
    max-width: 16ch;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(2.2rem, 10vw, 3rem);
  }

  .telecom-header .nav-list .highlight {
    display: block;
  }

  .telecom-header .nav-list .highlight .cta-button-nav {
    color: var(--white-color);
  }
}

@media (max-width: 560px) {
  .telecom-header-action a {
    width: 44px;
    height: 44px;
    min-height: 44px;
    justify-content: center;
    padding: 0;
    border-radius: 50%;
    font-size: 0;
  }

  .telecom-header-action a i {
    font-size: 1.15rem;
  }

  .telecom-page .telecom-hero .hero-actions {
    flex-direction: column;
  }

  .telecom-page .telecom-hero .cta-button-hero,
  .telecom-page .telecom-hero .cta-button-ghost {
    width: 100%;
  }
}

.telecom-credentials {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem;
  margin-top: 1.75rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 0;
}

.footer .telecom-credentials {
  display: flex;
}

.telecom-page .footer-bottom {
  margin-top: 0.75rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.telecom-credentials-heading {
  max-width: 285px;
}

.telecom-credentials-heading span {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--white-color);
  font-size: 0.78rem;
  font-weight: 800;
}

.telecom-credentials-heading p {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.68rem;
  line-height: 1.55;
}

.telecom-credential-logos {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.telecom-credential-card {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
  overflow: hidden;
}

.telecom-credential-card img {
  width: auto;
  object-fit: contain;
}

.feninfra-card {
  width: 185px;
  height: 72px;
}

.feninfra-card img {
  width: 168px;
  max-height: 58px;
  filter: brightness(0) invert(1);
  opacity: 0.92;
}

.anatel-card {
  width: 112px;
  height: 112px;
  padding: 0;
  border-radius: 50%;
}

.anatel-card img {
  width: 106px;
  height: 106px;
  border-radius: 50%;
}

.abrint-card {
  width: 165px;
  height: 72px;
}

.abrint-card img {
  width: 150px;
  max-height: 62px;
  filter: brightness(0) invert(1);
  opacity: 0.92;
}

@media (max-width: 768px) {
  .telecom-credentials {
    flex-direction: column;
    text-align: center;
  }

  .telecom-credential-logos {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .telecom-page .telecom-credential-logos {
    gap: 0.55rem;
  }

  .telecom-page .feninfra-card,
  .telecom-page .abrint-card {
    width: 110px;
  }

  .telecom-page .feninfra-card img,
  .telecom-page .abrint-card img {
    width: 104px;
  }

  .telecom-page .anatel-card {
    width: 82px;
    height: 82px;
  }

  .telecom-page .anatel-card img {
    width: 78px;
    height: 78px;
  }
}

@media (max-width: 380px) {
  .telecom-page .feninfra-card,
  .telecom-page .abrint-card {
    width: 98px;
  }

  .telecom-page .feninfra-card img,
  .telecom-page .abrint-card img {
    width: 94px;
  }

  .telecom-page .anatel-card {
    width: 76px;
    height: 76px;
  }

  .telecom-page .anatel-card img {
    width: 72px;
    height: 72px;
  }
}

@media (max-width: 480px) {
  .telecom-credential-logos {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .telecom-credential-card {
    min-width: 0;
  }

  .feninfra-card {
    width: 100%;
  }

  .feninfra-card img {
    width: min(150px, 100%);
  }

  .anatel-card {
    width: 106px;
    height: 106px;
    justify-self: center;
  }

  .anatel-card img {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 768px) {
  .telecom-page .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .telecom-page .telecom-header {
    height: 112px;
    box-shadow: 0 6px 18px rgba(4, 18, 48, 0.24);
  }

  .telecom-header-inner {
    position: relative;
    height: 112px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 13px;
  }

  .telecom-brand img {
    width: 105px;
  }

  .telecom-brand {
    gap: 0.65rem;
  }

  .telecom-brand span {
    display: block;
    max-width: 64px;
    padding-left: 0.65rem;
    font-size: 0.54rem;
    line-height: 1.2;
    letter-spacing: 0.055em;
  }

  .telecom-header-action {
    display: none;
  }

  .telecom-header .navbar {
    order: initial;
    margin-left: auto;
  }

  .telecom-site-switcher {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 10px;
    justify-content: center;
    padding: 0.2rem;
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(3, 14, 39, 0.34);
  }

  .telecom-site-switcher a {
    min-height: 34px;
    flex: 1;
    padding: 0.35rem 0.65rem;
    font-size: 0.78rem;
  }

  .telecom-header .menu-toggle {
    width: 42px;
    height: 42px;
    padding: 0;
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 1.3rem;
  }

  .telecom-header .menu-toggle.active {
    top: 13px;
    right: 18px;
  }

  .telecom-header .nav-list {
    left: auto;
    right: 0;
    width: min(90vw, 390px);
    padding: 7.1rem 18px 2rem;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px 0 0 16px;
    background: linear-gradient(180deg, #071d4d 0 108px, #f3f6fb 108px 100%);
    box-shadow: -20px 0 50px rgba(2, 12, 34, 0.35);
    transform: translateX(105%);
  }

  .telecom-header .nav-list::before {
    content: "Menu";
    position: absolute;
    top: 26px;
    left: 22px;
    color: var(--white-color);
    font-size: 1.35rem;
    font-weight: 800;
    opacity: 1;
  }

  .telecom-header .nav-list.active {
    left: auto;
    right: 0;
    transform: translateX(0);
  }

  .telecom-header .nav-list > li {
    width: 100%;
  }

  .telecom-header .nav-list a {
    min-height: 44px;
    padding: 0.7rem 0.9rem;
    border-radius: 9px;
    border-color: #d4deed;
    background: #ffffff;
    color: #132b55;
    font-size: 0.92rem;
  }

  .telecom-header .nav-list a:hover,
  .telecom-header .nav-list a:focus-visible {
    border-color: #aebfda;
    background: #e9eff8;
    color: #071d4d;
  }

  .telecom-header .nav-list .highlight .cta-button-nav {
    justify-content: center;
    border-color: rgba(255, 255, 255, 0.3);
    background: var(--accent-color);
    color: var(--white-color);
  }

  .telecom-header .nav-list .highlight .cta-button-nav:hover,
  .telecom-header .nav-list .highlight .cta-button-nav:focus-visible {
    background: var(--accent-dark);
    color: var(--white-color);
  }

  .telecom-header .mobile-service-group span {
    color: #173f7d;
  }

  .telecom-header .mobile-service-group a {
    border-color: #d4deed;
    background: #f9fbfe;
    color: #132b55;
  }

  .telecom-header .mobile-service-group {
    margin-top: 0.4rem;
    padding-top: 0.9rem;
  }

  .telecom-page .telecom-hero {
    padding: 3.5rem 0 3.75rem;
    background: linear-gradient(180deg, rgba(5, 20, 52, 0.84), rgba(7, 29, 77, 0.98)), url("../image/telecom-hero.png") 68% center / cover no-repeat;
  }

  .telecom-page .telecom-hero-content {
    max-width: 520px;
    margin: 0 auto;
  }

  .telecom-page .telecom-eyebrow {
    margin-bottom: 1.15rem;
    font-size: 0.67rem;
    letter-spacing: 0.06em;
  }

  .telecom-page .telecom-hero h1 {
    max-width: 15ch;
    margin-bottom: 1.2rem;
    font-size: clamp(2rem, 8.5vw, 2.65rem);
    line-height: 1.1;
  }

  .telecom-page .telecom-hero-content > p {
    max-width: 38ch;
    margin: 0 auto 1.7rem;
    font-size: 0.95rem;
    line-height: 1.65;
  }

  .telecom-page .telecom-hero .hero-actions {
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
  }

  .telecom-page .telecom-hero .cta-button-hero {
    width: 100%;
    min-height: 52px;
  }

  .telecom-page .telecom-hero .cta-button-ghost {
    display: none;
  }

  .telecom-trust {
    margin-top: 1.5rem;
    gap: 0.55rem;
  }

  .telecom-trust span {
    font-size: 0.78rem;
  }

  .telecom-services,
  .telecom-differentials,
  .telecom-process {
    padding: 4.25rem 0;
  }

  .telecom-section-heading {
    margin-bottom: 2.25rem;
  }

  .telecom-section-heading .section-title {
    font-size: 2rem;
    line-height: 1.16;
  }

  .telecom-section-heading .section-subtitle {
    font-size: 0.95rem;
    line-height: 1.65;
  }

  .telecom-grid {
    gap: 0.9rem;
  }

  .telecom-card,
  .telecom-card-wide {
    min-height: 0;
    padding: 1.5rem;
  }

  .telecom-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
  }

  .telecom-card h3 {
    font-size: 1.25rem;
  }

  .telecom-card p {
    font-size: 0.9rem;
    line-height: 1.65;
  }

  .telecom-differentials .container {
    gap: 2.5rem;
  }

  .telecom-diff-copy h2 {
    font-size: 2.15rem;
  }

  .telecom-diff-list {
    gap: 0.8rem;
  }

  .telecom-diff-list > div {
    min-height: 0;
    padding: 1.35rem;
  }

  .telecom-diff-list strong {
    margin-bottom: 0.9rem;
  }

  .process-grid {
    gap: 0.8rem;
  }

  .process-grid > div {
    padding: 1.5rem;
  }

  .process-grid i {
    margin-bottom: 2rem;
  }

  .telecom-cta {
    padding: 3.75rem 0;
  }

  .telecom-cta .container {
    gap: 2rem;
  }

  .telecom-cta h2 {
    font-size: 2rem;
    line-height: 1.18;
  }

  .telecom-cta p {
    font-size: 0.92rem;
    line-height: 1.65;
  }

  .telecom-credentials {
    gap: 1.15rem;
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .telecom-credential-logos {
    max-width: 320px;
  }
}

@media (max-width: 768px) {
  .telecom-site-switcher {
    display: none;
  }

  .telecom-switcher-mobile {
    margin-left: auto;
  }

  .telecom-switcher-mobile summary {
    background: rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 420px) {
  .telecom-page .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .telecom-page .telecom-hero {
    padding-top: 3rem;
  }

  .telecom-page .telecom-hero h1 {
    font-size: 2rem;
  }

  .telecom-page .telecom-hero-content > p {
    font-size: 0.9rem;
  }

  .telecom-trust {
    display: none;
  }

  .telecom-section-heading .section-title,
  .telecom-diff-copy h2,
  .telecom-cta h2 {
    font-size: 1.8rem;
  }

  .telecom-credential-logos {
    grid-template-columns: minmax(0, 1.35fr) minmax(92px, 0.65fr);
    align-items: center;
  }

  .anatel-card {
    width: 96px;
    height: 96px;
  }

  .anatel-card img {
    width: 92px;
    height: 92px;
  }
}

@media (max-width: 768px) {
  .telecom-page .telecom-credentials {
    width: calc(100% - 32px);
    max-width: 430px;
    align-items: center;
    gap: 1.6rem;
    margin: 1.5rem auto 0;
    padding: 1.5rem 0 2rem;
    border-top: 0;
    border-bottom: 0;
  }

  .telecom-credentials-heading {
    max-width: 320px;
    margin: 0 auto;
  }

  .telecom-credentials-heading span {
    font-size: 0.84rem;
  }

  .telecom-credentials-heading p {
    max-width: 34ch;
    margin: 0 auto;
    font-size: 0.72rem;
  }

  .telecom-page .telecom-credential-logos {
    width: auto;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.15rem;
    margin: 0 auto;
  }

  .telecom-page .feninfra-card {
    width: 160px;
  }

  .telecom-page .feninfra-card img {
    width: 150px;
  }

  .telecom-page .footer-bottom {
    max-width: 430px;
    gap: 1.5rem;
    margin-top: 1.75rem;
    padding-top: 0;
    padding-bottom: 1rem;
    border-top: 0;
    text-align: center;
  }

  .telecom-page .footer-bottom p {
    max-width: 36ch;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.78rem;
    line-height: 1.65;
  }
}

@media (max-width: 380px) {
  .telecom-page .telecom-credential-logos {
    gap: 0.65rem;
  }

  .telecom-page .feninfra-card {
    width: 145px;
  }

  .telecom-page .feninfra-card img {
    width: 138px;
  }

  .telecom-page .anatel-card {
    width: 92px;
    height: 92px;
  }

  .telecom-page .anatel-card img {
    width: 88px;
    height: 88px;
  }
}

@media (max-width: 768px) {
  .telecom-page .telecom-header,
  .telecom-header-inner {
    height: 70px;
  }

  .telecom-header-inner {
    position: relative;
    align-items: center;
    padding-top: 0;
    gap: 0.65rem;
  }

  .telecom-brand {
    gap: 0.5rem;
  }

  .telecom-brand img {
    width: 92px;
  }

  .telecom-brand span {
    max-width: 55px;
    padding-left: 0.5rem;
    font-size: 0.46rem;
  }

  .telecom-site-switcher {
    position: static;
    width: auto;
    margin-left: auto;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .telecom-site-switcher a {
    display: none;
  }

  .telecom-site-switcher a.active {
    min-height: 34px;
    display: inline-flex;
    flex: initial;
    padding: 0.4rem 0.7rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: #15803d;
    font-size: 0.68rem;
  }

  .telecom-header .navbar {
    margin-left: 0;
  }
}

@media (max-width: 360px) {
  .telecom-brand span {
    display: none;
  }

  .telecom-brand img {
    width: 96px;
  }
}
