:root {
  color-scheme: dark;
  --background: #070a12;
  --panel: rgba(14, 19, 32, 0.68);
  --panel-strong: rgba(18, 25, 43, 0.84);
  --text: #f4f7ff;
  --muted: #9aa6bd;
  --line: rgba(193, 210, 255, 0.14);
  --blue: #91b7ff;
  --violet: #b49aff;
  --orange: #ff8b68;
  --max-width: 1180px;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--background);
  color: var(--text);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background: var(--background);
}

a {
  color: inherit;
  text-decoration: none;
}

.page-shell {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 8%, rgba(83, 105, 255, 0.12), transparent 25rem),
    radial-gradient(circle at 22% 40%, rgba(255, 103, 79, 0.08), transparent 32rem),
    var(--background);
}

.page-shell::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(193, 210, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(193, 210, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 74%);
}

.container {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 48px), var(--max-width));
  margin-inline: auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 650;
  letter-spacing: -0.02em;
}

.brand-mark {
  display: inline-flex;
  align-items: flex-end;
  gap: 3px;
  height: 20px;
  transform: skewY(-28deg);
}

.brand-mark span {
  display: block;
  width: 5px;
  border-radius: 4px;
  background: linear-gradient(180deg, var(--orange), var(--violet));
}

.brand-mark span:nth-child(1) {
  height: 12px;
}

.brand-mark span:nth-child(2) {
  height: 18px;
}

.brand-mark span:nth-child(3) {
  height: 15px;
}

.status-pill,
.card-status {
  color: var(--muted);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(11, 15, 26, 0.64);
  backdrop-filter: blur(16px);
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 14px rgba(255, 139, 104, 0.82);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: 64px;
  min-height: 710px;
  padding: 78px 0 112px;
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--blue);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  line-height: 1.4;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  letter-spacing: -0.055em;
}

h1 {
  max-width: 680px;
  margin-bottom: 26px;
  font-size: clamp(52px, 7vw, 94px);
  font-weight: 560;
  line-height: 0.98;
}

h1 span {
  display: block;
  color: transparent;
  background: linear-gradient(100deg, var(--text) 8%, var(--blue) 48%, var(--violet) 92%);
  background-clip: text;
}

.hero-text {
  max-width: 470px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  border-color: rgba(193, 210, 255, 0.34);
}

.button-primary {
  background: #f3f6ff;
  color: #111624;
}

.button-primary:hover {
  background: #ffffff;
}

.button-secondary {
  background: rgba(20, 27, 45, 0.52);
  color: var(--text);
}

.hero-art {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 48%, rgba(121, 151, 255, 0.2), transparent 18rem),
    linear-gradient(145deg, rgba(25, 32, 57, 0.88), rgba(8, 11, 20, 0.72));
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
}

.hero-art::before,
.hero-art::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(193, 210, 255, 0.12);
  border-radius: 50%;
  transform: rotate(-25deg);
}

.hero-art::before {
  inset: 15% 16%;
}

.hero-art::after {
  inset: 28% 5%;
}

.art-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(45px);
  opacity: 0.58;
}

.art-glow-one {
  top: 12%;
  right: 2%;
  width: 220px;
  height: 220px;
  background: rgba(116, 145, 255, 0.52);
}

.art-glow-two {
  bottom: 8%;
  left: 6%;
  width: 210px;
  height: 210px;
  background: rgba(255, 106, 81, 0.42);
}

.art-core {
  position: absolute;
  inset: 15% 13%;
  transform: rotate(-17deg);
}

.art-line {
  position: absolute;
  height: 34%;
  border: 1px solid rgba(203, 217, 255, 0.56);
  border-radius: 999px;
  box-shadow: 0 0 22px rgba(145, 183, 255, 0.25);
}

.art-line-one {
  top: 7%;
  left: 17%;
  width: 52%;
  transform: rotate(28deg);
}

.art-line-two {
  top: 24%;
  left: 28%;
  width: 57%;
  border-color: rgba(255, 139, 104, 0.74);
  transform: rotate(28deg);
}

.art-line-three {
  top: 42%;
  left: 12%;
  width: 67%;
  transform: rotate(28deg);
}

.art-node {
  position: absolute;
  top: 39%;
  left: 46%;
  width: 22px;
  height: 22px;
  border: 4px solid #f5f8ff;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 14px rgba(145, 183, 255, 0.1), 0 0 42px rgba(145, 183, 255, 0.85);
}

.art-caption {
  position: absolute;
  right: 28px;
  bottom: 26px;
  color: rgba(218, 227, 255, 0.54);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
  letter-spacing: 0.16em;
}

.progress-section {
  padding: 84px 0 122px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 34px;
}

.section-heading h2,
.closing-panel h2 {
  max-width: 570px;
  margin: 0;
  font-size: clamp(36px, 5vw, 62px);
  font-weight: 540;
  line-height: 1;
}

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

.progress-card {
  position: relative;
  min-height: 270px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--panel);
}

.progress-card::after {
  position: absolute;
  right: -48px;
  bottom: -64px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(145, 183, 255, 0.15), transparent 68%);
  content: "";
}

.progress-card-featured {
  background:
    linear-gradient(145deg, rgba(37, 46, 82, 0.82), rgba(14, 19, 32, 0.72)),
    var(--panel);
}

.card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 72px;
}

.card-index {
  color: rgba(193, 210, 255, 0.48);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 12px;
}

.progress-card h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
  font-size: 27px;
  font-weight: 560;
}

.progress-card p {
  position: relative;
  z-index: 1;
  max-width: 260px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.card-arrow {
  position: absolute;
  right: 24px;
  bottom: 20px;
  z-index: 1;
  color: var(--blue);
  font-size: 22px;
}

.closing-section {
  padding: 0 0 120px;
}

.closing-panel {
  position: relative;
  padding: 72px 10%;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    radial-gradient(circle at 84% 40%, rgba(180, 154, 255, 0.18), transparent 18rem),
    linear-gradient(120deg, rgba(19, 27, 48, 0.88), rgba(12, 16, 28, 0.72));
}

.closing-panel::after {
  position: absolute;
  top: -160px;
  right: 12%;
  width: 280px;
  height: 560px;
  border: 1px solid rgba(180, 154, 255, 0.22);
  border-radius: 50%;
  content: "";
  transform: rotate(28deg);
}

.closing-panel p:last-child {
  max-width: 480px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0 34px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 11px;
  letter-spacing: 0.03em;
}

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

@media (max-width: 860px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 42px;
    min-height: auto;
    padding-top: 54px;
  }

  .hero-art {
    min-height: 390px;
  }

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

  .progress-card {
    min-height: 220px;
  }

  .card-topline {
    margin-bottom: 48px;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(calc(100% - 32px), var(--max-width));
  }

  .site-header {
    align-items: flex-start;
    gap: 18px;
  }

  .status-pill {
    padding: 8px 10px;
    font-size: 9px;
  }

  h1 {
    font-size: clamp(48px, 15vw, 70px);
  }

  .hero-text {
    font-size: 15px;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .hero-art {
    min-height: 320px;
    border-radius: 20px;
  }

  .section-heading {
    display: block;
  }

  .section-heading .eyebrow {
    margin-bottom: 18px;
  }

  .closing-panel {
    padding: 48px 26px;
    border-radius: 20px;
  }

  .site-footer {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .button {
    transition: none;
  }
}
