.hero-spotlight{position:relative;margin:16px 16px 0;border-radius:32px;overflow:hidden;background:linear-gradient(135deg,#fff0f8,#f0e8ff 50%,#e8f4ff);border:1.5px solid rgba(255,107,157,.18);box-shadow:0 8px 48px rgba(195,166,255,.18),0 2px 8px rgba(255,107,157,.08);min-height:300px}.hs-orb{position:absolute;border-radius:50%;pointer-events:none}.hs-orb1{width:260px;height:260px;background:radial-gradient(circle,rgba(255,107,157,.18) 0,transparent 70%);top:-60px;right:80px;animation:orbFloat 6s ease-in-out infinite}.hs-orb2{width:180px;height:180px;background:radial-gradient(circle,rgba(195,166,255,.22) 0,transparent 70%);bottom:-40px;left:10%;animation:orbFloat 8s ease-in-out infinite reverse}@keyframes orbFloat{0%,to{transform:translate(0) scale(1)}50%{transform:translate(12px,-16px) scale(1.08)}}.hs-inner{position:relative;z-index:1;display:flex;align-items:center;gap:24px;padding:36px 36px 36px 40px}.hs-text{flex:1;min-width:0}.hs-eyebrow{display:inline-flex;align-items:center;gap:8px;background:rgba(255,107,157,.1);border:1.5px solid rgba(255,107,157,.2);border-radius:40px;padding:5px 14px;font-size:11px;font-weight:800;color:#FF6B9D;letter-spacing:.5px;text-transform:uppercase;margin-bottom:18px}.hs-dot{width:6px;height:6px;border-radius:50%;background:#FF6B9D;animation:pulse 1.8s ease-in-out infinite}.hs-title{font-size:clamp(22px,4vw,36px);font-weight:800;line-height:1.15;color:#2D2A3E;margin-bottom:14px}.hs-desc{font-size:14px;color:#6B6680;line-height:1.65;margin-bottom:18px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.hs-meta{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px}.hs-count,.hs-questions{font-size:12px;font-weight:700;color:#6B6680;background:rgba(255,255,255,.7);border:1px solid rgba(45,42,62,.08);border-radius:20px;padding:4px 12px}.hs-cta{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#FF6B9D,#C3A6FF);color:white;text-decoration:none;border-radius:50px;padding:14px 28px;font-size:15px;font-weight:800;box-shadow:0 6px 24px rgba(255,107,157,.38);transition:all .22s cubic-bezier(.34,1.56,.64,1);margin-bottom:12px}.hs-cta:hover{transform:translateY(-3px) scale(1.04);box-shadow:0 12px 36px rgba(255,107,157,.48)}.hs-hint{font-size:11px;color:#A09CB5;font-weight:600}.hs-mascot-wrap{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:8px}.hs-mascot-ring{width:180px;height:180px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 40px rgba(0,0,0,.12),0 0 0 6px rgba(255,255,255,.6);transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.hs-mascot-ring:hover{transform:scale(1.05) rotate(3deg)}.hs-mascot{width:140px!important;height:140px!important;animation:mIdle 3.2s ease-in-out infinite;filter:drop-shadow(0 8px 20px rgba(0,0,0,.15))}.hs-mascot-shadow{width:80px;height:12px;border-radius:50%;background:rgba(45,42,62,.1);filter:blur(4px);margin-top:-4px}@media (max-width:640px){.hero-spotlight{margin:12px 12px 0;border-radius:24px}.hs-inner{flex-direction:column-reverse;padding:24px 24px 28px;gap:16px;text-align:center}.hs-eyebrow{margin:0 auto 14px}.hs-meta{justify-content:center}.hs-mascot-ring{width:130px;height:130px}.hs-mascot{width:100px!important;height:100px!important}.hs-cta{width:100%;justify-content:center}}