/* P0 trust and conversion system: evidence first, one commercial path. */
:root {
  --paper-0: #f7f7f5;
  --paper-1: #ecece8;
  --paper-line: #d7d7d1;
  --paper-text: #171815;
  --paper-muted: #5f625b;
}

html { overflow-x: clip; }
body { background: var(--ink-0); }
body::before { display: none; }
:lang(zh-CN) h1,
:lang(zh-CN) h2,
:lang(zh-CN) h3 { letter-spacing: 0; }

.p0-page h1 { font-size: 5rem; }
.p0-page h2 { font-size: 3.25rem; }
.p0-page .site-header { background: rgba(7, 8, 6, .94); }
.p0-page .site-footer { background: var(--ink-0); }

.surface-light {
  color: var(--paper-muted);
  background: var(--paper-0);
  border-color: var(--paper-line);
}
.surface-light h1,
.surface-light h2,
.surface-light h3,
.surface-light strong { color: var(--paper-text); }
.surface-light a { color: #1768c4; }
.surface-light a:hover { color: #0b4e9c; }
.surface-light .eyebrow { color: #8c6419; }
.surface-light .muted { color: var(--paper-muted); }

.trust-hero {
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding: 128px 0 64px;
  border-bottom: 1px solid var(--line-1);
}
.trust-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
  gap: clamp(48px, 7vw, 96px);
  align-items: center;
}
.trust-hero__copy { min-width: 0; }
.trust-hero h1 {
  max-width: 760px;
  font-size: 4.75rem;
  line-height: 1.08;
}
.trust-hero .lead { margin-top: 30px; max-width: 690px; }
.trust-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.trust-hero__note { margin-top: 18px; color: var(--text-3); font-size: .9rem; }

.evidence-stage {
  position: relative;
  min-height: 590px;
  border-left: 1px solid var(--line-2);
  padding-left: clamp(24px, 3vw, 44px);
}
.evidence-frame {
  overflow: hidden;
  border: 1px solid var(--line-2);
  border-radius: 4px;
  background: var(--ink-1);
}
.evidence-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.evidence-frame figcaption {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 14px;
  color: var(--text-2);
  border-top: 1px solid var(--line-2);
  font-size: .78rem;
}
.evidence-frame--primary { width: 88%; height: 360px; margin: 22px 0 0 auto; }
.evidence-frame--primary img { object-position: center top; }
.evidence-stage__pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  width: 90%;
  margin-top: 14px;
}
.evidence-stage__pair .evidence-frame { height: 190px; }
.evidence-stage__pair img { object-position: center top; }
.evidence-stage__index {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--signal);
  font-family: var(--font-data);
  font-size: .76rem;
}

.evidence-focus {
  min-width: 0;
  padding-left: clamp(24px, 3vw, 44px);
  border-left: 1px solid var(--line-2);
}
.evidence-focus__main {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line-2);
  border-radius: 4px;
  background: var(--ink-1);
}
.evidence-focus__meta,
.proof-feature__meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 14px;
  color: var(--text-3);
  border-bottom: 1px solid var(--line-2);
  font-family: var(--font-data);
  font-size: .7rem;
}
.evidence-focus__image {
  overflow: hidden;
  aspect-ratio: 640 / 495;
  background: #050604;
}
.evidence-focus__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.evidence-focus__main figcaption,
.proof-feature figcaption {
  display: grid;
  gap: 3px;
  padding: 15px 16px;
  border-top: 1px solid var(--line-2);
}
.evidence-focus__main figcaption strong { color: var(--text-1); font-size: .88rem; }
.evidence-focus__main figcaption span { color: var(--text-3); font-size: .76rem; }
.evidence-focus__index {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 12px;
  border-top: 1px solid var(--line-1);
  border-left: 1px solid var(--line-1);
}
.evidence-focus__index a {
  display: flex;
  gap: 12px;
  align-items: center;
  min-width: 0;
  min-height: 62px;
  padding: 12px 14px;
  color: var(--text-2);
  border-right: 1px solid var(--line-1);
  border-bottom: 1px solid var(--line-1);
  text-decoration: none;
}
.evidence-focus__index a:hover { color: var(--text-1); border-color: var(--signal); }
.evidence-focus__index span {
  color: var(--signal);
  font-family: var(--font-data);
  font-size: .68rem;
}
.evidence-focus__index strong { color: var(--text-1); font-size: .82rem; }

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 52px;
  border-top: 1px solid var(--line-1);
  border-left: 1px solid var(--line-1);
}
.proof-strip__item {
  min-width: 0;
  display: flex;
  gap: 14px;
  align-items: baseline;
  padding: 16px 18px;
  border-right: 1px solid var(--line-1);
  border-bottom: 1px solid var(--line-1);
}
.proof-strip__item b { color: var(--signal); font-family: var(--font-data); font-size: .72rem; }
.proof-strip__item span { color: var(--text-2); font-size: .82rem; }

.section-heading {
  display: grid;
  grid-template-columns: minmax(180px, .35fr) minmax(0, .65fr);
  gap: 48px;
  align-items: start;
  margin-bottom: 54px;
}
.section-heading .eyebrow { margin: 8px 0 0; }
.section-heading h2 { max-width: 850px; }

.evidence-gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}
.evidence-card {
  grid-column: span 4;
  color: var(--paper-muted);
  border: 1px solid var(--paper-line);
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
}
.evidence-card:first-child { grid-column: span 6; }
.evidence-card:nth-child(2) { grid-column: span 6; }
.evidence-card__media { aspect-ratio: 16 / 10; overflow: hidden; background: #10110f; }
.evidence-card__media img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.evidence-card__body { padding: 24px; }
.evidence-card__type {
  display: inline-block;
  margin-bottom: 16px;
  color: #8c6419;
  font-family: var(--font-data);
  font-size: .72rem;
}
.evidence-card h3 { color: var(--paper-text); }
.evidence-card p { margin-top: 12px; }
.evidence-card a { display: inline-block; margin-top: 18px; }

.evidence-ledger { border-top: 1px solid var(--paper-line); }
.evidence-ledger > a {
  display: grid;
  grid-template-columns: 54px 110px minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  min-height: 116px;
  padding: 18px 0;
  color: var(--paper-text);
  border-bottom: 1px solid var(--paper-line);
  text-decoration: none;
}
.evidence-ledger > a:hover strong { color: #1768c4; }
.evidence-ledger__number,
.evidence-ledger__type {
  color: #8c6419;
  font-family: var(--font-data);
  font-size: .72rem;
}
.evidence-ledger strong { display: block; font-size: 1.22rem; }
.evidence-ledger small { display: block; margin-top: 5px; color: var(--paper-muted); font-size: .82rem; }
.evidence-ledger__action { color: #1768c4; font-size: .82rem; }

.compact-ladder {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line-1);
  border-left: 1px solid var(--line-1);
}
.compact-ladder article {
  padding: clamp(26px, 3vw, 40px);
  border-right: 1px solid var(--line-1);
  border-bottom: 1px solid var(--line-1);
}
.compact-ladder__number { color: var(--signal); font-family: var(--font-data); font-size: .76rem; }
.compact-ladder h3 { margin-top: 42px; }
.compact-ladder p { margin-top: 14px; color: var(--text-3); }
.compact-ladder a { display: inline-block; margin-top: 24px; color: var(--accent); }

.proof-hero {
  padding: 154px 0 72px;
  color: var(--paper-muted);
  background: var(--paper-0);
  border-bottom: 1px solid var(--paper-line);
}
.proof-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(460px, 1.2fr);
  gap: clamp(44px, 7vw, 90px);
  align-items: center;
}
.proof-hero h1 {
  max-width: 650px;
  color: var(--paper-text);
  font-size: 4.5rem;
}
.proof-hero .lead { margin-top: 28px; color: var(--paper-muted); }
.proof-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.proof-hero__secondary {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  padding-inline: 8px;
  color: #1768c4;
  font-weight: 650;
  text-decoration: underline;
  text-decoration-color: color-mix(in srgb, #1768c4 35%, transparent);
  text-underline-offset: .3em;
}
.proof-hero__secondary:hover { color: #0b4e9c; }
.proof-hero__visual {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
}
.proof-hero__visual figure {
  overflow: hidden;
  min-height: 190px;
  margin: 0;
  border: 1px solid var(--paper-line);
  border-radius: 4px;
  background: #fff;
}
.proof-hero__visual figure:first-child { grid-row: 1 / 3; }
.proof-hero__visual img { width: 100%; height: 100%; object-fit: cover; object-position: top; }

.proof-feature { min-width: 0; }
.proof-feature figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--paper-line);
  border-radius: 4px;
  background: #fff;
}
.proof-feature__meta {
  color: #746f64;
  border-color: var(--paper-line);
}
.proof-feature__image {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #080907;
}
.proof-feature__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.proof-feature figcaption {
  border-color: var(--paper-line);
}
.proof-feature figcaption strong { color: var(--paper-text); font-size: .96rem; }
.proof-feature figcaption span { color: var(--paper-muted); font-size: .76rem; }
.proof-feature__nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 12px;
  border-top: 1px solid var(--paper-line);
  border-left: 1px solid var(--paper-line);
}
.proof-feature__nav a {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 13px 12px;
  color: var(--paper-muted);
  border-right: 1px solid var(--paper-line);
  border-bottom: 1px solid var(--paper-line);
  font-size: .72rem;
  text-decoration: none;
}
.proof-feature__nav a:hover { color: #1768c4; border-color: #1768c4; }
.proof-feature__nav span { color: #8c6419; font-family: var(--font-data); font-size: .65rem; }

.case-study { padding-block: 100px; }
.case-study + .case-study { border-top: 1px solid var(--paper-line); }
.case-study__grid {
  display: grid;
  grid-template-columns: minmax(340px, .9fr) minmax(0, 1.1fr);
  gap: clamp(44px, 7vw, 88px);
  align-items: start;
}
.case-study__media {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--paper-line);
  border-radius: 4px;
  background: #fff;
}
.case-study__media img {
  order: 2;
  width: 100%;
  height: clamp(260px, 32vw, 380px);
  object-fit: cover;
  object-position: left top;
}
.case-study__caption {
  order: 1;
  padding: 12px 16px;
  color: var(--paper-muted);
  border-bottom: 1px solid var(--paper-line);
  font-size: .8rem;
}
.case-tag {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 4px 10px;
  color: #6b4b10;
  border: 1px solid #caa456;
  border-radius: 999px;
  background: #fff8e8;
  font-size: .76rem;
}
.case-study h2 { margin-top: 20px; font-size: 2.6rem; }
.case-study__facts { margin-top: 30px; border-top: 1px solid var(--paper-line); }
.case-study__facts div {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid var(--paper-line);
}
.case-study__facts dt { color: #746f64; font-size: .82rem; }
.case-study__facts dd { margin: 0; color: var(--paper-text); }
.case-study__facts a { color: #1768c4; }
.case-study--dark .case-tag {
  color: var(--signal);
  border-color: color-mix(in srgb, var(--signal) 70%, var(--line-2));
  background: transparent;
}
.case-study--dark .case-study__facts { border-color: var(--line-1); }
.case-study--dark .case-study__facts div { border-color: var(--line-1); }
.case-study--dark .case-study__facts dt { color: var(--text-3); }
.case-study--dark .case-study__facts dd { color: var(--text-2); }
.case-study--dark .case-study__facts a { color: var(--accent); }

.system-index {
  margin: 0;
  color: var(--text-2);
  border: 1px solid var(--line-2);
  border-radius: 4px;
  background: var(--ink-1);
}
.system-index__head {
  padding: 16px 18px;
  color: var(--signal);
  border-bottom: 1px solid var(--line-2);
  font-family: var(--font-data);
  font-size: .76rem;
}
.system-index ol { list-style: none; }
.system-index li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  padding: 15px 18px;
  border-bottom: 1px solid var(--line-1);
  font-family: var(--font-data);
  font-size: .8rem;
}
.system-index li:last-child { border-bottom: 0; }
.system-index li span:first-child { color: var(--text-3); }

.service-intro {
  padding: 154px 0 78px;
  border-bottom: 1px solid var(--line-1);
}
.service-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(420px, 1.2fr);
  gap: clamp(50px, 8vw, 110px);
  align-items: end;
}
.service-intro h1 { max-width: 700px; font-size: 4.7rem; }
.service-intro .lead { margin-top: 28px; }
.service-intro__aside {
  padding-left: 32px;
  border-left: 1px solid var(--signal);
}
.service-intro__aside p + p { margin-top: 18px; }
.service-intro__aside strong { color: var(--text-1); }
.service-intro__aside .button { margin-top: 28px; }

.product-ladder { display: grid; gap: 16px; }
.product-tier {
  display: grid;
  grid-template-columns: 90px minmax(220px, .65fr) minmax(0, 1.35fr);
  gap: 32px;
  padding: 34px;
  color: var(--paper-muted);
  border: 1px solid var(--paper-line);
  border-radius: 4px;
  background: #fff;
}
.product-tier:first-child { border-color: #b99039; }
.product-tier__number {
  color: #8c6419;
  font-family: var(--font-data);
  font-size: 2.8rem;
  line-height: 1;
}
.product-tier h2 { font-size: 2rem; }
.product-tier__meta { margin-top: 12px; color: #6a665e; }
.product-tier__details { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.product-tier__details h3 { font-size: 1rem; }
.product-tier__details p { margin-top: 8px; }
.product-tier__details a { display: inline-block; margin-top: 18px; }

.industry-focus {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 60px;
  align-items: start;
}
.industry-focus__list { border-top: 1px solid var(--line-1); }
.industry-focus__list li {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 22px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line-1);
  list-style: none;
}
.industry-focus__list span { color: var(--signal); font-family: var(--font-data); font-size: .76rem; }

.cooperation-hero {
  padding: 154px 0 86px;
  border-bottom: 1px solid var(--line-1);
}
.cooperation-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, .72fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: center;
}
.cooperation-hero h1 { max-width: 760px; font-size: 4.65rem; }
.cooperation-hero .lead { margin-top: 28px; max-width: 720px; }
.cooperation-hero__metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 34px;
  border-top: 1px solid var(--line-1);
  border-left: 1px solid var(--line-1);
}
.cooperation-hero__metrics div {
  padding: 18px;
  border-right: 1px solid var(--line-1);
  border-bottom: 1px solid var(--line-1);
}
.cooperation-hero__metrics dt { color: var(--text-3); font-size: .76rem; }
.cooperation-hero__metrics dd { margin: 8px 0 0; color: var(--text-1); font-weight: 650; }
.cooperation-hero__actions { display: flex; align-items: center; gap: 18px; margin-top: 28px; }
.cooperation-hero__actions a:not(.button) { color: var(--text-3); font-size: .88rem; }
.report-preview {
  position: relative;
  max-width: 520px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--line-2);
  border-radius: 4px;
  background: var(--ink-1);
}
.report-preview img { width: 100%; height: auto; }
.report-preview figcaption {
  padding: 14px 16px;
  color: var(--text-3);
  border-top: 1px solid var(--line-2);
  font-size: .8rem;
}

.deliverable-grid {
  display: grid;
  grid-template-columns: minmax(320px, .8fr) minmax(0, 1.2fr);
  gap: 64px;
  align-items: center;
}
.deliverable-grid .report-preview { max-width: 560px; border-color: var(--paper-line); background: #fff; }
.deliverable-grid .report-preview figcaption { color: var(--paper-muted); border-color: var(--paper-line); }
.deliverable-list { border-top: 1px solid var(--paper-line); }
.deliverable-list li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid var(--paper-line);
  list-style: none;
}
.deliverable-list span { color: #8c6419; font-family: var(--font-data); }
.deliverable-list strong { display: block; }
.deliverable-list p { margin-top: 6px; }

.next-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line-1);
  border-left: 1px solid var(--line-1);
}
.next-steps article {
  padding: 32px;
  border-right: 1px solid var(--line-1);
  border-bottom: 1px solid var(--line-1);
}
.next-steps span { color: var(--signal); font-family: var(--font-data); }
.next-steps h3 { margin-top: 34px; }
.next-steps p { margin-top: 12px; color: var(--text-3); }

.application-section .inquiry-form { margin-top: 38px; }
.application-section .inquiry-form > label { display: grid; gap: 8px; }
.application-section .inquiry-form__row label { display: grid; gap: 8px; }
.application-section .inquiry-form .button { min-width: 190px; }
.application-section__intro {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 60px;
  align-items: start;
}
.application-section__intro .lead { margin-top: 20px; }

.site-footer__statement { max-width: 520px; margin-top: 18px; }
.site-footer__identity { margin-top: 12px; color: var(--text-3); font-size: .88rem; }

@media (max-width: 1050px) {
  .p0-page h1,
  .trust-hero h1,
  .service-intro h1,
  .cooperation-hero h1 { font-size: 4.25rem; }
  .p0-page h2 { font-size: 2.8rem; }
  .trust-hero__grid,
  .proof-hero__grid,
  .service-intro__grid,
  .cooperation-hero__grid { grid-template-columns: 1fr 1fr; gap: 44px; }
  .evidence-stage { min-height: 500px; }
  .evidence-frame--primary { height: 300px; }
  .evidence-stage__pair .evidence-frame { height: 160px; }
  .cooperation-hero { padding: 118px 0 64px; }
  .cooperation-hero h1 { font-size: 3.75rem; }
  .cooperation-hero .lead { margin-top: 20px; font-size: 1.05rem; }
  .cooperation-hero__metrics { margin-top: 24px; }
  .cooperation-hero__metrics div { padding: 12px; }
  .cooperation-hero__actions { margin-top: 20px; }
}

@media (max-width: 820px) {
  .p0-page h1,
  .trust-hero h1,
  .proof-hero h1,
  .service-intro h1,
  .cooperation-hero h1 { font-size: 3.5rem; }
  .p0-page h2 { font-size: 2.4rem; }
  .trust-hero { min-height: 0; padding-top: 124px; }
  .trust-hero__grid,
  .proof-hero__grid,
  .service-intro__grid,
  .cooperation-hero__grid,
  .case-study__grid,
  .deliverable-grid,
  .application-section__intro { grid-template-columns: 1fr; }
  .evidence-stage { min-height: 0; border-left: 0; border-top: 1px solid var(--line-2); padding: 42px 0 0; }
  .evidence-focus { border-left: 0; border-top: 1px solid var(--line-2); padding: 42px 0 0; }
  .evidence-frame--primary,
  .evidence-stage__pair { width: 100%; }
  .evidence-stage__index { top: 14px; }
  .proof-strip,
  .compact-ladder,
  .next-steps { grid-template-columns: 1fr; }
  .section-heading,
  .industry-focus { grid-template-columns: 1fr; gap: 28px; }
  .section-heading .eyebrow { margin: 0; }
  .evidence-card,
  .evidence-card:first-child,
  .evidence-card:nth-child(2) { grid-column: span 12; }
  .proof-hero__visual { min-height: 420px; }
  .case-study:nth-child(even) .case-study__media { order: initial; }
  .product-tier { grid-template-columns: 64px minmax(0, 1fr); }
  .product-tier__details { grid-column: 2; }
  .service-intro__aside { padding-left: 22px; }
}

@media (max-width: 560px) {
  .p0-page h1,
  .trust-hero h1,
  .proof-hero h1,
  .service-intro h1,
  .cooperation-hero h1 {
    font-size: 2.5rem;
    line-height: 1.12;
  }
  .p0-page h2 { font-size: 2rem; }
  .trust-hero { padding: 112px 0 48px; }
  .trust-hero__actions { align-items: stretch; }
  .trust-hero__actions .button:first-child { width: 100%; }
  .trust-hero__actions .button:last-child { min-height: 42px; padding-inline: 0; border-color: transparent; background: transparent; }
  .proof-strip { margin-top: 38px; }
  .evidence-frame--primary { height: 240px; }
  .evidence-stage__pair { grid-template-columns: 1fr 1fr; }
  .evidence-stage__pair .evidence-frame { height: 132px; }
  .evidence-frame figcaption { display: block; padding: 9px 10px; font-size: .68rem; }
  .evidence-frame figcaption span:last-child { display: none; }
  .proof-hero { padding-top: 116px; }
  .proof-hero__actions { align-items: flex-start; flex-direction: column; }
  .proof-hero__secondary { padding-inline: 0; }
  .proof-hero__visual { min-height: 320px; }
  .proof-hero__visual figure { min-height: 140px; }
  .evidence-focus__index { grid-template-columns: 1fr; }
  .evidence-focus__index a { min-height: 58px; }
  .proof-feature__nav { grid-template-columns: 1fr 1fr; }
  .evidence-ledger > a {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 8px 16px;
    padding: 20px 0;
  }
  .evidence-ledger__type { grid-column: 2; }
  .evidence-ledger > a > span:nth-child(3) { grid-column: 2; }
  .evidence-ledger__action { display: none; }
  .case-study { padding-block: 72px; }
  .case-study h2 { font-size: 2rem; }
  .case-study__facts div { grid-template-columns: 1fr; gap: 6px; }
  .product-tier { grid-template-columns: 1fr; padding: 24px; }
  .product-tier__details { grid-column: auto; grid-template-columns: 1fr; }
  .cooperation-hero__metrics { grid-template-columns: 1fr; }
  .cooperation-hero__actions { align-items: stretch; flex-direction: column; }
  .cooperation-hero__actions .button { width: 100%; }
  .application-section .inquiry-form .button { width: 100%; }
}

@media (max-width: 340px) {
  .p0-page h1,
  .trust-hero h1,
  .proof-hero h1,
  .service-intro h1,
  .cooperation-hero h1 { font-size: 2.25rem; }
  .evidence-stage__pair { grid-template-columns: 1fr; }
  .evidence-stage__pair .evidence-frame { height: 180px; }
}
