/* wa-bridge.css — стилевой мост под оформление сайта (deepseek/deepseek-v4-pro). Не редактировать руками. */
:root {
  --bg-dark: #f7f7f7;
  --bg-dark-2: #ebebeb;
  --bg-card: #ffffff;
  --text-white: #000000;
  --text-muted: #6b6b6b;
  --border: rgb(51 51 51);
  --accent: rgb(51 51 51);
}

.wa-embed {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: rgb(0 0 0);
  max-width: 100%;
  overflow-x: hidden;
}

.wa-embed *,
.wa-embed *::before,
.wa-embed *::after {
  box-sizing: border-box;
}

.wa-embed img {
  max-width: 100%;
  height: auto;
  display: block;
}

.wa-embed a {
  color: rgb(51 51 51);
  text-decoration: none;
}

.wa-embed a:hover {
  text-decoration: underline;
}

.wa-embed h1, .wa-embed h2, .wa-embed h3, .wa-embed h4 {
  margin: 0.5em 0 0.25em;
  line-height: 1.2;
}

.wa-embed .hero {
  padding: 12px 0 8px;
  margin-bottom: 0;
}

.wa-embed .hero h1 {
  font-size: 1.75rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.2em;
  max-height: 6.3em;
  overflow: hidden;
}

.wa-embed .hero p {
  font-size: 0.875rem;
  line-height: 1.4;
  margin-bottom: 0.5em;
}

.wa-embed .operator-list,
.wa-embed .cards {
  margin-top: 0;
}

.wa-embed .card,
.wa-embed .operator-card,
.wa-embed .stat-tile,
.wa-embed .panel {
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--bg-card);
  padding: 12px;
  margin-bottom: 12px;
}

.wa-embed .operator-card img {
  max-width: 80px;
}

.wa-embed .operator-card .cta,
.wa-embed .cta-button,
.wa-embed .btn,
.wa-embed a[href].cta,
.wa-embed .operator-card .cta-link {
  display: inline-block;
  background: var(--accent);
  color: #ffffff;
  padding: 8px 24px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.4;
  border: none;
  text-align: center;
}

.wa-embed .operator-card .cta:hover,
.wa-embed .cta-button:hover,
.wa-embed .btn:hover,
.wa-embed a[href].cta:hover,
.wa-embed .operator-card .cta-link:hover {
  background: #555;
  text-decoration: none;
}

.wa-embed .comparison-table {
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 12px;
}

.wa-embed table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.wa-embed th,
.wa-embed td {
  border: 1px solid var(--border);
  padding: 8px;
  text-align: left;
}

.wa-embed th {
  background: #f0f0f0;
  font-weight: 600;
}

.wa-embed .faq-item,
.wa-embed .faq-question {
  border-bottom: 1px solid var(--border);
  padding: 12px 0;
  margin: 0;
  font-weight: 600;
  list-style: none;
}

.wa-embed .faq-answer {
  padding: 8px 0 12px;
  font-size: 0.9375rem;
}

.wa-embed .legal {
  border-top: 1px solid var(--border);
  margin-top: 24px;
  padding-top: 12px;
  font-size: 0.75rem;
  color: var(--text-muted);
  line-height: 1.5;
}

.wa-embed .legal a {
  color: inherit;
  text-decoration: underline;
}

.wa-embed .legal a:hover {
  color: rgb(51 51 51);
}

@media screen and (max-width: 440px) {
  .wa-embed .hero h1 {
    font-size: 1.625rem;
  }
  .wa-embed .operator-card,
  .wa-embed .card {
    padding: 10px;
  }
  .wa-embed .operator-card .cta,
  .wa-embed .cta-button {
    padding: 8px 16px;
  }
}

@media screen and (max-width: 320px) {
  .wa-embed {
    font-size: 15px;
  }
}
