:root {
  --graphite: #0b1310;
  --graphite-2: #101c17;
  --paper: #f4f7f2;
  --paper-2: #eaefe6;
  --ink: #0e1812;
  --steel: #5c6b63;
  --steel-soft: #8a978f;
  --lime: #16B57B;
  --lime-deep: #16B57B;
  --teal: #18c29c;
  --line-dark: rgba(255, 255, 255, .12);
  --line-light: rgba(14, 24, 18, .10);
  --maxw: 860px;
  --font-display: 'Space Grotesk', sans-serif;
  --font-body: 'Inter', sans-serif;
  --font-mono: 'JetBrains Mono', monospace;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); background: var(--paper); color: var(--ink); overflow-x: hidden; -webkit-font-smoothing: antialiased; }
::selection { background: var(--lime); color: var(--ink); }
a { color: var(--lime); text-decoration: none; transition: color .2s; }
a:hover { color: var(--teal); }

.top-bar { background: var(--graphite); border-bottom: 1px solid rgba(255,255,255,.08); padding: 18px 32px; display: flex; align-items: center; gap: 12px; }
.top-bar-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.top-bar-logo img { width: 36px; height: 36px; }
.top-bar-logo span { font-family: var(--font-display); font-weight: 700; font-size: 16px; color: #fff; letter-spacing: -.01em; }
.top-bar-back { margin-left: auto; font-family: var(--font-mono); font-size: 12px; font-weight: 600; color: rgba(255,255,255,.55); text-decoration: none; padding: 7px 14px; border-radius: 8px; border: 1px solid rgba(255,255,255,.12); transition: all .25s; }
.top-bar-back:hover { color: #fff; border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.05); }

.policy-hero { background: var(--graphite); padding: 72px 32px 52px; text-align: center; position: relative; overflow: hidden; }
.policy-hero::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, rgba(0,0,0,.6), transparent 90%); -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,.6), transparent 90%); pointer-events: none; }
.policy-hero .eyebrow { font-family: var(--font-mono); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--lime); margin-bottom: 16px; display: flex; align-items: center; justify-content: center; gap: 8px; }
.policy-hero .eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); animation: pulseDot 2.2s infinite; }
@keyframes pulseDot { 0% { box-shadow: 0 0 0 0 rgba(22,181,123,.55); } 70% { box-shadow: 0 0 0 8px rgba(22,181,123,0); } 100% { box-shadow: 0 0 0 0 rgba(22,181,123,0); } }
.policy-hero h1 { font-family: var(--font-display); font-weight: 700; font-size: clamp(2rem, 3.5vw + 1rem, 3rem); color: #fff; letter-spacing: -.015em; line-height: 1.12; margin-bottom: 14px; }
.policy-hero .subtitle { font-size: 15px; color: rgba(255,255,255,.5); max-width: 500px; margin: 0 auto; line-height: 1.6; }
.policy-hero .effective-date { display: inline-block; margin-top: 20px; font-family: var(--font-mono); font-size: 11px; font-weight: 600; color: var(--teal); background: rgba(24,194,156,.1); border: 1px solid rgba(24,194,156,.2); padding: 6px 14px; border-radius: 20px; }

.policy-content { max-width: var(--maxw); margin: 0 auto; padding: 60px 32px 100px; }

.policy-nav { background: #fff; border: 1px solid var(--line-light); border-radius: 16px; padding: 24px 28px; margin-bottom: 48px; }
.policy-nav h3 { font-family: var(--font-mono); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--steel-soft); margin-bottom: 14px; }
.policy-nav ol { list-style: none; counter-reset: toc; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.policy-nav ol li { counter-increment: toc; }
.policy-nav ol li a { display: flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 500; color: var(--ink); padding: 6px 10px; border-radius: 8px; transition: background .2s; }
.policy-nav ol li a::before { content: counter(toc, decimal-leading-zero); font-family: var(--font-mono); font-size: 11px; font-weight: 700; color: var(--lime); flex: none; }
.policy-nav ol li a:hover { background: var(--paper-2); color: var(--ink); }

.policy-section { margin-bottom: 44px; scroll-margin-top: 24px; }
.policy-section h2 { font-family: var(--font-display); font-weight: 700; font-size: 22px; letter-spacing: -.01em; margin-bottom: 16px; padding-bottom: 12px; border-bottom: 1px solid var(--line-light); display: flex; align-items: center; gap: 12px; }
.policy-section h2 .num { font-family: var(--font-mono); font-size: 12px; font-weight: 700; color: var(--lime); background: rgba(22,181,123,.1); padding: 4px 10px; border-radius: 6px; flex: none; }
.policy-section h3 { font-family: var(--font-display); font-weight: 600; font-size: 16px; margin: 20px 0 10px; color: var(--ink); }
.policy-section p { font-size: 15px; line-height: 1.75; color: var(--steel); margin-bottom: 14px; }
.policy-section ul, .policy-section ol { margin: 0 0 16px 20px; font-size: 15px; line-height: 1.75; color: var(--steel); }
.policy-section ul li, .policy-section ol li { margin-bottom: 6px; }
.policy-section ul li::marker { color: var(--lime); }

.highlight-box { background: rgba(22,181,123,.06); border-left: 3px solid var(--lime); border-radius: 0 10px 10px 0; padding: 16px 20px; margin: 18px 0; font-size: 14px; line-height: 1.7; color: var(--ink); }
.highlight-box strong { color: var(--ink); }

.info-table { width: 100%; border-collapse: collapse; margin: 18px 0; border-radius: 12px; overflow: hidden; border: 1px solid var(--line-light); }
.info-table thead { background: var(--graphite); }
.info-table th { font-family: var(--font-mono); font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: rgba(255,255,255,.7); padding: 14px 18px; text-align: left; }
.info-table td { font-size: 14px; padding: 14px 18px; color: var(--steel); border-top: 1px solid var(--line-light); line-height: 1.6; }
.info-table tbody tr:hover { background: rgba(22,181,123,.03); }
.info-table .status-yes { color: var(--lime); font-weight: 700; }
.info-table .status-no { color: #c0473f; font-weight: 700; }
.info-table .status-partial { color: #d4a017; font-weight: 700; }

.policy-footer { background: var(--graphite); padding: 36px 32px; text-align: center; border-top: 1px solid rgba(255,255,255,.08); }
.policy-footer p { font-size: 13px; color: rgba(255,255,255,.4); }
.policy-footer a { color: var(--lime); }
.footer-links { display: flex; justify-content: center; gap: 24px; flex-wrap: wrap; margin-bottom: 16px; }
.footer-links a { font-family: var(--font-mono); font-size: 11px; font-weight: 600; color: rgba(255,255,255,.5); text-decoration: none; text-transform: uppercase; letter-spacing: .06em; padding: 6px 12px; border-radius: 6px; border: 1px solid rgba(255, 255, 255, .08); transition: all .2s; }
.footer-links a:hover { color: #fff; border-color: var(--lime); background: rgba(22, 181, 123, .08); }

@media(max-width:640px) {
  .policy-nav ol { grid-template-columns: 1fr; }
  .policy-content { padding: 40px 20px 80px; }
  .policy-hero { padding: 56px 20px 40px; }
  .info-table { font-size: 12px; }
  .info-table th, .info-table td { padding: 10px 12px; }
}
