﻿/* landing.css ─────
   GoStocktake's product landing visuals (the count-rhythm hero / app preview)
   are product-specific and not yet designed.
   This holds only the generic pieces the public pages reference today; the hero
   visual is built when the GoStocktake landing markup lands. */

/* Three-claim row (Index hero claims) */
.landing-claim {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
