/* === ATLAS BELOW-HERO PARAGRAPH ===
   Used by sections/landing-below-hero.liquid.
   Forensic clone of sunday.ai's first text-block after the hero (the
   "Built for busy households…" paragraph). See section comment for the
   sourced values. */

/* Background uses var(--ac-bg) so this section participates in the
   white→cream fade triggered by atlas-bg-transition.min.js (since
   this IS the trigger element — see that JS file). */
.ac-below-hero{width:100%;background:var(--ac-bg,#fff);padding:16px}
@media (min-width:1024px){.ac-below-hero{padding:24px}}

.ac-below-hero__text{margin:0;font-family:"Geist","Inter","Plus Jakarta Sans",system-ui,-apple-system,"Segoe UI",sans-serif;font-size:28px;font-weight:400;line-height:1.15;letter-spacing:-0.025em;color:var(--ac-ink,#1A1A1A);text-align:start}
@media (min-width:1024px){.ac-below-hero__text{font-size:42px;line-height:48.3px}}
