/* Build Me Kit — self-hosted styles (no CDN dependency) */

*, *::before, *::after { box-sizing: border-box; }

body {
  margin: 0;
  font-family: 'Source Sans 3', system-ui, sans-serif;
  background: #fafafa;
  color: #18181b;
  line-height: 1.6;
}

.heading {
  font-family: Fraunces, Georgia, serif;
  letter-spacing: -0.02em;
  margin: 0;
}

a { color: inherit; }

/* Layout */
.container { max-width: 48rem; margin: 0 auto; padding: 0 1.5rem; }
.container-wide { max-width: 64rem; margin: 0 auto; padding: 0 1.5rem; }
.container-xl { max-width: 80rem; margin: 0 auto; padding: 0 1.5rem; }
.text-center { text-align: center; }

/* Header */
.site-header {
  border-bottom: 1px solid #e4e4e7;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 50;
}
.site-header .container-xl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.brand-title { font-weight: 700; font-size: 1.125rem; color: #18181b; }
.brand-sub { font-size: 0.75rem; color: #71717a; margin-left: 0.5rem; }
.skip-link { font-size: 0.875rem; color: #be123c; font-weight: 600; text-decoration: none; }
.skip-link:hover { color: #881337; }

/* Sections */
.section { padding: 3.5rem 0; }
.section-hero { padding: 3rem 0 4rem; border-bottom: 1px solid #e4e4e7; background: #fff; }
.section-dark { background: #18181b; color: #fafafa; }
.section-muted { background: #fafafa; }
.section-rose { background: #fff1f2; border-top: 1px solid #fecdd3; border-bottom: 1px solid #fecdd3; }
.section-white { background: #fff; border-bottom: 1px solid #e4e4e7; }
.section-white-top { background: #fff; border-top: 1px solid #e4e4e7; }

/* Type */
.eyebrow {
  color: #be123c;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0 0 1.25rem;
}
.eyebrow-dark { color: #fecdd3; letter-spacing: 0.15em; }
.hero-title {
  font-size: clamp(2rem, 5vw, 2.85rem);
  font-weight: 700;
  line-height: 1.08;
  margin: 0 0 1.5rem;
  color: #09090b;
}
.hero-title span { color: #be123c; }
.lead { font-size: 1.125rem; color: #3f3f46; margin: 0 0 1rem; }
.lead-strong { font-size: 1.125rem; font-weight: 600; color: #18181b; margin: 0 0 2rem; }
.lead-strong .price { color: #9f1239; }
.section-title { font-size: clamp(1.5rem, 3vw, 1.875rem); font-weight: 700; margin: 0 0 1rem; }
.section-title-lg { font-size: clamp(1.75rem, 4vw, 2.25rem); }
.section-title-center { text-align: center; margin-bottom: 0.75rem; }
.subhead { text-align: center; color: #52525b; max-width: 42rem; margin: 0 auto 2rem; }

/* Dark section text */
.section-dark .section-title { color: #f4f4f5; }
.section-dark .lead,
.section-dark p { color: #d4d4d8; }
.section-dark .pull-quote {
  color: #f4f4f5;
  font-size: 1.125rem;
  font-weight: 500;
  border-left: 4px solid #be123c;
  padding-left: 1.25rem;
  margin: 2rem 0;
}
.section-dark .offer-title { color: #fafafa; }
.section-dark .offer-sub { color: #d4d4d8; max-width: 36rem; margin: 0 auto 2rem; }
.section-dark .fine { color: #a1a1aa; font-size: 0.875rem; }

/* Buttons */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1.25rem 2.5rem;
  border-radius: 0.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  border: none;
  cursor: pointer;
  background: linear-gradient(135deg, #9f1239 0%, #be123c 100%);
  box-shadow: 0 4px 24px rgba(190, 18, 60, 0.25);
  transition: transform 0.2s, box-shadow 0.2s;
}
.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 32px rgba(190, 18, 60, 0.35);
}
.cta-block { text-align: center; }
.cta-note { font-size: 0.875rem; color: #71717a; margin-top: 0.75rem; }

/* Cards */
.card {
  background: #fff;
  border: 1px solid #e4e4e7;
  color: #18181b;
  border-radius: 0.75rem;
  padding: 1.5rem;
}
.card-lg { padding: 2rem; border-radius: 0.75rem; }
.card-shadow { box-shadow: 0 1px 3px rgba(0,0,0,.06); }
.card-bad { border-color: #fecaca; background: rgba(254, 242, 242, 0.6); }
.card-good { border-color: #fda4af; background: #fff1f2; }
.card-rose { border-color: #fb7185; background: #fff; }
.bump-card {
  background: #fff1f2;
  border: 2px solid #fda4af;
  color: #18181b;
  border-radius: 0.75rem;
  padding: 1.5rem;
}
.bump-card-lg { padding: 2rem; max-width: 42rem; margin: 0 auto 2rem; text-align: left; }
.bump-card-sm { max-width: 28rem; margin: 0 auto 1.5rem; padding: 1.25rem; text-align: left; }

.label-xs {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 0.5rem;
}
.label-bad { color: #991b1b; }
.label-good { color: #9f1239; }
.label-muted { color: #52525b; }
.label-rose { color: #9f1239; }

/* Grids */
.stack { display: grid; gap: 1.5rem; }
.stack-sm { gap: 0.75rem; }
.grid-2 { display: grid; gap: 0.75rem; }
.grid-2-wide { display: grid; gap: 1.5rem; }
@media (min-width: 640px) {
  .grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 768px) {
  .grid-2-wide { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .card-lg { padding: 2rem; }
  .bump-card-lg { padding: 2rem; }
}

.grid-4 {
  display: grid;
  gap: 0.75rem;
  max-width: 56rem;
  margin: 0 auto;
  font-size: 0.875rem;
  color: #27272a;
}
@media (min-width: 640px) {
  .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* VSL player */
.vsl-wrap { max-width: 42rem; margin: 0 auto 2rem; }
#vsl-player {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #d4d4d8;
  background: #09090b;
  box-shadow: 0 12px 40px rgba(9, 9, 11, 0.12);
}
#vsl-player.aspect-video { aspect-ratio: 16 / 9; }
#vsl-poster { position: absolute; inset: 0; z-index: 2; cursor: default; }
#vsl-poster img { width: 100%; height: 100%; object-fit: cover; display: block; }
#vsl-poster.is-ready { cursor: pointer; }
#vsl-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: rgba(190, 18, 60, 0.92);
  border: 3px solid rgba(255, 255, 255, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 28px rgba(0, 0, 0, 0.4);
  transition: transform 0.2s, background 0.2s;
  pointer-events: none;
}
#vsl-poster.is-ready #vsl-play-btn { pointer-events: auto; }
#vsl-poster.is-ready:hover #vsl-play-btn {
  transform: translate(-50%, -50%) scale(1.06);
  background: rgba(159, 18, 57, 0.95);
}
#vsl-play-btn svg { margin-left: 4px; }
#vsl-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(0, 0, 0, 0.7);
  color: #fecdd3;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 4px;
}
#main-vsl {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  display: none;
  background: #000;
}
#main-vsl.is-live { display: block; }
#vsl-player.is-playing #vsl-poster { display: none; }
.vsl-caption { text-align: center; font-size: 0.75rem; color: #71717a; margin-top: 0.5rem; }

/* Bump checkbox */
.bump-label {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  cursor: pointer;
}
.bump-label input { margin-top: 0.25rem; width: 1.25rem; height: 1.25rem; accent-color: #be123c; flex-shrink: 0; }
.bump-label-sm { gap: 0.75rem; }
.bump-label-sm input { width: 1.125rem; height: 1.125rem; }

/* Lists */
.check-list { margin: 1rem 0 0; padding: 0; list-style: none; font-size: 0.875rem; color: #3f3f46; }
.check-list li { margin-bottom: 0.5rem; }
.fine-print { font-size: 0.75rem; color: #9f1239; font-weight: 600; margin-top: 1rem; }

/* Objections */
.objection-title { font-weight: 700; color: #18181b; margin: 0 0 0.25rem; }
.objection-body { font-size: 0.875rem; color: #52525b; margin: 0; }

/* Footer */
.site-footer {
  border-top: 1px solid #e4e4e7;
  padding: 2rem 0;
  font-size: 0.875rem;
  color: #71717a;
  background: #fafafa;
}
.footer-nav {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}
.footer-nav a { color: #52525b; text-decoration: none; }
.footer-nav a:hover { color: #18181b; text-decoration: underline; }

/* Utilities */
.mt-2 { margin-top: 0.5rem; }
.mt-4 { margin-top: 1rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-8 { margin-top: 2rem; }
.mt-12 { margin-top: 3rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-10 { margin-bottom: 2.5rem; }
.text-rose { color: #9f1239; }
.text-2xl { font-size: 1.5rem; font-weight: 700; }
.text-sm { font-size: 0.875rem; }
.text-xs { font-size: 0.75rem; }
.max-w-2xl { max-width: 42rem; margin-left: auto; margin-right: auto; }

/* Interactive quiz */
.section-quiz { background: #fff; border-bottom: 1px solid #e4e4e7; }
.quiz-card {
  max-width: 42rem;
  margin: 0 auto;
  background: #fff;
  border: 2px solid #fda4af;
  border-radius: 0.75rem;
  padding: 1.75rem;
  box-shadow: 0 8px 32px rgba(190, 18, 60, 0.08);
}
.quiz-progress-track {
  height: 6px;
  background: #fce7f3;
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.quiz-progress-bar {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #9f1239, #be123c);
  border-radius: 999px;
  transition: width 0.35s ease;
}
.quiz-progress-label {
  font-size: 0.75rem;
  font-weight: 700;
  color: #9f1239;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 1.25rem;
}
.quiz-q-title {
  font-family: Fraunces, Georgia, serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #9f1239;
  margin: 0 0 0.35rem;
}
.quiz-q-text {
  font-size: 1.125rem;
  font-weight: 600;
  color: #18181b;
  margin: 0 0 1.25rem;
  line-height: 1.4;
}
.quiz-options { display: grid; gap: 0.65rem; }
.quiz-option {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.9rem 1rem;
  border-radius: 0.5rem;
  border: 1px solid #e4e4e7;
  background: #fafafa;
  color: #27272a;
  font-size: 0.9375rem;
  font-family: inherit;
  line-height: 1.4;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s, transform 0.15s;
}
.quiz-option:hover {
  border-color: #fb7185;
  background: #fff1f2;
  transform: translateY(-1px);
}
.quiz-back {
  margin-top: 1rem;
  padding: 0.5rem 0.75rem;
  border: none;
  background: transparent;
  color: #71717a;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
}
.quiz-back:hover:not(:disabled) { color: #18181b; }
.quiz-back:disabled { opacity: 0.35; cursor: default; }

/* Blurred prompt preview */
.prompt-preview {
  position: relative;
  margin: 1.5rem 0;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid #e4e4e7;
  background: #09090b;
}
.prompt-visible {
  margin: 0;
  padding: 1rem 1.25rem;
  font-family: ui-monospace, 'Cascadia Code', 'Source Code Pro', Menlo, monospace;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #fecdd3;
  white-space: pre-wrap;
  word-break: break-word;
  background: #18181b;
  border-bottom: 1px dashed #3f3f46;
}
.prompt-blur-wrap {
  position: relative;
  max-height: 220px;
  overflow: hidden;
}
.prompt-blurred {
  margin: 0;
  padding: 1rem 1.25rem 3rem;
  font-family: ui-monospace, 'Cascadia Code', 'Source Code Pro', Menlo, monospace;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #a1a1aa;
  white-space: pre-wrap;
  word-break: break-word;
  filter: blur(5px);
  user-select: none;
  pointer-events: none;
}
.prompt-lock-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  background: linear-gradient(180deg, rgba(9, 9, 11, 0.2) 0%, rgba(9, 9, 11, 0.92) 55%);
  text-align: center;
  padding: 1.5rem;
}
.prompt-lock-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(190, 18, 60, 0.9);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}
.prompt-lock-text {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fafafa;
  max-width: 28rem;
  line-height: 1.45;
}
.prompt-lock-sub {
  margin: 0;
  font-size: 0.8125rem;
  color: #d4d4d8;
}

/* Legal pages */
.legal-page { background: #fafafa; min-height: 100vh; }
.legal-header {
  border-bottom: 1px solid #e4e4e7;
  background: #fff;
  padding: 1rem 0;
}
.legal-header .container-xl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.legal-back {
  font-size: 0.875rem;
  color: #be123c;
  font-weight: 600;
  text-decoration: none;
}
.legal-back:hover { color: #881337; text-decoration: underline; }
.legal-card {
  max-width: 48rem;
  margin: 2rem auto 3rem;
  padding: 2rem;
  background: #fff;
  border: 1px solid #e4e4e7;
  border-radius: 0.75rem;
  box-shadow: 0 4px 24px rgba(9, 9, 11, 0.06);
}
.legal-card h1 {
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: #09090b;
}
.legal-updated { font-size: 0.875rem; color: #71717a; margin: 0 0 1.5rem; }
.legal-body { color: #3f3f46; line-height: 1.75; }
.legal-body p { margin: 0 0 1rem; }
.legal-body strong { color: #18181b; }
.legal-footer-note {
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid #e4e4e7;
  font-size: 0.875rem;
  color: #71717a;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* Secure thank-you */
.secure-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.5rem;
  background: #fafafa;
}
.secure-wrap { max-width: 36rem; width: 100%; text-align: center; }
.secure-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #d1fae5;
  color: #065f46;
  border-radius: 999px;
  padding: 0.35rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.secure-title {
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(1.5rem, 4vw, 1.875rem);
  font-weight: 700;
  margin: 0 0 0.75rem;
  color: #09090b;
}
.secure-sub { color: #52525b; margin: 0 0 2rem; }
.secure-card {
  background: #fff;
  border: 1px solid #e4e4e7;
  border-radius: 0.75rem;
  padding: 1.75rem;
  margin-bottom: 1.25rem;
  text-align: left;
  box-shadow: 0 1px 3px rgba(0,0,0,.05);
}
.secure-card h2 {
  font-family: Fraunces, Georgia, serif;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 0.75rem;
}
.secure-card-rose {
  background: #fff1f2;
  border-color: #fda4af;
}
.secure-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(135deg, #9f1239 0%, #be123c 100%);
}
.secure-btn:hover { opacity: 0.95; }
.secure-fine { font-size: 0.75rem; color: #71717a; margin-top: 2rem; }
.secure-link { color: #be123c; font-weight: 600; text-decoration: none; font-size: 0.875rem; }
.secure-link:hover { text-decoration: underline; }
.secure-stack { display: grid; gap: 1.5rem; }