.mg-request-page{position:relative;overflow:hidden;padding:8.5rem 0 6rem;background:radial-gradient(circle at top right,rgba(37,99,235,.10),transparent 33%),radial-gradient(circle at bottom left,rgba(124,58,237,.10),transparent 36%),var(--bg-main);min-height:100vh}
.mg-request-orb{position:absolute;border-radius:999px;filter:blur(105px);pointer-events:none;opacity:.9}.mg-request-orb--blue{top:5.5rem;right:-9rem;width:33rem;height:33rem;background:rgba(37,99,235,.12)}.mg-request-orb--purple{left:-10rem;bottom:8rem;width:38rem;height:38rem;background:rgba(124,58,237,.12)}
.mg-request-hero{max-width:820px;margin:0 auto 3rem;text-align:center}.mg-request-kicker{display:inline-flex;align-items:center;gap:.55rem;padding:.7rem 1rem;border-radius:1.1rem;background:rgba(37,99,235,.08);border:1px solid rgba(37,99,235,.18);color:#2563eb;font-size:.78rem;font-weight:1000;box-shadow:0 10px 30px rgba(37,99,235,.07)}.dark .mg-request-kicker{background:rgba(37,99,235,.14);color:#bfdbfe;border-color:rgba(96,165,250,.22)}
.mg-request-hero h1{margin:1.25rem 0 1rem;color:var(--text-main);font-size:clamp(2.2rem,5vw,4rem);font-weight:1000;line-height:1.45;letter-spacing:-.055em}.mg-request-hero p{margin:0 auto;color:var(--text-muted);font-size:1.05rem;line-height:2.05;max-width:760px;font-weight:650}.mg-request-hero__content{margin:1.35rem auto 0;max-width:720px;color:var(--text-muted);font-size:.92rem;line-height:2;background:var(--bg-glass);border:1px solid var(--glass-border);border-radius:1.4rem;padding:1rem 1.25rem;text-align:right}.mg-request-hero__content p{font-size:.92rem;line-height:2;margin:0}
.mg-request-alert{display:flex;align-items:flex-start;gap:.8rem;max-width:1180px;margin:0 auto 1.2rem;padding:1rem 1.1rem;border-radius:1.2rem;font-weight:800;line-height:1.9}.mg-request-alert--success{background:rgba(34,197,94,.10);color:#16a34a;border:1px solid rgba(34,197,94,.20)}.mg-request-alert--error{background:rgba(239,68,68,.10);color:#ef4444;border:1px solid rgba(239,68,68,.20)}.dark .mg-request-alert--success{color:#86efac}.dark .mg-request-alert--error{color:#fca5a5}
.mg-request-layout{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:2rem;align-items:start}.mg-request-main{min-width:0}.mg-request-form{position:relative;overflow:hidden;border-radius:2rem;padding:2rem}.mg-request-form__line{position:absolute;top:0;right:0;left:0;height:4px;background:linear-gradient(90deg,#2563eb,#7c3aed,#ec4899)}.mg-request-hp{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
.mg-request-section{padding:0 0 2.35rem;margin-bottom:2.35rem;border-bottom:1px solid var(--border-color)}.mg-request-section--last{padding-bottom:0;margin-bottom:0;border-bottom:0}.mg-request-section__head{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.45rem}.mg-request-section__head h2{margin:0;color:var(--text-main);font-size:1.25rem;font-weight:1000;line-height:1.5}.mg-request-section__head p{margin:.25rem 0 0;color:var(--text-muted);font-size:.82rem;line-height:1.9;font-weight:650}.mg-request-step{width:2.25rem;height:2.25rem;display:grid;place-items:center;flex:0 0 auto;border-radius:.85rem;font-size:.9rem;font-weight:1000}.mg-request-step--blue{background:rgba(37,99,235,.10);color:#2563eb}.mg-request-step--purple{background:rgba(124,58,237,.10);color:#7c3aed}.mg-request-step--gold{background:rgba(212,175,55,.13);color:#d4af37}.dark .mg-request-step--blue{color:#93c5fd}.dark .mg-request-step--purple{color:#c4b5fd}
.mg-request-grid{display:grid;gap:1rem}.mg-request-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.mg-request-field{display:block}.mg-request-field>span,.mg-request-upload>label{display:block;margin-bottom:.55rem;color:var(--text-muted);font-size:.82rem;font-weight:1000}.mg-request-field b{color:#ef4444}.mg-request-field em{display:block;margin:-.25rem 0 .7rem;color:rgba(100,116,139,.82);font-size:.72rem;line-height:1.9;font-style:normal}.dark .mg-request-field em{color:rgba(148,163,184,.78)}
.mg-request-field input,.mg-request-field select,.mg-request-field textarea{width:100%;border:1px solid var(--border-color);background:var(--bg-main);color:var(--text-main);border-radius:1rem;padding:.95rem 1rem;font-family:'Vazirmatn',sans-serif;font-size:.9rem;outline:none;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.mg-request-field select{cursor:pointer}.mg-request-field textarea{resize:vertical;min-height:12rem;line-height:2}.mg-request-field input::placeholder,.mg-request-field textarea::placeholder{color:rgba(100,116,139,.56)}.dark .mg-request-field input::placeholder,.dark .mg-request-field textarea::placeholder{color:rgba(148,163,184,.58)}.mg-request-field input:focus,.mg-request-field select:focus,.mg-request-field textarea:focus{border-color:rgba(37,99,235,.62);box-shadow:0 0 0 4px rgba(37,99,235,.10)}
.mg-request-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.mg-request-radio{display:block;position:relative;cursor:pointer}.mg-request-radio input{position:absolute;opacity:0;pointer-events:none}.mg-request-radio__body{position:relative;display:block;height:100%;min-height:12.3rem;padding:1.25rem;border-radius:1.25rem;border:1px solid var(--border-color);background:var(--bg-main);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease;overflow:hidden}.mg-request-radio__body:before{content:"";position:absolute;inset:auto -3rem -5rem auto;width:10rem;height:10rem;border-radius:999px;filter:blur(28px);opacity:.35;background:rgba(37,99,235,.15);transition:opacity .22s ease}.mg-request-radio:hover .mg-request-radio__body{transform:translateY(-2px);border-color:rgba(37,99,235,.35);box-shadow:0 18px 45px rgba(37,99,235,.08)}.mg-request-radio input:checked+.mg-request-radio__body{border-color:rgba(37,99,235,.70);background:rgba(37,99,235,.055);box-shadow:0 0 0 4px rgba(37,99,235,.08),0 18px 50px rgba(37,99,235,.12)}.mg-request-radio__icon{position:relative;z-index:1;display:grid;place-items:center;width:3.15rem;height:3.15rem;margin-bottom:1rem;border-radius:1rem;background:rgba(37,99,235,.10);color:#2563eb;font-size:1.35rem;border:1px solid rgba(37,99,235,.12)}.mg-request-radio strong{position:relative;z-index:1;display:block;color:var(--text-main);font-size:1rem;font-weight:1000;margin-bottom:.55rem;line-height:1.6}.mg-request-radio small{position:relative;z-index:1;display:block;color:var(--text-muted);font-size:.76rem;line-height:2;font-weight:650}.mg-request-radio__check{position:absolute;top:1.05rem;left:1.05rem;z-index:2;color:#2563eb;font-size:1.25rem;opacity:0;transform:scale(.55);transition:opacity .18s ease,transform .18s ease}.mg-request-radio input:checked+.mg-request-radio__body .mg-request-radio__check{opacity:1;transform:scale(1)}
.mg-request-radio--purple .mg-request-radio__body:before{background:rgba(124,58,237,.17)}.mg-request-radio--purple .mg-request-radio__icon{background:rgba(124,58,237,.10);border-color:rgba(124,58,237,.15);color:#7c3aed}.mg-request-radio--purple input:checked+.mg-request-radio__body{border-color:rgba(124,58,237,.64);background:rgba(124,58,237,.055);box-shadow:0 0 0 4px rgba(124,58,237,.08),0 18px 50px rgba(124,58,237,.12)}.mg-request-radio--gold .mg-request-radio__body:before{background:rgba(212,175,55,.18)}.mg-request-radio--gold .mg-request-radio__icon{background:rgba(212,175,55,.12);border-color:rgba(212,175,55,.18);color:#d4af37}.mg-request-radio--gold input:checked+.mg-request-radio__body{border-color:rgba(212,175,55,.62);background:rgba(212,175,55,.055);box-shadow:0 0 0 4px rgba(212,175,55,.08),0 18px 50px rgba(212,175,55,.12)}.mg-request-radio--green .mg-request-radio__body:before{background:rgba(16,185,129,.17)}.mg-request-radio--green .mg-request-radio__icon{background:rgba(16,185,129,.10);border-color:rgba(16,185,129,.18);color:#10b981}.mg-request-radio--green input:checked+.mg-request-radio__body{border-color:rgba(16,185,129,.62);background:rgba(16,185,129,.055);box-shadow:0 0 0 4px rgba(16,185,129,.08),0 18px 50px rgba(16,185,129,.12)}
.mg-request-upload{margin-top:1rem}.mg-request-upload__box{position:relative;display:grid;place-items:center;text-align:center;gap:.55rem;width:100%;min-height:12rem;padding:1.5rem;border:2px dashed var(--border-color);border-radius:1.25rem;background:rgba(255,255,255,.42);cursor:pointer;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease}.dark .mg-request-upload__box{background:rgba(255,255,255,.025)}.mg-request-upload__box:hover,.mg-request-upload__box.is-dragging,.mg-request-upload__box.is-selected{border-color:rgba(37,99,235,.58);background:rgba(37,99,235,.055);box-shadow:0 18px 45px rgba(37,99,235,.09)}.mg-request-upload__box:focus{outline:none;border-color:rgba(37,99,235,.72);box-shadow:0 0 0 4px rgba(37,99,235,.10)}.mg-request-upload__box input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.mg-request-upload__icon{display:grid;place-items:center;width:3.4rem;height:3.4rem;border-radius:999px;background:var(--bg-panel);border:1px solid var(--border-color);color:var(--text-muted);font-size:1.35rem;transition:color .18s ease,transform .18s ease}.mg-request-upload__box:hover .mg-request-upload__icon,.mg-request-upload__box.is-selected .mg-request-upload__icon{color:#2563eb;transform:scale(1.05)}.mg-request-upload strong{display:block;color:var(--text-main);font-size:.9rem;font-weight:1000;line-height:1.8}.mg-request-upload small{display:block;color:var(--text-muted);font-size:.72rem;font-weight:700}.mg-request-upload__box.is-invalid{border-color:rgba(239,68,68,.65);background:rgba(239,68,68,.055)}.mg-request-upload__box.is-invalid .mg-request-upload__icon{color:#ef4444}
.mg-request-submit{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;margin-top:2rem;padding-top:1.4rem;border-top:1px solid var(--border-color)}.mg-request-terms{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;min-width:0}.mg-request-terms input{margin-top:.35rem;accent-color:#2563eb;flex:0 0 auto}.mg-request-terms span{color:var(--text-muted);font-size:.75rem;line-height:2;font-weight:700}.mg-request-submit__btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.65rem;min-height:3.45rem;padding:0 1.7rem;border:0;border-radius:1rem;overflow:hidden;background:linear-gradient(90deg,#2563eb,#7c3aed,#ec4899);color:#fff;font-family:'Vazirmatn',sans-serif;font-size:.92rem;font-weight:1000;white-space:nowrap;cursor:pointer;box-shadow:0 18px 45px rgba(37,99,235,.24);transition:transform .18s ease,box-shadow .18s ease}.mg-request-submit__btn:hover{transform:translateY(-2px);box-shadow:0 22px 55px rgba(124,58,237,.28)}.mg-request-submit__btn span{position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.24),transparent);transform:translateX(100%)}.mg-request-submit__btn:hover span{animation:mgRequestShimmer 1.4s ease infinite}.mg-request-submit__btn b,.mg-request-submit__btn i{position:relative;z-index:1}@keyframes mgRequestShimmer{to{transform:translateX(-100%)}}
.mg-request-sidebar{position:sticky;top:7rem;display:grid;gap:1rem;min-width:0}.mg-request-card{position:relative;overflow:hidden;border-radius:1.7rem;padding:1.6rem}.mg-request-card h3{margin:0 0 1.1rem;color:var(--text-main);font-size:1.05rem;font-weight:1000}.mg-request-timeline{position:relative;display:grid;gap:1.45rem;margin-top:1rem;padding-right:1.5rem;border-right:2px solid rgba(148,163,184,.18)}.mg-request-timeline__item{position:relative}.mg-request-timeline__item:before{content:"";position:absolute;top:.25rem;right:-1.94rem;width:.9rem;height:.9rem;border-radius:999px;background:var(--bg-main);border:2px solid var(--border-color)}.mg-request-timeline__item.is-active:before{background:#2563eb;border-color:#2563eb;box-shadow:0 0 0 5px rgba(37,99,235,.12)}.mg-request-timeline__item strong{display:block;color:var(--text-main);font-size:.9rem;font-weight:1000;margin-bottom:.35rem}.mg-request-timeline__item p{margin:0;color:var(--text-muted);font-size:.76rem;line-height:2;font-weight:650}
.mg-request-card--contact{background:linear-gradient(135deg,var(--bg-glass),rgba(37,99,235,.06))}.mg-request-contact-icon{display:grid;place-items:center;width:3.2rem;height:3.2rem;border-radius:1rem;background:rgba(37,99,235,.10);color:#2563eb;font-size:1.3rem;margin-bottom:1rem}.mg-request-card--contact p{margin:-.35rem 0 1.2rem;color:var(--text-muted);font-size:.78rem;line-height:2;font-weight:650}.mg-request-contact-list{display:grid;gap:.7rem}.mg-request-contact-list a{display:flex;align-items:center;gap:.75rem;min-height:3.1rem;padding:.75rem 1rem;border-radius:1rem;background:var(--bg-main);border:1px solid var(--border-color);color:var(--text-main);font-size:.85rem;font-weight:900;text-decoration:none;transition:border-color .18s ease,background .18s ease,color .18s ease}.mg-request-contact-list a:hover{border-color:rgba(37,99,235,.35);color:#2563eb;background:rgba(37,99,235,.045)}.mg-request-contact-list i{color:var(--text-muted);transition:color .18s ease}.mg-request-contact-list a:hover i{color:#2563eb}
.mg-request-nda{display:flex;align-items:flex-start;gap:1rem;padding:1.2rem;border-radius:1.35rem;background:rgba(34,197,94,.07);border:1px solid rgba(34,197,94,.18)}.mg-request-nda i{color:#16a34a;font-size:1.6rem;margin-top:.15rem}.mg-request-nda strong{display:block;color:var(--text-main);font-size:.88rem;font-weight:1000;margin-bottom:.25rem}.mg-request-nda p{margin:0;color:var(--text-muted);font-size:.72rem;line-height:1.9;font-weight:700}
@media(max-width:1180px){.mg-request-layout{grid-template-columns:minmax(0,1fr) 340px;gap:1.4rem}.mg-request-form{padding:1.5rem}.mg-request-radio__body{min-height:13.2rem}}
@media(max-width:1024px){.mg-request-page{padding-top:7.7rem}.mg-request-layout{grid-template-columns:1fr}.mg-request-sidebar{position:relative;top:auto;grid-template-columns:repeat(2,minmax(0,1fr));order:-1}.mg-request-nda{grid-column:1/-1}.mg-request-hero{margin-bottom:2rem}.mg-request-form{border-radius:1.65rem}}
@media(max-width:760px){.mg-request-page{padding:7rem 0 4rem}.mg-request-hero h1{font-size:2.15rem}.mg-request-hero p{font-size:.92rem}.mg-request-grid--two,.mg-request-options,.mg-request-sidebar{grid-template-columns:1fr}.mg-request-section__head{gap:.75rem}.mg-request-submit{flex-direction:column;align-items:stretch}.mg-request-submit__btn{width:100%}.mg-request-card{padding:1.25rem}.mg-request-upload__box{min-height:10.5rem}.mg-request-form{padding:1.15rem}}
@media(max-width:420px){.mg-request-section__head{display:block}.mg-request-step{margin-bottom:.75rem}.mg-request-radio__body{min-height:0}.mg-request-hero__content{text-align:right}.mg-request-contact-list a{font-size:.78rem}}
