/* Legal pages — Terms & Privacy (Alpha Trading Group / TradeCore) */

body.page-terms .registration-banner,
body.page-privacy .registration-banner {
  display: none;
}

.terms-page .about-hero,
.privacy-page .about-hero {
  padding-bottom: 24px;
}

.terms-doc {
  width: 100%;
  max-width: 880px;
  margin: 0 auto 40px;
  background: var(--tc-bg-card, rgba(18, 22, 31, 0.92));
  border: 1px solid var(--tc-border, rgba(255, 255, 255, 0.07));
  border-radius: 16px;
  padding: 32px 36px;
  box-shadow: var(--tc-shadow-card, 0 4px 24px rgba(0, 0, 0, 0.35));
}

.terms-intro {
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--tc-border, rgba(255, 255, 255, 0.07));
}

.terms-intro p {
  margin: 0 0 14px;
  font-size: 1rem;
  line-height: 1.7;
  color: #d4d4d8;
}

.terms-intro p:last-child {
  margin-bottom: 0;
}

.terms-section {
  margin-bottom: 28px;
}

.terms-section:last-child {
  margin-bottom: 0;
}

.terms-section h2 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px;
  letter-spacing: -0.02em;
}

.terms-section p {
  margin: 0 0 12px;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #d4d4d8;
}

.terms-section p:last-child {
  margin-bottom: 0;
}

.terms-list {
  margin: 0 0 14px;
  padding-left: 1.25rem;
  color: #d4d4d8;
  font-size: 0.95rem;
  line-height: 1.65;
}

.terms-list li {
  margin-bottom: 8px;
}

.terms-list li:last-child {
  margin-bottom: 0;
}

.terms-updated {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--tc-border, rgba(255, 255, 255, 0.07));
  font-size: 12px;
  color: var(--tc-text-muted, #9ca3af);
}

@media (max-width: 768px) {
  .terms-doc {
    padding: 24px 18px;
    margin-left: 0;
    margin-right: 0;
  }
}
