:root {
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-soft: #f7f7f5;
  --surface-tint: #f1f0fb;
  --border: #e5e5df;
  --border-strong: #d8d8d2;
  --text: #050505;
  --muted: #666661;
  --muted-2: #969692;
  --green: #14532d;
  --green-soft: #e6f4e9;
  --amber: #8a4b12;
  --amber-soft: #fff4d9;
  --red: #991b1b;
  --red-soft: #fee2e2;
  --ink: #080a0d;
  --ink-2: #111827;
  --line: rgba(255, 255, 255, 0.12);
  --shadow-soft: 0 22px 70px rgba(0, 0, 0, 0.1);
  --shadow-card: 0 10px 34px rgba(0, 0, 0, 0.08);
  --radius: 28px;
  --radius-sm: 14px;
  --max-width: 1280px;
}

/* Organic search resources */
.audience-section {
  padding-top: 28px;
}

.audience-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 56px;
  padding: 48px;
  border: 1px solid var(--border);
  border-radius: 30px;
  background: var(--surface-soft);
}

.audience-panel h2 {
  margin-top: 12px;
  max-width: 520px;
  font-size: clamp(2rem, 3.6vw, 3.5rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.audience-grid,
.template-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.audience-grid article,
.template-feature-grid article {
  display: grid;
  gap: 8px;
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--surface);
}

.audience-grid span,
.template-feature-grid p {
  color: var(--muted);
}

.resource-preview-section {
  background: var(--ink);
  color: #fff;
}

.resource-preview-section .section-heading p,
.resource-preview-section .resource-card p {
  color: rgba(255, 255, 255, 0.7);
}

.resource-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 42px;
}

.resource-card {
  display: flex;
  min-height: 270px;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
}

.resource-card > span {
  color: #72d79c;
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.resource-card h2,
.resource-card h3 {
  margin-top: 18px;
  font-size: clamp(1.55rem, 2.5vw, 2.25rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.resource-card p {
  margin: 16px 0 28px;
}

.resource-card a {
  margin-top: auto;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.resource-main,
.article-main {
  padding-top: 118px;
}

.resource-hero {
  max-width: 980px;
  padding-top: 80px;
  padding-bottom: 42px;
}

.resource-hero h1,
.article-header h1,
.not-found h1 {
  margin-top: 14px;
  font-size: clamp(3.1rem, 7vw, 6.8rem);
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.resource-hero > p:last-child,
.article-deck,
.not-found > p {
  max-width: 800px;
  margin-top: 24px;
  color: var(--muted);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.55;
}

.resource-index-grid {
  margin-top: 24px;
  padding-bottom: 92px;
}

.resource-index-grid .resource-card {
  color: var(--text);
  border-color: var(--border);
  background: var(--surface-soft);
}

.resource-index-grid .resource-card p {
  color: var(--muted);
}

.resource-index-grid .resource-card > span {
  color: var(--green);
}

.upcoming-resources {
  margin-bottom: 108px;
  padding: 48px;
  border-radius: 26px;
  background: var(--ink);
  color: #fff;
}

.upcoming-resources h2 {
  margin-top: 10px;
  font-size: 2.6rem;
}

.upcoming-resources ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 32px;
  margin: 28px 0 0;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.72);
}

.article-shell {
  width: min(100% - 48px, 880px);
  margin: 0 auto;
  padding: 60px 0 108px;
}

.article-shell-wide {
  width: min(100% - 48px, 1040px);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  color: var(--muted);
  font-size: 0.9rem;
}

.breadcrumbs a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.article-header {
  padding: 48px 0 56px;
  border-bottom: 1px solid var(--border);
}

.article-header h1 {
  font-size: clamp(3rem, 6vw, 5.6rem);
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 26px;
  color: var(--muted);
  font-size: 0.92rem;
}

.article-shell > section,
.article-sources {
  padding: 46px 0;
  border-bottom: 1px solid var(--border);
}

.article-shell section h2,
.article-sources h2,
.article-cta h2 {
  margin-bottom: 18px;
  font-size: clamp(1.8rem, 3.5vw, 2.75rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.article-shell section p,
.article-sources p,
.article-shell section li {
  color: #30332f;
  font-size: 1.08rem;
  line-height: 1.75;
}

.article-shell section p + p {
  margin-top: 18px;
}

.article-shell section a,
.article-sources a {
  color: var(--green);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.article-summary,
.download-panel {
  margin: 38px 0 10px;
  padding: 28px;
  border: 1px solid #b9dfc7;
  border-radius: 20px;
  background: var(--green-soft);
}

.article-summary strong,
.download-panel strong {
  font-size: 1.2rem;
}

.article-summary p,
.download-panel p {
  margin-top: 8px;
  color: #23422f;
}

.download-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.article-table-wrap {
  overflow-x: auto;
  margin-top: 24px;
}

.article-table-wrap table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}

.article-table-wrap th,
.article-table-wrap td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--border);
  text-align: left;
  vertical-align: top;
}

.article-table-wrap th {
  background: var(--ink);
  color: #fff;
}

.evidence-status-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.evidence-status-grid article {
  padding: 22px;
  border-radius: 18px;
}

.evidence-status-grid p {
  margin-top: 10px;
  font-size: 0.96rem !important;
  line-height: 1.55 !important;
}

.status-supported { background: var(--green-soft); color: var(--green); }
.status-partial { background: var(--amber-soft); color: var(--amber); }
.status-unsupported { background: var(--red-soft); color: var(--red); }

.example-block {
  margin-top: 24px;
  padding: 26px;
  border-left: 4px solid var(--amber);
  border-radius: 0 18px 18px 0;
  background: var(--amber-soft);
}

.article-checklist {
  display: grid;
  gap: 11px;
  padding-left: 24px;
}

.question-bank {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style-position: inside;
}

.question-bank li {
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--surface-soft);
}

.question-bank strong,
.question-bank span {
  display: block;
}

.question-bank strong {
  margin-top: 6px;
  color: var(--text);
  line-height: 1.4;
}

.question-bank span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.numbered-steps {
  display: grid;
  gap: 18px;
  counter-reset: step;
  padding: 0;
  list-style: none;
}

.numbered-steps li {
  display: grid;
  grid-template-columns: minmax(160px, 0.45fr) 1fr;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid var(--border);
}

.numbered-steps span {
  color: var(--muted);
}

.article-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  margin: 52px 0;
  padding: 34px;
  border-radius: 24px;
  background: var(--ink);
  color: #fff;
}

.article-cta p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

.article-sources ul {
  display: grid;
  gap: 8px;
  margin-bottom: 22px;
  padding-left: 20px;
}

.related-resources ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.related-resources li {
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--surface-soft);
}

.resource-pilot-cta {
  margin-top: 0;
  margin-bottom: 108px;
}

.simple-page-cta {
  margin-top: 54px;
  margin-bottom: 96px;
}

.not-found {
  width: min(100% - 48px, 900px);
  margin: 0 auto;
  padding: 100px 0;
}

.not-found .eyebrow {
  margin-top: 92px;
}

.pilot-offer-hero {
  padding-bottom: 54px;
}

.pilot-offer-price {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
  align-items: baseline;
  margin-top: 32px;
}

.pilot-offer-price strong {
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.pilot-offer-price span {
  color: var(--muted);
  font-weight: 650;
}

.pilot-offer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 24px;
  align-items: start;
  padding-bottom: 84px;
}

.pilot-offer-grid .request-panel,
.pilot-offer-grid .request-card {
  min-height: 100%;
}

.pilot-offer-grid h2,
.pilot-steps h2,
.pilot-boundaries h2 {
  margin: 10px 0 22px;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.pilot-inquiry-card {
  position: sticky;
  top: 130px;
}

.pilot-steps {
  padding-top: 70px;
  padding-bottom: 76px;
  border-top: 1px solid var(--border);
}

.pilot-steps .numbered-steps {
  max-width: 900px;
}

.pilot-boundaries {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 54px;
  margin-bottom: 76px;
  padding: 46px;
  border-radius: 26px;
  background: var(--surface-soft);
}

.pilot-final-cta {
  margin-bottom: 96px;
}

@media (max-width: 800px) {
  .audience-panel,
  .audience-grid,
  .template-feature-grid,
  .resource-card-grid,
  .upcoming-resources ul,
  .evidence-status-grid,
  .question-bank,
  .related-resources ul {
    grid-template-columns: 1fr;
  }

  .audience-panel,
  .upcoming-resources {
    padding: 30px;
  }

  .download-panel,
  .article-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .numbered-steps li {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .pilot-offer-grid,
  .pilot-boundaries {
    grid-template-columns: 1fr;
  }

  .pilot-inquiry-card {
    position: static;
  }

  .pilot-boundaries {
    padding: 30px;
  }
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
  scroll-padding-top: 118px;
}

body {
  margin: 0;
  overflow-x: clip;
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfbfa 38%, #ffffff 100%);
  color: var(--text);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3,
dd,
dl {
  margin: 0;
}

.container {
  width: min(100% - 96px, var(--max-width));
  margin: 0 auto;
}

.section {
  padding: 108px 0;
  scroll-margin-top: 118px;
}

section[id],
[id] {
  scroll-margin-top: 118px;
}

/* Navigation */
.site-header {
  position: sticky;
  top: 14px;
  z-index: 20;
  border-bottom: 0;
  background: transparent;
  padding: 0 20px;
}

.nav {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 34px;
  align-items: center;
  min-height: 68px;
  border: 1px solid rgba(17, 24, 39, 0.11);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow:
    0 18px 55px rgba(8, 10, 13, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(18px);
  padding: 0 18px 0 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
  font-size: 1.65rem;
  font-weight: 540;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

.brand-mark,
.badge-star {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
}

.brand-mark::before,
.badge-star::before {
  position: absolute;
  inset: 0;
  content: "";
  background: var(--text);
  clip-path: polygon(50% 0, 61% 39%, 100% 50%, 61% 61%, 50% 100%, 39% 61%, 0 50%, 39% 39%);
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 34px;
  color: var(--text);
}

.nav-links a {
  font-size: 0.98rem;
  font-weight: 470;
  line-height: 1;
  padding: 10px 0;
}

.nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 4px;
  border: 1px solid rgba(5, 5, 5, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(14px);
}

.lang-option {
  appearance: none;
  min-height: 32px;
  border: 0;
  border-radius: 999px;
  padding: 0 11px;
  background: transparent;
  color: rgba(5, 5, 5, 0.62);
  cursor: pointer;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 720;
  letter-spacing: -0.01em;
  line-height: 1;
  transition:
    background-color 180ms ease,
    color 180ms ease;
}

.lang-option.is-active {
  background: #050505;
  color: #fff;
}

.lang-option:focus-visible {
  outline: 2px solid rgba(20, 83, 45, 0.42);
  outline-offset: 2px;
}

.login-link {
  font-size: 0.98rem;
  font-weight: 520;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.98rem;
  font-weight: 620;
  line-height: 1;
  padding: 0 30px;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--text);
  color: #ffffff;
}

.btn-primary:hover {
  background: #202020;
}

.btn-secondary {
  background: var(--surface-soft);
  border-color: var(--border);
  color: var(--text);
}

.btn-small {
  min-height: 48px;
  padding: 0 30px;
}

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0 68px;
}

.hero::before {
  position: absolute;
  top: -180px;
  right: 0;
  left: 0;
  height: 860px;
  content: "";
  background:
    linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.78) 58%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}

.hero-shell {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 18px;
  text-align: center;
}

.review-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-size: 1rem;
  font-weight: 650;
}

.badge-star {
  width: 32px;
  height: 32px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface);
}

.badge-star::before {
  inset: 7px;
}

.hero-copy {
  display: grid;
  justify-items: center;
  gap: 16px;
  max-width: 1160px;
}

.hero h1 {
  max-width: 1160px;
  color: var(--text);
  font-size: clamp(3.35rem, 5.15vw, 4.8rem);
  font-weight: 430;
  letter-spacing: -0.03em;
  line-height: 1.02;
}

.hero h1 span {
  display: block;
  color: #747474;
}

.hero-subtitle {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.18rem;
  font-weight: 400;
  line-height: 1.48;
}

.hero-proof-line {
  max-width: 720px;
  color: var(--text);
  font-size: 1rem;
  font-weight: 620;
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.orbit-field {
  position: relative;
  display: grid;
  width: min(100%, 1240px);
  min-height: 430px;
  margin-top: 0;
  place-items: center;
  overflow: hidden;
}

.orbit-rings {
  position: absolute;
  inset: -450px -310px -170px;
  background:
    repeating-radial-gradient(
      circle at 50% 56%,
      transparent 0 156px,
      rgba(17, 24, 39, 0.105) 157px 158px,
      transparent 159px 258px
    );
  mask-image: linear-gradient(90deg, transparent 0%, #000 13%, #000 87%, transparent 100%);
  pointer-events: none;
}

.orbit-rings::before,
.orbit-rings::after {
  position: absolute;
  content: "";
  border: 1.5px solid rgba(37, 99, 235, 0.55);
  border-color: transparent rgba(37, 99, 235, 0.55) transparent transparent;
  border-radius: 50%;
  transform: rotate(16deg);
}

.orbit-rings::before {
  inset: 360px 255px 210px;
}

.orbit-rings::after {
  inset: 260px 105px 110px;
  opacity: 0.78;
  transform: rotate(-28deg);
}

.orbit-node {
  position: absolute;
  z-index: 1;
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow:
    0 14px 36px rgba(8, 10, 13, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
}

.orbit-node span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  background: #f7f7f5;
  color: var(--text);
  font-size: 0.74rem;
  font-weight: 760;
  letter-spacing: -0.01em;
}

.orbit-node-source span,
.orbit-node-docs span {
  background: var(--green-soft);
  color: var(--green);
}

.orbit-node-gap span {
  background: var(--amber-soft);
  color: var(--amber);
}

.orbit-node-csv span,
.orbit-node-export span {
  background: #eef2ff;
  color: #1d4ed8;
}

.orbit-node-docs {
  top: 62px;
  left: 140px;
}

.orbit-node-policy {
  top: 238px;
  left: 48px;
}

.orbit-node-csv {
  right: 150px;
  top: 66px;
}

.orbit-node-source {
  right: 62px;
  top: 232px;
}

.orbit-node-gap {
  bottom: 58px;
  left: 226px;
}

.orbit-node-export {
  right: 225px;
  bottom: 58px;
}

.hero-response-stack {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(100%, 560px);
  justify-items: center;
  filter: drop-shadow(0 28px 80px rgba(37, 99, 235, 0.14));
}

.hero-response-stack::before {
  position: absolute;
  bottom: -40px;
  width: 540px;
  height: 150px;
  content: "";
  background:
    linear-gradient(90deg, rgba(37, 99, 235, 0.16), rgba(20, 83, 45, 0.12), rgba(138, 75, 18, 0.12));
  filter: blur(40px);
  opacity: 0.82;
  pointer-events: none;
}

.response-stack-card {
  position: relative;
  z-index: 1;
  width: min(100%, 500px);
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(8, 10, 13, 0.09);
  text-align: left;
  backdrop-filter: blur(18px);
}

.response-stack-card span {
  display: block;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 650;
  line-height: 1;
}

.response-stack-card strong {
  display: block;
  color: var(--text);
  font-weight: 650;
  line-height: 1.22;
}

.stack-question {
  transform: translateY(16px);
  padding: 18px 22px;
}

.stack-question strong {
  margin-top: 8px;
  font-size: 1rem;
}

.stack-answer {
  z-index: 2;
  padding: 24px 26px;
}

.stack-answer p {
  margin-top: 12px;
  color: var(--text);
  font-size: 1.08rem;
  line-height: 1.5;
}

.stack-answer div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
  border-top: 1px solid var(--border);
  padding-top: 16px;
}

.stack-answer div strong,
.stack-answer div em {
  width: fit-content;
  border-radius: 999px;
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 680;
  line-height: 1;
  padding: 9px 11px;
}

.stack-answer div strong {
  background: var(--green-soft);
  color: var(--green);
}

.stack-answer div em {
  background: var(--surface-soft);
  color: var(--muted);
}

.stack-source {
  width: min(92%, 430px);
  transform: translateY(-12px);
  padding: 16px 20px;
}

.stack-source strong {
  margin-top: 8px;
  font-size: 0.96rem;
}

.hero-stage {
  isolation: isolate;
  position: relative;
  display: grid;
  align-items: stretch;
  width: min(100%, 1210px);
  min-height: 520px;
  margin-top: 20px;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 18px;
  background:
    linear-gradient(rgba(8, 10, 13, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 10, 13, 0.032) 1px, transparent 1px),
    linear-gradient(180deg, #ffffff, #f6f7f5);
  background-size: 40px 40px, 40px 40px, auto;
  box-shadow:
    0 36px 100px rgba(8, 10, 13, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  padding: 18px;
}

.hero-stage::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.82), transparent 22%, transparent 78%, rgba(255, 255, 255, 0.82)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), transparent 42%);
  pointer-events: none;
}

.hero-stage::after {
  position: absolute;
  right: 22px;
  bottom: 0;
  left: 22px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(17, 24, 39, 0.18), transparent);
}

.stage-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(270px, 315px) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.stage-console {
  display: grid;
  align-content: space-between;
  min-height: 438px;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 250, 248, 0.96)),
    #ffffff;
  box-shadow:
    0 22px 60px rgba(8, 10, 13, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
  padding: 22px;
  text-align: left;
}

.console-label {
  width: fit-content;
  border: 1px solid rgba(20, 83, 45, 0.16);
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--green);
  font-size: 0.76rem;
  font-weight: 720;
  letter-spacing: 0.03em;
  line-height: 1;
  padding: 8px 10px;
  text-transform: uppercase;
}

.stage-console h2 {
  max-width: 250px;
  color: var(--text);
  font-size: 1.95rem;
  font-weight: 470;
  letter-spacing: -0.025em;
  line-height: 1.02;
}

.console-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.console-metrics div {
  display: grid;
  gap: 4px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #ffffff;
  padding: 14px;
}

.console-metrics strong {
  color: var(--text);
  font-size: 1.65rem;
  font-weight: 620;
  line-height: 1;
}

.console-metrics span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 620;
  line-height: 1.2;
}

.console-steps {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.console-steps li {
  position: relative;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 560;
  line-height: 1.25;
  padding-left: 25px;
}

.console-steps li::before {
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 9px;
  height: 9px;
  content: "";
  border: 1px solid var(--border-strong);
  border-radius: 50%;
  background: #ffffff;
}

.console-steps li.done,
.console-steps li.active {
  color: var(--text);
}

.console-steps li.done::before {
  border-color: #22c55e;
  background: #22c55e;
  box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.14);
}

.console-steps li.active::before {
  border-color: var(--green);
  background: transparent;
  box-shadow: 0 0 0 5px rgba(20, 83, 45, 0.08);
}

.product-screenshot {
  display: block;
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: var(--shadow-card);
}

.screen-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.11);
  border-radius: 14px;
  background: #ffffff;
  box-shadow:
    0 28px 70px rgba(8, 10, 13, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  padding-top: 36px;
}

.screen-frame::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  height: 36px;
  content: "";
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  background:
    linear-gradient(180deg, #ffffff, #f7f8f6);
}

.screen-frame::after {
  top: 10px;
  left: 16px;
  z-index: 3;
  max-width: calc(100% - 92px);
  overflow: hidden;
  color: #71716c;
  content: attr(data-title);
  font-size: 0.76rem;
  font-weight: 560;
  letter-spacing: 0.01em;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.screen-frame > .product-screenshot,
.screen-frame .product-screenshot {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.stage-command {
  position: relative;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
  margin: 0 0 12px;
}

.stage-command span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 620;
  line-height: 1;
  padding: 0 13px;
}

.signal-card {
  position: absolute;
  z-index: 5;
  display: grid;
  min-width: 190px;
  gap: 5px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
  padding: 14px 16px;
  text-align: left;
}

.signal-card::before {
  position: absolute;
  top: 17px;
  left: 14px;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.16);
}

.signal-card span,
.signal-card strong {
  padding-left: 18px;
}

.signal-card span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.76rem;
  font-weight: 650;
  line-height: 1;
}

.signal-card strong {
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 680;
  line-height: 1.2;
}

.signal-source {
  top: 124px;
  left: 34px;
}

.signal-gap {
  top: 47%;
  right: 34px;
}

.signal-gap::before {
  background: #f59e0b;
  box-shadow: 0 0 0 5px rgba(245, 158, 11, 0.18);
}

.signal-reuse {
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
}

.hero-screenshot {
  width: min(100%, 860px);
  max-height: 360px;
  object-fit: cover;
  object-position: top center;
}

.response-hero-stage {
  width: min(100%, 1040px);
  min-height: auto;
  border-radius: 30px;
  padding: 42px;
}

.screenshot-stage {
  width: min(100%, 1210px);
  min-height: auto;
  border-radius: 20px;
  padding: 16px;
}

.hero-product-frame {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  margin: 0;
}

.hero-product-screenshot {
  height: 438px;
  max-height: none;
  object-fit: cover;
  object-position: top center;
}

.response-preview {
  display: grid;
  width: min(100%, 820px);
  gap: 22px;
  border: 1px solid var(--border);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-card);
  padding: 30px;
  text-align: left;
}

.response-preview-header {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-start;
  justify-content: space-between;
}

.response-preview-header span,
.response-preview-footer span {
  display: block;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 620;
}

.response-preview-header h2 {
  margin-top: 4px;
  color: var(--text);
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 620;
  letter-spacing: 0;
  line-height: 1.12;
}

.response-preview-header > strong {
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--green);
  font-size: 0.86rem;
  font-weight: 700;
  padding: 8px 12px;
}

.response-preview-table {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 20px;
}

.response-preview-row {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto minmax(130px, 0.36fr);
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid var(--border);
  padding: 18px 20px;
}

.response-preview-row:last-child {
  border-bottom: 0;
}

.response-preview-row p {
  color: var(--text);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.28;
}

.response-preview-row strong {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 620;
  text-align: right;
}

.status-pill {
  display: inline-flex;
  width: fit-content;
  min-height: 30px;
  align-items: center;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 720;
  line-height: 1;
  padding: 0 11px;
}

.status-pill.supported {
  background: var(--green-soft);
  color: var(--green);
}

.status-pill.approved {
  background: #111111;
  color: #ffffff;
}

.status-pill.reused {
  background: #eef2ff;
  color: #3730a3;
}

.status-pill.needs-source {
  background: var(--amber-soft);
  color: var(--amber);
}

.status-pill.export {
  background: var(--surface-soft);
  color: var(--text);
}

.status-pill.gap {
  background: var(--amber-soft);
  color: var(--amber);
}

.response-preview-footer {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.response-preview-footer div {
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--surface);
  padding: 16px;
}

.response-preview-footer strong {
  display: block;
  margin-top: 6px;
  color: var(--text);
  font-size: 1.5rem;
  font-weight: 650;
  line-height: 1;
}

/* Source-backed workflow sections */
.proof-strip-section {
  padding: 0 0 96px;
}

.source-strip-section {
  padding: 0 0 44px;
}

.source-strip {
  display: grid;
  justify-items: center;
  gap: 18px;
  text-align: center;
}

.source-strip p {
  color: var(--muted-2);
  font-size: 0.92rem;
  font-weight: 560;
  letter-spacing: 0.01em;
}

.source-strip div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 960px;
}

.source-strip span {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 560;
  line-height: 1;
  padding: 0 14px;
}

.proof-strip {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 248, 245, 0.96)),
    #ffffff;
  box-shadow: 0 20px 70px rgba(8, 10, 13, 0.06);
  counter-reset: proof-card;
}

.proof-strip::before {
  position: absolute;
  top: 34px;
  right: 42px;
  left: 42px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(17, 24, 39, 0.13), transparent);
}

.proof-strip div {
  position: relative;
  display: grid;
  min-height: 172px;
  align-content: start;
  gap: 14px;
  overflow: hidden;
  border-right: 1px solid var(--border);
  background: transparent;
  box-shadow: none;
  padding: 28px 24px 24px;
}

.proof-strip div:last-child {
  border-right: 0;
}

.proof-strip div::before {
  position: relative;
  z-index: 1;
  display: inline-grid;
  width: fit-content;
  min-height: 30px;
  align-items: center;
  counter-increment: proof-card;
  content: "0" counter(proof-card);
  border-radius: 999px;
  border: 1px solid var(--border);
  background: #ffffff;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 720;
  line-height: 1;
  padding: 0 11px;
}

.proof-strip div:nth-child(3)::before {
  border-color: rgba(138, 75, 18, 0.18);
  background: var(--amber-soft);
  color: var(--amber);
}

.proof-strip div:nth-child(4)::before {
  background: var(--green-soft);
  color: var(--green);
}

.proof-strip div:nth-child(5)::before {
  border-color: rgba(55, 48, 163, 0.16);
  background: #eef2ff;
  color: #3730a3;
}

.proof-strip strong {
  position: relative;
  z-index: 1;
  color: var(--text);
  font-size: 1.03rem;
  font-weight: 650;
  line-height: 1.22;
}

.proof-strip span {
  position: relative;
  z-index: 1;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.problem-section,
.deliverables-section,
.before-after-section,
.audience-section,
.dual-demo-section,
.mcp-section,
.tone-section,
.sprint-section {
  border-top: 1px solid var(--border);
}

.dual-demo-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(248, 249, 250, 0.92) 38%, #ffffff),
    #ffffff;
}

.dual-demo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.product-demo-grid {
  position: relative;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 18px;
  background:
    linear-gradient(rgba(8, 10, 13, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 10, 13, 0.028) 1px, transparent 1px),
    linear-gradient(180deg, #ffffff, #f7f8f6);
  background-size: 34px 34px, 34px 34px, auto;
  box-shadow: 0 24px 90px rgba(8, 10, 13, 0.08);
  padding: 24px;
}

.product-demo-grid::before {
  position: absolute;
  top: 24px;
  right: 24px;
  left: 24px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(17, 24, 39, 0.15), transparent);
}

.product-demo-grid::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(110deg, rgba(255, 255, 255, 0.62), transparent 38%, rgba(230, 244, 233, 0.35));
  pointer-events: none;
}

.workflow-demo {
  display: grid;
  min-height: 410px;
  align-content: start;
  gap: 18px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-card);
  padding: 28px;
}

.screenshot-demo-card {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.86)),
    rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 60px rgba(8, 10, 13, 0.08);
  padding: 18px;
}

.screenshot-demo-card::before {
  position: absolute;
  top: -1px;
  right: 18px;
  left: 18px;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(17, 24, 39, 0.16), transparent);
}

.screenshot-card-frame {
  display: grid;
  min-height: 330px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 14px;
  background: #ffffff;
}

.screenshot-card-frame .product-screenshot {
  height: 100%;
  min-height: 330px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  object-fit: cover;
  object-position: top center;
}

.workflow-demo-header {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.workflow-demo-header span,
.demo-source-row span {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 620;
}

.workflow-demo-header strong {
  border: 1px solid var(--border);
  border-radius: 999px;
  background: #ffffff;
  color: var(--text);
  font-size: 0.84rem;
  font-weight: 650;
  padding: 8px 12px;
}

.ask-demo-box,
.answer-demo,
.demo-source-row {
  border: 1px solid var(--border);
  border-radius: 20px;
  background: var(--surface);
}

.ask-demo-box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-end;
  min-height: 132px;
  padding: 22px;
}

.ask-demo-box p {
  flex-basis: 100%;
  color: var(--text);
  font-size: 1.12rem;
  font-weight: 620;
  line-height: 1.35;
}

.ask-demo-box span {
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 620;
  padding: 9px 12px;
}

.answer-demo {
  padding: 22px;
}

.answer-demo strong {
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 680;
}

.answer-demo p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
}

.demo-source-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding: 18px 20px;
}

.demo-source-row strong {
  color: var(--text);
  font-size: 0.98rem;
  font-weight: 650;
}

.mini-response-table {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: var(--surface);
}

.mini-response-table div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  border-bottom: 1px solid var(--border);
  padding: 20px;
}

.mini-response-table div:last-child {
  border-bottom: 0;
}

.mini-response-table p {
  color: var(--text);
  font-size: 1rem;
  font-weight: 620;
  line-height: 1.35;
}

.tone-section {
  background:
    linear-gradient(rgba(8, 10, 13, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 10, 13, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, #f8f9fa, #ffffff);
  background-size: 42px 42px, 42px 42px, auto;
}

.tone-panel {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(480px, 1fr);
  gap: 48px;
  align-items: center;
}

.tone-copy {
  max-width: 620px;
}

.tone-copy h2 {
  color: var(--text);
  font-size: clamp(2.2rem, 5vw, 4.1rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.04;
}

.tone-copy p:not(.eyebrow) {
  margin-top: 18px;
  color: var(--muted);
  font-size: 1.2rem;
  line-height: 1.58;
}

.tone-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.tone-grid div {
  min-height: 170px;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: var(--surface);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.05);
  padding: 24px;
}

.tone-grid span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  border-radius: 999px;
  background: var(--surface-soft);
  color: var(--text);
  font-size: 0.84rem;
  font-weight: 680;
  padding: 0 12px;
}

.tone-grid p {
  margin-top: 20px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.5;
}

.tone-visual {
  margin: 0;
}

.tone-visual.screen-frame {
  background: #ffffff;
}

.tone-visual .product-screenshot {
  max-height: 620px;
  object-fit: cover;
  object-position: top center;
}

.split-copy {
  display: grid;
  grid-template-columns: minmax(320px, 0.76fr) minmax(420px, 1fr);
  gap: 84px;
  align-items: start;
}

.large-copy {
  display: grid;
  gap: 22px;
}

.large-copy p {
  color: var(--muted);
  font-size: 1.34rem;
  line-height: 1.6;
}

.section-heading.narrow {
  max-width: 840px;
}

.deliverables-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.deliverable-card {
  display: grid;
  grid-column: span 2;
  min-height: 250px;
  align-content: start;
  gap: 18px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--surface);
  box-shadow: 0 18px 55px rgba(8, 10, 13, 0.045);
  padding: 28px;
}

.deliverable-card.wide {
  grid-column: span 4;
}

.deliverable-card span {
  display: inline-flex;
  width: fit-content;
  min-height: 34px;
  align-items: center;
  border-radius: 999px;
  background: var(--surface-soft);
  color: var(--text);
  font-size: 0.85rem;
  font-weight: 650;
  padding: 0 12px;
}

.deliverable-card h3,
.workflow-panel h3,
.audience-lists h3,
.comparison-column h3 {
  color: var(--text);
  font-size: 1.25rem;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.18;
}

.deliverable-card p,
.workflow-panel li,
.audience-lists li,
.comparison-column li {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
}

.sample-pack-section {
  border-top: 1px solid var(--border);
  background:
    linear-gradient(180deg, #f8f9fa, #ffffff 52%),
    #ffffff;
}

.product-shot-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 22px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 18px;
  background:
    linear-gradient(rgba(8, 10, 13, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 10, 13, 0.05) 1px, transparent 1px),
    linear-gradient(135deg, #ffffff, #f3f4f6);
  background-size: 36px 36px, 36px 36px, auto;
  box-shadow: 0 24px 80px rgba(8, 10, 13, 0.08);
  padding: 22px;
}

.product-shot-grid::before {
  position: absolute;
  top: 22px;
  right: 22px;
  left: 22px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(17, 24, 39, 0.2), transparent);
}

.product-shot-card {
  position: relative;
  z-index: 1;
  display: grid;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 22px 70px rgba(8, 10, 13, 0.09);
}

.product-shot-card:first-child {
  margin-top: 54px;
}

.product-shot-card .product-screenshot {
  height: 100%;
  min-height: 420px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  object-fit: cover;
  object-position: top center;
}

.sample-table-wrap {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: var(--surface);
  box-shadow: var(--shadow-card);
}

.sample-table {
  width: 100%;
  border-collapse: collapse;
}

.sample-table th,
.sample-table td {
  border-bottom: 1px solid var(--border);
  padding: 22px 24px;
  text-align: left;
  vertical-align: middle;
}

.sample-table tr:last-child td {
  border-bottom: 0;
}

.sample-table th {
  background: #fbfbfa;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 650;
}

.sample-table td {
  color: var(--text);
  font-size: 1rem;
  line-height: 1.45;
}

.sample-table td:first-child {
  font-weight: 620;
}

.before-after-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.workflow-panel {
  display: grid;
  gap: 20px;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: var(--surface);
  padding: 32px;
}

.workflow-panel > span {
  width: fit-content;
  border-radius: 999px;
  background: var(--surface-soft);
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 700;
  padding: 8px 12px;
}

.workflow-panel.after > span {
  background: var(--green-soft);
  color: var(--green);
}

.workflow-panel ul,
.comparison-column ul,
.tag-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.workflow-panel li,
.comparison-column li {
  position: relative;
  padding-left: 24px;
}

.workflow-panel li::before,
.comparison-column li::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
  background: var(--muted-2);
}

.workflow-panel.after li::before,
.comparison-column.highlighted li::before {
  background: var(--green);
}

.audience-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) minmax(460px, 1fr);
  gap: 72px;
  align-items: start;
}

.mcp-section {
  background:
    linear-gradient(180deg, #ffffff, #f8f9fa 62%, #ffffff),
    #ffffff;
}

.mcp-panel {
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(520px, 1fr);
  gap: 72px;
  align-items: center;
}

.mcp-copy {
  display: grid;
  gap: 18px;
}

.mcp-copy h2 {
  color: var(--text);
  font-size: clamp(2.35rem, 5vw, 4.35rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.04;
}

.mcp-copy p:not(.eyebrow) {
  max-width: 640px;
  color: var(--muted);
  font-size: 1.16rem;
  line-height: 1.58;
}

.mcp-client-panel {
  gap: 22px;
}

.mcp-client-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.mcp-client-grid span {
  display: grid;
  min-height: 90px;
  place-items: center;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--text);
  font-size: 0.98rem;
  font-weight: 660;
  text-align: center;
  padding: 16px;
}

.mcp-flow {
  display: grid;
  gap: 12px;
}

.mcp-flow div {
  display: grid;
  gap: 6px;
  border: 1px solid rgba(17, 24, 39, 0.09);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  padding: 18px;
}

.mcp-flow strong {
  color: var(--text);
  font-size: 0.98rem;
  font-weight: 660;
}

.mcp-flow p {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.audience-lists {
  display: grid;
  gap: 18px;
}

.audience-lists > div {
  display: grid;
  gap: 18px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--surface);
  padding: 28px;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag-list li {
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--surface-soft);
  color: var(--text);
  font-size: 0.94rem;
  font-weight: 560;
  line-height: 1;
  padding: 12px 14px;
}

.comparison-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.comparison-column {
  display: grid;
  gap: 22px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--surface);
  padding: 32px;
}

.comparison-column.highlighted {
  border-color: rgba(20, 83, 45, 0.24);
  background:
    linear-gradient(180deg, rgba(230, 244, 233, 0.58), rgba(255, 255, 255, 0.96)),
    var(--surface);
}

.sprint-section {
  background: var(--surface-soft);
}

.sprint-panel {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(420px, 1fr);
  gap: 60px;
  align-items: center;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--surface);
  box-shadow: 0 24px 80px rgba(8, 10, 13, 0.08);
  padding: 58px;
}

.sprint-copy {
  display: grid;
  gap: 18px;
}

.sprint-copy h2 {
  color: var(--text);
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.06;
}

.sprint-copy p {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.16rem;
  line-height: 1.58;
}

.sprint-copy .btn {
  width: fit-content;
  margin-top: 8px;
}

.sprint-list {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #ffffff;
}

.sprint-list div {
  display: grid;
  grid-template-columns: minmax(110px, 0.42fr) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  border-bottom: 1px solid var(--border);
  padding: 20px 22px;
}

.sprint-list div:last-child {
  border-bottom: 0;
}

.sprint-list span {
  color: var(--muted-2);
  font-size: 0.86rem;
  font-weight: 650;
}

.sprint-list strong {
  display: block;
  color: var(--text);
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.3;
}

.sprint-list section {
  display: grid;
  gap: 6px;
}

.sprint-list p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.setup-card {
  position: absolute;
  top: 64px;
  left: 50%;
  display: grid;
  width: min(92%, 480px);
  gap: 22px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-card);
  padding: 28px 32px;
  text-align: left;
  transform: translateX(-50%);
}

.setup-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.setup-card h2 {
  color: var(--text);
  font-size: 1.22rem;
  font-weight: 520;
}

.setup-card h2 strong {
  font-weight: 720;
}

.setup-card button {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--text);
  cursor: pointer;
  font-size: 1.2rem;
}

.setup-progress {
  display: grid;
  grid-template-columns: 24px 1fr auto;
  gap: 14px;
  align-items: center;
}

.progress-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(90deg, #ff7bd5, #8874ff);
}

.progress-track {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #eeeeef;
}

.progress-track span {
  display: block;
  width: 25%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ff7bd5, #8874ff);
}

.setup-progress strong {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 500;
}

.setup-steps {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.setup-steps li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 14px;
  align-items: center;
  color: var(--muted-2);
  font-size: 1rem;
}

.setup-steps span {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid var(--border-strong);
  border-radius: 50%;
  color: var(--text);
  font-size: 0.82rem;
}

.setup-steps .done {
  color: var(--text);
}

.setup-steps .done span {
  border-color: var(--text);
  background: var(--text);
}

.setup-steps .done span::before {
  width: 8px;
  height: 5px;
  content: "";
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(-45deg);
}

.setup-steps .current {
  color: var(--text);
}

.draft-chip {
  position: absolute;
  bottom: 26px;
  left: 34%;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--shadow-card);
  color: var(--text);
  font-size: 0.95rem;
  font-weight: 620;
  padding: 0 22px;
}

.draft-chip span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 11px;
  background: #d9dcff;
}

.draft-chip span::before {
  width: 14px;
  height: 14px;
  content: "";
  background: var(--text);
  clip-path: polygon(50% 0, 61% 39%, 100% 50%, 61% 61%, 50% 100%, 39% 61%, 0 50%, 39% 39%);
}

/* Editorial intro */
.intro-copy-section {
  padding: 110px 0 80px;
}

.center-copy {
  display: grid;
  justify-items: center;
  gap: 24px;
  max-width: 840px;
  margin: 0 auto;
  text-align: center;
}

.pill {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--surface);
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 620;
  padding: 0 14px;
}

.center-copy h2,
.section-heading h2,
.cta-panel h2 {
  color: var(--text);
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.06;
}

.copy-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 62px;
}

.copy-column,
.card,
.use-card {
  min-height: 260px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--surface);
  box-shadow: 0 16px 50px rgba(8, 10, 13, 0.04);
  padding: 30px;
}

.copy-column h3,
.card h3 {
  margin-top: 34px;
  color: var(--text);
  font-size: 1.25rem;
  font-weight: 650;
  line-height: 1.18;
}

.copy-column p,
.card p,
.section-heading p,
.cta-panel p {
  margin-top: 16px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.58;
}

.line-icon {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  color: var(--text);
}

.phone-icon::before {
  position: absolute;
  inset: 3px 9px;
  content: "";
  border: 2px solid currentColor;
  border-radius: 5px;
}

.phone-icon::after {
  position: absolute;
  bottom: 8px;
  left: 15px;
  width: 3px;
  height: 3px;
  content: "";
  border-radius: 50%;
  background: currentColor;
}

.monitor-icon::before {
  position: absolute;
  top: 6px;
  left: 3px;
  width: 26px;
  height: 17px;
  content: "";
  border: 2px solid currentColor;
  border-radius: 3px;
}

.monitor-icon::after {
  position: absolute;
  right: 7px;
  bottom: 5px;
  left: 7px;
  height: 2px;
  content: "";
  background: currentColor;
}

.checklist-icon::before {
  position: absolute;
  top: 6px;
  left: 5px;
  width: 7px;
  height: 11px;
  content: "";
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(38deg);
}

.checklist-icon::after {
  position: absolute;
  top: 8px;
  right: 4px;
  width: 17px;
  height: 14px;
  content: "";
  border-top: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}

/* Split product sections */
.work-section,
.showcase-section {
  padding: 110px 0;
  border-top: 1px solid var(--border);
}

.work-grid,
.split-section,
.privacy-panel {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(520px, 1fr);
  gap: 84px;
  align-items: center;
}

.work-copy {
  display: grid;
  gap: 22px;
}

.eyebrow {
  color: var(--muted);
  font-size: 0.98rem;
  font-weight: 650;
  letter-spacing: 0;
}

.work-copy h2 {
  color: var(--text);
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.06;
}

.work-copy p {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.22rem;
  line-height: 1.58;
}

.work-visual,
.showcase-visual {
  position: relative;
  display: grid;
  min-height: 520px;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.11);
  border-radius: 16px;
  background:
    linear-gradient(rgba(8, 10, 13, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 10, 13, 0.035) 1px, transparent 1px),
    linear-gradient(135deg, #ffffff, #f7f8fa);
  background-size: 38px 38px, 38px 38px, auto;
  box-shadow: 0 24px 80px rgba(8, 10, 13, 0.08);
  padding: 18px;
}

.work-visual::before,
.showcase-visual::before {
  position: absolute;
  top: 18px;
  right: 18px;
  left: 18px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(17, 24, 39, 0.22), transparent);
}

.product-screenshot-frame {
  display: grid;
  width: 100%;
  margin: 0;
}

.product-screenshot-frame .product-screenshot {
  max-height: 610px;
  object-fit: cover;
  object-position: top center;
}

.pilot-report-frame {
  display: grid;
  margin: 34px 0 0;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 28px 90px rgba(8, 10, 13, 0.12);
}

.pilot-report-frame .product-screenshot {
  max-height: 660px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  object-fit: cover;
  object-position: top center;
}

.progress-panel,
.answer-demo-card,
.gap-demo-panel,
.stack-demo-panel {
  display: grid;
  width: min(100%, 600px);
  justify-self: center;
  gap: 22px;
  border: 1px solid var(--border);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-card);
  padding: 32px;
}

.progress-card,
.working-card,
.demo-answer,
.demo-source-card,
.not-found-card,
.onboarding-card {
  border: 1px solid var(--border);
  border-radius: 18px;
  background: #ffffff;
  padding: 22px;
}

.progress-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.progress-header h3 {
  font-size: 1.45rem;
  font-weight: 670;
}

.progress-list {
  display: grid;
  gap: 24px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.progress-list li {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 18px;
  align-items: center;
  color: var(--muted);
  font-size: 1.1rem;
}

.progress-list span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: #f0eee9;
  color: var(--muted);
  font-weight: 650;
}

.progress-list .complete span,
.progress-list .active span {
  border: 2px solid #2b8de2;
  background: #2b8de2;
  color: #ffffff;
}

.progress-list .active span {
  background: #ffffff;
  color: #2b8de2;
}

.progress-list .active p {
  color: var(--text);
  font-weight: 560;
}

.working-card {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
}

.working-card strong {
  color: var(--text);
  font-weight: 650;
}

.demo-question {
  justify-self: end;
  border-radius: 16px;
  background: linear-gradient(180deg, #ef8e6c, #d96844);
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 650;
  padding: 13px 18px;
}

.demo-answer {
  display: grid;
  gap: 12px;
}

.demo-answer span {
  width: fit-content;
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 650;
  padding: 6px 10px;
}

.demo-answer p,
.not-found-card p,
.onboarding-card p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.54;
}

.demo-source-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
}

.demo-source-card strong,
.not-found-card strong,
.onboarding-card strong {
  color: var(--text);
  font-size: 1rem;
  font-weight: 650;
}

.demo-source-card span {
  color: var(--muted);
}

.not-found-card {
  border-color: rgba(138, 75, 18, 0.28);
  background: var(--amber-soft);
}

.gap-demo-list {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 18px;
}

.gap-demo-list div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  border-bottom: 1px solid var(--border);
  background: #ffffff;
  padding: 17px 18px;
}

.gap-demo-list div:last-child {
  border-bottom: 0;
}

.gap-demo-list span {
  color: var(--text);
}

.gap-demo-list strong {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 560;
  white-space: nowrap;
}

.stack-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.stack-node {
  display: grid;
  min-height: 76px;
  place-items: center;
  border-radius: 16px;
  background: var(--text);
  color: #ffffff;
  font-weight: 650;
}

.stack-grid span {
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #ffffff;
  color: var(--muted);
  font-size: 0.96rem;
  font-weight: 580;
  padding: 16px;
}

/* Cards and tables */
.card-grid {
  display: grid;
  gap: 18px;
}

.card-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card-grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.process-section {
  border-top: 1px solid var(--border);
}

.process-card {
  min-height: 300px;
}

.step-number {
  display: inline-flex;
  width: fit-content;
  min-height: 34px;
  align-items: center;
  border-radius: 999px;
  background: var(--surface-soft);
  color: var(--text);
  font-size: 0.85rem;
  font-weight: 650;
  padding: 0 12px;
}

.section-heading {
  display: grid;
  gap: 16px;
  max-width: 760px;
  margin-bottom: 46px;
}

.comparison-section {
  background: #ffffff;
  border-top: 0;
  padding: 72px 0;
}

.gaps-section {
  background: var(--surface-soft);
  border-top: 1px solid var(--border);
}

.gap-list,
.faq-list {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: var(--surface);
}

.comparison-browser {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 36px;
  background: linear-gradient(180deg, #f7f7f5, #efefec);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.07);
  padding: 72px 34px 34px;
}

.browser-dots {
  position: absolute;
  top: 26px;
  left: 34px;
  display: flex;
  gap: 10px;
}

.browser-dots span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ff9aa2;
}

.browser-dots span:nth-child(2) {
  background: #ffd166;
}

.browser-dots span:nth-child(3) {
  background: #7ee081;
}

.comparison-inner {
  border-radius: 28px;
  background: #ffffff;
  padding: 76px 70px 70px;
}

.comparison-heading {
  display: grid;
  justify-items: center;
  gap: 14px;
  margin-bottom: 64px;
  text-align: center;
}

.comparison-heading .eyebrow {
  color: var(--muted);
}

.comparison-heading h2 {
  color: var(--text);
  font-size: clamp(2.6rem, 4.7vw, 4rem);
  font-weight: 520;
  letter-spacing: 0;
  line-height: 1.04;
}

.comparison-board {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 360px) 1fr;
  align-items: stretch;
}

.comparison-feature-card {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 28px;
  align-content: start;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 26px 62px rgba(0, 0, 0, 0.08);
  padding: 34px 30px 28px;
}

.feature-card-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #171a35;
  font-size: 1.35rem;
  font-weight: 750;
}

.feature-card-brand .brand-mark {
  width: 24px;
  height: 24px;
}

.comparison-feature-card ul {
  display: grid;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.comparison-feature-card li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 16px;
  align-items: center;
  color: #171a35;
  font-size: 1.05rem;
  line-height: 1.35;
}

.comparison-feature-card .btn {
  margin-top: 8px;
}

.comparison-matrix {
  display: grid;
  align-content: start;
  overflow: hidden;
  margin: 58px 0 48px -18px;
  border-radius: 0 22px 22px 0;
  background: #fafafa;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.06);
}

.matrix-head,
.matrix-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 1fr));
}

.matrix-head > div {
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: center;
  color: #9b9b96;
  font-size: 1rem;
  font-weight: 520;
}

.matrix-row > div {
  display: grid;
  min-height: 72px;
  place-items: center;
  border-top: 1px solid var(--border);
}

.check,
.cross {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
}

.check::before {
  position: absolute;
  top: 5px;
  left: 4px;
  width: 17px;
  height: 9px;
  content: "";
  border-bottom: 5px solid #10bf63;
  border-left: 5px solid #10bf63;
  transform: rotate(-45deg);
}

.cross::before,
.cross::after {
  position: absolute;
  top: 12px;
  left: 4px;
  width: 21px;
  height: 5px;
  content: "";
  border-radius: 999px;
  background: #f26b7b;
}

.cross::before {
  transform: rotate(45deg);
}

.cross::after {
  transform: rotate(-45deg);
}

.privacy-panel {
  border-radius: var(--radius);
  background: var(--text);
  color: #ffffff;
  padding: 64px;
}

.privacy-panel .eyebrow,
.privacy-panel h2 {
  color: #ffffff;
}

.privacy-panel p {
  color: rgba(255, 255, 255, 0.72);
}

.pilot-section {
  border-top: 1px solid var(--border);
  background: var(--surface-soft);
}

.pilot-panel {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(420px, 1fr);
  gap: 60px;
  align-items: center;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-card);
  padding: 58px;
}

.pilot-copy {
  display: grid;
  gap: 18px;
}

.pilot-copy h2 {
  color: var(--text);
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.06;
}

.pilot-copy p {
  max-width: 600px;
  color: var(--muted);
  font-size: 1.16rem;
  line-height: 1.58;
}

.pilot-copy .btn {
  width: fit-content;
  margin-top: 8px;
}

.pilot-list {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: #ffffff;
}

.pilot-list div {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 16px;
  align-items: center;
  border-bottom: 1px solid var(--border);
  padding: 20px 22px;
}

.pilot-list div:last-child {
  border-bottom: 0;
}

.pilot-list span {
  color: var(--muted-2);
  font-size: 0.86rem;
  font-weight: 650;
}

.pilot-list strong {
  color: var(--text);
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.3;
}

.trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.trust-badges span {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 560;
  padding: 12px 16px;
}

.gap-card {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 16px;
  align-items: center;
  border-bottom: 1px solid var(--border);
  background: #ffffff;
  padding: 20px 24px;
}

.gap-card:last-child {
  border-bottom: 0;
}

.gap-card p {
  color: var(--text);
  font-weight: 650;
}

.gap-card span {
  color: var(--muted);
}

.gap-card strong {
  border-radius: 999px;
  background: var(--red-soft);
  color: var(--red);
  font-size: 0.78rem;
  padding: 7px 10px;
}

.cta-panel {
  display: grid;
  justify-items: center;
  gap: 28px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background:
    linear-gradient(180deg, #ffffff, #f7f8f6);
  padding: 72px 40px;
  text-align: center;
}

.cta-panel > div:first-child {
  display: grid;
  gap: 16px;
  max-width: 760px;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

details {
  border-bottom: 1px solid var(--border);
  background: #ffffff;
}

details:last-child {
  border-bottom: 0;
}

summary {
  cursor: pointer;
  color: var(--text);
  font-weight: 650;
  list-style: none;
  padding: 22px 24px;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  float: right;
  color: var(--muted);
  font-size: 1.2rem;
}

details[open] summary::after {
  content: "-";
}

details p {
  max-width: 820px;
  color: var(--muted);
  padding: 0 24px 24px;
}

.site-footer {
  border-top: 1px solid var(--border);
  padding: 30px 0;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}

.footer-inner p {
  color: var(--muted);
}

.footer-contact {
  margin: 0;
}

.footer-contact a {
  color: var(--text);
  font-weight: 650;
  text-decoration: none;
}

.footer-contact a:hover {
  text-decoration: underline;
}

@media (max-width: 1080px) {
  .container {
    width: min(100% - 48px, var(--max-width));
  }

  .nav {
    grid-template-columns: auto 1fr;
  }

  .nav-links {
    grid-column: 1 / -1;
    justify-content: flex-start;
    order: 3;
  }

  .hero h1 {
    font-size: 3.9rem;
  }

  .orbit-field {
    min-height: 390px;
  }

  .orbit-node-docs {
    left: 46px;
  }

  .orbit-node-policy {
    left: 0;
  }

  .orbit-node-csv {
    right: 50px;
  }

  .orbit-node-source {
    right: 0;
  }

  .orbit-node-gap,
  .orbit-node-export {
    display: none;
  }

  .stage-layout {
    grid-template-columns: 1fr;
  }

  .stage-console {
    min-height: auto;
    gap: 24px;
  }

  .stage-console h2 {
    max-width: 560px;
  }

  .console-metrics {
    max-width: 380px;
  }

  .work-grid,
  .split-section,
  .privacy-panel,
  .pilot-panel,
  .split-copy,
  .audience-grid,
  .mcp-panel,
  .dual-demo-grid,
  .product-shot-grid,
  .tone-panel,
  .sprint-panel {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-strip div:nth-child(2),
  .proof-strip div:nth-child(4) {
    border-right: 0;
  }

  .proof-strip div:nth-child(-n + 4) {
    border-bottom: 1px solid var(--border);
  }

  .mcp-client-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-shot-card:first-child {
    margin-top: 0;
  }

  .response-preview-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .deliverables-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .deliverable-card,
  .deliverable-card.wide {
    grid-column: auto;
  }

  .card-grid.four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .comparison-inner {
    padding: 64px 34px 46px;
  }

  .comparison-board {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .comparison-feature-card {
    width: min(100%, 520px);
    justify-self: center;
  }

  .comparison-matrix {
    margin: 0;
    border-radius: 22px;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 28px, var(--max-width));
  }

  .site-header {
    position: static;
  }

  .nav {
    min-height: 70px;
  }

  .brand {
    font-size: 1.34rem;
    gap: 9px;
  }

  .brand-mark {
    width: 24px;
    height: 24px;
  }

  .nav-links {
    display: none;
  }

  .login-link {
    display: none;
  }

  .btn-small {
    min-height: 44px;
    padding: 0 18px;
  }

  .hero {
    padding: 34px 0 48px;
  }

  .review-badge {
    max-width: 280px;
    justify-content: center;
    font-size: 0.88rem;
    text-align: left;
  }

  .hero h1 {
    font-size: 2.38rem;
    line-height: 1.04;
  }

  .orbit-field {
    min-height: 360px;
    margin-top: 0;
    overflow: visible;
  }

  .orbit-rings {
    inset: -270px -280px -140px;
    opacity: 0.75;
  }

  .orbit-rings::before,
  .orbit-rings::after {
    display: none;
  }

  .orbit-node {
    width: 48px;
    height: 48px;
  }

  .orbit-node span {
    width: 30px;
    height: 30px;
    border-radius: 9px;
    font-size: 0.64rem;
  }

  .orbit-node-docs {
    top: 18px;
    left: 8px;
  }

  .orbit-node-policy,
  .orbit-node-source {
    display: none;
  }

  .orbit-node-csv {
    top: 28px;
    right: 10px;
  }

  .hero-response-stack {
    width: min(100%, 342px);
  }

  .response-stack-card {
    border-radius: 15px;
  }

  .stack-question {
    padding: 14px 16px;
  }

  .stack-answer {
    padding: 18px 18px;
  }

  .stack-answer p {
    font-size: 0.96rem;
  }

  .stack-source {
    width: min(92%, 300px);
    padding: 14px 16px;
  }

  .hero-subtitle {
    font-size: 1rem;
    line-height: 1.4;
  }

  .hero-proof-line {
    font-size: 0.9rem;
  }

  .hero-stage {
    min-height: 340px;
    border-radius: 16px;
    padding: 12px 12px 0;
    margin-top: 4px;
  }

  .signal-card {
    display: none;
  }

  .response-hero-stage {
    min-height: auto;
    padding: 18px;
  }

  .screenshot-stage {
    min-height: auto;
    border-radius: 16px;
    padding: 12px;
  }

  .stage-command {
    display: none;
  }

  .stage-console {
    display: none;
  }

  .hero-product-screenshot {
    height: 330px;
    max-height: none;
  }

  .screen-frame {
    border-radius: 12px;
    padding-top: 34px;
  }

  .screen-frame::before {
    height: 34px;
    background:
      radial-gradient(circle at 15px 17px, #ff6b6b 0 3px, transparent 4px),
      radial-gradient(circle at 28px 17px, #fbbf24 0 3px, transparent 4px),
      radial-gradient(circle at 41px 17px, #22c55e 0 3px, transparent 4px),
      linear-gradient(180deg, #ffffff, #f6f7f9);
  }

  .screen-frame::after {
    top: 9px;
    left: 60px;
    max-width: calc(100% - 74px);
    font-size: 0.72rem;
  }

  .response-preview {
    padding: 20px;
  }

  .response-preview-row {
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: start;
  }

  .response-preview-row strong {
    text-align: left;
  }

  .response-preview-footer {
    grid-template-columns: 1fr;
  }

  .workflow-demo {
    min-height: auto;
    padding: 20px;
  }

  .screenshot-demo-card {
    border-radius: 16px;
    padding: 14px;
  }

  .product-demo-grid,
  .product-shot-grid {
    border-radius: 16px;
    padding: 14px;
  }

  .screenshot-card-frame,
  .screenshot-card-frame .product-screenshot {
    min-height: 250px;
  }

  .mini-response-table div {
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: start;
  }

  .tone-grid {
    grid-template-columns: 1fr;
  }

  .tone-grid div {
    min-height: auto;
  }

  .tone-visual .product-screenshot,
  .product-shot-card .product-screenshot,
  .pilot-report-frame .product-screenshot {
    max-height: 360px;
  }

  .product-shot-card .product-screenshot {
    min-height: 280px;
  }

  .setup-card {
    top: 34px;
    padding: 22px;
  }

  .draft-chip {
    right: 18px;
    bottom: 18px;
    left: 18px;
    justify-content: center;
  }

  .section,
  .intro-copy-section,
  .work-section,
  .showcase-section {
    padding: 72px 0;
  }

  .center-copy h2,
  .section-heading h2,
  .cta-panel h2,
  .pilot-copy h2,
  .sprint-copy h2,
  .work-copy h2 {
    font-size: 2.45rem;
  }

  .work-copy p,
  .large-copy p {
    font-size: 1.05rem;
  }

  .copy-columns,
  .card-grid.three,
  .card-grid.four,
  .deliverables-grid,
  .before-after-grid,
  .comparison-columns {
    grid-template-columns: 1fr;
  }

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

  .proof-strip::before {
    display: none;
  }

  .proof-strip div {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }

  .proof-strip div:last-child {
    border-bottom: 0;
  }

  .mcp-client-grid {
    grid-template-columns: 1fr;
  }

  .deliverable-card {
    min-height: auto;
  }

  .work-visual,
  .showcase-visual {
    min-height: auto;
    border-radius: 16px;
    padding: 12px;
  }

  .progress-panel,
  .answer-demo-card,
  .gap-demo-panel,
  .stack-demo-panel {
    padding: 20px;
  }

  .progress-list li {
    grid-template-columns: 38px 1fr;
    gap: 14px;
    font-size: 0.98rem;
  }

  .progress-list span {
    width: 34px;
    height: 34px;
  }

  .demo-source-card,
  .gap-demo-list div,
  .gap-card {
    grid-template-columns: 1fr;
  }

  .comparison-section {
    padding: 28px 0;
  }

  .comparison-browser {
    border-radius: 26px;
    padding: 54px 12px 12px;
  }

  .browser-dots {
    top: 22px;
    left: 24px;
  }

  .comparison-inner {
    border-radius: 22px;
    padding: 44px 14px 16px;
  }

  .comparison-heading {
    margin-bottom: 34px;
  }

  .comparison-heading h2 {
    font-size: 2.35rem;
  }

  .comparison-feature-card {
    padding: 24px 20px;
  }

  .comparison-feature-card li {
    grid-template-columns: 24px 1fr;
    gap: 12px;
    font-size: 0.95rem;
  }

  .matrix-head,
  .matrix-row {
    grid-template-columns: repeat(3, minmax(82px, 1fr));
  }

  .matrix-head > div {
    min-height: 54px;
    font-size: 0.78rem;
    text-align: center;
    padding: 0 6px;
  }

  .matrix-row > div {
    min-height: 56px;
  }

  .sample-table-wrap {
    border-radius: 20px;
  }

  .sample-table,
  .sample-table thead,
  .sample-table tbody,
  .sample-table tr,
  .sample-table th,
  .sample-table td {
    display: block;
  }

  .sample-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .sample-table tr {
    border-bottom: 1px solid var(--border);
    padding: 18px;
  }

  .sample-table tr:last-child {
    border-bottom: 0;
  }

  .sample-table td {
    display: grid;
    grid-template-columns: 128px minmax(0, 1fr);
    gap: 14px;
    border-bottom: 0;
    padding: 8px 0;
    font-size: 0.95rem;
  }

  .sample-table td::before {
    content: attr(data-label);
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 650;
  }

  .check,
  .cross {
    transform: scale(0.82);
  }

  .stack-grid {
    grid-template-columns: 1fr;
  }

  .privacy-panel,
  .cta-panel,
  .pilot-panel,
  .sprint-panel {
    padding: 28px;
  }

  .pilot-list div,
  .sprint-list div {
    grid-template-columns: 38px 1fr;
    padding: 16px;
  }

  .sprint-list div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

@media (max-width: 460px) {
  .nav {
    gap: 12px;
  }

  .brand {
    font-size: 1.06rem;
  }

  .brand-mark {
    width: 21px;
    height: 21px;
  }

  .nav-actions .btn-small {
    min-height: 40px;
    padding: 0 12px;
    font-size: 0.82rem;
  }

  .nav-actions {
    gap: 8px;
  }

  .language-switcher {
    padding: 3px;
  }

  .lang-option {
    min-height: 30px;
    padding: 0 9px;
    font-size: 0.76rem;
  }

  .hero h1 {
    font-size: 2.12rem;
  }

  .orbit-field {
    min-height: 344px;
  }

  .orbit-node {
    display: none;
  }

  .hero-product-screenshot {
    height: 280px;
  }

  .hero-actions,
  .cta-actions {
    display: grid;
    width: 100%;
  }

  .btn {
    width: 100%;
  }

  .nav .btn {
    width: auto;
  }

  .setup-card h2 {
    font-size: 1rem;
  }

  .setup-steps li {
    font-size: 0.92rem;
  }

  .sample-table td {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .tag-list {
    display: grid;
  }
}

/* Flat product screenshots */
.product-screenshot {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.screen-frame,
.screenshot-card-frame,
.product-shot-card,
.product-screenshot-frame,
.pilot-report-frame,
.tone-visual.screen-frame {
  display: block;
  aspect-ratio: auto;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding-top: 0;
}

.screen-frame figcaption,
.screenshot-card-frame figcaption,
.product-shot-card figcaption,
.product-screenshot-frame figcaption,
.pilot-report-frame figcaption {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: baseline;
  margin-top: 16px;
  border-top: 1px solid var(--border);
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.45;
  padding-top: 14px;
}

.screen-frame figcaption span,
.screenshot-card-frame figcaption span,
.product-shot-card figcaption span,
.product-screenshot-frame figcaption span,
.pilot-report-frame figcaption span {
  color: var(--muted-2);
  font-size: 0.78rem;
  font-weight: 720;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.screen-frame figcaption strong,
.screenshot-card-frame figcaption strong,
.product-shot-card figcaption strong,
.product-screenshot-frame figcaption strong,
.pilot-report-frame figcaption strong {
  color: var(--text);
  font-weight: 650;
}

.screen-frame figcaption em,
.screenshot-card-frame figcaption em,
.product-shot-card figcaption em,
.product-screenshot-frame figcaption em,
.pilot-report-frame figcaption em {
  color: var(--muted);
  font-style: normal;
}

.screen-frame::before,
.screen-frame::after,
.product-demo-grid::before,
.product-demo-grid::after,
.screenshot-demo-card::before,
.product-shot-grid::before,
.work-visual::before,
.showcase-visual::before {
  display: none;
}

.product-demo-grid,
.product-shot-grid,
.work-visual,
.showcase-visual {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.product-demo-grid,
.product-shot-grid {
  grid-template-columns: 1fr;
  gap: 42px;
}

.screenshot-demo-card {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.screenshot-card-frame,
.screenshot-card-frame .product-screenshot,
.product-shot-card .product-screenshot,
.product-screenshot-frame .product-screenshot,
.pilot-report-frame .product-screenshot {
  aspect-ratio: 1672 / 941;
  height: auto;
  min-height: 0;
  max-height: none;
  object-fit: contain;
  object-position: top center;
}

.product-shot-card:first-child {
  margin-top: 0;
}

.pilot-report-frame {
  margin-top: 42px;
}

@media (max-width: 760px) {
  .product-demo-grid,
  .product-shot-grid {
    gap: 28px;
  }

  .source-strip-section {
    padding-bottom: 34px;
  }

  .source-strip div {
    justify-content: flex-start;
  }

  .source-strip {
    justify-items: stretch;
    text-align: left;
  }

  .screen-frame figcaption,
  .screenshot-card-frame figcaption,
  .product-shot-card figcaption,
  .product-screenshot-frame figcaption,
  .pilot-report-frame figcaption {
    display: grid;
    gap: 7px;
    font-size: 0.9rem;
  }

  .screenshot-card-frame,
  .product-shot-card,
  .tone-visual,
  .pilot-report-frame {
    height: auto;
    min-height: 0;
    max-height: none;
  }

  .screenshot-card-frame .product-screenshot,
  .product-shot-card .product-screenshot,
  .tone-visual .product-screenshot,
  .pilot-report-frame .product-screenshot {
    height: auto;
    min-height: 0;
    max-height: none;
  }
}

/* Native product visuals */
.product-demo-grid,
.product-shot-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.product-demo-card {
  display: grid;
  gap: 16px;
}

.native-product-panel {
  position: relative;
  display: grid;
  gap: 18px;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(250, 250, 248, 0.92)),
    radial-gradient(circle at 12% 0%, rgba(250, 204, 21, 0.12), transparent 34%),
    radial-gradient(circle at 100% 100%, rgba(236, 72, 153, 0.1), transparent 36%),
    #ffffff;
  box-shadow:
    0 28px 90px rgba(8, 10, 13, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  padding: 24px;
}

.native-product-panel::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(rgba(8, 10, 13, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 10, 13, 0.035) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 72%);
  pointer-events: none;
}

.native-product-panel > * {
  position: relative;
  z-index: 1;
}

.mock-topbar,
.library-toolbar,
.review-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.mock-topbar span,
.review-question span,
.file-row span,
.column-map span,
.approved-answer-card span,
.current-question-row span,
.mock-table-head span,
.library-file-list em {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.2;
}

.mock-topbar strong {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--text);
  font-size: 0.78rem;
  font-weight: 650;
  padding: 0 12px;
}

.mock-question-bubble {
  justify-self: end;
  max-width: 420px;
  border-radius: 22px 22px 6px 22px;
  background: #101010;
  color: #ffffff;
  font-size: 1.02rem;
  font-weight: 610;
  line-height: 1.3;
  padding: 18px 20px;
}

.mock-answer-card,
.approved-answer-card,
.current-question-row,
.editable-answer,
.upload-dropzone,
.file-row,
.review-question,
.answer-preview-strip {
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 48px rgba(8, 10, 13, 0.045);
}

.mock-answer-card {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.mock-answer-card p,
.editable-answer,
.approved-answer-card p,
.answer-preview-strip p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
}

.mock-pill {
  display: inline-flex;
  width: fit-content;
  min-height: 28px;
  align-items: center;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 680;
  line-height: 1;
  white-space: nowrap;
  padding: 0 10px;
}

.mock-pill.supported,
.mock-pill.approved {
  background: var(--green-soft);
  color: var(--green);
}

.mock-pill.drafted {
  background: #eef2ff;
  color: #3730a3;
}

.mock-pill.needs-source {
  background: var(--amber-soft);
  color: var(--amber);
}

.mock-source-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.mock-source-grid div,
.library-folders div {
  display: grid;
  gap: 7px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  padding: 16px;
}

.mock-source-grid span {
  color: var(--muted-2);
  font-size: 0.76rem;
  font-weight: 650;
  text-transform: uppercase;
}

.mock-source-grid strong,
.library-folders strong,
.library-file-list strong,
.review-question strong,
.approved-answer-card h3,
.current-question-row strong {
  color: var(--text);
  font-size: 0.98rem;
  font-weight: 660;
  line-height: 1.25;
}

.mock-source-grid em,
.library-folders em,
.current-question-row em {
  color: var(--muted);
  font-size: 0.82rem;
  font-style: normal;
  line-height: 1.3;
}

.mock-gap-row {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  border: 1px dashed rgba(146, 64, 14, 0.3);
  border-radius: 16px;
  background: rgba(254, 243, 199, 0.38);
  padding: 16px;
}

.mock-gap-row span {
  color: var(--text);
  font-size: 0.95rem;
  font-weight: 620;
}

.mock-gap-row strong {
  color: var(--amber);
  font-size: 0.82rem;
  font-weight: 720;
  white-space: nowrap;
}

.mock-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.mock-metrics div {
  display: grid;
  gap: 6px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.76);
  padding: 14px;
}

.mock-metrics strong {
  color: var(--text);
  font-size: 1.55rem;
  font-weight: 620;
  line-height: 1;
}

.mock-metrics span {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 640;
}

.mock-table {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.09);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
}

.mock-table-head,
.mock-table-row {
  display: grid;
  grid-template-columns: minmax(180px, 1.35fr) minmax(112px, 0.55fr) minmax(130px, 0.85fr);
  gap: 16px;
  align-items: center;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  padding: 15px 16px;
}

.mock-table-head {
  background: rgba(248, 249, 250, 0.82);
}

.mock-table-row:last-child {
  border-bottom: 0;
}

.mock-table-row strong,
.mock-table-row span:not(.mock-pill) {
  color: var(--text);
  font-size: 0.86rem;
  line-height: 1.35;
}

.mock-table-row span:not(.mock-pill) {
  color: var(--muted);
  font-weight: 590;
}

.audience-profile-mock {
  min-height: 500px;
}

.audience-option-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.audience-option-grid div {
  display: grid;
  min-height: 140px;
  align-content: start;
  gap: 12px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.74);
  padding: 18px;
}

.audience-option-grid div.selected {
  border-color: rgba(20, 83, 45, 0.42);
  background: linear-gradient(180deg, rgba(220, 252, 231, 0.56), rgba(255, 255, 255, 0.86));
  box-shadow: inset 0 0 0 1px rgba(20, 83, 45, 0.08);
}

.audience-option-grid span {
  color: var(--text);
  font-size: 1rem;
  font-weight: 680;
}

.audience-option-grid p,
.tone-setting-row,
.answer-preview-strip p {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.tone-setting-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto minmax(0, 1.2fr);
  gap: 12px;
  align-items: center;
  border-top: 1px solid rgba(17, 24, 39, 0.08);
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  padding: 16px 0;
}

.tone-setting-row strong {
  min-height: 42px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 620;
  padding: 12px 14px;
}

.answer-preview-strip {
  display: grid;
  gap: 12px;
  background:
    radial-gradient(circle at 0% 0%, rgba(34, 197, 94, 0.13), transparent 28%),
    rgba(255, 255, 255, 0.84);
  padding: 22px;
}

.upload-dropzone {
  display: grid;
  min-height: 160px;
  place-items: center;
  border-style: dashed;
  color: var(--muted);
  text-align: center;
}

.upload-dropzone span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 50%;
  color: var(--text);
  font-size: 1.4rem;
}

.upload-dropzone strong {
  color: var(--text);
  font-size: 1rem;
  font-weight: 660;
}

.upload-dropzone em {
  color: var(--muted);
  font-size: 0.84rem;
  font-style: normal;
}

.file-row {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  padding: 15px 16px;
}

.file-row strong {
  color: var(--text);
  font-size: 0.95rem;
  font-weight: 650;
}

.column-map {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.column-map div {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(17, 24, 39, 0.09);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.76);
  padding: 14px;
}

.column-map strong {
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 650;
}

.import-preview-table,
.library-file-list,
.mock-source-list {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.8);
}

.import-preview-table div,
.library-file-list div,
.mock-source-list div {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  padding: 13px 14px;
}

.import-preview-table div:last-child,
.library-file-list div:last-child,
.mock-source-list div:last-child {
  border-bottom: 0;
}

.import-preview-table span {
  color: var(--muted-2);
  font-size: 0.8rem;
  font-weight: 650;
}

.import-preview-table strong,
.mock-source-list strong {
  color: var(--text);
  font-size: 0.86rem;
  font-weight: 620;
  line-height: 1.35;
}

.review-question,
.editable-answer {
  padding: 18px;
}

.review-question {
  display: grid;
  gap: 8px;
}

.editable-answer {
  min-height: 132px;
}

.mock-source-list div {
  grid-template-columns: 1fr auto;
}

.mock-source-list span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 620;
}

.review-actions button,
.library-toolbar button,
.current-question-row button {
  min-height: 42px;
  border: 0;
  border-radius: 12px;
  background: #09090b;
  color: #ffffff;
  cursor: default;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 650;
  padding: 0 16px;
}

.work-visual,
.showcase-visual {
  min-height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.work-visual::before,
.showcase-visual::before {
  display: none;
}

.source-library-mock {
  gap: 22px;
}

.library-toolbar {
  justify-content: flex-start;
}

.library-toolbar span,
.library-toolbar strong {
  min-height: 42px;
  border: 1px solid rgba(17, 24, 39, 0.09);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 600;
  padding: 12px 16px;
}

.library-toolbar span {
  min-width: 260px;
}

.library-folders {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.library-folders span {
  width: 38px;
  height: 26px;
  border-radius: 7px;
  background:
    linear-gradient(180deg, #c6cbd4 0 32%, #858c99 33% 100%);
}

.library-file-list div {
  grid-template-columns: 1fr auto auto;
}

.reuse-mock {
  gap: 22px;
}

.approved-answer-card {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.approved-answer-card div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.approved-answer-card div span {
  min-height: 28px;
  border-radius: 999px;
  background: var(--surface-soft);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 650;
  padding: 7px 10px;
}

.approved-answer-card div span:last-child {
  background: var(--green-soft);
  color: var(--green);
}

.current-question-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px 18px;
  align-items: center;
  padding: 20px;
}

.current-question-row span,
.current-question-row strong,
.current-question-row em {
  grid-column: 1;
}

.current-question-row em {
  width: fit-content;
  border: 1px solid rgba(20, 83, 45, 0.2);
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 700;
  padding: 7px 10px;
}

.current-question-row button {
  grid-column: 2;
  grid-row: 1 / span 3;
}

.pilot-report-mock {
  margin-top: 42px;
}

.pilot-metrics {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.report-table .mock-table-head,
.report-table .mock-table-row {
  grid-template-columns: minmax(210px, 1.4fr) minmax(110px, 0.5fr) minmax(120px, 0.6fr) minmax(100px, 0.5fr);
}

@media (max-width: 1080px) {
  .product-demo-grid,
  .product-shot-grid {
    grid-template-columns: 1fr;
  }

  .audience-option-grid,
  .library-folders {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pilot-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .native-product-panel {
    border-radius: 18px;
    padding: 18px;
  }

  .mock-question-bubble {
    justify-self: stretch;
    max-width: none;
    border-radius: 18px;
  }

  .mock-source-grid,
  .mock-metrics,
  .column-map,
  .audience-option-grid,
  .library-folders,
  .pilot-metrics {
    grid-template-columns: 1fr;
  }

  .mock-table-head {
    display: none;
  }

  .mock-table-row,
  .report-table .mock-table-row {
    grid-template-columns: 1fr;
    gap: 8px;
    align-items: start;
  }

  .tone-setting-row,
  .current-question-row {
    grid-template-columns: 1fr;
  }

  .current-question-row span,
  .current-question-row strong,
  .current-question-row em,
  .current-question-row button {
    grid-column: auto;
    grid-row: auto;
  }

  .library-toolbar span {
    min-width: 0;
    width: 100%;
  }

  .library-file-list div,
  .mock-source-list div,
  .import-preview-table div {
    grid-template-columns: 1fr;
  }

  .review-actions {
    align-items: stretch;
  }

  .review-actions button,
  .current-question-row button {
    width: 100%;
  }
}

/* 2026-06-23 Evidella product-led refresh */
.hero {
  padding: 34px 0 60px;
}

.hero-shell {
  gap: 16px;
}

.review-badge {
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 14px 40px rgba(8, 10, 13, 0.05);
  padding: 8px 14px 8px 8px;
}

.hero h1 {
  max-width: 960px;
  font-size: clamp(2.7rem, 4.5vw, 4.3rem);
  font-weight: 430;
  letter-spacing: -0.045em;
  line-height: 1;
}

.hero-subtitle {
  max-width: 780px;
  font-size: clamp(1.02rem, 1.35vw, 1.18rem);
  line-height: 1.52;
}

.hero-proof-line {
  color: var(--muted);
  font-size: 0.98rem;
  font-weight: 560;
}

.hero-product-proof {
  display: grid;
  width: min(100%, 1120px);
  gap: 14px;
  margin: 24px auto 0;
}

.hero-product-proof img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(680px, 62vh);
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 24px;
  background: #ffffff;
  box-shadow:
    0 34px 110px rgba(8, 10, 13, 0.13),
    0 2px 0 rgba(255, 255, 255, 0.92) inset;
  filter: contrast(1.1) saturate(1.04) brightness(1.01);
  object-fit: cover;
  object-position: top center;
}

.hero-product-proof figcaption {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.hero-product-proof figcaption span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid rgba(17, 24, 39, 0.09);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 610;
  line-height: 1;
  padding: 0 13px;
}

.answer-object {
  position: relative;
  display: grid;
  width: min(100%, 960px);
  gap: 18px;
  margin-top: 12px;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 30px;
  background:
    linear-gradient(rgba(8, 10, 13, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 10, 13, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 18% 12%, rgba(230, 244, 233, 0.9), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(238, 242, 255, 0.86), transparent 32%),
    linear-gradient(180deg, #ffffff, #f8f8f6);
  background-size: 42px 42px, 42px 42px, auto, auto, auto;
  box-shadow:
    0 34px 110px rgba(8, 10, 13, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  padding: clamp(20px, 3vw, 32px);
  text-align: left;
}

.answer-object::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.75), transparent 42%, rgba(255, 255, 255, 0.5));
  pointer-events: none;
}

.answer-object > * {
  position: relative;
  z-index: 1;
}

.answer-object-header,
.answer-meta-grid,
.source-card-row {
  display: grid;
  gap: 12px;
}

.answer-object-header {
  grid-template-columns: 1fr auto;
  align-items: center;
}

.answer-object-header span,
.answer-question span,
.answer-draft span,
.answer-meta-grid span,
.source-card-row span,
.system-column span,
.before-after-grid span,
.use-card span,
.workflow-timeline span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 680;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.answer-object-header strong {
  border-radius: 999px;
  background: var(--amber-soft);
  color: var(--amber);
  font-size: 0.8rem;
  font-weight: 720;
  line-height: 1;
  padding: 9px 12px;
}

.answer-question,
.answer-draft,
.answer-meta-grid div,
.source-card-row div {
  border: 1px solid rgba(17, 24, 39, 0.09);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 45px rgba(8, 10, 13, 0.045);
}

.answer-question,
.answer-draft {
  display: grid;
  gap: 10px;
  padding: 20px;
}

.answer-question h2 {
  color: var(--text);
  font-size: clamp(1.5rem, 3vw, 2.3rem);
  font-weight: 520;
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.answer-draft p {
  max-width: 760px;
  color: var(--text);
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  line-height: 1.58;
}

.answer-meta-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.answer-meta-grid div,
.source-card-row div {
  display: grid;
  gap: 7px;
  padding: 16px;
}

.answer-meta-grid strong,
.source-card-row strong {
  color: var(--text);
  font-size: 0.96rem;
  font-weight: 650;
  line-height: 1.25;
}

.status-supported {
  color: var(--green) !important;
}

.source-card-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.source-card-row em {
  color: var(--muted);
  font-size: 0.88rem;
  font-style: normal;
  line-height: 1.35;
}

.answer-actions-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.answer-actions-row span {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 30px rgba(8, 10, 13, 0.045);
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 610;
  line-height: 1;
  padding: 0 14px;
}

.answer-actions-row span:first-child {
  background: #080a0d;
  color: #ffffff;
}

.proof-strip.modern-proof-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.proof-strip.modern-proof-strip div:nth-child(4)::before {
  border-color: rgba(55, 48, 163, 0.16);
  background: #eef2ff;
  color: #3730a3;
}

.before-after-grid,
.product-core-grid,
.mcp-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
}

.before-after-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 42px;
}

.before-after-grid article {
  display: grid;
  gap: 18px;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 55px rgba(8, 10, 13, 0.045);
  padding: clamp(24px, 3vw, 34px);
}

.before-after-grid .after-card {
  border-color: rgba(20, 83, 45, 0.18);
  background:
    linear-gradient(180deg, rgba(230, 244, 233, 0.45), rgba(255, 255, 255, 0.9)),
    #ffffff;
}

.before-after-grid h3 {
  color: var(--text);
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.06;
}

.before-after-grid ul,
.comparison-column ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.before-after-grid li,
.comparison-column li {
  position: relative;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.5;
  padding-left: 24px;
}

.before-after-grid li::before,
.comparison-column li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
  background: var(--border-strong);
}

.after-card li::before,
.comparison-column.highlighted li::before {
  background: var(--green);
}

.product-core-section,
.workflow-section {
  border-top: 1px solid var(--border);
  background:
    linear-gradient(180deg, #ffffff, #f8f8f6 52%, #ffffff),
    #ffffff;
}

.product-core-grid {
  align-items: center;
}

.answer-system-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 28px;
  background:
    linear-gradient(rgba(8, 10, 13, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 10, 13, 0.03) 1px, transparent 1px),
    #ffffff;
  background-size: 34px 34px, 34px 34px, auto;
  box-shadow: 0 24px 80px rgba(8, 10, 13, 0.07);
  padding: 20px;
}

.system-column {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 260px;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.84);
  padding: 22px;
}

.system-column.active {
  border-color: rgba(20, 83, 45, 0.2);
  background: linear-gradient(180deg, rgba(230, 244, 233, 0.55), rgba(255, 255, 255, 0.88));
}

.system-column strong {
  color: var(--text);
  font-size: 1.25rem;
  font-weight: 560;
  letter-spacing: -0.02em;
  line-height: 1.12;
}

.system-column p {
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.55;
}

.system-arrow {
  display: grid;
  align-self: center;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 50%;
  background: #ffffff;
  color: var(--muted);
  font-weight: 700;
}

.modern-card-grid {
  margin-top: 42px;
}

.use-card {
  min-height: 260px;
}

.use-card span,
.workflow-timeline span {
  display: inline-flex;
  width: fit-content;
  min-height: 32px;
  align-items: center;
  border-radius: 999px;
  background: var(--surface-soft);
  color: var(--text);
  padding: 0 12px;
}

.use-card:first-child {
  border-color: rgba(20, 83, 45, 0.18);
  background:
    linear-gradient(180deg, rgba(230, 244, 233, 0.42), rgba(255, 255, 255, 0.92)),
    #ffffff;
}

.workflow-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 42px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 24px 80px rgba(8, 10, 13, 0.06);
}

.workflow-timeline article {
  display: grid;
  align-content: start;
  gap: 16px;
  min-height: 260px;
  border-right: 1px solid var(--border);
  padding: 28px;
}

.workflow-timeline article:last-child {
  border-right: 0;
}

.workflow-timeline h3 {
  color: var(--text);
  font-size: 1.25rem;
  font-weight: 560;
  letter-spacing: -0.02em;
  line-height: 1.16;
}

.workflow-timeline p {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.55;
}

.mcp-section {
  background:
    radial-gradient(circle at 74% 28%, rgba(238, 242, 255, 0.82), transparent 30%),
    linear-gradient(180deg, #ffffff, #f8f8f6);
}

.mcp-grid {
  align-items: center;
}

.mcp-copy h2 {
  color: var(--text);
  font-size: clamp(2.2rem, 4.6vw, 4.4rem);
  font-weight: 460;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.mcp-copy p:not(.eyebrow) {
  margin-top: 20px;
  color: var(--muted);
  font-size: 1.14rem;
  line-height: 1.6;
}

.mcp-client-panel {
  gap: 22px;
}

.mcp-client-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.mcp-client-grid span {
  display: grid;
  min-height: 64px;
  align-items: center;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #ffffff;
  color: var(--text);
  font-weight: 620;
  padding: 0 18px;
}

.mcp-flow {
  display: grid;
  gap: 12px;
}

.mcp-flow div {
  display: grid;
  gap: 5px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  padding: 18px;
}

.mcp-flow strong {
  color: var(--text);
  font-size: 0.98rem;
  font-weight: 650;
}

.mcp-flow p {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.sprint-panel {
  border-radius: 30px;
}

.sprint-copy h2 {
  font-weight: 460;
  letter-spacing: -0.045em;
}

.site-footer p {
  color: var(--muted);
}

@media (max-width: 1080px) {
  .answer-meta-grid,
  .workflow-timeline,
  .proof-strip.modern-proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .before-after-grid,
  .product-core-grid,
  .mcp-grid {
    grid-template-columns: 1fr;
  }

  .answer-system-panel {
    grid-template-columns: 1fr;
  }

  .system-arrow {
    width: 100%;
    border-radius: 999px;
    transform: rotate(90deg);
  }

  .workflow-timeline article:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 760px) {
  .hero {
    padding: 72px 0 54px;
  }

  .hero h1 {
    font-size: clamp(2.35rem, 14vw, 3.6rem);
    letter-spacing: -0.055em;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .answer-object {
    border-radius: 22px;
    padding: 18px;
  }

  .hero-product-proof {
    margin-top: 16px;
  }

  .hero-product-proof img {
    aspect-ratio: 1.12 / 1;
    max-height: none;
    border-radius: 18px;
  }

  .hero-product-proof figcaption {
    justify-content: flex-start;
  }

  .answer-object-header,
  .answer-meta-grid,
  .source-card-row,
  .proof-strip.modern-proof-strip,
  .before-after-grid,
  .workflow-timeline,
  .mcp-client-grid {
    grid-template-columns: 1fr;
  }

  .answer-actions-row span {
    flex: 1 1 130px;
  }

  .answer-object-header {
    align-items: start;
  }

  .workflow-timeline article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }

  .workflow-timeline article:last-child {
    border-bottom: 0;
  }

  .mcp-copy h2 {
    font-size: clamp(2rem, 11vw, 3rem);
  }
}

/* 2026-06-23 premium middle-page redesign */
.proof-strip-section {
  padding: 10px 0 108px;
}

.proof-strip.modern-proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid rgba(17, 24, 39, 0.1);
  border-bottom: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.proof-strip.modern-proof-strip::before {
  display: none;
}

.proof-strip.modern-proof-strip div {
  min-height: 128px;
  border-right: 1px solid rgba(17, 24, 39, 0.09);
  background: transparent;
  padding: 28px 26px;
}

.proof-strip.modern-proof-strip div::before {
  display: none;
}

.proof-strip.modern-proof-strip strong {
  font-size: 0.95rem;
  font-weight: 620;
  letter-spacing: -0.01em;
}

.proof-strip.modern-proof-strip span {
  max-width: 250px;
  font-size: 0.92rem;
  line-height: 1.48;
}

.proof-strip.modern-proof-strip div:last-child {
  border-right: 0;
}

.two-surfaces-section {
  background: #ffffff;
  padding: 36px 0 78px;
  scroll-margin-top: 118px;
}

.two-surfaces-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(440px, 1fr);
  gap: clamp(30px, 6vw, 86px);
  align-items: end;
  border-top: 1px solid rgba(17, 24, 39, 0.1);
  border-bottom: 1px solid rgba(17, 24, 39, 0.1);
  padding: clamp(34px, 5vw, 62px) 0;
}

.two-surfaces-heading {
  display: grid;
  gap: 16px;
}

.two-surfaces-heading h2 {
  max-width: 650px;
  color: var(--text);
  font-size: clamp(2rem, 4.7vw, 4.4rem);
  font-weight: 430;
  letter-spacing: -0.055em;
  line-height: 1;
}

.surface-mode-grid {
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 24px 70px rgba(8, 10, 13, 0.07);
}

.surface-mode-grid article {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 18px;
  padding: 28px;
}

.surface-mode-grid article + article {
  border-top: 1px solid rgba(17, 24, 39, 0.09);
}

.surface-mode-grid article span {
  grid-row: 1 / span 2;
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(17, 24, 39, 0.09);
  border-radius: 999px;
  background: var(--surface-soft);
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 680;
  letter-spacing: 0.02em;
}

.surface-mode-grid h3 {
  grid-column: 2;
  color: var(--text);
  font-size: clamp(1.24rem, 2vw, 1.72rem);
  font-weight: 540;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.surface-mode-grid p {
  grid-column: 2;
  margin-top: 10px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.58;
}

.premium-before-after {
  border-top: 0;
  background:
    linear-gradient(180deg, #ffffff 0%, #fafaf8 52%, #ffffff 100%);
}

.premium-before-after .section-heading {
  max-width: 980px;
}

.premium-before-after .section-heading h2 {
  font-size: clamp(2.35rem, 5vw, 5.05rem);
  font-weight: 430;
  letter-spacing: -0.052em;
  line-height: 0.98;
}

.premium-before-after .before-after-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 30px 90px rgba(8, 10, 13, 0.075);
}

.premium-before-after .before-after-grid::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 82% 20%, rgba(230, 244, 233, 0.72), transparent 32%),
    linear-gradient(90deg, transparent 0 50%, rgba(248, 249, 247, 0.8) 50% 100%);
  pointer-events: none;
}

.premium-before-after .before-after-grid article {
  position: relative;
  z-index: 1;
  min-height: 430px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: clamp(30px, 5vw, 58px);
}

.premium-before-after .before-after-grid article:first-child {
  border-right: 1px solid rgba(17, 24, 39, 0.1);
}

.premium-before-after .before-after-grid .after-card {
  background: rgba(255, 255, 255, 0.54);
}

.premium-before-after .before-after-grid span {
  color: var(--muted-2);
}

.premium-before-after .after-card span {
  color: var(--green);
}

.premium-before-after .before-after-grid h3 {
  max-width: 430px;
  font-size: clamp(1.75rem, 3.2vw, 3rem);
  font-weight: 440;
  letter-spacing: -0.045em;
}

.premium-before-after .before-after-grid ul {
  gap: 16px;
  margin-top: auto;
}

.premium-before-after .before-after-grid li {
  max-width: 470px;
  color: var(--muted);
  font-size: 1.05rem;
}

.premium-before-after .after-card li {
  color: var(--text);
}

.product-core-premium {
  display: grid;
  gap: 50px;
}

.product-core-premium > .section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.72fr);
  gap: 54px;
  align-items: end;
  max-width: none;
}

.product-core-premium > .section-heading .eyebrow {
  grid-column: 1 / -1;
}

.product-core-premium > .section-heading h2 {
  max-width: 780px;
  font-size: clamp(2.35rem, 5vw, 4.8rem);
  font-weight: 430;
  letter-spacing: -0.052em;
  line-height: 0.98;
}

.product-core-premium > .section-heading p:not(.eyebrow) {
  max-width: 540px;
  margin: 0;
  align-self: end;
}

.answer-system-stage {
  position: relative;
  display: grid;
  min-height: 600px;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 34px;
  background:
    linear-gradient(rgba(8, 10, 13, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 10, 13, 0.03) 1px, transparent 1px),
    radial-gradient(circle at 50% 40%, rgba(238, 242, 255, 0.82), transparent 35%),
    radial-gradient(circle at 12% 15%, rgba(230, 244, 233, 0.72), transparent 28%),
    linear-gradient(180deg, #ffffff, #f7f7f5);
  background-size: 42px 42px, 42px 42px, auto, auto, auto;
  box-shadow:
    0 34px 110px rgba(8, 10, 13, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  padding: clamp(24px, 4vw, 54px);
}

.answer-system-stage::before,
.answer-system-stage::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.answer-system-stage::before {
  top: 50%;
  right: 9%;
  left: 9%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(17, 24, 39, 0.18), transparent);
}

.answer-system-stage::after {
  top: 13%;
  bottom: 13%;
  left: 50%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(17, 24, 39, 0.14), transparent);
}

.answer-core-card {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(100%, 470px);
  align-self: center;
  justify-self: center;
  gap: 16px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 28px 80px rgba(8, 10, 13, 0.11);
  padding: 34px;
  text-align: left;
  backdrop-filter: blur(18px);
}

.answer-core-card span,
.answer-system-node span,
.comparison-matrix-lite span {
  color: var(--muted-2);
  font-size: 0.78rem;
  font-weight: 690;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.answer-core-card h3 {
  color: var(--text);
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  font-weight: 470;
  letter-spacing: -0.04em;
  line-height: 1.04;
}

.answer-core-card p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
}

.answer-system-node {
  position: absolute;
  z-index: 2;
  display: grid;
  width: min(280px, 30%);
  gap: 10px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 50px rgba(8, 10, 13, 0.065);
  padding: 18px;
  backdrop-filter: blur(14px);
}

.answer-system-node strong {
  color: var(--text);
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.32;
}

.node-source {
  top: 46px;
  left: 46px;
}

.node-audience {
  top: 46px;
  right: 46px;
}

.node-output {
  right: 46px;
  bottom: 46px;
}

.node-gap {
  bottom: 46px;
  left: 46px;
  border-color: rgba(138, 75, 18, 0.2);
}

.node-gap span {
  color: var(--amber);
}

.use-case-section {
  border-top: 1px solid var(--border);
  background: #ffffff;
}

.use-case-index {
  display: grid;
  margin-top: 54px;
  border-top: 1px solid rgba(17, 24, 39, 0.12);
}

.use-case-index .use-card {
  display: grid;
  grid-template-columns: 84px minmax(240px, 0.45fr) minmax(0, 1fr);
  gap: clamp(20px, 4vw, 58px);
  align-items: start;
  border-bottom: 1px solid rgba(17, 24, 39, 0.12);
  padding: 30px 0;
}

.use-case-index .use-card span {
  color: var(--muted-2);
  font-size: 0.95rem;
  font-weight: 560;
  line-height: 1.2;
}

.use-case-index .use-card h3 {
  color: var(--text);
  font-size: clamp(1.25rem, 2.4vw, 2rem);
  font-weight: 470;
  letter-spacing: -0.036em;
  line-height: 1.08;
}

.use-case-index .use-card p {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.55;
}

.premium-workflow {
  position: relative;
  gap: 0;
  overflow: hidden;
  border-radius: 30px;
  background:
    linear-gradient(135deg, #ffffff, #fafaf8),
    #ffffff;
  box-shadow: 0 22px 74px rgba(8, 10, 13, 0.055);
}

.premium-workflow::before {
  position: absolute;
  top: 35px;
  right: 34px;
  left: 34px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(17, 24, 39, 0.13), transparent);
}

.premium-workflow article {
  position: relative;
  z-index: 1;
  min-height: 250px;
  border-right: 0;
  padding: 44px 30px 34px;
}

.premium-workflow article::after {
  position: absolute;
  top: 34px;
  right: 0;
  width: 1px;
  height: calc(100% - 68px);
  content: "";
  background: linear-gradient(180deg, transparent, rgba(17, 24, 39, 0.11), transparent);
}

.premium-workflow article:last-child::after {
  display: none;
}

.premium-workflow span {
  min-height: 30px;
  border: 1px solid rgba(17, 24, 39, 0.09);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: none;
  color: var(--muted);
  font-size: 0.78rem;
  padding: 0 11px;
}

.premium-workflow h3 {
  margin-top: 16px;
  font-size: clamp(1.15rem, 1.8vw, 1.42rem);
  font-weight: 520;
  letter-spacing: -0.028em;
}

.premium-workflow p {
  max-width: 280px;
  font-size: 0.96rem;
  line-height: 1.54;
}

.premium-mcp-section {
  background:
    radial-gradient(circle at 20% 0%, rgba(230, 244, 233, 0.5), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(238, 242, 255, 0.72), transparent 28%),
    linear-gradient(180deg, #ffffff, #f8f8f6);
}

.mcp-premium-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.52fr) minmax(680px, 1fr);
  gap: 58px;
  align-items: center;
}

.mcp-diagram {
  position: relative;
  display: grid;
  grid-template-columns: minmax(120px, 0.62fr) minmax(190px, 0.95fr) minmax(150px, 0.7fr);
  gap: clamp(16px, 2vw, 26px);
  align-items: center;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 34px;
  background:
    linear-gradient(rgba(8, 10, 13, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 10, 13, 0.028) 1px, transparent 1px),
    rgba(255, 255, 255, 0.86);
  background-size: 38px 38px, 38px 38px, auto;
  box-shadow: 0 32px 100px rgba(8, 10, 13, 0.085);
  padding: clamp(22px, 3vw, 40px);
}

.mcp-diagram::before,
.mcp-diagram::after {
  position: absolute;
  top: 50%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(17, 24, 39, 0.2), transparent);
}

.mcp-diagram::before {
  left: 20%;
  width: 24%;
}

.mcp-diagram::after {
  right: 18%;
  width: 25%;
}

.mcp-clients,
.mcp-results {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
}

.mcp-clients span,
.mcp-results div,
.mcp-source-layer {
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 16px 42px rgba(8, 10, 13, 0.055);
  backdrop-filter: blur(14px);
}

.mcp-clients span {
  display: grid;
  min-height: 54px;
  align-items: center;
  color: var(--text);
  font-size: 0.96rem;
  font-weight: 600;
  padding: 0 16px;
}

.mcp-source-layer {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 14px;
  padding: 28px;
}

.mcp-source-layer span,
.mcp-results span {
  color: var(--muted-2);
  font-size: 0.76rem;
  font-weight: 690;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mcp-source-layer strong {
  color: var(--text);
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 470;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.mcp-source-layer p {
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.52;
}

.mcp-results div {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.mcp-results div:first-child {
  border-color: rgba(20, 83, 45, 0.18);
}

.mcp-results div:first-child span {
  color: var(--green);
}

.mcp-results div:last-child {
  border-color: rgba(138, 75, 18, 0.18);
}

.mcp-results div:last-child span {
  color: var(--amber);
}

.mcp-results strong {
  color: var(--text);
  font-size: 0.96rem;
  font-weight: 610;
  line-height: 1.32;
}

.comparison-matrix-lite {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 44px;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 24px 80px rgba(8, 10, 13, 0.06);
}

.comparison-matrix-lite div {
  display: grid;
  min-height: 190px;
  align-content: start;
  gap: 12px;
  border-right: 1px solid rgba(17, 24, 39, 0.09);
  border-bottom: 1px solid rgba(17, 24, 39, 0.09);
  padding: 30px;
}

.comparison-matrix-lite div:nth-child(2n) {
  border-right: 0;
  background: linear-gradient(180deg, rgba(230, 244, 233, 0.32), rgba(255, 255, 255, 0));
}

.comparison-matrix-lite div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.comparison-matrix-lite div:nth-child(2n) span {
  color: var(--green);
}

.comparison-matrix-lite strong {
  color: var(--text);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.comparison-matrix-lite p {
  max-width: 480px;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.55;
}

.sprint-section {
  background: #ffffff;
}

.sprint-panel {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 34px;
  background:
    radial-gradient(circle at 82% 16%, rgba(230, 244, 233, 0.16), transparent 32%),
    linear-gradient(135deg, #080a0d, #151515);
  color: #ffffff;
  box-shadow: 0 34px 110px rgba(8, 10, 13, 0.22);
}

.sprint-copy .eyebrow {
  color: rgba(255, 255, 255, 0.6);
}

.sprint-copy h2,
.sprint-copy p {
  color: #ffffff;
}

.sprint-copy p {
  color: rgba(255, 255, 255, 0.72);
}

.sprint-copy .btn-primary {
  background: #ffffff;
  color: #080a0d;
}

.sprint-list {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.98);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.sprint-list div {
  grid-template-columns: 72px minmax(0, 1fr);
  border-color: rgba(17, 24, 39, 0.09);
}

.sprint-list span {
  display: inline-flex;
  width: fit-content;
  min-height: 30px;
  align-items: center;
  border-radius: 999px;
  background: var(--surface-soft);
  color: var(--muted);
  padding: 0 11px;
}

.sprint-list strong {
  color: var(--text);
}

.sprint-list p {
  max-width: 540px;
}

@media (max-width: 1180px) {
  .product-core-premium > .section-heading,
  .mcp-premium-grid,
  .mcp-diagram {
    grid-template-columns: 1fr;
  }

  .product-core-premium > .section-heading p:not(.eyebrow) {
    max-width: 760px;
  }

  .answer-system-stage {
    min-height: auto;
    gap: 14px;
  }

  .answer-system-stage::before,
  .answer-system-stage::after,
  .mcp-diagram::before,
  .mcp-diagram::after {
    display: none;
  }

  .answer-core-card,
  .answer-system-node {
    position: relative;
    inset: auto;
    width: auto;
  }

  .answer-core-card {
    justify-self: stretch;
    order: 2;
  }

  .node-source {
    order: 1;
  }

  .node-audience {
    order: 3;
  }

  .node-output {
    order: 4;
  }

  .node-gap {
    order: 5;
  }

  .premium-workflow {
    border-radius: 30px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .premium-workflow article:nth-child(2)::after {
    display: none;
  }
}

@media (max-width: 760px) {
  .proof-strip.modern-proof-strip,
  .premium-before-after .before-after-grid,
  .comparison-matrix-lite,
  .premium-workflow {
    grid-template-columns: 1fr;
  }

  .proof-strip.modern-proof-strip div,
  .premium-before-after .before-after-grid article:first-child,
  .comparison-matrix-lite div {
    border-right: 0;
  }

  .proof-strip.modern-proof-strip div {
    min-height: auto;
    border-bottom: 1px solid rgba(17, 24, 39, 0.09);
    padding: 22px 0;
  }

  .proof-strip.modern-proof-strip div:last-child {
    border-bottom: 0;
  }

  .premium-before-after .before-after-grid article {
    min-height: auto;
    padding: 28px;
  }

  .premium-before-after .before-after-grid article:first-child,
  .comparison-matrix-lite div {
    border-bottom: 1px solid rgba(17, 24, 39, 0.09);
  }

  .comparison-matrix-lite div:last-child {
    border-bottom: 0;
  }

  .product-core-premium > .section-heading {
    gap: 20px;
  }

  .answer-system-stage,
  .mcp-diagram {
    border-radius: 24px;
    padding: 18px;
  }

  .answer-core-card,
  .mcp-source-layer {
    border-radius: 20px;
    padding: 22px;
  }

  .use-case-index .use-card {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 26px 0;
  }

  .premium-workflow::before,
  .premium-workflow article::after {
    display: none;
  }

  .premium-workflow article {
    min-height: auto;
    border-bottom: 1px solid rgba(17, 24, 39, 0.09);
  }

  .premium-workflow article:last-child {
    border-bottom: 0;
  }

  .mcp-premium-grid {
    gap: 34px;
  }
}

/* 2026-06-23 product screenshot proof */
.product-proof-section {
  border-top: 0;
  background:
    linear-gradient(180deg, #ffffff 0%, #fafaf8 48%, #ffffff 100%);
  padding-top: 18px;
}

.product-proof-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.68fr);
  gap: clamp(32px, 6vw, 86px);
  align-items: end;
}

.product-proof-intro h2 {
  max-width: 860px;
  color: var(--text);
  font-size: clamp(2.4rem, 5.4vw, 5.2rem);
  font-weight: 430;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.product-proof-copy {
  display: grid;
  gap: 22px;
}

.product-proof-copy p {
  max-width: 540px;
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.6;
}

.questionnaire-demo-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.64fr) minmax(280px, 0.36fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  margin-top: clamp(42px, 6vw, 78px);
  padding-top: clamp(34px, 5vw, 66px);
  border-top: 1px solid rgba(5, 5, 5, 0.08);
}

.questionnaire-demo-copy {
  display: grid;
  gap: 18px;
  max-width: 500px;
}

.questionnaire-demo-copy h3 {
  margin: 0;
  color: #050505;
  font-size: clamp(2.35rem, 5vw, 5.05rem);
  font-weight: 430;
  letter-spacing: -0.052em;
  line-height: 0.98;
}

.questionnaire-demo-copy p:not(.eyebrow) {
  margin: 0;
  color: rgba(5, 5, 5, 0.62);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  font-weight: 470;
  line-height: 1.58;
}

.questionnaire-demo-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.questionnaire-demo-points span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 13px;
  border: 1px solid rgba(5, 5, 5, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: rgba(5, 5, 5, 0.7);
  font-size: 0.88rem;
  font-weight: 620;
}

.questionnaire-demo-video {
  display: grid;
  gap: 12px;
  margin: 0;
}

.questionnaire-demo-video video {
  display: block;
  width: 100%;
  aspect-ratio: 1440 / 962;
  border: 1px solid rgba(5, 5, 5, 0.09);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 24px 80px rgba(8, 10, 13, 0.085);
  object-fit: contain;
}

.questionnaire-demo-video figcaption {
  color: rgba(5, 5, 5, 0.55);
  font-size: 0.9rem;
  font-weight: 560;
  line-height: 1.45;
}

.product-proof-shot {
  display: grid;
  gap: 16px;
  margin: 54px 0 0;
}

.product-proof-shot img,
.product-flow-strip img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(17, 24, 39, 0.1);
  background: #ffffff;
  filter: contrast(1.08) saturate(1.04) brightness(1.01);
  object-fit: cover;
  object-position: top center;
}

.product-proof-shot img {
  border-radius: 22px;
  box-shadow: 0 34px 110px rgba(8, 10, 13, 0.12);
}

.product-proof-shot figcaption {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.product-proof-shot figcaption span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid rgba(17, 24, 39, 0.09);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 610;
  line-height: 1;
  padding: 0 13px;
}

.product-flow-strip {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 82px;
  border-top: 1px solid rgba(17, 24, 39, 0.11);
  border-bottom: 1px solid rgba(17, 24, 39, 0.11);
}

.product-flow-strip article {
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  border-right: 1px solid rgba(17, 24, 39, 0.09);
  border-bottom: 1px solid rgba(17, 24, 39, 0.09);
  padding: clamp(32px, 5vw, 56px) 0;
}

.product-flow-strip article,
.product-flow-strip article:nth-child(2n) {
  border-right: 0;
}

.product-flow-strip article:last-child {
  border-bottom: 0;
}

.product-flow-strip article > div {
  display: grid;
  align-content: start;
  gap: 12px;
}

.product-flow-strip span {
  color: var(--muted-2);
  font-size: 0.82rem;
  font-weight: 640;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.product-flow-strip h3 {
  color: var(--text);
  font-size: clamp(1.25rem, 2.2vw, 1.8rem);
  font-weight: 490;
  letter-spacing: -0.038em;
  line-height: 1.08;
}

.product-flow-strip p {
  max-width: 360px;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.52;
}

.product-flow-strip img {
  aspect-ratio: 2.05 / 1;
  border-radius: 18px;
  box-shadow: 0 22px 60px rgba(8, 10, 13, 0.1);
}

.mcp-proof-card {
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.11);
  border-radius: 22px;
  background:
    linear-gradient(rgba(8, 10, 13, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 10, 13, 0.028) 1px, transparent 1px),
    #ffffff;
  background-size: 32px 32px, 32px 32px, auto;
  box-shadow: 0 22px 60px rgba(8, 10, 13, 0.09);
}

.mcp-proof-card div {
  display: grid;
  grid-template-columns: minmax(110px, 0.26fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid rgba(17, 24, 39, 0.09);
  padding: 24px;
}

.mcp-proof-card div:last-child {
  border-bottom: 0;
}

.mcp-proof-card span {
  color: var(--muted-2);
  font-size: 0.78rem;
  font-weight: 690;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mcp-proof-card strong {
  color: var(--text);
  font-size: clamp(1.08rem, 2vw, 1.5rem);
  font-weight: 490;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.tool-access-section {
  background:
    radial-gradient(circle at 18% 0%, rgba(220, 252, 231, 0.38), transparent 28%),
    radial-gradient(circle at 92% 20%, rgba(254, 243, 199, 0.34), transparent 30%),
    #ffffff;
  padding-top: clamp(44px, 7vw, 92px);
  padding-bottom: clamp(44px, 7vw, 92px);
}

.tool-access-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr);
  gap: clamp(34px, 7vw, 96px);
  align-items: start;
}

.tool-access-copy {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 120px;
}

.tool-access-copy h2 {
  max-width: 760px;
  color: var(--text);
  font-size: clamp(2.25rem, 5vw, 5rem);
  font-weight: 430;
  letter-spacing: -0.058em;
  line-height: 0.98;
}

.tool-access-copy p:not(.eyebrow) {
  max-width: 650px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.62;
}

.tool-access-grid {
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 28px;
  background:
    linear-gradient(rgba(8, 10, 13, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 10, 13, 0.026) 1px, transparent 1px),
    rgba(255, 255, 255, 0.92);
  background-size: 34px 34px, 34px 34px, auto;
  box-shadow: 0 28px 90px rgba(8, 10, 13, 0.085);
}

.tool-access-grid article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px 22px;
  align-items: start;
  border-bottom: 1px solid rgba(17, 24, 39, 0.09);
  padding: clamp(24px, 3vw, 34px);
}

.tool-access-grid article:last-child {
  border-bottom: 0;
}

.tool-access-grid span {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 720;
}

.tool-access-grid h3 {
  color: var(--text);
  font-size: clamp(1.35rem, 2.35vw, 2rem);
  font-weight: 500;
  letter-spacing: -0.043em;
  line-height: 1.08;
}

.tool-access-grid p {
  grid-column: 2;
  max-width: 520px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.56;
}

.deployment-section {
  background: #ffffff;
  padding-top: 24px;
}

.deployment-panel {
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(0, 0.82fr);
  gap: clamp(32px, 6vw, 86px);
  align-items: center;
  border-top: 1px solid rgba(17, 24, 39, 0.1);
  border-bottom: 1px solid rgba(17, 24, 39, 0.1);
  padding: clamp(38px, 5vw, 68px) 0;
}

.deployment-copy {
  display: grid;
  gap: 18px;
  justify-self: end;
}

.deployment-copy h2 {
  max-width: 680px;
  color: var(--text);
  font-size: clamp(2.1rem, 4.7vw, 4.55rem);
  font-weight: 430;
  letter-spacing: -0.055em;
  line-height: 1;
}

.deployment-copy p:not(.eyebrow) {
  max-width: 640px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.62;
}

.deployment-options {
  display: grid;
  gap: 0;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 250, 248, 0.92));
  box-shadow: 0 24px 70px rgba(8, 10, 13, 0.075);
  overflow: hidden;
  width: 100%;
}

.deployment-options article {
  display: grid;
  grid-template-columns: 54px minmax(0, 0.58fr) minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  border-bottom: 1px solid rgba(17, 24, 39, 0.09);
  padding: 26px;
}

.deployment-options article:last-child {
  border-bottom: 0;
}

.deployment-options span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.deployment-options h3 {
  color: var(--text);
  font-size: clamp(1.12rem, 2vw, 1.45rem);
  font-weight: 560;
  letter-spacing: -0.035em;
}

.deployment-options p {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.48;
}

@media (max-width: 1080px) {
  .two-surfaces-panel {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .deployment-panel {
    grid-template-columns: 1fr;
  }

  .tool-access-panel {
    grid-template-columns: 1fr;
  }

  .tool-access-copy {
    position: static;
  }

  .product-proof-intro,
  .product-flow-strip,
  .product-flow-strip article {
    grid-template-columns: 1fr;
  }

  .product-proof-copy p {
    max-width: 760px;
  }

  .product-flow-strip article,
  .product-flow-strip article:nth-child(2n) {
    border-right: 0;
  }

  .product-flow-strip article:nth-last-child(2) {
    border-bottom: 1px solid rgba(17, 24, 39, 0.09);
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 96px;
  }

  .section,
  section[id],
  [id],
  .two-surfaces-section {
    scroll-margin-top: 96px;
  }

  .two-surfaces-section {
    padding: 20px 0 58px;
  }

  .two-surfaces-panel {
    gap: 26px;
    padding: 34px 0;
  }

  .two-surfaces-heading h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .surface-mode-grid {
    border-radius: 22px;
  }

  .surface-mode-grid article {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 24px;
  }

  .surface-mode-grid article span,
  .surface-mode-grid h3,
  .surface-mode-grid p {
    grid-column: auto;
    grid-row: auto;
  }

  .product-proof-section {
    padding-top: 8px;
  }

  .product-proof-intro {
    gap: 24px;
  }

  .product-proof-intro h2 {
    font-size: clamp(2rem, 11vw, 3.1rem);
  }

  .product-proof-shot {
    gap: 14px;
    margin-top: 34px;
  }

  .product-proof-shot img {
    border-radius: 16px;
  }

  .product-proof-shot figcaption {
    justify-content: flex-start;
  }

  .deployment-section {
    padding-top: 10px;
  }

  .deployment-panel {
    gap: 28px;
    padding: 34px 0;
  }

  .deployment-copy h2 {
    font-size: clamp(2rem, 10vw, 3.05rem);
  }

  .tool-access-section {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .tool-access-panel {
    gap: 26px;
  }

  .tool-access-copy h2 {
    font-size: clamp(2rem, 10vw, 3.05rem);
  }

  .tool-access-grid {
    border-radius: 20px;
  }

  .tool-access-grid article {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px 16px;
    padding: 22px;
  }

  .tool-access-grid p {
    grid-column: 1 / -1;
  }

  .deployment-options {
    border-radius: 20px;
  }

  .deployment-options article {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 24px;
  }

  .product-flow-strip {
    margin-top: 48px;
  }

  .product-flow-strip article {
    gap: 20px;
    padding: 26px 0;
  }

  .product-flow-strip img {
    border-radius: 14px;
  }

  .mcp-proof-card {
    border-radius: 16px;
  }

  .mcp-proof-card div {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 20px;
  }
}

/* 2026-06-26 modern conversion polish */
body {
  background:
    radial-gradient(circle at 50% -8%, rgba(238, 242, 255, 0.72), transparent 30%),
    radial-gradient(circle at 12% 12%, rgba(230, 244, 233, 0.62), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #fafaf8 38%, #ffffff 100%);
}

.site-header {
  top: 18px;
}

.nav {
  min-height: 62px;
  max-width: 1160px;
  border-color: rgba(8, 10, 13, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow:
    0 18px 58px rgba(8, 10, 13, 0.085),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
  padding: 0 12px 0 18px;
}

.brand {
  font-size: 1.32rem;
  font-weight: 600;
}

.brand-mark {
  width: 24px;
  height: 24px;
}

.nav-links {
  gap: 26px;
}

.nav-links a {
  color: rgba(5, 5, 5, 0.72);
  font-size: 0.92rem;
}

.nav-links a:hover {
  color: var(--text);
}

.nav .btn-small {
  min-height: 42px;
  padding: 0 22px;
}

.hero {
  padding: 78px 0 96px;
}

.hero::before {
  top: -280px;
  height: 980px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0) 48%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0));
}

.hero-shell {
  display: grid;
  justify-items: center;
  gap: 22px;
  text-align: center;
}

.hero-copy {
  display: grid;
  justify-items: center;
  gap: 18px;
}

.hero-kicker {
  display: inline-flex;
  max-width: 100%;
  min-height: 38px;
  align-items: center;
  border: 1px solid rgba(8, 10, 13, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 40px rgba(8, 10, 13, 0.055);
  color: rgba(5, 5, 5, 0.66);
  font-size: 0.9rem;
  font-weight: 570;
  line-height: 1.2;
  padding: 0 15px;
}

.hero h1 {
  max-width: 1020px;
  font-size: clamp(3.25rem, 7.3vw, 7.1rem);
  font-weight: 420;
  letter-spacing: -0.073em;
  line-height: 0.88;
}

.hero-subtitle {
  max-width: 760px;
  color: rgba(5, 5, 5, 0.62);
  font-size: clamp(1.08rem, 1.5vw, 1.28rem);
  line-height: 1.54;
}

.hero-actions {
  margin-top: 6px;
}

.hero-actions .btn {
  min-height: 54px;
  padding: 0 28px;
}

.hero-actions .btn-primary {
  box-shadow: 0 18px 48px rgba(8, 10, 13, 0.18);
}

.hero-trust-row {
  display: flex;
  flex-wrap: wrap;
  max-width: 920px;
  gap: 8px;
  justify-content: center;
  margin: 2px 0 10px;
}

.hero-trust-row span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  border: 1px solid rgba(8, 10, 13, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: rgba(5, 5, 5, 0.58);
  font-size: 0.84rem;
  font-weight: 560;
  padding: 0 12px;
}

.hero-product-proof {
  position: relative;
  width: min(100%, 1180px);
  margin-top: 20px;
  isolation: isolate;
}

.hero-product-proof::before {
  position: absolute;
  inset: -42px -34px 34%;
  z-index: -1;
  content: "";
  border-radius: 42px;
  background:
    radial-gradient(circle at 20% 20%, rgba(230, 244, 233, 0.72), transparent 30%),
    radial-gradient(circle at 88% 8%, rgba(238, 242, 255, 0.8), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  filter: blur(2px);
}

.hero-product-proof img {
  max-height: min(720px, 68vh);
  border-color: rgba(8, 10, 13, 0.09);
  border-radius: 28px;
  box-shadow:
    0 44px 130px rgba(8, 10, 13, 0.16),
    0 0 0 1px rgba(255, 255, 255, 0.8) inset;
}

.hero-proof-callout {
  position: absolute;
  display: grid;
  gap: 5px;
  max-width: 260px;
  border: 1px solid rgba(8, 10, 13, 0.09);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 24px 70px rgba(8, 10, 13, 0.14);
  padding: 16px 18px;
  text-align: left;
  backdrop-filter: blur(18px);
}

.hero-proof-callout span {
  color: rgba(5, 5, 5, 0.5);
  font-size: 0.72rem;
  font-weight: 720;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
}

.hero-proof-callout strong {
  color: var(--text);
  font-size: 0.98rem;
  font-weight: 610;
  line-height: 1.25;
}

.hero-proof-callout-left {
  top: 12%;
  left: -18px;
}

.hero-proof-callout-right {
  right: -18px;
  bottom: 22%;
}

.hero-product-proof figcaption {
  margin-top: 4px;
}

.hero-product-proof figcaption span,
.product-proof-shot figcaption span {
  border-color: rgba(8, 10, 13, 0.08);
  background: rgba(255, 255, 255, 0.7);
  color: rgba(5, 5, 5, 0.54);
}

.premium-before-after {
  padding-top: 36px;
}

.premium-before-after .before-after-grid {
  border: 0;
  background: rgba(255, 255, 255, 0.56);
  box-shadow:
    0 28px 90px rgba(8, 10, 13, 0.07),
    inset 0 0 0 1px rgba(8, 10, 13, 0.08);
  backdrop-filter: blur(16px);
}

.proof-strip-section {
  padding: 0 0 100px;
}

.proof-strip.modern-proof-strip {
  max-width: 1120px;
  border-color: rgba(8, 10, 13, 0.08);
}

.two-surfaces-panel,
.deployment-panel {
  border-color: rgba(8, 10, 13, 0.08);
}

.surface-mode-grid,
.deployment-options,
.comparison-matrix-lite {
  border: 1px solid rgba(8, 10, 13, 0.08);
  box-shadow: 0 28px 90px rgba(8, 10, 13, 0.07);
}

.product-proof-section {
  padding-top: 54px;
}

.platform-map-figure {
  position: relative;
  display: grid;
  width: 100%;
  gap: 18px;
  margin-top: clamp(42px, 6vw, 74px);
  isolation: isolate;
}

.platform-map-figure::before {
  position: absolute;
  inset: -28px -22px 24%;
  z-index: -1;
  content: "";
  border-radius: 38px;
  background:
    radial-gradient(circle at 18% 16%, rgba(230, 244, 233, 0.58), transparent 30%),
    radial-gradient(circle at 82% 10%, rgba(254, 243, 199, 0.46), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0));
}

.platform-map-figure img {
  display: block;
  width: 100%;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 30px;
  background: #ffffff;
  box-shadow:
    0 42px 130px rgba(8, 10, 13, 0.13),
    0 0 0 1px rgba(255, 255, 255, 0.86) inset;
}

.platform-map-figure figcaption {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.platform-map-figure figcaption span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: rgba(5, 5, 5, 0.56);
  font-size: 0.82rem;
  font-weight: 590;
  line-height: 1;
  padding: 0 12px;
}

.product-proof-shot img,
.product-flow-strip img {
  border-color: rgba(8, 10, 13, 0.08);
  box-shadow: 0 34px 100px rgba(8, 10, 13, 0.12);
}

.product-flow-strip {
  border-color: rgba(8, 10, 13, 0.08);
}

.mcp-diagram,
.answer-system-stage {
  border: 0;
  box-shadow:
    0 32px 100px rgba(8, 10, 13, 0.09),
    inset 0 0 0 1px rgba(8, 10, 13, 0.08);
}

@media (max-width: 1080px) {
  .hero-proof-callout {
    display: none;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 28px, var(--max-width));
  }

  .site-header {
    top: 10px;
    padding: 0 10px;
  }

  .nav {
    grid-template-columns: 1fr auto;
    border-radius: 22px;
  }

  .nav-links {
    display: none;
  }

  .nav .btn-small {
    min-height: 40px;
    padding: 0 16px;
  }

  .hero {
    padding: 38px 0 54px;
  }

  .hero h1 {
    font-size: clamp(2.55rem, 12.8vw, 3.35rem);
    letter-spacing: -0.064em;
    line-height: 0.94;
  }

  .hero-subtitle {
    font-size: 1rem;
    line-height: 1.48;
  }

  .hero-kicker {
    min-height: auto;
    border-radius: 18px;
    font-size: 0.84rem;
    padding: 10px 12px;
  }

  .hero-trust-row {
    justify-content: flex-start;
  }

  .hero-trust-row span {
    min-height: 30px;
    font-size: 0.78rem;
    padding: 0 10px;
  }

  .hero-product-proof img {
    aspect-ratio: 1.78 / 1;
    border-radius: 20px;
    object-fit: contain;
    object-position: center;
  }

  .platform-map-figure {
    margin-top: 34px;
  }

  .platform-map-figure::before {
    inset: -14px -8px 34%;
    border-radius: 24px;
  }

  .platform-map-figure img {
    aspect-ratio: 1.78 / 1;
    border-radius: 20px;
    object-fit: contain;
  }

  .platform-map-figure figcaption {
    justify-content: flex-start;
  }

}

/* 2026-06-26 responsive polish */
@media (max-width: 1180px) {
  .two-surfaces-panel,
  .deployment-panel,
  .product-proof-intro,
  .mcp-premium-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .two-surfaces-heading h2,
  .deployment-copy h2,
  .product-proof-intro h2 {
    max-width: 860px;
  }

  .mcp-diagram {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr) minmax(0, 0.86fr);
  }
}

@media (max-width: 900px) {
  .mcp-diagram {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    min-height: auto;
  }

  .mcp-clients {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mcp-results {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .hero-shell {
    gap: 14px;
  }

  .hero-product-proof {
    margin-top: 10px;
  }

  .hero-product-proof::before {
    inset: -16px -10px 18%;
    border-radius: 28px;
  }

  .hero-actions {
    width: 100%;
    gap: 10px;
  }

  .hero-actions .btn {
    width: 100%;
    min-height: 50px;
    justify-content: center;
  }

  .two-surfaces-panel,
  .deployment-panel {
    border-radius: 0;
  }

  .mcp-clients,
  .mcp-results {
    grid-template-columns: minmax(0, 1fr);
  }

  .mcp-clients span,
  .mcp-results div,
  .mcp-source-layer {
    min-width: 0;
  }

  .mcp-source-layer strong,
  .mcp-results strong,
  .surface-mode-grid p,
  .surface-mode-grid h3 {
    overflow-wrap: anywhere;
  }

  .product-flow-strip article {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* 2026-06-26 lower page premium refinement */
.product-proof-section {
  position: relative;
  overflow: visible;
  background:
    radial-gradient(circle at 50% 6%, rgba(230, 244, 233, 0.42), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #fbfbfa 48%, #ffffff 100%);
  padding-bottom: 120px;
}

.product-proof-section::before {
  position: absolute;
  top: 210px;
  right: 0;
  left: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(17, 24, 39, 0.12), transparent);
}

.product-proof-shot {
  position: relative;
  margin-top: 64px;
}

.product-proof-shot::before {
  position: absolute;
  inset: -26px -18px 38%;
  z-index: 0;
  content: "";
  border-radius: 34px;
  background:
    radial-gradient(circle at 14% 12%, rgba(230, 244, 233, 0.72), transparent 34%),
    radial-gradient(circle at 88% 10%, rgba(238, 242, 255, 0.9), transparent 38%),
    rgba(255, 255, 255, 0.58);
}

.product-proof-shot img,
.product-proof-shot figcaption {
  position: relative;
  z-index: 1;
}

.product-proof-shot img {
  max-height: 760px;
  border-radius: 28px;
  box-shadow:
    0 46px 140px rgba(8, 10, 13, 0.16),
    0 0 0 1px rgba(255, 255, 255, 0.86) inset;
}

.product-proof-shot figcaption {
  margin-top: 18px;
}

.product-flow-strip {
  gap: 0;
  margin-top: 104px;
  border-top-color: rgba(17, 24, 39, 0.08);
  border-bottom-color: rgba(17, 24, 39, 0.08);
}

.product-flow-strip article {
  position: relative;
  grid-template-columns: minmax(260px, 0.34fr) minmax(0, 1fr);
  gap: clamp(34px, 7vw, 110px);
  min-height: 430px;
  padding: clamp(42px, 6vw, 78px) 0;
}

.product-flow-strip article::before {
  position: absolute;
  top: 52px;
  bottom: 52px;
  left: clamp(210px, 30vw, 360px);
  width: 1px;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(17, 24, 39, 0.12), transparent);
}

.product-flow-strip article > div {
  max-width: 360px;
  gap: 16px;
}

.product-flow-strip span {
  width: fit-content;
  min-height: 32px;
  align-content: center;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 999px;
  background: #ffffff;
  color: rgba(5, 5, 5, 0.48);
  padding: 0 12px;
}

.product-flow-strip h3 {
  font-size: clamp(1.65rem, 3vw, 2.75rem);
  font-weight: 430;
  letter-spacing: -0.05em;
  line-height: 1;
}

.product-flow-strip p {
  max-width: 340px;
  font-size: 1.04rem;
  line-height: 1.58;
}

.product-flow-strip img,
.mcp-proof-card {
  justify-self: stretch;
  min-width: 0;
  border-radius: 24px;
  box-shadow:
    0 28px 90px rgba(8, 10, 13, 0.11),
    0 0 0 1px rgba(255, 255, 255, 0.86) inset;
}

.product-flow-strip img {
  aspect-ratio: 2.24 / 1;
  object-fit: cover;
  object-position: top center;
}

.mcp-proof-card {
  align-self: stretch;
  align-content: center;
  background:
    linear-gradient(rgba(8, 10, 13, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 10, 13, 0.03) 1px, transparent 1px),
    #ffffff;
  background-size: 34px 34px, 34px 34px, auto;
  padding: 10px;
}

.mcp-proof-card div {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
}

.product-core-section {
  border-top: 1px solid rgba(17, 24, 39, 0.08);
  background:
    radial-gradient(circle at 15% 12%, rgba(238, 242, 255, 0.62), transparent 28%),
    linear-gradient(180deg, #ffffff, #fafaf8);
}

.answer-system-stage {
  min-height: 650px;
  border-radius: 38px;
}

.answer-core-card {
  width: min(100%, 520px);
  border-radius: 30px;
  padding: 42px;
}

.answer-core-card h3 {
  font-size: clamp(1.85rem, 3.4vw, 3rem);
}

.answer-system-node {
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
}

.use-case-section {
  background: #ffffff;
}

.use-case-index .use-card {
  grid-template-columns: 78px minmax(260px, 0.38fr) minmax(0, 1fr);
  padding: 38px 0;
}

.use-case-index .use-card span {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 999px;
  background: #ffffff;
}

.workflow-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(230, 244, 233, 0.5), transparent 26%),
    linear-gradient(180deg, #ffffff, #fafaf8);
}

.premium-workflow {
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: rgba(255, 255, 255, 0.82);
  box-shadow:
    0 34px 110px rgba(8, 10, 13, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.premium-workflow article {
  padding-top: 54px;
}

.premium-mcp-section {
  border-top: 1px solid rgba(17, 24, 39, 0.08);
}

.mcp-diagram {
  min-height: 480px;
  border-radius: 38px;
}

.comparison-section {
  background: #ffffff;
}

.comparison-matrix-lite {
  border-radius: 32px;
  box-shadow: 0 34px 110px rgba(8, 10, 13, 0.07);
}

.comparison-matrix-lite div {
  min-height: 220px;
  padding: 36px;
}

.sprint-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #fafaf8 100%);
}

.sprint-panel {
  border-radius: 38px;
}

@media (max-width: 900px) {
  .product-flow-strip article {
    grid-template-columns: minmax(0, 1fr);
    min-height: auto;
  }

  .product-flow-strip article::before {
    display: none;
  }

  .product-flow-strip article > div {
    max-width: 680px;
  }

  .product-flow-strip p {
    max-width: 620px;
  }
}

@media (max-width: 760px) {
  .product-proof-section {
    padding-bottom: 78px;
  }

  .product-proof-shot {
    margin-top: 42px;
  }

  .product-proof-shot::before {
    inset: -14px -8px 44%;
    border-radius: 24px;
  }

  .product-proof-shot img {
    aspect-ratio: 1.35 / 1;
    border-radius: 18px;
    object-fit: cover;
    object-position: top right;
  }

  .product-flow-strip {
    margin-top: 64px;
  }

  .product-flow-strip article {
    gap: 22px;
    padding: 34px 0;
  }

  .product-flow-strip img,
  .mcp-proof-card {
    border-radius: 18px;
  }

  .product-flow-strip img {
    aspect-ratio: 1.35 / 1;
  }

  .answer-system-stage,
  .mcp-diagram,
  .comparison-matrix-lite,
  .sprint-panel {
    border-radius: 24px;
  }

  .answer-core-card {
    padding: 24px;
  }

  .use-case-index .use-card {
    grid-template-columns: minmax(0, 1fr);
    padding: 28px 0;
  }
}

h2[id],
section[id] {
  scroll-margin-top: 132px;
}

/* 2026-06-26 scroll product story */
.product-flow-scroll {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.78fr);
  gap: clamp(34px, 5vw, 64px);
  align-items: start;
  margin-top: 72px;
  border: 0;
}

.product-flow-visual {
  position: sticky;
  top: 118px;
  display: grid;
  margin: 0;
  min-height: min(640px, calc(100vh - 150px));
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.09);
  border-radius: 34px;
  background:
    radial-gradient(circle at 12% 10%, rgba(230, 244, 233, 0.58), transparent 30%),
    radial-gradient(circle at 88% 4%, rgba(238, 242, 255, 0.86), transparent 34%),
    linear-gradient(rgba(8, 10, 13, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 10, 13, 0.026) 1px, transparent 1px),
    #ffffff;
  background-size: auto, auto, 38px 38px, 38px 38px, auto;
  box-shadow:
    0 38px 120px rgba(8, 10, 13, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.product-flow-frame {
  position: absolute;
  inset: 0;
  display: grid;
  align-items: center;
  opacity: 0;
  padding: clamp(14px, 2.5vw, 28px);
  transform: translateY(18px) scale(0.985);
  transition:
    opacity 260ms ease,
    transform 360ms ease;
}

.product-flow-frame.is-active {
  position: relative;
  opacity: 1;
  transform: translateY(0) scale(1);
}

.product-flow-frame img,
.product-flow-frame .mcp-proof-card {
  display: block;
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(17, 24, 39, 0.09);
  border-radius: 24px;
  background: #ffffff;
  box-shadow:
    0 28px 90px rgba(8, 10, 13, 0.12),
    0 0 0 1px rgba(255, 255, 255, 0.86) inset;
}

.product-flow-frame img {
  aspect-ratio: 1.62 / 1;
  height: auto;
  max-height: 520px;
  object-fit: cover;
  object-position: top center;
}

.product-flow-frame .mcp-proof-card {
  align-self: center;
  justify-self: center;
  max-width: 640px;
}

.product-flow-steps {
  display: grid;
  gap: 0;
}

.product-flow-steps article {
  position: relative;
  display: grid;
  min-height: min(500px, 66vh);
  align-content: center;
  gap: 18px;
  border-bottom: 1px solid rgba(17, 24, 39, 0);
  padding: clamp(34px, 5vw, 58px) 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition:
    opacity 180ms ease,
    transform 220ms ease,
    border-color 180ms ease;
}

.product-flow-steps article::before {
  position: absolute;
  top: 50%;
  left: -28px;
  width: 2px;
  height: 0;
  content: "";
  border-radius: 999px;
  background: #050505;
  transform: translateY(-50%);
  transition: height 220ms ease;
}

.product-flow-steps article.is-active {
  border-bottom-color: rgba(17, 24, 39, 0.09);
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.product-flow-steps article.is-active::before {
  height: 64%;
}

.product-flow-steps span {
  display: inline-flex;
  width: fit-content;
  min-height: 32px;
  align-items: center;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 999px;
  background: #ffffff;
  color: rgba(5, 5, 5, 0.48);
  font-size: 0.82rem;
  font-weight: 640;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 0 12px;
  text-transform: uppercase;
}

.product-flow-steps h3 {
  max-width: 520px;
  color: var(--text);
  font-size: clamp(1.85rem, 3.6vw, 3.35rem);
  font-weight: 430;
  letter-spacing: -0.052em;
  line-height: 0.98;
}

.product-flow-steps p {
  max-width: 470px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.58;
}

.product-flow-steps article:last-child {
  border-bottom: 0;
}

@media (max-width: 980px) {
  .product-flow-scroll {
    grid-template-columns: minmax(0, 1fr);
  }

  .product-flow-visual {
    position: sticky;
    top: 92px;
    z-index: 1;
    min-height: auto;
  }

  .product-flow-frame {
    padding: 16px;
  }

  .product-flow-frame img {
    aspect-ratio: 1.52 / 1;
  }

  .product-flow-steps article {
    min-height: auto;
    padding: 34px 0;
  }

  .product-flow-steps article::before {
    left: 0;
  }
}

@media (max-width: 760px) {
  .product-flow-scroll {
    gap: 26px;
    margin-top: 42px;
  }

  .product-flow-visual {
    top: 84px;
    border-radius: 22px;
  }

  .product-flow-frame img {
    aspect-ratio: 1.35 / 1;
    border-radius: 16px;
  }

  .product-flow-frame .mcp-proof-card {
    border-radius: 16px;
  }

  .product-flow-steps article {
    gap: 13px;
    padding: 28px 0;
  }

  .product-flow-steps article::before {
    display: none;
  }

  .product-flow-steps h3 {
    max-width: none;
    font-size: clamp(1.85rem, 9vw, 2.45rem);
  }

  .product-flow-steps p {
    max-width: none;
  }
}

/* 2026-06-26 shorter landing pass */
.faq-section {
  padding-top: 92px;
}

.pricing-section {
  padding: 28px 0 120px;
  background:
    radial-gradient(circle at 50% 0%, rgba(230, 244, 233, 0.36), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #fafaf8 100%);
}

.pricing-heading {
  display: grid;
  max-width: 840px;
  gap: 14px;
  margin: 0 auto 38px;
  text-align: center;
}

.pricing-heading h2 {
  color: var(--text);
  font-size: clamp(2.2rem, 5vw, 4.55rem);
  font-weight: 430;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.pricing-heading p:not(.eyebrow) {
  max-width: 690px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.55;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 16px;
}

.price-card {
  display: grid;
  gap: 22px;
  align-content: start;
  grid-template-rows: auto auto 1fr auto auto;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 24px 80px rgba(8, 10, 13, 0.06);
  padding: 24px;
}

.price-card.featured {
  position: relative;
  background:
    radial-gradient(circle at 18% 0%, rgba(230, 244, 233, 0.62), transparent 36%),
    #ffffff;
  box-shadow:
    0 34px 110px rgba(8, 10, 13, 0.12),
    inset 0 0 0 1px rgba(17, 24, 39, 0.04);
}

.price-card.featured::before {
  position: absolute;
  top: 18px;
  right: 18px;
  content: "Recommended";
  border: 1px solid rgba(20, 83, 45, 0.16);
  border-radius: 999px;
  background: rgba(220, 252, 231, 0.78);
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 720;
  letter-spacing: 0;
  line-height: 1;
  padding: 8px 10px;
  text-transform: none;
}

.price-card-pilot {
  border-color: rgba(20, 83, 45, 0.2);
}

.price-card-sandbox {
  background: rgba(255, 255, 255, 0.56);
  box-shadow: 0 18px 60px rgba(8, 10, 13, 0.04);
}

.price-card-growth {
  background:
    radial-gradient(circle at 80% 0%, rgba(17, 24, 39, 0.05), transparent 42%),
    rgba(255, 255, 255, 0.74);
}

.price-card > div:first-child {
  display: grid;
  gap: 10px;
  padding-right: 104px;
}

.price-card:not(.featured) > div:first-child {
  padding-right: 0;
}

.price-card span {
  color: var(--muted-2);
  font-size: 0.78rem;
  font-weight: 680;
  letter-spacing: 0.045em;
  line-height: 1;
  text-transform: uppercase;
}

.price-card h3 {
  color: var(--text);
  font-size: 1.18rem;
  font-weight: 620;
  letter-spacing: -0.03em;
  line-height: 1.12;
}

.price-card p {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.48;
}

.price-card .price-note {
  border-radius: 14px;
  background: rgba(17, 24, 39, 0.045);
  color: rgba(5, 5, 5, 0.62);
  font-size: 0.84rem;
  line-height: 1.4;
  margin: -4px 0 0;
  padding: 10px 12px;
}

.price {
  display: grid;
  gap: 6px;
  min-height: 72px;
  align-content: end;
}

.price strong {
  color: var(--text);
  font-size: clamp(2.1rem, 3.4vw, 3.2rem);
  font-weight: 480;
  letter-spacing: -0.055em;
  line-height: 0.9;
}

.price span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 540;
  letter-spacing: 0;
  text-transform: none;
}

.price-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.price-card li {
  position: relative;
  color: rgba(5, 5, 5, 0.7);
  font-size: 0.92rem;
  line-height: 1.42;
  padding-left: 18px;
}

.price-card li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 999px;
  background: var(--green-2);
}

.price-card .btn {
  width: 100%;
  margin-top: 4px;
}

.pricing-reassurance {
  max-width: 760px;
  margin: 24px auto 0;
  color: rgba(5, 5, 5, 0.58);
  font-size: 0.98rem;
  font-weight: 540;
  line-height: 1.55;
  text-align: center;
}

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

  .price-card,
  .price-card-pilot,
  .price-card-sandbox,
  .price-card-managed,
  .price-card-growth {
    grid-column: auto;
  }
}

/* 2026-06-26 response problem redesign */
.response-proof-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  margin-top: 48px;
  border-top: 1px solid rgba(17, 24, 39, 0.09);
  padding-top: clamp(34px, 5vw, 64px);
}

.response-proof-copy {
  display: grid;
  gap: 22px;
  max-width: 470px;
  position: sticky;
  top: 128px;
}

.response-proof-copy p {
  color: rgba(5, 5, 5, 0.72);
  font-size: clamp(1.1rem, 1.55vw, 1.36rem);
  font-weight: 420;
  letter-spacing: -0.024em;
  line-height: 1.34;
}

.question-switcher {
  display: flex;
  width: fit-content;
  max-width: 100%;
  flex-wrap: wrap;
  gap: 6px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow:
    0 18px 50px rgba(8, 10, 13, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  padding: 6px;
}

.question-switcher button {
  min-height: 38px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(5, 5, 5, 0.66);
  cursor: pointer;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 620;
  letter-spacing: -0.015em;
  padding: 0 14px;
  transition:
    background-color 160ms ease,
    box-shadow 160ms ease,
    color 160ms ease;
}

.question-switcher button:hover,
.question-switcher button:focus-visible {
  color: var(--text);
}

.question-switcher button.is-active {
  background: #050505;
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(8, 10, 13, 0.18);
}

.response-demo-stage {
  display: grid;
  grid-template-columns: minmax(210px, 0.48fr) minmax(0, 1fr);
  gap: clamp(14px, 2vw, 22px);
  align-items: stretch;
}

.old-workflow-card {
  display: grid;
  align-content: space-between;
  gap: 28px;
  min-height: 460px;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(248, 248, 246, 0.72)),
    #ffffff;
  box-shadow:
    0 28px 86px rgba(8, 10, 13, 0.065),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  padding: clamp(22px, 3vw, 34px);
}

.old-workflow-card > span {
  color: var(--muted-2);
  font-size: 0.76rem;
  font-weight: 720;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
}

.old-workflow-card h3 {
  color: rgba(5, 5, 5, 0.92);
  font-size: clamp(1.55rem, 2.6vw, 2.65rem);
  font-weight: 440;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.old-workflow-card ol {
  counter-reset: old-workflow;
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.old-workflow-card li {
  position: relative;
  color: rgba(5, 5, 5, 0.58);
  font-size: 0.96rem;
  font-weight: 460;
  line-height: 1.36;
  padding-left: 36px;
}

.old-workflow-card li::before {
  counter-increment: old-workflow;
  content: counter(old-workflow);
  position: absolute;
  left: 0;
  top: -2px;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 999px;
  background: rgba(8, 10, 13, 0.055);
  color: rgba(5, 5, 5, 0.52);
  font-size: 0.74rem;
  font-weight: 720;
}

.approved-answer-object {
  position: relative;
  display: grid;
  gap: 26px;
  min-height: 460px;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.09);
  border-radius: 34px;
  background:
    radial-gradient(circle at 85% 0%, rgba(230, 244, 233, 0.72), transparent 36%),
    linear-gradient(rgba(8, 10, 13, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 10, 13, 0.022) 1px, transparent 1px),
    #ffffff;
  background-size: auto, 38px 38px, 38px 38px, auto;
  box-shadow:
    0 34px 110px rgba(8, 10, 13, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  padding: clamp(24px, 4vw, 48px);
}

.approved-answer-status,
.approved-answer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.approved-answer-status span,
.approved-answer-question span,
.approved-answer-meta span {
  color: var(--muted-2);
  font-size: 0.76rem;
  font-weight: 720;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
}

.approved-answer-status strong {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border-radius: 999px;
  background: rgba(220, 252, 231, 0.95);
  color: var(--green);
  font-size: 0.84rem;
  font-weight: 690;
  padding: 0 12px;
}

.approved-answer-status strong.is-warning {
  background: #fef3c7;
  color: #92400e;
}

.approved-answer-question {
  display: grid;
  gap: 14px;
}

.approved-answer-question h3 {
  max-width: 760px;
  color: var(--text);
  font-size: clamp(1.92rem, 3.55vw, 3.5rem);
  font-weight: 430;
  letter-spacing: -0.056em;
  line-height: 0.96;
}

.approved-answer-object > p {
  max-width: 760px;
  color: rgba(5, 5, 5, 0.78);
  font-size: clamp(1.1rem, 1.7vw, 1.38rem);
  line-height: 1.48;
}

.approved-answer-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(17, 24, 39, 0.08);
  padding-top: 22px;
}

.approved-answer-meta div {
  display: grid;
  gap: 8px;
}

.approved-answer-meta strong {
  color: var(--text);
  font-size: 1rem;
  font-weight: 610;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

@media (max-width: 980px) {
  .response-proof-panel {
    grid-template-columns: minmax(0, 1fr);
  }

  .response-proof-copy {
    max-width: 760px;
    position: static;
  }

  .response-demo-stage {
    grid-template-columns: minmax(0, 1fr);
  }

  .old-workflow-card,
  .approved-answer-object {
    min-height: auto;
  }
}

@media (max-width: 760px) {
  .response-proof-panel {
    gap: 28px;
    margin-top: 32px;
    padding-top: 32px;
  }

  .approved-answer-object {
    border-radius: 24px;
    padding: 24px;
  }

  .old-workflow-card {
    border-radius: 24px;
    padding: 22px;
  }

  .question-switcher {
    width: 100%;
  }

  .question-switcher button {
    flex: 1 1 auto;
  }

  .approved-answer-meta {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }
}

@media (max-width: 760px) {
  .faq-section {
    padding-top: 72px;
  }

  .pricing-section {
    padding: 18px 0 82px;
  }

  .pricing-heading {
    margin-bottom: 26px;
    text-align: left;
  }

  .pricing-heading p:not(.eyebrow) {
    margin: 0;
  }

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

  .price-card {
    border-radius: 22px;
    padding: 22px;
  }
}

/* 2026-06-26 latest product visual system */
.hero-product-proof img {
  aspect-ratio: 1.78 / 1;
  object-fit: cover;
  object-position: center;
}

.product-proof-section {
  padding-top: clamp(58px, 8vw, 112px);
  padding-bottom: clamp(76px, 9vw, 132px);
}

.product-proof-section::before {
  display: none;
}

.product-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 26px);
  margin-top: clamp(44px, 6vw, 76px);
}

.product-gallery-card {
  display: grid;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(8, 10, 13, 0.085);
  border-radius: 30px;
  background:
    radial-gradient(circle at 18% 0%, rgba(230, 244, 233, 0.38), transparent 28%),
    radial-gradient(circle at 82% 0%, rgba(254, 243, 199, 0.34), transparent 30%),
    rgba(255, 255, 255, 0.9);
  box-shadow:
    0 38px 110px rgba(8, 10, 13, 0.095),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.product-gallery-card-large {
  grid-column: 1 / -1;
  grid-row: auto;
}

.product-gallery-card img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  border: 0;
  background: #ffffff;
  filter: contrast(1.06) saturate(1.03);
  object-fit: cover;
  object-position: center top;
}

.product-gallery-card-large img {
  aspect-ratio: 1.86 / 1;
}

.product-gallery-card:not(.product-gallery-card-large) img {
  aspect-ratio: 1.42 / 1;
}

.product-gallery-card figcaption {
  display: grid;
  gap: 6px;
  border-top: 1px solid rgba(8, 10, 13, 0.075);
  background: rgba(255, 255, 255, 0.78);
  padding: 18px 20px 20px;
}

.product-gallery-card figcaption span {
  color: rgba(5, 5, 5, 0.48);
  font-size: 0.76rem;
  font-weight: 720;
  letter-spacing: 0.07em;
  line-height: 1;
  text-transform: uppercase;
}

.product-gallery-card figcaption strong {
  max-width: 560px;
  color: rgba(5, 5, 5, 0.86);
  font-size: clamp(1rem, 1.15vw, 1.14rem);
  font-weight: 560;
  letter-spacing: -0.02em;
  line-height: 1.35;
}

.deployment-panel {
  align-items: center;
}

@media (max-width: 980px) {
  .product-gallery {
    grid-template-columns: minmax(0, 1fr);
  }

  .product-gallery-card-large {
    grid-row: auto;
  }

  .product-gallery-card-large img,
  .product-gallery-card:not(.product-gallery-card-large) img {
    aspect-ratio: 1.64 / 1;
  }
}

@media (max-width: 760px) {
  .hero-product-proof img {
    aspect-ratio: 1.42 / 1;
    object-fit: cover;
  }

  .product-gallery {
    gap: 18px;
    margin-top: 34px;
  }

  .product-gallery-card {
    border-radius: 22px;
  }

  .product-gallery-card-large img,
  .product-gallery-card:not(.product-gallery-card-large) img {
    aspect-ratio: 1.26 / 1;
  }

  .product-gallery-card figcaption {
    padding: 15px 16px 17px;
  }

}

/* 2026-06-27 scrollable product proof */
.product-proof-scroll {
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.64fr);
  gap: clamp(34px, 5vw, 72px);
  margin-top: clamp(46px, 6vw, 82px);
}

.product-proof-visual {
  top: 104px;
  min-height: min(680px, calc(100vh - 128px));
  border-radius: 34px;
  background:
    radial-gradient(circle at 14% 8%, rgba(230, 244, 233, 0.58), transparent 32%),
    radial-gradient(circle at 88% 8%, rgba(238, 242, 255, 0.74), transparent 34%),
    linear-gradient(rgba(8, 10, 13, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 10, 13, 0.025) 1px, transparent 1px),
    #ffffff;
  background-size: auto, auto, 38px 38px, 38px 38px, auto;
}

.product-proof-visual .product-flow-frame {
  padding: clamp(18px, 3vw, 34px);
}

.product-proof-visual .product-flow-frame img {
  aspect-ratio: 1.58 / 1;
  max-height: 590px;
  border-radius: 26px;
  object-fit: cover;
  object-position: center top;
}

.product-proof-steps article {
  min-height: min(620px, calc(100vh - 126px));
  border-bottom-color: transparent;
  opacity: 0;
  visibility: hidden;
}

.product-proof-steps article.is-active {
  opacity: 1;
  visibility: visible;
}

.product-proof-steps article:not(.is-active) h3,
.product-proof-steps article:not(.is-active) p,
.product-proof-steps article:not(.is-active) span {
  pointer-events: none;
}

.product-proof-steps article::before {
  background: linear-gradient(180deg, rgba(5, 5, 5, 0.16), #050505, rgba(5, 5, 5, 0.16));
}

.product-proof-steps h3 {
  max-width: 560px;
  font-size: clamp(2.1rem, 4.5vw, 4.15rem);
}

.product-proof-steps p {
  max-width: 500px;
  font-size: clamp(1.02rem, 1.25vw, 1.18rem);
}

@media (max-width: 980px) {
  .product-proof-scroll {
    grid-template-columns: minmax(0, 1fr);
  }

  .product-proof-visual {
    top: 88px;
    min-height: auto;
  }

  .product-proof-steps article {
    min-height: 54vh;
  }
}

@media (max-width: 760px) {
  .product-proof-scroll {
    gap: 22px;
    margin-top: 36px;
  }

  .product-proof-visual {
    top: 82px;
    border-radius: 22px;
  }

  .product-proof-visual .product-flow-frame {
    padding: 12px;
  }

  .product-proof-visual .product-flow-frame img {
    aspect-ratio: 1.28 / 1;
    border-radius: 16px;
  }

  .product-proof-steps article {
    min-height: 48vh;
    padding: 28px 0;
  }

  .product-proof-steps h3 {
    font-size: clamp(2rem, 10vw, 2.9rem);
  }
}

/* 2026-06-27 conversion copy refresh */
.hero-audience {
  max-width: 760px;
  margin: 0 auto 18px;
  color: rgba(5, 5, 5, 0.58);
  font-size: clamp(0.86rem, 1.2vw, 1rem);
  font-weight: 750;
  line-height: 1.35;
  text-align: center;
}

.hero-benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 980px;
  margin: 28px auto 0;
}

.hero-benefits span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid rgba(5, 5, 5, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: rgba(5, 5, 5, 0.72);
  font-size: 0.94rem;
  font-weight: 750;
  box-shadow: 0 18px 48px rgba(8, 10, 13, 0.055);
}

.sample-answer-section {
  padding-top: clamp(22px, 4vw, 54px);
}

.sample-answer-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
  align-items: stretch;
  gap: clamp(24px, 4.5vw, 70px);
}

.sample-answer-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 530px;
}

.sample-answer-copy h2 {
  margin: 0;
  color: #050505;
  font-size: clamp(2.35rem, 5vw, 5.05rem);
  font-weight: 430;
  line-height: 0.98;
  letter-spacing: -0.052em;
}

.sample-answer-copy p:not(.eyebrow) {
  margin: 24px 0 0;
  color: rgba(5, 5, 5, 0.58);
  font-size: clamp(1.02rem, 1.4vw, 1.24rem);
  font-weight: 560;
  line-height: 1.55;
}

.sample-answer-card {
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 3vw, 42px);
  border: 1px solid rgba(8, 10, 13, 0.1);
  border-radius: 34px;
  background:
    radial-gradient(circle at 10% 10%, rgba(231, 247, 237, 0.72), transparent 34%),
    radial-gradient(circle at 90% 0%, rgba(238, 242, 255, 0.78), transparent 34%),
    linear-gradient(rgba(8, 10, 13, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 10, 13, 0.032) 1px, transparent 1px),
    #ffffff;
  background-size: auto, auto, 38px 38px, 38px 38px, auto;
  box-shadow:
    0 38px 120px rgba(8, 10, 13, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.sample-question,
.sample-response,
.sample-sources {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(8, 10, 13, 0.09);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 20px 64px rgba(8, 10, 13, 0.075);
  backdrop-filter: blur(14px);
}

.sample-question,
.sample-response {
  padding: clamp(18px, 2.5vw, 30px);
}

.sample-question {
  margin-bottom: 18px;
}

.sample-question span,
.sample-response span,
.sample-sources span {
  display: block;
  margin-bottom: 10px;
  color: rgba(5, 5, 5, 0.48);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sample-question strong {
  display: block;
  color: #050505;
  font-size: clamp(1.7rem, 3.2vw, 3.2rem);
  font-weight: 780;
  line-height: 1.04;
  letter-spacing: -0.055em;
}

.sample-response p {
  max-width: 780px;
  margin: 0;
  color: rgba(5, 5, 5, 0.78);
  font-size: clamp(1.1rem, 1.7vw, 1.45rem);
  font-weight: 570;
  line-height: 1.42;
}

.sample-sources {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding: 16px;
}

.sample-sources span {
  width: 100%;
  margin-bottom: 2px;
}

.sample-sources strong {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(20, 83, 45, 0.09);
  color: #14532d;
  font-size: 0.94rem;
  font-weight: 820;
}

.ask-demo-section {
  padding-top: clamp(46px, 7vw, 92px);
}

.ask-demo-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.36fr) minmax(0, 0.64fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.ask-demo-copy {
  display: grid;
  gap: 18px;
  max-width: 500px;
}

.ask-demo-copy h2 {
  margin: 0;
  color: #050505;
  font-size: clamp(2.35rem, 5vw, 5.05rem);
  font-weight: 430;
  letter-spacing: -0.052em;
  line-height: 0.98;
}

.ask-demo-copy p:not(.eyebrow) {
  margin: 0;
  color: rgba(5, 5, 5, 0.62);
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  font-weight: 470;
  line-height: 1.58;
}

.ask-demo-copy .btn {
  width: fit-content;
  margin-top: 4px;
}

.ask-demo-video-card {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(8, 10, 13, 0.09);
  border-radius: 30px;
  background:
    radial-gradient(circle at 12% 0%, rgba(230, 244, 233, 0.5), transparent 34%),
    radial-gradient(circle at 92% 12%, rgba(254, 243, 199, 0.34), transparent 34%),
    #ffffff;
  box-shadow:
    0 30px 92px rgba(8, 10, 13, 0.085),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  padding: clamp(10px, 1.4vw, 18px);
}

.ask-demo-video-card video {
  display: block;
  width: 100%;
  aspect-ratio: 1600 / 1450;
  border: 1px solid rgba(8, 10, 13, 0.08);
  border-radius: 22px;
  background: #ffffff;
  object-fit: contain;
}

.ask-demo-video-card figcaption {
  margin: 12px 8px 2px;
  color: rgba(5, 5, 5, 0.56);
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.4;
}

.answer-flow-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: clamp(22px, 3vw, 36px);
  padding-top: clamp(20px, 3vw, 30px);
  border-top: 1px solid rgba(5, 5, 5, 0.08);
}

.answer-flow-strip span {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 14px;
  border: 1px solid rgba(5, 5, 5, 0.09);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: rgba(5, 5, 5, 0.68);
  font-size: 0.9rem;
  font-weight: 780;
}

@media (max-width: 980px) {
  .sample-answer-panel {
    grid-template-columns: minmax(0, 1fr);
  }

  .sample-answer-copy {
    max-width: 760px;
  }

  .ask-demo-panel {
    grid-template-columns: minmax(0, 1fr);
  }

  .questionnaire-demo-panel {
    grid-template-columns: minmax(0, 1fr);
  }

  .questionnaire-demo-copy {
    max-width: 720px;
  }

  .ask-demo-copy {
    max-width: 720px;
  }
}

@media (max-width: 760px) {
  .hero-audience {
    margin-bottom: 14px;
    font-size: 0.82rem;
  }

  .hero-benefits {
    justify-content: stretch;
    margin-top: 22px;
  }

  .hero-benefits span {
    width: 100%;
    justify-content: center;
    min-height: 40px;
    font-size: 0.9rem;
    text-align: center;
  }

  .sample-answer-panel {
    gap: 22px;
  }

  .sample-answer-card {
    border-radius: 24px;
  }

  .sample-question,
  .sample-response,
  .sample-sources {
    border-radius: 18px;
  }

  .sample-question strong {
    font-size: clamp(1.6rem, 8vw, 2.35rem);
  }

  .ask-demo-copy .btn {
    width: 100%;
  }

  .ask-demo-video-card {
    border-radius: 22px;
  }

  .ask-demo-video-card video {
    border-radius: 16px;
  }

  .questionnaire-demo-panel {
    padding-top: 34px;
  }

  .questionnaire-demo-points span {
    width: 100%;
    justify-content: center;
  }

  .questionnaire-demo-video video {
    border-radius: 16px;
  }

  .answer-flow-strip span {
    width: 100%;
  }
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  justify-content: flex-end;
}

.footer-links a {
  color: rgba(5, 5, 5, 0.62);
  font-size: 0.92rem;
  font-weight: 610;
  text-decoration: none;
  transition:
    color 180ms ease,
    opacity 180ms ease;
}

.footer-links a:hover {
  color: var(--text);
}

.hero-product-proof {
  max-width: 100%;
  overflow: hidden;
}

.hero-product-proof img {
  max-width: 100%;
}

.simple-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 8% 0%, rgba(230, 244, 233, 0.76), transparent 30%),
    radial-gradient(circle at 92% 5%, rgba(254, 243, 199, 0.42), transparent 28%),
    #fbfbf8;
}

.simple-main {
  padding: clamp(130px, 14vw, 190px) 0 clamp(72px, 10vw, 130px);
}

.simple-hero {
  max-width: 980px;
}

.simple-hero h1 {
  margin: 0;
  color: #050505;
  font-size: clamp(3.2rem, 8vw, 7.2rem);
  font-weight: 430;
  letter-spacing: -0.06em;
  line-height: 0.96;
}

.simple-hero p:not(.eyebrow) {
  max-width: 760px;
  margin: clamp(22px, 3vw, 34px) 0 0;
  color: rgba(5, 5, 5, 0.62);
  font-size: clamp(1.08rem, 1.6vw, 1.45rem);
  font-weight: 460;
  line-height: 1.55;
}

.request-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: clamp(22px, 3vw, 34px);
  align-items: stretch;
  margin-top: clamp(42px, 6vw, 82px);
}

.request-panel,
.request-card,
.legal-content,
.contact-options a {
  border: 1px solid rgba(5, 5, 5, 0.08);
  background: rgba(255, 255, 255, 0.78);
  box-shadow:
    0 24px 80px rgba(8, 10, 13, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(14px);
}

.request-panel {
  padding: clamp(30px, 4vw, 54px);
  border-radius: 34px;
}

.request-panel h2,
.request-card h3,
.legal-content h2,
.contact-options strong {
  margin: 0;
  color: #050505;
  font-weight: 620;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.request-panel h2 {
  font-size: clamp(1.7rem, 3vw, 3rem);
}

.clean-list {
  display: grid;
  gap: 16px;
  margin: clamp(24px, 3vw, 36px) 0 0;
  padding: 0;
  list-style: none;
}

.clean-list li {
  position: relative;
  padding-left: 24px;
  color: rgba(5, 5, 5, 0.68);
  font-size: clamp(1rem, 1.18vw, 1.14rem);
  font-weight: 470;
  line-height: 1.5;
}

.clean-list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #167241;
}

.numbered-list {
  gap: 0;
  border-top: 1px solid rgba(5, 5, 5, 0.08);
}

.numbered-list li {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 72px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(5, 5, 5, 0.08);
}

.numbered-list li::before {
  display: none;
}

.numbered-list span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.04);
  color: rgba(5, 5, 5, 0.58);
  font-size: 0.82rem;
  font-weight: 750;
}

.request-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
  min-height: 330px;
  padding: clamp(28px, 3vw, 42px);
  border-radius: 34px;
}

.request-card-label {
  color: #167241;
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.request-card h3 {
  font-size: clamp(1.85rem, 3.2vw, 3.35rem);
}

.request-card p {
  margin: 0;
  color: rgba(5, 5, 5, 0.62);
  font-size: clamp(1rem, 1.2vw, 1.14rem);
  font-weight: 460;
  line-height: 1.55;
}

.request-card .btn {
  width: 100%;
}

.legal-main .simple-hero {
  max-width: 1020px;
}

.legal-content {
  display: grid;
  gap: 0;
  margin-top: clamp(42px, 6vw, 76px);
  overflow: hidden;
  border-radius: 34px;
}

.legal-content article {
  padding: clamp(26px, 3vw, 38px) clamp(28px, 4vw, 52px);
  border-bottom: 1px solid rgba(5, 5, 5, 0.08);
}

.legal-content article:last-child {
  border-bottom: 0;
}

.legal-content h2 {
  font-size: clamp(1.35rem, 2vw, 2rem);
}

.legal-content p {
  max-width: 850px;
  margin: 12px 0 0;
  color: rgba(5, 5, 5, 0.64);
  font-size: 1rem;
  font-weight: 460;
  line-height: 1.6;
}

.legal-content a {
  color: #050505;
  font-weight: 650;
}

.contact-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: clamp(42px, 6vw, 76px);
}

.contact-options a {
  display: grid;
  gap: 14px;
  min-height: 230px;
  padding: clamp(28px, 3vw, 42px);
  border-radius: 30px;
  color: inherit;
  text-decoration: none;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.contact-options a:hover {
  transform: translateY(-3px);
  border-color: rgba(5, 5, 5, 0.16);
  box-shadow:
    0 30px 92px rgba(8, 10, 13, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.contact-options span {
  color: #167241;
  font-size: 0.78rem;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-options strong {
  font-size: clamp(1.5rem, 2.5vw, 2.4rem);
}

.contact-options p {
  margin: 0;
  color: rgba(5, 5, 5, 0.62);
  font-size: 1rem;
  font-weight: 460;
  line-height: 1.55;
}

.contact-email {
  margin-top: clamp(24px, 4vw, 48px);
  text-align: center;
}

.contact-email p {
  margin: 0 auto;
  max-width: 760px;
  color: rgba(5, 5, 5, 0.62);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  font-weight: 460;
  line-height: 1.55;
}

.contact-email a {
  color: #050505;
  font-weight: 700;
  text-decoration: none;
}

.contact-email a:hover {
  text-decoration: underline;
}

@media (max-width: 760px) {
  .footer-inner {
    justify-content: center;
    text-align: center;
  }

  .footer-links {
    width: 100%;
    justify-content: center;
  }

  .simple-main {
    padding-top: 118px;
  }

  .simple-hero h1 {
    font-size: clamp(2.6rem, 14vw, 4.6rem);
  }

  .request-layout,
  .contact-options {
    grid-template-columns: minmax(0, 1fr);
  }

  .request-panel,
  .request-card,
  .legal-content,
  .contact-options a {
    border-radius: 24px;
  }

  .numbered-list li {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
  }

  .numbered-list span {
    width: 36px;
    height: 36px;
  }

  .contact-options a {
    min-height: auto;
  }
}

.usage-lanes-section {
  padding-top: clamp(36px, 5vw, 76px);
}

.usage-lanes-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(30px, 5vw, 76px);
  align-items: stretch;
  padding-top: clamp(42px, 6vw, 76px);
  border-top: 1px solid rgba(5, 5, 5, 0.08);
}

.usage-lanes-copy {
  display: grid;
  align-content: center;
  gap: 20px;
  max-width: 560px;
}

.usage-lanes-copy h2 {
  margin: 0;
  color: #050505;
  font-size: clamp(2.55rem, 5.1vw, 5rem);
  font-weight: 430;
  letter-spacing: -0.066em;
  line-height: 0.96;
}

.usage-lanes-copy p:not(.eyebrow) {
  margin: 0;
  color: rgba(5, 5, 5, 0.62);
  font-size: clamp(1.02rem, 1.35vw, 1.22rem);
  font-weight: 450;
  line-height: 1.55;
}

.usage-lanes-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(5, 5, 5, 0.09);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.7)),
    radial-gradient(circle at 78% 20%, rgba(220, 252, 231, 0.54), transparent 42%);
  box-shadow:
    0 28px 90px rgba(8, 10, 13, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
}

.usage-lanes-grid article {
  display: grid;
  align-content: end;
  min-height: 340px;
  padding: clamp(26px, 2.6vw, 42px);
}

.usage-lanes-grid article + article {
  border-left: 1px solid rgba(5, 5, 5, 0.08);
}

.usage-lanes-grid span {
  width: fit-content;
  margin-bottom: clamp(44px, 7vw, 96px);
  color: #176c42;
  font-size: 0.78rem;
  font-weight: 780;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.usage-lanes-grid h3 {
  max-width: 430px;
  margin: 0;
  color: #050505;
  font-size: clamp(1.55rem, 2.25vw, 2.55rem);
  font-weight: 470;
  letter-spacing: -0.058em;
  line-height: 1.02;
}

.usage-lanes-grid p {
  max-width: 450px;
  margin: 20px 0 0;
  color: rgba(5, 5, 5, 0.6);
  font-size: clamp(0.98rem, 1.18vw, 1.1rem);
  font-weight: 450;
  line-height: 1.55;
}

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

  .usage-lanes-copy {
    max-width: 760px;
  }
}

@media (max-width: 760px) {
  .usage-lanes-section {
    padding-top: 30px;
  }

  .usage-lanes-panel {
    gap: 28px;
    padding-top: 38px;
  }

  .usage-lanes-copy h2 {
    font-size: clamp(2.35rem, 13vw, 4rem);
  }

  .usage-lanes-grid {
    grid-template-columns: 1fr;
    border-radius: 26px;
  }

  .usage-lanes-grid article {
    min-height: 0;
    padding: 28px;
  }

  .usage-lanes-grid article + article {
    border-top: 1px solid rgba(5, 5, 5, 0.08);
    border-left: 0;
  }

  .usage-lanes-grid span {
    margin-bottom: 42px;
  }
}
