:root {
  --bg: #020713;
  --panel: rgba(5, 16, 36, 0.76);
  --line: rgba(54, 154, 255, 0.35);
  --text: #ffffff;
  --muted: #d6dde8;
  --blue: #009dff;
  --blue2: #235cff;
}
* { box-sizing: border-box; }
html { min-height: 100%; }
body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 50% 25%, rgba(0, 132, 255, 0.20), transparent 28rem),
    radial-gradient(circle at 10% 70%, rgba(0, 132, 255, 0.18), transparent 24rem),
    radial-gradient(circle at 90% 70%, rgba(92, 28, 255, 0.16), transparent 24rem),
    linear-gradient(180deg, #01040d, var(--bg));
  overflow-x: hidden;
}
body::before, body::after {
  content: "";
  position: fixed;
  inset: auto auto 14% -8%;
  width: 42vw;
  height: 18vw;
  border-radius: 50%;
  background: repeating-radial-gradient(circle, rgba(0,157,255,.55) 0 1px, transparent 2px 13px);
  opacity: .28;
  transform: rotate(12deg);
  pointer-events: none;
}
body::after {
  left: auto;
  right: -8%;
  transform: rotate(-12deg);
}
.page {
  min-height: calc(100vh - 78px);
  display: grid;
  place-items: center;
  padding: 48px 20px 24px;
}
.card {
  width: min(1060px, 100%);
  text-align: center;
  padding: 10px 12px 0;
}
.logo {
  display: block;
  width: min(720px, 92vw);
  height: auto;
  margin: 0 auto 26px;
  filter: drop-shadow(0 0 24px rgba(0, 145, 255, .22));
}
.construction-icon {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 32px;
  color: var(--blue);
  margin: 0 auto 26px;
}
.laptop {
  width: 140px;
  height: 92px;
  border: 4px solid var(--blue);
  border-bottom-width: 12px;
  border-radius: 14px 14px 8px 8px;
  display: grid;
  place-items: center;
  font-size: 46px;
  line-height: 1;
  text-shadow: 0 0 16px rgba(0, 157, 255, .7);
  box-shadow: 0 0 22px rgba(0, 157, 255, .14);
}
.cone {
  width: 52px;
  height: 68px;
  border: 4px solid var(--blue);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  opacity: .9;
}
h1 {
  margin: 0;
  font-size: clamp(2.1rem, 6vw, 4.5rem);
  line-height: 1.05;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-weight: 900;
}
h1 span, strong, a { color: var(--blue); }
.rule {
  width: 96px;
  height: 4px;
  margin: 28px auto;
  background: linear-gradient(90deg, transparent, var(--blue), transparent);
  border-radius: 999px;
}
.lead, .sublead {
  margin: 0;
  font-size: clamp(1.2rem, 2.4vw, 1.75rem);
  color: var(--muted);
}
.sublead { margin-top: 8px; }
.links {
  margin: 52px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
}
.links a {
  color: var(--text);
  text-decoration: none;
  padding: 12px 34px;
  border-right: 1px solid rgba(255,255,255,.22);
}
.links a:last-child { border-right: 0; }
.links a:hover, .links a:focus { color: var(--blue); }
.cookie-banner {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 22px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(4, 12, 27, .94);
  box-shadow: 0 18px 70px rgba(0,0,0,.45);
  backdrop-filter: blur(14px);
}
.cookie-banner h2 { margin: 0 0 6px; font-size: 1.25rem; }
.cookie-banner p { margin: 0; color: var(--muted); max-width: 720px; line-height: 1.5; }
.cookie-actions { display: flex; gap: 14px; flex-wrap: wrap; justify-content: flex-end; }
button {
  border: 1px solid var(--blue);
  border-radius: 12px;
  padding: 14px 28px;
  color: white;
  background: linear-gradient(135deg, var(--blue), var(--blue2));
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
button.secondary { background: transparent; }
footer {
  min-height: 78px;
  display: grid;
  place-items: center;
  padding: 18px 20px;
  color: var(--muted);
  border-top: 1px solid rgba(255,255,255,.12);
  text-align: center;
}
.policy-page {
  min-height: auto;
  display: block;
  padding: 56px 20px;
}
.policy {
  width: min(880px, 100%);
  margin: 0 auto;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--panel);
  line-height: 1.7;
}
.policy h1 { font-size: clamp(2rem, 5vw, 3.2rem); text-align: left; }
.policy h2 { margin-top: 30px; color: var(--blue); }
.policy a { color: var(--blue); }
.back { display: inline-block; margin-bottom: 24px; }
@media (max-width: 760px) {
  .page { padding-top: 28px; }
  .construction-icon { gap: 18px; }
  .laptop { width: 108px; height: 76px; font-size: 34px; }
  .cone { width: 40px; height: 52px; }
  .links { margin-top: 36px; flex-direction: column; gap: 8px; }
  .links a { border-right: 0; padding: 8px 14px; }
  .cookie-banner { position: static; margin: 12px 16px 18px; flex-direction: column; align-items: stretch; }
  .cookie-actions, .cookie-actions button { width: 100%; }
}
