/* ═══════════════════════════════════════════════════════════
 *  css/pages/privacy.css — Land of Profits
 *  Page-specific styles for privacy.html.
 * ═══════════════════════════════════════════════════════════ */

*,
      *::before,
      *::after {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
      }
      html {
        scroll-behavior: smooth;
      }
      body {
        font-family: var(--sans);
        background: var(--cream);
        color: var(--ink);
        font-size: 15px;
        line-height: 1.7;
        overflow-x: hidden;
      }
      a {
        color: var(--gold-dark);
        text-decoration: none;
        transition: 0.15s;
      }
      a:hover {
        color: var(--gold);
      }

      /* ── PAGE HERO ── */
      .page-hero {
        background: linear-gradient(150deg, var(--navy) 0%, #0a1520 55%, #1a2c1a 100%);
        padding: 140px 40px 72px;
        position: relative;
        overflow: hidden;
      }
      .page-hero-pat {
        position: absolute;
        inset: 0;
        pointer-events: none;
        background-image: repeating-linear-gradient(
          45deg,
          rgba(201, 169, 110, 0.03) 0,
          rgba(201, 169, 110, 0.03) 1px,
          transparent 0,
          transparent 50%
        );
        background-size: 28px 28px;
      }
      .page-hero-glow {
        position: absolute;
        width: 500px;
        height: 500px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(201, 169, 110, 0.055) 0%, transparent 70%);
        top: -150px;
        right: -80px;
        pointer-events: none;
      }
      .page-hero-inner {
        position: relative;
        z-index: 1;
        max-width: 860px;
        margin: 0 auto;
      }
      .hero-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: rgba(201, 169, 110, 0.1);
        border: 1px solid rgba(201, 169, 110, 0.25);
        color: var(--gold);
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        padding: 7px 18px;
        border-radius: 30px;
        margin-bottom: 24px;
      }
      .hero-eyebrow::before {
        content: '';
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: var(--gold);
      }
      .page-hero h1 {
        font-family: var(--serif);
        font-size: clamp(38px, 5vw, 62px);
        font-weight: 600;
        color: #fff;
        line-height: 1.1;
        margin-bottom: 18px;
      }
      .page-hero-meta {
        display: flex;
        gap: 24px;
        flex-wrap: wrap;
        margin-top: 20px;
      }
      .meta-item {
        display: flex;
        align-items: center;
        gap: 7px;
        font-size: 13px;
        color: rgba(255, 255, 255, 0.45);
      }
      .meta-item svg {
        width: 14px;
        height: 14px;
        stroke: rgba(255, 255, 255, 0.35);
        fill: none;
        stroke-width: 2;
      }
      .meta-item strong {
        color: rgba(255, 255, 255, 0.7);
        font-weight: 500;
      }

      /* ── LAYOUT ── */
      .policy-layout {
        max-width: 1060px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 220px 1fr;
        gap: 56px;
        padding: 60px 40px 80px;
        align-items: start;
      }

      /* ── SIDEBAR TOC ── */
      .toc {
        position: sticky;
        top: 88px;
      }
      .toc-title {
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 1.2px;
        text-transform: uppercase;
        color: var(--slate);
        margin-bottom: 16px;
        padding-left: 12px;
      }
      .toc-list {
        list-style: none;
      }
      .toc-list li {
        margin-bottom: 2px;
      }
      .toc-list a {
        display: block;
        padding: 7px 12px;
        border-radius: var(--r6);
        font-size: 13px;
        color: var(--slate);
        transition: 0.15s;
        border-left: 2px solid transparent;
        text-decoration: none;
        line-height: 1.4;
      }
      .toc-list a:hover {
        color: var(--ink);
        background: var(--sand);
        border-left-color: var(--fog);
      }
      .toc-list a.active {
        color: var(--gold-dark);
        background: rgba(201, 169, 110, 0.08);
        border-left-color: var(--gold);
        font-weight: 500;
      }
      .toc-divider {
        height: 1px;
        background: var(--fog);
        margin: 14px 12px;
      }
      .toc-contact {
        margin-top: 16px;
        padding: 14px;
        background: var(--white);
        border: 1px solid var(--fog);
        border-radius: var(--r12);
      }
      .toc-contact p {
        font-size: 12px;
        color: var(--slate);
        line-height: 1.6;
      }
      .toc-contact a {
        color: var(--gold-dark);
        font-weight: 500;
      }
      .toc-contact strong {
        color: var(--ink);
      }

      /* ── POLICY BODY ── */
      .policy-body {
        min-width: 0;
      }
      .policy-intro {
        background: var(--white);
        border: 1px solid var(--fog);
        border-radius: var(--r20);
        padding: 32px 36px;
        margin-bottom: 36px;
        border-left: 4px solid var(--gold);
      }
      .policy-intro p {
        font-size: 15px;
        color: var(--slate);
        line-height: 1.85;
        font-weight: 300;
      }
      .policy-intro p + p {
        margin-top: 12px;
      }
      .policy-intro strong {
        color: var(--ink);
        font-weight: 600;
      }

      .policy-section {
        margin-bottom: 44px;
        scroll-margin-top: 96px;
      }
      .policy-section h2 {
        font-family: var(--serif);
        font-size: 24px;
        font-weight: 600;
        color: var(--navy);
        margin-bottom: 16px;
        padding-bottom: 12px;
        border-bottom: 1px solid var(--fog);
        display: flex;
        align-items: center;
        gap: 10px;
      }
      .section-num {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        background: var(--sand);
        font-family: var(--sans);
        font-size: 12px;
        font-weight: 700;
        color: var(--gold-dark);
        flex-shrink: 0;
      }
      .policy-section p {
        font-size: 14.5px;
        color: #4a5568;
        line-height: 1.9;
        font-weight: 300;
        margin-bottom: 14px;
      }
      .policy-section p:last-child {
        margin-bottom: 0;
      }
      .policy-section strong {
        color: var(--ink);
        font-weight: 600;
      }
      .policy-section ul,
      .policy-section ol {
        padding-left: 20px;
        margin-bottom: 14px;
      }
      .policy-section li {
        font-size: 14.5px;
        color: #4a5568;
        line-height: 1.85;
        font-weight: 300;
        margin-bottom: 6px;
      }
      .policy-section li::marker {
        color: var(--gold-dark);
      }

      /* Info boxes */
      .info-box {
        background: var(--sand);
        border: 1px solid var(--fog);
        border-radius: var(--r12);
        padding: 18px 22px;
        margin: 18px 0;
      }
      .info-box.blue {
        background: rgba(30, 58, 106, 0.05);
        border-color: rgba(30, 58, 106, 0.15);
      }
      .info-box.green {
        background: rgba(46, 107, 72, 0.05);
        border-color: rgba(46, 107, 72, 0.15);
      }
      .info-box.gold {
        background: rgba(201, 169, 110, 0.08);
        border-color: rgba(201, 169, 110, 0.25);
      }
      .info-box-title {
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.8px;
        text-transform: uppercase;
        margin-bottom: 8px;
      }
      .info-box.blue .info-box-title {
        color: #1e3a6a;
      }
      .info-box.green .info-box-title {
        color: #2e6b48;
      }
      .info-box.gold .info-box-title {
        color: var(--gold-dark);
      }
      .info-box p {
        font-size: 13.5px;
        color: var(--slate);
        line-height: 1.75;
        margin-bottom: 0 !important;
      }

      /* Data table */
      .data-table {
        width: 100%;
        border-collapse: collapse;
        margin: 18px 0;
        font-size: 13.5px;
      }
      .data-table th {
        text-align: left;
        padding: 11px 14px;
        background: var(--navy);
        color: rgba(255, 255, 255, 0.8);
        font-weight: 600;
        font-size: 12px;
        letter-spacing: 0.5px;
      }
      .data-table th:first-child {
        border-radius: var(--r6) 0 0 0;
      }
      .data-table th:last-child {
        border-radius: 0 var(--r6) 0 0;
      }
      .data-table td {
        padding: 11px 14px;
        border-bottom: 1px solid var(--fog);
        color: #4a5568;
        vertical-align: top;
        line-height: 1.6;
        font-weight: 300;
      }
      .data-table tr:last-child td {
        border-bottom: none;
      }
      .data-table tr:nth-child(even) td {
        background: var(--cream);
      }
      .data-table tr:hover td {
        background: var(--sand);
      }

      /* Rights grid */
      .rights-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 14px;
        margin: 18px 0;
      }
      .right-card {
        background: var(--white);
        border: 1px solid var(--fog);
        border-radius: var(--r12);
        padding: 16px 18px;
        display: flex;
        gap: 12px;
        align-items: flex-start;
        transition: 0.2s;
      }
      .right-card:hover {
        border-color: rgba(201, 169, 110, 0.3);
        box-shadow: 0 4px 16px rgba(13, 27, 46, 0.06);
      }
      .right-icon {
        width: 34px;
        height: 34px;
        border-radius: 9px;
        background: rgba(201, 169, 110, 0.1);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
      }
      .right-icon svg {
        width: 16px;
        height: 16px;
        stroke: var(--gold-dark);
        fill: none;
        stroke-width: 2;
      }
      .right-card h4 {
        font-size: 13.5px;
        font-weight: 600;
        color: var(--navy);
        margin-bottom: 4px;
      }
      .right-card p {
        font-size: 12.5px;
        color: var(--slate);
        line-height: 1.6;
        font-weight: 300;
        margin: 0 !important;
      }

      /* Cookie table */
      .cookie-tag {
        display: inline-block;
        padding: 2px 9px;
        border-radius: 10px;
        font-size: 11px;
        font-weight: 600;
      }
      .ct-essential {
        background: rgba(46, 107, 72, 0.1);
        color: #2e6b48;
      }
      .ct-analytics {
        background: rgba(30, 58, 106, 0.1);
        color: #1e3a6a;
      }
      .ct-marketing {
        background: rgba(184, 134, 11, 0.1);
        color: var(--gold-dark);
      }

      /* Last updated banner */
      .last-updated {
        background: var(--navy);
        border-radius: var(--r12);
        padding: 18px 24px;
        margin-bottom: 28px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        flex-wrap: wrap;
      }
      .last-updated p {
        font-size: 13px;
        color: rgba(255, 255, 255, 0.55);
      }
      .last-updated strong {
        color: var(--gold);
      }
      .version-badge {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        background: rgba(201, 169, 110, 0.15);
        border: 1px solid rgba(201, 169, 110, 0.25);
        padding: 4px 12px;
        border-radius: 20px;
        font-size: 12px;
        color: var(--gold);
        font-weight: 600;
      }

      /* ─── FOOTER ──────────────────────────────────────────────── */
      footer {
        background: var(--navy);
        padding: 72px 5% 0;
        border-top: 1px solid rgba(201, 169, 110, 0.12);
      }
      .footer-inner {
        max-width: 1240px;
        margin: 0 auto;
      }
      .footer-top {
        display: grid;
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
        gap: 48px;
        padding-bottom: 56px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
      }
      .footer-brand p {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.4);
        line-height: 1.75;
        margin-top: 16px;
        font-weight: 300;
        max-width: 260px;
      }
      .footer-social {
        display: flex;
        gap: 10px;
        margin-top: 24px;
      }
      .social-btn {
        width: 36px;
        height: 36px;
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: rgba(255, 255, 255, 0.4);
        transition: all 0.15s;
        cursor: pointer;
      }
      .social-btn:hover {
        border-color: var(--gold);
        color: var(--gold);
      }
      .social-btn svg {
        width: 15px;
        height: 15px;
        stroke: currentColor;
        fill: none;
        stroke-width: 2;
      }
      .footer-col h5 {
        font-size: 11px;
        letter-spacing: 1.8px;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.25);
        font-weight: 500;
        margin-bottom: 20px;
      }
      .footer-col a {
        display: block;
        font-size: 13px;
        color: rgba(255, 255, 255, 0.45);
        margin-bottom: 11px;
        transition: color 0.15s;
        font-weight: 300;
      }
      .footer-col a:hover {
        color: rgba(255, 255, 255, 0.85);
      }
      .footer-bottom {
        padding: 24px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 12px;
      }
      .footer-bottom p {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.25);
      }
      .footer-reg {
        font-size: 11px;
        color: rgba(255, 255, 255, 0.2);
      }
      .footer-badges {
        display: flex;
        gap: 8px;
      }
      .fbadge {
        padding: 4px 10px;
        background: rgba(255, 255, 255, 0.04);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 5px;
        font-size: 10px;
        color: rgba(255, 255, 255, 0.3);
        letter-spacing: 0.5px;
      }

      @media (max-width: 900px) {
        .policy-layout {
          grid-template-columns: 1fr;
          padding: 40px 24px 60px;
        }
        .toc {
          position: static;
          display: none;
        }
        .page-hero {
          padding: 110px 24px 56px;
        }
        .rights-grid {
          grid-template-columns: 1fr;
        }
        .footer-top {
          grid-template-columns: 1fr 1fr;
          gap: 28px;
        }
        nav {
          padding: 0 20px;
        }
        .nav-links {
          display: none;
        }
      }
      @media (max-width: 600px) {
        .policy-intro {
          padding: 22px 20px;
        }
        .policy-section h2 {
          font-size: 20px;
        }
        .data-table {
          font-size: 12px;
        }
        .data-table th,
        .data-table td {
          padding: 9px 10px;
        }
        .footer-top {
          grid-template-columns: 1fr;
        }
      }