.hero-card{
  min-height:430px;
  border-radius:34px;
  background:
    linear-gradient(180deg,rgba(5,2,12,.1),rgba(5,2,12,.62)),
    radial-gradient(circle at 50% 18%,rgba(202,157,255,.18),transparent 20rem),
    url('/assets/images/home/tarot.svg?v=20260626-1') center 42%/cover no-repeat;
}

.hero-card::before{
  z-index:1;
}

.hero-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 50% 42%,rgba(217,185,255,.14),transparent 17rem),
    linear-gradient(180deg,rgba(5,3,12,0),rgba(5,3,12,.72));
  pointer-events:none;
}

.card-stack{
  display:none;
}

.hero-note{
  z-index:2;
  right:26px;
  max-width:78%;
  background:rgba(5,3,12,.78);
  backdrop-filter:blur(14px);
}

@media(max-width:900px){
  .hero-card{
    min-height:340px;
    background-size:cover;
  }

  .hero-note{
    max-width:none;
  }
}

@media(max-width:620px){
  .hero-card{
    min-height:300px;
    border-radius:24px;
  }
}
