@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600;700&family=Source+Sans+3:wght@400;500;600;700&display=swap");

:root {
  --white: #ffffff;
  --primary: #960f82;
  --primary-strong: #7a0b6a;
  --accent: #f14ec1;
  --soft: #fee2f3;
  --highlight: #abffe7;
  --page-bg: #EFE1EA;
  --ink: #3d2344;
  --ink-soft: #7a5775;
  --line: rgba(150, 15, 130, 0.12);
  --shadow: 0 28px 80px rgba(150, 15, 130, 0.16);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
}

* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; }

body {
  font-family: "Source Sans 3", Georgia, serif;
  color: var(--ink);
  background: var(--page-bg);
  padding: 28px 16px 40px;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image: url("images/background_main.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.35;
}

.page-shell {
  position: relative;
  z-index: 1;
  min-height: calc(100vh - 68px);
  display: flex;
  justify-content: center;
}

#app,
.site-frame { width: min(100%, 1180px); }

.card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,0.94), rgba(254,226,243,0.62));
  border: 1px solid rgba(255,255,255,0.88);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  backdrop-filter: blur(8px);
}

.card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.25), transparent 34%),
    radial-gradient(circle at top right, rgba(241,78,193,0.16), transparent 26%);
  pointer-events: none;
}

.page-card { padding: 30px; }
.stack { position: relative; z-index: 1; display: grid; gap: 24px; }
.shell-stack { gap: 34px; }
.page-section { display: grid; gap: 20px; }

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: transparent;
  border: none;
  padding: 0;
  color: var(--ink);
  text-align: left;
  text-decoration: none;
}

.brand-mark,
.brand-mark-large { display: block; object-fit: contain; }
.brand-mark { width: 74px; height: 74px; }
.brand-mark-large { width: min(100%, 170px); margin: 0 auto; }
.brand-wordmark {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.36rem;
  font-weight: 600;
}

.site-nav { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(150,15,130,0.14);
  background: rgba(255,255,255,0.74);
  color: var(--ink);
  text-decoration: none;
  font-weight: 600;
}
.nav-link.is-active,
.nav-link:hover { background: rgba(254,226,243,0.95); border-color: rgba(241,78,193,0.34); color: var(--primary); }
.nav-link-external::after { content: ""; width: 18px; height: 18px; margin-left: 8px; display: inline-block; background-image: url("images/KSC_logo2.png"); background-repeat: no-repeat; background-position: center; background-size: contain; }

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.95fr);
  gap: 28px;
  align-items: start;
}
.hero-layout.narrow-hero { grid-template-columns: minmax(0, 1.2fr) minmax(250px, 0.8fr); }
.hero-copy, .brand-panel, .brand-panel-inner { display: grid; gap: 18px; }
.brand-panel { align-self: stretch; }
.brand-panel-inner,
.soft-panel,
.feature-card,
.step-card,
.result-panel,
.issue-card,
.paywall-card,
.progress-card,
.analysis-stage-panel {
  background: rgba(255,255,255,0.8);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 22px;
}

.brand-panel-title { min-height: 100%; align-content: center; }
.title-art { width: min(100%, 440px); }
.eyebrow {
  color: var(--primary);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
}

h1, h2, h3 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.06;
}

h1 { font-size: clamp(2.4rem, 5vw, 4.3rem); color: var(--primary); max-width: 13ch; }
h2 { font-size: clamp(1.45rem, 3vw, 2rem); color: var(--primary-strong); }
h3 { font-size: 1.1rem; color: var(--primary-strong); }
p { margin: 0; line-height: 1.7; font-size: 1.02rem; }
.lede { max-width: 60ch; font-size: 1.12rem; color: var(--ink-soft); }
.smalltext { color: var(--ink-soft); font-size: 0.9rem; }

.section-grid,
.steps-grid,
.split-section,
.results-grid,
.premium-placeholder-grid,
.cta-row,
.answer-grid { display: grid; gap: 18px; }
.section-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.steps-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.split-section { grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); }
.results-grid { grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr); align-items: start; }
.premium-placeholder-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cta-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cta-row-tight { align-self: end; }
.answer-grid { max-width: 780px; }

.statement-panel { background: linear-gradient(135deg, rgba(255,255,255,0.88), rgba(254,226,243,0.88)); }
.rose-panel { background: linear-gradient(135deg, rgba(254,226,243,0.95), rgba(255,255,255,0.9)); }
.check-list { display: grid; gap: 10px; margin-top: 6px; }
.check-list span {
  display: flex; align-items: center; gap: 10px; color: var(--ink); font-weight: 600;
}
.check-list span::before {
  content: ""; width: 10px; height: 10px; border-radius: 999px; background: var(--accent); box-shadow: 0 0 0 5px rgba(241,78,193,0.14);
}
.compact-list { gap: 12px; }
.compact-stack { gap: 12px; }

.step-number {
  width: 42px; height: 42px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--primary), var(--accent)); color: white; font-weight: 700;
}

button, .link-button {
  appearance: none; border: none; cursor: pointer; font: inherit;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease;
}
button:focus-visible, .link-button:focus-visible { outline: 3px solid rgba(241,78,193,0.28); outline-offset: 2px; }
.button-primary,
.button-secondary,
.answer-button,
.choice-button {
  width: 100%; display: block; text-decoration: none; text-align: left; padding: 16px 18px; border-radius: 18px;
}
.button-primary {
  background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%); color: white; box-shadow: 0 16px 28px rgba(150,15,130,0.2);
}
.button-secondary,
.answer-button,
.choice-button {
  background: rgba(255,255,255,0.88); color: var(--ink); border: 1px solid rgba(150,15,130,0.14);
}
.button-primary:hover,
.button-secondary:hover,
.answer-button:hover,
.choice-button:hover,
.link-button:hover { transform: translateY(-1px); }
.button-label { display: block; font-weight: 700; margin-bottom: 4px; color: var(--primary-strong); }
.button-help { display: block; color: var(--ink-soft); }

.progress-meta { display: flex; justify-content: space-between; gap: 12px; color: var(--ink-soft); font-weight: 600; }
.progress-shell {
  position: relative; overflow: hidden; height: 12px; border-radius: 999px; background: rgba(150,15,130,0.1);
}
.progress-shell.large { height: 18px; }
.progress-fill {
  height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--primary) 0%, var(--accent) 100%); transition: width 900ms cubic-bezier(.22,1,.36,1);
}
.analysis-fill { transition: width 1500ms cubic-bezier(.18,1,.3,1); }
.shimmer::after {
  content: ""; position: absolute; inset: 0 auto 0 -140px; width: 140px;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.55) 50%, transparent 100%);
  animation: shimmer 2.8s linear infinite;
}
@keyframes shimmer { from { transform: translateX(0); } to { transform: translateX(540px); } }

.analysis-message {
  font-family: "Playfair Display", Georgia, serif; font-size: clamp(1.8rem, 4vw, 2.8rem); color: var(--primary); text-align: center; min-height: 2.5em;
  transition: opacity 180ms ease, transform 180ms ease;
}
.analysis-message.is-swapping { opacity: 0.35; transform: translateY(4px); }
.completion-card { align-content: center; min-height: 100%; }
.large-progress-card { min-height: 100%; align-content: center; }

.result-highlight {
  background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
  color: white; border-radius: 24px; padding: 24px; display: grid; gap: 12px; box-shadow: 0 18px 34px rgba(150,15,130,0.22);
}
.result-kicker { font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 700; opacity: 0.86; }
.result-name { font-family: "Playfair Display", Georgia, serif; font-size: clamp(1.8rem, 4vw, 2.7rem); }
.result-blurb { color: rgba(255,255,255,0.92); }
.issue-list, .pill-row { display: grid; gap: 16px; }
.issue-label { color: var(--ink-soft); text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.82rem; }
.issue-name { font-weight: 700; font-size: 1.12rem; margin: 6px 0 8px; color: var(--primary-strong); }
.pill { display: inline-flex; align-items: center; width: fit-content; padding: 8px 12px; border-radius: 999px; background: var(--highlight); color: #17443b; font-size: 0.92rem; }

.paywall-card { min-height: 100%; }
.soft-paywall { background: linear-gradient(135deg, rgba(254,226,243,0.72), rgba(255,255,255,0.92)); }
.lock-pill {
  margin-top: 12px; display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px; border-radius: 999px;
  background: rgba(150,15,130,0.08); color: var(--primary-strong); font-weight: 600;
}
.lock-pill::before { content: "Lock"; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--accent); }

.cta-banner {
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  align-items: center;
  background: linear-gradient(135deg, rgba(254,226,243,0.96), rgba(255,255,255,0.94));
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 24px;
}

@media (max-width: 700px) {
  body { padding: 14px 10px 24px; }
  .page-card { padding: 18px; }
  .cta-row { grid-template-columns: 1fr; }
  .brand-lockup { align-items: center; }
  .brand-wordmark { font-size: 1.02rem; }
  .nav-link { width: 100%; justify-content: flex-start; }
  .site-nav { width: 100%; }
  .hero-layout.narrow-hero { grid-template-columns: 1fr; }
}


.site-header.minimal-header {
  justify-content: flex-start;
  padding-bottom: 0;
  border-bottom: none;
}

.intro-page-card {
  padding: 30px;
}

.intro-page-shell {
  gap: 34px;
}

.hero-layout.intro-hero {
  align-items: start;
}

.intro-copy {
  gap: 22px;
}

.quiz-intro-actions {
  max-width: 39rem;
}

.quiz-benefits {
  padding: 20px 22px;
  margin-top: 2px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(150,15,130,0.12);
  border-radius: 22px;
}

.intro-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.meta-pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(150,15,130,0.12);
  color: var(--primary-strong);
  font-weight: 700;
}

.intro-cta {
  max-width: 320px;
  text-align: center;
  justify-self: start;
}

.reassurance-line {
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.intro-visual-panel {
  min-height: 100%;
  align-content: center;
  background: linear-gradient(180deg, rgba(255,255,255,0.82), rgba(254,226,243,0.96));
}

@media (max-width: 700px) {
  .intro-page-card {
    padding: 18px;
  }

  .intro-cta {
    max-width: none;
  }

  .intro-meta {
    flex-direction: column;
  }
}






.home-flow {
  gap: 28px;
}

.hero-benefits-panel h2,
.section-heading-panel h2,
.final-cta-panel h2 {
  margin-bottom: 10px;
}

.hero-benefits-panel {
  display: grid;
  gap: 12px;
}

.hero-benefits-panel .quiz-benefits {
  padding: 0;
  margin-top: 0;
  background: transparent;
  border: none;
  border-radius: 0;
}

.section-heading-panel {
  display: grid;
  gap: 10px;
}

.example-result {
  display: grid;
  gap: 18px;
}

.final-cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(240px, 0.8fr);
  gap: 24px;
  align-items: center;
}

.final-cta-panel .intro-cta {
  max-width: none;
}

@media (max-width: 980px) {
  .final-cta-panel {
    grid-template-columns: 1fr;
  }
}

.hero-preview-layout {
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  align-items: start;
}

.hero-benefit-copy {
  display: grid;
  gap: 12px;
}

.hero-benefit-copy h2 {
  margin-bottom: 0;
}

.hero-benefits-list {
  margin-top: 0;
}

.hero-preview-panel {
  align-self: start;
}

.preview-stack-panel {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  padding: 16px 16px 14px;
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(254,226,243,0.96));
  overflow: hidden;
}

.preview-shimmer::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 -140px;
  width: 140px;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.48) 50%, transparent 100%);
  animation: previewSweep 5s linear infinite;
}

@keyframes previewSweep {
  from { transform: translateX(0); }
  to { transform: translateX(420px); }
}

.preview-answer-stack {
  gap: 12px;
}

.preview-choice {
  cursor: default;
  text-align: left;
  pointer-events: none;
  opacity: 0.85;
  transition: none;
}

.preview-choice.is-selected {
  background: linear-gradient(135deg, rgba(150,15,130,0.12), rgba(241,78,193,0.14));
  border-color: rgba(150,15,130,0.24);
  color: var(--primary-strong);
  font-weight: 700;
}

.preview-divider span {
  height: 1px;
  background: rgba(150,15,130,0.18);
  opacity: 0.4;
}

.preview-divider p {
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.75;
}

.preview-result-item {
  display: grid;
  gap: 6px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,0.74);
  border: 1px solid rgba(150,15,130,0.1);
  align-content: start;
}

.preview-result-primary {
  background: #abffe7;
  border-color: rgba(23,68,59,0.18);
  border-radius: 12px;
  padding: 14px;
  border-left: 4px solid rgba(23,68,59,0.22);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.22), 0 0 0 1px rgba(23,68,59,0.04);
}

.preview-caption {
  margin-top: 12px;
  text-align: center;
  font-size: 0.84rem;
  color: var(--ink-soft);
  opacity: 0.6;
}

.intro-cta-strong {
  max-width: 360px;
  padding: 22px 28px;
  font-size: 1.14rem;
  font-weight: 700;
  border-radius: 22px;
  box-shadow: 0 10px 25px rgba(150,15,130,0.25);
}

.hero-preview-panel {
  position: relative;
  align-self: start;
  padding-top: 0;
}

.preview-stack-panel {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  padding: 16px 16px 14px;
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(254,226,243,0.96));
  overflow: hidden;
}

.preview-stack-panel > * {
  position: relative;
  z-index: 1;
}

.preview-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 10px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #fee2f3;
  color: #960f82;
  opacity: 0.75;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.preview-label-block {
  display: grid;
  gap: 4px;
}

.preview-mode-label,
.preview-question-count {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #960f82;
  opacity: 0.55;
  font-weight: 700;
}

.preview-question-count {
  letter-spacing: 0.08em;
}

.preview-progress-shell {
  position: relative;
  height: 10px;
  background: rgba(150,15,130,0.08);
}

.preview-progress-fill {
  position: relative;
  background: linear-gradient(90deg, #b61c8e 0%, #f14ec1 25%, #ffffff 40%, #f14ec1 60%, #b61c8e 100%);
  background-size: 200% 100%;
  animation: shimmer 3s linear infinite;
}

.preview-progress-fill::after {
  content: "";
  position: absolute;
  top: 0;
  left: -40%;
  width: 40%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.8), transparent);
  animation: scan 2.5s linear infinite;
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

@keyframes scan {
  from {
    left: -40%;
  }
  to {
    left: 140%;
  }
}

.preview-choice {
  cursor: default;
  text-align: left;
  pointer-events: none;
  opacity: 0.85;
  transition: none;
  background: linear-gradient(to bottom, #f7eef6, #efe4ef);
}

.preview-choice.is-selected {
  background: linear-gradient(to bottom, #f7eef6, #efe4ef);
  border-color: rgba(150,15,130,0.24);
  color: var(--primary-strong);
  font-weight: 700;
}

.preview-divider span {
  height: 1px;
  background: rgba(150,15,130,0.18);
  opacity: 0.4;
}

.preview-divider p {
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.75;
}

.preview-result-primary {
  background: #abffe7;
  border-color: rgba(23,68,59,0.18);
  border-radius: 12px;
  padding: 14px;
  border-left: 4px solid rgba(23,68,59,0.22);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.22), 0 0 0 1px rgba(23,68,59,0.04);
}

.preview-caption {
  margin-top: 12px;
  text-align: center;
  font-size: 12px;
  color: var(--ink-soft);
  opacity: 0.6;
}

.hero-preview-layout {
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.86fr);
  align-items: start;
}

.hero-preview-panel {
  position: relative;
  align-self: start;
  padding-top: 0;
}

.preview-stack-panel {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  padding: 16px 16px 14px;
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(254,226,243,0.96));
  overflow: hidden;
}

.preview-block {
  display: grid;
  gap: 10px;
}

.quiz-preview-block {
  gap: 10px;
}

.preview-meta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.preview-question-count {
  color: var(--ink-soft);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
  opacity: 0.88;
}

.preview-percent {
  color: var(--ink-soft);
  font-size: 0.8rem;
  font-weight: 700;
}

.preview-progress-shell {
  position: relative;
  height: 8px;
  background: rgba(150,15,130,0.08);
  box-shadow: inset 0 1px 2px rgba(150,15,130,0.08);
}

.preview-progress-fill {
  position: relative;
  background: linear-gradient(90deg, #b61c8e 0%, #f14ec1 20%, #ffffff 34%, #ffd8f2 42%, #f14ec1 58%, #b61c8e 100%);
  background-size: 220% 100%;
  animation: shimmer 2.8s linear infinite; box-shadow: 0 0 10px rgba(241,78,193,0.14);
}

.preview-progress-fill::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255,255,255,0.35), transparent 70%);
}

.preview-progress-fill::after {
  content: "";
  position: absolute;
  top: 0;
  left: -40%;
  width: 40%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.92), rgba(255,255,255,0.28), transparent);
  animation: scan 2.6s linear infinite;
}

.preview-question {
  font-size: 0.98rem;
  line-height: 1.28;
  max-width: none;
}

.preview-answer-stack {
  gap: 8px;
}

.preview-choice,
.preview-choice.is-selected {
  min-height: 0;
  padding: 8px 12px;
  border-radius: 14px;
  font-size: 0.9rem;
  line-height: 1.2;
  cursor: pointer;
  text-align: left;
  pointer-events: auto;
  opacity: 0.92;
  transition: transform 140ms ease, border-color 140ms ease, background 140ms ease;
  background: linear-gradient(to bottom, #f7eef6, #efe4ef);
  box-shadow: none;
}

.preview-divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
}

.preview-divider p {
  color: var(--ink-soft);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.7;
}

.result-preview-block {
  gap: 10px;
}

.result-preview-block .preview-result-item {
  min-height: 138px;
  display: grid;
  gap: 6px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,0.74);
  border: 1px solid rgba(150,15,130,0.1);
  align-content: start;
}

.preview-result-item .issue-name {
  font-size: 0.9rem;
}

.preview-result-primary {
  background: #abffe7;
  border-color: rgba(23,68,59,0.18);
  border-radius: 12px;
  padding: 14px;
  border-left: 4px solid rgba(23,68,59,0.22);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.22), 0 0 0 1px rgba(23,68,59,0.04);
}



.preview-choice:hover {
  transform: translateY(-1px);
  border-color: rgba(150,15,130,0.22);
}

.preview-choice:focus-visible {
  outline: 2px solid rgba(241,78,193,0.28);
  outline-offset: 2px;
}

.preview-choice.is-selected {
  border-color: rgba(150,15,130,0.14);
  color: var(--ink);
  font-weight: 600;
}



.sample-helper {
  margin-top: 2px;
  font-size: 0.84rem;
  color: var(--primary-strong);
  opacity: 0.82;
  font-weight: 600;
  text-align: center;
}

.preview-result-item {
  gap: 6px;
}

.preview-result-primary {
  background: #abffe7;
  border-color: rgba(23,68,59,0.18);
  border-radius: 12px;
  padding: 14px;
  border-left: 4px solid rgba(23,68,59,0.22);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.22), 0 0 0 1px rgba(23,68,59,0.04);
}

.preview-result-summary,
.preview-result-fix {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.45;
  color: var(--ink-soft);
}

.preview-result-fix strong {
  color: var(--primary-strong);
}

.preview-result-summary,
.preview-result-fix {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.preview-result-summary {
  -webkit-line-clamp: 3;
}

.preview-result-fix {
  -webkit-line-clamp: 2;
}













.hero-eyebrow {
  font-size: 0.88rem;
}

.cta-reassurance {
  width: 100%;
  text-align: center;
  margin-top: 4px;
}

.hero-how-panel {
  margin-top: 10px;
}

.home-steps-section {
  margin-top: -8px;
}

.hero-actions {
  justify-items: start;
}

.cta-reassurance {
  width: auto;
  justify-self: center;
  text-align: center;
  margin-top: 2px;
}

.hero-copy {
  height: 100%;
}

.hero-how-panel {
  margin-top: auto;
}

.hero-preview-panel,
.hero-preview-panel .preview-stack-panel {
  height: 100%;
}


.quiz-intro-actions .intro-cta-strong,
.quiz-intro-actions .cta-reassurance {
  width: min(100%, 360px);
}

.quiz-intro-actions .cta-reassurance {
  justify-self: start;
  text-align: center;
}


.sample-kicker {
  margin: 6px 0 2px;
  color: var(--ink-soft);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.72;
}

.preview-card-glow {
  position: absolute;
  inset: 18px -16px -12px -16px;
  background: radial-gradient(circle, rgba(241,78,193,0.12) 0%, rgba(241,78,193,0.04) 42%, transparent 72%);
  pointer-events: none;
  z-index: 0;
}

.hero-preview-panel {
  position: relative;
}

.hero-preview-panel .preview-stack-panel {
  position: relative;
  z-index: 1;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.hero-preview-panel:hover .preview-stack-panel {
  transform: translateY(-2px);
  box-shadow: 0 20px 38px rgba(150,15,130,0.12);
}

.preview-progress-fill {
  background-size: 240% 100%;
}

.preview-progress-fill::before {
  background: linear-gradient(180deg, rgba(255,255,255,0.48), rgba(255,255,255,0.08) 72%);
}

.preview-progress-fill::after {
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.98), rgba(255,255,255,0.35), transparent);
}

.quiz-intro-actions .cta-reassurance {
  justify-self: center;
}



.quiz-intro-actions .cta-reassurance {
  width: 100%;
  max-width: 360px;
  margin-left: 0;
  margin-right: 0;
  justify-self: start;
  text-align: center;
}

.sample-kicker {
  margin: 12px 0 4px;
}

.preview-result-summary {
  -webkit-line-clamp: 2;
}

.preview-result-fix {
  display: none;
}

.preview-stack-panel {
  gap: 18px;
  padding: 20px 18px 18px;
}

.quiz-preview-block,
.result-preview-block {
  gap: 14px;
}

.preview-meta-row {
  margin-top: 2px;
}

.preview-answer-stack {
  gap: 10px;
}

.sample-helper {
  margin-top: 6px;
}

.preview-result-item {
  gap: 8px;
  padding: 14px 16px;
}

.result-preview-block .preview-result-item {
  min-height: 148px;
}
