:root{--navy:#0F2F50;--navy-2:#173E63;--teal:#13A6A6;--teal-dark:#0E8585;--ink:#1D2A35;--muted:#687681;--grey:#E3E9EE;--bg:#F6F8FA;--white:#fff;--danger:#B54848;--radius:17px;--shadow:0 16px 40px rgba(15,47,80,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Manrope,Inter,Segoe UI,Arial,sans-serif;color:var(--ink);background:var(--bg);line-height:1.55}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}img,svg{max-width:100%}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:var(--navy);line-height:1.12}h1{font-size:clamp(38px,5vw,68px);letter-spacing:-.045em}h2{font-size:clamp(29px,3.2vw,43px);letter-spacing:-.03em}h3{font-size:19px}.wide{width:min(1180px,calc(100% - 44px));margin-inline:auto}.container{width:min(920px,calc(100% - 44px));margin-inline:auto}.section{padding:76px 0}.section-white{background:#fff}.top-gap{margin-top:32px}.muted{color:var(--muted)}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid var(--grey)}.header-inner{height:74px;display:flex;align-items:center;gap:28px}.brand{display:flex;flex-direction:column;min-width:190px}.brand strong{font-size:21px;letter-spacing:.035em;color:var(--navy);font-style:normal}.brand strong span{color:var(--teal)}.brand small{font-size:10px;color:#71808b;letter-spacing:.015em}.desktop-nav{display:flex;align-items:center;gap:20px;margin-left:auto}.nav-link{font-size:13px;font-weight:750;color:#344653}.nav-link:hover{color:var(--teal-dark)}.header-cta{font-size:12px;padding:11px 15px}.menu-button{display:none;border:0;background:none;font-size:25px;color:var(--navy)}.mobile-nav{display:none}
.button{display:inline-flex;align-items:center;justify-content:center;gap:7px;border-radius:9px;padding:12px 18px;font-weight:800;font-size:13px;border:1px solid transparent;transition:.2s}.button:hover{transform:translateY(-1px)}.button-teal{color:#fff;background:var(--teal)}.button-teal:hover{background:var(--teal-dark)}.button-navy{color:#fff;background:var(--navy)}.button-outline{color:var(--navy);background:#fff;border-color:#C9D3DB}.button-outline:hover{border-color:var(--teal);color:var(--teal-dark)}.button-light-outline{color:#fff;border-color:rgba(255,255,255,.48);background:transparent}.button.full{width:100%}.button-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:27px}.text-link{color:var(--teal-dark);font-weight:850;font-size:13px}.eyebrow{display:block;color:var(--teal-dark);font-weight:900;font-size:11px;text-transform:uppercase;letter-spacing:.13em;margin-bottom:12px}.eyebrow.light{color:#6DD5D3}
.home-hero{color:#fff;background:radial-gradient(circle at 85% 15%,rgba(19,166,166,.22),transparent 32%),linear-gradient(120deg,var(--navy),#102A47)}.hero-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(260px,.65fr);gap:60px;align-items:center;padding-block:58px}.compact-home h1{color:#fff;max-width:780px;font-size:clamp(42px,5.2vw,67px);margin-bottom:18px}.home-hero p{font-size:17px;color:rgba(255,255,255,.76);max-width:720px;margin-bottom:0}.hero-pulse{border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);border-radius:22px;padding:27px}.pulse-kicker{display:block;color:#78D9D6;font-size:11px;text-transform:uppercase;font-weight:900;letter-spacing:.12em}.hero-pulse strong{display:block;color:#fff;font-size:33px;margin:8px 0 2px}.hero-pulse p{font-size:14px}.pulse-link{display:inline-block;margin-top:20px;color:#fff;font-weight:800;font-size:13px}.funding-home{padding-top:62px}.upcoming-strip{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-top:20px;padding:18px 20px;background:#fff;border:1px solid var(--grey);border-radius:14px}.upcoming-strip>div{display:flex;flex-wrap:wrap;align-items:center;gap:14px}.upcoming-strip strong{color:var(--navy)}.upcoming-strip span:last-child{color:var(--muted);font-size:13px}
.page-hero{color:#fff;background:linear-gradient(115deg,var(--navy),var(--navy-2))}.page-hero .container{padding-block:74px}.page-hero.compact .container{padding-block:46px}.page-hero h1{color:#fff;margin-bottom:15px}.page-hero.compact h1{font-size:clamp(38px,4.5vw,58px)}.page-hero p{font-size:17px;color:rgba(255,255,255,.74);max-width:760px;margin:0}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:30px}.section-heading h2{margin-bottom:0}.section-heading p{color:var(--muted);max-width:720px;margin:10px 0 0}.grid{display:grid;gap:20px}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.card{background:#fff;border:1px solid var(--grey);border-radius:var(--radius);box-shadow:0 7px 22px rgba(15,47,80,.035)}
.opportunity-card{display:flex;flex-direction:column;padding:22px}.opportunity-card[hidden]{display:none}.card-top{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;min-height:31px}.status{display:inline-flex;align-items:center;gap:7px;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.status i{width:7px;height:7px;border-radius:50%}.status-current{color:#087A5B;background:#E9F7F1}.status-current i{background:#19A274}.status-upcoming{color:#916313;background:#FFF6DF}.status-upcoming i{background:#D59A2B}.status-closed{color:#6f7780;background:#eef1f3}.status-closed i{background:#87919a}.access-label{font-size:10px;color:#73808a;text-align:right;max-width:145px}.procedure-code{font-size:11px;font-weight:900;letter-spacing:.08em;color:var(--teal-dark);margin:19px 0 8px}.opportunity-card h3{font-size:19px;margin-bottom:11px}.card-summary{font-size:13px;color:#5e6b75;margin-bottom:15px;min-height:82px}.labels{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:17px}.label{font-size:10px;font-weight:800;color:#53636e;border:1px solid #dbe3e8;background:#f8fafb;border-radius:999px;padding:5px 8px}.facts{margin:0 0 19px;display:grid;gap:8px}.facts div{display:grid;grid-template-columns:78px 1fr;gap:10px;padding-top:8px;border-top:1px solid var(--grey);font-size:11px}.facts dt{color:#77838d}.facts dd{margin:0;color:var(--navy);font-weight:750}.opportunity-card .button{margin-top:auto}
.opportunity-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}.status-tabs{display:flex;flex-wrap:wrap;gap:8px}.tab{border:1px solid #d5dee5;background:#fff;color:#586772;border-radius:999px;padding:9px 13px;font-size:12px;font-weight:800}.tab.active{color:#fff;background:var(--navy);border-color:var(--navy)}.tab b{font-size:10px;opacity:.72;margin-left:4px}.clear-filter{border:0;background:none;color:var(--teal-dark);font-weight:800;font-size:12px}.active-filter-note{margin-bottom:17px;padding:11px 14px;border-left:3px solid var(--teal);background:#ecf8f7;color:#35515a;font-size:12px}.empty-state{text-align:center;background:#fff;border:1px dashed #cbd6de;border-radius:18px;padding:48px}.category-directory{display:grid;gap:38px}.directory-block h3{font-size:20px;margin-bottom:16px}.filter-chips{display:flex;flex-wrap:wrap;gap:8px}.filter-chip{border:1px solid #d7e0e6;background:#fff;color:#52616c;border-radius:999px;padding:8px 11px;font-size:11px;font-weight:750}.filter-chip:hover,.filter-chip.active{border-color:var(--teal);color:var(--teal-dark);background:#eefafa}.filter-chips.programs .filter-chip{border-radius:10px;text-align:left}.compact-cta{padding:42px 30px}
.service-card{padding:25px}.service-card .number{color:var(--teal);font-weight:900;font-size:12px}.service-card h3{margin:17px 0 10px}.service-card p{color:#68757f;font-size:13px;margin:0}.expertise-item{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--grey);border-radius:13px;padding:17px}.expertise-item span{color:var(--teal);font-weight:900;font-size:12px}.expertise-item strong{color:var(--navy);font-size:14px}.check-item{display:flex;gap:12px;padding:0 0 17px;border-bottom:1px solid var(--grey)}.check-item span{color:var(--teal);font-weight:900}.check-item strong{color:var(--navy)}.cta-box{text-align:center;border-radius:28px;padding:58px 34px;color:#fff;background:radial-gradient(circle at 78% 18%,rgba(19,166,166,.25),transparent 32%),var(--navy)}.cta-box h2{color:#fff}.cta-box p{max-width:760px;margin:16px auto 28px;color:rgba(255,255,255,.74)}
.opportunity-hero{color:#fff;background:radial-gradient(circle at 92% 10%,rgba(19,166,166,.2),transparent 31%),var(--navy)}.opportunity-hero-inner{width:min(1100px,calc(100% - 44px));display:grid;grid-template-columns:1.55fr .72fr;gap:50px;padding-block:58px}.hero-badges{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:17px}.type-badge{display:inline-flex;align-items:center;border:1px solid rgba(255,255,255,.25);border-radius:999px;padding:6px 9px;font-size:10px;color:rgba(255,255,255,.77)}.light-code{color:#6dd5d3;margin:0 0 10px}.opportunity-hero h1{color:#fff;font-size:clamp(34px,4vw,55px);margin-bottom:17px}.opportunity-hero p{font-size:16px;color:rgba(255,255,255,.75);max-width:740px}.hero-facts{display:grid;align-content:center;gap:1px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);border-radius:19px;overflow:hidden}.hero-facts div{padding:16px 19px;border-bottom:1px solid rgba(255,255,255,.11)}.hero-facts div:last-child{border-bottom:0}.hero-facts span{display:block;color:rgba(255,255,255,.55);font-size:10px;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.hero-facts strong{display:block;color:#fff;margin-top:4px;font-size:13px}.source-bar{background:#fff;border-bottom:1px solid var(--grey)}.source-bar .container{display:flex;justify-content:space-between;gap:20px;padding-block:11px;font-size:11px;color:#65737d}.preliminary-banner{margin-top:28px;border:1px solid #eed9a8;background:#fff9e9;border-radius:15px;padding:18px 20px}.preliminary-banner strong{color:#8f6415}.preliminary-banner p{margin:4px 0 0;color:#705e38;font-size:13px}.opportunity-content{padding-block:62px}.opportunity-content>section{margin-bottom:54px;scroll-margin-top:95px}.opportunity-content h2{font-size:31px;margin-bottom:23px}.content-panel{background:#fff;border:1px solid var(--grey);border-radius:17px;padding:25px}.content-panel h3{font-size:16px}.content-panel.negative{background:#fffafa}.content-list{list-style:none;padding:0;margin:0;display:grid;gap:12px}.content-list li{display:flex;align-items:flex-start;gap:11px;color:#4e5b65;font-size:14px}.content-list li>span{flex:0 0 21px;color:var(--teal);font-weight:900;font-size:17px}.content-list.cross li>span{color:var(--danger)}.conditions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.conditions>div{display:flex;justify-content:space-between;gap:20px;background:#fff;border:1px solid var(--grey);border-radius:12px;padding:15px;font-size:13px}.conditions span{color:#75818a}.conditions strong{color:var(--navy);text-align:right}.score-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px}.score-grid div{background:#fff;border:1px solid var(--grey);border-radius:13px;padding:17px}.score-grid strong{display:block;color:var(--teal-dark);font-size:20px}.score-grid span{display:block;color:var(--navy);font-weight:750;font-size:12px;margin-top:5px}.evaluation-note{margin-top:18px;color:#5a6872}.warning-box{border:1px solid rgba(181,72,72,.25);background:rgba(181,72,72,.045);border-radius:var(--radius);padding:25px}.numbered-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.numbered-list li{display:flex;gap:10px;align-items:flex-start;color:#4f5c67}.numbered-list span{display:inline-flex;align-items:center;justify-content:center;flex:0 0 25px;width:25px;height:25px;border-radius:50%;background:rgba(19,166,166,.1);color:var(--teal-dark);font-weight:900;font-size:11px}.trust-box{border-radius:var(--radius);background:var(--navy);color:#fff;padding:28px}.trust-box h2{color:#fff}.trust-box .grid>div{color:rgba(255,255,255,.82)}.form-layout{align-items:start}.form-layout>div>p{color:var(--muted)}.official-source-card{margin-top:24px;padding:17px;background:#fff;border:1px solid var(--grey);border-radius:12px}.official-source-card span{display:block;color:#5c6973;font-size:11px}.official-source-card a{display:inline-block;color:var(--teal-dark);font-weight:800;font-size:12px;margin-top:8px}
.inquiry-form{position:relative;background:#fff;border:1px solid var(--grey);border-radius:var(--radius);padding:27px;box-shadow:0 8px 24px rgba(15,47,80,.04)}.inquiry-form h3{font-size:22px;margin-bottom:5px}.form-context{color:#6b7781;font-size:12px;margin-bottom:20px}.form-context strong{color:var(--navy)}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.inquiry-form label{display:flex;flex-direction:column;gap:6px;margin-bottom:13px}.inquiry-form label>span{color:var(--navy);font-size:12px;font-weight:750}.inquiry-form input,.inquiry-form textarea,.inquiry-form select{width:100%;border:1px solid #dbe2e8;border-radius:9px;background:#fff;padding:10px 11px;color:var(--ink);outline:none}.inquiry-form input:focus,.inquiry-form textarea:focus,.inquiry-form select:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(19,166,166,.12)}.inquiry-form .consent{flex-direction:row;align-items:flex-start;gap:9px;font-size:12px;color:#5e6a74}.inquiry-form .consent input{width:16px;height:16px;margin-top:2px;accent-color:var(--teal)}.inquiry-form .consent span{color:#5e6a74;font-weight:500}.honeypot{position:absolute!important;left:-9999px!important;opacity:0!important;pointer-events:none!important}.form-message{margin-bottom:17px;border-radius:10px;padding:13px;font-size:12px}.form-message.error{color:var(--danger);border:1px solid rgba(181,72,72,.28);background:rgba(181,72,72,.05)}.success-box{text-align:center;border:1px solid rgba(19,166,166,.28);border-radius:var(--radius);background:rgba(19,166,166,.05);padding:40px 25px}.success-icon{width:52px;height:52px;margin:0 auto 15px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--teal);font-size:26px;font-weight:900}.success-box p{color:#5b6872}
.contact-grid{display:grid;grid-template-columns:.78fr 1.25fr;gap:32px;align-items:start}.contact-cards{display:grid;gap:12px}.contact-card{padding:19px;background:#fff;border:1px solid var(--grey);border-radius:14px}.contact-card small{display:block;text-transform:uppercase;letter-spacing:.08em;color:#77838d;font-weight:800;font-size:10px}.contact-card strong,.contact-card a{display:block;margin-top:5px;color:var(--navy);font-weight:800}.contact-card span{display:block;color:#6d7982;font-size:12px;margin-top:5px}.quote-box{font-size:21px;font-weight:750;color:var(--navy);padding:29px;background:#fff;border:1px solid var(--grey);border-radius:17px}.about-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:35px;margin-top:45px}.about-grid p,.experience-intro p,.case-card p{color:#65727c}.case-card{padding:23px}.case-card h3{margin:15px 0 10px}.legal p{color:#5e6c75}.not-found{text-align:center;padding-block:120px}.not-found>span{color:var(--teal);font-weight:900;letter-spacing:.16em}.not-found p{max-width:560px;margin:18px auto 0;color:var(--muted)}.not-found .button-row{justify-content:center}
.site-footer{margin-top:72px;color:rgba(255,255,255,.72);background:var(--navy)}.footer-grid{display:grid;grid-template-columns:1.25fr .75fr .8fr 1fr;gap:35px;padding-block:49px}.footer-brand{color:#fff;font-size:22px;font-weight:900}.footer-brand span{color:var(--teal)}.footer-company{font-size:11px;color:rgba(255,255,255,.5)}.site-footer h4{color:rgba(255,255,255,.45);font-size:11px;text-transform:uppercase;letter-spacing:.09em}.site-footer ul{list-style:none;padding:0;margin:0;display:grid;gap:7px;font-size:12px}.site-footer a:hover{color:var(--teal)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-block:16px;font-size:11px;color:rgba(255,255,255,.42)}
@media(max-width:1040px){.desktop-nav,.header-cta{display:none}.menu-button{display:inline-grid;place-items:center;margin-left:auto}.mobile-nav{position:absolute;left:0;right:0;top:74px;z-index:10;background:#fff;border-bottom:1px solid var(--grey);padding:12px 20px 18px;box-shadow:var(--shadow)}.mobile-nav.open{display:grid}.mobile-nav .nav-link{border-bottom:1px solid var(--grey);padding:12px 4px}.mobile-nav .button{margin-top:12px}.hero-grid,.opportunity-hero-inner{grid-template-columns:1fr}.hero-pulse{max-width:520px}.grid.three{grid-template-columns:repeat(2,minmax(0,1fr))}.score-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:720px){.wide,.container,.opportunity-hero-inner{width:min(100% - 28px,1000px)}.section{padding:55px 0}.header-inner{height:68px}.brand small{display:none}.brand{min-width:auto}.mobile-nav{top:68px}.hero-grid{padding-block:45px;gap:28px}.compact-home h1{font-size:39px}.home-hero p,.page-hero p,.opportunity-hero p{font-size:15px}.page-hero .container,.page-hero.compact .container{padding-block:42px}.section-heading{align-items:flex-start;flex-direction:column}.grid.two,.grid.three,.conditions,.numbered-list,.form-grid,.contact-grid,.about-grid,.score-grid{grid-template-columns:1fr}.opportunity-toolbar,.source-bar .container,.upcoming-strip{align-items:flex-start;flex-direction:column}.card-summary{min-height:auto}.opportunity-hero-inner{padding-block:44px}.opportunity-content{padding-block:48px}.opportunity-content>section{margin-bottom:44px}.opportunity-content h2{font-size:27px}.conditions>div{flex-direction:column;gap:6px}.conditions strong{text-align:left}.inquiry-form{padding:21px}.footer-grid{grid-template-columns:1fr}.site-footer{margin-top:55px}}

/* ===== MGP NEXUS v3 visual and positioning update ===== */
.logo-brand{display:flex;align-items:center;min-width:148px}.logo-brand img{display:block;width:142px;height:auto;max-height:58px;object-fit:contain}.footer-logo{display:block;width:160px;max-width:100%;filter:brightness(0) invert(1);opacity:.95;margin-bottom:12px}
.home-hero{position:relative;overflow:hidden}.home-hero:after{content:"";position:absolute;right:-8%;bottom:-65%;width:520px;height:520px;background:url('/assets/brand/mgp-nexus-symbol-512px.webp') center/contain no-repeat;opacity:.045;pointer-events:none}.hero-grid{grid-template-columns:minmax(0,1.75fr) minmax(210px,.45fr);gap:44px;padding-block:30px;min-height:0}.compact-home h1{font-size:clamp(36px,4.1vw,55px);line-height:1.03;margin-bottom:13px}.home-hero p{font-size:15px;line-height:1.55;max-width:790px}.home-hero .button-row{margin-top:20px}.hero-brand-mark{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.hero-brand-mark img{width:min(255px,100%);height:auto;filter:brightness(0) invert(1);opacity:.96}.hero-brand-mark span{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:rgba(255,255,255,.65);text-align:center}
.service-focus-section{padding-block:46px}.section-heading p,.section-lead{max-width:760px;color:var(--muted)}.service-focus-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;margin-top:26px}.service-focus{display:flex;gap:14px;padding:20px;border:1px solid var(--grey);border-radius:15px;background:#fff}.service-focus>span{flex:0 0 34px;height:34px;border-radius:50%;display:grid;place-items:center;background:rgba(19,166,166,.1);color:var(--teal-dark);font-size:11px;font-weight:900}.service-focus h3{font-size:15px;margin:0 0 7px}.service-focus p{font-size:12px;color:var(--muted);margin:0}
.funding-home{padding-top:60px}.featured-opportunities{align-items:stretch}.opportunity-card{padding:0;overflow:hidden}.opportunity-card-body{display:flex;flex-direction:column;flex:1;padding:21px}.opportunity-visual{position:relative;min-height:132px;padding:21px 22px;display:flex;align-items:flex-end;overflow:hidden;color:#fff;background:linear-gradient(130deg,#0f2f50,#17496e)}.opportunity-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,rgba(4,25,47,.08),rgba(4,25,47,.2));pointer-events:none}.opportunity-visual img{position:absolute;right:-16px;top:-29px;width:175px;opacity:.16;filter:brightness(0) invert(1)}.opportunity-visual>div{position:relative;z-index:1}.opportunity-visual strong{display:block;font-size:23px;line-height:1.05;letter-spacing:.02em}.opportunity-visual span{display:block;margin-top:6px;font-size:12px;color:rgba(255,255,255,.8);text-transform:uppercase;letter-spacing:.08em}.visual-green{background:linear-gradient(130deg,#075c5e,#13a6a6)}.visual-innovation{background:linear-gradient(130deg,#123760,#245b8a)}.visual-urban{background:linear-gradient(130deg,#2e3c66,#546ca2)}.visual-environment{background:linear-gradient(130deg,#285548,#54846c)}.opportunity-card .card-top{min-height:30px}.opportunity-card h3{font-size:18px}.card-summary{min-height:72px}.featured-opportunities .card-summary{min-height:58px}
.why-cards{align-items:stretch}.why-card{display:flex;gap:18px;padding:22px;border:1px solid var(--grey);border-radius:16px;background:#fff}.why-card img{width:48px;height:48px;object-fit:contain;opacity:.8}.why-card h3{font-size:17px;margin:0 0 8px}.why-card p{font-size:13px;color:var(--muted);margin:0}.brand-pattern{position:relative;display:flex;align-items:center;text-align:left;overflow:hidden}.brand-pattern>img{position:absolute;right:-40px;top:-70px;width:330px;filter:brightness(0) invert(1);opacity:.06}.brand-pattern>div{position:relative;z-index:1;max-width:760px}.brand-pattern p{margin-left:0}
.opportunity-hero{position:relative;overflow:hidden}.opportunity-hero-art{position:absolute;inset:0;opacity:.22;pointer-events:none}.opportunity-hero-art:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--navy) 20%,rgba(15,47,80,.82) 57%,rgba(15,47,80,.55))}.opportunity-hero-art img{position:absolute;right:4%;top:50%;transform:translateY(-50%);width:min(440px,40vw);filter:brightness(0) invert(1);opacity:.48}.opportunity-hero-inner{position:relative;z-index:1}.hero-finance-callout{display:inline-flex;flex-direction:column;margin:3px 0 18px;padding:12px 15px;border-left:4px solid var(--teal);background:rgba(255,255,255,.09);border-radius:0 9px 9px 0}.hero-finance-callout strong{font-size:22px;color:#fff}.hero-finance-callout span{font-size:11px;color:#78d9d6;text-transform:uppercase;letter-spacing:.09em;margin-top:3px}
.experience-overview{padding-bottom:45px}.experience-highlight{display:grid;grid-template-columns:210px 1fr;gap:42px;align-items:center;padding:31px;border:1px solid var(--grey);border-radius:21px;background:#fff}.experience-highlight img{width:190px;max-width:100%}.experience-highlight p{color:var(--muted);font-size:15px}.experience-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px}.experience-stats div{padding:21px;border-radius:14px;background:var(--navy);color:#fff}.experience-stats strong{display:block;font-size:25px;color:#75d4d2}.experience-stats span{display:block;margin-top:5px;font-size:12px;color:rgba(255,255,255,.72)}.case-number{display:block;color:var(--teal-dark);font-weight:900;font-size:12px;letter-spacing:.08em}.experience-area-grid .case-card{min-height:210px}.experience-trust{position:relative;overflow:hidden}.experience-trust:after{content:"";position:absolute;right:-45px;bottom:-90px;width:270px;height:270px;background:url('/assets/brand/mgp-nexus-symbol-512px.webp') center/contain no-repeat;filter:brightness(0) invert(1);opacity:.05}
@media(max-width:1040px){.service-focus-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-brand-mark{display:none}.hero-grid{grid-template-columns:1fr}.experience-highlight{grid-template-columns:150px 1fr}}
@media(max-width:720px){.logo-brand img{width:120px}.hero-grid{padding-block:27px}.compact-home h1{font-size:34px}.service-focus-grid,.experience-stats{grid-template-columns:1fr}.featured-opportunities{grid-template-columns:1fr}.opportunity-visual{min-height:116px}.opportunity-visual strong{font-size:20px}.experience-highlight{grid-template-columns:1fr;padding:23px}.experience-highlight img{width:120px;margin:auto}.brand-pattern{padding:38px 24px}.opportunity-hero-art img{width:280px;right:-90px}.hero-finance-callout strong{font-size:18px}}


/* ===== MGP NEXUS v4 content update ===== */
.visual-transport{background:linear-gradient(130deg,#243850,#b06c2f)}
.experience-stats.four{grid-template-columns:repeat(4,minmax(0,1fr))}
.experience-context{max-width:980px;margin:24px 0 0;color:var(--muted);font-size:14px}
.about-intro{padding-bottom:46px}.about-lead{display:grid;grid-template-columns:1fr 230px;gap:55px;align-items:center}.about-lead>img{width:220px;justify-self:end}.about-lead p{color:var(--muted);font-size:15px}.about-stat-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:30px}.about-stat-row>div{padding:22px;border-radius:15px;background:var(--navy);color:#fff}.about-stat-row strong{display:block;color:#75d4d2;font-size:24px}.about-stat-row span{display:block;margin-top:5px;color:rgba(255,255,255,.72);font-size:12px}.about-domain{padding:25px}.about-domain>span{color:var(--teal-dark);font-size:12px;font-weight:900}.about-domain h3{margin:14px 0 9px}.about-domain p{margin:0;color:var(--muted);font-size:13px}.about-cycle{display:grid;grid-template-columns:1fr .9fr;gap:55px;align-items:start}.about-cycle p{color:var(--muted)}.about-steps{list-style:none;padding:0;margin:0;display:grid;gap:10px}.about-steps li{display:flex;align-items:center;gap:14px;padding:15px 17px;background:#fff;border:1px solid var(--grey);border-radius:13px}.about-steps b{color:var(--teal);font-size:12px}.about-steps span{color:var(--navy);font-weight:800;font-size:13px}.philosophy-box{position:relative;overflow:hidden;border-radius:28px;padding:50px 45px;background:var(--navy);color:#fff}.philosophy-box h2{color:#fff}.philosophy-box p{max-width:880px;color:rgba(255,255,255,.75)}.team-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:45px;align-items:center}.team-section>div>p{color:var(--muted)}.team-lead-card{display:flex;gap:21px;padding:27px;border:1px solid var(--grey);border-radius:18px;background:#fff}.team-monogram{flex:0 0 64px;width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:var(--navy);color:#fff;font-weight:900;font-size:19px}.team-lead-card h3{margin:0 0 4px}.team-lead-card strong{color:var(--teal-dark);font-size:12px}.team-lead-card p{margin:12px 0 0;color:var(--muted);font-size:13px}
@media(max-width:1040px){.experience-stats.four{grid-template-columns:repeat(2,minmax(0,1fr))}.about-lead{grid-template-columns:1fr 170px}.about-lead>img{width:160px}.team-section{grid-template-columns:1fr}}
@media(max-width:720px){.experience-stats.four,.about-stat-row,.about-domain-grid,.about-cycle{grid-template-columns:1fr}.about-lead{grid-template-columns:1fr}.about-lead>img{width:130px;justify-self:center}.philosophy-box{padding:36px 24px}.team-lead-card{flex-direction:column}.about-stat-row strong{font-size:21px}}

/* Procedure opening notifications */
.notify-card-button{margin-top:10px;border:0}.button-notify-light{background:#fff;color:#12385d;border:1px solid rgba(255,255,255,.75)}.button-notify-light:hover{background:#eafcff}.procedure-notify-box{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:30px 34px;border-radius:22px;background:linear-gradient(135deg,#10395f,#16506a);color:#fff;overflow:hidden;position:relative}.procedure-notify-box:after{content:"";position:absolute;width:220px;height:220px;right:-90px;bottom:-130px;border:2px solid rgba(83,220,219,.18);border-radius:50%}.procedure-notify-box>div,.procedure-notify-box>button{position:relative;z-index:1}.procedure-notify-box h2{margin:.2rem 0 .45rem;color:#fff}.procedure-notify-box p{max-width:780px;margin:0;color:#d9eaf4}.notify-modal[hidden]{display:none}.notify-modal{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:20px}.notify-backdrop{position:absolute;inset:0;background:rgba(4,25,48,.74);backdrop-filter:blur(5px)}.notify-dialog{position:relative;z-index:1;width:min(720px,100%);max-height:calc(100vh - 40px);overflow:auto;background:#fff;border-radius:24px;padding:38px;box-shadow:0 28px 90px rgba(0,20,45,.32)}.notify-dialog h2{margin:.35rem 0 .5rem}.notify-dialog>p{margin:0 0 22px;color:#52687b}.notify-close{position:absolute;right:18px;top:14px;border:0;background:transparent;font-size:34px;line-height:1;color:#375067;cursor:pointer}.notify-form .form-grid{margin-bottom:14px}.modal-open{overflow:hidden}@media(max-width:760px){.procedure-notify-box{align-items:flex-start;flex-direction:column}.procedure-notify-box .button{width:100%}.notify-dialog{padding:30px 22px}.button-notify-light{width:100%}}


/* v5.0-rc2: approved positioning, consent and analytics UX */
.why-nexus-section{border-top:1px solid var(--grey);border-bottom:1px solid var(--grey)}
.why-nexus-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.why-nexus-card{position:relative;background:#fff;border:1px solid var(--grey);border-radius:18px;padding:28px;box-shadow:0 8px 24px rgba(15,47,80,.035)}
.why-nexus-card h3{font-size:21px;margin-bottom:16px;padding-right:28px}
.why-nexus-copy p{font-size:14px;color:#5c6973;margin-bottom:12px}.why-nexus-copy p:last-child{margin-bottom:0}.why-nexus-copy strong{color:var(--navy)}
.why-nexus-featured{border-color:rgba(19,166,166,.55);box-shadow:0 18px 42px rgba(15,47,80,.08);background:linear-gradient(145deg,#fff,#f3fbfb)}
.why-diamond{position:absolute;right:22px;top:22px;color:var(--teal-dark);font-size:22px;line-height:1}
.who-we-are-layout{display:grid;grid-template-columns:minmax(220px,.55fr) minmax(0,1.45fr);gap:64px;align-items:start}
.who-we-are-mark{position:sticky;top:112px;border-radius:26px;padding:38px;text-align:center;background:radial-gradient(circle at 70% 20%,rgba(19,166,166,.22),transparent 36%),var(--navy);color:#fff;box-shadow:var(--shadow)}
.who-we-are-mark img{width:190px;opacity:.92}.who-we-are-mark span{display:block;margin-top:22px;font-weight:850;font-size:15px}
.who-we-are-copy{max-width:820px}.who-we-are-copy h2{margin-bottom:28px}.who-we-are-copy p{font-size:16px;color:#4f5f69;margin-bottom:18px}.who-we-are-copy strong{color:var(--navy)}
.who-we-are-closing{margin-top:28px;padding:22px 24px;border-left:4px solid var(--teal);background:#eef9f8;color:var(--navy)!important;font-weight:750;border-radius:0 14px 14px 0}
.source-bar a{color:var(--teal-dark);font-weight:800;font-size:12px}
.footer-text-button{padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer}.footer-text-button:hover{color:#fff;text-decoration:underline}
.consent-banner{position:fixed;z-index:100;left:20px;right:20px;bottom:20px;display:flex;align-items:center;justify-content:space-between;gap:24px;max-width:1100px;margin:auto;padding:20px 22px;border:1px solid #cbd7df;border-radius:18px;background:rgba(255,255,255,.98);box-shadow:0 18px 56px rgba(15,47,80,.24);backdrop-filter:blur(12px)}
.consent-banner[hidden]{display:none}.consent-copy{max-width:720px}.consent-copy strong{display:block;color:var(--navy);margin-bottom:4px}.consent-copy p{margin:0;color:#5c6973;font-size:13px}.consent-link{color:var(--teal-dark);font-weight:800}.consent-actions{display:flex;flex-wrap:wrap;gap:9px;flex:0 0 auto}.consent-actions .button{white-space:nowrap}
.legal h2{font-size:24px;margin-top:36px}.legal h2:first-child{margin-top:0}.legal p{color:#53636e}.legal a{color:var(--teal-dark);font-weight:750}
@media(max-width:820px){.why-nexus-grid{grid-template-columns:1fr}.who-we-are-layout{grid-template-columns:1fr;gap:30px}.who-we-are-mark{position:relative;top:auto;padding:28px}.who-we-are-mark img{width:140px}.consent-banner{align-items:stretch;flex-direction:column;gap:16px}.consent-actions{width:100%}.consent-actions .button{flex:1}}
@media(max-width:520px){.why-nexus-card{padding:23px 20px}.why-nexus-card h3{font-size:19px}.consent-banner{left:10px;right:10px;bottom:10px;padding:17px}.consent-actions{flex-direction:column}.who-we-are-copy p{font-size:15px}}

/* ===== MGP NEXUS v5.0-rc3: positioning of Why MGP NEXUS and About ===== */
.brand-diamond{display:block;overflow:visible}.brand-diamond .diamond-outline{fill:none;stroke:var(--navy);stroke-width:2.4;stroke-linejoin:round}.brand-diamond .diamond-facet{fill:none;stroke:var(--teal);stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}.brand-diamond .diamond-node{fill:var(--teal);stroke:#fff;stroke-width:1.2}

/* Header: fit the additional primary navigation item without crowding. */
.header-inner{gap:20px}.desktop-nav{gap:14px}.nav-link{font-size:12.5px}.header-cta{font-size:11.5px;padding:10px 13px}.brand{min-width:164px}

/* Home: the positioning section is now a prominent, early selling block. */
.why-home-section{position:relative;overflow:hidden;background:linear-gradient(135deg,#edf8f8 0%,#f8fbfc 48%,#fff 100%);border-bottom:1px solid #d9e6e8}
.why-home-section:after{content:"";position:absolute;right:-150px;top:-190px;width:430px;height:430px;border:1px solid rgba(19,166,166,.13);transform:rotate(45deg);pointer-events:none}
.why-home-heading{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:44px;align-items:end;margin-bottom:34px}.why-home-heading h2{font-size:clamp(36px,4.3vw,56px);max-width:850px;margin-bottom:14px}.why-home-heading p{max-width:760px;color:#566872;font-size:16px;margin:0}.why-home-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px;padding-bottom:4px}
.why-home-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.why-home-card{display:flex;align-items:flex-start;gap:15px;min-height:170px;padding:25px 23px;border:1px solid #d8e2e7;border-radius:18px;background:rgba(255,255,255,.92);box-shadow:0 8px 26px rgba(15,47,80,.045)}.why-home-card h3{font-size:19px;margin:0 0 10px}.why-home-card p{margin:0;color:#62717b;font-size:13.5px}.why-home-index{flex:0 0 4px;width:4px;height:44px;border-radius:999px;background:var(--teal);margin-top:2px}.why-home-featured{grid-column:span 1;border-color:rgba(19,166,166,.65);background:#fff;box-shadow:0 15px 38px rgba(15,47,80,.09)}.why-home-featured h3{font-size:20px}.why-home-diamond{flex:0 0 54px;width:54px;height:54px;margin-top:-1px}

/* Full Why page. */
.why-page-intro{background:#f7fafb}.why-page-lead{max-width:920px;margin-bottom:34px}.why-page-lead h2{font-size:clamp(34px,4vw,52px);margin-bottom:15px}.why-page-lead p{max-width:820px;color:#596a74;font-size:16px}
.why-promise-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.why-promise-card{display:grid;grid-template-columns:74px minmax(0,1fr);gap:22px;padding:34px;border-radius:23px;border:1px solid rgba(19,166,166,.55);background:linear-gradient(145deg,#fff,#eff9f9);box-shadow:0 18px 45px rgba(15,47,80,.08)}.why-promise-card h2{font-size:27px;margin:0 0 18px}.why-promise-diamond{width:70px;height:70px}.why-promise-card .why-nexus-copy p{font-size:14.5px}
.why-support-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.why-support-card{position:relative;padding:30px 30px 27px;border:1px solid var(--grey);border-radius:18px;background:#fff}.why-support-line{position:absolute;left:0;top:30px;width:5px;height:48px;border-radius:0 5px 5px 0;background:var(--teal)}.why-support-card h3{font-size:22px;margin:0 0 15px;padding-left:4px}.why-support-card .why-nexus-copy{padding-left:4px}.why-support-card:last-child{grid-column:1/-1}.why-crosslink{display:flex;align-items:center;justify-content:space-between;gap:38px;padding:45px 48px;border-radius:25px;background:radial-gradient(circle at 82% 16%,rgba(19,166,166,.24),transparent 34%),var(--navy);color:#fff}.why-crosslink h2{color:#fff;margin-bottom:12px}.why-crosslink p{max-width:720px;margin:0;color:rgba(255,255,255,.75)}.why-crosslink .button-row{flex:0 0 auto;margin-top:0}

/* About page: scan-friendly highlights and corrected logo contrast. */
.who-we-are-layout{grid-template-columns:minmax(260px,.62fr) minmax(0,1.38fr);gap:58px}.who-we-are-aside{position:sticky;top:96px;display:grid;gap:18px}.who-we-are-mark{position:relative;top:auto;padding:28px 28px 30px}.who-we-are-symbol-panel{display:grid;place-items:center;min-height:205px;padding:20px;border-radius:20px;background:#fff;box-shadow:inset 0 0 0 1px rgba(15,47,80,.08)}.who-we-are-mark img{width:175px;opacity:1}.who-we-are-mark>span:last-child{margin-top:20px;font-size:16px;line-height:1.45}.about-scan-card{padding:24px 24px 21px;border:1px solid var(--grey);border-radius:20px;background:#fff;box-shadow:0 8px 25px rgba(15,47,80,.045)}.about-scan-card ul{list-style:none;padding:0;margin:0;display:grid;gap:13px}.about-scan-card li{display:grid;grid-template-columns:12px 1fr;gap:10px;align-items:start;padding-bottom:12px;border-bottom:1px solid #edf1f4}.about-scan-card li:last-child{padding-bottom:0;border-bottom:0}.about-scan-card li>span{width:9px;height:9px;margin-top:5px;border-radius:50%;background:var(--teal);box-shadow:0 0 0 4px rgba(19,166,166,.11)}.about-scan-card strong{color:var(--navy);font-size:13px;line-height:1.4}.about-crosslink{margin-top:24px}
.hero-brand-mark>span:last-child{display:block;text-align:center;color:#fff;font-weight:850}

@media(max-width:1180px){.desktop-nav,.header-cta{display:none}.menu-button{display:inline-grid;place-items:center;margin-left:auto}.mobile-nav{position:absolute;left:0;right:0;top:74px;z-index:10;background:#fff;border-bottom:1px solid var(--grey);padding:12px 20px 18px;box-shadow:var(--shadow)}.mobile-nav.open{display:grid}.mobile-nav .nav-link{border-bottom:1px solid var(--grey);padding:12px 4px}.mobile-nav .button{margin-top:12px}}
@media(max-width:980px){.why-home-heading{grid-template-columns:1fr}.why-home-actions{justify-content:flex-start}.why-home-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.why-promise-grid{grid-template-columns:1fr}.why-crosslink{align-items:flex-start;flex-direction:column}.why-crosslink .button-row{width:100%}.who-we-are-layout{grid-template-columns:1fr;gap:32px}.who-we-are-aside{position:relative;top:auto;grid-template-columns:minmax(220px,.7fr) minmax(0,1.3fr);align-items:stretch}.who-we-are-mark{height:100%}}
@media(max-width:720px){.why-home-heading h2{font-size:34px}.why-home-grid,.why-support-grid{grid-template-columns:1fr}.why-home-card{min-height:auto}.why-home-featured{grid-column:auto}.why-promise-card{grid-template-columns:56px minmax(0,1fr);padding:25px 21px;gap:15px}.why-promise-diamond{width:54px;height:54px}.why-promise-card h2{font-size:22px}.why-support-card:last-child{grid-column:auto}.why-crosslink{padding:35px 25px}.why-crosslink .button-row{flex-direction:column}.why-crosslink .button{width:100%}.who-we-are-aside{grid-template-columns:1fr}.who-we-are-symbol-panel{min-height:170px}.who-we-are-mark img{width:145px}}


/* ===== MGP NEXUS v5.0-rc4: FAQ, Viber, contact card and procedure PDFs ===== */
/* Use the approved master symbol without geometric redrawing or distortion. */
.brand-diamond{display:block;object-fit:contain;object-position:center;width:100%;height:auto!important;max-width:none;overflow:visible}
.why-home-diamond{flex:0 0 58px;width:58px!important;height:auto!important;margin-top:0}
.why-promise-diamond{width:70px!important;height:auto!important;margin-top:2px}
.why-promise-card{grid-template-columns:74px minmax(0,1fr);align-items:start}

/* Viber keeps its own visual identity and remains secondary to the MGP NEXUS CTAs. */
.viber-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:44px;padding:11px 16px;border:1px solid #6652df;border-radius:10px;background:#7360f2;color:#fff!important;font-size:13px;font-weight:850;line-height:1.2;transition:transform .18s,background .18s,box-shadow .18s;box-shadow:0 7px 18px rgba(115,96,242,.18)}
.viber-button:hover{transform:translateY(-1px);background:#6652df;box-shadow:0 10px 24px rgba(115,96,242,.24)}
.viber-button img{width:21px;height:21px;filter:brightness(0) invert(1);flex:0 0 21px}
.viber-button-small{min-height:39px;padding:9px 13px;font-size:12px}
.viber-button-small img{width:18px;height:18px;flex-basis:18px}
.viber-button-compact{min-height:0;padding:7px 10px;border-radius:8px;font-size:11px;box-shadow:none}
.viber-button-compact img{width:16px;height:16px;flex-basis:16px}
.site-footer .viber-button{margin-top:4px;width:max-content}
.notify-viber-option{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:-6px 0 22px;padding:14px 15px;border:1px solid #e0dbff;border-radius:13px;background:#f7f5ff;color:#4d4775;font-size:12px}
.notify-actions{display:flex;flex-direction:column;align-items:stretch;gap:10px;position:relative;z-index:1;min-width:210px}
.procedure-notify-box .notify-actions .button,.procedure-notify-box .notify-actions .viber-button{width:100%}

/* FAQ */
.faq-home-section{background:linear-gradient(180deg,#f4f9fa,#fff);border-top:1px solid #dfe8eb;border-bottom:1px solid #e6edf0}
.faq-list{display:grid;gap:11px}
.faq-list-home{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.faq-item{border:1px solid #dce5ea;border-radius:15px;background:#fff;overflow:hidden;box-shadow:0 5px 18px rgba(15,47,80,.035)}
.faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 20px;color:var(--navy);font-size:15px;font-weight:850;cursor:pointer;list-style:none}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary i{display:grid;place-items:center;flex:0 0 28px;width:28px;height:28px;border-radius:50%;background:#edf8f8;color:var(--teal-dark);font-size:20px;font-style:normal;line-height:1;transition:transform .2s}
.faq-item[open] summary i{transform:rotate(45deg)}
.faq-item[open] summary{border-bottom:1px solid #e7edf0}
.faq-answer{padding:17px 20px 19px;color:#53636e}
.faq-answer p{margin:0 0 11px;font-size:14px;line-height:1.7}
.faq-answer p:last-child{margin-bottom:0}
.faq-item-compact summary{font-size:14px;min-height:78px}
.faq-item-compact .faq-answer p{font-size:13px}
.faq-page-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:56px;align-items:start}
.faq-nav{position:sticky;top:102px;display:grid;gap:7px;padding:24px;border:1px solid var(--grey);border-radius:18px;background:#f8fafb}
.faq-nav a{padding:10px 12px;border-radius:9px;color:#50616c;font-size:13px;font-weight:750}
.faq-nav a:hover{background:#e9f7f6;color:var(--teal-dark)}
.faq-sections{display:grid;gap:56px}
.faq-section{scroll-margin-top:100px}
.faq-section>.eyebrow{margin-bottom:17px}
.faq-item{scroll-margin-top:100px}

/* Procedure PDF and Viber resource area. */
.procedure-resources{display:grid;gap:18px}
.procedure-pdf-card{display:grid;grid-template-columns:minmax(0,1fr) 160px;gap:30px;align-items:center;padding:30px;border:1px solid #cfdce3;border-radius:22px;background:linear-gradient(140deg,#fff,#f3f9fa);box-shadow:0 12px 34px rgba(15,47,80,.06)}
.procedure-pdf-card h2{font-size:29px;margin-bottom:12px}
.procedure-pdf-card p{color:#5d6e79;max-width:640px;margin:0}
.procedure-qr-link{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;padding:12px;border:1px solid #dce5ea;border-radius:16px;background:#fff;color:var(--navy);font-size:11px;font-weight:850;text-align:center}
.procedure-qr-link img{width:126px;height:126px;object-fit:contain}
.procedure-viber-card{display:grid;grid-template-columns:72px minmax(0,1fr);gap:22px;align-items:center;padding:25px 28px;border-radius:20px;background:#f7f5ff;border:1px solid #dfd9ff}
.procedure-viber-card>img{width:58px;height:58px;filter:none;opacity:.9}
.procedure-viber-card h3{margin:0 0 7px;color:#463b9d;font-size:21px}
.procedure-viber-card p{margin:0 0 14px;color:#675f87;font-size:13px}
.procedure-viber-card .eyebrow{color:#7360f2;margin-bottom:7px}

/* Dedicated share/download landing page. */
.presentation-page{display:grid;gap:22px}
.presentation-card{display:grid;grid-template-columns:170px minmax(0,1fr);gap:42px;align-items:center;padding:42px;border:1px solid #d7e2e8;border-radius:26px;background:linear-gradient(135deg,#fff,#eef8f8);box-shadow:var(--shadow)}
.presentation-symbol{width:165px;height:auto}
.presentation-card h2{margin-bottom:14px}
.presentation-card p{max-width:720px;color:#586b76;margin:0}
.presentation-actions{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.presentation-actions>div{padding:25px;border:1px solid var(--grey);border-radius:18px;background:#fff}
.presentation-actions h3{margin-bottom:12px}
.presentation-actions p{margin:0;color:#5b6b76}
.presentation-actions a:not(.viber-button){color:var(--teal-dark);font-weight:800}

/* Personal contact page and downloadable vCard. */
.contact-profile-hero{min-height:calc(100vh - 74px);display:grid;place-items:center;padding:56px 22px;background:radial-gradient(circle at 80% 10%,rgba(19,166,166,.18),transparent 35%),linear-gradient(135deg,#0f2f50,#173e63)}
.contact-profile-card{width:min(920px,100%);display:grid;grid-template-columns:165px minmax(0,1fr) 175px;gap:34px;align-items:center;padding:42px;border-radius:28px;background:#fff;box-shadow:0 28px 80px rgba(0,0,0,.22)}
.contact-profile-logo{width:155px;height:auto}
.contact-profile-main h1{font-size:48px;margin:0 0 7px}
.contact-profile-role{color:var(--teal-dark);font-size:16px;font-weight:800;margin-bottom:24px}
.contact-profile-actions{display:grid;gap:8px}
.contact-profile-action{display:flex;justify-content:space-between;gap:20px;padding:11px 13px;border-radius:10px;background:#f5f8fa}
.contact-profile-action span{color:#798690;font-size:11px;text-transform:uppercase;letter-spacing:.07em;font-weight:850}
.contact-profile-action strong{color:var(--navy);font-size:13px;text-align:right}
.contact-profile-buttons{margin-top:22px}
.contact-profile-qr{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;color:#61717c;font-size:11px;font-weight:750}
.contact-profile-qr img{width:150px;height:150px;object-fit:contain;border:1px solid #e0e7eb;border-radius:14px;padding:8px;background:#fff}
.contact-card-link{display:inline-block;margin-top:10px;color:var(--teal-dark)!important;font-size:12px;font-weight:850}
.viber-contact-card{border-color:#dfd9ff!important;background:#f8f6ff!important}
.viber-contact-card .viber-button{margin-top:12px;width:100%}

@media(max-width:980px){
  .faq-page-layout{grid-template-columns:1fr;gap:34px}.faq-nav{position:relative;top:auto;grid-template-columns:repeat(2,minmax(0,1fr))}
  .procedure-pdf-card{grid-template-columns:minmax(0,1fr) 145px}.presentation-card{grid-template-columns:130px minmax(0,1fr);gap:28px}.presentation-symbol{width:125px}
  .contact-profile-card{grid-template-columns:120px minmax(0,1fr)}.contact-profile-qr{grid-column:1/-1;flex-direction:row;justify-content:center}.contact-profile-qr img{width:120px;height:120px}
}
@media(max-width:720px){
  .faq-list-home{grid-template-columns:1fr}.faq-item summary{padding:16px;font-size:14px}.faq-answer{padding:15px 16px 17px}.faq-item-compact summary{min-height:auto}.faq-nav{grid-template-columns:1fr;padding:17px}
  .procedure-pdf-card{grid-template-columns:1fr;padding:23px}.procedure-pdf-card h2{font-size:25px}.procedure-qr-link{width:160px;justify-self:center}.procedure-viber-card{grid-template-columns:52px minmax(0,1fr);padding:22px}.procedure-viber-card>img{width:46px;height:46px}.procedure-viber-card .viber-button{width:100%}
  .presentation-card{grid-template-columns:1fr;padding:28px}.presentation-symbol{width:105px}.presentation-actions{grid-template-columns:1fr}
  .contact-profile-hero{padding:30px 14px}.contact-profile-card{grid-template-columns:1fr;padding:28px 21px;text-align:center}.contact-profile-logo{width:145px;margin:auto}.contact-profile-main h1{font-size:38px}.contact-profile-action{flex-direction:column;gap:2px;text-align:left}.contact-profile-action strong{text-align:left}.contact-profile-buttons{flex-direction:column}.contact-profile-buttons .button,.contact-profile-buttons .viber-button{width:100%}.contact-profile-qr{grid-column:auto;flex-direction:column}.notify-viber-option{align-items:flex-start;flex-direction:column}.notify-viber-option .viber-button{width:100%}.notify-actions{width:100%}
}

/* ===== MGP NEXUS v5.0-rc5: approved typography and visual refinements ===== */

/* Home: give the positioning statement the full available width and keep a clear two-line rhythm. */
.why-home-heading{grid-template-columns:1fr;gap:22px;align-items:start}
.why-home-heading h2{max-width:1060px;font-size:clamp(36px,4vw,52px);line-height:1.06}
.why-home-actions{justify-content:flex-start;padding-bottom:0}
.why-home-actions .button-navy{min-width:255px}

/* Why MGP NEXUS: wider hero and controlled two-line lead statement. */
.why-page-hero .container{width:min(1180px,calc(100% - 44px))}
.why-page-hero h1{font-size:clamp(44px,4.6vw,64px);letter-spacing:-.045em}
.why-page-lead{max-width:none}
.why-page-lead h2{max-width:1120px;font-size:clamp(35px,3.6vw,49px);line-height:1.08}
.why-page-lead h2>span{display:block}

/* Justified body copy on the approved content pages. */
.why-page-hero p,
.why-page-intro p,
.why-nexus-copy p,
.why-crosslink p,
.faq-page-hero p,
.faq-answer p,
.experience-page-hero p,
.experience-overview p,
.experience-area-grid p,
.experience-context,
.experience-trust .grid>div,
.about-page-hero p,
.who-we-are-copy p{
  text-align:justify;
  text-justify:inter-word;
  hyphens:auto;
}

/* Procedure cards: guaranteed spacing between the primary and notification actions. */
.opportunity-card .notify-card-button{margin-top:12px}

/* Procedure Viber block: the channel name is the primary line. */
.procedure-viber-card h3{font-size:22px;font-weight:900;line-height:1.2;margin-bottom:7px}
.procedure-viber-card p{font-size:14px;margin-bottom:15px}

/* FAQ section navigation: stronger visual hierarchy. */
.faq-nav{padding:27px;background:linear-gradient(145deg,#0f2f50,#17496e);border-color:#0f2f50;box-shadow:0 16px 38px rgba(15,47,80,.16)}
.faq-nav>.eyebrow{color:#70d7d5;font-size:14px;letter-spacing:.14em;margin-bottom:11px}
.faq-nav a{padding:12px 13px;color:rgba(255,255,255,.88);font-size:14px;font-weight:800;border:1px solid transparent}
.faq-nav a:hover,.faq-nav a:focus{background:rgba(255,255,255,.1);border-color:rgba(112,215,213,.32);color:#fff}

/* About: inverse symbol on the approved navy field, plus a more visible scan panel. */
.who-we-are-symbol-panel{min-height:205px;padding:0;background:transparent;box-shadow:none}
.who-we-are-mark img{width:190px;filter:brightness(0) invert(1);opacity:1}
.about-scan-card{padding:27px 25px 23px;border-color:rgba(19,166,166,.38);background:linear-gradient(145deg,#eaf8f8,#fff);box-shadow:0 12px 30px rgba(15,47,80,.075)}
.about-scan-card>.eyebrow{color:var(--navy);font-size:14px;letter-spacing:.11em;margin-bottom:18px;padding-bottom:11px;border-bottom:2px solid var(--teal)}
.about-scan-card strong{font-size:14px;line-height:1.45}

/* Contacts: force the Viber label to remain white and vertically centered. */
.viber-contact-card .viber-button{min-height:48px}
.viber-contact-card .viber-button span{display:inline;color:#fff!important;margin:0;font-size:13px;line-height:1.2}
.viber-contact-card .viber-button img{filter:brightness(0) invert(1)!important;opacity:1}

@media(min-width:981px){
  .why-page-hero h1{white-space:nowrap}
}
@media(max-width:720px){
  .why-home-heading h2{font-size:34px;line-height:1.1}
  .why-home-actions .button-navy{min-width:0;width:100%}
  .why-page-lead h2>span{display:inline}
  .why-page-lead h2>span+span:before{content:" "}
  .why-page-hero p,
  .why-page-intro p,
  .why-nexus-copy p,
  .why-crosslink p,
  .faq-page-hero p,
  .faq-answer p,
  .experience-page-hero p,
  .experience-overview p,
  .experience-area-grid p,
  .experience-context,
  .experience-trust .grid>div,
  .about-page-hero p,
  .who-we-are-copy p{text-align:left;hyphens:none}
  .faq-nav{padding:20px}
  .faq-nav>.eyebrow{font-size:13px}
  .who-we-are-symbol-panel{min-height:170px}
  .who-we-are-mark img{width:155px}
}


/* ===== MGP NEXUS v5.0-rc6 approved refinements ===== */
.opportunity-visual{cursor:pointer;transition:filter .2s ease,transform .2s ease}
.opportunity-visual:hover{filter:brightness(1.06)}
.opportunity-visual:focus-visible{outline:3px solid #13A6A6;outline-offset:-3px}
.opportunity-visual:active{transform:translateY(1px)}

/* ===== MGP NEXUS v5.0 stable content and SEO launch refinements ===== */
.hero-brand-mark span{font-size:13px;text-transform:none;letter-spacing:.015em;font-weight:600;line-height:1.35;color:rgba(255,255,255,.82)}
.procedure-breadcrumb{display:flex;align-items:center;gap:8px;padding-block:12px;font-size:11px;color:#60707b;white-space:nowrap;overflow:hidden}.procedure-breadcrumb a{color:var(--teal-dark);font-weight:800}.procedure-breadcrumb span[aria-current="page"]{overflow:hidden;text-overflow:ellipsis}.procedure-breadcrumb+ .opportunity-hero{border-top:1px solid rgba(15,47,80,.08)}
.source-details{margin:0 0 54px;border:1px solid #dce5ea;border-radius:14px;background:#fff;overflow:hidden}.source-details summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:15px 18px;cursor:pointer;list-style:none;color:#52636e;font-size:12px;font-weight:850}.source-details summary::-webkit-details-marker{display:none}.source-details summary i{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#f0f6f7;color:var(--teal-dark);font-style:normal;font-size:18px;transition:transform .2s}.source-details[open] summary{border-bottom:1px solid #e5ecef}.source-details[open] summary i{transform:rotate(45deg)}.source-details-body{padding:18px}.source-details-body p{margin-bottom:16px;color:#64727c;font-size:12px}.source-details-body dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0 0 15px}.source-details-body dl div{padding:11px 12px;border-radius:9px;background:#f6f9fa}.source-details-body dt{color:#7b8790;font-size:10px;text-transform:uppercase;letter-spacing:.06em}.source-details-body dd{margin:3px 0 0;color:var(--navy);font-size:12px;font-weight:750}.source-details-body a{color:var(--teal-dark);font-size:12px;font-weight:850}.procedure-program-note{margin-top:24px;padding:15px 16px;border:1px solid var(--grey);border-radius:12px;background:#fff}.procedure-program-note span{display:block;color:#75818a;font-size:10px;text-transform:uppercase;letter-spacing:.06em}.procedure-program-note strong{display:block;margin-top:5px;color:var(--navy);font-size:12px}
.contact-map-link{display:block!important;padding:0}.contact-map-link strong{margin-top:5px}.map-link-hint{display:block!important;margin-top:6px!important;color:var(--teal-dark)!important;font-size:11px!important;font-weight:800}.contact-map-link:hover strong,.footer-map-link:hover{color:var(--teal-dark)}.footer-map-link{display:inline;color:inherit}
@media(max-width:720px){.hero-brand-mark span{font-size:12px}.procedure-breadcrumb{width:min(100% - 28px,1000px)}.source-details-body dl{grid-template-columns:1fr}}
