:root {
  --emerald-50: #ecfdf5;
  --emerald-500: #10b981;
  --emerald-600: #059669;
  --gray-50: #f9fafb;
  --gray-100: #f3f4f6;
  --gray-300: #d1d5db;
  --gray-500: #6b7280;
  --yellow-50: #fffbeb;
}
#btc-loan {
  max-width: 448px;
  margin-left: auto;
  margin-right: auto;
}
.promo-box {
  border: 1px solid var(--gray-300);
  background: var(--emerald-50);
  border-radius: 16px;
  padding: 12px;
  margin-bottom: 12px;
}
.promo-title {
  font-weight: 600;
  color: #065f46;
}
.promo-sub {
  color: #047857;
  margin: 0;
}
.btn-primary-emerald {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--emerald-600);
  background: var(--emerald-500);
  color: #fff;
  padding: 8px 16px;
  border-radius: 16px;
  font-weight: 600;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: 0.15s ease;
}
.btn-primary-emerald:hover {
  opacity: 0.95;
  box-shadow: 0 4px 10px rgba(16, 185, 129, 0.25);
}
.btn-secondary-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gray-300);
  background: #fff;
  color: #111827;
  padding: 8px 16px;
  border-radius: 16px;
  transition: 0.15s ease;
}
.btn-secondary-outline:hover {
  background: var(--gray-50);
}
.kpi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 16px 0;
}
.kpi-pill {
  text-align: center;
  border: 1px solid var(--gray-300);
  border-radius: 16px;
  padding: 8px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.03);
}
.kpi-label {
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gray-500);
}
.kpi-value {
  font-size: 18px;
  font-weight: 600;
}
.leader-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 16px 0;
}
.leader-card {
  border: 1px solid var(--gray-300);
  border-radius: 16px;
  padding: 12px;
}
.leader-label {
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gray-500);
}
.leader-value {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}
.leader-dot {
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background: var(--emerald-500);
  display: inline-block;
}
.tip-box {
  border: 1px solid var(--gray-300);
  background: var(--emerald-50);
  border-radius: 16px;
  padding: 12px;
  color: #065f46;
  font-size: 14px;
  margin: 16px 0;
}
.disclaimer-box {
  border: 1px solid var(--gray-300);
  background: var(--yellow-50);
  border-radius: 16px;
  padding: 12px;
  font-size: 12px;
  margin: 16px 0;
}
.table-wrap {
  overflow-x: auto;
  margin: 0 -4px;
  padding: 0 4px;
}
.nice-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.nice-table thead th {
  color: var(--gray-500);
  font-weight: 500;
  border-bottom: 1px solid var(--gray-100);
  text-align: left;
  padding: 8px 16px 8px 0;
}
.nice-table td {
  padding: 8px 16px 8px 0;
  vertical-align: top;
  border-bottom: 1px solid var(--gray-100);
}
.nice-table tbody tr:last-child td {
  border-bottom: none;
}
.link-accent {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
}
.cta-hero {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 12px 0;
}
.section-h2 {
  font-size: 18px;
  font-weight: 600;
  border-left: 4px solid var(--emerald-600);
  padding-left: 12px;
  margin-top: 24px;
  margin-bottom: 8px;
}
figure {
  margin: 0;
}
figcaption {
  margin: 0;
}
