html{scroll-behavior:smooth}.btn-ghost{border-radius:2rem;padding:.55rem 1.5rem;font-weight:700;transition:transform .22s,background .18s}.btn-ghost:hover,.btn-ghost:focus{transform:translateY(-2px)}.hero-section{position:relative;overflow:hidden}.hero-orb{position:absolute;width:380px;height:380px;border-radius:50%;top:-70px;right:-60px;pointer-events:none;animation:orbFloat 9s ease-in-out infinite;background:radial-gradient(circle,var(--btn-bg) 0%,transparent 70%);opacity:.16}@keyframes orbFloat{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(24px) scale(1.06)}}.card{border-radius:1.2rem;transition:transform .25s,box-shadow .25s}.card:hover{transform:translateY(-4px);box-shadow:0 14px 36px rgba(15,23,42,.16) !important}.icon-bubble{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:50%;font-size:1.5rem}.image-frame{border-radius:1.2rem;overflow:hidden;margin:0}.image-frame img{display:block;width:100%;height:auto}.marquee-wrap{overflow:hidden;padding:.75rem 0}.marquee-track{display:flex;gap:2.5rem;white-space:nowrap;animation:marqueeScroll 32s linear infinite}.marquee-wrap:hover .marquee-track{animation-play-state:paused}@keyframes marqueeScroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.reveal{opacity:1;transform:translateY(16px);transition:transform .55s ease}.reveal.is-visible{transform:none}.checklist-item{display:flex;align-items:flex-start;gap:.75rem;padding:.6rem 0;border-bottom:1px solid rgba(15,23,42,0.08)}.checklist-item:last-child{border-bottom:none}.checklist-icon{font-size:1.2rem;flex-shrink:0;margin-top:.1rem}.step-circle{width:2.4rem;height:2.4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;border:2px solid var(--btn-bg);flex-shrink:0}.promo-table td,.promo-table th{vertical-align:middle}.back-top{position:fixed;bottom:1.8rem;right:1.8rem;z-index:999;border-radius:50%;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;font-size:1.3rem;box-shadow:0 4px 16px rgba(200,20,68,.4)}@media(max-width:767px){.hero-orb{width:200px;height:200px}}
