:root{--primary-color: #020617;--secondary-color: #0f172a;--accent-cyan: #06b6d4;--accent-purple: #8b5cf6;--accent-fuchsia: #d946ef;--accent-gradient: linear-gradient(135deg, #06b6d4 0%, #8b5cf6 50%, #d946ef 100%);--text-main: #f8fafc;--text-muted: #94a3b8;--bg-light: #0f172a;--bg-dark: #020617;--border-color: rgba(255, 255, 255, .1);--border-radius-sm: 8px;--border-radius-md: 16px;--border-radius-lg: 24px;--transition-fast: .2s ease;--transition-normal: .3s cubic-bezier(.4, 0, .2, 1);--shadow-glow: 0 0 20px rgba(139, 92, 246, .4);--shadow-md: 0 10px 30px -5px rgba(0, 0, 0, .5);--shadow-lg: 0 20px 40px -10px rgba(0, 0, 0, .7);--font-heading: "Poppins", sans-serif;--font-body: "Inter", sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:80px}body{font-family:var(--font-body);color:var(--text-main);background-color:var(--bg-dark);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;color:var(--text-main);line-height:1.2}a{text-decoration:none;color:inherit;transition:var(--transition-normal)}ul{list-style:none}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 20px}.glass-panel{background:#0f172a99;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);box-shadow:0 4px 30px #00000080}.glass-panel:hover{border-color:#fff3}.text-gradient{background:var(--accent-gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.glowing-button{background:var(--accent-gradient);color:#fff;padding:1rem 2.5rem;border-radius:50px;font-weight:700;font-family:var(--font-heading);letter-spacing:.5px;display:inline-flex;align-items:center;justify-content:center;gap:.75rem;border:none;cursor:pointer;position:relative;overflow:hidden;transition:all .3s ease;box-shadow:0 10px 20px -5px #8b5cf680;z-index:1}.glowing-button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#d946ef,#8b5cf6,#06b6d4);z-index:-1;transition:opacity .3s ease;opacity:0}.glowing-button:hover:before{opacity:1}.glowing-button:hover{transform:translateY(-3px);box-shadow:0 15px 25px -5px #8b5cf6b3;color:#fff}.wiva-chat-body::-webkit-scrollbar{width:6px}.wiva-chat-body::-webkit-scrollbar-track{background:transparent}.wiva-chat-body::-webkit-scrollbar-thumb{background:#fff3;border-radius:10px}.nav-link{font-weight:600;color:#0a1f44;padding:.5rem 1.25rem;border-radius:50px;transition:all .3s ease;text-decoration:none}.nav-link:hover,.nav-link:active,.nav-link.active{color:var(--primary-color);background-color:#06b6d466}.mobile-nav-link{font-weight:600;color:#0a1f44;padding:.75rem 1.25rem;border-radius:12px;transition:all .3s ease;text-decoration:none;display:block}.mobile-nav-link:hover,.mobile-nav-link:active,.mobile-nav-link.active{color:var(--primary-color);background-color:#06b6d466}@keyframes mesh{0%{transform:scale(1) rotate(0);opacity:.5}50%{transform:scale(1.5) rotate(180deg);opacity:.8}to{transform:scale(1) rotate(360deg);opacity:.5}}.bg-mesh-1{animation:mesh 25s ease-in-out infinite alternate}.bg-mesh-2{animation:mesh 30s ease-in-out infinite alternate-reverse}.marquee-container{overflow:hidden;display:flex;white-space:nowrap;position:relative;width:100%;padding:2rem 0}.marquee-container:before,.marquee-container:after{content:"";position:absolute;top:0;width:150px;height:100%;z-index:2}.marquee-container:before{left:0;background:linear-gradient(to right,var(--bg-dark),transparent)}.marquee-container:after{right:0;background:linear-gradient(to left,var(--bg-dark),transparent)}.marquee-content{display:flex;animation:scroll 40s linear infinite;gap:2rem}.marquee-content:hover{animation-play-state:paused}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(calc(-50% - 1rem))}}@media (min-width: 769px){.feature-span-2{grid-column:span 2}}@media (min-width: 1600px){.container{max-width:1536px}html{font-size:18px}h1{font-size:6rem!important}}.mobile-menu-btn{display:none!important}@media (max-width: 1024px){#home{min-height:100vh!important;padding-top:90px!important;padding-bottom:20px!important}.hero-flex-container{gap:1.5rem!important}.hero-badge{margin-bottom:1rem!important}h1.hero-title{font-size:clamp(2rem,5vw,3rem)!important;margin-bottom:1rem!important}.hero-desc{font-size:1rem!important;margin-bottom:1.5rem!important;line-height:1.5!important}.hero-visual-panel{padding:1.5rem!important}.hero-stats-block{margin:1.5rem 0!important}.hero-icon-ring{width:90px!important;height:90px!important}.hero-icon-inner{width:80px!important;height:80px!important}.hero-icon-fa{font-size:2rem!important}.hero-stats-val{font-size:2.5rem!important;margin-top:1rem!important}.hero-indicators{margin-top:1.5rem!important}}@media (max-width: 768px){.container{padding:0 15px}h1.hero-title{font-size:2rem!important;margin-bottom:.5rem!important}.hero-text-container{text-align:center;flex:1 1 100%!important}.hero-desc{font-size:.85rem!important;margin-bottom:1rem!important;line-height:1.4!important}.hero-badge{margin-bottom:.75rem!important;padding:.25rem .8rem!important;font-size:.75rem!important}.hero-main-btn,.hero-sec-btn{padding:.6rem 1.25rem!important;font-size:.9rem!important}.hero-buttons-wrapper{justify-content:center;gap:.75rem!important}.hero-visual-container{flex:1 1 100%!important;margin-top:.5rem!important}.hero-visual-panel{padding:1rem!important;border-radius:16px!important}.hero-icon-ring{width:70px!important;height:70px!important}.hero-icon-inner{width:60px!important;height:60px!important}.hero-icon-fa{font-size:1.5rem!important}.hero-stats-val{font-size:2rem!important;margin-top:.5rem!important}.hero-stats-block{margin:1rem 0!important}.hero-indicators{margin-top:1rem!important}h2{font-size:2rem!important}p{font-size:.9rem!important}.desktop-nav{display:none!important}.mobile-menu-btn{display:block!important}.login-btn{display:none!important}.glass-panel{padding:1rem!important}section{padding:3rem 0!important}#home{min-height:100vh!important;padding-top:80px!important;padding-bottom:15px!important}}
