.telecom-page .telecom-hero-card picture {
  display: block;
  padding: 18px;
  background: #f7f9fc;
}

.telecom-page .telecom-hero-card img {
  width: 100%;
  max-height: 360px;
  object-fit: contain;
}

.telecom-page .telecom-copy {
  display: grid;
  gap: 18px;
}

.telecom-page .telecom-copy p {
  margin: 0;
}

.telecom-page .telecom-feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.telecom-page .telecom-feature-grid .feature-card {
  min-width: 0;
}

.telecom-page .telecom-feature-grid h3 {
  margin: 0 0 10px;
  color: #10203b;
  font-size: 18px;
  line-height: 1.3;
}

.telecom-page .telecom-feature-grid p {
  margin: 0;
}

.telecom-page .table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.telecom-page .table-scroll table {
  min-width: 820px;
}

.telecom-page .telecom-check-list li {
  min-width: 0;
}

@media (max-width: 960px) {
  .telecom-page .telecom-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .telecom-page .telecom-hero-card img {
    max-height: 240px;
  }

  .telecom-page .telecom-feature-grid {
    grid-template-columns: 1fr;
  }

  .telecom-page .hero-actions,
  .telecom-page .cta-actions {
    align-items: stretch;
  }

  .telecom-page .hero-actions a,
  .telecom-page .cta-actions a {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
}
