/* ==========================================================================
   LC Redesign: AI Visibility page
   Additive styles for the reduced eight block landing page.
   ========================================================================== */

/* ---- Page rhythm ------------------------------------------------------- */
body.lc-ai-visibility #stakes.lc-section { padding: 40px 0 44px; }
body.lc-ai-visibility #work.lc-section { padding: 88px 0 92px; }
body.lc-ai-visibility #process.lc-section { padding: 82px 0 86px; }
body.lc-ai-visibility #proof.lc-section { padding: 82px 0 86px; }
body.lc-ai-visibility #review.lc-section { padding: 88px 0 92px; }
body.lc-ai-visibility #faq.lc-section { padding: 72px 0 76px; }
body.lc-ai-visibility .lc-cta { padding: 78px 0 82px; }
body.lc-ai-visibility .lc-footer { overflow: hidden; }

body.lc-ai-visibility .lc-h2 + .lc-body-text,
body.lc-ai-visibility .lc-h2--lg + .lc-body-text { margin-top: 22px; }
body.lc-ai-visibility .lc-body-text + .lc-body-text { margin-top: 18px; }
body.lc-ai-visibility .lc-btn:active { transform: translateY(1px); }
body.lc-ai-visibility .lc-cta__panel { align-items: start; }
body.lc-ai-visibility .lc-faq-item.is-open .lc-faq-item__a { max-height: 700px; }

/* ---- Light hero — Promptwatch-style workbench grid ---------------------- */
body.lc-ai-visibility .lc-hero--light {
  background-color: #f4f3f1;
  border-bottom: 1px solid rgba(28, 25, 23, .08);
}

/* Large blueprint grid + intersection dots (edges stronger than center). */
body.lc-ai-visibility .lc-hero--light::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-color: transparent;
  background-image:
    radial-gradient(circle at center, rgba(28, 25, 23, .16) 1px, transparent 1.4px),
    linear-gradient(to right, rgba(28, 25, 23, .09) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(28, 25, 23, .09) 1px, transparent 1px);
  background-size: 80px 80px, 80px 80px, 80px 80px;
  background-position: 0 0, 0 0, 0 0;
  opacity: .7;
  mask-image: none;
  -webkit-mask-image: none;
}

/* Soft white radial wash so copy sits on a clean center (Promptwatch trick). */
body.lc-ai-visibility .lc-hero--light::after {
  content: "";
  position: absolute;
  inset: 0;
  left: 0;
  width: 100%;
  transform: none;
  z-index: 1;
  pointer-events: none;
  border: 0;
  background:
    radial-gradient(ellipse 78% 62% at 50% 38%, #fff 0%, rgba(255, 255, 255, .88) 32%, rgba(255, 255, 255, .35) 58%, transparent 76%),
    linear-gradient(180deg, transparent 72%, #f4f3f1 100%);
}

body.lc-ai-visibility .lc-hero--light .lc-hero__glow,
body.lc-ai-visibility .lc-hero--light .lc-hero__signal {
  display: none;
}

body.lc-ai-visibility .lc-hero--light .lc-hero__eyebrow {
  color: rgba(10, 42, 94, .55);
}

body.lc-ai-visibility .lc-hero--light .lc-hero__title {
  color: var(--lc-navy-900);
}

body.lc-ai-visibility .lc-hero--light .lc-hero__sub {
  color: rgba(10, 42, 94, .68);
}

body.lc-ai-visibility .lc-hero--light .lc-btn--ghost-dark {
  border-color: rgba(10, 42, 94, .18);
  color: var(--lc-navy-900);
  background: rgba(255, 255, 255, .82);
  backdrop-filter: blur(6px);
}

body.lc-ai-visibility .lc-hero--light .lc-btn--ghost-dark:hover {
  background: #fff;
  border-color: rgba(10, 42, 94, .28);
  color: var(--lc-navy-900);
}

body.lc-ai-visibility .lc-redesign .lc-hero--light .lc-btn--ghost-dark,
body.lc-ai-visibility .lc-redesign .lc-hero--light .lc-btn--ghost-dark:hover {
  color: var(--lc-navy-900);
}

.lc-trust-strip {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 10px;
  margin-top: 28px;
}

.lc-trust-strip__item {
  max-width: none;
  padding: 2px 18px;
  color: rgba(10, 42, 94, .55);
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
  white-space: nowrap;
}

.lc-trust-strip__item:not(:last-child) {
  border-right: 1px solid rgba(10, 42, 94, .12);
}

/* ---- Hero inline AI mark (Promptwatch-style chip) -------------------- */
.lc-hero__title .lc-hero__ai-mark {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: .92em;
  height: .92em;
  margin: 0 .1em 0 .18em;
  vertical-align: -.14em;
  background: #fff;
  border-radius: .22em;
  box-shadow: 0 1px 2px rgba(15, 23, 42, .16), 0 0 0 1px rgba(15, 23, 42, .1);
  transform: rotate(6deg);
  overflow: hidden;
}

.lc-hero__ai-mark__face {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(.92);
  transition: opacity .45s ease, transform .45s ease;
  pointer-events: none;
}

.lc-hero__ai-mark__face.is-active {
  opacity: 1;
  transform: scale(1);
}

.lc-hero__ai-mark__face svg {
  width: 58%;
  height: 58%;
}

.lc-hero__ai-mark__face[data-lc-ai-face="chatgpt"] svg { color: #10A37F; }
.lc-hero__ai-mark__face[data-lc-ai-face="perplexity"] svg { color: #20808D; }
.lc-hero__ai-mark__face[data-lc-ai-face="claude"] svg { color: #D97757; }
.lc-hero__ai-mark__face[data-lc-ai-face="copilot"] svg { color: #0078D4; }
.lc-hero__ai-mark__face[data-lc-ai-face="grok"] svg { color: #111111; }
/* Google uses multi-color path fills in the SVG markup. */

@media (prefers-reduced-motion: reduce) {
  .lc-hero__ai-mark__face {
    transition: none;
  }
}

/* ---- Shared page split ------------------------------------------------ */
.lc-av-split {
  display: grid;
  grid-template-columns: minmax(260px,.8fr) minmax(0,1.2fr);
  column-gap: 64px;
  align-items: start;
}

.lc-av-split__aside,
.lc-av-split__main { min-width: 0; }

/* ---- Commercial stakes ------------------------------------------------ */
.lc-stakes-head {
  display: grid;
  grid-template-columns: minmax(0,1.35fr) minmax(280px,.75fr);
  gap: 36px 56px;
  align-items: end;
}

#stakes .lc-h2--lg {
  max-width: 720px;
  text-wrap: balance;
}

.lc-stakes__lede {
  max-width: 560px;
  margin-top: 12px;
}

.lc-stakes-proof {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--lc-divider);
  background: #fff;
}

.lc-stakes-proof__stat {
  min-width: 0;
  padding: 18px 20px 20px;
}

.lc-stakes-proof__stat + .lc-stakes-proof__stat {
  border-left: 1px solid var(--lc-divider);
}

.lc-stakes-proof__stat span {
  display: block;
  color: var(--lc-green-600);
  font-family: 'Sora', sans-serif;
  font-size: clamp(34px,3.4vw,44px);
  font-weight: 800;
  line-height: .95;
  letter-spacing: -.045em;
}

.lc-stakes-proof__stat strong {
  display: block;
  margin-top: 10px;
  color: var(--lc-navy-900);
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: -.015em;
  text-wrap: balance;
}

.lc-buyer-demo {
  --lc-journey-progress: 12.5%;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0,1.5fr) minmax(240px,.85fr);
  grid-template-areas: "chat journey";
  gap: 1px;
  align-items: stretch;
  margin-top: 34px;
  padding: 1px;
  overflow: hidden;
  border: 1px solid #e4e4e7;
  border-radius: 16px;
  background: #e4e4e7;
  box-shadow: 0 1px 2px rgba(15, 23, 42, .04), 0 20px 48px rgba(15, 23, 42, .06);
}

.lc-buyer-tab {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.lc-buyer-journey {
  grid-area: journey;
  display: grid;
  grid-auto-rows: 1fr;
  gap: 1px;
  margin: 0;
  padding: 0;
  list-style: none;
  min-width: 0;
  height: 100%;
  background: #e4e4e7;
}

.lc-buyer-journey::before,
.lc-buyer-journey::after {
  content: none;
}

/* Kill Akpager list/label margins that inflate the 1px hairlines. */
.lc-buyer-journey li,
.lc-buyer-journey li:not(:last-child) {
  display: grid;
  min-width: 0;
  min-height: 0;
  margin: 0;
  background: #fff;
}

.lc-buyer-journey__control {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  align-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 16px 18px;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  color: inherit;
  text-align: left;
  cursor: pointer;
  transition: background-color .18s ease, box-shadow .18s ease;
}

.lc-buyer-journey__control:hover {
  background: #fafafa;
}

.lc-buyer-demo:has(#lc-tab-research:focus-visible) [data-lc-journey-stage="research"] .lc-buyer-journey__control,
.lc-buyer-demo:has(#lc-tab-compare:focus-visible) [data-lc-journey-stage="compare"] .lc-buyer-journey__control,
.lc-buyer-demo:has(#lc-tab-shortlist:focus-visible) [data-lc-journey-stage="shortlist"] .lc-buyer-journey__control,
.lc-buyer-demo:has(#lc-tab-decision:focus-visible) [data-lc-journey-stage="decision"] .lc-buyer-journey__control {
  outline: 2px solid var(--lc-green-500);
  outline-offset: 2px;
}

.lc-buyer-journey__icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #f4f4f5;
  color: #52525b;
  transition: color .18s ease, border-color .18s ease, background-color .18s ease;
}

/*
 * Akpager sets `svg { fill: currentColor }`, which turns Lucide stroke icons
 * (especially circle-based ones) into solid blobs. Force stroke-only.
 */
.lc-buyer-journey__icon svg.lucide,
.lc-buyer-journey__icon svg {
  width: 20px;
  height: 20px;
  display: block;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lc-buyer-journey__icon svg.lucide *,
.lc-buyer-journey__icon svg * {
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lc-buyer-journey__text {
  min-width: 0;
  padding-top: 1px;
}

.lc-buyer-journey__meta {
  display: block;
  margin-bottom: 3px;
  color: #a1a1aa;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.lc-buyer-journey strong {
  display: block;
  color: #18181b;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -.015em;
}

.lc-buyer-journey__copy {
  display: block;
  margin-top: 4px;
  color: #71717a;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 12.5px;
  font-weight: 400;
  line-height: 1.45;
}

/* Active step */
.lc-buyer-demo:has(#lc-tab-research:checked) [data-lc-journey-stage="research"] .lc-buyer-journey__control,
.lc-buyer-demo:has(#lc-tab-compare:checked) [data-lc-journey-stage="compare"] .lc-buyer-journey__control,
.lc-buyer-demo:has(#lc-tab-shortlist:checked) [data-lc-journey-stage="shortlist"] .lc-buyer-journey__control,
.lc-buyer-demo:has(#lc-tab-decision:checked) [data-lc-journey-stage="decision"] .lc-buyer-journey__control {
  background: #f0faf3;
  box-shadow: inset 3px 0 0 var(--lc-green-600);
}

.lc-buyer-demo:has(#lc-tab-research:checked) [data-lc-journey-stage="research"] .lc-buyer-journey__icon,
.lc-buyer-demo:has(#lc-tab-compare:checked) [data-lc-journey-stage="compare"] .lc-buyer-journey__icon,
.lc-buyer-demo:has(#lc-tab-shortlist:checked) [data-lc-journey-stage="shortlist"] .lc-buyer-journey__icon,
.lc-buyer-demo:has(#lc-tab-decision:checked) [data-lc-journey-stage="decision"] .lc-buyer-journey__icon {
  border-color: rgba(24, 185, 74, .28);
  background: #e8f8ee;
  color: var(--lc-green-600);
  box-shadow: none;
}

.lc-buyer-demo:has(#lc-tab-research:checked) [data-lc-journey-stage="research"] .lc-buyer-journey__meta,
.lc-buyer-demo:has(#lc-tab-compare:checked) [data-lc-journey-stage="compare"] .lc-buyer-journey__meta,
.lc-buyer-demo:has(#lc-tab-shortlist:checked) [data-lc-journey-stage="shortlist"] .lc-buyer-journey__meta,
.lc-buyer-demo:has(#lc-tab-decision:checked) [data-lc-journey-stage="decision"] .lc-buyer-journey__meta {
  color: var(--lc-green-600);
}

.lc-buyer-demo:has(#lc-tab-research:checked) [data-lc-journey-stage="research"] strong,
.lc-buyer-demo:has(#lc-tab-compare:checked) [data-lc-journey-stage="compare"] strong,
.lc-buyer-demo:has(#lc-tab-shortlist:checked) [data-lc-journey-stage="shortlist"] strong,
.lc-buyer-demo:has(#lc-tab-decision:checked) [data-lc-journey-stage="decision"] strong {
  color: #18181b;
}

.lc-chat-mock {
  grid-area: chat;
  min-width: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid #d5dee8;
  background: #fff;
  box-shadow: 0 18px 40px rgba(15, 36, 61, .08);
}

.lc-chat-mock__chrome {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 58px;
  padding: 12px 18px;
  border-bottom: 1px solid #dfe6ee;
  background: #f7f9fb;
}

.lc-chat-mock__dots {
  display: flex;
  gap: 5px;
  flex: none;
}

.lc-chat-mock__dots i {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c9d3de;
}

.lc-chat-mock__title-wrap {
  min-width: 0;
}

.lc-chat-mock__title-wrap h3 {
  color: var(--lc-navy-900);
  font-family: 'Sora', sans-serif;
  font-size: 15px;
  line-height: 1.25;
  letter-spacing: -.015em;
}

.lc-chat-mock__title-wrap span {
  display: block;
  margin-top: 2px;
  color: var(--lc-muted);
  font-size: 11px;
  line-height: 1.4;
}

.lc-chat-mock__prompt {
  margin: 18px 18px 0;
  padding: 14px 16px;
  border: 1px solid #e3e9f0;
  background: #fbfcfd;
}

.lc-chat-mock__prompt > span {
  display: block;
  color: var(--lc-green-600);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.lc-chat-mock__prompt p {
  margin-top: 6px;
  color: var(--lc-navy-900);
  font-family: 'Sora', sans-serif;
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.45;
  text-wrap: pretty;
}

.lc-chat-mock__status {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 12px 18px 0;
  color: var(--lc-muted);
  font-size: 12px;
  font-weight: 600;
}

.lc-chat-mock__status-label { display: none; }

.lc-buyer-demo:has(#lc-tab-research:checked) .lc-chat-mock__status-label--research,
.lc-buyer-demo:has(#lc-tab-compare:checked) .lc-chat-mock__status-label--compare,
.lc-buyer-demo:has(#lc-tab-shortlist:checked) .lc-chat-mock__status-label--shortlist,
.lc-buyer-demo:has(#lc-tab-decision:checked) .lc-chat-mock__status-label--decision {
  display: inline;
}

.lc-chat-mock__pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--lc-green-500);
  box-shadow: 0 0 0 0 rgba(34, 154, 108, .35);
  animation: lc-chat-pulse 1.6s ease-out infinite;
}

@keyframes lc-chat-pulse {
  0% { box-shadow: 0 0 0 0 rgba(34, 154, 108, .35); }
  70% { box-shadow: 0 0 0 8px rgba(34, 154, 108, 0); }
  100% { box-shadow: 0 0 0 0 rgba(34, 154, 108, 0); }
}

.lc-chat-mock__chip {
  padding: 4px 8px;
  border: 1px solid #dbe3eb;
  background: #fff;
  color: var(--lc-navy-900);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
}

.lc-chat-mock__body {
  flex: 1;
  min-height: 290px;
  padding: 16px 18px 20px;
}

.lc-chat-mock__view { display: none; }

.lc-buyer-demo:has(#lc-tab-research:checked) [data-lc-study-panel="research"],
.lc-buyer-demo:has(#lc-tab-compare:checked) [data-lc-study-panel="compare"],
.lc-buyer-demo:has(#lc-tab-shortlist:checked) [data-lc-study-panel="shortlist"],
.lc-buyer-demo:has(#lc-tab-decision:checked) [data-lc-study-panel="decision"] {
  display: block;
  animation: lc-chat-view-in .28s cubic-bezier(.22,.61,.36,1);
}

@keyframes lc-chat-view-in {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

.lc-chat-mock__answer {
  color: var(--lc-navy-900);
  font-size: 14.5px;
  line-height: 1.6;
  text-wrap: pretty;
}

.lc-chat-mock__cards {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 10px;
  margin-top: 16px;
}

.lc-chat-mock__cards article {
  min-width: 0;
  padding: 12px 12px 14px;
  border: 1px solid #e2e8f0;
  background: #fbfcfd;
}

.lc-chat-mock__cards span,
.lc-chat-mock__rows li::before,
.lc-chat-mock__cta span {
  color: var(--lc-green-600);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.lc-chat-mock__cards strong,
.lc-chat-mock__rows strong,
.lc-chat-mock__brands strong,
.lc-chat-mock__cta strong {
  display: block;
  margin-top: 6px;
  color: var(--lc-navy-900);
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -.015em;
}

.lc-chat-mock__cards p,
.lc-chat-mock__rows span,
.lc-chat-mock__brands p {
  margin-top: 5px;
  color: var(--lc-muted);
  font-size: 12.5px;
  line-height: 1.45;
}

.lc-chat-mock__rows {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.lc-chat-mock__rows li {
  padding: 12px 14px;
  border: 1px solid #e2e8f0;
  background: #fbfcfd;
}

.lc-chat-mock__brands {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.lc-chat-mock__brands li {
  display: grid;
  grid-template-columns: 42px minmax(0,1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid #e2e8f0;
  background: #fff;
}

.lc-chat-mock__mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid #cfe5d9;
  background: var(--lc-green-50);
  color: var(--lc-green-700, #1f7a56);
  font-family: 'Sora', sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.lc-chat-mock__mark--muted {
  border-color: #dce3eb;
  background: #f4f7fa;
  color: #6d7f93;
}

.lc-chat-mock__brands em {
  color: var(--lc-green-600);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  white-space: nowrap;
}

.lc-chat-mock__checks {
  display: grid;
  gap: 0;
  margin-top: 14px;
  border-top: 1px solid var(--lc-divider);
}

.lc-chat-mock__checks li {
  position: relative;
  padding: 12px 0 12px 28px;
  border-bottom: 1px solid var(--lc-divider);
  color: var(--lc-navy-900);
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.45;
}

.lc-chat-mock__checks li::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 17px;
  width: 10px;
  height: 5px;
  border-left: 1.7px solid var(--lc-green-600);
  border-bottom: 1.7px solid var(--lc-green-600);
  transform: rotate(-45deg);
}

.lc-chat-mock__cta {
  margin-top: 14px;
  padding: 14px 16px;
  border: 1px solid #cfe5d9;
  background: var(--lc-green-50);
}

.lc-chat-mock__cta strong {
  margin-top: 4px;
  font-size: 16px;
}

.lc-study-source {
  max-width: 900px;
  margin-top: 16px;
  color: var(--lc-muted);
  font-size: 12px;
  line-height: 1.6;
}

.lc-redesign .lc-study-source a {
  color: var(--lc-green-600);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

/* ---- Workstreams ------------------------------------------------------ */
.lc-work-intro {
  display: grid;
  grid-template-columns: minmax(0,.95fr) minmax(300px,1.05fr);
  gap: 74px;
  align-items: end;
}

.lc-work-intro__copy {
  padding-left: 34px;
  border-left: 2px solid var(--lc-green-500);
  color: var(--lc-muted);
  font-size: var(--lc-text-supporting);
  line-height: 1.7;
}

.lc-work-intro__copy p + p {
  margin-top: 12px;
  color: var(--lc-navy-900);
  font-weight: 600;
}

.lc-work-list {
  margin-top: 38px;
  border-top: 1px solid var(--lc-divider);
}

.lc-work-row {
  display: grid;
  grid-template-columns: 58px minmax(230px,.86fr) minmax(0,1.14fr);
  gap: 28px;
  align-items: start;
  padding: 25px 0 27px;
  border-bottom: 1px solid var(--lc-divider);
}

.lc-work-row__number {
  color: #9aabc0;
  font-family: 'Sora', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.lc-work-row h3 {
  color: var(--lc-navy-900);
  font-size: 19px;
  line-height: 1.4;
  letter-spacing: -.02em;
  text-wrap: balance;
}

.lc-work-row p {
  color: var(--lc-muted);
  font-size: var(--lc-text-supporting);
  line-height: 1.68;
  text-wrap: pretty;
}

/* ---- Engagement path ------------------------------------------------- */
#process .lc-h2--md {
  max-width: 450px;
  font-size: 30px;
  line-height: 1.22;
}

.lc-process-list {
  border-top: 1px solid var(--lc-divider);
}

.lc-process-item {
  display: grid;
  grid-template-columns: 48px minmax(0,1fr);
  gap: 18px;
  padding: 19px 0 21px;
  border-bottom: 1px solid var(--lc-divider);
}

.lc-process-item__number {
  color: var(--lc-green-600);
  font-family: 'Sora', sans-serif;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.25;
}

.lc-process-item h3 {
  color: var(--lc-navy-900);
  font-size: 17px;
  line-height: 1.4;
}

.lc-process-item p {
  margin-top: 5px;
  color: var(--lc-muted);
  font-size: var(--lc-text-supporting);
  line-height: 1.65;
  text-wrap: pretty;
}

/* ---- Review outcomes -------------------------------------------------- */
.lc-review-head {
  display: grid;
  grid-template-columns: minmax(0,1.06fr) minmax(300px,.94fr);
  gap: 72px;
  align-items: end;
}

.lc-review-head > p {
  max-width: 520px;
  padding-left: 28px;
  border-left: 1px solid var(--lc-divider);
  color: var(--lc-muted);
  font-size: var(--lc-text-supporting);
  line-height: 1.7;
  text-wrap: pretty;
}

.lc-num-list {
  margin-top: 36px;
  border-top: 1px solid var(--lc-divider);
}

.lc-num-item {
  display: grid;
  grid-template-columns: 58px minmax(0,.92fr) minmax(0,1.08fr);
  column-gap: 30px;
  padding: 24px 0 26px;
  border-bottom: 1px solid var(--lc-divider);
}

.lc-num-item__n {
  color: #a7b6c8;
  font-family: 'Sora', sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -.045em;
}

.lc-num-item__t {
  color: var(--lc-navy-900);
  font-family: 'Sora', sans-serif;
  font-size: 18.5px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -.024em;
  text-wrap: balance;
}

.lc-num-item p {
  color: var(--lc-muted);
  font-size: var(--lc-text-supporting);
  line-height: 1.68;
  text-wrap: pretty;
}

.lc-review-close {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 32px;
}

.lc-review-close p {
  max-width: 620px;
  color: var(--lc-muted);
  font-size: 13px;
  line-height: 1.65;
}

.lc-review-close .lc-btn { flex: none; }

/* ---- Proof and founders ---------------------------------------------- */
.lc-honesty-note {
  max-width: 820px;
  margin-top: 22px;
  padding: 14px 18px;
  border-left: 3px solid var(--lc-green-500);
  background: var(--lc-green-50);
  color: var(--lc-navy-900);
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.65;
}

.lc-proof-pair {
  display: grid;
  grid-template-columns: minmax(0,.96fr) minmax(0,1.04fr);
  margin-top: 40px;
  align-items: start;
}

.lc-proof { padding-right: 46px; }

.lc-proof + .lc-proof {
  padding: 0 0 0 46px;
  border-left: 1px solid var(--lc-divider);
}

.lc-proof__label {
  color: var(--lc-green-600);
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.lc-ai-visibility .lc-proof__did {
  margin-top: 12px;
  color: var(--lc-muted);
  font-size: var(--lc-text-supporting);
  line-height: 1.68;
  text-wrap: pretty;
}

.lc-redesign .lc-proof .lc-pull-quote { margin-top: 20px; }

.lc-research-note {
  display: grid;
  grid-template-columns: 210px minmax(0,1fr);
  gap: 30px;
  margin-top: 38px;
  padding: 19px 0;
  border-top: 1px solid var(--lc-divider);
  border-bottom: 1px solid var(--lc-divider);
}

.lc-research-note strong {
  color: var(--lc-green-600);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .07em;
  line-height: 1.5;
  text-transform: uppercase;
}

.lc-research-note p {
  max-width: 760px;
  color: var(--lc-muted);
  font-size: 13px;
  line-height: 1.68;
  text-wrap: pretty;
}

#who {
  margin-top: 44px;
  scroll-margin-top: 92px;
}

#who .lc-founder__statement h3 {
  margin-top: 16px;
  color: var(--lc-navy-900);
  font-family: 'Sora', sans-serif;
  font-size: 23px;
  line-height: 1.3;
  letter-spacing: -.025em;
  text-wrap: balance;
}

@media (prefers-reduced-motion: reduce) {
  body.lc-ai-visibility .lc-btn:active { transform: none; }
  .lc-buyer-journey::after,
  .lc-buyer-journey__icon { transition: none !important; }
  .lc-buyer-demo:has(#lc-tab-research:checked) [data-lc-study-panel="research"],
  .lc-buyer-demo:has(#lc-tab-compare:checked) [data-lc-study-panel="compare"],
  .lc-buyer-demo:has(#lc-tab-shortlist:checked) [data-lc-study-panel="shortlist"],
  .lc-buyer-demo:has(#lc-tab-decision:checked) [data-lc-study-panel="decision"],
  .lc-chat-mock__pulse { animation: none; }
  .lc-buyer-demo:has(#lc-tab-research:checked) [data-lc-journey-stage="research"] .lc-buyer-journey__icon,
  .lc-buyer-demo:has(#lc-tab-compare:checked) [data-lc-journey-stage="compare"] .lc-buyer-journey__icon,
  .lc-buyer-demo:has(#lc-tab-shortlist:checked) [data-lc-journey-stage="shortlist"] .lc-buyer-journey__icon,
  .lc-buyer-demo:has(#lc-tab-decision:checked) [data-lc-journey-stage="decision"] .lc-buyer-journey__icon {
    transform: none;
    box-shadow: none;
  }
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 980px) {
  .lc-av-split {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 32px;
  }

  .lc-stakes-head {
    grid-template-columns: 1fr;
    gap: 22px;
    align-items: start;
  }

  .lc-buyer-demo {
    grid-template-columns: 1fr;
    grid-template-areas:
      "journey"
      "chat";
    gap: 1px;
  }

  .lc-buyer-journey {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    grid-auto-rows: auto;
    gap: 1px;
    padding: 0;
    border: 0;
  }

  .lc-buyer-journey::before,
  .lc-buyer-journey::after {
    content: none;
  }

  .lc-buyer-journey li + li {
    border-left: 1px solid var(--lc-divider);
  }

  .lc-buyer-journey li:nth-child(3),
  .lc-buyer-journey li:nth-child(4) {
    border-top: 1px solid var(--lc-divider);
  }

  .lc-buyer-journey li:nth-child(3) {
    border-left: 0;
  }

  .lc-buyer-journey__control {
    grid-template-columns: 36px minmax(0,1fr);
    gap: 12px;
    padding: 12px 14px;
  }

  .lc-buyer-journey__icon {
    width: 34px;
    height: 34px;
  }

  .lc-buyer-journey__icon svg {
    width: 16px;
    height: 16px;
  }

  .lc-buyer-journey strong {
    font-size: 15px;
  }

  .lc-buyer-journey__copy {
    font-size: 12.5px;
  }

  .lc-chat-mock__cards {
    grid-template-columns: 1fr;
  }

  #process .lc-h2--md {
    max-width: none;
    font-size: 27px;
  }

  .lc-work-intro,
  .lc-review-head {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .lc-work-intro__copy,
  .lc-review-head > p {
    max-width: 760px;
  }

  .lc-num-item {
    grid-template-columns: 40px minmax(0,1fr);
    row-gap: 8px;
  }

  .lc-num-item p { grid-column: 2; }

  .lc-proof-pair { grid-template-columns: 1fr; }
  .lc-proof { padding: 0 0 30px; }

  .lc-proof + .lc-proof {
    padding: 30px 0 0;
    border-left: 0;
    border-top: 1px solid var(--lc-divider);
  }
}

@media (max-width: 640px) {
  body.lc-ai-visibility #stakes.lc-section,
  body.lc-ai-visibility #work.lc-section,
  body.lc-ai-visibility #process.lc-section,
  body.lc-ai-visibility #proof.lc-section,
  body.lc-ai-visibility #review.lc-section,
  body.lc-ai-visibility #faq.lc-section { padding: 48px 0 52px; }

  body.lc-ai-visibility #stakes.lc-section { padding: 40px 0 44px; }

  body.lc-ai-visibility .lc-cta { padding: 52px 0; }

  .lc-trust-strip {
    margin-top: 22px;
    row-gap: 8px;
  }

  .lc-trust-strip__item {
    max-width: none;
    width: 100%;
    padding: 0;
    text-align: center;
    white-space: normal;
    border-right: 0 !important;
  }

  .lc-stakes-proof {
    grid-template-columns: 1fr;
  }

  .lc-stakes-proof__stat + .lc-stakes-proof__stat {
    border-top: 1px solid var(--lc-divider);
    border-left: 0;
  }

  .lc-buyer-demo {
    margin-top: 26px;
  }

  .lc-buyer-journey {
    grid-template-columns: 1fr;
  }

  .lc-buyer-journey li + li,
  .lc-buyer-journey li:nth-child(3),
  .lc-buyer-journey li:nth-child(4) {
    border-left: 0;
    border-top: 1px solid var(--lc-divider);
  }

  .lc-chat-mock__chrome {
    padding: 12px 14px;
  }

  .lc-chat-mock__prompt {
    margin: 14px 14px 0;
  }

  .lc-chat-mock__status {
    margin: 10px 14px 0;
  }

  .lc-chat-mock__body {
    min-height: 0;
    padding: 14px;
  }

  .lc-chat-mock__brands li {
    grid-template-columns: 36px minmax(0,1fr);
    gap: 10px;
  }

  .lc-chat-mock__brands em {
    grid-column: 2;
  }

  .lc-chat-mock__mark {
    width: 36px;
    height: 36px;
  }

  .lc-study-source {
    margin-top: 13px;
    font-size: 11.5px;
  }

  .lc-work-intro__copy {
    padding-left: 18px;
  }

  .lc-work-list { margin-top: 30px; }

  .lc-work-row {
    grid-template-columns: 38px minmax(0,1fr);
    gap: 7px 15px;
    padding: 20px 0 22px;
  }

  .lc-work-row__number { font-size: 16px; }
  .lc-work-row h3 { font-size: 17px; }
  .lc-work-row p { grid-column: 2; }

  #process .lc-h2--md { font-size: 26px; }

  .lc-process-item {
    grid-template-columns: 36px minmax(0,1fr);
    gap: 14px;
    padding: 17px 0 19px;
  }

  .lc-process-item__number { font-size: 20px; }
  .lc-process-item h3 { font-size: 16px; }

  .lc-review-head > p {
    padding-left: 18px;
  }

  .lc-num-list { margin-top: 30px; }
  .lc-num-item {
    column-gap: 16px;
    padding: 20px 0 22px;
  }

  .lc-num-item__n { font-size: 23px; }
  .lc-num-item__t { font-size: 17px; }

  .lc-review-close {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
    margin-top: 26px;
  }

  .lc-review-close .lc-btn { width: 100%; }
  .lc-proof-pair { margin-top: 32px; }
  .lc-research-note {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 30px;
  }

  #who { margin-top: 40px; }

  #who .lc-founder__statement h3 { font-size: 21px; }
}

@media (max-width: 359px) {
  .lc-chat-mock__chip { display: none; }
}

/* ==========================================================================
   Buyer research scene
   ========================================================================== */
#stakes .lc-stakes-head {
  display: block;
  max-width: 780px;
}

#stakes .lc-h2--lg {
  max-width: 780px;
  margin-top: 10px;
  font-size: clamp(34px,3.5vw,50px);
  line-height: 1.08;
}

#stakes .lc-stakes__lede {
  max-width: 650px;
  margin-top: 15px;
}

#stakes .lc-buyer-demo {
  grid-template-columns: minmax(0,1.55fr) minmax(250px,.85fr);
  grid-template-areas: "chat journey";
  gap: 1px;
  align-items: stretch;
  margin-top: 38px;
}

#stakes .lc-buyer-journey {
  gap: 1px;
  margin: 0;
  padding: 0;
  min-height: 0;
}

#stakes .lc-buyer-journey li,
#stakes .lc-buyer-journey li:not(:last-child) {
  margin: 0;
  border: 0;
}

#stakes .lc-buyer-journey__control {
  min-height: 0;
  margin: 0;
  padding: 18px 20px;
  opacity: 1;
  transform: none;
}

#stakes .lc-buyer-journey__icon {
  width: 36px;
  height: 36px;
}

#stakes .lc-buyer-journey__icon svg {
  width: 18px;
  height: 18px;
}

#stakes .lc-buyer-journey strong {
  font-size: 14px;
}

#stakes .lc-buyer-journey__copy {
  max-width: none;
  font-size: 12px;
}

#stakes .lc-buyer-demo:has(#lc-tab-research:checked) [data-lc-journey-stage="research"] .lc-buyer-journey__control,
#stakes .lc-buyer-demo:has(#lc-tab-compare:checked) [data-lc-journey-stage="compare"] .lc-buyer-journey__control,
#stakes .lc-buyer-demo:has(#lc-tab-shortlist:checked) [data-lc-journey-stage="shortlist"] .lc-buyer-journey__control,
#stakes .lc-buyer-demo:has(#lc-tab-decision:checked) [data-lc-journey-stage="decision"] .lc-buyer-journey__control {
  opacity: 1;
  transform: none;
}

#stakes .lc-buyer-demo:has(#lc-tab-compare:checked) [data-lc-journey-stage="research"] .lc-buyer-journey__control,
#stakes .lc-buyer-demo:has(#lc-tab-shortlist:checked) [data-lc-journey-stage="research"] .lc-buyer-journey__control,
#stakes .lc-buyer-demo:has(#lc-tab-shortlist:checked) [data-lc-journey-stage="compare"] .lc-buyer-journey__control,
#stakes .lc-buyer-demo:has(#lc-tab-decision:checked) [data-lc-journey-stage="research"] .lc-buyer-journey__control,
#stakes .lc-buyer-demo:has(#lc-tab-decision:checked) [data-lc-journey-stage="compare"] .lc-buyer-journey__control,
#stakes .lc-buyer-demo:has(#lc-tab-decision:checked) [data-lc-journey-stage="shortlist"] .lc-buyer-journey__control {
  opacity: 1;
}

#stakes .lc-chat-mock {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 560px;
  height: 100%;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  /* Soft ChatGPT-style ambient wash: cool top-left, warm bottom-right, clear center. */
  background-color: #f8f6f3;
  background-image:
    radial-gradient(ellipse 95% 70% at 0% 0%, rgba(124, 140, 255, .22) 0%, transparent 58%),
    radial-gradient(ellipse 85% 65% at 100% 100%, rgba(255, 138, 96, .2) 0%, transparent 55%),
    radial-gradient(ellipse 70% 55% at 55% 42%, rgba(255, 255, 255, .72) 0%, transparent 68%);
  background-repeat: no-repeat;
  color: #0d0d0d;
  font-family: ui-sans-serif, -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif;
  box-shadow: none;
}

#stakes .lc-chat-mock__topbar {
  position: absolute;
  z-index: 10;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 52px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(229, 229, 229, .7);
  background: rgba(252, 250, 248, .72);
  backdrop-filter: blur(10px);
}

#stakes .lc-chat-mock__product,
#stakes .lc-chat-mock__top-actions,
#stakes .lc-chat-mock__top-actions span {
  display: flex;
  align-items: center;
}

#stakes .lc-chat-mock__product {
  gap: 4px;
}

#stakes .lc-chat-mock__product h3 {
  color: #0d0d0d;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
}

#stakes .lc-chat-mock__product svg {
  width: 15px;
  height: 15px;
  color: #8f8f8f;
}

#stakes .lc-chat-mock__top-actions {
  gap: 15px;
  color: #5d5d5d;
  font-size: 12px;
}

#stakes .lc-chat-mock__top-actions span {
  gap: 6px;
}

#stakes .lc-chat-mock__top-actions svg {
  width: 17px;
  height: 17px;
}

#stakes .lc-chat-mock__viewport {
  width: 100%;
  height: 560px;
  padding: 28px 24px 24px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: #cfcfcf transparent;
  scrollbar-width: thin;
}

#stakes .lc-chat-mock__viewport::-webkit-scrollbar {
  width: 6px;
}

#stakes .lc-chat-mock__viewport::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #cfcfcf;
}

#stakes .lc-chat-mock__view {
  display: none;
  width: min(100%,760px);
  margin: 0 auto;
}

#stakes .lc-buyer-demo:has(#lc-tab-research:checked) [data-lc-study-panel="research"],
#stakes .lc-buyer-demo:has(#lc-tab-compare:checked) [data-lc-study-panel="compare"],
#stakes .lc-buyer-demo:has(#lc-tab-shortlist:checked) [data-lc-study-panel="shortlist"],
#stakes .lc-buyer-demo:has(#lc-tab-decision:checked) [data-lc-study-panel="decision"] {
  display: block;
  animation: none;
}

#stakes .lc-chat-mock__user-row {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 22px;
}

#stakes .lc-chat-mock__prompt {
  width: auto;
  max-width: 80%;
  margin: 0;
  padding: 10px 16px;
  border: 1px solid #dcdcdc;
  border-radius: 20px;
  background: #fff;
  color: #1a1a1a;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
  font-family: ui-sans-serif, -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 450;
  line-height: 1.5;
  text-wrap: pretty;
}

#stakes .lc-chat-mock__assistant {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-height: 220px;
}

#stakes .lc-chat-mock__gpt-logo {
  flex: 0 0 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-top: 2px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  background: #fff;
  color: #0d0d0d;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .06);
}

#stakes .lc-chat-mock__gpt-logo svg {
  display: block;
  width: 20px;
  height: 20px;
}

#stakes .lc-chat-mock__assistant-body {
  flex: 1 1 auto;
  min-width: 0;
}

#stakes .lc-chat-mock__response-card {
  padding: 16px 20px;
  border: 1px solid rgba(0, 0, 0, .04);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 4px 24px rgba(0, 0, 0, .08);
  font-size: 14px;
}

#stakes .lc-chat-mock__insight {
  margin: 0 0 16px;
  padding: 14px 14px 12px;
  border: 1px solid #ebebeb;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .04);
}

#stakes .lc-chat-mock__insight-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

#stakes .lc-chat-mock__insight-mark {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #ff6a3d;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

#stakes .lc-chat-mock__insight-head strong {
  display: block;
  color: #1a1a1a;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.2;
}

#stakes .lc-chat-mock__insight-head p {
  margin: 2px 0 0;
  color: #6b6b6b;
  font-size: 11px;
  line-height: 1.3;
}

#stakes .lc-chat-mock__insight-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding-top: 10px;
  border-top: 1px solid #f0f0f0;
}

#stakes .lc-chat-mock__insight-stats > div {
  min-width: 0;
}

#stakes .lc-chat-mock__insight-stats span {
  display: block;
  color: #999;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .02em;
}

#stakes .lc-chat-mock__insight-stats strong {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 4px;
  color: #1a1a1a;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

#stakes .lc-chat-mock__insight-stats strong i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22c55e;
}

#stakes .lc-chat-mock__insight-stats strong.is-positive {
  color: #15803d;
}

#stakes .lc-chat-mock__search {
  display: none;
  position: relative;
  align-items: center;
  min-height: 20px;
  margin: 0;
}

#stakes .lc-chat-mock__search-base,
#stakes .lc-chat-mock__search-label {
  font-family: ui-sans-serif, -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: normal;
  white-space: nowrap;
  user-select: none;
}

#stakes .lc-chat-mock__search-base {
  color: #8f8f8f;
}

/*
 * ChatGPT-style text shimmer: soft gray band sweeping L→R.
 * Avoid hard white flashes and jumpy background-size.
 */
#stakes .lc-chat-mock__search-label {
  position: absolute;
  inset: 0 auto auto 0;
  display: inline-block;
  color: transparent;
  background-image: linear-gradient(
    90deg,
    #8f8f8f 0%,
    #8f8f8f 42%,
    #c8c8c8 50%,
    #8f8f8f 58%,
    #8f8f8f 100%
  );
  background-size: 220% 100%;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: lc-chat-search-shimmer 1.8s linear infinite;
}

@keyframes lc-chat-search-shimmer {
  0% { background-position: 100% 0; }
  100% { background-position: -120% 0; }
}

@media (prefers-reduced-motion: reduce) {
  #stakes .lc-chat-mock__search-label {
    display: none;
  }
}

#stakes .lc-chat-mock__result {
  color: #0d0d0d;
}

#stakes .lc-chat-mock__result h4 {
  margin: 0 0 12px;
  color: #0d0d0d;
  font-family: ui-sans-serif, -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.35;
  letter-spacing: -.015em;
  text-wrap: balance;
}

#stakes .lc-chat-mock__result > p,
#stakes .lc-chat-mock__response > p {
  margin: 0;
  color: #0d0d0d;
  font-family: ui-sans-serif, -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.55;
  text-wrap: pretty;
}

#stakes .lc-chat-mock__result > p + p,
#stakes .lc-chat-mock__response > p + p {
  margin-top: 14px;
}

#stakes .lc-chat-mock__response ul {
  display: grid;
  gap: 8px;
  margin: 9px 0 0;
  padding-left: 20px;
}

#stakes .lc-chat-mock__response li {
  padding-left: 3px;
  color: #0d0d0d;
  font-size: 14px;
  line-height: 1.55;
}

#stakes .lc-chat-mock__response li strong {
  color: #0d0d0d;
}

#stakes .lc-chat-mock__citation {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  margin-left: 3px;
  padding: 2px 7px;
  border-radius: 999px;
  background: #ececec;
  color: #5d5d5d;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  vertical-align: 1px;
  white-space: nowrap;
}

#stakes .lc-chat-mock__table-wrap {
  margin: 18px 0;
  overflow-x: auto;
  border: 1px solid #e5e5e5;
  border-radius: 9px;
}

#stakes .lc-chat-mock__table-wrap table {
  width: 100%;
  min-width: 590px;
  border-collapse: collapse;
  color: #0d0d0d;
  font-size: 12px;
  line-height: 1.45;
}

#stakes .lc-chat-mock__table-wrap th,
#stakes .lc-chat-mock__table-wrap td {
  padding: 10px 11px;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
  vertical-align: top;
}

#stakes .lc-chat-mock__table-wrap th:last-child,
#stakes .lc-chat-mock__table-wrap td:last-child {
  border-right: 0;
}

#stakes .lc-chat-mock__table-wrap tbody tr:last-child th,
#stakes .lc-chat-mock__table-wrap tbody tr:last-child td {
  border-bottom: 0;
}

#stakes .lc-chat-mock__table-wrap thead th {
  background: #f7f7f7;
  color: #0d0d0d;
  font-weight: 650;
}

#stakes .lc-chat-mock__table-wrap tbody th {
  color: #0d0d0d;
  font-weight: 600;
}

#stakes .lc-chat-mock__brand-result {
  display: grid;
  grid-template-columns: 42px minmax(0,1fr) auto;
  gap: 12px;
  align-items: center;
  margin: 18px 0;
  padding: 13px;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  background: #fafafa;
}

#stakes .lc-chat-mock__brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 9px;
  background: #0f6b4c;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

#stakes .lc-chat-mock__brand-result strong {
  display: block;
  color: #0d0d0d;
  font-size: 14px;
}

#stakes .lc-chat-mock__brand-result p {
  margin: 3px 0 0;
  color: #5d5d5d;
  font-size: 11px;
  line-height: 1.35;
}

#stakes .lc-chat-mock__brand-result > span:last-child {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #5d5d5d;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}

#stakes .lc-chat-mock__brand-result > span:last-child svg {
  width: 13px;
  height: 13px;
}

#stakes .lc-chat-mock__decision-list {
  display: grid;
  gap: 0;
  margin: 17px 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #ececec;
}

#stakes .lc-chat-mock__decision-list li {
  display: grid;
  grid-template-columns: 28px minmax(0,1fr);
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid #ececec;
}

#stakes .lc-chat-mock__decision-list li > span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border: 1px solid #d4d4d4;
  border-radius: 50%;
  color: #5d5d5d;
  font-size: 10px;
}

#stakes .lc-chat-mock__decision-list strong {
  color: #0d0d0d;
  font-size: 13.5px;
}

#stakes .lc-chat-mock__decision-list p {
  margin: 3px 0 0;
  color: #5d5d5d;
  font-size: 12px;
  line-height: 1.45;
}

#stakes .lc-chat-mock.is-managed.is-waiting .lc-chat-mock__assistant {
  display: none;
}

#stakes .lc-chat-mock.is-managed.is-waiting .lc-chat-mock__response-card {
  display: none;
}

#stakes .lc-chat-mock.is-managed.is-waiting .lc-chat-mock__result,
#stakes .lc-chat-mock.is-managed.is-searching .lc-chat-mock__result {
  display: none;
}

/* Searching phase: plain status text, no card chrome (ChatGPT/GoDaddy style). */
#stakes .lc-chat-mock.is-managed.is-searching .lc-chat-mock__response-card {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

#stakes .lc-chat-mock.is-managed.is-searching .lc-chat-mock__search {
  display: inline-flex;
  margin: 0;
}

#stakes .lc-chat-mock.is-managed [data-lc-stream] {
  opacity: 0;
  transform: translateY(5px);
}

#stakes .lc-chat-mock.is-managed [data-lc-stream].is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .3s ease, transform .3s ease;
}

#stakes .lc-chat-mock.is-managed.is-answering .lc-chat-mock__result {
  display: block;
}

#stakes .lc-chat-mock.is-managed.is-answering .lc-chat-mock__assistant-body {
  position: relative;
}

#stakes .lc-chat-mock.is-managed.is-answering .lc-chat-mock__assistant-body::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 17px;
  margin: 4px 0 0 2px;
  background: #0d0d0d;
  animation: lc-chat-cursor .8s steps(1,end) infinite;
  vertical-align: bottom;
}

@keyframes lc-chat-cursor {
  50% { opacity: 0; }
}

#stakes .lc-study-source {
  margin-top: 14px;
}

@media (max-width: 980px) {
  #stakes .lc-buyer-demo {
    grid-template-columns: 1fr;
    grid-template-areas:
      "journey"
      "chat";
    gap: 1px;
  }

  #stakes .lc-buyer-journey {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    grid-auto-rows: auto;
    gap: 1px;
    padding: 0;
    min-height: 0;
    border: 0;
  }

  #stakes .lc-buyer-journey::before,
  #stakes .lc-buyer-journey::after {
    content: none;
  }

  #stakes .lc-buyer-journey li:nth-child(2n) {
    border-left: 0;
  }

  #stakes .lc-buyer-journey li:nth-child(n+3) {
    border-top: 0;
  }

  #stakes .lc-buyer-journey__control {
    min-height: 0;
    height: 100%;
    padding: 14px 12px;
    align-content: start;
    opacity: 1;
  }

  #stakes .lc-chat-mock {
    min-height: 520px;
  }

  #stakes .lc-chat-mock__viewport {
    height: 520px;
  }
}

@media (max-width: 640px) {
  #stakes .lc-h2--lg {
    font-size: 31px;
  }

  #stakes .lc-buyer-demo {
    margin-top: 28px;
  }

  #stakes .lc-buyer-journey__control {
    grid-template-columns: 36px minmax(0,1fr);
    gap: 12px;
    min-height: 0;
    padding: 12px 12px;
  }

  #stakes .lc-buyer-journey__icon {
    width: 36px;
    height: 36px;
    border-radius: 9px;
  }

  #stakes .lc-buyer-journey__icon svg {
    width: 16px;
    height: 16px;
  }

  #stakes .lc-buyer-journey strong {
    font-size: 13.5px;
  }

  #stakes .lc-buyer-journey__copy {
    display: none;
  }

  #stakes .lc-chat-mock {
    min-height: 500px;
    border-radius: 0;
  }

  #stakes .lc-chat-mock__topbar {
    height: 48px;
    padding: 0 14px;
  }

  #stakes .lc-chat-mock__top-actions span {
    font-size: 0;
  }

  #stakes .lc-chat-mock__viewport {
    height: 500px;
    padding: 20px 13px 20px;
  }

  #stakes .lc-chat-mock__user-row {
    margin-bottom: 22px;
  }

  #stakes .lc-chat-mock__prompt {
    max-width: 88%;
    padding: 9px 13px;
    font-size: 14px;
  }

  #stakes .lc-chat-mock__assistant {
    gap: 10px;
    min-height: 180px;
  }

  #stakes .lc-chat-mock__response-card {
    padding: 14px 14px;
  }

  #stakes .lc-chat-mock__insight-stats {
    gap: 6px;
  }

  #stakes .lc-chat-mock__insight-stats strong {
    font-size: 13px;
  }

  #stakes .lc-chat-mock__gpt-logo {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  #stakes .lc-chat-mock__gpt-logo svg {
    width: 18px;
    height: 18px;
  }

  #stakes .lc-chat-mock__result h4 {
    font-size: 15px;
  }

  #stakes .lc-chat-mock__result > p,
  #stakes .lc-chat-mock__response > p,
  #stakes .lc-chat-mock__response li {
    font-size: 14px;
  }

  #stakes .lc-chat-mock__table-wrap {
    width: calc(100% + 2px);
  }

  #stakes .lc-chat-mock__brand-result {
    grid-template-columns: 38px minmax(0,1fr);
  }

  #stakes .lc-chat-mock__brand-mark {
    width: 38px;
    height: 38px;
  }

  #stakes .lc-chat-mock__brand-result > span:last-child {
    grid-column: 2;
  }
}

@media (max-width: 390px) {
  #stakes .lc-chat-mock__viewport {
    padding-right: 11px;
    padding-left: 11px;
  }

  #stakes .lc-chat-mock__prompt {
    max-width: 95%;
  }
}

@media (prefers-reduced-motion: reduce) {
  #stakes .lc-buyer-journey__control,
  #stakes .lc-chat-mock.is-managed [data-lc-stream] {
    transition: none;
  }

  #stakes .lc-chat-mock__search span {
    background: none;
    color: #8f8f8f;
    -webkit-text-fill-color: currentColor;
    animation: none;
  }

  #stakes .lc-chat-mock.is-managed.is-answering .lc-chat-mock__assistant-body::after {
    animation: none;
  }
}
