/* Sales landing page — Benefits Unlocked */

/* Hero — quest header on blue bg, cream panel below (blue/red/gold pixel theme) */
.page-sales .hero {
  padding: 2rem 1.25rem 3rem;
  text-align: center;
}

.page-sales .hero-content {
  max-width: 1180px;
  margin: 0 auto;
}

/* Employer hero art — transparent PNG, no blue box behind the sprite */
.page-sales .hero-art {
  max-width: 420px;
  margin: 0 auto 1.5rem;
  background: transparent;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
  filter: drop-shadow(6px 6px 0 rgba(0, 0, 0, 0.35));
}

.page-sales .hero-art img {
  width: 100%;
  height: auto;
  display: block;
  background: transparent;
}

/* Header zone — on quest sky blue, outside cream panel */
.page-sales .hero-header {
  margin-bottom: 2rem;
}

.page-sales .hero-art-standalone {
  width: 90%;
  max-width: 840px;
  margin: 0 auto 1.5rem;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
  filter: drop-shadow(6px 6px 0 rgba(0, 0, 0, 0.35));
}

.page-sales .hero-art-standalone img,
.page-sales .hero-art-standalone .hero-art-video {
  width: 100%;
  height: auto;
  display: block;
}

.page-sales .hero-art-standalone .hero-art-fallback {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .page-sales .hero-art-standalone .hero-art-video {
    display: none;
  }

  .page-sales .hero-art-standalone .hero-art-fallback {
    display: block;
  }
}

.page-sales .hero-header .hero-badge,
.page-sales .hero-content > .hero-badge,
.page-sales .schedule-hero > .hero-badge {
  display: inline-block;
  margin-bottom: 1.35rem;
  padding: 0.85rem 1.5rem;
  font-family: var(--font-pixel);
  font-size: clamp(0.48rem, 1.6vw, 0.62rem);
  line-height: 1.65;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: var(--pixel-red);
  color: #fff;
  border: 3px solid var(--pixel-border);
  box-shadow: 5px 5px 0 var(--pixel-gold);
  border-radius: 0;
}

.page-sales .hero-header h1 {
  max-width: none;
  width: max-content;
  margin: 0 auto 0.85rem;
  text-align: center;
  white-space: nowrap;
  font-size: clamp(1.05rem, 4.8vw, 1.7rem);
  line-height: 1.45;
  color: var(--pixel-gold);
  -webkit-text-fill-color: var(--pixel-gold);
  background: none;
  text-shadow:
    3px 3px 0 var(--pixel-red),
    5px 5px 0 rgba(10, 10, 46, 0.4);
}

.page-sales .hero-header-sub {
  max-width: none;
  width: max-content;
  margin: 0 auto 1.5rem;
  white-space: nowrap;
  font-size: clamp(1.05rem, 2.4vw, 1.35rem);
  font-weight: 700;
  color: #fffef5;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}

.page-sales .hero-tier-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.75rem 1rem;
  max-width: 52rem;
  margin: 0 auto;
}

.page-sales .hero-header .btn-outline {
  color: #f5f0e8;
  border-color: var(--pixel-gold);
  background: rgba(10, 10, 46, 0.25);
}

.page-sales .hero-header .btn-outline:hover {
  background: rgba(255, 215, 0, 0.15);
  color: var(--pixel-gold);
}

.page-sales .hero-panel {
  background: var(--pixel-surface);
  border: 3px solid var(--pixel-border);
  box-shadow: var(--pixel-shadow);
  padding: 2rem 2rem 2.25rem;
  text-align: center;
}

.page-sales .hero-main {
  margin-bottom: 2rem;
}

.page-sales .hero-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-sales .hero-sub {
  max-width: none;
  width: max-content;
  margin: 0 auto 1.25rem;
  white-space: nowrap;
  font-family: var(--font-pixel);
  font-size: clamp(0.52rem, 1.55vw, 0.72rem);
  line-height: 1.7;
  font-weight: 400;
  color: var(--pixel-text);
  text-shadow: 2px 2px 0 rgba(255, 215, 0, 0.35);
}

/* Employer hero — headline + long-form subhead.
   The nowrap sizing above is tuned for the short consumer copy, so opt out here. */
.page-sales .hero-content > h1 {
  color: var(--pixel-gold);
  -webkit-text-fill-color: var(--pixel-gold);
  background: none;
  max-width: 20ch;
  margin: 0 auto 1rem;
  font-size: clamp(1rem, 4vw, 1.6rem);
  line-height: 1.5;
  text-shadow:
    3px 3px 0 var(--pixel-red),
    5px 5px 0 rgba(10, 10, 46, 0.4);
}

.page-sales .hero-content > .hero-sub {
  white-space: normal;
  width: auto;
  max-width: 44rem;
  margin: 0 auto 1.5rem;
  font-family: var(--font-body);
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  line-height: 1.65;
  font-weight: 600;
  color: #fffef5;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}

.page-sales .hero-panel-cta {
  margin: 0;
}

.page-sales .hero-compare-link {
  font-family: var(--font-pixel);
  font-size: 0.55rem;
  color: var(--pixel-red);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid var(--pixel-gold);
  padding-bottom: 0.15rem;
}

.page-sales .hero-compare-link:hover {
  color: var(--pixel-gold-dark);
}

/* Schedule page hero — same light copy on blue background as index */
.page-sales .schedule-hero {
  text-align: center;
  padding: 2.5rem 1rem 1.5rem;
}

.page-sales .schedule-hero h1 {
  margin-bottom: 0.75rem;
  color: var(--pixel-gold);
  -webkit-text-fill-color: var(--pixel-gold);
}

.page-sales .schedule-hero p {
  max-width: 42rem;
  margin: 0 auto;
  color: #f5f0e8;
  font-size: 1.125rem;
  font-weight: 600;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.35);
}

.page-sales .hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin: 0 auto 1.5rem;
  max-width: 42rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--pixel-text-muted);
}

.page-sales .hero-trust span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.75rem;
  background: var(--surface);
  border: 2px solid var(--pixel-border);
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  justify-content: center;
  margin: 1.5rem 0 2rem;
  font-size: 0.875rem;
  color: var(--pixel-text-muted);
}

.hero-trust span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.locked-notice,
.purchase-success-banner {
  background: var(--pixel-gold);
  color: var(--pixel-text);
  border: 3px solid var(--pixel-border);
  box-shadow: var(--pixel-shadow);
  padding: 1rem 1.25rem;
  margin: 0;
  text-align: center;
  font-size: 0.9375rem;
}

.locked-notice {
  background: var(--pixel-orange);
  color: #fff;
}

.purchase-success-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  position: sticky;
  top: var(--nav-height, 64px);
  z-index: 99;
}

.purchase-success-banner p {
  margin: 0;
}

.btn-sm {
  padding: 0.625rem 1.25rem;
  font-size: 0.875rem;
}

.btn-lg {
  padding: 1.125rem 2.25rem;
  font-size: 1.0625rem;
}

.btn-gold {
  background: linear-gradient(180deg, var(--pixel-gold) 0%, var(--pixel-gold-dark) 100%);
  color: var(--pixel-text);
  border: 3px solid var(--pixel-border);
  box-shadow: var(--pixel-shadow);
  font-family: var(--font-pixel);
  font-size: 0.65rem;
  border-radius: 0;
}

.btn-gold:hover {
  color: var(--pixel-text);
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 var(--pixel-border);
}

.btn-outline {
  background: transparent;
  color: var(--pixel-text);
  border: 3px solid var(--pixel-border);
  box-shadow: var(--pixel-shadow);
  border-radius: 0;
}

.btn-outline:hover {
  background: var(--accent-light);
}

/* Hero outcomes & tools */
.page-sales .hero-outcomes {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
  max-width: none;
}

.page-sales .hero-outcomes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  max-width: none;
}

.page-sales .hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1rem;
  max-width: 36rem;
  margin: 0 auto;
}

.page-sales .hero-tier-actions .btn-lg {
  min-width: 14rem;
  justify-content: center;
}

.hero-outcomes {
  list-style: none;
  padding: 0;
  margin: 0 auto 1.5rem;
  max-width: 42ch;
  text-align: left;
}

.hero-outcomes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  max-width: 720px;
  text-align: left;
}

.page-sales .outcome-card {
  background: var(--accent-light);
  padding: 1.25rem 1rem;
  border-top: 4px solid var(--pixel-red);
}

.outcome-card {
  background: var(--pixel-surface, #fff8c4);
  border: 3px solid var(--pixel-border);
  box-shadow: var(--pixel-shadow);
  padding: 1.25rem 1rem;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.outcome-icon {
  display: block;
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}

.outcome-card strong {
  display: block;
  font-size: 0.9375rem;
  color: #2a2a2a;
  margin-bottom: 0.35rem;
}

.hero-outcomes-grid .outcome-card strong {
  color: #2a2a2a;
  font-size: 0.9375rem;
}

.outcome-tagline {
  display: block;
  font-size: 0.8125rem;
  color: var(--pixel-text-muted, #4a4080);
  text-align: center;
}

.outcome-tagline::before {
  content: '— ';
}

.hero-outcomes li {
  padding: 0.5rem 0;
  font-size: 0.9375rem;
  color: #f5f0e8;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.35);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}

.hero-outcomes-grid li {
  padding: 0;
  border-bottom: none;
  color: inherit;
  text-shadow: none;
}

.hero-outcomes li:last-child {
  border-bottom: none;
}

.hero-outcomes strong {
  display: block;
  font-size: 1rem;
  color: #fff;
}

.hero-tools {
  margin: 1.5rem auto 1.25rem;
  max-width: 520px;
}

.hero-tools-label {
  font-family: var(--font-pixel);
  font-size: 0.55rem;
  color: var(--pixel-gold);
  margin: 0 0 0.75rem;
  text-transform: uppercase;
}

.hero-tools-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0.75rem;
}

.hero-tool-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  padding: 1rem 1.25rem;
  background: rgba(255, 255, 255, 0.12);
  border: 3px solid var(--pixel-border);
  box-shadow: var(--pixel-shadow);
  text-decoration: none;
  color: #fff;
  transition: transform 0.15s;
}

.hero-tool-card:hover {
  transform: translate(-2px, -2px);
  color: #fff;
}

.hero-tool-icon {
  font-size: 1.5rem;
}

.hero-tool-card strong {
  font-size: 0.9375rem;
}

.hero-tool-card span:last-child {
  font-size: 0.8125rem;
  opacity: 0.85;
}

.page-sales .hero-sprint-callout {
  max-width: none;
  margin: 0;
  padding: 0.875rem 1.125rem;
  background: rgba(229, 37, 37, 0.08);
  border: 2px dashed var(--pixel-red);
  font-size: 0.875rem;
  color: var(--pixel-text);
  text-align: center;
}

.page-sales .hero-sprint-callout a {
  color: var(--pixel-red-dark);
  font-weight: 700;
}

.hero-sprint-callout {
  max-width: 48ch;
  margin: 0 auto 1.25rem;
  padding: 0.75rem 1rem;
  background: rgba(0, 0, 0, 0.25);
  border: 2px dashed var(--pixel-gold);
  font-size: 0.875rem;
  color: #f5f0e8;
}

.hero-sprint-callout a {
  color: var(--pixel-gold);
  font-weight: 700;
}

/* OE Sprint section */
#oe-sprint {
  scroll-margin-top: 5rem;
}

.sprint-steps {
  list-style: none;
  padding: 0;
  margin: 0 auto 2rem;
  max-width: 560px;
}

.sprint-step {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem 0;
  border-bottom: 2px dashed rgba(0, 0, 0, 0.12);
}

.sprint-step:last-child {
  border-bottom: none;
}

.sprint-step-num {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--pixel-gold);
  border: 3px solid var(--pixel-border);
  font-family: var(--font-pixel);
  font-size: 0.65rem;
}

.sprint-step h3 {
  margin: 0 0 0.25rem;
  font-size: 0.75rem;
}

.sprint-step p {
  margin: 0;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.sprint-step-bonus .sprint-step-num {
  background: var(--pixel-green, #10b981);
  color: #fff;
}

.sprint-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

/* Course page — OE Sprint */
.oe-sprint-banner {
  margin-top: 1.25rem;
  padding: 1rem 1.25rem;
  background: rgba(255, 248, 196, 0.85);
  border: 3px solid var(--pixel-border);
  font-size: 0.9375rem;
}

.oe-sprint-banner a {
  font-weight: 700;
}

.oe-sprint-progress {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--pixel-gold-dark);
}

.oe-sprint-badge {
  display: inline-block;
  background: var(--pixel-gold);
  color: var(--pixel-text);
  font-family: var(--font-pixel);
  font-size: 0.45rem;
  padding: 0.2rem 0.45rem;
  margin-left: 0.35rem;
  vertical-align: middle;
  border: 2px solid var(--pixel-border);
}

.module-card.oe-sprint-module {
  border-left: 4px solid var(--pixel-gold);
}

.sprint-complete-card {
  display: block;
  margin-top: 1.25rem;
  padding: 1.25rem 1.5rem;
  background: rgba(255, 248, 196, 0.6);
  border: 3px solid var(--pixel-border);
  box-shadow: var(--pixel-shadow);
  text-decoration: none;
  color: inherit;
  transition: transform 0.15s;
}

.sprint-complete-card:hover {
  transform: translateX(6px);
  color: inherit;
}

.sprint-complete-card h3 {
  margin: 0.5rem 0 0.25rem;
  font-size: 1.0625rem;
}

.sprint-complete-card p {
  margin: 0;
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Problem section */
.sales-section {
  padding: 3rem 0;
}

/* Pixel section headline, centred in its band. The default h2 margin-top pushes
   the title to the bottom of the section, which reads as a stray caption. */
.page-sales .content .sales-section > .section-title {
  margin: 0 auto 1.75rem;
  max-width: 26ch;
  font-family: var(--font-pixel);
  font-size: clamp(0.95rem, 3vw, 1.75rem);
  line-height: 1.55;
  text-align: center;
  color: var(--pixel-text);
  text-shadow: 3px 3px 0 rgba(255, 215, 0, 0.6);
}

.problem-intro {
  display: grid;
  grid-template-columns: minmax(180px, 280px) 1fr;
  gap: 1.25rem 2.5rem;
  align-items: center;
  margin-bottom: 2rem;
}

.problem-beast-wrap {
  margin: 0;
  justify-self: center;
}

.problem-beast {
  width: 100%;
  max-width: 280px;
  height: auto;
  display: block;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
  filter: drop-shadow(4px 4px 0 rgba(42, 42, 74, 0.35));
  animation: beast-float 3.5s ease-in-out infinite;
}

@keyframes beast-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

.problem-copy .section-title {
  text-align: left;
  margin-bottom: 1rem;
}

.problem-copy .section-lead {
  text-align: left;
  margin: 0;
  max-width: none;
}

@media (max-width: 720px) {
  .problem-intro {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 1.5rem;
    text-align: center;
  }

  .problem-beast {
    max-width: 220px;
    margin: 0 auto;
  }

  .problem-copy .section-title,
  .problem-copy .section-lead {
    text-align: center;
  }
}

.sales-section-alt {
  background: rgba(255, 248, 196, 0.5);
  margin: 0 -1.25rem;
  padding: 3rem 1.25rem;
  border-top: 3px solid var(--pixel-border);
  border-bottom: 3px solid var(--pixel-border);
}

.section-lead {
  text-align: center;
  max-width: 48ch;
  margin: 0 auto 2rem;
  color: var(--text-muted);
  font-size: 1.0625rem;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.25rem;
}

.problem-card {
  background: var(--surface);
  border: 3px solid var(--pixel-border);
  box-shadow: var(--pixel-shadow);
  padding: 1.5rem;
}

.problem-card h3 {
  margin-top: 0;
  font-size: 0.7rem;
}

.problem-card p {
  margin: 0;
  font-size: 0.9375rem;
  color: var(--text-muted);
}

/* Social proof */
.social-proof {
  text-align: center;
  padding: 2rem 0;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.25rem;
  margin-top: 1.5rem;
}

.testimonial-card {
  background: var(--surface);
  border: 3px solid var(--pixel-border);
  box-shadow: var(--pixel-shadow);
  padding: 1.5rem;
  text-align: left;
}

.testimonial-card blockquote {
  margin: 0 0 1rem;
  font-style: italic;
  font-size: 0.9375rem;
  color: var(--text);
}

.testimonial-card cite {
  font-size: 0.8125rem;
  color: var(--text-muted);
  font-style: normal;
}

.testimonial-placeholder {
  opacity: 0.85;
  border-style: dashed;
}

.stats-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin: 2rem 0;
}

.stat-block {
  text-align: center;
}

.stat-block strong {
  display: block;
  font-family: var(--font-pixel);
  font-size: 1.25rem;
  color: var(--pixel-gold-dark);
}

.stat-block span {
  font-size: 0.8125rem;
  color: var(--text-muted);
}

/* Included checklist */
.included-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.included-item {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  flex: 1 1 260px;
  max-width: min(100%, 420px);
  padding: 1rem;
  background: var(--surface);
  border: 2px solid var(--pixel-border);
}

.included-item .icon {
  font-size: 1.5rem;
  flex-shrink: 0;
}

.included-item h3 {
  margin: 0 0 0.25rem;
  font-size: 0.65rem;
}

.included-item p {
  margin: 0;
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Pricing */
.pricing-section {
  scroll-margin-top: 5rem;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
  align-items: stretch;
  margin-bottom: 1.5rem;
}

.pricing-card {
  max-width: 480px;
  margin: 0 auto;
  background: var(--surface);
  border: 4px solid var(--pixel-border);
  box-shadow: 8px 8px 0 var(--pixel-border);
  padding: 2rem;
  text-align: center;
}

.pricing-card-tier {
  max-width: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.pricing-card-featured {
  border-color: var(--pixel-gold-dark);
  box-shadow: 8px 8px 0 var(--pixel-gold-dark);
  transform: translateY(-4px);
}

.pricing-tier-name {
  margin: 0 0 0.5rem;
  font-size: 0.75rem;
}

.pricing-badge-sprint {
  background: var(--pixel-blue);
}

.pricing-badge-pro {
  background: var(--pixel-purple, #7c3aed);
}

.pricing-muted {
  opacity: 0.65;
  font-style: italic;
}

.pricing-card-tier .pricing-includes {
  flex: 1;
}

.pricing-badge {
  display: inline-block;
  background: var(--pixel-red);
  color: #fff;
  font-family: var(--font-pixel);
  font-size: 0.55rem;
  padding: 0.35rem 0.75rem;
  margin-bottom: 1rem;
}

.pricing-price {
  margin: 0.5rem 0;
}

.pricing-price .amount {
  font-family: var(--font-pixel);
  font-size: 1.75rem;
  color: var(--pixel-text);
}

.pricing-price .compare {
  text-decoration: line-through;
  color: var(--text-muted);
  font-size: 1rem;
  margin-left: 0.5rem;
}

.pricing-price .period {
  display: block;
  font-size: 0.8125rem;
  color: var(--text-muted);
  margin-top: 0.25rem;
}

.pricing-includes {
  text-align: left;
  margin: 1.5rem 0;
  padding: 0;
  list-style: none;
}

.pricing-includes li {
  padding: 0.35rem 0;
  padding-left: 1.5rem;
  position: relative;
  font-size: 0.9375rem;
}

.pricing-includes li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--success);
  font-weight: 700;
}

.pricing-note {
  font-size: 0.8125rem;
  color: var(--text-muted);
  margin-top: 1rem;
}

.pricing-disclaimer {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 2px dashed rgba(0, 0, 0, 0.15);
}

/* FAQ */
.faq-list {
  max-width: 640px;
  margin: 0 auto;
}

.faq-item {
  border: 3px solid var(--pixel-border);
  margin-bottom: 0.75rem;
  background: var(--surface);
}

.faq-item summary {
  padding: 1rem 1.25rem;
  cursor: pointer;
  font-weight: 700;
  font-size: 0.9375rem;
  list-style: none;
}

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

.faq-item summary::after {
  content: '+';
  float: right;
  font-family: var(--font-pixel);
  font-size: 0.75rem;
}

.faq-item[open] summary::after {
  content: '−';
}

.faq-item p {
  padding: 0 1.25rem 1rem;
  margin: 0;
  font-size: 0.9375rem;
  color: var(--text-muted);
}

/* Final CTA */
.cta-band {
  text-align: center;
  padding: 3rem 1.25rem;
  background: linear-gradient(180deg, var(--pixel-blue-light), var(--pixel-blue));
  border: 3px solid var(--pixel-border);
  margin: 2rem 0;
}

.cta-band h2 {
  color: #fff;
  text-shadow: 2px 2px 0 var(--pixel-border);
}

.cta-band p {
  color: rgba(255, 255, 255, 0.9);
  max-width: 40ch;
  margin: 0 auto 1.5rem;
}

/* Footer */
.sales-footer {
  text-align: center;
  padding: 2rem 1.25rem 3rem;
  font-size: 0.875rem;
}

.sales-footer a {
  color: var(--pixel-gold);
}

.sales-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

/* Purchased state */
.page-sales.is-purchased .hero-tier-actions [data-buy-button],
.page-sales.is-purchased .hero-actions [data-buy-button] {
  display: none;
}

.page-sales.is-purchased .purchased-cta {
  display: inline-flex !important;
}

.purchased-cta {
  display: none !important;
}

/* Tier upgrade banner (gated content) */
.tier-upgrade-banner {
  background: var(--pixel-orange);
  color: #fff;
  border-bottom: 3px solid var(--pixel-border);
  padding: 0.75rem 1.25rem;
  text-align: center;
  font-size: 0.875rem;
}

.tier-upgrade-banner a {
  color: var(--pixel-gold);
  font-weight: 700;
}

.module-tier-locked,
.resource-tier-locked {
  opacity: 0.55;
  position: relative;
}

.module-tier-locked::after,
.resource-tier-locked::after {
  content: '🔒';
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  font-size: 1rem;
}

.module-tier-locked {
  cursor: not-allowed;
  pointer-events: auto;
}

/* Login page */
.page-login .login-panel {
  max-width: 28rem;
}

.login-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.login-form label {
  font-weight: 700;
  font-size: 0.9375rem;
}

.login-form input[type="email"] {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 2px solid var(--pixel-border, #2a2a4a);
  border-radius: 4px;
  font: inherit;
  background: var(--pixel-bg-alt, #1a1a2e);
  color: inherit;
}

.login-sent {
  margin: 1.5rem 0;
  padding: 1rem;
  border: 2px dashed var(--pixel-gold);
  border-radius: 4px;
}

.login-footnote {
  font-size: 0.875rem;
  color: var(--text-muted);
  margin-top: 1rem;
}

.login-alert-success {
  border-color: var(--pixel-gold);
}

@media (max-width: 900px) {
  .page-sales .hero-header h1 {
    max-width: none;
  }

  .page-sales .hero-header-sub,
  .page-sales .hero-sub {
    white-space: normal;
    width: auto;
    max-width: 36rem;
    padding: 0 0.5rem;
  }

  .page-sales .hero-outcomes-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .page-sales .hero {
    padding: 1.25rem 1rem 2rem;
  }

  .page-sales .hero-art-standalone {
    width: 92%;
    margin-bottom: 1.25rem;
  }

  .page-sales .hero-header .hero-badge,
  .page-sales .hero-content > .hero-badge,
  .page-sales .schedule-hero > .hero-badge {
    padding: 0.7rem 1.1rem;
    font-size: clamp(0.42rem, 3.2vw, 0.52rem);
    max-width: 100%;
    white-space: normal;
  }

  .page-sales .hero-header h1 {
    white-space: normal;
    width: auto;
    font-size: clamp(0.95rem, 7vw, 1.35rem);
  }

  .page-sales .hero-header-sub {
    font-size: clamp(1rem, 4.2vw, 1.15rem);
  }

  .page-sales .hero-sub {
    font-size: clamp(0.48rem, 3.2vw, 0.58rem);
  }

  .page-sales .hero-panel {
    padding: 1.25rem 1rem 1.5rem;
  }

  .page-sales .hero-tier-actions {
    flex-direction: column;
    align-items: center;
  }

  .page-sales .hero-tier-actions .btn,
  .page-sales .hero-actions .btn {
    width: 100%;
    max-width: 20rem;
    justify-content: center;
  }

  .pricing-card {
    padding: 1.5rem;
  }

  .pricing-card-featured {
    transform: none;
  }

  .hero-outcomes-grid {
    grid-template-columns: 1fr;
  }
}
