:root {
  color-scheme: light;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body.landing {
  margin: 0;
  padding-bottom: 74px;
}

.page-shell {
  --bg: #f7f8fb;
  --ink: #172033;
  --muted: #5f6f83;
  --line: #dfe5ee;
  --brand: #d90b1c;
  --brand-dark: #9c0714;
  --accent: #16675a;
  --panel: #ffffff;
  --soft: #fff4f0;
  background:
    radial-gradient(circle at 12% 0%, rgba(217, 11, 28, 0.07), transparent 28rem),
    linear-gradient(180deg, #fff 0%, var(--bg) 48%, #fff 100%);
  color: var(--ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", sans-serif;
  line-height: 1.56;
  min-height: 100vh;
}

.top-bar {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(223, 229, 238, 0.72);
  display: grid;
  gap: 14px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  margin: 0 auto;
  padding: 11px max(34px, calc((100% - 1312px) / 2));
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 10;
}

.brand-link {
  align-items: center;
  color: var(--ink);
  display: inline-flex;
  font-size: 17px;
  font-weight: 800;
  gap: 10px;
  text-decoration: none;
  white-space: nowrap;
}

.brand-link img {
  border-radius: 6px;
  display: block;
  height: 34px;
  width: 34px;
}

.nav-links {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: center;
  min-width: 0;
}

.nav-links a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}

.nav-links a:hover,
.footer-links a:hover,
.secondary-cta:hover {
  color: var(--brand);
  text-decoration: underline;
}

.price-badge {
  background: #fff7dd;
  border: 1px solid #e4b64f;
  border-radius: 999px;
  color: #4c2f00;
  font-size: 14px;
  font-weight: 800;
  padding: 8px 12px;
  box-shadow: 0 6px 18px rgba(186, 127, 12, 0.12);
  white-space: nowrap;
}

.hero,
.section,
.feed-section,
.search-section,
.workflow,
.screen-section,
.suite-section,
.problem-section,
.trust-section,
.pricing,
.faq,
.final-cta,
.intent-band,
.proof-strip,
.public-hero,
.public-section,
.public-footer {
  margin: 0 auto;
  max-width: 1312px;
  width: min(calc(100% - 48px), 1312px);
}

.hero {
  align-items: center;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1.08fr) minmax(430px, 0.92fr);
  max-width: 1420px;
  padding: 40px 0 26px;
  width: min(calc(100% - 48px), 1420px);
}

.hero-copy h1,
.section-head h2,
.final-cta h2 {
  letter-spacing: 0;
  margin: 0;
}

.hero-copy h1 {
  font-size: clamp(31px, 3.2vw, 46px);
  font-weight: 900;
  line-height: 1.2;
  max-width: 940px;
  overflow-wrap: normal;
  word-break: keep-all;
}

.hero-copy h1 > span {
  color: var(--brand);
  display: block;
  font-weight: 900;
}

.hero-copy h1 .hero-line {
  color: var(--ink);
}

.hero-copy h1 .nowrap {
  color: inherit;
  display: inline;
  white-space: nowrap;
}

.hero-copy h1 .mobile-break {
  display: none;
}

.eyebrow {
  color: var(--brand);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 8px;
}

.hero-eyebrow {
  align-items: center;
  background: #fff2d2;
  border: 1px solid #f1d189;
  border-radius: 999px;
  color: #815000;
  display: inline-flex;
  font-size: 15px;
  margin: 0 0 14px;
  padding: 7px 13px;
}

.lead {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.72;
  margin: 18px 0 0;
  max-width: 780px;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 24px;
}

.primary-cta,
.secondary-cta {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-size: 16px;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  text-decoration: none;
}

.primary-cta {
  background: var(--brand);
  border: 0;
  box-shadow: 0 10px 22px rgba(213, 18, 36, 0.18);
  color: #fff;
}

button.primary-cta {
  cursor: pointer;
  font-family: inherit;
}

.secondary-cta {
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ink);
}

.hero-pricing {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 22px 0 0;
  max-width: 840px;
}

.hero-pricing article {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #ead8cc;
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(32, 39, 54, 0.07);
  padding: 15px 16px;
}

.hero-pricing article:first-child {
  border-color: #d51224;
  box-shadow: 0 16px 36px rgba(213, 18, 36, 0.12);
}

.hero-pricing span {
  color: var(--accent);
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 4px;
}

.hero-pricing strong {
  color: var(--brand);
  display: block;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2;
}

.hero-pricing p,
.pricing-message,
.intent-band p,
.section-head p,
.problem-grid p,
.feature-grid p,
.feed-section p,
.steps p,
.screen-grid p,
.suite-card p,
.trust-grid span,
.faq-list p,
.final-cta p,
.policy-cards span {
  color: var(--muted);
}

.hero-pricing p {
  font-size: 12px;
  line-height: 1.5;
  margin: 8px 0 0;
}

.pricing-message {
  color: var(--accent);
  font-size: 14px;
  font-weight: 800;
  margin: 12px 0 0;
}

.hero-panel {
  background: #172235;
  border-radius: 24px;
  box-shadow: 0 28px 70px rgba(22, 32, 51, 0.24);
  display: grid;
  overflow: hidden;
  padding: 16px;
}

.preview-top {
  align-items: center;
  background: #111827;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px 16px 0 0;
  color: #fff;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 12px 14px;
}

.preview-top strong {
  display: block;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

.preview-top span {
  color: #b6c2d3;
  display: block;
  font-size: 13px;
}

.window-dots {
  align-items: center;
  display: inline-flex !important;
  gap: 6px;
}

.window-dots i {
  background: #f87171;
  border-radius: 999px;
  display: block;
  height: 9px;
  width: 9px;
}

.window-dots i:nth-child(2) {
  background: #fbbf24;
}

.window-dots i:nth-child(3) {
  background: #34d399;
}

.hero-panel img {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 0;
  display: block;
  height: auto;
  width: 100%;
}

.preview-foot {
  background: #fbfcfe;
  border-radius: 0 0 16px 16px;
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 11px 12px;
}

.preview-foot span {
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  min-width: 0;
  overflow: hidden;
  padding: 6px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.intent-band {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0;
}

.intent-band article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  border-top: 4px solid var(--brand);
  box-shadow: 0 12px 28px rgba(32, 39, 54, 0.06);
  padding: 16px;
}

.intent-band span {
  color: var(--brand-dark);
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 6px;
}

.intent-band strong {
  color: var(--ink);
  display: block;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
}

.intent-band p {
  font-size: 13px;
  line-height: 1.56;
  margin: 8px 0 0;
}

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

.proof-strip article {
  background:
    linear-gradient(135deg, rgba(255, 250, 240, 0.96), rgba(255, 255, 255, 0.98));
  border: 1px solid #f0d7b1;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(32, 39, 54, 0.07);
  min-width: 0;
  padding: 18px;
}

.proof-strip span {
  color: var(--accent);
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 5px;
}

.proof-strip strong {
  color: var(--ink);
  display: block;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
}

.proof-strip p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
  margin: 8px 0 0;
}

.section,
.feed-section,
.search-section,
.workflow,
.screen-section,
.suite-section,
.problem-section,
.trust-section,
.pricing,
.faq,
.final-cta,
.public-section {
  padding: 58px 0 0;
}

.section-head {
  max-width: 1120px;
}

.section-head p:not(.eyebrow) {
  margin: 9px 0 0;
}

.section-head h2,
.final-cta h2 {
  font-size: clamp(25px, 2.65vw, 36px);
  font-weight: 750;
  line-height: 1.22;
  max-width: 1120px;
  overflow-wrap: normal;
  word-break: keep-all;
}

.section-head h2 span,
.final-cta h2 span {
  display: inline-block;
}

.problem-section .section-head h2 {
  font-size: clamp(24px, 2.25vw, 34px);
  max-width: none;
  overflow-wrap: break-word;
  word-break: normal;
}

.problem-section .section-head h2 span {
  display: block;
}

.problem-grid,
.feature-grid,
.screen-grid,
.trust-grid,
.suite-grid,
.use-case-grid {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

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

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

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

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

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

.problem-grid article,
.trust-grid article,
.suite-card,
.feature-grid article,
.screen-grid article,
.steps > *,
.faq-list details,
.use-case-link,
.contact-panel {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.problem-grid article,
.trust-grid article,
.feature-grid article,
.screen-grid article,
.contact-panel {
  min-width: 0;
  padding: 18px;
}

.problem-grid article {
  border-top: 4px solid var(--accent);
}

.problem-grid h3,
.trust-grid strong,
.suite-card strong,
.feature-grid h3,
.screen-grid h3,
.use-case-link h3,
.steps strong,
.faq-list summary {
  color: var(--ink);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.45;
  margin: 0;
  overflow-wrap: anywhere;
  text-wrap: pretty;
  word-break: normal;
}

.use-case-link {
  color: inherit;
  min-width: 0;
  padding: 18px;
  text-decoration: none;
}

.use-case-link:hover {
  border-color: #f1b8b0;
  box-shadow: inset 0 3px 0 var(--brand);
}

.use-case-link p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.58;
  margin: 7px 0 0;
}

.public-hero {
  padding: 54px 0 0;
}

.public-hero h1 {
  color: var(--ink);
  font-size: clamp(30px, 3.1vw, 44px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.12;
  margin: 0;
  max-width: 960px;
}

.public-hero p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
  margin: 14px 0 0;
  max-width: 900px;
}

.contact-panel {
  max-width: 840px;
}

.knowledge-block .section-head {
  max-width: 1000px;
}

.insight-table,
.code-sample,
.official-links {
  margin-top: 18px;
}

.insight-table {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.insight-table div {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 13px 16px;
}

.insight-table div:first-child {
  background: #f8fafc;
  color: #344054;
}

.insight-table div + div {
  border-top: 1px solid #edf1f6;
}

.insight-table strong,
.insight-table span {
  font-size: 14px;
  line-height: 1.55;
  min-width: 0;
}

.insight-table strong {
  font-weight: 800;
}

.insight-table span {
  color: var(--muted);
}

.check-list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 18px 0 0;
  max-width: 1000px;
  padding: 0;
}

.check-list li {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.6;
  padding: 12px 14px 12px 40px;
  position: relative;
}

.check-list li::before {
  color: var(--accent);
  content: "✓";
  font-weight: 900;
  left: 16px;
  position: absolute;
  top: 12px;
}

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

.code-sample {
  background: #111827;
  border: 1px solid #243044;
  border-radius: 8px;
  color: #e5e7eb;
  min-width: 0;
  overflow: hidden;
}

.code-sample figcaption {
  background: #172033;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  padding: 10px 12px;
}

.code-sample pre {
  margin: 0;
  overflow-x: auto;
  padding: 14px;
}

.code-sample code {
  font-family: "Cascadia Code", Consolas, "Liberation Mono", monospace;
  font-size: 13px;
  line-height: 1.6;
  white-space: pre;
}

.official-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.official-links a {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--accent);
  font-size: 14px;
  font-weight: 800;
  padding: 10px 12px;
  text-decoration: none;
}

.official-links a:hover {
  border-color: #f1b8b0;
  color: var(--brand);
  text-decoration: underline;
}

.contact-panel h2 {
  font-size: 22px;
  margin: 0 0 8px;
}

.contact-panel a {
  color: var(--brand);
  font-size: 22px;
  font-weight: 900;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.contact-form {
  display: grid;
  gap: 16px;
  max-width: 980px;
}

.hp-field {
  left: -10000px;
  position: absolute;
  top: auto;
}

.contact-form h2 {
  font-size: clamp(21px, 5vw, 26px);
  line-height: 1.35;
}

.contact-form p {
  color: var(--muted);
  margin: 0;
}

.contact-form p a {
  font-size: inherit;
}

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

.contact-form label {
  display: grid;
  gap: 6px;
}

.contact-form label span {
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  font: inherit;
  min-height: 44px;
  padding: 10px 12px;
  width: 100%;
}

.contact-form textarea {
  resize: vertical;
}

.privacy-note {
  background: #fffaf0;
  border: 1px solid #f4d795;
  border-radius: 8px;
  padding: 12px 14px;
}

.public-footer {
  border-top: 1px solid var(--line);
  margin-top: 58px;
  padding: 24px 0 48px;
}

.public-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.public-footer a {
  color: var(--accent);
  font-weight: 800;
  text-decoration: none;
}

.public-footer p {
  color: var(--muted);
  font-size: 13px;
  margin: 16px 0 0;
  text-align: center;
}

.problem-grid p,
.feature-grid p,
.screen-grid p,
.steps p,
.faq-list p,
.final-cta p {
  font-size: 14px;
  line-height: 1.58;
  margin: 7px 0 0;
}

.feed-layout {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(430px, 1fr) minmax(0, 0.95fr);
  margin-top: 22px;
}

.hero > *,
.feed-layout > *,
.intent-band > *,
.problem-grid > *,
.feature-grid > *,
.screen-grid > *,
.trust-grid > *,
.suite-grid > *,
.steps > * {
  min-width: 0;
}

.feed-layout img,
.screen-grid img {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: block;
  height: auto;
  width: 100%;
}

.feed-layout img {
  box-shadow: 0 18px 50px rgba(24, 32, 42, 0.12);
}

.support-table,
.price-compare {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.support-table div,
.price-compare div {
  display: grid;
  gap: 12px;
  padding: 12px 16px;
}

.support-table div {
  grid-template-columns: 0.86fr 1.35fr 0.95fr;
}

.price-compare div {
  grid-template-columns: 0.9fr 1fr 1.25fr;
}

.support-table div + div,
.price-compare div + div {
  border-top: 1px solid #edf1f6;
}

.support-table div:first-child,
.price-compare div:first-child {
  background: #f8fafc;
  color: #344054;
}

.support-table strong,
.support-table span,
.price-compare strong,
.price-compare span {
  font-size: 14px;
  min-width: 0;
}

.support-table strong,
.price-compare strong {
  font-weight: 800;
}

.support-table span,
.price-compare span {
  color: var(--muted);
}

.steps {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}

.steps > * {
  padding: 16px;
}

.steps span {
  align-items: center;
  background: var(--soft);
  border-radius: 999px;
  color: var(--brand);
  display: inline-flex;
  font-weight: 800;
  height: 30px;
  justify-content: center;
  margin-bottom: 10px;
  width: 30px;
}

.screen-grid article {
  display: grid;
  gap: 8px;
}

.screen-grid img {
  align-self: end;
  margin-top: 6px;
}

.demo-panel {
  align-items: center;
  background: #111827;
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.18);
  color: #fff;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.7fr);
  margin-top: 22px;
  overflow: hidden;
  padding: 18px;
}

.demo-panel video {
  background: #0f172a;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  display: block;
  height: auto;
  width: 100%;
}

.demo-panel h3 {
  color: #fff;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.25;
  margin: 0;
}

.demo-panel p:not(.eyebrow) {
  color: #d7dee9;
  font-size: 15px;
  line-height: 1.7;
  margin: 12px 0 0;
}

.demo-panel .eyebrow {
  color: #f6c966;
}

.suite-card {
  color: inherit;
  display: grid;
  gap: 8px;
  min-height: 180px;
  padding: 18px;
  text-decoration: none;
}

.suite-card:hover,
.policy-cards a:hover {
  border-color: #f1b8b0;
  box-shadow: inset 0 3px 0 var(--brand);
}

.suite-card small {
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
}

.suite-card p {
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.suite-status {
  align-self: end;
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 800;
}

.trust-grid article {
  display: grid;
  gap: 8px;
}

.trust-grid span {
  font-size: 14px;
  line-height: 1.58;
}

.pricing-banner {
  background: #fffaf0;
  border: 1px solid #f4d795;
  border-radius: 8px;
  color: #6b4500;
  display: grid;
  gap: 4px;
  margin-top: 20px;
  padding: 13px 16px;
}

.pricing-banner strong {
  color: #4e3300;
  font-size: 17px;
  font-weight: 800;
}

.pricing-banner span {
  font-size: 14px;
}

.price-compare {
  margin-top: 10px;
}

.faq-list {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.faq-list details {
  padding: 14px 18px;
}

.faq-list summary {
  cursor: pointer;
}

.final-cta {
  margin-bottom: 0;
  padding-bottom: 62px;
  text-align: center;
}

.final-cta p {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}

.policy-cards {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  margin: 24px auto 0;
  max-width: 1120px;
  text-align: left;
}

.policy-cards a {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: inherit;
  display: grid;
  gap: 6px;
  padding: 16px;
  text-decoration: none;
}

.policy-cards strong {
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
}

.policy-cards span {
  font-size: 13px;
  line-height: 1.55;
}

.footer-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 18px;
}

.footer-links a,
.copyright a {
  color: var(--accent);
  font-weight: 800;
  text-decoration: none;
}

.copyright {
  color: var(--muted);
  font-size: 13px;
  margin: 20px 0 0;
}

.sticky-cta {
  align-items: center;
  background: rgba(17, 24, 39, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  bottom: 14px;
  box-shadow: 0 18px 46px rgba(17, 24, 39, 0.24);
  color: #fff;
  display: flex;
  gap: 10px;
  max-width: min(390px, calc(100% - 28px));
  padding: 10px;
  position: fixed;
  right: 18px;
  width: max-content;
  z-index: 20;
}

.sticky-cta span {
  display: none;
}

.sticky-cta a {
  align-items: center;
  background: #fff;
  border-radius: 6px;
  color: var(--ink);
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  min-height: 36px;
  padding: 0 13px;
  text-decoration: none;
  white-space: nowrap;
}

.sticky-cta a:first-of-type {
  background: var(--brand);
  color: #fff;
}

@media (max-width: 980px) {
  .top-bar {
    grid-template-columns: 1fr;
    justify-items: start;
    padding: 14px 24px;
    position: static;
  }

  .nav-links {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .hero,
  .feed-layout {
    grid-template-columns: 1fr;
    padding-top: 26px;
  }

  .intent-band,
  .proof-strip,
  .problem-grid,
  .trust-grid,
  .suite-grid,
  .use-case-grid,
  .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 640px) {
  body.landing {
    padding-bottom: 0;
  }

  .top-bar {
    gap: 9px;
    padding: 10px 14px;
  }

  .brand-link {
    font-size: 16px;
  }

  .nav-links {
    gap: 14px;
  }

  .price-badge {
    font-size: 13px;
    padding: 7px 10px;
    white-space: normal;
  }

  .hero,
  .section,
  .feed-section,
  .search-section,
  .workflow,
  .screen-section,
  .suite-section,
  .problem-section,
  .trust-section,
  .pricing,
  .faq,
  .final-cta,
  .intent-band,
  .proof-strip,
  .public-hero,
  .public-section,
  .public-footer {
    width: min(calc(100% - 24px), 1180px);
  }

  .hero-copy h1 {
    font-size: 25px;
    line-height: 1.2;
  }

  .hero-copy h1 .shopping-line {
    font-size: 22px;
  }

  .lead {
    font-size: 15px;
    line-height: 1.56;
  }

  .hero-pricing,
  .feature-grid,
  .screen-grid,
  .use-case-grid,
  .intent-band,
  .proof-strip,
  .problem-grid,
  .trust-grid,
  .suite-grid,
  .steps,
  .preview-foot,
  .price-compare div,
  .support-table div,
  .policy-cards {
    grid-template-columns: 1fr;
  }

  .preview-top {
    align-items: flex-start;
    display: grid;
  }

  .section-head h2,
  .final-cta h2 {
    font-size: 25px;
    word-break: normal;
  }

  .problem-grid h3,
  .trust-grid strong,
  .suite-card strong,
  .feature-grid h3,
  .screen-grid h3,
  .steps strong,
  .faq-list summary {
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .support-table,
  .price-compare,
  .insight-table {
    background: transparent;
    border: 0;
    display: grid;
    gap: 12px;
  }

  .support-table div,
  .price-compare div,
  .insight-table div {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    gap: 4px;
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .support-table div:first-child,
  .price-compare div:first-child,
  .insight-table div:first-child {
    display: none;
  }

  .support-table div + div,
  .price-compare div + div,
  .insight-table div + div {
    border-top: 1px solid var(--line);
  }

  .sample-stack,
  .contact-form-grid,
  .demo-panel {
    grid-template-columns: 1fr;
  }

  .code-sample code {
    overflow-wrap: anywhere;
    white-space: pre-wrap;
    word-break: break-word;
  }

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

  .sticky-cta {
    display: none;
  }
}
