/* === ATLAS CENTERED SUBHEAD ===
   Used by sections/landing-centered-subhead.liquid.
   Forensic source: sunday.ai "Powered by state-of-the-art AI…"
   paragraph. See section comment for measured values. */

/* Wrapper. Padding matches sunday's px-6 py-6 pb-24 exactly.
   Background explicitly white (not transparent) so the section
   doesn't pick up any tint from an ancestor or section wrapper. */
.ac-centered-subhead-section{width:100%;padding:24px 24px 96px;background:var(--ac-bg,#fff);display:flex;justify-content:center}

/* Paragraph.
   Mobile: 18px / lh 23.4 (~1.3) / ls -0.45px (-0.025em)
   Desktop ≥1024: 32px / lh 38.4 (~1.2) / ls -0.8px (-0.025em)
   max-width: 40ch — same as sunday's max-w-[40ch]. */
.ac-centered-subhead{margin:0;padding:0;max-width:40ch;text-align:center;font-family:"Geist","Inter","Plus Jakarta Sans",system-ui,-apple-system,"Segoe UI",sans-serif;font-size:18px;font-weight:400;line-height:1.3;letter-spacing:-0.025em;color:var(--ac-ink,#1A1A1A)}
@media (min-width:1024px){.ac-centered-subhead{font-size:32px;line-height:1.2}}
