:root {
  --cze-ink: #111b31;
  --cze-muted: #64748b;
  --cze-line: #d7e0e8;
  --cze-red: #df3544;
  --cze-red-soft: #fff0f2;
  --cze-steel: #355f83;
  --cze-steel-soft: #edf3f6;
  --cze-paper: #ffffff;
  --cze-warm: #f7f4ec;
}

/* Częstochowa v2 — product/document lineage strip. The legacy RFQ CSS above is
   intentionally retained for source history; this scoped layer is the active page. */
body[data-city-pilot="czestochowa-lineage-strip-v1"] {
  --ctz-ink: #111b31;
  --ctz-muted: #617188;
  --ctz-line: #d7e0e8;
  --ctz-red: #df3544;
  --ctz-red-soft: #fff0f2;
  --ctz-steel: #edf2f5;
  --ctz-paper: #ffffff;
  color: var(--ctz-ink);
  background: #fff;
}

body[data-city-pilot="czestochowa-lineage-strip-v1"] main,
body[data-city-pilot="czestochowa-lineage-strip-v1"] main * { box-sizing: border-box; min-width: 0; }
body[data-city-pilot="czestochowa-lineage-strip-v1"] main { overflow: clip; color: var(--ctz-ink); background: #fff; }
body[data-city-pilot="czestochowa-lineage-strip-v1"] template { display: none !important; }

.ctz-shell { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.ctz-kicker { margin: 0 0 18px; color: var(--ctz-red); font-size: 12px; line-height: 1.3; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.ctz-button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 22px; border: 1px solid var(--ctz-line); border-radius: 12px; color: var(--ctz-ink); font-size: 14px; font-weight: 800; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease; }
.ctz-button:hover { transform: translateY(-2px); }
.ctz-button:focus-visible, .ctz-faq summary:focus-visible { outline: 3px solid #174f98; outline-offset: 4px; }
.ctz-button--primary { color: #fff; background: var(--ctz-ink); border-color: var(--ctz-ink); box-shadow: 0 10px 24px rgba(17,27,49,.12); }
.ctz-button--quiet { background: #fff; }

.ctz-hero { padding: 136px 0 72px; border-bottom: 1px solid var(--ctz-line); background: radial-gradient(circle at 18% 18%, #fff4f5 0, rgba(255,244,245,0) 34%), #fff; }
.ctz-hero__grid { display: grid; grid-template-columns: minmax(0,.88fr) minmax(520px,1.12fr); gap: 58px; align-items: center; }
.ctz-hero__copy h1 { margin: 0; max-width: 660px; color: var(--ctz-ink); font-size: clamp(44px,5.2vw,72px); line-height: .98; letter-spacing: -.055em; font-weight: 800; }
.ctz-hero__copy h1 em { display: block; color: var(--ctz-red); font-style: normal; }
.ctz-lead { max-width: 610px; margin: 26px 0 0; color: var(--ctz-muted); font-size: 18px; line-height: 1.65; }
.ctz-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.ctz-hero__signals { display: grid; grid-template-columns: repeat(3,1fr); margin: 32px 0 0; padding-top: 22px; border-top: 1px solid var(--ctz-line); }
.ctz-hero__signals div { padding-right: 14px; }
.ctz-hero__signals div + div { padding-left: 18px; border-left: 1px solid var(--ctz-line); }
.ctz-hero__signals dt { color: var(--ctz-red); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.ctz-hero__signals dd { margin: 7px 0 0; color: var(--ctz-ink); font-size: 13px; line-height: 1.4; font-weight: 700; }
.ctz-hero__visual { margin: 0; overflow: hidden; border: 1px solid var(--ctz-line); border-radius: 26px; background: #fff; box-shadow: 0 24px 50px rgba(17,27,49,.1); }
.ctz-hero__visual picture, .ctz-hero__visual img { display: block; width: 100%; }
.ctz-hero__visual img { height: auto; aspect-ratio: 960/610; object-fit: contain; }
.ctz-hero__visual figcaption { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 22px; border-top: 1px solid var(--ctz-line); color: var(--ctz-muted); font-size: 12px; }
.ctz-hero__visual figcaption strong { color: var(--ctz-ink); }

.ctz-lineage { padding: 84px 0; background: #f6f8fa; border-bottom: 1px solid var(--ctz-line); }
.ctz-lineage__grid { display: grid; grid-template-columns: .76fr 1.24fr; border: 1px solid var(--ctz-line); border-radius: 26px; overflow: hidden; background: #fff; box-shadow: 0 18px 38px rgba(17,27,49,.07); }
.ctz-lineage header { padding: 44px 42px; border-right: 1px solid var(--ctz-line); background: linear-gradient(155deg,#fff 0%,#f7f9fa 100%); }
.ctz-lineage h2, .ctz-context h2, .ctz-delivery h2, .ctz-stack h2, .ctz-faq h2 { margin: 0; color: var(--ctz-ink); font-size: clamp(32px,4vw,50px); line-height: 1.02; letter-spacing: -.045em; font-weight: 800; }
.ctz-lineage header > p:last-child, .ctz-delivery header > p:last-child, .ctz-faq header > p { margin: 22px 0 0; color: var(--ctz-muted); font-size: 16px; line-height: 1.65; }
.ctz-lineage ol { margin: 0; padding: 0; list-style: none; }
.ctz-lineage li { min-height: 128px; display: grid; grid-template-columns: 52px 1fr 154px; gap: 20px; align-items: center; padding: 25px 30px; border-bottom: 1px solid var(--ctz-line); }
.ctz-lineage li > span { width: 42px; height: 42px; display: grid; place-items: center; border: 2px solid #355f83; border-radius: 50%; color: #174f98; font-size: 12px; font-weight: 800; }
.ctz-lineage li strong { color: var(--ctz-ink); font-size: 18px; }
.ctz-lineage li p { margin: 6px 0 0; color: var(--ctz-muted); font-size: 13px; line-height: 1.55; }
.ctz-lineage li b { padding-left: 18px; border-left: 2px solid #ff9ba4; color: var(--ctz-ink); font-size: 11px; line-height: 1.45; }
.ctz-lineage aside { grid-column: 1/-1; display: grid; grid-template-columns: 120px 1fr; gap: 22px; align-items: center; padding: 24px 30px; background: var(--ctz-red-soft); border-top: 1px solid #f2c7cc; }
.ctz-lineage aside strong { color: #9b2533; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.ctz-lineage aside p { margin: 0; color: #8b4750; font-size: 13px; line-height: 1.55; }

.ctz-context { padding: 80px 0; border-bottom: 1px solid var(--ctz-line); }
.ctz-context__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 74px; align-items: start; }
.ctz-context__body > p { margin: 0; color: var(--ctz-muted); font-size: 17px; line-height: 1.75; }
.ctz-context__body dl { display: grid; grid-template-columns: repeat(2,1fr); margin: 28px 0 0; border-block: 1px solid var(--ctz-line); }
.ctz-context__body dl div { padding: 24px 20px 24px 0; }
.ctz-context__body dl div + div { padding-left: 24px; border-left: 1px solid var(--ctz-line); }
.ctz-context__body dt { color: var(--ctz-ink); font-size: 34px; line-height: 1; font-weight: 800; letter-spacing: -.04em; }
.ctz-context__body dd { margin: 8px 0 0; color: var(--ctz-muted); font-size: 12px; line-height: 1.5; }
.ctz-context__body aside { display: grid; grid-template-columns: 120px 1fr; gap: 18px; margin-top: 25px; padding: 20px; border-left: 3px solid var(--ctz-red); background: var(--ctz-red-soft); color: #8b4750; font-size: 12px; line-height: 1.55; }
.ctz-context__body a { display: inline-flex; margin-top: 22px; color: var(--ctz-ink); font-size: 12px; font-weight: 800; text-decoration: underline; text-underline-offset: 5px; }

.ctz-delivery { padding: 82px 0; border-bottom: 1px solid var(--ctz-line); background: #fff; }
.ctz-delivery__grid { display: grid; grid-template-columns: .76fr 1.24fr; gap: 62px; }
.ctz-delivery ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ctz-line); }
.ctz-delivery li { display: grid; grid-template-columns: 44px 1fr 160px; gap: 18px; align-items: center; padding: 24px 0; border-bottom: 1px solid var(--ctz-line); }
.ctz-delivery li > span { color: var(--ctz-red); font-size: 12px; font-weight: 800; }
.ctz-delivery li strong { font-size: 17px; }
.ctz-delivery li p { margin: 5px 0 0; color: var(--ctz-muted); font-size: 13px; line-height: 1.5; }
.ctz-delivery li b { color: var(--ctz-muted); font-size: 11px; line-height: 1.5; }

.ctz-stack { padding: 68px 0; border-bottom: 1px solid var(--ctz-line); background: #f6f8fa; }
.ctz-stack__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: center; }
.ctz-stack ul { display: grid; grid-template-columns: repeat(4,1fr); margin: 0; padding: 0; list-style: none; border: 1px solid var(--ctz-line); border-radius: 20px; overflow: hidden; background: #fff; }
.ctz-stack li { min-height: 150px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 8px; padding: 24px; }
.ctz-stack li + li { border-left: 1px solid var(--ctz-line); }
.ctz-stack .iconify { width: 29px; height: 29px; }
.ctz-stack strong { font-size: 14px; }
.ctz-stack small { color: var(--ctz-muted); font-size: 11px; line-height: 1.4; }

.ctz-faq { padding: 84px 0; border-bottom: 1px solid var(--ctz-line); }
.ctz-faq__grid { display: grid; grid-template-columns: .76fr 1.24fr; gap: 72px; }
.ctz-faq header .ctz-button { margin-top: 28px; }
.ctz-faq__list { border-top: 1px solid var(--ctz-line); }
.ctz-faq details { border-bottom: 1px solid var(--ctz-line); }
.ctz-faq summary { min-height: 76px; display: grid; grid-template-columns: 44px 1fr 24px; gap: 16px; align-items: center; cursor: pointer; list-style: none; }
.ctz-faq summary::-webkit-details-marker { display: none; }
.ctz-faq summary span { color: var(--ctz-red); font-size: 11px; font-weight: 800; }
.ctz-faq summary strong { font-size: 15px; line-height: 1.35; }
.ctz-faq summary i { position: relative; width: 20px; height: 20px; }
.ctz-faq summary i::before, .ctz-faq summary i::after { content: ''; position: absolute; inset: 9px 2px auto; height: 2px; background: var(--ctz-red); }
.ctz-faq summary i::after { transform: rotate(90deg); transition: transform .18s ease; }
.ctz-faq details[open] summary i::after { transform: rotate(0); }
.ctz-faq details > div { padding: 0 40px 24px 60px; color: var(--ctz-muted); font-size: 14px; line-height: 1.65; }

.ctz-editorial { width: min(1160px,calc(100% - 48px)); margin: 0 auto; display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; padding: 30px 0; border-bottom: 1px solid var(--ctz-line); }
.ctz-editorial > div { display: flex; flex-direction: column; gap: 5px; }
.ctz-editorial strong { font-size: 12px; }
.ctz-editorial span { color: var(--ctz-muted); font-size: 11px; }
.ctz-editorial nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.ctz-editorial a { color: var(--ctz-ink); font-size: 11px; font-weight: 800; text-decoration: none; }

@media (max-width: 1080px) {
  .ctz-hero__grid { grid-template-columns: .88fr 1.12fr; gap: 32px; }
  .ctz-hero__copy h1 { font-size: clamp(42px,5.1vw,58px); }
  .ctz-lineage__grid, .ctz-delivery__grid, .ctz-faq__grid { grid-template-columns: .82fr 1.18fr; gap: 0; }
  .ctz-delivery__grid, .ctz-faq__grid { gap: 44px; }
  .ctz-lineage li { grid-template-columns: 46px 1fr 124px; padding-inline: 22px; }
  .ctz-stack__grid { gap: 40px; }
  .ctz-stack li { padding: 18px; }
}

@media (max-width: 820px) {
  .ctz-shell { width: min(100% - 32px,700px); }
  .ctz-hero { padding: 116px 0 58px; }
  .ctz-hero__grid, .ctz-context__grid, .ctz-lineage__grid, .ctz-delivery__grid, .ctz-stack__grid, .ctz-faq__grid { grid-template-columns: 1fr; }
  .ctz-hero__grid { gap: 38px; }
  .ctz-hero__copy h1 { font-size: clamp(48px,8vw,64px); }
  .ctz-hero__visual { max-width: 650px; margin-inline: auto; }
  .ctz-lineage header { border-right: 0; border-bottom: 1px solid var(--ctz-line); }
  .ctz-lineage aside { grid-column: 1; }
  .ctz-context__grid, .ctz-delivery__grid, .ctz-stack__grid, .ctz-faq__grid { gap: 38px; }
  .ctz-stack ul { grid-template-columns: repeat(2,1fr); }
  .ctz-stack li:nth-child(3) { border-left: 0; border-top: 1px solid var(--ctz-line); }
  .ctz-stack li:nth-child(4) { border-top: 1px solid var(--ctz-line); }
  .ctz-editorial { width: min(100% - 32px,700px); grid-template-columns: 1fr; }
  .ctz-editorial nav { justify-content: flex-start; }
}

@media (max-width: 700px) {
  .ctz-shell { width: min(100% - 28px,520px); }
  .ctz-hero { padding-top: 104px; }
  .ctz-kicker { margin-bottom: 14px; font-size: 10px; }
  .ctz-hero__copy h1 { font-size: clamp(39px,12vw,54px); line-height: 1; }
  .ctz-lead { margin-top: 20px; font-size: 16px; line-height: 1.58; }
  .ctz-actions { display: grid; grid-template-columns: 1fr; margin-top: 24px; }
  .ctz-button { width: 100%; }
  .ctz-hero__signals { margin-top: 26px; }
  .ctz-hero__signals dd { font-size: 11px; }
  .ctz-hero__visual { border-radius: 20px; }
  .ctz-hero__visual img { aspect-ratio: 350/520; }
  .ctz-hero__visual figcaption { align-items: flex-start; flex-direction: column; gap: 4px; padding: 16px 18px; }
  .ctz-lineage, .ctz-context, .ctz-delivery, .ctz-stack, .ctz-faq { padding: 60px 0; }
  .ctz-lineage__grid { border-radius: 20px; }
  .ctz-lineage header { padding: 30px 24px; }
  .ctz-lineage h2, .ctz-context h2, .ctz-delivery h2, .ctz-stack h2, .ctz-faq h2 { font-size: clamp(31px,9vw,42px); }
  .ctz-lineage li { min-height: 0; grid-template-columns: 38px 1fr; gap: 14px; padding: 22px 20px; }
  .ctz-lineage li > span { width: 34px; height: 34px; }
  .ctz-lineage li b { grid-column: 2; padding: 8px 0 0; border: 0; color: var(--ctz-red); }
  .ctz-lineage aside { grid-template-columns: 1fr; gap: 8px; padding: 22px; }
  .ctz-context__body > p { font-size: 15px; }
  .ctz-context__body dl { grid-template-columns: 1fr; }
  .ctz-context__body dl div { padding: 20px 0; }
  .ctz-context__body dl div + div { padding-left: 0; border-left: 0; border-top: 1px solid var(--ctz-line); }
  .ctz-context__body aside { grid-template-columns: 1fr; }
  .ctz-delivery li { grid-template-columns: 34px 1fr; padding: 21px 0; }
  .ctz-delivery li b { grid-column: 2; color: var(--ctz-red); }
  .ctz-stack ul { grid-template-columns: 1fr; }
  .ctz-stack li { min-height: 116px; }
  .ctz-stack li + li { border-left: 0; border-top: 1px solid var(--ctz-line); }
  .ctz-faq summary { min-height: 72px; grid-template-columns: 32px 1fr 22px; gap: 10px; }
  .ctz-faq summary strong { font-size: 14px; }
  .ctz-faq details > div { padding: 0 20px 22px 42px; font-size: 13px; }
  .ctz-editorial { width: min(100% - 28px,520px); padding: 24px 0; }
}

@media (max-width: 380px) {
  .ctz-shell { width: calc(100% - 24px); }
  .ctz-hero { padding-top: 100px; }
  .ctz-hero__copy h1 { font-size: 38px; }
  .ctz-hero__signals { grid-template-columns: 1fr; gap: 0; }
  .ctz-hero__signals div { padding: 11px 0; }
  .ctz-hero__signals div + div { padding-left: 0; border-left: 0; border-top: 1px solid var(--ctz-line); }
}

@media (prefers-reduced-motion: reduce) {
  .ctz-button, .ctz-faq summary i::after { transition: none; }
}

body[data-city-pilot="czestochowa-rfq-dispatch-gate-v1"] {
  color: var(--cze-ink);
  background: #fff;
}

body[data-city-pilot="czestochowa-rfq-dispatch-gate-v1"] main,
body[data-city-pilot="czestochowa-rfq-dispatch-gate-v1"] main * {
  box-sizing: border-box;
  min-width: 0;
}

body[data-city-pilot="czestochowa-rfq-dispatch-gate-v1"] main {
  overflow: clip;
  color: var(--cze-ink);
  background: #fff;
}

.cze-shell {
  width: min(100% - 2rem, 73rem);
  margin-inline: auto;
}

.cze-kicker {
  margin: 0 0 1rem;
  color: var(--cze-red);
}

.cze-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  padding: .7rem 1.05rem;
  border: 1px solid var(--cze-line);
  border-radius: .65rem;
  text-align: center;
  text-decoration: none;
}

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

.cze-button--quiet {
  color: var(--cze-ink);
  background: #fff;
}

.cze-button:hover {
  border-color: var(--cze-red);
}

.cze-button:focus-visible,
.cze-faq summary:focus-visible,
.cze-evidence a:focus-visible,
.cze-editorial a:focus-visible {
  outline: 3px solid rgba(223, 53, 68, .28);
  outline-offset: 3px;
}

.cze-nowrap {
  white-space: nowrap;
}

.cze-hero {
  padding: 1.25rem 0 0;
  border-bottom: 1px solid var(--cze-line);
  background-color: #f7f9fb;
  background-image:
    linear-gradient(rgba(53, 95, 131, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(53, 95, 131, .07) 1px, transparent 1px);
  background-size: 32px 32px;
}

.cze-hero__grid {
  display: grid;
  grid-template-columns: minmax(22rem, .82fr) minmax(0, 1.18fr);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--cze-line);
  border-radius: 1.1rem 1.1rem 0 0;
  background: #fff;
  box-shadow: 0 18px 45px rgba(17, 27, 49, .08);
}

.cze-hero__copy {
  display: flex;
  flex-direction: column;
  padding: clamp(2rem, 4vw, 3.25rem);
  border-right: 1px solid var(--cze-line);
}

.cze-hero h1,
.cze-hero__lead,
.cze-contract h2,
.cze-contract p,
.cze-evidence h2,
.cze-evidence p,
.cze-delivery h2,
.cze-delivery header p,
.cze-stack h2,
.cze-faq h2,
.cze-faq header p {
  margin-top: 0;
}

.cze-hero h1 {
  margin-bottom: 1.25rem;
  max-width: 12ch;
}

.cze-hero h1 em {
  color: var(--cze-red);
  font-style: normal;
}

.cze-hero__lead {
  max-width: 42rem;
  margin-bottom: 1.4rem;
  color: var(--cze-muted);
}

.cze-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
}

.cze-hero__signals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: auto 0 0;
  padding-top: 1.25rem;
}

.cze-hero__signals div {
  padding: 0 .7rem;
  border-left: 1px solid var(--cze-line);
}

.cze-hero__signals div:first-child {
  padding-left: 0;
  border-left: 0;
}

.cze-hero__signals dt {
  margin-bottom: .25rem;
  color: var(--cze-red);
  font-size: .63rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cze-hero__signals dd {
  margin: 0;
  color: #44546a;
  font-size: .7rem;
  font-weight: 700;
}

.cze-hero__visual {
  display: flex;
  flex-direction: column;
  margin: 0;
  background: var(--cze-warm);
}

.cze-hero__visual picture {
  display: grid;
  flex: 1;
  place-items: center;
  padding: clamp(1rem, 2.5vw, 2.25rem);
}

.cze-hero__visual img {
  display: block;
  width: 100%;
  height: auto;
}

.cze-hero__visual figcaption {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: .85rem 1.2rem;
  border-top: 1px solid var(--cze-line);
  color: var(--cze-muted);
  background: #fff;
}

.cze-hero__visual figcaption strong {
  color: var(--cze-ink);
}

.cze-contract,
.cze-evidence,
.cze-delivery,
.cze-stack,
.cze-faq {
  border-bottom: 1px solid var(--cze-line);
}

.cze-contract {
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
}

.cze-contract__grid {
  display: grid;
  grid-template-columns: minmax(18rem, .68fr) minmax(0, 1.32fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.cze-contract__intro p:last-child {
  max-width: 36rem;
  color: var(--cze-muted);
}

.cze-contract__sheet {
  border-top: 1px solid var(--cze-line);
  border-right: 1px solid var(--cze-line);
  border-left: 4px solid var(--cze-steel);
  box-shadow: 0 15px 34px rgba(17, 27, 49, .06);
}

.cze-contract__sheet > div {
  display: grid;
  grid-template-columns: 7.25rem minmax(0, 1fr) 9.6rem;
  gap: 1rem;
  align-items: center;
  min-height: 5.2rem;
  padding: .85rem 1rem;
  border-bottom: 1px solid var(--cze-line);
  background: #fff;
}

.cze-contract__sheet .cze-contract__head {
  min-height: 2.7rem;
  color: var(--cze-muted);
  background: #f7f9fb;
  font-size: .63rem;
  font-weight: 850;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.cze-contract__sheet b {
  font-size: .85rem;
}

.cze-contract__sheet p {
  margin: 0;
  color: var(--cze-muted);
  font-size: .76rem;
  line-height: 1.45;
}

.cze-contract__sheet strong {
  color: var(--cze-steel);
  font-size: .63rem;
  font-weight: 850;
  letter-spacing: .04em;
  text-align: right;
  text-transform: uppercase;
}

.cze-contract__sheet .cze-contract__result {
  border-left: 0;
  background: var(--cze-red-soft);
}

.cze-contract__sheet .cze-contract__result strong {
  color: var(--cze-red);
}

.cze-evidence {
  padding: clamp(3rem, 6vw, 5rem) 0;
  background: var(--cze-steel-soft);
}

.cze-evidence__grid {
  display: grid;
  grid-template-columns: minmax(17rem, .9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 5vw, 5rem);
}

.cze-evidence__body {
  padding-left: 2rem;
  border-left: 1px solid #c3d1db;
}

.cze-evidence__body > p {
  color: #526277;
}

.cze-evidence aside {
  display: grid;
  grid-template-columns: 8rem minmax(0, 1fr);
  gap: 1rem;
  margin: 1.4rem 0;
  padding: 1rem 1rem 1rem 1.2rem;
  border-left: 3px solid var(--cze-red);
  background: #fff;
}

.cze-evidence aside strong {
  color: var(--cze-red);
  font-size: .66rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.cze-evidence aside span {
  color: var(--cze-muted);
  font-size: .72rem;
  line-height: 1.45;
}

.cze-evidence a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--cze-ink);
  font-size: .75rem;
  font-weight: 800;
}

.cze-delivery {
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
}

.cze-delivery__grid {
  display: grid;
  grid-template-columns: minmax(17rem, .65fr) minmax(0, 1.35fr);
  gap: clamp(2rem, 5vw, 5.5rem);
}

.cze-delivery header p:last-child {
  max-width: 34rem;
  color: var(--cze-muted);
}

.cze-delivery ol {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--cze-line);
  list-style: none;
}

.cze-delivery li {
  display: grid;
  grid-template-columns: 2.25rem minmax(0, 1fr) 12rem;
  gap: 1rem;
  align-items: center;
  min-height: 5.65rem;
  padding: .8rem 1rem;
  border-bottom: 1px solid var(--cze-line);
}

.cze-delivery li > span {
  color: var(--cze-red);
  font-size: .66rem;
  font-weight: 850;
}

.cze-delivery li strong {
  font-size: .82rem;
}

.cze-delivery li p {
  margin: .2rem 0 0;
  color: var(--cze-muted);
  font-size: .7rem;
  line-height: 1.4;
}

.cze-delivery li > b {
  color: #4c5c72;
  font-size: .66rem;
  text-align: right;
}

.cze-stack {
  padding: 2.25rem 0;
  background: var(--cze-warm);
}

.cze-stack__grid {
  display: grid;
  grid-template-columns: minmax(16rem, .65fr) minmax(0, 1.35fr);
  gap: 3rem;
  align-items: center;
}

.cze-stack__grid > div .cze-kicker {
  margin-bottom: .65rem;
}

.cze-stack__grid h2 {
  margin-bottom: 0;
}

.cze-stack ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid #ddd8ca;
  border-bottom: 1px solid #ddd8ca;
  list-style: none;
}

.cze-stack li {
  display: grid;
  grid-template-columns: 1.5rem minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: .1rem .55rem;
  align-items: center;
  padding: .85rem;
  border-left: 1px solid #ddd8ca;
}

.cze-stack li:first-child {
  border-left: 0;
}

.cze-stack .iconify {
  grid-row: 1 / 3;
  width: 1.35rem;
  height: 1.35rem;
}

.cze-stack li strong {
  font-size: .7rem;
}

.cze-stack li small {
  color: var(--cze-muted);
  font-size: .58rem;
}

.cze-faq {
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
}

.cze-faq__grid {
  display: grid;
  grid-template-columns: minmax(16rem, .65fr) minmax(0, 1.35fr);
  gap: clamp(2rem, 5vw, 5rem);
}

.cze-faq header p:last-of-type {
  color: var(--cze-muted);
}

.cze-faq__list {
  border-top: 1px solid var(--cze-line);
}

.cze-faq details {
  border-bottom: 1px solid var(--cze-line);
}

.cze-faq details[open] {
  border: 2px solid var(--cze-red);
  border-radius: .65rem;
}

.cze-faq summary {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr) 1rem;
  gap: .8rem;
  align-items: center;
  min-height: 4.5rem;
  padding: .8rem 1rem;
  cursor: pointer;
  list-style: none;
}

.cze-faq summary::-webkit-details-marker {
  display: none;
}

.cze-faq summary > span,
.cze-faq summary > i {
  color: var(--cze-red);
  font-size: .66rem;
  font-style: normal;
}

.cze-faq summary > i::before {
  content: "+";
  font-size: 1.2rem;
}

.cze-faq details[open] summary > i::before {
  content: "−";
}

.cze-faq summary strong {
  font-size: .76rem;
  line-height: 1.4;
}

.cze-faq details > div {
  padding: 0 3.8rem 1rem;
  color: var(--cze-muted);
  font-size: .72rem;
  line-height: 1.55;
}

.cze-editorial {
  display: flex;
  width: min(100% - 2rem, 73rem);
  justify-content: space-between;
  gap: 1.5rem;
  margin-inline: auto;
  padding: 1rem 0;
  color: var(--cze-muted);
  font-size: .62rem;
}

.cze-editorial > div {
  display: grid;
  gap: .2rem;
}

.cze-editorial strong,
.cze-editorial a {
  color: var(--cze-ink);
}

.cze-editorial nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1rem;
}

.cze-editorial a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  text-decoration: none;
}

@media (max-width: 1020px) {
  .cze-hero__grid {
    grid-template-columns: minmax(19rem, .9fr) minmax(0, 1.1fr);
  }

  .cze-hero__copy {
    padding: 2rem;
  }

  .cze-contract__grid,
  .cze-delivery__grid,
  .cze-faq__grid {
    grid-template-columns: minmax(15rem, .68fr) minmax(0, 1.32fr);
    gap: 2.5rem;
  }

  .cze-contract__sheet > div {
    grid-template-columns: 6rem minmax(0, 1fr) 8rem;
  }

  .cze-stack__grid {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }
}

@media (max-width: 820px) {
  .cze-shell {
    width: min(100% - 2rem, 44rem);
  }

  .cze-hero {
    padding-top: .75rem;
  }

  .cze-hero__grid,
  .cze-contract__grid,
  .cze-evidence__grid,
  .cze-delivery__grid,
  .cze-faq__grid {
    grid-template-columns: 1fr;
  }

  .cze-hero__grid {
    border-radius: 1rem;
  }

  .cze-hero__copy {
    min-height: 31rem;
    border-right: 0;
  }

  .cze-hero__visual {
    border-top: 1px solid var(--cze-line);
  }

  .cze-hero__visual picture {
    padding: 1.5rem;
  }

  .cze-contract__grid,
  .cze-evidence__grid,
  .cze-delivery__grid,
  .cze-faq__grid {
    gap: 2rem;
  }

  .cze-evidence__body {
    padding-left: 0;
    border-left: 0;
  }

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

  .cze-stack li:nth-child(3) {
    border-left: 0;
  }
}

@media (max-width: 640px) {
  .cze-shell,
  .cze-editorial {
    width: calc(100% - 2rem);
  }

  .cze-hero {
    padding-bottom: 1rem;
  }

  .cze-hero__grid {
    overflow: hidden;
  }

  .cze-hero__copy {
    min-height: 0;
    padding: 1.5rem 1rem 1.1rem;
  }

  .cze-hero h1 {
    max-width: none;
  }

  .cze-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cze-hero__signals {
    margin-top: 1rem;
  }

  .cze-hero__signals div {
    padding: 0 .45rem;
  }

  .cze-hero__signals dd {
    font-size: .62rem;
  }

  .cze-hero__visual picture {
    padding: 1rem;
  }

  .cze-hero__visual figcaption {
    display: grid;
    gap: .35rem;
    padding: .8rem 1rem;
  }

  .cze-contract,
  .cze-evidence,
  .cze-delivery,
  .cze-faq {
    padding: 3rem 0;
  }

  .cze-contract__sheet > div,
  .cze-contract__sheet .cze-contract__head {
    grid-template-columns: 1fr;
    gap: .35rem;
  }

  .cze-contract__sheet .cze-contract__head {
    display: none;
  }

  .cze-contract__sheet > div {
    min-height: 0;
    padding: 1rem;
  }

  .cze-contract__sheet strong {
    text-align: left;
  }

  .cze-evidence aside {
    grid-template-columns: 1fr;
  }

  .cze-delivery li {
    grid-template-columns: 2rem minmax(0, 1fr);
    min-height: 0;
    padding: 1rem 0;
  }

  .cze-delivery li > b {
    grid-column: 2;
    padding-top: .55rem;
    border-top: 1px solid var(--cze-line);
    text-align: left;
  }

  .cze-stack {
    padding: 2rem 0;
  }

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

  .cze-stack li,
  .cze-stack li:nth-child(3) {
    border-top: 1px solid #ddd8ca;
    border-left: 0;
  }

  .cze-stack li:first-child {
    border-top: 0;
  }

  .cze-faq .cze-button {
    width: 100%;
  }

  .cze-faq summary {
    padding-inline: .25rem;
  }

  .cze-faq details[open] summary {
    padding-inline: .75rem;
  }

  .cze-faq details > div {
    padding: 0 2.75rem 1rem;
  }

  .cze-editorial {
    display: grid;
  }

  .cze-editorial nav {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cze-button,
  .cze-faq details {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
