:root{--wmm-blue:rgb(7, 67, 158);--wmm-blue-dark:rgb(4, 45, 110);--wmm-gold:rgb(250, 186, 91);--wmm-gold-light:rgb(255, 208, 133);--wmm-bg-light:#f4f7fb;--wmm-text-dark:#1e293b;--wmm-text-muted:#475569;--wmm-radius:20px;--wmm-shadow-soft:0 10px 30px rgba(7, 67, 158, 0.06);--wmm-shadow-hover:0 20px 40px rgba(7, 67, 158, 0.12);--wmm-transition:all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1)}@keyframes wmmFadeUp{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}.wmm-scenario-container{font-family:'Segoe UI',system-ui,-apple-system,sans-serif;color:var(--wmm-text-dark);max-width:1200px;margin:0 auto;padding:30px 20px;line-height:1.8}.wmm-video-wrapper{position:relative;max-width:1000px;margin:0 auto 70px;aspect-ratio:16 / 9;border-radius:var(--wmm-radius);overflow:hidden;box-shadow:var(--wmm-shadow-hover);background:#000;animation:wmmFadeUp 0.8s ease forwards;border:4px solid #fff}.wmm-video-wrapper iframe{position:absolute;width:100%;height:100%;top:0;left:0;border:none}.wmm-intro-section{display:flex;flex-wrap:wrap;gap:60px;margin-bottom:90px;align-items:center;animation:wmmFadeUp 0.8s ease forwards}.wmm-intro-text{flex:1 1 450px}.wmm-main-title{color:var(--wmm-blue);font-size:2.8rem;font-weight:800;margin-bottom:30px;position:relative;padding-bottom:20px;line-height:1.25;letter-spacing:-.5px}.wmm-main-title::after{content:'';position:absolute;bottom:0;left:0;width:80px;height:5px;background:linear-gradient(90deg,var(--wmm-gold),var(--wmm-gold-light));border-radius:5px}.wmm-intro-text p{font-size:1.15rem;margin-bottom:18px;color:var(--wmm-text-muted)}.wmm-intro-gallery{flex:1 1 500px;display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.wmm-gallery-img{width:100%;height:100%;object-fit:cover;border-radius:var(--wmm-radius);box-shadow:var(--wmm-shadow-soft);border:4px solid #fff;background:#fff;transition:var(--wmm-transition)}.wmm-gallery-img:hover{transform:translateY(-6px) scale(1.02);box-shadow:var(--wmm-shadow-hover);z-index:2;border-color:var(--wmm-bg-light)}.wmm-intro-gallery img:first-child:nth-last-child(1),.wmm-intro-gallery img:first-child:nth-last-child(3),.wmm-intro-gallery img:first-child:nth-last-child(5){grid-column:span 2;aspect-ratio:16/9}.wmm-intro-gallery img:first-child:nth-last-child(2),.wmm-intro-gallery img:first-child:nth-last-child(2)~img,.wmm-intro-gallery img:first-child:nth-last-child(4),.wmm-intro-gallery img:first-child:nth-last-child(4)~img,.wmm-intro-gallery img:first-child:nth-last-child(3)~img,.wmm-intro-gallery img:first-child:nth-last-child(5)~img{grid-column:span 1;aspect-ratio:4/3}.wmm-section{margin-bottom:80px;animation:wmmFadeUp 1s ease forwards}.wmm-section-title{text-align:center;color:var(--wmm-blue);font-size:2.3rem;font-weight:800;margin-bottom:60px;letter-spacing:-.5px}.wmm-text-gold{color:var(--wmm-gold)}.wmm-grid-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:40px}.wmm-card{background:#fff;padding:40px 35px 35px;border-radius:var(--wmm-radius);box-shadow:var(--wmm-shadow-soft);position:relative;border-top:4px solid var(--wmm-blue);transition:var(--wmm-transition);z-index:1}.wmm-card:hover{transform:translateY(-8px) scale(1.01);box-shadow:var(--wmm-shadow-hover)}.wmm-card-number{position:absolute;top:-25px;left:35px;width:50px;height:50px;background:linear-gradient(135deg,var(--wmm-gold),#e6a32d);color:#fff;display:flex;align-items:center;justify-content:center;border-radius:50%;font-weight:800;font-size:1.3rem;border:5px solid #fff;box-shadow:0 5px 15px rgb(250 186 91 / .3);transition:var(--wmm-transition)}.wmm-card:hover .wmm-card-number{transform:scale(1.1);box-shadow:0 8px 20px rgb(250 186 91 / .5)}.wmm-card-title{color:var(--wmm-blue);font-size:1.3rem;font-weight:800;margin:10px 0 15px;line-height:1.4}.wmm-card-desc{color:var(--wmm-text-muted);font-size:1.05rem;margin:0}.wmm-bg-blue{background:linear-gradient(135deg,var(--wmm-blue-dark),var(--wmm-blue));padding:80px 40px;border-radius:30px;position:relative;overflow:hidden;box-shadow:0 20px 50px rgb(7 67 158 / .2)}.wmm-bg-blue::before{content:'';position:absolute;top:-60px;right:-60px;width:300px;height:300px;background:radial-gradient(circle,rgb(250 186 91 / .12) 0%,transparent 70%);border-radius:50%}.wmm-card-alt{background:rgb(255 255 255 / .03);backdrop-filter:blur(15px);border:1px solid rgb(255 255 255 / .1);border-top:none;border-left:5px solid var(--wmm-gold)}.wmm-card-alt:hover{background:rgb(255 255 255 / .07);transform:translateY(-8px);box-shadow:0 15px 35px rgb(0 0 0 / .2);border-left-color:#fff}.wmm-card-alt .wmm-card-title{color:var(--wmm-gold);margin-top:0}.wmm-card-alt .wmm-card-desc{color:#f1f5f9}.wmm-card-border{border-top:none;border-left:5px solid var(--wmm-gold);background:var(--wmm-bg-light);box-shadow:none}.wmm-card-border:hover{background:#fff;box-shadow:var(--wmm-shadow-hover);border-left-color:var(--wmm-blue)}.wmm-card-border:hover .wmm-card-title{color:var(--wmm-gold)}.wmm-topology-wrapper{background:#fff;padding:30px;border-radius:var(--wmm-radius);text-align:center;border:4px solid var(--wmm-bg-light);transition:var(--wmm-transition);box-shadow:var(--wmm-shadow-soft)}.wmm-topology-wrapper:hover{box-shadow:var(--wmm-shadow-hover);border-color:#fff;transform:translateY(-4px)}.wmm-topology-img{max-width:100%;height:auto;border-radius:12px}@media (max-width:992px){.wmm-intro-section{flex-direction:column;gap:40px}.wmm-intro-gallery{width:100%}.wmm-main-title{font-size:2.4rem}}@media (max-width:768px){.wmm-main-title{font-size:2.1rem}.wmm-section-title{font-size:1.9rem;margin-bottom:50px}.wmm-intro-gallery{display:flex;flex-direction:column;gap:20px}.wmm-gallery-img{aspect-ratio:unset!important;height:auto!important;max-height:400px}.wmm-bg-blue{padding:50px 20px;border-radius:20px}.wmm-card{padding:35px 20px 25px}.wmm-card-number{left:20px;width:45px;height:45px;font-size:1.1rem;top:-20px}}#wmm-preloader{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgb(4 45 110 / .35);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:flex;justify-content:center;align-items:center;z-index:9999999;opacity:0;visibility:hidden;pointer-events:none;transition:opacity 0.3s ease,visibility 0.3s ease}#wmm-preloader.wmm-active-transition{opacity:1;visibility:visible;pointer-events:all}.wmm-top-progress{position:absolute;top:0;left:0;height:4px;background:#faba5b;width:0%;box-shadow:0 0 15px #faba5b,0 0 5px #fff;transition:width 0.4s ease}#wmm-preloader.wmm-active-transition .wmm-top-progress{animation:wmmLoadProgress 2s cubic-bezier(.165,.84,.44,1) forwards}@keyframes wmmLoadProgress{0%{width:0%}50%{width:60%}100%{width:95%}}.wmm-loader-spinner{width:90px;height:90px;position:relative}.wmm-ring{position:absolute;width:100%;height:100%;border-radius:50%;border:4px solid #fff0;animation:wmmSpin 1.5s linear infinite}.wmm-ring:nth-child(1){border-top-color:#faba5b;animation-duration:1.5s}.wmm-ring:nth-child(2){border-bottom-color:#fff;width:66px;height:66px;top:12px;left:12px;animation-duration:1s;animation-direction:reverse}.wmm-dot{position:absolute;width:18px;height:18px;background-color:#faba5b;border-radius:50%;top:36px;left:36px;box-shadow:0 0 20px #faba5b;animation:wmmPulse 1.5s ease-in-out infinite}@keyframes wmmSpin{100%{transform:rotate(360deg)}}@keyframes wmmPulse{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.4);opacity:.7}}