/* EasyGeniusAI site-wide fx 2026-07-10: spotlight cards + magnetic buttons */
.card,.plan{position:relative}
.card::after,.plan::after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;z-index:1;opacity:0;transition:opacity .3s ease;background:radial-gradient(300px circle at var(--mx,50%) var(--my,-40%),rgba(45,224,194,.15),transparent 60%)}
.card:hover::after,.plan:hover::after{opacity:1}
.card:hover,.plan:hover{border-color:rgba(45,224,194,.38)}
.btn-primary:not(.btn-small){transition:transform .18s cubic-bezier(.2,.8,.2,1),box-shadow .2s,background .2s}
@media (prefers-reduced-motion:reduce){.btn-primary:not(.btn-small){transition:none}}

/* Brand mark: grizzly bear before the wordmark (2026-07-17) */
a.brand{font-size:1.44rem}
a.brand::before{content:"";display:inline-block;vertical-align:middle;position:relative;top:6px;width:82px;height:82px;margin-right:4px;background:url(logo-bear.webp) center/contain no-repeat}

/* Footer brand mark (2026-07-17) */
footer .brand::before{content:"";display:inline-block;vertical-align:middle;width:44px;height:44px;margin-right:6px;background:url(logo-bear.webp) center/contain no-repeat}
