/* Riddle Up — homepage-only styling (hero banner).
   Shared section, riddle-card, and featured-riddle-card styles live in
   the sitewide public/assets/css/site.css since those components are
   also used on the riddle listing and riddle detail pages. Loaded only
   on the homepage via HomepageController@index (see \Assets::add). */

.hp-hero {
    background: linear-gradient(120deg, rgba(var(--indigo-rgb), .07), rgba(var(--teal-rgb), .06));
}

.hp-hero-subtitle {
    color: var(--body-color);
    opacity: .7;
    font-size: .95rem;
    max-width: 46rem;
}
