*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:#1e2c46;width:100%;overflow-x:hidden}#root{box-sizing:border-box;flex-direction:column;width:100%;max-width:100%;min-height:100svh;margin:0;display:flex}.navbar{z-index:999;-webkit-backdrop-filter:blur(16px)saturate(160%);background:#0b12248c;border-bottom:1px solid #22d3ee2e;width:100%;padding:22px 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.navbar-scrolled{-webkit-backdrop-filter:blur(20px)saturate(180%);background:#0b1224e6;border-bottom-color:#22d3ee59;padding:14px 0;box-shadow:0 4px 30px #165dff40,0 0 24px #22d3ee26}.nav-container{justify-content:space-between;align-items:center;width:90%;margin:0 auto;display:flex}.nav-logo{background:linear-gradient(90deg,#22d3ee,#165dff,#722ed1,#ec4899,#22d3ee) 0 0/200%;-webkit-text-fill-color:transparent;cursor:pointer;letter-spacing:1px;filter:drop-shadow(0 0 10px #22d3ee66);-webkit-background-clip:text;flex-shrink:0;margin-right:0;font-size:28px;font-weight:800;animation:5s linear infinite neonGradientFlow}.nav-logo-img{-webkit-text-fill-color:initial;background:0 0;width:auto;height:64px;animation:6s linear infinite neonLogoFlow;display:block}@keyframes neonLogoFlow{0%{filter:drop-shadow(0 0 10px #22d3eebf)drop-shadow(0 0 20px #22d3ee59)}25%{filter:drop-shadow(0 0 10px #165dffbf)drop-shadow(0 0 20px #165dff59)}50%{filter:drop-shadow(0 0 10px #a855f7bf)drop-shadow(0 0 20px #a855f759)}75%{filter:drop-shadow(0 0 10px #ec4899bf)drop-shadow(0 0 20px #ec489959)}to{filter:drop-shadow(0 0 10px #22d3eebf)drop-shadow(0 0 20px #22d3ee59)}}@media (prefers-reduced-motion:reduce){.nav-logo-img{filter:drop-shadow(0 0 8px #22d3ee80);animation:none}}.nav-menu-desktop{align-items:center;gap:64px;margin:0 80px;display:flex}.nav-menu-desktop span{cursor:pointer;color:#cbd5e1;white-space:nowrap;padding:6px 0;font-size:20px;transition:all .3s;position:relative}.nav-menu-desktop span:after{content:"";background:linear-gradient(90deg,#22d3ee,#165dff,#722ed1) 0 0/200%;border-radius:2px;width:0;height:3px;transition:all .3s;animation:3s linear infinite neonGradientFlow;position:absolute;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 0 8px #22d3ee99}.nav-menu-desktop span:hover{color:#fff;text-shadow:0 0 12px #22d3eeb3}.nav-menu-desktop span:hover:after{width:100%}.dropdown-header{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.dropdown-title-label{color:#333;font-size:15px;font-weight:500}.dropdown-close-btn{color:#888;cursor:pointer;background:0 0;border:none;font-size:20px;transition:all .2s}.dropdown-close-btn:hover{color:#000;transform:rotate(90deg)}.dropdown-body{gap:48px;width:100%;padding:28px 32px 32px;display:flex}.dropdown-left{border-right:1px solid #ffffff14;flex-direction:column;flex:0 0 180px;gap:4px;padding-right:24px;display:flex}.dropdown-left-item{color:#cbd5e1;cursor:pointer;border-radius:8px;padding:10px 16px;font-size:15px;transition:all .2s}.dropdown-left-item:hover,.dropdown-left-item.active{color:#222;background:#f5f6f7;font-weight:500}.dropdown-right{flex-direction:column;flex:1;display:flex;overflow:hidden}.dropdown-right-header{color:#cbd5e1;margin-bottom:12px;font-size:25px;font-weight:500}.dropdown-product-grid{flex-wrap:wrap;place-content:flex-start center;gap:16px;max-height:620px;padding-right:12px;display:flex;overflow-y:auto}.dropdown-product-grid::-webkit-scrollbar{width:6px}.dropdown-product-grid::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.dropdown-product-grid::-webkit-scrollbar-thumb{background:#165dff;border-radius:4px;transition:all .3s}.dropdown-product-grid::-webkit-scrollbar-thumb:hover{background:#722ed1}.dropdown-product-card{cursor:pointer;background:#ffffff0d;border:1px solid #ffffff14;border-radius:8px;flex-direction:column;flex:340px;justify-content:space-between;max-width:380px;height:280px;padding:24px 16px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex}.dropdown-product-card .product-mockup{filter:none;align-items:center}.dropdown-product-card .product-mockup:before{display:none}.dropdown-product-card:hover{background:#ffffff1f;border-color:#165dff;transform:translateY(-5px);box-shadow:0 8px 20px #165dff33}.dp-img{color:#9ca3af;background:#ffffff1a;border-radius:6px;justify-content:center;align-items:center;width:95%;height:180px;margin:0 auto 20px;font-size:13px;display:flex}.dp-title{color:#fff;-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;margin-bottom:6px;font-size:16px;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.dp-desc{color:#cbd5e1;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}.dropdown-more{cursor:pointer;background:#f8f9fa;border:1px solid #f0f0f0;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;transition:all .3s;display:flex}.dropdown-more:hover{background:#fff;border-color:#165dff;transform:translateY(-4px);box-shadow:0 4px 12px #0000000f}.dropdown-more .arrow{color:#333;border:2px solid #ccc;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:12px;font-size:24px;transition:all .3s;display:flex}.dropdown-more:hover .arrow{color:#165dff;background:#165dff0d;border-color:#165dff}.dropdown-more span{color:#666;font-size:15px}.dropdown-more:hover span{color:#165dff}.nav-actions-desktop{flex-shrink:0;align-items:center;gap:20px;display:flex}.nav-action-item{cursor:pointer;color:#cbd5e1;border-radius:8px;align-items:center;gap:8px;padding:6px 12px;font-size:18px;transition:color .2s;display:flex}.nav-action-item:hover{color:#fff;background:#ffffff0f}.nav-shop-btn{color:#fff;cursor:pointer;letter-spacing:.5px;background:linear-gradient(90deg,#ff7a00,#ffb347);border:none;border-radius:24px;padding:8px 24px;font-size:15px;font-weight:600;transition:all .3s;box-shadow:0 0 14px #ff7a0073,0 2px 8px #ff7a004d}.nav-shop-btn:hover{transform:translateY(-2px);box-shadow:0 0 24px #ff7a00b3,0 6px 20px #ff7a0073}@media (width<=900px){.nav-menu-desktop{gap:32px;margin:0 40px;display:flex}.nav-menu-desktop span{font-size:14px}.nav-logo{font-size:18px}.nav-action-item{padding:4px 8px;font-size:13px}.nav-shop-btn{padding:6px 16px;font-size:13px}.dropdown-left{border-bottom:1px solid #ffffff1a;border-right:none;flex-flow:wrap;flex:100%;padding:0 0 8px}.dropdown-left-item{border-radius:20px;padding:6px 14px;font-size:13px}.dropdown-title{display:none}.dropdown-right{flex:100%}.dropdown-right-header{margin-bottom:8px;font-size:15px}.dropdown-product-grid{grid-template-columns:1fr;gap:8px;max-height:300px;padding-right:4px;display:grid}.dropdown-product-card{max-width:100%;height:180px;padding:10px 14px}.dp-img{width:70%;height:80px;margin:0 auto 10px}.dp-title{font-size:13px}.dp-desc{font-size:12px}}@media (width<=600px){.nav-container{width:92%}.nav-menu-desktop{gap:24px;margin:0 16px}.nav-menu-desktop span{font-size:12px}.nav-logo{font-size:16px}.nav-action-item span{display:none}.nav-shop-btn{border-radius:16px;padding:4px 10px;font-size:10px;display:inline-block}.dropdown-body{padding:12px}.dropdown-left-item{padding:4px 10px;font-size:12px}.dropdown-right-header{min-height:none;margin-bottom:6px;padding:6px;font-size:13px}.dropdown-product-grid{grid-template-columns:1fr;gap:8px;max-height:450px;padding-right:4px;display:grid}.dropdown-product-card{max-width:100%;height:280px;padding:10px 14px}.dp-img{width:90%;height:185px;margin:0 auto 10px}.dp-title{font-size:13px}.dp-desc{display:none}}.nav-mobile-right{align-items:center;gap:8px;display:none}.nav-mobile-shop{cursor:pointer;background:linear-gradient(90deg,#ff7a00,#ffb347);border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;transition:all .2s;display:flex}.nav-mobile-shop:active{transform:scale(.9)}.hamburger{cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:36px;height:36px;padding:6px;transition:all .3s;display:flex}.hamburger span{background:#cbd5e1;border-radius:2px;width:20px;height:2px;transition:all .3s;display:block}.hamburger.open span:first-child{transform:translateY(7px)rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-menu-overlay{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;animation:.25s forwards overlayFadeIn;position:fixed;inset:0}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}.mobile-menu-content{z-index:10000;background:linear-gradient(#0f1a31 0%,#152c4b 100%);border-left:1px solid #165dff4d;flex-direction:column;width:72%;max-width:300px;padding:0;animation:.3s cubic-bezier(.2,.9,.3,1) forwards slideInRight;display:flex;position:fixed;top:0;bottom:0;right:0;overflow-y:auto}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.mobile-menu-header{border-bottom:1px solid #165dff26;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.mobile-menu-logo{background:linear-gradient(90deg,#22d3ee,#165dff,#722ed1,#ec4899,#22d3ee) 0 0/200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:20px;font-weight:700;animation:5s linear infinite neonGradientFlow}.mobile-menu-logo-img{-webkit-text-fill-color:initial;background:0 0;width:auto;height:48px;display:block}.mobile-close-btn{color:#cbd5e1;cursor:pointer;background:#ffffff14;border:1px solid #ffffff1f;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;transition:all .2s;display:flex}.mobile-close-btn:active{background:#fff3}.mobile-menu-items{flex-direction:column;padding:16px 0;display:flex}.mobile-menu-items span{color:#cbd5e1;cursor:pointer;border-left:3px solid #0000;padding:18px 24px;font-size:18px;transition:all .2s;display:block}.mobile-menu-items span:hover{color:#fff;background:#165dff14}.mobile-menu-items span:active{color:#fff;background:#165dff26;border-left-color:#165dff}.mobile-menu-divider{background:#165dff26;height:1px;margin:8px 24px}.mobile-menu-footer{flex-direction:column;gap:12px;padding:16px 24px;display:flex}.mobile-menu-action{color:#cbd5e1;cursor:pointer;padding:14px 0;font-size:16px;transition:all .2s}.mobile-menu-action:active{color:#fff}.mobile-menu-shop-btn{color:#fff;cursor:pointer;background:linear-gradient(90deg,#ff7a00,#ffb347);border:none;border-radius:12px;width:100%;padding:14px 0;font-size:16px;font-weight:600;transition:all .2s}.mobile-menu-shop-btn:active{opacity:.9;transform:scale(.98)}@media (width<=768px){.nav-mobile-right,.hamburger{display:flex}.nav-menu-desktop,.nav-actions-desktop{display:none!important}.nav-logo-img{height:56px}}@media (width<=480px){.navbar{padding:12px 0}.navbar-scrolled{padding:8px 0}.nav-container{width:92%}.nav-logo{font-size:18px}.nav-logo-img{height:48px}.mobile-menu-content{width:80%}}.hero{background-color:#0b1224;align-items:center;width:100%;min-height:85vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.hero:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(#0b12248c 0%,#0000 25% 60%,#0b1224bf 100%),radial-gradient(circle at 12% 30%,#22d3ee2e 0%,#0000 35%),radial-gradient(circle at 88% 70%,#ec489926 0%,#0000 35%);position:absolute;inset:0}.hero-bg-wrapper{z-index:0;pointer-events:none;position:absolute;inset:0}.hero-bg-group{opacity:0;transition:opacity 1s ease-in-out;position:absolute;inset:0}.hero-bg-group.active{opacity:1}.hero-bg-clear{background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.hero-bg-clear video{object-fit:cover;pointer-events:none;width:100%;height:120%}.hero-bg-clear video::-webkit-media-controls{display:none!important}.hero-bg-clear video::-webkit-media-controls-start-playback-button{display:none!important}.hero-bg-clear video::-webkit-media-controls-overlay-play-button{display:none!important}.hero-title-group{z-index:3;pointer-events:none;width:min(90vw,1100px);height:170px;position:absolute;top:100px;left:5%}.hero-text-slide{opacity:0;will-change:opacity;transition:opacity .5s;position:absolute;inset:0}.hero-text-slide.is-active{opacity:1}.hero-title{white-space:nowrap;background:linear-gradient(90deg,#22d3ee,#165dff,#a855f7,#ec4899,#22d3ee) 0 0/200%;-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 18px #22d3ee73)drop-shadow(0 0 36px #722ed140);-webkit-background-clip:text;background-clip:text;margin:0 0 16px;font-size:72px;font-weight:800;line-height:1.15;animation:6s linear infinite neonGradientFlow}.hero-subtitle{color:#ffffffeb;text-shadow:0 0 14px #22d3ee8c,0 2px 16px #00000080;letter-spacing:1px;margin:0;font-size:36px;font-weight:500}.hero-secondary-btn{-webkit-backdrop-filter:blur(12px)saturate(160%);color:#fff;cursor:pointer;letter-spacing:.5px;z-index:3;background:#0b122473;border:1px solid #22d3ee73;border-radius:14px;padding:16px 40px;font-size:18px;font-weight:600;transition:all .35s;position:absolute;bottom:30px;right:30px;overflow:hidden;box-shadow:0 0 20px #22d3ee33,inset 0 0 14px #22d3ee14}.hero-secondary-btn:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#22d3ee59,#0000);width:40%;height:100%;animation:3.5s ease-in-out infinite neonShine;position:absolute;top:0;left:0}.hero-secondary-btn:hover{border-color:var(--neon-cyan);background:#22d3ee26;transform:translateY(-3px);box-shadow:0 0 28px #22d3ee99,0 8px 24px #0006}.hero-arrow{z-index:2;-webkit-backdrop-filter:blur(10px);color:#fff;cursor:pointer;background:#0b12248c;border:1px solid #22d3ee66;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 0 16px #22d3ee40}.hero-arrow:hover{border-color:var(--neon-cyan);background:#22d3ee40;transform:translateY(-50%)scale(1.12);box-shadow:0 0 28px #22d3eeb3,0 0 56px #22d3ee4d}.hero-arrow svg{filter:drop-shadow(0 0 6px #22d3eecc);width:20px;height:20px}.hero-arrow.left{left:20px}.hero-arrow.right{right:20px}.hero-dots{z-index:2;-webkit-backdrop-filter:blur(8px);background:#0b122466;border:1px solid #22d3ee2e;border-radius:20px;gap:10px;padding:8px 14px;display:flex;position:absolute;bottom:30px;left:50%;transform:translate(-50%)}.hero-dot{cursor:pointer;background:#ffffff4d;border-radius:2px;width:30px;height:4px;transition:all .3s}.hero-dot.active{background:linear-gradient(90deg,#22d3ee,#165dff);width:50px;box-shadow:0 0 12px #22d3eecc,0 0 24px #22d3ee66}@media (width<=900px){.hero-arrow{display:none}.hero-title{white-space:normal;font-size:44px}.hero-subtitle{font-size:22px}.hero-secondary-btn{padding:12px 28px;font-size:15px}}@media (width<=600px){.hero{min-height:50vh;padding-top:50px}.hero-title{font-size:30px}.hero-subtitle{font-size:18px}.hero-secondary-btn{padding:10px 22px;font-size:13px}}@media (width<=480px){.hero-secondary-btn{padding:8px 18px;font-size:12px}.hero-dots{bottom:16px}.hero-dot{width:20px;height:3px}.hero-dot.active{width:36px}}.about-video{object-fit:cover;border-radius:16px;width:100%;height:100%;display:block}.about-image-wrapper:hover .about-video{transform:scale(1.02);box-shadow:0 15px 40px #165dff4d,0 0 30px #22d3ee66}.about-content{-webkit-backdrop-filter:blur(16px)saturate(150%);background:#0b12248c;border:1px solid #22d3ee40;border-radius:20px;justify-content:space-between;align-items:center;gap:50px;padding:48px;display:flex;box-shadow:0 0 40px #22d3ee14,inset 0 0 30px #22d3ee08}.about-text{flex:1}.about-text h3{color:#fff;background:linear-gradient(90deg,#22d3ee,#165dff,#a855f7,#22d3ee) 0 0/200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:20px;font-size:28px;font-weight:700;animation:5s linear infinite neonGradientFlow}.about-text p{color:#cbd5e1;margin-bottom:16px;font-size:16px;line-height:1.8}.about-image-wrapper{flex:1;justify-content:flex-end;display:flex}.about-image-placeholder{aspect-ratio:4/2.4;color:#94a3af;-webkit-backdrop-filter:blur(8px);background:#0b122466;border:1px solid #22d3ee59;border-radius:16px;justify-content:center;align-items:center;width:100%;max-width:550px;font-size:16px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;overflow:hidden;box-shadow:0 0 24px #22d3ee26}.about-image-placeholder:hover{border-color:var(--neon-cyan);transform:translateY(-8px)scale(1.02);box-shadow:0 15px 40px #165dff4d,0 0 30px #22d3ee66}.about-image-placeholder:hover .img-placeholder-content{color:#fff;text-shadow:0 0 20px #22d3eecc}@media (width<=900px){.about-content{text-align:center;flex-direction:column-reverse;gap:30px;padding:36px 28px}.about-image-wrapper{justify-content:center}.about-image-placeholder{aspect-ratio:16/9;max-width:100%}.about-text h3{font-size:24px}}@media (width<=600px){.about-text h3{font-size:18px}.about-text p{font-size:14px}}@media (width<=480px){.about-content{border-radius:16px;gap:20px;padding:28px 18px}.about-text h3{font-size:20px}.about-text p{margin-bottom:12px;font-size:14px}.about-image-placeholder{border-radius:12px}}.product-mockup{filter:drop-shadow(0 6px 16px #00000059);background:0 0;justify-content:center;align-items:flex-end;width:100%;height:100%;transition:filter .5s;display:flex;position:relative;overflow:hidden}.product-mockup:hover{filter:drop-shadow(0 10px 24px #00000080)}.product-mockup:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(#0006,#0000 70%);border-radius:50%;height:8%;position:absolute;bottom:4%;left:18%;right:18%}.product-mockup__svg{z-index:1;width:auto;max-width:100%;height:150px;margin:0 auto;display:block;position:relative}.product-mockup__gif{opacity:0;transition:opacity .5s ease-in-out}.product-mockup__gif.is-active{opacity:1}.product-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:36px;display:grid}.product-card{-webkit-backdrop-filter:blur(12px)saturate(140%);background:#0b12248c;border:1px solid #22d3ee33;border-radius:14px;flex-direction:column;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;overflow:hidden}.product-card:hover{border-color:var(--neon-cyan);background:#111b2ebf;transform:translateY(-12px)scale(1.02);box-shadow:0 20px 50px #165dff66,0 0 30px #22d3ee4d,0 0 60px #722ed126}.product-card.has-3d{cursor:pointer}.product-card.has-3d .product-image-placeholder{position:relative}.product-card.has-3d .product-image-placeholder:after{content:"3D";color:#fff;letter-spacing:.5px;opacity:0;pointer-events:none;background:linear-gradient(90deg,#22d3ee,#165dff);border-radius:4px;padding:2px 8px;font-size:11px;font-weight:700;transition:opacity .3s;position:absolute;top:8px;right:8px;box-shadow:0 0 12px #22d3eeb3}.product-card.has-3d:hover .product-image-placeholder:after{opacity:1}.product-image-placeholder{box-sizing:border-box;color:#94a3b8;background:radial-gradient(at 50% 55%,#22d3ee29,#0b12248c 70%),linear-gradient(#111b2e0d,#0b122466);border-bottom:1px solid #22d3ee38;justify-content:center;align-items:flex-end;height:180px;margin-top:auto;padding:8px 8px 12px;display:flex;overflow:hidden}.product-actions{align-items:center;gap:24px;margin-top:4px;display:flex}.product-info{padding:24px}.product-info h3{color:#fff;margin-bottom:12px;font-size:18px}.product-info p{color:#cbd5e1;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:16px;font-size:14px;line-height:1.6;display:-webkit-box;overflow:hidden}.product-link{color:#22d3ee;cursor:pointer;text-shadow:0 0 8px #22d3ee66;padding-bottom:2px;font-size:14px;transition:all .3s;display:inline-block;position:relative}.product-link:after{content:"";background:linear-gradient(90deg,#22d3ee,#722ed1) 0 0/200%;width:0;height:2px;transition:width .3s cubic-bezier(.25,.8,.25,1);animation:3s linear infinite neonGradientFlow;position:absolute;bottom:0;left:0;box-shadow:0 0 6px #22d3ee99}.product-link:hover{color:#a855f7;text-shadow:0 0 12px #a855f7b3;transform:translate(6px)}.product-link:hover:after{width:100%}.product-btn{color:#fff;cursor:pointer;background:linear-gradient(90deg,#22d3ee,#165dff,#722ed1) 0 0/200%;border:none;border-radius:8px;padding:8px 22px;font-size:14px;font-weight:600;transition:all .3s cubic-bezier(.175,.885,.32,1.275);animation:4s linear infinite neonGradientFlow;box-shadow:0 0 14px #22d3ee59,0 2px 10px #165dff40}.product-btn:hover{transform:scale(1.1);box-shadow:0 0 24px #22d3ee99,0 4px 25px #165dff99}.product-real-image{object-fit:cover;object-position:center;width:100%;height:100%}.dp-real-image{object-fit:cover;object-position:center;border-radius:6px;width:100%;height:100%}.product-image-inner{color:#94a3b8;font-size:14px}.toast{z-index:10000;color:#cbd5e1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:none;background:#1e293bf2;border:1px solid #165dff66;border-radius:8px;padding:10px 28px;font-size:14px;animation:.3s ease-out toastIn;position:fixed;top:24px;left:50%;transform:translate(-50%);box-shadow:0 4px 20px #00000080,0 0 12px #165dff33}@keyframes toastIn{0%{opacity:0;transform:translate(-50%)translateY(-12px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@media (width<=900px){.product-grid{grid-template-columns:repeat(2,1fr);gap:15px}.product-image-placeholder{height:160px}}@media (width<=600px){.product-info{padding:12px}.product-info h3{margin-bottom:6px;font-size:13px}.product-info p{margin-bottom:6px;font-size:11px;line-height:1.4}.product-link{font-size:11px}.product-image-placeholder{height:180px}.product-grid{grid-template-columns:repeat(1,1fr);gap:8px}.product-info p{margin-bottom:6px;font-size:13px}.product-btn{padding:4px 10px;font-size:11px}}@media (width<=480px){.product-grid{gap:10px}.product-info{padding:12px}.product-info h3{font-size:15px}.product-image-placeholder{height:170px}}.cases-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.case-card{-webkit-backdrop-filter:blur(12px)saturate(140%);background:#0b12248c;border:1px solid #22d3ee38;border-radius:16px;flex-direction:column;justify-content:space-between;min-height:280px;padding:28px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex}.case-card:hover{border-color:var(--neon-cyan);background:#111b2ebf;transform:translateY(-10px);box-shadow:0 20px 50px #165dff4d,0 0 30px #22d3ee4d,0 0 60px #722ed126}.case-category{color:#22d3ee;text-shadow:0 0 8px #22d3ee99;background:#22d3ee24;border:1px solid #22d3ee66;border-radius:20px;align-self:flex-start;margin-bottom:20px;padding:5px 12px;font-size:13px;font-weight:500;display:inline-flex;box-shadow:0 0 12px #22d3ee33}.case-title{color:#fff;margin-bottom:14px;font-size:20px;font-weight:600;line-height:1.3}.case-desc{color:#cbd5e1;-webkit-line-clamp:4;-webkit-box-orient:vertical;font-size:14px;line-height:1.7;display:-webkit-box;overflow:hidden}.case-tags{border-top:1px solid #22d3ee2e;flex-wrap:wrap;gap:10px;margin-top:24px;padding-top:20px;display:flex}.case-tag{color:#94a3b8;background:#0b12248c;border:1px solid #22d3ee40;border-radius:6px;padding:5px 12px;font-size:12px;transition:all .25s}.case-tag:hover{border-color:var(--neon-cyan);color:#22d3ee;box-shadow:0 0 10px #22d3ee59}@media (width<=900px){.cases-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (width<=600px){.cases-header-left h2{font-size:26px}.cases-header-left p{font-size:14px}.cases-grid{grid-template-columns:1fr}.case-card{min-height:auto;padding:22px}.case-title{font-size:18px}.case-desc{font-size:13px}}.cases-more-wrap{text-align:center;margin-top:36px;display:none}.cases-more-btn{color:#22d3ee;letter-spacing:1px;cursor:pointer;background:#22d3ee1f;border:1px solid #22d3ee66;border-radius:24px;align-items:center;gap:6px;padding:12px 40px;font-size:15px;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 0 16px #22d3ee33}.cases-more-btn:hover{background:#22d3ee38;transform:translateY(-2px);box-shadow:0 0 26px #22d3ee73}@media (width<=900px){.cases-more-wrap{display:block}.cases-grid .case-card:nth-child(n+4){display:none}.cases-grid.expanded .case-card:nth-child(n+4){display:flex}}.community-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.community-card{-webkit-backdrop-filter:blur(12px)saturate(140%);background:#0b12248c;border:1px solid #22d3ee38;border-radius:16px;flex-direction:column;padding:28px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex}.community-card:hover{border-color:var(--neon-cyan);background:#111b2ebf;transform:translateY(-8px);box-shadow:0 20px 50px #165dff40,0 0 30px #22d3ee4d,0 0 60px #722ed126}.community-icon{background:#22d3ee24;border:1px solid #22d3ee66;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:20px;transition:all .4s;display:flex;box-shadow:0 0 16px #22d3ee40,inset 0 0 12px #22d3ee14}.community-card:hover .community-icon{transform:translateY(-2px);box-shadow:0 0 24px #22d3ee99,inset 0 0 16px #22d3ee26}.community-icon svg{filter:drop-shadow(0 0 6px #22d3eeb3);width:24px;height:24px}.community-title{color:#fff;margin-bottom:12px;font-size:18px;line-height:1.3}.community-desc{color:#cbd5e1;font-size:14px;line-height:1.7}.community-cta-wrap{text-align:center;margin-top:44px}.community-cta{color:#fff;cursor:pointer;background:linear-gradient(90deg,#22d3ee,#165dff,#722ed1) 0 0/200%;border:none;border-radius:28px;align-items:center;gap:8px;padding:14px 36px;font-size:16px;font-weight:600;transition:all .3s;animation:4s linear infinite neonGradientFlow;display:inline-flex;box-shadow:0 0 20px #165dff73,0 0 30px #22d3ee40}.community-cta:hover{transform:translateY(-3px);box-shadow:0 0 30px #165dffb3,0 0 50px #22d3ee66}@media (width<=1024px){.community-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (width<=600px){.community-grid{grid-template-columns:1fr}.community-cta{padding:12px 28px;font-size:15px}}.community-more-wrap{text-align:center;margin-top:32px;display:none}.community-more-btn{color:#22d3ee;letter-spacing:1px;cursor:pointer;background:#22d3ee1f;border:1px solid #22d3ee66;border-radius:24px;align-items:center;gap:6px;padding:12px 40px;font-size:15px;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 0 16px #22d3ee33}.community-more-btn:hover{background:#22d3ee38;transform:translateY(-2px);box-shadow:0 0 26px #22d3ee73}@media (width<=900px){.community-more-wrap{display:block}.community-grid .community-card:nth-child(n+4){display:none}.community-grid.expanded .community-card:nth-child(n+4){display:flex}}.services-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.service-card{-webkit-backdrop-filter:blur(12px)saturate(140%);background:#0b12248c;border:1px solid #22d3ee38;border-radius:16px;flex-direction:column;padding:28px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex}.service-card:hover{border-color:var(--neon-cyan);background:#111b2ebf;transform:translateY(-8px);box-shadow:0 20px 50px #165dff40,0 0 30px #22d3ee4d,0 0 60px #722ed126}.service-icon{background:#22d3ee24;border:1px solid #22d3ee66;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:20px;transition:all .4s;display:flex;box-shadow:0 0 16px #22d3ee40,inset 0 0 12px #22d3ee14}.service-card:hover .service-icon{transform:translateY(-2px);box-shadow:0 0 24px #22d3ee99,inset 0 0 16px #22d3ee26}.service-icon svg{filter:drop-shadow(0 0 6px #22d3eeb3);width:24px;height:24px}.service-title{color:#fff;margin-bottom:12px;font-size:18px;line-height:1.3}.service-desc{color:#cbd5e1;min-height:72px;margin-bottom:18px;font-size:14px;line-height:1.7}.service-bullets{margin-bottom:24px;list-style:none}.service-bullets li{color:#94a3b8;align-items:flex-start;gap:8px;margin-bottom:8px;font-size:13px;display:flex}.service-bullets li:before{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2322d3ee' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;flex-shrink:0;width:16px;height:16px;margin-top:2px}.service-cta{color:#22d3ee;cursor:pointer;text-shadow:0 0 8px #22d3ee80;align-items:center;gap:6px;margin-top:auto;font-size:14px;font-weight:600;transition:gap .3s,color .3s,text-shadow .3s;display:inline-flex}.service-cta:hover{color:#5eead4;text-shadow:0 0 14px #5eead4d9;gap:10px}@media (width<=1024px){.services-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (width<=600px){.services-header h2{font-size:28px}.services-header p{font-size:14px}.services-grid{grid-template-columns:1fr}.service-desc{min-height:auto}}.download{z-index:1;position:relative}.download-subtitle{text-align:center;margin-bottom:48px}.download-subtitle p{color:#94a3b8;font-size:16px;line-height:1.6}.download-platforms{flex-wrap:wrap;justify-content:center;gap:24px;margin-bottom:32px;display:flex}.platform-card{-webkit-backdrop-filter:blur(14px)saturate(140%);text-align:center;background:#0b12248c;border:1px solid #22d3ee38;border-radius:16px;flex:1;min-width:280px;max-width:320px;padding:32px 24px;transition:all .3s;position:relative;overflow:hidden}.platform-card:before{content:"";opacity:0;background:linear-gradient(90deg,#0000,#22d3ee,#165dff,#722ed1,#0000) 0 0/200%;width:100%;height:2px;transition:opacity .3s;animation:3s linear infinite neonGradientFlow;position:absolute;top:0;left:0}.platform-card:hover{border-color:var(--neon-cyan);background:#111b2eb3;transform:translateY(-8px);box-shadow:0 20px 40px #0006,0 0 30px #22d3ee4d,0 0 60px #165dff26}.platform-card:hover:before{opacity:1}.platform-card-active{background:#22d3ee14;border-color:#22d3ee8c;box-shadow:0 0 24px #22d3ee33}.platform-card-active:hover{background:#22d3ee26;box-shadow:0 20px 40px #0006,0 0 40px #22d3ee66}.platform-icon{margin-bottom:16px;font-size:56px;display:block}.platform-name{background:linear-gradient(90deg,#22d3ee,#165dff,#a855f7,#22d3ee) 0 0/200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:12px;font-size:22px;font-weight:700;animation:5s linear infinite neonGradientFlow}.platform-status{color:#94a3b8;margin-bottom:24px;font-size:14px;line-height:1.5}.platform-card-active .platform-status{color:#22d3ee;text-shadow:0 0 10px #22d3ee80;font-weight:500}.platform-btn{color:#cbd5e1;cursor:pointer;background:#22d3ee1a;border:1px solid #22d3ee59;border-radius:24px;padding:12px 32px;font-size:15px;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block}.platform-btn:hover{border-color:var(--neon-cyan);color:#fff;background:#22d3ee33;transform:translateY(-2px);box-shadow:0 0 20px #22d3ee73,0 8px 24px #165dff40}.platform-btn-active{color:#fff;background:linear-gradient(90deg,#22d3ee,#165dff,#722ed1) 0 0/200%;border-color:#0000;font-weight:600;animation:4s linear infinite neonGradientFlow,2.5s ease-in-out infinite btnPulse}.platform-btn-active:hover{background:linear-gradient(90deg,#22d3ee,#165dff,#722ed1) 0 0/200%;border-color:#0000;animation:4s linear infinite neonGradientFlow;box-shadow:0 0 30px #22d3ee99,0 8px 30px #165dff80}@keyframes btnPulse{0%,to{box-shadow:0 8px 30px #165dff80,0 0 16px #22d3ee4d}50%{box-shadow:0 8px 30px #165dff80,0 0 28px #22d3ee99,0 0 0 8px #22d3ee26,0 0 0 16px #165dff14}}.download-tip{text-align:center;margin-top:24px}.download-tip p{color:#94a3b8;font-size:14px;line-height:1.6}@media (width<=1024px){.download-platforms{gap:20px}.platform-card{min-width:260px}}@media (width<=768px){.download-subtitle{margin-bottom:32px}.download-subtitle p{font-size:14px}.download-platforms{flex-wrap:nowrap;gap:16px}.platform-card{flex:1;min-width:0;max-width:none;padding:20px 12px}.platform-icon{margin-bottom:12px;font-size:36px}.platform-name{margin-bottom:8px;font-size:16px}.platform-status{margin-bottom:16px;font-size:12px}.platform-btn{padding:10px 20px;font-size:13px}.download-tip p{font-size:12px}}@media (width<=480px){.download-platforms{gap:12px}.platform-card{padding:16px 10px}.platform-icon{font-size:32px}.platform-name{font-size:15px}.platform-status{font-size:11px}.platform-btn{padding:8px 16px;font-size:12px}}.contact-content{-webkit-backdrop-filter:blur(16px)saturate(150%);background:#0b12248c;border:1px solid #22d3ee40;border-radius:20px;align-items:center;gap:60px;padding:48px;display:flex;box-shadow:0 0 40px #22d3ee14,inset 0 0 30px #22d3ee08}.contact-info{flex:1}.contact-info h3{background:linear-gradient(90deg,#22d3ee,#165dff,#a855f7,#22d3ee) 0 0/200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:16px;font-size:24px;font-weight:700;animation:5s linear infinite neonGradientFlow}.contact-info p{color:#cbd5e1;margin-bottom:24px;line-height:1.8}.contact-info ul{list-style:none}.contact-info li{color:#cbd5e1;margin-bottom:12px;padding:4px 0;font-size:15px;transition:all .3s}.contact-info li:hover{color:#fff;text-shadow:0 0 12px #22d3ee99;transform:translate(6px)}.contact-qr-group{flex-direction:row;flex:1;justify-content:flex-end;align-items:center;gap:20px;display:flex}.contact-qr-card{-webkit-backdrop-filter:blur(14px)saturate(140%);background:#0b122480;border:1px solid #22d3ee4d;border-radius:16px;flex-direction:column;flex:1;align-items:center;gap:14px;min-width:0;max-width:340px;padding:20px;transition:all .3s;display:flex;box-shadow:0 0 20px #22d3ee1f}.contact-qr-card:hover{border-color:var(--neon-cyan);transform:translateY(-6px);box-shadow:0 16px 40px #0006,0 0 28px #22d3ee66,0 0 56px #165dff26}.contact-qr-banner{border-radius:10px;width:180px;height:180px;margin:0 auto;display:block;box-shadow:0 0 20px #22d3ee40}.contact-mini-qr{background:#fff;border-radius:16px;width:180px;height:180px;padding:12px;box-shadow:0 8px 24px #0000004d,0 0 20px #22d3ee33}.contact-mini-qr img{width:100%;height:100%;display:block}.contact-qr-tip{color:#cbd5e1;letter-spacing:1px;text-align:center;margin:0;font-size:14px}@media (width<=900px){.contact-content{text-align:center;flex-direction:column;gap:30px;padding:36px 28px}.contact-qr-group{justify-content:center;width:100%}}@media (width<=768px){.contact-qr-group{flex-direction:column}.contact-qr-card{max-width:320px}}@media (width<=600px){.contact-content{border-radius:16px;padding:28px 18px}.contact-info h3{font-size:18px}.contact-info li{font-size:13px}.contact-mini-qr{width:150px;height:150px}.contact-qr-card{padding:16px}}.footer{text-align:center;color:#94a3b8;-webkit-backdrop-filter:blur(10px)saturate(140%);background:#0b1224b3;border-top:1px solid #22d3ee40;padding:28px 0;font-size:14px}.footer-content{width:90%;max-width:1920px;margin:0 auto}.footer-logo{background:linear-gradient(90deg,#22d3ee,#165dff,#722ed1,#ec4899,#22d3ee) 0 0/200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:10px;font-size:18px;font-weight:700;animation:5s linear infinite neonGradientFlow}.footer-links-wrapper{-webkit-backdrop-filter:blur(10px)saturate(140%);background:#0b1224cc;border-top:1px solid #22d3ee4d;width:100%;padding:50px 0 20px}.footer-links-container{grid-template-columns:repeat(4,1fr);gap:40px;width:90%;max-width:1920px;margin:0 auto;display:grid}.footer-col h4{color:#fff;letter-spacing:1px;text-shadow:0 0 10px #22d3ee4d;margin-bottom:24px;font-size:18px;font-weight:600}.footer-col a{color:#94a3b8;margin-bottom:14px;font-size:14px;text-decoration:none;transition:all .3s;display:block;position:relative}.footer-col a:hover{color:#22d3ee;text-shadow:0 0 10px #22d3ee99;transform:translate(6px)}@media (width<=900px){.footer-links-container{grid-template-columns:repeat(2,1fr);gap:30px}}@media (width<=600px){.footer-links-container{grid-template-columns:repeat(2,1fr);gap:16px;padding:30px 0 10px}.footer-col h4{margin-bottom:12px;font-size:14px}.footer-col a{margin-bottom:8px;font-size:11px}}.back-to-top{color:#fff;cursor:pointer;opacity:0;pointer-events:none;z-index:1000;background:linear-gradient(135deg,#22d3ee,#165dff,#722ed1) 0 0/200%;border:none;border-radius:50%;width:48px;height:48px;font-size:24px;transition:all .3s;animation:4s linear infinite neonGradientFlow,2.6s ease-in-out infinite neonPulse;position:fixed;bottom:40px;right:40px;transform:translateY(20px);box-shadow:0 4px 20px #165dff66,0 0 16px #22d3ee66}.back-to-top.visible{opacity:1;pointer-events:auto;transform:translateY(0)}.back-to-top:hover{transform:translateY(-5px)scale(1.08);box-shadow:0 0 28px #22d3eeb3,0 6px 24px #165dff80}:root{--neon-cyan:#22d3ee;--neon-blue:#165dff;--neon-purple:#722ed1;--neon-magenta:#ec4899;--neon-violet:#a855f7;--glass-bg:#111b2e8c;--glass-border:#22d3ee38;--neon-gradient:linear-gradient(90deg, #165dff, #722ed1, #ec4899);--neon-gradient-cool:linear-gradient(90deg, #22d3ee, #165dff, #722ed1);--neon-glow-cyan:0 0 20px #22d3ee73, 0 0 40px #22d3ee33;--neon-glow-blue:0 0 20px #165dff80, 0 0 50px #165dff40;--neon-glow-purple:0 0 24px #722ed180, 0 0 60px #722ed140}.app{z-index:0;color:#e5e7eb;background-color:#0b1224;background-image:linear-gradient(#22d3ee0f 1px,#0000 1px),linear-gradient(90deg,#22d3ee0f 1px,#0000 1px),radial-gradient(circle at 80% 8%,#722ed16b 0%,#0000 42%),radial-gradient(circle at 8% 78%,#22d3ee4d 0%,#0000 45%),radial-gradient(circle at 50% 30%,#165dff38 0%,#0000 50%),radial-gradient(circle at 95% 95%,#ec489933 0%,#0000 40%);background-size:50px 50px,50px 50px,100% 100%,100% 100%,100% 100%,100% 100%;background-attachment:fixed;width:100%;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative}.app:before{content:"";z-index:-1;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.6' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E"),linear-gradient(120deg,#22d3ee1a 0%,#0000 28%,#722ed11a 68%,#0000 100%),radial-gradient(circle at 20% 60%,#22d3ee1f 0%,#0000 40%),radial-gradient(circle at 80% 80%,#ec48991f 0%,#0000 40%);background-repeat:repeat,no-repeat,no-repeat,no-repeat;background-size:100px 100px,200% 200%,100% 100%,100% 100%;animation:25s ease-in-out infinite alternate softFlow;position:absolute;inset:0}@keyframes softFlow{0%{background-position:0 0,0 0,0 0,0 0}to{background-position:100% 100%,100% 100%,0 0,0 0}}@keyframes neonGradientFlow{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes neonPulse{0%,to{box-shadow:0 0 16px #22d3ee59,0 0 32px #22d3ee26}50%{box-shadow:0 0 28px #22d3eea6,0 0 56px #22d3ee59}}@keyframes neonTextPulse{0%,to{text-shadow:0 0 8px #22d3ee80,0 0 20px #22d3ee40}50%{text-shadow:0 0 14px #22d3eed9,0 0 36px #22d3ee80}}@keyframes neonBorderSpin{to{transform:rotate(360deg)}}@keyframes neonFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes neonFlicker{0%,to{opacity:1}45%{opacity:.85}50%{opacity:.4}55%{opacity:.9}}@keyframes neonShine{0%{transform:translate(-120%)skew(-20deg)}to{transform:translate(220%)skew(-20deg)}}.neon-text{background:var(--neon-gradient-cool);-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text;animation:4s linear infinite neonGradientFlow}.glass-card{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(14px)saturate(140%)}.neon-border-card{isolation:isolate;background:#111b2e99;border-radius:14px;position:relative;overflow:hidden}.neon-border-card:before{content:"";border-radius:inherit;background:var(--neon-gradient-cool);-webkit-mask-composite:xor;pointer-events:none;z-index:0;background-size:200%;padding:1px;animation:6s linear infinite neonGradientFlow;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.glow-hover{transition:transform .4s cubic-bezier(.175,.885,.32,1.275),box-shadow .4s,border-color .4s}.glow-hover:hover{border-color:var(--neon-cyan);transform:translateY(-8px);box-shadow:0 18px 50px #165dff59,0 0 30px #22d3ee40}.section{width:90%;max-width:1920px;margin:0 auto;padding:60px 0}.section-header{text-align:center;margin-bottom:36px;position:relative}.section-header h2{letter-spacing:1px;background:linear-gradient(90deg,#22d3ee,#165dff,#a855f7,#22d3ee) 0 0/200%;-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 12px #22d3ee59);-webkit-background-clip:text;background-clip:text;margin-bottom:10px;font-size:40px;font-weight:800;animation:5s linear infinite neonGradientFlow}.section-header p{color:#22d3ee;letter-spacing:6px;text-transform:uppercase;text-shadow:0 0 10px #22d3ee80;opacity:.85;font-size:13px;font-weight:500}.section-intro{text-align:center;color:#94a3b8;max-width:700px;margin:0 auto 48px;font-size:15px;line-height:1.7}.reveal{opacity:0;will-change:opacity, transform;transition:opacity .7s,transform .7s cubic-bezier(.175,.885,.32,1.275);transform:translateY(28px)}.reveal.visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transition:none;transform:none}}@media (width<=600px){.section-header h2{font-size:24px}.section-header p{font-size:12px}}@media (width<=480px){.section{padding:40px 0}}
