/* ==========
   BASE
   ========== */

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

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text",
    sans-serif;
  background: radial-gradient(circle at top, #f6f6f6, #ffffff 55%);
  color: #111111;
  -webkit-font-smoothing: antialiased;
}

.page {
  min-height: calc(100vh - 48px);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 16px 24px;
}

/* ==========
   TOP BAR
   ========== */

.top-bar {
  padding: 10px 20px;
}

.top-inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.badge {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid #dddddd;
}

/* ==========
   CARD (HERO)
   ========== */

.card {
  width: 100%;
  max-width: 880px;
  background: #ffffff;
  border-radius: 32px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.08);
  padding: 28px 26px 24px;
  margin-bottom: 28px;
}

.pill-row {
  margin-bottom: 14px;
}

.pill {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 4px 10px;
  border-radius: 999px;
  background: #111111;
  color: #ffffff;
}

.card h1 {
  font-size: clamp(28px, 4vw, 40px);
  margin: 0 0 14px;
  line-height: 1.1;
}

.lead {
  margin: 0 0 18px;
  font-size: 15px;
  color: #555555;
}

/* ==========
   VALUE STACK / HIGHLIGHT
   ========== */

.highlight {
  border-radius: 20px;
  background: linear-gradient(135deg, #f4ecff, #ffffff);
  border: 1px solid #e0d3ff;
  padding: 12px 14px 10px;
  margin-bottom: 18px;
}

.highlight-label {
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 600;
}

.highlight-list {
  margin: 0 0 6px 18px;
  padding: 0;
  font-size: 14px;
  color: #444444;
}

.highlight-list li {
  margin-bottom: 4px;
}

.social-proof {
  margin: 0;
  font-size: 12px;
  color: #777777;
}

/* ==========
   WAITLIST FORM
   ========== */

.waitlist {
  margin-bottom: 18px;
}

.field span {
  display: block;
  font-size: 13px;
  margin-bottom: 6px;
}

.field-row {
  display: flex;
  gap: 8px;
}

.field-row input {
  flex: 1;
  border-radius: 999px;
  border: 1px solid #d5d5d5;
  padding: 10px 14px;
  font-size: 14px;
  outline: none;
}

.field-row input:focus {
  border-color: #111111;
}

.field-row button {
  border-radius: 999px;
  border: none;
  padding: 10px 18px;
  font-size: 14px;
  background: #111111;
  color: #ffffff;
  cursor: pointer;
  white-space: nowrap;
}

.field-row button:hover {
  background: #000000;
}

.hint {
  font-size: 12px;
  color: #777777;
  margin-top: 6px;
}

/* ==========
   META ROW
   ========== */

.meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  border-top: 1px solid #f0f0f0;
  padding-top: 14px;
  margin-top: 4px;
}

.meta-block {
  min-width: 160px;
}

.meta-label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #999999;
  margin-bottom: 4px;
}

.meta-value {
  font-size: 14px;
}

/* ==========
   ROADMAP
   ========== */

.roadmap {
  width: 100%;
  max-width: 880px;
  margin-bottom: 24px;
}

.roadmap-inner {
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  padding: 16px 18px 14px;
}

.roadmap-heading {
  margin: 0 0 10px;
  font-size: 15px;
  text-align: center;
}

.roadmap-items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.roadmap-pill {
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid #e0e0e0;
  background: #fafafa;
}

/* ==========
   JOURNAL / NEWS LIST
   ========== */

.journal {
  width: 100%;
  max-width: 880px;
  margin-bottom: 20px;
}

.journal-inner {
  padding: 0 4px;
}

.journal-heading {
  font-size: 18px;
  margin: 0 0 10px;
  font-weight: 700;
  text-align: center;
}

/* typewriter vibe */
.news-list,
.news-item,
.news-meta,
.news-title,
.news-excerpt,
.journal-heading {
  font-family: "Courier New", Courier, monospace;
}

.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 600;
}

.news-item {
  padding: 10px 0;
  border-top: 1px solid #f0f0f0;
}

.news-item:first-child {
  border-top: none;
}

.news-meta {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #777777;
  margin-bottom: 2px;
}

.news-title {
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  color: #555555;
  text-decoration: none;
}

.news-title:hover {
  color: #000000;
}

.news-excerpt {
  font-size: 15px;
  font-weight: 500;
  color: #444444;
  margin: 6px 0 0;
}

.journal-cta {
  margin-top: 14px;
  font-size: 13px;
  color: #666666;
}

/* ==========
   FOOTER
   ========== */

.footer {
  width: 100%;
}

.footer-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 8px 4px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: #888888;
}

.footer-links {
  display: flex;
  gap: 12px;
}

.footer-links a {
  color: #666666;
  text-decoration: none;
}

.footer-links a:hover {
  color: #111111;
}

/* ==========
   RESPONSIVE
   ========== */

@media (max-width: 640px) {
  .card {
    border-radius: 24px;
    padding: 22px 18px 20px;
  }

  .field-row {
    flex-direction: column;
  }

  .field-row button {
    width: 100%;
  }

  .meta-row {
    flex-direction: column;
  }

  .roadmap-inner {
    padding: 14px 14px 12px;
  }

  .footer-inner {
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
  }
}