/* Shared CSS for the four tier landing pages */
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Inter', -apple-system, sans-serif;
  background: #000; color: #e5e5e5; line-height: 1.65;
}
main { max-width: 1100px; margin: 0 auto; padding: 3rem 2rem 6rem; }
a { color: #E50914; text-decoration: none; border-bottom: 1px dashed #E50914; }
a:hover { border-bottom-style: solid; }

.tier-logo-band { text-align: center; margin-bottom: 2.5rem; padding-bottom: 2rem; border-bottom: 1px solid #1a1a1a; }
.tier-logo-band a { border: none; }
.tier-logo { max-width: 320px; width: 60%; height: auto; }

.tier-hero {
  text-align: center; padding: 3rem 1rem 3.5rem;
  border-bottom: 1px solid #1f1f1f; margin-bottom: 3rem;
}
.tier-kicker {
  font-family: 'JetBrains Mono', 'SF Mono', monospace;
  font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: #E50914; font-weight: 700;
}
.tier-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.6rem, 7vw, 5.2rem);
  color: #fff; letter-spacing: 0.01em; line-height: 0.95;
  margin: 0.6rem 0; text-transform: uppercase;
}
.tier-price {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.4rem; color: #E50914; letter-spacing: 0.05em;
  margin-top: 0.4rem;
}
.tier-tagline {
  font-size: 1.1rem; color: #aaa; max-width: 620px;
  margin: 1.4rem auto 0; line-height: 1.6;
}
.tier-tagline strong { color: #fff; }

.tier-cta-row {
  display: flex; gap: 0.8rem; justify-content: center;
  flex-wrap: wrap; margin-top: 2rem;
}
.cta-primary, .cta-secondary {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 1rem 1.6rem; font-family: inherit;
  font-size: 0.72rem; font-weight: 900;
  letter-spacing: 0.14em; text-transform: uppercase;
  text-decoration: none; border: 1px solid #E50914;
  transition: all 0.18s;
}
.cta-primary { background: #E50914; color: #fff; box-shadow: 0 6px 24px rgba(229,9,20,0.28); }
.cta-primary:hover { background: #b00610; transform: translateY(-1px); box-shadow: 0 10px 32px rgba(229,9,20,0.45); }
.cta-secondary { background: transparent; color: #E50914; }
.cta-secondary:hover { background: #E50914; color: #fff; }

.tier-ladder {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0.6rem; margin-bottom: 3rem;
}
.ladder-step {
  padding: 1rem; text-align: center;
  border: 1px solid #1f1f1f; background: #0a0a0a;
  color: #aaa; text-decoration: none; transition: all 0.18s;
  display: block;
}
.ladder-step { border-bottom-style: solid; border-bottom-color: #1f1f1f; }
.ladder-step:hover { border-color: #E50914; }
.ladder-step.current {
  border-color: #E50914; background: rgba(229, 9, 20, 0.08);
  color: #fff;
}
.ladder-price {
  font-family: 'Bebas Neue', sans-serif; font-size: 1.4rem;
  color: #E50914; letter-spacing: 0.03em;
}
.ladder-name {
  font-size: 0.6rem; letter-spacing: 0.15em; text-transform: uppercase;
  font-weight: 700; margin-top: 0.3rem;
}

.tier-section { margin-bottom: 3.5rem; }
.tier-section h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2rem; color: #fff; text-transform: uppercase;
  letter-spacing: 0.02em; border-bottom: 2px solid #E50914;
  padding-bottom: 0.4rem; margin-bottom: 1rem;
}
.section-lede { font-size: 1rem; color: #ccc; line-height: 1.75; max-width: 720px; margin-bottom: 1.5rem; }
.section-lede strong { color: #fff; }

.deliverables {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
}
.deliverable {
  display: flex; gap: 0.8rem;
  padding: 1rem 1.2rem;
  border: 1px solid #1f1f1f; background: #0a0a0a;
}
.deliverable-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2rem; color: #E50914;
  line-height: 1; min-width: 2rem;
}
.deliverable-label {
  font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase;
  font-weight: 900; color: #fff; margin-bottom: 0.4rem;
}
.deliverable-body p { font-size: 0.85rem; color: #aaa; line-height: 1.55; }

.token-specs {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 0.8rem;
}
.spec {
  padding: 1rem; border: 1px solid #1f1f1f; background: #0a0a0a;
}
.spec-num {
  font-family: 'Bebas Neue', sans-serif; font-size: 2.2rem;
  color: #E50914; letter-spacing: 0.02em; line-height: 1;
}
.spec-label {
  font-size: 0.55rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: #888; font-weight: 700; margin-top: 0.5rem;
}

.scenario {
  padding: 1.4rem 1.6rem; background: #0a0a0a;
  border-left: 3px solid #E50914;
  font-size: 0.95rem; color: #ccc; line-height: 1.75;
}
.scenario strong { color: #fff; }
.scenario em { color: #aaa; }

.faq-item {
  border-bottom: 1px solid #1a1a1a; padding: 1rem 0;
}
.faq-item summary {
  cursor: pointer; font-weight: 700; color: #fff;
  font-size: 0.95rem; list-style: none;
  display: flex; align-items: center; gap: 0.6rem;
}
.faq-item summary::before { content: '▸'; color: #E50914; transition: transform 0.18s; }
.faq-item[open] summary::before { transform: rotate(90deg); }
.faq-item p {
  margin-top: 0.8rem; font-size: 0.9rem;
  color: #aaa; line-height: 1.7; padding-left: 1.4rem;
}

.tier-bottom-cta {
  text-align: center; margin-top: 4rem; padding: 2.5rem 1rem;
  border-top: 1px solid #1f1f1f; border-bottom: 1px solid #1f1f1f;
}
.bottom-line {
  font-family: 'Bebas Neue', sans-serif; font-size: 1.6rem;
  color: #fff; text-transform: uppercase; letter-spacing: 0.02em;
  margin-bottom: 1.2rem;
}

@media (max-width: 640px) {
  .tier-ladder { grid-template-columns: repeat(2, 1fr); }
  .tier-title { font-size: 2.4rem; }
}
