/* ==========================================================================
   getfound.now — Marketing Site Design System
   Helvetica Neue + IBM Plex Mono | 7-token palette | Blue on CTAs only
   ========================================================================== */

/* ---------- Design Tokens ---------- */
:root {
  --ink: #0F1117;
  --slate: #4A5168;
  --muted: #8C93A8;
  --border: #E4E7EC;
  --surface: #F7F8FA;
  --white: #FFFFFF;
  --blue: #2563EB;
  --gold: #F59E0B;

  --font-body: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-mono: 'IBM Plex Mono', monospace;

  --max-width: 1120px;
  --max-width-narrow: 720px;
  --page-pad: 48px;
  --transition: 150ms ease;
}

/* ---------- Reset & Base ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { font-size: 16px; -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background-color: var(--white);
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: -0.1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a { color: var(--blue); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--ink); }
a:focus-visible { outline: 2px solid var(--blue); outline-offset: 2px; }
img { max-width: 100%; height: auto; display: block; }

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

/* ---------- Layout ---------- */
.container { max-width: var(--max-width); margin: 0 auto; padding: 0 var(--page-pad); }
.container-narrow { max-width: var(--max-width-narrow); margin: 0 auto; padding: 0 var(--page-pad); }

/* ---------- Navigation ---------- */
.site-nav {
  border-bottom: 1px solid var(--border);
  padding: 0 var(--page-pad);
}
.nav-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
}
.nav-wordmark {
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.5px;
}
.nav-wordmark a { color: var(--ink); }
.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
}
.nav-links a {
  font-size: 13px;
  font-weight: 500;
  color: var(--slate);
  letter-spacing: -0.1px;
}
.nav-links a:hover { color: var(--ink); }

.nav-hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.nav-hamburger svg { display: block; }

/* ---------- Buttons ---------- */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--blue);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: background var(--transition);
  letter-spacing: -0.1px;
  text-decoration: none;
}
.btn-primary:hover { background: var(--ink); color: var(--white); }
.btn-primary:focus-visible { outline: 2px solid var(--blue); outline-offset: 2px; }

.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
  border: 1px solid var(--ink);
  border-radius: 0;
  cursor: pointer;
  transition: all var(--transition);
  letter-spacing: -0.1px;
  text-decoration: none;
}
.btn-secondary:hover { background: var(--ink); color: var(--white); }

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  color: var(--blue);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  padding: 10px 0;
  border: none;
  border-radius: 0;
  cursor: pointer;
  letter-spacing: -0.1px;
  text-decoration: none;
}
.btn-ghost:hover { color: var(--ink); }

/* ---------- Hero ---------- */
.hero {
  border-top: 3px solid var(--blue);
  padding: 64px 0 56px;
}
.hero-label {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.hero h1 {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -3px;
  color: var(--ink);
  max-width: 780px;
  margin-bottom: 20px;
}
.hero-sub {
  font-size: 17px;
  line-height: 1.65;
  color: var(--slate);
  max-width: 560px;
  margin-bottom: 32px;
}
.hero-ctas {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.hero-tokens {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}
.hero-token {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0.02em;
}
.hero-token .token-dot {
  width: 8px;
  height: 8px;
  border-radius: 0;
  display: inline-block;
}
.hero-token .token-dot--chatgpt { background: #10A37F; }
.hero-token .token-dot--claude { background: #CC785C; }
.hero-token .token-dot--google { background: transparent; border: 1.5px solid var(--muted); }

.hero-stats {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.01em;
  padding-top: 20px;
  border-top: 1px solid var(--border);
}

/* ---------- Chapter Section Header ---------- */
.chapter {
  padding: 64px 0 0;
}
.chapter-header {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.chapter-header .divider {
  flex: 1;
  height: 1px;
  background: var(--border);
}
.chapter-title {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -1.5px;
  line-height: 1.1;
  color: var(--ink);
  margin-bottom: 12px;
}
.chapter-subtitle {
  font-size: 15px;
  color: var(--slate);
  line-height: 1.7;
  max-width: 560px;
  margin-bottom: 40px;
}

/* ---------- Cards ---------- */
.card {
  border: 1px solid var(--border);
  padding: 32px;
}
.card-label {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.card h3 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.6px;
  line-height: 1.2;
  color: var(--ink);
  margin-bottom: 12px;
}
.card p {
  font-size: 14px;
  color: var(--slate);
  line-height: 1.65;
}

.two-col-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.two-col-grid .card { border-right: none; border-bottom: none; }
.two-col-grid .card:nth-child(2n) { border-right: 1px solid var(--border); }
.two-col-grid .card:nth-last-child(-n+2) { border-bottom: 1px solid var(--border); }
.two-col-grid .card:nth-last-child(1):nth-child(odd) { border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }

.three-col-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.three-col-grid .card { border-right: none; }
.three-col-grid .card:last-child { border-right: 1px solid var(--border); }

/* ---------- Step Cards ---------- */
.step-number {
  font-family: var(--font-mono);
  font-size: 48px;
  font-weight: 700;
  color: var(--border);
  line-height: 1;
  margin-bottom: 16px;
}

/* ---------- Problem Section ---------- */
.problem-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--border);
}
.problem-grid .card { border: none; }
.problem-grid .card:first-child { border-right: 1px solid var(--border); }

/* ---------- Pricing ---------- */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--border);
}
.pricing-card {
  padding: 32px;
  border-right: 1px solid var(--border);
  position: relative;
}
.pricing-card:last-child { border-right: none; }
.pricing-card--popular {
  background: var(--surface);
}
.pricing-popular-badge {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: var(--blue);
  color: var(--white);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  padding: 6px;
}
.pricing-card--popular { padding-top: 52px; }
.pricing-tier {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.pricing-price {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -1.5px;
  color: var(--ink);
  margin-bottom: 4px;
}
.pricing-period {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 20px;
}
.pricing-features {
  list-style: none;
  margin-bottom: 24px;
}
.pricing-features li {
  font-size: 13px;
  color: var(--slate);
  line-height: 1.6;
  padding: 6px 0;
  border-bottom: 1px solid var(--border);
}
.pricing-features li:last-child { border-bottom: none; }

/* ---------- Comparison Table ---------- */
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--border);
  font-size: 13px;
}
.comparison-table th,
.comparison-table td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid var(--border);
  border-right: 1px solid var(--border);
}
.comparison-table th:last-child,
.comparison-table td:last-child { border-right: none; }
.comparison-table thead th {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  background: var(--surface);
  font-weight: 500;
}
.comparison-table thead th:first-child { color: var(--ink); font-weight: 700; }
.comparison-table tbody td { color: var(--slate); }
.comparison-table tbody td:first-child { color: var(--ink); font-weight: 500; }
.comparison-table .check { color: var(--blue); font-weight: 700; }
.comparison-table .cross { color: var(--muted); }

/* ---------- FAQ ---------- */
.faq-list { border: 1px solid var(--border); }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item:last-child { border-bottom: none; }
.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  font-weight: 500;
  font-size: 15px;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
  letter-spacing: -0.1px;
  transition: background var(--transition);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "";
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%238C93A8' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform var(--transition);
}
.faq-item[open] summary::after { transform: rotate(180deg); }
.faq-item summary:hover { background: var(--surface); }
.faq-answer { padding: 0 20px 16px; }
.faq-answer p { color: var(--slate); font-size: 14px; line-height: 1.65; }

/* ---------- CTA Box ---------- */
.cta-box {
  border: 1px solid var(--ink);
  padding: 48px;
  text-align: center;
  margin: 64px 0;
}
.cta-box h2 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -1.2px;
  margin-bottom: 12px;
}
.cta-box p {
  color: var(--slate);
  font-size: 15px;
  margin-bottom: 28px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid var(--ink); margin-top: 64px; }
.footer-content {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 24px var(--page-pad);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-wordmark {
  font-size: 15px; font-weight: 700; color: var(--ink); letter-spacing: -0.4px;
}
.footer-wordmark a { color: var(--ink); text-decoration: none; }
.footer-meta {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--muted);
  text-align: right;
  line-height: 1.9;
}

/* ---------- Browse Page ---------- */
.search-section {
  padding: 48px 0 40px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 40px;
}
.search-form {
  display: flex;
  gap: 0;
}
.search-input {
  flex: 1;
  padding: 12px 16px;
  font-family: var(--font-body);
  font-size: 14px;
  border: 1px solid var(--border);
  border-right: none;
  border-radius: 0;
  color: var(--ink);
  background: var(--white);
  outline: none;
  transition: border-color var(--transition);
}
.search-input:focus { border-color: var(--blue); }
.search-input::placeholder { color: var(--muted); }
.search-submit {
  padding: 12px 24px;
  background: var(--blue);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  border: 1px solid var(--blue);
  border-radius: 0;
  cursor: pointer;
  transition: background var(--transition);
}
.search-submit:hover { background: var(--ink); border-color: var(--ink); }

.results-meta {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}

.result-card {
  border: 1px solid var(--border);
  padding: 24px;
  margin-bottom: -1px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.result-accent {
  width: 4px;
  height: 48px;
  flex-shrink: 0;
}
.result-info { flex: 1; }
.result-name {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.4px;
  color: var(--ink);
  margin-bottom: 4px;
}
.result-meta {
  font-size: 13px;
  color: var(--slate);
  margin-bottom: 4px;
}
.result-meta span { margin-right: 12px; }
.result-badge {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 2px 8px;
  border: 1px solid;
  display: inline-block;
}
.result-badge--verified { color: var(--blue); border-color: var(--blue); }
.result-badge--unclaimed { color: var(--muted); border-color: var(--border); }

.result-actions {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
  align-items: center;
}

/* Browse grids */
.browse-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--border);
}
.browse-grid-item {
  padding: 20px;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
  text-decoration: none;
  transition: background var(--transition);
}
.browse-grid-item:hover { background: var(--surface); }
.browse-grid-item:nth-child(4n) { border-right: none; }
.browse-grid-item .item-count {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--muted);
  display: block;
  margin-top: 4px;
}

/* No results */
.no-results {
  padding: 48px 0;
  text-align: center;
  color: var(--muted);
  font-size: 15px;
}

/* Loading */
.loading {
  padding: 32px 0;
  text-align: center;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--muted);
}

/* ---------- How It Works Page ---------- */
.phase-section {
  padding: 48px 0;
  border-bottom: 1px solid var(--border);
}
.phase-section:last-of-type { border-bottom: none; }
.phase-number {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.phase-title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -1.2px;
  line-height: 1.15;
  color: var(--ink);
  margin-bottom: 16px;
}
.phase-body {
  font-size: 15px;
  color: var(--slate);
  line-height: 1.7;
  max-width: 640px;
}
.phase-body p { margin-bottom: 16px; }
.phase-details {
  margin-top: 24px;
  border: 1px solid var(--border);
}
.phase-detail-item {
  padding: 16px 20px;
  border-bottom: 1px solid var(--border);
}
.phase-detail-item:last-child { border-bottom: none; }
.phase-detail-item h4 {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 4px;
}
.phase-detail-item p {
  font-size: 13px;
  color: var(--slate);
  line-height: 1.6;
  margin: 0;
}

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
  :root { --page-pad: 20px; }

  .hero h1 { font-size: 36px; letter-spacing: -1.5px; }
  .hero-sub { font-size: 15px; }

  .nav-links { display: none; }
  .nav-links.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    background: var(--white);
    border-bottom: 1px solid var(--border);
    padding: 20px var(--page-pad);
    gap: 16px;
    z-index: 100;
  }
  .nav-hamburger { display: block; }
  .site-nav { position: relative; }

  .chapter-title { font-size: 28px; letter-spacing: -1px; }

  .problem-grid { grid-template-columns: 1fr; }
  .problem-grid .card:first-child { border-right: none; border-bottom: 1px solid var(--border); }

  .two-col-grid { grid-template-columns: 1fr; }
  .two-col-grid .card { border-right: 1px solid var(--border); border-bottom: none; }
  .two-col-grid .card:last-child { border-bottom: 1px solid var(--border); }

  .three-col-grid { grid-template-columns: 1fr; }
  .three-col-grid .card { border-right: 1px solid var(--border); border-bottom: none; }
  .three-col-grid .card:last-child { border-right: 1px solid var(--border); }

  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-card { border-right: none; border-bottom: 1px solid var(--border); }
  .pricing-card:last-child { border-bottom: none; }

  .comparison-table { font-size: 11px; }
  .comparison-table th,
  .comparison-table td { padding: 8px 10px; }

  .cta-box { padding: 32px 20px; }
  .cta-box h2 { font-size: 24px; }

  .footer-content { flex-direction: column; text-align: center; gap: 12px; }
  .footer-meta { text-align: center; }

  .search-form { flex-direction: column; }
  .search-input { border-right: 1px solid var(--border); }
  .search-submit { border-top: none; }

  .browse-grid { grid-template-columns: repeat(2, 1fr); }
  .browse-grid-item:nth-child(2n) { border-right: none; }
  .browse-grid-item:nth-child(4n) { border-right: 1px solid var(--border); }

  .result-card { flex-direction: column; }
  .result-actions { width: 100%; }

  .hero-ctas { flex-direction: column; align-items: flex-start; }
  .hero-tokens { flex-wrap: wrap; gap: 12px; }
  .hero-dual-entry { grid-template-columns: 1fr; }
  .hero-dual-cell:first-child { border-right: none; border-bottom: 1px solid var(--border); }
  .calc-layout { grid-template-columns: 1fr; }
  .calc-inputs { border-right: none; border-bottom: 1px solid var(--border); }
  .demo-layout { grid-template-columns: 1fr; }
  .demo-context { border-right: none; border-bottom: 1px solid var(--border); }
  .demo-chat { height: 400px; }
  .review-strip-item { width: 260px; }
}

@media (max-width: 480px) {
  .hero h1 { font-size: 28px; letter-spacing: -1px; }
  .pricing-price { font-size: 28px; }
  .browse-grid { grid-template-columns: 1fr 1fr; }
}

/* ---------- Dual-Entry Hero ---------- */
.hero-dual-entry {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--border);
  margin-bottom: 32px;
}
.hero-dual-cell {
  padding: 28px 32px;
  text-align: center;
}
.hero-dual-cell:first-child {
  background: var(--white);
  border-right: 1px solid var(--border);
}
.hero-dual-cell:last-child {
  background: var(--surface);
}
.hero-dual-label {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 12px;
}
.hero-dual-cell .btn-primary,
.hero-dual-cell .btn-secondary {
  width: 100%;
  justify-content: center;
  font-size: 14px;
}

/* ---------- Cost Calculator ---------- */
.calc-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--border);
}
.calc-inputs {
  padding: 32px;
  border-right: 1px solid var(--border);
}
.calc-results {
  padding: 32px;
}
.calc-field {
  margin-bottom: 24px;
}
.calc-field:last-child {
  margin-bottom: 0;
}
.calc-field label {
  display: block;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
}
.calc-field input {
  width: 100%;
  font-family: var(--font-body);
  font-size: 22px;
  font-weight: 500;
  color: var(--ink);
  border: 1px solid var(--border);
  border-radius: 0;
  padding: 10px 14px;
  background: var(--white);
  outline: none;
  transition: border-color var(--transition);
  -moz-appearance: textfield;
}
.calc-field input::-webkit-outer-spin-button,
.calc-field input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.calc-field input:focus {
  border-color: var(--blue);
}
.calc-result-group {
  margin-bottom: 28px;
}
.calc-result-group:last-child {
  margin-bottom: 0;
}
.calc-result-title {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--border);
}
.calc-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 6px 0;
  font-size: 14px;
  color: var(--slate);
}
.calc-row-value {
  font-family: var(--font-mono);
  font-weight: 500;
  color: var(--ink);
  font-size: 14px;
}
.calc-delta {
  font-family: var(--font-mono);
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -1.5px;
  padding: 16px 0 20px;
}
.calc-delta--positive { color: #16A34A; }
.calc-delta--negative { color: #DC2626; }

/* ---------- Live Demo ---------- */
.demo-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--border);
}
.demo-context {
  padding: 32px;
  border-right: 1px solid var(--border);
}
.demo-context h3 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.6px;
  color: var(--ink);
  margin-bottom: 8px;
}
.demo-context p {
  font-size: 14px;
  color: var(--slate);
  line-height: 1.65;
  margin-bottom: 12px;
}
.demo-context ul {
  list-style: none;
  margin-bottom: 16px;
}
.demo-context ul li {
  font-size: 13px;
  color: var(--slate);
  padding: 4px 0;
  border-bottom: 1px solid var(--border);
}
.demo-context ul li:last-child { border-bottom: none; }
.demo-chat {
  display: flex;
  flex-direction: column;
  height: 480px;
}
.demo-chat-header {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 12px 20px;
  border-bottom: 1px solid var(--border);
}
.demo-chat-messages {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
}
.demo-msg {
  margin-bottom: 16px;
  max-width: 85%;
}
.demo-msg--agent {
  margin-right: auto;
}
.demo-msg--user {
  margin-left: auto;
}
.demo-msg-bubble {
  font-size: 14px;
  line-height: 1.55;
  padding: 10px 14px;
}
.demo-msg--agent .demo-msg-bubble {
  background: var(--surface);
  color: var(--ink);
  border: 1px solid var(--border);
}
.demo-msg--user .demo-msg-bubble {
  background: var(--blue);
  color: var(--white);
}
.demo-msg-label {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 4px;
}
.demo-chat-input-row {
  display: flex;
  border-top: 1px solid var(--border);
}
.demo-chat-input {
  flex: 1;
  border: none;
  border-radius: 0;
  padding: 14px 16px;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--ink);
  outline: none;
  background: var(--white);
}
.demo-chat-input::placeholder { color: var(--muted); }
.demo-chat-send {
  padding: 14px 20px;
  background: var(--blue);
  color: var(--white);
  border: none;
  border-radius: 0;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background var(--transition);
}
.demo-chat-send:hover { background: var(--ink); }
.demo-lead-reveal {
  margin: 12px 0;
  padding: 16px;
  border: 2px solid #16A34A;
  background: #F0FDF4;
}
.demo-lead-reveal h4 {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #16A34A;
  margin-bottom: 8px;
}
.demo-lead-reveal p {
  font-size: 13px;
  color: var(--ink);
  margin-bottom: 4px;
}
.demo-lead-reveal .btn-primary {
  margin-top: 12px;
  font-size: 13px;
  padding: 8px 16px;
}

/* ---------- Compare Nav (Listing Pages) ---------- */
.compare-nav {
  padding: 12px 0;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 0;
}
.compare-nav-link {
  font-size: 13px;
  font-weight: 500;
  color: var(--blue);
}
.compare-nav-link:hover { color: var(--ink); }

/* ---------- Review Strip ---------- */
.review-strip {
  display: flex;
  gap: 0;
  overflow-x: auto;
  border: 1px solid var(--border);
  margin-bottom: 32px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.review-strip::-webkit-scrollbar { display: none; }
.review-strip-item {
  flex: 0 0 auto;
  width: 320px;
  padding: 20px 24px;
  border-right: 1px solid var(--border);
}
.review-strip-item:last-child { border-right: none; }
.review-strip-stars {
  color: var(--gold);
  font-size: 14px;
  margin-bottom: 8px;
}
.review-strip-text {
  font-size: 13px;
  color: var(--slate);
  line-height: 1.6;
  margin-bottom: 8px;
}
.review-strip-author {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}

/* ---------- Reduced Motion ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}

/* ---------- High Contrast ---------- */
@media (prefers-contrast: high) {
  :root { --border: #94a3b8; --muted: #475569; }
}

/* ---------- Print ---------- */
@media print {
  .site-nav, .site-footer, .cta-box { display: none; }
  body { font-size: 12pt; color: #000; }
  .container { max-width: 100%; padding: 0; }
}

/* ---------- Trust Badges ---------- */
.trust-row {
  display: flex; gap: 8px; flex-wrap: wrap;
  margin: 16px 0; padding: 16px 0;
  border-top: 1px solid #E4E7EC; border-bottom: 1px solid #E4E7EC;
}
.trust-badge {
  display: inline-flex; align-items: center; gap: 5px;
  font-family: 'IBM Plex Mono', monospace; font-size: 10px; font-weight: 500;
  letter-spacing: .04em; text-transform: uppercase;
  padding: 4px 10px; border-radius: 2px; border: 1px solid; white-space: nowrap;
}
.trust-badge.verified { color: #16A34A; background: #F0FDF4; border-color: #BBF7D0; }
.trust-badge.checked { color: #1D4ED8; background: #EFF6FF; border-color: #BFDBFE; }
.trust-badge.community { color: #0F1117; background: #F7F8FA; border-color: #E4E7EC; }

/* ---------- Price Benchmark ---------- */
.price-benchmark {
  background: #F7F8FA; border: 1px solid #E4E7EC;
  padding: 16px 20px; margin: 20px 0; border-radius: 2px;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 12px;
}
.price-benchmark-label {
  font-size: 11px; font-weight: 500; letter-spacing: .08em;
  text-transform: uppercase; color: #8C93A8; margin-bottom: 4px;
}
.price-benchmark-range {
  font-family: 'IBM Plex Mono', monospace; font-size: 20px;
  font-weight: 500; color: #0F1117; letter-spacing: -0.5px;
}

/* ---------- Guarantee Option ---------- */
.guarantee-option {
  background: #F0FDF4; border: 1px solid #BBF7D0;
  padding: 14px 18px; border-radius: 2px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; margin-top: 12px; flex-wrap: wrap;
}
.guarantee-title { font-size: 13px; font-weight: 500; color: #16A34A; margin-bottom: 2px; }
.guarantee-desc { font-size: 12px; color: #4A5168; line-height: 1.5; }
.guarantee-price {
  font-family: 'IBM Plex Mono', monospace; font-size: 14px;
  font-weight: 500; color: #0F1117; white-space: nowrap;
}

/* ---------- Verified Reviews ---------- */
.verified-review-item { padding: 16px 0; border-bottom: 1px solid #E4E7EC; }
.verified-review-item:last-child { border-bottom: none; }
.verified-badge-small {
  font-family: 'IBM Plex Mono', monospace; font-size: 9px; color: #16A34A;
  background: #F0FDF4; border: 1px solid #BBF7D0;
  padding: 2px 6px; border-radius: 2px; text-transform: uppercase; letter-spacing: .06em;
}

@media (max-width: 768px) {
  .trust-row { gap: 6px; }
  .price-benchmark { flex-direction: column; align-items: flex-start; }
}
