.Hero-module__JgYmMq__hero{background-color:var(--hero-bg);align-items:center;min-height:85vh;padding-top:140px;padding-bottom:80px;display:flex;position:relative;overflow:hidden}.Hero-module__JgYmMq__backgroundOverlay{z-index:5;pointer-events:none;background-image:url(/assets/bg/im_guanwang_bg_big.png);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__JgYmMq__container{z-index:1;grid-template-columns:1.1fr .9fr;align-items:center;gap:4rem;display:grid;position:relative}.Hero-module__JgYmMq__content{z-index:10;flex-direction:column;display:flex;position:relative}.Hero-module__JgYmMq__title{background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 40%,#d946ef 100%);-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;margin-bottom:2.5rem;font-size:clamp(3rem,5vw,4.2rem);font-weight:800;line-height:1.15}.Hero-module__JgYmMq__description{color:var(--text-muted);max-width:520px;font-size:1.2rem;line-height:1.7}.Hero-module__JgYmMq__visualContainer{justify-content:center;align-items:center;display:flex;position:relative}.Hero-module__JgYmMq__heroVideo{mix-blend-mode:multiply;z-index:1;will-change:transform;pointer-events:none;width:100%;max-width:520px;height:auto;position:relative;transform:translateZ(0)}.Hero-module__JgYmMq__heroVideo::-webkit-media-controls{display:none!important}.Hero-module__JgYmMq__heroVideo::-webkit-media-controls-enclosure{display:none!important}.Hero-module__JgYmMq__vortex{justify-content:center;align-items:center;width:520px;height:520px;display:flex;position:relative}.Hero-module__JgYmMq__layer1,.Hero-module__JgYmMq__layer2,.Hero-module__JgYmMq__layer3{will-change:transform;background:linear-gradient(45deg,#6366f11a,#d946ef1a);border:1px solid #ffffff26;border-radius:38% 62% 63% 37%/41% 44% 56% 59%;animation:25s linear infinite Hero-module__JgYmMq__rotate;position:absolute}.Hero-module__JgYmMq__layer1{width:100%;height:100%;animation-duration:35s}.Hero-module__JgYmMq__layer2{background:linear-gradient(-45deg,#8b5cf633,#6366f11a);border-radius:50% 50% 30% 70%/50% 60% 40% 50%;width:85%;height:85%;animation-duration:28s;animation-direction:reverse}.Hero-module__JgYmMq__layer3{background:radial-gradient(circle,#ffffff4d 0%,#0000 70%);border-radius:60% 40% 50% 50%/40% 50% 50% 60%;width:65%;height:65%;animation-duration:22s}@keyframes Hero-module__JgYmMq__rotate{0%{transform:rotate(0)scale(1)}50%{transform:rotate(180deg)scale(1.05)}to{transform:rotate(360deg)scale(1)}}@media (max-width:1024px){.Hero-module__JgYmMq__container{text-align:center;grid-template-columns:1fr;gap:3rem}.Hero-module__JgYmMq__content{align-items:center;padding-top:50px}.Hero-module__JgYmMq__description{max-width:100%;margin-left:auto;margin-right:auto}.Hero-module__JgYmMq__heroVideo{max-width:320px;margin-top:.3rem}.Hero-module__JgYmMq__vortex{width:320px;height:320px;margin-top:2rem}}@media (max-width:768px){.Hero-module__JgYmMq__hero{min-height:60vh;padding-top:100px;padding-bottom:40px}.Hero-module__JgYmMq__backgroundOverlay{background-image:url(/assets/bg/im_guanwang_bg_small.png);background-position:top;background-size:100%}.Hero-module__JgYmMq__title{margin-bottom:1.5rem;font-size:2.2rem}.Hero-module__JgYmMq__description{font-size:1rem}}
.Features-module__MNwinW__features{z-index:5;background:0 0;justify-content:center;align-items:center;min-height:80vh;padding:100px 0;display:flex;position:relative}.Features-module__MNwinW__header{text-align:center;margin-bottom:80px}.Features-module__MNwinW__title{color:var(--foreground);font-size:2.2rem;font-weight:800}.Features-module__MNwinW__grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.Features-module__MNwinW__card{background:var(--card-bg);-webkit-backdrop-filter:blur(24px)saturate(180%);text-align:center;border:1px solid var(--card-border);will-change:transform, box-shadow;border-radius:32px;flex-direction:column;align-items:center;height:100%;padding:3.5rem 2rem;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px 1px #fff9,0 10px 20px -10px #0000000a}.Features-module__MNwinW__card:hover{background:#ffffffa6;border-color:#fffc;transform:translateY(-10px);box-shadow:inset 0 1px 2px #fffc,0 40px 80px -12px #6366f11f,0 20px 40px -20px #0000001a}.Features-module__MNwinW__cardGlow{opacity:0;pointer-events:none;background:radial-gradient(circle,#6366f108 0%,#0000 70%);width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.Features-module__MNwinW__card:hover .Features-module__MNwinW__cardGlow{opacity:1}.Features-module__MNwinW__iconWrapper{justify-content:center;align-items:center;width:140px;height:140px;margin-bottom:2rem;display:flex}.Features-module__MNwinW__icon{object-fit:contain;object-fit:contain;will-change:transform;width:100%;height:100%}.Features-module__MNwinW__cardTitle{color:var(--foreground);z-index:1;margin-bottom:1.2rem;font-size:1.4rem;font-weight:700}.Features-module__MNwinW__cardDescription{color:var(--text-muted);z-index:1;font-size:1rem;line-height:1.7}@media (max-width:1024px){.Features-module__MNwinW__grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}.Features-module__MNwinW__card{padding:2.5rem 1.5rem}}
.GlowBackground-module__joZ1PG__container{z-index:-1;pointer-events:none;background:#f9faff;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.GlowBackground-module__joZ1PG__container canvas{display:block;width:100%!important;height:100%!important}.GlowBackground-module__joZ1PG__noise{opacity:.04;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");width:100%;height:100%;position:absolute;top:0;left:0}
