/* ==========================================================================
   XOVENTA GLOBAL LTD — shared legal stylesheet (privacy + terms)
   Plain single-column legal form. Self-contained page colors.
   ========================================================================== */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  background: #1E2732;
  scroll-behavior: smooth;
}

body {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 16px;
  line-height: 1.75;
  color: #F2ECDA;
  background: #1E2732;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #7FC9A8;
  text-decoration: none;
}

a:hover {
  color: #F2ECDA;
  text-decoration: underline;
}

/* Solid legal header with strong contrast */
.legal-header {
  background: #161C24;
  border-bottom: 3px solid #7FC9A8;
}

.legal-header-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.legal-brand {
  font-family: 'Courier New', Courier, monospace;
  font-weight: 700;
  letter-spacing: 2px;
  color: #F2ECDA;
  font-size: 0.98rem;
}

.legal-brand span {
  display: block;
  color: #7FC9A8;
  font-size: 0.6rem;
  letter-spacing: 3px;
  font-weight: 400;
}

.legal-nav a {
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.74rem;
  letter-spacing: 1px;
  margin-left: 16px;
  text-transform: uppercase;
}

.legal-hero {
  background: #232f3b;
  padding: 44px 0 38px;
  border-bottom: 1px solid #2C3844;
}

.legal-hero-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 24px;
}

.legal-hero h1 {
  font-size: 2.3rem;
  color: #F2ECDA;
  line-height: 1.2;
  margin-bottom: 12px;
  letter-spacing: 0.4px;
}

.legal-hero p {
  color: #e2dccb;
  font-size: 1rem;
  max-width: 760px;
}

.legal-meta {
  margin-top: 18px;
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.72rem;
  letter-spacing: 1px;
  color: #7FC9A8;
}

/* Content container: max-width + auto margins + side padding */
.legal-content {
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 24px 56px;
}

.legal-content section {
  background: transparent !important;
  margin-bottom: 34px;
}

.legal-content h2 {
  font-size: 1.5rem;
  color: #7FC9A8;
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid #2C3844;
  letter-spacing: 0.3px;
}

.legal-content h3 {
  font-size: 1.12rem;
  color: #F2ECDA;
  margin: 20px 0 10px;
}

.legal-content p {
  color: #ede7d7;
  margin-bottom: 14px;
  font-size: 1rem;
}

.legal-content ul,
.legal-content ol {
  margin: 0 0 16px 22px;
}

.legal-content li {
  color: #ede7d7;
  margin-bottom: 9px;
  font-size: 0.98rem;
}

.legal-content strong {
  color: #F2ECDA;
}

.toc {
  background: #232f3b;
  border: 1px solid #2C3844;
  border-left: 6px solid #7FC9A8;
  border-radius: 4px;
  padding: 24px 26px;
  margin-bottom: 38px;
}

.toc h2 {
  border-bottom: none;
  margin-bottom: 12px;
  font-size: 1.2rem;
}

.toc ol {
  columns: 2;
  column-gap: 30px;
  margin-left: 20px;
}

.toc li {
  font-size: 0.92rem;
  margin-bottom: 7px;
}

.legal-note {
  background: #232f3b;
  border-left: 6px solid #B06A3E;
  border-radius: 4px;
  padding: 18px 20px;
  margin: 20px 0;
}

.legal-note p {
  margin-bottom: 0;
  color: #F2ECDA;
}

.legal-footer {
  background: #161C24;
  border-top: 3px solid #7FC9A8;
}

.legal-footer-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 30px 24px 34px;
}

.legal-footer-inner p {
  color: #cfc9b8;
  font-size: 0.88rem;
  margin-bottom: 8px;
}

.legal-footer-links {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.legal-footer-links a {
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.76rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media (max-width: 700px) {
  .legal-hero h1 {
    font-size: 1.7rem;
  }
  .toc ol {
    columns: 1;
  }
  .legal-content h2 {
    font-size: 1.25rem;
  }
}
