/* v3-concepts-renew.css — page-local rules only.
   Everything else comes from v3-pages.css and the shared stylesheets. */

/* B1: two stacked hero sub lines should not read as one block. */
.v3 .hero-inner .hero-sub + .hero-sub { margin-top: .6rem; opacity: .82; }

/* B2 / B4: optional supporting image inside a landing-origin section. */
.v3 .cell-img { margin: 1.6rem 0 0; }
.v3 .cell-img img { display: block; width: 100%; height: auto; border-radius: 10px; }

/* J1: a full-width breathing band between two heavy text blocks. */
.v3 .cell-img.band-img { margin: 2.4rem 0; }
.v3 .cell-img.band-img img { max-height: 380px; object-fit: cover; }
@media (max-width: 768px) {
  .v3 .cell-img.band-img { margin: 1.8rem 0; }
  .v3 .cell-img.band-img img { max-height: 240px; }
}

/* J1: image cells inside a bento crop to the height of their text siblings. */
.v3 .bento .cell.cell-img { padding: 0; overflow: hidden; margin: 0; }
.v3 .bento .cell.cell-img img { height: 100%; min-height: 200px; object-fit: cover; border-radius: 0; }

/* B3: the single formula on the page, on its own full-width line. */
.v3 code.formula {
  display: block;
  padding: .75rem 1rem;
  margin: 1.25rem 0;
  border-left: 2px solid var(--petrol, currentColor);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: .95rem;
  line-height: 1.5;
  overflow-x: auto;
}

/* B5: 01..05 as typographic numbers instead of bold text. */
.v3 .cell ol.steps { counter-reset: s; list-style: none; margin: .9rem 0 1.1rem; padding: 0; }
.v3 .cell ol.steps li {
  counter-increment: s;
  position: relative;
  padding-left: 3.4rem;
  margin-bottom: .7rem;
  line-height: 1.55;
}
.v3 .cell ol.steps li::before {
  content: counter(s, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: .8rem;
  letter-spacing: .06em;
  opacity: .55;
}
.v3 .cell ol.steps .step-letter {
  display: inline-block;
  min-width: 1.1em;
  margin-right: .35em;
  font-weight: 600;
}

/* B8: bridge sentence under the doorway title. */
.v3 .d-bot .d-sub {
  display: block;
  margin-top: .25rem;
  font-size: .82rem;
  line-height: 1.4;
  opacity: .78;
}

/* B8: the deliverables must be countable, not a running sentence. */
.v3 .cta-band ul.deliverables {
  list-style: none;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  margin: .9rem 0;
  padding: 0;
  font-size: .9rem;
}

/* CRO: the hero repeats the shape of the promise, subordinate to the button. */
.v3 .hero-inner .micro { margin-top: .75rem; opacity: .72; }

/* CRO: the worksheet leads, the estimating rules follow under their own head. */
.v3 .worksheet-note-head {
  margin: 2.2rem 0 0;
  font-size: var(--step-h3);
  font-weight: var(--w-regular);
  letter-spacing: var(--track-tight);
}
