
/* === HERO grid (restored) === */
.hero .container.hero-grid{display:grid;grid-template-columns:minmax(320px,560px) 1fr;gap:clamp(16px,3vw,40px);align-items:center}
.hero .hero-copy .cta{display:flex;gap:12px;flex-wrap:wrap}
.hero .hero-art.laptop{justify-self:end;max-width:100%;position:relative;overflow:visible}
.hero .hero-art.laptop img{display:block;width:100%;height:auto}
.hero .hero-art.laptop::before{content:"";position:absolute;right:6%;bottom:-18px;width:68%;height:24px;
  filter:blur(10px);background:radial-gradient(closest-side, rgba(14,19,32,.18), transparent 70%);pointer-events:none}
@media (max-width:900px){.hero .container.hero-grid{grid-template-columns:1fr}.hero .hero-art.laptop{justify-self:center}}
