:root{--navy:#07111f;--blue:#0e2b4f;--gold:#c9a455;--light:#f5f7fb;--muted:#748096;--white:#fff;--line:rgba(255,255,255,.14)}*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;background:#fff;color:#0b1626;line-height:1.6}a{text-decoration:none;color:inherit}.site-header{position:sticky;top:0;z-index:10;background:rgba(7,17,31,.92);backdrop-filter:blur(14px);display:flex;justify-content:space-between;align-items:center;padding:18px 6vw;border-bottom:1px solid var(--line)}.brand{color:#fff;display:flex;gap:10px;align-items:baseline;font-weight:800;letter-spacing:.08em}.brand span{font-size:1.35rem;color:var(--gold)}.brand small{text-transform:uppercase;color:#d8e1f3}.nav{display:flex;gap:26px;align-items:center;color:#fff}.nav a{font-weight:600;font-size:.95rem}.nav-cta,.btn.primary{background:linear-gradient(135deg,var(--gold),#efce78);color:#08111f!important;padding:12px 18px;border-radius:999px;font-weight:800}.menu-toggle{display:none;background:none;border:0;color:#fff;font-size:1.6rem}.hero{min-height:86vh;background:radial-gradient(circle at 75% 15%,#214e82,transparent 28%),linear-gradient(135deg,#07111f,#0b2342 60%,#111);color:#fff;display:grid;grid-template-columns:1.45fr .65fr;gap:40px;align-items:center;padding:80px 6vw;position:relative;overflow:hidden}.hero-bg-video span{position:absolute;width:42vw;height:42vw;border:1px solid rgba(201,164,85,.22);border-radius:50%;animation:orbit 14s linear infinite}.hero-bg-video span:nth-child(2){right:10%;top:12%;animation-duration:20s}.hero-bg-video span:nth-child(3){right:-8%;bottom:-20%;animation-duration:26s}@keyframes orbit{from{transform:rotate(0) scale(.85)}to{transform:rotate(360deg) scale(1.05)}}.hero-content{max-width:900px;position:relative}.eyebrow{text-transform:uppercase;color:var(--gold);letter-spacing:.16em;font-weight:800;font-size:.78rem}.hero h1,.page-hero h1{font-size:clamp(2.4rem,6vw,5.8rem);line-height:.98;margin:10px 0 24px}.hero p{font-size:1.2rem;max-width:760px;color:#dce6f6}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.btn{display:inline-block;border-radius:999px;padding:13px 20px;font-weight:800}.btn.secondary{border:1px solid rgba(255,255,255,.35);color:#fff}.hero-card{position:relative;background:rgba(255,255,255,.08);border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:0 20px 70px rgba(0,0,0,.35)}.hero-card ul{padding-left:18px}.metrics{display:grid;grid-template-columns:repeat(4,1fr);background:#08111f;color:#fff;border-top:1px solid var(--line)}.metrics article{padding:30px 6vw 30px 30px;border-right:1px solid var(--line)}.metrics strong{display:block;font-size:2rem;color:var(--gold)}.metrics span{color:#cbd6e8}.section{padding:82px 6vw}.two-col{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px}.section h2{font-size:clamp(2rem,4vw,3.4rem);line-height:1.08;margin:10px 0 20px}.service-grid,.portfolio-grid,.investor-grid,.downloads{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-grid article,.project,.investor-grid article,.download-card{border:1px solid #e5e9f1;border-radius:20px;padding:24px;background:#fff;box-shadow:0 15px 45px rgba(20,35,65,.07)}.service-grid h3,.project h3{margin-top:0;color:#0e2b4f}.dark{background:#07111f;color:#fff}.muted{color:#b7c5da}.map-wrap{display:grid;grid-template-columns:1.4fr .6fr;gap:24px;align-items:center}.world-map{width:100%;min-height:330px;background:linear-gradient(135deg,#0d223d,#07111f);border:1px solid var(--line);border-radius:24px;padding:25px}.world-map path{fill:#24486e;stroke:#7fa7d1;stroke-width:2;cursor:pointer;transition:.25s}.world-map path:hover{fill:#c9a455;transform:translateY(-3px)}.pulse{fill:#efce78;animation:pulse 2s infinite;transform-origin:center}.delay{animation-delay:.6s}.delay2{animation-delay:1.1s}@keyframes pulse{0%{opacity:1;r:5}70%{opacity:.12;r:22}100%{opacity:0;r:5}}.map-panel{background:rgba(255,255,255,.08);border:1px solid var(--line);border-radius:22px;padding:28px}.map-panel strong{display:block;color:var(--gold);font-size:1.4rem}.filters{display:flex;gap:10px;flex-wrap:wrap;margin:20px 0 28px}.filter{border:1px solid #d5dce8;background:#fff;border-radius:999px;padding:10px 16px;cursor:pointer;font-weight:700}.filter.active{background:#07111f;color:#fff}.project span{color:var(--gold);font-weight:800;text-transform:uppercase;font-size:.75rem;letter-spacing:.1em}.investor-strip{display:flex;justify-content:space-between;align-items:center;gap:25px;background:#eef3fa}.inquiry-form{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;max-width:1000px}.inquiry-form input,.inquiry-form select,.inquiry-form textarea{padding:15px;border:1px solid #d6deea;border-radius:12px;font:inherit}.inquiry-form textarea{grid-column:1/-1;min-height:140px}.footer{background:#07111f;color:#fff;padding:38px 6vw;display:flex;justify-content:space-between;gap:25px}.footer a{display:inline-block;margin-left:18px;color:#dbe6f6}.page-hero{background:linear-gradient(135deg,#07111f,#102c50);color:#fff;padding:90px 6vw 70px}.leadership{display:grid;grid-template-columns:260px 1fr;gap:40px}.portrait{width:220px;height:220px;border-radius:50%;background:linear-gradient(135deg,#0e2b4f,#c9a455);display:grid;place-items:center;color:#fff;font-size:4rem;font-weight:900}.timeline article{border-left:4px solid var(--gold);padding:8px 0 18px 18px}.timeline strong,.timeline span{display:block}.download-card{display:block}.download-card strong{display:block;color:#0e2b4f;font-size:1.2rem}@media(max-width:850px){.menu-toggle{display:block}.nav{display:none;position:absolute;left:0;right:0;top:70px;background:#07111f;flex-direction:column;padding:22px}.nav.open{display:flex}.hero,.two-col,.map-wrap,.leadership{grid-template-columns:1fr}.metrics,.service-grid,.portfolio-grid,.investor-grid,.downloads{grid-template-columns:1fr}.investor-strip{display:block}.inquiry-form{grid-template-columns:1fr}.hero{padding-top:50px}.footer{display:block}.footer a{margin:10px 14px 0 0}.hero-card{margin-top:10px}}

/* PNEBD logo upgrade */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.brand-logo{align-items:center;background:#fff;border-radius:12px;padding:7px 12px;box-shadow:0 10px 30px rgba(0,0,0,.22)}.brand-logo img{height:42px;width:auto;display:block}.footer-logo{height:46px;background:#fff;border-radius:10px;padding:6px;margin-bottom:10px;display:block}.brand-loader{position:fixed;inset:0;background:#fff;z-index:9999;display:grid;place-items:center;animation:loaderOut .8s ease 1.2s forwards}.brand-loader img{width:min(330px,70vw);animation:brandPop .9s ease}.brand-loader span{position:absolute;bottom:18%;width:180px;height:3px;background:linear-gradient(90deg,transparent,var(--gold),transparent);animation:loadLine 1.2s ease infinite}@keyframes loaderOut{to{opacity:0;visibility:hidden}}@keyframes brandPop{from{opacity:0;transform:translateY(18px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes loadLine{0%{transform:scaleX(.15);opacity:.35}50%{transform:scaleX(1);opacity:1}100%{transform:scaleX(.15);opacity:.35}}.hero-logo-mark{width:min(340px,80vw);background:#fff;border-radius:18px;padding:14px 18px;margin-bottom:26px;box-shadow:0 30px 80px rgba(0,0,0,.25)}.logo-portrait{background:#fff;border:1px solid #e5e9f1;box-shadow:0 20px 60px rgba(0,0,0,.12);border-radius:24px;width:260px;height:220px;padding:20px}.logo-portrait img{width:100%;height:auto}.logo-portrait span{display:block;color:#07111f;font-size:1rem;text-align:center;margin-top:16px}.partner-section{background:#f7f8fb}.partner-carousel{display:flex;gap:16px;overflow:hidden;white-space:nowrap;border-top:1px solid #e2e6ed;border-bottom:1px solid #e2e6ed;padding:18px 0}.partner-carousel span{display:inline-block;background:#fff;border:1px solid #e5e9f1;border-radius:999px;padding:12px 20px;font-weight:800;color:#07111f;animation:marquee 22s linear infinite}@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-160px)}}@media(max-width:850px){.brand-logo img{height:34px}.site-header{padding:14px 4vw}.hero-logo-mark{width:min(270px,84vw)}}


/* Page-to-page PNEBD logo transition */
.brand-transition{position:fixed;inset:0;background:#fff;z-index:10000;display:grid;place-items:center;opacity:0;visibility:hidden;transition:opacity .28s ease,visibility .28s ease}
.brand-transition.active{opacity:1;visibility:visible}
.brand-transition img{width:min(330px,70vw);animation:brandPop .55s ease forwards}
.brand-transition span{position:absolute;bottom:18%;width:180px;height:3px;background:linear-gradient(90deg,transparent,var(--gold),transparent);animation:loadLine 1s ease infinite}

/* Sleek homepage globe business-lines upgrade */
.hero-with-globe{grid-template-columns:.95fr 1.05fr;gap:42px;align-items:center;min-height:88vh}.hero-globe-panel{position:relative;z-index:1;display:grid;place-items:center;min-height:560px}.globe-shell{position:relative;width:min(560px,92vw);height:min(560px,92vw);display:grid;place-items:center}.globe-shell:before,.globe-shell:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(201,164,85,.22);inset:3%;animation:globeOrbit 18s linear infinite}.globe-shell:after{inset:12%;border-color:rgba(255,255,255,.16);animation-duration:26s;animation-direction:reverse}.globe-core{position:relative;width:58%;height:58%;border-radius:50%;background:radial-gradient(circle at 35% 25%,rgba(239,206,120,.95),rgba(14,43,79,.55) 35%,rgba(7,17,31,.96) 72%),linear-gradient(135deg,#102c50,#07111f);box-shadow:0 0 0 1px rgba(255,255,255,.16),0 0 55px rgba(201,164,85,.34),0 30px 90px rgba(0,0,0,.5);overflow:hidden;display:grid;place-items:center;animation:globeFloat 5.5s ease-in-out infinite}.globe-core img{width:54%;background:rgba(255,255,255,.92);border-radius:14px;padding:10px;z-index:3;box-shadow:0 20px 60px rgba(0,0,0,.28)}.globe-grid{position:absolute;border-radius:50%;inset:8%;border:1px solid rgba(255,255,255,.22)}.grid-two{inset:18%;transform:rotate(90deg) scaleX(.42);border-color:rgba(239,206,120,.42)}.grid-three{inset:2%;transform:rotate(22deg) scaleX(.72);border-color:rgba(126,167,209,.28)}.globe-line{position:absolute;height:2px;width:88%;left:6%;top:50%;background:linear-gradient(90deg,transparent,rgba(239,206,120,.8),transparent);transform-origin:center}.line-two{transform:rotate(42deg)}.line-three{transform:rotate(-37deg)}.globe-dot{position:absolute;width:10px;height:10px;border-radius:50%;background:#efce78;box-shadow:0 0 18px #efce78;z-index:4}.dot-one{left:22%;top:31%;animation:dotPulse 2s infinite}.dot-two{right:20%;top:38%;animation:dotPulse 2.4s infinite}.dot-three{left:36%;bottom:19%;animation:dotPulse 2.8s infinite}.dot-four{right:34%;bottom:27%;animation:dotPulse 2.2s infinite}.orbit-label{position:absolute;color:#fff;background:linear-gradient(135deg,rgba(255,255,255,.14),rgba(255,255,255,.05));border:1px solid rgba(255,255,255,.18);box-shadow:0 18px 55px rgba(0,0,0,.28);backdrop-filter:blur(14px);border-radius:999px;padding:10px 15px;font-size:.86rem;font-weight:850;letter-spacing:.02em;white-space:nowrap}.orbit-label:before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--gold);box-shadow:0 0 14px var(--gold);margin-right:8px}.label-healthcare{top:6%;left:30%}.label-infrastructure{top:18%;right:0}.label-realestate{top:43%;right:-4%}.label-oilgas{bottom:19%;right:4%}.label-aggregates{bottom:6%;left:24%}.label-energy{bottom:22%;left:-2%}.label-logistics{top:43%;left:-5%}.label-ai{top:18%;left:0}.hero-core-list{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.hero-core-list span{border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);border-radius:999px;padding:9px 12px;color:#dce6f6;font-size:.88rem;font-weight:700}@keyframes globeOrbit{from{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes globeFloat{0%,100%{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-12px) rotate(1deg)}}@keyframes dotPulse{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.7);opacity:.55}}@media(max-width:1000px){.hero-with-globe{grid-template-columns:1fr}.hero-globe-panel{order:1;min-height:430px}.hero-content{order:2}.globe-shell{width:min(430px,92vw);height:min(430px,92vw)}.orbit-label{font-size:.72rem;padding:8px 10px}.label-realestate{right:-1%}.label-logistics{left:-1%}}@media(max-width:520px){.hero-globe-panel{min-height:360px}.globe-shell{width:340px;height:340px}.orbit-label{font-size:.62rem;padding:7px 8px}.label-infrastructure{right:5%}.label-realestate{right:1%;top:47%}.label-logistics{left:1%;top:47%}.label-ai{left:4%}.label-energy{left:3%}.hero-core-list span{font-size:.78rem}.hero-with-globe{padding-top:42px}}


/* Larger centered globe + glowing clickable lines of business */
.hero-with-globe{grid-template-columns:1.05fr 1fr;gap:24px;overflow:hidden}.hero-globe-panel{min-height:640px;transform:translateX(72px);z-index:2}.globe-shell{width:min(660px,54vw);height:min(660px,54vw)}.globe-core{width:62%;height:62%}.orbit-label{text-decoration:none;cursor:pointer;transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease, color .25s ease}.orbit-label:hover{transform:translateY(-4px) scale(1.06);border-color:rgba(239,206,120,.9);background:linear-gradient(135deg,rgba(239,206,120,.24),rgba(255,255,255,.08));box-shadow:0 0 22px rgba(239,206,120,.42),0 24px 70px rgba(0,0,0,.42);color:#fff}.lob-buttons a{position:relative;display:inline-flex;align-items:center;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);border-radius:999px;padding:10px 14px;color:#dce6f6;font-size:.88rem;font-weight:800;text-decoration:none;overflow:hidden;transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;color:#fff}.lob-buttons a:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--gold);box-shadow:0 0 14px var(--gold);margin-right:8px;flex:0 0 auto}.lob-buttons a:after{content:"";position:absolute;inset:-40%;background:linear-gradient(120deg,transparent,rgba(239,206,120,.28),transparent);transform:translateX(-120%);transition:transform .55s ease}.lob-buttons a:hover{transform:translateY(-3px);border-color:rgba(239,206,120,.9);background:rgba(239,206,120,.13);box-shadow:0 0 24px rgba(239,206,120,.42),0 14px 40px rgba(0,0,0,.35)}.lob-buttons a:hover:after{transform:translateX(120%)}.business-hero{min-height:58vh;display:grid;align-items:end;padding:150px 7vw 70px;background:radial-gradient(circle at 20% 20%,rgba(201,164,85,.28),transparent 34%),linear-gradient(135deg,#06101d,#0d2746 58%,#05080e);color:#fff}.business-hero h1{font-size:clamp(2.5rem,6vw,5.2rem);max-width:950px;margin:0 0 16px}.business-hero p{max-width:820px;color:#dce6f6;font-size:1.12rem}.business-detail{padding:70px 7vw}.business-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.business-grid article{background:#fff;border:1px solid #e7ecf3;border-radius:22px;padding:28px;box-shadow:0 18px 55px rgba(0,0,0,.08)}.business-grid h3{margin-top:0;color:#0d2746}.back-home{margin-top:26px;display:inline-flex}@media(max-width:1000px){.hero-globe-panel{transform:none;min-height:520px}.globe-shell{width:min(560px,92vw);height:min(560px,92vw)}.business-grid{grid-template-columns:1fr}}@media(max-width:520px){.hero-globe-panel{min-height:390px}.globe-shell{width:370px;height:370px}.lob-buttons a{font-size:.78rem;padding:9px 11px}}

/* Globe continent + left-center adjustment upgrade */
.hero-globe-panel{transform:translateX(-36px)}
.globe-core{background:radial-gradient(circle at 35% 25%,rgba(239,206,120,.92),rgba(14,43,79,.64) 28%,rgba(7,17,31,.98) 72%),linear-gradient(135deg,#102c50,#07111f)}
.continent-layer{position:absolute;inset:0;border-radius:50%;overflow:hidden;z-index:1;opacity:.88;animation:continentDrift 28s linear infinite}
.continent{position:absolute;display:block;background:linear-gradient(135deg,rgba(239,206,120,.78),rgba(201,164,85,.42));filter:drop-shadow(0 0 10px rgba(239,206,120,.22));mix-blend-mode:screen}
.north-america{width:31%;height:24%;left:12%;top:25%;clip-path:polygon(8% 38%,22% 15%,44% 7%,65% 18%,78% 36%,62% 51%,71% 72%,48% 89%,31% 70%,18% 76%,3% 57%)}
.south-america{width:18%;height:32%;left:34%;top:50%;clip-path:polygon(36% 0,65% 13%,73% 34%,57% 52%,65% 75%,44% 100%,26% 76%,18% 53%,4% 31%,18% 13%)}
.europe{width:16%;height:13%;left:51%;top:29%;clip-path:polygon(2% 49%,20% 19%,43% 7%,67% 18%,91% 33%,75% 60%,48% 78%,22% 69%)}
.africa{width:24%;height:32%;left:51%;top:41%;clip-path:polygon(34% 0,65% 8%,84% 31%,74% 57%,58% 96%,33% 82%,12% 57%,2% 25%,17% 7%)}
.asia{width:38%;height:28%;right:5%;top:27%;clip-path:polygon(0 33%,16% 6%,42% 0,70% 12%,97% 30%,84% 49%,96% 72%,64% 82%,47% 65%,24% 78%,7% 58%)}
.australia{width:17%;height:11%;right:15%;bottom:24%;clip-path:polygon(3% 49%,21% 22%,54% 13%,91% 37%,76% 70%,42% 81%,12% 66%)}
.globe-core:after{content:"";position:absolute;inset:0;border-radius:50%;background:linear-gradient(90deg,rgba(255,255,255,.14),transparent 24%,transparent 72%,rgba(0,0,0,.22));z-index:2;pointer-events:none}
.globe-core img,.globe-grid,.globe-line,.globe-dot{z-index:4}.globe-grid,.globe-line{z-index:3}
@keyframes continentDrift{from{transform:translateX(0) rotate(0deg)}50%{transform:translateX(-3%) rotate(.7deg)}to{transform:translateX(0) rotate(0deg)}}
@media(max-width:1000px){.hero-globe-panel{transform:none}}


/* Interactive Contact Page */
.contact-hero{position:relative;overflow:hidden;min-height:72vh;padding:125px 6vw 80px;background:radial-gradient(circle at 20% 40%,rgba(201,164,85,.28),transparent 28%),radial-gradient(circle at 82% 16%,rgba(40,95,150,.45),transparent 32%),linear-gradient(135deg,#06101d,#0d2746 58%,#05080e);color:#fff;display:grid;grid-template-columns:.75fr 1.25fr;gap:42px;align-items:center}.contact-orb{width:min(420px,82vw);height:min(420px,82vw);border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at 35% 25%,rgba(239,206,120,.78),rgba(14,43,79,.52) 36%,rgba(7,17,31,.98) 72%);box-shadow:0 0 0 1px rgba(255,255,255,.16),0 0 70px rgba(201,164,85,.3),0 30px 90px rgba(0,0,0,.48);position:relative;animation:globeFloat 5.5s ease-in-out infinite}.contact-orb:before,.contact-orb:after{content:"";position:absolute;inset:-8%;border-radius:50%;border:1px solid rgba(201,164,85,.22);animation:globeOrbit 18s linear infinite}.contact-orb:after{inset:12%;border-color:rgba(255,255,255,.16);animation-duration:25s;animation-direction:reverse}.contact-orb img{width:62%;background:#fff;border-radius:18px;padding:16px;box-shadow:0 20px 60px rgba(0,0,0,.28)}.contact-hero h1{font-size:clamp(2.6rem,6vw,5.4rem);line-height:1;margin:8px 0 20px}.contact-hero p{font-size:1.12rem;color:#dce6f6;max-width:850px}.contact-email-card{margin-top:28px;display:inline-grid;gap:4px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);backdrop-filter:blur(12px);border-radius:22px;padding:18px 22px;box-shadow:0 18px 55px rgba(0,0,0,.25)}.contact-email-card span{text-transform:uppercase;color:var(--gold);letter-spacing:.16em;font-weight:900;font-size:.76rem}.contact-email-card a{font-size:clamp(1.1rem,2vw,1.45rem);font-weight:900;color:#fff}.contact-grid-section{display:grid;grid-template-columns:1.4fr .6fr;gap:28px;background:#f6f8fc}.contact-panel,.contact-side-panel>div{background:#fff;border:1px solid #e5e9f1;border-radius:28px;padding:30px;box-shadow:0 20px 65px rgba(20,35,65,.08)}.muted-dark{color:#526176}.sector-selector{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0}.sector-chip{border:1px solid #d9e0ec;background:#fff;border-radius:999px;padding:10px 14px;font-weight:850;cursor:pointer;transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease}.sector-chip:hover,.sector-chip.active{transform:translateY(-2px);border-color:rgba(201,164,85,.9);background:linear-gradient(135deg,rgba(239,206,120,.24),#fff);box-shadow:0 0 22px rgba(201,164,85,.28)}.contact-form{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.contact-form input,.contact-form select,.contact-form textarea{padding:15px;border:1px solid #d6deea;border-radius:14px;font:inherit;background:#fff}.contact-form textarea{grid-column:1/-1;min-height:150px}.contact-form button{border:0;cursor:pointer;width:max-content}.contact-side-panel{display:grid;gap:20px;align-content:start}.live-summary-card{position:sticky;top:105px;background:linear-gradient(135deg,#07111f,#102c50)!important;color:#fff!important;border-color:rgba(255,255,255,.14)!important}.live-summary-card h3{font-size:1.6rem;margin:6px 0 18px;color:var(--gold)}.live-summary-card p{border-bottom:1px solid rgba(255,255,255,.12);padding-bottom:10px;color:#dce6f6}.dark-btn{margin-top:12px;color:#fff!important;border-color:rgba(255,255,255,.35)!important}.contact-route-card h3{margin-top:0;color:#0e2b4f}.contact-route-card ul{padding-left:20px;color:#526176}@media(max-width:950px){.contact-hero,.contact-grid-section{grid-template-columns:1fr}.contact-orb{margin:auto}.contact-form{grid-template-columns:1fr}.contact-form button{width:100%}.live-summary-card{position:relative;top:auto}}

/* Project Intake Center */
.download-hero p{max-width:860px;color:#dce6f6;font-size:1.12rem}.download-dashboard{background:#f6f8fc;padding-top:58px;padding-bottom:44px}.download-dashboard-header{display:flex;justify-content:space-between;gap:24px;align-items:center;margin-bottom:24px}.download-dashboard-header h2{margin:6px 0 0}.readiness-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.readiness-grid article{background:#fff;border:1px solid #e5e9f1;border-radius:22px;padding:26px;box-shadow:0 18px 55px rgba(20,35,65,.08)}.readiness-grid strong{display:block;font-size:2.35rem;color:#0e2b4f}.readiness-grid span{color:#526176;font-weight:750}.interactive-checklists{display:grid;gap:28px;background:linear-gradient(180deg,#fff,#f6f8fc)}.checklist-card{border:1px solid #e2e8f2;background:#fff;border-radius:30px;padding:30px;box-shadow:0 25px 80px rgba(20,35,65,.1);overflow:hidden}.checklist-head{display:grid;grid-template-columns:1fr 110px;gap:24px;align-items:center}.checklist-tag{display:inline-block;color:#0e2b4f;background:linear-gradient(135deg,rgba(239,206,120,.35),rgba(255,255,255,.8));border:1px solid rgba(201,164,85,.45);border-radius:999px;padding:8px 14px;text-transform:uppercase;letter-spacing:.12em;font-weight:900;font-size:.72rem}.checklist-card h2{margin:14px 0 8px;color:#07111f}.checklist-card p{color:#526176;max-width:920px}.progress-ring{width:96px;height:96px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(var(--gold) 0deg,#e8edf5 0deg);box-shadow:inset 0 0 0 10px #fff,0 12px 35px rgba(201,164,85,.22);justify-self:end}.progress-ring span{font-weight:950;font-size:1.25rem;color:#07111f}.checklist-progress{height:10px;background:#e9eef6;border-radius:999px;margin:18px 0 24px;overflow:hidden}.checklist-progress span{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--gold),#efce78);border-radius:999px;transition:width .28s ease}.checklist-items{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.checklist-items label{display:flex;gap:12px;align-items:flex-start;border:1px solid #e4eaf3;background:#fbfcff;border-radius:16px;padding:15px;cursor:pointer;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background .22s ease}.checklist-items label:hover{transform:translateY(-2px);border-color:rgba(201,164,85,.72);box-shadow:0 14px 35px rgba(20,35,65,.08)}.checklist-items input{width:20px;height:20px;accent-color:#c9a455;margin-top:2px;flex:0 0 auto}.checklist-items label.complete{background:linear-gradient(135deg,rgba(239,206,120,.16),#fff);border-color:rgba(201,164,85,.75)}.checklist-items label.complete span{text-decoration:line-through;color:#68778d}.checklist-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end;margin-top:24px}.checklist-actions .secondary{color:#07111f!important;border:1px solid #d5dce8;background:#fff}.reset-checklist{cursor:pointer}@media(max-width:850px){.download-dashboard-header{display:block}.download-dashboard-header .btn{margin-top:16px}.readiness-grid,.checklist-items{grid-template-columns:1fr}.checklist-head{grid-template-columns:1fr}.progress-ring{justify-self:start}.checklist-actions{justify-content:flex-start}.checklist-actions .btn{width:100%;text-align:center}}


/* Requested refinements: homepage globe labels and Project Intake page alignment */
.label-healthcare{left:37%;}
.label-aggregates{left:32%;}
.project-intake-hero{text-align:center;align-items:center;}
.project-intake-hero .eyebrow{color:var(--gold);text-align:center;}
.project-intake-hero h1,.project-intake-hero p{margin-left:auto;margin-right:auto;text-align:center;}
.project-intake-hero p{max-width:860px;}
@media(max-width:1000px){.label-healthcare{left:34%;}.label-aggregates{left:28%;}}
@media(max-width:520px){.label-healthcare{left:33%;}.label-aggregates{left:24%;}}


/* Page hero consistency update: match Leadership and Investor Relations to Project Intake */
.page-hero.project-intake-hero,
.page-hero.consistent-page-hero{
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:92px 6vw 72px;
}
.page-hero.project-intake-hero .eyebrow,
.page-hero.consistent-page-hero .eyebrow{
  color:var(--gold);
  text-align:center;
  font-size:clamp(1.05rem,1.8vw,1.35rem);
  line-height:1.2;
  letter-spacing:.08em;
  font-weight:900;
  text-transform:none;
  margin:0 0 16px;
}
.page-hero.project-intake-hero h1,
.page-hero.consistent-page-hero h1{
  font-size:clamp(2rem,4vw,3.15rem);
  line-height:1.14;
  max-width:930px;
  margin:0 auto 16px;
}
.page-hero.project-intake-hero p:not(.eyebrow),
.page-hero.consistent-page-hero p:not(.eyebrow){
  max-width:860px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  color:#dce6f6;
  font-size:clamp(1rem,1.6vw,1.12rem);
}
@media(max-width:700px){
  .page-hero.project-intake-hero,
  .page-hero.consistent-page-hero{padding:76px 6vw 54px;}
}

/* Homepage alignment update: shift main content right and refine globe placement */
@media (min-width:1001px){
  .hero.hero-with-globe{
    grid-template-columns:1.02fr .98fr;
    gap:28px;
  }
  .hero-with-globe .hero-globe-panel{
    transform:translateX(-18px);
  }
  .hero-with-globe .globe-shell{
    width:min(585px,92vw);
    height:min(585px,92vw);
  }
  .hero-with-globe .hero-content{
    transform:translateX(85px);
    max-width:820px;
  }
}
@media (min-width:1200px){
  .hero-with-globe .hero-content{transform:translateX(110px);}
  .hero-with-globe .hero-globe-panel{transform:translateX(-24px);}
}
@media (max-width:1000px){
  .hero-with-globe .hero-content,
  .hero-with-globe .hero-globe-panel{transform:none;}
}

/* Final page styling consistency: Leadership, Investors, and Project Intake */
.page-hero.project-intake-hero,
.page-hero.consistent-page-hero{
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
.page-hero.project-intake-hero .eyebrow,
.page-hero.consistent-page-hero .eyebrow{
  color:var(--gold)!important;
  text-align:center;
  text-transform:none;
  font-size:clamp(1.05rem,1.8vw,1.35rem)!important;
  line-height:1.2;
  letter-spacing:.08em;
  margin:0 0 16px;
}
.page-hero.project-intake-hero h1,
.page-hero.consistent-page-hero h1{
  font-size:clamp(2rem,4vw,3.15rem)!important;
  line-height:1.14!important;
  max-width:930px;
  margin:0 auto 16px;
  text-align:center;
}
.page-hero.project-intake-hero p:not(.eyebrow),
.page-hero.consistent-page-hero p:not(.eyebrow){
  max-width:860px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

/* Homepage hero refinement: copy on left, globe on right, aligned side-by-side */
@media (min-width:1001px){
  .hero.hero-with-globe{
    grid-template-columns:minmax(0,1.05fr) minmax(500px,.95fr);
    grid-template-areas:"copy globe";
    gap:38px;
    align-items:center;
  }
  .hero-with-globe .hero-content{
    grid-area:copy;
    transform:translate(0,-28px);
    max-width:820px;
    justify-self:start;
    z-index:2;
  }
  .hero-with-globe .hero-globe-panel{
    grid-area:globe;
    transform:translateX(8px);
    justify-self:center;
    align-self:center;
  }
  .hero-with-globe .globe-shell{
    width:min(600px,46vw);
    height:min(600px,46vw);
  }
}
@media (min-width:1400px){
  .hero.hero-with-globe{grid-template-columns:minmax(0,1.08fr) minmax(560px,.92fr);}
  .hero-with-globe .hero-content{transform:translate(10px,-34px);}
  .hero-with-globe .hero-globe-panel{transform:translateX(4px);}
}
@media (max-width:1000px){
  .hero.hero-with-globe{grid-template-areas:none;}
  .hero-with-globe .hero-content,
  .hero-with-globe .hero-globe-panel{transform:none;}
}

/* Scroll-follow globe: moves smoothly up/down with page scrolling */
.hero-with-globe .hero-globe-panel{
  --globe-scroll-y:0px;
  --globe-scroll-tilt:0deg;
  will-change:transform;
}
@media (min-width:1001px){
  .hero-with-globe .hero-globe-panel{
    transform:translate3d(8px,var(--globe-scroll-y),0);
  }
  .hero-with-globe .globe-shell{
    transition:filter .18s ease;
  }
  .hero-with-globe .globe-core{
    box-shadow:0 0 0 1px rgba(255,255,255,.16),0 0 62px rgba(201,164,85,.38),0 34px 95px rgba(0,0,0,.52);
  }
}
@media (min-width:1400px){
  .hero-with-globe .hero-globe-panel{
    transform:translate3d(4px,var(--globe-scroll-y),0);
  }
}
@media (max-width:1000px){
  .hero-with-globe .hero-globe-panel{
    transform:translate3d(0,var(--globe-scroll-y),0);
  }
}
@media (prefers-reduced-motion:reduce){
  .hero-with-globe .hero-globe-panel{transform:none!important}
}

/* Globe start-position refinement: begin near the top of the hero while retaining scroll-follow motion */
@media (min-width:1001px){
  .hero.hero-with-globe{
    align-items:start;
  }
  .hero-with-globe .hero-content{
    align-self:center;
  }
  .hero-with-globe .hero-globe-panel{
    align-self:start;
    margin-top:-48px;
  }
}
@media (max-width:1000px){
  .hero-with-globe .hero-globe-panel{
    margin-top:0;
  }
}

/* Homepage headline size refinement: two visual steps smaller */
.hero.hero-with-globe .hero-content h1{
  font-size:clamp(2rem,4.4vw,4.4rem);
  line-height:1.04;
  max-width:820px;
}
@media (max-width:850px){
  .hero.hero-with-globe .hero-content h1{
    font-size:clamp(1.9rem,8.5vw,3rem);
    line-height:1.08;
  }
}

/* Homepage copy alignment: move the entire left-side wording farther left without changing typography */
@media (min-width:1001px){
  .hero.hero-with-globe .hero-content{
    transform:translate(-52px,-28px);
  }
}
@media (min-width:1400px){
  .hero.hero-with-globe .hero-content{
    transform:translate(-64px,-34px);
  }
}

/* 2026-09-07 homepage copy safe-left alignment refinement
   Shift the full copy block left without crossing the page gutter, and allow
   natural wrapping so no text or buttons collide with the globe. */
@media (min-width:1001px){
  .hero.hero-with-globe{
    padding-left:clamp(22px,1.75vw,30px);
    padding-right:5vw;
    grid-template-columns:minmax(0,.96fr) minmax(520px,1.04fr);
    gap:clamp(34px,3.2vw,56px);
  }
  .hero.hero-with-globe .hero-content{
    transform:translate(0,-28px);
    width:100%;
    max-width:740px;
    min-width:0;
    justify-self:start;
  }
  .hero.hero-with-globe .hero-content h1,
  .hero.hero-with-globe .hero-content > p,
  .hero.hero-with-globe .hero-actions,
  .hero.hero-with-globe .hero-core-list{
    max-width:100%;
  }
  .hero.hero-with-globe .hero-content h1,
  .hero.hero-with-globe .hero-content > p{
    overflow-wrap:break-word;
  }
}
@media (min-width:1400px){
  .hero.hero-with-globe .hero-content{
    transform:translate(0,-34px);
    max-width:790px;
  }
}
