html {
  overflow-x: hidden;
}
.telc-info-page {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, system-ui, sans-serif;
  background: #f7f4ef;
  color: #1c1917;
  overflow-x: hidden;
}
[dir="rtl"] a[href^="mailto:"],
[dir="rtl"] a[href^="http"] {
  unicode-bidi: isolate;
  direction: ltr;
}
html.dark .telc-info-page,
html.dark body.telc-info-page {
  background: #121212;
  color: #f1f1f1;
}
.telc-info-shell {
  width: min(920px, calc(100% - 32px));
  margin: 0 auto;
  padding: 20px 0 48px;
}
.telc-info-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 28px;
}
.telc-info-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.telc-info-brand img {
  width: 36px;
  height: 36px;
  border-radius: 10px;
}
.telc-info-brand em {
  font-style: normal;
  color: #1976d2;
}
.telc-lang-switch {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.telc-lang-switch button {
  border: 1px solid #d6d0c8;
  background: #fff;
  color: inherit;
  border-radius: 999px;
  padding: 6px 12px;
  font: 600 0.78rem Inter, sans-serif;
  cursor: pointer;
}
html.dark .telc-lang-switch button {
  background: #1e1e1e;
  border-color: #333;
  color: #eee;
}
.telc-lang-switch button[aria-pressed="true"] {
  background: #1976d2;
  border-color: #1976d2;
  color: #fff;
}
.telc-info-article {
  background: #fff;
  border: 1px solid #e7e1d9;
  border-radius: 22px;
  padding: 28px 26px 36px;
  line-height: 1.7;
}
html.dark .telc-info-article {
  background: #1a1a1a;
  border-color: #2c2c2c;
}
.telc-info-article h1 {
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.25;
  margin: 0 0 10px;
}
.telc-info-article .lede {
  font-size: 1.05rem;
  color: #57534e;
  margin: 0 0 22px;
}
html.dark .telc-info-article .lede {
  color: #cfcfcf;
}
.telc-info-article h2 {
  font-size: 1.15rem;
  margin: 28px 0 10px;
}
.telc-info-article h3 {
  font-size: 1.02rem;
  margin: 20px 0 8px;
}
.telc-info-article p,
.telc-info-article li {
  font-size: 0.98rem;
  color: #3f3a36;
}
html.dark .telc-info-article p,
html.dark .telc-info-article li {
  color: #d7d7d7;
}
.telc-info-article ul,
.telc-info-article ol {
  padding-inline-start: 1.2rem;
}
.telc-info-article a {
  color: #1565c0;
}
.telc-note {
  margin: 18px 0 0;
  padding: 14px 16px;
  border-radius: 14px;
  background: #eef5fb;
  border: 1px solid #cfe0f0;
  font-size: 0.92rem;
}
html.dark .telc-note {
  background: #182230;
  border-color: #2a3b4d;
}
.telc-checklist {
  list-style: none;
  padding: 0;
}
.telc-checklist li {
  padding: 8px 0 8px 28px;
  position: relative;
}
.telc-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 14px;
  height: 14px;
  border: 2px solid #1976d2;
  border-radius: 4px;
}
[dir="rtl"] .telc-checklist li {
  padding: 8px 28px 8px 0;
}
[dir="rtl"] .telc-checklist li::before {
  left: auto;
  right: 0;
}
.telc-lang-panel[hidden] {
  display: none !important;
}
.telc-guide-grid {
  display: grid;
  gap: 12px;
}
@media (min-width: 720px) {
  .telc-guide-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.telc-guide-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border: 1px solid #e7e1d9;
  border-radius: 16px;
  padding: 16px 16px 14px;
  background: #faf8f4;
}
html.dark .telc-guide-card {
  background: #202020;
  border-color: #333;
}
.telc-guide-card strong {
  display: block;
  margin-bottom: 6px;
}
.telc-guide-card span {
  font-size: 0.88rem;
  color: #6b6560;
}
html.dark .telc-guide-card span {
  color: #bbb;
}

.telc-site-footer {
  margin-top: 40px;
  padding: 28px 16px 36px;
  border-top: 1px solid #e7e1d9;
  background: #f3efe8;
  text-align: center;
  font-size: 0.82rem;
  color: #57534e;
}
html.dark .telc-site-footer {
  background: #161616;
  border-top-color: #2c2c2c;
  color: #c8c8c8;
}
.telc-site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 16px;
  margin: 0 0 14px;
}
.telc-site-footer a {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
}
.telc-site-footer a:hover,
.telc-site-footer a:focus-visible {
  text-decoration: underline;
  color: #1565c0;
}
.telc-site-footer p {
  margin: 8px auto 0;
  max-width: 46rem;
  line-height: 1.65;
}
.telc-site-footer--compact {
  margin-top: 24px;
  padding: 12px 12px 18px;
  font-size: 0.72rem;
  position: relative;
  z-index: 0;
}
.telc-site-footer--compact nav {
  margin-bottom: 6px;
  gap: 6px 12px;
}

.telc-learn-tip {
  width: min(920px, calc(100% - 24px));
  margin: 10px auto 16px;
  border: 1px solid #dbe7f3;
  background: #f4f8fc;
  border-radius: 14px;
  padding: 12px 14px;
  font-family: Inter, system-ui, sans-serif;
}
html.dark .telc-learn-tip {
  background: #182230;
  border-color: #2a3b4d;
  color: #eee;
}
.telc-learn-tip summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 0.92rem;
}
.telc-learn-tip p,
.telc-learn-tip li {
  font-size: 0.9rem;
  line-height: 1.55;
  margin: 8px 0 0;
}
.telc-404-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.telc-404-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  background: #1976d2;
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
}
.telc-404-actions a.ghost {
  background: transparent;
  color: #1976d2 !important;
  border: 1px solid #1976d2;
}

@media (max-width: 430px) {
  .telc-info-article {
    padding: 20px 16px 28px;
    border-radius: 16px;
  }
  .telc-site-footer nav {
    gap: 10px 12px;
  }
}
