*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:#0A0A1A;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,video{max-width:100%;height:auto}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#0A0A1A}::-webkit-scrollbar-thumb{background:#FF6B35;border-radius:3px}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:-webkit-sticky;position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.top-0{top:0}.left-0{left:0}.right-0{right:0}.bottom-0{bottom:0}.bottom-8{bottom:2rem}.z-0{z-index:0}.z-10{z-index:10}.z-50{z-index:50}.block{display:block}.inline{display:inline}.inline-flex{display:inline-flex}.flex{display:flex}.grid{display:grid}.hidden{display:none}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.w-full{width:100%}.w-8{width:2rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-24{width:6rem}.w-48{width:12rem}.h-full{height:100%}.h-2{height:.5rem}.h-8{height:2rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-48{height:12rem}.h-64{height:16rem}.min-h-screen{min-height:100vh}.max-w-xs{max-width:20rem}.max-w-3xl{max-width:48rem}.max-w-5xl{max-width:64rem}.max-w-7xl{max-width:80rem}.mx-auto{margin-left:auto;margin-right:auto}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-8{padding:2rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-24{padding-top:6rem;padding-bottom:6rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-16{margin-bottom:4rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-10{margin-top:2.5rem}.mt-16{margin-top:4rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.pr-4{padding-right:1rem}.text-left{text-align:left}.text-center{text-align:center}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem}.text-lg,.text-xl{line-height:1.75rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-black{font-weight:900}.leading-tight{line-height:1.25}.leading-relaxed{line-height:1.625}.italic{font-style:italic}.truncate,.whitespace-nowrap{white-space:nowrap}.truncate{overflow:hidden;text-overflow:ellipsis}.text-white{color:#fff}.text-gray-300{color:#d1d5db}.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.bg-black{background-color:#000}.bg-transparent{background-color:transparent}.bg-white{background-color:#fff}.rounded-full{border-radius:9999px}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-lg{border-radius:.5rem}.border{border-width:1px}.border-t{border-top-width:1px}.border-b{border-bottom-width:1px}.border-white\/5{border-color:rgba(255,255,255,.05)}.overflow-hidden{overflow:hidden}.opacity-0{opacity:0}.opacity-15{opacity:.15}.opacity-30{opacity:.3}.opacity-100{opacity:1}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.transition-colors{transition-property:color,background-color,border-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-700{transition-duration:.7s}.duration-800{transition-duration:.8s}.duration-1000{transition-duration:1s}.delay-500{transition-delay:.5s}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.pointer-events-none{pointer-events:none}.object-cover{object-fit:cover}.-translate-x-1\/2{transform:translateX(-50%)}.-translate-y-1\/2{transform:translateY(-50%)}.translate-y-0{transform:translateY(0)}.translate-y-8{transform:translateY(2rem)}.translate-y-12{transform:translateY(3rem)}.translate-y-15{transform:translateY(3.75rem)}.translate-y-20{transform:translateY(5rem)}.translate-y-30{transform:translateY(7.5rem)}.translate-y-40{transform:translateY(10rem)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.animate-bounce{animation:bounce 2s infinite}.glass{background:rgba(255,255,255,.05);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1)}.text-glow{text-shadow:0 0 20px rgba(255,107,53,.4),0 0 40px rgba(255,107,53,.4),0 0 60px rgba(255,107,53,.2)}.text-gradient{background:linear-gradient(135deg,#FF6B35,#FF8A50 30%,#C44AFF 70%,#6B3AFF);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}#particles-canvas{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.section-container{position:relative;z-index:1}.btn-glow{box-shadow:0 0 20px rgba(255,107,53,.4),0 0 40px rgba(255,107,53,.4);transition:box-shadow .3s ease,transform .3s ease}.btn-glow:hover{box-shadow:0 0 30px rgba(255,107,53,.4),0 0 60px rgba(255,107,53,.4),0 0 80px rgba(255,107,53,.3);transform:translateY(-2px)}.card-hover{transition:transform .3s ease,box-shadow .3s ease}.card-hover:hover{transform:translateY(-8px);box-shadow:0 8px 40px rgba(255,107,53,.15)}.count-up{display:inline-block}@media (min-width:640px){.sm\:inline{display:inline}.sm\:flex{display:flex}.sm\:flex-row{flex-direction:row}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}.sm\:text-6xl{font-size:3.75rem;line-height:1}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:768px){.md\:flex{display:flex}.md\:hidden{display:none}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-7xl{font-size:4.5rem;line-height:1}.md\:py-32{padding-top:8rem;padding-bottom:8rem}.md\:px-8{padding-left:2rem;padding-right:2rem}}@media (min-width:1024px){.lg\:flex{display:flex}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:gap-8{gap:2rem}.lg\:gap-12{gap:3rem}.lg\:text-8xl{font-size:6rem;line-height:1}.lg\:px-8{padding-left:2rem;padding-right:2rem}}@media (max-width:768px){h1{font-size:2.5rem!important}h2{font-size:1.8rem!important}}.from-\[#FF6B35\]{--tw-gradient-from:#FF6B35;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,107,53,0))}.to-\[#E55A2B\]{--tw-gradient-to:#E55A2B}.to-\[#C44AFF\]{--tw-gradient-to:#C44AFF}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.text-transparent{color:transparent}.hover\:text-\[#FF6B35\]:hover,.text-\[#FF6B35\]{color:#FF6B35}.bg-\[#FF6B35\]\/20{background-color:rgba(255,107,53,.2)}.from-\[#FF6B35\]\/20{--tw-gradient-from:rgba(255,107,53,0.2);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,107,53,0))}.to-\[#C44AFF\]\/20{--tw-gradient-to:rgba(196,74,255,0.2)}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.hover\:bg-white\/10:hover{background-color:rgba(255,255,255,.1)}.hover\:bg-black\/30:hover{background-color:rgba(0,0,0,.3)}.hover\:bg-black\/0:hover{background-color:rgba(0,0,0,0)}.group:hover .group-hover\:opacity-100{opacity:1}.group:hover .group-hover\:scale-100{transform:scale(1)}.scale-75{transform:scale(.75)}.hover\:translate-x-1:hover{transform:translateX(.25rem)}.group:hover .group-hover\:translate-x-1{transform:translateX(.25rem)}.flex-shrink-0{flex-shrink:0}.bg-\[#FF6B35\]\/15{background-color:rgba(255,107,53,.15)}.bg-\[#FF6B35\]\/5{background-color:rgba(255,107,53,.05)}.border-\[#FF6B35\]\/40{border-color:rgba(255,107,53,.4)}.bg-\[#C44AFF\]\/15{background-color:rgba(196,74,255,.15)}.border-\[#C44AFF\]\/30{border-color:rgba(196,74,255,.3)}.bg-\[#4A9EFF\]\/15{background-color:rgba(74,158,255,.15)}.border-\[#4A9EFF\]\/30{border-color:rgba(74,158,255,.3)}.bg-\[#FF4A8D\]\/15{background-color:rgba(255,74,141,.15)}.border-\[#FF4A8D\]\/30{border-color:rgba(255,74,141,.3)}.bg-\[#00D4AA\]\/15{background-color:rgba(0,212,170,.15)}.border-\[#00D4AA\]\/30{border-color:rgba(0,212,170,.3)}.bg-\[#FFB800\]\/15{background-color:rgba(255,184,0,.15)}.border-\[#FFB800\]\/30{border-color:rgba(255,184,0,.3)}.text-\[#C44AFF\]{color:#C44AFF}.text-\[#4A9EFF\]{color:#4A9EFF}.text-\[#FF4A8D\]{color:#FF4A8D}.text-\[#00D4AA\]{color:#00D4AA}.text-\[#FFB800\]{color:#FFB800}.bg-\[#C44AFF\]\/20{background-color:rgba(196,74,255,.2)}.bg-\[#4A9EFF\]\/20{background-color:rgba(74,158,255,.2)}.bg-\[#FF4A8D\]\/20{background-color:rgba(255,74,141,.2)}.bg-\[#00D4AA\]\/20{background-color:rgba(0,212,170,.2)}.bg-\[#FFB800\]\/20{background-color:rgba(255,184,0,.2)}.border-\[#FF6B35\]\/20{border-color:rgba(255,107,53,.2)}.bg-green-400{background-color:#4ade80}.bg-\[#FF6B35\]{background-color:#FF6B35}