
:root{
  --bg:#07101b;
  --bg2:#091523;
  --surface:#0d1b2c;
  --surface2:#102239;
  --line:rgba(255,255,255,.08);
  --line2:rgba(255,255,255,.14);
  --text:#f6f9fd;
  --soft:#c9d4e1;
  --muted:#8292a8;
  --blue:#2970ff;
  --blue2:#5a96ff;
  --blue3:#1d4ed8;
  --blue-soft:rgba(41,112,255,.10);
  --shadow:0 34px 100px rgba(0,0,0,.30);
  --shell:1340px;
  --header:74px;
  --ease:cubic-bezier(.16,1,.3,1);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:92px;background:var(--bg)}
body{margin:0;min-width:320px;overflow-x:hidden;color:var(--text);background:linear-gradient(180deg,#07101b,#081321 54%,#07101b);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit}a,button{font:inherit}button{cursor:pointer}svg{display:block}
.mgj-shell{width:min(calc(100% - 2rem),var(--shell));margin:auto}
.mgj-sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.mgj-bg{position:fixed;z-index:-10;inset:0;overflow:hidden;pointer-events:none}
.mgj-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:72px 72px;mask-image:radial-gradient(circle at 50% 20%,#000,transparent 75%)}
.mgj-orb{position:absolute;border-radius:50%;filter:blur(90px);opacity:.13}
.mgj-orb-a{width:38rem;height:38rem;left:-14rem;top:10rem;background:var(--blue);animation:orbA 16s var(--ease) infinite alternate}
.mgj-orb-b{width:34rem;height:34rem;right:-12rem;top:18rem;background:#1d4ed8;animation:orbB 19s var(--ease) infinite alternate}
.mgj-orb-c{width:28rem;height:28rem;left:42%;top:68rem;background:#3b82f6;opacity:.055;animation:orbC 22s var(--ease) infinite alternate}
@keyframes orbA{to{transform:translate(7rem,4rem) scale(1.08)}}
@keyframes orbB{to{transform:translate(-6rem,5rem) scale(.92)}}
@keyframes orbC{to{transform:translate(5rem,-4rem) scale(1.15)}}
.mgj-skip{position:fixed;z-index:999999;top:1rem;left:1rem;transform:translateY(-180%);padding:.7rem 1rem;border-radius:10px;background:var(--blue);color:white;font-weight:850;text-decoration:none}.mgj-skip:focus{transform:none}

.mgj-header{position:fixed;z-index:1000;inset:0 0 auto;height:var(--header);background:rgba(7,16,27,.24);border-bottom:1px solid transparent;backdrop-filter:blur(16px);transition:.3s}
.mgj-header.is-scrolled,.mgj-header.is-active{background:rgba(7,16,27,.88);border-color:var(--line);box-shadow:0 14px 40px rgba(0,0,0,.16)}
.mgj-header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem}
.mgj-brand{display:inline-flex;align-items:center;gap:.72rem;text-decoration:none}
.mgj-logo{width:40px;height:40px}.mgj-logo svg{width:100%;height:100%}.mgj-logo rect{fill:var(--blue)}.mgj-logo path{fill:none;stroke:white;stroke-width:2;stroke-linecap:round}
.mgj-brand-text{display:grid;line-height:1}.mgj-brand-text strong{font-size:1rem;letter-spacing:-.03em}.mgj-brand-text small{margin-top:.26rem;color:#8cb3ff;font-size:.52rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.mgj-nav{display:flex;align-items:center;gap:1.65rem}.mgj-nav a{position:relative;color:#b6c4d5;font-size:.76rem;font-weight:760;text-decoration:none}.mgj-nav a:after{content:"";position:absolute;left:0;right:0;bottom:-.65rem;height:2px;background:var(--blue2);transform:scaleX(0);transform-origin:center;transition:.22s}.mgj-nav a:hover:after{transform:scaleX(1)}
.mgj-header-actions{display:flex;align-items:center;gap:.55rem}
.mgj-btn{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;padding:0 .95rem;border:1px solid transparent;border-radius:11px;color:white;font-size:.78rem;font-weight:850;text-decoration:none;transition:transform .2s,background .2s,border-color .2s,box-shadow .2s}
.mgj-btn svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.mgj-btn:hover{transform:translateY(-2px)}.mgj-btn:active{transform:scale(.98)}
.mgj-btn-primary{background:var(--blue);box-shadow:0 12px 30px rgba(41,112,255,.2)}.mgj-btn-primary:hover{background:var(--blue2)}
.mgj-btn-ghost{background:rgba(255,255,255,.025);border-color:var(--line)}
.mgj-btn-lg{min-height:52px;padding:0 1.15rem;font-size:.84rem}
.mgj-menu-toggle{width:44px;height:44px;display:none;border:1px solid var(--line);border-radius:11px;background:rgba(255,255,255,.025)}.mgj-menu-toggle span{display:block;width:19px;height:2px;margin:5px auto;border-radius:99px;background:#fff;transition:.2s}.mgj-menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3.5px) rotate(45deg)}.mgj-menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}
.mgj-mobile-menu{position:fixed;inset:var(--header) 0 0;padding:1rem;background:rgba(7,16,27,.98);backdrop-filter:blur(20px);overflow:auto}.mgj-mobile-menu[hidden]{display:none}.mgj-mobile-menu nav{width:min(100%,560px);margin:auto;display:grid;gap:.55rem}.mgj-mobile-menu a{min-height:50px;display:flex;align-items:center;padding:0 1rem;border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.025);color:var(--soft);text-decoration:none;font-size:.86rem;font-weight:800}.mgj-mobile-menu a.is-primary{justify-content:center;background:var(--blue);border-color:var(--blue);color:#fff}

.mgj-hero{position:relative;min-height:960px;padding:calc(var(--header) + 5.2rem) 0 8rem;overflow:hidden}
.mgj-hero-grid{display:grid;grid-template-columns:minmax(350px,.76fr) minmax(620px,1.24fr);align-items:center;gap:clamp(2.4rem,5vw,6rem)}
.mgj-status{width:max-content;max-width:100%;display:flex;align-items:center;gap:.6rem;padding:.55rem .75rem;border:1px solid rgba(41,112,255,.2);border-radius:999px;background:rgba(41,112,255,.07);color:#9abaff;font-size:.62rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.mgj-status-dot{width:8px;height:8px;border-radius:50%;background:var(--blue2);box-shadow:0 0 0 6px rgba(41,112,255,.09);animation:pulse 2s infinite}
.mgj-hero h1{margin:1.25rem 0 0;max-width:680px;font-size:clamp(3.05rem,4.65vw,5.15rem);line-height:.98;letter-spacing:-.064em}
.mgj-hero h1 em{display:block;margin-top:.08em;color:transparent;background:linear-gradient(100deg,#dbe7ff 0%,#a9c7ff 45%,#5a96ff 100%);-webkit-background-clip:text;background-clip:text;font-style:normal}
.mgj-hero-copy>p{max-width:610px;margin:1.3rem 0 0;color:var(--muted);font-size:1rem;line-height:1.75;font-weight:560}
.mgj-actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.6rem}
.mgj-proof{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1.35rem}
.mgj-proof span{display:flex;align-items:center;gap:.45rem;padding:.45rem .6rem;border:1px solid var(--line);border-radius:9px;background:rgba(255,255,255,.018);color:#9facbe;font-size:.61rem;font-weight:800}.mgj-proof svg{width:14px;height:14px;fill:none;stroke:#84adff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.mgj-enter{opacity:1;transform:none;transition:opacity .65s var(--ease),transform .65s var(--ease)}
.mgj-motion-ready .mgj-enter{opacity:0;transform:translateY(16px)}
.mgj-motion-ready.mgj-ready .mgj-enter{opacity:1;transform:none}.mgj-ready .mgj-enter-1{transition-delay:.10s}.mgj-ready .mgj-enter-2{transition-delay:.20s}.mgj-ready .mgj-enter-3{transition-delay:.30s}.mgj-ready .mgj-enter-4{transition-delay:.40s}.mgj-ready .mgj-enter-5{transition-delay:.50s}.mgj-ready .mgj-enter-6{transition-delay:.58s}.mgj-ready .mgj-enter-7{transition-delay:.75s}

.mgj-stage{position:relative;min-width:0;perspective:1600px}.mgj-stage-glow{position:absolute;inset:16% 7% -8%;z-index:-1;border-radius:50%;background:radial-gradient(circle,rgba(41,112,255,.16),rgba(41,112,255,.04) 48%,transparent 72%);filter:blur(30px)}
.mgj-app{position:relative;overflow:hidden;border:1px solid var(--line2);border-radius:24px;background:linear-gradient(160deg,rgba(15,31,50,.98),rgba(7,20,34,.98));box-shadow:var(--shadow);transform:rotateY(-2.4deg) rotateX(.8deg);transition:transform .18s ease}
.mgj-app-top{height:52px;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:0 1rem;border-bottom:1px solid var(--line);background:rgba(255,255,255,.012)}
.mgj-app-brand{display:flex;align-items:center;gap:.55rem}.mgj-app-brand strong{font-size:.65rem}
.mgj-mini-logo{width:24px;height:24px;display:flex;align-items:flex-end;justify-content:center;gap:2px;padding:5px;border-radius:8px;background:var(--blue)}.mgj-mini-logo i{width:3px;border-radius:3px;background:#fff}.mgj-mini-logo i:nth-child(1){height:8px}.mgj-mini-logo i:nth-child(2){height:13px}.mgj-mini-logo i:nth-child(3){height:10px}
.mgj-app-mode{display:flex;align-items:center;gap:.4rem;color:#8eb4ff;font-size:.54rem;font-weight:850}.mgj-app-mode i{width:7px;height:7px;border-radius:50%;background:var(--blue2);box-shadow:0 0 0 5px rgba(41,112,255,.08)}
.mgj-search-zone{padding:1rem 1rem .75rem}.mgj-search-heading small,.mgj-search-heading strong{display:block}.mgj-search-heading small{color:var(--muted);font-size:.54rem}.mgj-search-heading strong{margin-top:.18rem;font-size:.72rem}
.mgj-searchbox{position:relative;z-index:8;display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:.55rem;margin-top:.65rem;padding:.5rem .52rem .5rem .8rem;border:1px solid var(--line2);border-radius:14px;background:rgba(5,16,28,.85);transition:.2s}.mgj-searchbox:focus-within{border-color:rgba(90,150,255,.55);box-shadow:0 0 0 4px rgba(41,112,255,.08);background:rgba(8,22,38,.96)}
.mgj-searchbox>svg{width:18px;height:18px;fill:none;stroke:#71839a;stroke-width:1.7;stroke-linecap:round}
.mgj-searchbox input{min-width:0;height:40px;border:0;outline:0;background:transparent;color:#fff;font-size:.76rem}.mgj-searchbox input::placeholder{color:#71839a}
.mgj-ai-mini,.mgj-search-go{height:36px;border:0;border-radius:9px}.mgj-ai-mini{display:flex;align-items:center;gap:.35rem;padding:0 .6rem;background:var(--blue-soft);color:#a4c3ff;font-size:.56rem;font-weight:900}.mgj-ai-mini svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8}.mgj-search-go{width:36px;display:grid;place-items:center;background:var(--blue);color:#fff}.mgj-search-go svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.mgj-suggestions{position:absolute;z-index:15;left:1rem;right:1rem;top:8.4rem;padding:.4rem;border:1px solid var(--line);border-radius:13px;background:#091726;box-shadow:0 18px 50px rgba(0,0,0,.3);opacity:0;visibility:hidden;transform:translateY(6px);transition:.2s}.mgj-suggestions.is-open{opacity:1;visibility:visible;transform:none}
.mgj-suggestions button{width:100%;display:grid;grid-template-columns:35px 1fr;align-items:center;gap:.7rem;padding:.55rem;border:0;border-radius:9px;background:transparent;color:#fff;text-align:left}.mgj-suggestions button:hover{background:rgba(255,255,255,.03)}
.mgj-suggestion-icon{width:35px;height:35px;display:grid;place-items:center;border-radius:9px;background:var(--blue-soft);color:#9fbeff}.mgj-suggestion-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.mgj-suggestions strong,.mgj-suggestions small{display:block}.mgj-suggestions strong{font-size:.64rem}.mgj-suggestions small{margin-top:.14rem;color:var(--muted);font-size:.51rem}
.mgj-chips{display:flex;flex-wrap:wrap;gap:.42rem;margin-top:.62rem}.mgj-chips button{display:flex;align-items:center;gap:.35rem;padding:.4rem .55rem;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.016);color:#8293a8;font-size:.54rem}.mgj-chips svg{width:13px;height:13px;fill:none;stroke:#7fa8ff;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}

.mgj-live-flow{position:relative;height:340px;overflow:hidden;background:radial-gradient(circle at 50% 50%,rgba(41,112,255,.08),transparent 14rem)}
.mgj-flow-core{position:absolute;z-index:5;left:50%;top:50%;width:120px;height:120px;transform:translate(-50%,-50%);display:grid;place-items:center}
.mgj-core{position:relative;z-index:4;width:88px;height:88px;display:grid;place-items:center;align-content:center;border:1px solid rgba(90,150,255,.25);border-radius:28px;background:linear-gradient(145deg,#102848,#0a1e35);box-shadow:0 18px 40px rgba(0,0,0,.25)}.mgj-core svg{width:24px;height:24px;fill:none;stroke:#8fb5ff;stroke-width:1.7}.mgj-core strong{margin-top:.35rem;font-size:.62rem}.mgj-core small{margin-top:.1rem;color:#6f8299;font-size:.46rem}
.mgj-core-ring{position:absolute;border:1px solid rgba(90,150,255,.15);border-radius:50%;animation:ringPulse 3s ease-out infinite}.mgj-core-ring-1{width:96px;height:96px}.mgj-core-ring-2{width:130px;height:130px;animation-delay:1s}.mgj-core-ring-3{width:164px;height:164px;animation-delay:2s}
@keyframes ringPulse{0%{opacity:.65;transform:scale(.75)}100%{opacity:0;transform:scale(1.2)}}
.mgj-provider-node{position:absolute;z-index:4;display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:.6rem;min-width:210px;padding:.65rem .7rem;border:1px solid var(--line);border-radius:13px;background:rgba(10,25,42,.94);box-shadow:0 14px 35px rgba(0,0,0,.24);animation:nodeFloat 5s ease-in-out infinite}.mgj-provider-node .mgj-node-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;background:var(--blue-soft);color:#9fbeff}.mgj-provider-node svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.mgj-provider-node strong,.mgj-provider-node small{display:block}.mgj-provider-node strong{font-size:.58rem}.mgj-provider-node small{margin-top:.12rem;color:var(--muted);font-size:.47rem}.mgj-provider-node>b{font-size:.57rem;color:#aac7ff}.node-a{left:5%;top:12%}.node-b{right:5%;top:13%;animation-delay:-1.4s}.node-c{right:7%;bottom:12%;animation-delay:-2.8s}
@keyframes nodeFloat{50%{transform:translateY(-7px)}}
.mgj-connection-map{position:absolute;z-index:2;inset:0;width:100%;height:100%}.mgj-path{fill:none;stroke:rgba(90,150,255,.18);stroke-width:1.4;stroke-dasharray:5 7}.mgj-pulse-dot{fill:#76a8ff;filter:drop-shadow(0 0 5px #4b8dff)}.dot-a{offset-path:path("M350 180 C290 145,235 105,145 95");animation:travel 3.2s linear infinite}.dot-b{offset-path:path("M350 180 C420 110,505 85,590 95");animation:travel 3.8s linear infinite .7s}.dot-c{offset-path:path("M350 180 C405 250,500 270,590 275");animation:travel 4.1s linear infinite 1.1s}@keyframes travel{from{offset-distance:0%}to{offset-distance:100%}}
.mgj-app-bottom{display:grid;grid-template-columns:repeat(3,1fr);gap:.55rem;padding:.8rem 1rem 1rem}.mgj-app-stat{display:flex;align-items:center;gap:.55rem;padding:.65rem;border:1px solid var(--line);border-radius:11px;background:rgba(255,255,255,.014)}.mgj-app-stat svg{width:18px;height:18px;fill:none;stroke:#83acff;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.mgj-app-stat strong,.mgj-app-stat small{display:block}.mgj-app-stat strong{font-size:.65rem}.mgj-app-stat small{margin-top:.1rem;color:var(--muted);font-size:.45rem}
.mgj-float{position:absolute;z-index:10;display:flex;align-items:center;gap:.6rem;padding:.65rem .72rem;border:1px solid var(--line2);border-radius:13px;background:rgba(9,23,39,.94);box-shadow:0 16px 40px rgba(0,0,0,.28);backdrop-filter:blur(16px);animation:floatCard 5s ease-in-out infinite}.mgj-float-icon{width:32px;height:32px;display:grid;place-items:center;border-radius:9px;background:var(--blue-soft);color:#9ebeff}.mgj-float-icon svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.mgj-float small,.mgj-float strong{display:block}.mgj-float small{color:var(--muted);font-size:.48rem}.mgj-float strong{font-size:.61rem}.mgj-float-a{right:-1.2rem;top:5rem}.mgj-float-b{left:-2rem;bottom:6rem;animation-delay:-1.8s}.mgj-float-c{right:2rem;bottom:-1rem;animation-delay:-3s}
@keyframes floatCard{50%{transform:translateY(-8px)}}
.mgj-scroll-cue{position:absolute;left:50%;bottom:2rem;transform:translateX(-50%);display:grid;justify-items:center;gap:.4rem;color:#64758b;font-size:.52rem}.mgj-scroll-cue i{width:1px;height:32px;background:linear-gradient(#71839a,transparent);animation:scrollCue 1.8s ease-in-out infinite}@keyframes scrollCue{50%{transform:scaleY(.55);transform-origin:top}}

.mgj-section,.mgj-final{padding:clamp(5rem,8vw,8rem) 0}
.mgj-heading{max-width:850px}.mgj-kicker{display:inline-flex;align-items:center;gap:.45rem;color:#82adff;font-size:.61rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.mgj-kicker svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.mgj-heading h2,.mgj-ai-copy h2,.mgj-business-copy h2,.mgj-final-card h2{margin:.8rem 0 0;font-size:clamp(2rem,3.5vw,3.7rem);line-height:1.04;letter-spacing:-.052em}.mgj-heading p,.mgj-ai-copy>p,.mgj-business-copy>p,.mgj-final-card p{max-width:700px;margin:1rem 0 0;color:var(--muted);font-size:.92rem;line-height:1.72}
.mgj-reveal{opacity:1;transform:none;transition:opacity .7s ease,transform .7s var(--ease)}
.mgj-motion-ready .mgj-reveal{opacity:0;transform:translateY(24px)}
.mgj-motion-ready .mgj-reveal.visible{opacity:1;transform:none}

.mgj-journey{position:relative;display:grid;grid-template-columns:repeat(5,1fr);gap:.7rem;margin-top:2.5rem}.mgj-journey-progress{position:absolute;z-index:1;left:8%;right:8%;top:46px;height:2px;background:rgba(255,255,255,.045)}.mgj-journey-progress span{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--blue),var(--blue2));box-shadow:0 0 14px rgba(41,112,255,.3);transition:width 2s var(--ease)}
.mgj-journey.active .mgj-journey-progress span{width:100%}.mgj-journey-step{position:relative;z-index:2;min-height:240px;padding:1rem;border:1px solid var(--line);border-radius:17px;background:rgba(12,27,44,.52);transition:.28s}.mgj-journey-step:hover,.mgj-journey-step.is-active{transform:translateY(-4px);border-color:rgba(41,112,255,.23);background:rgba(41,112,255,.045)}.mgj-step-icon{width:58px;height:58px;display:grid;place-items:center;margin-bottom:2.8rem;border:1px solid rgba(41,112,255,.16);border-radius:17px;background:#0c2038;color:#8fb5ff;box-shadow:0 0 0 8px rgba(7,16,27,.8)}.mgj-step-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.mgj-journey-step small{color:#64758a;font-size:.5rem}.mgj-journey-step h3{margin:.35rem 0 0;font-size:.95rem}.mgj-journey-step p{margin:.5rem 0 0;color:var(--muted);font-size:.69rem;line-height:1.6}

.mgj-ai-section{background:radial-gradient(circle at 80% 45%,rgba(41,112,255,.07),transparent 32rem)}
.mgj-ai-grid,.mgj-business-grid{display:grid;grid-template-columns:.82fr 1.18fr;align-items:center;gap:clamp(2.5rem,6vw,6rem)}
.mgj-ai-copy .mgj-kicker,.mgj-business-copy .mgj-kicker{color:#82adff}.mgj-ai-benefits{display:grid;gap:.5rem;margin-top:1.5rem}.mgj-ai-benefits>div{display:flex;align-items:center;gap:.7rem;padding:.7rem 0}.mgj-ai-benefits span{width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--line);border-radius:10px;background:rgba(255,255,255,.018);color:#87afff}.mgj-ai-benefits svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}.mgj-ai-benefits strong{font-size:.77rem}
.mgj-ai-board{overflow:hidden;border:1px solid var(--line2);border-radius:22px;background:linear-gradient(145deg,#0d2137,#081a2c);box-shadow:var(--shadow)}.mgj-ai-board>header{height:60px;display:flex;align-items:center;justify-content:space-between;padding:0 1rem;border-bottom:1px solid var(--line)}.mgj-ai-board>header>div{display:flex;align-items:center;gap:.6rem}.mgj-ai-dot{width:8px;height:8px;border-radius:50%;background:var(--blue2);box-shadow:0 0 0 5px rgba(41,112,255,.08)}.mgj-ai-board header strong,.mgj-ai-board header small{display:block}.mgj-ai-board header strong{font-size:.67rem}.mgj-ai-board header small{margin-top:.14rem;color:var(--muted);font-size:.5rem}.mgj-ai-state{padding:.3rem .45rem;border-radius:999px;background:var(--blue-soft);color:#9fbeff;font-size:.5rem;font-weight:850}
.mgj-chat-demo{min-height:470px;padding:1.2rem}.mgj-demo-message{width:max-content;max-width:78%;padding:.75rem .85rem;border:1px solid var(--line);border-radius:13px;color:#b8c6d7;font-size:.69rem;line-height:1.55}.mgj-demo-message.is-user{margin-left:auto;background:rgba(255,255,255,.03)}.mgj-demo-message.is-ai{margin-top:.8rem;border-color:rgba(41,112,255,.14);background:rgba(41,112,255,.045)}
.mgj-demo-typing{width:max-content;display:flex;gap:.3rem;margin-top:.8rem;padding:.62rem .72rem;border:1px solid var(--line);border-radius:12px}.mgj-demo-typing i{width:5px;height:5px;border-radius:50%;background:#72849a;animation:typing 1s infinite}.mgj-demo-typing i:nth-child(2){animation-delay:.12s}.mgj-demo-typing i:nth-child(3){animation-delay:.24s}
.mgj-demo-options{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:1rem}.mgj-demo-options button{min-height:34px;display:flex;align-items:center;gap:.35rem;padding:0 .7rem;border:1px solid var(--line);border-radius:999px;background:transparent;color:#8595aa;font-size:.57rem}.mgj-demo-options button.is-active{border-color:rgba(41,112,255,.22);background:var(--blue-soft);color:#a9c5ff}.mgj-demo-options svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.mgj-classification{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-top:1rem}.mgj-classification>div{display:grid;grid-template-columns:auto 1fr;column-gap:.5rem;padding:.75rem;border:1px solid var(--line);border-radius:11px;background:rgba(255,255,255,.015)}.mgj-classification>div>span{grid-row:1/3;width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:var(--blue-soft);color:#91b4ff}.mgj-classification svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.mgj-classification small,.mgj-classification strong{display:block}.mgj-classification small{color:var(--muted);font-size:.48rem}.mgj-classification strong{margin-top:.18rem;font-size:.57rem}
.mgj-match-ready{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.65rem;margin-top:1rem;padding:.8rem;border:1px solid rgba(41,112,255,.16);border-radius:12px;background:var(--blue-soft)}.mgj-match-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:rgba(41,112,255,.16);color:#a8c4ff}.mgj-match-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.mgj-match-ready strong,.mgj-match-ready small{display:block}.mgj-match-ready strong{font-size:.61rem}.mgj-match-ready small{margin-top:.12rem;color:var(--muted);font-size:.49rem}.mgj-match-ready button{min-height:31px;padding:0 .65rem;border:1px solid var(--line);border-radius:9px;background:rgba(255,255,255,.03);color:#a9bad0;font-size:.54rem}
.mgj-ai-board [data-ai-step]{opacity:1;transform:none;transition:.35s var(--ease)}
.mgj-motion-ready .mgj-ai-board [data-ai-step]{opacity:0;transform:translateY(8px)}
.mgj-motion-ready .mgj-ai-board [data-ai-step].is-visible{opacity:1;transform:none}

.mgj-offer-showcase{display:grid;grid-template-columns:.72fr 1.28fr;gap:1rem;margin-top:2.2rem}.mgj-request-panel{position:relative;overflow:hidden;padding:2rem;border:1px solid var(--line);border-radius:20px;background:linear-gradient(145deg,rgba(15,31,50,.78),rgba(8,21,36,.7))}.mgj-request-panel:after{content:"";position:absolute;width:220px;height:220px;right:-100px;bottom:-100px;border-radius:50%;background:radial-gradient(circle,rgba(41,112,255,.13),transparent 70%)}.mgj-request-icon{width:52px;height:52px;display:grid;place-items:center;margin-bottom:2rem;border-radius:15px;background:var(--blue-soft);color:#9ebeff}.mgj-request-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.mgj-request-panel>small{color:#7ea8fb;font-size:.54rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.mgj-request-panel h3{margin:.7rem 0 0;font-size:1.65rem;letter-spacing:-.04em}.mgj-request-panel p{color:var(--muted);font-size:.74rem;line-height:1.65}.mgj-request-meta{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:1.1rem}.mgj-request-meta span{display:flex;align-items:center;gap:.35rem;padding:.4rem .55rem;border:1px solid var(--line);border-radius:999px;color:#8798ae;font-size:.52rem}.mgj-request-meta svg{width:13px;height:13px;fill:none;stroke:#7ca8ff;stroke-width:1.7}
.mgj-offers{display:grid;gap:.55rem}.mgj-offer{position:relative;padding:1rem;border:1px solid var(--line);border-radius:15px;background:rgba(255,255,255,.015);transition:.24s}.mgj-offer:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.13);background:rgba(255,255,255,.025)}.mgj-offer.is-selected{border-color:rgba(41,112,255,.28);background:rgba(41,112,255,.055)}.mgj-best-label{position:absolute;right:1rem;top:-.55rem;display:flex;align-items:center;gap:.3rem;padding:.3rem .45rem;border-radius:999px;background:#102b50;color:#9ebeff;font-size:.47rem;font-weight:850}.mgj-best-label svg{width:12px;height:12px;fill:none;stroke:currentColor;stroke-width:1.7}
.mgj-provider{display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:.65rem}.mgj-provider-logo{width:40px;height:40px;display:grid;place-items:center;border-radius:11px;background:var(--blue-soft);color:#9ebeff;font-size:.57rem;font-weight:950}.mgj-provider strong,.mgj-provider small{display:block}.mgj-provider strong{font-size:.65rem}.mgj-provider small{margin-top:.14rem;color:var(--muted);font-size:.51rem}.mgj-time{display:flex;align-items:center;gap:.3rem;color:#76879d;font-size:.5rem}.mgj-time svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:1.7}.mgj-offer>p{margin:.75rem 0 0 3rem;color:#8798ae;font-size:.63rem}.mgj-offer footer{display:flex;align-items:center;justify-content:flex-end;gap:.7rem;margin-top:.8rem}.mgj-offer footer strong{font-size:.76rem}.mgj-offer footer button{min-height:32px;padding:0 .68rem;border:1px solid var(--line);border-radius:9px;background:rgba(255,255,255,.03);color:#aabbd0;font-size:.53rem}

.mgj-business-section{background:radial-gradient(circle at 75% 40%,rgba(41,112,255,.065),transparent 34rem)}
.mgj-dashboard{padding:1rem;border:1px solid var(--line2);border-radius:22px;background:linear-gradient(145deg,#0d2137,#081a2c);box-shadow:var(--shadow)}.mgj-dashboard>header{display:flex;align-items:center;justify-content:space-between;padding:.4rem .3rem 1rem}.mgj-dashboard>header small,.mgj-dashboard>header strong{display:block}.mgj-dashboard>header small{color:var(--muted);font-size:.5rem}.mgj-dashboard>header strong{margin-top:.18rem;font-size:.7rem}.mgj-live-badge{display:flex;align-items:center;gap:.4rem;padding:.35rem .5rem;border:1px solid var(--line);border-radius:999px;color:#8eafff;font-size:.5rem}.mgj-live-badge i{width:6px;height:6px;border-radius:50%;background:var(--blue2);animation:pulse 2s infinite}
.mgj-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:.55rem}.mgj-metrics article{position:relative;overflow:hidden;padding:.85rem;border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.016)}.mgj-metrics article>span{width:34px;height:34px;display:grid;place-items:center;margin-bottom:.9rem;border-radius:10px;background:var(--blue-soft);color:#91b5ff}.mgj-metrics svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.mgj-metrics small,.mgj-metrics strong,.mgj-metrics em{display:block}.mgj-metrics small{color:var(--muted);font-size:.5rem}.mgj-metrics strong{margin-top:.32rem;font-size:1.35rem}.mgj-metrics em{margin-top:.18rem;color:#6f8298;font-size:.46rem;font-style:normal}
.mgj-leads{display:grid;gap:.4rem;margin-top:.65rem}.mgj-lead-row{display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:.65rem;min-height:58px;padding:.65rem .75rem;border:1px solid var(--line);border-radius:11px;background:rgba(255,255,255,.012)}.mgj-lead-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;background:rgba(255,255,255,.025);color:#86afff}.mgj-lead-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.mgj-lead-row strong,.mgj-lead-row small{display:block}.mgj-lead-row strong{font-size:.58rem}.mgj-lead-row small{margin-top:.14rem;color:var(--muted);font-size:.48rem}.mgj-lead-row em{padding:.3rem .42rem;border-radius:999px;background:var(--blue-soft);color:#9dbdff;font-size:.46rem;font-style:normal}.mgj-lead-row em.sent{background:rgba(255,255,255,.025);color:#9aa8ba}.mgj-lead-row em.won{background:rgba(41,112,255,.13);color:#c0d3ff}

.mgj-category-cloud{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:180px;gap:.7rem;margin-top:2.2rem}.mgj-category{position:relative;overflow:hidden;display:flex;align-items:flex-end;gap:.8rem;padding:1rem;border:1px solid var(--line);border-radius:18px;background:linear-gradient(145deg,rgba(15,31,50,.7),rgba(8,21,36,.68));text-decoration:none;transition:.25s}.mgj-category:hover{transform:translateY(-4px);border-color:rgba(41,112,255,.22);background:rgba(41,112,255,.04)}.mgj-category.large{grid-column:span 2}.mgj-category.tall{grid-row:span 2}.mgj-category-icon{width:48px;height:48px;flex:0 0 auto;display:grid;place-items:center;border-radius:14px;background:var(--blue-soft);color:#9ebeff;transition:.25s}.mgj-category:hover .mgj-category-icon{transform:translateY(-4px) rotate(-3deg)}.mgj-category-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.mgj-category strong,.mgj-category small{display:block}.mgj-category strong{font-size:.82rem}.mgj-category small{margin-top:.25rem;color:var(--muted);font-size:.58rem}.mgj-category>b{position:absolute;right:1rem;top:1rem;color:#61748a;font-size:.52rem}

.mgj-final{padding-top:2rem}.mgj-final-card{position:relative;overflow:hidden;display:grid;grid-template-columns:1fr auto;align-items:center;gap:2rem;padding:clamp(1.6rem,4vw,3.2rem);border:1px solid rgba(41,112,255,.16);border-radius:24px;background:linear-gradient(135deg,rgba(15,31,50,.94),rgba(7,20,34,.94));box-shadow:var(--shadow)}.mgj-final-card>div:not(.mgj-final-orbit){position:relative;z-index:2}.mgj-final-card h2{max-width:800px}.mgj-final-card p{max-width:700px}.mgj-final-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.7rem}
.mgj-final-orbit{position:absolute;right:-5rem;top:50%;width:320px;height:320px;transform:translateY(-50%);border:1px solid rgba(41,112,255,.08);border-radius:50%;animation:spin 18s linear infinite}.mgj-final-orbit:before,.mgj-final-orbit:after{content:"";position:absolute;inset:55px;border:1px solid rgba(41,112,255,.09);border-radius:50%}.mgj-final-orbit:after{inset:105px}.mgj-final-orbit span{position:absolute;width:12px;height:12px;border-radius:50%;background:#5a96ff;box-shadow:0 0 0 7px rgba(41,112,255,.08)}.mgj-final-orbit span:nth-child(1){left:20px;top:150px}.mgj-final-orbit span:nth-child(2){right:60px;top:45px}.mgj-final-orbit span:nth-child(3){right:35px;bottom:60px}@keyframes spin{to{transform:translateY(-50%) rotate(360deg)}}

.mgj-footer{margin-top:3rem;padding-top:3.5rem;background:#060d16}.mgj-footer-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:3rem;padding-bottom:2.2rem}.mgj-footer-grid>div:first-child p{max-width:390px;color:var(--muted);font-size:.78rem;line-height:1.65}.mgj-footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.mgj-footer-links>div{display:grid;align-content:start;gap:.65rem}.mgj-footer-links strong{font-size:.7rem}.mgj-footer-links a{color:var(--muted);font-size:.7rem;text-decoration:none}.mgj-footer-links a:hover{color:#9abaff}.mgj-footer-bottom{min-height:70px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);color:var(--muted);font-size:.67rem}.mgj-footer-bottom a{text-decoration:none}

.mgj-ai-fab{position:fixed;z-index:1200;right:1.1rem;bottom:1.1rem;min-height:46px;display:flex;align-items:center;gap:.5rem;padding:0 .85rem;border:1px solid rgba(41,112,255,.23);border-radius:999px;background:rgba(8,21,36,.94);backdrop-filter:blur(15px);color:#c9d8f2;font-size:.65rem;font-weight:900;box-shadow:0 16px 46px rgba(0,0,0,.27)}.mgj-ai-fab svg{width:17px;height:17px;fill:none;stroke:#8db4ff;stroke-width:1.8}
.mgj-ai-panel{position:fixed;z-index:1199;right:1.1rem;bottom:4.6rem;width:min(380px,calc(100vw - 2.2rem));border:1px solid var(--line);border-radius:17px;background:rgba(8,20,34,.98);box-shadow:0 24px 80px rgba(0,0,0,.36);opacity:0;visibility:hidden;transform:translateY(10px) scale(.99);transition:.25s var(--ease)}.mgj-ai-panel.is-open{opacity:1;visibility:visible;transform:none}.mgj-ai-panel>header{height:58px;display:flex;align-items:center;justify-content:space-between;padding:0 .8rem;border-bottom:1px solid var(--line)}.mgj-ai-panel>header>div{display:flex;align-items:center;gap:.6rem}.mgj-ai-panel header strong,.mgj-ai-panel header small{display:block}.mgj-ai-panel header strong{font-size:.64rem}.mgj-ai-panel header small{margin-top:.1rem;color:var(--muted);font-size:.47rem}.mgj-ai-panel>header button{width:34px;height:34px;border:0;border-radius:9px;background:transparent;color:#8998ab;font-size:1.1rem}.mgj-ai-panel-body{min-height:230px;max-height:50vh;overflow:auto;padding:1rem}.mgj-ai-panel-body>p{width:max-content;max-width:88%;margin:0;padding:.7rem .8rem;border:1px solid rgba(41,112,255,.14);border-radius:12px;background:var(--blue-soft);color:#b9c7d8;font-size:.61rem;line-height:1.55}.mgj-prompt-chips{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.8rem}.mgj-prompt-chips button{min-height:30px;padding:0 .6rem;border:1px solid var(--line);border-radius:999px;background:transparent;color:#8393a8;font-size:.52rem}.mgj-panel-user,.mgj-panel-ai{width:max-content;max-width:88%;margin-top:.6rem;padding:.65rem .75rem;border:1px solid var(--line);border-radius:11px;font-size:.59rem;line-height:1.5}.mgj-panel-user{margin-left:auto;background:rgba(255,255,255,.025);color:#cad4df}.mgj-panel-ai{border-color:rgba(41,112,255,.14);background:var(--blue-soft);color:#b8c7da}.mgj-ai-panel>form{display:grid;grid-template-columns:1fr auto;gap:.5rem;padding:.7rem;border-top:1px solid var(--line)}.mgj-ai-panel>form input{min-width:0;height:42px;padding:0 .75rem;border:1px solid var(--line);border-radius:10px;outline:0;background:rgba(255,255,255,.02);color:#fff;font-size:16px}.mgj-ai-panel>form input:focus{border-color:rgba(41,112,255,.45);box-shadow:0 0 0 3px rgba(41,112,255,.1)}.mgj-ai-panel>form button{width:42px;height:42px;display:grid;place-items:center;border:0;border-radius:10px;background:var(--blue);color:#fff}.mgj-ai-panel>form button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

:focus-visible{outline:3px solid rgba(41,112,255,.42);outline-offset:3px}
@keyframes pulse{50%{box-shadow:0 0 0 11px rgba(41,112,255,0)}}
@keyframes typing{0%,60%,100%{opacity:.35;transform:none}30%{opacity:1;transform:translateY(-2px)}}

@media(max-width:1120px){
  .mgj-nav,.mgj-desktop{display:none}.mgj-menu-toggle{display:block}
  .mgj-hero{min-height:auto}.mgj-hero-grid{grid-template-columns:1fr}.mgj-stage{width:min(100%,900px);margin:auto}.mgj-app{transform:none}
  .mgj-journey{grid-template-columns:repeat(2,1fr)}.mgj-journey-progress{display:none}
  .mgj-ai-grid,.mgj-business-grid{grid-template-columns:1fr}
  .mgj-category-cloud{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  :root{--header:68px}
  .mgj-shell{width:min(calc(100% - 1.2rem),var(--shell))}
  .mgj-hero{padding-top:calc(var(--header) + 3rem)}
  .mgj-hero h1{font-size:clamp(2.55rem,12vw,4rem)}
  .mgj-live-flow{height:420px}.node-a{left:4%;top:8%}.node-b{right:4%;top:8%}.node-c{right:4%;bottom:8%}.mgj-provider-node{min-width:180px}
  .mgj-connection-map{opacity:.7}
  .mgj-float-a{right:.5rem;top:-1rem}.mgj-float-b{left:.5rem;bottom:-2.7rem}.mgj-float-c{display:none}
  .mgj-app-bottom{grid-template-columns:1fr}
  .mgj-offer-showcase{grid-template-columns:1fr}
  .mgj-category-cloud{grid-template-columns:1fr 1fr}.mgj-category.large{grid-column:span 2}.mgj-category.tall{grid-row:span 1}
  .mgj-final-card{grid-template-columns:1fr}.mgj-final-actions{justify-content:flex-start}
  .mgj-footer-grid{grid-template-columns:1fr}.mgj-footer-links{grid-template-columns:1fr 1fr}
}
@media(max-width:520px){
  .mgj-actions{display:grid}.mgj-actions .mgj-btn{width:100%}
  .mgj-proof{display:grid;grid-template-columns:1fr}
  .mgj-stage{margin-top:1.2rem}
  .mgj-searchbox{grid-template-columns:auto 1fr auto}.mgj-ai-mini{display:none}
  .mgj-live-flow{height:470px}.mgj-flow-core{top:52%}.mgj-provider-node{min-width:155px;grid-template-columns:34px 1fr;padding:.55rem}.mgj-provider-node>b{display:none}.node-a{left:3%;top:8%}.node-b{right:3%;top:23%}.node-c{right:3%;bottom:8%}
  .mgj-journey{grid-template-columns:1fr}.mgj-journey-step{min-height:auto}.mgj-step-icon{margin-bottom:1rem}
  .mgj-classification{grid-template-columns:1fr}
  .mgj-provider{grid-template-columns:40px 1fr}.mgj-time{display:none}.mgj-offer>p{margin-left:0}
  .mgj-metrics{grid-template-columns:1fr}.mgj-lead-row{grid-template-columns:38px 1fr}.mgj-lead-row em{display:none}
  .mgj-category-cloud{grid-template-columns:1fr}.mgj-category.large{grid-column:auto}
  .mgj-final-actions{display:grid}.mgj-final-actions .mgj-btn{width:100%}
  .mgj-footer-links{grid-template-columns:1fr}.mgj-footer-bottom{min-height:90px;display:grid;align-content:center;gap:.5rem}
  .mgj-ai-fab span{display:none}.mgj-ai-fab{width:46px;padding:0;justify-content:center}
}
@media(max-width:360px){.mgj-hero h1{font-size:2.35rem}}
@media(min-width:1800px){:root{--shell:1500px}.mgj-hero-grid{grid-template-columns:.66fr 1.34fr}}
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
  .mgj-reveal,.mgj-enter,.mgj-ai-board [data-ai-step]{opacity:1!important;transform:none!important}
}


/* =========================================================
   MOBILE FAIL-SAFE
   Përmbajtja nuk varet nga JavaScript për t'u shfaqur.
   ========================================================= */
@media(max-width:760px){
  .mgj-hero{
    overflow:visible;
    min-height:auto;
    padding-bottom:5rem;
  }
  .mgj-hero-grid,
  .mgj-stage,
  .mgj-app,
  .mgj-ai-board,
  .mgj-dashboard,
  .mgj-offer-showcase,
  .mgj-category-cloud{
    min-width:0;
    max-width:100%;
  }
  .mgj-stage{
    overflow:visible;
  }
  .mgj-app{
    width:100%;
  }
  .mgj-float{
    max-width:calc(100vw - 2rem);
  }
}
@media(max-width:520px){
  .mgj-hero-copy,
  .mgj-stage{
    width:100%;
  }
  .mgj-live-flow{
    overflow:hidden;
  }
}
