/* Control Proof: a named offer with a fixed shape.
   The page has one job an executive can act on, so it is built as a sequence of
   plain blocks rather than a tour. The only decorative spend is the four-figure
   shape strip under the hero, because "90 days, one workflow, no production
   change, fixed fee" is the whole pitch and it should be readable at a glance. */

/* Loaded at {% block head %}, before product-experience.css, so both classes are
   named to beat .ek-page's own max-width. */
.ek-page.cprf { max-width: 920px; }

.cprf-hero { padding: 10px 0 30px; }
.cprf-hero h1 { font-size: clamp(34px, 5vw, 54px); line-height: 1.02;
  letter-spacing: -1.6px; margin: 8px 0 14px; }
.cprf-promise { font-size: clamp(16px, 1.9vw, 20px); line-height: 1.55;
  max-width: 34ch; color: var(--ek-ink); font-weight: 500; text-wrap: balance; }

.cprf-shape { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
  margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--ek-line); }
.cprf-shape div { display: flex; flex-direction: column; gap: 4px; }
.cprf-shape strong { font: 650 22px/1.05 Inter, sans-serif; color: var(--ek-green);
  letter-spacing: -.6px; }
.cprf-shape span { font-size: 11.5px; line-height: 1.5; color: var(--ek-muted); }

.cprf-why { margin: 46px 0 0; padding: 26px; border-left: 3px solid var(--ek-green);
  background: linear-gradient(90deg, #f4f9ef, #fcfdfa); border-radius: 0 12px 12px 0; }
.cprf-why h2 { font-size: clamp(19px, 2.3vw, 25px); letter-spacing: -.6px;
  margin: 0 0 14px; text-wrap: balance; }
.cprf-why p { font-size: 14px; line-height: 1.75; max-width: 66ch; }
.cprf-why p:last-child { margin-bottom: 0; font-weight: 600; }

.cprf-box, .cprf-stages { margin: 46px 0 0; }
.cprf-box h2, .cprf-stages h2 { font-size: clamp(19px, 2.3vw, 25px);
  letter-spacing: -.6px; margin: 8px 0 22px; text-wrap: balance; }

/* Numbered because the five deliverables are a fixed list, not a menu. */
.cprf-gets { list-style: none; counter-reset: g; margin: 0; padding: 0;
  display: grid; gap: 14px; }
.cprf-gets li { counter-increment: g; position: relative;
  padding: 18px 20px 18px 56px; border: 1px solid var(--ek-line);
  border-radius: 12px; background: #fcfdfa; }
.cprf-gets li::before { content: counter(g); position: absolute; left: 20px; top: 18px;
  font: 650 13px/1 ui-monospace, Consolas, monospace; color: var(--ek-green);
  background: #e7f0df; border: 1px solid #c3d9b3; border-radius: 6px;
  width: 24px; height: 24px; display: grid; place-items: center; }
.cprf-gets strong { display: block; font-size: 14.5px; line-height: 1.4;
  margin-bottom: 6px; letter-spacing: -.2px; }
.cprf-gets p { font-size: 13px; line-height: 1.7; margin: 0; color: var(--ek-muted); }

.cprf-timeline { list-style: none; margin: 0; padding: 0; }
.cprf-timeline li { display: grid; grid-template-columns: 96px 1fr; gap: 20px;
  padding: 20px 0; border-top: 1px solid var(--ek-line); }
.cprf-timeline li:first-child { border-top: 0; padding-top: 4px; }
.cprf-weeks { font: 650 10px/1.5 ui-monospace, Consolas, monospace;
  letter-spacing: .08em; text-transform: uppercase; color: var(--ek-green);
  padding-top: 3px; }
.cprf-timeline strong { display: block; font-size: 16px; letter-spacing: -.3px;
  margin-bottom: 6px; }
.cprf-timeline p { font-size: 13.5px; line-height: 1.7; margin: 0 0 8px; max-width: 62ch; }
.cprf-owner { font-size: 11px; color: var(--ek-muted); background: #f2f7ee;
  border: 1px solid var(--ek-line); border-radius: 999px; padding: 4px 10px;
  display: inline-block; }

.cprf-two { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 46px 0 0; }
.cprf-two section { padding: 24px; border: 1px solid var(--ek-line);
  border-radius: 12px; background: #fcfdfa; }
.cprf-two h3 { font-size: 16px; line-height: 1.35; letter-spacing: -.3px;
  margin: 8px 0 12px; text-wrap: balance; }
.cprf-two p { font-size: 13.5px; line-height: 1.7; }
.cprf-need { margin: 0; padding-left: 18px; }
.cprf-need li { font-size: 13.5px; line-height: 1.6; margin-bottom: 8px; }
.cprf-two .ek-actions { margin-top: 16px; }

.cprf-cta { margin: 46px 0 0; padding: 32px 26px; text-align: center;
  border: 1px solid #bcd6ab; border-radius: 14px;
  background: linear-gradient(#f4f9ef, #fcfdfa); }
.cprf-cta h2 { font-size: clamp(20px, 2.4vw, 27px); letter-spacing: -.6px;
  margin: 0 0 10px; text-wrap: balance; }
.cprf-cta p { font-size: 14px; line-height: 1.7; max-width: 54ch; margin: 0 auto 20px; }
.cprf-cta .ek-actions { justify-content: center; }

.cprf-limits { font-size: 11.5px; line-height: 1.75; color: #5c7152; max-width: 82ch;
  margin: 34px 0 0; padding-top: 20px; border-top: 1px solid var(--ek-line); }

@media (max-width: 700px) {
  .cprf-shape { grid-template-columns: 1fr 1fr; gap: 16px; }
  .cprf-two { grid-template-columns: 1fr; }
  .cprf-timeline li { grid-template-columns: 1fr; gap: 6px; }
}
