/* Telelec product page templates — shared styles (loads in footer to override theme) */

body div#content {
  margin-top: 0 !important;
}

body .telelec-page.telelec-page {
  --tl-primary: #e68b4d;
  --tl-primary-hover: #d47a3d;
  --tl-heading: #1a1a1a;
  --tl-text: #333333;
  --tl-muted: #6b7280;
  --tl-surface: #f7f6f4;
  --tl-card: #ffffff;
  --tl-border: #e5e7eb;
  --tl-container: 1152px;
  font-family: Hind, Roboto, "Segoe UI", sans-serif !important;
  color: var(--tl-text) !important;
  line-height: 1.6 !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-sizing: border-box !important;
}

body .telelec-page.telelec-page *,
body .telelec-page.telelec-page *::before,
body .telelec-page.telelec-page *::after {
  box-sizing: border-box !important;
}

body .telelec-page.telelec-page img {
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
  border: none !important;
  box-shadow: none !important;
}

body .telelec-page .telelec-container {
  max-width: var(--tl-container) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  width: 100% !important;
}

body .telelec-page .telelec-section {
  padding: 56px 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: none !important;
}

body .telelec-page .telelec-section--surface {
  background: var(--tl-surface) !important;
}

body .telelec-page h2.telelec-section-title {
  margin: 0 0 24px !important;
  padding: 0 !important;
  font-size: 1.75rem !important;
  font-weight: 600 !important;
  letter-spacing: -0.02em !important;
  color: var(--tl-heading) !important;
  line-height: 1.2 !important;
  text-transform: none !important;
  border: none !important;
  background: none !important;
}

body .telelec-page h2.telelec-section-title::after {
  content: "" !important;
  display: block !important;
  margin-top: 12px !important;
  width: 64px !important;
  height: 4px !important;
  border-radius: 2px !important;
  background: var(--tl-primary) !important;
}

body .telelec-page p.telelec-label {
  margin: 0 0 12px !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: var(--tl-primary) !important;
}

body .telelec-page h2.telelec-subtitle {
  margin: 16px 0 0 !important;
  padding: 0 !important;
  font-size: 1.125rem !important;
  font-weight: 400 !important;
  line-height: 1.625 !important;
  color: var(--tl-muted) !important;
  text-transform: none !important;
  border: none !important;
}

body .telelec-page .telelec-btn-row {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin-top: 28px !important;
}

body .telelec-page a.telelec-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 40px !important;
  padding: 0 32px !important;
  font-family: Hind, Roboto, "Segoe UI", sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  border-radius: 6px !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  line-height: 1 !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
}

body .telelec-page a.telelec-btn--primary,
body .telelec-page a.telelec-btn--primary:hover,
body .telelec-page a.telelec-btn--primary:focus {
  background: var(--tl-primary) !important;
  color: #fff !important;
  border: 1px solid var(--tl-primary) !important;
}

body .telelec-page a.telelec-btn--primary:hover {
  background: var(--tl-primary-hover) !important;
  border-color: var(--tl-primary-hover) !important;
}

body .telelec-page a.telelec-btn--outline {
  background: #fff !important;
  color: var(--tl-text) !important;
  border: 1px solid var(--tl-border) !important;
}

body .telelec-page a.telelec-btn--outline:hover {
  background: var(--tl-surface) !important;
  color: var(--tl-text) !important;
}

body .telelec-page a.telelec-btn--sm {
  height: 36px !important;
  padding: 0 16px !important;
}

body .telelec-page .telelec-hero {
  padding: 56px 0 !important;
  background: var(--tl-surface) !important;
  border-bottom: 1px solid var(--tl-border) !important;
}

body .telelec-page .telelec-hero__grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 40px !important;
  align-items: center !important;
}

body .telelec-page h1.telelec-hero__title {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 2.75rem !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.02em !important;
  color: var(--tl-heading) !important;
  text-transform: none !important;
  border: none !important;
}

body .telelec-page figure.telelec-figure {
  margin: 0 !important;
  padding: 20px !important;
  background: var(--tl-card) !important;
  border: 1px solid var(--tl-border) !important;
  border-radius: 8px !important;
}

body .telelec-page figure.telelec-figure img {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 512px !important;
  width: 100% !important;
  object-fit: contain !important;
  border-radius: 6px !important;
}

body .telelec-page .telelec-figure__caption {
  margin-top: 12px !important;
  text-align: center !important;
  font-size: 0.75rem !important;
  color: var(--tl-muted) !important;
}

body .telelec-page .telelec-figure--wide img {
  max-width: 672px !important;
}

body .telelec-page .telelec-table-wrap {
  overflow-x: auto !important;
  border: 1px solid var(--tl-border) !important;
  border-radius: 8px !important;
}

body .telelec-page table.telelec-table {
  width: 100% !important;
  border-collapse: collapse !important;
  font-size: 0.9375rem !important;
  margin: 0 !important;
  border: none !important;
  background: #fff !important;
}

body .telelec-page table.telelec-table th,
body .telelec-page table.telelec-table td {
  padding: 14px 18px !important;
  text-align: left !important;
  border-bottom: 1px solid var(--tl-border) !important;
  vertical-align: top !important;
  background: transparent !important;
  color: var(--tl-text) !important;
}

body .telelec-page table.telelec-table tr:last-child td,
body .telelec-page table.telelec-table tr:last-child th {
  border-bottom: none !important;
}

body .telelec-page table.telelec-table thead th {
  background: var(--tl-surface) !important;
  font-weight: 600 !important;
  color: var(--tl-heading) !important;
}

body .telelec-page table.telelec-table tbody tr:nth-child(even) td {
  background: #fafafa !important;
}

body .telelec-page table.telelec-table .tl-col-label {
  width: 33.333% !important;
  font-weight: 600 !important;
  color: var(--tl-heading) !important;
}

body .telelec-page table.telelec-table .tl-col-app {
  font-weight: 500 !important;
  color: var(--tl-heading) !important;
}

body .telelec-page p.telelec-intro {
  margin: 0 0 24px !important;
  max-width: 896px !important;
  font-size: 0.875rem !important;
  color: var(--tl-muted) !important;
}

body .telelec-page .telelec-body-text {
  margin: 0 !important;
  max-width: 896px !important;
  font-size: 1rem !important;
  line-height: 1.625 !important;
  color: var(--tl-text) !important;
}

body .telelec-page .telelec-body-text--stack p {
  margin: 0 0 16px !important;
  color: var(--tl-text) !important;
}

body .telelec-page .telelec-body-text--stack p:last-child {
  margin-bottom: 0 !important;
}

body .telelec-page h3.telelec-chips-label {
  margin: 40px 0 0 !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: var(--tl-primary) !important;
  border: none !important;
  padding: 0 !important;
}

body .telelec-page p.telelec-chips-note {
  margin: 8px 0 0 !important;
  font-size: 0.875rem !important;
  color: var(--tl-muted) !important;
}

body .telelec-page .telelec-chips {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-top: 20px !important;
}

body .telelec-page a.telelec-chip {
  display: inline-block !important;
  padding: 8px 16px !important;
  font-size: 0.875rem !important;
  color: var(--tl-text) !important;
  background: var(--tl-card) !important;
  border: 1px solid var(--tl-border) !important;
  border-radius: 999px !important;
  text-decoration: none !important;
}

body .telelec-page a.telelec-chip:hover {
  border-color: var(--tl-primary) !important;
  color: var(--tl-primary) !important;
  background: var(--tl-card) !important;
}

body .telelec-page ul.telelec-cards {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 12px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body .telelec-page li.telelec-card {
  display: flex !important;
  gap: 12px !important;
  padding: 16px !important;
  background: var(--tl-card) !important;
  border: 1px solid var(--tl-border) !important;
  border-radius: 6px !important;
  list-style: none !important;
  margin: 0 !important;
}

body .telelec-page .telelec-card__dot {
  flex-shrink: 0 !important;
  width: 8px !important;
  height: 8px !important;
  margin-top: 8px !important;
  border-radius: 50% !important;
  background: var(--tl-primary) !important;
}

body .telelec-page .telelec-card__text {
  font-size: 0.875rem !important;
  line-height: 1.625 !important;
  color: var(--tl-text) !important;
}

body .telelec-page .telelec-figure--grid .telelec-figure__inner {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 20px !important;
}

body .telelec-page .telelec-figure--grid img {
  max-width: 100% !important;
  border-radius: 6px !important;
}

body .telelec-page .telelec-figure--mt {
  margin-top: 40px !important;
}

body .telelec-page h2.telelec-downloads-title {
  margin: 0 0 20px !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: var(--tl-primary) !important;
  border: none !important;
  padding: 0 !important;
}

body .telelec-page h2.telelec-downloads-title::after {
  display: none !important;
}

body .telelec-page .telelec-products {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 16px !important;
}

body .telelec-page a.telelec-product {
  display: block !important;
  padding: 20px !important;
  background: var(--tl-card) !important;
  border: 1px solid var(--tl-border) !important;
  border-radius: 8px !important;
  text-decoration: none !important;
  color: inherit !important;
}

body .telelec-page a.telelec-product:hover {
  border-color: var(--tl-primary) !important;
  text-decoration: none !important;
}

body .telelec-page a.telelec-product h3 {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  color: var(--tl-heading) !important;
  border: none !important;
}

body .telelec-page a.telelec-product:hover h3 {
  color: var(--tl-primary) !important;
}

body .telelec-page a.telelec-product span {
  display: inline-block !important;
  margin-top: 8px !important;
  font-size: 0.875rem !important;
  color: var(--tl-primary) !important;
}

body .telelec-page .telelec-faq {
  max-width: 896px !important;
}

body .telelec-page .telelec-faq-item {
  border-bottom: 1px solid var(--tl-border) !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

body .telelec-page button.telelec-faq-question {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  padding: 16px 0 !important;
  background: none !important;
  border: none !important;
  cursor: pointer !important;
  font-family: Hind, Roboto, "Segoe UI", sans-serif !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  text-align: left !important;
  color: var(--tl-heading) !important;
  box-shadow: none !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  line-height: 1.4 !important;
}

body .telelec-page button.telelec-faq-question:hover {
  text-decoration: underline !important;
  background: none !important;
  color: var(--tl-heading) !important;
}

body .telelec-page .telelec-faq-chevron {
  flex-shrink: 0 !important;
  width: 16px !important;
  height: 16px !important;
  color: var(--tl-muted) !important;
  transition: transform 0.2s !important;
}

body .telelec-page .telelec-faq-item.is-open .telelec-faq-chevron {
  transform: rotate(180deg) !important;
}

body .telelec-page .telelec-faq-answer {
  display: none !important;
  padding: 0 0 16px !important;
  font-size: 0.875rem !important;
  line-height: 1.625 !important;
  color: var(--tl-text) !important;
}

body .telelec-page .telelec-faq-item.is-open .telelec-faq-answer {
  display: block !important;
}

body .telelec-page .telelec-cta {
  padding: 64px 0 !important;
  background: var(--tl-surface) !important;
  border-top: 1px solid var(--tl-border) !important;
}

body .telelec-page .telelec-cta p {
  margin: 16px 0 0 !important;
  max-width: 768px !important;
  font-size: 1rem !important;
  line-height: 1.625 !important;
  color: var(--tl-text) !important;
}

body .telelec-page .telelec-hero--simple h1.telelec-hero__title {
  max-width: 896px !important;
}

body .telelec-page .telelec-hero--simple h2.telelec-subtitle {
  max-width: 768px !important;
}

body .telelec-page .telelec-cta.telelec-cta--light {
  background: #fff !important;
}

@media (max-width: 1024px) {
  body .telelec-page h1.telelec-hero__title {
    font-size: 2rem !important;
  }
}

@media (max-width: 768px) {
  body .telelec-page .telelec-hero__grid,
  body .telelec-page ul.telelec-cards,
  body .telelec-page .telelec-products,
  body .telelec-page .telelec-figure--grid .telelec-figure__inner {
    grid-template-columns: 1fr !important;
  }

  body .telelec-page h1.telelec-hero__title {
    font-size: 1.75rem !important;
  }

  body .telelec-page .telelec-section {
    padding: 40px 0 !important;
  }

  body .telelec-page h2.telelec-section-title {
    font-size: 1.5rem !important;
  }
}
