/* 40-pages.css — page-level parity rules the shared section patterns do not carry.
   Measured against the ae701e0 target at 1440 (Content Migration, 2026-09-09). */

/* Answer Engine: the "What people ask most" FAQ sits on the surface ground. */
.cr-faq-list.cr-faq-list-surface { background:var(--surface); }

/* Coverage-page hero: the target's min-height is content-box (600px of content + 128px padding
   each side = 856px); the theme's border-box reset made short heroes 33px shorter. */
.cr-hero-service { min-height:calc(var(--hero-min) + 2 * var(--pad-hero)); }

/* About portrait placeholder: the target's 3/4 aspect ratio applies to the content box
   (inside the 24px padding and dashed border), which is 17px shorter than border-box. */
.cr-bio-ph { box-sizing:content-box; }

/* Answer Engine topic icon: the target's SVG is inline in a normal line box (44px tall),
   not a zero-line-height block (35px). */
.cr-topic-icon { line-height:var(--lh-body); }
.cr-topic-icon svg { display:inline; vertical-align:baseline; }
