:root {
  color-scheme: light;
  --ink: #0a1733;
  --muted: #5d6880;
  --line: #dfe5ef;
  --blue: #174193;
  --blue-2: #8bd3ff;
  --paper: #fbfaf7;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
}

a {
  color: inherit;
}

.skip {
  position: absolute;
  left: -999px;
  top: 0;
}

.skip:focus {
  left: 16px;
  top: 16px;
  z-index: 20;
  background: var(--white);
  padding: 10px 14px;
  border: 1px solid var(--line);
}

.shell {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(ellipse at center, transparent 34%, rgba(5, 15, 36, 0.72) 94%),
    radial-gradient(circle at 72% 48%, rgba(204, 237, 255, 0.24), rgba(139, 211, 255, 0.10) 28%, transparent 46%),
    radial-gradient(circle at 24% 22%, rgba(139, 211, 255, 0.055), transparent 30%),
    radial-gradient(circle at 20% 82%, rgba(139, 211, 255, 0.06), transparent 32%),
    linear-gradient(90deg, rgba(8, 23, 53, 0.95) 0%, rgba(8, 23, 53, 0.76) 42%, rgba(8, 23, 53, 0.28) 100%);
  color: var(--white);
}

#network-universe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.95;
}

.hero-shade {
  pointer-events: none;
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at center, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 3px 3px;
  opacity: 0.045;
}

.wrap {
  position: relative;
  z-index: 4;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand img {
  width: 42px;
  height: 42px;
  filter: brightness(0) invert(1);
}

.brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-style: italic;
  letter-spacing: 0;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 700;
}

.nav-links a {
  text-decoration: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  padding: 0 22px;
  font-weight: 800;
  text-decoration: none;
}

.button.primary {
  background: var(--white);
  color: #081735;
}

.button.secondary {
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: var(--white);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(320px, 0.38fr);
  gap: 40px;
  align-items: center;
  min-height: calc(100vh - 104px);
  padding: 70px 0 108px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(139, 211, 255, 0.28);
  border-radius: 999px;
  padding: 8px 13px;
  color: rgba(191, 234, 255, 0.92);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--blue-2);
}

h1 {
  margin: 24px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 7vw, 86px);
  line-height: 0.98;
  font-weight: 500;
  letter-spacing: 0;
}

.hero p {
  max-width: 680px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.72;
  font-weight: 600;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.signal {
  margin-top: 40px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.orbit-system {
  pointer-events: none;
  position: absolute;
  inset: 104px 0 0 0;
  z-index: 3;
  display: block;
}

.orbit-core {
  position: absolute;
  left: 72%;
  top: 45%;
  transform: translate(-50%, -50%);
  color: #eaf8ff;
  font-size: clamp(30px, 3.3vw, 52px);
  font-weight: 800;
  text-shadow: 0 0 22px rgba(139, 211, 255, 0.7);
  white-space: nowrap;
}

.orbit-ring {
  position: absolute;
  left: 72%;
  top: 45%;
  border: 1px solid rgba(139, 211, 255, 0.14);
  border-radius: 50%;
  box-shadow: 0 0 30px rgba(139, 211, 255, 0.04);
}

.ring-a {
  width: 34vw;
  height: 12vw;
  transform: translate(-50%, -50%) rotate(-8deg);
}

.ring-b {
  width: 44vw;
  height: 20vw;
  transform: translate(-50%, -50%) rotate(15deg);
}

.ring-c {
  width: 54vw;
  height: 28vw;
  transform: translate(-50%, -50%) rotate(-18deg);
}

.orbit-module {
  pointer-events: auto;
  position: absolute;
  left: var(--x);
  top: var(--y);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transform: translate(-50%, -50%);
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 8px 12px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(14px, 1.35vw, 20px);
  font-weight: 800;
  text-decoration: none;
  text-shadow: 0 0 12px rgba(139, 211, 255, 0.58);
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.orbit-module:hover {
  border-color: rgba(139, 211, 255, 0.42);
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
}

.orbit-module span {
  width: 13px;
  height: 13px;
  border-radius: 999px;
  background: #eaf8ff;
  box-shadow: 0 0 22px rgba(139, 211, 255, 0.9);
}

.band {
  background: var(--paper);
  color: var(--ink);
  padding: 84px 0;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 28px;
}

.card h2,
.card h3,
.content h1,
.content h2 {
  margin: 0;
  line-height: 1.15;
}

.card p,
.content p,
.content li {
  color: var(--muted);
  line-height: 1.7;
  font-weight: 500;
}

.section-title {
  max-width: 760px;
  margin-bottom: 32px;
}

.section-title h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 500;
}

.section-title p {
  color: var(--muted);
  line-height: 1.72;
  font-weight: 600;
}

.identity {
  display: grid;
  grid-template-columns: 0.75fr 1fr;
  gap: 32px;
  align-items: start;
}

.fact-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fact-list li {
  border-bottom: 1px solid var(--line);
  padding: 10px 0;
  color: var(--muted);
}

.fact-list strong {
  color: var(--ink);
}

.footer {
  background: #071833;
  color: rgba(255, 255, 255, 0.72);
  padding: 38px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: start;
}

.footer a {
  color: var(--white);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.content {
  max-width: 900px;
  padding: 72px 0;
}

.content h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 6vw, 64px);
  font-weight: 500;
}

.content h2 {
  margin-top: 38px;
  font-size: 24px;
}

.content .lead {
  font-size: 18px;
  color: var(--muted);
}

.topbar {
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.topbar .brand strong {
  color: var(--ink);
}

.topbar .brand img {
  filter: none;
}

.topbar .nav-links {
  color: var(--muted);
}

.topbar .button.primary {
  background: var(--blue);
  color: var(--white);
}

.access-body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 78% 12%, rgba(139, 211, 255, 0.16), transparent 28%),
    linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
}

.access-page {
  display: grid;
  gap: 22px;
  max-width: 920px;
  padding: 72px 0 96px;
}

.access-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 20px 60px rgba(10, 23, 51, 0.08);
  padding: clamp(26px, 4vw, 46px);
}

.access-card h1,
.access-card h2 {
  margin: 18px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.05;
  font-weight: 500;
}

.access-card h1 {
  font-size: clamp(42px, 6vw, 64px);
}

.access-card h2 {
  font-size: clamp(34px, 4vw, 46px);
}

.access-card .lead,
.access-card p {
  color: var(--muted);
  line-height: 1.72;
  font-weight: 600;
}

.eyebrow.dark {
  color: var(--blue);
  border-color: rgba(23, 65, 147, 0.2);
}

.eyebrow.dark::before {
  background: var(--blue);
}

.status-box {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  border: 1px solid rgba(23, 65, 147, 0.16);
  border-radius: 999px;
  background: #f4f8ff;
  padding: 11px 15px;
  color: var(--ink);
  font-weight: 800;
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #f0b429;
  box-shadow: 0 0 0 5px rgba(240, 180, 41, 0.18);
}

.status-box.is-ok .status-dot {
  background: #0ead69;
  box-shadow: 0 0 0 5px rgba(14, 173, 105, 0.16);
}

.status-box.is-warn .status-dot {
  background: #d64545;
  box-shadow: 0 0 0 5px rgba(214, 69, 69, 0.14);
}

.access-actions .button.secondary,
.dark-button {
  border-color: rgba(23, 65, 147, 0.18);
  background: transparent;
  color: var(--blue);
  cursor: pointer;
}

.request-panel {
  scroll-margin-top: 24px;
}

.request-form {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.request-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 800;
}

.request-form input,
.request-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
  font: inherit;
  font-weight: 600;
  padding: 13px 14px;
  outline: none;
}

.request-form input:focus,
.request-form textarea:focus {
  border-color: rgba(23, 65, 147, 0.58);
  box-shadow: 0 0 0 4px rgba(23, 65, 147, 0.08);
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.form-message {
  min-height: 1.5em;
  margin: 0;
}

.form-message.is-ok {
  color: #0c7a4b;
}

.form-message.is-error {
  color: #b42318;
}

.honeypot {
  position: absolute;
  left: -10000px;
  opacity: 0;
}

@media (max-width: 860px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    width: 100%;
    flex-wrap: wrap;
  }

  .hero,
  .identity,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .orbit-system {
    display: none;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }
}
