/* Club Poster — public marketing home page styles. */
/* All rules scoped under .club-poster so they don't leak into the rest of the site. */

body.home-page-body {
  background: #0A0A0A;
  color: #fff;
  margin: 0;
}

/* Tokens come from tokens.css. Page-layout-only vars stay here. */
.club-poster {
  --pad-x: 56px;

  width: 100%;
  background: var(--ink);
  color: #fff;
  font-family: 'Archivo', 'Space Grotesk', system-ui, sans-serif;
  overflow: hidden;
  position: relative;
}

.club-poster a { color: inherit; }
.club-poster button { font-family: inherit; }

.club-poster .display {
  font-family: 'Archivo Black', 'Archivo', system-ui, sans-serif;
  letter-spacing: -0.04em;
  line-height: 0.9;
  text-transform: uppercase;
}
.club-poster .mono {
  font-family: 'DM Mono', ui-monospace, monospace;
}

.club-poster .pad {
  padding-left: var(--pad-x);
  padding-right: var(--pad-x);
}

.club-poster .pill {
  padding: 6px 12px;
  border-radius: 99px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.club-poster .stamp {
  display: inline-block;
  transform: rotate(-6deg);
  border: 3px solid currentColor;
  padding: 4px 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 4px;
}

.club-poster .nav-btn {
  background: #fff;
  color: var(--ink);
  padding: 10px 18px;
  border-radius: 99px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
}
.club-poster .nav-btn.dark {
  background: var(--accent);
  color: var(--ink);
}

.club-poster .grid-bg {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
}

/* HEADER / NAV */
.club-poster .header-pad {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 56px;
  position: relative;
  z-index: 5;
  flex-wrap: wrap;
  gap: 12px;
}
.club-poster .brand {
  display: flex;
  align-items: center;
  gap: 14px;
}
.club-poster .brand-word {
  font-size: 22px;
  letter-spacing: -0.02em;
}
.club-poster .nav-desktop {
  display: flex;
  gap: 28px;
  font-size: 14px;
  font-weight: 600;
}
.club-poster .nav-desktop a {
  color: #fff;
  text-decoration: none;
}
.club-poster .nav-actions {
  display: flex;
  gap: 10px;
}
.club-poster a.login-link {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  padding: 8px 16px;
  border-radius: 99px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
}
.club-poster .nav-mobile a.login-link {
  text-align: center;
  margin-top: 8px;
}
.club-poster .hero-login-mobile { display: none; }
.club-poster .menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
}
.club-poster .nav-mobile {
  display: none;
  flex-direction: column;
  flex-basis: 100%;
  gap: 4px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 6px;
}
.club-poster .nav-mobile.open {
  display: flex;
}
.club-poster .nav-mobile a {
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  font-size: 15px;
}
.club-poster .nav-mobile a.nav-btn {
  margin-top: 8px;
  text-align: center;
}

/* HERO */
.club-poster .hero {
  padding: 40px 56px 70px;
  position: relative;
}
.club-poster .hero-tag-row {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.club-poster .hero-tagline {
  font-size: 12px;
  color: #aaa;
}
.club-poster .stamp-est {
  position: absolute;
  top: 40px;
  right: 80px;
  color: var(--hot);
  font-size: 13px;
}
.club-poster .stamp-no-texts {
  position: absolute;
  top: 80px;
  right: 56px;
  color: var(--accent);
  font-size: 13px;
  transform: rotate(8deg);
}
.club-poster .hero-h1-wrap {
  position: relative;
}
.club-poster .hero-h1 {
  font-size: 168px;
  margin: 0;
  color: #fff;
}
.club-poster .hero-h1 > div { display: block; }
.club-poster .kinetic span { display: inline-block; }
.club-poster .kinetic .k1 { animation: dr-kinetic-1 2.4s ease-in-out infinite; }
.club-poster .kinetic .k2 { animation: dr-kinetic-1 2.4s ease-in-out 0.2s infinite; }
.club-poster .kinetic .k3 { animation: dr-kinetic-1 2.4s ease-in-out 0.4s infinite; }
.club-poster .accent-fill { color: var(--accent); }
.club-poster .hot-fill { color: var(--hot); }
.club-poster .outline-fill {
  -webkit-text-stroke: 2px #fff;
  color: transparent;
}
.club-poster .ball-arc {
  position: absolute;
  top: 0;
  left: -120px;
  animation: dr-arc-1 6s ease-in-out infinite;
}
.club-poster .hero-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
  margin-top: 56px;
}
.club-poster .hero-sub {
  font-size: 22px;
  max-width: 560px;
  line-height: 1.35;
  margin: 0;
  color: #d4d4d4;
}
.club-poster .hero-sub b { color: #fff; }
.club-poster .hero-cta-stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-shrink: 0;
}
.club-poster .signup-cta {
  background: var(--accent);
  color: var(--ink);
  padding: 22px 40px;
  border-radius: 99px;
  font-weight: 800;
  font-size: 18px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
}
.club-poster .hero-caption {
  font-size: 12px;
  color: #888;
  text-align: center;
}

/* MARQUEE */
.club-poster .marquee {
  background: var(--accent);
  color: var(--ink);
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  padding: 14px 0;
  overflow: hidden;
  white-space: nowrap;
}
.club-poster .marquee-track {
  display: inline-flex;
  animation: dr-marquee 40s linear infinite;
}
.club-poster .marquee-group {
  display: inline-flex;
  flex-shrink: 0;
}
.club-poster .marquee-big {
  font-size: 28px;
  padding: 0 32px;
}

/* HOW IT WORKS */
.club-poster .section {
  padding: 80px 56px;
  position: relative;
}
.club-poster .section.dark { background: var(--ink); }
.club-poster .section.lime { background: var(--accent); color: var(--ink); }
.club-poster .section.paper { background: #fff; color: var(--ink); }
.club-poster .section.hot {
  background: var(--hot);
  color: #fff;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}
.club-poster .how-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 48px;
  gap: 24px;
}
.club-poster .section-eyebrow {
  font-size: 12px;
  margin-bottom: 12px;
  color: var(--accent);
}
.club-poster .section.lime .section-eyebrow,
.club-poster .section.paper .section-eyebrow {
  color: #666;
}
.club-poster .h2-big { font-size: 88px; margin: 0; }
.club-poster .h2-mid { font-size: 60px; margin: 0 0 48px; }
.club-poster .how-sub {
  font-size: 18px;
  color: #aaa;
  max-width: 360px;
  margin: 0;
  line-height: 1.5;
}
.club-poster .grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.club-poster .step-card {
  border-radius: 24px;
  padding: 28px;
  position: relative;
  min-height: 460px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.club-poster .step-card.lime { background: var(--accent); color: var(--ink); }
.club-poster .step-card.hot { background: var(--hot); color: #fff; }
.club-poster .step-card.paper { background: #fff; color: var(--ink); }
.club-poster .step-num {
  font-size: 13px;
  opacity: 0.6;
  margin-bottom: 8px;
}
.club-poster .step-title {
  font-size: 36px;
  margin: 0 0 12px;
  line-height: 0.92;
}
.club-poster .step-desc {
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
  opacity: 0.85;
}
.club-poster .step-art {
  margin-top: 24px;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 14px;
  padding: 16px;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.club-poster .court-art { position: relative; height: 160px; }
.club-poster .court-ball {
  position: absolute;
  top: 8px;
  right: 8px;
  transform: rotate(8deg);
}
.club-poster .court-full-art {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
}
.club-poster .court-full-chips {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: center;
}
.club-poster .court-full-chip {
  background: #1FB76B;
  color: #fff;
  padding: 4px 10px;
  border-radius: 99px;
  font-size: 12px;
  font-weight: 700;
}
.club-poster .court-full-headline {
  font-size: 32px;
  color: var(--ink);
  text-align: center;
  line-height: 0.95;
}
.club-poster .court-full-stamp {
  font-size: 11px;
  color: var(--ink);
}

/* LIVE PRODUCT PREVIEW */
.club-poster .preview-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: center;
  position: relative;
}
.club-poster .preview-bg-ball {
  position: absolute;
  top: -40px;
  right: -40px;
  opacity: 0.5;
}
.club-poster .preview-h2 {
  font-size: 84px;
  margin: 0 0 24px;
  line-height: 0.9;
}
.club-poster .preview-copy {
  font-size: 18px;
  line-height: 1.4;
  max-width: 520px;
  margin-bottom: 32px;
}
.club-poster .preview-cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.club-poster .preview-cta-primary {
  background: var(--ink);
  color: #fff;
  padding: 16px 28px;
  border-radius: 99px;
  font-weight: 800;
  font-size: 15px;
  text-decoration: none;
}
.club-poster .preview-cta-outline {
  background: transparent;
  color: var(--ink);
  padding: 16px 28px;
  border-radius: 99px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  border: 2px solid var(--ink);
}
.club-poster .preview-img-wrap {
  display: flex;
  justify-content: center;
  position: relative;
  transform: rotate(-4deg);
}
.club-poster .preview-live-tag {
  position: absolute;
  top: -10px;
  right: -10px;
  background: var(--hot);
  color: #fff;
  padding: 8px 14px;
  border-radius: 99px;
  font-weight: 800;
  font-size: 13px;
  transform: rotate(12deg);
  border: 3px solid var(--ink);
}

/* PHONE MOCKUP */
.club-poster .phone {
  width: 280px;
  height: 574px;
  background: var(--ink);
  border-radius: 36px;
  padding: 8px;
  box-sizing: border-box;
  box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.45),
              0 8px 20px -8px rgba(0, 0, 0, 0.25),
              inset 0 0 0 2px rgba(255, 255, 255, 0.06);
  position: relative;
}
.club-poster .phone-screen {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
}
.club-poster .phone-notch {
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 18px;
  background: var(--ink);
  border-radius: 12px;
  z-index: 2;
}

/* APP SCREEN MOCK */
.club-poster .app-screen {
  width: 100%;
  height: 100%;
  background: #fff;
  color: #111;
  font-family: -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  display: flex;
  flex-direction: column;
}
.club-poster .app-status {
  height: 36px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 22px 4px;
  font-size: 13px;
  font-weight: 600;
}
.club-poster .app-battery {
  width: 18px;
  height: 10px;
  border: 1.5px solid #111;
  border-radius: 2px;
  position: relative;
  display: inline-block;
}
.club-poster .app-battery::before {
  content: '';
  position: absolute;
  inset: 1.5px;
  background: #111;
  width: 70%;
}
.club-poster .app-nav {
  background: var(--ink);
  color: #fff;
  padding: 10px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.club-poster .app-nav-brand {
  font-weight: 700;
  letter-spacing: 0.3px;
}
.club-poster .app-nav-dots { display: flex; gap: 6px; }
.club-poster .app-nav-dots span {
  width: 6px; height: 6px; background: #fff; border-radius: 99px;
}
.club-poster .app-greet {
  padding: 18px 16px 8px;
}
.club-poster .app-greet-text {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.1;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
}
.club-poster .app-cta {
  margin: 6px 12px;
  padding: 10px 12px;
  background: #f3f3f3;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.club-poster .app-cta-text { font-size: 12px; color: #555; }
.club-poster .app-cta-btn {
  background: var(--cobalt);
  color: #fff;
  border: none;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}
.club-poster .app-section-head {
  padding: 14px 16px 8px;
  font-size: 14px;
  font-weight: 700;
  color: #111;
}
.club-poster .app-cards {
  padding: 0 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.club-poster .app-card {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.club-poster .app-card-hd {
  background: var(--accent);
  padding: 8px 12px;
  font-weight: 800;
  font-size: 13px;
  color: var(--ink);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.club-poster .app-card-status {
  font-size: 10px;
  background: var(--ink);
  color: #fff;
  padding: 2px 6px;
  border-radius: 99px;
}
.club-poster .app-card-body {
  padding: 10px 12px;
  font-size: 11.5px;
  line-height: 1.55;
  color: #222;
}
.club-poster .app-card-chips {
  display: flex;
  gap: 4px;
  margin-top: 6px;
  flex-wrap: wrap;
}
.club-poster .app-chip-yes {
  background: #1FB76B;
  color: #fff;
  padding: 2px 7px;
  border-radius: 99px;
  font-size: 10px;
  font-weight: 600;
}
.club-poster .app-chip-pending {
  background: #FFE375;
  color: #5a4a00;
  padding: 2px 7px;
  border-radius: 99px;
  font-size: 10px;
  font-weight: 600;
}
.club-poster .app-tabs {
  border-top: 1px solid #ececec;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 10px;
  color: #666;
  padding-bottom: 14px;
}
.club-poster .app-tabs span { font-weight: 500; color: #888; }
.club-poster .app-tabs span.active { font-weight: 700; color: var(--cobalt); }

/* SMS THREAD */
.club-poster .sms {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  padding: 12px 10px 14px;
  color: #111;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", system-ui, sans-serif;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
  max-height: 320px;
  overflow: hidden;
  position: relative;
}
.club-poster .sms-head {
  font-size: 11px;
  color: #444;
  border-bottom: 1px solid #e5e5e7;
  padding-bottom: 8px;
  margin-bottom: 8px;
  display: flex;
  gap: 6px;
}
.club-poster .sms-head .to { color: #8a8a8e; }
.club-poster .sms-head .name { font-weight: 600; }
.club-poster .sms-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.club-poster .sms-date {
  text-align: center;
  font-size: 10px;
  color: #8a8a8e;
  margin: 4px 0 2px;
  font-weight: 600;
}
.club-poster .sms-row {
  display: flex;
}
.club-poster .sms-row.in { justify-content: flex-start; }
.club-poster .sms-row.out { justify-content: flex-end; }
.club-poster .sms-bubble {
  padding: 7px 11px;
  border-radius: 16px;
  font-size: 11.5px;
  line-height: 1.35;
  max-width: 82%;
  word-break: break-word;
}
.club-poster .sms-bubble.in {
  background: var(--imessage-gray);
  color: #111;
}
.club-poster .sms-bubble.out {
  background: var(--imessage-blue);
  color: #fff;
}
.club-poster .sms-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 38px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  pointer-events: none;
}

/* SCOREBOARD / STATS */
.club-poster .scoreboard-h2 {
  font-size: 60px;
  margin: 0 0 48px;
  max-width: 900px;
}
.club-poster .grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.club-poster .stat-block {
  padding-top: 16px;
}
.club-poster .stat-block.up-lime { border-top: 3px solid var(--accent); color: var(--accent); }
.club-poster .stat-block.up-hot { border-top: 3px solid var(--hot); color: var(--hot); }
.club-poster .stat-block.down { border-top: 3px solid #fff; color: #fff; }
.club-poster .stat-block.flat { border-top: 3px solid var(--cobalt); color: var(--cobalt); }
.club-poster .stat-num {
  font-size: 72px;
  line-height: 0.9;
  display: flex;
  align-items: center;
  gap: 8px;
}
.club-poster .stat-label {
  font-size: 13px;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 8px;
}

/* TESTIMONIALS */
.club-poster .testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 56px;
}
.club-poster .testimonial {
  margin: 0;
  background: var(--gray-card-2);
  border: 1px solid var(--gray-border-2);
  border-radius: 16px;
  padding: 24px;
}
.club-poster .testimonial-quote-mark {
  font-size: 28px;
  color: var(--accent);
  line-height: 0.5;
  margin-bottom: 8px;
}
.club-poster .testimonial-quote {
  font-size: 16px;
  line-height: 1.45;
  margin: 0 0 16px;
  color: #eee;
}
.club-poster .testimonial-attr {
  font-size: 12px;
  color: #888;
}

/* FOUNDER */
.club-poster .founder-grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 56px;
  align-items: flex-start;
}
.club-poster .founder-eyebrow {
  font-size: 12px;
  color: #666;
  margin-bottom: 12px;
}
.club-poster .founder-avatar {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--hot));
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 16px;
  border: 4px solid var(--ink);
}
.club-poster .founder-name { font-size: 24px; line-height: 1; }
.club-poster .founder-caption { font-size: 12px; color: #666; margin-top: 4px; }
.club-poster .founder-badge {
  margin-top: 20px;
  display: inline-block;
  padding: 8px 14px;
  background: var(--ink);
  color: var(--accent);
  border-radius: 99px;
  font-size: 12px;
  font-weight: 700;
  font-family: 'DM Mono', monospace;
}
.club-poster .founder-pull {
  font-size: 56px;
  line-height: 0.95;
  margin-bottom: 24px;
}
.club-poster .founder-body {
  font-size: 18px;
  line-height: 1.6;
  color: #222;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.club-poster .founder-body p { margin: 0; }
.club-poster .founder-signoff { font-size: 24px; margin: 8px 0 0; }

/* FAQ */
.club-poster .faq-list {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--gray-border-2);
}
.club-poster .faq-item {
  border-bottom: 1px solid var(--gray-border-2);
}
.club-poster .faq-question {
  width: 100%;
  background: transparent;
  border: none;
  color: #fff;
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-align: left;
  gap: 16px;
}
.club-poster .faq-q-text { font-size: 26px; line-height: 1.05; }
.club-poster .faq-toggle {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #555;
  color: #aaa;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  transition: all 0.2s;
  transform: rotate(0);
}
.club-poster .faq-item.open .faq-toggle {
  border-color: var(--accent);
  color: var(--accent);
  transform: rotate(45deg);
}
.club-poster .faq-answer-wrap {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0;
}
.club-poster .faq-item.open .faq-answer-wrap {
  max-height: 400px;
  padding: 0 0 24px;
}
.club-poster .faq-answer {
  margin: 0;
  font-size: 17px;
  line-height: 1.55;
  color: #bbb;
  max-width: 760px;
}
.club-poster .faq-email-link {
  color: var(--accent);
  text-decoration: underline;
}

/* FINAL CTA */
.club-poster .cta-h2 {
  font-size: 144px;
  margin: 0 0 24px;
  line-height: 0.85;
}
.club-poster .cta-sub {
  font-size: 20px;
  max-width: 600px;
  margin: 0 auto 36px;
  opacity: 0.95;
  line-height: 1.4;
}
.club-poster .cta-link {
  background: var(--ink);
  color: var(--accent);
  padding: 24px 56px;
  border-radius: 99px;
  font-weight: 800;
  font-size: 22px;
  text-decoration: none;
  display: inline-block;
}
.club-poster .cta-ball-tl {
  position: absolute;
  top: 40px;
  left: 80px;
  transform: rotate(-20deg);
}
.club-poster .cta-ball-br {
  position: absolute;
  bottom: 60px;
  right: 120px;
  transform: rotate(15deg);
}

/* FOOTER */
.club-poster .footer {
  padding: 40px 56px;
  background: var(--ink);
  color: #888;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  gap: 16px;
}
.club-poster .footer .brand-word { font-size: 18px; color: #fff; }
.club-poster .footer-links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}
.club-poster .footer-links a {
  color: #888;
  text-decoration: none;
}

/* ANIMATIONS */
@keyframes dr-marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@keyframes dr-kinetic-1 {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-3px); }
}
@keyframes dr-arc-1 {
  0%   { transform: translate(0, 0) rotate(0); opacity: 0; }
  8%   { opacity: 1; }
  100% { transform: translate(560px, 80px) rotate(720deg); opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .club-poster .marquee-track,
  .club-poster .kinetic span,
  .club-poster .ball-arc {
    animation: none !important;
  }
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .club-poster { --pad-x: 22px; }
  .club-poster .header-pad { padding: 18px 22px; }
  .club-poster .hero { padding: 24px 22px 48px; }
  .club-poster .section { padding: 60px 22px; }
  .club-poster .section.hot { padding: 80px 22px; }
  .club-poster .footer {
    flex-direction: column;
    gap: 14px;
    text-align: center;
    padding: 32px 22px;
  }

  .club-poster .hero-h1 { font-size: 76px; }
  .club-poster .hero-sub { font-size: 17px; max-width: none; }
  .club-poster .hero-row { flex-direction: column; align-items: stretch; gap: 28px; }

  .club-poster .nav-desktop { display: none; }
  .club-poster .menu-toggle { display: inline-flex; }

  .club-poster .stamp-est,
  .club-poster .stamp-no-texts,
  .club-poster .ball-arc { display: none; }

  .club-poster .hero-login-mobile {
    display: inline-block;
    margin-left: auto;
  }
  .club-poster .hero-tag-row .hero-tagline {
    flex-basis: 100%;
  }

  .club-poster .grid-3,
  .club-poster .grid-4,
  .club-poster .preview-grid,
  .club-poster .testimonial-grid { grid-template-columns: 1fr; gap: 16px; }
  .club-poster .testimonial-grid { margin-top: 32px; }

  .club-poster .how-head { flex-direction: column; align-items: flex-start; }
  .club-poster .marquee-big { font-size: 20px; }
  .club-poster .stat-num { font-size: 56px; }
  .club-poster .h2-big { font-size: 56px; }
  .club-poster .h2-mid { font-size: 44px; }
  .club-poster .preview-h2 { font-size: 56px; }
  .club-poster .scoreboard-h2 { font-size: 44px; }
  .club-poster .founder-pull { font-size: 40px; }
  .club-poster .cta-h2 { font-size: 88px; }
  .club-poster .cta-link { padding: 18px 28px; font-size: 17px; }
  .club-poster .signup-cta { padding: 18px 28px; font-size: 16px; }
  .club-poster .step-card { min-height: 0; padding: 22px; }
  .club-poster .preview-img-wrap { transform: none; }
  .club-poster .stat-block { border-top-width: 2px; }
  .club-poster .founder-grid { grid-template-columns: 1fr; gap: 24px; }
  .club-poster .cta-ball-tl { top: 16px; left: 16px; }
  .club-poster .cta-ball-br { bottom: 16px; right: 16px; }
}

@media (max-width: 480px) {
  .club-poster .hero-h1 { font-size: 56px; }
  .club-poster .h2-big { font-size: 44px; }
  .club-poster .scoreboard-h2 { font-size: 36px; }
  .club-poster .cta-h2 { font-size: 64px; }
}
