:root {
  --ink: #111315;
  --muted: #676d75;
  --soft: #f7f7f5;
  --line: #e6e2da;
  --paper: #ffffff;
  --red: #e8192c;
  --red-dark: #bd1120;
  --green: #1f9d63;
  --amber: #b7791f;
  --blue: #2563eb;
  --shadow: 0 24px 80px rgba(28, 29, 31, .12);
  --shadow-soft: 0 12px 36px rgba(28, 29, 31, .08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  background: var(--soft);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
}

.landing-icon {
  width: 1em;
  height: 1em;
  display: block;
}

.landing-nav {
  position: sticky;
  top: 0;
  z-index: 30;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px max(22px, calc((100vw - 1180px) / 2));
  background: rgba(247, 247, 245, .92);
  border-bottom: 1px solid rgba(17, 19, 21, .08);
  backdrop-filter: blur(18px);
}

.landing-page {
  overflow-x: hidden;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 850;
}

.brand-mark span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--ink);
  color: var(--paper);
  font-weight: 950;
}

.nav-links,
.nav-actions,
.hero-actions,
.trust-row {
  display: flex;
  align-items: center;
}

.nav-links {
  gap: 22px;
  color: var(--muted);
  font-size: .9rem;
  font-weight: 750;
}

.nav-links a,
.nav-actions a,
.hero-actions a,
.price-cta,
.showcase-top a,
.footer-inner a,
.legal-card a {
  text-decoration: none;
}

.nav-links a:hover,
.footer-inner a:hover,
.legal-card a:hover {
  color: var(--red);
}

.nav-actions {
  gap: 10px;
}

.nav-login,
.nav-signup,
.primary-cta,
.secondary-cta,
.price-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 999px;
  padding: 0 18px;
  font-weight: 850;
  font-size: .92rem;
  border: 1px solid transparent;
}

.nav-login,
.secondary-cta {
  background: var(--paper);
  border-color: var(--line);
  color: var(--ink);
}

.nav-signup,
.primary-cta,
.price-cta {
  background: var(--ink);
  color: var(--paper);
  box-shadow: 0 12px 30px rgba(17, 19, 21, .16);
}

.nav-signup:hover,
.primary-cta:hover,
.price-cta:hover {
  background: var(--red);
}

.hero-section {
  position: relative;
  min-height: 88vh;
  min-height: 88svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--soft);
  border-bottom: 1px solid var(--line);
}

.hero-scene {
  position: absolute;
  inset: 72px 0 0 0;
  pointer-events: none;
}

.product-window {
  position: absolute;
  border: 1px solid rgba(17, 19, 21, .1);
  border-radius: 8px;
  background: rgba(255, 255, 255, .88);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.product-window-main {
  top: 8%;
  right: max(22px, calc((100vw - 1180px) / 2 - 56px));
  width: clamp(520px, 46vw, 640px);
  padding: 16px;
}

.product-window-side {
  right: max(24px, calc((100vw - 1180px) / 2 - 38px));
  bottom: 11%;
  width: clamp(250px, 22vw, 310px);
  padding: 18px;
}

.product-window-note {
  right: clamp(310px, 31vw, 460px);
  bottom: 9%;
  width: 240px;
  padding: 16px;
  display: grid;
  gap: 8px;
}

.product-window-note span {
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.5;
}

.window-toolbar {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 800;
  padding-bottom: 14px;
}

.window-toolbar span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--line);
}

.window-toolbar strong {
  margin-left: 6px;
  color: var(--ink);
}

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

.metric-tile {
  min-height: 112px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf8;
  padding: 13px;
}

.metric-tile span,
.metric-tile em,
.pipeline-preview b,
.pipeline-preview span {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}

.metric-tile span,
.metric-tile em {
  color: var(--muted);
  font-style: normal;
  font-size: .75rem;
}

.metric-tile strong {
  display: block;
  margin: 10px 0 4px;
  font-size: 2rem;
}

.metric-tile.green strong {
  color: var(--green);
}

.metric-tile.amber strong {
  color: var(--amber);
}

.metric-tile.blue strong {
  color: var(--blue);
}

.pipeline-preview {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.pipeline-preview > div {
  display: grid;
  grid-template-columns: 1.1fr .8fr 1.2fr;
  gap: 12px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 8px;
  background: #f4f1eb;
  color: var(--muted);
  font-size: .8rem;
}

.pipeline-preview > div:first-child {
  background: var(--ink);
  color: var(--paper);
}

.status-dot {
  width: max-content;
  border-radius: 999px;
  padding: 5px 9px;
  font-size: .72rem;
  font-weight: 850;
}

.status-dot.hired {
  background: #e9f8f0;
  color: var(--green);
}

.status-dot.pending {
  background: #fff4df;
  color: var(--amber);
}

.status-dot.review {
  background: #eaf0ff;
  color: var(--blue);
}

.mini-form-line {
  height: 11px;
  width: 72%;
  border-radius: 999px;
  background: #ded8cc;
  margin-bottom: 13px;
}

.mini-form-line.wide {
  width: 96%;
}

.mini-form-line.short {
  width: 52%;
}

.mini-form-chip {
  display: inline-flex;
  margin: 8px 6px 0 0;
  padding: 8px 10px;
  border-radius: 999px;
  background: #f4f1eb;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 850;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(540px, calc(100% - 44px));
  margin-left: max(22px, calc((100vw - 1180px) / 2));
  padding: 96px 0 88px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--red);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1 {
  margin: 0;
  max-width: 690px;
  font-size: 4.7rem;
  line-height: .96;
  letter-spacing: 0;
}

.hero-lede {
  max-width: 650px;
  margin: 24px 0 0;
  color: #3f444b;
  font-size: 1.24rem;
  line-height: 1.55;
  font-weight: 620;
}

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

.primary-cta,
.secondary-cta {
  min-height: 52px;
  padding: 0 24px;
}

.secondary-cta.dark {
  background: transparent;
  border-color: rgba(255, 255, 255, .34);
  color: var(--paper);
}

.trust-row {
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.trust-row span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: .84rem;
  font-weight: 760;
}

.trust-row strong {
  color: var(--ink);
  margin-right: 5px;
}

.section-inner {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
}

.problem-band,
.software-flow-section,
.feature-section,
.workflow-section,
.pricing-section,
.founder-section,
.review-section,
.final-cta {
  padding: 88px 0;
}

.problem-band {
  background: var(--ink);
  color: var(--paper);
}

.software-flow-section {
  background: #ffffff;
  border-bottom: 1px solid var(--line);
}

.problem-band .eyebrow,
.final-cta .eyebrow {
  color: #ffb3ba;
}

.problem-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 42px;
  align-items: start;
}

.problem-grid h2,
.section-heading h2,
.founder-box h2,
.review-header h2,
.final-cta h2 {
  margin: 0;
  font-size: 3rem;
  line-height: 1.05;
  letter-spacing: 0;
}

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

.problem-list span {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  border-radius: 999px;
  padding: 0 14px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .14);
  color: #f5f3ef;
  font-weight: 760;
}

.flow-board {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 32px minmax(0, 1fr) 32px minmax(0, 1fr) 32px minmax(0, 1fr) 32px minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  margin-top: 42px;
}

.flow-step {
  position: relative;
  min-width: 0;
  min-height: 250px;
  display: grid;
  align-content: start;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.flow-step::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--flow-accent, var(--red));
}

.flow-step-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 18px;
}

.flow-step-icon,
.module-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: var(--flow-accent, var(--ink));
  color: var(--paper);
  font-size: 1.18rem;
}

.flow-step-kicker {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 10px;
  background: #f4f1eb;
  color: var(--muted);
  font-size: .68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.flow-step h3 {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.25;
}

.flow-step p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.58;
}

.flow-connector {
  display: grid;
  place-items: center;
  min-width: 0;
}

.flow-connector span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--paper);
  font-weight: 950;
  box-shadow: 0 10px 24px rgba(17, 19, 21, .14);
}

.flow-accent-red,
.module-accent-red {
  --flow-accent: var(--red);
}

.flow-accent-blue,
.module-accent-blue {
  --flow-accent: var(--blue);
}

.flow-accent-green,
.module-accent-green {
  --flow-accent: var(--green);
}

.flow-accent-amber,
.module-accent-amber {
  --flow-accent: var(--amber);
}

.flow-accent-ink,
.module-accent-ink {
  --flow-accent: var(--ink);
}

.module-accent-slate {
  --flow-accent: #4b5563;
}

.module-showcase {
  margin-top: 34px;
}

.module-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}

.module-heading .eyebrow {
  margin-bottom: 6px;
}

.module-heading h3 {
  margin: 0;
  max-width: 560px;
  font-size: 1.55rem;
  line-height: 1.12;
}

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

.module-card {
  min-width: 0;
  min-height: 168px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf7;
  box-shadow: 0 8px 24px rgba(28, 29, 31, .06);
}

.module-card strong {
  display: block;
  margin-top: 14px;
  font-size: .96rem;
  line-height: 1.25;
}

.module-card p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: .8rem;
  line-height: 1.45;
}

.section-heading {
  text-align: center;
  max-width: 820px;
}

.section-heading p:not(.eyebrow) {
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.feature-layout {
  display: grid;
  grid-template-columns: 1fr .86fr;
  gap: 24px;
  align-items: start;
  margin-top: 42px;
}

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

.feature-card,
.price-card,
.review-card,
.faq-card,
.workflow-grid article,
.founder-box,
.dashboard-showcase,
.legal-card,
.rating-box {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow-soft);
}

.feature-card,
.workflow-grid article,
.review-card,
.faq-card {
  padding: 22px;
}

.feature-card h3,
.workflow-grid h3 {
  margin: 0;
  font-size: 1.05rem;
}

.feature-card p,
.workflow-grid p,
.review-card p,
.founder-box p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.dashboard-showcase {
  position: sticky;
  top: 94px;
  overflow: hidden;
  padding: 18px;
}

.showcase-top,
.showcase-bottom,
.footer-inner,
.review-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.showcase-top strong,
.showcase-top span {
  display: block;
}

.showcase-top span {
  color: var(--muted);
  margin-top: 4px;
  font-size: .86rem;
}

.showcase-top a {
  border-radius: 999px;
  background: var(--red);
  color: var(--paper);
  padding: 10px 13px;
  font-size: .78rem;
  font-weight: 850;
  white-space: nowrap;
}

.showcase-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.showcase-stats div {
  border-radius: 8px;
  background: #f8f5ef;
  padding: 14px;
}

.showcase-stats span,
.showcase-bottom span {
  display: block;
  color: var(--muted);
  font-size: .78rem;
}

.showcase-stats strong {
  display: block;
  margin-top: 7px;
  font-size: 2rem;
}

.showcase-chart {
  height: 210px;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin: 20px 0;
  padding: 14px;
  border-radius: 8px;
  background: #111315;
}

.showcase-chart span {
  flex: 1;
  min-width: 18px;
  border-radius: 8px 8px 0 0;
  background: var(--red);
}

.showcase-chart span:nth-child(2n) {
  background: var(--green);
}

.showcase-chart span:nth-child(3n) {
  background: var(--blue);
}

.showcase-bottom div {
  flex: 1;
  border-radius: 8px;
  background: #f8f5ef;
  padding: 14px;
}

.workflow-section {
  background: #efebe3;
}

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

.workflow-grid article span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin-bottom: 18px;
  background: var(--ink);
  color: var(--paper);
  font-weight: 950;
}

.pricing-section {
  background: #fbfaf7;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
  gap: 12px;
  margin-top: 42px;
}

.price-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 100%;
  padding: 20px;
}

.price-card.popular-plan {
  border-color: rgba(232, 25, 44, .38);
  box-shadow: 0 18px 50px rgba(232, 25, 44, .14);
}

.price-card.local-plan {
  background: var(--ink);
  color: var(--paper);
  border-color: rgba(255, 255, 255, .12);
}

.price-head {
  min-height: 126px;
}

.plan-badge {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  border-radius: 999px;
  padding: 0 10px;
  margin-bottom: 13px;
  background: #ffe8ea;
  color: var(--red);
  font-size: .72rem;
  font-weight: 900;
}

.local-plan .plan-badge {
  background: rgba(255, 255, 255, .12);
  color: var(--paper);
}

.price-card h3 {
  margin: 0;
  font-size: 1.32rem;
}

.price-card p {
  color: var(--muted);
  line-height: 1.55;
}

.local-plan p,
.local-plan .feature-list,
.local-plan .limitations-box p {
  color: rgba(255, 255, 255, .72);
}

.price-value {
  margin: 8px 0 6px;
  font-size: 2.15rem;
  font-weight: 950;
  line-height: 1;
}

.price-value span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: .82rem;
  font-weight: 800;
}

.local-plan .price-value span,
.local-plan .year-price {
  color: rgba(255, 255, 255, .66);
}

.year-price {
  min-height: 22px;
  color: var(--muted);
  font-size: .84rem;
  font-weight: 800;
}

.feature-list {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
}

.feature-list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
  line-height: 1.4;
  font-size: .86rem;
}

.feature-list li span {
  min-width: 0;
}

.feature-list strong {
  color: var(--ink);
  text-align: right;
}

.local-plan .feature-list li {
  display: block;
  border-color: rgba(255, 255, 255, .12);
}

.local-plan .feature-list strong {
  color: var(--paper);
}

.limitations-box {
  margin-top: 18px;
  padding: 14px;
  border-radius: 8px;
  background: #f8f5ef;
}

.limitations-box strong {
  display: block;
  margin-bottom: 8px;
}

.limitations-box p {
  margin: 7px 0 0;
  font-size: .82rem;
}

.local-plan .limitations-box {
  background: rgba(255, 255, 255, .09);
}

.price-cta {
  width: 100%;
  margin-top: auto;
  transform: translateY(10px);
}

.local-plan .price-cta {
  background: var(--paper);
  color: var(--ink);
}

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

.founder-box {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 34px;
  align-items: center;
  padding: 34px;
}

.review-section {
  background: #ffffff;
}

.review-header {
  align-items: flex-end;
}

.review-header h2 {
  max-width: 760px;
}

.rating-box {
  width: 210px;
  flex: 0 0 auto;
  padding: 18px;
}

.rating-box strong {
  display: block;
  font-size: 2.2rem;
}

.rating-box span {
  display: block;
  color: var(--muted);
  margin-top: 6px;
  line-height: 1.4;
}

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

.stars {
  color: var(--red);
  font-weight: 950;
  margin-bottom: 14px;
}

.review-card strong,
.review-card span {
  display: block;
}

.review-card strong {
  margin-top: 18px;
}

.review-card span {
  margin-top: 4px;
  color: var(--muted);
  font-size: .88rem;
}

.faq-section {
  padding: 88px 0;
  background: #fbfaf7;
  border-top: 1px solid var(--line);
}

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

.faq-card h3 {
  margin: 0;
  font-size: 1.04rem;
  line-height: 1.35;
}

.faq-card p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.68;
}

.legal-hero {
  padding: 84px 0 48px;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.legal-hero-inner {
  max-width: 860px;
}

.legal-hero h1 {
  font-size: 3.35rem;
  line-height: 1.02;
}

.legal-hero p {
  max-width: 740px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.7;
}

.legal-content {
  padding: 52px 0 88px;
  background: var(--soft);
}

.legal-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  max-width: 900px;
}

.legal-card {
  padding: 24px;
}

.legal-card h2 {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.2;
}

.legal-card p,
.legal-card li {
  color: var(--muted);
  line-height: 1.72;
}

.legal-card p {
  margin: 12px 0 0;
}

.legal-card ul {
  margin: 14px 0 0;
  padding-left: 20px;
}

.legal-card a {
  color: var(--ink);
  font-weight: 850;
}

.contact-methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.contact-method {
  display: block;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf7;
}

.contact-method span,
.contact-method strong {
  display: block;
}

.contact-method span {
  color: var(--muted);
  font-size: .82rem;
  font-weight: 850;
  text-transform: uppercase;
}

.contact-method strong {
  margin-top: 6px;
  overflow-wrap: anywhere;
}

.final-cta {
  background: var(--ink);
  color: var(--paper);
}

.final-cta-inner {
  text-align: center;
}

.final-cta .hero-actions {
  justify-content: center;
}

.landing-footer {
  background: var(--ink);
  color: rgba(255, 255, 255, .68);
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding: 24px 0;
}

.footer-brand {
  display: grid;
  gap: 5px;
}

.footer-brand strong {
  color: var(--paper);
}

.footer-brand span {
  max-width: 360px;
  line-height: 1.45;
  font-size: .88rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.footer-inner a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-left: 0;
  padding: 0 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .1);
  font-weight: 760;
}

@media (max-width: 1120px) {
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .hero-copy {
    width: min(480px, calc(100% - 44px));
  }

  h1 {
    font-size: 4rem;
  }

  .product-window-main {
    top: 12%;
    right: 22px;
    width: 500px;
  }

  .product-window-side {
    right: 22px;
    width: 260px;
  }

  .product-window-note {
    right: 304px;
    width: 220px;
  }
}

@media (max-width: 900px) {
  .nav-links {
    display: none;
  }

  .hero-section {
    min-height: auto;
    display: flex;
    flex-direction: column-reverse;
    align-items: stretch;
    padding-bottom: 54px;
  }

  .hero-scene {
    position: relative;
    inset: auto;
    width: min(720px, calc(100% - 44px));
    margin: 8px auto 0;
    opacity: 1;
  }

  .product-window-main {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
  }

  .product-window-side,
  .product-window-note {
    display: none;
  }

  .hero-copy {
    width: min(720px, calc(100% - 44px));
    margin: 0 auto;
    padding: 64px 0 28px;
  }

  h1 {
    font-size: 3.45rem;
  }

  .hero-lede {
    font-size: 1.08rem;
  }

  .problem-grid,
  .feature-layout,
  .founder-box,
  .review-header {
    grid-template-columns: 1fr;
  }

  .problem-grid,
  .feature-layout,
  .founder-box {
    gap: 24px;
  }

  .feature-copy-grid,
  .workflow-grid,
  .review-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .flow-board {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .flow-step {
    min-height: auto;
  }

  .flow-connector {
    min-height: 34px;
  }

  .flow-connector span {
    transform: rotate(90deg);
  }

  .dashboard-showcase {
    position: static;
  }

  .review-header {
    display: grid;
  }

  .rating-box {
    width: 100%;
  }

  .legal-hero h1 {
    font-size: 2.72rem;
  }

  .contact-methods {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .landing-nav {
    min-height: 66px;
    padding: 12px 14px;
    gap: 8px;
  }

  .nav-actions {
    gap: 6px;
  }

  .brand-mark strong {
    display: none;
  }

  .nav-login,
  .nav-signup {
    min-height: 38px;
    padding: 0 12px;
    font-size: .84rem;
  }

  .hero-section {
    min-height: auto;
    padding-bottom: 42px;
  }

  .hero-copy {
    width: calc(100% - 28px);
    margin: 0 auto;
    padding: 48px 0 22px;
  }

  .hero-scene {
    width: calc(100% - 28px);
    margin: 0 auto;
    opacity: 1;
  }

  .product-window-main {
    padding: 10px;
  }

  .window-toolbar {
    flex-wrap: wrap;
    padding-bottom: 10px;
  }

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

  .metric-tile {
    min-height: 88px;
    padding: 10px;
  }

  .metric-tile strong {
    margin-top: 7px;
    font-size: 1.45rem;
  }

  .pipeline-preview {
    gap: 7px;
  }

  .pipeline-preview > div {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 9px 10px;
  }

  .pipeline-preview > div:first-child {
    display: none;
  }

  h1 {
    font-size: 2.62rem;
    line-height: 1.02;
  }

  .problem-grid h2,
  .section-heading h2,
  .founder-box h2,
  .review-header h2,
  .final-cta h2 {
    font-size: 2.05rem;
    line-height: 1.12;
  }

  .module-heading {
    display: grid;
    gap: 8px;
  }

  .module-heading h3 {
    font-size: 1.32rem;
  }

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

  .hero-actions {
    width: 100%;
  }

  .primary-cta,
  .secondary-cta {
    width: 100%;
  }

  .trust-row span,
  .problem-list span {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .problem-band,
  .software-flow-section,
  .feature-section,
  .workflow-section,
  .pricing-section,
  .founder-section,
  .review-section,
  .faq-section,
  .final-cta {
    padding: 62px 0;
  }

  .section-inner {
    width: calc(100% - 28px);
  }

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

  .price-head {
    min-height: auto;
  }

  .feature-list li {
    display: block;
  }

  .feature-list strong {
    display: block;
    margin-top: 4px;
    text-align: left;
  }

  .showcase-top,
  .showcase-bottom,
  .footer-inner {
    display: grid;
    justify-items: start;
  }

  .showcase-stats {
    grid-template-columns: 1fr;
  }

  .showcase-chart {
    height: 170px;
  }

  .flow-board {
    margin-top: 30px;
  }

  .flow-step {
    padding: 18px;
  }

  .flow-step-top {
    margin-bottom: 14px;
  }

  .module-showcase {
    margin-top: 28px;
  }

  .founder-box {
    padding: 22px;
  }

  .legal-hero {
    padding: 58px 0 34px;
  }

  .legal-hero h1 {
    font-size: 2.3rem;
  }

  .legal-hero p {
    font-size: 1rem;
  }

  .legal-content {
    padding: 34px 0 62px;
  }

  .legal-card,
  .faq-card {
    padding: 18px;
  }

  .footer-inner div {
    display: grid;
    gap: 10px;
  }

  .footer-inner {
    gap: 18px;
  }

  .footer-links {
    width: 100%;
    justify-content: flex-start;
    display: grid;
    grid-template-columns: 1fr;
  }

  .footer-inner a {
    justify-content: center;
  }
}

@media (max-width: 420px) {
  .module-grid {
    grid-template-columns: 1fr;
  }

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