:root {
  --bg: #101012;
  --panel: #18181c;
  --panel-soft: #202027;
  --panel-glass: rgba(28, 28, 34, 0.86);
  --gold: #d6a84f;
  --gold-soft: rgba(214, 168, 79, 0.18);
  --text: #f4f0e8;
  --muted: #aaa398;
  --line: rgba(214, 168, 79, 0.22);
  --purple: #7c5cff;
  --teal: #4ecdc4;
  --rose: #d96b8a;
  --radius: 24px;
  --shadow: 0 28px 80px rgba(0,0,0,.38);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--bg);
  min-height: 100vh;
}

.quick-launch {
  position: relative;
  overflow: hidden;
  padding: 56px 20px;
}

.geo {
  position: absolute;
  pointer-events: none;
  opacity: .45;
}

.geo.diamond {
  width: 180px;
  height: 180px;
  border: 1px solid var(--line);
  transform: rotate(45deg);
  top: 90px;
  right: -70px;
}

.geo.circle {
  width: 260px;
  height: 260px;
  border: 1px solid rgba(78,205,196,.18);
  border-radius: 50%;
  bottom: 120px;
  left: -120px;
}

.geo.grid {
  inset: 0;
  opacity: .08;
  background-image:
    linear-gradient(var(--gold) 1px, transparent 1px),
    linear-gradient(90deg, var(--gold) 1px, transparent 1px);
  background-size: 56px 56px;
}

.wrap {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
}

.hero {
  border: 1px solid var(--line);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(214,168,79,.10), transparent 38%),
    linear-gradient(145deg, rgba(32,32,39,.96), rgba(18,18,22,.96));
  box-shadow: var(--shadow);
  padding: 44px;
  margin-bottom: 24px;
  overflow: hidden;
}

.kicker {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: var(--gold);
  background: var(--gold-soft);
  border: 1px solid var(--line);
  padding: 9px 14px;
  border-radius: 999px;
  font-size: .85rem;
  font-weight: 800;
  letter-spacing: .04em;
  margin-bottom: 22px;
}

h1 {
  margin: 0 0 18px;
  max-width: 820px;
  font-size: clamp(2.35rem, 6vw, 4.8rem);
  line-height: .94;
  letter-spacing: -.06em;
}

.lead {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 1.15rem;
  line-height: 1.7;
}

.launch-map {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 22px;
  margin-bottom: 22px;
}

.panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel-glass);
  box-shadow: var(--shadow);
  padding: 28px;
}

.panel h2 {
  margin: 0 0 12px;
  font-size: 1.8rem;
  letter-spacing: -.04em;
}

.panel p {
  color: var(--muted);
  line-height: 1.65;
}

.steps {
  display: grid;
  gap: 14px;
}

.step {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.07);
}

.icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  font-size: 1.45rem;
  background:
    linear-gradient(135deg, rgba(214,168,79,.24), rgba(124,92,255,.16));
  border: 1px solid var(--line);
}

.step h3 {
  margin: 0 0 6px;
  font-size: 1.12rem;
}

.step p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 22px;
}

.card {
  position: relative;
  min-height: 220px;
  border: 1px solid rgba(214,168,79,.19);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.015)),
    var(--panel);
  padding: 24px;
  overflow: hidden;
}

.card::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  right: -48px;
  bottom: -48px;
  border: 1px solid rgba(214,168,79,.22);
  transform: rotate(45deg);
}

.card .num {
  color: var(--gold);
  font-weight: 900;
  letter-spacing: .12em;
  font-size: .74rem;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.card h3 {
  margin: 0 0 10px;
  font-size: 1.28rem;
}

.card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.checklist {
  border: 1px solid var(--line);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(78,205,196,.08), transparent 35%),
    linear-gradient(145deg, rgba(32,32,39,.96), rgba(18,18,22,.96));
  padding: 34px;
  box-shadow: var(--shadow);
}

.checklist h2 {
  margin: 0 0 16px;
  font-size: 2rem;
  letter-spacing: -.04em;
}

.check-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.check {
  padding: 15px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.07);
  color: var(--text);
}

.check span {
  color: var(--gold);
  font-weight: 900;
  margin-right: 8px;
}

.footer-note {
  text-align: center;
  color: var(--muted);
  margin: 26px 0 0;
}

@media (max-width: 900px) {
  .launch-map,
  .cards,
  .check-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding: 30px;
  }
}

@media (max-width: 560px) {
  .quick-launch {
    padding: 28px 14px;
  }

  .hero,
  .checklist,
  .panel {
    border-radius: 22px;
    padding: 22px;
  }

  .step {
    grid-template-columns: 1fr;
  }
}