*{box-sizing:border-box;margin:0;padding:0}:root{--blue:#0061ff;--cyan:#3de5fe;--navy:#0a1e42;--text:#27272e;--muted:#596c87;--light:#ebf5ff;--border:#e2eeff;--radius:16px;--radius-sm:12px;--shadow:0 8px 32px #003cb417;--shadow-lg:0 20px 60px #003cb421}html{scroll-behavior:smooth}body{color:var(--text);background:linear-gradient(175deg,#f6fafe 0%,#eff5ff 40%,#f4f0ff 100%) fixed;font-family:Manrope,sans-serif;line-height:1.7}h1,h2,h3,h4,h5,h6{text-wrap:pretty;font-weight:700!important}p,li,td,dt,dd,figcaption,blockquote,label{text-wrap:wrap}.grad{background:linear-gradient(90deg,var(--blue),var(--cyan));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}nav{z-index:100;-webkit-backdrop-filter:blur(16px);background:#f9fbffd9;border-bottom:.5px solid #0061ff1f;padding:0 40px;position:sticky;top:0}.nav-inner{justify-content:space-between;align-items:center;max-width:1200px;height:64px;margin:0 auto;display:flex}.nav-logo{color:var(--text);flex-shrink:0;font-size:20px;font-weight:800;line-height:0}.nav-links{align-items:center;gap:4px;list-style:none;display:flex}.nav-links li{position:relative}.nav-links a{color:#3b4f6b;white-space:nowrap;border-radius:999px;align-items:center;gap:5px;padding:8px 13px;font-family:Manrope,sans-serif;font-size:14px;font-weight:500;text-decoration:none;transition:color .2s,background .2s,border-radius .2s;display:flex}.nav-links a:hover,.nav-links a.active{color:var(--blue);background:#0061ff14;border-radius:12px}.nav-drop-menu{z-index:200;background:#fff;border:1px solid #e2eeff;border-radius:24px;min-width:680px;padding:20px;display:none;position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%);box-shadow:0 20px 60px #003cb421}.nav-drop-menu:before{content:"";height:12px;position:absolute;top:-12px;left:0;right:0}.nav-links li:hover .nav-drop-menu{display:block}.ndm-header{border-bottom:1px solid #ebf5ff;border-radius:14px;align-items:center;gap:12px;margin-bottom:12px;padding:10px 14px 14px;transition:background .18s;display:flex;text-decoration:none!important}.ndm-header:hover{background:#f0f7ff}.ndm-hicon{background:linear-gradient(135deg,#0061ff,#3de5fe);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.ndm-hicon svg{stroke:#fff;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.ndm-htitle{color:#1e293b;font-size:14px;font-weight:800}.ndm-hsub{color:#596c87;margin-top:1px;font-size:12px;font-weight:500}.ndm-grid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.ndm-item{color:#1e293b;border-radius:14px;align-items:center;gap:10px;padding:10px 12px;text-decoration:none;transition:background .18s;display:flex}.ndm-item:hover{background:#f0f7ff}.ndm-item img{object-fit:contain;border-radius:12px;flex-shrink:0;width:24px;height:24px}.ndm-item b{font-size:13px;font-weight:700;display:block}.ndm-item small{color:#596c87;margin-top:1px;font-size:11px;font-weight:500;display:block}.nav-hamburger{display:none}.nav-mobile-overlay{z-index:999;opacity:0;background:#0a1e4273;transition:opacity .3s;display:none;position:fixed;inset:0}.nav-mobile-drawer{z-index:1000;background:#fff;flex-direction:column;width:280px;height:100vh;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:-4px 0 24px #0000001f}.nav-mobile-overlay.open{opacity:1;display:block}.nav-mobile-drawer.open{transform:translate(0)}.nav-mobile-header{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.nav-mobile-title{color:var(--text);font-size:16px;font-weight:700}.nav-mobile-close{cursor:pointer;color:#666;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:20px;display:flex}.nav-mobile-close:hover{background:#f5f5f5}.nav-mobile-links{flex:1;padding:12px 0;overflow-y:auto}.nav-mobile-links a{white-space:nowrap;color:var(--muted);border-bottom:1px solid #f7f7f7;padding:14px 20px;font-size:15px;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:block}.nav-mobile-links a:hover,.nav-mobile-links a.active{color:var(--blue);background:#f0f5ff;border-radius:8px}.nav-mobile-footer{border-top:1px solid #f0f0f0;padding:16px 20px}.nav-cta{align-items:center;gap:8px;display:flex}.btn-ghost{white-space:nowrap;border-radius:var(--radius-sm);color:var(--text);cursor:pointer;background:0 0;border:none;align-items:center;padding:8px 18px;font-family:Manrope,sans-serif;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-ghost:hover{color:var(--blue);background:#0061ff0d}.btn-primary{white-space:nowrap;background:linear-gradient(135deg,var(--blue),var(--cyan));cursor:pointer;border:none;border-radius:12px;align-items:center;padding:12px 28px;font-family:Manrope,sans-serif;font-size:14px;text-decoration:none;transition:opacity .2s;display:inline-flex;color:#fff!important;-webkit-text-fill-color:#fff!important;opacity:1!important;font-weight:700!important}.btn-primary:hover{opacity:.9}.btn-outline{white-space:nowrap;color:#0061ff;cursor:pointer;opacity:1;background:#fff;border:1.5px solid #0061ff;border-radius:12px;align-items:center;padding:12px 28px;font-family:Manrope,sans-serif;font-size:14px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.btn-outline *{color:inherit;background:0 0;border:none}.btn-outline:hover{background:#f0f6ff!important}@media (max-width:1024px){.intro-center,.section-head,.model-top,.tech-top,.awards-top,.system-top,.section-sub,.hero-sub,.hero-h1,.cta-inner,.section-head p,.why-section p,.support-section p{max-width:100%!important}.footer-col{display:none!important}nav{padding:0 20px}.nav-links,.nav-cta{display:none!important}.nav-hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:flex!important}.nav-hamburger span{background:var(--text);border-radius:2px;width:22px;height:2px;display:block}.nav-logo{position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%)translateY(-50%)!important}}.container{max-width:1200px;margin:0 auto;padding:0 40px}.eyebrow{color:var(--blue);background:#0061ff14;border:1px solid #0061ff2e;border-radius:100px;align-items:center;gap:4px;margin-bottom:20px;padding:6px 16px;font-size:13px;font-weight:600;display:inline-flex}.eyebrow-dot{background:var(--blue);opacity:.7;border-radius:50%;flex-shrink:0;width:6px;height:6px;display:inline-block}.hero-section{padding:80px 0 72px}.hero-grid{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid}.hero-h1{color:var(--text);text-wrap:pretty;max-width:520px;margin-bottom:18px;font-size:36px;font-weight:700;line-height:1.2}.hero-desc{color:var(--muted);max-width:480px;margin-bottom:20px;font-size:16px;line-height:1.75}.hero-btns{z-index:10;flex-wrap:wrap;gap:12px;margin-bottom:20px;display:flex;position:relative}.hero-btns .btn-primary,.hero-btns .btn-outline{white-space:nowrap;white-space:nowrap;flex:1;justify-content:center;padding:13px 28px;font-size:15px}.hero-note{color:var(--muted);max-width:420px;padding-left:4px;font-size:13px;line-height:1.65}.journey-wrap{border:1px solid var(--border);box-shadow:var(--shadow-lg);background:#fff;border-radius:28px;padding:32px 28px}.journey-title{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);text-align:center;margin-bottom:24px;font-size:11px;font-weight:800}.journey-stages{grid-template-columns:repeat(4,1fr);gap:0;display:grid;position:relative}.journey-stage{z-index:1;flex-direction:column;align-items:center;gap:10px;display:flex;position:relative}.journey-stage:after{content:"";background:linear-gradient(90deg,var(--blue),var(--cyan));z-index:-1;border-radius:2px;width:100%;height:2px;position:absolute;top:7px;left:50%}.journey-stage:last-child:after{display:none}.stage-dot{background:linear-gradient(135deg,var(--blue),var(--cyan));border:3px solid #fff;border-radius:50%;flex-shrink:0;width:14px;height:14px;box-shadow:0 0 0 3px #0061ff2e}.stage-label{color:var(--blue);text-align:center;letter-spacing:.02em;font-size:11px;font-weight:700;line-height:1.3}.stage-products{flex-direction:column;align-items:center;gap:4px;width:100%;margin-top:6px;display:flex}.stage-prod{background:var(--light);border:1px solid var(--border);border-radius:30px;align-items:center;gap:7px;width:fit-content;padding:5px 10px 5px 5px;display:flex}.stage-prod img{object-fit:contain;background:#fff;border-radius:50%;flex-shrink:0;width:20px;height:20px;padding:2px}.stage-prod span{color:var(--text);white-space:nowrap;font-size:11px;font-weight:700}.need-section{background:#fff;padding:80px 0}.section-head{text-align:center;margin-bottom:48px;display:block}.section-head h2{color:var(--text);margin:0 auto 16px;font-size:36px;font-weight:700;line-height:1.2}.section-head p{color:var(--muted);max-width:600px;margin:0 auto;font-size:16px;line-height:1.75}.need-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:12px;margin-bottom:40px;display:grid}.need-card{background:var(--light);border:1.5px solid var(--border);cursor:pointer;border-radius:20px;flex-direction:column;height:100%;padding:24px;transition:all .22s;display:flex;position:relative;overflow:hidden}.need-card:before{content:"";opacity:0;background:linear-gradient(135deg,#0061ff0d,#3de5fe0a);border-radius:18px;transition:opacity .22s;position:absolute;inset:0}.need-card:hover{border-color:#0061ff59;transform:translateY(-2px);box-shadow:0 8px 32px #0061ff1a}.need-card:hover:before{opacity:1}.need-card.active{border-color:var(--blue);background:#fff;box-shadow:0 12px 40px #0061ff24}.need-card.active:before{opacity:1}.need-card-top{align-items:flex-start;gap:12px;min-height:44px;margin-bottom:12px;display:flex}.need-prod-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.need-prod-icon img{object-fit:contain;border-radius:4px;width:24px;height:24px}.need-card-title{color:var(--text);text-wrap:pretty;padding-top:2px;font-size:15px;font-weight:700;line-height:1.3}.need-tag{border:1px solid #0000;border-radius:100px;align-items:center;gap:4px;width:fit-content;margin-bottom:10px;padding:3px 10px;font-size:11px;font-weight:700;display:inline-flex}.need-desc{color:var(--muted);text-wrap:wrap;flex:1;font-size:13px;line-height:1.7}.need-cta-wrap{text-align:center}.product-nav{border-bottom:1px solid var(--border);z-index:90;background:#fff;position:sticky;top:64px;overflow:hidden}.product-nav:after{content:"";pointer-events:none;background:linear-gradient(270deg,#fff 60%,#0000);width:40px;height:100%;display:none;position:absolute;top:0;right:0}@media (max-width:1024px){.intro-center,.section-head,.model-top,.tech-top,.awards-top,.system-top,.section-sub,.hero-sub,.hero-h1,.cta-inner,.section-head p,.why-section p,.support-section p{max-width:100%!important}.footer-col{display:none!important}.product-nav:after{display:block}}.product-nav-inner{scrollbar-width:none;-webkit-overflow-scrolling:touch;align-items:center;gap:4px;max-width:1200px;height:52px;margin:0 auto;padding:0 40px;display:flex;overflow-x:auto}.product-nav-inner::-webkit-scrollbar{display:none}.pnav-item{color:var(--muted);white-space:nowrap;border-radius:999px;flex-shrink:0;align-items:center;gap:7px;padding:6px 14px;font-size:13px;font-weight:700;text-decoration:none;transition:all .2s;display:flex;box-shadow:none!important;border:none!important;outline:none!important}.pnav-item:hover,.pnav-item.active{color:#0061ff!important;box-shadow:none!important;background:#f0f3f8!important;border:none!important;outline:none!important}.pnav-item img{object-fit:contain;border-radius:8px;width:18px;height:18px}.product-section{border-bottom:1px solid #0061ff12;scroll-margin-top:124px;padding:80px 0!important}.product-section:nth-child(2n){background:#fff}.product-section:last-child{border-bottom:none}.product-grid{grid-template-columns:1fr 1fr;align-items:center;gap:72px;display:grid}.product-grid.flip{direction:rtl}.product-grid.flip>*{direction:ltr}.prod-badge{align-items:center;gap:12px;margin-bottom:20px;display:flex}.prod-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;overflow:hidden}.prod-icon img{object-fit:contain;border-radius:8px;width:32px;height:32px}.prod-name-tag{letter-spacing:.07em;text-transform:uppercase;font-size:12px;font-weight:800}.prod-h2{color:var(--text);white-space:normal;margin-bottom:16px;font-size:36px;font-weight:700;line-height:1.2}.prod-desc{color:var(--muted);text-wrap:wrap;margin-bottom:28px;font-size:16px;line-height:1.75}.metrics-row{gap:12px;margin-bottom:28px;display:flex}.metric{border:1px solid var(--border);text-align:center;border-radius:14px;flex:1;padding:14px 18px;background:0 0!important}.metric .val{font-size:22px;font-weight:800;line-height:1.1}.metric .unit{color:var(--muted);margin-top:3px;font-size:11px;font-weight:600}.features{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:28px;display:grid}.feat{border:1px solid var(--border);border-radius:12px;align-items:flex-start;gap:10px;padding:11px 13px;display:flex;background:0 0!important}.feat-icon{flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;margin-top:2px;display:flex}.feat-text{color:var(--text);font-size:13px;font-weight:600;line-height:1.45}.target-tags{flex-wrap:wrap;gap:7px;margin-bottom:28px;display:flex}.tag-pill{border:1px solid;border-radius:999px;align-items:center;gap:4px;padding:5px 12px;font-size:12px;font-weight:700;display:inline-flex;background:0 0!important}.prod-cta{flex-wrap:wrap;gap:10px;display:flex}.prod-cta-mobile{display:none}.ob-visual{padding:4px 8px}.ob-channels-top{justify-content:space-between;gap:4px;padding:0 8px;display:flex}.ob-ch-pill{color:#3b4f6b;background:#fff;border:1px solid #00000014;border-radius:100px;align-items:center;gap:5px;padding:5px 11px 5px 7px;font-size:11px;font-weight:700;display:flex;box-shadow:0 2px 8px #003cb412}.ob-connector{width:100%;height:28px;margin:-2px 0}.ob-center-wrap{padding:32px 52px;position:relative}@keyframes obFloat1{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes obFloat2{0%,to{transform:translateY(-5px)}50%{transform:translateY(5px)}}@keyframes obFloat3{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes obFloat4{0%,to{transform:translateY(-4px)}50%{transform:translateY(6px)}}.ob-float{-webkit-backdrop-filter:blur(10px);z-index:2;background:#fffffff2;border:1px solid #fffffff2;border-radius:14px;align-items:center;gap:8px;padding:8px 12px;display:flex;position:absolute;box-shadow:0 6px 24px #003cb421}.ob-float-tl{animation:3.2s ease-in-out infinite obFloat1;top:0;left:-16px}.ob-float-tr{animation:3.8s ease-in-out infinite obFloat2;top:20px;right:-12px}.ob-float-bl{animation:3.5s ease-in-out infinite obFloat3;bottom:20px;left:-12px}.ob-float-br{animation:4s ease-in-out infinite obFloat4;bottom:0;right:-16px}.ob-float-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.ob-chat-win{z-index:1;background:#fff;border:1px solid #0061ff21;border-radius:20px;position:relative;overflow:hidden;box-shadow:0 8px 32px #003cb421}.ob-chat-header{background:linear-gradient(90deg,#f6faff,#eef4ff);border-bottom:1px solid #eef4ff;justify-content:space-between;align-items:center;padding:11px 14px;display:flex}.ob-chat-body{flex-direction:column;gap:8px;padding:11px 14px;display:flex}.ob-lead-card{background:#f8faff;border:1px solid #e8efff;border-radius:12px;padding:10px 12px}.ob-lead-active{background:#fff;border-color:#0061ff33;box-shadow:0 2px 14px #0061ff17}.ob-avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:27px;height:27px;font-size:10px;font-weight:800;display:flex}.ob-status-badge{border-radius:100px;flex-shrink:0;margin-left:auto;padding:2px 8px;font-size:10px;font-weight:700}.ob-chat-bubble{border-radius:12px;max-width:90%;margin-top:5px;padding:7px 11px;font-size:11px;line-height:1.5;display:block}.ob-bubble-in{color:#1e293b;background:#eef4ff;border-bottom-left-radius:3px}.ob-bubble-out{color:#fff;background:linear-gradient(135deg,#0061ff,#3de5fe);border-bottom-right-radius:3px;margin-left:auto;box-shadow:0 3px 12px #0061ff52}.ps-visual{flex-direction:column;gap:14px;padding:8px;display:flex}.ps-stats-row{background:#fff;border:1px solid #dbeafe;border-radius:14px;justify-content:space-around;align-items:center;padding:12px 16px;display:flex;box-shadow:0 2px 12px #2563eb14}.ps-stat{color:#596c87;flex-direction:column;align-items:center;gap:2px;font-size:10px;font-weight:500;display:flex}.ps-stat-div{background:#dbeafe;width:1px;height:28px}.ps-pipeline{align-items:flex-start;gap:4px;display:flex}.ps-phase{flex:1;min-width:0}.ps-phase-head{border:1px solid;border-radius:10px;align-items:center;gap:4px;margin-bottom:8px;padding:7px 10px;display:flex}.ps-phase-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.ps-task-list{flex-direction:column;gap:5px;display:flex}.ps-task{color:#3b4f6b;background:#f8faff;border:1px solid #0000;border-radius:8px;align-items:center;gap:4px;padding:5px 8px;font-size:11px;font-weight:500;display:flex}.ps-task-done{color:#166534;background:#f0fdf4}.ps-task-active{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe;font-weight:600}.ps-task-dot{background:#2563eb;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:1.5s ease-in-out infinite obFloat1}.ps-mini-stat{text-align:center;border-radius:8px;margin-top:4px;padding:4px 8px;font-size:10px;font-weight:700}.ps-arrow{opacity:.6;flex-shrink:0;align-items:center;padding-top:28px;display:flex}.ps-progress-wrap{background:#fff;border:1px solid #dbeafe;border-radius:12px;padding:12px 14px}@keyframes pbPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}}@keyframes pbFloat1{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-6px)rotate(.3deg)}}@keyframes pbFloat2{0%,to{transform:translateY(-4px)}50%{transform:translateY(5px)}}@keyframes pbFloat3{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes pbSlide{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.pb-visual{background:linear-gradient(160deg,#fff7f266,#fff4ed4d);border-radius:20px;flex-direction:column;gap:12px;padding:8px;display:flex;position:relative;overflow:hidden}.pb-building-header{z-index:1;background:#fffffff2;border:1px solid #ea580c26;border-radius:14px;justify-content:space-between;align-items:center;padding:12px 14px;animation:4s ease-in-out infinite pbFloat1;display:flex;position:relative;box-shadow:0 4px 20px #ea580c1a}.pb-building-icon{background:#fff4ed;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.pb-online-badge{color:#059669;white-space:nowrap;background:#dcfce7;border-radius:100px;padding:4px 10px;font-size:10px;font-weight:700}.pb-monitor-grid{z-index:1;grid-template-columns:repeat(3,1fr);gap:10px;display:grid;position:relative}.pb-card{-webkit-backdrop-filter:blur(12px);background:#fffffff2;border:1px solid #ffffffe6;border-radius:16px;padding:12px;box-shadow:0 8px 28px #ea580c1a}.pb-card:first-child{animation:3.6s ease-in-out infinite pbFloat1}.pb-card:nth-child(2){animation:4.2s ease-in-out infinite pbFloat2}.pb-card:nth-child(3){animation:3.8s ease-in-out infinite pbFloat3}.pb-card-head{align-items:center;gap:5px;margin-bottom:6px;font-size:11px;font-weight:700;display:flex}.pb-bar-wrap{margin-top:2px}.pb-request-list{flex-direction:column;gap:4px;margin-top:2px;display:flex}.pb-req{color:#3b4f6b;align-items:center;gap:5px;padding:3px 0;font-size:10px;font-weight:500;display:flex}.pb-req-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.pb-req-urgent{color:#dc2626;font-weight:600}.pb-req-done{color:#059669}.pb-sensor-list{flex-direction:column;gap:5px;margin-top:2px;display:flex}.pb-sensor{color:#3b4f6b;align-items:center;gap:4px;font-size:10px;display:flex}.pb-sensor-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.pb-pulse{animation:2s ease-in-out infinite pbPulse}.pb-alert-bar{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1;background:#ffffffeb;border:1px solid #ea580c2e;border-radius:12px;align-items:center;gap:10px;padding:10px 14px;display:flex;position:relative;box-shadow:0 4px 16px #ea580c14}.pb-alert-icon{background:#ffedd5;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.pb-tower-bg{pointer-events:none;z-index:0;position:absolute;inset:0}.pb-tower-bg svg{opacity:.12;width:100%;height:100%}.pc-visual{flex-direction:column;gap:12px;padding:8px;display:flex;overflow:visible}.pc-rating-bar{background:#fff;border:1px solid #ede9fe;border-radius:14px;align-items:center;gap:14px;padding:12px 14px;display:flex;box-shadow:0 2px 12px #7c3aed14}.pc-stars{color:#fbbf24;letter-spacing:1px;flex-shrink:0;font-size:18px}.pc-rating-right{flex-direction:column;flex:1;gap:4px;display:flex}.pc-satisfaction-row{align-items:center;gap:4px;display:flex}.pc-sat-bar{background:#f3f0ff;border-radius:99px;flex:1;height:5px;overflow:hidden}.pc-sat-bar div{border-radius:99px;height:100%}.pc-ticket-wrap{background:#fff;border:1px solid #ede9fe;border-radius:14px;padding:12px 14px;box-shadow:0 2px 12px #7c3aed12}.pc-ticket{border-bottom:1px solid #f5f3ff;gap:10px;padding:8px 0;display:flex}.pc-ticket:last-child{border-bottom:none;padding-bottom:0}.pc-ticket:first-child{padding-top:0}.pc-ticket-left{flex-shrink:0}.pc-ticket-avatar{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:10px;font-weight:800;display:flex}.pc-ticket-body{flex:1;min-width:0}.pc-badge{white-space:nowrap;border-radius:100px;padding:2px 7px;font-size:10px;font-weight:700}.pc-review{background:#fafaf0;border-radius:6px;align-items:center;gap:4px;margin-top:4px;padding:3px 6px;display:flex}.pc-progress-mini{align-items:center;gap:8px;margin-top:5px;display:flex}.pc-prog-bar{background:#ede9fe;border-radius:99px;flex:1;height:5px;overflow:hidden}.pc-prog-bar div{border-radius:99px;height:100%}.pc-ticket-active{background:#fdfbff}.pc-ticket-new{background:#faf9ff}.pc-center-wrap{padding:28px 12px;position:relative}.pc-float-card{-webkit-backdrop-filter:blur(10px);z-index:2;background:#fffffff2;border:1px solid #ffffffe6;border-radius:14px;align-items:center;gap:8px;padding:8px 12px;display:flex;position:absolute;box-shadow:0 6px 24px #7c3aed1f}.pc-fc-tl{top:4px;left:-10px}.pc-fc-tr{top:4px;right:-10px}.pc-fc-bc{bottom:4px;left:50%;transform:translate(-50%)}.pc-float-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}@keyframes pmFloat1{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@keyframes pmFloat2{0%,to{transform:translateY(-4px)}50%{transform:translateY(5px)}}@keyframes pmFloat3{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.pm-visual{flex-direction:column;gap:10px;height:100%;padding:12px;display:flex}.pm-center-wrap{padding:44px 28px 52px;position:relative}.pm-float-card{-webkit-backdrop-filter:blur(10px);z-index:2;background:#fffffff2;border:1px solid #ffffffe6;border-radius:14px;align-items:center;gap:8px;padding:8px 12px;display:flex;position:absolute;box-shadow:0 6px 24px #05966921}.pm-float-card .pm-fc-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.pm-float-card .pm-fc-val{font-size:14px;font-weight:800;line-height:1}.pm-float-card .pm-fc-lbl{color:#6b7280;white-space:nowrap;font-size:9px}.pm-fc-tl{animation:3.4s ease-in-out infinite pmFloat1;top:-14px;left:4px}.pm-fc-tr{animation:4s ease-in-out infinite pmFloat2;top:-14px;right:4px}.pm-fc-bc{animation:3.7s ease-in-out infinite pmFloat3;bottom:-14px;left:50%;transform:translate(-50%)}.pm-app-mockup{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff7;border:1px solid #d1fae5cc;border-radius:16px;overflow:hidden;box-shadow:0 8px 28px #0596691a}.pm-app-tabs{background:#d1fae580;gap:2px;margin-bottom:0;padding:4px;display:flex}.pm-atab{text-align:center;color:#6b7280;cursor:pointer;white-space:nowrap;border-radius:7px;flex:1;padding:5px 4px;font-size:10px;font-weight:600}.pm-atab.active{color:#059669;background:#fff;box-shadow:0 1px 4px #0596691f}.pm-community-section{padding:10px 12px 6px}.pm-community-label{color:#059669;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:9px;font-weight:600;display:flex}.pm-online-dot{background:#10b981;border-radius:50%;width:6px;height:6px;margin-right:4px;display:inline-block;box-shadow:0 0 0 2px #10b98140}.pm-region-row{align-items:center;gap:4px;margin-bottom:8px;display:flex}.pm-region-lbl{color:#6b7280;min-width:52px;font-size:9px;font-weight:600}.pm-av-stack{display:flex}.pm-av{color:#fff;border:2px solid #fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;margin-left:-7px;font-size:8px;font-weight:700;display:flex}.pm-av:first-child{margin-left:0}.pm-av-more{color:#059669;background:#05966926;font-size:8px;font-weight:700}.pm-region-count{color:#059669;margin-left:auto;font-size:9px;font-weight:700}.pm-courses-section{border-top:1px solid #d1fae5b3;padding:6px 12px 10px}.pm-courses-header{color:#065f46;justify-content:space-between;align-items:center;margin-bottom:7px;font-size:9px;font-weight:700;display:flex}.pm-course-item{align-items:center;gap:8px;margin-bottom:6px;display:flex}.pm-course-item:last-child{margin-bottom:0}.pm-course-icon-box{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;display:flex}.pm-course-body{flex:1;min-width:0}.pm-course-name{color:#1f2937;white-space:nowrap;text-overflow:ellipsis;margin-bottom:3px;font-size:9px;font-weight:600;overflow:hidden}.pm-course-prog-wrap{background:#d1fae5cc;border-radius:99px;height:4px;overflow:hidden}.pm-course-prog-bar{background:linear-gradient(90deg,#6366f1,#818cf8);border-radius:99px;height:100%}.pm-course-pct{color:#059669;text-align:right;flex-shrink:0;width:26px;font-size:9px;font-weight:700}.pm-leader-strip{background:#ecfdf599;border-top:1px solid #d1fae5b3;gap:4px;padding:7px 12px;display:flex}.pm-leader-chip{background:#fffc;border:1px solid #a7f3d066;border-radius:8px;flex:1;align-items:center;gap:4px;padding:4px 7px;display:flex}.pm-lchip-rank{font-size:10px;font-weight:800}.pm-lchip-av{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:7px;font-weight:700;display:flex}.pm-lchip-name{color:#374151;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:8px;overflow:hidden}.pm-lchip-val{color:#059669;font-size:8px;font-weight:700}@keyframes piFloat1{0%,to{transform:translateY(0)rotate(-.3deg)}50%{transform:translateY(-7px)rotate(.2deg)}}@keyframes piFloat2{0%,to{transform:translateY(-4px)rotate(.2deg)}50%{transform:translateY(5px)rotate(-.2deg)}}@keyframes piFloat3{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes piFloat4{0%,to{transform:translateY(-2px)}50%{transform:translateY(6px)}}.pi-visual{flex-direction:column;gap:10px;padding:4px 0;display:flex;position:relative}.pi-card-base{-webkit-backdrop-filter:blur(12px);background:#fffffff7;border:1px solid #dbeafeb3;border-radius:16px;box-shadow:0 6px 24px #1d4ed817}.pi-chart-main{padding:14px 16px;animation:4.5s ease-in-out infinite piFloat1}.pi-chart-header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.pi-chart-title{color:#1d4ed8;font-size:10px;font-weight:700}.pi-chart-badge{color:#059669;background:#ecfdf5;border-radius:20px;padding:2px 8px;font-size:9px;font-weight:700}.pi-chart-legend{gap:10px;margin-bottom:6px;display:flex}.pi-legend-item{color:#6b7280;align-items:center;gap:4px;font-size:8px;display:flex}.pi-legend-dot{border-radius:99px;width:8px;height:3px}.pi-line-chart{width:100%;height:auto;display:block}.pi-kpi-strip{z-index:2;gap:8px;margin-top:-4px;display:flex;position:relative}.pi-kpi-chip{border-radius:12px;flex:1;padding:9px 10px;animation:3.8s ease-in-out infinite piFloat2}.pi-kpi-chip:nth-child(2){animation-duration:4.3s;animation-delay:.5s}.pi-kpi-chip:nth-child(3){animation-duration:3.7s;animation-delay:1s}.pi-kpi-chip:nth-child(4){animation-duration:4.1s;animation-delay:1.5s}.pi-chip-val{margin-bottom:2px;font-size:15px;font-weight:800;line-height:1}.pi-chip-lbl{color:#6b7280;font-size:8px;line-height:1.3}.pi-bottom-row{z-index:1;gap:10px;display:flex;position:relative}.pi-bottom-card{padding:10px 12px}.pi-bc-heat{flex:1.3;animation:4.2s ease-in-out infinite piFloat3}.pi-bc-ai{flex:1;animation:3.6s ease-in-out infinite piFloat4}.pi-bc-seg{flex:.9;animation:4s ease-in-out .8s infinite piFloat1}.pi-bc-title{color:#1d4ed8;align-items:center;gap:4px;margin-bottom:8px;font-size:9px;font-weight:700;display:flex}.pi-heat-grid{grid-template-columns:1fr 1fr 1fr;gap:3px;display:grid}.pi-heat-item{text-align:center;border-radius:6px;padding:5px 4px;font-size:8px;line-height:1.4}.pi-fc-rows{flex-direction:column;gap:5px;display:flex}.pi-fc-row{align-items:center;gap:4px;display:flex}.pi-fc-lbl{color:#6b7280;flex:1;font-size:8px}.pi-fc-bar-wrap{background:#dbeafe;border-radius:99px;width:40px;height:4px;overflow:hidden}.pi-fc-bar{border-radius:99px;height:100%}.pi-fc-val{text-align:right;width:28px;font-size:9px;font-weight:700}.pi-seg-rows{flex-direction:column;gap:5px;display:flex}.pi-seg-row{align-items:center;gap:5px;display:flex}.pi-seg-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.pi-seg-lbl{color:#374151;flex:1;font-size:8px}.pi-seg-bar-wrap{background:#e0e7ff;border-radius:99px;width:36px;height:4px;overflow:hidden}.pi-seg-bar{border-radius:99px;height:100%}.pi-seg-pct{color:#1d4ed8;text-align:right;width:24px;font-size:8px;font-weight:700}.pi-kpi-row,.pi-kpi,.pi-chart-wrap,.pi-float-row,.pi-float-card,.pi-fc2-title,.pi-kpi-val,.pi-kpi-lbl,.pi-heat-grid-old,.pi-forecast-rows,.pi-card{all:unset}.mockup-wrap{border:1px solid var(--border);aspect-ratio:4/3;background:#fff;border-radius:24px;justify-content:center;align-items:center;display:flex;overflow:hidden}.mockup-inner{flex-direction:column;gap:14px;width:100%;height:100%;padding:24px;display:flex}.mock-ui{border:1px solid var(--border);background:#fff;border-radius:14px;width:100%;overflow:hidden;box-shadow:0 4px 20px #003cb414}.mock-topbar{align-items:center;gap:5px;height:34px;padding:0 14px;display:flex}.mock-topbar span{background:#ffffff73;border-radius:50%;width:7px;height:7px}.mock-body{gap:10px;padding:14px;display:grid}.mock-row{gap:10px;display:flex}.mock-card{border-radius:10px;flex:1;padding:12px}.mock-card .mc-num{font-size:20px;font-weight:800;line-height:1}.mock-card .mc-lbl{color:var(--muted);margin-top:3px;font-size:10px;font-weight:600}.mock-bar-wrap{border-radius:8px;padding:10px 12px}.mock-bar{border-radius:4px;height:5px;margin-bottom:6px}.mock-bar:last-child{margin-bottom:0}.mock-ph{color:var(--muted);opacity:.5;text-align:center;font-size:11px;font-weight:600}.cta-section{background:linear-gradient(150deg,var(--navy) 0%,#0d2860 50%,var(--navy) 100%);padding:90px 0;position:relative;overflow:hidden}.cta-section:before{content:"";background:repeating-linear-gradient(0deg,#0000,#0000 39px,#ffffff06 40px),repeating-linear-gradient(90deg,#0000,#0000 39px,#ffffff06 40px);position:absolute;inset:0}.cta-inner{text-align:center;position:relative}.cta-inner .eyebrow{color:var(--cyan);background:#3de5fe1f;border-color:#3de5fe33;margin:0 auto 20px}.cta-inner h2{color:#fff;letter-spacing:-1px;margin-bottom:14px;font-size:42px;font-weight:800;line-height:1.1}.cta-inner p{color:#fff9;max-width:480px;margin:0 auto 36px;font-size:16px;line-height:1.75}.cta-btns{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.cta-btns .btn-white{color:var(--navy);cursor:pointer;background:#fff;border:none;border-radius:12px;align-items:center;padding:14px 32px;font-size:15px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.cta-btns .btn-white:hover{transform:translateY(-1px);box-shadow:0 8px 24px #0000001f}.cta-btns .btn-ghost-white{color:#fff;cursor:pointer;background:0 0;border:1.5px solid #ffffff4d;border-radius:12px;align-items:center;padding:14px 32px;font-size:15px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.cta-btns .btn-ghost-white:hover{background:#ffffff14}footer{color:#a8c0d6;background:linear-gradient(175deg,#07101c 0%,#08132a 100%);padding:48px 40px 0}.footer-inner{grid-template-columns:280px repeat(4,1fr);gap:48px;max-width:1200px;margin:0 auto;padding-bottom:60px;display:grid}.footer-brand{flex-direction:column;display:flex}.footer-logo{margin-bottom:16px}.footer-desc{color:#96b2c8;white-space:nowrap;margin-bottom:28px;font-size:14px;line-height:1.75}.footer-col h5{color:#fff;letter-spacing:.04em;margin-bottom:18px;font-family:Manrope,sans-serif;font-size:13px;font-weight:700}.footer-col ul{flex-direction:column;gap:10px;list-style:none;display:flex}.footer-col ul li a{color:#96b2c8;font-size:13px;text-decoration:none;transition:color .2s}.footer-col ul li a:hover{color:#fff}.footer-col a{color:#96b2c8;margin-bottom:8px;font-size:13px;text-decoration:none;transition:color .2s;display:block}.footer-col a:hover{color:#fff}.footer-bottom{border-top:1px solid #ffffff1f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;max-width:1200px;margin:0 auto;padding:20px 0;display:flex}.footer-bottom p,.footer-bottom span{color:#6b849e;font-size:12px}.footer-bottom a{color:#6b849e;font-size:12px;text-decoration:none;transition:color .2s}.footer-bottom a:hover{color:#fff}@media (max-width:1024px){.intro-center,.section-head,.model-top,.tech-top,.awards-top,.system-top,.section-sub,.hero-sub,.hero-h1,.cta-inner,.section-head p,.why-section p,.support-section p{max-width:100%!important}.footer-col{display:none!important}.journey-wrap{max-width:600px}.product-grid,.product-grid.flip{direction:ltr;grid-template-columns:1fr;gap:40px}.product-grid>*{min-width:0}.need-grid{grid-template-columns:repeat(2,1fr)}.footer-inner{grid-template-columns:repeat(3,1fr);gap:32px}.footer-brand{grid-column:1/-1}footer{padding:40px 24px 0}}@media (max-width:768px){.product-nav{display:none!important}.journey-wrap{width:100%}.journey-stages{min-width:0;grid-template-columns:repeat(2,1fr)!important;gap:20px!important}.journey-stage:nth-child(2n):after{display:none}.journey-stage:after{width:calc(100% + 20px)!important}.nav-links,.nav-cta .btn-ghost,.nav-cta .btn-outline{white-space:nowrap;display:none}.nav-hamburger{display:flex}.hero-h1{font-size:26px!important;font-weight:700!important;line-height:1.25!important}.hero-btns{flex-direction:column;align-items:stretch}.hero-btns .btn-primary,.hero-btns .btn-outline{white-space:nowrap;box-sizing:border-box;flex:none;width:100%;line-height:24px}.need-grid,.features{grid-template-columns:1fr}.metrics-row{flex-wrap:wrap}.footer-inner{grid-template-columns:repeat(2,1fr)}.footer-brand{grid-column:1/-1}.section-head h2,.prod-h2{font-size:22px!important;font-weight:700!important;line-height:1.3!important}.cta-inner h2{font-size:24px!important;font-weight:700!important;line-height:1.25!important}.product-nav-inner,.container{padding:0 20px}.product-section{padding:48px 0!important}}@keyframes fadeUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.anim-fade-up{opacity:0;transition:opacity .55s cubic-bezier(.22,1,.36,1),transform .55s cubic-bezier(.22,1,.36,1);transform:translateY(22px)}.anim-fade-in{opacity:0;transition:opacity .55s}.anim-scale{opacity:0;transition:opacity .5s,transform .5s cubic-bezier(.22,1,.36,1);transform:scale(.97)}.anim-fade-up.visible,.anim-fade-in.visible,.anim-scale.visible{opacity:1;transform:none}.anim-d1{transition-delay:80ms}.anim-d2{transition-delay:.16s}.anim-d3{transition-delay:.24s}.anim-d4{transition-delay:.32s}.anim-d5{transition-delay:.4s}.anim-d6{transition-delay:.48s}@media (max-width:768px){.journey-wrap{width:100%!important;max-width:100%!important}.journey-stages{min-width:0;grid-template-columns:repeat(2,1fr)!important;gap:20px!important}.journey-stage:nth-child(2n):after{display:none}.journey-stage:after{width:calc(100% + 20px)!important}body{font-size:14px!important;line-height:1.6!important}nav{padding:0!important}.nav-inner{position:relative;justify-content:space-between!important;padding:0 16px!important}.nav-hamburger{cursor:pointer;z-index:100;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;margin-left:auto;padding:8px;position:relative;display:flex!important}.nav-hamburger span{background:#27272e;border-radius:2px;width:22px;height:2px;display:block!important}.nav-logo{position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%)translateY(-50%)!important}.nav-links,.nav-cta,.nav-drop-menu{display:none!important}.nav-mobile-header,.nav-mobile-links{padding:16px!important}section{padding-left:0!important;padding-right:0!important}.container{box-sizing:border-box;width:auto!important;max-width:calc(100% - 24px)!important;margin:0 auto!important;padding-left:8px!important;padding-right:8px!important}.hero{max-width:100%!important;padding:16px!important}.hero-section{padding:16px 0!important}.hero-section .hero-grid>div:first-child{text-align:center!important}.hero-section .eyebrow{margin-left:auto!important;margin-right:auto!important}.hero-section .hero-h1,.hero-section .hero-desc,.hero-section .hero-note{text-align:center!important;margin-left:auto!important;margin-right:auto!important}.hero-grid{grid-template-columns:1fr!important;gap:12px!important}.hero-grid>div{min-width:0}.mockup-wrap{aspect-ratio:unset!important;max-height:220px!important;overflow:hidden!important}.cta-section .cta-grid{grid-template-columns:1fr!important;gap:32px!important;padding:48px 24px!important}.cta-section h2{word-break:break-word!important;font-size:26px!important}.cta-section [style*="padding:36px 32px"]{padding:24px 20px!important}footer{padding:24px 16px!important}.footer-bottom{text-align:center!important;flex-direction:column!important;gap:8px!important;padding:16px!important}h1,.hero-h1{font-size:24px!important;line-height:1.25!important}h2,.section-head h2,.prod-h2{word-break:break-word!important;overflow-wrap:break-word!important;white-space:normal!important;margin-bottom:10px!important;font-size:22px!important;line-height:1.3!important}h3{font-size:16px!important;line-height:1.35!important}p,.hero-desc,.section-head p,.need-desc,.hero-note{font-size:14px!important;line-height:1.65!important}.section-label,.eyebrow{white-space:nowrap;padding:5px 12px!important;font-size:12px!important}.section-header{grid-template-columns:1fr!important;gap:0!important;margin-bottom:16px!important}.section-sub{margin-bottom:8px!important;font-size:14px!important}.page-giai-phap [style*="display:grid;grid-template-columns:1fr 1fr"],.page-giai-phap [style*="display:grid;grid-template-columns:1fr 2fr"],.page-giai-phap [style*="display:grid;grid-template-columns:2fr 1fr"],.page-giai-phap [style*="grid-template-columns:repeat(2"],.page-giai-phap [style*="grid-template-columns:repeat(3"],.page-giai-phap [style*="grid-template-columns:repeat(4"]:not(.journey-cats){grid-template-columns:1fr!important}.footer-inner{grid-template-columns:1fr 1fr!important;gap:12px!important}.footer-brand{grid-column:1/-1!important}.footer-desc{white-space:nowrap!important;max-width:100%!important;font-size:13px!important}.page-giai-phap [style*=padding-top\:48px],.page-giai-phap [style*=padding-top\:56px],.page-giai-phap [style*=padding-top\:64px],.page-giai-phap [style*=padding-top\:72px],.page-giai-phap [style*=padding-top\:80px]{padding-top:16px!important}.page-giai-phap [style*=padding-bottom\:48px],.page-giai-phap [style*=padding-bottom\:56px],.page-giai-phap [style*=padding-bottom\:64px],.page-giai-phap [style*=padding-bottom\:72px],.page-giai-phap [style*=padding-bottom\:80px]{padding-bottom:16px!important}.page-giai-phap [style*=margin-top\:32px],.page-giai-phap [style*=margin-top\:40px]{margin-top:12px!important}.page-giai-phap [style*=margin-top\:48px],.page-giai-phap [style*=margin-top\:56px],.page-giai-phap [style*=margin-top\:64px]{margin-top:16px!important}.page-giai-phap [style*=margin-bottom\:20px],.page-giai-phap [style*=margin-bottom\:40px]{margin-bottom:12px!important}.page-giai-phap [style*=margin-bottom\:48px],.page-giai-phap [style*=margin-bottom\:56px],.page-giai-phap [style*=margin-bottom\:64px]{margin-bottom:16px!important}.page-giai-phap [style*=gap\:40px],.page-giai-phap [style*=gap\:48px],.page-giai-phap [style*=gap\:56px],.page-giai-phap [style*=gap\:64px],.page-giai-phap [style*=gap\:72px],.page-giai-phap [style*=gap\:80px]{gap:12px!important}.product-nav{top:56px!important}.product-nav-inner{gap:2px!important;padding:0 16px!important}.pnav-item{padding:5px 10px!important;font-size:12px!important}.pi-bottom-row{flex-wrap:wrap!important}.pi-bc-heat{flex:100%!important}.pi-bc-ai,.pi-bc-seg{flex:calc(50% - 5px)!important}.pm-leader-chip:nth-child(3){display:none!important}img,svg,video{max-width:100%}.back-to-top{width:40px!important;height:40px!important;bottom:16px!important;right:16px!important}.prod-cta{display:none!important}.prod-cta-mobile{gap:10px!important;width:100%!important;margin-top:8px!important;display:flex!important}.prod-cta-mobile a{text-align:center!important;flex:1!important;justify-content:center!important}.product-grid,.product-grid.flip{gap:20px!important}.target-tags{margin-bottom:12px!important}.ob-center-wrap{padding:20px 24px!important}.pc-center-wrap{padding:16px 12px!important}.pm-center-wrap{padding:24px 16px 28px!important}}body.menu-open{touch-action:none;overflow:hidden}.nav-mobile-links a svg{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;width:16px!important;height:16px!important}@media (max-width:768px){.need-card,.why-card,.support-card,.challenge-card,.data-card,.phase,.card,.solution,.article,.box,.model-card-inner,.vmv-block,.form-card,.sidebar-card,.principle-card{padding:16px!important}.award-card-img{flex:0 0 100px!important;width:100px!important;height:100px!important;margin:12px 0 12px 12px!important}.award-card-body{padding:12px!important}.need-desc,.why-card p,.support-card p,.challenge-card p,.data-card p,.phase ul li,.card p,.solution p,.article p,.box p,.model-card-list li,.award-card-title,.award-card-org,.vmv-block p,.form-card p,.sidebar-card p{text-wrap:wrap!important;width:100%!important;max-width:100%!important}}@keyframes blink-dot{0%,to{opacity:1}50%{opacity:.3}}.error-msg{color:#ef4444;height:18px;margin-top:4px;font-size:12px;font-style:italic;font-weight:500;display:none}.error-msg.show{display:block}.error{border-color:#ef4444!important}
