:root {
  --launch-ink: #17201d;
  --launch-muted: #5d6861;
  --launch-line: #d8dfd9;
  --launch-paper: #fbfbf7;
  --launch-band: #eef3ec;
  --launch-accent: #196b5b;
  --launch-accent-strong: #0f4f43;
  --launch-warning: #8a5a12;
  --launch-blue: #2d5b89;
}

* {
  box-sizing: border-box;
}

body.launch-page {
  margin: 0;
  background: var(--launch-paper);
  color: var(--launch-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

.launch-header {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 68px;
  padding: 12px clamp(18px, 5vw, 72px);
  background: rgba(251, 251, 247, 0.94);
  border-bottom: 1px solid var(--launch-line);
  backdrop-filter: blur(12px);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
  font-weight: 800;
}

.brand-lockup img {
  width: 34px;
  height: 34px;
}

.launch-nav {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.launch-nav a {
  color: var(--launch-muted);
  font-size: 0.94rem;
  font-weight: 650;
  text-decoration: none;
}

.launch-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--launch-line);
  border-radius: 8px;
  background: #fff;
  color: var(--launch-ink);
  font: inherit;
  font-weight: 750;
  text-decoration: none;
  cursor: pointer;
}

.launch-button.primary {
  border-color: var(--launch-accent);
  background: var(--launch-accent);
  color: #fff;
}

.launch-button.primary:hover {
  background: var(--launch-accent-strong);
}

.launch-button.disabled,
.launch-button[aria-disabled="true"] {
  opacity: 0.72;
  cursor: default;
}

.launch-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(34px, 5vw, 64px) clamp(18px, 5vw, 72px) clamp(22px, 3vw, 38px);
  min-height: auto;
}

.hero-copy {
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--launch-accent-strong);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.launch-hero h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(2.55rem, 5.4vw, 5.2rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-copy > p {
  margin: 20px 0 0;
  max-width: 620px;
  color: var(--launch-muted);
  font-size: clamp(1.04rem, 1.8vw, 1.22rem);
}

.hero-copy > .hero-outcome {
  color: var(--launch-ink);
  font-weight: 750;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
  max-width: 660px;
}

.automation-proof {
  max-width: 760px;
}

.proof-item {
  padding: 14px 0;
  border-top: 1px solid var(--launch-line);
}

.proof-item strong {
  display: block;
  font-size: 1.35rem;
}

.proof-item span {
  display: block;
  color: var(--launch-muted);
  font-size: 0.92rem;
}

.product-preview {
  overflow: hidden;
  border: 1px solid var(--launch-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(31, 44, 38, 0.14);
  max-height: 500px;
}

.automation-preview {
  max-height: 560px;
}

.automation-preview .preview-body {
  height: 505px;
}

.preview-topbar {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-bottom: 1px solid var(--launch-line);
  color: var(--launch-muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.preview-body {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 0;
  height: 445px;
  min-height: 0;
  overflow: hidden;
}

.preview-sidebar {
  padding: 18px;
  border-right: 1px solid var(--launch-line);
  background: #f7f8f3;
}

.preview-main {
  padding: 18px;
}

.preview-metric-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 16px;
}

.preview-metric,
.preview-deal,
.preview-panel {
  border: 1px solid var(--launch-line);
  border-radius: 8px;
  background: #fff;
}

.preview-metric {
  min-height: 82px;
  padding: 12px;
}

.preview-metric span,
.preview-deal span,
.preview-panel span {
  color: var(--launch-muted);
  font-size: 0.78rem;
  font-weight: 750;
}

.preview-metric strong {
  display: block;
  margin-top: 8px;
  font-size: 1.35rem;
}

.preview-deal {
  padding: 14px;
  margin-bottom: 12px;
}

.preview-deal strong {
  display: block;
  margin: 4px 0 8px;
}

.preview-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.preview-badges b {
  padding: 4px 8px;
  border-radius: 999px;
  background: #e4eee7;
  color: #185146;
  font-size: 0.74rem;
}

.preview-panel {
  padding: 14px;
  margin-bottom: 12px;
}

.preview-panel ul {
  margin: 10px 0 0;
  padding-left: 18px;
}

.preview-panel li {
  margin: 7px 0;
  color: var(--launch-muted);
}

.launch-band {
  padding: clamp(42px, 6vw, 82px) clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--launch-line);
}

.launch-band.alt {
  background: var(--launch-band);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 26px;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.04;
}

.section-heading p {
  margin: 12px 0 0;
  color: var(--launch-muted);
  font-size: 1.04rem;
}

.step-grid,
.feature-grid,
.pricing-grid,
.faq-grid,
.legal-grid,
.why-grid,
.decision-grid,
.artifact-grid,
.security-grid,
.before-after-grid,
.sample-proof-grid,
.sample-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

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

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

.two-plan-grid {
  max-width: 980px;
}

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

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

.faq-grid,
.legal-grid,
.before-after-grid,
.security-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.sample-deal-card {
  display: grid;
  gap: 18px;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid var(--launch-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(31, 44, 38, 0.11);
}

.sample-deal-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.28fr);
  gap: 18px;
  align-items: start;
}

.sample-label {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--launch-blue);
  font-size: 0.82rem;
  font-weight: 850;
  text-transform: uppercase;
}

.sample-deal-main h3 {
  margin: 0;
  font-size: clamp(1.55rem, 3vw, 2.45rem);
  line-height: 1.06;
}

.sample-deal-main p {
  max-width: 860px;
  margin: 12px 0 0;
  color: var(--launch-muted);
}

.sample-verdict {
  padding: 16px;
  border: 1px solid var(--launch-line);
  border-radius: 8px;
  background: #f3ead6;
}

.sample-verdict span,
.sample-verdict small,
.sample-metrics span {
  display: block;
  color: var(--launch-muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.sample-verdict strong {
  display: block;
  margin: 5px 0;
  color: #7a520f;
  font-size: 1.7rem;
}

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

.sample-metrics div {
  min-height: 100px;
  padding: 14px;
  border: 1px solid var(--launch-line);
  border-radius: 8px;
  background: #fbfbf7;
}

.sample-metrics strong {
  display: block;
  margin-top: 8px;
  font-size: 1.35rem;
}

.sample-proof-grid article,
.before-card,
.after-card,
.security-item {
  padding: 18px;
  border: 1px solid var(--launch-line);
  border-radius: 8px;
  background: #fff;
}

.sample-proof-grid h4,
.security-item h3 {
  margin: 0 0 8px;
}

.sample-proof-grid p,
.security-item p,
.before-after-grid li {
  color: var(--launch-muted);
}

.sample-proof-grid p,
.security-item p {
  margin: 0;
}

.before-card,
.after-card {
  min-height: 310px;
}

.before-card span,
.after-card span {
  display: inline-flex;
  margin-bottom: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.before-card span {
  color: #853022;
}

.after-card span {
  color: var(--launch-accent-strong);
}

.before-card ul,
.after-card ul {
  margin: 0;
  padding-left: 20px;
}

.before-card li,
.after-card li {
  margin: 9px 0;
}

.info-block {
  min-height: 160px;
  padding: 18px;
  border: 1px solid var(--launch-line);
  border-radius: 8px;
  background: #fff;
}

.alt .info-block {
  background: #fbfbf7;
}

.info-block h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
}

.info-block p,
.info-block li {
  color: var(--launch-muted);
}

.info-block p {
  margin: 0;
}

.info-block ul {
  margin: 8px 0 0;
  padding-left: 18px;
}

.why-card {
  min-height: 210px;
}

.why-kicker {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--launch-blue);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.comparison-wrap {
  overflow-x: auto;
  margin-top: 18px;
  border: 1px solid var(--launch-line);
  border-radius: 8px;
  background: #fff;
}

.comparison-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

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

.comparison-table th {
  background: #f7f8f3;
  color: var(--launch-ink);
  font-size: 0.84rem;
}

.comparison-table td {
  color: var(--launch-muted);
}

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

.comparison-table strong {
  color: var(--launch-accent-strong);
}

.decision-lane {
  min-height: 230px;
  padding: 18px;
  border: 1px solid var(--launch-line);
  border-radius: 8px;
  background: #fbfbf7;
}

.decision-lane span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 850;
}

.decision-lane h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
}

.decision-lane p {
  margin: 0;
  color: var(--launch-muted);
}

.decision-lane.advance span {
  background: #dbeee5;
  color: #155c46;
}

.decision-lane.hold span {
  background: #e6edf5;
  color: #2d5b89;
}

.decision-lane.reprice span {
  background: #f3ead6;
  color: #7a520f;
}

.decision-lane.kill span {
  background: #f1dddd;
  color: #853022;
}

.value-callout {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: -6px 0 22px;
  padding: 16px;
  border: 1px solid var(--launch-line);
  border-radius: 8px;
  background: #eef3ec;
}

.value-callout strong {
  white-space: nowrap;
}

.value-callout span {
  color: var(--launch-muted);
}

.price-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 330px;
  padding: 20px;
  border: 1px solid var(--launch-line);
  border-radius: 8px;
  background: #fff;
}

.price-card > p {
  margin: 0;
  color: var(--launch-muted);
}

.pricing-note {
  max-width: 980px;
  margin-top: 18px;
}

.price-card.highlight {
  border-color: var(--launch-accent);
  box-shadow: inset 0 0 0 1px var(--launch-accent);
}

.price-card h3 {
  margin: 0;
}

.plan-badge {
  align-self: flex-start;
  padding: 5px 9px;
  border: 1px solid var(--launch-line);
  border-radius: 999px;
  background: #eef3ec;
  color: var(--launch-accent-strong);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.price {
  font-size: 2rem;
  font-weight: 850;
}

.price small {
  color: var(--launch-muted);
  font-size: 0.95rem;
  font-weight: 700;
}

.price-card ul {
  margin: 0;
  padding-left: 18px;
  color: var(--launch-muted);
}

.price-card li {
  margin: 7px 0;
}

.price-card .launch-button {
  margin-top: auto;
}

.launch-form {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.launch-form input {
  min-width: min(100%, 320px);
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid var(--launch-line);
  border-radius: 8px;
  background: #fff;
  color: var(--launch-ink);
  font: inherit;
}

.launch-status {
  min-height: 24px;
  margin-top: 12px;
  color: var(--launch-warning);
  font-weight: 700;
}

.launch-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 28px clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--launch-line);
  color: var(--launch-muted);
}

.launch-footer a {
  color: var(--launch-muted);
  font-weight: 700;
  text-decoration: none;
}

.legal-page-main {
  max-width: 1080px;
  margin: 0 auto;
  padding: clamp(34px, 6vw, 74px) clamp(18px, 5vw, 40px);
}

.legal-page-main h1 {
  margin: 0 0 12px;
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  line-height: 1;
}

.legal-intro {
  max-width: 760px;
  color: var(--launch-muted);
  font-size: 1.06rem;
}

.legal-section {
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px solid var(--launch-line);
}

.legal-section h2 {
  margin: 0 0 10px;
}

.legal-section p,
.legal-section li {
  color: var(--launch-muted);
}

.annual-price {
  margin-top: -8px;
  color: var(--launch-accent-strong) !important;
  font-weight: 800;
}

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

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

.term-card strong {
  color: var(--launch-ink);
}

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

.workflow-grid .info-block span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: var(--launch-accent);
  color: #fff;
  font-weight: 850;
}

.sample-metrics small {
  display: block;
  margin-top: 6px;
  color: var(--launch-muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.story-card {
  display: grid;
  gap: 20px;
  padding: clamp(20px, 3vw, 32px);
  border: 1px solid var(--launch-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(31, 44, 38, 0.1);
}

.story-card h3 {
  margin: 0;
  font-size: clamp(1.65rem, 3vw, 2.65rem);
  line-height: 1.05;
}

.story-card p {
  color: var(--launch-muted);
}

.story-summary-grid,
.story-financing-grid,
.story-cashflow-grid {
  display: grid;
  gap: 12px;
}

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

.story-financing-grid,
.story-cashflow-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.story-summary-grid div,
.story-financing-grid div,
.story-cashflow-grid div {
  padding: 14px;
  border: 1px solid var(--launch-line);
  border-radius: 8px;
  background: #f8faf6;
}

.story-summary-grid span,
.story-financing-grid span,
.story-cashflow-grid span {
  display: block;
  color: var(--launch-muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.story-summary-grid strong,
.story-financing-grid strong,
.story-cashflow-grid strong {
  display: block;
  margin-top: 7px;
  font-size: 1.18rem;
}

.story-summary-grid small,
.story-cashflow-grid small {
  display: block;
  margin-top: 6px;
  color: var(--launch-muted);
  font-size: 0.84rem;
}

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

.story-timeline div {
  min-height: 170px;
  padding: 14px;
  border: 1px solid var(--launch-line);
  border-radius: 8px;
  background: #f8faf6;
}

.story-timeline strong,
.story-timeline span {
  display: block;
}

.story-timeline span {
  margin-top: 8px;
  color: var(--launch-muted);
  font-size: 0.92rem;
}

.story-result {
  margin: 0;
  padding: 14px;
  border-left: 4px solid var(--launch-accent);
  background: #eef3ec;
}

.story-financing,
.story-cashflow {
  display: grid;
  gap: 14px;
  padding: clamp(16px, 2vw, 22px);
  border: 1px solid var(--launch-line);
  border-radius: 8px;
  background: #fbfbf7;
}

.story-financing h4,
.story-cashflow h4 {
  margin: 0;
  font-size: 1.25rem;
}

.story-financing-copy p,
.story-cashflow > p {
  margin-bottom: 0;
}

.report-main {
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
  padding: 42px 0 72px;
}

.report-hero,
.report-section {
  margin-bottom: 22px;
  padding: clamp(20px, 3vw, 32px);
  border: 1px solid var(--launch-line);
  border-radius: 8px;
  background: #fff;
}

.report-hero h1 {
  margin: 0;
  max-width: 860px;
  font-size: clamp(2.2rem, 6vw, 5.4rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.report-summary {
  max-width: 900px;
  color: var(--launch-muted);
  font-size: 1.08rem;
}

.report-verdict,
.report-metric-grid,
.score-grid {
  display: grid;
  gap: 12px;
}

.report-verdict {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 24px 0;
}

.report-metric-grid,
.score-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.report-verdict div,
.report-metric-grid div,
.score-grid article,
.memo-card,
.draft-box {
  border: 1px solid var(--launch-line);
  border-radius: 8px;
  background: #f8faf6;
}

.report-verdict div,
.report-metric-grid div,
.score-grid article {
  padding: 14px;
}

.report-verdict span,
.report-metric-grid span,
.score-grid span {
  display: block;
  color: var(--launch-muted);
  font-size: 0.82rem;
  font-weight: 750;
}

.report-verdict strong,
.report-metric-grid strong,
.score-grid strong {
  display: block;
  margin-top: 6px;
  font-size: 1.35rem;
}

.report-section h2 {
  margin: 0 0 16px;
  font-size: clamp(1.35rem, 3vw, 2rem);
}

.report-section > p {
  color: var(--launch-muted);
}

.report-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 16px;
  overflow: hidden;
  border: 1px solid var(--launch-line);
  border-radius: 8px;
}

.report-table th,
.report-table td {
  padding: 12px;
  border-bottom: 1px solid var(--launch-line);
  text-align: left;
  vertical-align: top;
}

.report-table th {
  background: #eef3ec;
  font-size: 0.84rem;
  text-transform: uppercase;
}

.status-chip {
  display: inline-flex;
  padding: 4px 8px;
  border-radius: 999px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
}

.status-chip.good {
  background: #18724f;
}

.status-chip.warn {
  background: #9a6515;
}

.status-chip.bad {
  background: #9e3c33;
}

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

.proof-list,
.risk-list {
  margin: 0;
  padding-left: 22px;
  color: var(--launch-muted);
}

.draft-box,
.memo-card {
  padding: 18px;
}

.draft-box p,
.memo-card p {
  margin: 0 0 12px;
}

.draft-box p:last-child,
.memo-card p:last-child {
  margin-bottom: 0;
}

.disclaimer-section {
  background: #f8faf6;
}

@media (max-width: 980px) {
  .launch-hero,
  .preview-body {
    grid-template-columns: 1fr;
  }

  .product-preview,
  .automation-preview {
    max-height: none;
  }

  .preview-body,
  .automation-preview .preview-body {
    height: auto;
    overflow: visible;
  }

  .preview-sidebar {
    border-right: 0;
    border-bottom: 1px solid var(--launch-line);
  }

  .feature-grid,
  .step-grid,
  .pricing-grid,
  .faq-grid,
  .legal-grid,
  .why-grid,
  .decision-grid,
  .artifact-grid,
  .security-grid,
  .before-after-grid,
  .sample-proof-grid,
  .sample-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sample-deal-main {
    grid-template-columns: 1fr;
  }

  .audience-grid,
  .term-grid,
  .workflow-grid,
  .report-verdict,
  .report-metric-grid,
  .score-grid,
  .finance-grid,
  .two-column-report,
  .story-summary-grid,
  .story-timeline,
  .story-financing-grid,
  .story-cashflow-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 981px) and (max-height: 780px) {
  .launch-hero {
    padding-top: 22px;
    padding-bottom: 16px;
  }

  .launch-hero h1 {
    font-size: clamp(2.3rem, 4.5vw, 4.25rem);
  }

  .hero-copy > p {
    margin-top: 14px;
  }

  .hero-actions {
    margin-top: 20px;
  }

  .hero-proof {
    display: none;
  }

  .product-preview {
    max-height: 440px;
  }

  .preview-body {
    height: 385px;
  }
}

@media (max-width: 680px) {
  .launch-header {
    align-items: flex-start;
    flex-direction: column;
    position: static;
    gap: 12px;
  }

  .launch-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: flex-start;
    width: 100%;
    gap: 8px;
  }

  .launch-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 10px;
    border: 1px solid var(--launch-line);
    border-radius: 8px;
    background: #fff;
    text-align: center;
    font-size: 0.86rem;
  }

  .launch-nav .launch-button {
    min-height: 38px;
    padding: 0 10px;
  }

  .launch-hero {
    gap: 24px;
    padding-top: 28px;
  }

  .launch-hero h1 {
    font-size: clamp(2.2rem, 10vw, 2.8rem);
    line-height: 1.02;
  }

  .hero-actions .launch-button {
    width: 100%;
  }

  .preview-sidebar,
  .preview-main {
    padding: 14px;
  }

  .launch-band {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .hero-proof,
  .preview-metric-row,
  .feature-grid,
  .step-grid,
  .pricing-grid,
  .faq-grid,
  .legal-grid,
  .why-grid,
  .decision-grid,
  .artifact-grid,
  .security-grid,
  .before-after-grid,
  .sample-proof-grid,
  .sample-metrics {
    grid-template-columns: 1fr;
  }

  .value-callout {
    display: block;
  }

  .value-callout strong {
    display: block;
    margin-bottom: 4px;
    white-space: normal;
  }

  .launch-hero {
    min-height: auto;
  }

  .product-preview {
    display: none;
  }

  .hero-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 24px;
  }

  .proof-item {
    padding: 10px 0;
  }

  .proof-item strong {
    font-size: 1.05rem;
  }

  .proof-item span {
    font-size: 0.82rem;
  }
}

/* OwnerPath clarity refresh */
body.landing-refresh {
  --modern-ink: #111827;
  --modern-muted: #4b5563;
  --modern-soft: #f6f8fb;
  --modern-line: #d8dee8;
  --modern-blue: #2563eb;
  --modern-teal: #0f766e;
  --modern-green: #15803d;
  --modern-amber: #b45309;
  --modern-red: #b91c1c;
  background: #f7f8fb;
  color: var(--modern-ink);
}

.landing-refresh .launch-header {
  background: rgba(255, 255, 255, 0.94);
  border-bottom-color: var(--modern-line);
}

.landing-refresh .brand-lockup {
  color: var(--modern-ink);
}

.landing-refresh .launch-nav a {
  color: #374151;
}

.landing-refresh .launch-nav a:hover {
  color: var(--modern-blue);
}

.landing-refresh .launch-button {
  border-color: var(--modern-line);
  border-radius: 8px;
  background: #fff;
  color: var(--modern-ink);
  box-shadow: 0 1px 2px rgba(17, 24, 39, 0.05);
}

.landing-refresh .launch-button.primary {
  border-color: #1d4ed8;
  background: #1d4ed8;
  color: #fff;
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.22);
}

.landing-refresh .launch-button.primary:hover {
  background: #1e40af;
}

.landing-refresh .launch-button.secondary:hover {
  border-color: #93c5fd;
  background: #eff6ff;
}

.landing-refresh .modern-hero {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.74fr);
  min-height: auto;
  padding-top: 48px;
  padding-bottom: 28px;
  background: #fff;
}

.landing-refresh .hero-copy {
  max-width: 760px;
}

.landing-refresh .eyebrow {
  color: #1d4ed8;
  letter-spacing: 0;
}

.landing-refresh .launch-hero h1 {
  max-width: 780px;
  color: var(--modern-ink);
  font-size: 4.5rem;
  line-height: 0.98;
}

.landing-refresh .hero-subhead {
  max-width: 680px;
  color: var(--modern-muted);
  font-size: 1.18rem;
}

.hero-outcomes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.outcome-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--modern-line);
  border-radius: 999px;
  background: #fff;
  color: var(--modern-muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.outcome-pill.good {
  border-color: #bbf7d0;
  background: #f0fdf4;
  color: var(--modern-green);
}

.outcome-pill.warning {
  border-color: #fed7aa;
  background: #fff7ed;
  color: var(--modern-amber);
}

.outcome-pill.caution {
  border-color: #bfdbfe;
  background: #eff6ff;
  color: #1d4ed8;
}

.outcome-pill.stop {
  border-color: #fecaca;
  background: #fef2f2;
  color: var(--modern-red);
}

.modern-preview {
  overflow: hidden;
  border: 1px solid var(--modern-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.12);
}

.preview-header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  border-bottom: 1px solid var(--modern-line);
  background: #f8fafc;
  color: var(--modern-muted);
  font-size: 0.88rem;
  font-weight: 800;
}

.preview-header strong {
  color: var(--modern-ink);
  text-align: right;
}

.preview-decision {
  padding: 18px;
  border-bottom: 1px solid var(--modern-line);
}

.decision-label,
.preview-score-grid span,
.preview-next span,
.walkthrough-grid span,
.report-strip span {
  display: block;
  color: var(--modern-muted);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.preview-decision strong {
  display: block;
  margin-top: 4px;
  color: var(--modern-amber);
  font-size: 1.55rem;
  line-height: 1.1;
}

.preview-decision p,
.preview-next p {
  margin: 8px 0 0;
  color: var(--modern-muted);
}

.preview-score-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-bottom: 1px solid var(--modern-line);
}

.preview-score-grid div {
  min-height: 126px;
  padding: 16px;
  border-right: 1px solid var(--modern-line);
  border-bottom: 1px solid var(--modern-line);
}

.preview-score-grid div:nth-child(2n) {
  border-right: 0;
}

.preview-score-grid div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.preview-score-grid strong {
  display: block;
  margin-top: 8px;
  color: var(--modern-ink);
  font-size: 1.35rem;
}

.preview-score-grid small {
  display: block;
  margin-top: 4px;
  color: var(--modern-muted);
  font-size: 0.86rem;
}

.preview-next {
  padding: 18px;
  background: #f8fafc;
}

.simple-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0 clamp(18px, 5vw, 72px) 26px;
  border: 1px solid var(--modern-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(15, 23, 42, 0.06);
}

.simple-flow div {
  min-height: 134px;
  padding: 20px;
  border-right: 1px solid var(--modern-line);
}

.simple-flow div:last-child {
  border-right: 0;
}

.simple-flow span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  font-weight: 900;
}

.simple-flow strong {
  display: block;
  margin-top: 12px;
  font-size: 1.08rem;
}

.simple-flow p {
  margin: 6px 0 0;
  color: var(--modern-muted);
}

.plain-section {
  padding: 72px clamp(18px, 5vw, 72px);
}

.banded-section {
  background: #fff;
  border-top: 1px solid var(--modern-line);
  border-bottom: 1px solid var(--modern-line);
}

.section-heading {
  max-width: 850px;
  margin: 0 auto 28px;
  text-align: center;
}

.section-heading h2,
.walkthrough-panel h2 {
  margin: 0;
  color: var(--modern-ink);
  font-size: 2.45rem;
  line-height: 1.06;
  letter-spacing: 0;
}

.section-heading p:not(.eyebrow),
.walkthrough-panel > div > p:not(.eyebrow) {
  margin: 14px auto 0;
  max-width: 760px;
  color: var(--modern-muted);
  font-size: 1.04rem;
}

.before-after-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1060px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--modern-line);
  border-radius: 8px;
  background: #fff;
}

.before-after-panel div {
  padding: 24px;
}

.before-after-panel div:first-child {
  border-right: 1px solid var(--modern-line);
  background: #f8fafc;
}

.before-after-panel span {
  color: var(--modern-blue);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.before-after-panel ul,
.price-card ul {
  margin: 16px 0 0;
  padding-left: 20px;
  color: var(--modern-muted);
}

.before-after-panel li,
.price-card li {
  margin: 9px 0;
}

.steps-modern,
.value-grid,
.automation-grid,
.modern-faq {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 1120px;
  margin: 0 auto;
}

.steps-modern article,
.value-row,
.automation-grid div,
.modern-faq article {
  min-height: 180px;
  padding: 20px;
  border: 1px solid var(--modern-line);
  border-radius: 8px;
  background: #fff;
}

.steps-modern span {
  color: #1d4ed8;
  font-weight: 900;
}

.steps-modern h3,
.value-row strong,
.automation-grid strong,
.modern-faq h3 {
  display: block;
  margin: 12px 0 0;
  color: var(--modern-ink);
  font-size: 1.08rem;
  line-height: 1.25;
}

.steps-modern p,
.value-row p,
.automation-grid p,
.modern-faq p {
  margin: 9px 0 0;
  color: var(--modern-muted);
}

.value-grid,
.automation-grid,
.modern-faq {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.value-row,
.automation-grid div,
.modern-faq article {
  min-height: 150px;
}

.walkthrough-panel {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 28px;
  align-items: start;
  max-width: 1160px;
  margin: 0 auto;
}

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

.walkthrough-grid div {
  min-height: 170px;
  padding: 18px;
  border: 1px solid var(--modern-line);
  border-radius: 8px;
  background: #f8fafc;
}

.walkthrough-grid strong {
  display: block;
  margin-top: 8px;
  color: var(--modern-ink);
  font-size: 1.08rem;
}

.walkthrough-grid p {
  margin: 8px 0 0;
  color: var(--modern-muted);
}

.modern-pricing {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.75fr);
  gap: 16px;
  max-width: 1060px;
  margin: 0 auto;
}

.price-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 560px;
  padding: 24px;
  border: 1px solid var(--modern-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(15, 23, 42, 0.06);
}

.price-card.primary-card {
  border-color: #93c5fd;
  box-shadow: 0 20px 54px rgba(37, 99, 235, 0.12);
}

.price-card h3 {
  margin: 0;
  color: var(--modern-ink);
  font-size: 1.7rem;
}

.price-card .price {
  margin: 12px 0 0;
  color: var(--modern-ink);
  font-size: 2.35rem;
  font-weight: 900;
  line-height: 1;
}

.price-card .price span {
  color: var(--modern-muted);
  font-size: 0.95rem;
  font-weight: 750;
}

.price-card p:not(.eyebrow):not(.price) {
  color: var(--modern-muted);
}

.price-card .launch-button {
  margin-top: 22px;
}

.pricing-note {
  max-width: 780px;
  margin: 18px auto 0;
  color: var(--modern-muted);
  text-align: center;
}

.report-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 22px;
  border: 1px solid var(--modern-line);
  border-radius: 8px;
  background: #fff;
}

.report-strip strong {
  display: block;
  margin-top: 6px;
  color: var(--modern-ink);
  font-size: 1.2rem;
}

.report-strip p {
  margin: 6px 0 0;
  color: var(--modern-muted);
}

.landing-refresh .launch-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--modern-line);
  background: #111827;
  color: #e5e7eb;
}

.landing-refresh .launch-footer div {
  display: grid;
  gap: 4px;
}

.landing-refresh .launch-footer span,
.landing-refresh .launch-footer a {
  color: #cbd5e1;
}

.landing-refresh .launch-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

@media (max-width: 980px) {
  .landing-refresh .modern-hero,
  .walkthrough-panel,
  .modern-pricing {
    grid-template-columns: 1fr;
  }

  .landing-refresh .launch-hero h1 {
    font-size: 3.4rem;
  }

  .steps-modern,
  .value-grid,
  .automation-grid,
  .modern-faq {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .landing-refresh .modern-hero {
    gap: 18px;
    padding-top: 26px;
    padding-bottom: 18px;
  }

  .landing-refresh .launch-hero h1 {
    font-size: 2.75rem;
    line-height: 1.02;
  }

  .landing-refresh .hero-subhead {
    font-size: 1rem;
  }

  .modern-preview {
    display: none;
  }

  .preview-header,
  .report-strip,
  .landing-refresh .launch-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .preview-header strong {
    text-align: left;
  }

  .preview-score-grid,
  .simple-flow,
  .before-after-panel,
  .steps-modern,
  .value-grid,
  .automation-grid,
  .walkthrough-grid,
  .modern-faq {
    grid-template-columns: 1fr;
  }

  .simple-flow {
    margin: 0 14px 18px;
  }

  .simple-flow div,
  .before-after-panel div:first-child {
    border-right: 0;
    border-bottom: 1px solid var(--modern-line);
  }

  .simple-flow div:last-child,
  .before-after-panel div:last-child {
    border-bottom: 0;
  }

  .preview-score-grid div,
  .preview-score-grid div:nth-child(2n),
  .preview-score-grid div:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid var(--modern-line);
  }

  .preview-score-grid div:last-child {
    border-bottom: 0;
  }

  .plain-section {
    padding: 46px 16px;
  }

  .section-heading {
    text-align: left;
  }

  .section-heading h2,
  .walkthrough-panel h2 {
    font-size: 2rem;
  }

  .price-card {
    min-height: auto;
  }
}
.skip-link{position:absolute;left:-9999px;top:8px;z-index:20;background:#fff;padding:10px}.skip-link:focus{left:8px}.microcopy{font-size:.88rem!important}.lead-form{display:grid;gap:10px;margin-top:20px}.lead-form input[type=email]{min-height:44px;border:1px solid var(--launch-line);border-radius:6px;padding:8px 10px;font:inherit}.consent{display:flex;gap:8px;color:var(--launch-muted);font-size:.85rem}.consent input{width:18px;height:18px;flex:0 0 auto}.form-status{min-height:1.5em;color:var(--launch-muted);font-size:.88rem}.guide-card{display:block;padding:24px;border:1px solid var(--launch-line);border-radius:8px;background:#fff;color:var(--launch-ink);font-size:1.08rem;font-weight:750;text-decoration:none}.guide-main{max-width:850px;margin:auto;padding:clamp(32px,6vw,72px) 20px}.guide-main h1{font-size:clamp(2.1rem,6vw,4rem);line-height:1.05}.guide-main h2{margin-top:2em}.guide-main li{margin:.65em 0}.guide-callout{padding:20px;border-left:4px solid var(--launch-accent);background:var(--launch-band)}.signup-panel{display:flex;align-items:center;justify-content:space-between;gap:24px}.signup-panel h2{margin:0}@media(max-width:720px){.launch-header{position:static;align-items:flex-start}.launch-nav>a:not(.launch-button){display:none}.launch-hero{grid-template-columns:1fr}.modern-preview{display:block}.preview-score-grid{grid-template-columns:1fr 1fr}.steps-modern,.modern-pricing,.value-grid{grid-template-columns:1fr!important}.signup-panel{align-items:flex-start;flex-direction:column}.launch-footer{align-items:flex-start;flex-direction:column}.report-table{display:block;overflow-x:auto}}
