/* Free Credits — vinyl sleeve invite sheet. Page-scoped. */

body[data-page="free-credits"] .free-credits-page {
  max-width: 920px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem 4rem;
}

body[data-page="free-credits"] .free-credits-gate {
  max-width: 28rem;
  margin: 3rem auto;
  padding: 2rem 0;
  border: none;
  border-radius: 0;
  background: transparent;
  text-align: left;
}

body[data-page="free-credits"] .free-credits-gate h1,
body[data-page="free-credits"] .fc-hero h1 {
  font-family: var(--serif);
  font-size: clamp(1.85rem, 3.5vw, 2.4rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 0.75rem;
  max-width: 16ch;
  color: var(--text);
}

body[data-page="free-credits"] .fc-eyebrow {
  display: none;
}

body[data-page="free-credits"] .fc-hero {
  margin-bottom: 2.75rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

body[data-page="free-credits"] .fc-hero-sub {
  margin: 0 0 1.35rem;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: var(--muted);
  max-width: 38rem;
}

body[data-page="free-credits"] .fc-split-col h2,
body[data-page="free-credits"] .fc-section-title,
body[data-page="free-credits"] .fc-affiliate-head h2 {
  font-family: var(--sans);
  font-size: 1.15rem;
  font-weight: 650;
  letter-spacing: -0.02em;
}

body[data-page="free-credits"] .fc-table-block h3 {
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 650;
  letter-spacing: -0.01em;
}

body[data-page="free-credits"] .fc-stat-value {
  font-family: var(--sans);
  font-size: 1.65rem;
  font-weight: 650;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}

body[data-page="free-credits"] .fc-stat-label,
body[data-page="free-credits"] .fc-badge {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

body[data-page="free-credits"] .fc-link-input {
  border-radius: 8px;
  font-size: 0.9rem;
}

body[data-page="free-credits"] .fc-hero-sub strong {
  color: var(--text);
  font-weight: 600;
}

body[data-page="free-credits"] .fc-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: stretch;
  max-width: 36rem;
}

body[data-page="free-credits"] .fc-link-input {
  flex: 1 1 220px;
  min-width: 0;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.35);
  color: var(--text);
  font-family: var(--sans);
  font-size: 0.88rem;
}

body[data-page="free-credits"] .fc-link-input:focus {
  outline: 1px solid var(--accent);
  border-color: var(--accent);
}

body[data-page="free-credits"] .fc-link-hint {
  margin: 0.65rem 0 0;
  font-size: 0.82rem;
}

body[data-page="free-credits"] .fc-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-bottom: 2.75rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

body[data-page="free-credits"] .fc-split-col {
  padding: 1.5rem 1.35rem;
  background: transparent;
  border: none;
  border-radius: 0;
}

body[data-page="free-credits"] .fc-split-col + .fc-split-col {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

body[data-page="free-credits"] .fc-split-col h2 {
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 600;
  margin: 0 0 0.85rem;
}

body[data-page="free-credits"] .fc-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
}

body[data-page="free-credits"] .fc-checklist li {
  position: relative;
  padding: 0.4rem 0 0.4rem 1rem;
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.45;
}

body[data-page="free-credits"] .fc-checklist li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: rgba(245, 245, 245, 0.35);
}

body[data-page="free-credits"] .fc-checklist strong {
  color: var(--text);
}

body[data-page="free-credits"] .fc-section-title,
body[data-page="free-credits"] .fc-affiliate h2,
body[data-page="free-credits"] .fc-table-block h3 {
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: -0.01em;
}

body[data-page="free-credits"] .fc-summary {
  margin-bottom: 2.5rem;
}

body[data-page="free-credits"] .fc-section-title {
  font-size: 1.5rem;
  margin: 0 0 1rem;
}

body[data-page="free-credits"] .fc-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

body[data-page="free-credits"] .fc-stat {
  padding: 1.25rem 1.1rem;
  border: none;
  border-radius: 0;
  background: transparent;
}

body[data-page="free-credits"] .fc-stat + .fc-stat {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

body[data-page="free-credits"] .fc-stat-label {
  margin: 0 0 0.45rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(245, 245, 245, 0.45);
}

body[data-page="free-credits"] .fc-stat-value {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.85rem;
  font-weight: 600;
  line-height: 1.1;
  color: var(--text);
}

body[data-page="free-credits"] .fc-affiliate {
  margin-bottom: 2.75rem;
  padding: 1.5rem 0 0;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  background: transparent;
}

body[data-page="free-credits"] .fc-affiliate-head {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

body[data-page="free-credits"] .fc-affiliate-head h2 {
  font-size: 1.5rem;
  margin: 0 0 0.5rem;
}

body[data-page="free-credits"] .fc-badge {
  display: inline-block;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body[data-page="free-credits"] .fc-badge.is-eligible {
  color: var(--accent);
}

body[data-page="free-credits"] .fc-badge.is-suspended {
  color: #c9a227;
}

body[data-page="free-credits"] .fc-affiliate-blurb {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--muted);
  max-width: 52ch;
}

body[data-page="free-credits"] .fc-progress-track {
  height: 3px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

body[data-page="free-credits"] .fc-progress-fill {
  height: 100%;
  background: var(--accent);
  border-radius: 0;
}

body[data-page="free-credits"] .fc-progress-meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.55rem;
  font-size: 0.82rem;
  color: var(--muted);
}

body[data-page="free-credits"] .fc-tables {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

body[data-page="free-credits"] .fc-table-block h3 {
  font-size: 1.15rem;
  margin: 0 0 0.85rem;
}

body[data-page="free-credits"] .fc-table-scroll {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0;
  overflow: auto;
}

body[data-page="free-credits"] .fc-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.85rem;
}

body[data-page="free-credits"] .fc-table th {
  text-align: left;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(245, 245, 245, 0.45);
  font-weight: 600;
  padding: 0.75rem 0.85rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.02);
}

body[data-page="free-credits"] .fc-table td {
  padding: 0.75rem 0.85rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--muted);
}

body[data-page="free-credits"] .fc-loading {
  text-align: center;
  padding: 3rem 1rem;
}

@media (max-width: 800px) {
  body[data-page="free-credits"] .fc-split,
  body[data-page="free-credits"] .fc-summary-grid,
  body[data-page="free-credits"] .fc-tables {
    grid-template-columns: 1fr;
  }

  body[data-page="free-credits"] .fc-split-col + .fc-split-col,
  body[data-page="free-credits"] .fc-stat + .fc-stat {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }
}
