*{box-sizing:border-box;margin:0;padding:0}body{color:#e8e8f0;background:#0a0a0f;justify-content:center;min-height:100vh;padding-top:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;display:flex}.main-wrapper{width:100%;max-width:1100px;padding:0 24px}.navbar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff08;border:1px solid #ffffff0f;border-radius:100px;justify-content:space-between;align-items:center;height:56px;margin-bottom:40px;padding:6px 8px 6px 20px;display:flex;position:relative}.navbar-logo{align-items:center;gap:10px;display:flex}.navbar-logo .logo-img{width:auto;height:28px}.navbar-logo .logo-text{color:#fff;letter-spacing:-.5px;font-size:18px;font-weight:700}.navbar-links{align-items:center;gap:2px;display:flex}.nav-link{color:#fff6;border-radius:100px;padding:8px 18px;font-size:14px;font-weight:500;text-decoration:none;transition:all .3s}.nav-link:hover{color:#fff;background:#ffffff0f}.nav-link.active{color:#fff;background:#ffffff14}.navbar-actions{align-items:center;gap:4px;display:flex}.btn-client{color:#fff6;border-radius:100px;padding:8px 18px;font-size:14px;font-weight:500;text-decoration:none;transition:all .3s}.btn-client:hover{color:#fff;background:#ffffff0f}.btn-signup{color:#fff;background:linear-gradient(135deg,#ff6b35,#e65100);border-radius:100px;padding:8px 24px;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s;box-shadow:0 2px 20px #ff6b3533}.btn-signup:hover{transform:scale(1.05);box-shadow:0 8px 30px #ff6b354d}.hero-new{justify-content:space-between;align-items:center;gap:60px;padding:20px 0 50px;display:flex;position:relative}.hero-content{flex:1;max-width:600px}.hero-badge{color:#ffffff80;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:100px;align-items:center;gap:12px;margin-bottom:24px;padding:8px 20px 8px 16px;font-size:14px;display:inline-flex}.hero-badge .stars{color:#ffb300;letter-spacing:1px;font-size:16px}.hero-badge strong{color:#fff;font-weight:600}.hero-badge .reviews{color:#ff6b35;font-weight:500}.hero-title{color:#fff;letter-spacing:-3px;margin-bottom:16px;font-size:64px;font-weight:900;line-height:1.05}.hero-title .highlight-orange{background:linear-gradient(135deg,#ff6b35,#e65100);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.hero-tags{flex-wrap:wrap;gap:12px;margin-bottom:20px;display:flex}.hero-tags span{color:#ffffff80;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:100px;padding:4px 14px;font-size:12px}.hero-subtitle{color:#ffffff80;max-width:500px;margin-bottom:32px;font-size:18px;line-height:1.8}.hero-subtitle strong{color:#ff6b35;font-weight:600}.hero-buttons{flex-wrap:wrap;gap:16px;display:flex}.hero-buttons .btn-hero-primary{color:#fff;background:linear-gradient(135deg,#ff6b35,#e65100);border-radius:100px;align-items:center;gap:8px;padding:14px 32px;font-size:16px;font-weight:700;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 4px 30px #ff6b354d}.hero-buttons .btn-hero-primary:hover{transform:scale(1.05);box-shadow:0 8px 50px #ff6b3566}.hero-buttons .btn-hero-secondary{color:#fff;border:2px solid #ffffff1a;border-radius:100px;padding:14px 32px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s}.hero-buttons .btn-hero-secondary:hover{background:#ffffff0d;border-color:#ffffff4d}.hero-illustration{flex:0 0 450px;justify-content:center;align-items:center;height:500px;display:flex}.character-wrapper{justify-content:center;align-items:center;display:flex;position:relative}.character-static{object-fit:contain;filter:drop-shadow(0 0 80px #ff6b351a);z-index:2;width:400px;height:400px;animation:6s ease-in-out infinite float}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.character-glow{z-index:1;background:radial-gradient(circle,#ff6b350f 0%,#0000 70%);border-radius:50%;width:480px;height:480px;animation:4s ease-in-out infinite pulseGlow;position:absolute}@keyframes pulseGlow{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.character-orbits{z-index:0;width:100%;height:100%;position:absolute}.orbit{border:1px solid #ff6b350f;border-radius:50%;animation:linear infinite orbitSpin;position:absolute}.orbit-1{width:300px;height:300px;animation-duration:20s;top:50%;left:50%;transform:translate(-50%,-50%)}.orbit-2{width:400px;height:400px;animation-duration:30s;animation-direction:reverse;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes orbitSpin{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}@media (max-width:1024px){.hero-illustration{flex:0 0 350px;height:400px}.character-static{width:300px;height:300px}.character-glow{width:380px;height:380px}.orbit-1{width:240px;height:240px}.orbit-2{width:320px;height:320px}}@media (max-width:992px){.hero-new{text-align:center;flex-direction:column;gap:30px}.hero-content{max-width:100%}.hero-title{font-size:52px}.hero-subtitle{max-width:100%;margin-left:auto;margin-right:auto}.hero-buttons,.hero-tags,.hero-badge{justify-content:center}.hero-illustration{flex:0 0 300px;height:340px}.character-static{width:250px;height:250px}.character-glow{width:320px;height:320px}.orbit-1{width:200px;height:200px}.orbit-2{width:260px;height:260px}}@media (max-width:768px){.navbar-links,.navbar-actions{display:none}.mobile-menu-btn{display:flex!important}.main-wrapper{padding:0 16px}.hero-title{letter-spacing:-1px;font-size:38px}.hero-subtitle{font-size:16px}.hero-badge{padding:6px 16px;font-size:13px}.hero-buttons .btn-hero-primary,.hero-buttons .btn-hero-secondary{padding:12px 24px;font-size:15px}.hero-illustration{flex:0 0 220px;height:260px}.character-static{width:180px;height:180px}.character-glow{width:240px;height:240px}.orbit-1{width:150px;height:150px}.orbit-2{width:200px;height:200px}}@media (max-width:480px){.hero-title{font-size:30px}.hero-illustration{flex:0 0 180px;height:220px}.character-static{width:140px;height:140px}.character-glow{width:180px;height:180px}.orbit-1{width:120px;height:120px}.orbit-2{width:160px;height:160px}.hero-tags span{padding:3px 10px;font-size:11px}.navbar{height:48px;padding:4px 6px 4px 16px}.navbar-logo .logo-text{font-size:16px}}.dashboard{min-height:200px}.mobile-menu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;background:#0a0a0ffa;border-left:1px solid #ffffff0f;width:100%;max-width:320px;height:100vh;padding:24px;transition:right .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;right:-100%;overflow-y:auto}.mobile-menu.open{right:0}.mobile-menu-overlay{z-index:999;opacity:0;visibility:hidden;background:#0009;width:100%;height:100vh;transition:all .3s;position:fixed;top:0;left:0}.mobile-menu-overlay.open{opacity:1;visibility:visible}.mobile-menu-header{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:20px;display:flex}.mobile-menu-logo{color:#fff;font-size:20px;font-weight:700}.mobile-menu-close{color:#fff;cursor:pointer;background:0 0;border:none;padding:8px;transition:color .3s}.mobile-menu-close:hover{color:#ff6b35}.mobile-menu-links{flex-direction:column;gap:4px;display:flex}.mobile-nav-link{color:#fff9;border-radius:10px;padding:12px 16px;font-size:16px;font-weight:500;text-decoration:none;transition:all .3s}.mobile-nav-link:hover,.mobile-nav-link.active{color:#fff;background:#ffffff0f}.mobile-nav-link.active{color:#ff6b35}.mobile-menu-divider{background:#ffffff0f;height:1px;margin:8px 0}.btn-signup-mobile{text-align:center;background:linear-gradient(135deg,#ff6b35,#e65100);margin-top:4px;color:#fff!important}.btn-signup-mobile:hover{background:linear-gradient(135deg,#ff7a4a,#f55a00)}.mobile-menu-btn{color:#fff;cursor:pointer;background:0 0;border:none;padding:8px;transition:color .3s;display:none}.mobile-menu-btn:hover{color:#ff6b35}@media (max-width:768px){.mobile-menu-btn{display:flex!important}}@media (max-width:480px){.mobile-menu{max-width:100%}}.nav-lang-wrapper{align-items:center;display:flex;position:relative}.nav-lang-btn{color:#fff9;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff14;border-radius:100px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:500;transition:all .3s;display:flex}.nav-lang-btn:hover{color:#fff;background:#ffffff14}.nav-lang-menu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:100;background:#14141efa;border:1px solid #ffffff14;border-radius:12px;min-width:140px;padding:6px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 20px 60px #00000080}.lang-option{color:#fff9;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;width:100%;padding:8px 14px;font-size:13px;transition:all .2s;display:flex}.lang-option:hover{color:#fff;background:#ffffff0d}.lang-option.active{color:#ff6b35;background:#ff6b3514}.nav-theme-btn{color:#fff9;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;margin-left:4px;transition:all .3s;display:flex}.nav-theme-btn:hover{color:#fff;background:#ffffff14;transform:rotate(20deg)}.mobile-lang-section,.mobile-theme-section{margin:4px 0;padding:8px 16px}.mobile-lang-label,.mobile-theme-label{color:#ffffff4d;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:11px}.mobile-lang-options{gap:8px;display:flex}.mobile-lang-option{color:#ffffff80;cursor:pointer;background:#ffffff08;border:1px solid #ffffff0f;border-radius:8px;align-items:center;gap:6px;padding:6px 14px;font-size:13px;transition:all .3s;display:flex}.mobile-lang-option:hover{color:#fff;background:#ffffff0f}.mobile-lang-option.active{color:#ff6b35;background:#ff6b350d;border-color:#ff6b3533}.mobile-theme-btn{color:#ffffff80;cursor:pointer;background:#ffffff08;border:1px solid #ffffff0f;border-radius:8px;align-items:center;gap:8px;width:100%;padding:8px 16px;font-size:13px;transition:all .3s;display:flex}.mobile-theme-btn:hover{color:#fff;background:#ffffff0f}html.light .navbar{background:#fffc;border-color:#0000000f}html.light .stat-card{background:#00000008;border-color:#0000000f}html.light .package-card{background:#00000008;border-color:#0000000f}html.light .package-feature{color:#00000080}html.light .feature-text,html.light .section-header h3{color:#1a1a2e}html.light .nav-lang-menu{background:#fffffffa;border-color:#0000000f}.nav-lang-overlay{z-index:99;width:100%;height:100%;position:fixed;top:0;left:0}.nav-lang-menu{z-index:100}html.light .stat-icon-wrapper{background:#ff6b3514}.mobile-menu{max-width:380px!important}@media (max-width:480px){.mobile-menu{max-width:100%!important}}html.light{background:#f0f0f2}html.light body{color:#1a1a2e;background:#f0f0f2}html.light .navbar{background:#fffffff2;border-color:#00000014;box-shadow:0 2px 20px #0000000f}html.light .navbar-logo .logo-text{color:#1a1a2e}html.light .nav-link{color:#00000080}html.light .nav-link:hover{color:#1a1a2e;background:#0000000d}html.light .nav-link.active{color:#ff6b35;background:#ff6b351a}html.light .btn-client{color:#00000080}html.light .btn-client:hover{color:#1a1a2e;background:#0000000d}html.light .hero-title{color:#1a1a2e}html.light .hero-subtitle{color:#0009}html.light .hero-subtitle strong{color:#ff6b35}html.light .hero-badge{color:#00000080;background:#0000000a;border-color:#00000014}html.light .hero-badge strong{color:#1a1a2e}html.light .hero-badge .reviews{color:#ff6b35}html.light .hero-tags span{color:#0009;background:#0000000a;border-color:#00000014}html.light .hero-buttons .btn-hero-secondary{color:#1a1a2e;border-color:#00000026}html.light .hero-buttons .btn-hero-secondary:hover{background:#ff6b350d;border-color:#ff6b35}html.light .stat-card{background:#fffc;border-color:#0000000f;box-shadow:0 2px 10px #0000000a}html.light .stat-card:hover{background:#fffffff2;border-color:#ff6b3533;box-shadow:0 8px 30px #00000014}html.light .stat-value{color:#1a1a2e}html.light .stat-card:hover .stat-value{color:#ff6b35}html.light .stat-label{color:#0006}html.light .stat-icon-wrapper{color:#ff6b35;background:#ff6b3514}html.light .stat-change.positive{color:#4caf50;background:#4caf501a}html.light .stat-change.negative{color:#f44336;background:#f443361a}html.light .hardware-banner{background:#ffffffb3;border-color:#0000000f}html.light .hardware-icons{color:#0009}html.light .hardware-text{color:#0006}html.light .package-card{background:#fffc;border-color:#0000000f;box-shadow:0 2px 10px #0000000a}html.light .package-card:hover{background:#fffffff2;border-color:#ff6b3533;box-shadow:0 20px 60px #00000014}html.light .package-card.popular{background:#ff6b350d;border-color:#ff6b35}html.light .package-name{color:#1a1a2e}html.light .package-ram{color:#0006}html.light .package-desc{color:#00000080}html.light .package-price .price{color:#1a1a2e}html.light .package-card:hover .package-price .price{color:#ff6b35}html.light .package-feature{color:#0009;background:#00000008}html.light .package-card:hover .package-feature{background:#0000000d}html.light .package-btn{color:#fff}html.light .feature-card{background:#ffffffb3;border-color:#0000000f}html.light .feature-card:hover{background:#ffffffe6;border-color:#ff6b3526}html.light .feature-text{color:#1a1a2e}html.light .feature-desc{color:#0006}html.light .feature-icon{color:#ff6b35;background:#ff6b3514}html.light .section-header h3{color:#1a1a2e}html.light .section-header p{color:#0006}html.light .section-tag{color:#ff6b35}html.light .view-all{color:#0006}html.light .view-all:hover{color:#ff6b35}html.light .cta-banner{background:linear-gradient(135deg,#ff6b350f,#e6510008);border-color:#ff6b351a}html.light .cta-text h3{color:#1a1a2e}html.light .cta-text p{color:#0006}html.light .footer{border-color:#0000000f}html.light .footer-logo{color:#1a1a2e}html.light .footer-brand p{color:#0006}html.light .footer-label{color:#00000080}html.light .footer-links-group a{color:#0006}html.light .footer-links-group a:hover{color:#ff6b35}html.light .footer-bottom{color:#0000004d;border-color:#0000000f}html.light .footer-contact{color:#0000004d}html.light .location-content{background:#ffffffb3;border-color:#0000000f}html.light .location-address{background:#ffffff80;border-color:#0000000f}html.light .location-address h4{color:#1a1a2e}html.light .location-address p{color:#0006}html.light .location-address .address-detail{color:#0000004d}html.light .location-spec{background:#ffffff80;border-color:#0000000a}html.light .location-spec:hover{background:#ffffffb3;border-color:#ff6b3526}html.light .spec-label{color:#0000004d}html.light .spec-value{color:#000000b3}html.light .location-connectivity{background:#4caf500a;border-color:#4caf5014}html.light .connectivity-item{color:#00000080}html.light .map-grid-item{background:#0000000a}html.light .map-grid-item:hover{background:#ff6b3514}html.light .pin-label{color:#1a1a2e;background:#ffffffe6;border-color:#0000000f}html.light .map-line{background:linear-gradient(90deg,#0000,#ff6b3514,#0000)}html.light .mobile-menu{background:#fffffffa;border-color:#0000000f}html.light .mobile-menu-logo{color:#1a1a2e}html.light .mobile-nav-link{color:#00000080}html.light .mobile-nav-link:hover,html.light .mobile-nav-link.active{color:#1a1a2e;background:#0000000a}html.light .mobile-nav-link.active{color:#ff6b35}html.light .mobile-menu-divider{background:#0000000f}html.light .mobile-lang-label,html.light .mobile-theme-label{color:#0000004d}html.light .mobile-lang-option{color:#00000080;background:#00000008;border-color:#0000000f}html.light .mobile-lang-option.active{color:#ff6b35;background:#ff6b350d;border-color:#ff6b3533}html.light .mobile-theme-btn{color:#00000080;background:#00000008;border-color:#0000000f}html.light .mobile-theme-btn:hover{color:#1a1a2e;background:#0000000f}html.light .nav-lang-menu{background:#fffffffa;border-color:#0000000f;box-shadow:0 20px 60px #0000001a}html.light .lang-option{color:#00000080}html.light .lang-option:hover{color:#1a1a2e;background:#0000000a}html.light .lang-option.active{color:#ff6b35;background:#ff6b350d}html.light .nav-theme-btn{color:#00000080;background:#0000000d;border-color:#00000014}html.light .nav-theme-btn:hover{color:#1a1a2e;background:#00000014}html.light .nav-lang-btn{color:#00000080;background:#0000000d;border-color:#00000014}html.light .nav-lang-btn:hover{color:#1a1a2e;background:#00000014}html.light .popular-badge{color:#fff}
