.page {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 22px;
}

.coin {
  display: inline-block;
  vertical-align: middle;
}

.top {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(244, 236, 217, 0.9);
  backdrop-filter: blur(8px);
}

.topin {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 600px;
  margin: 0 auto;
  padding: 15px 22px;
  gap: 12px;
}

.logo,
.footer-logo {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
}

.badge-lk {
  border: 1.5px solid var(--ink);
  border-radius: 11px;
  padding: 8px 15px;
  color: var(--ink);
  background: var(--card);
  box-shadow: var(--shadow-ink-sm);
  font-size: 12.5px;
  font-weight: 800;
}

.badge-lk:active,
.btn:active {
  transform: translate(2px, 2px);
  box-shadow: var(--shadow-ink-sm);
}

.hero {
  position: relative;
  padding: 20px 0 28px;
}

.hero-copy {
  position: relative;
  overflow: hidden;
}

.scatter {
  position: absolute;
  pointer-events: none;
}

.tag {
  position: relative;
  display: inline-block;
  border-radius: 20px;
  margin-bottom: 16px;
  padding: 6px 13px;
  color: var(--gold);
  background: var(--ink);
  font-size: 12px;
  font-weight: 700;
}

.htitle,
.sh,
.stepblk h2,
.final h2 {
  letter-spacing: -0.8px;
  line-height: 1.06;
}

.htitle {
  position: relative;
  margin: 0 0 12px;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.12;
}

.hsub {
  position: relative;
  max-width: 420px;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.pile {
  position: relative;
  border: 1.5px solid var(--ink);
  border-radius: 20px;
  margin-bottom: 22px;
  padding: 18px 20px;
  background: var(--card);
  box-shadow: var(--shadow-ink);
}

.pile .pl {
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.pile .pn {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 14px;
  font-size: 56px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -2px;
}

.pile .pn small {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.5px;
}

.pile .ps {
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.pilecoins {
  position: relative;
  width: 58px;
  height: 58px;
  flex: none;
}

.pilecoins .c2 {
  position: absolute;
  right: -6px;
  bottom: -6px;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1.5px solid var(--ink);
  border-radius: 14px;
  padding: 17px;
  gap: 8px;
  box-shadow: var(--shadow-ink);
  font-size: 16px;
  font-weight: 800;
  transition: transform 0.08s, box-shadow 0.08s;
}

.btn.gold {
  color: var(--ink);
  background: var(--gold);
}

.btn.ink {
  border-color: var(--ink);
  color: var(--gold);
  background: var(--ink);
}

.reassure {
  margin-top: 12px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

.reassure-break {
  display: block;
}

.blk {
  padding: 30px 0;
}

.eyebrow {
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sh {
  margin: 0 0 20px;
  font-size: 26px;
  font-weight: 800;
}

.fcard {
  display: flex;
  align-items: flex-start;
  border: 1.5px solid var(--ink);
  border-radius: 18px;
  margin-bottom: 12px;
  padding: 16px;
  gap: 14px;
  background: var(--card);
}

.fcard .ci {
  position: relative;
  width: 50px;
  height: 50px;
  flex: none;
}

.fcard .ft {
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 800;
}

.fcard .fd {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.stepblk {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  padding: 26px 22px;
  color: #fff;
  background: var(--ink);
}

.stepblk .sk {
  margin-bottom: 6px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.stepblk h2 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 26px;
  font-weight: 800;
}

.stepblk .st {
  display: flex;
  align-items: flex-start;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 14px 0;
  gap: 14px;
}

.stepblk .st:first-of-type {
  border-top: 0;
}

.stepblk .n {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  flex: none;
  color: var(--ink);
  background: var(--gold);
  font-size: 16px;
  font-weight: 800;
}

.stepblk .stt {
  font-size: 16px;
  font-weight: 800;
}

.stepblk .std {
  color: #B8B5D8;
  font-size: 13px;
  line-height: 1.5;
}

.faqgrid details {
  border: 1.5px solid var(--ink);
  border-radius: 14px;
  margin-bottom: 8px;
  padding: 13px 16px;
  background: var(--card);
  box-shadow: var(--shadow-ink-sm);
}

.faqgrid summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  list-style: none;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.faqgrid summary::-webkit-details-marker {
  display: none;
}

.faqgrid summary::after {
  color: var(--coral);
  content: "+";
  font-size: 18px;
  font-weight: 800;
}

.faqgrid details[open] summary::after {
  content: "-";
}

.faqgrid details p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.final {
  position: relative;
  overflow: hidden;
  border: 1.5px solid var(--ink);
  border-radius: 24px;
  padding: 32px 22px;
  background: var(--gold);
  box-shadow: var(--shadow-ink);
}

.final h2 {
  position: relative;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 800;
}

.final p {
  position: relative;
  margin-bottom: 22px;
  color: var(--ink);
  font-size: 14px;
  opacity: 0.78;
}

.illustrated-footer {
  border-top: 1px solid var(--line);
  padding: 18px 0 30px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}

.illustrated-footer p {
  margin: 10px 0 0;
}

.illustrated-footer__legal {
  max-width: 720px;
}

.illustrated-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  margin-top: 12px;
}

.illustrated-footer__links a {
  text-decoration: underline;
}

.footer-support-email {
  margin: 12px 0 0;
}

.footer-support-email a {
  text-decoration: underline;
}

.sticky-cta {
  position: sticky;
  bottom: 12px;
  z-index: 40;
  margin: 0 auto 14px;
  padding: 0 22px;
  max-width: 600px;
}

@media (min-width: 900px) {
  .page,
  .topin {
    max-width: 960px;
  }

  .hero {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    padding: 46px 0 40px;
    gap: 44px;
  }

  .htitle {
    font-size: 42px;
  }

  .hsub {
    max-width: none;
  }

  .reassure-break {
    display: inline;
  }

  .grid2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
  }

  .grid2 .col-h {
    grid-column: 1 / -1;
  }

  .faqgrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 14px;
  }

  .sticky-cta {
    display: none;
  }
}
