.main-content{padding-top:80px}.hero{align-items:center;min-height:80vh;display:flex;position:relative;overflow:hidden}.hero-background{z-index:-1;position:absolute;inset:0;overflow:hidden}.hero-background:before,.hero-background:after{content:"";filter:blur(100px);border-radius:50%;animation:12s ease-in-out infinite alternate floatOrb;position:absolute}.hero-background:before{background:#ff660026;width:500px;height:500px;top:-10%;left:-10%}.hero-background:after{background:#ff2a001a;width:600px;height:600px;animation-delay:-6s;bottom:-20%;right:-10%}@keyframes floatOrb{0%{transform:translate(0)scale(1)}to{transform:translate(50px,100px)scale(1.1)}}.hero-title{letter-spacing:-1px;font-size:3.5rem;font-weight:800;line-height:1.1}.hero-subtitle{max-width:600px;font-size:1.25rem}.section{padding:6rem 0}.products-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem;display:grid}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem;display:grid}.stat-card{text-align:center;flex-direction:column;align-items:center;padding:2rem;display:flex}.stat-icon{margin-bottom:1rem;font-size:3rem}.stat-title{margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.mall-card{transition:transform var(--transition-speed) cubic-bezier(.175, .885, .32, 1.275), box-shadow var(--transition-speed) ease;border-radius:var(--border-radius);flex-direction:column;text-decoration:none;display:flex;overflow:hidden}.mall-card:hover{transform:translateY(-8px)scale(1.02);box-shadow:0 20px 40px #0006}.mall-card-title{margin-bottom:.5rem;font-size:1.5rem;font-weight:800;line-height:1.2}.mall-card-desc{margin-bottom:0;font-size:1rem;line-height:1.5}.text-left{text-align:left}.opacity-90{opacity:.9}.w-full{text-align:left;width:100%;margin-top:1rem}@media (max-width:768px){.hero-title{font-size:2.5rem}}
