
:root{--navy:#071a2e;--navy2:#0e2747;--blue:#1b7ddb;--gold:#d6a240;--gold2:#ffe08a;--ink:#132338;--muted:#66758a;--line:#dde4ec;--soft:#f5f7fa;--white:#fff;--shadow:0 18px 55px rgba(7,26,46,.12);--radius:22px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.65}a{text-decoration:none;color:inherit}.container{width:min(1180px,calc(100% - 40px));margin:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(14,39,71,.09)}.nav{height:92px;display:flex;align-items:center;gap:28px}.brand img{width:340px;max-width:42vw;display:block}.nav-links{margin-left:auto;display:flex;align-items:center;gap:24px;font-weight:750;font-size:14px}.nav-item{position:relative}.nav-links a,.dropbtn{padding:14px 0;color:#23344a;background:none;border:0;font:inherit;cursor:pointer}.nav-links a:hover,.dropbtn:hover,.nav-links a.active{color:var(--gold)}.dropdown{display:none;position:absolute;top:47px;left:-18px;width:230px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:10px;box-shadow:var(--shadow)}.dropdown a{display:block;padding:10px 12px;border-radius:10px}.dropdown a:hover{background:var(--soft)}.nav-item:hover .dropdown{display:block}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 20px;border-radius:12px;font-weight:800;border:1px solid transparent;transition:.2s}.btn-primary{background:linear-gradient(135deg,var(--gold),var(--gold2));color:#152338;box-shadow:0 12px 30px rgba(214,162,64,.24)}.btn-primary:hover{transform:translateY(-2px)}.btn-secondary{border-color:rgba(214,162,64,.75);color:var(--gold2);background:rgba(255,255,255,.04)}.btn-outline{border-color:var(--gold);color:var(--navy2);background:#fff}.menu-btn{display:none;margin-left:auto;border:0;background:transparent;font-size:28px}.hero{min-height:680px;background:radial-gradient(circle at 78% 36%,rgba(27,125,219,.24),transparent 34%),linear-gradient(130deg,#061522,#0c2948 62%,#092038);color:#fff;display:flex;align-items:center;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:58px;align-items:center;padding:90px 0}.eyebrow{color:var(--gold2);font-size:13px;font-weight:900;letter-spacing:2px;text-transform:uppercase}.hero h1,.page-hero h1{font-size:clamp(44px,5vw,72px);line-height:1.05;margin:16px 0 22px;letter-spacing:-2px}.hero p{font-size:19px;color:rgba(255,255,255,.78);max-width:650px}.hero-actions{display:flex;gap:13px;margin-top:32px;flex-wrap:wrap}.orbit{position:relative;width:min(470px,90vw);aspect-ratio:1;margin:auto}.orbit-core{position:absolute;inset:34%;border-radius:50%;display:grid;place-items:center;text-align:center;background:linear-gradient(145deg,#fff,#dfeaf5);color:var(--navy);box-shadow:0 0 0 10px rgba(214,162,64,.11),0 20px 60px rgba(0,0,0,.35);font-weight:950}.ring{position:absolute;border:1px solid rgba(255,224,138,.35);border-radius:50%;inset:10%;animation:spin 28s linear infinite}.ring.two{inset:22%;animation-direction:reverse;animation-duration:21s}.node{position:absolute;padding:8px 12px;border:1px solid rgba(255,255,255,.16);background:rgba(6,21,34,.76);border-radius:999px;font-size:12px;font-weight:800;box-shadow:0 8px 25px rgba(0,0,0,.25)}.n1{top:3%;left:39%}.n2{right:0;top:31%}.n3{right:10%;bottom:12%}.n4{left:3%;bottom:18%}.n5{left:0;top:28%}@keyframes spin{to{transform:rotate(360deg)}}.trust{background:#fff;border-bottom:1px solid var(--line)}.trust-grid{display:grid;grid-template-columns:repeat(6,1fr)}.trust-item{padding:18px 12px;text-align:center;font-weight:800;font-size:13px;border-right:1px solid var(--line)}.trust-item:last-child{border:0}.section{padding:88px 0}.section.soft{background:var(--soft)}.section.dark{background:var(--navy);color:#fff}.section-head{max-width:740px;margin-bottom:38px}.section-head.center{text-align:center;margin-left:auto;margin-right:auto}.section h2{font-size:clamp(32px,4vw,48px);line-height:1.12;margin:10px 0 14px;letter-spacing:-1px}.section-head p{color:var(--muted);font-size:17px}.dark .section-head p{color:rgba(255,255,255,.68)}.grid{display:grid;gap:22px}.grid-5{grid-template-columns:repeat(5,1fr)}.grid-6{grid-template-columns:repeat(3,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-2{grid-template-columns:repeat(2,1fr)}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:27px;box-shadow:0 10px 35px rgba(7,26,46,.06);transition:.22s}.card:hover{transform:translateY(-5px);border-color:rgba(214,162,64,.65);box-shadow:var(--shadow)}.dark .card{background:rgba(255,255,255,.055);border-color:rgba(255,255,255,.1)}.icon{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,#eff5fb,#fff3cf);display:grid;place-items:center;font-size:23px;margin-bottom:20px}.card h3{font-size:21px;margin:0 0 9px}.card p{color:var(--muted);margin:0}.dark .card p{color:rgba(255,255,255,.65)}.card-link{display:inline-block;margin-top:18px;color:#9b6b10;font-weight:850}.split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.visual-panel{min-height:380px;border-radius:32px;background:linear-gradient(145deg,#0d2c4e,#071a2e);position:relative;overflow:hidden;box-shadow:var(--shadow)}.visual-panel:before,.visual-panel:after{content:"";position:absolute;border:1px solid rgba(255,224,138,.25);border-radius:50%}.visual-panel:before{width:360px;height:360px;right:-70px;top:10px}.visual-panel:after{width:230px;height:230px;left:45px;bottom:-90px}.visual-label{position:absolute;left:42px;top:46px;color:#fff}.visual-label strong{display:block;font-size:30px}.visual-label span{color:var(--gold2);font-weight:800}.initiative .status{display:inline-block;padding:5px 9px;border-radius:999px;background:#eaf2fb;color:#245f91;font-size:11px;font-weight:900;margin-bottom:14px}.founder{background:linear-gradient(120deg,#071a2e,#103456);border-radius:32px;padding:50px;color:#fff;display:grid;grid-template-columns:220px 1fr;gap:40px;align-items:center}.founder-mark{width:190px;height:190px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--gold),var(--gold2));color:var(--navy);font-size:58px;font-weight:950;border:8px solid rgba(255,255,255,.12)}.quote{font-size:21px;line-height:1.55}.cta{border-radius:32px;padding:58px;background:linear-gradient(120deg,#0d2d50,#071a2e);color:#fff;display:flex;justify-content:space-between;align-items:center;gap:30px}.cta h2{margin:0 0 10px}.page-hero{padding:105px 0 80px;background:linear-gradient(135deg,#061522,#10375f);color:#fff}.page-hero p{font-size:18px;max-width:760px;color:rgba(255,255,255,.73)}.timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.timeline .card{border-top:4px solid var(--gold)}.philosophy{padding:34px;border-left:5px solid var(--gold);background:#fff8e5;border-radius:0 18px 18px 0;font-size:20px;font-weight:700}.form{display:grid;gap:16px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form input,.form select,.form textarea{width:100%;padding:15px 16px;border:1px solid var(--line);border-radius:12px;font:inherit}.form textarea{min-height:150px;resize:vertical}.site-footer{background:#051321;color:#fff;padding:65px 0 22px}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:42px}.site-footer h4{color:var(--gold2)}.site-footer a{display:block;color:rgba(255,255,255,.7);margin:8px 0}.footer-brand img{width:310px;filter:brightness(0) invert(1)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:40px;padding-top:20px;color:rgba(255,255,255,.55);display:flex;justify-content:space-between;gap:20px}.legal{font-size:13px}.mobile-panel{display:none}
@media(max-width:1050px){.nav-links,.nav>.btn{display:none}.menu-btn{display:block}.mobile-panel.open{display:block;position:absolute;top:92px;left:0;right:0;background:#fff;padding:18px 25px;border-bottom:1px solid var(--line)}.mobile-panel a{display:block;padding:11px 0;font-weight:750}.hero-grid,.split{grid-template-columns:1fr}.hero-grid{padding:70px 0}.orbit{max-width:430px}.trust-grid{grid-template-columns:repeat(3,1fr)}.grid-5{grid-template-columns:repeat(2,1fr)}.grid-6,.grid-3{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.container{width:min(100% - 28px,1180px)}.nav{height:80px}.brand img{width:260px;max-width:75vw}.mobile-panel.open{top:80px}.hero{min-height:auto}.hero-grid{padding:62px 0}.hero h1,.page-hero h1{font-size:42px}.trust-grid{grid-template-columns:1fr 1fr}.trust-item:nth-child(even){border-right:0}.section{padding:64px 0}.grid-5,.grid-6,.grid-3,.grid-2,.timeline,.form-row{grid-template-columns:1fr}.founder{grid-template-columns:1fr;text-align:center;padding:34px}.founder-mark{margin:auto}.cta{padding:38px 28px;display:block}.cta .hero-actions{margin-top:22px}.footer-grid{grid-template-columns:1fr}.footer-bottom{display:block}.orbit{width:340px}.node{font-size:10px;padding:6px 8px}}


/* ===== WorldLink Enterprises High-Fidelity UI v0.2 ===== */
:root{
  --container:1240px;
  --header-height:94px;
  --gold-soft:#f6df9b;
  --focus:0 0 0 4px rgba(214,162,64,.23);
}
body{font-feature-settings:"kern" 1,"liga" 1;text-rendering:optimizeLegibility}
.container{width:min(var(--container),calc(100% - 48px))}
.site-header{box-shadow:0 8px 32px rgba(7,26,46,.045)}
.nav{height:var(--header-height);gap:24px}
.brand{display:flex;align-items:center;min-width:280px}
.brand img{width:326px;max-width:39vw}
.nav-links{gap:22px;letter-spacing:.01em}
.nav-links>a,.dropbtn{position:relative}
.nav-links>a:after,.dropbtn:after{content:"";position:absolute;left:0;right:0;bottom:7px;height:2px;background:var(--gold);transform:scaleX(0);transform-origin:center;transition:transform .2s ease}
.nav-links>a:hover:after,.nav-links>a.active:after,.nav-item:hover>.dropbtn:after{transform:scaleX(1)}
.dropdown{top:52px;padding:11px;border-radius:18px;box-shadow:0 24px 65px rgba(7,26,46,.17)}
.dropdown a{padding:11px 13px}
.btn{min-height:48px;padding:13px 22px;letter-spacing:.01em}
.btn:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:none;box-shadow:var(--focus)}
.hero{min-height:720px;position:relative;isolation:isolate}
.hero:before{content:"";position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(4,17,29,.95),rgba(8,34,60,.74) 52%,rgba(5,24,42,.88))}
.hero:after{content:"";position:absolute;inset:0;z-index:-1;opacity:.26;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:56px 56px;mask-image:linear-gradient(to right,transparent 5%,#000 45%,#000 100%)}
.hero-grid{grid-template-columns:1.02fr .98fr;gap:70px;padding:98px 0}
.hero h1{max-width:720px;text-wrap:balance}
.hero p{max-width:670px;line-height:1.75}
.hero-actions .btn{min-width:178px}
.orbit{filter:drop-shadow(0 22px 50px rgba(0,0,0,.25))}
.orbit:before,.orbit:after{content:"";position:absolute;border-radius:50%;pointer-events:none}
.orbit:before{inset:2%;border:1px dashed rgba(246,223,155,.18)}
.orbit:after{inset:30%;background:radial-gradient(circle,rgba(214,162,64,.13),transparent 70%)}
.orbit-core{z-index:3;letter-spacing:.04em;line-height:1.25}
.ring{z-index:1}.node{z-index:4;backdrop-filter:blur(10px);white-space:nowrap}
.node:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--gold2);margin-right:7px;box-shadow:0 0 12px rgba(255,224,138,.9)}
.trust{position:relative;z-index:3;box-shadow:0 10px 32px rgba(7,26,46,.06)}
.trust-item{min-height:76px;display:flex;align-items:center;justify-content:center;padding:18px 16px;color:#34455a}
.section{padding:96px 0}
.section-head{margin-bottom:42px}.section-head.center{max-width:800px}
.section h2{text-wrap:balance}
.card{height:100%;display:flex;flex-direction:column;padding:30px}
.card .card-link{margin-top:auto;padding-top:18px}
.card h3{text-wrap:balance}.card p{line-height:1.65}
.grid{align-items:stretch}
.grid-5{gap:18px}
.icon{border:1px solid rgba(214,162,64,.2);box-shadow:inset 0 1px 0 rgba(255,255,255,.7)}
.visual-panel{min-height:430px;background:radial-gradient(circle at 78% 22%,rgba(27,125,219,.35),transparent 31%),linear-gradient(145deg,#0d2c4e,#071a2e)}
.visual-panel:before{box-shadow:0 0 50px rgba(214,162,64,.08)}
.visual-label{left:48px;top:52px;max-width:410px}
.visual-label strong{font-size:34px;line-height:1.2;margin-top:10px}
.founder{padding:58px;box-shadow:0 28px 70px rgba(7,26,46,.16)}
.founder-mark{position:relative;overflow:hidden}
.founder-mark:after{content:"Founder";position:absolute;bottom:22px;font-size:10px;letter-spacing:2px;text-transform:uppercase}
.cta{padding:64px;box-shadow:0 28px 75px rgba(7,26,46,.15)}
.site-footer{padding-top:72px}
.footer-brand img{max-width:100%}
.mobile-panel{max-height:calc(100vh - var(--header-height));overflow:auto}
.skip-link{position:fixed;left:16px;top:-80px;z-index:1000;background:var(--gold2);color:var(--navy);padding:10px 14px;border-radius:10px;font-weight:900;transition:top .2s}
.skip-link:focus{top:14px}
@media(max-width:1180px){.brand img{width:294px}.nav-links{gap:17px;font-size:13px}.nav>.btn{padding-inline:16px}}
@media(max-width:1050px){.container{width:min(var(--container),calc(100% - 36px))}.brand img{width:315px;max-width:62vw}.hero-grid{gap:44px}.grid-5{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.container{width:min(var(--container),calc(100% - 28px))}.hero-grid{padding:72px 0}.hero p{font-size:17px}.grid-5{grid-template-columns:1fr}.trust-grid{grid-template-columns:1fr 1fr}.section{padding:72px 0}.founder{padding:36px 26px}.cta{padding:42px 28px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.ring{animation:none}}

/* ===== About Page High-Fidelity UI v0.3 ===== */
.about-hero{min-height:690px;display:flex;align-items:center;color:#fff;overflow:hidden;background:radial-gradient(circle at 78% 30%,rgba(27,125,219,.32),transparent 30%),linear-gradient(125deg,#051321,#0b2b4c 62%,#071b31)}
.about-hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:68px;align-items:center;padding:96px 0}.about-hero h1{font-size:clamp(46px,5.2vw,74px);line-height:1.04;letter-spacing:-2.5px;margin:16px 0 24px;text-wrap:balance}.about-hero p{font-size:19px;line-height:1.75;color:rgba(255,255,255,.76);max-width:700px}
.about-orbit{position:relative;aspect-ratio:1;max-width:480px;width:100%;margin:auto;border-radius:50%;background:radial-gradient(circle,rgba(214,162,64,.12),transparent 58%)}.about-orbit:before{content:"";position:absolute;inset:4%;border-radius:50%;border:1px dashed rgba(255,224,138,.22)}.about-orbit-core{position:absolute;inset:34%;z-index:4;border-radius:50%;display:grid;place-content:center;text-align:center;background:linear-gradient(145deg,#fff,#dce8f3);color:var(--navy);box-shadow:0 0 0 11px rgba(214,162,64,.09),0 25px 70px rgba(0,0,0,.35);font-size:12px;letter-spacing:2px}.about-orbit-core strong{font-size:22px;letter-spacing:.5px}.about-orbit-ring{position:absolute;border-radius:50%;border:1px solid rgba(255,224,138,.33);animation:spin 30s linear infinite}.ring-a{inset:12%}.ring-b{inset:24%;animation-direction:reverse;animation-duration:23s}.about-chip{position:absolute;z-index:5;padding:9px 13px;border-radius:999px;background:rgba(5,19,33,.84);border:1px solid rgba(255,255,255,.14);font-size:12px;font-weight:850;box-shadow:0 12px 32px rgba(0,0,0,.28)}.about-chip:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--gold2);margin-right:7px}.chip-1{top:5%;left:42%}.chip-2{right:-1%;top:43%}.chip-3{bottom:4%;left:39%}.chip-4{left:-2%;top:44%}
.story-section{background:#fff}.story-timeline{position:relative;display:grid;gap:0}.story-timeline:before{content:"";position:absolute;left:98px;top:20px;bottom:20px;width:2px;background:linear-gradient(var(--gold),rgba(214,162,64,.15))}.story-step{position:relative;display:grid;grid-template-columns:150px 1fr;gap:30px;padding:22px 0}.story-year{position:relative;z-index:2;display:grid;place-items:center;width:112px;height:52px;border-radius:999px;background:linear-gradient(135deg,var(--gold),var(--gold2));color:var(--navy);font-weight:950;box-shadow:0 12px 28px rgba(214,162,64,.2)}.story-step h3{margin:0 0 5px;font-size:23px}.story-step p{margin:0;color:var(--muted);max-width:760px}
.purpose-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.purpose-card{position:relative;overflow:hidden;border-radius:28px;padding:42px;background:#fff;border:1px solid var(--line);box-shadow:0 18px 52px rgba(7,26,46,.08)}.purpose-card h2{font-size:32px;margin:10px 0 14px}.purpose-card p{color:var(--muted);font-size:17px}.purpose-index{position:absolute;right:24px;top:14px;font-size:68px;line-height:1;font-weight:950;color:rgba(7,26,46,.045)}.purpose-main{grid-column:1/-1;background:linear-gradient(125deg,#071a2e,#11385e);color:#fff}.purpose-main p{color:rgba(255,255,255,.72);max-width:880px}.purpose-main .purpose-index{color:rgba(255,255,255,.06)}
.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.value-tile{border-radius:22px;padding:28px;border:1px solid var(--line);background:#fff;transition:.22s;box-shadow:0 10px 32px rgba(7,26,46,.045)}.value-tile:hover{transform:translateY(-5px);border-color:rgba(214,162,64,.65);box-shadow:var(--shadow)}.value-tile h3{margin:0 0 8px;font-size:21px}.value-tile p{margin:0;color:var(--muted)}
.ecosystem-purpose{background:linear-gradient(180deg,#fff,#f5f8fb)}.ecosystem-purpose-grid{gap:80px}.ecosystem-map{position:relative;min-height:460px}.ecosystem-map:before,.ecosystem-map:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:50%;border:1px solid rgba(214,162,64,.35)}.ecosystem-map:before{width:390px;height:390px}.ecosystem-map:after{width:270px;height:270px}.ecosystem-center{position:absolute;z-index:3;left:50%;top:50%;transform:translate(-50%,-50%);width:160px;height:160px;border-radius:50%;display:grid;place-content:center;text-align:center;background:linear-gradient(145deg,#0f3358,#071a2e);color:#fff;box-shadow:0 25px 65px rgba(7,26,46,.25);font-size:12px;letter-spacing:1.5px}.ecosystem-center strong{font-size:19px;letter-spacing:.3px}.eco-node{position:absolute;z-index:4;padding:9px 14px;border-radius:999px;background:#fff;border:1px solid var(--line);font-size:12px;font-weight:850;box-shadow:0 10px 28px rgba(7,26,46,.1)}.e1{top:3%;left:41%}.e2{right:1%;top:27%}.e3{right:10%;bottom:11%}.e4{left:35%;bottom:0}.e5{left:0;bottom:18%}.e6{left:2%;top:22%}
.founder-vision-section{padding:100px 0;background:radial-gradient(circle at 15% 20%,rgba(27,125,219,.18),transparent 28%),linear-gradient(125deg,#051321,#0b2a49);color:#fff}.founder-vision-grid{display:grid;grid-template-columns:340px 1fr;gap:74px;align-items:center}.founder-portrait-card{min-height:430px;border-radius:30px;position:relative;overflow:hidden;background:linear-gradient(145deg,#173f69,#071a2e);border:1px solid rgba(255,255,255,.1);box-shadow:0 30px 80px rgba(0,0,0,.25)}.founder-portrait-card:before,.founder-portrait-card:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(255,224,138,.22)}.founder-portrait-card:before{width:320px;height:320px;right:-100px;top:-50px}.founder-portrait-card:after{width:220px;height:220px;left:-70px;bottom:-80px}.founder-monogram{position:absolute;left:50%;top:44%;transform:translate(-50%,-50%);width:190px;height:190px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--gold),var(--gold2));color:var(--navy);font-size:68px;font-weight:950;border:9px solid rgba(255,255,255,.1)}.founder-caption{position:absolute;left:28px;right:28px;bottom:25px;padding-top:18px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;gap:12px}.founder-caption span{color:var(--gold2)}.founder-copy h2{font-size:clamp(36px,4vw,54px);line-height:1.08;margin:12px 0 26px}.founder-copy blockquote{margin:0 0 24px;padding:0 0 0 24px;border-left:4px solid var(--gold);font-size:23px;line-height:1.55;color:#fff}.founder-copy p{color:rgba(255,255,255,.7);font-size:17px}.founder-signature{margin-top:26px;display:grid;gap:2px}.founder-signature strong{font-size:21px}.founder-signature span{color:var(--gold2)}
@media(max-width:980px){.about-hero-grid,.founder-vision-grid{grid-template-columns:1fr}.about-orbit{max-width:410px}.purpose-grid{grid-template-columns:1fr}.purpose-main{grid-column:auto}.values-grid{grid-template-columns:repeat(2,1fr)}.founder-vision-grid{max-width:760px}.founder-portrait-card{min-height:360px}}
@media(max-width:680px){.about-hero{min-height:auto}.about-hero-grid{padding:70px 0}.about-hero h1{font-size:43px}.about-orbit{width:330px}.about-chip{font-size:10px;padding:7px 9px}.story-timeline:before{left:42px}.story-step{grid-template-columns:88px 1fr;gap:16px}.story-year{width:76px;height:42px;font-size:12px}.purpose-card{padding:30px 25px}.purpose-card h2{font-size:27px}.values-grid{grid-template-columns:1fr}.ecosystem-map{min-height:370px;transform:scale(.88)}.founder-vision-section{padding:72px 0}.founder-vision-grid{gap:36px}.founder-copy blockquote{font-size:19px}.founder-caption{display:grid}.founder-portrait-card{min-height:340px}}

/* ===== Business Solutions High-Fidelity UI v0.4 ===== */
.business-hero{min-height:700px;display:flex;align-items:center;color:#fff;overflow:hidden;background:radial-gradient(circle at 78% 30%,rgba(27,125,219,.3),transparent 31%),linear-gradient(125deg,#051321,#0b2c4d 62%,#071b31)}
.business-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:72px;align-items:center;padding:98px 0}.business-hero h1{font-size:clamp(48px,5.4vw,76px);line-height:1.03;letter-spacing:-2.8px;margin:16px 0 24px;text-wrap:balance}.business-hero p{font-size:19px;line-height:1.75;color:rgba(255,255,255,.76);max-width:680px}
.business-system-map{position:relative;width:min(480px,100%);aspect-ratio:1;margin:auto;border-radius:50%;background:radial-gradient(circle,rgba(214,162,64,.12),transparent 60%)}.business-system-map:before{content:"";position:absolute;inset:5%;border:1px dashed rgba(255,224,138,.22);border-radius:50%}.business-core{position:absolute;z-index:4;inset:33%;border-radius:50%;display:grid;place-content:center;text-align:center;background:linear-gradient(145deg,#fff,#dce8f3);color:var(--navy);box-shadow:0 0 0 12px rgba(214,162,64,.09),0 25px 70px rgba(0,0,0,.35);font-size:11px;letter-spacing:2px}.business-core strong{font-size:20px;line-height:1.1;letter-spacing:.4px}.business-ring{position:absolute;border:1px solid rgba(255,224,138,.34);border-radius:50%;animation:spin 30s linear infinite}.ring-one{inset:12%}.ring-two{inset:24%;animation-direction:reverse;animation-duration:22s}.business-chip{position:absolute;z-index:5;padding:9px 13px;border-radius:999px;background:rgba(5,19,33,.86);border:1px solid rgba(255,255,255,.14);font-size:12px;font-weight:850;box-shadow:0 12px 30px rgba(0,0,0,.28)}.business-chip:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--gold2);margin-right:7px}.b1{top:4%;left:42%}.b2{right:0;top:31%}.b3{right:8%;bottom:14%}.b4{left:38%;bottom:2%}.b5{left:0;bottom:22%}.b6{left:-1%;top:29%}
.business-outcomes{background:#fff;border-bottom:1px solid var(--line);box-shadow:0 14px 38px rgba(7,26,46,.055)}.outcomes-grid{display:grid;grid-template-columns:repeat(4,1fr)}.outcomes-grid>div{padding:26px 22px;text-align:center;border-right:1px solid var(--line)}.outcomes-grid>div:last-child{border-right:0}.outcomes-grid strong{display:block;font-size:18px;color:var(--navy)}.outcomes-grid span{display:block;color:var(--muted);font-size:13px;margin-top:3px}
.business-section-head{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:end}.business-section-head p{margin:0;color:var(--muted);font-size:17px}.eyebrow.dark{color:#a0701d}
.solution-groups{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.solution-group{position:relative;min-height:330px;padding:36px;border:1px solid var(--line);border-radius:28px;background:#fff;box-shadow:0 15px 48px rgba(7,26,46,.07);overflow:hidden;transition:.22s}.solution-group:hover{transform:translateY(-5px);border-color:rgba(214,162,64,.65);box-shadow:var(--shadow)}.solution-group.featured-group{background:linear-gradient(145deg,#0d3155,#071a2e);color:#fff}.solution-group.featured-group p,.solution-group.featured-group li{color:rgba(255,255,255,.73)}.solution-group.wide-group{grid-column:1/-1;min-height:260px}.group-number{position:absolute;right:25px;top:10px;font-size:72px;line-height:1;font-weight:950;color:rgba(7,26,46,.045)}.featured-group .group-number{color:rgba(255,255,255,.06)}.group-icon{width:54px;height:54px;border-radius:17px;display:grid;place-items:center;background:linear-gradient(135deg,var(--gold),var(--gold2));color:var(--navy);font-size:25px;font-weight:900;box-shadow:0 12px 28px rgba(214,162,64,.2)}.solution-group h3{font-size:26px;line-height:1.2;margin:20px 0 12px}.solution-group p{color:var(--muted);font-size:16px}.solution-group ul{list-style:none;margin:20px 0 0;padding:0;display:grid;gap:8px}.solution-group li{color:#44556a;font-size:14px}.solution-group li:before{content:"✓";color:#ae7b22;font-weight:950;margin-right:9px}
.business-framework-section{background:radial-gradient(circle at 15% 20%,rgba(27,125,219,.18),transparent 28%),linear-gradient(125deg,#051321,#0b2a49);color:#fff}.business-framework-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:center}.framework-copy h2{font-size:clamp(36px,4vw,54px);line-height:1.08;margin:12px 0 22px}.framework-copy p{font-size:17px;color:rgba(255,255,255,.72);margin-bottom:28px}.framework-steps{display:grid;gap:14px}.framework-step{display:grid;grid-template-columns:62px 1fr;gap:18px;align-items:start;padding:22px;border-radius:20px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.045)}.framework-step>span{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,var(--gold),var(--gold2));color:var(--navy);font-weight:950}.framework-step strong{font-size:19px}.framework-step p{margin:3px 0 0;color:rgba(255,255,255,.66)}
.industry-strip{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.industry-strip span{padding:11px 17px;border-radius:999px;background:#fff;border:1px solid var(--line);font-size:14px;font-weight:800;color:#3b4d63;box-shadow:0 8px 22px rgba(7,26,46,.05)}
.business-philosophy{position:relative;display:grid;grid-template-columns:120px 1fr;gap:34px;align-items:center;padding:54px 58px;border-radius:30px;background:linear-gradient(135deg,#f9fbfd,#eef4f8);border:1px solid var(--line)}.quote-mark{font-family:Georgia,serif;font-size:150px;line-height:.7;color:var(--gold);opacity:.75}.business-philosophy h2{font-size:38px;margin:8px 0 12px}.business-philosophy p{font-size:19px;color:var(--muted);max-width:820px;margin:0}.business-cta-wrap{padding-top:0}.business-cta{background:radial-gradient(circle at 85% 20%,rgba(27,125,219,.24),transparent 32%),linear-gradient(125deg,#071a2e,#0d3155)}
@media(max-width:980px){.business-hero-grid,.business-framework-grid{grid-template-columns:1fr}.business-system-map{max-width:420px}.business-section-head{grid-template-columns:1fr;gap:16px}.outcomes-grid{grid-template-columns:repeat(2,1fr)}.outcomes-grid>div:nth-child(2){border-right:0}.outcomes-grid>div:nth-child(-n+2){border-bottom:1px solid var(--line)}}
@media(max-width:720px){.business-hero{min-height:auto}.business-hero-grid{padding:72px 0}.business-hero h1{font-size:44px}.business-system-map{width:330px}.business-chip{font-size:10px;padding:7px 9px}.solution-groups{grid-template-columns:1fr}.solution-group.wide-group{grid-column:auto}.solution-group{min-height:auto;padding:30px 25px}.outcomes-grid{grid-template-columns:1fr}.outcomes-grid>div{border-right:0;border-bottom:1px solid var(--line)}.outcomes-grid>div:last-child{border-bottom:0}.business-framework-grid{gap:42px}.business-philosophy{grid-template-columns:1fr;padding:38px 28px}.quote-mark{font-size:90px}.business-philosophy h2{font-size:31px}}

/* ===== Marketplace High-Fidelity UI v0.5 ===== */
.marketplace-hero{min-height:700px;display:flex;align-items:center;color:#fff;overflow:hidden;background:radial-gradient(circle at 80% 30%,rgba(27,125,219,.3),transparent 31%),linear-gradient(125deg,#051321,#0b2c4d 62%,#071b31)}
.marketplace-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:72px;align-items:center;padding:98px 0}.marketplace-hero h1{font-size:clamp(48px,5.4vw,76px);line-height:1.03;letter-spacing:-2.8px;margin:16px 0 24px;text-wrap:balance}.marketplace-hero p{font-size:19px;line-height:1.75;color:rgba(255,255,255,.76);max-width:680px}
.marketplace-network{position:relative;width:min(480px,100%);aspect-ratio:1;margin:auto;border-radius:50%;background:radial-gradient(circle,rgba(214,162,64,.12),transparent 60%)}.marketplace-network:before{content:"";position:absolute;inset:5%;border:1px dashed rgba(255,224,138,.22);border-radius:50%}.marketplace-core{position:absolute;z-index:4;inset:33%;border-radius:50%;display:grid;place-content:center;text-align:center;background:linear-gradient(145deg,#fff,#dce8f3);color:var(--navy);box-shadow:0 0 0 12px rgba(214,162,64,.09),0 25px 70px rgba(0,0,0,.35);font-size:11px;letter-spacing:2px}.marketplace-core strong{font-size:20px;line-height:1.1;letter-spacing:.4px}.market-ring{position:absolute;border:1px solid rgba(255,224,138,.34);border-radius:50%;animation:spin 30s linear infinite}.market-ring.ring-one{inset:12%}.market-ring.ring-two{inset:24%;animation-direction:reverse;animation-duration:22s}.market-chip{position:absolute;z-index:5;padding:9px 13px;border-radius:999px;background:rgba(5,19,33,.86);border:1px solid rgba(255,255,255,.14);font-size:12px;font-weight:850;box-shadow:0 12px 30px rgba(0,0,0,.28)}.market-chip:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--gold2);margin-right:7px}.m1{top:4%;left:42%}.m2{right:0;top:31%}.m3{right:8%;bottom:14%}.m4{left:35%;bottom:2%}.m5{left:0;bottom:22%}.m6{left:-1%;top:29%}
.marketplace-trust{background:#fff;border-bottom:1px solid var(--line);box-shadow:0 14px 38px rgba(7,26,46,.055)}.marketplace-trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.marketplace-trust-grid>div{padding:26px 22px;text-align:center;border-right:1px solid var(--line)}.marketplace-trust-grid>div:last-child{border-right:0}.marketplace-trust-grid strong{display:block;font-size:18px;color:var(--navy)}.marketplace-trust-grid span{display:block;color:var(--muted);font-size:13px;margin-top:3px}
.marketplace-section-head{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:end}.marketplace-section-head p{margin:0;color:var(--muted);font-size:17px}.partner-paths{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:40px}.partner-path{min-height:420px;padding:40px;border-radius:30px;border:1px solid var(--line);box-shadow:0 18px 58px rgba(7,26,46,.08);display:flex;flex-direction:column;align-items:flex-start}.publisher-path{background:linear-gradient(145deg,#0d3155,#071a2e);color:#fff}.buyer-path{background:linear-gradient(145deg,#fff,#f4f7fa)}.path-kicker{padding:7px 11px;border-radius:999px;background:rgba(214,162,64,.16);color:var(--gold2);font-size:11px;font-weight:900;letter-spacing:1.2px;text-transform:uppercase}.buyer-path .path-kicker{color:#9a6a13}.partner-path h3{font-size:31px;line-height:1.15;margin:22px 0 14px}.partner-path p{color:rgba(255,255,255,.7);font-size:16px}.buyer-path p{color:var(--muted)}.partner-path ul{list-style:none;margin:22px 0 30px;padding:0;display:grid;gap:10px}.partner-path li{color:rgba(255,255,255,.78)}.buyer-path li{color:#45566a}.partner-path li:before{content:"✓";color:var(--gold2);font-weight:950;margin-right:9px}.partner-path .btn{margin-top:auto}.opportunity-card{text-align:left}
.transparency-section{background:radial-gradient(circle at 15% 20%,rgba(27,125,219,.18),transparent 28%),linear-gradient(125deg,#051321,#0b2a49);color:#fff}.transparency-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:72px;align-items:center}.transparency-copy h2{font-size:clamp(36px,4vw,54px);line-height:1.08;margin:12px 0 22px}.transparency-copy p{font-size:17px;color:rgba(255,255,255,.72)}.transparency-note{margin-top:28px;padding:18px 20px;border-left:4px solid var(--gold);background:rgba(255,255,255,.05);border-radius:0 14px 14px 0;color:rgba(255,255,255,.72)}.visibility-dashboard{padding:28px;border:1px solid rgba(255,255,255,.12);border-radius:28px;background:rgba(255,255,255,.055);box-shadow:0 28px 70px rgba(0,0,0,.22)}.dashboard-top{display:flex;justify-content:space-between;gap:18px;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.1)}.dashboard-top span{font-weight:850}.dashboard-top b{color:var(--gold2);font-size:12px;text-transform:uppercase;letter-spacing:1.2px}.dashboard-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:22px 0}.dashboard-metrics>div{padding:17px;border-radius:16px;background:rgba(255,255,255,.06)}.dashboard-metrics strong{display:block;font-size:19px}.dashboard-metrics span{display:block;font-size:12px;color:rgba(255,255,255,.58)}.dashboard-flow{display:flex;align-items:center;justify-content:space-between;gap:7px;padding:18px;border-radius:16px;background:#fff;color:var(--navy);font-size:11px;font-weight:850}.dashboard-flow i{height:2px;flex:1;background:linear-gradient(90deg,var(--gold),#dfe7ef)}.dashboard-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px}.dashboard-cards article{padding:16px;border-radius:16px;border:1px solid rgba(255,255,255,.1)}.dashboard-cards b{display:block;font-size:14px}.dashboard-cards small{display:block;color:rgba(255,255,255,.55);line-height:1.5;margin-top:5px}
.marketplace-workflow{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.marketplace-workflow article{position:relative;padding:28px 22px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 12px 36px rgba(7,26,46,.06)}.marketplace-workflow article:not(:last-child):after{content:"→";position:absolute;right:-13px;top:50%;transform:translateY(-50%);z-index:3;width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:var(--gold);color:var(--navy);font-weight:950}.marketplace-workflow span{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:13px;background:linear-gradient(135deg,var(--gold),var(--gold2));font-weight:950}.marketplace-workflow h3{margin:18px 0 8px}.marketplace-workflow p{margin:0;color:var(--muted);font-size:14px}.marketplace-philosophy{display:grid;grid-template-columns:120px 1fr;gap:34px;align-items:center;padding:54px 58px;border-radius:30px;background:linear-gradient(135deg,#f9fbfd,#eef4f8);border:1px solid var(--line)}.marketplace-philosophy h2{font-size:38px;margin:8px 0 12px}.marketplace-philosophy p{font-size:19px;color:var(--muted);max-width:820px;margin:0}.marketplace-cta-wrap{padding-top:0}.marketplace-cta{background:radial-gradient(circle at 85% 20%,rgba(27,125,219,.24),transparent 32%),linear-gradient(125deg,#071a2e,#0d3155)}
@media(max-width:980px){.marketplace-hero-grid,.transparency-grid{grid-template-columns:1fr}.marketplace-network{max-width:420px}.marketplace-section-head{grid-template-columns:1fr;gap:16px}.marketplace-trust-grid{grid-template-columns:repeat(2,1fr)}.marketplace-trust-grid>div:nth-child(2){border-right:0}.marketplace-trust-grid>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.partner-paths{grid-template-columns:1fr}.marketplace-workflow{grid-template-columns:repeat(2,1fr)}.marketplace-workflow article:after{display:none}}
@media(max-width:720px){.marketplace-hero{min-height:auto}.marketplace-hero-grid{padding:72px 0}.marketplace-hero h1{font-size:44px}.marketplace-network{width:330px}.market-chip{font-size:10px;padding:7px 9px}.marketplace-trust-grid{grid-template-columns:1fr}.marketplace-trust-grid>div{border-right:0;border-bottom:1px solid var(--line)}.marketplace-trust-grid>div:last-child{border-bottom:0}.partner-path{min-height:auto;padding:30px 25px}.partner-path h3{font-size:27px}.dashboard-metrics,.dashboard-cards{grid-template-columns:1fr}.dashboard-flow{display:grid;grid-template-columns:1fr}.dashboard-flow i{width:2px;height:13px;margin:auto}.marketplace-workflow{grid-template-columns:1fr}.marketplace-philosophy{grid-template-columns:1fr;padding:38px 28px}.marketplace-philosophy h2{font-size:31px}}

/* ===== AI Solutions High-Fidelity UI v0.6 ===== */
.ai-hero{min-height:700px;display:flex;align-items:center;color:#fff;overflow:hidden;background:radial-gradient(circle at 80% 30%,rgba(85,118,255,.28),transparent 32%),linear-gradient(125deg,#051321,#0b2949 60%,#07192d)}
.ai-hero-grid{display:grid;grid-template-columns:1.04fr .96fr;gap:72px;align-items:center;padding:98px 0}.ai-hero h1{font-size:clamp(48px,5.4vw,76px);line-height:1.03;letter-spacing:-2.8px;margin:16px 0 24px;text-wrap:balance}.ai-hero p{font-size:19px;line-height:1.75;color:rgba(255,255,255,.76);max-width:690px}
.ai-intelligence-map{position:relative;width:min(480px,100%);aspect-ratio:1;margin:auto;border-radius:50%;background:radial-gradient(circle,rgba(214,162,64,.13),transparent 58%)}.ai-intelligence-map:before,.ai-intelligence-map:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(255,224,138,.28)}.ai-intelligence-map:before{inset:8%}.ai-intelligence-map:after{inset:23%;border-style:dashed;animation:spin 28s linear infinite}.ai-core{position:absolute;inset:33%;z-index:4;border-radius:50%;display:grid;place-content:center;text-align:center;background:linear-gradient(145deg,#fff,#dce8f3);color:var(--navy);box-shadow:0 0 0 12px rgba(214,162,64,.09),0 25px 70px rgba(0,0,0,.35)}.ai-core span{font-size:10px;letter-spacing:2px}.ai-core strong{font-size:38px;line-height:1}.ai-core small{font-size:10px;color:#5a6b7e}.ai-pulse{position:absolute;border-radius:50%;border:1px solid rgba(105,155,255,.2);animation:aiPulse 4s ease-in-out infinite}.pulse-one{inset:0}.pulse-two{inset:16%;animation-delay:1.2s}@keyframes aiPulse{0%,100%{transform:scale(.98);opacity:.4}50%{transform:scale(1.02);opacity:1}}
.ai-chip{position:absolute;z-index:5;padding:9px 13px;border-radius:999px;background:rgba(5,19,33,.88);border:1px solid rgba(255,255,255,.14);font-size:12px;font-weight:850;box-shadow:0 12px 30px rgba(0,0,0,.28)}.ai-chip:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--gold2);margin-right:7px}.ai1{top:4%;left:41%}.ai2{right:0;top:28%}.ai3{right:5%;bottom:17%}.ai4{left:35%;bottom:2%}.ai5{left:-2%;bottom:24%}.ai6{left:0;top:27%}
.ai-trust{background:#fff;border-bottom:1px solid var(--line);box-shadow:0 14px 38px rgba(7,26,46,.055)}.ai-trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.ai-trust-grid>div{padding:26px 22px;text-align:center;border-right:1px solid var(--line)}.ai-trust-grid>div:last-child{border-right:0}.ai-trust-grid strong{display:block;font-size:18px;color:var(--navy)}.ai-trust-grid span{display:block;color:var(--muted);font-size:13px;margin-top:3px}
.ai-section-head{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:end;margin-bottom:40px}.ai-section-head p{margin:0;color:var(--muted);font-size:17px}.ai-capability-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.ai-capability{padding:30px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:0 13px 40px rgba(7,26,46,.06);transition:.22s}.ai-capability:hover{transform:translateY(-5px);border-color:rgba(214,162,64,.65);box-shadow:var(--shadow)}.ai-capability.featured{background:linear-gradient(145deg,#0d3155,#071a2e);color:#fff}.ai-capability.featured p{color:rgba(255,255,255,.68)}.capability-label{display:block;color:#9a6a13;font-size:11px;font-weight:900;letter-spacing:1px;text-transform:uppercase;margin-bottom:8px}.featured .capability-label{color:var(--gold2)}.ai-capability h3{font-size:23px;margin:0 0 10px}.ai-capability p{margin:0;color:var(--muted)}
.ai-operating-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:70px;align-items:center}.ai-operating-grid h2{font-size:clamp(36px,4vw,53px);line-height:1.08}.ai-operating-grid>div>p{color:var(--muted);font-size:17px}.ai-principle-list{display:grid;gap:12px;margin-top:28px}.ai-principle-list>div{padding:17px 18px;background:#fff;border:1px solid var(--line);border-radius:15px}.ai-principle-list b{display:block;color:var(--navy)}.ai-principle-list span{display:block;color:var(--muted);font-size:13px;margin-top:3px}.ai-operating-panel{padding:28px;border-radius:28px;background:linear-gradient(145deg,#0c2e50,#071a2e);color:#fff;box-shadow:0 28px 70px rgba(7,26,46,.2)}.panel-title{display:flex;justify-content:space-between;gap:20px;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.1)}.panel-title span{font-weight:850}.panel-title b{color:var(--gold2);font-size:11px;letter-spacing:1px;text-transform:uppercase}.ai-process-row{display:flex;align-items:center;justify-content:space-between;gap:7px;margin:25px 0;padding:18px;border-radius:16px;background:#fff;color:var(--navy);font-size:11px;font-weight:850}.ai-process-row i{height:2px;flex:1;background:linear-gradient(90deg,var(--gold),#dfe7ef)}.ai-outcome-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.ai-outcome-cards article{padding:17px;border-radius:16px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.1)}.ai-outcome-cards strong{display:block}.ai-outcome-cards small{display:block;color:rgba(255,255,255,.55);line-height:1.45;margin-top:5px}
.ai-use-section{background:radial-gradient(circle at 80% 15%,rgba(78,121,255,.18),transparent 30%),linear-gradient(125deg,#051321,#0a2947)}.ai-use-grid .card{min-height:210px}.ai-philosophy{display:grid;grid-template-columns:120px 1fr;gap:34px;align-items:center;padding:54px 58px;border-radius:30px;background:linear-gradient(135deg,#f9fbfd,#eef4f8);border:1px solid var(--line)}.ai-philosophy h2{font-size:clamp(31px,3.6vw,45px);line-height:1.2;margin:8px 0 12px}.ai-philosophy p{font-size:17px;color:var(--muted);margin:0}.ai-cta-wrap{padding-top:0}.ai-cta{background:radial-gradient(circle at 85% 20%,rgba(85,118,255,.23),transparent 32%),linear-gradient(125deg,#071a2e,#0d3155)}
@media(max-width:980px){.ai-hero-grid,.ai-operating-grid{grid-template-columns:1fr}.ai-intelligence-map{max-width:420px}.ai-section-head{grid-template-columns:1fr;gap:16px}.ai-capability-grid{grid-template-columns:repeat(2,1fr)}.ai-trust-grid{grid-template-columns:repeat(2,1fr)}.ai-trust-grid>div:nth-child(2){border-right:0}.ai-trust-grid>div:nth-child(-n+2){border-bottom:1px solid var(--line)}}
@media(max-width:720px){.ai-hero{min-height:auto}.ai-hero-grid{padding:72px 0}.ai-hero h1{font-size:44px}.ai-intelligence-map{width:330px}.ai-chip{font-size:10px;padding:7px 9px}.ai-trust-grid{grid-template-columns:1fr}.ai-trust-grid>div{border-right:0;border-bottom:1px solid var(--line)}.ai-trust-grid>div:last-child{border-bottom:0}.ai-capability-grid{grid-template-columns:1fr}.ai-process-row{display:grid;grid-template-columns:1fr}.ai-process-row i{width:2px;height:13px;margin:auto}.ai-outcome-cards{grid-template-columns:1fr}.ai-philosophy{grid-template-columns:1fr;padding:38px 28px}.ai-philosophy h2{font-size:30px}}

/* ===== Digital Growth High-Fidelity UI v0.7 ===== */
.growth-hero{min-height:700px;display:flex;align-items:center;color:#fff;overflow:hidden;background:radial-gradient(circle at 78% 30%,rgba(39,154,115,.22),transparent 32%),linear-gradient(125deg,#061421,#0b2d4b 58%,#082336)}
.growth-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:72px;align-items:center;padding:98px 0}.growth-hero h1{font-size:clamp(48px,5.35vw,76px);line-height:1.03;letter-spacing:-2.8px;margin:16px 0 24px;text-wrap:balance}.growth-hero p{font-size:19px;line-height:1.75;color:rgba(255,255,255,.77);max-width:700px}
.growth-engine{position:relative;width:min(480px,100%);aspect-ratio:1;margin:auto;border-radius:50%;background:radial-gradient(circle,rgba(214,162,64,.14),transparent 58%)}.growth-ring{position:absolute;border-radius:50%;border:1px solid rgba(255,224,138,.26)}.growth-ring-one{inset:7%;animation:spin 30s linear infinite}.growth-ring-two{inset:22%;border-style:dashed;animation:spin 23s linear infinite reverse}.growth-core{position:absolute;inset:33%;z-index:4;border-radius:50%;display:grid;place-content:center;text-align:center;background:linear-gradient(145deg,#fff,#dce9f2);color:var(--navy);box-shadow:0 0 0 12px rgba(214,162,64,.09),0 25px 70px rgba(0,0,0,.34)}.growth-core span{font-size:9px;letter-spacing:2px}.growth-core strong{font-size:31px;line-height:1.1}.growth-core small{font-size:9px;color:#5b6d7e}.growth-chip{position:absolute;z-index:5;padding:9px 13px;border-radius:999px;background:rgba(5,20,33,.9);border:1px solid rgba(255,255,255,.14);font-size:12px;font-weight:850;box-shadow:0 12px 30px rgba(0,0,0,.28)}.growth-chip:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:#66d1a5;margin-right:7px}.gc1{top:4%;left:38%}.gc2{right:1%;top:28%}.gc3{right:2%;bottom:20%}.gc4{left:38%;bottom:2%}.gc5{left:-2%;bottom:23%}.gc6{left:-1%;top:28%}
.growth-trust{background:#fff;border-bottom:1px solid var(--line);box-shadow:0 14px 38px rgba(7,26,46,.055)}.growth-trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.growth-trust-grid>div{padding:26px 22px;text-align:center;border-right:1px solid var(--line)}.growth-trust-grid>div:last-child{border-right:0}.growth-trust-grid strong{display:block;font-size:18px;color:var(--navy)}.growth-trust-grid span{display:block;color:var(--muted);font-size:13px;margin-top:3px}
.growth-section-head{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:end;margin-bottom:40px}.growth-section-head p{margin:0;color:var(--muted);font-size:17px}.growth-capability-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.growth-capability{padding:30px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:0 13px 40px rgba(7,26,46,.06);transition:.22s}.growth-capability:hover{transform:translateY(-5px);border-color:rgba(214,162,64,.65);box-shadow:var(--shadow)}.growth-capability.featured{background:linear-gradient(145deg,#0d3155,#071a2e);color:#fff}.growth-capability.featured p{color:rgba(255,255,255,.68)}.growth-capability h3{font-size:23px;margin:0 0 10px}.growth-capability p{margin:0;color:var(--muted)}
.growth-foundation-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:72px;align-items:center}.growth-foundation-grid h2{font-size:clamp(36px,4vw,53px);line-height:1.08}.growth-foundation-grid>div>p{color:var(--muted);font-size:17px}.growth-principles{display:grid;gap:12px;margin-top:28px}.growth-principles>div{padding:17px 18px;background:#fff;border:1px solid var(--line);border-radius:15px}.growth-principles b{display:block;color:var(--navy)}.growth-principles span{display:block;color:var(--muted);font-size:13px;margin-top:3px}.trust-framework{padding:30px;border-radius:28px;background:linear-gradient(145deg,#0c2e50,#071a2e);color:#fff;box-shadow:0 28px 70px rgba(7,26,46,.2)}.framework-title{display:flex;justify-content:space-between;gap:20px;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.1)}.framework-title span{font-weight:850}.framework-title b{color:var(--gold2);font-size:11px;letter-spacing:1px}.framework-core{margin:24px 0;padding:24px;text-align:center;border-radius:18px;background:#fff;color:var(--navy)}.framework-core strong{display:block;font-size:25px}.framework-core small{display:block;color:var(--muted);margin-top:5px}.framework-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.framework-grid article{padding:18px;border-radius:16px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.1)}.framework-grid b{display:block}.framework-grid span{display:block;color:rgba(255,255,255,.58);font-size:12px;margin-top:5px}
.growth-model-section{background:radial-gradient(circle at 82% 15%,rgba(39,154,115,.18),transparent 30%),linear-gradient(125deg,#051321,#0a2947)}.growth-workflow{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.growth-workflow article{position:relative;padding:28px 22px;border:1px solid rgba(255,255,255,.13);border-radius:22px;background:rgba(255,255,255,.055)}.growth-workflow article:not(:last-child):after{content:"→";position:absolute;right:-13px;top:50%;transform:translateY(-50%);z-index:3;width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:var(--gold);color:var(--navy);font-weight:950}.growth-workflow span{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:13px;background:linear-gradient(135deg,var(--gold),var(--gold2));color:var(--navy);font-weight:950}.growth-workflow h3{margin:18px 0 8px;color:#fff}.growth-workflow p{margin:0;color:rgba(255,255,255,.62);font-size:14px}
.growth-philosophy{display:grid;grid-template-columns:120px 1fr;gap:34px;align-items:center;padding:54px 58px;border-radius:30px;background:linear-gradient(135deg,#f9fbfd,#eef4f8);border:1px solid var(--line)}.growth-philosophy h2{font-size:clamp(31px,3.6vw,45px);line-height:1.2;margin:8px 0 12px}.growth-philosophy p{font-size:17px;color:var(--muted);margin:0}.growth-cta-wrap{padding-top:0}.growth-cta{background:radial-gradient(circle at 85% 20%,rgba(39,154,115,.22),transparent 32%),linear-gradient(125deg,#071a2e,#0d3155)}
@media(max-width:980px){.growth-hero-grid,.growth-foundation-grid{grid-template-columns:1fr}.growth-engine{max-width:420px}.growth-section-head{grid-template-columns:1fr;gap:16px}.growth-capability-grid{grid-template-columns:repeat(2,1fr)}.growth-trust-grid{grid-template-columns:repeat(2,1fr)}.growth-trust-grid>div:nth-child(2){border-right:0}.growth-trust-grid>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.growth-workflow{grid-template-columns:repeat(2,1fr)}.growth-workflow article:after{display:none}}
@media(max-width:720px){.growth-hero{min-height:auto}.growth-hero-grid{padding:72px 0}.growth-hero h1{font-size:44px}.growth-engine{width:330px}.growth-chip{font-size:10px;padding:7px 9px}.growth-trust-grid{grid-template-columns:1fr}.growth-trust-grid>div{border-right:0;border-bottom:1px solid var(--line)}.growth-trust-grid>div:last-child{border-bottom:0}.growth-capability-grid{grid-template-columns:1fr}.framework-grid{grid-template-columns:1fr}.growth-workflow{grid-template-columns:1fr}.growth-philosophy{grid-template-columns:1fr;padding:38px 28px}.growth-philosophy h2{font-size:30px}}

/* ===== Enterprise Ventures High-Fidelity UI v0.8 ===== */
.ventures-hero{min-height:710px;display:flex;align-items:center;color:#fff;overflow:hidden;background:radial-gradient(circle at 78% 30%,rgba(214,162,64,.2),transparent 34%),linear-gradient(125deg,#061421,#0b2e4f 58%,#081f34)}
.ventures-hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:72px;align-items:center;padding:100px 0}.ventures-hero h1{font-size:clamp(48px,5.35vw,76px);line-height:1.03;letter-spacing:-2.8px;margin:16px 0 24px;text-wrap:balance}.ventures-hero p{font-size:19px;line-height:1.75;color:rgba(255,255,255,.77);max-width:690px}
.venture-map{position:relative;width:min(490px,100%);aspect-ratio:1;margin:auto;border-radius:50%;background:radial-gradient(circle,rgba(214,162,64,.15),transparent 59%)}.venture-orbit{position:absolute;border-radius:50%;border:1px solid rgba(255,224,138,.3)}.vo1{inset:7%;animation:spin 34s linear infinite}.vo2{inset:22%;border-style:dashed;animation:spin 25s linear infinite reverse}.venture-core{position:absolute;inset:32%;z-index:4;border-radius:50%;display:grid;place-content:center;text-align:center;background:linear-gradient(145deg,#fff,#e1eaf1);color:var(--navy);box-shadow:0 0 0 12px rgba(214,162,64,.09),0 25px 75px rgba(0,0,0,.38)}.venture-core span{font-size:9px;letter-spacing:2px}.venture-core strong{font-size:29px;line-height:1.08}.venture-core small{font-size:9px;color:#5f7182}.venture-chip{position:absolute;z-index:5;padding:9px 13px;border-radius:999px;background:rgba(5,20,33,.91);border:1px solid rgba(255,255,255,.14);font-size:12px;font-weight:850;box-shadow:0 12px 30px rgba(0,0,0,.28)}.venture-chip:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--gold2);margin-right:7px}.vc1{top:4%;left:35%}.vc2{right:-1%;top:28%}.vc3{right:0;bottom:20%}.vc4{left:31%;bottom:1%}.vc5{left:-4%;bottom:22%}.vc6{left:-2%;top:28%}
.venture-trust{background:#fff;border-bottom:1px solid var(--line);box-shadow:0 14px 38px rgba(7,26,46,.055)}.venture-trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.venture-trust-grid>div{padding:26px 22px;text-align:center;border-right:1px solid var(--line)}.venture-trust-grid>div:last-child{border-right:0}.venture-trust-grid strong{display:block;font-size:18px;color:var(--navy)}.venture-trust-grid span{display:block;color:var(--muted);font-size:13px;margin-top:3px}
.venture-section-head{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:end;margin-bottom:40px}.venture-section-head p{margin:0;color:var(--muted);font-size:17px}.venture-capability-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.venture-capability{padding:30px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:0 13px 40px rgba(7,26,46,.06);transition:.22s}.venture-capability:hover{transform:translateY(-5px);border-color:rgba(214,162,64,.65);box-shadow:var(--shadow)}.venture-capability.featured{background:linear-gradient(145deg,#0d3155,#071a2e);color:#fff}.venture-capability.featured p{color:rgba(255,255,255,.68)}.venture-capability h3{font-size:23px;margin:0 0 10px}.venture-capability p{margin:0;color:var(--muted)}
.venture-framework-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:72px;align-items:center}.venture-framework-grid h2{font-size:clamp(36px,4vw,53px);line-height:1.08}.venture-framework-grid>div>p{color:var(--muted);font-size:17px}.venture-principles{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:28px}.venture-principles>div{padding:17px 18px;background:#fff;border:1px solid var(--line);border-radius:15px}.venture-principles b{display:block;color:var(--navy)}.venture-principles span{display:block;color:var(--muted);font-size:13px;margin-top:3px}.venture-framework{padding:30px;border-radius:28px;background:linear-gradient(145deg,#0c2e50,#071a2e);color:#fff;box-shadow:0 28px 70px rgba(7,26,46,.2)}.venture-flow{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:25px 0;padding:18px;border-radius:18px;background:#fff;color:var(--navy)}.venture-flow article{text-align:center;min-width:76px}.venture-flow article span{display:grid;place-items:center;width:36px;height:36px;margin:0 auto 8px;border-radius:11px;background:linear-gradient(135deg,var(--gold),var(--gold2));font-size:12px;font-weight:950}.venture-flow article strong{display:block;font-size:13px}.venture-flow article small{display:block;color:var(--muted);font-size:10px;margin-top:3px}.venture-flow i{height:2px;flex:1;background:linear-gradient(90deg,var(--gold),#dfe7ef)}.venture-outcomes{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.venture-outcomes article{padding:17px;border-radius:16px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.1)}.venture-outcomes strong{display:block}.venture-outcomes small{display:block;color:rgba(255,255,255,.55);line-height:1.45;margin-top:5px}
.venture-partnership-section{background:radial-gradient(circle at 82% 15%,rgba(214,162,64,.16),transparent 30%),linear-gradient(125deg,#051321,#0a2947)}.venture-partner-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.venture-partner-grid article{padding:28px 24px;border:1px solid rgba(255,255,255,.13);border-radius:22px;background:rgba(255,255,255,.055)}.venture-partner-grid span{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:13px;background:linear-gradient(135deg,var(--gold),var(--gold2));color:var(--navy);font-weight:950}.venture-partner-grid h3{margin:18px 0 8px;color:#fff}.venture-partner-grid p{margin:0;color:rgba(255,255,255,.62);font-size:14px}.venture-philosophy{display:grid;grid-template-columns:120px 1fr;gap:34px;align-items:center;padding:54px 58px;border-radius:30px;background:linear-gradient(135deg,#f9fbfd,#eef4f8);border:1px solid var(--line)}.venture-philosophy h2{font-size:clamp(31px,3.6vw,45px);line-height:1.2;margin:8px 0 12px}.venture-philosophy p{font-size:17px;color:var(--muted);margin:0}.venture-cta-wrap{padding-top:0}.venture-cta{background:radial-gradient(circle at 85% 20%,rgba(214,162,64,.2),transparent 32%),linear-gradient(125deg,#071a2e,#0d3155)}
@media(max-width:980px){.ventures-hero-grid,.venture-framework-grid{grid-template-columns:1fr}.venture-map{max-width:430px}.venture-section-head{grid-template-columns:1fr;gap:16px}.venture-capability-grid{grid-template-columns:repeat(2,1fr)}.venture-trust-grid{grid-template-columns:repeat(2,1fr)}.venture-trust-grid>div:nth-child(2){border-right:0}.venture-trust-grid>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.venture-partner-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.ventures-hero{min-height:auto}.ventures-hero-grid{padding:72px 0}.ventures-hero h1{font-size:44px}.venture-map{width:330px}.venture-chip{font-size:10px;padding:7px 9px}.venture-trust-grid{grid-template-columns:1fr}.venture-trust-grid>div{border-right:0;border-bottom:1px solid var(--line)}.venture-trust-grid>div:last-child{border-bottom:0}.venture-capability-grid{grid-template-columns:1fr}.venture-principles{grid-template-columns:1fr}.venture-flow{display:grid;grid-template-columns:1fr}.venture-flow i{width:2px;height:13px;margin:auto}.venture-outcomes{grid-template-columns:1fr}.venture-partner-grid{grid-template-columns:1fr}.venture-philosophy{grid-template-columns:1fr;padding:38px 28px}.venture-philosophy h2{font-size:30px}}

/* ===== Connect With WorldLink High-Fidelity UI v0.9 ===== */
.connect-hero{min-height:700px;display:flex;align-items:center;color:#fff;overflow:hidden;background:radial-gradient(circle at 78% 30%,rgba(27,125,219,.22),transparent 34%),linear-gradient(125deg,#061421,#0b2e4f 58%,#081f34)}
.connect-hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:72px;align-items:center;padding:100px 0}.connect-hero h1{font-size:clamp(48px,5.35vw,76px);line-height:1.03;letter-spacing:-2.8px;margin:16px 0 24px;text-wrap:balance}.connect-hero p{font-size:19px;line-height:1.75;color:rgba(255,255,255,.77);max-width:680px}
.connect-network{position:relative;width:min(490px,100%);aspect-ratio:1;margin:auto;border-radius:50%;background:radial-gradient(circle,rgba(27,125,219,.15),transparent 59%)}.connect-ring{position:absolute;border-radius:50%;border:1px solid rgba(255,224,138,.3)}.cr1{inset:7%;animation:spin 34s linear infinite}.cr2{inset:22%;border-style:dashed;animation:spin 25s linear infinite reverse}.connect-core{position:absolute;inset:32%;z-index:4;border-radius:50%;display:grid;place-content:center;text-align:center;background:linear-gradient(145deg,#fff,#e1eaf1);color:var(--navy);box-shadow:0 0 0 12px rgba(214,162,64,.09),0 25px 75px rgba(0,0,0,.38)}.connect-core span{font-size:9px;letter-spacing:2px}.connect-core strong{font-size:29px;line-height:1.08}.connect-core small{font-size:9px;color:#5f7182}.connect-chip{position:absolute;z-index:5;padding:9px 13px;border-radius:999px;background:rgba(5,20,33,.91);border:1px solid rgba(255,255,255,.14);font-size:12px;font-weight:850;box-shadow:0 12px 30px rgba(0,0,0,.28)}.connect-chip:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--gold2);margin-right:7px}.cc1{top:4%;left:32%}.cc2{right:-1%;top:30%}.cc3{right:5%;bottom:18%}.cc4{left:13%;bottom:8%}.cc5{left:-3%;top:34%}
.connect-trust{background:#fff;border-bottom:1px solid var(--line);box-shadow:0 14px 38px rgba(7,26,46,.055)}.connect-trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.connect-trust-grid>div{padding:26px 22px;text-align:center;border-right:1px solid var(--line)}.connect-trust-grid>div:last-child{border-right:0}.connect-trust-grid strong{display:block;font-size:18px;color:var(--navy)}.connect-trust-grid span{display:block;color:var(--muted);font-size:13px;margin-top:3px}
.connect-section-head{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:end;margin-bottom:40px}.connect-section-head p{margin:0;color:var(--muted);font-size:17px}.connect-path-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.connect-path{padding:30px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:0 13px 40px rgba(7,26,46,.06);transition:.22s}.connect-path:hover{transform:translateY(-5px);border-color:rgba(214,162,64,.65);box-shadow:var(--shadow)}.connect-path.featured{background:linear-gradient(145deg,#0d3155,#071a2e);color:#fff}.connect-path.featured p{color:rgba(255,255,255,.68)}.connect-path span{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:linear-gradient(135deg,var(--gold),var(--gold2));color:var(--navy);font-weight:950}.connect-path h3{font-size:23px;margin:18px 0 10px}.connect-path p{margin:0;color:var(--muted)}.connect-path a{display:inline-block;margin-top:18px;color:#9b6b10;font-weight:850}.connect-path.featured a{color:var(--gold2)}
.connect-form-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:72px;align-items:start}.connect-lead{font-size:17px;color:var(--muted);max-width:700px}.connect-form{margin-top:28px}.connect-form label{display:grid;gap:8px;font-size:13px;font-weight:850;color:var(--navy)}.connect-contact-panel{display:grid;gap:22px;position:sticky;top:122px}.connect-contact-card,.connect-commitment{padding:34px;border-radius:26px;border:1px solid var(--line);background:#fff;box-shadow:0 18px 50px rgba(7,26,46,.075)}.connect-contact-card{background:linear-gradient(145deg,#0d3155,#071a2e);color:#fff}.contact-kicker{display:inline-block;font-size:11px;letter-spacing:1.8px;text-transform:uppercase;color:var(--gold2);font-weight:900}.connect-contact-card h3{font-size:27px;margin:12px 0 26px}.connect-contact-card dl{margin:0;display:grid;gap:18px}.connect-contact-card dl>div{padding-top:16px;border-top:1px solid rgba(255,255,255,.12)}.connect-contact-card dt{font-size:11px;letter-spacing:1px;text-transform:uppercase;color:rgba(255,255,255,.5);font-weight:850}.connect-contact-card dd{margin:5px 0 0;font-weight:750}.connect-commitment h3{margin-top:0}.connect-commitment ul{list-style:none;padding:0;margin:20px 0 0;display:grid;gap:12px}.connect-commitment li{position:relative;padding-left:28px;color:var(--muted)}.connect-commitment li:before{content:"✓";position:absolute;left:0;top:0;color:#17865e;font-weight:950}
.connect-partnership-section{background:radial-gradient(circle at 82% 15%,rgba(27,125,219,.17),transparent 30%),linear-gradient(125deg,#051321,#0a2947)}.connect-partnership-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:70px;align-items:center}.connect-partnership-grid h2{font-size:clamp(36px,4vw,53px);line-height:1.08}.connect-partnership-grid>div>p{color:rgba(255,255,255,.68);font-size:17px}.connect-principles{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.connect-principles article{padding:24px;border:1px solid rgba(255,255,255,.13);border-radius:20px;background:rgba(255,255,255,.055)}.connect-principles span{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:linear-gradient(135deg,var(--gold),var(--gold2));color:var(--navy);font-weight:950}.connect-principles strong{display:block;margin-top:16px;font-size:19px}.connect-principles small{display:block;color:rgba(255,255,255,.58);margin-top:6px;line-height:1.5}
.connect-philosophy{display:grid;grid-template-columns:120px 1fr;gap:34px;align-items:center;padding:54px 58px;border-radius:30px;background:linear-gradient(135deg,#f9fbfd,#eef4f8);border:1px solid var(--line)}.connect-philosophy h2{font-size:clamp(31px,3.6vw,45px);line-height:1.2;margin:8px 0 12px}.connect-philosophy p{font-size:17px;color:var(--muted);margin:0}.connect-cta-wrap{padding-top:0}.connect-cta{background:radial-gradient(circle at 85% 20%,rgba(27,125,219,.2),transparent 32%),linear-gradient(125deg,#071a2e,#0d3155)}
@media(max-width:980px){.connect-hero-grid,.connect-form-grid,.connect-partnership-grid{grid-template-columns:1fr}.connect-network{max-width:430px}.connect-section-head{grid-template-columns:1fr;gap:16px}.connect-path-grid{grid-template-columns:repeat(2,1fr)}.connect-trust-grid{grid-template-columns:repeat(2,1fr)}.connect-trust-grid>div:nth-child(2){border-right:0}.connect-trust-grid>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.connect-contact-panel{position:static}.connect-principles{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.connect-hero{min-height:auto}.connect-hero-grid{padding:72px 0}.connect-hero h1{font-size:44px}.connect-network{width:330px}.connect-chip{font-size:10px;padding:7px 9px}.connect-trust-grid{grid-template-columns:1fr}.connect-trust-grid>div{border-right:0;border-bottom:1px solid var(--line)}.connect-trust-grid>div:last-child{border-bottom:0}.connect-path-grid{grid-template-columns:1fr}.connect-principles{grid-template-columns:1fr}.connect-philosophy{grid-template-columns:1fr;padding:38px 28px}.connect-philosophy h2{font-size:30px}}

/* ===== Become a Publisher High-Fidelity UI v1.0 ===== */
.publisher-hero{min-height:700px;display:flex;align-items:center;color:#fff;overflow:hidden;background:radial-gradient(circle at 80% 28%,rgba(27,125,219,.24),transparent 34%),linear-gradient(125deg,#061421,#0b2f50 58%,#081f34)}
.publisher-hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:72px;align-items:center;padding:100px 0}.publisher-hero h1{font-size:clamp(48px,5.35vw,76px);line-height:1.03;letter-spacing:-2.8px;margin:16px 0 24px;text-wrap:balance}.publisher-hero p{font-size:19px;line-height:1.75;color:rgba(255,255,255,.77);max-width:680px}.publisher-proof{display:flex;gap:10px;flex-wrap:wrap;margin-top:26px}.publisher-proof span{font-size:12px;font-weight:850;padding:8px 11px;border:1px solid rgba(255,255,255,.13);border-radius:999px;background:rgba(255,255,255,.045);color:rgba(255,255,255,.76)}
.publisher-network{position:relative;width:min(490px,100%);aspect-ratio:1;margin:auto;border-radius:50%;background:radial-gradient(circle,rgba(27,125,219,.15),transparent 59%)}.publisher-ring{position:absolute;border-radius:50%;border:1px solid rgba(255,224,138,.3)}.pr1{inset:7%;animation:spin 34s linear infinite}.pr2{inset:22%;border-style:dashed;animation:spin 25s linear infinite reverse}.publisher-core{position:absolute;inset:31%;z-index:4;border-radius:50%;display:grid;place-content:center;text-align:center;background:linear-gradient(145deg,#fff,#e1eaf1);color:var(--navy);box-shadow:0 0 0 12px rgba(214,162,64,.09),0 25px 75px rgba(0,0,0,.38)}.publisher-core small{font-size:9px;letter-spacing:2px}.publisher-core strong{font-size:25px;line-height:1.05}.publisher-core span{font-size:8px;color:#5f7182;margin-top:7px}.publisher-chip{position:absolute;z-index:5;padding:9px 13px;border-radius:999px;background:rgba(5,20,33,.91);border:1px solid rgba(255,255,255,.14);font-size:12px;font-weight:850;box-shadow:0 12px 30px rgba(0,0,0,.28)}.publisher-chip:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--gold2);margin-right:7px}.pc1{top:4%;left:34%}.pc2{right:-2%;top:31%}.pc3{right:5%;bottom:17%}.pc4{left:12%;bottom:8%}.pc5{left:-4%;top:35%}
.publisher-trust{background:#fff;border-bottom:1px solid var(--line);box-shadow:0 14px 38px rgba(7,26,46,.055)}.publisher-trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.publisher-trust-grid>div{padding:26px 22px;text-align:center;border-right:1px solid var(--line)}.publisher-trust-grid>div:last-child{border-right:0}.publisher-trust-grid strong{display:block;font-size:18px;color:var(--navy)}.publisher-trust-grid span{display:block;color:var(--muted);font-size:13px;margin-top:3px}
.publisher-section-head{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:end;margin-bottom:40px}.publisher-section-head p,.publisher-lead{margin:0;color:var(--muted);font-size:17px}.publisher-benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.publisher-card{padding:30px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:0 13px 40px rgba(7,26,46,.06);transition:.22s}.publisher-card:hover{transform:translateY(-5px);border-color:rgba(214,162,64,.65);box-shadow:var(--shadow)}.publisher-card.featured{background:linear-gradient(145deg,#0d3155,#071a2e);color:#fff}.publisher-card.featured p{color:rgba(255,255,255,.68)}.publisher-card span{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:linear-gradient(135deg,var(--gold),var(--gold2));color:var(--navy);font-weight:950}.publisher-card h3{font-size:22px;margin:18px 0 10px}.publisher-card p{margin:0;color:var(--muted)}
.publisher-eligibility-grid{display:grid;grid-template-columns:1fr 1fr;gap:68px;align-items:start}.publisher-eligible-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:30px}.publisher-eligible-list span{padding:14px 16px;border:1px solid var(--line);border-radius:14px;background:#fff;font-weight:800;color:var(--navy)}.publisher-supply-panel{padding:36px;border-radius:28px;background:linear-gradient(145deg,#0d3155,#071a2e);color:#fff;box-shadow:var(--shadow)}.publisher-supply-panel h3{font-size:29px;margin:10px 0 24px}.publisher-supply-item{padding:19px 0;border-top:1px solid rgba(255,255,255,.13)}.publisher-supply-item b{font-size:18px}.publisher-supply-item p{margin:5px 0 0;color:rgba(255,255,255,.65)}
.publisher-workflow-section{background:radial-gradient(circle at 80% 15%,rgba(27,125,219,.17),transparent 30%),linear-gradient(125deg,#051321,#0a2947)}.publisher-flow{display:grid;grid-template-columns:1fr 28px 1fr 28px 1fr 28px 1fr 28px 1fr;align-items:center;gap:8px}.publisher-flow article{padding:24px 18px;text-align:center;border-radius:20px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.055);min-height:184px}.publisher-flow article span{display:grid;place-items:center;width:40px;height:40px;border-radius:13px;margin:0 auto 15px;background:linear-gradient(135deg,var(--gold),var(--gold2));color:var(--navy);font-weight:950}.publisher-flow strong{display:block;font-size:18px}.publisher-flow small{display:block;color:rgba(255,255,255,.58);margin-top:8px;line-height:1.5}.publisher-flow i{display:block;height:2px;background:linear-gradient(90deg,rgba(255,224,138,.2),var(--gold2),rgba(255,224,138,.2))}
.publisher-standards-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:start}.publisher-standard-list{display:grid;gap:14px}.publisher-standard-list article{display:grid;grid-template-columns:44px 1fr;gap:16px;padding:21px;border:1px solid var(--line);border-radius:18px;background:#fff}.publisher-standard-list article>span{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:#e7f6ef;color:#17865e;font-weight:950}.publisher-standard-list strong{font-size:18px}.publisher-standard-list p{margin:4px 0 0;color:var(--muted)}
.publisher-application-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:68px;align-items:start}.publisher-assurance{margin-top:28px;padding:24px;border:1px solid var(--line);border-radius:18px;background:#fff}.publisher-assurance p{margin:7px 0 0;color:var(--muted)}.publisher-form{grid-template-columns:repeat(2,1fr)}.publisher-form label{display:grid;gap:8px;font-size:13px;font-weight:850;color:var(--navy)}.publisher-form .form-full{grid-column:1/-1}.publisher-form select{width:100%;padding:14px 15px;border:1px solid var(--line);border-radius:12px;background:#fff;font:inherit;color:var(--ink)}
.publisher-cta-wrap{padding-top:0}.publisher-cta{background:radial-gradient(circle at 85% 20%,rgba(27,125,219,.2),transparent 32%),linear-gradient(125deg,#071a2e,#0d3155)}
@media(max-width:980px){.publisher-hero-grid,.publisher-eligibility-grid,.publisher-standards-grid,.publisher-application-grid{grid-template-columns:1fr}.publisher-network{max-width:430px}.publisher-section-head{grid-template-columns:1fr;gap:16px}.publisher-benefit-grid{grid-template-columns:repeat(2,1fr)}.publisher-trust-grid{grid-template-columns:repeat(2,1fr)}.publisher-trust-grid>div:nth-child(2){border-right:0}.publisher-trust-grid>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.publisher-flow{grid-template-columns:1fr}.publisher-flow i{width:2px;height:13px;margin:auto}.publisher-form{grid-template-columns:1fr}.publisher-form .form-full{grid-column:auto}}
@media(max-width:720px){.publisher-hero{min-height:auto}.publisher-hero-grid{padding:72px 0}.publisher-hero h1{font-size:44px}.publisher-network{width:330px}.publisher-chip{font-size:10px;padding:7px 9px}.publisher-trust-grid{grid-template-columns:1fr}.publisher-trust-grid>div{border-right:0;border-bottom:1px solid var(--line)}.publisher-trust-grid>div:last-child{border-bottom:0}.publisher-benefit-grid{grid-template-columns:1fr}.publisher-eligible-list{grid-template-columns:1fr}}


/* Buyer Network v1.1 */
.buyer-hero{min-height:700px;display:flex;align-items:center;color:#fff;overflow:hidden;background:radial-gradient(circle at 80% 28%,rgba(27,125,219,.24),transparent 34%),linear-gradient(125deg,#061421,#0b2f50 58%,#081f34)}
.buyer-hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:72px;align-items:center;padding:100px 0}.buyer-hero h1{font-size:clamp(48px,5.35vw,76px);line-height:1.03;letter-spacing:-2.8px;margin:16px 0 24px;text-wrap:balance}.buyer-hero p{font-size:19px;line-height:1.75;color:rgba(255,255,255,.77);max-width:680px}.buyer-proof{display:flex;gap:10px;flex-wrap:wrap;margin-top:26px}.buyer-proof span{font-size:12px;font-weight:850;padding:8px 11px;border:1px solid rgba(255,255,255,.13);border-radius:999px;background:rgba(255,255,255,.045);color:rgba(255,255,255,.76)}
.buyer-network{position:relative;width:min(490px,100%);aspect-ratio:1;margin:auto;border-radius:50%;background:radial-gradient(circle,rgba(27,125,219,.15),transparent 59%)}.buyer-ring{position:absolute;border-radius:50%;border:1px solid rgba(255,224,138,.3)}.br1{inset:7%;animation:spin 34s linear infinite}.br2{inset:22%;border-style:dashed;animation:spin 25s linear infinite reverse}.buyer-core{position:absolute;inset:31%;z-index:4;border-radius:50%;display:grid;place-content:center;text-align:center;background:linear-gradient(145deg,#fff,#e1eaf1);color:var(--navy);box-shadow:0 0 0 12px rgba(214,162,64,.09),0 25px 75px rgba(0,0,0,.38)}.buyer-core small{font-size:9px;letter-spacing:2px}.buyer-core strong{font-size:25px;line-height:1.05}.buyer-core span{font-size:8px;color:#5f7182;margin-top:7px}.buyer-chip{position:absolute;z-index:5;padding:9px 13px;border-radius:999px;background:rgba(5,20,33,.91);border:1px solid rgba(255,255,255,.14);font-size:12px;font-weight:850;box-shadow:0 12px 30px rgba(0,0,0,.28)}.buyer-chip:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--gold2);margin-right:7px}.bc1{top:4%;left:34%}.bc2{right:-2%;top:31%}.bc3{right:5%;bottom:17%}.bc4{left:12%;bottom:8%}.bc5{left:-4%;top:35%}
.buyer-trust{background:#fff;border-bottom:1px solid var(--line);box-shadow:0 14px 38px rgba(7,26,46,.055)}.buyer-trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.buyer-trust-grid>div{padding:26px 22px;text-align:center;border-right:1px solid var(--line)}.buyer-trust-grid>div:last-child{border-right:0}.buyer-trust-grid strong{display:block;font-size:18px;color:var(--navy)}.buyer-trust-grid span{display:block;color:var(--muted);font-size:13px;margin-top:3px}
.buyer-section-head{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:end;margin-bottom:40px}.buyer-section-head p,.buyer-lead{margin:0;color:var(--muted);font-size:17px}.buyer-benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.buyer-card{padding:30px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:0 13px 40px rgba(7,26,46,.06);transition:.22s}.buyer-card:hover{transform:translateY(-5px);border-color:rgba(214,162,64,.65);box-shadow:var(--shadow)}.buyer-card.featured{background:linear-gradient(145deg,#0d3155,#071a2e);color:#fff}.buyer-card.featured p{color:rgba(255,255,255,.68)}.buyer-card span{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:linear-gradient(135deg,var(--gold),var(--gold2));color:var(--navy);font-weight:950}.buyer-card h3{font-size:22px;margin:18px 0 10px}.buyer-card p{margin:0;color:var(--muted)}
.buyer-eligibility-grid{display:grid;grid-template-columns:1fr 1fr;gap:68px;align-items:start}.buyer-eligible-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:30px}.buyer-eligible-list span{padding:14px 16px;border:1px solid var(--line);border-radius:14px;background:#fff;font-weight:800;color:var(--navy)}.buyer-supply-panel{padding:36px;border-radius:28px;background:linear-gradient(145deg,#0d3155,#071a2e);color:#fff;box-shadow:var(--shadow)}.buyer-supply-panel h3{font-size:29px;margin:10px 0 24px}.buyer-supply-item{padding:19px 0;border-top:1px solid rgba(255,255,255,.13)}.buyer-supply-item b{font-size:18px}.buyer-supply-item p{margin:5px 0 0;color:rgba(255,255,255,.65)}
.buyer-workflow-section{background:radial-gradient(circle at 80% 15%,rgba(27,125,219,.17),transparent 30%),linear-gradient(125deg,#051321,#0a2947)}.buyer-flow{display:grid;grid-template-columns:1fr 28px 1fr 28px 1fr 28px 1fr 28px 1fr;align-items:center;gap:8px}.buyer-flow article{padding:24px 18px;text-align:center;border-radius:20px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.055);min-height:184px}.buyer-flow article span{display:grid;place-items:center;width:40px;height:40px;border-radius:13px;margin:0 auto 15px;background:linear-gradient(135deg,var(--gold),var(--gold2));color:var(--navy);font-weight:950}.buyer-flow strong{display:block;font-size:18px}.buyer-flow small{display:block;color:rgba(255,255,255,.58);margin-top:8px;line-height:1.5}.buyer-flow i{display:block;height:2px;background:linear-gradient(90deg,rgba(255,224,138,.2),var(--gold2),rgba(255,224,138,.2))}
.buyer-standards-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:start}.buyer-standard-list{display:grid;gap:14px}.buyer-standard-list article{display:grid;grid-template-columns:44px 1fr;gap:16px;padding:21px;border:1px solid var(--line);border-radius:18px;background:#fff}.buyer-standard-list article>span{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:#e7f6ef;color:#17865e;font-weight:950}.buyer-standard-list strong{font-size:18px}.buyer-standard-list p{margin:4px 0 0;color:var(--muted)}
.buyer-application-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:68px;align-items:start}.buyer-assurance{margin-top:28px;padding:24px;border:1px solid var(--line);border-radius:18px;background:#fff}.buyer-assurance p{margin:7px 0 0;color:var(--muted)}.buyer-form{grid-template-columns:repeat(2,1fr)}.buyer-form label{display:grid;gap:8px;font-size:13px;font-weight:850;color:var(--navy)}.buyer-form .form-full{grid-column:1/-1}.buyer-form select{width:100%;padding:14px 15px;border:1px solid var(--line);border-radius:12px;background:#fff;font:inherit;color:var(--ink)}
.buyer-cta-wrap{padding-top:0}.buyer-cta{background:radial-gradient(circle at 85% 20%,rgba(27,125,219,.2),transparent 32%),linear-gradient(125deg,#071a2e,#0d3155)}
@media(max-width:980px){.buyer-hero-grid,.buyer-eligibility-grid,.buyer-standards-grid,.buyer-application-grid{grid-template-columns:1fr}.buyer-network{max-width:430px}.buyer-section-head{grid-template-columns:1fr;gap:16px}.buyer-benefit-grid{grid-template-columns:repeat(2,1fr)}.buyer-trust-grid{grid-template-columns:repeat(2,1fr)}.buyer-trust-grid>div:nth-child(2){border-right:0}.buyer-trust-grid>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.buyer-flow{grid-template-columns:1fr}.buyer-flow i{width:2px;height:13px;margin:auto}.buyer-form{grid-template-columns:1fr}.buyer-form .form-full{grid-column:auto}}
@media(max-width:720px){.buyer-hero{min-height:auto}.buyer-hero-grid{padding:72px 0}.buyer-hero h1{font-size:44px}.buyer-network{width:330px}.buyer-chip{font-size:10px;padding:7px 9px}.buyer-trust-grid{grid-template-columns:1fr}.buyer-trust-grid>div{border-right:0;border-bottom:1px solid var(--line)}.buyer-trust-grid>div:last-child{border-bottom:0}.buyer-benefit-grid{grid-template-columns:1fr}.buyer-eligible-list{grid-template-columns:1fr}}

/* ===== WorldLink Enterprises Complete UI Polish v1.2 ===== */
:root{
  --radius-sm:12px;
  --radius-md:18px;
  --radius-lg:24px;
  --radius-xl:32px;
  --section-space:clamp(68px,7vw,96px);
  --text-max:72ch;
}
html{scroll-padding-top:calc(var(--header-height) + 18px)}
body{overflow-x:hidden;background:var(--white)}
img,svg{max-width:100%;height:auto}
::selection{background:rgba(214,162,64,.28);color:var(--navy)}
.skip-link{position:fixed;left:18px;top:12px;z-index:1000;padding:11px 15px;border-radius:10px;background:var(--gold2);color:var(--navy);font-weight:900;transform:translateY(-160%);transition:transform .18s ease;box-shadow:var(--shadow)}
.skip-link:focus{transform:translateY(0)}
a,button,input,select,textarea{outline:none}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{box-shadow:var(--focus);border-radius:10px}
.site-header{isolation:isolate}
.nav{max-width:100%}
.brand img{height:auto}
.dropbtn[aria-expanded="true"]{color:var(--gold)}
.dropdown{opacity:0;visibility:hidden;display:block;transform:translateY(-7px);pointer-events:none;transition:opacity .18s ease,transform .18s ease,visibility .18s ease}
.nav-item:hover .dropdown,.nav-item:focus-within .dropdown,.nav-item.is-open .dropdown{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}
.dropdown a{line-height:1.35}
.btn{min-height:48px;white-space:nowrap}
.btn:active{transform:translateY(0)}
.btn[aria-disabled="true"],.btn:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}
.hero,.page-hero{position:relative}
.hero:after,.page-hero:after{content:"";position:absolute;inset:auto 0 0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,224,138,.45),transparent)}
.hero p,.page-hero p,.section-head p,.card p,.quote{max-width:var(--text-max)}
.section{padding:var(--section-space) 0}
.section-head{margin-bottom:clamp(30px,4vw,44px)}
.section-head.center p{margin-left:auto;margin-right:auto}
.card{height:100%;display:flex;flex-direction:column}
.card .card-link{margin-top:auto;padding-top:18px}
.grid{align-items:stretch}
.icon{flex:0 0 auto}
.form input,.form select,.form textarea{background:#fff;transition:border-color .18s ease,box-shadow .18s ease}
.form input:hover,.form select:hover,.form textarea:hover{border-color:#b8c4d1}
.form input:focus,.form select:focus,.form textarea:focus{border-color:var(--gold);box-shadow:var(--focus)}
[data-form-message]{margin-top:14px;padding:13px 15px;border-radius:12px;background:#eaf7f1;color:#146b4c;font-weight:750}
.site-footer{position:relative}
.site-footer:before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent)}
.site-footer p{color:rgba(255,255,255,.68)}
.site-footer a{width:max-content;max-width:100%}
.site-footer a:hover{color:var(--gold2)}
.footer-bottom{align-items:center}
@media(max-width:1180px){.nav-links{gap:17px}.nav-links a,.dropbtn{font-size:13px}.brand img{width:300px}.nav>.btn{padding-inline:16px}}
@media(max-width:1050px){.mobile-panel{max-height:calc(100vh - var(--header-height));overflow:auto;box-shadow:0 18px 36px rgba(7,26,46,.12)}.mobile-panel a{border-bottom:1px solid rgba(14,39,71,.07)}.mobile-panel a:last-child{border-bottom:0}}
@media(max-width:680px){:root{--section-space:62px}.hero-actions .btn{width:100%}.page-hero{padding:78px 0 62px}.page-hero h1{letter-spacing:-1.6px}.section h2{font-size:34px}.card{padding:24px}.footer-brand img{width:270px}.footer-bottom span{display:block;margin-top:8px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}


/* ===== WorldLink Enterprises Premium Corporate Rebuild v1.4 ===== */
.site-header{background:rgba(3,13,24,.95);border-bottom:1px solid rgba(220,174,73,.22);backdrop-filter:blur(18px)}
.nav-links a,.dropbtn{color:rgba(255,255,255,.82)}.nav-links a:hover,.dropbtn:hover{color:#f0c86b}
.brand{display:flex;align-items:center;min-width:255px}.brand img{width:244px!important;height:72px!important;object-fit:cover;object-position:left center;border-radius:0}
.enterprise-hero{min-height:760px;overflow:hidden;background:#030d18;color:#fff;isolation:isolate}
.enterprise-hero-media{position:absolute;inset:0 0 0 45%;background:linear-gradient(90deg,#030d18 0%,rgba(3,13,24,.2) 38%,rgba(3,13,24,.08) 100%),url("enterprise-network-hero.jpg") center/cover no-repeat;opacity:.78;z-index:-3}
.enterprise-hero-overlay{position:absolute;inset:0;background:radial-gradient(circle at 76% 33%,rgba(228,177,67,.22),transparent 24%),radial-gradient(circle at 22% 15%,rgba(31,112,183,.22),transparent 30%),linear-gradient(120deg,rgba(3,13,24,.98) 0%,rgba(3,13,24,.94) 45%,rgba(3,13,24,.5) 100%);z-index:-2}
.enterprise-hero:before{content:"";position:absolute;inset:0;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:54px 54px;mask-image:linear-gradient(90deg,#000,transparent 82%);z-index:-1}
.enterprise-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:72px;align-items:center;min-height:760px;padding:110px 0 80px}
.enterprise-hero-copy{max-width:760px}.enterprise-hero h1{max-width:790px;margin:16px 0 26px;font-size:clamp(52px,5.35vw,82px);line-height:.98;letter-spacing:-3.8px;color:#fff}
.enterprise-hero p{max-width:670px;font-size:19px;line-height:1.75;color:rgba(255,255,255,.72)}.enterprise-hero .btn-secondary{border-color:rgba(255,255,255,.34);color:#fff;background:rgba(255,255,255,.045)}
.hero-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:48px;border-top:1px solid rgba(255,255,255,.16);border-bottom:1px solid rgba(255,255,255,.16)}
.hero-proof span{padding:20px 18px 20px 0;font-size:12px;line-height:1.45;color:rgba(255,255,255,.55)}.hero-proof span+span{padding-left:18px;border-left:1px solid rgba(255,255,255,.14)}.hero-proof b{display:block;margin-bottom:5px;color:#f0c86b;font-size:13px;letter-spacing:.02em}
.enterprise-command-panel{align-self:end;margin-bottom:20px;padding:28px;border:1px solid rgba(255,255,255,.2);background:linear-gradient(145deg,rgba(10,35,58,.9),rgba(4,15,27,.82));box-shadow:0 34px 90px rgba(0,0,0,.42),inset 0 1px rgba(255,255,255,.08);backdrop-filter:blur(18px)}
.panel-topline,.panel-footer{display:flex;justify-content:space-between;gap:16px;font-size:9px;letter-spacing:.16em;color:rgba(255,255,255,.44)}.live-dot{color:#8ce6b2}.live-dot:before{content:"";display:inline-block;width:7px;height:7px;margin-right:7px;border-radius:50%;background:#5ee099;box-shadow:0 0 16px #5ee099}
.panel-title{padding:27px 0 23px;border-bottom:1px solid rgba(255,255,255,.12)}.panel-title small{display:block;color:#f0c86b;text-transform:uppercase;letter-spacing:.13em}.panel-title strong{display:block;margin-top:8px;font-size:27px;line-height:1.15}
.panel-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:22px 0}.panel-metrics div{position:relative;padding:15px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.035)}.panel-metrics small{display:block;font-size:8px;color:rgba(255,255,255,.4)}.panel-metrics b{display:block;margin-top:7px;font-size:14px}.panel-metrics i{display:block;width:32px;height:2px;margin-top:14px;background:#d8aa45}
.panel-flow{display:grid;grid-template-columns:auto 1fr auto 1fr auto;align-items:center;gap:10px;padding:17px 0;color:rgba(255,255,255,.72);font-size:11px}.panel-flow i{height:1px;background:linear-gradient(90deg,rgba(216,170,69,.15),#d8aa45,rgba(216,170,69,.15))}
.panel-chart{height:105px;display:flex;align-items:flex-end;gap:9px;padding:18px 16px 0;background:rgba(1,8,15,.44);border:1px solid rgba(255,255,255,.08)}.panel-chart span{flex:1;background:linear-gradient(180deg,#e2b854,#2b6b9d);opacity:.9}.panel-footer{padding-top:17px}
.trust{background:#081a2c;border-color:rgba(255,255,255,.1)}.trust-item{color:rgba(255,255,255,.78);border-color:rgba(255,255,255,.1)}
.operating-model{background:radial-gradient(circle at 80% 25%,rgba(30,105,168,.18),transparent 28%),linear-gradient(130deg,#020b14,#0a2239)}.operating-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:76px;align-items:center}.operating-grid h2{max-width:670px;color:#fff;font-size:clamp(42px,4vw,62px);line-height:1.04}.operating-grid p{color:rgba(255,255,255,.66);font-size:18px;line-height:1.75}
.operating-visual{display:grid;grid-template-columns:1fr 44px 1.2fr 44px 1fr;align-items:center}.operating-stage{min-height:230px;padding:28px 24px;display:flex;flex-direction:column;justify-content:flex-end;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.045)}.operating-stage.featured{min-height:310px;border-color:rgba(224,177,72,.55);background:linear-gradient(160deg,rgba(23,70,108,.7),rgba(6,20,34,.82));box-shadow:0 25px 65px rgba(0,0,0,.25)}.operating-stage small{margin-bottom:auto;color:#dcb04a;letter-spacing:.18em}.operating-stage strong{color:#fff;font-size:23px;line-height:1.1}.operating-stage span{margin-top:10px;color:rgba(255,255,255,.54);font-size:13px;line-height:1.55}.operating-line{height:1px;background:linear-gradient(90deg,rgba(220,176,74,.12),#dcb04a,rgba(220,176,74,.12))}
.card{border-radius:6px;box-shadow:none;border-color:#d8dee5}.card:hover{transform:translateY(-3px);box-shadow:0 20px 45px rgba(4,20,36,.1)}.soft{background:#eef2f5}
@media(max-width:1050px){.enterprise-hero-grid,.operating-grid{grid-template-columns:1fr}.enterprise-hero-media{inset:34% 0 0 0;opacity:.28}.enterprise-command-panel{max-width:700px}.operating-visual{max-width:760px}}
@media(max-width:720px){.brand img{width:210px!important;height:64px!important}.enterprise-hero-grid{padding:74px 0 62px;min-height:auto}.enterprise-hero h1{font-size:47px;letter-spacing:-2.4px}.hero-proof{grid-template-columns:1fr}.hero-proof span+span{padding-left:0;border-left:0;border-top:1px solid rgba(255,255,255,.12)}.enterprise-command-panel{padding:20px}.panel-metrics{grid-template-columns:1fr}.operating-visual{grid-template-columns:1fr}.operating-line{width:1px;height:26px;margin:auto}.operating-stage,.operating-stage.featured{min-height:190px}}


/* =========================================================
   WORLDLINK ENTERPRISES — HOME PAGE v1.5 REAL IMPLEMENTATION
   ========================================================= */
.page-home-v15{background:#fff;color:#0b2038}
.page-home-v15 .container{width:min(1500px,90vw)}
.page-home-v15 .site-header{
  position:sticky;top:0;z-index:1000;
  background:rgba(3,15,28,.96);
  border-bottom:1px solid rgba(225,178,73,.24);
  backdrop-filter:blur(18px);
}
.page-home-v15 .nav{min-height:92px;gap:28px}
.page-home-v15 .brand-v15{
  display:flex;align-items:center;flex:0 0 390px;min-width:0;
}
.page-home-v15 .brand-v15 img{
  width:100%;height:70px;object-fit:cover;object-position:center;border-radius:0;
}
.page-home-v15 .nav-links{gap:24px}
.page-home-v15 .nav-links a,
.page-home-v15 .dropbtn{color:rgba(255,255,255,.82);font-size:15px}
.page-home-v15 .nav-links a:hover,
.page-home-v15 .dropbtn:hover,
.page-home-v15 .nav-links a.active{color:#efbf55}
.page-home-v15 .nav-cta{padding:15px 24px;white-space:nowrap}

.home-hero-v15{
  position:relative;isolation:isolate;overflow:hidden;
  min-height:770px;display:flex;align-items:center;
  background:#03101e;color:#fff;
}
.home-hero-image{
  position:absolute;inset:0 0 0 52%;
  background:url("worldlink-partnership-hero.jpg") center/cover no-repeat;
  z-index:-3;
}
.home-hero-shade{
  position:absolute;inset:0;z-index:-2;
  background:
    linear-gradient(90deg,#03101e 0%,#041426 43%,rgba(4,20,38,.82) 61%,rgba(4,20,38,.38) 100%),
    radial-gradient(circle at 76% 50%,rgba(225,177,71,.16),transparent 28%);
}
.home-hero-v15:after{
  content:"";position:absolute;inset:0;z-index:-1;
  background-image:linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px);
  background-size:52px 52px;
  mask-image:linear-gradient(90deg,#000,transparent 78%);
}
.home-hero-layout{
  display:grid;grid-template-columns:1.02fr .98fr;gap:80px;align-items:center;
  padding:82px 0 72px;
}
.home-hero-copy{max-width:760px}
.home-hero-copy h1{
  margin:18px 0 26px;
  font-size:clamp(52px,5.1vw,78px);
  line-height:.99;letter-spacing:-3.6px;color:#fff;
}
.home-hero-copy p{max-width:670px;color:rgba(255,255,255,.72);font-size:18px;line-height:1.72}
.home-hero-copy .btn-secondary{color:#fff;border-color:rgba(255,255,255,.34);background:rgba(255,255,255,.04)}
.home-hero-evidence{
  display:grid;grid-template-columns:repeat(3,1fr);
  margin-top:42px;border-top:1px solid rgba(255,255,255,.15);
  border-bottom:1px solid rgba(255,255,255,.15);
}
.home-hero-evidence div{padding:18px 18px 18px 0}
.home-hero-evidence div+div{padding-left:18px;border-left:1px solid rgba(255,255,255,.13)}
.home-hero-evidence strong{display:block;color:#efbf55;font-size:13px}
.home-hero-evidence span{display:block;margin-top:4px;color:rgba(255,255,255,.5);font-size:11px;line-height:1.45}
.enterprise-identity-panel{
  align-self:center;margin-top:80px;padding:28px 30px;
  background:linear-gradient(155deg,rgba(7,31,53,.96),rgba(3,16,29,.92));
  border:1px solid rgba(255,255,255,.17);
  box-shadow:0 36px 90px rgba(0,0,0,.38);
}
.identity-kicker{color:#efbf55;font-size:10px;font-weight:900;letter-spacing:.17em}
.enterprise-identity-panel h2{margin:13px 0 22px;color:#fff;font-size:31px;line-height:1.12}
.identity-list{display:grid}
.identity-list a{
  display:grid;grid-template-columns:42px 1fr;gap:2px 14px;
  padding:14px 0;border-top:1px solid rgba(255,255,255,.11);
  text-decoration:none;color:#fff;
}
.identity-list a span{grid-row:1/3;color:#efbf55;font-size:11px;padding-top:3px}
.identity-list a strong{font-size:15px}
.identity-list a small{color:rgba(255,255,255,.48);font-size:11px}
.identity-list a:hover strong{color:#efbf55}

.enterprise-snapshot{background:#0a2036;color:#fff;border-top:1px solid rgba(255,255,255,.08)}
.enterprise-snapshot-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.enterprise-snapshot-grid span{
  padding:22px 18px;text-align:center;font-size:12px;font-weight:800;
  letter-spacing:.04em;border-right:1px solid rgba(255,255,255,.1);
}
.enterprise-snapshot-grid span:last-child{border-right:0}

.home-intro-v15{padding:105px 0;background:#fff}
.home-intro-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:90px;align-items:center}
.home-intro-grid h2{font-size:clamp(42px,4vw,64px);line-height:1.05;max-width:650px}
.home-intro-grid p{max-width:690px;color:#526477;font-size:17px;line-height:1.75}
.text-link-v15{display:inline-flex;gap:12px;margin-top:20px;color:#a87400;font-weight:900;text-decoration:none}
.enterprise-architecture{
  position:relative;min-height:480px;background:#061a30;
  border:1px solid #153958;overflow:hidden;
}
.enterprise-architecture:before,.enterprise-architecture:after{
  content:"";position:absolute;border:1px solid rgba(229,180,71,.3);border-radius:50%;
}
.enterprise-architecture:before{width:410px;height:410px;left:50%;top:50%;transform:translate(-50%,-50%)}
.enterprise-architecture:after{width:280px;height:280px;left:50%;top:50%;transform:translate(-50%,-50%)}
.architecture-core{
  position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
  width:190px;height:190px;border-radius:50%;display:grid;place-content:center;text-align:center;
  background:#f2f5f8;color:#0b2038;box-shadow:0 0 0 12px rgba(255,255,255,.07);
}
.architecture-core small{letter-spacing:.16em}
.architecture-core strong{font-size:24px}
.architecture-core span{font-size:10px;color:#697a8b}
.architecture-branch{
  position:absolute;padding:10px 15px;background:#fff;color:#0b2038;
  border:1px solid #dae1e8;font-size:12px;font-weight:900;box-shadow:0 15px 32px rgba(0,0,0,.18);
}
.b1{top:10%;left:42%}.b2{top:34%;right:6%}.b3{bottom:11%;right:16%}.b4{bottom:10%;left:11%}.b5{top:35%;left:5%}

.home-pillars-v15{padding:105px 0;background:#eef2f5}
.split-head-v15{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:end;margin-bottom:40px}
.split-head-v15 p{color:#5a6b7b;font-size:16px}
.pillar-panels{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid #cfd7df;border-left:1px solid #cfd7df}
.pillar-panels article{
  min-height:350px;padding:30px 25px;display:flex;flex-direction:column;
  border-right:1px solid #cfd7df;border-bottom:1px solid #cfd7df;background:#fff;
  transition:.22s;
}
.pillar-panels article:hover{background:#071a2d;color:#fff;transform:translateY(-5px);box-shadow:0 24px 55px rgba(7,26,45,.15)}
.pillar-panels article>span{color:#c0870d;font-size:11px;font-weight:900;letter-spacing:.14em}
.pillar-panels h3{font-size:22px;margin:48px 0 14px}
.pillar-panels p{color:#627283;line-height:1.65}
.pillar-panels article:hover p{color:rgba(255,255,255,.62)}
.pillar-panels a{margin-top:auto;color:#a87400;text-decoration:none;font-weight:900;font-size:13px}

.enterprise-model-v15{padding:110px 0;background:linear-gradient(130deg,#020b14,#0a2948);color:#fff}
.enterprise-model-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:80px;align-items:center}
.enterprise-model-grid h2{font-size:clamp(42px,4vw,62px);line-height:1.04;color:#fff}
.enterprise-model-grid p{color:rgba(255,255,255,.64);font-size:17px;line-height:1.75}
.model-steps{display:grid;grid-template-columns:1fr 34px 1.1fr 34px 1fr;align-items:center}
.model-steps>div{
  min-height:245px;padding:26px 22px;display:flex;flex-direction:column;justify-content:flex-end;
  border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.045);
}
.model-steps>div.featured{min-height:315px;border-color:rgba(229,180,71,.55);background:rgba(15,54,85,.72)}
.model-steps b{margin-bottom:auto;color:#efbf55;font-size:11px}
.model-steps strong{font-size:22px}
.model-steps span{margin-top:9px;color:rgba(255,255,255,.52);font-size:12px;line-height:1.55}
.model-steps>i{height:1px;background:#d9a83f}

.why-worldlink-v15{padding:105px 0;background:#fff}
.principle-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid #d4dbe2;border-left:1px solid #d4dbe2}
.principle-grid article{padding:34px 28px;min-height:230px;border-right:1px solid #d4dbe2;border-bottom:1px solid #d4dbe2}
.principle-grid article>span{color:#a87400;font-size:10px;font-weight:900;letter-spacing:.15em}
.principle-grid h3{font-size:22px;margin:34px 0 10px}
.principle-grid p{color:#607182;line-height:1.65}

.initiatives-v15{padding:105px 0;background:#eef2f5}
.initiative-roadmap{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.initiative-roadmap article{
  min-height:335px;padding:25px;background:#fff;border-top:4px solid #0b2745;
  display:flex;flex-direction:column;box-shadow:0 12px 28px rgba(7,26,45,.05);
}
.initiative-roadmap .status{font-size:9px;font-weight:900;letter-spacing:.11em;color:#0a7954}
.initiative-roadmap .planned{color:#876400}.initiative-roadmap .network{color:#145b9e}.initiative-roadmap .systems{color:#6b4aa4}
.initiative-roadmap b{margin-top:22px;color:#a87400;font-size:11px}
.initiative-roadmap h3{font-size:21px;margin:28px 0 12px}
.initiative-roadmap p{color:#607182;line-height:1.62}
.initiative-roadmap a{color:#a87400;text-decoration:none;font-weight:900;font-size:12px;margin-right:12px}

.founder-v15{padding:90px 0;background:#fff}
.founder-message-v15{
  display:grid;grid-template-columns:.42fr 1.2fr auto;gap:55px;align-items:center;
  padding:56px;background:#071f38;color:#fff;border-left:5px solid #e0ad43;
}
.founder-label span{display:block;color:#efbf55;font-size:10px;letter-spacing:.16em;font-weight:900}
.founder-label strong{display:block;margin-top:14px;font-size:26px}
.founder-label small{color:rgba(255,255,255,.45)}
.founder-message-v15 blockquote{margin:0;font-size:23px;line-height:1.55;color:#fff}

.final-cta-v15{padding:0 0 90px;background:#fff}
.final-cta-inner{
  display:grid;grid-template-columns:1fr auto;gap:60px;align-items:center;
  padding:58px;background:linear-gradient(120deg,#071b30,#103a61);color:#fff;
}
.final-cta-inner h2{color:#fff;font-size:clamp(38px,3.6vw,56px)}
.final-cta-inner p{color:rgba(255,255,255,.62)}
.final-cta-inner .btn-secondary{color:#fff;border-color:rgba(255,255,255,.34)}

.footer-v15{padding-top:60px;background:#02101d;border-top:1px solid rgba(225,178,73,.22)}
.footer-grid-v15{grid-template-columns:1.45fr repeat(4,1fr);gap:44px}
.footer-brand-v15 img{width:330px;height:80px;object-fit:cover}
.footer-brand-v15 p{max-width:390px}

@media(max-width:1240px){
  .page-home-v15 .brand-v15{flex-basis:320px}
  .page-home-v15 .nav-links{gap:16px}
  .home-hero-layout,.home-intro-grid,.enterprise-model-grid{gap:55px}
  .pillar-panels,.initiative-roadmap{grid-template-columns:repeat(3,1fr)}
  .footer-grid-v15{grid-template-columns:1.4fr repeat(2,1fr)}
}
@media(max-width:980px){
  .page-home-v15 .brand-v15{flex-basis:300px}
  .home-hero-layout,.home-intro-grid,.enterprise-model-grid{grid-template-columns:1fr}
  .home-hero-v15{min-height:auto}
  .home-hero-image{inset:45% 0 0 0;opacity:.26}
  .enterprise-identity-panel{margin-top:0;max-width:720px}
  .split-head-v15{grid-template-columns:1fr;gap:15px}
  .model-steps{grid-template-columns:1fr}
  .model-steps>i{width:1px;height:22px;margin:auto}
  .principle-grid{grid-template-columns:repeat(2,1fr)}
  .founder-message-v15{grid-template-columns:1fr}
  .final-cta-inner{grid-template-columns:1fr}
}
@media(max-width:720px){
  .page-home-v15 .container{width:min(92vw,620px)}
  .page-home-v15 .nav{min-height:74px}
  .page-home-v15 .brand-v15{flex-basis:230px}
  .page-home-v15 .brand-v15 img{height:55px}
  .home-hero-layout{padding:62px 0}
  .home-hero-copy h1{font-size:45px;letter-spacing:-2.2px}
  .home-hero-evidence{grid-template-columns:1fr}
  .home-hero-evidence div+div{border-left:0;border-top:1px solid rgba(255,255,255,.12);padding-left:0}
  .enterprise-snapshot-grid{grid-template-columns:1fr 1fr}
  .enterprise-snapshot-grid span{border-bottom:1px solid rgba(255,255,255,.1)}
  .enterprise-architecture{min-height:420px}
  .architecture-branch{font-size:10px;padding:8px 10px}
  .pillar-panels,.initiative-roadmap,.principle-grid{grid-template-columns:1fr}
  .founder-message-v15,.final-cta-inner{padding:34px 26px}
  .footer-grid-v15{grid-template-columns:1fr}
  .footer-brand-v15 img{width:280px;height:68px}
}


/* =========================================================
   WORLDLINK ENTERPRISES — EXECUTIVE HEADER + HERO v2.0
   ========================================================= */

:root{
  --wl-navy-950:#020b14;
  --wl-navy-900:#061525;
  --wl-navy-800:#0a2138;
  --wl-gold-500:#d9a83f;
  --wl-gold-400:#efc766;
  --wl-white:#ffffff;
  --wl-muted:#a8b4c1;
}

/* Executive Header */
.page-home-v15 .executive-header{
  position:sticky;
  top:0;
  z-index:1200;
  background:rgba(3,13,24,.96);
  border-bottom:1px solid rgba(217,168,63,.20);
  box-shadow:0 12px 40px rgba(0,0,0,.18);
  backdrop-filter:blur(20px);
}
.page-home-v15 .executive-nav{
  min-height:88px;
  display:grid;
  grid-template-columns:minmax(320px,390px) 1fr auto;
  gap:34px;
  align-items:center;
  width:min(1640px,92vw);
}
.page-home-v15 .executive-brand{
  display:flex;
  align-items:center;
  min-width:0;
  height:58px;
}
.page-home-v15 .executive-brand img{
  display:block;
  width:100%;
  max-width:360px;
  height:58px;
  object-fit:contain;
  object-position:left center;
}
.page-home-v15 .executive-nav-links{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:30px;
  min-width:0;
}
.page-home-v15 .executive-nav-links>a,
.page-home-v15 .executive-dropbtn{
  position:relative;
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:88px;
  padding:0;
  border:0;
  background:none;
  color:rgba(255,255,255,.78);
  font:800 14px/1.2 inherit;
  text-decoration:none;
  cursor:pointer;
  transition:color .2s ease;
  white-space:nowrap;
}
.page-home-v15 .executive-nav-links>a:after,
.page-home-v15 .executive-dropbtn:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:18px;
  height:2px;
  transform:scaleX(0);
  transform-origin:center;
  background:linear-gradient(90deg,var(--wl-gold-500),var(--wl-gold-400));
  transition:transform .22s ease;
}
.page-home-v15 .executive-nav-links>a:hover,
.page-home-v15 .executive-dropbtn:hover,
.page-home-v15 .executive-nav-links>a.active{
  color:#fff;
}
.page-home-v15 .executive-nav-links>a:hover:after,
.page-home-v15 .executive-dropbtn:hover:after,
.page-home-v15 .executive-nav-links>a.active:after{
  transform:scaleX(1);
}
.page-home-v15 .executive-dropbtn span{
  width:7px;
  height:7px;
  border-right:1.5px solid currentColor;
  border-bottom:1.5px solid currentColor;
  transform:rotate(45deg) translateY(-2px);
}
.page-home-v15 .executive-nav-item{
  position:relative;
}
.page-home-v15 .executive-dropdown{
  position:absolute;
  left:50%;
  top:calc(100% - 8px);
  min-width:245px;
  padding:10px;
  opacity:0;
  visibility:hidden;
  transform:translate(-50%,10px);
  background:#071827;
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 24px 60px rgba(0,0,0,.34);
  transition:.2s ease;
}
.page-home-v15 .executive-nav-item:hover .executive-dropdown,
.page-home-v15 .executive-nav-item:focus-within .executive-dropdown{
  opacity:1;
  visibility:visible;
  transform:translate(-50%,0);
}
.page-home-v15 .executive-dropdown a{
  display:block;
  padding:13px 14px;
  color:rgba(255,255,255,.76);
  font-size:13px;
  font-weight:700;
  text-decoration:none;
  border-left:2px solid transparent;
}
.page-home-v15 .executive-dropdown a:hover{
  color:#fff;
  background:rgba(255,255,255,.04);
  border-left-color:var(--wl-gold-500);
}
.page-home-v15 .executive-partner-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  min-width:212px;
  height:54px;
  padding:0 22px;
  color:#081727;
  background:linear-gradient(120deg,#d9a83f,#f2cf78);
  text-decoration:none;
  font-weight:900;
  border:1px solid rgba(255,255,255,.28);
  box-shadow:0 14px 32px rgba(217,168,63,.18);
  transition:transform .2s ease, box-shadow .2s ease;
}
.page-home-v15 .executive-partner-cta b{
  font-size:17px;
}
.page-home-v15 .executive-partner-cta:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 42px rgba(217,168,63,.26);
}
.page-home-v15 .executive-menu-btn,
.page-home-v15 .executive-mobile-panel{
  display:none;
}

/* Executive Hero */
.page-home-v15 .executive-hero{
  position:relative;
  min-height:790px;
  display:flex;
  align-items:center;
  overflow:hidden;
  isolation:isolate;
  background:var(--wl-navy-950);
  color:#fff;
}
.page-home-v15 .executive-hero:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-4;
  background:
    radial-gradient(circle at 17% 18%,rgba(217,168,63,.09),transparent 24%),
    linear-gradient(120deg,#020b14 0%,#061525 49%,#081c30 100%);
}
.page-home-v15 .executive-hero:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-3;
  background-image:
    linear-gradient(rgba(255,255,255,.024) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.024) 1px,transparent 1px);
  background-size:64px 64px;
  mask-image:linear-gradient(90deg,#000 0%,rgba(0,0,0,.65) 52%,transparent 82%);
}
.page-home-v15 .executive-hero-visual{
  position:absolute;
  inset:0 0 0 53%;
  z-index:-2;
  overflow:hidden;
}
.page-home-v15 .executive-hero-image{
  position:absolute;
  inset:0;
  background:url("worldlink-global-enterprise-hero.jpg") 48% center/cover no-repeat;
  transform:scale(1.03);
}
.page-home-v15 .executive-hero-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,#051322 0%,rgba(5,19,34,.62) 24%,rgba(5,19,34,.08) 58%,rgba(5,19,34,.20) 100%),
    linear-gradient(180deg,rgba(2,9,16,.06),rgba(2,9,16,.55));
}
.page-home-v15 .executive-impact-statement{
  position:absolute;
  right:6vw;
  bottom:66px;
  max-width:430px;
  padding:26px 30px 26px 28px;
  border-left:3px solid var(--wl-gold-500);
  background:rgba(3,15,26,.66);
  backdrop-filter:blur(12px);
}
.page-home-v15 .executive-impact-statement span{
  display:block;
  margin-bottom:10px;
  color:var(--wl-gold-400);
  font-size:10px;
  font-weight:900;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.page-home-v15 .executive-impact-statement strong{
  display:block;
  color:#fff;
  font-size:24px;
  line-height:1.32;
  letter-spacing:-.4px;
}
.page-home-v15 .executive-hero-grid{
  width:min(1640px,92vw);
  display:grid;
  grid-template-columns:minmax(0,780px) 1fr;
  align-items:center;
  min-height:790px;
}
.page-home-v15 .executive-hero-copy{
  position:relative;
  z-index:2;
  padding:78px 0 64px;
}
.page-home-v15 .executive-kicker{
  display:flex;
  align-items:center;
  gap:12px;
  color:var(--wl-gold-400);
  font-size:11px;
  font-weight:900;
  letter-spacing:.19em;
  text-transform:uppercase;
}
.page-home-v15 .executive-kicker i{
  width:36px;
  height:1px;
  background:var(--wl-gold-500);
}
.page-home-v15 .executive-hero-copy h1{
  max-width:780px;
  margin:22px 0 28px;
  color:#fff;
  font-size:clamp(54px,5vw,82px);
  line-height:.98;
  letter-spacing:-4.2px;
}
.page-home-v15 .executive-hero-copy p{
  max-width:690px;
  margin:0;
  color:rgba(255,255,255,.68);
  font-size:18px;
  line-height:1.72;
}
.page-home-v15 .executive-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:34px;
}
.page-home-v15 .executive-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  min-height:56px;
  padding:0 22px;
  text-decoration:none;
  font-size:13px;
  font-weight:900;
  transition:.2s ease;
}
.page-home-v15 .executive-btn-primary{
  color:#071522;
  background:linear-gradient(120deg,#d8a43a,#f0cb72);
  border:1px solid rgba(255,255,255,.20);
}
.page-home-v15 .executive-btn-primary:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 44px rgba(217,168,63,.24);
}
.page-home-v15 .executive-btn-ghost{
  color:#fff;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(255,255,255,.035);
}
.page-home-v15 .executive-btn-ghost:hover{
  border-color:rgba(239,199,102,.58);
  background:rgba(255,255,255,.065);
}
.page-home-v15 .executive-proofline{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  max-width:760px;
  margin-top:44px;
  border-top:1px solid rgba(255,255,255,.14);
}
.page-home-v15 .executive-proofline div{
  padding:20px 18px 0 0;
}
.page-home-v15 .executive-proofline div+div{
  padding-left:18px;
  border-left:1px solid rgba(255,255,255,.11);
}
.page-home-v15 .executive-proofline strong{
  display:block;
  color:#fff;
  font-size:13px;
}
.page-home-v15 .executive-proofline span{
  display:block;
  margin-top:5px;
  color:rgba(255,255,255,.46);
  font-size:11px;
  line-height:1.45;
}
.page-home-v15 .executive-hero-index{
  position:absolute;
  left:26px;
  bottom:40px;
  display:grid;
  gap:7px;
  justify-items:center;
  color:rgba(255,255,255,.35);
}
.page-home-v15 .executive-hero-index span{
  font-size:10px;
}
.page-home-v15 .executive-hero-index i{
  width:1px;
  height:44px;
  background:linear-gradient(var(--wl-gold-500),rgba(255,255,255,.12));
}
.page-home-v15 .executive-hero-index small{
  writing-mode:vertical-rl;
  font-size:8px;
  letter-spacing:.18em;
}

.page-home-v15 .executive-impact-bar{
  background:#fff;
  border-bottom:1px solid #dfe5ea;
}
.page-home-v15 .executive-impact-grid{
  width:min(1640px,92vw);
  display:grid;
  grid-template-columns:repeat(4,1fr);
}
.page-home-v15 .executive-impact-grid>div{
  min-height:112px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:20px 30px;
  border-right:1px solid #dfe5ea;
}
.page-home-v15 .executive-impact-grid>div:first-child{
  border-left:1px solid #dfe5ea;
}
.page-home-v15 .executive-impact-grid small{
  color:#a87400;
  font-size:9px;
  font-weight:900;
  letter-spacing:.16em;
}
.page-home-v15 .executive-impact-grid strong{
  margin-top:8px;
  color:#0a2036;
  font-size:15px;
}

/* Responsive */
@media(max-width:1380px){
  .page-home-v15 .executive-nav{
    grid-template-columns:minmax(280px,320px) 1fr auto;
    gap:22px;
  }
  .page-home-v15 .executive-nav-links{
    gap:20px;
  }
  .page-home-v15 .executive-partner-cta{
    min-width:188px;
    padding:0 18px;
  }
  .page-home-v15 .executive-hero-copy h1{
    font-size:clamp(52px,5vw,72px);
  }
}
@media(max-width:1120px){
  .page-home-v15 .executive-nav-links,
  .page-home-v15 .executive-partner-cta{
    display:none;
  }
  .page-home-v15 .executive-nav{
    grid-template-columns:1fr auto;
  }
  .page-home-v15 .executive-menu-btn{
    display:inline-flex;
    width:48px;
    height:48px;
    padding:0;
    border:1px solid rgba(255,255,255,.16);
    background:none;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:7px;
  }
  .page-home-v15 .executive-menu-btn span{
    width:20px;
    height:1px;
    background:#fff;
  }
  .page-home-v15 .executive-mobile-panel{
    display:none;
    padding:18px 4vw 28px;
    background:#04111f;
    border-top:1px solid rgba(255,255,255,.08);
  }
  .page-home-v15 .executive-mobile-panel.open{
    display:grid;
  }
  .page-home-v15 .executive-mobile-panel a{
    padding:12px 0;
    color:#fff;
    text-decoration:none;
    border-bottom:1px solid rgba(255,255,255,.08);
  }
  .page-home-v15 .executive-hero-visual{
    inset:0 0 0 47%;
  }
  .page-home-v15 .executive-hero-grid{
    grid-template-columns:minmax(0,680px) 1fr;
  }
}
@media(max-width:820px){
  .page-home-v15 .executive-brand img{
    max-width:300px;
  }
  .page-home-v15 .executive-hero{
    min-height:auto;
    padding-bottom:0;
  }
  .page-home-v15 .executive-hero-grid{
    grid-template-columns:1fr;
    min-height:auto;
  }
  .page-home-v15 .executive-hero-copy{
    padding:70px 0 420px;
  }
  .page-home-v15 .executive-hero-copy h1{
    max-width:680px;
    font-size:clamp(48px,9vw,68px);
  }
  .page-home-v15 .executive-hero-visual{
    inset:auto 0 0 0;
    height:390px;
  }
  .page-home-v15 .executive-impact-statement{
    left:6vw;
    right:auto;
    bottom:34px;
  }
  .page-home-v15 .executive-proofline{
    grid-template-columns:1fr;
  }
  .page-home-v15 .executive-proofline div+div{
    padding-left:0;
    border-left:0;
    border-top:1px solid rgba(255,255,255,.10);
  }
  .page-home-v15 .executive-impact-grid{
    grid-template-columns:1fr 1fr;
  }
  .page-home-v15 .executive-impact-grid>div{
    border-bottom:1px solid #dfe5ea;
  }
}
@media(max-width:560px){
  .page-home-v15 .executive-nav{
    min-height:76px;
  }
  .page-home-v15 .executive-brand{
    height:48px;
  }
  .page-home-v15 .executive-brand img{
    max-width:240px;
    height:48px;
  }
  .page-home-v15 .executive-hero-copy{
    padding:56px 0 390px;
  }
  .page-home-v15 .executive-hero-copy h1{
    font-size:44px;
    letter-spacing:-2.6px;
  }
  .page-home-v15 .executive-hero-copy p{
    font-size:16px;
  }
  .page-home-v15 .executive-hero-actions{
    display:grid;
  }
  .page-home-v15 .executive-btn{
    width:100%;
  }
  .page-home-v15 .executive-impact-statement{
    max-width:88vw;
    padding:22px;
  }
  .page-home-v15 .executive-impact-statement strong{
    font-size:20px;
  }
  .page-home-v15 .executive-impact-grid{
    grid-template-columns:1fr;
  }
}


/* =========================================================
   WORLDLINK ENTERPRISES — v4.0 EXECUTIVE POLISH PASS
   Phase 1: Header authority + vertical rhythm
   ========================================================= */

@media (min-width:1381px){
  .page-home-v15 .executive-nav{
    min-height:108px;
    grid-template-columns:minmax(445px,505px) 1fr auto;
    gap:28px;
    width:min(1720px,95vw);
  }
  .page-home-v15 .executive-brand{height:78px;overflow:visible}
  .page-home-v15 .executive-brand img{
    width:100%;max-width:485px;height:78px;object-fit:contain;
    object-position:left center;transform:none;
    filter:drop-shadow(0 8px 24px rgba(0,0,0,.14));
  }
  .page-home-v15 .executive-nav-links{justify-content:flex-end;gap:27px}
  .page-home-v15 .executive-nav-links>a,
  .page-home-v15 .executive-dropbtn{
    min-height:108px;font-size:14.5px;letter-spacing:.01em;
  }
  .page-home-v15 .executive-nav-links>a:after,
  .page-home-v15 .executive-dropbtn:after{bottom:23px}
  .page-home-v15 .executive-partner-cta{
    min-width:216px;height:58px;padding:0 24px;
  }
}

@media (min-width:1121px) and (max-width:1380px){
  .page-home-v15 .executive-nav{
    min-height:100px;
    grid-template-columns:minmax(365px,405px) 1fr auto;
    gap:20px;width:min(1640px,95vw);
  }
  .page-home-v15 .executive-brand{height:70px}
  .page-home-v15 .executive-brand img{max-width:400px;height:70px}
  .page-home-v15 .executive-nav-links{justify-content:flex-end;gap:18px}
  .page-home-v15 .executive-nav-links>a,
  .page-home-v15 .executive-dropbtn{min-height:100px;font-size:13.5px}
  .page-home-v15 .executive-nav-links>a:after,
  .page-home-v15 .executive-dropbtn:after{bottom:21px}
  .page-home-v15 .executive-partner-cta{
    min-width:184px;height:54px;padding:0 17px;
  }
}

@media (max-width:1120px){
  .page-home-v15 .executive-nav{min-height:94px;width:min(94vw,1640px)}
  .page-home-v15 .executive-brand{height:66px}
  .page-home-v15 .executive-brand img{max-width:390px;height:66px}
}

@media (max-width:560px){
  .page-home-v15 .executive-nav{min-height:82px}
  .page-home-v15 .executive-brand{height:55px}
  .page-home-v15 .executive-brand img{max-width:275px;height:55px}
}

.page-home-v15 .home-intro-v15{padding-top:90px;padding-bottom:90px}
.page-home-v15 .home-pillars-v15{padding-top:90px;padding-bottom:92px}
.page-home-v15 .enterprise-model-v15{padding-top:94px;padding-bottom:96px}
.page-home-v15 .why-worldlink-v15{padding-top:90px;padding-bottom:90px}
.page-home-v15 .initiatives-v15{padding-top:90px;padding-bottom:92px}
.page-home-v15 .founder-v15{padding-top:78px;padding-bottom:78px}
.page-home-v15 .final-cta-v15{padding-bottom:76px}
.page-home-v15 .split-head-v15,
.page-home-v15 .section-head{margin-bottom:34px}
.page-home-v15 .pillar-panels article{min-height:330px}
.page-home-v15 .initiative-roadmap article{min-height:315px}

@media (max-width:980px){
  .page-home-v15 .home-intro-v15,
  .page-home-v15 .home-pillars-v15,
  .page-home-v15 .enterprise-model-v15,
  .page-home-v15 .why-worldlink-v15,
  .page-home-v15 .initiatives-v15{padding-top:76px;padding-bottom:76px}
  .page-home-v15 .founder-v15{padding-top:68px;padding-bottom:68px}
}

@media (max-width:720px){
  .page-home-v15 .home-intro-v15,
  .page-home-v15 .home-pillars-v15,
  .page-home-v15 .enterprise-model-v15,
  .page-home-v15 .why-worldlink-v15,
  .page-home-v15 .initiatives-v15{padding-top:64px;padding-bottom:64px}
}

/* =========================================================
   WORLDLINK ENTERPRISES — v4.1 EXECUTIVE TRUST PASS
   ========================================================= */

/* Brand identity rebuilt as live HTML for correct hierarchy */
.page-home-v15 .executive-nav{
  grid-template-columns:minmax(410px,470px) 1fr auto;
  gap:22px;
}
.page-home-v15 .executive-brand-v41{
  width:max-content;
  height:76px;
  gap:14px;
  text-decoration:none;
  overflow:visible;
}
.page-home-v15 .executive-brand-v41 .executive-brand-mark{
  width:112px;
  height:76px;
  max-width:none;
  object-fit:contain;
  filter:drop-shadow(0 8px 18px rgba(0,0,0,.3));
}
.executive-brand-divider{width:1px;height:52px;background:linear-gradient(transparent,#d9a83f,transparent)}
.executive-brand-copy{display:grid;gap:4px;min-width:250px}
.executive-brand-copy strong{display:block;color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:29px;line-height:1;font-weight:800;letter-spacing:.01em;white-space:nowrap;text-shadow:0 2px 8px rgba(0,0,0,.28)}
.executive-brand-copy strong em{color:#e0ad39;font-style:normal}
.executive-brand-copy small{display:flex;align-items:center;justify-content:space-between;color:#f7f9fb;font-size:10px;font-weight:800;letter-spacing:.28em;white-space:nowrap}
.executive-brand-copy small i{width:26px;height:1px;background:#b78319}
.page-home-v15 .executive-nav-links{justify-content:flex-end;gap:25px}

/* Hero image authority correction: less oversized, better controlled crop */
.page-home-v15 .executive-hero-visual{inset:0 0 0 55%}
.page-home-v15 .executive-hero-image{
  inset:3.5% 0 3.5% 0;
  background-size:auto 92%;
  background-position:50% center;
  transform:scale(.96);
}
.page-home-v15 .executive-hero-overlay{background:linear-gradient(90deg,#051322 0%,rgba(5,19,34,.69) 21%,rgba(5,19,34,.13) 57%,rgba(5,19,34,.25) 100%),linear-gradient(180deg,rgba(2,9,16,.1),rgba(2,9,16,.58))}
.page-home-v15 .executive-impact-statement{right:5.5vw;bottom:55px;max-width:390px}

/* Strategic pillars — executive panel system */
.pillars-v41{position:relative;background:linear-gradient(135deg,#f7f4ed 0%,#edf2f5 52%,#f8fafb 100%);overflow:hidden}
.pillars-v41:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(6,25,43,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(6,25,43,.035) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(#000,transparent 92%)}
.pillars-v41 .container{position:relative}
.eyebrow-strong-v41{color:#9a6900!important;font-size:12px!important;font-weight:900!important;letter-spacing:.14em!important}
.pillars-heading-v41{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:80px;align-items:end;margin-bottom:48px}
.pillars-heading-v41 h2{max-width:760px;margin:14px 0 0;font-size:clamp(45px,4.1vw,68px);line-height:1.02;letter-spacing:-2.7px;color:#071c31}
.pillars-heading-v41 h2 span{color:#a97606}
.pillars-heading-v41>p{max-width:480px;margin:0 0 7px;color:#42566a;font-size:18px;line-height:1.65;font-weight:500}
.pillar-panels-v41{display:grid;grid-template-columns:repeat(5,1fr);gap:0;border:1px solid #cad4dc;background:#fff;box-shadow:0 24px 65px rgba(5,27,47,.09)}
.pillar-panels-v41 article{position:relative;min-height:350px;padding:30px 27px 28px;border-right:1px solid #d7dfe5;background:linear-gradient(180deg,#fff,#fbfcfd);transition:transform .25s ease,background .25s ease,box-shadow .25s ease;overflow:hidden}
.pillar-panels-v41 article:last-child{border-right:0}
.pillar-panels-v41 article:before{content:"";position:absolute;left:0;right:0;top:0;height:4px;background:linear-gradient(90deg,#ad7908,#ebc660);transform:scaleX(.22);transform-origin:left;transition:transform .25s ease}
.pillar-panels-v41 article:hover{z-index:2;transform:translateY(-8px);background:#071b2d;box-shadow:0 26px 55px rgba(5,24,42,.2)}
.pillar-panels-v41 article:hover:before{transform:scaleX(1)}
.pillar-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:54px}
.pillar-top span{color:#a77405;font-size:12px;font-weight:900;letter-spacing:.15em}
.pillar-top b{display:grid;place-items:center;width:42px;height:42px;border:1px solid #d8c38b;color:#946300;font-size:11px;letter-spacing:.08em}
.pillar-panels-v41 h3{margin:0;color:#071c31;font-size:23px;line-height:1.16;letter-spacing:-.6px}
.pillar-panels-v41 p{margin:20px 0 30px;color:#53677a;font-size:15px;line-height:1.72}
.pillar-panels-v41 a{position:absolute;left:27px;right:27px;bottom:28px;display:flex;justify-content:space-between;align-items:center;padding-top:17px;border-top:1px solid #dce3e8;color:#8a5d00;text-decoration:none;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.pillar-panels-v41 a i{font-style:normal;font-size:16px}
.pillar-panels-v41 article:hover h3,.pillar-panels-v41 article:hover a{color:#fff}
.pillar-panels-v41 article:hover p{color:rgba(255,255,255,.67)}
.pillar-panels-v41 article:hover .pillar-top b{color:#f0c861;border-color:rgba(240,200,97,.5)}
.pillar-panels-v41 article:hover a{border-top-color:rgba(255,255,255,.16)}

/* Trust layer */
.trust-v41{background:#061726!important;color:#fff}
.trust-layout-v41{display:grid;grid-template-columns:minmax(330px,.78fr) minmax(0,1.42fr);gap:84px;align-items:start}
.trust-intro-v41 h2{margin:15px 0 22px;color:#fff;font-size:clamp(42px,4vw,62px);line-height:1.04;letter-spacing:-2.2px}
.trust-intro-v41>p{color:rgba(255,255,255,.63);font-size:17px;line-height:1.75}
.trust-intro-v41 .text-link-v15{color:#efc968}
.trust-grid-v41{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid rgba(255,255,255,.14);border-left:1px solid rgba(255,255,255,.14)}
.trust-grid-v41 article{display:grid;grid-template-columns:48px 1fr;gap:18px;min-height:182px;padding:27px 25px;border-right:1px solid rgba(255,255,255,.14);border-bottom:1px solid rgba(255,255,255,.14);transition:background .2s ease}
.trust-grid-v41 article:hover{background:rgba(255,255,255,.04)}
.trust-grid-v41 article>span{color:#e1b449;font-size:11px;font-weight:900;letter-spacing:.14em}
.trust-grid-v41 strong{color:#fff;font-size:17px;line-height:1.3}
.trust-grid-v41 p{margin:11px 0 0;color:rgba(255,255,255,.55);font-size:13px;line-height:1.62}

/* Vision → Strategy → Execution */
.execution-v41{padding:104px 0;background:#f6f4ee}
.execution-head-v41{display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,.7fr);column-gap:80px;align-items:end;margin-bottom:46px}
.execution-head-v41 .eyebrow{grid-column:1/-1}
.execution-head-v41 h2{margin:14px 0 0;color:#071d32;font-size:clamp(44px,4.2vw,66px);line-height:1.03;letter-spacing:-2.5px}
.execution-head-v41>p{margin:0 0 7px;color:#4c6072;font-size:17px;line-height:1.68}
.execution-path-v41{display:grid;grid-template-columns:1fr 64px 1fr 64px 1fr;align-items:stretch}
.execution-path-v41>i{display:grid;place-items:center;color:#b17b09;font-style:normal;font-size:26px}
.execution-path-v41 article{position:relative;min-height:300px;padding:31px;border:1px solid #ccd5dc;background:#fff}
.execution-path-v41 article.featured{color:#fff;background:#071b2d;border-color:#071b2d;box-shadow:0 24px 50px rgba(5,26,45,.16)}
.execution-path-v41 article>span{position:absolute;right:25px;top:24px;color:#b57e08;font-size:12px;font-weight:900}
.execution-path-v41 small{color:#9a6900;font-weight:900;letter-spacing:.16em}
.execution-path-v41 h3{margin:52px 0 18px;color:#071d32;font-size:24px;line-height:1.25;letter-spacing:-.6px}
.execution-path-v41 p{color:#536779;font-size:14px;line-height:1.7}
.execution-path-v41 article.featured h3{color:#fff}
.execution-path-v41 article.featured p{color:rgba(255,255,255,.62)}
.execution-path-v41 article.featured small,.execution-path-v41 article.featured>span{color:#efc75f}
.execution-status-v41{display:grid;grid-template-columns:repeat(3,1fr);margin-top:28px;border:1px solid #ccd5dc;background:#fff}
.execution-status-v41 div{min-height:112px;padding:24px 27px;border-right:1px solid #d6dde2}
.execution-status-v41 div:last-child{border-right:0}
.execution-status-v41 small{display:block;color:#9a6900;font-size:9px;font-weight:900;letter-spacing:.17em}
.execution-status-v41 strong{display:block;margin-top:10px;color:#0a2036;font-size:14px;line-height:1.45}

/* Founder executive profile */
.founder-v41{padding:105px 0!important;background:#fff!important}
.founder-grid-v41{display:grid;grid-template-columns:minmax(360px,.78fr) minmax(0,1.12fr);gap:86px;align-items:center}
.founder-portrait-v41{position:relative;max-width:520px;background:#071726;padding:14px 14px 0;box-shadow:0 35px 80px rgba(4,22,39,.18)}
.founder-portrait-v41:before{content:"";position:absolute;left:-14px;top:42px;bottom:70px;width:3px;background:linear-gradient(#c58d17,#f0ce76)}
.founder-portrait-v41 img{display:block;width:100%;height:610px;object-fit:cover;object-position:center 12%}
.founder-photo-caption{position:absolute;left:42px;right:-35px;bottom:28px;padding:22px 25px;border-left:3px solid #d9a83f;background:rgba(4,17,29,.92);backdrop-filter:blur(10px)}
.founder-photo-caption span,.founder-photo-caption small{display:block;color:#e6bc56;font-size:9px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
.founder-photo-caption strong{display:block;margin:7px 0 4px;color:#fff;font-size:25px}
.founder-photo-caption small{color:rgba(255,255,255,.55);letter-spacing:.1em}
.founder-copy-v41 h2{margin:14px 0 25px;color:#071d32;font-size:clamp(44px,4.2vw,65px);line-height:1.03;letter-spacing:-2.5px}
.founder-copy-v41 blockquote{margin:0;padding:24px 0 24px 28px;border-left:3px solid #d6a540;color:#132b40;font-family:Georgia,"Times New Roman",serif;font-size:23px;line-height:1.55}
.founder-copy-v41>p{margin:24px 0;color:#526678;font-size:16px;line-height:1.75}
.leadership-principles-v41{display:flex;flex-wrap:wrap;gap:9px;margin:0 0 28px}
.leadership-principles-v41 span{padding:9px 12px;border:1px solid #d7dfe5;color:#18334a;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}

.final-cta-v41 .final-cta-inner{background:linear-gradient(120deg,#061728,#0a2942);border-top:3px solid #d7a43a}
.final-cta-v41 .final-cta-inner h2{max-width:820px}
.final-cta-v41 .final-cta-inner p{max-width:760px}

/* Responsive */
@media (max-width:1380px){
  .page-home-v15 .executive-nav{grid-template-columns:minmax(350px,405px) 1fr auto;gap:16px}
  .executive-brand-copy{min-width:215px}
  .executive-brand-copy strong{font-size:25px}
  .executive-brand-copy small{font-size:8.5px}
  .page-home-v15 .executive-brand-v41 .executive-brand-mark{width:96px;height:68px}
  .page-home-v15 .executive-nav-links{gap:18px}
}
@media (max-width:1120px){
  .page-home-v15 .executive-brand-v41{height:66px}
  .page-home-v15 .executive-brand-v41 .executive-brand-mark{width:88px;height:62px}
  .executive-brand-copy strong{font-size:23px}.executive-brand-copy small{font-size:8px}
  .trust-layout-v41,.founder-grid-v41{grid-template-columns:1fr;gap:52px}
  .trust-intro-v41{max-width:700px}.founder-portrait-v41{margin:auto}
  .pillar-panels-v41{grid-template-columns:repeat(2,1fr)}
  .pillar-panels-v41 article{border-bottom:1px solid #d7dfe5}
  .execution-path-v41{grid-template-columns:1fr;gap:15px}.execution-path-v41>i{transform:rotate(90deg)}
}
@media (max-width:800px){
  .pillars-heading-v41,.execution-head-v41{grid-template-columns:1fr;gap:20px}
  .pillar-panels-v41,.trust-grid-v41,.execution-status-v41{grid-template-columns:1fr}
  .pillar-panels-v41 article,.trust-grid-v41 article,.execution-status-v41 div{border-right:0}
  .page-home-v15 .executive-hero-visual{inset:45% 0 0 0;opacity:.42}
  .page-home-v15 .executive-hero-image{background-size:cover;transform:none}
  .founder-photo-caption{right:12px}
}
@media (max-width:560px){
  .executive-brand-divider{display:none}.executive-brand-copy{min-width:0}.executive-brand-copy strong{font-size:20px}.executive-brand-copy small{font-size:7px;letter-spacing:.19em}.executive-brand-copy small i{width:13px}
  .page-home-v15 .executive-brand-v41 .executive-brand-mark{width:70px;height:52px}
  .founder-portrait-v41 img{height:500px}
  .founder-copy-v41 blockquote{font-size:19px}
}



/* =========================================================
   WORLDLINK ENTERPRISES — v4.2 FINAL HOMEPAGE POLISH
   ========================================================= */

/* Readability and section identity */
.intro-eyebrow-v42{
  color:#8b5d00!important;
  font-size:15px!important;
  font-weight:950!important;
  letter-spacing:.12em!important;
  text-shadow:none!important;
}
.home-intro-v15{background:linear-gradient(180deg,#fff 0%,#f7f8f9 100%)}
.home-intro-v15 h2{max-width:690px}
.home-intro-v15 p{color:#41566a;font-size:17px;line-height:1.75}

/* Pillars: equal treatment, controlled premium hover */
.pillar-panels-v41 article{min-height:332px!important}
.pillar-panels-v41 article:hover{
  transform:translateY(-5px)!important;
  background:linear-gradient(180deg,#0b2742,#071b2d)!important;
  box-shadow:0 18px 42px rgba(5,24,42,.18)!important;
}
.pillar-panels-v41 article:last-child{background:linear-gradient(180deg,#fff,#fbfcfd)}
.pillar-panels-v41 article:last-child h3{color:#071c31}
.pillar-panels-v41 article:last-child p{color:#53677a}
.pillar-panels-v41 article:last-child a{color:#8a5d00}
.pillar-panels-v41 article:last-child:hover h3,
.pillar-panels-v41 article:last-child:hover a{color:#fff}
.pillar-panels-v41 article:last-child:hover p{color:rgba(255,255,255,.67)}

/* Current initiatives — premium active card system */
.initiatives-v15{
  position:relative;
  background:linear-gradient(135deg,#071b2f 0%,#0d2f50 54%,#07192b 100%)!important;
  color:#fff;
  overflow:hidden;
}
.initiatives-v15:before{
  content:"";position:absolute;inset:0;
  background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:72px 72px;opacity:.45;
}
.initiatives-v15 .container{position:relative}
.initiatives-v15 .section-head h2{color:#fff;max-width:760px}
.initiatives-v15 .eyebrow{color:#efc55f!important}
.initiatives-intro-v42{
  color:rgba(255,255,255,.73)!important;
  font-size:18px!important;
  line-height:1.68!important;
  font-weight:520!important;
  max-width:520px!important;
}
.initiative-roadmap{gap:18px!important}
.initiative-roadmap article{
  min-height:350px!important;
  padding:28px 25px 26px!important;
  border:1px solid rgba(255,255,255,.13)!important;
  border-top:3px solid #d9aa42!important;
  background:linear-gradient(180deg,rgba(17,53,85,.96),rgba(7,27,47,.98))!important;
  box-shadow:0 20px 48px rgba(0,0,0,.16)!important;
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease!important;
}
.initiative-roadmap article:hover{
  transform:translateY(-7px);
  border-color:rgba(239,197,95,.55)!important;
  box-shadow:0 28px 58px rgba(0,0,0,.25)!important;
}
.initiative-card-top{display:flex;justify-content:space-between;align-items:center;gap:14px}
.initiative-roadmap .status{color:#efc55f!important;background:transparent!important;padding:0!important;letter-spacing:.14em!important}
.initiative-roadmap b{margin:0!important;color:#efc55f!important;font-size:11px!important}
.initiative-roadmap h3{color:#fff!important;font-size:22px!important;line-height:1.25!important;margin:54px 0 16px!important}
.initiative-roadmap p{color:rgba(255,255,255,.68)!important;font-size:15px!important;line-height:1.7!important}
.initiative-roadmap a{color:#efc55f!important}

/* Vision / Strategy / Execution status — premium phase cards */
.execution-status-v41{
  gap:18px!important;
  border:0!important;
  background:transparent!important;
  margin-top:34px!important;
}
.execution-status-v41 div{
  position:relative;
  min-height:170px!important;
  padding:28px 28px 26px 34px!important;
  border:1px solid #d5dde4!important;
  border-top:4px solid #c89222!important;
  background:linear-gradient(180deg,#fff,#f5f7f9)!important;
  box-shadow:0 18px 46px rgba(8,30,51,.08);
}
.execution-status-v41 div:nth-child(2){background:linear-gradient(150deg,#0d3154,#071b2e)!important;border-color:#173d5e!important;color:#fff}
.execution-status-v41 .status-dot{position:absolute;right:24px;top:25px;width:10px;height:10px;border-radius:50%;box-shadow:0 0 0 6px rgba(193,141,28,.12)}
.status-dot.live{background:#1fa875}.status-dot.build{background:#efc55f}.status-dot.next{background:#6784a0}
.execution-status-v41 small{font-size:10px!important;color:#9a6900!important}
.execution-status-v41 div:nth-child(2) small{color:#efc55f!important}
.execution-status-v41 strong{font-size:18px!important;line-height:1.45!important;margin-top:20px!important}
.execution-status-v41 div:nth-child(2) strong{color:#fff!important}
.execution-status-v41 em{display:block;margin-top:18px;color:#6b7d8d;font-size:12px;font-style:normal}
.execution-status-v41 div:nth-child(2) em{color:rgba(255,255,255,.58)}

/* Founder section — cleaner identity plate and leadership statement */
.founder-grid-v41{grid-template-columns:minmax(330px,.72fr) minmax(0,1.18fr)!important;gap:74px!important}
.founder-portrait-v41{padding:12px 12px 0!important;max-width:470px!important}
.founder-portrait-v41 img{height:570px!important;object-position:center 10%!important}
.founder-photo-caption{
  position:relative!important;
  left:auto!important;right:auto!important;bottom:auto!important;
  margin:0!important;
  padding:19px 22px 21px!important;
  border-left:3px solid #d9a83f!important;
  background:#061827!important;
  backdrop-filter:none!important;
}
.founder-photo-caption strong{font-size:23px!important}
.leadership-philosophy-v42{
  margin:24px 0 22px!important;
  padding:20px 22px!important;
  border:1px solid #d8e0e6;
  border-left:4px solid #c79224;
  background:linear-gradient(90deg,#f8f5ed,#fff);
  color:#344b60!important;
  font-size:16px!important;
  line-height:1.72!important;
}
.leadership-philosophy-v42 strong{display:block;margin-bottom:5px;color:#8b5d00;text-transform:uppercase;font-size:11px;letter-spacing:.11em}
.leadership-principles-v41{margin-bottom:24px!important}

/* Footer: stronger visual hierarchy */
.footer-v15{background:linear-gradient(135deg,#020e19,#061c2f)!important}
.footer-grid-v15{gap:38px!important}
.footer-v15 h4{font-size:14px;letter-spacing:.04em}
.footer-v15 a{font-size:14px;transition:.2s}
.footer-v15 a:hover{color:#efc55f;transform:translateX(3px)}
.footer-brand-v15 p{color:rgba(255,255,255,.66);line-height:1.7}

@media (max-width:1180px){
  .initiative-roadmap{grid-template-columns:repeat(2,1fr)!important}
  .founder-grid-v41{gap:48px!important}
}
@media (max-width:760px){
  .initiative-roadmap{grid-template-columns:1fr!important}
  .execution-status-v41{grid-template-columns:1fr!important}
  .founder-portrait-v41 img{height:500px!important}
}

/* =========================================================
   WORLDLINK v4.2.1 — FOOTER LOGO RESTORATION
   Restores official colors and prevents cropping/distortion.
   ========================================================= */
.page-home-v15 .footer-brand-v15 img,
.footer-brand-v15 img,
.site-footer .footer-brand img{
  width:min(360px,100%)!important;
  height:auto!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:left center!important;
  filter:none!important;
  display:block!important;
  background:transparent!important;
  transform:none!important;
}

@media (max-width:680px){
  .page-home-v15 .footer-brand-v15 img,
  .footer-brand-v15 img,
  .site-footer .footer-brand img{
    width:min(300px,100%)!important;
    height:auto!important;
  }
}



/* =========================================================
   WORLDLINK ENTERPRISES — v4.3 FINAL EXECUTIVE REFINEMENT
   Header scale, typography hierarchy, equal cards and rhythm
   ========================================================= */

/* Header authority: larger identity block, less dead space before Home */
@media (min-width:1381px){
  .page-home-v15 .executive-nav{
    grid-template-columns:minmax(500px,560px) 1fr auto!important;
    gap:14px!important;
    width:min(1760px,96vw)!important;
    min-height:112px!important;
  }
  .page-home-v15 .executive-brand-v41{
    height:84px!important;
    gap:16px!important;
  }
  .page-home-v15 .executive-brand-v41 .executive-brand-mark{
    width:126px!important;
    height:84px!important;
  }
  .page-home-v15 .executive-brand-copy{min-width:305px!important}
  .page-home-v15 .executive-brand-copy strong{
    font-size:33px!important;
    letter-spacing:.015em!important;
  }
  .page-home-v15 .executive-brand-copy small{
    font-size:11.5px!important;
    letter-spacing:.24em!important;
  }
  .page-home-v15 .executive-nav-links{
    justify-content:flex-start!important;
    gap:23px!important;
  }
  .page-home-v15 .executive-nav-links>a,
  .page-home-v15 .executive-dropbtn{min-height:112px!important}
}

@media (min-width:1121px) and (max-width:1380px){
  .page-home-v15 .executive-nav{
    grid-template-columns:minmax(405px,455px) 1fr auto!important;
    gap:12px!important;
    min-height:104px!important;
  }
  .page-home-v15 .executive-brand-v41 .executive-brand-mark{
    width:108px!important;height:74px!important;
  }
  .page-home-v15 .executive-brand-copy{min-width:245px!important}
  .page-home-v15 .executive-brand-copy strong{font-size:28px!important}
  .page-home-v15 .executive-brand-copy small{font-size:9.5px!important}
  .page-home-v15 .executive-nav-links{justify-content:flex-start!important;gap:17px!important}
}

/* Purpose strip hierarchy */
.page-home-v15 .executive-impact-grid small{
  font-size:13px!important;
  font-weight:900!important;
  letter-spacing:.15em!important;
  color:#9a6900!important;
}
.page-home-v15 .executive-impact-grid strong{
  font-size:18px!important;
  line-height:1.35!important;
  font-weight:750!important;
}
.page-home-v15 .executive-impact-grid>div{padding-top:34px!important;padding-bottom:34px!important}

/* Equal pillar geometry — featured by tone, never by size */
.page-home-v15 .pillar-panels-v41{grid-auto-rows:1fr!important;align-items:stretch!important}
.page-home-v15 .pillar-panels-v41 article{
  width:auto!important;
  min-width:0!important;
  min-height:342px!important;
  height:100%!important;
  padding:30px 26px 27px!important;
  display:flex!important;
  flex-direction:column!important;
}
.page-home-v15 .pillar-panels-v41 h3{min-height:54px!important}
.page-home-v15 .pillar-panels-v41 p{flex:1!important;margin-bottom:24px!important}
.page-home-v15 .pillar-panels-v41 a{margin-top:auto!important}

/* Current initiatives intro: one coherent editorial composition */
.page-home-v15 .initiatives-v15 .split-head-v15{
  display:grid!important;
  grid-template-columns:minmax(0,1.15fr) minmax(390px,.85fr)!important;
  gap:72px!important;
  align-items:center!important;
  margin-bottom:48px!important;
}
.page-home-v15 .initiatives-v15 .section-head h2{
  max-width:760px!important;
  font-size:clamp(48px,4.1vw,70px)!important;
  line-height:1.02!important;
  letter-spacing:-2.4px!important;
}
.page-home-v15 .initiatives-intro-v42{
  max-width:610px!important;
  font-size:20px!important;
  line-height:1.55!important;
  font-weight:650!important;
  color:rgba(255,255,255,.82)!important;
  margin:22px 0 0!important;
}
.page-home-v15 .initiative-roadmap{align-items:stretch!important}
.page-home-v15 .initiative-roadmap article{
  min-height:360px!important;
  display:flex!important;
  flex-direction:column!important;
}
.page-home-v15 .initiative-roadmap h3{min-height:62px!important}
.page-home-v15 .initiative-roadmap p{flex:1!important;font-size:16px!important}
.page-home-v15 .initiative-roadmap a,
.page-home-v15 .initiative-roadmap article>div:last-child{margin-top:auto!important}

/* Vision to execution supporting copy */
.page-home-v15 .execution-head-v41{
  grid-template-columns:minmax(0,1.15fr) minmax(420px,.85fr)!important;
  gap:70px!important;
  align-items:end!important;
}
.page-home-v15 .execution-head-v41 h2{
  max-width:900px!important;
  font-size:clamp(52px,4.2vw,74px)!important;
  line-height:1.03!important;
}
.page-home-v15 .execution-intro-v43{
  max-width:620px!important;
  color:#334d64!important;
  font-size:20px!important;
  line-height:1.55!important;
  font-weight:650!important;
  margin:0 0 10px!important;
}
.page-home-v15 .execution-path-v41 article{min-height:388px!important}
.page-home-v15 .execution-path-v41 h3{font-size:25px!important;line-height:1.32!important}
.page-home-v15 .execution-path-v41 p{font-size:17px!important;line-height:1.62!important}

/* Executive leadership philosophy */
.page-home-v15 .leadership-philosophy-v42{
  font-size:20px!important;
  line-height:1.55!important;
  font-weight:620!important;
  color:#18364f!important;
  padding:24px 26px!important;
}
.page-home-v15 .leadership-philosophy-v42 strong{
  margin-bottom:9px!important;
  font-size:13px!important;
  font-weight:900!important;
  letter-spacing:.12em!important;
}
.page-home-v15 .founder-photo-caption{
  padding:16px 20px 18px!important;
}
.page-home-v15 .founder-photo-caption strong{font-size:21px!important}
.page-home-v15 .leadership-principles-v41 span{
  font-size:12px!important;
  padding:10px 14px!important;
}

/* Controlled vertical rhythm */
.page-home-v15 .initiatives-v15,
.page-home-v15 .execution-v41,
.page-home-v15 .founder-v15{padding-top:84px!important;padding-bottom:86px!important}

@media (max-width:1180px){
  .page-home-v15 .initiatives-v15 .split-head-v15,
  .page-home-v15 .execution-head-v41{
    grid-template-columns:1fr!important;
    gap:24px!important;
  }
  .page-home-v15 .initiatives-intro-v42,
  .page-home-v15 .execution-intro-v43{max-width:760px!important}
}

@media (max-width:760px){
  .page-home-v15 .executive-impact-grid small{font-size:12px!important}
  .page-home-v15 .executive-impact-grid strong{font-size:16px!important}
  .page-home-v15 .initiatives-v15 .section-head h2,
  .page-home-v15 .execution-head-v41 h2{font-size:42px!important}
  .page-home-v15 .initiatives-intro-v42,
  .page-home-v15 .execution-intro-v43,
  .page-home-v15 .leadership-philosophy-v42{font-size:17px!important}
}


/* =========================================================
   WORLDLINK ENTERPRISES — v4.4 STRUCTURAL BALANCE PASS
   Primary desktop benchmark: 90% browser zoom / wide desktop
   ========================================================= */

/* Header: three balanced zones — brand / centered navigation / compact CTA */
@media (min-width:1381px){
  .page-home-v15 .executive-nav{
    width:min(1760px,96vw)!important;
    min-height:108px!important;
    grid-template-columns:minmax(475px,515px) minmax(0,1fr) 226px!important;
    gap:24px!important;
  }
  .page-home-v15 .executive-brand-v41{
    height:82px!important;
    gap:15px!important;
  }
  .page-home-v15 .executive-brand-v41 .executive-brand-mark{
    width:130px!important;
    height:86px!important;
  }
  .page-home-v15 .executive-brand-copy{
    min-width:292px!important;
  }
  .page-home-v15 .executive-brand-copy strong{
    font-size:33px!important;
  }
  .page-home-v15 .executive-brand-copy small{
    font-size:11.5px!important;
    letter-spacing:.23em!important;
  }
  .page-home-v15 .executive-nav-links{
    justify-content:center!important;
    gap:31px!important;
  }
  .page-home-v15 .executive-nav-links>a,
  .page-home-v15 .executive-dropbtn{
    min-height:108px!important;
    font-size:15px!important;
  }
  .page-home-v15 .executive-nav-links>a:after,
  .page-home-v15 .executive-dropbtn:after{
    bottom:20px!important;
  }
  .page-home-v15 .executive-partner-cta{
    min-width:0!important;
    width:226px!important;
    height:56px!important;
    padding:0 20px!important;
    gap:14px!important;
    font-size:15px!important;
    box-shadow:0 12px 28px rgba(217,168,63,.15)!important;
  }
}

@media (min-width:1121px) and (max-width:1380px){
  .page-home-v15 .executive-nav{
    width:min(96vw,1325px)!important;
    min-height:100px!important;
    grid-template-columns:minmax(385px,420px) minmax(0,1fr) 190px!important;
    gap:16px!important;
  }
  .page-home-v15 .executive-brand-v41{height:74px!important;gap:12px!important}
  .page-home-v15 .executive-brand-v41 .executive-brand-mark{width:112px!important;height:76px!important}
  .page-home-v15 .executive-brand-copy{min-width:245px!important}
  .page-home-v15 .executive-brand-copy strong{font-size:28px!important}
  .page-home-v15 .executive-brand-copy small{font-size:9.5px!important;letter-spacing:.22em!important}
  .page-home-v15 .executive-nav-links{justify-content:center!important;gap:20px!important}
  .page-home-v15 .executive-nav-links>a,
  .page-home-v15 .executive-dropbtn{min-height:100px!important;font-size:13.5px!important}
  .page-home-v15 .executive-partner-cta{width:190px!important;min-width:0!important;height:52px!important;padding:0 15px!important;gap:10px!important;font-size:13.5px!important}
}

/* Strategic foundation: supporting copy becomes part of the composition */
.page-home-v15 .pillars-heading-v41{
  grid-template-columns:minmax(0,1.08fr) minmax(440px,.92fr)!important;
  gap:44px!important;
  align-items:center!important;
  margin-bottom:38px!important;
}
.page-home-v15 .pillars-heading-v41>p{
  max-width:590px!important;
  margin:32px 0 0!important;
  color:#233f57!important;
  font-size:21px!important;
  line-height:1.52!important;
  font-weight:650!important;
}
.page-home-v15 .pillar-panels-v41{
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  grid-auto-rows:1fr!important;
}
.page-home-v15 .pillar-panels-v41 article{
  min-width:0!important;
  width:100%!important;
  min-height:350px!important;
  height:100%!important;
  transform:none;
}
.page-home-v15 .pillar-panels-v41 article:hover{transform:translateY(-6px)!important}
.page-home-v15 .pillar-panels-v41 h3{min-height:55px!important}

/* Current initiatives: editorial structure instead of two disconnected blocks */
.page-home-v15 .initiatives-v15 .split-head-v15{
  grid-template-columns:minmax(0,1.2fr) minmax(460px,.8fr)!important;
  gap:64px!important;
  align-items:center!important;
  margin-bottom:42px!important;
}
.page-home-v15 .initiatives-v15 .section-head h2{
  max-width:940px!important;
  margin-top:14px!important;
  font-size:clamp(52px,4vw,68px)!important;
  line-height:1.04!important;
  letter-spacing:-2.3px!important;
}
.page-home-v15 .initiatives-v15 .section-head h2 span{white-space:nowrap}
.page-home-v15 .initiatives-intro-v42{
  max-width:650px!important;
  margin:24px 0 0!important;
  color:rgba(255,255,255,.84)!important;
  font-size:21px!important;
  line-height:1.55!important;
  font-weight:580!important;
}
.page-home-v15 .initiative-roadmap{
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  align-items:stretch!important;
}
.page-home-v15 .initiative-roadmap article{
  min-width:0!important;
  min-height:352px!important;
  padding:31px 27px 28px!important;
}
.page-home-v15 .initiative-roadmap h3{
  min-height:64px!important;
  margin:48px 0 15px!important;
  font-size:22px!important;
}
.page-home-v15 .initiative-roadmap p{
  font-size:16px!important;
  line-height:1.62!important;
}

/* Vision to execution: lift and strengthen the supporting paragraph */
.page-home-v15 .execution-head-v41{
  grid-template-columns:minmax(0,1.12fr) minmax(440px,.88fr)!important;
  gap:62px!important;
  align-items:center!important;
  margin-bottom:40px!important;
}
.page-home-v15 .execution-intro-v43{
  max-width:660px!important;
  margin:30px 0 0!important;
  color:#28465f!important;
  font-size:21px!important;
  line-height:1.55!important;
  font-weight:600!important;
}

/* Founder: keep executive weight while tightening the composition */
.page-home-v15 .founder-grid-v41{gap:70px!important}
.page-home-v15 .leadership-philosophy-v42{
  font-size:20px!important;
  line-height:1.5!important;
  font-weight:650!important;
}

/* CTA to footer transition */
.page-home-v15 .final-cta-v15{padding-bottom:52px!important}
.page-home-v15 .site-footer-v15{padding-top:58px!important}

@media (max-width:1180px){
  .page-home-v15 .pillars-heading-v41,
  .page-home-v15 .initiatives-v15 .split-head-v15,
  .page-home-v15 .execution-head-v41{
    grid-template-columns:1fr!important;
    gap:22px!important;
    align-items:start!important;
  }
  .page-home-v15 .pillars-heading-v41>p,
  .page-home-v15 .initiatives-intro-v42,
  .page-home-v15 .execution-intro-v43{
    margin-top:0!important;
    max-width:780px!important;
  }
  .page-home-v15 .initiatives-v15 .section-head h2 span{white-space:normal}
}

/* =========================================================
   WORLDLINK ENTERPRISES — v4.5 90% DESKTOP LAYOUT CORRECTION
   Fixes inherited .section-head max-width that compressed editorial grids.
   Primary review benchmark: 90% browser zoom; verified at 100%.
   ========================================================= */

/* Critical structural reset: split section headers must use the full container. */
.page-home-v15 .section-head.split-head-v15,
.page-home-v15 .initiatives-v15 .section-head.split-head-v15{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
}

/* Strategic foundation: stronger copy, lifted and moved into the right column. */
.page-home-v15 .pillars-heading-v41{
  width:100%!important;
  max-width:none!important;
  grid-template-columns:minmax(0,1.22fr) minmax(440px,.78fr)!important;
  column-gap:96px!important;
  align-items:center!important;
  margin-bottom:38px!important;
}
.page-home-v15 .pillars-heading-v41>p{
  justify-self:end!important;
  align-self:center!important;
  width:100%!important;
  max-width:520px!important;
  margin:-8px 0 0!important;
  font-size:22px!important;
  line-height:1.48!important;
  font-weight:650!important;
  color:#183a55!important;
}

/* Keep all five pillars on one exact geometry. */
.page-home-v15 .pillar-panels-v41{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  grid-auto-rows:1fr!important;
  align-items:stretch!important;
}
.page-home-v15 .pillar-panels-v41 article,
.page-home-v15 .pillar-panels-v41 article:last-child{
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  min-height:350px!important;
  height:100%!important;
  margin:0!important;
  transform:none;
}
.page-home-v15 .pillar-panels-v41 article:hover,
.page-home-v15 .pillar-panels-v41 article:last-child:hover{
  transform:translateY(-6px)!important;
}

/* Current initiatives: true full-width editorial composition. */
.page-home-v15 .initiatives-v15 .split-head-v15{
  width:100%!important;
  max-width:none!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.35fr) minmax(460px,.65fr)!important;
  column-gap:110px!important;
  align-items:center!important;
  margin-bottom:48px!important;
}
.page-home-v15 .initiatives-v15 .split-head-v15>div{
  min-width:0!important;
  width:100%!important;
}
.page-home-v15 .initiatives-v15 .section-head h2{
  width:100%!important;
  max-width:900px!important;
  margin:14px 0 0!important;
  font-size:clamp(50px,4vw,68px)!important;
  line-height:1.03!important;
  letter-spacing:-2.2px!important;
}
.page-home-v15 .initiatives-v15 .section-head h2 br{
  display:none!important;
}
.page-home-v15 .initiatives-v15 .section-head h2 span{
  white-space:normal!important;
}
.page-home-v15 .initiatives-intro-v42{
  justify-self:end!important;
  align-self:center!important;
  width:100%!important;
  max-width:560px!important;
  margin:2px 0 0!important;
  padding-left:0!important;
  font-size:21px!important;
  line-height:1.52!important;
  font-weight:600!important;
  color:rgba(255,255,255,.86)!important;
}

/* Stable wide-desktop wrapping at both 90% and 100% zoom. */
@media (min-width:1381px){
  .page-home-v15 .initiatives-v15 .section-head h2{
    max-width:940px!important;
  }
}

@media (min-width:1121px) and (max-width:1380px){
  .page-home-v15 .pillars-heading-v41{
    grid-template-columns:minmax(0,1.12fr) minmax(390px,.88fr)!important;
    column-gap:54px!important;
  }
  .page-home-v15 .initiatives-v15 .split-head-v15{
    grid-template-columns:minmax(0,1.18fr) minmax(400px,.82fr)!important;
    column-gap:58px!important;
  }
  .page-home-v15 .initiatives-v15 .section-head h2{
    font-size:clamp(46px,4.25vw,61px)!important;
    max-width:760px!important;
  }
}

@media (max-width:1120px){
  .page-home-v15 .pillars-heading-v41,
  .page-home-v15 .initiatives-v15 .split-head-v15{
    grid-template-columns:1fr!important;
    gap:22px!important;
    align-items:start!important;
  }
  .page-home-v15 .pillars-heading-v41>p,
  .page-home-v15 .initiatives-intro-v42{
    justify-self:start!important;
    max-width:760px!important;
    margin:0!important;
  }
}

/* =========================================================
   WORLDLINK ENTERPRISES — v4.5.1 ARCHITECTURE LABEL HOTFIX
   Isolated correction for Enterprise Ventures orbit label.
   ========================================================= */
.enterprise-architecture .architecture-branch{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:auto;
  min-width:140px;
  min-height:46px;
  padding:10px 16px;
  white-space:nowrap;
  line-height:1.15;
}
.enterprise-architecture .b1{top:10%;left:42%;right:auto;bottom:auto}
.enterprise-architecture .b2{top:34%;right:6%;left:auto;bottom:auto}
.enterprise-architecture .b3{right:16%;bottom:11%;left:auto;top:auto}
.enterprise-architecture .b4{left:11%;bottom:10%;right:auto;top:auto}
.enterprise-architecture .b5{
  top:35%;
  left:5%;
  right:auto;
  bottom:auto;
  width:auto;
  min-width:166px;
  min-height:46px;
  height:auto;
}

@media(max-width:720px){
  .enterprise-architecture .architecture-branch{
    min-width:112px;
    min-height:38px;
    padding:8px 10px;
    white-space:normal;
    text-align:center;
  }
  .enterprise-architecture .b5{min-width:132px}
}


/* ============================================================
   v4.5.3 — Connect Page Visual Hierarchy & Founder Badge Fix
   Scoped to connect.html only.
   ============================================================ */
.page-connect-v453 .nav > .btn-primary{
  padding:11px 18px;
  min-height:46px;
  border-radius:11px;
  font-size:14px;
  white-space:nowrap;
  margin-left:18px;
}
.page-connect-v453 .nav-links{gap:22px}

/* Stronger section-label contrast on light backgrounds */
.page-connect-v453 .section:not(.dark) .eyebrow,
.page-connect-v453 .soft .eyebrow,
.page-connect-v453 .connect-philosophy .eyebrow{
  color:#946100;
  font-weight:950;
  letter-spacing:2.2px;
}
.page-connect-v453 .connect-hero .eyebrow,
.page-connect-v453 .connect-partnership-section .eyebrow,
.page-connect-v453 .connect-cta .eyebrow{
  color:#f2c75f;
}

/* Trust strip: stronger hierarchy and readability */
.page-connect-v453 .connect-trust-grid>div{padding:28px 20px}
.page-connect-v453 .connect-trust-grid strong{
  font-size:20px;
  line-height:1.28;
  font-weight:900;
}
.page-connect-v453 .connect-trust-grid span{
  margin-top:7px;
  font-size:14px;
  line-height:1.45;
  color:#53677e;
  font-weight:600;
}

/* Choose-your-path heading copy */
.page-connect-v453 .connect-section-head{align-items:center}
.page-connect-v453 .connect-section-head>p{
  font-size:18px;
  line-height:1.72;
  color:#425a73;
  font-weight:650;
  max-width:650px;
}

/* All five inquiry cards now use one consistent premium system */
.page-connect-v453 .connect-path{
  position:relative;
  overflow:hidden;
  min-height:300px;
  display:flex;
  flex-direction:column;
  padding:34px;
  color:#fff;
  border-color:rgba(255,255,255,.11);
  background:
    radial-gradient(circle at 92% 5%,rgba(41,111,171,.20),transparent 34%),
    linear-gradient(145deg,#0d3155,#071a2e);
  box-shadow:0 18px 48px rgba(7,26,46,.15);
}
.page-connect-v453 .connect-path:after{
  content:"";
  position:absolute;
  width:150px;
  height:150px;
  right:-82px;
  bottom:-88px;
  border-radius:50%;
  border:1px solid rgba(240,194,86,.18);
}
.page-connect-v453 .connect-path:hover{
  transform:translateY(-6px);
  border-color:rgba(240,194,86,.55);
  box-shadow:0 24px 60px rgba(7,26,46,.22);
}
.page-connect-v453 .connect-path h3{
  font-size:24px;
  line-height:1.25;
  color:#fff;
}
.page-connect-v453 .connect-path p,
.page-connect-v453 .connect-path.featured p{
  color:rgba(255,255,255,.74);
  font-size:16px;
  line-height:1.65;
}
.page-connect-v453 .connect-path a,
.page-connect-v453 .connect-path.featured a{
  margin-top:auto;
  padding-top:22px;
  color:#f2c75f;
  font-weight:900;
}

/* Contact form intro readability */
.page-connect-v453 .connect-lead{
  font-size:18px;
  line-height:1.72;
  color:#425a73;
  font-weight:600;
}

/* Founder philosophy: reserve real space for the badge */
.page-connect-v453 .connect-philosophy{
  grid-template-columns:190px minmax(0,1fr);
  gap:44px;
  padding:54px 64px;
  min-height:310px;
}
.page-connect-v453 .connect-philosophy .founder-mark{
  width:170px;
  height:170px;
  margin:0;
  justify-self:center;
  align-self:center;
  font-size:54px;
  flex:none;
}
.page-connect-v453 .connect-philosophy>div:last-child{
  min-width:0;
  position:relative;
  z-index:2;
}
.page-connect-v453 .connect-philosophy h2{
  max-width:850px;
  margin-top:10px;
}
.page-connect-v453 .connect-philosophy p{
  max-width:920px;
  line-height:1.7;
}

@media(max-width:1180px){
  .page-connect-v453 .nav > .btn-primary{margin-left:8px;padding:10px 14px;font-size:13px}
}
@media(max-width:980px){
  .page-connect-v453 .connect-path{min-height:280px}
}
@media(max-width:720px){
  .page-connect-v453 .connect-philosophy{
    grid-template-columns:1fr;
    gap:26px;
    padding:38px 28px;
    text-align:center;
  }
  .page-connect-v453 .connect-philosophy .founder-mark{
    width:150px;
    height:150px;
    font-size:48px;
    margin:auto;
  }
  .page-connect-v453 .connect-section-head>p,
  .page-connect-v453 .connect-lead{font-size:16px}
  .page-connect-v453 .connect-path{min-height:auto}
}


/* ============================================================
   v4.5.3.2 — Universal Header System
   One shared header geometry, logo, dropdown and CTA across pages.
   ============================================================ */
body .executive-header{
  position:sticky;top:0;z-index:1000;
  background:#0b1724;
  border-bottom:1px solid rgba(222,174,66,.28);
  box-shadow:none;
  backdrop-filter:none;
}
body .executive-nav{
  width:min(1460px,calc(100% - 44px));
  min-height:108px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(390px,430px) minmax(620px,1fr) auto;
  align-items:center;
  gap:28px;
}
body .executive-brand,
body .executive-brand-v41{
  display:flex;align-items:center;gap:14px;
  width:max-content;height:82px;min-width:0;
  overflow:visible;text-decoration:none;
}
body .executive-brand-v41 .executive-brand-mark{
  display:block;width:112px;height:76px;max-width:none;
  object-fit:contain;object-position:center;
  border-radius:0;filter:drop-shadow(0 8px 18px rgba(0,0,0,.3));
}
body .executive-brand-divider{display:block;width:1px;height:54px;flex:0 0 1px;background:linear-gradient(transparent,#d9a83f,transparent)}
body .executive-brand-copy{display:grid;gap:5px;min-width:245px}
body .executive-brand-copy strong{display:block;color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:29px;line-height:1;font-weight:800;letter-spacing:.01em;white-space:nowrap;text-shadow:0 2px 8px rgba(0,0,0,.28)}
body .executive-brand-copy strong em{color:#e0ad39;font-style:normal}
body .executive-brand-copy small{display:flex;align-items:center;justify-content:space-between;color:#f7f9fb;font-size:10px;font-weight:800;letter-spacing:.28em;white-space:nowrap}
body .executive-brand-copy small i{display:block;width:26px;height:1px;background:#b78319}
body .executive-nav-links{
  display:flex;align-items:center;justify-content:center;gap:25px;
  margin:0;min-width:0;font-size:15px;font-weight:780;letter-spacing:0;
}
body .executive-nav-links>a,
body .executive-dropbtn{
  position:relative;display:inline-flex;align-items:center;gap:7px;
  min-height:54px;padding:15px 0;
  border:0;background:none;color:rgba(255,255,255,.82);
  font:inherit;line-height:1;cursor:pointer;white-space:nowrap;
}
body .executive-nav-links>a::after,
body .executive-dropbtn::after{
  content:"";position:absolute;left:0;right:0;bottom:4px;height:2px;
  background:#e0ad39;transform:scaleX(0);transform-origin:center;transition:transform .18s ease;
}
body .executive-nav-links>a:hover,
body .executive-nav-links>a.active,
body .executive-dropbtn:hover,
body .executive-dropbtn.active{color:#e7b847}
body .executive-nav-links>a:hover::after,
body .executive-nav-links>a.active::after,
body .executive-dropbtn:hover::after,
body .executive-dropbtn.active::after,
body .executive-nav-item:focus-within>.executive-dropbtn::after{transform:scaleX(1)}
body .executive-dropbtn>span{width:6px;height:6px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translateY(-2px)}
body .executive-nav-item{position:relative;display:flex;align-items:center}
body .executive-dropdown{
  display:block;position:absolute;top:58px;left:50%;z-index:1100;
  width:252px;padding:10px;background:#fff;border:1px solid #dbe3eb;border-radius:18px;
  box-shadow:0 24px 65px rgba(3,17,31,.22);
  opacity:0;visibility:hidden;pointer-events:none;transform:translate(-50%,-8px);
  transition:opacity .18s ease,transform .18s ease,visibility .18s ease;
}
body .executive-nav-item:hover>.executive-dropdown,
body .executive-nav-item:focus-within>.executive-dropdown,
body .executive-nav-item.is-open>.executive-dropdown{
  opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)
}
body .executive-dropdown a,
body .executive-dropdown a:link,
body .executive-dropdown a:visited{
  display:block;padding:12px 14px;border-radius:11px;
  color:#15263b!important;background:transparent!important;
  font-size:14px;font-weight:800;line-height:1.35;text-decoration:none;
}
body .executive-dropdown a:hover,
body .executive-dropdown a:focus-visible{
  color:#9b6800!important;background:#f2f5f8!important;outline:none;
}
body .executive-partner-cta{
  justify-self:end;display:inline-flex;align-items:center;justify-content:center;gap:12px;
  width:auto;min-width:0;min-height:52px;padding:0 24px;
  border:1px solid #e6b84b;border-radius:13px;
  background:linear-gradient(135deg,#deb03f,#ffe08a);color:#10233a;
  font-size:15px;font-weight:900;line-height:1;white-space:nowrap;
  box-shadow:0 12px 30px rgba(214,162,64,.18);
}
body .executive-partner-cta b{font-size:16px}
body .executive-partner-cta:hover{transform:translateY(-1px)}
body .executive-menu-btn{display:none}
body .executive-mobile-panel{display:none}

@media(max-width:1320px){
  body .executive-nav{grid-template-columns:minmax(335px,385px) minmax(570px,1fr) auto;gap:18px}
  body .executive-brand-v41 .executive-brand-mark{width:96px;height:68px}
  body .executive-brand-copy{min-width:215px}
  body .executive-brand-copy strong{font-size:25px}
  body .executive-brand-copy small{font-size:8.5px}
  body .executive-nav-links{gap:18px;font-size:14px}
  body .executive-partner-cta{padding:0 19px;font-size:14px}
}
@media(max-width:1100px){
  body .executive-nav{grid-template-columns:1fr auto;min-height:88px}
  body .executive-nav-links,body .executive-partner-cta{display:none}
  body .executive-menu-btn{justify-self:end;display:grid;gap:7px;width:44px;height:44px;padding:11px;border:1px solid rgba(255,255,255,.18);background:transparent;border-radius:10px}
  body .executive-menu-btn span{display:block;width:100%;height:2px;background:#fff}
  body .executive-mobile-panel.open{display:grid;padding:18px 24px;background:#0b1724;border-top:1px solid rgba(255,255,255,.1)}
  body .executive-mobile-panel.open a{padding:10px 0;color:#fff;font-weight:750}
}
@media(max-width:620px){
  body .executive-nav{width:min(100% - 28px,1460px);min-height:78px}
  body .executive-brand-v41{height:64px;gap:9px}
  body .executive-brand-v41 .executive-brand-mark{width:72px;height:54px}
  body .executive-brand-divider{display:none}
  body .executive-brand-copy{min-width:0}
  body .executive-brand-copy strong{font-size:20px}
  body .executive-brand-copy small{font-size:7px;letter-spacing:.18em}
  body .executive-brand-copy small i{width:12px}
}


/* =========================================================
   WORLDLINK v4.5.3.3 — UNIVERSAL FOOTER BRAND SYNCHRONIZATION
   Uses the same approved horizontal corporate identity in the footer.
   ========================================================= */
body .site-footer .footer-brand img.footer-corporate-logo{
  width:min(390px,100%)!important;
  height:auto!important;
  max-height:118px!important;
  object-fit:contain!important;
  object-position:left center!important;
  display:block!important;
  margin:0 0 20px!important;
  padding:0!important;
  background:transparent!important;
  filter:none!important;
}
@media (max-width:680px){
  body .site-footer .footer-brand img.footer-corporate-logo{
    width:min(330px,100%)!important;
    max-height:100px!important;
    margin-bottom:16px!important;
  }
}

/* =========================================================
   v4.5.3.4 — Enterprise Ventures readability & card refinement
   Scoped to ventures.html only.
   ========================================================= */
.page-ventures-v4534 .eyebrow{
  color:#9a6700;
  font-size:14px;
  font-weight:950;
  letter-spacing:2.2px;
}
.page-ventures-v4534 .ventures-hero .eyebrow,
.page-ventures-v4534 .section.dark .eyebrow,
.page-ventures-v4534 .venture-cta .eyebrow{
  color:#f2c95f;
}

/* Four value cards below the hero */
.page-ventures-v4534 .venture-trust{
  background:#eef4f8;
}
.page-ventures-v4534 .venture-trust-grid{
  gap:14px;
  padding:18px 0;
}
.page-ventures-v4534 .venture-trust-grid>div{
  min-height:116px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:24px 24px;
  text-align:left;
  border:1px solid #cfdbe5;
  border-radius:18px;
  background:linear-gradient(145deg,#ffffff,#eaf2f7);
  box-shadow:0 10px 28px rgba(7,26,46,.07);
}
.page-ventures-v4534 .venture-trust-grid strong{
  font-size:20px;
  line-height:1.25;
  font-weight:900;
}
.page-ventures-v4534 .venture-trust-grid span{
  margin-top:7px;
  color:#4f6175;
  font-size:15px;
  line-height:1.45;
  font-weight:650;
}

/* Growth areas heading and all six cards */
.page-ventures-v4534 .venture-section-head>p{
  color:#3f5369;
  font-size:18px;
  line-height:1.65;
  font-weight:560;
}
.page-ventures-v4534 .venture-capability{
  min-height:270px;
  padding:32px;
  border-color:#cbd9e4;
  background:linear-gradient(145deg,#f7fbfe,#eaf2f7);
  box-shadow:0 14px 38px rgba(7,26,46,.075);
}
.page-ventures-v4534 .venture-capability.featured{
  color:var(--navy);
  background:linear-gradient(145deg,#f7fbfe,#eaf2f7);
  border-color:#cbd9e4;
}
.page-ventures-v4534 .venture-capability.featured p{
  color:#4f6175;
}
.page-ventures-v4534 .venture-capability .icon{
  width:52px;
  height:52px;
  border:1px solid rgba(194,137,24,.24);
  background:linear-gradient(145deg,#fff8e3,#f3e5b7);
}
.page-ventures-v4534 .venture-capability h3{
  font-size:24px;
  line-height:1.25;
  font-weight:900;
  margin-bottom:12px;
}
.page-ventures-v4534 .venture-capability p{
  color:#4f6175;
  font-size:16px;
  line-height:1.65;
  font-weight:560;
}

/* Enterprise vision copy and four principle cards */
.page-ventures-v4534 .venture-framework-grid>div>p{
  color:#40546a;
  font-size:18px;
  line-height:1.65;
  font-weight:560;
}
.page-ventures-v4534 .venture-principles{
  gap:16px;
}
.page-ventures-v4534 .venture-principles>div{
  min-height:132px;
  padding:22px 22px;
  border:1px solid #d3c49c;
  background:linear-gradient(145deg,#fffaf0,#f5ecd5);
  box-shadow:0 10px 26px rgba(91,66,19,.055);
}
.page-ventures-v4534 .venture-principles b{
  font-size:18px;
  line-height:1.3;
  font-weight:900;
}
.page-ventures-v4534 .venture-principles span{
  margin-top:8px;
  color:#526276;
  font-size:15px;
  line-height:1.55;
  font-weight:560;
}

/* Long-term commitment statement card */
.page-ventures-v4534 .venture-philosophy{
  grid-template-columns:130px 1fr;
  gap:42px;
  padding:58px 62px;
  border-color:#c9d7e3;
  background:linear-gradient(135deg,#eaf2f8 0%,#f7fbfd 58%,#f6ecd2 100%);
  box-shadow:0 20px 52px rgba(7,26,46,.09);
}
.page-ventures-v4534 .venture-philosophy .founder-mark{
  width:112px!important;
  height:112px!important;
  font-size:31px!important;
}
.page-ventures-v4534 .venture-philosophy h2{
  font-size:clamp(34px,3.7vw,49px);
  line-height:1.18;
  font-weight:900;
}
.page-ventures-v4534 .venture-philosophy p{
  color:#40546a;
  font-size:18px;
  line-height:1.65;
  font-weight:560;
}

@media(max-width:980px){
  .page-ventures-v4534 .venture-trust-grid{gap:12px}
  .page-ventures-v4534 .venture-trust-grid>div:nth-child(n){border:1px solid #cfdbe5}
}
@media(max-width:720px){
  .page-ventures-v4534 .venture-trust-grid{padding:14px 0}
  .page-ventures-v4534 .venture-trust-grid>div{min-height:auto;text-align:center}
  .page-ventures-v4534 .venture-capability{min-height:auto}
  .page-ventures-v4534 .venture-philosophy{grid-template-columns:1fr;padding:38px 28px;gap:24px}
}

/* =========================================================
   v4.5.3.5 — Home-page Ventures dropdown visibility hotfix
   Keeps the universal white dropdown surface and explicit dark
   menu text even on the home page, overriding legacy home-only rules.
   ========================================================= */
body.page-home-v15 .executive-dropdown{
  display:block;
  top:58px;
  left:50%;
  width:252px;
  min-width:252px;
  padding:10px;
  background:#ffffff!important;
  border:1px solid #dbe3eb!important;
  border-radius:18px;
  box-shadow:0 24px 65px rgba(3,17,31,.22);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translate(-50%,-8px);
}
body.page-home-v15 .executive-nav-item:hover>.executive-dropdown,
body.page-home-v15 .executive-nav-item:focus-within>.executive-dropdown,
body.page-home-v15 .executive-nav-item.is-open>.executive-dropdown{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translate(-50%,0);
}
body.page-home-v15 .executive-dropdown a,
body.page-home-v15 .executive-dropdown a:link,
body.page-home-v15 .executive-dropdown a:visited{
  display:block;
  padding:12px 14px;
  border:0;
  border-radius:11px;
  color:#15263b!important;
  background:transparent!important;
  font-size:14px;
  font-weight:800;
  line-height:1.35;
  text-decoration:none;
}
body.page-home-v15 .executive-dropdown a:hover,
body.page-home-v15 .executive-dropdown a:focus-visible{
  color:#9b6800!important;
  background:#f2f5f8!important;
  border-left:0;
  outline:none;
}

/* =========================================================
   v4.5.3.6 — AI Solutions readability & card consistency
   Scoped only to ai-solutions.html
   ========================================================= */
.page-ai-v4536 .eyebrow{
  color:#8a5a00;
  font-weight:900;
  letter-spacing:.15em;
  text-shadow:none;
}
.page-ai-v4536 .ai-hero .eyebrow,
.page-ai-v4536 .ai-use-section .eyebrow{
  color:#f2c553;
}

/* Hero principle strip */
.page-ai-v4536 .ai-trust-grid>div{
  padding:29px 24px;
  background:#f5f8fb;
}
.page-ai-v4536 .ai-trust-grid strong{
  font-size:20px;
  font-weight:850;
}
.page-ai-v4536 .ai-trust-grid span{
  margin-top:6px;
  font-size:15px;
  line-height:1.45;
  color:#52677d;
  font-weight:550;
}

/* Core capabilities: six equal cards, stronger typography and visible icons */
.page-ai-v4536 .ai-section-head p{
  font-size:18px;
  line-height:1.65;
  color:#465f79;
  font-weight:520;
}
.page-ai-v4536 .ai-capability{
  min-height:300px;
  padding:34px;
  background:linear-gradient(145deg,#edf4fa,#e4eef7);
  border-color:#c9d8e6;
  box-shadow:0 15px 38px rgba(7,26,46,.075);
  color:var(--navy);
}
.page-ai-v4536 .ai-capability.featured{
  background:linear-gradient(145deg,#edf4fa,#e4eef7);
  color:var(--navy);
}
.page-ai-v4536 .ai-capability .icon{
  color:#fff;
  background:linear-gradient(145deg,#123b62,#071f37);
  border:1px solid #294f72;
  box-shadow:0 8px 20px rgba(7,31,55,.16);
  font-size:22px;
}
.page-ai-v4536 .ai-capability.featured .icon{color:#fff}
.page-ai-v4536 .capability-label,
.page-ai-v4536 .featured .capability-label{
  color:#805300;
  font-size:12px;
  font-weight:950;
  letter-spacing:1.2px;
  margin-bottom:10px;
}
.page-ai-v4536 .ai-capability h3{
  font-size:26px;
  line-height:1.2;
  font-weight:850;
  margin:0 0 13px;
}
.page-ai-v4536 .ai-capability p,
.page-ai-v4536 .ai-capability.featured p{
  color:#425a72;
  font-size:17px;
  line-height:1.65;
  font-weight:520;
}

/* Human + AI section */
.page-ai-v4536 .ai-operating-grid>div>p{
  font-size:18px;
  line-height:1.65;
  color:#465f79;
}
.page-ai-v4536 .ai-principle-list>div{
  padding:21px 22px;
  background:linear-gradient(135deg,#fff8e8,#f5ead1);
  border-color:#dfc488;
  box-shadow:0 8px 22px rgba(85,61,17,.055);
}
.page-ai-v4536 .ai-principle-list b{
  font-size:18px;
  font-weight:850;
}
.page-ai-v4536 .ai-principle-list span{
  margin-top:6px;
  font-size:15px;
  line-height:1.5;
  color:#586b7d;
}
.page-ai-v4536 .ai-outcome-cards strong{font-size:18px}
.page-ai-v4536 .ai-outcome-cards small{
  font-size:14px;
  color:rgba(255,255,255,.72);
}

/* Business applications: preserve dark cards, make icon glyphs readable and text stronger */
.page-ai-v4536 .ai-use-grid .card{
  min-height:235px;
  padding:31px;
}
.page-ai-v4536 .ai-use-grid .card .icon{
  background:#fff6dc;
  color:#08233e;
  border:1px solid #e6cf95;
  font-size:22px;
  font-weight:950;
  text-shadow:none;
}
.page-ai-v4536 .ai-use-grid .card h3{
  font-size:23px;
  line-height:1.25;
  font-weight:850;
}
.page-ai-v4536 .ai-use-grid .card p{
  font-size:16px;
  line-height:1.62;
  color:rgba(255,255,255,.76);
}

/* Philosophy statement: unique card treatment and readable label */
.page-ai-v4536 .ai-philosophy{
  background:linear-gradient(135deg,#eef3ff,#e2eaf8);
  border-color:#c4d1e4;
  box-shadow:0 18px 48px rgba(36,58,93,.08);
}
.page-ai-v4536 .ai-philosophy h2{
  font-size:clamp(34px,3.7vw,48px);
}
.page-ai-v4536 .ai-philosophy p{
  font-size:18px;
  line-height:1.65;
  color:#465f79;
}
.page-ai-v4536 .ai-philosophy .quote-mark{
  color:#9b6a0d;
}

@media(max-width:720px){
  .page-ai-v4536 .ai-capability{min-height:auto;padding:28px}
  .page-ai-v4536 .ai-capability h3{font-size:24px}
  .page-ai-v4536 .ai-capability p{font-size:16px}
  .page-ai-v4536 .ai-trust-grid strong{font-size:19px}
  .page-ai-v4536 .ai-trust-grid span{font-size:14px}
}

/* v4.5.3.7 — Marketplace readability and card-system refinement */
.marketplace-trust-grid>div{
  background:#f3f6fa;
  padding:30px 24px;
}
.marketplace-trust-grid strong{
  font-size:20px;
  line-height:1.25;
  font-weight:850;
}
.marketplace-trust-grid span{
  margin-top:7px;
  font-size:15px;
  line-height:1.45;
  font-weight:600;
  color:#51657d;
}

.marketplace-section-head>p{
  font-size:18px;
  line-height:1.65;
  font-weight:650;
  color:#445a73;
}
.partner-paths .partner-path{
  background:linear-gradient(145deg,#103a63,#071d34);
  color:#fff;
  border-color:rgba(231,181,76,.22);
}
.partner-paths .partner-path .path-kicker{
  color:#ffd96f;
  background:rgba(255,217,111,.13);
}
.partner-paths .partner-path h3{
  color:#fff;
  font-weight:850;
}
.partner-paths .partner-path p,
.partner-paths .partner-path li{
  color:rgba(255,255,255,.86);
  font-size:17px;
  line-height:1.65;
  font-weight:550;
}

.grid-5 .opportunity-card{
  background:linear-gradient(145deg,#153b62,#0c2947);
  border-color:rgba(255,255,255,.12);
  box-shadow:0 16px 40px rgba(7,26,46,.13);
}
.grid-5 .opportunity-card .icon{
  background:#fff4d4;
  color:#092744;
  border:1px solid #ecd69d;
}
.grid-5 .opportunity-card h3{
  color:#fff;
  font-size:22px;
  line-height:1.25;
  font-weight:850;
}
.grid-5 .opportunity-card p{
  color:rgba(255,255,255,.82);
  font-size:16px;
  line-height:1.55;
  font-weight:550;
}

.marketplace-workflow article{
  background:linear-gradient(145deg,#ece9ff,#dfe8ff);
  border-color:#c5caed;
  box-shadow:0 14px 38px rgba(53,63,131,.10);
}
.marketplace-workflow h3{
  color:#11243e;
  font-size:21px;
  font-weight:850;
}
.marketplace-workflow p{
  color:#425773;
  font-size:15.5px;
  line-height:1.55;
  font-weight:600;
}
.marketplace-workflow span{
  color:#09233d;
}

.marketplace-philosophy{
  background:linear-gradient(135deg,#e9f0fb,#dfe9f6);
  border-color:#c7d5e6;
  box-shadow:0 18px 46px rgba(35,69,108,.09);
}
.marketplace-philosophy .eyebrow.dark{
  color:#9a6500;
  font-weight:900;
}
.marketplace-philosophy h2{
  color:#10243f;
  font-weight:850;
}
.marketplace-philosophy p{
  color:#405875;
  font-weight:600;
  font-size:20px;
  line-height:1.55;
}

@media(max-width:720px){
  .marketplace-trust-grid strong{font-size:19px}
  .marketplace-trust-grid span{font-size:14.5px}
  .partner-paths .partner-path p,.partner-paths .partner-path li{font-size:16px}
  .grid-5 .opportunity-card h3{font-size:21px}
  .grid-5 .opportunity-card p{font-size:15.5px}
  .marketplace-workflow h3{font-size:20px}
  .marketplace-philosophy p{font-size:17px}
}

/* v4.5.3.8 — Become a Publisher full-page readability and card-system refinement */
.publisher-page .eyebrow{
  color:#9b6500;
  font-weight:900;
  letter-spacing:2.2px;
  text-shadow:none;
}
.publisher-page .publisher-hero .eyebrow,
.publisher-page .publisher-workflow-section .eyebrow,
.publisher-page .publisher-cta .eyebrow{
  color:#ffd36a;
}
.publisher-page .publisher-hero p{
  font-size:20px;
  line-height:1.72;
  color:rgba(255,255,255,.86);
  font-weight:500;
}
.publisher-page .publisher-proof span{
  font-size:13px;
  font-weight:850;
  color:rgba(255,255,255,.88);
}
.publisher-page .publisher-trust-grid>div{
  background:linear-gradient(180deg,#f8fbfe,#edf3f8);
  padding:28px 22px;
}
.publisher-page .publisher-trust-grid strong{
  font-size:20px;
  font-weight:850;
}
.publisher-page .publisher-trust-grid span{
  font-size:15px;
  line-height:1.45;
  color:#53677d;
  font-weight:500;
  margin-top:6px;
}
.publisher-page .publisher-section-head p,
.publisher-page .publisher-lead{
  font-size:19px;
  line-height:1.65;
  color:#425a73;
  font-weight:520;
}
.publisher-page .publisher-card,
.publisher-page .publisher-card.featured{
  background:linear-gradient(145deg,#eaf2fb,#dbe8f5);
  color:#0b223d;
  border-color:#c3d3e3;
  box-shadow:0 16px 42px rgba(11,34,61,.09);
  min-height:255px;
}
.publisher-page .publisher-card.featured p,
.publisher-page .publisher-card p{
  color:#405a75;
  font-size:17px;
  line-height:1.62;
  font-weight:520;
}
.publisher-page .publisher-card h3{
  font-size:24px;
  line-height:1.25;
  font-weight:850;
}
.publisher-page .publisher-card span{
  background:linear-gradient(135deg,#f5c452,#e8ad35);
  color:#071a2e;
  box-shadow:0 6px 18px rgba(181,121,16,.18);
}
.publisher-page .publisher-eligible-list span{
  background:linear-gradient(145deg,#fff8e9,#f4ead2);
  border-color:#dfcfaa;
  font-size:16px;
  line-height:1.35;
  font-weight:820;
}
.publisher-page .publisher-supply-panel{
  background:linear-gradient(145deg,#173f69,#102f52);
  border:1px solid rgba(255,211,106,.26);
}
.publisher-page .publisher-supply-panel h3{
  font-size:31px;
}
.publisher-page .publisher-supply-item b{
  font-size:20px;
}
.publisher-page .publisher-supply-item p{
  color:rgba(255,255,255,.82);
  font-size:16px;
  line-height:1.55;
}
.publisher-page .publisher-workflow-section .section-head>p{
  color:rgba(255,255,255,.8);
  font-size:18px;
  font-weight:500;
}
.publisher-page .publisher-flow article{
  background:linear-gradient(145deg,#314d78,#435f91);
  border-color:rgba(255,255,255,.18);
  box-shadow:0 15px 34px rgba(0,0,0,.15);
}
.publisher-page .publisher-flow strong{
  font-size:20px;
  color:#fff;
  font-weight:850;
}
.publisher-page .publisher-flow small{
  color:rgba(255,255,255,.84);
  font-size:14px;
  line-height:1.55;
}
.publisher-page .publisher-standard-list article{
  background:linear-gradient(145deg,#f7f1e5,#eee3d1);
  border-color:#dfd0b7;
  box-shadow:0 10px 28px rgba(66,47,20,.06);
}
.publisher-page .publisher-standard-list strong{
  font-size:20px;
  font-weight:850;
}
.publisher-page .publisher-standard-list p{
  color:#4e6071;
  font-size:16px;
  line-height:1.55;
}
.publisher-page .publisher-standard-list article>span{
  background:#0e355c;
  color:#fff;
}
.publisher-page .publisher-application-grid{
  background:linear-gradient(145deg,#edf3fb,#e4edf7);
  border:1px solid #cbd8e7;
  border-radius:30px;
  padding:46px;
  box-shadow:0 18px 50px rgba(7,26,46,.08);
}
.publisher-page .publisher-assurance{
  background:#fff8e9;
  border-color:#dfcfaa;
}
.publisher-page .publisher-assurance strong{
  font-size:19px;
}
.publisher-page .publisher-assurance p{
  color:#4c5f71;
  font-size:16px;
  line-height:1.55;
}
.publisher-page .publisher-form{
  background:#fff;
  border:1px solid #cfdae5;
  border-radius:24px;
  padding:28px;
  box-shadow:0 14px 36px rgba(7,26,46,.07);
}
.publisher-page .publisher-form label{
  font-size:14px;
}
.publisher-page .publisher-cta{
  background:linear-gradient(125deg,#102f52,#234f7a 62%,#173b62);
  border:1px solid rgba(255,211,106,.22);
}
.publisher-page .publisher-cta h2{
  font-size:clamp(34px,4vw,54px);
}
.publisher-page .publisher-cta p{
  font-size:18px;
  color:rgba(255,255,255,.82);
}
@media(max-width:980px){
  .publisher-page .publisher-application-grid{padding:30px}
}
@media(max-width:720px){
  .publisher-page .publisher-card{min-height:auto}
  .publisher-page .publisher-application-grid{padding:22px;border-radius:22px}
}

/* v4.5.3.9 — Become a Buyer full-page readability refinement
   Buyer Journey section intentionally preserved without visual changes. */
.buyer-page .eyebrow{
  color:#9b6500;
  font-weight:900;
  letter-spacing:2.2px;
  text-shadow:none;
}
.buyer-page .buyer-hero .eyebrow,
.buyer-page .buyer-cta .contact-kicker{
  color:#ffd36a;
}
.buyer-page .buyer-hero p{
  font-size:20px;
  line-height:1.72;
  color:rgba(255,255,255,.86);
  font-weight:500;
}
.buyer-page .buyer-proof span{
  font-size:13px;
  font-weight:850;
  color:rgba(255,255,255,.88);
}
.buyer-page .buyer-trust-grid>div{
  background:linear-gradient(180deg,#f8fbfe,#edf3f8);
  padding:28px 22px;
}
.buyer-page .buyer-trust-grid strong{
  font-size:20px;
  font-weight:850;
}
.buyer-page .buyer-trust-grid span{
  font-size:15px;
  line-height:1.45;
  color:#53677d;
  font-weight:500;
  margin-top:6px;
}
.buyer-page .buyer-section-head p,
.buyer-page .buyer-lead{
  font-size:19px;
  line-height:1.65;
  color:#425a73;
  font-weight:520;
}
.buyer-page .buyer-card,
.buyer-page .buyer-card.featured{
  background:linear-gradient(145deg,#eaf2fb,#dbe8f5);
  color:#0b223d;
  border-color:#c3d3e3;
  box-shadow:0 16px 42px rgba(11,34,61,.09);
  min-height:255px;
}
.buyer-page .buyer-card.featured p,
.buyer-page .buyer-card p{
  color:#405a75;
  font-size:17px;
  line-height:1.62;
  font-weight:520;
}
.buyer-page .buyer-card h3{
  font-size:24px;
  line-height:1.25;
  font-weight:850;
}
.buyer-page .buyer-card span{
  background:linear-gradient(135deg,#f5c452,#e8ad35);
  color:#071a2e;
  box-shadow:0 6px 18px rgba(181,121,16,.18);
}
.buyer-page .buyer-eligible-list span{
  background:linear-gradient(145deg,#fff8e9,#f4ead2);
  border-color:#dfcfaa;
  font-size:16px;
  line-height:1.35;
  font-weight:820;
}
.buyer-page .buyer-supply-panel{
  background:linear-gradient(145deg,#173f69,#102f52);
  border:1px solid rgba(255,211,106,.26);
}
.buyer-page .buyer-supply-panel h3{
  font-size:31px;
}
.buyer-page .buyer-supply-item b{
  font-size:20px;
}
.buyer-page .buyer-supply-item p{
  color:rgba(255,255,255,.82);
  font-size:16px;
  line-height:1.55;
}
/* Buyer Journey intentionally excluded from this pass. */
.buyer-page .buyer-standard-list article{
  background:linear-gradient(145deg,#f7f1e5,#eee3d1);
  border-color:#dfd0b7;
  box-shadow:0 10px 28px rgba(66,47,20,.06);
}
.buyer-page .buyer-standard-list strong{
  font-size:20px;
  font-weight:850;
}
.buyer-page .buyer-standard-list p{
  color:#4e6071;
  font-size:16px;
  line-height:1.55;
}
.buyer-page .buyer-standard-list article>span{
  background:#0e355c;
  color:#fff;
}
.buyer-page .buyer-application-grid{
  background:linear-gradient(145deg,#edf3fb,#e4edf7);
  border:1px solid #cbd8e7;
  border-radius:30px;
  padding:46px;
  box-shadow:0 18px 50px rgba(7,26,46,.08);
}
.buyer-page .buyer-assurance{
  background:#fff8e9;
  border-color:#dfcfaa;
}
.buyer-page .buyer-assurance strong{
  font-size:19px;
}
.buyer-page .buyer-assurance p{
  color:#4c5f71;
  font-size:16px;
  line-height:1.55;
}
.buyer-page .buyer-form{
  background:#fff;
  border:1px solid #cfdae5;
  border-radius:24px;
  padding:28px;
  box-shadow:0 14px 36px rgba(7,26,46,.07);
}
.buyer-page .buyer-form label{
  font-size:14px;
}
.buyer-page .buyer-cta{
  background:linear-gradient(125deg,#102f52,#234f7a 62%,#173b62);
  border:1px solid rgba(255,211,106,.22);
}
.buyer-page .buyer-cta h2{
  font-size:clamp(34px,4vw,54px);
}
.buyer-page .buyer-cta p{
  font-size:18px;
  color:rgba(255,255,255,.82);
}
@media(max-width:980px){
  .buyer-page .buyer-application-grid{padding:30px}
}
@media(max-width:720px){
  .buyer-page .buyer-card{min-height:auto}
  .buyer-page .buyer-application-grid{padding:22px;border-radius:22px}
}


/* =========================================================
   v4.5.3.10 — Global gold-card correction + Business
   Solutions full-page readability and card-system refinement
   ========================================================= */
:root{
  --wl-card-gold-start:#e2aa34;
  --wl-card-gold-end:#f6d477;
  --wl-card-gold-border:#c78c18;
  --wl-card-gold-ink:#0a2139;
}

/* Global correction: only previously pale-yellow card surfaces.
   Restore a richer corporate gold treatment with dark readable text. */
.page-ventures-v4534 .venture-principles>div,
.page-ai-v4536 .ai-principle-list>div,
.publisher-page .publisher-eligible-list span,
.publisher-page .publisher-assurance,
.buyer-page .buyer-eligible-list span,
.buyer-page .buyer-assurance{
  background:linear-gradient(135deg,var(--wl-card-gold-start),var(--wl-card-gold-end))!important;
  border-color:var(--wl-card-gold-border)!important;
  color:var(--wl-card-gold-ink)!important;
  box-shadow:0 12px 30px rgba(139,91,9,.16)!important;
}
.page-ventures-v4534 .venture-principles b,
.page-ventures-v4534 .venture-principles span,
.page-ai-v4536 .ai-principle-list b,
.page-ai-v4536 .ai-principle-list span,
.publisher-page .publisher-eligible-list span,
.publisher-page .publisher-assurance strong,
.publisher-page .publisher-assurance p,
.buyer-page .buyer-eligible-list span,
.buyer-page .buyer-assurance strong,
.buyer-page .buyer-assurance p{
  color:var(--wl-card-gold-ink)!important;
}

/* Business Solutions — readable gold labels on light surfaces */
.business-page-v45310 .eyebrow,
.business-page-v45310 .eyebrow.dark{
  color:#8f5d00;
  font-weight:950;
  letter-spacing:2.1px;
  text-shadow:none;
}
.business-page-v45310 .business-hero .eyebrow,
.business-page-v45310 .business-framework-section .eyebrow,
.business-page-v45310 .business-cta .eyebrow{
  color:#f4c857;
}
.business-page-v45310 .business-hero p{
  font-size:20px;
  line-height:1.72;
  color:rgba(255,255,255,.86);
  font-weight:520;
}

/* Four outcome cards below the hero */
.business-page-v45310 .business-outcomes{
  background:#eef4f8;
}
.business-page-v45310 .outcomes-grid{
  gap:14px;
  padding:18px 0;
}
.business-page-v45310 .outcomes-grid>div{
  min-height:116px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:24px;
  text-align:left;
  border:1px solid #ccd9e4!important;
  border-radius:18px;
  background:linear-gradient(145deg,#f8fbfe,#e7f0f7);
  box-shadow:0 10px 28px rgba(7,26,46,.07);
}
.business-page-v45310 .outcomes-grid strong{
  font-size:20px;
  line-height:1.25;
  font-weight:900;
}
.business-page-v45310 .outcomes-grid span{
  margin-top:7px;
  color:#4f6379;
  font-size:15px;
  line-height:1.45;
  font-weight:620;
}

/* What We Deliver heading and supporting copy */
.business-page-v45310 .business-section-head>p{
  color:#405973;
  font-size:19px;
  line-height:1.66;
  font-weight:560;
}

/* All five delivery cards use one premium system */
.business-page-v45310 .solution-group,
.business-page-v45310 .solution-group.featured-group{
  min-height:350px;
  padding:36px;
  color:#0b223d;
  background:linear-gradient(145deg,#eaf2fb,#dbe8f5);
  border-color:#c2d3e2;
  box-shadow:0 16px 42px rgba(11,34,61,.09);
}
.business-page-v45310 .solution-group.wide-group{
  min-height:280px;
}
.business-page-v45310 .solution-group .group-number,
.business-page-v45310 .solution-group.featured-group .group-number{
  color:rgba(7,26,46,.07);
}
.business-page-v45310 .solution-group .group-icon{
  color:#fff;
  background:linear-gradient(145deg,#123b62,#071f37);
  border:1px solid #294f72;
  box-shadow:0 8px 20px rgba(7,31,55,.16);
}
.business-page-v45310 .solution-group h3{
  color:#0b223d;
  font-size:26px;
  line-height:1.22;
  font-weight:900;
}
.business-page-v45310 .solution-group p,
.business-page-v45310 .solution-group.featured-group p{
  color:#405a75;
  font-size:17px;
  line-height:1.65;
  font-weight:540;
}
.business-page-v45310 .solution-group li,
.business-page-v45310 .solution-group.featured-group li{
  color:#314c68;
  font-size:15.5px;
  line-height:1.5;
  font-weight:650;
}
.business-page-v45310 .solution-group li:before{
  color:#8f5d00;
}

/* Our Approach: preserve dark visual identity, improve cards and text */
.business-page-v45310 .framework-copy p{
  font-size:18px;
  line-height:1.68;
  color:rgba(255,255,255,.82);
  font-weight:520;
}
.business-page-v45310 .framework-step{
  padding:24px;
  background:linear-gradient(145deg,rgba(41,72,105,.88),rgba(21,48,76,.92));
  border-color:rgba(255,255,255,.16);
  box-shadow:0 12px 28px rgba(0,0,0,.13);
}
.business-page-v45310 .framework-step>span{
  background:linear-gradient(135deg,var(--wl-card-gold-start),var(--wl-card-gold-end));
  color:var(--wl-card-gold-ink);
}
.business-page-v45310 .framework-step strong{
  font-size:20px;
  font-weight:900;
}
.business-page-v45310 .framework-step p{
  margin-top:5px;
  color:rgba(255,255,255,.82);
  font-size:15.5px;
  line-height:1.55;
  font-weight:520;
}

/* Industries: stronger chip typography */
.business-page-v45310 .section.soft .section-head p{
  font-size:18px;
  line-height:1.65;
  color:#425a73;
  font-weight:540;
}
.business-page-v45310 .industry-strip span{
  padding:13px 19px;
  background:linear-gradient(145deg,#eef3f8,#e4ecf3);
  border-color:#cbd7e2;
  color:#263d57;
  font-size:15px;
  font-weight:850;
}

/* Philosophy statement: distinct premium card */
.business-page-v45310 .business-philosophy{
  grid-template-columns:130px 1fr;
  gap:40px;
  padding:58px 62px;
  background:linear-gradient(135deg,#e9f0fb,#dfe9f6);
  border-color:#c6d5e5;
  box-shadow:0 18px 48px rgba(35,69,108,.09);
}
.business-page-v45310 .business-philosophy .quote-mark{
  color:#9b6800;
  opacity:.88;
}
.business-page-v45310 .business-philosophy h2{
  color:#10243f;
  font-size:clamp(34px,3.8vw,48px);
  line-height:1.18;
  font-weight:900;
}
.business-page-v45310 .business-philosophy p{
  color:#405875;
  font-size:19px;
  line-height:1.65;
  font-weight:580;
}

/* Final CTA readability */
.business-page-v45310 .business-cta p{
  color:rgba(255,255,255,.82);
  font-size:18px;
  line-height:1.62;
}

@media(max-width:980px){
  .business-page-v45310 .outcomes-grid{gap:12px}
  .business-page-v45310 .outcomes-grid>div:nth-child(n){border:1px solid #ccd9e4!important}
  .business-page-v45310 .business-philosophy{grid-template-columns:1fr;padding:44px 36px}
}
@media(max-width:720px){
  .business-page-v45310 .outcomes-grid>div{text-align:center;min-height:auto}
  .business-page-v45310 .solution-group{min-height:auto;padding:29px 25px}
  .business-page-v45310 .solution-group h3{font-size:24px}
  .business-page-v45310 .solution-group p{font-size:16px}
  .business-page-v45310 .business-philosophy{padding:36px 26px;gap:22px}
}


/* v4.5.3.11 — Digital Growth page visual consistency refinement */
.page-digital-v45311 .eyebrow,
.page-digital-v45311 .growth-section-head .eyebrow,
.page-digital-v45311 .growth-philosophy .eyebrow,
.page-digital-v45311 .framework-title b,
.page-digital-v45311 .section-head .eyebrow{
  color:#a86f08;
  font-weight:900;
  letter-spacing:2px;
}

.page-digital-v45311 .growth-capability{
  background:linear-gradient(145deg,#123a62 0%,#071a2e 100%);
  border-color:rgba(255,255,255,.14);
  color:#fff;
  box-shadow:0 16px 38px rgba(7,26,46,.18);
}
.page-digital-v45311 .growth-capability:hover{
  border-color:rgba(224,170,57,.72);
  box-shadow:0 20px 46px rgba(7,26,46,.25);
}
.page-digital-v45311 .growth-capability h3{
  color:#fff;
  font-size:24px;
  line-height:1.28;
  font-weight:800;
}
.page-digital-v45311 .growth-capability p,
.page-digital-v45311 .growth-capability.featured p{
  color:rgba(244,248,252,.82);
  font-size:17px;
  line-height:1.65;
  font-weight:500;
}
.page-digital-v45311 .growth-capability .capability-label,
.page-digital-v45311 .growth-capability.featured .capability-label{
  color:#f0bf4f;
  font-size:12px;
  font-weight:900;
  letter-spacing:1.25px;
}

.page-digital-v45311 .growth-section-head p{
  font-size:18px;
  line-height:1.65;
  color:#405a76;
  font-weight:500;
}

.page-digital-v45311 .growth-philosophy{
  background:linear-gradient(135deg,#173f6b 0%,#0b2745 56%,#071a2e 100%);
  border-color:rgba(255,255,255,.13);
  box-shadow:0 18px 48px rgba(7,26,46,.20);
}
.page-digital-v45311 .growth-philosophy .quote-mark{
  color:#efbd4a;
}
.page-digital-v45311 .growth-philosophy .eyebrow{
  color:#f0bf4f;
}
.page-digital-v45311 .growth-philosophy h2{
  color:#fff;
}
.page-digital-v45311 .growth-philosophy p{
  color:rgba(244,248,252,.82);
  font-size:18px;
  line-height:1.65;
  font-weight:500;
}

@media(max-width:720px){
  .page-digital-v45311 .growth-capability h3{font-size:22px}
  .page-digital-v45311 .growth-capability p{font-size:16px}
  .page-digital-v45311 .growth-philosophy p{font-size:16px}
}


/* v4.5.3.12 — Digital foundation + About page executive refinement */

/* Digital Growth: trust tabs readability */
.page-digital-v45311 .growth-trust-grid strong{
  font-size:21px;
  line-height:1.3;
  font-weight:850;
  color:#0a2038;
}
.page-digital-v45311 .growth-trust-grid span{
  font-size:15px;
  line-height:1.5;
  font-weight:560;
  color:#4f6680;
  margin-top:6px;
}

/* Digital Growth: replace the remaining pale foundation cards with corporate gold */
.page-digital-v45311 .growth-principles>div{
  background:linear-gradient(135deg,#dcae49 0%,#f4cf72 100%);
  border:1px solid #c89024;
  box-shadow:0 12px 30px rgba(159,105,8,.15);
}
.page-digital-v45311 .growth-principles b{
  color:#081d35;
  font-size:19px;
  line-height:1.35;
  font-weight:850;
}
.page-digital-v45311 .growth-principles span{
  color:#20364d;
  font-size:15px;
  line-height:1.55;
  font-weight:560;
}

/* About: lock all light-background eyebrows to readable enterprise gold */
.page-about-v45312 .eyebrow{
  color:#a86f08;
  font-weight:900;
  letter-spacing:2px;
}
.page-about-v45312 .about-hero .eyebrow,
.page-about-v45312 .founder-vision-section .eyebrow,
.page-about-v45312 .purpose-card.purpose-main .eyebrow{
  color:#f0bf4f;
}

/* About: Vision and Mission now use the same premium large-card language as Purpose */
.page-about-v45312 .purpose-card{
  background:linear-gradient(135deg,#153d67 0%,#092541 58%,#071a2e 100%);
  border-color:rgba(255,255,255,.12);
  color:#fff;
  box-shadow:0 18px 48px rgba(7,26,46,.18);
}
.page-about-v45312 .purpose-card p{
  color:rgba(244,248,252,.82);
  font-size:18px;
  line-height:1.65;
  font-weight:500;
}
.page-about-v45312 .purpose-card h2{
  color:#fff;
}
.page-about-v45312 .purpose-card .purpose-index{
  color:rgba(255,255,255,.07);
}
.page-about-v45312 .purpose-main{
  background:linear-gradient(125deg,#071a2e,#11385e);
}

/* About: six values become one consistent premium card system */
.page-about-v45312 .value-tile{
  background:linear-gradient(145deg,#edf4fb 0%,#dfeaf5 100%);
  border-color:#c7d7e5;
  box-shadow:0 12px 32px rgba(7,26,46,.08);
  min-height:220px;
}
.page-about-v45312 .value-tile .icon{
  background:#0b2d4f;
  color:#f2c455;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 8px 20px rgba(7,26,46,.14);
}
.page-about-v45312 .value-tile h3{
  color:#081d35;
  font-size:23px;
  line-height:1.3;
  font-weight:850;
}
.page-about-v45312 .value-tile p{
  color:#405a76;
  font-size:17px;
  line-height:1.6;
  font-weight:520;
}

/* Founder image slot remains ready for a real portrait */
.page-about-v45312 .founder-portrait-card.has-founder-photo{
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
}
.page-about-v45312 .founder-portrait-card.has-founder-photo .founder-monogram{
  display:none;
}

@media(max-width:720px){
  .page-digital-v45311 .growth-trust-grid strong{font-size:19px}
  .page-digital-v45311 .growth-trust-grid span{font-size:14px}
  .page-about-v45312 .purpose-card p{font-size:16px}
  .page-about-v45312 .value-tile{min-height:auto}
  .page-about-v45312 .value-tile h3{font-size:21px}
  .page-about-v45312 .value-tile p{font-size:16px}
}


/* ===== v4.5.3.13 Business Solutions layout alignment hotfix ===== */
.business-page-v45310 .business-section-head{
  grid-template-columns:minmax(0, .92fr) minmax(520px, 1.08fr);
  gap:86px;
  align-items:center;
}
.business-page-v45310 .business-section-head h2{
  max-width:620px;
  font-size:clamp(46px,4.4vw,68px);
  line-height:1.02;
  letter-spacing:-2.2px;
  margin:16px 0 0;
}
.business-page-v45310 .business-section-head>p{
  justify-self:end;
  width:min(100%,700px);
  margin-right:34px;
  color:#304d69;
  font-size:20px;
  line-height:1.72;
  font-weight:760;
}

/* Rebalance the hero illustration so labels never stack or collide */
.business-page-v45310 .business-hero-grid{
  grid-template-columns:minmax(0,1.02fr) minmax(430px,.98fr);
  gap:86px;
  align-items:center;
}
.business-page-v45310 .business-system-map{
  width:min(520px,100%);
  transform:translateX(20px);
}
.business-page-v45310 .business-system-map .b1{top:4%;left:50%;transform:translateX(-50%)}
.business-page-v45310 .business-system-map .b2{right:-2%;top:34%}
.business-page-v45310 .business-system-map .b3{right:8%;bottom:10%}
.business-page-v45310 .business-system-map .b4{left:44%;bottom:-1%;transform:translateX(-50%)}
.business-page-v45310 .business-system-map .b5{left:-4%;bottom:18%;top:auto}
.business-page-v45310 .business-system-map .b6{left:-7%;top:27%;bottom:auto}

@media(max-width:1100px){
  .business-page-v45310 .business-section-head{
    grid-template-columns:1fr 1fr;
    gap:48px;
  }
  .business-page-v45310 .business-section-head>p{
    margin-right:0;
  }
  .business-page-v45310 .business-system-map{transform:none}
}
@media(max-width:980px){
  .business-page-v45310 .business-section-head{
    grid-template-columns:1fr;
    gap:24px;
    align-items:start;
  }
  .business-page-v45310 .business-section-head>p{
    justify-self:start;
    width:100%;
    max-width:760px;
  }
  .business-page-v45310 .business-section-head>p br{display:none}
  .business-page-v45310 .business-hero-grid{
    grid-template-columns:1fr;
    gap:54px;
  }
}
@media(max-width:720px){
  .business-page-v45310 .business-section-head h2{
    font-size:42px;
    letter-spacing:-1.4px;
  }
  .business-page-v45310 .business-section-head>p{font-size:18px}
  .business-page-v45310 .business-system-map .b5{left:0;bottom:18%}
  .business-page-v45310 .business-system-map .b6{left:-2%;top:25%}
}


/* ===== v4.5.3.14 Business Solutions deliver-intro correction ===== */
.business-page-v45310 .business-deliver-intro{
  display:grid;
  grid-template-columns:minmax(560px,1.08fr) minmax(500px,.92fr);
  column-gap:88px;
  align-items:center;
  width:100%;
  margin:0 0 54px;
}
.business-page-v45310 .business-deliver-title{
  min-width:0;
}
.business-page-v45310 .business-deliver-title h2{
  margin:16px 0 0;
  max-width:none;
  font-size:clamp(46px,4.1vw,66px);
  line-height:1.04;
  letter-spacing:-2px;
}
.business-page-v45310 .business-deliver-title h2 span{
  display:block;
  white-space:nowrap;
}
.business-page-v45310 .business-deliver-intro>p{
  margin:34px 0 0;
  max-width:690px;
  justify-self:end;
  color:#304d69;
  font-size:20px;
  line-height:1.62;
  font-weight:720;
}
.business-page-v45310 .business-deliver-intro>p span{
  display:block;
}

@media(max-width:1260px){
  .business-page-v45310 .business-deliver-intro{
    grid-template-columns:minmax(500px,1fr) minmax(420px,.9fr);
    column-gap:52px;
  }
  .business-page-v45310 .business-deliver-title h2{
    font-size:clamp(43px,4.2vw,58px);
  }
  .business-page-v45310 .business-deliver-intro>p{
    font-size:18px;
  }
}
@media(max-width:1040px){
  .business-page-v45310 .business-deliver-intro{
    grid-template-columns:1fr;
    row-gap:22px;
    margin-bottom:42px;
  }
  .business-page-v45310 .business-deliver-title h2 span,
  .business-page-v45310 .business-deliver-intro>p span{
    white-space:normal;
  }
  .business-page-v45310 .business-deliver-intro>p{
    justify-self:start;
    margin:0;
    max-width:760px;
  }
}
@media(max-width:720px){
  .business-page-v45310 .business-deliver-title h2{
    font-size:40px;
    line-height:1.08;
    letter-spacing:-1.3px;
  }
  .business-page-v45310 .business-deliver-intro>p{
    font-size:17px;
  }
}

/* ===== v4.5.3.15 Final Business Solutions deliver-intro balance ===== */
@media (min-width:1041px){
  .business-page-v45310 .business-deliver-intro{
    grid-template-columns:minmax(0, 58%) minmax(0, 42%);
    column-gap:72px;
    align-items:center;
  }
  .business-page-v45310 .business-deliver-title h2{
    max-width:820px;
    font-size:clamp(46px,3.45vw,56px);
    line-height:1.08;
    letter-spacing:-1.5px;
  }
  .business-page-v45310 .business-deliver-title h2 span{
    display:block;
    white-space:nowrap;
  }
  .business-page-v45310 .business-deliver-intro>p{
    width:100%;
    max-width:620px;
    margin:34px 0 0;
    justify-self:end;
    font-size:19px;
    line-height:1.72;
    font-weight:700;
  }
  .business-page-v45310 .business-deliver-intro>p span{
    display:block;
    white-space:normal;
  }
}
@media (min-width:1041px) and (max-width:1320px){
  .business-page-v45310 .business-deliver-intro{
    grid-template-columns:minmax(0,56%) minmax(0,44%);
    column-gap:52px;
  }
  .business-page-v45310 .business-deliver-title h2{
    font-size:clamp(43px,3.6vw,50px);
  }
  .business-page-v45310 .business-deliver-intro>p{
    font-size:18px;
  }
}

.form-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.form-error{background:#fff1f1!important;color:#9b1c1c!important}[type=submit]:disabled{opacity:.7;cursor:wait}


/* ===== v4.5.3.18 Multi-vertical form selector ===== */
.form-field{display:flex;flex-direction:column;gap:8px}.form-label{font-weight:800;color:var(--ink);line-height:1.25}.form-label small{font-size:.75em;font-weight:650;color:#64748b}.multi-select{position:relative;width:100%}.multi-select-trigger{width:100%;min-height:58px;padding:0 48px 0 20px;border:1px solid #d7e0eb;border-radius:14px;background:#fff;color:#101c31;font:inherit;font-weight:750;text-align:left;cursor:pointer;position:relative}.multi-select-trigger::after{content:"⌄";position:absolute;right:18px;top:50%;transform:translateY(-54%);font-size:22px}.multi-select.is-open .multi-select-trigger{border-color:#d99a17;box-shadow:0 0 0 4px rgba(230,168,46,.18)}.multi-select-menu{display:none;position:absolute;z-index:50;left:0;right:0;top:calc(100% + 7px);padding:10px;background:#fff;border:1px solid #d7e0eb;border-radius:14px;box-shadow:0 18px 38px rgba(8,26,48,.16);max-height:285px;overflow:auto}.multi-select.is-open .multi-select-menu{display:block}.multi-select-menu label{display:flex!important;align-items:center;gap:11px;padding:10px 12px;border-radius:9px;cursor:pointer;font-weight:700;margin:0!important}.multi-select-menu label:hover{background:#f1f6fb}.multi-select-menu input{width:18px!important;height:18px!important;min-height:0!important;margin:0;accent-color:#d99a17}.multi-select-field.has-error .multi-select-trigger{border-color:#b91c1c;box-shadow:0 0 0 3px rgba(185,28,28,.12)}
@media(max-width:720px){.multi-select-menu{position:static;margin-top:7px;box-shadow:none}.multi-select-trigger{min-height:56px}}
