* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  min-height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  background: #020202;
  color: #fff;
  overflow-x: hidden;
}

body {
  position: relative;
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% 10%, rgba(255,255,255,0.03), transparent 28%),
    radial-gradient(circle at 15% 85%, rgba(59,130,246,0.04), transparent 24%),
    linear-gradient(180deg, #050505 0%, #010101 100%);
}

.bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, transparent 0%, rgba(0,0,0,0.18) 58%, rgba(0,0,0,0.55) 100%),
    linear-gradient(to bottom, rgba(0,0,0,0.10), rgba(0,0,0,0.30));
}

.track-scene {
  position: absolute;
  inset: -4%;
  width: 108%;
  height: 108%;
}

.track,
.track-inner,
.curb-red,
.curb-white {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.track {
  stroke: rgba(135, 155, 180, 0.06);
  stroke-width: 44;
}

.track-inner {
  stroke: rgba(255,255,255,0.02);
  stroke-width: 28;
}

.curb-red,
.curb-white {
  stroke-width: 4;
  opacity: 0.09;
}

.curb-red {
  stroke: rgba(255, 65, 65, 0.75);
}

.curb-white {
  stroke: rgba(255, 255, 255, 0.55);
}

.light-group {
  position: absolute;
  inset: 0;
}

.beam,
.rear-glow,
.beam-core,
.car-shell {
  position: absolute;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.beam,
.rear-glow,
.beam-core {
  border-radius: 999px;
  mix-blend-mode: screen;
}

.beam {
  width: 180px;
  height: 90px;
  background:
    radial-gradient(ellipse at 35% 50%,
      rgba(255,250,225,0.68) 0%,
      rgba(255,235,185,0.32) 30%,
      rgba(255,215,140,0.12) 55%,
      rgba(255,255,255,0) 78%);
  filter: blur(8px);
}

.beam-core {
  width: 92px;
  height: 34px;
  background:
    radial-gradient(ellipse at 28% 50%,
      rgba(255,255,245,0.72) 0%,
      rgba(255,248,210,0.22) 48%,
      rgba(255,255,255,0) 80%);
  filter: blur(5px);
}

.rear-glow {
  width: 50px;
  height: 22px;
  background:
    radial-gradient(ellipse at center,
      rgba(255,70,70,0.42) 0%,
      rgba(255,70,70,0.16) 38%,
      rgba(255,70,70,0.00) 78%);
  filter: blur(5px);
}

.car-shell {
  width: 10px;
  height: 5px;
  border-radius: 6px;
  background: rgba(255,255,255,0.06);
  box-shadow: 0 0 8px rgba(255,255,255,0.03);
  opacity: 0.18;
}

.page-shell {
  position: relative;
  z-index: 5;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}

.policy-card {
  width: min(680px, 100%);
  max-height: min(82vh, 720px);
  overflow: auto;
  padding: 30px;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 8px;
  background: rgba(7, 7, 9, 0.9);
  backdrop-filter: blur(10px);
  box-shadow: 0 24px 80px rgba(0,0,0,0.56);
}

.card-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.logo {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-decoration: none;
}

.highlight {
  color: #3b82f6;
}

.close-link {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  background: rgba(255,255,255,0.05);
}

.close-link:hover {
  background: rgba(255,255,255,0.1);
}

.draft-label {
  display: inline-block;
  margin-bottom: 12px;
  color: #93b4ff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1 {
  font-size: 32px;
  line-height: 1.15;
  margin-bottom: 14px;
}

p,
li {
  color: #b9c3d1;
  line-height: 1.65;
}

ul {
  margin-top: 14px;
  padding-left: 20px;
}

a {
  color: #d8e4ff;
  text-decoration: none;
  border-bottom: 1px solid rgba(216,228,255,0.28);
}

a:hover {
  color: #ffffff;
  border-color: rgba(255,255,255,0.62);
}

.card-actions {
  margin-top: 24px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.action-link {
  padding: 12px 16px;
  color: #ffffff;
  font-weight: 700;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 8px;
  background: rgba(255,255,255,0.05);
}

@media (max-width: 768px) {
  .beam {
    width: 120px;
    height: 62px;
  }

  .beam-core {
    width: 62px;
    height: 24px;
  }

  .policy-card {
    padding: 22px;
  }

  h1 {
    font-size: 26px;
  }
}
