.plus-hero{position:relative;overflow:hidden;padding:80px 24px 64px;text-align:center}.plus-hero__glow{position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 50% 0,var(--accent-a5) 0,transparent 70%);pointer-events:none;z-index:0}.plus-hero__body{position:relative;z-index:1}.plus-particles{position:absolute;inset:0;pointer-events:none;z-index:0}.plus-particle{position:absolute;width:5px;height:5px;border-radius:50%;background:var(--accent-9);opacity:0;left:calc(4% + calc(var(--i, 0) * 6.8%));bottom:20%;animation:plus-particle-rise 4s ease-in-out calc(var(--i, 0) * .28s) infinite}.plus-particle:nth-child(odd){width:3px;height:3px;background:var(--accent-7)}@keyframes plus-particle-rise{0%{opacity:0;transform:translateY(0) scale(0)}15%{opacity:.7;transform:translateY(-30px) scale(1)}70%{opacity:.3;transform:translateY(-110px) scale(.8)}to{opacity:0;transform:translateY(-160px) scale(0)}}.plus-badge-wrap{position:relative;display:flex;align-items:center;justify-content:center;filter:drop-shadow(0 0 20px var(--amber-a7));animation:plus-pulse-glow 2.5s ease-in-out .6s infinite}@keyframes plus-pulse-glow{0%,to{filter:drop-shadow(0 0 16px var(--amber-a6))}50%{filter:drop-shadow(0 0 32px var(--amber-a9))}}.plus-hero__headline{animation:plus-fade-up .5s ease .15s both}.plus-hero__subline{animation:plus-fade-up .5s ease .25s both}.plus-hero__icon{animation:plus-icon-pop .55s cubic-bezier(.34,1.56,.64,1) both}.plus-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.plus-card{transition:box-shadow .2s ease,transform .2s ease;animation:plus-fade-up .45s calc(.4s + var(--delay, 0s)) ease both}.plus-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px var(--gray-a4)}.plus-card--highlighted{box-shadow:0 0 0 2px var(--accent-9)}.plus-card--highlighted:hover{box-shadow:0 0 0 2px var(--accent-9),0 8px 24px var(--gray-a4)}.plus-feature-card{animation:plus-fade-up .45s calc(.55s + var(--delay, 0s)) ease both;transition:box-shadow .2s ease,transform .2s ease}.plus-feature-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px var(--gray-a4)}.plus-feature-card__icon{width:38px;height:38px;border-radius:10px;background:var(--accent-a3);display:flex;align-items:center;justify-content:center;color:var(--accent-11);flex-shrink:0}@keyframes plus-fade-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes plus-icon-pop{0%{opacity:0;transform:scale(.4)}to{opacity:1;transform:scale(1)}}@media screen and (max-width:768px){.plus-cards-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.plus-badge-wrap,.plus-card,.plus-feature-card,.plus-hero__headline,.plus-hero__icon,.plus-hero__subline,.plus-particle{animation:none;opacity:1;transform:none;filter:none}}