:root{--mgv-gold:#d5a84f;--mgv-navy:#071827;--mgv-navy2:#0a2236;--mgv-ink:#101722;--mgv-muted:#66717f;--mgv-line:#dce1e6;--mgv-off:#f5f6f7;--mgv-white:#fff;--mgv-shell:1440px;--mgv-radius:4px;--mgv-shadow:0 14px 40px rgba(4,18,31,.09)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--mgv-ink);font-family:Inter,Arial,Helvetica,sans-serif;background:#fff;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto}a{color:inherit;text-decoration:none}p{line-height:1.62}.mgv-shell{width:min(calc(100% - 48px),var(--mgv-shell));margin-inline:auto}.mgv-skip-link{position:fixed;left:-999px;top:10px;z-index:9999;background:#fff;color:#000;padding:10px 14px}.mgv-skip-link:focus{left:10px}.mgv-main{overflow:hidden}

/* Header */
.mgv-header{position:absolute;inset:0 0 auto 0;height:92px;z-index:100;color:#fff;background:linear-gradient(180deg,rgba(3,15,25,.72),rgba(3,15,25,0));transition:.25s}.mgv-header.is-scrolled{position:fixed;height:74px;background:rgba(4,19,31,.96);backdrop-filter:blur(16px);box-shadow:0 8px 25px rgba(0,0,0,.2)}.admin-bar .mgv-header.is-scrolled{top:32px}.mgv-header-inner{height:100%;display:flex;align-items:center;gap:24px}.mgv-brand{display:flex;align-items:center;min-width:280px}.mgv-brand-img{width:280px;max-height:58px;object-fit:contain;object-position:left center}.mgv-nav{flex:1;display:flex;justify-content:center}.mgv-menu{display:flex;align-items:center;justify-content:center;gap:30px;margin:0;padding:0;list-style:none;font-size:14px;white-space:nowrap}.mgv-menu a{display:block;padding:33px 0 14px;position:relative;color:rgba(255,255,255,.95)}.mgv-header.is-scrolled .mgv-menu a{padding-top:22px}.mgv-menu .current-menu-item>a:after,.mgv-menu a:hover:after{content:"";position:absolute;left:0;right:0;bottom:8px;height:2px;background:var(--mgv-gold)}.mgv-header-actions{display:flex;align-items:center;gap:18px}.mgv-lang{display:flex;gap:6px;align-items:center;font-size:14px}.mgv-talk{min-width:138px;justify-content:center}.mgv-menu-toggle{display:none;background:transparent;color:#fff;border:0;align-items:center;gap:5px;padding:8px}.mgv-menu-toggle span{display:block;width:23px;height:2px;background:#fff}.mgv-menu-toggle b{font-size:0}

/* Buttons */
.mgv-btn{display:inline-flex;align-items:center;justify-content:center;gap:22px;min-height:48px;padding:0 24px;border:1px solid var(--mgv-gold);background:linear-gradient(90deg,#f1c86f,#d7aa52);color:#08121d;font-size:12px;font-weight:800;letter-spacing:.025em;text-transform:uppercase;border-radius:2px;transition:.2s;cursor:pointer}.mgv-btn:hover{transform:translateY(-1px);filter:brightness(1.03);box-shadow:0 8px 20px rgba(213,168,79,.22)}.mgv-btn-outline{background:transparent;color:inherit;border-color:rgba(255,255,255,.7)}.mgv-section .mgv-btn-outline{color:var(--mgv-ink);border-color:#7e8791}.mgv-btn-outline:hover{background:rgba(255,255,255,.08)}.mgv-actions{display:flex;gap:14px;flex-wrap:wrap}

/* Hero */
.mgv-hero{position:relative;min-height:560px;background:radial-gradient(circle at 70% 30%,#163a55 0,#0a2235 32%,#061621 72%,#04111b 100%);color:#fff;display:flex;align-items:flex-end;overflow:hidden}.mgv-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,16,26,.98) 0%,rgba(4,16,26,.93) 34%,rgba(4,16,26,.46) 58%,rgba(4,16,26,.1) 100%);pointer-events:none}.mgv-hero-media{position:absolute;right:-1px;top:0;width:72%;height:100%;background-image:var(--hero);background-size:cover;background-position:center;filter:saturate(1.08) contrast(1.03)}.mgv-hero-inner{position:relative;z-index:2;padding:150px 0 70px}.mgv-hero-copy{width:min(650px,52%)}.mgv-eyebrow{display:flex;align-items:center;gap:14px;font-size:12px;letter-spacing:.08em;text-transform:uppercase;margin-bottom:18px;color:#f3f5f6}.mgv-eyebrow:before{content:"";display:block;width:28px;height:2px;background:var(--mgv-gold)}.mgv-eyebrow.dark{color:#35404d}.mgv-hero h1{font-size:clamp(44px,5.2vw,78px);line-height:.98;letter-spacing:-.035em;margin:0 0 20px;text-transform:uppercase;font-weight:900}.mgv-hero h1 span{color:#e4b760}.mgv-hero-sub{max-width:620px;font-size:19px;line-height:1.55;margin:0 0 28px;color:rgba(255,255,255,.92)}.mgv-hero-support,.mgv-hero-notice{font-size:12px;color:rgba(255,255,255,.72);margin-top:18px;max-width:560px}.mgv-hero-notice{padding-left:14px;border-left:2px solid var(--mgv-gold)}

/* Quick strip */
.mgv-quick{background:linear-gradient(90deg,#061624,#0b2231);color:#fff;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.mgv-quick-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.mgv-quick-item{display:flex;align-items:center;gap:14px;padding:20px 18px;border-right:1px solid rgba(255,255,255,.12);min-height:104px}.mgv-quick-item:last-child{border-right:0}.mgv-quick-item .mgv-icon{width:38px;min-width:38px;color:#efbd5e}.mgv-quick-item strong{display:block;font-size:14px;text-transform:uppercase;letter-spacing:.02em}.mgv-quick-item span{display:block;font-size:12px;color:rgba(255,255,255,.72);margin-top:4px;line-height:1.35}

/* Sections */
.mgv-section{padding:72px 0;background:#fff}.mgv-section:nth-of-type(even){background:#f8f9fa}.mgv-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:28px}.mgv-section-head>div:first-child{max-width:930px}.mgv-section h2,.mgv-dark-feature h2,.mgv-final h2{margin:0;font-size:clamp(32px,3.3vw,52px);line-height:1.02;letter-spacing:-.025em;text-transform:uppercase}.mgv-section-head p{max-width:820px;margin:12px 0 0;color:#3e4856;font-size:16px}.mgv-intro-block{max-width:1160px}.mgv-intro-text{font-size:20px;max-width:1000px;color:#333d49}

/* Cards */
.mgv-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.mgv-section.compact .mgv-card-grid{grid-template-columns:repeat(6,1fr);gap:10px}.mgv-card{background:#fff;border:1px solid #dfe3e7;border-radius:var(--mgv-radius);overflow:hidden;display:flex;flex-direction:column;min-width:0;box-shadow:0 3px 12px rgba(5,17,29,.035);transition:.22s}.mgv-card:hover{transform:translateY(-3px);box-shadow:var(--mgv-shadow)}.mgv-card>img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;background:#0a1c2b}.mgv-card-body{padding:16px 18px 18px;display:flex;flex-direction:column;flex:1}.mgv-card-kicker{font-size:10px;text-transform:uppercase;font-weight:800;letter-spacing:.05em;color:#525e6c;margin-bottom:6px}.mgv-card h3,.mgv-card h2{font-size:20px;line-height:1.12;margin:0 0 8px;text-transform:none;letter-spacing:-.02em}.mgv-card p{font-size:14px;color:#3f4854;margin:0 0 12px;line-height:1.45}.mgv-card-value{font-size:12px!important;color:#6b7480!important}.mgv-text-link{font-size:12px;font-weight:800;text-transform:uppercase;margin-top:auto;display:inline-flex;gap:10px;align-items:center}.mgv-text-link:hover{color:#b77c19}.mgv-section.compact .mgv-card-body{padding:10px 10px 12px}.mgv-section.compact .mgv-card h3{font-size:14px}.mgv-section.compact .mgv-card p{font-size:11px}.mgv-section.compact .mgv-card-value{display:none}.mgv-section.compact .mgv-card-kicker{display:none}.mgv-section.compact .mgv-text-link{font-size:10px}

/* Dark feature */
.mgv-dark-feature{position:relative;min-height:300px;background:#061725;color:#fff;overflow:hidden}.mgv-dark-feature:before{content:"";position:absolute;inset:0;background-image:var(--feature);background-size:62% auto;background-position:right center;background-repeat:no-repeat;opacity:.92}.mgv-dark-feature:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#061725 0%,#061725 35%,rgba(6,23,37,.7) 55%,rgba(6,23,37,.12) 100%)}.mgv-dark-feature-inner{position:relative;z-index:2;display:flex;align-items:center;min-height:300px}.mgv-dark-copy{max-width:620px;padding:48px 0}.mgv-dark-copy h2{font-size:38px}.mgv-dark-copy p{font-size:16px;max-width:600px;color:rgba(255,255,255,.86)}

/* Audience path cards */
.mgv-path-section{padding-top:28px}.mgv-path-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.mgv-path-card{position:relative;min-height:300px;background-image:linear-gradient(180deg,rgba(4,15,25,.2),rgba(4,15,25,.9)),var(--path);background-size:cover;background-position:center;color:#fff;display:flex;align-items:flex-end;overflow:hidden}.mgv-path-card>div{padding:28px}.mgv-path-card h3{font-size:24px;text-transform:uppercase;margin:0 0 6px}.mgv-path-card p{font-size:14px;color:rgba(255,255,255,.9);margin:0 0 18px}.mgv-path-card .mgv-btn{min-height:42px;font-size:10px;padding:0 16px}

/* Approach */
.mgv-approach-grid{display:grid;grid-template-columns:1.15fr 1.85fr;gap:50px;align-items:center}.mgv-approach-grid>div:first-child p{font-size:16px;color:#45505d}.mgv-approach-steps{display:grid;grid-template-columns:repeat(5,1fr);border-left:1px solid var(--mgv-line)}.mgv-approach-steps>div{padding:20px 14px;border-right:1px solid var(--mgv-line);min-height:126px}.mgv-approach-steps span{display:block;color:var(--mgv-gold);font-size:24px;font-weight:800;margin-bottom:14px}.mgv-approach-steps strong{font-size:12px;text-transform:uppercase;line-height:1.35}

/* Feature grid */
.mgv-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--mgv-line);border-left:1px solid var(--mgv-line)}.mgv-feature{padding:28px 26px;border-right:1px solid var(--mgv-line);border-bottom:1px solid var(--mgv-line);min-height:190px;background:rgba(255,255,255,.86)}.mgv-feature .mgv-icon{width:44px;color:var(--mgv-gold);margin-bottom:12px}.mgv-feature h3{margin:0 0 7px;font-size:17px}.mgv-feature p{margin:0;font-size:14px;color:#4c5764;line-height:1.5}

/* Checklist */
.mgv-checklist-wrap{display:grid;grid-template-columns:.85fr 1.4fr;gap:60px;align-items:start}.mgv-checklist-wrap ul{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.mgv-checklist-wrap li{display:flex;gap:10px;padding:14px 0;border-bottom:1px solid var(--mgv-line);font-size:14px}.mgv-checklist-wrap li .mgv-icon{width:25px;min-width:25px;color:var(--mgv-gold)}

/* Process */
.mgv-process-section{background:#fff}.mgv-process-section.is-dark{background:linear-gradient(90deg,#061827,#0a2233);color:#fff}.mgv-process-section.is-dark .mgv-eyebrow.dark,.mgv-process-section.is-dark .mgv-section-head p{color:#fff}.mgv-process-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:0;margin-top:30px}.mgv-process-step{position:relative;padding:0 28px 0 0;min-height:140px}.mgv-step-num{display:flex;width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#f4ce78,#d39b35);color:#0a1420;align-items:center;justify-content:center;font-weight:900;margin-bottom:10px}.mgv-process-step p{font-size:13px;line-height:1.4;margin:0;color:inherit}.mgv-step-arrow{position:absolute;right:9px;top:11px;font-size:22px;color:#7a8490}.is-dark .mgv-step-arrow{color:#e9bc63}

/* Notice */
.mgv-notice-card{display:grid;grid-template-columns:auto 1fr;gap:24px;background:linear-gradient(90deg,#f6eddc,#fff);border:1px solid #ead7b5;padding:30px 34px}.mgv-notice-card>.mgv-icon,.mgv-notice-card>div:first-child .mgv-icon{width:48px;color:#c28a2f}.mgv-notice-card h2{font-size:26px;margin-bottom:8px}.mgv-notice-card p{margin:0 0 16px;color:#4b5561}

/* FAQ */
.mgv-faq-section{background:#f7f8f9}.mgv-faq-list{border-top:1px solid #cfd5da}.mgv-faq-list details{border-bottom:1px solid #cfd5da;background:#fff}.mgv-faq-list summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;padding:18px 20px;font-weight:700;font-size:15px}.mgv-faq-list summary::-webkit-details-marker{display:none}.mgv-faq-list summary span{font-size:22px;font-weight:400}.mgv-faq-list details[open] summary span{transform:rotate(45deg)}.mgv-faq-list details>div{padding:0 20px 18px;color:#515c68;max-width:980px}

/* News */
.mgv-news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.mgv-news-card{background:#fff;border:1px solid var(--mgv-line)}.mgv-news-card.featured{grid-column:span 2;grid-row:span 2}.mgv-news-image img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover}.mgv-news-card.featured .mgv-news-image img{aspect-ratio:16/8}.mgv-news-body{padding:18px}.mgv-news-date{font-size:11px;color:#697480}.mgv-news-body h3{font-size:21px;margin:6px 0 8px}.mgv-news-body p{font-size:14px;color:#4c5764}.mgv-empty-state{text-align:center;padding:70px 20px;border:1px dashed #cfd5da;background:#fff}.mgv-empty-state .mgv-icon{width:60px;color:var(--mgv-gold);margin-bottom:10px}.mgv-empty-state h3{font-size:28px;margin:0 0 8px}.mgv-newsletter-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:20px}.mgv-newsletter-card,.mgv-media-card{padding:34px;background:#fff;border:1px solid var(--mgv-line)}.mgv-newsletter-card>.mgv-icon,.mgv-media-card>.mgv-icon{width:44px;color:var(--mgv-gold)}.mgv-newsletter-card form{display:flex;gap:10px;margin-top:18px}.mgv-newsletter-card input{flex:1;min-height:48px;border:1px solid #cbd2d9;padding:0 14px}.mgv-newsletter-card small{display:block;margin-top:10px;color:#7a8490}

/* Contact */
.mgv-contact-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:start}.mgv-contact-form{border-right:1px solid var(--mgv-line);padding-right:40px}.mgv-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.mgv-contact-form label{display:block;font-size:12px;color:#4c5764;margin-bottom:12px}.mgv-contact-form input,.mgv-contact-form select,.mgv-contact-form textarea{display:block;width:100%;margin-top:6px;border:1px solid #ccd3d9;background:#fff;padding:12px 13px;font:inherit;font-size:14px;border-radius:2px}.mgv-contact-form textarea{resize:vertical}.mgv-consent{display:flex!important;align-items:flex-start;gap:10px;line-height:1.45}.mgv-consent input{width:auto!important;margin-top:2px}.mgv-hp{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important}.mgv-form-alert{padding:14px 18px;margin-bottom:20px;border-left:4px solid}.mgv-form-alert.success{background:#eef8f1;border-color:#2d8a49}.mgv-form-alert.error{background:#fff0ef;border-color:#b93d30}.mgv-contact-details h2{font-size:30px;margin-bottom:20px}.mgv-contact-details ul{list-style:none;padding:0;margin:0 0 22px}.mgv-contact-details li{display:flex;align-items:flex-start;gap:14px;padding:12px 0;border-bottom:1px solid var(--mgv-line)}.mgv-contact-details li .mgv-icon{width:29px;min-width:29px;color:var(--mgv-gold)}.mgv-contact-placeholder{background:#f6f2e9;border:1px solid #eadab7;padding:18px}.mgv-contact-visual{margin-top:24px}.mgv-contact-visual img{width:100%;aspect-ratio:4/3;object-fit:cover}

/* Final CTA */
.mgv-final{position:relative;min-height:260px;background:#071827;color:#fff;text-align:center;display:flex;align-items:center;overflow:hidden}.mgv-final:before{content:"";position:absolute;inset:0;background-image:linear-gradient(180deg,rgba(5,17,29,.15),rgba(5,17,29,.75)),var(--final);background-size:cover;background-position:center}.mgv-final>.mgv-shell{position:relative;z-index:2;padding:54px 0}.mgv-final h2{font-size:40px}.mgv-final p{max-width:800px;margin:12px auto 20px;color:rgba(255,255,255,.88)}.mgv-final .mgv-actions{justify-content:center}

/* Footer */
.mgv-footer{background:#061725;color:#fff;padding:28px 0 18px}.mgv-footer-top{display:grid;grid-template-columns:320px 1fr auto;align-items:center;gap:30px}.mgv-footer-brand .mgv-brand-img{width:250px}.mgv-footer-menu{list-style:none;display:flex;gap:24px;justify-content:center;padding:0;margin:0;font-size:12px}.mgv-socials{display:flex;gap:10px}.mgv-socials a{width:30px;height:30px;border:1px solid rgba(255,255,255,.25);display:grid;place-items:center;border-radius:50%;font-size:12px}.mgv-footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.13);padding-top:16px;margin-top:20px;font-size:10px;color:rgba(255,255,255,.55);text-transform:uppercase;letter-spacing:.07em}

/* Standard content */
.mgv-standard-page{padding-top:145px;min-height:650px}.mgv-standard-page:before{content:"";position:absolute;left:0;right:0;top:0;height:110px;background:#071827}.mgv-prose{max-width:980px}.mgv-prose h1{font-size:54px;margin:0 0 25px}.mgv-prose h2{font-size:34px;margin-top:40px}.mgv-prose p,.mgv-prose li{font-size:17px;line-height:1.7}.mgv-single-featured img{width:100%;margin:18px 0 28px}

/* Responsive */
@media (max-width:1250px){.mgv-brand{min-width:220px}.mgv-brand-img{width:220px}.mgv-menu{gap:18px;font-size:12px}.mgv-header-actions{gap:10px}.mgv-talk{min-width:110px}.mgv-section.compact .mgv-card-grid{grid-template-columns:repeat(3,1fr)}.mgv-hero-copy{width:58%}.mgv-hero-media{width:68%}}
@media (max-width:980px){.admin-bar .mgv-header.is-scrolled{top:46px}.mgv-shell{width:min(calc(100% - 32px),var(--mgv-shell))}.mgv-header{height:78px}.mgv-brand{min-width:auto}.mgv-brand-img{width:220px}.mgv-menu-toggle{display:flex;flex-direction:column;margin-left:auto}.mgv-header-actions{display:none}.mgv-nav{position:fixed;inset:78px 0 auto 0;background:#061725;padding:18px 24px 24px;display:none;box-shadow:0 18px 30px rgba(0,0,0,.25)}.mgv-header.menu-open .mgv-nav{display:block}.mgv-menu{display:block}.mgv-menu li{border-bottom:1px solid rgba(255,255,255,.12)}.mgv-menu a,.mgv-header.is-scrolled .mgv-menu a{padding:14px 0}.mgv-hero{min-height:620px}.mgv-hero-media{width:100%;opacity:.62;background-position:center}.mgv-hero:after{background:linear-gradient(90deg,rgba(4,16,26,.96),rgba(4,16,26,.75) 62%,rgba(4,16,26,.28))}.mgv-hero-inner{padding-top:120px}.mgv-hero-copy{width:78%}.mgv-quick-grid{grid-template-columns:repeat(3,1fr)}.mgv-card-grid,.mgv-feature-grid{grid-template-columns:repeat(2,1fr)}.mgv-path-grid{grid-template-columns:repeat(2,1fr)}.mgv-approach-grid,.mgv-checklist-wrap,.mgv-contact-grid{grid-template-columns:1fr}.mgv-approach-steps{grid-template-columns:repeat(5,1fr)}.mgv-checklist-wrap ul{grid-template-columns:repeat(2,1fr)}.mgv-contact-form{border-right:0;border-bottom:1px solid var(--mgv-line);padding-right:0;padding-bottom:30px}.mgv-newsletter-grid{grid-template-columns:1fr}.mgv-footer-top{grid-template-columns:1fr;text-align:center}.mgv-footer-brand{justify-content:center}.mgv-socials{justify-content:center}.mgv-footer-bottom{flex-direction:column;text-align:center}.mgv-dark-feature:before{background-size:100% auto;opacity:.5}.mgv-dark-feature:after{background:linear-gradient(90deg,#061725 0%,rgba(6,23,37,.76) 70%,rgba(6,23,37,.45))}}
@media (max-width:680px){.mgv-shell{width:min(calc(100% - 24px),var(--mgv-shell))}.mgv-brand-img{width:200px}.mgv-hero{min-height:650px}.mgv-hero-copy{width:100%}.mgv-hero h1{font-size:43px}.mgv-hero-sub{font-size:16px}.mgv-actions{gap:10px}.mgv-btn{width:100%}.mgv-quick-grid{grid-template-columns:repeat(2,1fr)}.mgv-quick-item{min-height:112px;padding:14px 10px;align-items:flex-start;flex-direction:column}.mgv-quick-item .mgv-icon{width:30px}.mgv-section{padding:52px 0}.mgv-section-head{align-items:flex-start;flex-direction:column}.mgv-section h2,.mgv-dark-feature h2,.mgv-final h2{font-size:32px}.mgv-card-grid,.mgv-section.compact .mgv-card-grid,.mgv-feature-grid,.mgv-path-grid,.mgv-news-grid{grid-template-columns:1fr}.mgv-news-card.featured{grid-column:auto;grid-row:auto}.mgv-feature-grid{border-left:0}.mgv-feature{border-left:1px solid var(--mgv-line)}.mgv-approach-steps{grid-template-columns:1fr}.mgv-approach-steps>div{min-height:auto;border-bottom:1px solid var(--mgv-line)}.mgv-checklist-wrap ul{grid-template-columns:1fr}.mgv-process-grid{grid-template-columns:1fr}.mgv-process-step{display:grid;grid-template-columns:52px 1fr;gap:10px;min-height:auto;padding:0 0 16px}.mgv-step-num{grid-row:span 2}.mgv-step-arrow{display:none}.mgv-form-grid{grid-template-columns:1fr}.mgv-newsletter-card form{flex-direction:column}.mgv-footer-menu{flex-wrap:wrap}.mgv-footer-bottom span:last-child{display:none}.mgv-dark-feature{min-height:390px}.mgv-dark-feature-inner{min-height:390px}.mgv-dark-copy{padding:40px 0}.mgv-final{min-height:330px}.mgv-notice-card{grid-template-columns:1fr;padding:24px}.mgv-standard-page{padding-top:120px}.mgv-prose h1{font-size:40px}}

/* ==========================================================
   MGV v2.0 visual-fidelity layer
   Tuned against the supplied 1024px-wide page mockups.
   ========================================================== */
:root{
  --mgv-shell:1240px;
  --mgv-gold:#d7aa53;
  --mgv-gold-light:#f0c675;
  --mgv-navy:#061725;
  --mgv-navy2:#0a2031;
  --mgv-ink:#0c1420;
  --mgv-off:#f7f8f9;
  --mgv-line:#d9dee4;
}
body{font-family:Arial,Helvetica,sans-serif;background:#fff;color:#0c1420}
.mgv-shell{width:min(calc(100% - 56px),var(--mgv-shell))}
.mgv-header{height:82px;background:linear-gradient(180deg,rgba(3,14,24,.86),rgba(3,14,24,.25) 72%,transparent)}
.mgv-header-inner{gap:20px}
.mgv-brand{min-width:250px}
.mgv-brand-img{width:250px;max-height:54px}
.mgv-menu{gap:25px;font-size:12px}
.mgv-menu a{padding:28px 0 16px}
.mgv-header-actions{gap:13px}
.mgv-lang{font-size:12px;letter-spacing:.04em}
.mgv-talk{min-width:124px;min-height:42px}
.mgv-btn{min-height:45px;padding:0 21px;gap:18px;font-size:10px;letter-spacing:.03em;border-radius:2px}

.mgv-hero{min-height:495px;align-items:center;background:#061624}
.mgv-hero-media{right:0;top:0;width:69%;height:100%;background-size:cover;background-position:center;filter:saturate(1.03) contrast(1.05)}
.mgv-hero:after{background:linear-gradient(90deg,#061521 0%,rgba(6,21,33,.98) 31%,rgba(6,21,33,.79) 47%,rgba(6,21,33,.34) 69%,rgba(6,21,33,.18) 100%)}
.mgv-hero-noise{position:absolute;inset:0;z-index:1;pointer-events:none;opacity:.22;background-image:radial-gradient(circle at 20% 20%,rgba(255,255,255,.12) 0 1px,transparent 1.3px);background-size:28px 28px;mix-blend-mode:soft-light}
.mgv-hero-inner{padding:126px 0 45px;min-height:495px;display:flex;align-items:center;position:relative}
.mgv-hero-copy{width:min(570px,56%);position:relative;z-index:3}
.mgv-eyebrow{font-size:10px;letter-spacing:.08em;margin-bottom:14px;gap:11px}
.mgv-eyebrow:before{width:24px;height:1.5px}
.mgv-hero h1{font-size:clamp(38px,4.35vw,62px);line-height:.96;letter-spacing:-.025em;margin-bottom:15px}
.mgv-hero h1 span{color:#e1b05b}
.mgv-hero-sub{font-size:15.5px;line-height:1.5;max-width:545px;margin-bottom:22px}
.mgv-hero-support,.mgv-hero-notice{max-width:540px;font-size:10.5px;line-height:1.45;margin-top:13px}
.mgv-hero-rail{position:absolute;right:0;top:117px;z-index:3;display:flex;flex-direction:column;gap:8px;color:rgba(255,255,255,.68);font-size:10px;letter-spacing:.27em;line-height:1.05;text-align:left;text-transform:uppercase}
.mgv-page-home .mgv-hero-rail{top:105px}

.mgv-quick{background:linear-gradient(90deg,#071826,#0a1f2d);box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}
.mgv-quick-grid{grid-template-columns:repeat(auto-fit,minmax(135px,1fr))}
.mgv-quick-item{min-height:104px;padding:15px 12px;display:flex;flex-direction:column;text-align:center;justify-content:center;gap:5px}
.mgv-quick-item .mgv-icon{width:32px;height:32px;margin-bottom:2px}
.mgv-quick-item strong{font-size:12px}
.mgv-quick-item span{font-size:10.5px;line-height:1.3;margin-top:3px;max-width:190px}

.mgv-section{padding:55px 0}
.mgv-section:nth-of-type(even){background:#fff}
.mgv-section-head{margin-bottom:23px;align-items:center}
.mgv-section h2,.mgv-dark-feature h2,.mgv-final h2{font-size:clamp(28px,3vw,42px);line-height:1.02;letter-spacing:-.02em}
.mgv-section-head p{font-size:14px;line-height:1.45;margin-top:8px;max-width:740px}
.mgv-intro-block{max-width:1180px}
.mgv-intro-text{font-size:16px;line-height:1.6;max-width:950px}

.mgv-card-grid{gap:12px}
.mgv-card{border-radius:3px;box-shadow:none;border-color:#dfe3e7}
.mgv-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(7,24,39,.10)}
.mgv-card>img{aspect-ratio:16/9}
.mgv-card-body{padding:13px 14px 15px}
.mgv-card-kicker{font-size:9px;margin-bottom:5px}
.mgv-card h3,.mgv-card h2{font-size:17px;margin-bottom:6px}
.mgv-card p{font-size:12.5px;line-height:1.42;margin-bottom:8px}
.mgv-card-value{font-size:11px!important}
.mgv-text-link{font-size:10px;letter-spacing:.02em}
.mgv-section.compact{padding-top:36px;padding-bottom:36px}
.mgv-section.compact .mgv-card-grid{gap:8px}
.mgv-section.compact .mgv-card-body{padding:8px 10px 10px}
.mgv-section.compact .mgv-card h3{font-size:12px}
.mgv-section.compact .mgv-card p{font-size:10px;line-height:1.3}

.mgv-dark-feature{min-height:235px;background:#061725;border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05)}
.mgv-dark-feature:before{background-size:58% auto;background-position:88% center;opacity:.92}
.mgv-dark-feature:after{background:linear-gradient(90deg,#061725 0%,#061725 38%,rgba(6,23,37,.76) 58%,rgba(6,23,37,.18) 100%)}
.mgv-dark-feature-inner{min-height:235px}
.mgv-dark-copy{padding:34px 0;max-width:560px}
.mgv-dark-copy h2{font-size:30px}
.mgv-dark-copy p{font-size:13.5px;line-height:1.45}

.mgv-path-section{padding:20px 0 30px}
.mgv-path-grid{gap:10px}
.mgv-path-card{min-height:215px}
.mgv-path-card>div{padding:22px}
.mgv-path-card h3{font-size:19px;line-height:1.02}
.mgv-path-card p{font-size:12px;line-height:1.35;margin-bottom:14px}
.mgv-path-card .mgv-btn{min-height:38px;font-size:9px;padding:0 14px}

.mgv-approach{padding:38px 0}
.mgv-approach-grid{grid-template-columns:1.2fr 1.8fr;gap:25px}
.mgv-approach-grid>div:first-child p{font-size:12.5px;line-height:1.4}
.mgv-approach-steps>div{padding:14px 11px;min-height:96px;text-align:center}
.mgv-approach-steps span{font-size:18px;margin-bottom:8px}
.mgv-approach-steps strong{font-size:9px;line-height:1.25}

.mgv-feature-grid{background:#fff}
.mgv-feature{min-height:150px;padding:22px 20px;text-align:center}
.mgv-feature .mgv-icon{width:34px;margin-bottom:8px}
.mgv-feature h3{font-size:14px;margin-bottom:5px}
.mgv-feature p{font-size:11.5px;line-height:1.38}
.mgv-checklist-wrap{grid-template-columns:.75fr 1.55fr;gap:38px}
.mgv-checklist-wrap li{font-size:12px;padding:10px 0}
.mgv-process-section{padding-top:44px;padding-bottom:44px}
.mgv-process-grid{margin-top:22px}
.mgv-process-step{min-height:110px;padding-right:22px}
.mgv-step-num{width:34px;height:34px;font-size:12px}
.mgv-process-step p{font-size:11px;line-height:1.35}
.mgv-step-arrow{font-size:17px;top:8px}
.mgv-notice-card{padding:22px 26px;gap:18px}
.mgv-notice-card h2{font-size:22px}
.mgv-notice-card p{font-size:12.5px;line-height:1.5}

.mgv-faq-section{padding-top:48px;padding-bottom:55px;background:#f7f8f9!important}
.mgv-faq-list summary{padding:14px 17px;font-size:13px}
.mgv-faq-list details>div{padding:0 17px 14px}
.mgv-faq-list details>div p{font-size:12.5px;line-height:1.5}

.mgv-news-section{background:#f7f8f9!important}
.mgv-news-grid{gap:12px}
.mgv-news-body{padding:14px}
.mgv-news-body h3{font-size:17px}
.mgv-news-body p{font-size:12px}
.mgv-newsletter-media{background:#fff!important}
.mgv-newsletter-card,.mgv-media-card{padding:25px}

.mgv-contact-section{background:#fff!important}
.mgv-contact-grid{gap:34px}
.mgv-contact-form{padding-right:34px}
.mgv-contact-form input,.mgv-contact-form select,.mgv-contact-form textarea{padding:10px 11px;font-size:12.5px}
.mgv-contact-details h2{font-size:25px}
.mgv-contact-details li{font-size:12.5px}

.mgv-final{min-height:205px}
.mgv-final>.mgv-shell{padding:38px 0}
.mgv-final h2{font-size:29px}
.mgv-final p{font-size:12.5px;margin:8px auto 15px}
.mgv-footer{padding:20px 0 12px}
.mgv-footer-top{grid-template-columns:270px 1fr auto}
.mgv-footer-brand .mgv-brand-img{width:220px}
.mgv-footer-menu{font-size:10px;gap:18px}
.mgv-footer-bottom{font-size:9px;margin-top:14px;padding-top:12px}

/* Page-by-page image positioning mirrors the supplied reference compositions. */
.mgv-page-home .mgv-hero-media{width:76%;background-position:center 43%}
.mgv-page-our-group .mgv-hero-media{width:63%;background-position:center}
.mgv-page-our-companies .mgv-hero-media{width:67%;background-position:center}
.mgv-page-invest .mgv-hero-media{width:63%;background-position:center}
.mgv-page-partner .mgv-hero-media{width:68%;background-position:center}
.mgv-page-franchise .mgv-hero-media{width:65%;background-position:center}
.mgv-page-acquisitions .mgv-hero-media{width:68%;background-position:center}
.mgv-page-inventions-ip .mgv-hero-media{width:67%;background-position:center}
.mgv-page-news .mgv-hero-media{width:66%;background-position:center}
.mgv-page-contact .mgv-hero-media{width:63%;background-position:center}

/* Match the mockup's white card-heavy portfolio pages. */
.mgv-page-our-companies .mgv-section.portfolio,
.mgv-page-our-group .mgv-section.portfolio,
.mgv-page-franchise .mgv-section.portfolio,
.mgv-page-partner .mgv-section.portfolio,
.mgv-page-invest .mgv-section.portfolio{background:#fafafa}
.mgv-page-our-companies .mgv-card-grid{grid-template-columns:repeat(3,1fr)}
.mgv-page-inventions-ip .mgv-card-grid{grid-template-columns:repeat(5,1fr)}
.mgv-page-partner .mgv-section.cards .mgv-card-grid{grid-template-columns:repeat(3,1fr)}
.mgv-page-franchise .mgv-section.cards .mgv-card-grid{grid-template-columns:repeat(4,1fr)}
.mgv-page-invest .mgv-section.cards .mgv-card-grid{grid-template-columns:repeat(6,1fr)}

/* 1024px reference viewport fidelity */
@media (min-width:981px) and (max-width:1100px){
  .mgv-shell{width:calc(100% - 46px)}
  .mgv-brand{min-width:220px}.mgv-brand-img{width:220px}
  .mgv-menu{gap:16px;font-size:10px}
  .mgv-header-actions{gap:8px}.mgv-talk{min-width:108px}
  .mgv-hero-copy{width:56%;max-width:520px}
  .mgv-hero-rail{right:4px;font-size:8.5px}
  .mgv-section.compact .mgv-card-grid{grid-template-columns:repeat(6,1fr)}
  .mgv-page-invest .mgv-section.cards .mgv-card-grid{grid-template-columns:repeat(6,1fr)}
  .mgv-page-partner .mgv-section.cards .mgv-card-grid{grid-template-columns:repeat(6,1fr)}
}
@media (max-width:980px){
  .mgv-hero-rail{display:none}
  .mgv-hero-media{width:100%!important;opacity:.62;background-position:center!important}
  .mgv-hero-copy{width:min(680px,82%)}
  .mgv-quick-item{flex-direction:row;text-align:left;justify-content:flex-start}
  .mgv-page-our-companies .mgv-card-grid,.mgv-page-inventions-ip .mgv-card-grid,.mgv-page-partner .mgv-section.cards .mgv-card-grid,.mgv-page-franchise .mgv-section.cards .mgv-card-grid,.mgv-page-invest .mgv-section.cards .mgv-card-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:680px){
  .mgv-shell{width:calc(100% - 24px)}
  .mgv-hero{min-height:620px}.mgv-hero-inner{min-height:620px;padding-top:105px}
  .mgv-hero-copy{width:100%}.mgv-hero h1{font-size:41px}
  .mgv-quick-item{flex-direction:column;text-align:center;align-items:center}
  .mgv-page-our-companies .mgv-card-grid,.mgv-page-inventions-ip .mgv-card-grid,.mgv-page-partner .mgv-section.cards .mgv-card-grid,.mgv-page-franchise .mgv-section.cards .mgv-card-grid,.mgv-page-invest .mgv-section.cards .mgv-card-grid{grid-template-columns:1fr}
}

/* Dedicated opportunity forms */
.mgv-route-form-section{background:#f7f8f9!important}
.mgv-route-form-wrap{display:grid;grid-template-columns:1.7fr .7fr;gap:26px;align-items:start}
.mgv-route-form{background:#fff;border:1px solid var(--mgv-line);padding:24px}
.mgv-route-form label{display:block;font-size:11px;color:#4b5663;margin-bottom:10px}
.mgv-route-form input,.mgv-route-form textarea,.mgv-route-form select{display:block;width:100%;margin-top:6px;border:1px solid #cfd5dc;background:#fff;padding:10px 11px;font:inherit;font-size:12.5px;border-radius:2px}
.mgv-route-form textarea{resize:vertical}
.mgv-route-form .mgv-form-grid{gap:11px}
.mgv-route-form .mgv-span-2{grid-column:span 2}
.mgv-route-form .mgv-consent{margin-top:8px;margin-bottom:16px}
.mgv-route-form-note{background:linear-gradient(180deg,#081d2d,#061725);color:#fff;padding:27px 24px;min-height:230px}
.mgv-route-form-note .mgv-icon{width:42px;color:var(--mgv-gold);margin-bottom:10px}
.mgv-route-form-note h3{font-size:18px;margin:0 0 9px;text-transform:uppercase}
.mgv-route-form-note p{font-size:12px;line-height:1.55;color:rgba(255,255,255,.78);margin:0}
@media(max-width:980px){.mgv-route-form-wrap{grid-template-columns:1fr}.mgv-route-form-note{min-height:auto}}
@media(max-width:680px){.mgv-route-form{padding:18px}.mgv-route-form .mgv-span-2{grid-column:auto}}

/* ==========================================================
   MGV v2.1 professional footer, prominent brand & mobile QA
   ========================================================== */
.mgv-header{height:94px}
.mgv-header-inner{gap:18px}
.mgv-brand{min-width:315px}
.mgv-brand-img{width:315px;max-height:68px;filter:drop-shadow(0 2px 8px rgba(0,0,0,.22))}
.mgv-menu{gap:19px;font-size:12px}
.mgv-menu a{padding:34px 0 16px}
.mgv-header.is-scrolled{height:82px}
.mgv-header.is-scrolled .mgv-brand-img{width:285px;max-height:58px}
.mgv-header.is-scrolled .mgv-menu a{padding-top:27px}
.mgv-mobile-whatsapp{display:none}

.mgv-footer-pro{background:radial-gradient(circle at 14% 0%,#102b41 0,#071a2a 34%,#04131f 72%);padding:0;color:#fff;border-top:1px solid rgba(215,170,83,.28)}
.mgv-footer-main{display:grid;grid-template-columns:minmax(300px,.95fr) 1.65fr;gap:72px;padding-top:58px;padding-bottom:44px}
.mgv-footer-company{max-width:430px}
.mgv-footer-brand{display:inline-flex;min-width:0;margin-bottom:20px}
.mgv-footer-brand .mgv-brand-img{width:310px;max-height:70px}
.mgv-footer-company p{margin:0 0 24px;color:rgba(255,255,255,.72);font-size:13.5px;line-height:1.7;max-width:390px}
.mgv-footer-cta-row{display:flex;flex-wrap:wrap;gap:10px}
.mgv-footer-whatsapp,.mgv-footer-primary-cta,.mgv-footer-site{display:inline-flex;align-items:center;gap:9px;min-height:42px;padding:0 15px;border:1px solid rgba(255,255,255,.19);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;transition:.2s}
.mgv-footer-whatsapp,.mgv-footer-primary-cta{background:linear-gradient(90deg,#e9bd67,#d6a64a);color:#061522;border-color:#d8aa53}
.mgv-footer-whatsapp svg{width:18px;height:18px}
.mgv-footer-site{color:#fff}
.mgv-footer-whatsapp:hover,.mgv-footer-primary-cta:hover,.mgv-footer-site:hover{transform:translateY(-2px);border-color:var(--mgv-gold)}
.mgv-footer-columns{display:grid;grid-template-columns:.85fr 1fr 1.25fr;gap:34px}
.mgv-footer-col{display:flex;flex-direction:column;align-items:flex-start;gap:10px}
.mgv-footer-col h3{margin:0 0 8px;color:#efbd62;text-transform:uppercase;letter-spacing:.08em;font-size:11px}
.mgv-footer-col>a{font-size:12.5px;color:rgba(255,255,255,.76);line-height:1.35;transition:.18s}
.mgv-footer-col>a:hover{color:#fff;transform:translateX(2px)}
.mgv-footer-contact-col>a{display:flex;flex-direction:column;gap:2px}
.mgv-footer-label{font-size:8.5px;text-transform:uppercase;letter-spacing:.12em;color:rgba(255,255,255,.42)}
.mgv-footer-social-row{display:flex;align-items:center;justify-content:space-between;gap:28px;padding-top:23px;padding-bottom:23px;border-top:1px solid rgba(255,255,255,.11)}
.mgv-footer-social-title{display:block;margin-bottom:9px;font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.46)}
.mgv-socials{display:flex;gap:9px}
.mgv-socials a{width:36px;height:36px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.025);display:grid;place-items:center;border-radius:50%;color:#fff;transition:.18s}
.mgv-socials a:hover{background:var(--mgv-gold);color:#071827;border-color:var(--mgv-gold);transform:translateY(-2px)}
.mgv-socials svg{width:16px;height:16px}
.mgv-footer-motto{max-width:690px;text-align:right;font-size:9.5px;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.42);line-height:1.6}
.mgv-footer-motto i{font-style:normal;color:var(--mgv-gold);padding:0 3px}
.mgv-footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.09);padding-top:17px;padding-bottom:18px;margin-top:0;font-size:9px;color:rgba(255,255,255,.46);text-transform:uppercase;letter-spacing:.07em}
.mgv-footer-legal{display:flex;gap:18px;flex-wrap:wrap;justify-content:flex-end}
.mgv-footer-legal a:hover{color:#fff}

.mgv-page-home .mgv-feature-section .mgv-feature{min-height:180px}
.mgv-page-home .mgv-checklist-section{background:#f7f8f9!important}
.mgv-page-home .mgv-checklist-wrap{grid-template-columns:.75fr 1.55fr;align-items:start}

/* More deliberate tablet/mobile behavior. */
@media (max-width:1280px){
  .mgv-brand{min-width:250px}.mgv-brand-img{width:250px}.mgv-menu{gap:14px;font-size:11px}.mgv-talk{min-width:112px}
  .mgv-footer-main{gap:44px}
}
@media (max-width:1120px){
  .admin-bar .mgv-header,.admin-bar .mgv-header.is-scrolled{top:32px}
  .mgv-header,.mgv-header.is-scrolled{position:fixed;top:0;height:78px;background:rgba(4,19,31,.98);backdrop-filter:blur(15px);box-shadow:0 8px 25px rgba(0,0,0,.18)}
  .mgv-header-inner{gap:12px}
  .mgv-brand{min-width:0}.mgv-brand-img,.mgv-header.is-scrolled .mgv-brand-img{width:245px;max-height:58px}
  .mgv-menu-toggle{display:flex;flex-direction:column;margin-left:auto;position:relative;z-index:3}
  .mgv-header-actions{display:none}
  .mgv-nav{position:fixed;left:0;right:0;top:78px;max-height:calc(100vh - 78px);overflow:auto;background:linear-gradient(180deg,#071a2a,#04131f);padding:8px 24px 28px;display:none;box-shadow:0 18px 30px rgba(0,0,0,.28);justify-content:flex-start}
  .admin-bar .mgv-nav{top:110px;max-height:calc(100vh - 110px)}
  .mgv-header.menu-open .mgv-nav{display:block}
  .mgv-menu{display:block;font-size:14px}
  .mgv-menu li{border-bottom:1px solid rgba(255,255,255,.1)}
  .mgv-menu a,.mgv-header.is-scrolled .mgv-menu a{padding:14px 0}
  .mgv-mobile-whatsapp{display:flex;align-items:center;justify-content:space-between;margin-top:18px;padding:15px 16px;background:linear-gradient(90deg,#efc36e,#d7aa52);color:#061522;font-size:12px;font-weight:900;text-transform:uppercase}
  .mgv-hero-inner{padding-top:125px}
  .mgv-footer-main{grid-template-columns:1fr;gap:36px;padding-top:44px}
  .mgv-footer-company{max-width:620px}
  .mgv-footer-columns{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:782px){
  .admin-bar .mgv-header,.admin-bar .mgv-header.is-scrolled{top:46px}
  .admin-bar .mgv-nav{top:124px;max-height:calc(100vh - 124px)}
}
@media (max-width:760px){
  .mgv-shell{width:min(calc(100% - 28px),var(--mgv-shell))}
  .mgv-brand-img,.mgv-header.is-scrolled .mgv-brand-img{width:214px;max-height:52px}
  .mgv-hero{min-height:650px}
  .mgv-hero-inner{min-height:650px;padding-top:115px;padding-bottom:48px}
  .mgv-hero-copy{width:100%}
  .mgv-hero h1{font-size:clamp(38px,12vw,54px)}
  .mgv-hero-sub{font-size:15px}
  .mgv-actions{display:grid;grid-template-columns:1fr;gap:10px;width:100%}
  .mgv-actions .mgv-btn{width:100%}
  .mgv-quick-grid{grid-template-columns:repeat(2,1fr)}
  .mgv-quick-item{align-items:center;text-align:center}
  .mgv-feature-grid,.mgv-card-grid,.mgv-path-grid,.mgv-page-our-companies .mgv-card-grid,.mgv-page-inventions-ip .mgv-card-grid,.mgv-page-partner .mgv-section.cards .mgv-card-grid,.mgv-page-franchise .mgv-section.cards .mgv-card-grid,.mgv-page-invest .mgv-section.cards .mgv-card-grid{grid-template-columns:1fr}
  .mgv-approach-grid,.mgv-checklist-wrap,.mgv-page-home .mgv-checklist-wrap{grid-template-columns:1fr}
  .mgv-footer-columns{grid-template-columns:1fr 1fr;gap:30px 24px}
  .mgv-footer-contact-col{grid-column:1/-1}
  .mgv-footer-social-row{align-items:flex-start;flex-direction:column}
  .mgv-footer-motto{text-align:left}
  .mgv-footer-bottom{align-items:flex-start;flex-direction:column}
}
@media (max-width:480px){
  .mgv-brand-img,.mgv-header.is-scrolled .mgv-brand-img{width:185px}
  .mgv-footer-brand .mgv-brand-img{width:255px}
  .mgv-footer-columns{grid-template-columns:1fr}
  .mgv-footer-contact-col{grid-column:auto}
  .mgv-footer-cta-row{display:grid;grid-template-columns:1fr;width:100%}
  .mgv-footer-whatsapp,.mgv-footer-primary-cta,.mgv-footer-site{justify-content:center;width:100%}
}


/* ==========================================================
   MGV v2.2 portfolio links, linked footer keywords & WhatsApp
   ========================================================== */
.mgv-card-image-link{display:block;overflow:hidden;background:#071827}
.mgv-card-image-link img{display:block;width:100%;transition:transform .35s ease,filter .35s ease}
.mgv-card-image-link:hover img{transform:scale(1.025);filter:brightness(1.04)}

.mgv-footer-company-social{margin:-4px 0 22px}
.mgv-footer-company-social .mgv-footer-social-title{margin-bottom:10px}
.mgv-footer-company-social .mgv-socials{justify-content:flex-start}
.mgv-footer-keyword-row{justify-content:flex-end}
.mgv-footer-keyword-row .mgv-footer-motto{max-width:none;width:100%;display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap}
.mgv-footer-motto a{color:rgba(255,255,255,.57);transition:color .18s ease}
.mgv-footer-motto a:hover{color:#efbd62}

.mgv-floating-whatsapp{position:fixed;right:22px;bottom:24px;z-index:9999;width:60px;height:60px;border-radius:50%;display:grid;place-items:center;background:#25D366;color:#fff;box-shadow:0 10px 30px rgba(0,0,0,.3),0 0 0 5px rgba(37,211,102,.12);transition:transform .2s ease,box-shadow .2s ease}
.mgv-floating-whatsapp svg{width:31px;height:31px}
.mgv-floating-whatsapp span{position:absolute;right:70px;top:50%;transform:translateY(-50%);padding:8px 11px;border-radius:4px;background:#061725;color:#fff;font-size:10px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;opacity:0;visibility:hidden;transition:.18s}
.mgv-floating-whatsapp:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 14px 34px rgba(0,0,0,.35),0 0 0 7px rgba(37,211,102,.15)}
.mgv-floating-whatsapp:hover span{opacity:1;visibility:visible}

@media(max-width:760px){
  .mgv-footer-keyword-row{justify-content:flex-start}
  .mgv-footer-keyword-row .mgv-footer-motto{justify-content:flex-start;text-align:left}
  .mgv-floating-whatsapp{right:14px;bottom:16px;width:54px;height:54px}
  .mgv-floating-whatsapp svg{width:28px;height:28px}
  .mgv-floating-whatsapp span{display:none}
}

/* ==========================================================
   MGV v2.3 UI/CSS QA layer — process fix + page polish
   ========================================================== */

/* Anchors should not disappear behind the fixed navigation. */
[id]{scroll-margin-top:108px}

/* Defensive layout rules across all page templates. */
.mgv-section,.mgv-shell,.mgv-card,.mgv-feature,.mgv-process-step,.mgv-route-form,.mgv-notice-card{min-width:0}
.mgv-section-head h2,.mgv-process-step h3,.mgv-card h3{overflow-wrap:anywhere}
.mgv-btn:focus-visible,.mgv-text-link:focus-visible,.mgv-menu a:focus-visible,.mgv-socials a:focus-visible,.mgv-floating-whatsapp:focus-visible{outline:3px solid #f0c675;outline-offset:3px}

/* Process component — fixes the white-on-white dark section bug and improves every process strip. */
.mgv-section.mgv-process-section{background:#fff!important;padding:52px 0}
.mgv-section.mgv-process-section.is-dark{background:radial-gradient(circle at 78% 15%,rgba(33,82,116,.36),transparent 34%),linear-gradient(135deg,#04131f 0%,#071c2c 56%,#0a2639 100%)!important;color:#fff;position:relative;border-top:1px solid rgba(215,170,83,.24);border-bottom:1px solid rgba(215,170,83,.18)}
.mgv-section.mgv-process-section.is-dark:before{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:34px 34px;mask-image:linear-gradient(90deg,transparent,black 25%,black 75%,transparent)}
.mgv-process-section>.mgv-shell{position:relative;z-index:1}
.mgv-process-section.is-dark .mgv-section-head h2,.mgv-process-section.is-dark .mgv-eyebrow.dark{color:#fff}
.mgv-process-section.is-dark .mgv-eyebrow.dark:before{background:#efbd62}
.mgv-process-section.is-dark .mgv-section-head p{color:rgba(255,255,255,.74)}
.mgv-process-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(165px,1fr));gap:13px;margin-top:26px}
.mgv-process-step{position:relative;min-height:175px;padding:18px 18px 17px;background:#fff;border:1px solid #dfe4e8;border-radius:6px;box-shadow:0 8px 24px rgba(5,19,31,.055);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.mgv-process-step:hover{transform:translateY(-3px);border-color:rgba(215,170,83,.75);box-shadow:0 14px 32px rgba(5,19,31,.11)}
.mgv-process-step-top{display:flex;align-items:center;justify-content:space-between;min-height:38px;margin-bottom:14px}
.mgv-step-num{display:grid;place-items:center;width:38px;height:38px;margin:0;border-radius:50%;background:linear-gradient(135deg,#f3cb76,#d59e39);color:#071827;font-size:13px;font-weight:900;box-shadow:0 6px 18px rgba(215,170,83,.2)}
.mgv-step-arrow{position:static;font-size:18px;color:#b07b28;line-height:1}
.mgv-process-step h3{margin:0 0 7px;font-size:14px;line-height:1.23;letter-spacing:-.01em;text-transform:none}
.mgv-process-step p{margin:0;color:#52606d;font-size:11.5px;line-height:1.52}
.mgv-process-step.title-only{min-height:130px}
.mgv-process-step.title-only h3{font-size:13px;margin-top:4px}
.mgv-process-section.is-dark .mgv-process-step{background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));border-color:rgba(255,255,255,.14);box-shadow:0 14px 30px rgba(0,0,0,.14);backdrop-filter:blur(4px)}
.mgv-process-section.is-dark .mgv-process-step:hover{border-color:rgba(239,189,98,.66);box-shadow:0 18px 36px rgba(0,0,0,.22)}
.mgv-process-section.is-dark .mgv-process-step h3{color:#fff}
.mgv-process-section.is-dark .mgv-process-step p{color:rgba(255,255,255,.72)}
.mgv-process-section.is-dark .mgv-step-arrow{color:#efbd62}

/* Inventions & IP — more premium, balanced UI. */
.mgv-page-inventions-ip .mgv-feature-section{background:#f7f9fb!important}
.mgv-page-inventions-ip .mgv-feature-section .mgv-feature-grid{grid-template-columns:repeat(4,1fr);gap:12px;border:0;background:transparent}
.mgv-page-inventions-ip .mgv-feature-section .mgv-feature{border:1px solid #dfe5ea;border-radius:6px;background:#fff;min-height:175px;text-align:left;padding:22px 20px;box-shadow:0 8px 24px rgba(6,23,37,.045);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.mgv-page-inventions-ip .mgv-feature-section .mgv-feature:hover{transform:translateY(-3px);border-color:rgba(215,170,83,.65);box-shadow:0 14px 30px rgba(6,23,37,.09)}
.mgv-page-inventions-ip .mgv-feature-section .mgv-feature .mgv-icon{width:38px;height:38px;padding:7px;border-radius:50%;background:#fff7e7;color:#c78e2d;margin-bottom:13px}
.mgv-page-inventions-ip .mgv-feature-section .mgv-feature h3{font-size:15px}
.mgv-page-inventions-ip .mgv-feature-section .mgv-feature p{font-size:11.5px;line-height:1.48}

.mgv-page-inventions-ip .mgv-section.projects{background:#fff!important;padding-top:48px;padding-bottom:54px}
.mgv-page-inventions-ip .mgv-section.projects .mgv-card-grid{grid-template-columns:repeat(5,1fr);gap:13px}
.mgv-page-inventions-ip .mgv-section.projects .mgv-card{border-radius:6px;overflow:hidden;border-color:#dce2e8;box-shadow:0 8px 22px rgba(6,23,37,.055)}
.mgv-page-inventions-ip .mgv-section.projects .mgv-card:before{content:"CONCEPT PROJECT";position:absolute;z-index:3;top:12px;left:12px;background:rgba(5,20,32,.88);color:#f1c46d;border:1px solid rgba(241,196,109,.48);padding:6px 8px;font-size:8px;font-weight:900;letter-spacing:.08em;border-radius:2px}
.mgv-page-inventions-ip .mgv-section.projects .mgv-card{position:relative}
.mgv-page-inventions-ip .mgv-section.projects .mgv-card>img,.mgv-page-inventions-ip .mgv-section.projects .mgv-card-image-link img{aspect-ratio:16/9;object-fit:cover}
.mgv-page-inventions-ip .mgv-section.projects .mgv-card-body{padding:14px 15px 16px}
.mgv-page-inventions-ip .mgv-section.projects .mgv-card h3{font-size:16px}
.mgv-page-inventions-ip .mgv-section.projects .mgv-card p{font-size:11.5px;line-height:1.45}

/* Seven invention-development steps: balanced 4 + centered 3 card composition. */
.mgv-page-inventions-ip #development-path{padding-top:56px;padding-bottom:60px}
.mgv-page-inventions-ip #development-path .mgv-section-head{align-items:flex-end;margin-bottom:22px}
.mgv-page-inventions-ip #development-path .mgv-section-head>div:first-child{max-width:780px}
.mgv-page-inventions-ip #development-path .mgv-process-grid{grid-template-columns:repeat(8,minmax(0,1fr));gap:14px;margin-top:24px}
.mgv-page-inventions-ip #development-path .mgv-process-step{grid-column:span 2;min-height:205px;padding:19px}
.mgv-page-inventions-ip #development-path .mgv-process-step:nth-child(5){grid-column:2/span 2}
.mgv-page-inventions-ip #development-path .mgv-process-step:nth-child(6){grid-column:4/span 2}
.mgv-page-inventions-ip #development-path .mgv-process-step:nth-child(7){grid-column:6/span 2}
.mgv-page-inventions-ip #development-path .mgv-step-arrow{display:none}
.mgv-page-inventions-ip #development-path .mgv-process-step h3{font-size:15px;color:#fff}
.mgv-page-inventions-ip #development-path .mgv-process-step p{font-size:11.5px;line-height:1.55}

/* Submission section and notices: cleaner visual hierarchy. */
.mgv-page-inventions-ip .mgv-checklist-section{background:#fff!important}
.mgv-page-inventions-ip .mgv-checklist-wrap{padding:30px;border:1px solid #e0e5e9;border-radius:6px;background:linear-gradient(135deg,#fff,#f8fafb);box-shadow:0 10px 26px rgba(6,23,37,.045)}
.mgv-page-inventions-ip .mgv-notice-card{border-radius:6px;box-shadow:0 8px 22px rgba(6,23,37,.045)}
.mgv-page-inventions-ip .mgv-route-form-section{background:#f5f7f9!important}
.mgv-page-inventions-ip .mgv-route-form{border-radius:6px;box-shadow:0 10px 30px rgba(6,23,37,.065)}
.mgv-page-inventions-ip .mgv-route-form-note{border-radius:6px;box-shadow:0 10px 30px rgba(6,23,37,.12)}

/* General responsive QA across all pages. */
@media(max-width:1120px){
  [id]{scroll-margin-top:92px}
  .mgv-process-grid{grid-template-columns:repeat(3,1fr)}
  .mgv-page-inventions-ip .mgv-feature-section .mgv-feature-grid{grid-template-columns:repeat(2,1fr)}
  .mgv-page-inventions-ip #development-path .mgv-process-grid{grid-template-columns:repeat(2,1fr)}
  .mgv-page-inventions-ip #development-path .mgv-process-step,.mgv-page-inventions-ip #development-path .mgv-process-step:nth-child(n){grid-column:auto;min-height:190px}
  .mgv-page-inventions-ip .mgv-section.projects .mgv-card-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:760px){
  [id]{scroll-margin-top:88px}
  .mgv-section.mgv-process-section{padding:44px 0}
  .mgv-process-grid{grid-template-columns:1fr;gap:11px}
  .mgv-process-step,.mgv-process-step.title-only{display:block;min-height:auto;padding:17px}
  .mgv-process-step-top{margin-bottom:10px}
  .mgv-process-step h3{font-size:15px}
  .mgv-process-step p{font-size:12px}
  .mgv-step-arrow{display:none}
  .mgv-page-inventions-ip .mgv-feature-section .mgv-feature-grid,.mgv-page-inventions-ip #development-path .mgv-process-grid,.mgv-page-inventions-ip .mgv-section.projects .mgv-card-grid{grid-template-columns:1fr}
  .mgv-page-inventions-ip #development-path .mgv-process-step,.mgv-page-inventions-ip #development-path .mgv-process-step:nth-child(n){grid-column:auto;min-height:auto}
  .mgv-page-inventions-ip .mgv-checklist-wrap{padding:22px 18px}
}

/* ==========================================================
   MGV v2.4 professional header + validated forms + CAPTCHA
   ========================================================== */

/* Professional fixed navigation bar */
.mgv-header,
.mgv-header.is-scrolled{
  position:fixed;
  top:0;
  height:92px;
  background:linear-gradient(90deg,rgba(4,18,30,.985) 0%,rgba(7,28,44,.985) 55%,rgba(5,21,34,.985) 100%);
  border-bottom:1px solid rgba(226,183,96,.16);
  box-shadow:0 12px 32px rgba(0,0,0,.18);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}
.admin-bar .mgv-header,
.admin-bar .mgv-header.is-scrolled{top:32px}
.mgv-header-inner{
  width:min(calc(100% - 54px),1500px);
  gap:24px;
}
.mgv-brand{
  min-width:365px;
  flex:0 0 365px;
  padding-right:18px;
  position:relative;
}
.mgv-brand:after{
  content:"";
  position:absolute;
  right:0;
  top:18%;
  width:1px;
  height:64%;
  background:linear-gradient(transparent,rgba(218,174,84,.45),transparent);
}
.mgv-brand-img,
.mgv-header.is-scrolled .mgv-brand-img{
  width:365px;
  max-height:64px;
  object-fit:contain;
  object-position:left center;
  filter:drop-shadow(0 2px 9px rgba(0,0,0,.28));
}
.mgv-nav{
  flex:1 1 auto;
  min-width:0;
  justify-content:center;
}
.mgv-menu{
  gap:22px;
  font-size:12.5px;
  font-weight:600;
  letter-spacing:-.005em;
}
.mgv-menu a,
.mgv-header.is-scrolled .mgv-menu a{
  padding:34px 2px 18px;
  color:rgba(255,255,255,.91);
  transition:color .18s ease,background .18s ease;
}
.mgv-menu a:hover,
.mgv-menu .current-menu-item>a{color:#f1c76d}
.mgv-menu .current-menu-item>a:after,
.mgv-menu a:hover:after{
  bottom:11px;
  height:2px;
  border-radius:2px;
  background:linear-gradient(90deg,#edbe60,#f6d083);
  box-shadow:0 0 12px rgba(224,176,80,.35);
}
.mgv-header-actions{
  flex:0 0 auto;
  gap:13px;
}
.mgv-lang{
  min-height:40px;
  padding:0 11px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.035);
  border-radius:4px;
  font-size:12px;
  color:rgba(255,255,255,.88);
}
.mgv-talk{
  min-width:154px;
  min-height:50px;
  border-radius:3px;
  box-shadow:0 8px 24px rgba(215,170,82,.16);
}
.mgv-talk:hover{box-shadow:0 11px 28px rgba(215,170,82,.24)}

/* Ensure content remains comfortably below the fixed header. */
.mgv-standard-page{padding-top:138px}
.mgv-hero-inner{padding-top:168px}

/* Professional route/contact form treatment */
.mgv-route-form-section,
.mgv-contact-section{background:linear-gradient(180deg,#f7f8fa 0%,#fff 100%)!important}
.mgv-route-form-wrap{grid-template-columns:minmax(0,1.65fr) minmax(280px,.68fr);gap:30px}
.mgv-route-form,
.mgv-contact-form{
  border:1px solid #dce2e7;
  background:#fff;
  border-radius:7px;
  box-shadow:0 14px 40px rgba(5,20,32,.07);
}
.mgv-route-form{padding:28px}
.mgv-contact-form{padding:28px 32px 30px}
.mgv-route-form label,
.mgv-contact-form label{
  font-size:11.5px;
  font-weight:600;
  color:#465361;
}
.mgv-route-form input,
.mgv-route-form textarea,
.mgv-route-form select,
.mgv-contact-form input,
.mgv-contact-form textarea,
.mgv-contact-form select{
  border:1px solid #cfd7df;
  border-radius:4px;
  background:#fff;
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;
}
.mgv-route-form input:focus,
.mgv-route-form textarea:focus,
.mgv-route-form select:focus,
.mgv-contact-form input:focus,
.mgv-contact-form textarea:focus,
.mgv-contact-form select:focus{
  outline:none;
  border-color:#d4a342;
  box-shadow:0 0 0 3px rgba(215,170,79,.12);
  background:#fffefa;
}
.mgv-field-help{
  display:block;
  margin-top:5px;
  color:#788390;
  font-size:10.5px;
  line-height:1.4;
  font-weight:400;
}
.mgv-captcha{
  margin:16px 0 17px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:15px 17px;
  border:1px solid rgba(215,170,79,.42);
  border-radius:5px;
  background:linear-gradient(90deg,#fffaf0,#fffdf9);
}
.mgv-captcha>div{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.mgv-captcha strong{
  font-size:10px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#72531c;
}
.mgv-captcha span{
  font-size:14px;
  font-weight:800;
  color:#17212d;
}
.mgv-captcha input[type=number]{
  width:110px;
  min-width:110px;
  margin:0;
  text-align:center;
  font-weight:800;
}
.mgv-route-form-note{
  border-radius:7px;
  min-height:260px;
  padding:30px 27px;
  border:1px solid rgba(224,180,89,.16);
  box-shadow:0 14px 40px rgba(4,18,30,.13);
  position:sticky;
  top:118px;
}
.mgv-route-form-note h3{font-size:20px;line-height:1.08}
.mgv-route-form-note p{font-size:12.5px}
.mgv-route-form .mgv-btn,
.mgv-contact-form .mgv-btn{
  min-width:190px;
  min-height:50px;
  box-shadow:0 8px 20px rgba(215,170,79,.18);
}
.mgv-form-alert{border-radius:5px}
.mgv-form-alert.error{border-left:4px solid #b44232}
.mgv-form-alert.success{border-left:4px solid #2b8a57}

/* Partner enquiry gets extra hierarchy because it is a primary conversion page. */
.mgv-page-partner .mgv-route-form-section .mgv-section-head{margin-bottom:24px}
.mgv-page-partner .mgv-route-form-section .mgv-section-head h2{max-width:980px}
.mgv-page-partner .mgv-route-form{border-top:3px solid #d9aa50}
.mgv-page-partner .mgv-route-form-note{background:radial-gradient(circle at 80% 10%,rgba(38,92,126,.22),transparent 35%),linear-gradient(180deg,#081d2d,#051522)}

@media(max-width:1360px){
  .mgv-header-inner{width:min(calc(100% - 36px),1460px);gap:17px}
  .mgv-brand{min-width:310px;flex-basis:310px;padding-right:14px}
  .mgv-brand-img,.mgv-header.is-scrolled .mgv-brand-img{width:310px;max-height:58px}
  .mgv-menu{gap:14px;font-size:11.5px}
  .mgv-talk{min-width:132px;padding-inline:18px}
  .mgv-lang{padding-inline:8px}
}
@media(max-width:1180px){
  .admin-bar .mgv-header,.admin-bar .mgv-header.is-scrolled{top:32px}
  .mgv-header,.mgv-header.is-scrolled{height:80px}
  .mgv-header-inner{width:min(calc(100% - 30px),var(--mgv-shell))}
  .mgv-brand{min-width:0;flex:0 1 315px;padding-right:0}
  .mgv-brand:after{display:none}
  .mgv-brand-img,.mgv-header.is-scrolled .mgv-brand-img{width:315px;max-height:55px}
  .mgv-menu-toggle{display:flex;flex-direction:column;margin-left:auto;position:relative;z-index:3}
  .mgv-header-actions{display:none}
  .mgv-nav{position:fixed;left:0;right:0;top:80px;max-height:calc(100vh - 80px);overflow:auto;background:linear-gradient(180deg,#071a2a,#04131f);padding:8px 24px 28px;display:none;box-shadow:0 18px 30px rgba(0,0,0,.28);justify-content:flex-start}
  .admin-bar .mgv-nav{top:112px;max-height:calc(100vh - 112px)}
  .mgv-header.menu-open .mgv-nav{display:block}
  .mgv-menu{display:block;font-size:14px}
  .mgv-menu li{border-bottom:1px solid rgba(255,255,255,.1)}
  .mgv-menu a,.mgv-header.is-scrolled .mgv-menu a{padding:14px 0}
  .mgv-menu .current-menu-item>a:after,.mgv-menu a:hover:after{bottom:5px;right:auto;width:44px}
  .mgv-mobile-whatsapp{display:flex;align-items:center;justify-content:space-between;margin-top:18px;padding:15px 16px;background:linear-gradient(90deg,#efc36e,#d7aa52);color:#061522;font-size:12px;font-weight:900;text-transform:uppercase}
  .mgv-hero-inner{padding-top:136px}
  .mgv-route-form-note{position:static}
}
@media(max-width:782px){
  .admin-bar .mgv-header,.admin-bar .mgv-header.is-scrolled{top:46px}
  .admin-bar .mgv-nav{top:126px;max-height:calc(100vh - 126px)}
}
@media(max-width:760px){
  .mgv-header,.mgv-header.is-scrolled{height:76px}
  .mgv-header-inner{width:min(calc(100% - 24px),var(--mgv-shell))}
  .mgv-brand{flex-basis:245px}
  .mgv-brand-img,.mgv-header.is-scrolled .mgv-brand-img{width:245px;max-height:47px}
  .mgv-nav{top:76px;max-height:calc(100vh - 76px)}
  .admin-bar .mgv-nav{top:122px;max-height:calc(100vh - 122px)}
  .mgv-route-form-wrap{grid-template-columns:1fr}
  .mgv-route-form,.mgv-contact-form{padding:20px 18px}
  .mgv-captcha{align-items:flex-start;flex-direction:column;gap:10px}
  .mgv-captcha input[type=number]{width:100%;min-width:0}
  .mgv-route-form .mgv-btn,.mgv-contact-form .mgv-btn{width:100%}
  .mgv-hero-inner{padding-top:124px}
}
@media(max-width:480px){
  .mgv-brand{flex-basis:205px}
  .mgv-brand-img,.mgv-header.is-scrolled .mgv-brand-img{width:205px;max-height:43px}
}
.mgv-lang svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.5;opacity:.9}
.mgv-lang-chevron{font-size:11px;color:#e1b45b;margin-left:-1px}

/* v2.5 required phone field */
.mgv-phone-required-field input[type="tel"],
.mgv-route-form input[name="phone"],
.mgv-contact-form input[name="phone"]{border-color:#d7b15a;box-shadow:0 0 0 1px rgba(215,177,90,.08)}
.mgv-field-help{display:block;margin-top:6px;font-size:12px;line-height:1.45;color:#687383}
.mgv-route-form label:has(input[name="phone"])::first-line,
.mgv-contact-form label:has(input[name="phone"])::first-line{font-weight:700}


/* MGV v2.6 — contact-page polish */
.mgv-contact-form .mgv-phone-required-field{position:relative}
.mgv-contact-form .mgv-phone-required-field:after{content:"Required";position:absolute;right:0;top:0;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#9a6c19}
.mgv-contact-visual{position:relative;overflow:hidden;border-radius:8px;border:1px solid rgba(10,31,47,.12);box-shadow:0 18px 45px rgba(4,18,30,.16);background:#061725}
.mgv-contact-visual img{display:block;width:100%;aspect-ratio:5/3;object-fit:cover;object-position:center}
.mgv-contact-visual:after{content:"";position:absolute;inset:auto 0 0;height:48%;background:linear-gradient(180deg,transparent,rgba(3,15,24,.82));pointer-events:none}
.mgv-contact-visual-caption{position:absolute;z-index:2;left:24px;right:24px;bottom:20px;color:#fff}
.mgv-contact-visual-caption strong{display:block;max-width:430px;font-size:20px;line-height:1.08;text-transform:uppercase;letter-spacing:.01em}
.mgv-contact-visual-caption span{display:block;margin-top:8px;color:#e8c06d;font-size:10px;letter-spacing:.10em;text-transform:uppercase}
.mgv-page-contact .mgv-contact-details{background:linear-gradient(180deg,#fff,#fbfcfd);border:1px solid rgba(9,31,48,.08);padding:26px;border-radius:8px;box-shadow:0 16px 38px rgba(4,18,30,.08)}
.mgv-page-contact .mgv-contact-form{border:1px solid rgba(9,31,48,.10);border-radius:8px;padding:30px 32px;box-shadow:0 16px 38px rgba(4,18,30,.07)}
@media(max-width:760px){
  .mgv-contact-form .mgv-phone-required-field:after{display:none}
  .mgv-contact-visual-caption{left:18px;right:18px;bottom:15px}
  .mgv-contact-visual-caption strong{font-size:16px}
  .mgv-contact-visual-caption span{font-size:8px;line-height:1.5}
  .mgv-page-contact .mgv-contact-form,.mgv-page-contact .mgv-contact-details{padding:20px}
}

/* MGV v2.8 — premium native GTranslate language dropdown */
.mgv-language-switcher{position:relative;z-index:130;flex:0 0 auto}
.mgv-lang-trigger{
  min-height:40px;
  display:flex;
  align-items:center;
  gap:7px;
  padding:0 11px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:4px;
  background:rgba(255,255,255,.035);
  color:#fff;
  font:inherit;
  font-size:12px;
  cursor:pointer;
  transition:border-color .18s ease,background .18s ease,box-shadow .18s ease;
}
.mgv-lang-trigger:hover,.mgv-language-switcher.is-open .mgv-lang-trigger{border-color:rgba(232,190,103,.58);background:rgba(255,255,255,.075);box-shadow:0 7px 20px rgba(0,0,0,.12)}
.mgv-lang-current-flag{display:flex;align-items:center;justify-content:center;flex:0 0 auto;font-size:17px;line-height:1}
.mgv-lang-current-flag img{display:block;width:22px;height:22px;object-fit:cover;border-radius:2px;box-shadow:0 0 0 1px rgba(255,255,255,.16)}
.mgv-lang-trigger strong{font-size:12px;letter-spacing:.05em}
.mgv-language-menu{
  position:absolute;
  top:calc(100% + 10px);
  right:0;
  width:min(430px,calc(100vw - 30px));
  max-height:min(72vh,650px);
  overflow:auto;
  visibility:hidden;
  opacity:0;
  transform:translateY(-6px);
  pointer-events:none;
  padding:10px;
  border:1px solid rgba(228,185,94,.28);
  border-radius:8px;
  background:linear-gradient(180deg,#0a2031 0%,#061725 100%);
  box-shadow:0 22px 55px rgba(0,0,0,.36);
  transition:opacity .16s ease,transform .16s ease,visibility .16s;
}
.mgv-language-switcher.is-open .mgv-language-menu{visibility:visible;opacity:1;transform:none;pointer-events:auto}
.mgv-language-menu-head{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:9px 10px 11px;border-bottom:1px solid rgba(255,255,255,.09)}
.mgv-language-menu-head strong{font-size:13px;color:#fff}
.mgv-language-menu-head span{font-size:9px;letter-spacing:.08em;text-transform:uppercase;color:#cda24e}
.mgv-language-group{padding:10px 2px 2px}
.mgv-language-group-title{padding:0 8px 7px;font-size:9px;font-weight:800;letter-spacing:.11em;text-transform:uppercase;color:#dfb65f}
.mgv-language-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px}
.mgv-language-option{
  display:grid;
  grid-template-columns:25px minmax(0,1fr) auto;
  align-items:center;
  gap:8px;
  width:100%;
  min-height:39px;
  padding:7px 9px;
  border:1px solid transparent;
  border-radius:5px;
  background:transparent;
  color:#eef4f8;
  text-decoration:none;
  text-align:left;
  font:inherit;
  cursor:pointer;
  transition:.15s ease;
}
.mgv-language-option:hover,.mgv-language-option:focus-visible,.mgv-language-option.is-active{outline:none;border-color:rgba(225,180,87,.24);background:rgba(225,180,87,.09);color:#fff}
.mgv-language-option.is-active{box-shadow:inset 2px 0 0 #dfb35a}
.mgv-language-flag{display:flex;align-items:center;justify-content:center;font-size:18px;line-height:1}
.mgv-language-flag img{display:block;width:22px;height:22px;object-fit:cover;border-radius:2px;box-shadow:0 0 0 1px rgba(255,255,255,.12)}
.mgv-language-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:600}
.mgv-language-code{font-size:9px;font-weight:800;letter-spacing:.08em;color:#a9b8c4}
.mgv-language-plugin-note{margin:8px 2px 4px;padding:9px 10px;border:1px solid rgba(232,190,103,.24);border-radius:5px;background:rgba(232,190,103,.08);color:#d8e0e6;font-size:10px;line-height:1.45}
.mgv-language-option[aria-disabled="true"]{opacity:.52;pointer-events:none}
.mgv-mobile-language-wrap{display:none}

@media(max-width:1180px){
  .mgv-mobile-language-wrap{display:block;margin-top:16px}
  .mgv-language-mobile{width:100%}
  .mgv-language-mobile .mgv-lang-trigger{width:100%;min-height:46px;justify-content:flex-start;padding:0 14px;background:rgba(255,255,255,.045)}
  .mgv-language-mobile .mgv-lang-chevron{margin-left:auto}
  .mgv-language-mobile .mgv-language-menu{position:static;width:100%;max-height:52vh;margin-top:7px;transform:none;display:none;visibility:visible;opacity:1;pointer-events:auto;box-shadow:none}
  .mgv-language-mobile.is-open .mgv-language-menu{display:block}
}
@media(max-width:520px){
  .mgv-language-grid{grid-template-columns:1fr}
  .mgv-language-menu{padding:8px}
  .mgv-language-menu-head{align-items:flex-start;flex-direction:column;gap:3px}
}

/* ==========================================================
   MGV v2.9 — translation-safe professional header
   Long translated menu labels (French/German/etc.) must never
   collide with the language selector or the Let's Talk button.
   ========================================================== */

/* Give translated labels a slightly tighter treatment on very wide screens. */
.mgv-header.mgv-translated-header:not(.mgv-nav-overflow) .mgv-menu{
  gap:14px;
  font-size:11.25px;
}
.mgv-header.mgv-translated-header:not(.mgv-nav-overflow) .mgv-menu a{
  letter-spacing:-.02em;
}

/* When JS detects that the translated navigation no longer fits, switch to
   a compact desktop menu instead of letting text overlap the right actions. */
@media (min-width:1181px){
  .mgv-header.mgv-nav-overflow .mgv-header-inner{
    gap:16px;
  }
  .mgv-header.mgv-nav-overflow .mgv-brand{
    flex:0 0 340px;
    min-width:340px;
  }
  .mgv-header.mgv-nav-overflow .mgv-brand-img,
  .mgv-header.mgv-nav-overflow.is-scrolled .mgv-brand-img{
    width:340px;
    max-height:60px;
  }
  .mgv-header.mgv-nav-overflow .mgv-menu-toggle{
    display:flex;
    flex:0 0 46px;
    width:46px;
    height:46px;
    margin-left:auto;
    padding:10px 11px;
    border:1px solid rgba(255,255,255,.13);
    border-radius:4px;
    background:rgba(255,255,255,.035);
    justify-content:center;
    align-items:center;
    gap:5px;
    cursor:pointer;
    transition:border-color .18s ease,background .18s ease;
  }
  .mgv-header.mgv-nav-overflow .mgv-menu-toggle:hover,
  .mgv-header.mgv-nav-overflow.menu-open .mgv-menu-toggle{
    border-color:rgba(232,190,103,.58);
    background:rgba(255,255,255,.075);
  }
  .mgv-header.mgv-nav-overflow .mgv-menu-toggle span{
    width:22px;
    height:2px;
    border-radius:2px;
    background:#fff;
    transition:transform .2s ease,opacity .2s ease;
  }
  .mgv-header.mgv-nav-overflow.menu-open .mgv-menu-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  .mgv-header.mgv-nav-overflow.menu-open .mgv-menu-toggle span:nth-child(2){opacity:0}
  .mgv-header.mgv-nav-overflow.menu-open .mgv-menu-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

  .mgv-header.mgv-nav-overflow .mgv-nav{
    position:fixed;
    top:104px;
    right:27px;
    left:auto;
    width:min(430px,calc(100vw - 54px));
    max-height:calc(100vh - 126px);
    overflow:auto;
    display:none;
    justify-content:flex-start;
    padding:12px 20px 20px;
    border:1px solid rgba(229,186,96,.22);
    border-radius:8px;
    background:linear-gradient(180deg,#0a2031 0%,#061725 100%);
    box-shadow:0 24px 58px rgba(0,0,0,.38);
    z-index:125;
  }
  .admin-bar .mgv-header.mgv-nav-overflow .mgv-nav{top:136px;max-height:calc(100vh - 158px)}
  .mgv-header.mgv-nav-overflow.menu-open .mgv-nav{display:block}
  .mgv-header.mgv-nav-overflow .mgv-menu{
    display:block;
    width:100%;
    margin:0;
    font-size:14px;
    white-space:normal;
  }
  .mgv-header.mgv-nav-overflow .mgv-menu li{
    border-bottom:1px solid rgba(255,255,255,.095);
  }
  .mgv-header.mgv-nav-overflow .mgv-menu li:last-child{border-bottom:0}
  .mgv-header.mgv-nav-overflow .mgv-menu a,
  .mgv-header.mgv-nav-overflow.is-scrolled .mgv-menu a{
    display:flex;
    align-items:center;
    min-height:48px;
    padding:11px 8px;
    line-height:1.25;
    white-space:normal;
  }
  .mgv-header.mgv-nav-overflow .mgv-menu .current-menu-item>a:after,
  .mgv-header.mgv-nav-overflow .mgv-menu a:hover:after{
    left:8px;
    right:auto;
    bottom:5px;
    width:42px;
  }
  .mgv-header.mgv-nav-overflow .mgv-mobile-language-wrap,
  .mgv-header.mgv-nav-overflow .mgv-mobile-whatsapp{display:none}
  .mgv-header.mgv-nav-overflow .mgv-header-actions{
    display:flex;
    flex:0 0 auto;
    gap:12px;
  }
  .mgv-header.mgv-nav-overflow .mgv-talk{
    min-width:148px;
    padding-inline:20px;
  }
}

/* Extra safety: no translated link is allowed to paint outside its own area. */
.mgv-header .mgv-menu li{min-width:0}
.mgv-header .mgv-menu a{overflow-wrap:anywhere}

/* At 1180px and below the existing mobile navigation remains authoritative. */
@media (max-width:1180px){
  .mgv-header.mgv-nav-overflow .mgv-brand{min-width:0}
}


/* ==========================================================
   MGV v3.0 — DESKTOP/LAPTOP HORIZONTAL NAVIGATION
   Never turn translated laptop/desktop navigation into a
   mobile/hamburger menu. Long translations are fitted by
   progressively tightening spacing and allowing controlled
   two-line labels where necessary.
   ========================================================== */

/* Kill the v2.9 desktop overflow/hamburger mode completely. */
@media (min-width:981px){
  .mgv-header.mgv-nav-overflow .mgv-menu-toggle,
  .mgv-header .mgv-menu-toggle{display:none!important}
  .mgv-header.mgv-nav-overflow .mgv-nav,
  .mgv-header .mgv-nav{
    position:static!important;
    inset:auto!important;
    width:auto!important;
    max-height:none!important;
    overflow:visible!important;
    display:flex!important;
    flex:1 1 auto!important;
    justify-content:center!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }
  .mgv-header .mgv-mobile-language-wrap,
  .mgv-header .mgv-mobile-whatsapp{display:none!important}
  .mgv-header .mgv-header-actions{display:flex!important;flex:0 0 auto!important}
  .mgv-header .mgv-menu{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:auto!important;
    margin:0!important;
    white-space:nowrap!important;
  }
  .mgv-header .mgv-menu li{border:0!important;min-width:0!important;flex:0 1 auto}
  .mgv-header .mgv-menu a,
  .mgv-header.is-scrolled .mgv-menu a{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:0!important;
    white-space:nowrap!important;
    text-align:center!important;
    overflow-wrap:normal!important;
  }

  /* Normal translated desktop treatment. */
  .mgv-header.mgv-translated-header .mgv-menu{gap:12px;font-size:10.8px}
  .mgv-header.mgv-translated-header .mgv-menu a{letter-spacing:-.025em}

  /* First automatic fit level. */
  .mgv-header.mgv-nav-tight .mgv-header-inner{gap:11px}
  .mgv-header.mgv-nav-tight .mgv-brand{min-width:245px;flex:0 0 245px}
  .mgv-header.mgv-nav-tight .mgv-brand-img,
  .mgv-header.mgv-nav-tight.is-scrolled .mgv-brand-img{width:245px;max-height:56px}
  .mgv-header.mgv-nav-tight .mgv-menu{gap:8px;font-size:10px}
  .mgv-header.mgv-nav-tight .mgv-header-actions{gap:7px}
  .mgv-header.mgv-nav-tight .mgv-lang-trigger{padding:0 8px;gap:5px;min-height:38px}
  .mgv-header.mgv-nav-tight .mgv-lang-current-flag img{width:19px;height:19px}
  .mgv-header.mgv-nav-tight .mgv-lang-trigger strong{font-size:10.5px}
  .mgv-header.mgv-nav-tight .mgv-talk{min-width:118px;padding-inline:14px;font-size:10px}

  /* Stronger fit for French/German/etc. on ordinary laptops. The navigation
     remains horizontal; only a long label may use two tidy lines. */
  .mgv-header.mgv-nav-ultra-tight .mgv-header-inner{gap:8px}
  .mgv-header.mgv-nav-ultra-tight .mgv-brand{min-width:220px;flex-basis:220px}
  .mgv-header.mgv-nav-ultra-tight .mgv-brand-img,
  .mgv-header.mgv-nav-ultra-tight.is-scrolled .mgv-brand-img{width:220px;max-height:52px}
  .mgv-header.mgv-nav-ultra-tight .mgv-menu{gap:5px;font-size:9.2px}
  .mgv-header.mgv-nav-ultra-tight .mgv-menu li{max-width:105px}
  .mgv-header.mgv-nav-ultra-tight .mgv-menu a,
  .mgv-header.mgv-nav-ultra-tight.is-scrolled .mgv-menu a{
    white-space:normal!important;
    line-height:1.12!important;
    max-width:105px;
    min-height:44px!important;
    padding-left:2px!important;
    padding-right:2px!important;
  }
  .mgv-header.mgv-nav-ultra-tight .mgv-lang-trigger{padding:0 6px;min-height:36px}
  .mgv-header.mgv-nav-ultra-tight .mgv-lang-current-flag img{width:18px;height:18px}
  .mgv-header.mgv-nav-ultra-tight .mgv-lang-trigger strong{font-size:10px}
  .mgv-header.mgv-nav-ultra-tight .mgv-talk{min-width:108px;padding-inline:11px;font-size:9.5px}

  /* Restore desktop header behavior that v2.1 changed below 1120px. */
  .mgv-header,.mgv-header.is-scrolled{background:rgba(4,19,31,.97)}
  .mgv-header.menu-open .mgv-nav{display:flex!important}
}

/* Specific laptop widths: preserve the horizontal bar and give nav the space. */
@media (min-width:981px) and (max-width:1450px){
  .mgv-header .mgv-shell{width:min(calc(100% - 24px),1540px)}
  .mgv-header .mgv-header-inner{gap:10px}
  .mgv-header .mgv-brand{min-width:235px;flex:0 0 235px}
  .mgv-header .mgv-brand-img,
  .mgv-header.is-scrolled .mgv-brand-img{width:235px;max-height:54px}
  .mgv-header .mgv-menu{gap:7px;font-size:9.8px}
  .mgv-header .mgv-header-actions{gap:7px}
  .mgv-header .mgv-talk{min-width:112px;padding-inline:12px;font-size:9.8px}
  .mgv-header .mgv-lang-trigger{padding-inline:7px}
}

@media (min-width:981px) and (max-width:1180px){
  .mgv-header,.mgv-header.is-scrolled{position:fixed;top:0;height:78px}
  .admin-bar .mgv-header,.admin-bar .mgv-header.is-scrolled{top:32px}
  .mgv-header .mgv-brand{min-width:205px;flex-basis:205px}
  .mgv-header .mgv-brand-img,
  .mgv-header.is-scrolled .mgv-brand-img{width:205px;max-height:48px}
  .mgv-header .mgv-menu{gap:4px;font-size:8.8px}
  .mgv-header .mgv-menu li{max-width:92px}
  .mgv-header .mgv-menu a,
  .mgv-header.is-scrolled .mgv-menu a{white-space:normal!important;max-width:92px;line-height:1.08;text-align:center;padding:25px 1px 12px}
  .mgv-header .mgv-header-actions{gap:5px}
  .mgv-header .mgv-lang-trigger{min-height:34px;padding:0 5px;gap:4px}
  .mgv-header .mgv-lang-current-flag img{width:17px;height:17px}
  .mgv-header .mgv-lang-trigger strong{font-size:9px}
  .mgv-header .mgv-talk{min-width:96px;padding-inline:8px;font-size:8.8px}
  .mgv-mobile-language-wrap{display:none!important}
}

/* True mobile/tablet starts here. */
@media (max-width:980px){
  .mgv-header .mgv-menu-toggle{display:flex!important}
  .mgv-header .mgv-header-actions{display:none!important}
  .mgv-header .mgv-mobile-language-wrap{display:block!important}
}


/* MGV 3.1.0 — portfolio classification */
.mgv-status-badge{display:inline-flex;align-items:center;width:max-content;max-width:100%;margin:0 0 8px;padding:5px 8px;border:1px solid rgba(213,168,79,.55);background:rgba(213,168,79,.09);color:#8b651d;font-size:8px;line-height:1;font-weight:900;letter-spacing:.09em;text-transform:uppercase;border-radius:999px}
.mgv-portfolio-groups{background:#f7f8fa}
.mgv-portfolio-note{margin:4px 0 28px;padding:15px 17px;border-left:3px solid var(--mgv-gold);background:#fff;border-top:1px solid var(--mgv-line);border-right:1px solid var(--mgv-line);border-bottom:1px solid var(--mgv-line);font-size:12px;line-height:1.55;color:#52606c}
.mgv-portfolio-groups-list{display:grid;gap:34px}
.mgv-portfolio-group{padding-top:26px;border-top:1px solid var(--mgv-line)}
.mgv-portfolio-group:first-child{padding-top:0;border-top:0}
.mgv-portfolio-group-head{display:grid;grid-template-columns:minmax(0,.8fr) minmax(280px,1.2fr);gap:34px;align-items:end;margin-bottom:16px}
.mgv-portfolio-group-label{display:block;margin-bottom:7px;color:#9b7429;font-size:9px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.mgv-portfolio-group-head h3{margin:0;color:#071827;font-size:27px;line-height:1.15}
.mgv-portfolio-group-head p{margin:0;color:#66727d;font-size:13px;line-height:1.55}
.mgv-portfolio-group .mgv-card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.mgv-portfolio-group .mgv-card{background:#fff}
.mgv-page-our-companies .mgv-portfolio-groups + .mgv-feature-section{background:#fff}
@media (max-width:1100px){.mgv-portfolio-group .mgv-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:760px){.mgv-portfolio-group-head{grid-template-columns:1fr;gap:10px}.mgv-portfolio-group-head h3{font-size:23px}.mgv-portfolio-group .mgv-card-grid{grid-template-columns:1fr}.mgv-portfolio-note{margin-bottom:22px}}


/* MGV 3.2.0 — footer email + managed social icons */
.mgv-footer-contact-col a[href^="mailto:"]{color:#fff}
.mgv-footer-contact-col a[href^="mailto:"]:hover{color:#efbd62}
.mgv-footer-company-social{min-height:0}
.mgv-footer-company-social .mgv-socials{flex-wrap:wrap}
.mgv-footer-company-social .mgv-socials a{box-shadow:inset 0 0 0 1px rgba(239,189,98,.02)}
.mgv-footer-company-social .mgv-socials a:hover{box-shadow:0 8px 20px rgba(0,0,0,.18)}


/* MGV 3.3 — investor-readiness / legal / portfolio disclosure */
.mgv-portfolio-note a{color:var(--mgv-gold);font-weight:800;text-decoration:none;white-space:nowrap}.mgv-portfolio-note a:hover{text-decoration:underline}
.development-areas .mgv-card{min-height:245px}.development-areas .mgv-card-body{padding-top:26px}
.mgv-legal-page{max-width:920px}.mgv-legal-page>p:first-child{margin-top:0}.mgv-legal-page h2{margin-top:34px;margin-bottom:10px;font-size:clamp(22px,2.3vw,31px)}.mgv-legal-page p{line-height:1.8}.mgv-legal-page a{color:#9b701d;text-decoration:underline;text-underline-offset:3px}.mgv-legal-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:#d9dee2;border:1px solid #d9dee2;margin:28px 0}.mgv-legal-facts>div{background:#fff;padding:18px 20px;display:flex;flex-direction:column;gap:5px}.mgv-legal-facts strong{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#66717a}.mgv-status-explainer{display:grid;gap:16px;margin:28px 0}.mgv-status-explainer>div{border:1px solid #dfe4e8;background:#fff;padding:24px}.mgv-status-explainer h2{font-size:22px;margin:11px 0 8px}.mgv-status-explainer p{margin:0}.mgv-standard-page .mgv-prose{padding-top:82px;padding-bottom:100px}
@media(max-width:700px){.mgv-legal-facts{grid-template-columns:1fr}.mgv-footer-legal{justify-content:flex-start}}
