*, *::before, *::after { box-sizing: border-box; }

body {
  margin: 0;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  color: #e8e4dc;
  background: #08080a;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }

.container {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 0 1.5rem 3rem;
}

.landing-top {
  padding: 1.25rem 1.5rem 0;
  text-align: center;
}

.back-link {
  display: block;
  width: 100%;
  margin-bottom: 1.25rem;
  text-align: center;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  color: #6b6560;
}

.back-link:hover { color: #e8c97a; }

.landing-logo {
  width: min(120px, 32vw);
  filter: drop-shadow(0 8px 24px rgba(94, 179, 255, 0.25));
}

.landing-badge {
  margin: 0.85rem 0 0;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #e8c97a;
}

.landing-top h1 {
  margin: 0.35rem 0 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.85rem, 5vw, 2.35rem);
  font-weight: 700;
  color: #f5f0e8;
  line-height: 1.15;
}

.landing-top .landing-tag {
  margin: 0.5rem auto 0;
  max-width: 28rem;
  font-size: 0.92rem;
  font-style: italic;
  color: #8a8580;
}

.panel {
  margin-top: 1.5rem;
  background: linear-gradient(180deg, #12121a 0%, #0c0c10 100%);
  border: 1px solid rgba(201, 166, 107, 0.35);
  border-radius: 16px;
  padding: clamp(1.75rem, 4vw, 2.25rem) clamp(1.25rem, 3vw, 1.75rem);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.5);
}

.landing-body p {
  margin: 0 0 1rem;
  color: #9a9590;
  line-height: 1.7;
}

.landing-body p:last-child { margin-bottom: 0; }

.landing-body a {
  color: #e8c97a;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.contact-channels {
  text-align: center;
}

.contact-channels p {
  margin: 0 0 0.55rem;
  font-size: 0.95rem;
  color: #b8b2ac;
}

.contact-channels p:last-child {
  margin-bottom: 0;
}

.contact-email {
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #e8c97a;
}

.contact-focus {
  margin: 1.25rem 0 0;
  text-align: center;
  font-size: 0.9rem;
  font-style: italic;
  color: #8a8580;
  line-height: 1.55;
}

.landing-actions button.btn-primary {
  border: none;
  cursor: pointer;
  font-family: inherit;
}

.landing-note {
  margin: 0 0 1.25rem;
  padding: 0.85rem 1rem;
  border-radius: 8px;
  border: 1px dashed rgba(201, 166, 107, 0.35);
  font-size: 0.82rem;
  color: #6b6560;
  text-align: center;
}

.landing-status {
  margin: 0 0 1.15rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6b6560;
  text-align: center;
}

.landing-actions {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
}

.btn-primary {
  padding: 0.75rem 1.5rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  color: #08080a;
  background: linear-gradient(90deg, #3b82f6, #22c55e);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(59, 130, 246, 0.25);
}

.btn-ghost {
  padding: 0.75rem 1.35rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  color: #e8c97a;
  border: 1px solid rgba(201, 166, 107, 0.45);
  border-radius: 8px;
}

footer {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #4a4845;
}

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

footer a:hover {
  color: #e8c97a;
}

.landing-top.theme-blue .landing-badge { color: #8ec5ff; }
.landing-top.theme-green .landing-badge { color: #6ee7a0; }
.landing-top.theme-gold .landing-badge { color: #e8c97a; }

.landing-steps-title {
  margin: 1.5rem 0 0.75rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #f5f0e8;
  text-align: center;
}

.path-grid {
  display: grid;
  gap: 0.75rem;
  margin: 0 0 1.5rem;
}

.path-card {
  display: block;
  padding: 1rem 1.1rem;
  text-decoration: none;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #0c0c12;
  transition: border-color 0.2s, transform 0.2s;
}

.path-card:hover {
  border-color: rgba(201, 166, 107, 0.45);
  transform: translateY(-1px);
}

.path-card .path-num {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.path-card.blue .path-num { color: #5eb3ff; }
.path-card.green .path-num { color: #4ade80; }
.path-card.gold .path-num { color: #e8c97a; }

.path-card h2 {
  margin: 0 0 0.35rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #f5f0e8;
}

.path-card p {
  margin: 0;
  font-size: 0.85rem;
  color: #8a8580;
  line-height: 1.55;
}

.thank-you {
  margin: 0 0 1.25rem;
  padding: 1.1rem 1rem;
  text-align: center;
  border-radius: 8px;
  border: 1px solid rgba(201, 166, 107, 0.35);
  background: rgba(201, 166, 107, 0.06);
}

.thank-you p {
  margin: 0;
  font-size: 0.9rem;
  color: #b0a8a0;
  line-height: 1.65;
}

.thank-you strong {
  display: block;
  margin-bottom: 0.35rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #e8c97a;
}