html{scroll-behavior:smooth}.btn-ghost{border-radius:2rem;padding:.55rem 1.6rem;font-weight:700;transition:transform .2s}.btn-ghost:hover,.btn-ghost:focus{transform:translateY(-2px)}.hero-bet{position:relative;overflow:hidden;background:linear-gradient(135deg,var(--page-bg) 0%,#062a20 60%,var(--page-bg) 100%)}.hero-orb{position:absolute;width:340px;height:340px;border-radius:50%;background:radial-gradient(circle,rgba(20,184,166,0.16) 0%,transparent 70%);top:-50px;right:-60px;pointer-events:none;animation:orbPulse 8s ease-in-out infinite}@keyframes orbPulse{0%,100%{transform:scale(1) translateY(0)}50%{transform:scale(1.08) translateY(-20px)}}.feature-card,.stat-card,.note-card{border-radius:1.1rem;transition:transform .25s,box-shadow .25s}.feature-card:hover,.stat-card:hover,.note-card:hover{transform:translateY(-5px);box-shadow:0 14px 36px rgba(0,0,0,0.35)}.icon-circle{width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.marquee-wrap{overflow:hidden;white-space:nowrap;padding:.7rem 0}.marquee-inner{display:inline-flex;gap:2rem;animation:marqueeRun 26s linear infinite}.marquee-wrap:hover .marquee-inner{animation-play-state:paused}@keyframes marqueeRun{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.image-frame{border-radius:1rem;overflow:hidden;margin:0}.image-frame img{display:block;width:100%;height:auto}.gradient-title{}.reveal{opacity:1;transform:translateY(16px);transition:transform .5s ease}.reveal.is-visible{transform:none}.back-top{position:fixed;bottom:1.5rem;right:1.5rem;z-index:999;border-radius:50%;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;font-size:1.2rem;box-shadow:0 4px 16px rgba(20,184,166,0.4)}.compare-card{border-radius:1rem}@media(max-width:767px){.hero-orb{width:180px;height:180px}}
