/* Shared background for second-tier content pages (arcana, card, number, sign, pair,
   legal, account/settings, tarot-result) that otherwise fall back to a flat, imageless
   body from tarot.css. Anchored to the top and faded to solid so long article content
   further down stays readable regardless of page length.
   2026-09-23: swapped in the cosmic artwork Pavel supplied specifically for interior
   pages (planets/nebula, empty dark centre) and lightened the darkening overlay to
   .25/.45 to match the same "lighten the overlay" call already made for natal.html —
   the source art is dark enough at centre on its own that a heavy overlay just hid it.
   Deliberately NOT used on section landing pages (tarot/natal/horoscopes/numerology/
   lunar-calendar/path/index) — those keep their own bespoke hero art per Pavel's scope
   ("все страницы кроме главных страниц разделов").
   Pulled in via @import from each page-type stylesheet (arcana-page.css, card-page.css,
   sign-page.css, pair-page.css, account.css, compatibility.css) and linked directly on
   privacy.html/oferta.html/tarot-result.html, which have no page-specific stylesheet of
   their own — privacy/oferta also link tarot.css directly (same as the others get via
   @import) since without it they had no base layout at all, including the footer. */
body {
  background: linear-gradient(180deg, rgba(11,14,26,.25), rgba(11,14,26,.45) 70%, #0b0e1a),
    #0b0e1a url('/landing-assets/assets/secondary-bg-cosmic.png') center top / 100% auto no-repeat;
}

