.hero{background:linear-gradient(155deg,#4a1832 0%,#2a0e1e 100%);color:#fff;padding:56px 0 90px;position:relative;overflow:hidden}
.hero::after{content:"";position:absolute;left:-8%;bottom:-15%;width:440px;height:440px;border-radius:50%;background:radial-gradient(circle,rgba(212,160,64,.06) 0%,transparent 70%)}
.hero-g{display:grid;grid-template-columns:1.04fr .96fr;gap:44px;align-items:center;position:relative;z-index:1}
.hero h1{color:#fff}.hero p{color:rgba(255,255,255,.76)}
.hero-s{display:flex;gap:18px;margin-top:24px;flex-wrap:wrap}
.hero-s b{display:block;font-family:var(--hd);font-size:1.28rem;color:var(--g400)}
.hero-s span{font-size:.72rem;color:rgba(255,255,255,.55)}
.hero-m{text-align:center;position:relative}
.hero-m img{max-height:360px;margin:0 auto;filter:drop-shadow(0 16px 26px rgba(0,0,0,.4))}
.hero-badge{position:absolute;bottom:4%;right:0;background:#fff;color:var(--r900);padding:8px 12px;border-radius:8px;box-shadow:var(--shm);font-weight:700;font-size:.76rem;display:flex;align-items:center;gap:6px}
@media(max-width:991px){.hero-g{grid-template-columns:1fr;text-align:center;gap:24px}.hero p{margin-left:auto;margin-right:auto;max-width:52ch}.hero-s{justify-content:center}.hero-m img{max-height:260px}.btn-row{justify-content:center}}
