/* PRIVACY POLICY */
/* ── PAGE-SPECIFIC ONLY ── */
.legal-hero {
  background: linear-gradient(135deg, var(--saya-dark) 0%, #2c1010 100%);
  padding: 120px 0 64px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.legal-hero::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(196, 18, 18, 0.1);
}
.legal-hero::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(196, 18, 18, 0.06);
}
.legal-hero-inner {
  position: relative;
  z-index: 1;
}
.legal-hero .saya-section-label {
  color: rgba(255, 255, 255, 0.6);
}
.legal-hero .saya-section-title {
  color: #fff;
  margin-bottom: 14px;
}
.legal-hero .saya-section-title em {
  color: #f4c94e;
  font-style: italic;
}
.legal-hero p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.8;
  max-width: 560px;
  margin: 0 auto;
}
.legal-hero-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 24px;
  flex-wrap: wrap;
}
.legal-hero-meta span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}
.legal-hero-meta span strong {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}
.legal-hero-meta .vdivider {
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.2);
}

/* disclaimer */
.legal-disclaimer {
  background: var(--saya-off);
  border-bottom: 1px solid var(--saya-border);
}
.legal-disclaimer .saya-container {
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.legal-disclaimer p {
  font-size: 12.5px;
  color: var(--saya-gray);
  line-height: 1.7;
  margin: 0;
}
.legal-disclaimer p strong {
  color: var(--saya-dark);
}

/* two-col layout */
.legal-layout {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 52px;
  align-items: start;
}

/* sticky TOC */
.legal-toc {
  position: sticky;
  top: 84px;
}
.legal-toc-title {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--saya-red);
  font-weight: 600;
  margin-bottom: 14px;
}
.legal-toc ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.legal-toc ul a {
  font-size: 13px;
  color: var(--saya-gray);
  text-decoration: none;
  display: block;
  padding: 8px 12px;
  border-radius: 6px;
  border-left: 2px solid transparent;
  font-weight: 500;
  transition: all 0.2s;
  line-height: 1.45;
}
.legal-toc ul a:hover,
.legal-toc ul a.active {
  color: var(--saya-red);
  border-color: var(--saya-red);
  background: var(--saya-red-light);
}

/* content blocks */
.legal-block {
  margin-bottom: 48px;
  scroll-margin-top: 84px;
}
.legal-block-num {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--saya-red);
  font-weight: 600;
  margin-bottom: 6px;
}
.legal-block h2 {
  font-size: 22px;
  font-weight: 700;
  color: var(--saya-dark);
}
.legal-block p {
  font-size: 14px;
  line-height: 1.85;
  color: var(--saya-gray);
  margin-bottom: 14px;
}
.legal-block p:last-child {
  margin-bottom: 0;
}

/* reuse existing list style from .saya-compliance-list */
.legal-block .saya-compliance-list li {
  font-size: 13.5px;
}

/* highlight box */
.legal-note {
  background: var(--saya-red-light);
  border: 1px solid rgba(196, 18, 18, 0.18);
  border-radius: 8px;
  padding: 18px 20px;
  margin: 18px 0;
}
.legal-note p {
  color: #8b1010;
  font-weight: 500;
  font-size: 13.5px;
  margin: 0;
}

/* contact card reuses saya-rera-box style */
.legal-contact {
  background: var(--saya-off);
  border: 1px solid var(--saya-border);
  border-radius: 8px;
  padding: 20px 22px;
  margin-top: 20px;
}
.legal-contact h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--saya-dark);
}
.legal-contact-row {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 13px;
  color: var(--saya-gray);
  padding: 9px 0;
  border-bottom: 1px solid var(--saya-border);
}
.legal-contact-row:last-child {
  border-bottom: none;
}
.legal-contact-row strong {
  color: var(--saya-dark);
  min-width: 76px;
}

@media (max-width: 900px) {
  .legal-layout {
    grid-template-columns: 1fr;
  }
  .legal-toc {
    display: none;
  }
}

/* Terms and Conditions Page */
/* ── PAGE-SPECIFIC ONLY ── */
.legal-hero {
  background: linear-gradient(135deg, #0f1a2c 0%, #1a0c0c 100%);
  padding: 120px 0 64px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.legal-hero::before {
  content: "";
  position: absolute;
  top: -80px;
  left: -80px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(196, 18, 18, 0.1);
}
.legal-hero::after {
  content: "";
  position: absolute;
  bottom: -60px;
  right: -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(184, 149, 42, 0.08);
}
.legal-hero-inner {
  position: relative;
  z-index: 1;
}
.legal-hero .saya-section-label {
  color: rgba(255, 255, 255, 0.6);
}
.legal-hero .saya-section-title {
  color: #fff;
  margin-bottom: 14px;
}
.legal-hero .saya-section-title em {
  color: #f4c94e;
  font-style: italic;
}
.legal-hero p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.8;
  max-width: 560px;
  margin: 0 auto;
}
.legal-hero-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 24px;
  flex-wrap: wrap;
}
.legal-hero-meta span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}
.legal-hero-meta span strong {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}
.legal-hero-meta .vdivider {
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.2);
}

/* disclaimer strip */
.legal-disclaimer {
  background: var(--saya-off);
  border-bottom: 1px solid var(--saya-border);
}
.legal-disclaimer .saya-container {
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.legal-disclaimer p {
  font-size: 12.5px;
  color: var(--saya-gray);
  line-height: 1.7;
  margin: 0;
}
.legal-disclaimer p strong {
  color: var(--saya-dark);
}

/* two-col */
.legal-layout {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 52px;
  align-items: start;
}

/* TOC */
.legal-toc {
  position: sticky;
  top: 84px;
}
.legal-toc-title {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--saya-red);
  font-weight: 600;
  margin-bottom: 14px;
}
.legal-toc ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.legal-toc ul a {
  font-size: 13px;
  color: var(--saya-gray);
  text-decoration: none;
  display: block;
  padding: 8px 12px;
  border-radius: 6px;
  border-left: 2px solid transparent;
  font-weight: 500;
  transition: all 0.2s;
  line-height: 1.45;
}
.legal-toc ul a:hover,
.legal-toc ul a.active {
  color: var(--saya-red);
  border-color: var(--saya-red);
  background: var(--saya-red-light);
}

/* content blocks */
.legal-block {
  margin-bottom: 48px;
  scroll-margin-top: 84px;
}
.legal-block-num {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--saya-red);
  font-weight: 600;
  margin-bottom: 6px;
}
.legal-block h2 {
  font-size: 22px;
  font-weight: 700;
  color: var(--saya-dark);
}
.legal-block p {
  font-size: 14px;
  line-height: 1.85;
  color: var(--saya-gray);
  margin-bottom: 14px;
}
.legal-block p:last-child {
  margin-bottom: 0;
}
.legal-block .saya-compliance-list li {
  font-size: 13.5px;
}

/* note box */
.legal-note {
  background: var(--saya-red-light);
  border: 1px solid rgba(196, 18, 18, 0.18);
  border-radius: 8px;
  padding: 18px 20px;
  margin: 18px 0;
}
.legal-note p {
  color: #8b1010;
  font-weight: 500;
  font-size: 13.5px;
  margin: 0;
}

/* warn box */
.legal-warn {
  background: #fffbf0;
  border: 1px solid #e8cc7a;
  border-radius: 8px;
  padding: 18px 20px;
  margin: 18px 0;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.legal-warn p {
  color: #7a5a00;
  font-weight: 500;
  font-size: 13.5px;
  margin: 0;
  line-height: 1.7;
}

/* spec table */
.legal-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--saya-border);
  margin: 18px 0;
}
.legal-table th {
  background: var(--saya-dark);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-align: left;
  padding: 12px 16px;
  font-family: var(--saya-body);
  font-weight: 600;
}
.legal-table td {
  font-size: 13px;
  color: var(--saya-gray);
  padding: 11px 16px;
  border-bottom: 1px solid var(--saya-border);
  vertical-align: top;
}
.legal-table tr:last-child td {
  border-bottom: none;
}
.legal-table tr:nth-child(even) td {
  background: var(--saya-off);
}
.legal-table td:first-child {
  font-weight: 600;
  color: var(--saya-dark);
}

/* contact card */
.legal-contact {
  background: var(--saya-off);
  border: 1px solid var(--saya-border);
  border-radius: 8px;
  padding: 20px 22px;
  margin-top: 20px;
}
.legal-contact h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--saya-dark);
}
.legal-contact-row {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 13px;
  color: var(--saya-gray);
  padding: 9px 0;
  border-bottom: 1px solid var(--saya-border);
}
.legal-contact-row:last-child {
  border-bottom: none;
}
.legal-contact-row strong {
  color: var(--saya-dark);
  min-width: 80px;
}

@media (max-width: 900px) {
  .legal-layout {
    grid-template-columns: 1fr;
  }
  .legal-toc {
    display: none;
  }
}
