/* ==========================================================================
   전국운임 허브 (rates.html) — SEO 콘텐츠 + 출발지 탐색
   styles.css 토큰 사용
   ========================================================================== */

/* ─── HERO ─── */
.rh-hero {
  background:
    radial-gradient(120% 140% at 80% -10%, var(--brand-tint) 0%, transparent 55%),
    var(--bg-soft);
  padding: 96px 0 64px;
  border-bottom: 1px solid var(--line);
}
.rh-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 700; letter-spacing: .06em;
  color: var(--brand-strong);
  font-family: 'JetBrains Mono', monospace;
  text-transform: uppercase;
}
.rh-eyebrow-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent) 22%, transparent);
}
.rh-title {
  font-size: 52px; font-weight: 800; line-height: 1.05;
  letter-spacing: -0.03em; color: var(--ink);
  margin: 16px 0 0;
}
.rh-title-accent { color: var(--brand); }
.rh-lead {
  font-size: 19px; color: var(--ink-soft); line-height: 1.6;
  margin: 16px 0 0; max-width: 640px;
}
.rh-lead b { color: var(--ink); font-weight: 700; }
.rh-meta {
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
  margin-top: 22px;
  font-size: 13.5px; color: var(--ink-mute);
}
.rh-meta b { color: var(--ink-soft); }
.rh-meta-chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 12px; border-radius: 999px;
  background: var(--bg-panel); border: 1px solid var(--line-strong);
  font-weight: 600; color: var(--ink-soft);
  font-family: 'JetBrains Mono', monospace; font-size: 13px;
}
.rh-meta-live {
  font-size: 10px; font-weight: 800; letter-spacing: .08em;
  color: #fff; background: var(--accent);
  padding: 2px 6px; border-radius: 4px;
}
.rh-meta-sep { color: var(--line-strong); }
.rh-meta-scale b { color: var(--brand-strong); font-weight: 800; }

/* ─── 히어로 2단 그리드 ─── */
.rh-hero-grid {
  display: grid; grid-template-columns: minmax(0,1fr) 400px;
  gap: 56px; align-items: center;
}
.rh-hero-left { min-width: 0; }
.rh-hero-left .rh-search-wrap { max-width: none; }
.rh-hero-right { min-width: 0; }

/* 샘플 운임 카드 */
.rh-card {
  background: var(--bg-panel);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow-lg);
  padding: 22px;
  transform: rotate(.6deg);
}
.rh-card-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 16px;
}
.rh-card-tag {
  font-size: 12px; font-weight: 700; color: var(--ink-mute);
  font-family: 'JetBrains Mono', monospace; letter-spacing: .02em;
}
.rh-card-live {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 11px; font-weight: 800; color: var(--accent);
  font-family: 'JetBrains Mono', monospace;
}
.rh-card-live-dot {
  width: 7px; height: 7px; border-radius: 50%; background: var(--accent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 22%, transparent);
  animation: rhPulse 2s ease-in-out infinite;
}
.rh-card-route {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 16px; border-radius: 12px;
  background: var(--brand-tint); margin-bottom: 16px;
}
.rh-card-loc { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.rh-card-loc-lbl { font-size: 11px; font-weight: 700; color: var(--brand-strong); }
.rh-card-loc-name { font-size: 15px; font-weight: 800; color: var(--ink); white-space: nowrap; }
.rh-card-arrow { width: 18px; height: 18px; color: var(--brand); flex-shrink: 0; }
.rh-card-rows { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 2px; }
.rh-card-rows li {
  display: grid; grid-template-columns: 60px 1fr auto; align-items: center; gap: 12px;
  padding: 9px 8px; border-radius: 8px;
}
.rh-card-rows li.is-feat { background: color-mix(in srgb, var(--brand) 7%, transparent); }
.rh-card-veh { font-size: 13px; font-weight: 700; color: var(--ink-soft); white-space: nowrap; }
.rh-card-bar { height: 6px; border-radius: 999px; background: var(--bg-soft); overflow: hidden; }
.rh-card-bar-fill { display: block; height: 100%; border-radius: 999px; background: linear-gradient(90deg, var(--brand), var(--brand-strong)); }
.rh-card-rows li.is-feat .rh-card-bar-fill { background: linear-gradient(90deg, #2f8fff, #6fd0ff); }
.rh-card-won {
  font-size: 15px; font-weight: 800; color: var(--ink);
  font-family: 'JetBrains Mono', monospace;
}
.rh-card-won em { font-size: 11px; font-style: normal; font-weight: 600; color: var(--ink-mute); margin-left: 1px; }
.rh-card-won-mask { color: var(--ink-mute); letter-spacing: 1px; }
.rh-card-foot {
  margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line);
  font-size: 11.5px; color: var(--ink-mute); font-family: 'JetBrains Mono', monospace; text-align: center;
}

/* ─── SEARCH (히어로 내부) ─── */
.rh-search-wrap { position: relative; max-width: 640px; margin-top: 30px; }
.rh-search {
  position: relative;
  display: flex; align-items: center;
  background: var(--bg-panel);
  border: 1.5px solid var(--line-strong);
  border-radius: var(--r-md);
  box-shadow: var(--shadow-lg);
  transition: border-color .15s, box-shadow .15s;
}
.rh-search:focus-within {
  border-color: var(--brand);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--brand) 16%, transparent), var(--shadow-lg);
}
.rh-search.is-open { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
.rh-search-icon {
  width: 22px; height: 22px; color: var(--ink-mute);
  margin-left: 20px; flex-shrink: 0;
}
.rh-search-input {
  flex: 1; border: 0; outline: 0; background: transparent;
  font: inherit; font-size: 17px; color: var(--ink);
  padding: 21px 14px;
}
.rh-search-input::placeholder { color: var(--ink-mute); }
.rh-search-clear {
  display: grid; place-items: center; width: 34px; height: 34px;
  border-radius: 8px; color: var(--ink-mute); flex-shrink: 0;
}
.rh-search-clear svg { width: 16px; height: 16px; }
.rh-search-clear:hover { background: var(--bg-soft); color: var(--ink); }
.rh-search-go {
  flex-shrink: 0; margin: 7px 7px 7px 4px;
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0 24px; min-height: 48px;
  background: var(--brand); color: #fff;
  font-size: 15.5px; font-weight: 700; border-radius: 10px;
  transition: background .15s, transform .12s;
}
.rh-search-go:hover { background: var(--brand-strong); transform: translateY(-1px); }

.rh-search-list {
  position: absolute; top: 100%; left: 0; right: 0;
  list-style: none; margin: 0; padding: 6px;
  background: var(--bg-panel);
  border: 1.5px solid var(--brand);
  border-top: 1px solid var(--line);
  border-bottom-left-radius: var(--r-md);
  border-bottom-right-radius: var(--r-md);
  box-shadow: var(--shadow-lg);
  z-index: 5;
}
.rh-search-opt {
  display: flex; align-items: center; gap: 10px;
  padding: 11px 14px; border-radius: 8px;
}
.rh-search-opt.is-active { background: var(--brand-tint); }
.rh-search-opt-name { font-size: 15px; font-weight: 700; color: var(--ink); }
.rh-search-opt-sido { font-size: 13px; color: var(--ink-mute); }
.rh-search-opt-arrow { width: 16px; height: 16px; color: var(--brand); margin-left: auto; opacity: 0; transition: opacity .12s; }
.rh-search-opt.is-active .rh-search-opt-arrow { opacity: 1; }
.rh-search-opt.is-soon { cursor: default; }
.rh-search-opt.is-soon .rh-search-opt-name { color: var(--ink-soft); }
.rh-search-opt-soon {
  margin-left: auto; flex: none;
  font-size: 11.5px; font-weight: 700; color: var(--ink-mute);
  background: var(--bg-soft); border: 1px solid var(--line-strong);
  padding: 2px 8px; border-radius: 999px; letter-spacing: -0.01em;
}
.rh-search-empty {
  position: absolute; top: 100%; left: 0; right: 0;
  padding: 16px; background: var(--bg-panel);
  border: 1.5px solid var(--line-strong); border-top: 0;
  border-bottom-left-radius: var(--r-md); border-bottom-right-radius: var(--r-md);
  font-size: 14px; color: var(--ink-mute); box-shadow: var(--shadow-md);
}

/* ─── 주요 출발지 칩 ─── */
.rh-popular {
  display: flex; align-items: center; flex-wrap: wrap; gap: 8px 10px;
  margin-top: 16px; max-width: 760px;
}
.rh-popular-label { font-size: 13px; font-weight: 700; color: var(--ink-mute); margin-right: 2px; }
.rh-popular-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.rh-popular-chip {
  display: inline-block; padding: 8px 15px; border-radius: 999px;
  background: var(--bg-panel); border: 1px solid var(--line-strong);
  font-size: 13.5px; font-weight: 600; color: var(--ink-soft);
  transition: border-color .15s, color .15s, background .15s;
}
.rh-popular-chip:hover { border-color: var(--brand); color: var(--brand-strong); background: var(--brand-tint); }
.rh-hero-data { margin-top: 36px; max-width: none; }

/* ─── SECTION HEADERS ─── */
.rh-browse, .rh-recent, .rh-faq { padding: 72px 0; }
.rh-recent { background: var(--bg-soft); }
.rh-faq { background: var(--bg-soft); }
.rh-sec-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 24px; flex-wrap: wrap; margin-bottom: 32px;
}
.rh-sec-eyebrow {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 12px; font-weight: 700; letter-spacing: .04em;
  color: var(--brand-strong);
  font-family: 'JetBrains Mono', monospace; text-transform: uppercase;
}
.rh-sec-title {
  font-size: 30px; font-weight: 800; letter-spacing: -0.025em;
  color: var(--ink); margin: 10px 0 0;
}
.rh-sec-sub { font-size: 15px; color: var(--ink-soft); margin: 8px 0 0; }
.rh-toggle-all {
  flex-shrink: 0; font-size: 13.5px; font-weight: 600;
  color: var(--brand-strong); padding: 9px 16px;
  border: 1px solid var(--line-strong); border-radius: 999px;
  background: var(--bg-panel);
}
.rh-toggle-all:hover { border-color: var(--brand); background: var(--brand-tint); }

/* ─── 플랫 디렉토리 (2열, 시·도별 시·군·구 링크) ─── */
.rh-dir-groups {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px 40px;
}
.rh-dir-grp { display: flex; flex-direction: column; gap: 10px; }
.rh-dir-sido {
  display: flex; align-items: center; gap: 8px;
  font-size: 14px; font-weight: 800; color: var(--brand-strong);
  padding-bottom: 9px; border-bottom: 1px solid var(--line-strong);
}
.rh-dir-count {
  font-size: 11px; font-weight: 700; color: var(--ink-mute);
  background: var(--bg-soft); padding: 1px 7px; border-radius: 999px;
  font-family: 'JetBrains Mono', monospace;
}
.rh-dir-links {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: 5px 16px;
}
.rh-dir-links a {
  font-size: 13.5px; color: var(--ink-soft); padding: 2px 0;
}
.rh-dir-links a:hover { color: var(--brand-strong); text-decoration: underline; }
/* 항목 좌측 상태 마커(rh-dir-leg) — 견적 있음:rh-dir-leg-on / 없음:rh-dir-leg-soon. 범례와 동일한 dot. */
.rh-dir-links .rh-dir-leg { margin-right: 8px; vertical-align: middle; }
/* 곧 공개 예정 — 비활성(데이터 없음) 출발지 */
.rh-dir-soon {
  font-size: 13.5px; color: var(--ink-mute); padding: 2px 0;
  cursor: default; opacity: .62;
}
.rh-dir-count-tot { color: var(--ink-mute); opacity: .7; font-weight: 600; }
/* 음영 배경 — 출발지 페이지에서 위 콘텐츠와 구분(섹션 교차) */
.rh-browse-shaded { background: var(--bg-soft); }
/* 커스텀 hover 툴팁 — 데이터 있음:"N일 전 갱신" / 없음:"곧 공개 예정" */
.rh-dir-tip { position: relative; }
.rh-dir-tip::after {
  content: attr(data-tip);
  position: absolute; bottom: calc(100% + 9px); left: 50%;
  transform: translateX(-50%) translateY(4px);
  background: #0F172A; color: #fff;
  font-size: 12px; font-weight: 600; letter-spacing: -0.01em;
  font-family: 'JetBrains Mono', monospace;
  padding: 6px 10px; border-radius: 8px; white-space: nowrap;
  opacity: 0; pointer-events: none; z-index: 60;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.24);
  transition: opacity .14s ease, transform .14s ease;
}
.rh-dir-tip::before {
  content: ""; position: absolute; bottom: calc(100% + 4px); left: 50%;
  transform: translateX(-50%) translateY(4px);
  border: 5px solid transparent; border-top-color: #0F172A;
  opacity: 0; pointer-events: none; z-index: 60;
  transition: opacity .14s ease, transform .14s ease;
}
.rh-dir-tip:hover::after,
.rh-dir-tip:hover::before { opacity: 1; transform: translateX(-50%) translateY(0); }
/* 데이터 있는 항목(링크)은 브랜드 파랑 툴팁 — 곧 공개 예정은 중립 네이비 유지 */
a.rh-dir-tip::after { background: var(--brand); box-shadow: 0 10px 24px color-mix(in srgb, var(--brand) 32%, transparent); }
a.rh-dir-tip::before { border-top-color: var(--brand); }
/* 현재 보고 있는 출발지 — 강조 */
.rh-dir-current {
  font-size: 13.5px; padding: 2px 8px;
  font-weight: 800; color: #fff;
  background: var(--brand); border-radius: 999px;
  cursor: default;
}
/* 범례 */
.rh-dir-legend { display: flex; gap: 18px; margin: 0 0 14px; }
.rh-dir-leg { font-size: 12.5px; font-weight: 600; color: var(--ink-soft); display: inline-flex; align-items: center; gap: 6px; }
.rh-dir-leg::before { content: ""; width: 7px; height: 7px; border-radius: 50%; }
.rh-dir-leg-on::before { background: var(--brand); }
.rh-dir-leg-soon { color: var(--ink-mute); }
.rh-dir-leg-soon::before { background: transparent; border: 1px solid var(--ink-mute); }
@media (max-width: 720px) { .rh-dir-groups { grid-template-columns: 1fr; } .rh-browse-search { width: 100%; } }
.rh-browse-search { width: calc(50% - 20px); min-width: 320px; max-width: 100%; margin: 0; }
.rh-browse-search .rh-search { box-shadow: var(--shadow-sm); border-width: 1px; }
.rh-browse-search .rh-search:focus-within { box-shadow: 0 0 0 3px color-mix(in srgb, var(--brand) 12%, transparent); }
.rh-browse-search .rh-search-icon { width: 18px; height: 18px; margin-left: 15px; }
.rh-browse-search .rh-search-input { font-size: 15px; padding: 13px 12px; }
.rh-browse-search .rh-search-go { min-height: 38px; padding: 0 16px; font-size: 14px; margin: 6px; border-radius: 8px; }
.rh-browse-data { margin-top: 40px; }

/* ─── BROWSE: region accordion grid ─── */
.rh-region-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.rh-region {
  border: 1px solid var(--line); border-radius: var(--r-md);
  background: var(--bg-panel); overflow: hidden;
  align-self: start;
}
.rh-region-head {
  display: flex; align-items: center; gap: 12px; width: 100%;
  padding: 16px 18px; text-align: left;
}
.rh-region-name { font-size: 16px; font-weight: 700; color: var(--ink); }
.rh-region-count {
  font-size: 12px; font-weight: 700; color: var(--ink-mute);
  background: var(--bg-soft); padding: 2px 8px; border-radius: 999px;
  font-family: 'JetBrains Mono', monospace;
}
.rh-region-caret {
  width: 18px; height: 18px; color: var(--ink-mute); margin-left: auto;
}
.rh-region.is-open .rh-region-caret { transform: scaleY(-1); }
.rh-region-links {
  list-style: none; margin: 0;
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px 8px;
  padding: 0 14px;
}
.rh-region.is-open .rh-region-links {
  display: grid; padding: 4px 14px 18px;
}
.rh-region-links a {
  display: block; font-size: 13.5px; color: var(--ink-soft);
  padding: 7px 8px; border-radius: 6px;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.rh-region-links a:hover { background: var(--brand-tint); color: var(--brand-strong); }

/* ─── RECENT ─── */
.rh-sec-eyebrow-live { color: var(--accent); }
.rh-recent-dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--accent);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent) 20%, transparent);
  animation: rhPulse 2s ease-in-out infinite;
}
@keyframes rhPulse { 0%,100% { opacity: 1; } 50% { opacity: .4; } }
.rh-recent-grid {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
}
.rh-recent-card {
  display: flex; flex-direction: column; gap: 12px;
  padding: 18px; border-radius: var(--r-md);
  background: var(--bg-panel); border: 1px solid var(--line);
  transition: border-color .15s, transform .15s, box-shadow .15s;
  height: 100%;
}
.rh-recent-card:hover {
  border-color: var(--brand); transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.rh-recent-route { display: flex; flex-direction: column; gap: 3px; }
.rh-recent-sigungu { font-size: 17px; font-weight: 700; color: var(--ink); }
.rh-recent-sido { font-size: 12.5px; color: var(--ink-mute); }
.rh-recent-date {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 12.5px; color: var(--ink-mute); margin-top: auto;
  font-family: 'JetBrains Mono', monospace;
}
.rh-recent-date.is-today { color: var(--ink-soft); }
.rh-recent-badge {
  font-size: 10px; font-weight: 800; color: #fff; background: var(--accent);
  padding: 2px 7px; border-radius: 4px; font-family: 'Pretendard', sans-serif;
}

/* ─── FAQ ─── */
.rh-faq-list { display: flex; flex-direction: column; gap: 12px; max-width: 860px; }
.rh-faq-item {
  border: 1px solid var(--line); border-radius: var(--r-md);
  background: var(--bg-panel); overflow: hidden;
}
.rh-faq-item.is-open { border-color: var(--line-strong); }
.rh-faq-q {
  display: flex; align-items: center; gap: 14px; width: 100%;
  padding: 20px 22px; text-align: left;
}
.rh-faq-q-mark {
  display: grid; place-items: center; width: 26px; height: 26px; flex-shrink: 0;
  font-size: 14px; font-weight: 800; color: var(--brand-strong);
  background: var(--brand-soft); border-radius: 7px;
  font-family: 'JetBrains Mono', monospace;
}
.rh-faq-q-text { font-size: 16px; font-weight: 700; color: var(--ink); }
.rh-faq-caret {
  width: 18px; height: 18px; color: var(--ink-mute); margin-left: auto;
  flex-shrink: 0;
}
.rh-faq-item.is-open .rh-faq-caret { transform: scaleY(-1); }
.rh-faq-a { display: none; }
.rh-faq-item.is-open .rh-faq-a { display: block; }
.rh-faq-a p {
  margin: 0; padding: 0 22px 22px 62px;
  font-size: 15px; line-height: 1.75; color: var(--ink-soft);
  text-wrap: pretty;
}

/* ─── HOW: 운임 산정 기준 (심화) ─── */
.rh-how { padding: 72px 0; }
.rh-how-grid {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
}
.rh-how-card {
  padding: 22px 20px; border-radius: var(--r-md);
  background: var(--bg-panel); border: 1px solid var(--line);
}
.rh-how-num {
  display: inline-block; font-size: 13px; font-weight: 800;
  color: var(--brand-strong); font-family: 'JetBrains Mono', monospace;
  letter-spacing: .04em;
}
.rh-how-t { font-size: 16px; font-weight: 700; color: var(--ink); margin: 8px 0 8px; }
.rh-how-d { font-size: 13.5px; line-height: 1.7; color: var(--ink-soft); margin: 0; text-wrap: pretty; }
.rh-how-foot { margin-top: 16px; }

/* ─── RESPONSIVE ─── */
@media (max-width: 980px) {
  .rh-hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .rh-hero-right { max-width: 440px; }
  .rh-card { transform: none; }
}
@media (max-width: 860px) {
  .rh-hero { padding: 80px 0 44px; }
  .rh-title { font-size: 38px; }
  .rh-lead { font-size: 16px; }
  .rh-region-grid { grid-template-columns: 1fr; }
  .rh-recent-grid { grid-template-columns: repeat(2, 1fr); }
  .rh-sec-title { font-size: 24px; }
  .rh-browse, .rh-recent, .rh-faq { padding: 52px 0; }
  .rh-how { padding: 52px 0; }
  .rh-how-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .rh-recent-grid { grid-template-columns: 1fr; }
  .rh-region-links { grid-template-columns: repeat(2, 1fr); }
  .rh-faq-a p { padding-left: 22px; }
}

/* === DataTrust 블록(공용 신뢰도 박스) — styles.css(예시)에서 이관, 허브/상세 공용 === */
/* =============== DATA TRUST (공용 데이터 신뢰도 박스) =============== */
.dtrust-box {
  display: flex; gap: 20px; align-items: flex-start;
  padding: 28px 32px;
  background:
    radial-gradient(140% 160% at 88% -20%, color-mix(in srgb, #2f8fff 22%, transparent) 0%, transparent 55%),
    var(--bg-inverse);
  border-radius: 18px;
  position: relative; overflow: hidden;
}
.dtrust-box::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 5px;
  background: linear-gradient(180deg, #6fd0ff, #2f8fff);
}
.dtrust-icon {
  flex-shrink: 0; display: grid; place-items: center;
  width: 46px; height: 46px; border-radius: 12px;
  background: color-mix(in srgb, #6fd0ff 16%, transparent);
  color: #6fd0ff; border: 1px solid color-mix(in srgb, #6fd0ff 30%, transparent);
}
.dtrust-icon svg { width: 24px; height: 24px; }
.dtrust-body { flex: 1; min-width: 0; }
.dtrust-text {
  margin: 0; font-size: 16px; line-height: 1.8; color: #e7eefb;
  text-wrap: pretty; letter-spacing: -0.01em;
}
.dtrust-text b { color: #6fd0ff; font-weight: 700; }
.dtrust-stats {
  display: flex; align-items: center; flex-wrap: wrap; gap: 14px;
  margin-top: 18px; padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.12);
}
.dtrust-stat { display: flex; flex-direction: column; gap: 2px; }
.dtrust-stat-num {
  font-size: 17px; font-weight: 800; color: #fff;
  font-family: 'JetBrains Mono', monospace; letter-spacing: -0.01em;
}
.dtrust-stat-lbl { font-size: 12.5px; color: rgba(255,255,255,.6); font-weight: 600; }
.dtrust-stat-sep { width: 1px; height: 26px; background: rgba(255,255,255,.16); }
@media (max-width: 720px) {
  .dtrust-box { flex-direction: column; gap: 16px; padding: 22px; }
  .dtrust-text { font-size: 14.5px; }
  .dtrust-stats { gap: 12px; }
  .dtrust-stat-sep { display: none; }
  .dtrust-stat {
    flex-direction: row; align-items: baseline; gap: 6px;
    width: 100%; padding: 7px 0; border-bottom: 1px solid rgba(255,255,255,.08);
  }
}
