.landing-hero-grid{display:grid;gap:1.5rem;grid-template-areas:"copy" "preview" "count" "stores"}.landing-hero-copy{grid-area:copy}.landing-hero-preview{grid-area:preview}.landing-hero-stores{grid-area:stores}.landing-hero-count{grid-area:count}@media (min-width:1024px){.landing-hero-grid{grid-template-columns:minmax(0,1.1fr) minmax(320px,1fr);grid-template-areas:"copy preview" "count stores";column-gap:3rem;row-gap:1.25rem;align-items:start}.landing-hero-preview{align-self:stretch;display:flex}}@media (min-width:1280px){.landing-hero-grid{column-gap:4rem}}@keyframes landing-live-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.35;transform:scale(.72)}}@keyframes landing-counter-glow{0%,to{box-shadow:0 0 0 1px rgba(212,175,55,.22),0 12px 40px rgba(212,175,55,.08)}50%{box-shadow:0 0 0 1px rgba(255,215,0,.45),0 16px 48px rgba(212,175,55,.22)}}@keyframes landing-number-sheen{0%{background-position:120% 0}to{background-position:-120% 0}}@keyframes landing-preview-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes landing-counter-tick{0%{transform:translateY(8px);opacity:.4}to{transform:translateY(0);opacity:1}}.landing-live-dot{animation:landing-live-dot 1.6s ease-in-out infinite}.landing-counter-card{animation:landing-counter-glow 3.2s ease-in-out infinite}.landing-counter-number{color:#d4af37}@supports ((-webkit-background-clip:text) or (background-clip:text)){.landing-counter-number{background-image:linear-gradient(110deg,#d4af37,#ffd700 42%,#fff3b0 50%,#ffd700 58%,#d4af37);background-size:220% 100%;background-clip:text;-webkit-background-clip:text;color:transparent;animation:landing-number-sheen 4.5s linear infinite}}.landing-counter-tick{animation:landing-counter-tick .35s cubic-bezier(.16,1,.3,1)}.landing-preview-float{animation:landing-preview-float 5.5s ease-in-out infinite}@media (prefers-reduced-motion:reduce){.landing-counter-card,.landing-counter-number,.landing-counter-tick,.landing-live-dot,.landing-preview-float{animation:none}.landing-counter-number{color:#d4af37;background:none}}