/* ===== Лучшие бюро переводов — widget + full ratings page ===== */

/* ── Widget wrapper ── */
.ld-top-bureaus {
  background: #fff;
  border: 1px solid var(--ld-border);
  border-radius: var(--ld-radius-lg);
  padding: 20px 24px 16px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* ── Header row ── */
.ld-top-bureaus__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.ld-top-bureaus__heading {
  font-size: 18px;
  font-weight: 700;
  color: var(--ld-text);
  margin: 0;
  line-height: 1.2;
}

/* ── Tabs ── */
.ld-top-bureaus__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.ld-top-bureaus__tab {
  background: var(--ld-bg-subtle, #f1f5f9);
  border: 1px solid transparent;
  border-radius: 20px;
  padding: 5px 14px;
  font-size: 13px;
  font-weight: 500;
  color: var(--ld-muted);
  cursor: pointer;
  transition: background .15s, color .15s, border-color .15s;
  white-space: nowrap;
}

.ld-top-bureaus__tab.is-active,
.ld-top-bureaus__tab:hover {
  background: var(--ld-primary);
  color: #fff;
  border-color: var(--ld-primary);
}

/* ── Tab panel ── */
.ld-top-bureaus__panel { display: none; }
.ld-top-bureaus__panel.is-active { display: block; }

/* ── Bureau list ── */
.ld-top-bureaus__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.ld-top-bureaus__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid var(--ld-border);
}

.ld-top-bureaus__item:last-child { border-bottom: none; }

/* Rank number */
.ld-top-bureaus__rank {
  flex-shrink: 0;
  width: 20px;
  font-size: 13px;
  font-weight: 700;
  color: var(--ld-muted);
  text-align: center;
}

/* Avatar */
.ld-top-bureaus__avatar {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: var(--ld-primary);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  line-height: 1;
  overflow: hidden;
  border: 1px solid var(--ld-border, #e5e7eb);
}
.ld-top-bureaus__avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
}

/* Name + city */
.ld-top-bureaus__info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.ld-top-bureaus__name {
  font-size: 13px;
  font-weight: 600;
  color: var(--ld-text);
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ld-top-bureaus__name:hover { color: var(--ld-primary); text-decoration: underline; }

.ld-top-bureaus__city {
  font-size: 11px;
  color: var(--ld-muted);
}

/* Meta column */
.ld-top-bureaus__meta {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
}

.ld-top-bureaus__stars {
  font-size: 12px;
  font-weight: 600;
  color: var(--ld-text);
  display: flex;
  align-items: center;
  gap: 3px;
  white-space: nowrap;
}

.ld-top-bureaus__reviews-n {
  color: var(--ld-muted);
  font-weight: 400;
}

.ld-top-bureaus__badge-num {
  font-size: 12px;
  font-weight: 600;
  color: var(--ld-text);
}

.ld-top-bureaus__badge-date {
  font-size: 11px;
  color: var(--ld-muted);
  white-space: nowrap;
}

.ld-top-bureaus__verified {
  display: inline-block;
  background: #dcfce7;
  color: #166534;
  font-size: 10px;
  font-weight: 600;
  padding: 1px 6px;
  border-radius: 10px;
  white-space: nowrap;
}

/* Footer link */
.ld-top-bureaus__footer-link {
  display: block;
  text-align: center;
  margin-top: 14px;
  font-size: 13px;
  font-weight: 500;
  color: var(--ld-primary);
  text-decoration: none;
}

.ld-top-bureaus__footer-link:hover { text-decoration: underline; }

/* ── Empty state ── */
.ld-top-bureaus__empty {
  font-size: 13px;
  color: var(--ld-muted);
  padding: 12px 0;
  text-align: center;
}

/* ===============================================================
   Full ratings page — /vse-reytingi/
   =============================================================== */

/* Page wrapper — .ld-ar-page is used only for PAGINATION buttons, not the page div */
.ld-ar-root {
  /* inherits ld-root base styles */
}

.ld-ar-wrap {
  padding: 28px 0 56px;
}

/* ── Hero ── */
.ld-ar-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #0a1628 0%, #0f3460 55%, #1642c8 100%);
  border-radius: var(--ld-radius-lg);
  padding: 32px 48px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  color: #fff;
}

/* Decorative circles */
.ld-ar-hero__deco {
  position: absolute;
  right: -80px; top: -80px;
  width: 320px; height: 320px;
  background: rgba(255,255,255,0.04);
  border-radius: 50%;
  pointer-events: none;
}
.ld-ar-hero__deco2 {
  position: absolute;
  right: 80px; bottom: -100px;
  width: 220px; height: 220px;
  background: rgba(30,100,255,0.18);
  border-radius: 50%;
  pointer-events: none;
}

.ld-ar-hero__body { position: relative; }

.ld-ar-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,0.75);
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.ld-ar-hero__title {
  font-size: clamp(24px, 4vw, 40px);
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 20px;
  color: #fff;
}

.ld-ar-hero__accent { color: #7eb3ff; }
.ld-ar-hero__city   { color: #7eb3ff; }

.ld-ar-hero__stats {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.ld-ar-hero__stat {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.ld-ar-hero__stat-num {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.ld-ar-hero__stat-label {
  font-size: 11px;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: .04em;
}

.ld-ar-hero__stat-sep {
  font-size: 20px;
  color: rgba(255,255,255,0.2);
  line-height: 1;
  align-self: flex-start;
  padding-top: 2px;
}

/* Hero city filter */
.ld-ar-hero__filter {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
  min-width: 220px;
}

.ld-ar-hero__filter-label {
  font-size: 11px;
  font-weight: 600;
  color: rgba(255,255,255,0.55);
  text-transform: uppercase;
  letter-spacing: .06em;
}

.ld-ar-hero__select-wrap {
  position: relative;
}

.ld-ar-hero__select {
  width: 100%;
  padding: 11px 40px 11px 16px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: var(--ld-radius-sm);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  appearance: none;
  cursor: pointer;
  transition: background .15s, border-color .15s;
}

.ld-ar-hero__select option {
  background: #0f1e3d;
  color: #fff;
}

.ld-ar-hero__select:focus {
  outline: none;
  background: rgba(255,255,255,0.18);
  border-color: rgba(255,255,255,0.4);
}

.ld-ar-hero__select-arrow {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255,255,255,0.55);
  pointer-events: none;
}

.ld-ar-hero__reset {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  transition: color .12s;
}
.ld-ar-hero__reset:hover { color: #fff; }

/* ── Sort nav ── */
.ld-ar-sortnav {
  display: flex;
  background: #fff;
  border: 1px solid var(--ld-border);
  border-radius: var(--ld-radius-md);
  padding: 5px;
  margin-bottom: 16px;
  box-shadow: 0 2px 12px rgba(15,23,42,0.06);
  gap: 4px;
}

.ld-ar-sortnav__item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 12px;
  border-radius: var(--ld-radius-sm);
  font-size: 13px;
  font-weight: 500;
  color: var(--ld-muted);
  text-decoration: none;
  transition: background .15s, color .15s;
  white-space: nowrap;
  text-align: center;
}

.ld-ar-sortnav__item:hover {
  background: #f1f5f9;
  color: var(--ld-text);
}

.ld-ar-sortnav__item--active {
  background: var(--ld-primary);
  color: #fff;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(30,100,255,0.3);
}

.ld-ar-sortnav__item--active:hover {
  background: var(--ld-primary-700);
  color: #fff;
}

.ld-ar-sortnav__icon { font-size: 14px; }

/* ── Table card ── */
.ld-ar-card {
  background: #fff;
  border: 1px solid var(--ld-border);
  border-radius: var(--ld-radius-lg);
  box-shadow: 0 4px 24px rgba(15,23,42,0.06);
  margin-bottom: 16px;
  overflow: hidden; /* clips table border-radius */
}

.ld-ar-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.ld-ar-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  table-layout: auto;
}

/* Table head */
.ld-ar-th {
  text-align: left;
  padding: 12px 16px;
  font-size: 11px;
  font-weight: 700;
  color: var(--ld-muted);
  letter-spacing: .04em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--ld-border);
  background: #f8fafc;
  white-space: nowrap;
}

.ld-ar-th--num   { width: 44px; text-align: center; }
.ld-ar-th--right { text-align: right; }
.ld-ar-th--city  { white-space: nowrap; }
.ld-ar-th--date  { white-space: nowrap; }

/* Table cells */
.ld-ar-td {
  padding: 10px 14px;
  border-bottom: 1px solid #f1f5f9;
  vertical-align: middle;
  color: var(--ld-text);
  transition: background .1s;
}

.ld-ar-td--num    { text-align: center; width: 44px; }
.ld-ar-td--bureau { width: 100%; } /* take remaining space, no min-width */
.ld-ar-td--city   { font-size: 13px; white-space: nowrap; }
.ld-ar-td--right  { text-align: right; font-size: 13px; white-space: nowrap; }
.ld-ar-td--date   { font-size: 12px; color: var(--ld-muted); white-space: nowrap; }

/* Rows */
.ld-ar-row:last-child .ld-ar-td { border-bottom: none; }

.ld-ar-row:hover .ld-ar-td { background: #f8faff; }
.ld-ar-row:hover .ld-ar-td--num { border-left: 3px solid var(--ld-primary); padding-left: 13px; }

.ld-ar-row--top1 .ld-ar-td { background: #fffbeb; }
.ld-ar-row--top2 .ld-ar-td { background: #f8fafc; }
.ld-ar-row--top3 .ld-ar-td { background: #fdf6f0; }
.ld-ar-row--top1:hover .ld-ar-td { background: #fef9c3; }
.ld-ar-row--top2:hover .ld-ar-td { background: #f1f5fb; }
.ld-ar-row--top3:hover .ld-ar-td { background: #fdeee3; }

.ld-ar-row--top1 .ld-ar-td--num { border-left: 3px solid #f59e0b; padding-left: 13px; }
.ld-ar-row--top2 .ld-ar-td--num { border-left: 3px solid #94a3b8; padding-left: 13px; }
.ld-ar-row--top3 .ld-ar-td--num { border-left: 3px solid #c97c4a; padding-left: 13px; }

/* Medal & rank */
.ld-ar-medal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--medal-color, #f59e0b);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}
.ld-ar-row--top1 .ld-ar-medal { box-shadow: 0 2px 8px rgba(245,158,11,0.45); }
.ld-ar-row--top2 .ld-ar-medal { box-shadow: 0 2px 8px rgba(148,163,184,0.45); }
.ld-ar-row--top3 .ld-ar-medal { box-shadow: 0 2px 8px rgba(201,124,74,0.45); }

.ld-ar-rank {
  font-size: 13px;
  font-weight: 600;
  color: var(--ld-muted);
}

/* Bureau cell */
.ld-ar-bureau {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}

.ld-ar-avatar {
  flex-shrink: 0;
  width: 36px; height: 36px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--ld-border);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ld-ar-avatar img {
  width: 100%; height: 100%;
  object-fit: contain;
  background: #fff;
}

.ld-ar-avatar--letter {
  background: var(--ld-primary);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.ld-ar-bureau__info {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.ld-ar-bureau__name {
  font-size: 14px;
  font-weight: 600;
  color: var(--ld-text);
  line-height: 1.3;
  transition: color .12s;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
}

.ld-ar-bureau:hover .ld-ar-bureau__name { color: var(--ld-primary); }

.ld-ar-bureau__badge {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: 10px;
  font-weight: 600;
  color: #16a34a;
  background: #dcfce7;
  padding: 1px 6px;
  border-radius: 10px;
  width: fit-content;
}

/* City links */
.ld-ar-city-link {
  color: var(--ld-muted);
  text-decoration: none;
  transition: color .12s;
}
.ld-ar-city-link:hover { color: var(--ld-primary); text-decoration: underline; }
.ld-ar-city-text { color: var(--ld-muted); }

/* Score column */
.ld-ar-th--score  { min-width: 64px; }
.ld-ar-td--score  { min-width: 64px; }
.ld-ar-score {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: var(--ld-primary, #1e64ff);
  background: rgba(30,100,255,0.07);
  border-radius: 6px;
  padding: 2px 7px;
  letter-spacing: .01em;
  font-variant-numeric: tabular-nums;
}
.ld-ar-score--active {
  background: rgba(30,100,255,0.15);
  color: #1748c8;
}

/* Rating */
.ld-ar-rating {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ld-text);
}

.ld-ar-rating svg { color: #f59e0b; }
.ld-ar-rating--active { color: #d97706; }
.ld-ar-rating--active svg { color: #f59e0b; }

/* Numbers */
.ld-ar-num        { color: var(--ld-text); }
.ld-ar-num--active{ font-weight: 700; color: var(--ld-primary); }
.ld-ar-date       { font-size: 12px; color: var(--ld-muted); }
.ld-ar-dash       { color: var(--ld-muted); }

/* ── Pagination — glassmorphism ── */
.ld-ar-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 36px;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: var(--ld-radius-lg);
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.08),
              inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.ld-ar-page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(229, 234, 242, 0.9);
  border-radius: var(--ld-radius-sm);
  font-size: 14px;
  font-weight: 500;
  color: var(--ld-text);
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.06);
  transition: background .18s, border-color .18s, color .18s,
              box-shadow .18s, transform .18s;
  white-space: nowrap;
}

.ld-ar-page:hover {
  background: rgba(30, 100, 255, 0.10);
  border-color: rgba(30, 100, 255, 0.35);
  color: var(--ld-primary);
  box-shadow: 0 4px 16px rgba(30, 100, 255, 0.15);
  transform: translateY(-2px);
}

.ld-ar-page--active {
  background: var(--ld-primary);
  border-color: var(--ld-primary);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 4px 20px rgba(30, 100, 255, 0.40);
  transform: translateY(-1px);
}

.ld-ar-page--active:hover {
  background: var(--ld-primary-700);
  border-color: var(--ld-primary-700);
  box-shadow: 0 6px 24px rgba(30, 100, 255, 0.45);
  color: #fff;
  transform: translateY(-2px);
}

.ld-ar-page--dots {
  background: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-color: transparent;
  box-shadow: none;
  color: var(--ld-muted);
  cursor: default;
  transform: none !important;
}

/* ── Responsive — Tablet (< 900px) ── */
@media (max-width: 900px) {
  .ld-ar-th--views, .ld-ar-td--views { display: none; }
  .ld-ar-th--date,  .ld-ar-td--date  { display: none; }
}

/* ── Responsive — Small tablet (< 768px) ── */
@media (max-width: 768px) {
  .ld-ar-page { padding: 16px 0 48px; }
  .ld-ar-hero { padding: 28px 24px; flex-direction: column; gap: 24px; }
  .ld-ar-hero__title { font-size: 26px; }
  .ld-ar-hero__filter { width: 100%; min-width: 0; }
  .ld-ar-hero__select { max-width: 100%; }
  .ld-ar-sortnav { flex-wrap: wrap; gap: 4px; }
  .ld-ar-sortnav__item { flex: 1 1 auto; padding: 8px 10px; font-size: 12px; }
  .ld-ar-sortnav__icon { display: none; }
  .ld-ar-th--city, .ld-ar-td--city { display: none; }
}

/* ── Responsive — Mobile (< 600px): card rows ── */
@media (max-width: 600px) {
  .ld-ar-card { border-radius: 12px; }

  /* Convert table to block layout */
  .ld-ar-table,
  .ld-ar-table tbody { display: block; width: 100%; }
  .ld-ar-table thead  { display: none; }

  /* Each row becomes a flex card */
  .ld-ar-row {
    display: grid;
    grid-template-columns: 44px 1fr auto auto;
    grid-template-rows: auto auto;
    align-items: center;
    padding: 10px 12px;
    gap: 0 8px;
    border-bottom: 1px solid #f1f5f9;
  }
  .ld-ar-row:last-child { border-bottom: none; }

  /* Reset all td defaults inside mobile rows */
  .ld-ar-row .ld-ar-td {
    padding: 0;
    border-bottom: none;
    background: transparent !important;
  }

  /* Override top-row border-left (set on --num) */
  .ld-ar-row--top1 .ld-ar-td--num,
  .ld-ar-row--top2 .ld-ar-td--num,
  .ld-ar-row--top3 .ld-ar-td--num { border-left: none; padding-left: 0; }

  /* Column 1: rank (spans both rows, vertically centered) */
  .ld-ar-td--num {
    grid-column: 1;
    grid-row: 1 / 3;
    text-align: center;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
  }

  /* Column 2 row 1: bureau (no bottom gap) */
  .ld-ar-td--bureau {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
    padding-bottom: 4px;
  }

  /* Column 3-4 row 1: score + rating */
  .ld-ar-td--score  { grid-column: 3; grid-row: 1; text-align: right; }
  .ld-ar-td--rating { grid-column: 4; grid-row: 1; text-align: right; display: table-cell; }

  /* Column 2 row 2: reviews count as small label */
  .ld-ar-td--reviews {
    grid-column: 2;
    grid-row: 2;
    text-align: left;
    font-size: 11px;
    color: var(--ld-muted);
  }
  .ld-ar-td--reviews .ld-ar-num,
  .ld-ar-td--reviews .ld-ar-num--active { font-size: 11px; }

  /* Hide unused columns */
  .ld-ar-td--city   { display: none; }
  .ld-ar-td--views  { display: none; }
  .ld-ar-td--date   { display: none; }

  /* Shrink avatar on mobile */
  .ld-ar-avatar { width: 28px; height: 28px; border-radius: 6px; font-size: 12px; }
  .ld-ar-bureau__badge { display: none; }
  .ld-ar-bureau__name { font-size: 13px; }

  /* Score pill smaller */
  .ld-ar-score { font-size: 12px; padding: 2px 5px; }

  /* Medals */
  .ld-ar-medal { width: 24px; height: 24px; font-size: 11px; }

  /* Sort nav wrap tighter */
  .ld-ar-sortnav { border-radius: 10px; }

  /* Pagination compact */
  .ld-ar-page { min-width: 34px; height: 34px; font-size: 13px; padding: 0 8px; }
  .ld-ar-pagination { gap: 4px; padding: 12px 14px; }

  /* Top-row colored left border on the whole row instead */
  .ld-ar-row--top1 { border-left: 3px solid #f59e0b; }
  .ld-ar-row--top2 { border-left: 3px solid #94a3b8; }
  .ld-ar-row--top3 { border-left: 3px solid #c97c4a; }
}

/* ─── SEO intro & FAQ blocks (shared with taxonomy pages) ───────────────── */

.ld-seo-intro {
    background: var(--ld-surface, #fff);
    border: 1px solid var(--ld-border, #e5eaf2);
    border-left: 4px solid var(--ld-primary, #1e64ff);
    border-radius: var(--ld-radius-md, 12px);
    padding: var(--ld-space-4, 20px) var(--ld-space-5, 24px);
    margin-bottom: var(--ld-space-5, 24px);
    font-size: 15px;
    line-height: 1.7;
    color: var(--ld-text, #1e293b);
}
.ld-seo-intro p { margin: 0; }
.ld-seo-intro p + p { margin-top: 10px; }

.ld-faq { margin-bottom: var(--ld-space-6, 32px); }
.ld-faq__title {
    font-size: 20px;
    font-weight: 700;
    color: var(--ld-text, #1e293b);
    margin: 0 0 var(--ld-space-4, 20px);
}
.ld-faq__item {
    border-bottom: 1px solid var(--ld-border, #e5eaf2);
    padding: var(--ld-space-3, 14px) 0;
}
.ld-faq__item:first-of-type { border-top: 1px solid var(--ld-border, #e5eaf2); }
.ld-faq__q {
    font-size: 15px;
    font-weight: 600;
    color: var(--ld-text, #1e293b);
    margin: 0 0 6px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.ld-faq__q::before {
    content: '\2713';
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    background: #16a34a;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
}
.ld-faq__a {
    font-size: 14px;
    line-height: 1.65;
    color: var(--ld-muted, #64748b);
    margin: 0 0 0 32px;
}

/* ===== Subscribe form ===== */
.ld-subscribe-form {
    background: var(--ld-surface, #fff);
    border: 1px solid var(--ld-border, #e5eaf2);
    border-radius: var(--ld-radius-md, 12px);
    padding: var(--ld-space-4, 20px) var(--ld-space-5, 24px);
    margin: var(--ld-space-6, 32px) 0;
}
.ld-subscribe-form__title {
    font-size: 17px;
    font-weight: 700;
    color: var(--ld-text, #1e293b);
    margin: 0 0 6px;
}
.ld-subscribe-form__hint {
    font-size: 14px;
    color: var(--ld-muted, #64748b);
    margin: 0 0 var(--ld-space-3, 14px);
}
.ld-sub-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: flex-end;
}
.ld-sub-grid input,
.ld-sub-grid select {
    flex: 1 1 180px;
    padding: 9px 12px;
    border: 1px solid var(--ld-border, #e5eaf2);
    border-radius: var(--ld-radius-sm, 8px);
    font-size: 14px;
    font-family: inherit;
    color: var(--ld-text, #1e293b);
    background: #fff;
    box-sizing: border-box;
}
.ld-sub-grid input:focus,
.ld-sub-grid select:focus {
    outline: none;
    border-color: var(--ld-primary, #2563eb);
    box-shadow: 0 0 0 3px rgba(37,99,235,.08);
}
.ld-subscribe-form__notice {
    margin-top: 10px;
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 14px;
}
