.hero-page {
    position: relative; min-height: 380px;
    padding: 90px 0 60px; overflow: hidden;
    background: linear-gradient(180deg, #050B14 0%, #0A1422 50%, #0F1B2D 100%);
  }
  .hero-page .wrap { position: relative; z-index: 5; }
  .hero-page .cine-eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    font-family: 'JetBrains Mono', ui-monospace, monospace;
    font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase;
    color: #C8A84E; margin-bottom: 24px;
  }
  .hero-page .cine-eyebrow .cine-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: #C8A84E; box-shadow: 0 0 12px rgba(200,168,78,0.7);
  }
  .hero-page h1 {
    font-family: 'Source Serif Pro', Georgia, serif;
    font-size: clamp(36px, 5.2vw, 60px);
    font-weight: 700; line-height: 1.05;
    letter-spacing: -0.025em; color: #F4F0E0;
    margin-bottom: 20px; max-width: 920px;
  }
  .hero-page h1 em {
    font-style: italic;
    background: linear-gradient(135deg, #F4D470 0%, #C8A84E 50%, #A87818 100%);
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block; padding-right: 0.18em; margin-right: -0.12em;
    line-height: 1.1;
  }
  .hero-page .lede {
    font-family: 'Source Serif Pro', Georgia, serif;
    font-size: clamp(16px, 1.9vw, 19px); line-height: 1.55;
    color: rgba(232, 224, 204, 0.78); max-width: 760px; margin-bottom: 28px;
  }
  .hero-page .page-toc {
    display: flex; flex-wrap: wrap; gap: 8px;
    font-family: 'JetBrains Mono', ui-monospace, monospace;
    font-size: 11px; letter-spacing: 0.12em;
  }
  .hero-page .page-toc a {
    color: rgba(232, 224, 204, 0.7);
    padding: 8px 14px;
    background: rgba(20, 31, 48, 0.5);
    border: 1px solid rgba(200, 168, 78, 0.18);
    border-radius: 3px;
    text-decoration: none; text-transform: uppercase;
    transition: all 0.18s ease;
  }
  .hero-page .page-toc a:hover {
    color: #F4D470;
    border-color: rgba(200, 168, 78, 0.5);
    background: rgba(200, 168, 78, 0.08);
  }
  @media (max-width: 640px) {
    .hero-page { min-height: 320px; padding: 64px 0 44px; }
    .hero-page .page-toc { gap: 5px; }
    .hero-page .page-toc a { font-size: 10px; padding: 6px 10px; }
  }

  .section-legal { padding: 64px 0; border-top: 1px solid var(--bl-rule); }
  .section-legal:first-of-type { border-top: 0; }
  .section-legal h2 {
    font-family: 'Source Serif Pro', Georgia, serif;
    font-size: clamp(26px, 3.4vw, 36px); font-weight: 700;
    color: var(--bl-text-strong); margin: 0 0 8px;
    letter-spacing: -0.015em;
  }
  .section-legal .twi {
    font-family: Georgia, serif; font-style: italic;
    font-size: 14px; color: var(--bl-gold-rich); letter-spacing: 0.02em;
    margin-bottom: 20px; display: block;
  }
  .section-legal p {
    font-family: 'Source Serif Pro', Georgia, serif;
    font-size: 17px; line-height: 1.62; color: var(--bl-text);
    max-width: 780px; margin: 0 0 18px;
  }
  .section-legal ul {
    font-family: 'Source Serif Pro', Georgia, serif;
    font-size: 17px; line-height: 1.62; color: var(--bl-text);
    max-width: 780px; padding-left: 24px; margin: 0 0 18px;
  }
  .section-legal li { margin-bottom: 10px; }
  .section-legal li strong { color: var(--bl-text-strong); }
  .section-legal .last-updated {
    font-family: 'JetBrains Mono', ui-monospace, monospace;
    font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
    color: rgba(15,27,45,0.55); margin-bottom: 0;
  }
  .section-legal .risk-box {
    background: rgba(184, 78, 38, 0.06);
    border-left: 3px solid #C84E26;
    padding: 24px 28px; border-radius: 4px;
    max-width: 780px; margin: 18px 0;
  }
  .section-legal .risk-box p { margin: 0 0 10px; }
  .section-legal .risk-box p:last-child { margin: 0; }

  .legal-contact-card {
    background: var(--bl-bg-card);
    border-left: 3px solid var(--bl-gold-rich);
    padding: 28px 30px; border-radius: 4px;
    max-width: 720px; margin: 24px 0;
  }
  .legal-contact-card h3 {
    font-family: 'Source Serif Pro', Georgia, serif;
    font-size: 20px; font-weight: 700; margin: 0 0 12px;
    color: var(--bl-text-strong);
  }
  .legal-contact-card p { font-size: 16px; margin: 0 0 8px; }
  .legal-contact-card a {
    color: var(--bl-gold-rich); text-decoration: none; font-weight: 600;
  }
  .legal-contact-card a:hover { text-decoration: underline; }

  .closing-anchor {
    background: linear-gradient(180deg, #060D18 0%, #0A1422 100%);
    padding: 80px 0 70px; text-align: center;
  }
  .closing-anchor .twi-anchor {
    font-family: Georgia, serif; font-style: italic;
    background: linear-gradient(135deg, #F4D470 0%, #C8A84E 50%, #A87818 100%);
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: clamp(24px, 3vw, 34px); margin-bottom: 14px;
  }
  .closing-anchor .twi-translation {
    font-family: 'JetBrains Mono', ui-monospace, monospace;
    font-size: 11px; letter-spacing: 0.4em; text-transform: uppercase;
    color: rgba(232, 224, 204, 0.62); margin-bottom: 32px;
  }
  .closing-anchor a {
    display: inline-block; padding: 14px 28px;
    border: 1px solid #C8A84E; color: #F4D470; text-decoration: none;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 13px; font-weight: 600; letter-spacing: 0.18em;
    text-transform: uppercase; transition: all 0.2s ease;
  }
  .closing-anchor a:hover {
    background: rgba(200, 168, 78, 0.1);
    box-shadow: 0 0 24px rgba(200, 168, 78, 0.2);
  }
