/* Start Succession — v6 stylesheet (hero overhaul + CEPA vocab + designer overhaul) */

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

:root {
  --navy: #0f1a2e; --navy-light: #162038; --slate: #1e293b; --slate-light: #334155;
  --gold: #d4a017; --gold-light: #e8b930; --gold-dark: #b8860b;
  --white: #f8fafc; --gray-100: #f1f5f9; --gray-300: #cbd5e1; --gray-400: #94a3b8; --gray-500: #64748b;
  --red-muted: #ef4444; --green-muted: #22c55e; --amber-muted: #f59e0b;
  --font-serif: 'Fraunces', 'Iowan Old Style', Charter, Georgia, serif;
  --font-sans:  'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --max-width: 1120px;
}

html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--font-sans); background: var(--navy); color: var(--gray-300); line-height: 1.7; -webkit-font-smoothing: antialiased; }

.container { max-width: var(--max-width); margin: 0 auto; padding: 0 1.5rem; }

section { padding: 3rem 0; }
.hero { padding: 8rem 0 2.5rem; }
#problem { padding: 3.5rem 0 2.25rem; }
#solution { padding: 2.25rem 0; }
#fit { padding: 2.25rem 0; }
#pricing { padding: 2.25rem 0; }
#process-demo { padding: 2rem 0 2.5rem; scroll-margin-top: 96px; }
#sample { padding: 2.5rem 0 2.5rem; scroll-margin-top: 96px; }

h1, h2 { font-family: var(--font-serif); font-weight: 600; color: var(--white); letter-spacing: -0.015em; }
h3, h4 { font-family: var(--font-sans); font-weight: 700; color: var(--white); line-height: 1.3; }
h2 { font-size: 2.5rem; line-height: 1.15; margin-bottom: 1.5rem; }
h3 { font-size: 1.25rem; margin-bottom: 0.75rem; }
h4 { font-size: 1rem; margin-bottom: 0.5rem; }

.section-label { display: inline-block; font-size: 0.98rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; }
.subhead { font-size: 1.25rem; color: var(--gray-400); max-width: 900px; line-height: 1.6; }

.btn { display: inline-block; padding: 0.875rem 2rem; border-radius: 6px; font-size: 1rem; font-weight: 600; font-family: var(--font-sans); text-decoration: none; cursor: pointer; transition: all 0.2s ease; border: none; }
.btn-primary { background: var(--gold); color: var(--navy); }
.btn-primary:hover { background: var(--gold-light); transform: translateY(-1px); box-shadow: 0 4px 16px rgba(212, 160, 23, 0.3); }
.btn-secondary { background: transparent; color: var(--white); border: 1px solid rgba(255, 255, 255, 0.25); }
.btn-secondary:hover { background: rgba(255, 255, 255, 0.05); border-color: rgba(255, 255, 255, 0.4); }

nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(15, 26, 46, 0.92); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(255, 255, 255, 0.04); padding: 1rem 0; }
nav .container { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.logo { font-size: 1.05rem; font-weight: 600; color: var(--white); text-decoration: none; letter-spacing: 0.12em; font-family: var(--font-sans); }
.logo span { color: var(--gold); }
.nav-right { display: flex; align-items: center; gap: 1.25rem; }
.cobrand { height: 28px; width: auto; opacity: 0.8; display: block; }
nav .btn { padding: 0.5rem 1.25rem; font-size: 0.85rem; }
@media (max-width: 640px) { .cobrand { display: none; } }

/* === HERO === */
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 4rem; align-items: center; }
.hero-text { min-width: 0; max-width: 760px; }
.hero-label { margin-bottom: 1.25rem; }
.hero h1 { font-size: clamp(3.4rem, 5vw, 5rem); line-height: 0.98; margin-bottom: 1.35rem; max-width: 760px; }
.hero .subhead { font-size: 1.1rem; color: var(--gray-300); max-width: 680px; margin: 0; }
.hero-qualifier { margin-top: 1.5rem; font-size: 0.85rem; color: var(--gray-400); max-width: 100%; }
.hero-actions { margin-top: 1.5rem; }
.hero-secondary-link { color: var(--gray-300); font-weight: 800; text-decoration: none; border-bottom: 1px solid rgba(212, 160, 23, 0.65); padding-bottom: 0.3rem; }
.hero-secondary-link:hover { color: var(--white); border-bottom-color: var(--gold); }

.diagnostic-card {
  background: #f7efe1;
  color: #101827;
  border: 1px solid #d8c7a8;
  border-radius: 10px;
  box-shadow: 0 24px 70px -28px rgba(0, 0, 0, 0.72);
  padding: 1rem;
}

.diagnostic-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid #dccdb7;
  padding-bottom: 0.8rem;
  margin-bottom: 0.8rem;
}

.diagnostic-card-header span {
  display: block;
  color: #7b6a51;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 0.18rem;
}

.diagnostic-card-header strong {
  display: block;
  color: #101827;
  font-family: var(--font-serif);
  font-size: 1.35rem;
  line-height: 1.1;
}

.diagnostic-card-header em {
  flex: 0 0 auto;
  border: 1px solid #d4a017;
  border-radius: 999px;
  color: #6b4b00;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  padding: 0.55rem 0.7rem;
}

.diagnostic-finding {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.8rem;
  align-items: center;
  border-bottom: 1px solid #e2d5c1;
  padding: 0.8rem 0;
}

.diagnostic-finding b {
  display: block;
  color: #111827;
  font-size: 0.9rem;
  line-height: 1.25;
  margin-bottom: 0.22rem;
}

.diagnostic-finding p {
  color: #5f6673;
  font-size: 0.78rem;
  line-height: 1.45;
}

.diagnostic-finding span {
  border: 1px solid #f4b5a9;
  border-radius: 999px;
  background: #fff0eb;
  color: #9f2f1f;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1;
  padding: 0.5rem 0.65rem;
  white-space: nowrap;
}

.diagnostic-summary {
  margin-top: 0.85rem;
  padding: 0.75rem;
  border: 1px solid #e2c690;
  border-radius: 8px;
  background: #fffaf1;
  color: #4b5563;
  font-size: 0.78rem;
  line-height: 1.5;
}

.diagnostic-summary strong { color: #111827; }

/* Artifact column: HTML-rendered SOP card (always sharp, no image scaling) */
.hero-artifact {
  position: relative;
  max-width: 460px;
  margin-left: auto;
}

.sop-card {
  background: #ffffff;
  color: #1a2538;
  border-radius: 4px;
  box-shadow:
    0 20px 50px -20px rgba(0, 0, 0, 0.6),
    0 0 0 1px rgba(212, 160, 23, 0.25);
  font-family: var(--font-sans);
  overflow: hidden;
}

.sop-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.65rem 0.9rem 0.55rem;
  border-bottom: 1px solid #d8dde5;
  gap: 0.75rem;
}

.sop-card-org {
  font-size: 0.55rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a93a3;
  font-weight: 500;
  line-height: 1.3;
}

.sop-card-brand {
  font-size: 0.55rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2860c8;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
}

.sop-card-body {
  padding: 0.8rem 0.9rem 0.85rem;
}

.sop-card-tag {
  font-size: 0.55rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2860c8;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.sop-card-title {
  font-family: var(--font-sans);
  font-size: 0.95rem;
  font-weight: 700;
  color: #1a2538;
  line-height: 1.2;
  margin-bottom: 0.7rem;
  letter-spacing: -0.01em;
}

.sop-card-meta {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid #e2e6ee;
  border-radius: 3px;
  margin-bottom: 0.7rem;
  overflow: hidden;
}

.sop-meta-cell {
  padding: 0.35rem 0.45rem;
  border-right: 1px solid #e2e6ee;
  background: #fbfcfd;
}

.sop-meta-cell:last-child { border-right: none; }

.sop-meta-label {
  font-size: 0.45rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8a93a3;
  font-weight: 600;
  margin-bottom: 0.1rem;
}

.sop-meta-value {
  font-size: 0.6rem;
  color: #1a2538;
  font-weight: 600;
  line-height: 1.3;
}

.sop-card-section { margin-top: 0.65rem; }

.sop-card-section-head {
  font-size: 0.55rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2860c8;
  font-weight: 700;
  padding-bottom: 0.22rem;
  border-bottom: 1px solid #e2e6ee;
  margin-bottom: 0.4rem;
}

.sop-card-section-body {
  font-size: 0.64rem;
  color: #4a5568;
  line-height: 1.45;
  margin: 0;
}

/* Procedure step list */
.sop-card-steps {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sop-card-steps li {
  display: flex;
  gap: 0.45rem;
  align-items: flex-start;
  margin-bottom: 0.4rem;
}

.sop-card-steps li:last-child { margin-bottom: 0; }

.sop-step-num {
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #2860c8;
  color: #ffffff;
  font-size: 0.55rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.05rem;
}

.sop-step-body { flex: 1; min-width: 0; }

.sop-step-title {
  font-size: 0.62rem;
  font-weight: 700;
  color: #1a2538;
  line-height: 1.3;
}

.sop-step-detail {
  font-size: 0.6rem;
  color: #4a5568;
  line-height: 1.4;
  margin-top: 0.05rem;
}

/* Owner's tip callout */
.sop-card-tip {
  margin-top: 0.55rem;
  padding: 0.4rem 0.55rem;
  background: #fdf8e6;
  border-left: 2px solid #d4a017;
  border-radius: 2px;
  font-size: 0.58rem;
  color: #4a5568;
  line-height: 1.45;
}

.sop-tip-label {
  color: #1a2538;
  font-weight: 700;
}

/* Troubleshooting table */
.sop-card-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.58rem;
}

.sop-card-table th {
  text-align: left;
  font-weight: 700;
  color: #8a93a3;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.5rem;
  padding: 0.25rem 0.35rem;
  border-bottom: 1px solid #e2e6ee;
}

.sop-card-table td {
  padding: 0.3rem 0.35rem;
  border-bottom: 1px solid #f0f3f7;
  color: #4a5568;
  line-height: 1.3;
}

.sop-card-table tr:last-child td { border-bottom: none; }

.sop-card-table td:first-child {
  color: #1a2538;
  font-weight: 600;
}

/* Common-mistakes bullets */
.sop-card-bullets {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sop-card-bullets li {
  position: relative;
  padding-left: 0.8rem;
  font-size: 0.62rem;
  color: #4a5568;
  line-height: 1.45;
  margin-bottom: 0.3rem;
}

.sop-card-bullets li:last-child { margin-bottom: 0; }

.sop-card-bullets li::before {
  content: '\2022';
  position: absolute;
  left: 0.15rem;
  top: 0;
  color: #2860c8;
  font-weight: 700;
}

.sop-card-bullets strong { color: #1a2538; font-weight: 700; }

/* Footer "more sections" hint */
.sop-card-footer {
  margin-top: 0.8rem;
  padding-top: 0.4rem;
  border-top: 1px solid #e2e6ee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.5rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8a93a3;
  font-weight: 600;
  gap: 0.5rem;
}

.sop-card-footer span:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sop-page {
  color: #2860c8;
  flex-shrink: 0;
}

@media (max-width: 640px) {
  .sop-card-meta { grid-template-columns: repeat(2, 1fr); }
  .sop-meta-cell:nth-child(2) { border-right: none; }
  .sop-meta-cell:nth-child(1), .sop-meta-cell:nth-child(2) { border-bottom: 1px solid #e2e6ee; }
  .sop-card-header { align-items: flex-start; }
  .sop-card-brand { white-space: normal; text-align: right; }
  .sop-meta-value { overflow-wrap: anywhere; }
}

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 2rem; }
  .diagnostic-card { max-width: 460px; }
  .hero h1 { font-size: 2.75rem; max-width: 100%; }
  .hero .subhead { max-width: 100%; }
  .hero-qualifier { max-width: 100%; }
}

.vignettes { margin-top: 3rem; display: flex; flex-direction: column; }
.vignette { display: grid; grid-template-columns: 80px 1fr; gap: 1.5rem; padding: 1.75rem 0; border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
.vignette:last-child { border-bottom: none; }
.vignette-num { font-family: var(--font-serif); font-weight: 500; font-size: 2rem; color: rgba(255, 255, 255, 0.35); line-height: 1; letter-spacing: -0.02em; }
.vignette-body h3 { font-size: 1.1rem; margin-bottom: 0.5rem; }
.vignette-body p { font-size: 0.95rem; color: var(--gray-300); max-width: 760px; line-height: 1.65; }
@media (max-width: 640px) { .vignette { grid-template-columns: 56px 1fr; gap: 1rem; padding: 1.25rem 0; } .vignette-num { font-size: 1.5rem; } }

.fit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.5rem;
}

.fit-card {
  min-width: 0;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.fit-card h3 {
  margin-bottom: 0.75rem;
  font-size: 1rem;
}

.fit-card p {
  color: var(--gray-300);
  font-size: 0.92rem;
  line-height: 1.55;
  margin-bottom: 0;
}

@media (max-width: 980px) { .fit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .fit-grid { grid-template-columns: 1fr; } }

.solution-body { margin: 1.5rem 0 0; max-width: 880px; }
.solution-body p { font-size: 1.1rem; color: var(--gray-300); margin-bottom: 1.25rem; line-height: 1.75; }
.solution-body p:last-child { margin-bottom: 0; }
.pullquote { font-family: var(--font-serif); font-style: italic; font-weight: 500; font-size: 2rem; line-height: 1.3; color: var(--white); margin: 3.5rem 0 0; padding-left: 1.5rem; border-left: 2px solid var(--gold); max-width: 880px; }
.pullquote span { color: var(--gold); }
@media (max-width: 768px) { .pullquote { font-size: 1.5rem; padding-left: 1rem; } }

.process-demo {
  background: linear-gradient(180deg, rgba(22, 32, 56, 0.45) 0%, rgba(15, 26, 46, 0) 100%);
}

.process-player {
  width: min(100%, 960px);
  margin: 1.5rem auto 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.process-player-top {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
  align-items: flex-start;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.process-player-top h3 {
  margin: 0;
  font-size: 1.1rem;
}

.process-player-step {
  flex: 0 0 auto;
  padding: 0.35rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: var(--gray-300);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.process-stage {
  position: relative;
  min-height: 560px;
  padding: 0;
}

.process-stage-copy {
  position: absolute;
  z-index: 20;
  left: 2rem;
  top: 2rem;
  width: min(340px, calc(100% - 4rem));
  pointer-events: none;
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.process-stage-copy .demo-kicker {
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.55rem;
}

.process-stage-copy h3 {
  max-width: 330px;
  color: var(--white);
  font-size: 1.22rem;
  line-height: 1.28;
  margin-bottom: 0.5rem;
}

.process-stage-copy p {
  max-width: 320px;
  color: var(--gray-300);
  font-size: 0.86rem;
  line-height: 1.55;
}

.process-cinema {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(212, 160, 23, 0.28);
  border-radius: 8px;
  background:
    radial-gradient(circle at 20% 18%, rgba(212, 160, 23, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent 36%),
    rgba(15, 23, 42, 0.92);
  overflow: hidden;
  box-shadow: 0 22px 60px -38px rgba(0, 0, 0, 0.9);
}

.process-cinema::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background:
    linear-gradient(90deg, rgba(15, 23, 42, 0.8), rgba(15, 23, 42, 0.18) 34%, transparent 62%),
    linear-gradient(0deg, rgba(15, 23, 42, 0.52), transparent 46%);
  pointer-events: none;
}

.cinema-surface {
  position: absolute;
  inset: auto;
  width: min(58%, 520px);
  min-height: 390px;
  border-radius: 8px;
  background: #ffffff;
  color: #1a2538;
  opacity: 0;
  transform: translate(18%, 12%) scale(0.88);
  pointer-events: none;
  overflow: hidden;
  box-shadow:
    0 26px 70px -34px rgba(0, 0, 0, 0.9),
    0 0 0 1px rgba(212, 160, 23, 0.22);
  transition: opacity 0.48s ease, transform 0.48s ease;
}

.prep-surface,
.guide-surface,
.interview-surface,
.evidence-surface {
  top: 4.5rem;
  right: 2rem;
}

.output-surface,
.package-surface {
  top: 4.5rem;
  right: 2rem;
  width: min(64%, 560px);
}

.process-stage[data-step="0"] .prep-surface,
.process-stage[data-step="1"] .guide-surface,
.process-stage[data-step="2"] .interview-surface,
.process-stage[data-step="3"] .evidence-surface,
.process-stage[data-step="4"] .output-surface,
.process-stage[data-step="5"] .package-surface {
  z-index: 10;
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.process-stage[data-step="1"] .prep-surface,
.process-stage[data-step="2"] .guide-surface,
.process-stage[data-step="3"] .interview-surface,
.process-stage[data-step="4"] .evidence-surface,
.process-stage[data-step="5"] .output-surface {
  opacity: 0.1;
  transform: translate(-40%, 10%) scale(0.68);
  filter: saturate(0.72) blur(0.2px);
}

.process-stage[data-step="1"] .prep-surface {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: saturate(1.04) brightness(1.08);
}

.process-stage[data-step="2"] .interview-surface {
  inset: 0;
  width: auto;
  min-height: 0;
  border-radius: 0;
  background: #0b1220;
  box-shadow: none;
  overflow: hidden;
}

.process-stage[data-step="3"] .evidence-surface {
  inset: 0;
  width: auto;
  min-height: 0;
  border-radius: 0;
  background: #0b1220;
  box-shadow: none;
  overflow: hidden;
}

.process-stage[data-step="4"] .output-surface {
  inset: 0;
  width: auto;
  min-height: 0;
  border-radius: 0;
  background: #0b1220;
  box-shadow: none;
  overflow: hidden;
}

.process-stage[data-step="5"] .package-surface {
  inset: 0;
  width: auto;
  min-height: 0;
  border-radius: 0;
  background: #0b1220;
  box-shadow: none;
  overflow: hidden;
}

.process-stage[data-step="4"] .output-surface,
.process-stage[data-step="5"] .package-surface {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.process-stage[data-step="5"] .output-surface {
  opacity: 0.11;
  transform: translate(-43%, 11%) scale(0.64);
  filter: saturate(0.72) blur(0.2px);
}

.process-stage[data-step="4"] .output-surface,
.process-stage[data-step="5"] .package-surface {
  background: transparent;
  box-shadow: none;
}

.process-stage[data-step="5"] .package-spread {
  min-height: 100%;
}

.prep-surface {
  inset: 0;
  width: auto;
  min-height: 0;
  border-radius: 0;
  background: #0b1220;
  box-shadow: none;
}

.stage-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.stage-photo-shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(7, 12, 22, 0.92), rgba(7, 12, 22, 0.48) 36%, rgba(7, 12, 22, 0.06) 78%),
    linear-gradient(0deg, rgba(7, 12, 22, 0.72), transparent 62%);
}

.process-stage[data-step="1"] .stage-photo-shade {
  background:
    linear-gradient(90deg, rgba(7, 12, 22, 0.64), rgba(7, 12, 22, 0.24) 34%, rgba(7, 12, 22, 0.02) 78%),
    linear-gradient(0deg, rgba(7, 12, 22, 0.32), transparent 58%);
}

.interview-photo-shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(7, 12, 22, 0.82), rgba(7, 12, 22, 0.45) 33%, rgba(7, 12, 22, 0.05) 72%),
    linear-gradient(0deg, rgba(7, 12, 22, 0.68), transparent 62%);
}

.analysis-photo-shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(7, 12, 22, 0.9), rgba(7, 12, 22, 0.52) 42%, rgba(7, 12, 22, 0.12) 78%),
    radial-gradient(circle at 66% 42%, rgba(40, 96, 200, 0.28), transparent 34%),
    linear-gradient(0deg, rgba(7, 12, 22, 0.76), transparent 60%);
}

.output-photo-shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(7, 12, 22, 0.9), rgba(7, 12, 22, 0.54) 38%, rgba(7, 12, 22, 0.12) 78%),
    radial-gradient(circle at 70% 42%, rgba(255, 211, 77, 0.22), transparent 34%),
    linear-gradient(0deg, rgba(7, 12, 22, 0.76), transparent 58%);
}

.handover-photo-shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(7, 12, 22, 0.88), rgba(7, 12, 22, 0.48) 38%, rgba(7, 12, 22, 0.06) 78%),
    linear-gradient(0deg, rgba(7, 12, 22, 0.7), transparent 62%);
}

.prep-console {
  position: absolute;
  z-index: 30;
  left: 2.6rem;
  right: 1.6rem;
  bottom: 2.15rem;
  padding: 0.75rem 0.95rem 0.8rem;
  border-left: 0;
  background: rgba(3, 7, 18, 0.88);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.85);
}

.process-stage:not([data-step="0"]) .prep-console {
  opacity: 0;
}

.prep-console-bar {
  display: none;
}

.prep-console-bar span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
}

.prep-console-line {
  overflow: hidden;
  white-space: normal;
  color: #ffffff;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1.6;
  text-overflow: clip;
  text-shadow: 0 2px 10px #000000, 0 0 18px rgba(0, 0, 0, 0.95);
}

.prep-console-line::before {
  content: "> ";
  color: #ffe27a;
}

.prep-console-line strong {
  color: #ffe27a;
  font-weight: 900;
  margin-right: 0.45rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.prep-console-output {
  display: grid;
  gap: 0.38rem;
  margin-top: 0.7rem;
}

.prep-console-output span {
  display: block;
  padding: 0;
  color: #f8fafc;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 0.84rem;
  font-weight: 900;
  line-height: 1.3;
  text-shadow: 0 2px 10px #000000, 0 0 18px rgba(0, 0, 0, 0.95);
}

.prep-console-output span::before {
  content: "PROFILE DATA // ";
  color: #ffe27a;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
}

.interview-console {
  position: absolute;
  z-index: 30;
  left: 2.6rem;
  right: 36%;
  bottom: 2.15rem;
  padding: 0.8rem 0.95rem 0.85rem;
  border-left: 0;
  background: rgba(3, 7, 18, 0.88);
  color: #f8fafc;
  text-shadow: 0 2px 10px #000000, 0 0 18px rgba(0, 0, 0, 0.95);
}

.prep-console-line,
.prep-console-output span,
.interview-console-line,
.interview-dialogue p {
  color: #ffffff;
  opacity: 1;
  text-shadow: 0 2px 10px #000000, 0 0 18px rgba(0, 0, 0, 0.95);
}

.prep-console-line strong,
.prep-console-output span::before,
.interview-console-line strong,
.interview-dialogue span {
  color: #ffe27a;
  opacity: 1;
}

.interview-console-line,
.interview-dialogue p {
  margin: 0;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}

.interview-console-line {
  color: #ffffff;
  font-size: 0.84rem;
  font-weight: 900;
  line-height: 1.5;
  text-shadow: 0 2px 10px #000000, 0 0 18px rgba(0, 0, 0, 0.95);
}

.interview-console-line::before {
  content: "> ";
  color: #ffe27a;
}

.interview-console-line strong {
  color: #ffe27a;
  font-weight: 900;
  margin-right: 0.45rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.interview-dialogue {
  display: grid;
  gap: 0.46rem;
  margin-top: 0.8rem;
}

.interview-dialogue p {
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.38;
  text-shadow: 0 2px 10px #000000, 0 0 18px rgba(0, 0, 0, 0.95);
}

.interview-dialogue span {
  color: #ffe27a;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.analysis-console {
  position: absolute;
  z-index: 30;
  left: 2.6rem;
  right: 2.6rem;
  bottom: 2.15rem;
  padding: 0.8rem 0.95rem 0.9rem;
  border-left: 0;
  background: rgba(3, 7, 18, 0.88);
  color: #ffffff;
  text-shadow: 0 2px 10px #000000, 0 0 18px rgba(0, 0, 0, 0.95);
}

.analysis-console-line,
.analysis-transcript p,
.analysis-tags span {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}

.analysis-console-line {
  color: #ffffff;
  font-size: 0.84rem;
  font-weight: 900;
  line-height: 1.5;
}

.analysis-console-line::before {
  content: "> ";
  color: #ffe27a;
}

.analysis-console-line strong {
  color: #ffe27a;
  font-weight: 900;
  margin-right: 0.45rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.analysis-workbench {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(220px, 0.75fr);
  gap: 1rem;
  margin-top: 0.82rem;
}

.analysis-transcript {
  display: grid;
  gap: 0.48rem;
}

.analysis-transcript p {
  margin: 0;
  color: #ffffff;
  font-size: 0.84rem;
  font-weight: 900;
  line-height: 1.38;
}

.analysis-transcript span {
  color: #ffe27a;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.analysis-tags {
  display: flex;
  flex-wrap: wrap;
  align-content: start;
  gap: 0.48rem;
}

.analysis-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0.22rem 0.5rem;
  border: 1px solid rgba(255, 211, 77, 0.44);
  border-radius: 999px;
  background: rgba(255, 211, 77, 0.12);
  color: #ffe27a;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.output-console {
  position: absolute;
  z-index: 30;
  left: 2.6rem;
  right: 52%;
  bottom: 2.15rem;
  padding: 0.8rem 0.95rem 0.9rem;
  border-left: 0;
  background: rgba(3, 7, 18, 0.88);
  color: #ffffff;
  text-shadow: 0 2px 10px #000000, 0 0 18px rgba(0, 0, 0, 0.95);
}

.output-console-line,
.output-console-feed span {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}

.output-console-line {
  color: #ffffff;
  font-size: 0.84rem;
  font-weight: 900;
  line-height: 1.5;
}

.output-console-line::before {
  content: "> ";
  color: #ffe27a;
}

.output-console-line strong {
  color: #ffe27a;
  font-weight: 900;
  margin-right: 0.45rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.output-console-feed {
  display: grid;
  gap: 0.48rem;
  margin-top: 0.82rem;
}

.output-console-feed span {
  color: #ffffff;
  font-size: 0.84rem;
  font-weight: 900;
  line-height: 1.38;
}

.output-console-feed span::before {
  content: "CREATED // ";
  color: #ffe27a;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
}

.handover-console {
  position: absolute;
  z-index: 30;
  left: 2.6rem;
  right: 50%;
  bottom: 2.15rem;
  padding: 0.8rem 0.95rem 0.95rem;
  border-left: 0;
  background: rgba(3, 7, 18, 0.88);
  color: #ffffff;
  text-shadow: 0 2px 10px #000000, 0 0 18px rgba(0, 0, 0, 0.95);
}

.handover-console-line,
.handover-package-list span {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}

.handover-console-line {
  color: #ffffff;
  font-size: 0.84rem;
  font-weight: 900;
  line-height: 1.5;
}

.handover-console-line::before {
  content: "> ";
  color: #ffe27a;
}

.handover-console-line strong {
  color: #ffe27a;
  font-weight: 900;
  margin-right: 0.45rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.handover-package-list {
  display: grid;
  gap: 0.48rem;
  margin-top: 0.82rem;
}

.handover-package-list span {
  color: #ffffff;
  font-size: 0.84rem;
  font-weight: 900;
  line-height: 1.38;
}

.handover-package-list span::before {
  content: "INCLUDED // ";
  color: #ffe27a;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
}

.handover-console .package-inspect-link {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin: 0.9rem 0 0;
  padding: 0.42rem 0.68rem;
  border-left: 2px solid #ffd34d;
  border-radius: 3px;
  background: rgba(255, 211, 77, 0.14);
  color: #ffffff;
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
  text-shadow: none;
}

.prep-console-line,
.prep-console-output span,
.interview-console-line,
.interview-dialogue p,
.analysis-console-line,
.analysis-transcript p,
.output-console-line,
.output-console-feed span,
.handover-console-line,
.handover-package-list span {
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-shadow: 0 1px 2px #000000, 0 0 1px #000000;
}

.prep-console-line strong,
.prep-console-line::before,
.prep-console-output span::before,
.interview-console-line strong,
.interview-console-line::before,
.interview-dialogue span,
.analysis-console-line strong,
.analysis-console-line::before,
.analysis-transcript span,
.output-console-line strong,
.output-console-line::before,
.output-console-feed span::before,
.handover-console-line strong,
.handover-console-line::before,
.handover-package-list span::before {
  color: #ffe27a;
  text-shadow: none;
}

.prep-console,
.interview-console,
.analysis-console,
.output-console,
.handover-console {
  background: rgba(2, 6, 23, 0.98);
  text-shadow: none;
}

.prep-console::after,
.interview-console::after,
.analysis-console::after,
.output-console::after,
.handover-console::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--gold);
  pointer-events: none;
  transform-origin: top;
}

.prep-console-line,
.prep-console-output span,
.interview-console-line,
.interview-dialogue p,
.analysis-console-line,
.analysis-transcript p,
.output-console-line,
.output-console-feed span,
.handover-console-line,
.handover-package-list span {
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 800;
  opacity: 1;
  filter: none;
  text-shadow: none;
}

.prep-console-line::before,
.prep-console-line strong,
.prep-console-output span::before,
.interview-console-line::before,
.interview-console-line strong,
.interview-dialogue span,
.analysis-console-line::before,
.analysis-console-line strong,
.analysis-transcript span,
.analysis-tags span,
.output-console-line::before,
.output-console-line strong,
.output-console-feed span::before,
.handover-console-line::before,
.handover-console-line strong,
.handover-package-list span::before {
  color: var(--gold);
  opacity: 1;
  filter: none;
  text-shadow: none;
}

.process-stage[data-step="1"] .guide-sheet div,
.process-stage[data-step="2"] .call-strip div,
.process-stage[data-step="2"] .transcript-window p,
.process-stage[data-step="4"] .output-workbench .sop-card,
.process-stage[data-step="4"] .output-workbench .flow-card,
.process-stage[data-step="4"] .output-opportunity-strip,
.process-stage[data-step="5"] .package-spread-header,
.process-stage[data-step="5"] .package-doc,
.process-stage[data-step="5"] .package-spread .package-inspect-link {
  animation: processItemReveal 0.42s ease both;
}

.process-stage[data-step="1"] .guide-surface {
  animation: clipboardEnter 0.86s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.process-stage[data-step="1"] .guide-paper-header,
.process-stage[data-step="1"] .guide-meta {
  animation: processItemReveal 0.46s ease both;
}

.process-stage[data-step="1"] .guide-meta {
  animation-delay: 0.16s;
}

.process-stage[data-step="1"] .guide-sheet div {
  animation: guideQuestionWrite 0.7s ease both;
}

.process-stage[data-step="1"] .guide-sheet div:nth-child(2),
.process-stage[data-step="2"] .call-strip div:nth-child(2),
.process-stage[data-step="2"] .transcript-window p:nth-child(2),
.process-stage[data-step="3"] .tag-pane span:nth-child(2),
.process-stage[data-step="4"] .output-workbench .flow-card,
.process-stage[data-step="5"] .package-doc:nth-child(2) {
  animation-delay: 0.08s;
}

.process-stage[data-step="1"] .guide-sheet div:nth-child(3),
.process-stage[data-step="2"] .call-strip div:nth-child(3),
.process-stage[data-step="2"] .transcript-window p:nth-child(3),
.process-stage[data-step="3"] .tag-pane span:nth-child(3),
.process-stage[data-step="4"] .output-opportunity-strip,
.process-stage[data-step="5"] .package-doc:nth-child(3) {
  animation-delay: 0.16s;
}

.process-stage[data-step="1"] .guide-sheet div:nth-child(4),
.process-stage[data-step="3"] .tag-pane span:nth-child(4),
.process-stage[data-step="5"] .package-spread .package-inspect-link {
  animation-delay: 0.24s;
}

.process-stage[data-step="1"] .guide-sheet div:nth-child(1) {
  animation-delay: 0.65s;
}

.process-stage[data-step="1"] .guide-sheet div:nth-child(2) {
  animation-delay: 1.15s;
}

.process-stage[data-step="1"] .guide-sheet div:nth-child(3) {
  animation-delay: 1.65s;
}

.process-stage[data-step="1"] .guide-sheet div:nth-child(4) {
  animation-delay: 2.15s;
}

.process-stage[data-step="0"].process-stage-start-sequence .process-stage-copy {
  transform: translateY(-8px);
}

.process-stage[data-step="0"] .prep-console-output span:nth-child(2) {
  animation-delay: 0s;
}

.process-stage[data-step="0"] .prep-console-output span:nth-child(3) {
  animation-delay: 0s;
}

.process-stage[data-step="0"].process-stage-start-sequence .process-stage-copy {
  animation: prepCopyFadeIn 0.9s ease 0.45s both;
}

.process-stage[data-step="0"].process-stage-start-sequence .prep-console-line-profile {
  animation: terminalSlideIn 0.95s cubic-bezier(0.16, 1, 0.3, 1) 1.15s both;
}

.process-stage[data-step="0"].process-stage-start-sequence .prep-console-output span:nth-child(1) {
  animation: terminalSlideIn 0.95s cubic-bezier(0.16, 1, 0.3, 1) 1.85s both;
}

.process-stage[data-step="0"].process-stage-start-sequence .prep-console-output span:nth-child(2) {
  animation: terminalSlideIn 0.95s cubic-bezier(0.16, 1, 0.3, 1) 2.45s both;
}

.process-stage[data-step="0"].process-stage-start-sequence .prep-console-output span:nth-child(3) {
  animation: terminalSlideIn 0.95s cubic-bezier(0.16, 1, 0.3, 1) 3.05s both;
}

.process-stage[data-step="0"].process-stage-start-sequence .prep-console::after {
  animation: terminalBarDrop 0.52s ease 4.15s both;
}

.process-stage[data-step="5"] .handover-console-line {
  animation: terminalSlideIn 0.95s cubic-bezier(0.16, 1, 0.3, 1) 0.35s both;
}

.process-stage[data-step="5"] .handover-package-list span:nth-child(1) {
  animation: terminalSlideIn 0.95s cubic-bezier(0.16, 1, 0.3, 1) 1s both;
}

.process-stage[data-step="5"] .handover-package-list span:nth-child(2) {
  animation: terminalSlideIn 0.95s cubic-bezier(0.16, 1, 0.3, 1) 1.55s both;
}

.process-stage[data-step="5"] .handover-package-list span:nth-child(3) {
  animation: terminalSlideIn 0.95s cubic-bezier(0.16, 1, 0.3, 1) 2.1s both;
}

.process-stage[data-step="5"] .handover-console::after {
  animation: terminalBarDrop 0.52s ease 3.25s both;
}

@keyframes prepCopyFadeIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes terminalSlideIn {
  from {
    opacity: 1;
    transform: translateX(-110vw);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes terminalBarDrop {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}

@keyframes clipboardEnter {
  from {
    opacity: 0;
    transform: translate(10%, 6%) rotate(-3deg) scale(0.92);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotate(-1.6deg) scale(1);
  }
}

@keyframes guideQuestionWrite {
  from {
    opacity: 0;
    transform: translateY(9px);
    clip-path: inset(0 100% 0 0);
  }
  45% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
  }
}

.embla__viewport {
  overflow: hidden;
  cursor: grab;
}

.embla__container {
  display: flex;
  touch-action: pan-y pinch-zoom;
  user-select: none;
}

.embla__viewport:active {
  cursor: grabbing;
}

.embla__slide {
  min-width: 0;
  flex: 0 0 100%;
}

.process-slide {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
  gap: 2rem;
  align-items: center;
  min-height: 560px;
  padding: 2rem 1.5rem;
}

.process-slide-copy,
.process-slide-artifact {
  opacity: 0.45;
  transform: translateY(8px);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.process-slide-active .process-slide-copy,
.process-slide-active .process-slide-artifact {
  opacity: 1;
  transform: translateY(0);
}

.process-slide-copy {
  max-width: 440px;
}

.process-slide-copy h3 {
  font-size: 1.55rem;
  margin-bottom: 0.8rem;
}

.process-slide-copy p {
  color: var(--gray-400);
  font-size: 0.98rem;
  line-height: 1.7;
}

.process-slide-artifact {
  min-width: 0;
  transition-delay: 0.08s;
}

.cinematic-artifact {
  position: relative;
  min-height: 390px;
  border-radius: 8px;
  background: #ffffff;
  color: #1a2538;
  overflow: hidden;
  box-shadow:
    0 26px 70px -34px rgba(0, 0, 0, 0.9),
    0 0 0 1px rgba(212, 160, 23, 0.22);
}

.prep-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 1rem;
  padding: 1rem;
}

.prep-profile,
.prep-questions {
  min-width: 0;
  padding: 1rem;
  border: 1px solid #e2e6ee;
  border-radius: 5px;
  background: #fbfcfd;
}

.prep-overlay .prep-profile,
.prep-overlay .prep-questions {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 42px -28px rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(10px);
}

.prep-profile span,
.prep-questions span,
.package-spread-header span {
  display: block;
  color: #2860c8;
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.prep-profile strong,
.package-spread-header strong {
  display: block;
  margin-top: 0.35rem;
  color: #111827;
  font-size: 1.1rem;
  line-height: 1.3;
}

.prep-profile p {
  margin: 0.65rem 0 0;
  color: #4a5568;
  font-size: 0.86rem;
  line-height: 1.55;
}

.prep-questions ol {
  display: grid;
  gap: 0.7rem;
  margin: 0.7rem 0 0;
  padding: 0;
  list-style: none;
}

.prep-questions li {
  padding: 0.65rem 0.75rem;
  border-left: 2px solid #d4a017;
  border-radius: 3px;
  background: #fff9e8;
  color: #1a2538;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.35;
}

.artifact-tray {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 1rem 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e2e6ee;
}

.artifact-tray span {
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  background: #edf2ff;
  color: #2860c8;
  font-size: 0.62rem;
  font-weight: 900;
}

.guide-surface {
  right: 3rem;
  top: 4.2rem;
  width: min(54%, 500px);
  min-height: 425px;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.guide-clipboard {
  position: absolute;
  inset: 0;
  padding: 1.05rem 0.9rem 0.9rem;
  border-radius: 9px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 38%),
    linear-gradient(135deg, #2e3440, #171d28);
  box-shadow:
    0 28px 58px -32px rgba(0, 0, 0, 0.98),
    inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.guide-clip {
  position: absolute;
  z-index: 2;
  top: -0.55rem;
  left: 50%;
  width: 104px;
  height: 34px;
  border: 1px solid rgba(148, 163, 184, 0.65);
  border-radius: 0 0 18px 18px;
  background:
    linear-gradient(180deg, #d8dde5, #9aa4b2);
  transform: translateX(-50%);
  box-shadow: 0 10px 20px -14px rgba(0, 0, 0, 0.8);
}

.guide-clip::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0.42rem;
  width: 42px;
  height: 9px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.28);
  transform: translateX(-50%);
}

.guide-paper {
  position: relative;
  min-height: 100%;
  padding: 1rem 1rem 1.1rem;
  border-radius: 5px;
  background:
    linear-gradient(rgba(40, 96, 200, 0.075) 1px, transparent 1px) 0 95px / 100% 34px,
    linear-gradient(180deg, #fffdf7, #f8fafc);
  color: #1a2538;
  box-shadow:
    0 18px 36px -28px rgba(0, 0, 0, 0.8),
    inset 0 0 0 1px rgba(17, 24, 39, 0.11);
}

.guide-paper::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3.4rem;
  width: 1px;
  background: rgba(220, 38, 38, 0.22);
}

.guide-paper-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: baseline;
  padding: 0 0 0.8rem 0.15rem;
  border-bottom: 1px solid rgba(148, 163, 184, 0.36);
}

.guide-paper-header span,
.guide-meta span,
.guide-sheet span {
  display: block;
  color: #2860c8;
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
}

.guide-paper-header span {
  margin-bottom: 0;
}

.guide-paper-header strong {
  color: #1e3a8a;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.guide-meta {
  display: block;
  padding: 0.72rem 0.15rem 0.45rem;
}

.guide-meta span {
  color: #64748b;
  font-size: 0.52rem;
  margin: 0;
}

.guide-sheet {
  display: grid;
  gap: 0.25rem;
  padding: 0.15rem 0 0;
}

.guide-sheet div {
  position: relative;
  min-height: 61px;
  padding: 0.58rem 0.65rem 0.55rem 4.2rem;
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
}

.guide-sheet div::before {
  content: "";
  position: absolute;
  left: 1.02rem;
  top: 1rem;
  width: 14px;
  height: 14px;
  border: 1.7px solid #2860c8;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.86);
}

.guide-sheet div::after {
  content: "";
  position: absolute;
  left: 1.28rem;
  top: 1.08rem;
  width: 8px;
  height: 5px;
  border-left: 2px solid #1f9d7a;
  border-bottom: 2px solid #1f9d7a;
  transform: rotate(-45deg);
}

.guide-sheet span {
  color: #1e3a8a;
  font-size: 0.55rem;
}

.guide-sheet strong {
  display: block;
  color: #1a2538;
  font-size: 0.86rem;
  line-height: 1.35;
}

.call-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.7rem;
  padding: 1rem 1rem 0;
}

.call-strip div {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-width: 0;
  padding: 0.65rem;
  border: 1px solid #e2e6ee;
  border-radius: 5px;
  background: #fbfcfd;
}

.call-strip span {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #2860c8;
  color: #ffffff;
  font-size: 0.65rem;
  font-weight: 900;
}

.call-strip strong {
  min-width: 0;
  color: #1a2538;
  font-size: 0.76rem;
  line-height: 1.2;
}

.transcript-window {
  display: grid;
  gap: 0.7rem;
  margin: 1rem;
  padding: 1rem;
  border: 1px solid #e2e6ee;
  border-radius: 5px;
  background: linear-gradient(180deg, #ffffff, #fbfcfd);
}

.transcript-window p {
  margin: 0;
  padding: 0.75rem;
  border-radius: 4px;
  background: #f8fafc;
  color: #4a5568;
  font-size: 0.78rem;
  line-height: 1.45;
}

.transcript-window strong {
  display: block;
  color: #1a2538;
  margin-bottom: 0.25rem;
}

.transcript-window .quote-hot {
  position: relative;
  background: #fff8db;
  box-shadow: inset 3px 0 0 #d4a017;
}

.evidence-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1rem;
  padding: 1rem;
}

.source-pane,
.tag-pane {
  min-width: 0;
  min-height: 270px;
  padding: 1rem;
  border: 1px solid #e2e6ee;
  border-radius: 5px;
  background: #fbfcfd;
}

.source-pane {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.source-pane p {
  margin: 0;
  color: #1a2538;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.source-pane mark {
  padding: 0.08rem 0.2rem;
  border-radius: 2px;
  background: #fff1a8;
  color: inherit;
}

.source-pane small {
  color: #8a93a3;
  font-size: 0.68rem;
  line-height: 1.45;
}

.tag-pane {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.6rem;
}

.tag-pane span {
  display: block;
  padding: 0.62rem 0.7rem;
  border: 1px solid #d8e4ff;
  border-radius: 4px;
  background: #edf2ff;
  color: #2860c8;
  font-size: 0.72rem;
  font-weight: 900;
}

.sop-zoom,
.flow-zoom {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background:
    radial-gradient(circle at 18% 18%, rgba(212, 160, 23, 0.16), transparent 34%),
    rgba(15, 23, 42, 0.92);
}

.sop-zoom .sop-card,
.flow-zoom .flow-card {
  width: min(100%, 430px);
  transform-origin: center;
}

.sop-zoom .sop-card-title,
.flow-zoom .sop-card-title {
  font-size: 1rem;
}

.sop-zoom .sop-card-tip {
  outline: 2px solid rgba(212, 160, 23, 0.45);
  outline-offset: 2px;
}

.demo-flow-chart {
  display: block;
  width: 100%;
  max-width: 360px;
  margin: 0.4rem auto 0;
}

.output-workbench {
  position: absolute;
  z-index: 5;
  right: 1.45rem;
  top: 3rem;
  width: min(55%, 610px);
  display: grid;
  grid-template-rows: auto;
  gap: 0.75rem;
  padding: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 58% 42%, rgba(212, 160, 23, 0.2), transparent 38%),
    radial-gradient(circle at 18% 18%, rgba(212, 160, 23, 0.12), transparent 34%),
    rgba(15, 23, 42, 0.7);
  box-shadow: 0 26px 64px -36px rgba(0, 0, 0, 0.96);
  backdrop-filter: blur(10px);
}

.output-artifact-stage {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: 0.75rem;
  min-width: 0;
  min-height: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.output-artifact-panel {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(226, 230, 238, 0.9);
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0 18px 42px -30px rgba(0, 0, 0, 0.95);
}

.output-artifact-panel img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top center;
  transform: none;
  image-rendering: auto;
}

.output-artifact-panel--sop,
.output-artifact-panel--flow {
  height: 300px;
}

.output-artifact-panel--opportunity {
  grid-column: 1 / -1;
  height: 112px;
}

.output-artifact-panel--sop img {
  object-position: top center;
}

.output-artifact-panel--flow img {
  object-position: top center;
  background: #ffffff;
}

.output-artifact-panel--opportunity img {
  object-position: top center;
  background: #fffaf0;
}

.output-artifact-rail {
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
}

.output-artifact-rail span {
  min-width: 0;
  padding: 0.52rem 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  background: rgba(7, 12, 22, 0.72);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.58rem;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.output-workbench .sop-card,
.output-workbench .flow-card {
  min-width: 0;
  box-shadow: 0 18px 42px -30px rgba(0, 0, 0, 0.95);
}

.output-workbench .sop-card-title {
  font-size: 0.82rem;
}

.output-workbench .sop-card-body {
  padding: 0.7rem;
}

.output-workbench .sop-step-detail {
  font-size: 0.55rem;
}

.output-workbench .sop-card-tip {
  font-size: 0.54rem;
}

.output-workbench .demo-flow-chart {
  max-width: 260px;
}

.output-opportunity-strip {
  grid-column: 1 / -1;
  padding: 0.65rem 0.75rem;
  border-left: 2px solid #d4a017;
  border-radius: 3px;
  background: #fff9e8;
  box-shadow: 0 14px 32px -26px rgba(0, 0, 0, 0.75);
}

.output-opportunity-strip span {
  display: block;
  color: #8a6a0a;
  font-size: 0.55rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.output-opportunity-strip strong {
  display: block;
  margin-top: 0.25rem;
  color: #1a2538;
  font-size: 0.76rem;
  line-height: 1.28;
}

.package-spread {
  padding: 1.15rem;
  background:
    radial-gradient(circle at 72% 18%, rgba(212, 160, 23, 0.18), transparent 32%),
    linear-gradient(135deg, #ffffff, #f8fafc);
}

.package-spread .package-inspect-link {
  margin: 1rem 0 0;
  border-left-width: 3px;
  background: #fff0b8;
  color: #1a2538;
  box-shadow: 0 12px 26px -22px rgba(0, 0, 0, 0.55);
}

.package-spread-header {
  padding: 1rem 1.1rem;
  border: 1px solid #e2e6ee;
  border-radius: 5px;
  background:
    linear-gradient(90deg, rgba(212, 160, 23, 0.08), transparent 42%),
    #ffffff;
  box-shadow: 0 14px 34px -30px rgba(0, 0, 0, 0.58);
}

.package-doc-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1.05rem;
}

.package-doc {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 165px;
  padding: 0.9rem;
  border: 1px solid #d8dde5;
  border-radius: 5px;
  background: #ffffff;
  color: #1a2538;
  text-decoration: none;
  box-shadow: 0 18px 36px -28px rgba(0, 0, 0, 0.7);
}

.package-doc::after {
  content: "Ready";
  position: absolute;
  right: 0.72rem;
  top: 0.72rem;
  padding: 0.18rem 0.34rem;
  border-radius: 999px;
  background: #d1fae5;
  color: #15803d;
  font-size: 0.48rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.package-doc::before {
  content: "";
  display: block;
  height: 42px;
  margin-bottom: 0.8rem;
  border-radius: 3px;
  background:
    linear-gradient(#d8dde5, #d8dde5) 0 0 / 80% 2px no-repeat,
    linear-gradient(#e8edf5, #e8edf5) 0 12px / 100% 2px no-repeat,
    linear-gradient(#e8edf5, #e8edf5) 0 24px / 72% 2px no-repeat,
    linear-gradient(#e8edf5, #e8edf5) 0 36px / 90% 2px no-repeat;
}

.flow-doc::before {
  background:
    radial-gradient(circle at 50% 18%, #1e3a8a 0 7px, transparent 8px),
    linear-gradient(#2860c8, #2860c8) 50% 26% / 2px 18px no-repeat,
    linear-gradient(135deg, transparent 37%, #d4a017 38% 62%, transparent 63%) 50% 66% / 42px 42px no-repeat;
}

.opp-doc::before {
  background:
    linear-gradient(#d4a017, #d4a017) 0 0 / 42% 3px no-repeat,
    linear-gradient(#e8edf5, #e8edf5) 0 14px / 100% 2px no-repeat,
    linear-gradient(#e8edf5, #e8edf5) 0 28px / 86% 2px no-repeat;
}

.package-doc span {
  color: #2860c8;
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.package-doc strong {
  margin-top: 0.35rem;
  color: #111827;
  font-size: 0.82rem;
  line-height: 1.25;
}

.package-doc em {
  margin-top: 0.45rem;
  color: #4a5568;
  font-size: 0.72rem;
  font-style: normal;
  line-height: 1.35;
}

.process-slide-active .prep-profile,
.process-slide-active .prep-questions,
.process-slide-active .guide-sheet div,
.process-slide-active .artifact-tray span,
.process-slide-active .call-strip div,
.process-slide-active .transcript-window p,
.process-slide-active .source-pane,
.process-slide-active .tag-pane span,
.process-slide-active .sop-zoom .sop-card,
.process-slide-active .flow-zoom .flow-card,
.process-slide-active .output-workbench .sop-card,
.process-slide-active .output-workbench .flow-card,
.process-slide-active .output-opportunity-strip,
.process-slide-active .package-spread-header,
.process-slide-active .package-doc,
.process-slide-active .package-spread .package-inspect-link {
  animation: processItemReveal 0.42s ease both;
}

.process-slide-active .prep-questions,
.process-slide-active .guide-sheet div:nth-child(2),
.process-slide-active .call-strip div:nth-child(2),
.process-slide-active .transcript-window p:nth-child(2),
.process-slide-active .tag-pane span:nth-child(2),
.process-slide-active .output-workbench .flow-card,
.process-slide-active .package-doc:nth-child(2) {
  animation-delay: 0.08s;
}

.process-slide-active .guide-sheet div:nth-child(3),
.process-slide-active .artifact-tray span:nth-child(3),
.process-slide-active .call-strip div:nth-child(3),
.process-slide-active .transcript-window p:nth-child(3),
.process-slide-active .tag-pane span:nth-child(3),
.process-slide-active .output-opportunity-strip,
.process-slide-active .package-doc:nth-child(3) {
  animation-delay: 0.16s;
}

.process-slide-active .guide-sheet div:nth-child(4),
.process-slide-active .tag-pane span:nth-child(4),
.process-slide-active .package-spread .package-inspect-link {
  animation-delay: 0.24s;
}

.process-slide-artifact .demo-artifact,
.profile-card {
  min-height: 300px;
}

.profile-card {
  background: #ffffff;
  color: #1a2538;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 18px 44px -24px rgba(0, 0, 0, 0.75);
}

.profile-summary {
  padding: 1rem;
  border-bottom: 1px solid #e2e6ee;
}

.profile-summary strong {
  display: block;
  color: #1a2538;
  font-size: 1rem;
  line-height: 1.35;
}

.profile-summary span {
  display: block;
  margin-top: 0.35rem;
  color: #4a5568;
  font-size: 0.84rem;
  line-height: 1.45;
}

.profile-card dl {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding: 1rem;
}

.profile-card dl div {
  min-height: 0;
  padding: 0.78rem 0.85rem;
  border: 1px solid #e2e6ee;
  margin: -1px 0 0 -1px;
  background: #fbfcfd;
}

.profile-card dt {
  color: #8a93a3;
  font-size: 0.62rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 0.45rem;
}

.profile-card dd {
  color: #1a2538;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.35;
}

.process-slide-active .profile-card dl div,
.process-slide-active .question-groups div,
.process-slide-active .dialogue-lines p,
.process-slide-active .evidence-row,
.process-slide-active .stream-list div,
.process-slide-active .transform-thread,
.process-slide-active .package-list a,
.process-slide-active .package-list div {
  animation: processItemReveal 0.38s ease both;
}

.process-slide-active .profile-card dl div:nth-child(2),
.process-slide-active .question-groups div:nth-child(2),
.process-slide-active .dialogue-lines p:nth-child(2),
.process-slide-active .evidence-row:nth-child(2),
.process-slide-active .stream-list div:nth-child(2),
.process-slide-active .package-list a:nth-child(2) {
  animation-delay: 0.08s;
}

.process-slide-active .profile-card dl div:nth-child(3),
.process-slide-active .question-groups div:nth-child(3),
.process-slide-active .dialogue-lines p:nth-child(3),
.process-slide-active .stream-list div:nth-child(3),
.process-slide-active .package-list div:nth-child(3) {
  animation-delay: 0.16s;
}

.process-slide-active .question-groups div:nth-child(4) {
  animation-delay: 0.24s;
}

@keyframes processItemReveal {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.interview-room {
  grid-template-columns: repeat(3, 1fr);
}

.participant {
  display: grid;
  justify-items: center;
  gap: 0.45rem;
  min-width: 0;
  color: #4a5568;
  font-size: 0.7rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}

.employee-avatar {
  justify-self: start;
  background: #1f9d7a;
}

.participant .avatar {
  justify-self: center;
}

.question-groups,
.stream-list {
  display: grid;
  gap: 0.75rem;
  padding: 1rem;
}

.question-groups div,
.stream-list div {
  display: grid;
  gap: 0.32rem;
  padding: 0.82rem 0.9rem;
  border: 1px solid #e2e6ee;
  border-radius: 4px;
  background: #fbfcfd;
}

.question-groups strong,
.stream-list strong {
  color: #1a2538;
  font-size: 0.8rem;
  line-height: 1.35;
}

.question-groups span,
.stream-list span {
  color: #4a5568;
  font-size: 0.78rem;
  line-height: 1.42;
}

.evidence-row {
  margin: 1rem;
  padding: 0.85rem;
  border: 1px solid #e2e6ee;
  border-radius: 4px;
  background: #fbfcfd;
}

.evidence-row p {
  margin: 0 0 0.55rem;
}

.evidence-row .tag-row {
  padding: 0;
}

.transform-thread {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin: 0 1rem 1rem;
  padding: 0.65rem 0.8rem;
  border-left: 2px solid #d4a017;
  border-radius: 3px;
  background: #fdf8e6;
  color: #4a5568;
  font-size: 0.72rem;
  font-weight: 800;
}

.transform-thread span,
.transform-thread strong {
  min-width: 0;
  line-height: 1.25;
}

.transform-thread span {
  color: #64748b;
}

.transform-thread strong {
  color: #1a2538;
  text-align: right;
}

.transform-thread::after {
  content: "";
  flex: 0 0 34px;
  order: 2;
  height: 1px;
  background: #d4a017;
}

.transform-thread strong {
  order: 3;
}

.package-artifact {
  min-height: 300px;
}

.package-complete-banner {
  margin: 1rem 1rem 0;
  padding: 0.9rem 1rem;
  border: 1px solid #d4a017;
  border-radius: 4px;
  background: #fffdf5;
}

.package-complete-banner span {
  display: block;
  color: #8a6a0a;
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 0.3rem;
}

.package-complete-banner strong {
  display: block;
  color: #1a2538;
  font-size: 0.98rem;
  line-height: 1.35;
}

.package-list {
  display: grid;
  gap: 0.75rem;
  padding: 1rem;
}

.package-list a,
.package-list div {
  display: block;
  padding: 1rem;
  border: 1px solid #e2e6ee;
  border-radius: 4px;
  background: #fbfcfd;
  color: #4a5568;
  text-decoration: none;
}

.package-list a:hover {
  border-color: #d4a017;
  background: #fffdf5;
}

.package-list strong {
  display: block;
  color: #2860c8;
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 0.35rem;
}

.package-list span {
  display: block;
  color: #4a5568;
  font-size: 0.88rem;
  line-height: 1.45;
}

.package-inspect-link {
  display: block;
  margin: 0 1rem 1rem;
  padding: 0.7rem 0.85rem;
  border-left: 2px solid #d4a017;
  border-radius: 3px;
  background: #fdf8e6;
  color: #1a2538;
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
}

.package-inspect-link:hover {
  background: #fff4c7;
}

.process-player-controls {
  display: flex;
  justify-content: flex-end;
  gap: 0.6rem;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.85rem 0 0;
  border-top: 0;
}

.process-control {
  min-width: 82px;
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--gray-300);
  font-family: var(--font-sans);
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, color 0.2s, opacity 0.2s;
}

.process-control:hover:not(:disabled),
.process-control:focus-visible {
  border-color: rgba(212, 160, 23, 0.75);
  background: rgba(212, 160, 23, 0.08);
  color: var(--white);
  outline: none;
}

.process-control:disabled {
  color: var(--gray-500);
  cursor: not-allowed;
  opacity: 0.55;
}

.process-control-secondary {
  min-width: 74px;
}

.demo-shell {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 2.5rem;
  align-items: start;
}

.demo-rail {
  position: sticky;
  top: 96px;
  display: flex;
  flex-direction: column;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.demo-rail-item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 44px;
  padding: 0.65rem 0 0.65rem 1rem;
  color: var(--gray-400);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  border-left: 2px solid transparent;
  margin-left: -1px;
  transition: color 0.2s, border-color 0.2s;
}

.demo-rail-item:hover {
  color: var(--white);
  border-left-color: var(--gold);
}

.demo-rail-item span {
  font-family: var(--font-serif);
  color: var(--gold);
  font-size: 0.95rem;
}

.demo-stage-stack {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.demo-stage {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 2rem;
  align-items: center;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.025);
  border-radius: 8px;
  scroll-margin-top: 110px;
}

.demo-stage-final {
  border-color: rgba(212, 160, 23, 0.35);
  background: rgba(212, 160, 23, 0.045);
}

.demo-kicker {
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 0.65rem;
}

.demo-stage-copy h3 {
  font-size: 1.2rem;
  margin-bottom: 0.65rem;
}

.demo-stage-copy p {
  color: var(--gray-400);
  font-size: 0.92rem;
  line-height: 1.65;
}

.demo-artifact {
  min-height: 230px;
  background: #ffffff;
  color: #1a2538;
  border-radius: 6px;
  box-shadow: 0 18px 44px -24px rgba(0, 0, 0, 0.75);
  overflow: hidden;
}

.artifact-bar {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 0.9rem;
  border-bottom: 1px solid #e2e6ee;
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8a93a3;
  font-weight: 700;
}

.artifact-bar span:last-child {
  color: #2860c8;
  white-space: nowrap;
}

.question-list {
  list-style: none;
  padding: 1rem;
}

.question-list li {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 0.9rem;
  padding: 0.8rem 0;
  border-bottom: 1px solid #eef1f5;
}

.question-list li:last-child { border-bottom: none; }

.question-list strong {
  color: #1a2538;
  font-size: 0.78rem;
  line-height: 1.35;
}

.question-list span {
  color: #4a5568;
  font-size: 0.82rem;
  line-height: 1.45;
}

.interview-artifact {
  padding: 1.25rem;
  background: #f8fafc;
}

.interview-room {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  min-height: 116px;
  align-items: end;
  padding: 1rem;
  border: 1px solid #e2e6ee;
  border-radius: 5px;
  background:
    linear-gradient(180deg, #e8eef8 0%, #f8fafc 68%),
    #f8fafc;
}

.avatar {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(26, 37, 56, 0.18);
}

.owner-avatar {
  justify-self: start;
  background: #d4a017;
  color: #1a2538;
}

.dialogue-lines {
  margin-top: 1rem;
}

.dialogue-lines p {
  color: #4a5568;
  font-size: 0.82rem;
  line-height: 1.5;
  margin-bottom: 0.55rem;
}

.dialogue-lines p:last-child { margin-bottom: 0; }
.dialogue-lines strong { color: #1a2538; }

.transcript-artifact p {
  margin: 1rem 1rem 0.45rem;
  font-size: 0.86rem;
  color: #4a5568;
  line-height: 1.55;
}

.transcript-artifact mark {
  background: #fff4c7;
  color: #1a2538;
  padding: 0.1rem 0.2rem;
  border-radius: 2px;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  padding: 0 1rem 0.35rem;
}

.tag-row span {
  display: inline-flex;
  padding: 0.2rem 0.45rem;
  border-radius: 4px;
  background: #e8f0ff;
  color: #2860c8;
  font-size: 0.58rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
}

.extract-artifact {
  padding: 1rem;
}

.extract-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid #e2e6ee;
  border-radius: 5px;
  overflow: hidden;
}

.extract-grid div {
  padding: 0.85rem 0.65rem;
  border-right: 1px solid #e2e6ee;
  background: #fbfcfd;
  text-align: center;
}

.extract-grid div:last-child { border-right: none; }

.extract-count {
  display: block;
  font-family: var(--font-serif);
  color: #1a2538;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
}

.extract-label {
  display: block;
  margin-top: 0.4rem;
  color: #8a93a3;
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.35;
}

.extract-progress {
  height: 8px;
  border-radius: 999px;
  background: #e2e6ee;
  margin: 1.25rem 0 0.75rem;
  overflow: hidden;
}

.extract-progress span {
  display: block;
  height: 100%;
  background: #d4a017;
  border-radius: inherit;
}

.extract-artifact p {
  color: #4a5568;
  font-size: 0.82rem;
  line-height: 1.45;
}

.output-artifact-previews {
  display: grid;
  gap: 0.8rem;
  padding: 1rem;
}

.output-artifact-preview {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 0.8rem;
  align-items: center;
  padding: 0.7rem;
  border: 1px solid #e2e6ee;
  border-radius: 4px;
  background: #fbfcfd;
  color: #4a5568;
  text-decoration: none;
}

.output-artifact-preview:hover {
  border-color: #d4a017;
  background: #fffdf5;
}

.output-artifact-preview img {
  width: 112px;
  height: 84px;
  display: block;
  object-fit: cover;
  object-position: top center;
  border: 1px solid #e2e6ee;
  border-radius: 3px;
  background: #ffffff;
}

.output-artifact-preview span {
  display: block;
  color: #4a5568;
  font-size: 0.72rem;
  line-height: 1.45;
}

.output-artifact-preview strong {
  display: block;
  color: #2860c8;
  font-size: 0.55rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 0.25rem;
}

.output-opportunity-strip {
  padding: 0.65rem 0.75rem;
  background: #fdf8e6;
  border-left: 2px solid #d4a017;
  color: #4a5568;
  border-radius: 3px;
  font-size: 0.72rem;
  font-weight: 700;
}

.demo-note {
  margin-top: 0.75rem;
  color: var(--gray-500);
  font-size: 0.72rem;
  line-height: 1.45;
  max-width: 820px;
}

@media (max-width: 980px) {
  .process-slide {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .process-slide-copy {
    max-width: none;
  }
  .demo-shell { grid-template-columns: 1fr; gap: 1.5rem; }
  .demo-rail {
    position: static;
    flex-direction: row;
    overflow-x: auto;
    border-left: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding-bottom: 0.25rem;
  }
  .demo-rail-item {
    min-width: max-content;
    border-left: none;
    border-bottom: 2px solid transparent;
    margin-left: 0;
    padding: 0.6rem 0.8rem;
  }
  .demo-rail-item:hover { border-left-color: transparent; border-bottom-color: var(--gold); }
  .demo-stage { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .process-player-top,
  .process-player-controls {
    padding-inline: 1rem;
  }
  .process-player-controls {
    justify-content: stretch;
  }
  .process-control,
  .process-control-secondary {
    flex: 1;
    min-width: 0;
  }
  .process-player-top {
    flex-direction: column;
  }
  .process-stage {
    min-height: 0;
    padding: 1rem;
  }
  .process-stage-copy {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: auto;
    max-width: none;
    min-height: 170px;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    background: rgba(9, 15, 27, 0.78);
  }
  .process-stage-copy h3 {
    font-size: 1.05rem;
  }
  .process-stage-copy p {
    max-width: none;
  }
  .process-cinema {
    display: none;
  }
  .process-slide {
    padding: 1.25rem 1rem;
    gap: 1.25rem;
  }
  .process-slide-copy h3 {
    font-size: 1.25rem;
  }
  .cinematic-artifact {
    min-height: 0;
  }
  .prep-grid,
  .evidence-layout,
  .output-workbench,
  .package-doc-grid {
    grid-template-columns: 1fr;
  }
  .prep-profile,
  .prep-questions,
  .source-pane,
  .tag-pane {
    min-height: 0;
    padding: 0.85rem;
  }
  .prep-profile strong,
  .package-spread-header strong {
    font-size: 0.98rem;
  }
  .prep-profile p,
  .prep-questions li,
  .guide-sheet strong,
  .transcript-window p,
  .source-pane p {
    font-size: 0.74rem;
  }
  .guide-sheet,
  .transcript-window,
  .package-spread {
    padding: 0.85rem;
  }
  .call-strip {
    grid-template-columns: 1fr;
  }
  .sop-zoom,
  .flow-zoom {
    padding: 0.75rem;
  }
  .sop-zoom .sop-card-title,
  .flow-zoom .sop-card-title {
    font-size: 0.84rem;
  }
  .sop-zoom .sop-step-detail {
    display: none;
  }
  .demo-flow-chart {
    max-width: 300px;
  }
  .output-workbench .demo-flow-chart {
    max-width: 280px;
  }
  .output-workbench .sop-step-detail {
    display: none;
  }
  .package-doc {
    min-height: 128px;
  }
  .profile-card dl {
    grid-template-columns: 1fr;
  }
  .demo-stage { padding: 1rem; }
  .demo-artifact { min-height: 0; }
  .artifact-bar { flex-direction: column; gap: 0.25rem; }
  .question-groups,
  .stream-list,
  .package-list {
    padding: 0.85rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .process-slide-copy,
  .process-slide-artifact,
  .process-control {
    transition: none;
  }

  .process-slide-active .profile-card dl div,
  .process-slide-active .question-groups div,
  .process-slide-active .dialogue-lines p,
  .process-slide-active .evidence-row,
  .process-slide-active .stream-list div,
  .process-slide-active .transform-thread,
  .process-slide-active .package-list a,
  .process-slide-active .package-list div {
    animation: none;
  }

  .process-slide-active .prep-profile,
  .process-slide-active .prep-questions,
  .process-slide-active .guide-sheet div,
  .process-slide-active .artifact-tray span,
  .process-slide-active .call-strip div,
  .process-slide-active .transcript-window p,
  .process-slide-active .source-pane,
  .process-slide-active .tag-pane span,
  .process-slide-active .sop-zoom .sop-card,
  .process-slide-active .flow-zoom .flow-card,
  .process-slide-active .output-workbench .sop-card,
  .process-slide-active .output-workbench .flow-card,
  .process-slide-active .output-opportunity-strip,
  .process-slide-active .package-spread-header,
  .process-slide-active .package-doc,
  .process-slide-active .package-spread .package-inspect-link {
    animation: none;
  }

  .process-slide-copy,
  .process-slide-artifact {
    opacity: 1;
    transform: none;
  }
}

.sample-side-by-side { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 2rem; margin-top: 2.5rem; align-items: start; }
.sample-side-by-side--images { align-items: stretch; }
.sample-col { min-width: 0; background: var(--slate); border: 1px solid rgba(255, 255, 255, 0.06); border-radius: 12px; padding: 1.25rem; text-align: center; }
/* When the sample column hosts an HTML card (sop-card / flow-card), drop the dark frame —
   the card already has its own border + shadow */
.sample-col--card { background: transparent; border: none; padding: 0; }
.sample-col--card .sop-card,
.sample-col--card .flow-card {
  width: min(100%, 560px);
  max-width: 100%;
  margin: 0 auto;
}
.sample-col--card .sop-card-title,
.sample-col--card .sop-card-section-body,
.sample-col--card .sop-step-title,
.sample-col--card .sop-step-detail,
.sample-col--card .sop-card-tip,
.sample-col--card .sop-card-table,
.sample-col--card .sop-card-bullets li,
.sample-col--card .flow-subtitle {
  overflow-wrap: anywhere;
}
.sample-img { width: 100%; height: auto; display: block; border-radius: 6px; background: var(--white); }
.sample-col--image {
  display: flex;
  flex-direction: column;
  background: transparent;
  border: none;
  padding: 0;
}

.sample-artifact-img,
.sample-opportunity-img {
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 26px 70px -36px rgba(0, 0, 0, 0.85);
}

.sample-artifact-img {
  height: clamp(780px, 66vw, 920px);
  object-fit: contain;
  object-position: top center;
  background: #ffffff;
}

.sample-opportunity-wrap--image {
  max-width: 920px;
}

.sample-opportunity-img {
  background: #fffaf0;
}

.sample-trust {
  max-width: 920px;
  margin: 2rem auto 0;
  padding: 1.2rem 1.35rem;
  border: 1px solid rgba(212, 160, 23, 0.22);
  border-radius: 8px;
  background: rgba(212, 160, 23, 0.07);
}

.sample-trust p {
  margin: 0;
  color: var(--gray-300);
  font-size: 0.92rem;
  line-height: 1.55;
}

.sample-trust strong {
  color: var(--white);
  font-weight: 700;
}

.sample-caption { margin-top: 1rem; text-align: center; }
.sample-caption span { display: block; font-size: 0.75rem; font-weight: 400; color: var(--gray-400); }
.sample-note { text-align: left; margin-top: 1.25rem; font-size: 0.85rem; color: var(--gray-500); max-width: 1040px; }
.sample-deliverable-list p {
  margin-bottom: 0.5rem;
}
.sample-deliverable-list ol {
  margin-left: 2.1rem;
  list-style: none;
  counter-reset: sample-deliverable;
}
.sample-deliverable-list li {
  counter-increment: sample-deliverable;
  padding-left: 0.1rem;
}
.sample-deliverable-list li::before {
  content: counter(sample-deliverable) ") ";
}
.sample-opportunity-wrap {
  margin: 2rem auto 0;
  max-width: 820px;
}
.opportunity-card {
  background: var(--white);
  color: #1a2538;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 18px 44px -24px rgba(0, 0, 0, 0.75);
  text-align: left;
}
.opportunity-card-body {
  padding: 1.1rem;
}
.opportunity-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1rem;
}
.opportunity-grid div {
  min-width: 0;
  padding: 0.85rem;
  border: 1px solid #e2e6ee;
  border-radius: 4px;
  background: #fbfcfd;
}
.opportunity-label {
  display: block;
  color: #2860c8;
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 0.4rem;
}
.opportunity-grid p {
  color: #4a5568;
  font-size: 0.84rem;
  line-height: 1.5;
}
@media (max-width: 900px) {
  .sample-side-by-side { grid-template-columns: 1fr; }
  .sample-artifact-img {
    height: min(72vh, 620px);
    object-fit: contain;
  }
}
@media (max-width: 640px) {
  .sample-col--card .sop-card,
  .sample-col--card .flow-card,
  .opportunity-card {
    width: 100%;
  }
  .opportunity-grid {
    grid-template-columns: 1fr;
  }
  .flow-legend-item {
    white-space: normal;
  }
  .flow-chart {
    max-width: 100%;
  }
}

/* Flow card (process diagram twin of sop-card) */
.flow-card {
  background: #ffffff;
  color: #1a2538;
  border-radius: 4px;
  box-shadow: 0 20px 50px -20px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(212, 160, 23, 0.25);
  font-family: var(--font-sans);
  overflow: hidden;
}

.flow-subtitle {
  font-size: 0.6rem;
  color: #8a93a3;
  font-style: italic;
  margin: -0.3rem 0 0.55rem;
  line-height: 1.4;
}

.flow-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.65rem;
  padding: 0.4rem 0.55rem;
  background: #fbfcfd;
  border: 1px solid #e2e6ee;
  border-radius: 3px;
  margin-bottom: 0.7rem;
  font-size: 0.5rem;
  color: #4a5568;
}

.flow-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  white-space: nowrap;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.flow-swatch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  border: 1px solid transparent;
}

.flow-swatch-start    { background: #1e3a8a; border-color: #1e3a8a; }
.flow-swatch-action   { background: #dbeafe; border-color: #2860c8; }
.flow-swatch-decision { background: #fef3c7; border-color: #d4a017; }
.flow-swatch-done     { background: #d1fae5; border-color: #15803d; }
.flow-swatch-escalate { background: #fee2e2; border-color: #b91c1c; }

/* Constrain SVG width — text and shapes scale proportionally */
.flow-chart {
  width: 100%;
  max-width: 265px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.pricing-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
  gap: 1.75rem;
  align-items: start;
  margin-top: 2rem;
  padding: 2rem;
  border: 1px solid var(--gold);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.pricing-panel-copy h3 {
  margin-bottom: 0.65rem;
  font-size: 1.35rem;
}

.pricing-panel-copy p {
  max-width: 34rem;
  color: var(--gray-300);
  line-height: 1.6;
}

.pricing-panel-price {
  text-align: right;
}

.pricing-panel-includes {
  grid-column: 1 / -1;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.pricing-panel-includes > p {
  margin-bottom: 0.85rem;
  color: var(--white);
  font-weight: 700;
}

.tier-name { font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gray-400); margin-bottom: 1rem; font-weight: 600; }
.tier-price { font-family: var(--font-serif); font-size: 3rem; font-weight: 600; color: var(--white); margin-bottom: 0.25rem; line-height: 1; letter-spacing: -0.02em; }
.tier-price-unit { font-size: 1rem; color: var(--gray-400); font-weight: 400; font-family: var(--font-sans); }
.tier-sub { color: var(--gray-400); font-size: 0.9rem; }
.price-includes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 2rem;
  text-align: left;
  list-style: none;
}
.price-includes li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; font-size: 0.9rem; color: var(--gray-300); border-bottom: 1px solid rgba(255, 255, 255, 0.04); }
.price-includes li:last-child { border-bottom: none; }
.price-includes li::before { content: '✓'; position: absolute; left: 0; color: var(--gray-500); }

.pricing-panel-action {
  grid-column: 1 / -1;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.pricing-panel-action p {
  margin: 0;
  color: var(--gray-400);
  font-size: 0.9rem;
}

footer { padding: 3rem 0; border-top: 1px solid rgba(255, 255, 255, 0.05); }
footer p { font-size: 0.85rem; color: var(--gray-500); margin-bottom: 0.4rem; }
.footer-tag { margin-bottom: 0.5rem; color: var(--gray-400); }
.footer-tag strong { color: var(--white); font-weight: 600; }
footer a { color: var(--gray-400); text-decoration: none; border-bottom: 1px solid transparent; transition: border-color 0.2s; }
footer a:hover { border-bottom-color: var(--gray-500); }
.footer-links { margin-top: 1rem; font-size: 0.8rem; color: var(--gray-500); }
.footer-copy { margin-top: 1.5rem; font-size: 0.75rem; color: var(--gray-500); }

.faq-assistant {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 120;
  width: min(380px, calc(100vw - 2rem));
  font-family: var(--font-sans);
}

.faq-toggle {
  display: block;
  margin-left: auto;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(212, 160, 23, 0.55);
  border-radius: 999px;
  background: var(--gold);
  color: var(--navy);
  font: inherit;
  font-size: 0.88rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 18px 42px -26px rgba(0, 0, 0, 0.9);
}

.faq-panel {
  margin-top: 0.65rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: rgba(15, 26, 46, 0.98);
  box-shadow: 0 28px 70px -32px rgba(0, 0, 0, 0.95);
}

.faq-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.faq-panel-head strong,
.faq-panel-head span {
  display: block;
}

.faq-panel-head strong {
  color: var(--white);
  font-size: 0.95rem;
}

.faq-panel-head span {
  margin-top: 0.15rem;
  color: var(--gray-400);
  font-size: 0.74rem;
  line-height: 1.4;
}

.faq-close {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  background: transparent;
  color: var(--gray-300);
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
}

.faq-thread {
  display: grid;
  gap: 0.55rem;
  max-height: 220px;
  overflow-y: auto;
  padding: 1rem;
}

.faq-message {
  margin: 0;
  padding: 0.65rem 0.75rem;
  border-radius: 8px;
  font-size: 0.82rem;
  line-height: 1.5;
}

.faq-message-bot {
  background: rgba(255, 255, 255, 0.06);
  color: var(--gray-300);
}

.faq-message-user {
  justify-self: end;
  max-width: 88%;
  background: rgba(212, 160, 23, 0.16);
  color: var(--white);
}

.faq-prompts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  padding: 0 1rem 1rem;
}

.faq-prompts button {
  padding: 0.45rem 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--gray-300);
  font: inherit;
  font-size: 0.72rem;
  font-weight: 700;
  cursor: pointer;
}

.faq-prompts button:hover {
  border-color: rgba(212, 160, 23, 0.5);
  color: var(--white);
}

@media (max-width: 768px) {
  h2 { font-size: 1.85rem; }
  section { padding: 4rem 0; }
  .hero { padding: 6rem 0 2rem; }
  #process-demo { padding-top: 1.5rem; }
  .hero h1 { font-size: 2.25rem; }
  .hero .subhead { font-size: 1.05rem; }
  .subhead { font-size: 1.1rem; }
  .pricing-panel {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }
  .pricing-panel-price {
    text-align: left;
  }
  .price-includes {
    grid-template-columns: 1fr;
  }
  .deliverable { padding: 1.5rem; }
  .sample-col { padding: 1rem; }
  .diagnostic-card { max-width: 100%; }
  .faq-assistant {
    right: 0.75rem;
    bottom: calc(0.75rem + env(safe-area-inset-bottom));
    width: min(360px, calc(100vw - 1.5rem));
  }
}

@media (max-width: 420px) {
  nav .container {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-right,
  nav .btn {
    width: 100%;
  }

  nav .btn {
    text-align: center;
  }

  .faq-toggle {
    max-width: 100%;
    padding: 0.75rem 0.85rem;
    font-size: 0.78rem;
  }
}

/* === v7 live-standard visual skin: lighter two-tone blue, copy unchanged === */
:root {
  --navy: #12324a;
  --navy-light: #e8f2f8;
  --slate: #142433;
  --slate-light: #2f617f;
  --gold: #3f7fa6;
  --gold-light: #2f617f;
  --gold-dark: #12324a;
  --white: #ffffff;
  --gray-100: #f5f9fc;
  --gray-300: #5d6f7d;
  --gray-400: #6f7f8c;
  --gray-500: #768998;
  --font-serif: Georgia, 'Times New Roman', Times, serif;
  --font-sans: Arial, Helvetica, sans-serif;
}

body {
  background: #ffffff;
  color: #142433;
}

nav {
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid #d3e1ea;
  box-shadow: 0 10px 30px -28px rgba(18, 50, 74, 0.38);
}

.logo,
h1,
h2,
h3,
h4 {
  color: #142433;
}

.logo span,
.section-label,
.pullquote span,
.tier-name,
.tier-price,
.demo-kicker {
  color: #3f7fa6;
}

.nav-right .btn-primary,
.btn-primary {
  background: #12324a;
  color: #ffffff;
  border-radius: 2px;
  box-shadow: none;
}

.btn-primary:hover {
  background: #2f617f;
  color: #ffffff;
  box-shadow: 0 8px 22px -18px rgba(18, 50, 74, 0.9);
}

.hero {
  padding: 8.5rem 0 4.5rem;
  background:
    linear-gradient(90deg, #ffffff 0%, #ffffff 58%, #e8f2f8 58%, #e8f2f8 100%);
}

.hero-grid {
  grid-template-columns: minmax(0, 1fr) 390px;
}

.hero h1 {
  font-size: clamp(3rem, 5vw, 5.8rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.hero .subhead,
.subhead,
.solution-body p,
.vignette-body p,
.fit-card p,
.pricing-panel p,
.pricing-panel li,
#faq .fit-card p,
.footer-tag,
.footer-copy {
  color: #5d6f7d;
}

.hero-secondary-link {
  color: #12324a;
  border-bottom-color: rgba(63, 127, 166, 0.45);
}

.hero-secondary-link:hover {
  color: #2f617f;
  border-bottom-color: #2f617f;
}

.diagnostic-card {
  background: #ffffff;
  border: 1px solid #d3e1ea;
  border-radius: 2px;
  box-shadow: 0 26px 70px -50px rgba(18, 50, 74, 0.72);
}

.diagnostic-card-header {
  border-bottom-color: #d3e1ea;
}

.diagnostic-card-header span {
  color: #2f617f;
}

.diagnostic-card-header em {
  border-color: #b8d3e2;
  color: #12324a;
}

.diagnostic-finding {
  border-bottom-color: #d3e1ea;
}

.diagnostic-finding span {
  background: #e8f2f8;
  border-color: #b8d3e2;
  color: #12324a;
}

.diagnostic-summary {
  background: #f5f9fc;
  border-color: #d3e1ea;
}

#problem,
#sample,
#pricing {
  background: #f5f9fc;
}

#solution,
#fit,
#faq {
  background: #ffffff;
}

.vignette {
  border-bottom-color: #d3e1ea;
}

.vignette-num {
  color: rgba(47, 97, 127, 0.35);
}

.pullquote {
  color: #142433;
  border-left-color: #3f7fa6;
}

.fit-card,
.sample-col,
.sample-opportunity-wrap,
.sample-trust,
.pricing-panel,
#faq .fit-card {
  background: #ffffff;
  border-color: #d3e1ea;
  border-radius: 2px;
  box-shadow: 0 24px 70px -58px rgba(18, 50, 74, 0.7);
}

.pricing-panel {
  color: #142433;
}

.tier-price-unit,
.tier-sub {
  color: #6f7f8c;
}

.price-includes li {
  background: #f5f9fc;
  border-color: #d3e1ea;
}

.process-demo {
  background: #ffffff;
  border-top: 1px solid #d3e1ea;
  border-bottom: 1px solid #d3e1ea;
}

.process-cinema {
  border-color: #d3e1ea;
  background:
    linear-gradient(90deg, rgba(245, 249, 252, 0.92), rgba(245, 249, 252, 0.3) 48%, rgba(255, 255, 255, 0.1)),
    #ffffff;
  box-shadow: 0 26px 80px -56px rgba(18, 50, 74, 0.75);
}

.process-cinema::after {
  background:
    linear-gradient(90deg, rgba(245, 249, 252, 0.85), rgba(245, 249, 252, 0.18) 44%, transparent 72%),
    linear-gradient(0deg, rgba(245, 249, 252, 0.42), transparent 46%);
}

.process-stage-copy h3,
.process-stage-copy p {
  color: #142433;
}

.prep-console,
.interview-console,
.analysis-console,
.output-console,
.handover-console {
  background: rgba(255, 255, 255, 0.94);
  border-color: #d3e1ea;
  color: #142433;
}

.prep-console-line,
.interview-console-line,
.analysis-console-line,
.output-console-line,
.handover-console-line,
.interview-dialogue p,
.analysis-transcript p {
  color: #142433;
}

.prep-console-line strong,
.interview-console-line strong,
.analysis-console-line strong,
.output-console-line strong,
.handover-console-line strong,
.interview-dialogue span,
.analysis-transcript span {
  color: #2f617f;
}

.prep-console-output span,
.output-console-feed span,
.handover-package-list span,
.analysis-tags span {
  background: #f5f9fc;
  border-color: #d3e1ea;
  color: #142433;
}

footer {
  background: #12324a;
  color: rgba(255, 255, 255, 0.78);
}

.footer-shell {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}

footer a,
footer strong {
  color: #ffffff;
}

.footer-tag strong {
  font-size: 1.1rem;
}

.footer-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: baseline;
}

.footer-tag span {
  color: rgba(255, 255, 255, 0.68);
}

.footer-tag span::before {
  content: "|";
  color: rgba(255, 255, 255, 0.38);
  margin-right: 0.55rem;
}

.footer-links {
  margin-top: 0.95rem;
  margin-bottom: 0;
}

.footer-cobrand {
  display: block;
  height: 38px;
  width: auto;
  opacity: 0.82;
  filter: brightness(0) invert(1);
}

.footer-contact {
  text-align: right;
  margin-left: auto;
}

.footer-contact p {
  margin-bottom: 0.35rem;
}

.footer-contact .footer-copy {
  margin-top: 0;
}

@media (max-width: 900px) {
  .hero {
    background: #ffffff;
  }
}

/* Reference-inspired dimensional framing: frames, depth, softened corners. */
#problem > .container,
#solution > .container,
#sample > .container,
#process-demo > .container,
#fit > .container,
#pricing > .container,
#faq > .container {
  position: relative;
  border: 1px solid #d3e1ea;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow:
    0 28px 80px -62px rgba(18, 50, 74, 0.78),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
  padding: 3rem;
}

#problem > .container::before,
#solution > .container::before,
#sample > .container::before,
#process-demo > .container::before,
#fit > .container::before,
#pricing > .container::before,
#faq > .container::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(211, 225, 234, 0.55);
  border-radius: 16px;
  pointer-events: none;
}

.diagnostic-card {
  border-radius: 18px;
  box-shadow:
    0 28px 76px -48px rgba(18, 50, 74, 0.75),
    0 12px 28px -24px rgba(18, 50, 74, 0.65),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.fit-card,
.sample-col,
.sample-opportunity-wrap,
.sample-trust,
.pricing-panel,
#faq .fit-card {
  border-radius: 16px;
  box-shadow:
    0 24px 64px -52px rgba(18, 50, 74, 0.72),
    0 10px 22px -20px rgba(18, 50, 74, 0.55);
}

.process-cinema {
  border-radius: 22px;
  box-shadow:
    0 32px 90px -58px rgba(18, 50, 74, 0.78),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.prep-console,
.interview-console,
.analysis-console,
.output-console,
.handover-console {
  border-radius: 14px;
  box-shadow: 0 20px 54px -42px rgba(18, 50, 74, 0.75);
}

@media (max-width: 900px) {
  #problem > .container,
  #solution > .container,
  #sample > .container,
  #process-demo > .container,
  #fit > .container,
  #pricing > .container,
  #faq > .container {
    padding: 2rem 1.25rem;
    border-radius: 18px;
  }
}

/* Image-rich hybrid: live text, prior visual language, more photography. */
.hero-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(400px, 0.78fr);
  gap: 4rem;
}

.hero-proof-stack {
  display: grid;
  gap: 1rem;
  min-width: 0;
}

.hero-image-card,
.section-photo-card,
.pricing-photo-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid #d3e1ea;
  border-radius: 22px;
  background: #ffffff;
  box-shadow:
    0 28px 80px -58px rgba(18, 50, 74, 0.78),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.hero-image-card img,
.section-photo-card img,
.pricing-photo-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-image-card img {
  aspect-ratio: 5 / 3.4;
}

.hero-proof-stack .diagnostic-card {
  width: min(94%, 430px);
  justify-self: end;
  margin-top: -3.5rem;
  position: relative;
  z-index: 2;
}

.section-image-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.55fr);
  gap: 3.5rem;
  align-items: center;
}

.section-image-layout-reverse {
  grid-template-columns: minmax(300px, 0.55fr) minmax(0, 1fr);
}

.section-photo-card img {
  aspect-ratio: 4 / 5;
}

.section-photo-card-wide img {
  aspect-ratio: 4 / 3;
}

.pricing-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.52fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: stretch;
  margin-top: 2rem;
}

.pricing-layout .pricing-panel {
  margin-top: 0;
}

.pricing-photo-card img {
  aspect-ratio: 4 / 3;
}

#sample .sample-side-by-side,
#sample .sample-opportunity-wrap {
  position: relative;
  z-index: 1;
}

#sample .sample-side-by-side::before {
  content: "";
  position: absolute;
  inset: -1.25rem;
  z-index: -1;
  border: 1px solid rgba(211, 225, 234, 0.7);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(232, 242, 248, 0.5), rgba(255, 255, 255, 0));
  pointer-events: none;
}

@media (max-width: 980px) {
  .hero-grid,
  .section-image-layout,
  .section-image-layout-reverse,
  .pricing-layout {
    grid-template-columns: 1fr;
  }

  .hero-proof-stack .diagnostic-card {
    width: 100%;
    justify-self: stretch;
    margin-top: 0;
  }

  .section-photo-card img,
  .section-photo-card-wide img,
  .pricing-photo-card img {
    aspect-ratio: 4 / 3;
  }
}

/* Iteration: larger editorial images and restore demo readability. */
#problem .section-image-layout {
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 0.92fr);
  gap: 3rem;
}

#solution .section-image-layout-reverse {
  grid-template-columns: minmax(460px, 0.95fr) minmax(0, 0.72fr);
  gap: 3rem;
}

#problem .subhead,
#solution .solution-body p {
  font-size: 1rem;
  line-height: 1.65;
}

#problem h2,
#solution h2 {
  font-size: clamp(2.15rem, 3.2vw, 3.05rem);
}

#problem .section-photo-card,
#solution .section-photo-card {
  min-height: 620px;
}

#problem .section-photo-card img,
#solution .section-photo-card img {
  aspect-ratio: auto;
}

.process-demo {
  background: #12324a;
  color: rgba(248, 250, 252, 0.82);
}

.process-demo h2,
.process-stage-copy h3 {
  color: #ffffff;
}

.process-demo > .container > .subhead,
.process-stage-copy p {
  color: rgba(248, 250, 252, 0.76);
}

.process-stage-copy .demo-kicker,
.demo-kicker {
  color: #8bc2e0;
}

.process-cinema {
  border-color: rgba(139, 194, 224, 0.34);
  background:
    radial-gradient(circle at 20% 18%, rgba(63, 127, 166, 0.22), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent 36%),
    rgba(15, 23, 42, 0.94);
  box-shadow: 0 30px 86px -50px rgba(0, 0, 0, 0.84);
}

.process-cinema::after {
  background:
    linear-gradient(90deg, rgba(15, 23, 42, 0.86), rgba(15, 23, 42, 0.22) 38%, transparent 66%),
    linear-gradient(0deg, rgba(15, 23, 42, 0.52), transparent 46%);
}

.prep-console,
.interview-console,
.analysis-console,
.output-console,
.handover-console {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(211, 225, 234, 0.72);
}

@media (max-width: 980px) {
  #problem .section-image-layout,
  #solution .section-image-layout-reverse {
    grid-template-columns: 1fr;
  }

  #problem .section-photo-card,
  #solution .section-photo-card {
    min-height: 0;
  }

  #problem .section-photo-card img,
  #solution .section-photo-card img {
    aspect-ratio: 4 / 3;
  }
}

/* Fix image cards and restore original demo look. */
#problem .section-photo-card,
#solution .section-photo-card {
  min-height: 0;
  height: clamp(500px, 48vw, 680px);
}

#problem .section-photo-card img,
#solution .section-photo-card img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
}

#solution .section-photo-card img {
  object-position: center;
}

.process-demo {
  background: linear-gradient(180deg, rgba(22, 32, 56, 0.45) 0%, rgba(15, 26, 46, 0) 100%);
  border-top: 0;
  border-bottom: 0;
  color: var(--gray-300);
}

#process-demo > .container {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0 1.5rem;
}

#process-demo > .container::before {
  display: none;
}

.process-cinema {
  border: 1px solid rgba(212, 160, 23, 0.28);
  border-radius: 8px;
  background:
    radial-gradient(circle at 20% 18%, rgba(212, 160, 23, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent 36%),
    rgba(15, 23, 42, 0.92);
  box-shadow: 0 22px 60px -38px rgba(0, 0, 0, 0.9);
}

.process-cinema::after {
  background:
    linear-gradient(90deg, rgba(15, 23, 42, 0.8), rgba(15, 23, 42, 0.18) 34%, transparent 62%),
    linear-gradient(0deg, rgba(15, 23, 42, 0.52), transparent 46%);
}

.process-stage-copy h3,
.process-demo h2 {
  color: var(--white);
}

.process-stage-copy p,
.process-demo > .container > .subhead {
  color: var(--gray-300);
}

.process-stage-copy .demo-kicker,
.demo-kicker {
  color: var(--gold);
}

.prep-console,
.interview-console,
.analysis-console,
.output-console,
.handover-console {
  border-radius: 8px;
}

@media (max-width: 980px) {
  #problem .section-photo-card,
  #solution .section-photo-card {
    height: auto;
  }

  #problem .section-photo-card img,
  #solution .section-photo-card img {
    aspect-ratio: 4 / 3;
  }

  #process-demo > .container {
    padding: 0 1.25rem;
  }
}

/* Restore original demo console styling; keep visual skin out of the player internals. */
.prep-console,
.interview-console,
.analysis-console,
.output-console,
.handover-console {
  background: rgba(3, 7, 18, 0.88);
  border-color: transparent;
  border-radius: 0;
  color: #ffffff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.85);
  box-shadow: none;
}

.prep-console-line,
.interview-console-line,
.analysis-console-line,
.output-console-line,
.handover-console-line {
  color: #ffffff;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  text-shadow: 0 2px 10px #000000, 0 0 18px rgba(0, 0, 0, 0.95);
}

.prep-console-line strong,
.interview-console-line strong,
.analysis-console-line strong,
.output-console-line strong,
.handover-console-line strong {
  color: #ffe27a;
}

.prep-console-line::before {
  color: #ffe27a;
}

.prep-console-output span,
.output-console-feed span,
.handover-package-list span,
.analysis-tags span {
  background: transparent;
  border-color: transparent;
  color: #f8fafc;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  text-shadow: 0 2px 10px #000000, 0 0 18px rgba(0, 0, 0, 0.95);
}

.prep-console-output span::before,
.output-console-feed span::before,
.handover-package-list span::before,
.analysis-tags span::before {
  color: #ffe27a;
}

.interview-dialogue p,
.analysis-transcript p {
  background: rgba(3, 7, 18, 0.72);
  border-color: rgba(255, 255, 255, 0.12);
  color: #f8fafc;
}

.interview-dialogue span,
.analysis-transcript span {
  color: #ffe27a;
}

/* Normalize demo console typography across every slide. */
.prep-console-line,
.prep-console-output span,
.interview-console-line,
.interview-dialogue p,
.analysis-console-line,
.analysis-transcript p,
.analysis-tags span,
.output-console-line,
.output-console-feed span,
.handover-console-line,
.handover-package-list span {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 0.84rem;
  font-weight: 900;
  line-height: 1.42;
  letter-spacing: 0;
}

.prep-console-line strong,
.interview-console-line strong,
.analysis-console-line strong,
.output-console-line strong,
.handover-console-line strong,
.interview-dialogue span,
.analysis-transcript span {
  font-family: inherit;
  font-size: inherit;
  font-weight: 900;
}

.prep-console-output span::before,
.output-console-feed span::before,
.handover-package-list span::before,
.analysis-tags span::before {
  font-family: inherit;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

/* World-class polish pass: clearer hierarchy, fewer repeated frames, protected demo. */
body {
  background:
    linear-gradient(90deg, rgba(232, 242, 248, 0.64) 0 1px, transparent 1px) 0 0 / 88px 88px,
    linear-gradient(#ffffff, #f7fbfd 58%, #ffffff);
}

section {
  padding: 4.75rem 0;
}

.hero {
  min-height: 92vh;
  padding: 8rem 0 4rem;
}

.hero-grid {
  grid-template-columns: minmax(0, 0.88fr) minmax(460px, 0.82fr);
  gap: 4.5rem;
}

.hero h1 {
  max-width: 800px;
  font-size: clamp(3.25rem, 5.4vw, 6rem);
  line-height: 1;
}

.hero-proof-stack {
  align-self: center;
}

.hero-image-card {
  border-radius: 26px;
}

.hero-image-card img {
  aspect-ratio: 5 / 3.55;
}

.hero-proof-stack .diagnostic-card {
  width: min(92%, 450px);
  margin-top: -4.25rem;
  margin-right: 1.25rem;
}

#problem > .container,
#solution > .container,
#sample > .container,
#pricing > .container {
  border-radius: 28px;
  padding: 3.4rem;
  box-shadow:
    0 34px 92px -68px rgba(18, 50, 74, 0.82),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

#fit > .container,
#faq > .container {
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0 1.5rem;
}

#fit > .container::before,
#faq > .container::before {
  display: none;
}

#problem .section-image-layout {
  grid-template-columns: minmax(0, 0.66fr) minmax(480px, 1fr);
  gap: 3.25rem;
}

#solution .section-image-layout-reverse {
  grid-template-columns: minmax(520px, 1fr) minmax(0, 0.66fr);
  gap: 3.25rem;
}

#problem .section-photo-card,
#solution .section-photo-card {
  height: clamp(560px, 50vw, 720px);
  border-radius: 24px;
}

#solution .section-photo-card {
  height: clamp(500px, 43vw, 640px);
}

#problem h2,
#solution h2 {
  font-size: clamp(2rem, 2.85vw, 2.8rem);
  line-height: 1.08;
}

#problem .subhead,
#solution .solution-body p {
  max-width: 560px;
}

.vignettes {
  margin-top: 2.1rem;
}

.vignette {
  grid-template-columns: 54px 1fr;
  gap: 1rem;
  padding: 1.15rem 0;
}

.vignette-num {
  font-size: 1.35rem;
}

.pullquote {
  margin-top: 2.4rem;
  font-size: clamp(1.45rem, 2vw, 2rem);
}

#sample .sample-side-by-side::before {
  inset: -1.6rem;
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(232, 242, 248, 0.82), rgba(255, 255, 255, 0.2));
}

#process-demo > .container {
  max-width: 1120px;
}

.process-player {
  width: min(100%, 1040px);
}

#fit .fit-grid {
  gap: 1rem;
  border: 0;
}

#fit .fit-card,
#faq .fit-card {
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid #d3e1ea;
  box-shadow: 0 18px 54px -48px rgba(18, 50, 74, 0.62);
}

.pricing-layout {
  grid-template-columns: minmax(300px, 0.45fr) minmax(0, 1fr);
  gap: 2.5rem;
}

.pricing-panel {
  border-radius: 24px;
  padding: 2rem;
}

.pricing-photo-card {
  border-radius: 24px;
}

.pricing-photo-card img {
  aspect-ratio: 3 / 4;
}

/* Hard demo isolation: page-level card/frame styling should not affect internals. */
#process-demo .process-cinema,
#process-demo .cinema-surface,
#process-demo .prep-console,
#process-demo .interview-console,
#process-demo .analysis-console,
#process-demo .output-console,
#process-demo .handover-console {
  box-sizing: border-box;
}

#process-demo .prep-console,
#process-demo .interview-console,
#process-demo .analysis-console,
#process-demo .output-console,
#process-demo .handover-console {
  background: rgba(3, 7, 18, 0.88);
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

@media (max-width: 980px) {
  .hero-grid,
  #problem .section-image-layout,
  #solution .section-image-layout-reverse,
  .pricing-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-proof-stack .diagnostic-card {
    width: 100%;
    margin: 0;
  }

  #problem > .container,
  #solution > .container,
  #sample > .container,
  #pricing > .container {
    padding: 2rem 1.25rem;
    border-radius: 22px;
  }

  #problem .section-photo-card,
  #solution .section-photo-card {
    height: auto;
  }

  #problem .section-photo-card img,
  #solution .section-photo-card img,
  .pricing-photo-card img {
    aspect-ratio: 4 / 3;
  }
}

/* Header CTA polish. */
nav .container {
  min-height: 56px;
}

.nav-right {
  gap: 1rem;
}

nav .btn {
  min-height: 42px;
  padding: 0.72rem 1.25rem;
  border-radius: 14px;
  font-size: 0.9rem;
  line-height: 1.1;
  font-weight: 700;
  white-space: nowrap;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow:
    0 14px 28px -18px rgba(18, 50, 74, 0.9),
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    inset 0 -2px 0 rgba(0, 0, 0, 0.18);
  transform: translateY(0);
}

nav .btn:hover {
  transform: translateY(-1px);
  box-shadow:
    0 18px 34px -20px rgba(18, 50, 74, 0.95),
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    inset 0 -2px 0 rgba(0, 0, 0, 0.2);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.78rem 1.35rem;
  border-radius: 14px;
  background: linear-gradient(180deg, #2f617f 0%, #12324a 100%);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow:
    0 14px 26px -16px rgba(18, 50, 74, 0.95),
    0 4px 0 rgba(9, 28, 43, 0.95),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0;
  text-decoration: none;
}

.header-cta:hover {
  background: linear-gradient(180deg, #347091 0%, #12324a 100%);
  transform: translateY(-1px);
  box-shadow:
    0 18px 32px -18px rgba(18, 50, 74, 1),
    0 5px 0 rgba(9, 28, 43, 0.95),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

/* Final CTA shape override: make the booking button visibly rounded. */
nav .header-cta,
nav .header-cta:hover,
.header-cta,
.header-cta:hover {
  border-radius: 999px !important;
  overflow: hidden;
}
