:root {
  --bg: #080b16;
  --bg-soft: #0f1528;
  --panel: rgba(18, 25, 46, 0.88);
  --line: rgba(122, 180, 255, 0.16);
  --text: #f5f7ff;
  --muted: rgba(233, 239, 255, 0.72);
  --soft: rgba(233, 239, 255, 0.5);
  --brand: #42d3e8;
  --brand-2: #8c8fff;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
[hidden] { display: none !important; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 8%, rgba(66, 211, 232, 0.12), transparent 24%),
    radial-gradient(circle at 82% 12%, rgba(140, 143, 255, 0.12), transparent 24%),
    linear-gradient(180deg, #0a0f1d 0%, #090c16 42%, #070a12 100%);
  font-family: Inter, Arial, sans-serif;
}

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

.site-header,
.site-footer { padding-inline: 16px; }

.site-header-inner,
.site-shell,
.site-footer-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 0 8px;
}

.brand-inline,
.site-actions,
.hero-actions,
.badge-row,
.footer-links { display: flex; align-items: center; }

.brand-inline { gap: 12px; font-weight: 700; letter-spacing: 0.02em; }
.brand-inline-logo { width: 36px; height: 36px; border-radius: 12px; box-shadow: 0 10px 30px rgba(66, 211, 232, 0.16); }

.nav-cta,
.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  min-height: 46px;
  padding: 12px 20px;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.nav-cta {
  min-height: 36px;
  padding: 8px 14px;
  font-size: 0.92rem;
}

.nav-cta,
.primary-button {
  color: #07131a;
  font-weight: 700;
  background: linear-gradient(135deg, var(--brand), #9af6ff);
  box-shadow: 0 14px 36px rgba(66, 211, 232, 0.22);
}

.secondary-button {
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

.nav-cta:hover,
.primary-button:hover,
.secondary-button:hover { transform: translateY(-1px); }

.hero-section { padding: 20px 16px 18px; }
.hero-grid,
.feature-grid,
.faq-grid,
.legal-grid { display: grid; gap: 24px; }

.hero-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  align-items: stretch;
}

.hero-card,
.feature-card,
.faq-item,
.legal-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(66, 211, 232, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(19, 26, 46, 0.94), rgba(10, 15, 29, 0.97));
  box-shadow: var(--shadow);
}

.hero-card { padding: clamp(9px, 1.5vw, 16px) clamp(18px, 3vw, 32px); }
.hero-guide-card,
.feature-card,
.faq-item,
.legal-card { padding: 24px; }

.hero-guide-card {
  padding: 0;
  align-self: start;
  border-radius: 22px;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.04);
  background: rgba(14, 20, 36, 0.42);
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.18);
}

.eyebrow {
  margin: 0 0 16px;
  color: #9fdfff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

h1, h2, h3 { margin: 0; font-family: Rajdhani, Inter, sans-serif; }
h1 { font-size: clamp(3rem, 9vw, 5.6rem); line-height: 0.92; }
h1 span { color: var(--brand); }
h2 { font-size: clamp(2rem, 5vw, 3rem); }
h3 { font-size: 1.5rem; }

.hero-lead,
.section-intro,
.feature-card p,
.faq-item p,
.legal-card p,
.legal-card li,
.footer-note,
.subtle-text { color: var(--muted); line-height: 1.8; }

.hero-actions,
.badge-row,
.site-actions,
.footer-links { gap: 12px; flex-wrap: wrap; }
.hero-actions { margin-top: 28px; }
.badge-row { margin-top: 24px; }

.hero-notice {
  margin-top: 24px;
  padding: 15px 17px;
  border-radius: 18px;
  border: 1px solid rgba(66, 211, 232, 0.24);
  background:
    radial-gradient(circle at top right, rgba(128, 239, 255, 0.14), transparent 32%),
    linear-gradient(180deg, rgba(25, 61, 78, 0.18), rgba(66, 211, 232, 0.05));
  box-shadow:
    0 10px 26px rgba(17, 31, 50, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.035);
}

.hero-notice-top {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  flex-wrap: wrap;
}

.hero-notice-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  padding: 0 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, #8ff7ff, #42d3e8);
  color: #051118;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  box-shadow: 0 6px 16px rgba(66, 211, 232, 0.18);
}

.hero-notice-label {
  margin: 0;
  color: #d3fbff;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero-notice-title {
  margin: 0 0 6px;
  color: #ffffff;
  font-family: Rajdhani, Inter, sans-serif;
  font-size: clamp(1rem, 1.7vw, 1.32rem);
  line-height: 1.08;
}

.hero-notice-text {
  margin: 0;
  color: rgba(235, 247, 255, 0.88);
  font-size: 0.88rem;
  line-height: 1.62;
}

.hero-notice a {
  color: #d3fbff;
  font-weight: 700;
  text-underline-offset: 0.14em;
}

.badge-row span,
.card-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: var(--muted);
}

.guide-frame-shell {
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  border: 0;
  background: transparent;
}

.guide-frame {
  display: block;
  width: 100%;
  height: 1px;
  min-height: 0;
  border: 0;
  background: transparent;
}

.feature-section,
.faq-section,
.legal-shell { padding: 18px 16px 34px; }

.section-intro {
  max-width: 72ch;
  margin: 10px 0 24px;
}

.feature-section .section-intro {
  max-width: none;
}

.feature-grid,
.faq-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.faq-grid { align-items: start; }

.faq-item h3,
.feature-card h3 { margin-bottom: 12px; }

.legal-shell { padding-top: 20px; padding-bottom: 50px; }
.legal-grid { grid-template-columns: minmax(0, 1fr); }
.legal-card h1 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.02;
}
.legal-card h2 { margin-bottom: 14px; }
.legal-card ul { margin: 12px 0 0; padding-left: 18px; }

.progress-timeline {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 18px;
}

.progress-timeline-item {
  padding: 18px 18px 18px 20px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: inset 3px 0 0 rgba(66, 211, 232, 0.48);
}

.progress-timeline-date {
  margin: 0 0 10px;
  color: #9fdfff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.progress-timeline-item h3 {
  margin: 0;
  font-size: 1.12rem;
}

.progress-timeline-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.progress-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.progress-badge-live {
  background: rgba(93, 214, 143, 0.12);
  border: 1px solid rgba(93, 214, 143, 0.24);
  color: #d8ffe8;
}

.progress-badge-neutral {
  background: rgba(128, 239, 255, 0.1);
  border: 1px solid rgba(128, 239, 255, 0.22);
  color: #defbff;
}

.progress-badge-paused {
  background: rgba(255, 196, 86, 0.1);
  border: 1px solid rgba(255, 196, 86, 0.22);
  color: #fff0bc;
}

.progress-timeline-item ul {
  margin-top: 12px;
}

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

.progress-status-card {
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.progress-status-label {
  margin: 0 0 10px;
  color: #9fdfff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer { padding-bottom: 40px; }
.site-footer-inner {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 22px;
  text-align: center;
}

.footer-links { justify-content: center; margin-bottom: 12px; }
.footer-links a { color: var(--soft); }

@media (max-width: 980px) {
  .hero-grid,
  .feature-grid,
  .faq-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .hero-section { padding: 14px 14px 10px; }
  .feature-section,
  .faq-section,
  .legal-shell { padding: 12px 14px 22px; }
  .hero-grid,
  .feature-grid,
  .faq-grid,
  .legal-grid { gap: 16px; }
  .site-header-inner {
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }
  .brand-inline {
    justify-content: flex-start;
    min-width: 0;
    flex: 0 1 auto;
  }
  .site-actions {
    justify-content: flex-end;
    margin-left: auto;
    flex: 0 0 auto;
  }
  .hero-actions { justify-content: center; }
  .hero-copy .eyebrow,
  .hero-copy h1 { text-align: center; }
  .hero-copy .eyebrow { margin-bottom: 12px; }
  .hero-card { padding: 8px 18px; }
  .feature-card,
  .faq-item,
  .legal-card { padding: 20px 18px; }
  .progress-status-grid { grid-template-columns: 1fr; }
  .progress-timeline-head { flex-direction: column; }
  .progress-timeline-item { padding: 16px; }
  .hero-lead {
    margin-top: 12px;
    font-size: 0.95rem;
    line-height: 1.6;
  }
  .section-intro {
    margin: 8px 0 18px;
    line-height: 1.68;
  }
  .hero-actions { margin-top: 18px; }
  .hero-notice {
    margin-top: 16px;
    padding: 13px 14px;
    border-radius: 18px;
  }
  .hero-notice-top {
    margin-bottom: 5px;
  }
  .hero-notice-title {
    font-size: 1.08rem;
  }
  .hero-notice-text {
    font-size: 0.84rem;
  }
  .badge-row {
    margin-top: 16px;
    gap: 10px;
  }
  .faq-item h3,
  .feature-card h3 { margin-bottom: 10px; }
  .primary-button,
  .secondary-button,
  .nav-cta { width: 100%; }
  .site-actions .nav-cta {
    width: auto;
    min-width: 0;
  }
  .hero-card,
  .hero-guide-card,
  .feature-card,
  .faq-item,
  .legal-card { border-radius: 22px; }

  .hero-guide-card {
    align-self: stretch;
    border-radius: 18px;
  }

  .guide-frame-shell {
    border-radius: 18px;
  }

  .guide-frame {
    height: 1px;
  }
}

@media (max-width: 480px) {
  .hero-section { padding: 12px 10px 8px; }
  .feature-section,
  .faq-section,
  .legal-shell { padding: 10px 10px 18px; }
  .hero-grid,
  .feature-grid,
  .faq-grid,
  .legal-grid { gap: 14px; }
  .hero-card { padding: 8px 14px; }
  .feature-card,
  .faq-item,
  .legal-card { padding: 18px 14px; }
  .progress-status-card { padding: 14px; }
  .progress-timeline-item { padding: 14px; }
  .hero-lead {
    font-size: 0.89rem;
    line-height: 1.52;
  }
  .section-intro {
    margin: 8px 0 14px;
    font-size: 0.92rem;
    line-height: 1.58;
  }
  .hero-actions { margin-top: 14px; }
  .hero-notice {
    margin-top: 12px;
    padding: 11px 12px;
    border-radius: 16px;
  }
  .hero-notice-label {
    font-size: 0.7rem;
  }
  .hero-notice-badge {
    min-height: 20px;
    padding: 0 7px;
    font-size: 0.62rem;
  }
  .hero-notice-title {
    margin-bottom: 5px;
    font-size: 0.96rem;
    line-height: 1.1;
  }
  .hero-notice-text {
    font-size: 0.78rem;
    line-height: 1.52;
  }
  .badge-row {
    margin-top: 12px;
    gap: 8px;
  }
  .badge-row span {
    padding: 7px 11px;
    font-size: 0.76rem;
  }
}