:root {
  --ink: #05070b;
  --panel: #0b1019;
  --text: #f7f9ff;
  --muted: #a5afbf;
  --line: rgba(255,255,255,.1);
  --orange: #ff9718;
  --amber: #ffc15a;
  --max: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  width: 100vw;
  max-width: 100vw;
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 78% 3%, rgba(255,151,24,.14), transparent 28rem),
    radial-gradient(circle at 8% 55%, rgba(239,91,32,.07), transparent 24rem),
    var(--ink);
  font-family: "Manrope", sans-serif;
  line-height: 1.75;
}
body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}
a { color: inherit; text-decoration: none; }
.noise {
  position: fixed;
  inset: 0;
  z-index: 20;
  opacity: .04;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}
.container {
  width: min(calc(100% - 40px), var(--max));
  max-width: none;
  margin-inline: auto;
  padding: 0;
}
.nav-shell {
  position: fixed;
  top: 18px;
  right: 0;
  left: 0;
  z-index: 10;
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 66px;
  padding: 0 12px 0 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(7,10,16,.76);
  box-shadow: 0 16px 60px rgba(0,0,0,.25);
  backdrop-filter: blur(18px);
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  display: grid;
  width: 42px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(255,151,24,.24);
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(255,151,24,.14), rgba(239,91,32,.03));
  box-shadow: inset 0 1px rgba(255,255,255,.1), 0 0 28px rgba(255,151,24,.1);
}
.brand-mark img { width: 34px; height: 34px; object-fit: contain; }
.brand-name {
  font-family: "Space Grotesk", sans-serif;
  font-size: .92rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a {
  color: #bbc4d2;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .06em;
  transition: .25s ease;
}
.nav-links a:hover, .nav-links .active { color: var(--orange); }
.nav-home {
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255,255,255,.04);
}
.policy-hero { padding: 180px 0 64px; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  color: var(--orange);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.eyebrow::before {
  width: 22px;
  height: 1px;
  content: "";
  background: currentColor;
  box-shadow: 0 0 12px currentColor;
}
.policy-hero h1 {
  max-width: 800px;
  margin: 0 0 22px;
  color: white;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(4rem, 9vw, 7.5rem);
  font-weight: 600;
  letter-spacing: -.075em;
  line-height: .9;
}
.policy-hero h1 span {
  color: transparent;
  background: linear-gradient(100deg, #fff, var(--amber), var(--orange));
  background-clip: text;
  -webkit-background-clip: text;
}
.meta {
  display: inline-flex;
  margin: 0;
  padding: 9px 12px;
  border: 1px solid rgba(255,151,24,.2);
  border-radius: 999px;
  color: var(--amber);
  background: rgba(255,151,24,.06);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.policy-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
  padding-bottom: 120px;
}
.policy-aside {
  position: sticky;
  top: 110px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(11,16,25,.68);
  backdrop-filter: blur(16px);
}
.policy-aside span {
  display: block;
  margin-bottom: 14px;
  color: var(--orange);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.policy-aside a {
  display: block;
  padding: 8px 0;
  color: #99a5b6;
  font-size: .72rem;
  font-weight: 700;
  transition: .2s ease;
}
.policy-aside a:hover { color: white; transform: translateX(3px); }
.policy-content {
  min-width: 0;
  overflow: hidden;
  overflow-wrap: anywhere;
  padding: clamp(26px, 5vw, 64px);
  border: 1px solid var(--line);
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(16,24,36,.86), rgba(7,10,15,.86));
  box-shadow: inset 0 1px rgba(255,255,255,.06), 0 40px 100px rgba(0,0,0,.2);
}
.policy-content > p:first-child {
  margin-top: 0;
  color: #d7deea;
  font-size: 1.04rem;
}
.policy-content h2 {
  scroll-margin-top: 120px;
  margin: 68px 0 20px;
  padding: 30px 0 0;
  border-top: 1px solid var(--line);
  border-bottom: 0;
  color: white;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.15rem);
  letter-spacing: -.04em;
  line-height: 1.15;
}
.policy-content h2:first-of-type { margin-top: 42px; }
.policy-content h3 {
  margin: 34px 0 12px;
  color: var(--amber);
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.1rem;
  letter-spacing: -.02em;
}
.policy-content p { margin: 13px 0; color: var(--muted); }
.policy-content strong { color: white; }
.policy-content ul {
  margin: 16px 0 24px;
  padding: 0;
  list-style: none;
}
.policy-content li {
  position: relative;
  margin: 8px 0;
  padding-left: 20px;
  color: #acb6c5;
}
.policy-content li::before {
  position: absolute;
  top: .76em;
  left: 0;
  width: 5px;
  aspect-ratio: 1;
  border-radius: 50%;
  content: "";
  background: var(--orange);
  box-shadow: 0 0 8px rgba(255,151,24,.5);
}
.policy-content a { color: var(--amber); border-bottom: 1px solid rgba(255,193,90,.25); }
.policy-content a:hover { color: white; }
.contact-box {
  margin-top: 22px;
  padding: 22px;
  border: 1px solid rgba(255,151,24,.2);
  border-radius: 16px;
  background: rgba(255,151,24,.055);
}
.contact-box p { margin: 6px 0; }
.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 32px 0 40px;
  border-top: 1px solid var(--line);
  color: #748092;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.footer-links { display: flex; gap: 24px; }
.footer a:hover { color: white; }

@media (max-width: 850px) {
  .nav-links a:not(.nav-home) { display: none; }
  .policy-layout { grid-template-columns: 1fr; }
  .policy-aside { display: none; }
}
@media (max-width: 600px) {
  .container { width: min(calc(100% - 24px), var(--max)); }
  .nav, .policy-hero, .policy-layout, .footer { width: calc(100vw - 24px); max-width: calc(100vw - 24px); }
  .nav-shell { top: 10px; }
  .nav { padding-left: 12px; }
  .nav .brand-name { display: none; }
  .footer .brand-name { font-size: .72rem; }
  .nav-home { padding: 10px 12px; font-size: .65rem !important; }
  .policy-hero { padding: 140px 0 44px; }
  .policy-hero h1 { font-size: clamp(3.5rem, 18vw, 5rem); }
  .policy-content { border-radius: 20px; }
  .footer { align-items: flex-start; flex-direction: column; }
  .footer-links { flex-wrap: wrap; }
}
