
/* 3 · the IQ headline in two lines: the ember half drops to its own line.
   The child combinator keeps this off the "Run the project" headline, which
   shares the section and is already breaking where it should. */
#platform > .at-wrap > .at-head .at-h2 .at-em{display:block}

/* 2 · the CTA that closes the intelligence engine column */
.iq-cta{margin-top:30px}

/* 6 · the final headline in two lines. The cap comes off and the size steps
   down, because "The person who already knows" needs 27 characters on one
   line inside a column that is 572px at desktop. */
.at-final h2{max-width:none;font-size:clamp(27px,2.75vw,39px)}
.at-final h2 .at-em{display:block}

/* 5 · the three points, cut back so the eye reaches the form */
.lf-steps p{margin-top:3px}

/* 7 · footer column headings.
   They were Geist Mono, uppercased and tracked at .18em. Set in Geist proper
   and left in the sentence case the data already carries, so only the first
   letter is capital. Tracking comes off with the caps: .18em is set for
   uppercase and reads as gappy the moment the text is mixed case. */
.at-foot-cols h5{font-family:var(--ui);font-size:11.5px;font-weight:500;
  letter-spacing:.01em;text-transform:none}
