.product-hero {
  padding: 80px 32px 56px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.product-hero-inner { max-width: 640px; }
.product-hero-inner h1 { font-size: 38px; line-height: 1.15; font-weight: 600; letter-spacing: -0.02em; margin: 0 0 16px; }
.product-hero-inner p { font-size: 15.5px; line-height: 1.6; color: var(--color-text-secondary); margin: 0; }

.screen-row {
  padding: 24px 32px 96px;
  display: flex;
  justify-content: center;
}
.screen-row-inner {
  max-width: 1080px;
  width: 100%;
  display: flex;
  gap: 56px;
  align-items: center;
}
.screen-copy { flex: 1; min-width: 320px; }
.screen-copy .screen-eyebrow {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-blue);
  font-weight: 600;
  margin-bottom: 10px;
}
.screen-copy h2 { font-size: 24px; font-weight: 600; letter-spacing: -0.015em; margin: 0 0 14px; }
.screen-copy p { font-size: 14px; line-height: 1.65; color: var(--color-text-secondary); margin: 0 0 18px; }
.screen-copy ul { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 10px; }
.screen-copy li { display: flex; gap: 10px; font-size: 13.5px; color: var(--color-ink-2); }
.screen-copy li span { flex: none; }

.screen-shot { flex: 1.3; min-width: 380px; }
.screenshot-frame {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-elevated);
  overflow: hidden;
  border: 1px solid var(--color-border);
}
.screenshot-chrome {
  height: 34px;
  background: var(--color-hairline);
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
}
.screenshot-chrome span { width: 9px; height: 9px; border-radius: 50%; }
.screenshot-chrome .dot-red { background: #e0937d; }
.screenshot-chrome .dot-amber { background: #e3c264; }
.screenshot-chrome .dot-green { background: #8bc79b; }
.screenshot-placeholder {
  width: 100%;
  aspect-ratio: 16 / 10.5;
  background: repeating-linear-gradient(135deg, #eceef1, #eceef1 10px, #f5f6f8 10px, #f5f6f8 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
}
.screenshot-placeholder span {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--color-text-tertiary);
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 6px;
  padding: 6px 12px;
}

@media (max-width: 860px) {
  .screen-row-inner { flex-direction: column; }
  .screen-row-inner [style*="order: 1"] { order: 1; }
  .screen-row-inner [style*="order: 2"] { order: 2; }
  /* Relax the side-by-side minimums once stacked, or narrow phones overflow. */
  .screen-copy, .screen-shot { min-width: 0; width: 100%; }
}

/* AI transparency band (EU AI Act Art. 50). The product is AI-driven and the
   site has to say so plainly, not only in the app. */
.ai-band {
  padding: 0 32px 96px;
  display: flex;
  justify-content: center;
}
.ai-band-inner {
  max-width: 1080px;
  width: 100%;
  border: 1px solid var(--color-border);
  border-radius: 12px;
  background: var(--color-blue-tint);
  padding: 28px 32px;
}
.ai-band-inner h2 { font-size: 20px; font-weight: 600; letter-spacing: -0.015em; margin: 0 0 12px; }
.ai-band-inner p {
  font-size: 14px;
  line-height: 1.65;
  color: var(--color-text-secondary);
  margin: 0;
  max-width: 780px;
}

/* Real product screenshots replace the placeholder blocks. Captured at 2x from
   the dev demo routes — see apps/web/scripts/capture-screenshots.sh. */
.screenshot-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0 0 10px 10px;
}

/* ── Bullet markers ───────────────────────────────────────────────────────
   The span carries the section colour inline; render it as a dot rather than
   a dash. */
.screen-copy li span,
.feature-card li span {
  flex: none;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  margin-top: 7px;
}
.screen-copy li, .feature-card li { align-items: flex-start; }
.screen-copy li { text-wrap: pretty; }

/* ── What it produces ──────────────────────────────────────── */
.feature-band { background: var(--color-page-bg); padding: 80px 32px; border-top: 1px solid var(--color-hairline); }
.feature-band-inner { max-width: 1080px; margin: 0 auto; }
.feature-band-head { max-width: 640px; margin-bottom: 40px; }
.feature-band-head h2 {
  font-size: 27px; line-height: 1.25; font-weight: 600;
  letter-spacing: -0.018em; color: var(--color-ink); margin: 12px 0 12px;
  text-wrap: balance;
}
.feature-band-head p {
  font-size: 15px; line-height: 1.65; color: var(--color-text-secondary);
  margin: 0; text-wrap: pretty;
}
.feature-pair { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.feature-card {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 28px;
}
.feature-card-icon {
  width: 38px; height: 38px; border-radius: var(--radius-md);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.feature-card h3 {
  font-size: 17px; font-weight: 600; color: var(--color-ink);
  margin: 0 0 10px; letter-spacing: -0.01em;
}
.feature-card > p {
  font-size: 14px; line-height: 1.68; color: var(--color-text-secondary);
  margin: 0 0 18px; text-wrap: pretty;
}
.feature-card ul {
  margin: 0; padding: 0; list-style: none;
  display: flex; flex-direction: column; gap: 9px;
  border-top: 1px solid var(--color-hairline); padding-top: 16px;
}
.feature-card li {
  display: flex; gap: 10px;
  font-size: 13.5px; line-height: 1.55; color: var(--color-ink-2);
  text-wrap: pretty;
}

/* ── What the fit score means ─────────────────────────────────────────────
   The reviewer's literal question. White band so the colour swatches read
   against something other than the page grey. Swatch colours mirror
   fitScoreColor() in apps/web/src/lib/fitScore.ts. */
.fit-band {
  background: var(--color-white);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  padding: 76px 32px;
}
.fit-band-inner { max-width: 1080px; margin: 0 auto; }
.fit-head { max-width: 720px; margin-bottom: 36px; }
.fit-head h2 {
  font-size: 27px; line-height: 1.25; font-weight: 600;
  letter-spacing: -0.018em; margin: 12px 0 14px; text-wrap: balance;
}
.fit-head p {
  font-size: 15px; line-height: 1.65; color: var(--color-text-secondary);
  margin: 0; text-wrap: pretty;
}
.fit-table { border-top: 1px solid var(--color-hairline); }
.fit-row {
  display: grid;
  grid-template-columns: 140px 140px 1fr;
  gap: 20px;
  align-items: start;
  padding: 16px 0;
  border-bottom: 1px solid var(--color-hairline);
}
.fit-range {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font-mono); font-size: 13px; line-height: 1.6;
  color: var(--color-ink);
}
.fit-swatch { flex: none; width: 10px; height: 10px; border-radius: 3px; }
.fit-label { font-size: 14px; font-weight: 600; line-height: 1.6; color: var(--color-ink); }
.fit-copy {
  font-size: 13.5px; line-height: 1.6; color: var(--color-text-secondary);
  margin: 0; text-wrap: pretty;
}
.fit-note {
  margin-top: 28px;
  background: var(--color-page-bg);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 22px 26px;
}
.fit-note p {
  font-size: 14px; line-height: 1.65; color: var(--color-text-secondary);
  margin: 0; max-width: 820px; text-wrap: pretty;
}

/* ── Plain definitions ────────────────────────────────────────────────────
   Every invented word on the site, defined once. Wording is kept identical
   to lib/glossary.ts in apps/web so the site and the app agree. */
.glossary {
  background: var(--color-white);
  border-top: 1px solid var(--color-border);
  padding: 76px 32px;
}
.glossary-inner { max-width: 1080px; margin: 0 auto; }
.glossary-head { max-width: 640px; margin-bottom: 40px; }
.glossary-head h2 {
  font-size: 27px; line-height: 1.25; font-weight: 600;
  letter-spacing: -0.018em; margin: 12px 0 0; text-wrap: balance;
}
.glossary-list {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px 48px;
}
.glossary-list dt { font-size: 14px; font-weight: 600; color: var(--color-ink); margin-bottom: 5px; }
.glossary-list dd {
  margin: 0; font-size: 13.5px; line-height: 1.6;
  color: var(--color-text-secondary); text-wrap: pretty;
}

/* ── Reachable from your assistant (dark) ─────────────────────────────── */
.assistant-band { background: var(--color-ink); padding: 72px 32px; }
.assistant-band-inner { max-width: 1080px; margin: 0 auto; }
.assistant-band .eyebrow { color: var(--color-amber); }
.assistant-band h2 {
  font-size: 27px; line-height: 1.22; font-weight: 600;
  letter-spacing: -0.018em; color: #fff; margin: 12px 0 16px;
  text-wrap: balance;
}
.assistant-band p {
  font-size: 14.5px; line-height: 1.7; color: var(--color-text-faint);
  margin: 0; max-width: 68ch; text-wrap: pretty;
}

@media (max-width: 900px) {
  .feature-pair { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .fit-row { grid-template-columns: auto 1fr; gap: 6px 16px; }
  .fit-copy { grid-column: 1 / -1; }
  .glossary-list { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .feature-band, .assistant-band, .fit-band, .glossary { padding-left: 20px; padding-right: 20px; }
  .feature-card { padding: 22px; }
  .fit-note { padding: 18px 20px; }
}

/* Keep the hero from orphaning a single word on its own line. */
.product-hero h1, .product-hero p { text-wrap: balance; }
.ai-band-inner h2, .closing-cta-inner h2 { text-wrap: balance; }
.ai-band-inner p { text-wrap: pretty; }
