/* Thunder EV — legal & compliance subpages (bank / PG review) */
.tev-compliance-page {
  font-family: Poppins, system-ui, sans-serif;
  color: #334155;
  background: #f8fafc;
  line-height: 1.65;
}

.tev-compliance {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 1.25rem 3rem;
}

.tev-compliance header {
  margin-bottom: 1.75rem;
}

.tev-compliance h1 {
  color: #1e3a8a;
  font-size: clamp(1.5rem, 4vw, 2rem);
  margin: 0 0 0.5rem;
  line-height: 1.2;
}

.tev-compliance .tev-compliance-lead {
  color: #64748b;
  font-size: 0.95rem;
  margin: 0;
}

.tev-compliance article {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 1.5rem 1.35rem;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
}

.tev-compliance h2 {
  color: #1e3a8a;
  font-size: 1.05rem;
  margin: 1.5rem 0 0.5rem;
}

.tev-compliance h2:first-child {
  margin-top: 0;
}

.tev-compliance h3 {
  font-size: 0.95rem;
  color: #0f172a;
  margin: 1rem 0 0.35rem;
}

.tev-compliance p,
.tev-compliance li {
  font-size: 0.92rem;
}

.tev-compliance ul,
.tev-compliance ol {
  padding-left: 1.25rem;
  margin: 0.5rem 0 1rem;
}

.tev-compliance a {
  color: #2563eb;
  font-weight: 600;
}

.tev-compliance-updated {
  margin-top: 1.25rem;
  font-size: 0.8rem;
  color: #94a3b8;
  text-align: center;
}

.tev-compliance-nav {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.35rem;
  margin: 0 -0.25rem 1.25rem;
  padding: 0.15rem 0.25rem 0.35rem;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.tev-compliance-nav a {
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.32rem 0.62rem;
  border-radius: 99px;
  background: #eff6ff;
  border: 1px solid #dbeafe;
  color: #1d4ed8;
  text-decoration: none;
  line-height: 1.2;
}

.tev-compliance-nav a:hover {
  background: #dbeafe;
}

.tev-contact-cards {
  display: grid;
  gap: 1rem;
  margin: 1rem 0;
}

@media (min-width: 560px) {
  .tev-contact-cards {
    grid-template-columns: 1fr 1fr;
  }
}

.tev-contact-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 1rem;
}

.tev-contact-card strong {
  display: block;
  color: #0f172a;
  margin-bottom: 0.25rem;
}

.tev-compliance-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.85rem;
  margin: 0.75rem 0 1rem;
}

.tev-compliance-table th,
.tev-compliance-table td {
  border: 1px solid #e2e8f0;
  padding: 0.5rem 0.65rem;
  text-align: left;
}

.tev-compliance-table th {
  background: #f1f5f9;
  color: #1e3a8a;
}

.tev-btn-contact {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.75rem;
  padding: 0.65rem 1.1rem;
  border-radius: 99px;
  background: #2563eb;
  color: #fff !important;
  font-weight: 700;
  font-size: 0.88rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.tev-btn-contact:hover {
  background: #1d4ed8;
}

.tev-mp-disclaimer {
  margin: 1rem 0 1.25rem;
  padding: 1rem 1.1rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  font-size: 0.88rem;
}

.tev-mp-disclaimer__title {
  margin: 0 0 0.65rem;
  font-size: 0.95rem;
  color: #1e3a8a;
}

.tev-mp-disclaimer__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 0.65rem 1rem;
  margin: 0;
}

.tev-mp-disclaimer__grid dt {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #64748b;
  margin: 0;
}

.tev-mp-disclaimer__grid dd {
  margin: 0.15rem 0 0;
  font-weight: 600;
  color: #0f172a;
}

.tev-mp-disclaimer__notice {
  margin: 0.75rem 0 0;
  font-size: 0.82rem;
  color: #475569;
  line-height: 1.5;
}

.tev-mp-footer {
  margin: 1rem 0 0;
  font-size: 0.78rem;
  color: #64748b;
  line-height: 1.5;
}
