.telecom-page {
  --tele-navy: #071833;
  --tele-navy-2: #0a2147;
  --tele-blue: #123e70;
  --tele-ink: #0b2342;
  --tele-copy: #405775;
  --tele-mist: #f2f6fa;
  --tele-line: #d4dfeb;
  --tele-red: #e21b2b;
  --tele-gold: #f2c65c;
  background: #fff;
  color: var(--tele-ink);
}

.telecom-page main {
  overflow: hidden;
}

.telecom-page .tele-wrap {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.telecom-page .tele-section {
  padding: 92px 0;
}

.telecom-page .tele-mist {
  background: var(--tele-mist);
}

.telecom-page .tele-dark {
  background:
    radial-gradient(circle at 88% 14%, rgba(226, 27, 43, 0.12), transparent 28%),
    linear-gradient(135deg, var(--tele-navy), var(--tele-navy-2));
  color: #fff;
}

.telecom-page .tele-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--tele-red);
  font-family: Consolas, "Courier New", Consolas, monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.telecom-page .tele-kicker::before {
  width: 20px;
  height: 2px;
  background: currentColor;
  content: "";
}

.telecom-page .tele-dark .tele-kicker {
  color: #ff4554;
}

.telecom-page .tele-section-head {
  max-width: 820px;
  margin-bottom: 42px;
}

.telecom-page .tele-section-head h2 {
  max-width: 780px;
  margin: 0;
  color: var(--tele-ink);
  font-family: Arial, Helvetica, "Segoe UI", Arial, Helvetica, "Segoe UI", Arial, sans-serif;
  font-size: clamp(36px, 4vw, 50px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.telecom-page .tele-section-head p {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--tele-copy);
  font-size: 17px;
  line-height: 1.75;
}

.telecom-page .tele-dark .tele-section-head h2 {
  color: #fff;
}

.telecom-page .tele-dark .tele-section-head p {
  color: #bdd0e8;
}

.telecom-page .tele-hero {
  position: relative;
  height: 650px;
  padding: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 28%, rgba(226, 27, 43, 0.13), transparent 28%),
    linear-gradient(135deg, var(--tele-navy) 0%, var(--tele-navy-2) 58%, #16375f 100%);
  color: #fff;
}

.telecom-page .tele-hero::before {
  position: absolute;
  right: -235px;
  top: 50%;
  width: 640px;
  height: 640px;
  border: 1px solid rgba(226, 27, 43, 0.32);
  border-radius: 50%;
  box-shadow:
    0 0 0 88px rgba(226, 27, 43, 0.07),
    0 0 0 176px rgba(226, 27, 43, 0.035);
  content: "";
  transform: translateY(-50%);
}

.telecom-page .tele-hero .tele-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
}

.telecom-page .tele-hero-grid {
  display: grid;
  height: 100%;
  grid-template-columns: minmax(0, 0.95fr) minmax(430px, 1.05fr);
  gap: 52px;
  align-items: center;
}

.telecom-page .tele-breadcrumb {
  margin-bottom: 18px;
  color: #aac0dc;
  font-family: Consolas, "Courier New", Consolas, monospace;
  font-size: 12px;
  line-height: 1.5;
}

.telecom-page .tele-breadcrumb a {
  color: #dce9f8;
  text-decoration: none;
}

.telecom-page .tele-breadcrumb a:hover,
.telecom-page .tele-breadcrumb a:focus {
  color: #fff;
}

.telecom-page .tele-hero .tele-kicker {
  margin-bottom: 16px;
}

.telecom-page .tele-hero h1 {
  max-width: 650px;
  margin: 0;
  color: #fff;
  font-family: Arial, Helvetica, "Segoe UI", Arial, Helvetica, "Segoe UI", Arial, sans-serif;
  font-size: 52px;
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.telecom-page .tele-hero-copy > p {
  max-width: 600px;
  margin: 22px 0 0;
  color: #d5e3f4;
  font-size: 18px;
  line-height: 1.72;
}

.telecom-page .tele-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.telecom-page .tele-btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.telecom-page .tele-btn-primary {
  background: var(--tele-red);
  box-shadow: 0 14px 28px rgba(226, 27, 43, 0.24);
  color: #fff;
}

.telecom-page .tele-btn-primary:hover,
.telecom-page .tele-btn-primary:focus {
  background: #bc1421;
  color: #fff;
}

.telecom-page .tele-btn-secondary {
  border-color: rgba(212, 226, 244, 0.56);
  color: #fff;
}

.telecom-page .tele-btn-secondary:hover,
.telecom-page .tele-btn-secondary:focus {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.telecom-page .tele-proof-strip {
  display: grid;
  margin-top: 30px;
  border-top: 1px solid rgba(204, 220, 240, 0.28);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.telecom-page .tele-proof {
  min-width: 0;
  padding: 18px 13px 0 0;
}

.telecom-page .tele-proof + .tele-proof {
  padding-left: 13px;
  border-left: 1px solid rgba(204, 220, 240, 0.22);
}

.telecom-page .tele-proof strong {
  display: block;
  color: var(--tele-gold);
  font-family: Consolas, "Courier New", Consolas, monospace;
  font-size: 16px;
  line-height: 1.2;
}

.telecom-page .tele-proof span {
  display: block;
  margin-top: 7px;
  color: #c5d5e9;
  font-size: 11px;
  line-height: 1.45;
}

.telecom-page .tele-hero-media {
  position: relative;
  height: 468px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(213, 228, 246, 0.28);
  border-radius: 16px;
  background: #0a1c38;
  box-shadow: 0 26px 60px rgba(1, 10, 27, 0.28);
}

.telecom-page .tele-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.telecom-page .tele-media-label {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 9px 12px;
  border-left: 3px solid var(--tele-red);
  border-radius: 5px;
  background: rgba(7, 24, 51, 0.9);
  color: #fff;
  font-family: Consolas, "Courier New", Consolas, monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.telecom-page .tele-media-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 50px 22px 18px;
  background: linear-gradient(180deg, transparent, rgba(3, 16, 35, 0.88));
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.55;
}

.telecom-page .tele-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.telecom-page .tele-service-card,
.telecom-page .tele-app-card,
.telecom-page .tele-case-card {
  overflow: hidden;
  border: 1px solid var(--tele-line);
  border-radius: 14px;
  background: #fff;
}

.telecom-page .tele-service-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.telecom-page .tele-service-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.telecom-page .tele-service-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.telecom-page .tele-index {
  margin-bottom: 14px;
  color: var(--tele-red);
  font-family: Consolas, "Courier New", Consolas, monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.telecom-page .tele-service-card h3,
.telecom-page .tele-app-card h3,
.telecom-page .tele-case-card h3 {
  margin: 0;
  color: var(--tele-ink);
  font-family: Arial, Helvetica, "Segoe UI", Arial, Helvetica, "Segoe UI", Arial, sans-serif;
  font-size: 21px;
  line-height: 1.25;
}

.telecom-page .tele-service-card p,
.telecom-page .tele-app-card p,
.telecom-page .tele-case-card p {
  margin: 13px 0 0;
  color: var(--tele-copy);
  line-height: 1.65;
}

.telecom-page .tele-card-link {
  display: inline-flex;
  margin-top: auto;
  padding-top: 22px;
  color: var(--tele-red);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.telecom-page .tele-card-link:hover,
.telecom-page .tele-card-link:focus {
  color: #a90f1a;
}

.telecom-page .tele-risk-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.88fr) minmax(0, 1.12fr);
  gap: 30px;
  align-items: stretch;
}

.telecom-page .tele-risk-media {
  position: relative;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(207, 224, 243, 0.22);
  border-radius: 14px;
}

.telecom-page .tele-risk-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.telecom-page .tele-risk-list {
  display: grid;
  border-top: 1px solid rgba(205, 222, 241, 0.25);
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.telecom-page .tele-risk-item {
  display: grid;
  padding: 18px 0;
  border-bottom: 1px solid rgba(205, 222, 241, 0.25);
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.telecom-page .tele-risk-item > span {
  color: var(--tele-gold);
  font-family: Consolas, "Courier New", Consolas, monospace;
  font-size: 12px;
  font-weight: 700;
}

.telecom-page .tele-risk-item h3 {
  margin: 0;
  color: #fff;
  font-size: 17px;
}

.telecom-page .tele-risk-item p {
  margin: 7px 0 0;
  color: #bdd0e8;
  font-size: 14px;
  line-height: 1.55;
}

.telecom-page .tele-app-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.telecom-page .tele-app-card {
  min-width: 0;
}

.telecom-page .tele-app-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.telecom-page .tele-app-body {
  padding: 22px;
}

.telecom-page .tele-app-body span {
  display: block;
  margin-bottom: 10px;
  color: var(--tele-red);
  font-family: Consolas, "Courier New", Consolas, monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.telecom-page .tele-capability-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.62fr) minmax(0, 1.38fr);
  gap: 30px;
  align-items: stretch;
}

.telecom-page .tele-capability-rail {
  display: grid;
  min-height: 100%;
  grid-template-rows: auto minmax(260px, 1fr);
  gap: 18px;
}

.telecom-page .tele-capability-note {
  padding: 26px;
  border-left: 4px solid var(--tele-red);
  border-radius: 0 12px 12px 0;
  background: var(--tele-navy);
  color: #fff;
}

.telecom-page .tele-capability-note h3 {
  margin: 0;
  font-size: 22px;
}

.telecom-page .tele-capability-note p {
  margin: 14px 0 0;
  color: #c6d6e9;
  line-height: 1.68;
}

.telecom-page .tele-capability-image {
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
}

.telecom-page .tele-capability-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.telecom-page .tele-table-wrap {
  overflow: hidden;
  border: 1px solid var(--tele-line);
  border-radius: 12px;
  background: #fff;
}

.telecom-page .tele-capability-table {
  width: 100%;
  border-collapse: collapse;
}

.telecom-page .tele-capability-table th,
.telecom-page .tele-capability-table td {
  padding: 18px 20px;
  border-bottom: 1px solid var(--tele-line);
  vertical-align: top;
  text-align: left;
}

.telecom-page .tele-capability-table th {
  background: var(--tele-navy);
  color: #fff;
  font-size: 13px;
}

.telecom-page .tele-capability-table td {
  color: var(--tele-copy);
  font-size: 14px;
  line-height: 1.55;
}

.telecom-page .tele-capability-table td:first-child {
  width: 23%;
  color: var(--tele-ink);
  font-weight: 800;
}

.telecom-page .tele-capability-table tr:last-child td {
  border-bottom: 0;
}

.telecom-page .tele-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--tele-line);
  border-left: 1px solid var(--tele-line);
}

.telecom-page .tele-process-step {
  min-height: 190px;
  padding: 28px;
  border-right: 1px solid var(--tele-line);
  border-bottom: 1px solid var(--tele-line);
  background: #fff;
}

.telecom-page .tele-process-step span {
  color: var(--tele-red);
  font-family: Consolas, "Courier New", Consolas, monospace;
  font-size: 12px;
  font-weight: 700;
}

.telecom-page .tele-process-step h3 {
  margin: 18px 0 0;
  color: var(--tele-ink);
  font-size: 18px;
}

.telecom-page .tele-process-step p {
  margin: 10px 0 0;
  color: var(--tele-copy);
  font-size: 14px;
  line-height: 1.6;
}

.telecom-page .tele-case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.telecom-page .tele-case-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.telecom-page .tele-case-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.telecom-page .tele-case-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.telecom-page .tele-case-meta {
  margin: 20px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--tele-line);
}

.telecom-page .tele-case-meta div {
  display: grid;
  margin-top: 8px;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 10px;
  color: var(--tele-copy);
  font-size: 12px;
  line-height: 1.45;
}

.telecom-page .tele-case-meta b {
  color: var(--tele-ink);
}

.telecom-page .tele-trust-grid {
  display: grid;
  grid-template-columns: minmax(380px, 0.92fr) minmax(0, 1.08fr);
  gap: 32px;
  align-items: stretch;
}

.telecom-page .tele-trust-media {
  position: relative;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
}

.telecom-page .tele-trust-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.telecom-page .tele-trust-links {
  display: grid;
  border-top: 1px solid var(--tele-line);
}

.telecom-page .tele-trust-link {
  display: grid;
  min-height: 112px;
  padding: 22px 8px;
  border-bottom: 1px solid var(--tele-line);
  color: var(--tele-ink);
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  text-decoration: none;
}

.telecom-page .tele-trust-link > span:first-child {
  color: var(--tele-red);
  font-family: Consolas, "Courier New", Consolas, monospace;
  font-size: 12px;
  font-weight: 700;
}

.telecom-page .tele-trust-link strong {
  display: block;
  font-size: 18px;
}

.telecom-page .tele-trust-link small {
  display: block;
  margin-top: 6px;
  color: var(--tele-copy);
  font-size: 13px;
  line-height: 1.5;
}

.telecom-page .tele-trust-link > b {
  color: var(--tele-red);
  font-size: 20px;
}

.telecom-page .tele-trust-link:hover strong,
.telecom-page .tele-trust-link:focus strong {
  color: var(--tele-red);
}

.telecom-page .tele-inquiry-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
  gap: 30px;
  align-items: stretch;
}

.telecom-page .tele-input-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.telecom-page .tele-input-item {
  display: flex;
  min-height: 52px;
  align-items: center;
  padding: 12px 15px;
  border: 1px solid var(--tele-line);
  border-radius: 9px;
  background: #fff;
  color: var(--tele-ink);
  font-size: 13px;
  font-weight: 700;
}

.telecom-page .tele-inquiry-panel {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 30px;
  border-radius: 14px;
  background: var(--tele-navy);
  color: #fff;
}

.telecom-page .tele-inquiry-panel h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.35;
}

.telecom-page .tele-inquiry-panel > p {
  margin: 16px 0 0;
  color: #c6d6e9;
  line-height: 1.7;
}

.telecom-page .tele-response-flow {
  display: grid;
  margin: 24px 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.telecom-page .tele-response-flow span {
  padding: 12px 8px;
  border: 1px solid rgba(207, 224, 243, 0.25);
  border-radius: 8px;
  color: #dbe8f6;
  font-family: Consolas, "Courier New", Consolas, monospace;
  font-size: 11px;
  text-align: center;
}

.telecom-page .tele-inquiry-panel .tele-actions {
  margin-top: auto;
}

.telecom-page .industry-insights-feature-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.telecom-page .tele-faq-section {
  background: var(--tele-mist);
}

.telecom-page .tele-faq-section .faqwrap {
  max-width: 920px;
}

.telecom-page .tele-faq-section .tele-section-head {
  margin-bottom: 34px;
}

.telecom-page .tele-final-cta {
  padding: 78px 0;
  background:
    radial-gradient(circle at 86% 30%, rgba(226, 27, 43, 0.16), transparent 28%),
    linear-gradient(135deg, var(--tele-navy), #12325d);
  color: #fff;
  text-align: center;
}

.telecom-page .tele-final-cta h2 {
  max-width: 780px;
  margin: 0 auto;
  color: #fff;
  font-family: Arial, Helvetica, "Segoe UI", Arial, Helvetica, "Segoe UI", Arial, sans-serif;
  font-size: clamp(36px, 4vw, 50px);
  line-height: 1.08;
}

.telecom-page .tele-final-cta p {
  max-width: 720px;
  margin: 20px auto 0;
  color: #c7d8ec;
  font-size: 17px;
  line-height: 1.7;
}

.telecom-page .tele-final-cta .tele-actions {
  justify-content: center;
}

.telecom-page .tele-sticky-cta {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 45;
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--tele-red);
  box-shadow: 0 14px 30px rgba(7, 24, 51, 0.25);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.telecom-page .tele-sticky-cta:hover,
.telecom-page .tele-sticky-cta:focus {
  background: #b91420;
  color: #fff;
}

@media (max-width: 1250px) and (min-width: 1101px) {
  .telecom-page .tele-hero-grid {
    gap: 34px;
  }

  .telecom-page .tele-hero h1 {
    font-size: 44px;
  }

  .telecom-page .tele-hero-copy > p {
    margin-top: 18px;
  }

  .telecom-page .tele-actions {
    margin-top: 22px;
  }

  .telecom-page .tele-proof-strip {
    margin-top: 24px;
  }

  .telecom-page .tele-proof {
    padding-right: 8px;
  }

  .telecom-page .tele-proof + .tele-proof {
    padding-left: 8px;
  }

  .telecom-page .tele-hero-media {
    height: 440px;
  }
}

@media (max-width: 1100px) {
  .telecom-page .tele-hero {
    height: auto;
    min-height: 650px;
  }

  .telecom-page .tele-hero-grid {
    padding: 64px 0;
    grid-template-columns: 1fr 0.92fr;
    gap: 34px;
  }

  .telecom-page .tele-hero h1 {
    font-size: 46px;
  }

  .telecom-page .tele-hero-media {
    height: 420px;
  }

  .telecom-page .tele-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .telecom-page .tele-app-grid,
  .telecom-page .tele-case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .telecom-page .tele-capability-grid,
  .telecom-page .tele-trust-grid,
  .telecom-page .tele-inquiry-grid {
    grid-template-columns: 1fr;
  }

  .telecom-page .tele-capability-rail {
    grid-template-columns: 0.85fr 1.15fr;
    grid-template-rows: minmax(290px, auto);
  }
}

@media (max-width: 820px) {
  .telecom-page .tele-wrap {
    width: min(100% - 36px, 1180px);
  }

  .telecom-page .tele-section {
    padding: 72px 0;
  }

  .telecom-page .tele-hero {
    min-height: 0;
  }

  .telecom-page .tele-hero-grid {
    height: auto;
    padding: 54px 0 64px;
    grid-template-columns: 1fr;
  }

  .telecom-page .tele-hero h1 {
    font-size: 44px;
  }

  .telecom-page .tele-hero-media {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .telecom-page .tele-risk-grid {
    grid-template-columns: 1fr;
  }

  .telecom-page .tele-risk-media {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .telecom-page .tele-risk-list {
    grid-template-rows: none;
  }

  .telecom-page .tele-capability-rail {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }

  .telecom-page .tele-capability-image,
  .telecom-page .tele-trust-media {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .telecom-page .tele-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .telecom-page .tele-trust-grid,
  .telecom-page .tele-inquiry-grid {
    align-items: start;
  }
}

@media (max-width: 620px) {
  .telecom-page .tele-wrap {
    width: min(100% - 32px, 1180px);
  }

  .telecom-page .tele-section {
    padding: 60px 0;
  }

  .telecom-page .tele-section-head {
    margin-bottom: 30px;
  }

  .telecom-page .tele-section-head h2 {
    font-size: 34px;
  }

  .telecom-page .tele-section-head p {
    font-size: 16px;
  }

  .telecom-page .tele-hero-grid {
    padding: 46px 0 56px;
  }

  .telecom-page .tele-hero h1 {
    font-size: 38px;
  }

  .telecom-page .tele-hero-copy > p {
    font-size: 16px;
  }

  .telecom-page .tele-actions {
    flex-direction: column;
  }

  .telecom-page .tele-btn {
    width: 100%;
  }

  .telecom-page .tele-proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .telecom-page .tele-proof {
    padding-bottom: 14px;
  }

  .telecom-page .tele-proof:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }

  .telecom-page .tele-service-grid,
  .telecom-page .tele-app-grid,
  .telecom-page .tele-case-grid,
  .telecom-page .tele-process-grid,
  .telecom-page .tele-input-list {
    grid-template-columns: 1fr;
  }

  .telecom-page .tele-risk-item {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .telecom-page .tele-table-wrap {
    overflow-x: auto;
  }

  .telecom-page .tele-capability-table {
    min-width: 720px;
  }

  .telecom-page .tele-trust-link {
    grid-template-columns: 42px minmax(0, 1fr) auto;
  }

  .telecom-page .tele-response-flow {
    grid-template-columns: 1fr;
  }

  .telecom-page .tele-sticky-cta {
    right: 16px;
    bottom: 16px;
    min-height: 44px;
    padding: 0 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .telecom-page .tele-btn,
  .telecom-page .tele-sticky-cta {
    transition: none;
  }
}
