:root {
  --bg: #ffffff;
  --bg-muted: #f6f8fa;
  --card: #ffffff;
  --text: #0f172a;
  --muted: #64748b;
  --accent: #2563eb;
  --accent-hover: #1d4ed8;
  --border: #e2e8f0;
  --hover: #f1f5f9;
  --success: #16a34a;
  --success-bg: #ecfdf5;
  --radius: 10px;
  --font: "Manrope", "Segoe UI", system-ui, sans-serif;
}
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--accent); }
header {
  padding: 1.25rem 2rem;
  border-bottom: 1px solid var(--border);
  background: var(--bg);
}
header h1 { margin: 0 0 0.25rem; font-size: 1.35rem; }
header p { margin: 0; color: var(--muted); }
main { max-width: 960px; margin: 0 auto; padding: 1.5rem; }
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1rem;
}
.card .val { font-size: 1.5rem; font-weight: 700; color: var(--text); }
.card .lbl { font-size: 0.8rem; color: var(--muted); }
.panel {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1rem 1.25rem;
  margin-bottom: 1rem;
}
.panel h2 { margin-top: 0; font-size: 1rem; }
form { display: flex; flex-direction: column; gap: 0.5rem; }
input, textarea, button, select {
  font: inherit;
  padding: 0.55rem 0.75rem;
  border-radius: 8px;
  border: 1px solid var(--border);
  background: var(--bg);
  color: var(--text);
}
button {
  background: var(--accent);
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
}
button:hover { background: var(--accent-hover); }
#matches { list-style: none; padding: 0; margin: 0; }
#matches li {
  border-top: 1px solid var(--border);
  padding: 0.75rem 0;
}
#matches a { color: var(--accent); }

/* Landing */
.landing-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border);
}
.landing-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}
.landing-nav strong {
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}
.landing-nav nav { display: flex; gap: 1.1rem; flex-wrap: wrap; align-items: center; }
.landing-nav a { color: var(--muted); text-decoration: none; font-size: 0.92rem; font-weight: 500; }
.landing-nav a:hover { color: var(--text); background: var(--hover); border-radius: 6px; padding: 0.2rem 0.35rem; margin: -0.2rem -0.35rem; }
.wrap { max-width: 1040px; margin: 0 auto; padding: 0 1.5rem; }
.hero { padding: 3.5rem 1.5rem 2.5rem; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 600;
  margin: 0 0 0.85rem;
}
.hero h1 {
  font-size: clamp(1.85rem, 4vw, 2.6rem);
  margin: 0 0 1rem;
  line-height: 1.15;
  letter-spacing: -0.03em;
  font-weight: 800;
  color: var(--text);
  max-width: 18ch;
}
.lead { color: var(--muted); font-size: 1.05rem; max-width: 560px; margin: 0; }
.hero-actions { display: flex; gap: 0.65rem; flex-wrap: wrap; margin: 1.75rem 0 1.5rem; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.2rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background 140ms ease, border-color 140ms ease, color 140ms ease;
}
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { background: var(--accent-hover); color: #fff; }
.btn-ghost { border-color: var(--border); color: var(--text); background: var(--bg); }
.btn-ghost:hover { background: var(--hover); }
.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  max-width: 820px;
  margin: 1.5rem 0 1rem;
  background: var(--bg);
}
.hero-stat {
  padding: 0.9rem 1rem;
  border-right: 1px solid var(--border);
}
.hero-stat:last-child { border-right: none; }
.tender-chart-wrap {
  max-width: 820px;
  margin: 0 0 0.5rem;
  padding: 0.85rem 1rem 1rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
}
.tender-chart-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.65rem;
  font-size: 0.9rem;
}
.tender-chart {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 72px;
}
.tender-chart-bar {
  flex: 1;
  min-width: 0;
  background: #bfdbfe;
  border-radius: 3px 3px 0 0;
  position: relative;
}
.tender-chart-bar.is-peak { background: var(--accent); }
.tender-chart-bar:hover { opacity: 0.85; }
.how-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}
.how-step {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1rem 1.05rem;
}
.how-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 999px;
  background: #eff6ff;
  color: var(--accent);
  font-weight: 800;
  font-size: 0.85rem;
  margin-bottom: 0.55rem;
}
.how-step h3 {
  margin: 0 0 0.4rem;
  font-size: 1rem;
}
.how-step p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}
.hero-stat-val {
  display: block;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--text);
}
.hero-stat-lbl { font-size: 0.78rem; color: var(--muted); }
.hero-points { color: var(--muted); padding-left: 1.15rem; margin: 0; }
.section { padding: 2.25rem 1.5rem; }
.section h2 {
  margin: 0 0 1rem;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
  font-weight: 750;
}

/* Avito-like rows */
.row-list {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--bg);
}
.row-item {
  display: grid;
  grid-template-columns: 48px 1fr auto auto;
  gap: 1rem;
  align-items: center;
  padding: 0.95rem 1.1rem;
  border-bottom: 1px solid var(--border);
  text-decoration: none;
  color: inherit;
  transition: background 120ms ease;
}
.row-item:last-child { border-bottom: none; }
.row-item:hover { background: var(--hover); }
.row-preview {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: var(--bg-muted);
  border: 1px solid var(--border);
  display: grid;
  place-items: center;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--muted);
  letter-spacing: 0.02em;
}
.row-main { min-width: 0; }
.row-title {
  margin: 0 0 0.2rem;
  font-size: 0.98rem;
  font-weight: 650;
  color: var(--text);
}
.row-meta { margin: 0; font-size: 0.82rem; color: var(--muted); }
.row-price {
  font-weight: 750;
  font-size: 1rem;
  color: var(--text);
  white-space: nowrap;
  text-align: right;
  min-width: 7.5rem;
}
.row-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.28rem 0.6rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  background: var(--success-bg);
  color: var(--success);
  white-space: nowrap;
  min-width: 5.5rem;
}
.row-status.is-muted {
  background: var(--bg-muted);
  color: var(--muted);
}
.row-status.is-accent {
  background: #eff6ff;
  color: var(--accent);
}

/* Pricing as strict table rows */
.pricing-table {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--bg);
}
.pricing-head,
.price-row {
  display: grid;
  grid-template-columns: 1.1fr 1.4fr 1fr auto auto;
  gap: 0.75rem;
  align-items: center;
  padding: 0.85rem 1.1rem;
}
.pricing-head {
  background: var(--bg-muted);
  border-bottom: 1px solid var(--border);
  font-size: 0.75rem;
  font-weight: 650;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.price-row {
  border-bottom: 1px solid var(--border);
  transition: background 120ms ease;
}
.price-row:last-child { border-bottom: none; }
.price-row:hover { background: var(--hover); }
.price-row.featured { background: #f8fbff; }
.price-row.featured:hover { background: #f1f6ff; }
.price-row-name {
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.price-row-desc { color: var(--muted); font-size: 0.88rem; }
.price-row .price {
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--text);
  margin: 0;
  min-height: 0;
}
.price-row .btn {
  padding: 0.45rem 0.9rem;
  font-size: 0.88rem;
  white-space: nowrap;
}
.badge-live {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  color: var(--accent);
}
.badge-live::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}

.muted { color: var(--muted); }
.center { text-align: center; }
.cta {
  text-align: center;
  background: var(--bg-muted);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin: 0 1.5rem 2rem;
  padding: 2rem 1.5rem;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
.cta h2 { margin-top: 0; }
.landing-footer {
  border-top: 1px solid var(--border);
  padding: 2rem 1.5rem;
  margin-top: 1rem;
  background: var(--bg);
}
.landing-footer a { color: var(--accent); text-decoration: none; }
.landing-footer a:hover { text-decoration: underline; }

.faq-section .faq-lead {
  margin: 0 0 1rem;
  max-width: 36rem;
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  max-width: 44rem;
}
.faq-item {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 0.15rem 0.95rem;
}
.faq-item summary {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--text);
  padding: 0.85rem 1.5rem 0.85rem 0;
  position: relative;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 600;
  color: var(--muted);
}
.faq-item[open] summary::after { content: "−"; }
.faq-item p {
  margin: 0 0 0.95rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--muted);
}
.faq-item a { color: var(--accent); }
.faq-more { margin: 1rem 0 0; font-size: 0.88rem; }
.faq-more a { color: var(--accent); }

.brand-link { color: inherit; text-decoration: none; }
.cases-lead { max-width: 40rem; margin: 0 0 1rem; }
.cases-hero h1 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
  letter-spacing: -0.02em;
}
.cases-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}
.case-card {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1rem 1.05rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  border-top: 3px solid #f59e0b;
  text-decoration: none;
  color: inherit;
  transition: background 120ms ease, border-color 120ms ease;
}
.case-card:hover {
  background: #f8fafc;
  border-color: #cbd5e1;
}
.case-card h3 {
  margin: 0.15rem 0;
  font-size: 1rem;
  line-height: 1.35;
  color: var(--text);
}
.case-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
.case-card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 0.35rem;
}
.case-card-keys { margin: 0; font-size: 0.8rem; }
.case-chip {
  font-size: 0.75rem;
  font-weight: 600;
  color: #166534;
  background: #dcfce7;
  border-radius: 6px;
  padding: 0.2rem 0.45rem;
}
.case-chip.is-muted {
  color: var(--muted);
  background: var(--bg-muted);
}
.case-detail-top {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 0.75rem;
}
.case-meta-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 1rem 0 1.25rem;
}
.case-meta-grid p { margin: 0.15rem 0; }
.case-panel {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1rem 1.1rem;
  margin: 1rem 0;
}
.case-panel-accent {
  border-top: 3px solid #f59e0b;
  background: #fffbeb;
}
.case-panel h2, .case-panel h3 { margin-top: 0; }
.case-pre { margin: 0; line-height: 1.55; color: var(--text); }
.case-steps { margin: 0.5rem 0 0; padding-left: 1.2rem; color: var(--text); }
.case-winner {
  border: 1px solid #bbf7d0;
  background: #f0fdf4;
  border-radius: var(--radius);
  padding: 1rem 1.1rem;
  margin: 1rem 0;
}
.case-winner.is-empty {
  border-color: var(--border);
  background: var(--bg-muted);
}
.case-winner h3 { margin: 0 0 0.5rem; }
.case-cta-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.25rem;
}
.landing-nav a.is-active { color: var(--accent); font-weight: 700; }

.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  justify-content: center;
  margin-top: 1.25rem;
}
.page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  padding: 0.35rem 0.55rem;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: #fff;
  color: var(--text);
  text-decoration: none;
  font-size: 0.9rem;
}
.page-link:hover { background: var(--hover); }
.page-link.is-current {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
  font-weight: 700;
}
.article-list { list-style: none; padding: 0; margin: 1rem 0 0; }
.article-list-item {
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--border);
}
.article-list-item a { color: var(--text); text-decoration: none; }
.article-list-item a:hover { color: var(--accent); }
.article-body { line-height: 1.6; }
.article-body h2 { margin-top: 1.25rem; }

@media (max-width: 860px) {
  .cases-grid { grid-template-columns: 1fr; }
  .case-meta-grid { grid-template-columns: 1fr 1fr; }
}

.legal-doc { padding: 2rem 1.5rem 3rem; max-width: 720px; }
.legal-doc h2 { margin-top: 1.5rem; }
header a { color: var(--accent); }
.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 1rem;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.5rem;
}
.tab {
  background: var(--bg);
  border: 1px solid var(--border);
  color: var(--muted);
  padding: 0.45rem 0.85rem;
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
}
.tab:hover { background: var(--hover); }
.tab.active { background: var(--accent); color: #fff; border-color: var(--accent); }
.tab-panel { max-width: 960px; margin: 0 auto; padding: 0 1.5rem 2rem; }
.row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem; }
label { display: flex; flex-direction: column; gap: 0.25rem; font-size: 0.9rem; }
label small { font-weight: normal; }
.steps { line-height: 1.8; }
.steps a { color: var(--accent); }
.badge-soon {
  font-size: 0.7rem;
  background: var(--bg-muted);
  padding: 0.1rem 0.4rem;
  border-radius: 4px;
  margin-left: 0.25rem;
  color: var(--muted);
}
.plan-box { margin-bottom: 1rem; padding: 0.75rem; background: var(--bg-muted); border-radius: 8px; border: 1px solid var(--border); }
.btn-secondary {
  background: var(--bg);
  border: 1px solid var(--border);
  color: var(--text);
  margin-bottom: 1rem;
}
.btn-secondary:hover { background: var(--hover); }
.article-list { list-style: none; padding: 0; margin: 0; }
.article-list li { border-top: 1px solid var(--border); padding: 1rem 0; }
.article-list a { color: var(--accent); font-weight: 600; text-decoration: none; }
.article-list a:hover { text-decoration: underline; }
.article-list .meta { color: var(--muted); font-size: 0.85rem; }

/* legacy grid kept for other pages */
.feature-grid, .pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0.75rem;
  align-items: stretch;
}
.feature-card, .price-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.1rem;
  transition: background 120ms ease, border-color 120ms ease;
}
.feature-card:hover { background: var(--hover); }
.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
}
.price-card:hover { background: #f8fafc; }
.price-card.featured {
  border-color: #fdba74;
  background: #fff7ed;
}
.price-card.featured:hover { background: #ffedd5; }
.price-card-topline {
  min-height: 1.55rem;
  margin-bottom: 0.35rem;
  display: flex;
  align-items: center;
}
.price-card-badge-spacer {
  display: inline-block;
  height: 1.35rem;
}
.price-card h3 {
  margin: 0;
  min-height: 1.45rem;
  line-height: 1.3;
  font-size: 1.1rem;
}
.price-card .price {
  margin: 0.55rem 0 0.75rem;
  min-height: 2rem;
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--text);
  line-height: 1.2;
}
.price-card-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-height: 3.1rem;
  margin-bottom: 1.35rem;
}
.price-card-body p { margin: 0; }
.price-card > .btn {
  margin-top: auto;
  width: 100%;
  box-sizing: border-box;
}
.btn-plan-secondary {
  background: #fff !important;
  color: #334155 !important;
  border: 1px solid #cbd5e1 !important;
}
.btn-plan-secondary:hover {
  background: #f1f5f9 !important;
  color: #0f172a !important;
  border-color: #94a3b8 !important;
}
.btn-plan-featured {
  background: #ea580c !important;
  color: #fff !important;
  border: 1px solid #ea580c !important;
  font-weight: 700;
}
.btn-plan-featured:hover {
  background: #c2410c !important;
  border-color: #c2410c !important;
  color: #fff !important;
}
.nav-cta {
  padding: 0.4rem 0.85rem !important;
  font-size: 0.85rem !important;
}

/* Радар — выделенный блок (янтарный акцент, не синий CTA) */
.radar-section {
  padding-top: 0.5rem;
}
.radar-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 0.85rem;
}
.radar-head h2 { margin: 0 0 0.25rem; }
.radar-sub { margin: 0; max-width: 36rem; }
.radar-meta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.85rem;
}
.radar-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d97706;
  box-shadow: 0 0 0 0 rgba(217, 119, 6, 0.45);
}
.radar-pulse.flash {
  animation: radar-flash 1.2s ease-out;
}
@keyframes radar-flash {
  0% { box-shadow: 0 0 0 0 rgba(217, 119, 6, 0.55); }
  70% { box-shadow: 0 0 0 10px rgba(217, 119, 6, 0); }
  100% { box-shadow: 0 0 0 0 rgba(217, 119, 6, 0); }
}
.radar-empty {
  padding: 1rem;
  border: 1px dashed var(--border);
  border-radius: var(--radius);
  background: var(--bg);
}
.radar-feed { width: 100%; }
.tender-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1rem 1.05rem;
  box-sizing: border-box;
  transition: background 120ms ease, border-color 120ms ease;
  border-top: 3px solid #f59e0b;
}
.tender-card:hover {
  background: #f8fafc;
  border-color: #cbd5e1;
}
.tender-card.is-fresh {
  background: #fffbeb;
  border-color: #fcd34d;
  border-top-color: #ea580c;
}
.tender-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.65rem;
}
.tender-law {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.4rem;
  padding: 0.25rem 0.45rem;
  border-radius: 6px;
  background: #fff7ed;
  border: 1px solid #fdba74;
  color: #c2410c;
  font-size: 0.72rem;
  font-weight: 800;
}
.tender-card-title {
  margin: 0 0 0.45rem;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--text);
  min-height: 2.6em;
}
.tender-card-meta {
  margin: 0 0 0.2rem;
  font-size: 0.8rem;
  color: var(--muted);
  line-height: 1.4;
}
.tender-card-bottom {
  margin-top: auto;
  padding-top: 0.85rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
}
.tender-card-price {
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--text);
}
.radar-link {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--accent);
  text-decoration: none;
  white-space: nowrap;
}
.radar-link:hover { text-decoration: underline; }
.radar-hint { margin: 0.65rem 0 0; font-size: 0.82rem; }
.radar-nav {
  display: flex;
  justify-content: center;
  gap: 0.55rem;
  margin-top: 0.75rem;
}
.radar-nav-btn {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--text);
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}
.radar-nav-btn:hover { background: var(--hover); }
#radar-swiper { width: 100%; overflow: hidden; }
#radar-swiper .swiper-slide {
  height: auto;
  box-sizing: border-box;
}

.article-card {
  text-decoration: none;
  color: inherit;
  display: block;
}
.article-card h3 { margin: 0 0 0.35rem; font-size: 1rem; color: var(--text); }
.articles-grid { margin-top: 0.25rem; }

.requisites-table {
  margin: 1rem 0 1.5rem;
  width: 100%;
}
.requisites-table th {
  width: 40%;
  font-weight: 600;
  color: var(--muted);
  background: var(--bg-muted);
}
.requisites-table td,
.requisites-table th {
  padding: 0.75rem 0.9rem;
  border-bottom: 1px solid var(--border);
  text-align: left;
  vertical-align: top;
}

@media (max-width: 860px) {
  .landing-nav nav {
    width: 100%;
    gap: 0.65rem 0.85rem;
  }
  .nav-cta { margin-left: auto; }
  .hero-stats { grid-template-columns: 1fr 1fr; }
  .hero-stat:nth-child(2n) { border-right: none; }
  .hero-stat { border-bottom: 1px solid var(--border); }
  .how-flow { grid-template-columns: 1fr; }
  .cases-grid { grid-template-columns: 1fr; }
  .case-meta-grid { grid-template-columns: 1fr 1fr; }
  .pricing-grid,
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .hero h1 { max-width: none; }
  .tender-card-title { min-height: 0; }
}
