:root{--navy:#031a2d;--navy2:#082b45;--blue:#0b7bbb;--cyan:#18d1d3;--aqua:#6cf0e8;--ink:#0a2437;--muted:#557080;--line:#d8e6ec;--surface:#f4f9fb;--white:#fff;--shadow:0 20px 55px rgba(3,35,55,.13);--radius:22px;--container:min(1180px,calc(100% - 40px));font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color-scheme:light}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;line-height:1.65}body.no-scroll{overflow:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.container{width:var(--container);margin-inline:auto}.skip-link{position:fixed;left:12px;top:-100px;background:#fff;padding:10px 16px;z-index:9999;border-radius:8px}.skip-link:focus{top:12px}.site-header{position:sticky;top:0;z-index:100;background:rgb(3 26 45 / .94);backdrop-filter:blur(18px);color:#fff;box-shadow:0 6px 25px rgb(0 0 0 / .12)}.header-main{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand img{width:186px;height:66px;object-fit:contain;object-position:left center}.header-actions{display:flex;align-items:center;gap:10px}.icon-button,.menu-open,.lang-switch{border:1px solid rgb(255 255 255 / .18);background:rgb(255 255 255 / .06);color:#fff;border-radius:999px;padding:10px 15px;display:flex;align-items:center;gap:8px;cursor:pointer;font-size:.82rem}.icon-button:hover,.menu-open:hover,.lang-switch:hover{background:rgb(24 209 211 / .16);border-color:rgb(108 240 232 / .5)}.menu-bars{width:18px;height:12px;border-top:2px solid;border-bottom:2px solid;position:relative}.menu-bars:after{content:"";position:absolute;left:0;right:0;top:4px;border-top:2px solid}.category-nav{border-top:1px solid rgb(255 255 255 / .08)}.category-scroll{display:flex;overflow-x:auto;scrollbar-width:none}.category-scroll::-webkit-scrollbar{display:none}.category-nav a{white-space:nowrap;padding:11px 14px;font-size:.77rem;color:#cfe6ef;border-bottom:2px solid #fff0}.category-nav a:hover,.category-nav a.active{color:#fff;border-color:var(--cyan);background:rgb(255 255 255 / .04)}.drawer-backdrop{position:fixed;inset:0;background:rgb(0 13 24 / .64);z-index:180;backdrop-filter:blur(4px)}.site-drawer{position:fixed;right:0;top:0;bottom:0;width:min(520px,94vw);background:#fff;z-index:190;transform:translateX(105%);transition:.28s ease;overflow:auto;box-shadow:-25px 0 70px rgb(0 0 0 / .22)}.site-drawer.open{transform:none}.drawer-head{position:sticky;top:0;background:#fff;z-index:2;display:flex;justify-content:space-between;align-items:center;padding:22px 28px;border-bottom:1px solid var(--line);font-size:1.2rem}.drawer-close,.search-close{border:0;background:#eaf3f7;border-radius:50%;width:42px;height:42px;font-size:1.5rem;cursor:pointer}.drawer-search{padding:18px 28px}.drawer-search button{width:100%;border:1px solid var(--line);background:var(--surface);border-radius:14px;padding:13px 16px;text-align:left;color:var(--muted)}.tree-nav{padding:0 28px 40px}.tree-nav details{border-top:1px solid var(--line)}.tree-nav summary{display:flex;align-items:center;justify-content:space-between;gap:12px;list-style:none;padding:14px 0;font-weight:700;cursor:pointer}.tree-nav summary::-webkit-details-marker{display:none}.tree-nav summary span{color:var(--blue)}.tree-nav details[open]>summary span{transform:rotate(45deg)}.tree-level{display:grid;gap:4px;padding:0 0 14px 16px}.tree-level>a,.tree-level summary{font-size:.92rem;font-weight:500;padding:8px 0;color:#345365}.tree-level.sub{padding-left:16px;border-left:2px solid #d9edf2}.search-dialog{position:fixed;inset:0;background:rgb(1 19 32 / .82);z-index:220;padding:8vh 20px;backdrop-filter:blur(8px)}.search-panel{max-width:760px;margin:auto;background:#fff;border-radius:24px;padding:32px;box-shadow:var(--shadow);position:relative}.search-close{position:absolute;right:20px;top:18px}.search-panel label{display:block;font-size:.78rem;text-transform:uppercase;letter-spacing:.15em;color:var(--blue);font-weight:800}.search-panel input{width:100%;font-size:1.35rem;border:0;border-bottom:2px solid var(--line);padding:15px 0;outline:0}.search-panel input:focus{border-color:var(--cyan)}.search-status{color:var(--muted);font-size:.88rem}.search-results{max-height:56vh;overflow:auto;display:grid;gap:8px}.search-results a{padding:14px;border-radius:12px;background:var(--surface);display:block}.search-results a:hover{background:#e3f6f7}.search-results small{color:var(--blue);display:block}.search-results strong{display:block}.eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:.16em;font-size:.72rem;font-weight:800;color:#0a8aa5}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg,#0d88c2,#10b9bd);color:#fff;padding:13px 20px;border-radius:999px;border:0;font-weight:750;box-shadow:0 10px 25px rgb(8 137 177 / .22);cursor:pointer}.button:hover{transform:translateY(-1px);box-shadow:0 15px 30px rgb(8 137 177 / .3)}.button-ghost{background:rgb(255 255 255 / .09);box-shadow:none;border:1px solid rgb(255 255 255 / .38)}.button-light{background:#fff;color:var(--navy);box-shadow:none}.text-link{color:#087a9b;font-weight:750}.home-hero,.page-hero{position:relative;background:var(--navy);color:#fff;overflow:hidden}.home-hero{min-height:690px;display:flex;align-items:center}.home-hero-bg,.page-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.home-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgb(2 22 38 / .96) 0%,rgb(3 30 50 / .76) 48%,rgb(3 30 50 / .23) 100%),linear-gradient(0deg,rgb(2 22 38 / .72),transparent 48%)}.home-hero-inner{position:relative;z-index:2;padding-block:90px 70px;display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:70px;align-items:end}.home-copy{max-width:780px}.home-copy .eyebrow,.page-hero .eyebrow{color:var(--aqua)}.home-copy h1{font-size:clamp(3rem,6vw,5.8rem);line-height:.98;letter-spacing:-.055em;margin:.22em 0}.home-copy p{font-size:1.15rem;max-width:700px;color:#d7e8ee}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.hero-proof{display:grid;gap:1px;background:rgb(255 255 255 / .16);border:1px solid rgb(255 255 255 / .2);border-radius:20px;overflow:hidden;backdrop-filter:blur(10px)}.hero-proof div{background:rgb(4 33 53 / .68);padding:22px}.hero-proof strong{font-size:2rem;display:block;color:#fff}.hero-proof span{font-size:.78rem;color:#c8e5ea}.trust-strip{background:#06253b;color:#b8d9e4}.trust-strip .container{display:grid;grid-template-columns:repeat(4,1fr);text-align:center}.trust-strip span{padding:16px;border-right:1px solid rgb(255 255 255 / .1);font-size:.78rem;text-transform:uppercase;letter-spacing:.12em}.section{padding:100px 0}.section-tint{background:var(--surface)}.section-title-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,470px);gap:50px;align-items:end;margin-bottom:42px}.section-title-row h2,.split-layout h2,.decision-grid h2{font-size:clamp(2rem,4vw,3.6rem);line-height:1.05;letter-spacing:-.04em;margin:.25em 0 0}.section-title-row p{color:var(--muted);margin:0}.feature-showcase{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.feature-item{border-radius:var(--radius);overflow:hidden;position:relative;min-height:420px;background:#062a43;color:#fff;box-shadow:var(--shadow)}.feature-item img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:.45s ease}.feature-item:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgb(1 20 35 / .98),rgb(1 20 35 / .08) 75%)}.feature-item>div{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:25px}.feature-item h3{font-size:1.35rem;line-height:1.15;margin:7px 0}.feature-item p{font-size:.88rem;color:#d5e7ed;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.feature-item b{font-size:.85rem;color:var(--aqua)}.feature-item:hover img{transform:scale(1.05)}.service-orbit{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.service-orbit a{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px;min-height:190px;position:relative;transition:.2s}.service-orbit a:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:#a9dfe5}.service-orbit img{width:74px;height:74px;object-fit:contain}.service-orbit h3{font-size:1.02rem;margin:12px 0}.service-orbit span{position:absolute;right:20px;bottom:16px;color:var(--blue)}.decision-section{background:#fff}.decision-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:80px;align-items:center}.decision-grid>div:first-child>p{color:var(--muted);font-size:1.06rem}.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.value-grid article{border-top:3px solid #0eb9bc;background:#fff;padding:24px;border-radius:0 0 18px 18px;box-shadow:0 10px 35px rgb(3 35 55 / .08)}.value-grid h3{margin:0 0 8px}.value-grid p{color:var(--muted);margin:0}.value-grid.stacked{grid-template-columns:1fr}.process-section{background:linear-gradient(145deg,#05253d,#083d57);color:#fff}.process-section .eyebrow{color:var(--aqua)}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;padding:0;background:rgb(255 255 255 / .16);border:1px solid rgb(255 255 255 / .12);border-radius:22px;overflow:hidden;list-style:none}.process-grid li{padding:28px;background:rgb(3 31 51 / .8)}.process-grid li>span{color:var(--aqua);font-weight:800}.process-grid h3{font-size:1.25rem}.process-grid p{color:#c4dce4;font-size:.92rem}.global-cta{background:linear-gradient(110deg,#0ba1bd,#0872a4);color:#fff;padding:55px 0}.global-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:40px}.global-cta h2{font-size:clamp(2rem,4vw,3.2rem);margin:.15em 0}.global-cta p{max-width:760px;margin:0;color:#e0f5f5}.global-cta .eyebrow{color:#d8ffff}.site-footer{background:#021624;color:#c0dae4;padding-top:65px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:45px;padding-bottom:45px}.footer-brand img{width:230px}.footer-brand p{font-size:.82rem;letter-spacing:.14em;text-transform:uppercase}.site-footer h3{color:#fff;font-size:.84rem;text-transform:uppercase;letter-spacing:.12em}.site-footer a{display:block;padding:5px 0;font-size:.9rem}.site-footer a:hover{color:var(--aqua)}.footer-bottom{border-top:1px solid rgb(255 255 255 / .11);padding:20px 0;display:flex;justify-content:space-between;font-size:.78rem}.page-hero{min-height:610px;display:flex;align-items:flex-end}.page-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgb(2 20 35 / .96),rgb(3 32 53 / .64) 62%,rgb(3 32 53 / .12)),linear-gradient(0deg,rgb(2 20 35 / .5),transparent)}.page-hero-inner{position:relative;z-index:2;padding:50px 0 70px}.breadcrumbs{display:flex;gap:8px;flex-wrap:wrap;font-size:.78rem;color:#b7d8e2;margin-bottom:50px}.breadcrumbs a:hover{color:#fff}.page-hero-copy{max-width:820px}.page-hero h1{font-size:clamp(2.8rem,6vw,5.5rem);line-height:.98;letter-spacing:-.05em;margin:.18em 0}.page-hero-copy>p{font-size:1.08rem;color:#d5e9ee;max-width:760px}.page-icon{position:absolute;right:0;bottom:-75px;width:250px;height:250px;object-fit:contain;filter:drop-shadow(0 25px 35px rgb(0 0 0 / .35))}.split-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px}.section-heading{position:sticky;top:150px;align-self:start}.prose p{font-size:1.03rem;color:#345163;margin-top:0;margin-bottom:1.3em}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card-grid.dense{grid-template-columns:repeat(3,1fr)}.expert-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px;display:grid;grid-template-columns:92px 1fr;gap:18px;transition:.2s;min-height:210px}.expert-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#9cd9df}.expert-card img{width:92px;height:92px;object-fit:contain}.expert-card h3{font-size:1.05rem;line-height:1.22;margin:5px 0}.expert-card p{font-size:.83rem;color:var(--muted);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.card-code{font-size:.7rem;color:var(--blue);font-weight:800}.expert-card .text-link{font-size:.78rem}.deliverable-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.deliverable-grid article{background:#fff;border-radius:18px;padding:25px;border:1px solid var(--line)}.deliverable-grid article>span{font-weight:900;color:#0c98aa}.deliverable-grid h3{font-size:1rem}.deliverable-grid p{font-size:.86rem;color:var(--muted)}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.related-grid a{padding:23px;background:#fff;border:1px solid var(--line);border-radius:18px;position:relative}.related-grid a>span{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:var(--blue)}.related-grid h3{font-size:1rem;padding-right:30px}.related-grid b{position:absolute;right:18px;bottom:16px}.simple-hero{background:linear-gradient(140deg,#04223a,#0b6685);color:#fff;padding:110px 0 80px}.simple-hero .eyebrow{color:var(--aqua)}.simple-hero h1{font-size:clamp(2.8rem,6vw,5rem);line-height:1;margin:.2em 0}.simple-hero p{max-width:760px;color:#d3e9ee;font-size:1.08rem}.contact-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px}.check-list{padding:0;list-style:none}.check-list li{padding:10px 0 10px 28px;position:relative}.check-list li:before{content:"✓";position:absolute;left:0;color:#0aa4ad;font-weight:900}.setup-note{padding:14px;background:#eef8fa;border-radius:12px;color:var(--muted);font-size:.84rem}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:18px;background:var(--surface);padding:30px;border-radius:24px;border:1px solid var(--line)}.contact-form label{display:grid;gap:7px;font-size:.82rem;font-weight:700;color:#315162}.contact-form label:nth-of-type(4),.contact-form label:nth-of-type(5),.contact-form .consent,.contact-form .button{grid-column:1/-1}.contact-form input,.contact-form textarea{width:100%;border:1px solid #cbdde4;border-radius:12px;background:#fff;padding:12px;outline:0}.contact-form input:focus,.contact-form textarea:focus{border-color:#0bb5ba;box-shadow:0 0 0 3px rgb(11 181 186 / .12)}.contact-form .consent{display:flex;align-items:flex-start}.contact-form .consent input{width:auto;margin-top:5px}.contact-form .button{justify-self:start}.hp{position:absolute!important;left:-9999px!important}.legal-prose{max-width:850px}.legal-prose section{padding:22px 0;border-bottom:1px solid var(--line)}.legal-prose h2{font-size:1.45rem}.legal-prose p{color:var(--muted)}@media(max-width:1050px){.feature-showcase,.card-grid,.card-grid.dense{grid-template-columns:repeat(2,1fr)}.service-orbit{grid-template-columns:repeat(3,1fr)}.home-hero-inner{grid-template-columns:1fr}.hero-proof{grid-template-columns:repeat(3,1fr);max-width:700px}.page-icon{width:200px;height:200px}.deliverable-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1.2fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2}.process-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){:root{--container:min(100% - 28px,1180px)}.header-main{height:66px}.brand img{width:135px;height:54px}.icon-button span:last-child,.lang-switch{display:none}.category-nav{display:none}.home-hero{min-height:670px}.home-hero-inner{padding:70px 0 45px}.home-copy h1{font-size:3.25rem}.hero-proof{grid-template-columns:1fr}.trust-strip .container{grid-template-columns:repeat(2,1fr)}.section{padding:72px 0}.section-title-row,.split-layout,.decision-grid,.contact-layout{grid-template-columns:1fr;gap:30px}.section-heading{position:static}.feature-showcase,.card-grid,.card-grid.dense,.service-orbit,.value-grid,.related-grid{grid-template-columns:1fr}.feature-item{min-height:370px}.service-orbit{grid-template-columns:repeat(2,1fr)}.page-hero{min-height:560px}.page-hero h1{font-size:3.2rem}.page-icon{width:150px;height:150px;right:-20px;bottom:-45px;opacity:.78}.expert-card{grid-template-columns:80px 1fr}.expert-card img{width:80px;height:80px}.deliverable-grid,.process-grid{grid-template-columns:1fr}.global-cta-inner{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-grid>div:last-child{grid-column:auto}.contact-form{grid-template-columns:1fr}.contact-form label{grid-column:1/-1}.footer-bottom{gap:15px;flex-direction:column}.search-panel{padding:25px}.breadcrumbs{margin-bottom:35px}}@media(max-width:480px){.home-copy h1,.page-hero h1{font-size:2.65rem}.service-orbit{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.header-actions{gap:6px}.icon-button,.menu-open{padding:9px 12px}.hero-actions .button{width:100%}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}:root{--navy:#021727;--navy2:#052f49;--navy3:#064e68;--ocean:#0786b4;--cyan:#18d5d0;--aqua:#85fff2;--ink:#08283a;--muted:#506f7e;--surface:#f3f9fa;--surface2:#eaf5f6;--line:rgba(8,72,94,.14);--glass:rgba(255,255,255,.1);--shadow-soft:0 24px 70px rgba(2,31,48,.13);--shadow-deep:0 36px 90px rgba(1,22,36,.24);--radius-lg:32px;--radius-md:22px}body{background:linear-gradient(180deg,#fff 0%,#f9fcfd 42%,#fff 100%);overflow-x:hidden}body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:-2;background:radial-gradient(circle at 8% 15%,rgb(20 201 203 / .07),transparent 24%),radial-gradient(circle at 88% 65%,rgb(7 119 174 / .07),transparent 28%)}.reading-progress{position:fixed;z-index:1000;left:0;right:0;top:0;height:3px;background:rgb(255 255 255 / .08)}.reading-progress span{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--cyan),var(--aqua));box-shadow:0 0 18px rgb(24 213 208 / .65)}.site-header{background:linear-gradient(180deg,rgb(1 22 38 / .93),rgb(2 33 53 / .88));border-bottom:1px solid rgb(137 255 246 / .12)}.header-main{height:82px}.brand img{filter:drop-shadow(0 9px 20px rgb(0 0 0 / .24))}.category-nav a{transition:color .2s,background .2s,border .2s}.button{position:relative;overflow:hidden;transition:transform .25s,box-shadow .25s,filter .25s}.button:before{content:"";position:absolute;inset:-2px;transform:translateX(-130%) skewX(-18deg);background:linear-gradient(90deg,transparent,rgb(255 255 255 / .35),transparent);transition:transform .65s}.button:hover:before{transform:translateX(130%) skewX(-18deg)}.button:hover{transform:translateY(-3px);filter:saturate(1.08)}.home-hero{min-height:760px;isolation:isolate}.home-hero:after,.page-hero:after{content:"";position:absolute;inset:auto -10% -32% 25%;height:72%;background:radial-gradient(ellipse,rgb(22 217 210 / .18),transparent 68%);filter:blur(18px);pointer-events:none}.home-hero-bg,.page-hero-bg{transform:scale(1.035);will-change:transform}.home-hero-overlay{background:linear-gradient(95deg,rgb(1 17 30 / .97) 0%,rgb(2 35 56 / .84) 47%,rgb(2 31 50 / .36) 100%),linear-gradient(0deg,rgb(1 17 30 / .8),transparent 55%)}.home-hero-inner{grid-template-columns:minmax(0,1.1fr) minmax(320px,.65fr);align-items:center;gap:56px;padding-block:96px 82px}.home-copy{position:relative;z-index:3}.home-copy h1,.page-hero h1{text-wrap:balance}.home-copy h1{font-size:clamp(3.3rem,6.4vw,6.35rem);max-width:930px;text-shadow:0 12px 45px rgb(0 0 0 / .35)}.home-copy p{font-size:clamp(1.04rem,1.5vw,1.22rem);line-height:1.75}.hero-assurance{display:flex;gap:10px 18px;flex-wrap:wrap;list-style:none;padding:0;margin:25px 0 0;color:#d8eff2;font-size:.78rem;font-weight:750;letter-spacing:.04em}.hero-assurance li{display:flex;align-items:center;gap:8px}.hero-assurance li:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--aqua);box-shadow:0 0 14px var(--cyan)}.home-visual-3d{position:relative;min-height:520px;display:grid;place-items:center;perspective:1100px}.home-orbit-stage{width:min(430px,42vw);aspect-ratio:1;position:relative;transform-style:preserve-3d;transform:rotateX(var(--rx,8deg)) rotateY(var(--ry,-8deg));transition:transform .18s ease-out;animation:orbitFloat 8s ease-in-out infinite}.home-orbit-stage .ring,.hero-visual-stage .ring{position:absolute;inset:12%;border-radius:50%;border:1px solid rgb(132 255 242 / .36);box-shadow:inset 0 0 30px rgb(23 204 202 / .11),0 0 24px rgb(23 204 202 / .08);transform-style:preserve-3d}.home-orbit-stage .ring-one,.hero-visual-stage .ring-one{transform:rotateX(70deg) rotateZ(8deg);animation:ringSpin 14s linear infinite}.home-orbit-stage .ring-two,.hero-visual-stage .ring-two{inset:22%;transform:rotateY(72deg) rotateZ(25deg);animation:ringSpinReverse 11s linear infinite}.home-orbit-stage .ring-three,.hero-visual-stage .ring-three{inset:3%;border-style:dashed;transform:rotateX(55deg) rotateY(28deg);animation:ringSpin 22s linear infinite}.home-orbit-core{position:absolute;inset:26%;display:grid;place-items:center;border-radius:50%;background:radial-gradient(circle at 35% 30%,rgb(255 255 255 / .28),rgb(9 126 157 / .13) 48%,rgb(2 31 51 / .52));border:1px solid rgb(182 255 249 / .38);box-shadow:0 30px 80px rgb(0 0 0 / .35),inset 0 0 40px rgb(83 255 240 / .12);transform:translateZ(72px);backdrop-filter:blur(12px)}.home-orbit-core img{width:82%;filter:drop-shadow(0 18px 22px rgb(0 0 0 / .4))}.home-orbit-grid,.hero-data-grid{position:absolute;inset:8%;border-radius:50%;opacity:.35;background-image:linear-gradient(rgb(124 255 243 / .18) 1px,transparent 1px),linear-gradient(90deg,rgb(124 255 243 / .18) 1px,transparent 1px);background-size:24px 24px;mask-image:radial-gradient(circle,#000 35%,transparent 72%);transform:translateZ(-45px)}.home-visual-3d .hero-proof{position:absolute;left:0;right:0;bottom:0;z-index:4;grid-template-columns:repeat(3,1fr);background:rgb(1 24 40 / .62);border:1px solid rgb(158 255 247 / .18);border-radius:22px;overflow:hidden;backdrop-filter:blur(18px);box-shadow:var(--shadow-deep);transform:translateZ(90px)}.home-visual-3d .hero-proof div{padding:18px 15px}.home-visual-3d .hero-proof strong{font-size:1.7rem}.home-visual-3d .hero-proof span{font-size:.7rem}.page-hero{min-height:680px;align-items:center}.page-hero-overlay{background:linear-gradient(94deg,rgb(1 18 31 / .98),rgb(3 40 62 / .78) 57%,rgb(2 34 54 / .28)),linear-gradient(0deg,rgb(1 18 31 / .64),transparent 55%)}.page-hero-inner{padding:110px 0 85px;display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,430px);gap:58px;align-items:center}.breadcrumbs{grid-column:1/-1;margin:0 0 -8px}.page-hero-copy{position:relative;z-index:3}.page-hero h1{font-size:clamp(3.1rem,5.7vw,5.9rem);text-shadow:0 12px 44px rgb(0 0 0 / .3)}.page-hero-copy>p{line-height:1.75;max-width:800px}.hero-visual-3d{position:relative;width:100%;aspect-ratio:1;perspective:1100px;display:grid;place-items:center}.hero-visual-stage{position:absolute;inset:5%;transform-style:preserve-3d;transform:rotateX(var(--rx,8deg)) rotateY(var(--ry,-10deg));transition:transform .18s ease-out;animation:orbitFloat 8s ease-in-out infinite}.hero-icon-shell{position:absolute;inset:24%;border-radius:50%;display:grid;place-items:center;transform:translateZ(78px);background:radial-gradient(circle at 32% 25%,rgb(255 255 255 / .22),rgb(17 167 180 / .12) 45%,rgb(2 25 41 / .4));border:1px solid rgb(170 255 246 / .35);box-shadow:0 35px 75px rgb(0 0 0 / .32),inset 0 0 30px rgb(64 238 226 / .12);backdrop-filter:blur(10px)}.page-icon{position:static!important;width:94%!important;height:94%!important;object-fit:contain;filter:drop-shadow(0 24px 34px rgb(0 0 0 / .4))!important;transform:translateZ(35px)}.hero-visual-stage .node{position:absolute;width:10px;height:10px;border-radius:50%;background:var(--aqua);box-shadow:0 0 18px var(--cyan);transform:translateZ(40px)}.hero-visual-stage .n1{top:12%;left:30%}.hero-visual-stage .n2{right:12%;top:44%}.hero-visual-stage .n3{bottom:17%;left:21%}.hero-visual-stage .n4{right:29%;bottom:6%}.decision-ribbon{position:relative;z-index:7;margin-top:-42px}.decision-ribbon-inner{background:rgb(255 255 255 / .92);border:1px solid rgb(6 113 145 / .13);border-radius:28px;box-shadow:var(--shadow-deep);backdrop-filter:blur(20px);display:grid;grid-template-columns:1.15fr 1fr;align-items:center;gap:32px;padding:24px 30px}.decision-ribbon-intro h2{font-size:clamp(1.25rem,2.2vw,1.85rem);margin:.2em 0}.decision-signals{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.decision-signal{padding:14px 12px;border-left:1px solid var(--line)}.decision-signal span{display:block;color:var(--ocean);font-size:.67rem;font-weight:900;letter-spacing:.14em}.decision-signal strong{display:block;font-size:.76rem;line-height:1.3;margin-top:5px}.section{position:relative;isolation:isolate;padding:105px 0}.section:nth-of-type(even):not(.decision-ribbon):before{content:"";position:absolute;inset:8% 0;z-index:-2;background:linear-gradient(115deg,rgb(232 247 248 / .74),rgb(255 255 255 / .16));transform:skewY(-1.6deg)}.section-tint{background:linear-gradient(135deg,#edf8f8 0%,#f8fcfc 55%,#e9f4f6 100%)}.section-tint:after{content:"CORZ";position:absolute;right:4%;bottom:-5%;font-size:clamp(7rem,18vw,17rem);font-weight:950;letter-spacing:-.08em;color:rgb(3 67 91 / .035);z-index:-1;line-height:1;pointer-events:none}.section-title-row{align-items:end}.section-title-row h2,.section-heading h2{font-size:clamp(2rem,4vw,3.65rem);letter-spacing:-.04em;line-height:1.05;text-wrap:balance}.section-title-row>p{font-size:1rem;line-height:1.75}.split-layout{grid-template-columns:minmax(250px,.7fr) minmax(0,1.3fr);gap:85px}.section-heading{top:165px}.section-heading:after{content:"";display:block;width:86px;height:3px;margin-top:26px;background:linear-gradient(90deg,var(--cyan),transparent)}.executive-summary>.summary-lead:first-child{font-size:clamp(1.12rem,1.5vw,1.3rem);line-height:1.78;color:#163e50}.executive-summary>.summary-lead:nth-child(2){color:var(--muted)}.decision-points{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:34px 0}.decision-point{position:relative;min-height:205px;padding:24px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(145deg,rgb(255 255 255 / .96),rgb(238 248 249 / .9));box-shadow:0 14px 40px rgb(3 47 65 / .08);transform-style:preserve-3d}.decision-point:before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(135deg,rgb(25 210 205 / .09),transparent 45%);pointer-events:none}.decision-index{display:block;color:var(--ocean);font-size:.7rem;letter-spacing:.14em;font-weight:900;transform:translateZ(18px)}.decision-point h3{font-size:1.05rem;margin:.55em 0;transform:translateZ(25px)}.decision-point p{font-size:.84rem!important;line-height:1.65;margin:0!important;transform:translateZ(14px)}.technical-depth{margin-top:28px;border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden}.technical-depth summary{list-style:none;cursor:pointer;padding:20px 22px;display:flex;justify-content:space-between;gap:20px;align-items:center;background:linear-gradient(90deg,#f1f9fa,#fff)}.technical-depth summary::-webkit-details-marker{display:none}.technical-depth summary strong{font-size:.92rem}.technical-depth summary span{font-size:.76rem;color:var(--muted)}.technical-depth summary:after{content:"+";font-size:1.35rem;color:var(--ocean);font-weight:400}.technical-depth[open] summary:after{content:"−"}.technical-prose{padding:24px 24px 8px;border-top:1px solid var(--line)}.technical-prose p{font-size:.92rem!important;color:#496875!important;line-height:1.75!important}.tilt-card{transform-style:preserve-3d;will-change:transform;transition:transform .18s ease-out,box-shadow .26s,border-color .26s}.tilt-card:hover{box-shadow:var(--shadow-soft);border-color:rgb(7 154 177 / .3)}.expert-card{border-radius:24px;background:linear-gradient(145deg,#fff,#f4fafb);min-height:224px}.expert-card img{filter:drop-shadow(0 14px 18px rgb(2 65 82 / .14));transform:translateZ(20px)}.expert-card h3,.expert-card p,.expert-card .text-link{transform:translateZ(12px)}.deliverable-grid article,.value-grid article,.process-grid li,.related-grid a{border-radius:24px;box-shadow:0 12px 35px rgb(2 46 63 / .055)}.deliverable-grid article{position:relative;overflow:hidden}.deliverable-grid article:after{content:"";position:absolute;right:-30px;top:-30px;width:100px;height:100px;border-radius:50%;background:radial-gradient(circle,rgb(20 206 201 / .16),transparent 70%)}.process-grid li span{box-shadow:0 0 0 8px rgb(18 196 195 / .08)}.global-cta{position:relative;overflow:hidden;background:linear-gradient(120deg,#03253c,#05627c 56%,#0794a2)}.global-cta:before{content:"";position:absolute;width:500px;height:500px;border:1px solid rgb(151 255 246 / .18);border-radius:50%;right:-130px;top:-220px;box-shadow:0 0 0 70px rgb(151 255 246 / .035),0 0 0 145px rgb(151 255 246 / .025)}.site-footer{background:radial-gradient(circle at 85% 0,rgb(12 132 151 / .18),transparent 30%),#011521}.footer-brand img{filter:drop-shadow(0 12px 18px rgb(0 0 0 / .35))}[data-reveal]{opacity:1;transform:none}.reveal-ready [data-reveal]{opacity:0;transform:translateY(30px);transition:opacity .72s ease,transform .72s cubic-bezier(.2,.75,.2,1)}.reveal-ready [data-reveal].is-visible{opacity:1;transform:translateY(0)}@keyframes orbitFloat{0%,100%{translate:0 0}50%{translate:0 -12px}}@keyframes ringSpin{to{rotate:360deg}}@keyframes ringSpinReverse{to{rotate:-360deg}}@media(max-width:1050px){.home-hero-inner{grid-template-columns:1fr}.home-visual-3d{min-height:460px}.home-orbit-stage{width:min(430px,72vw)}.page-hero-inner{grid-template-columns:1fr minmax(230px,330px)}.decision-ribbon-inner{grid-template-columns:1fr}.decision-points{grid-template-columns:1fr}.decision-point{min-height:0}.split-layout{gap:48px}}@media(max-width:760px){.header-main{height:68px}.home-hero{min-height:auto}.home-hero-inner{padding:72px 0 54px}.home-copy h1{font-size:clamp(3rem,14vw,4.4rem)}.home-visual-3d{min-height:390px}.home-orbit-stage{width:min(330px,88vw)}.home-visual-3d .hero-proof{position:absolute;bottom:-8px}.home-visual-3d .hero-proof strong{font-size:1.25rem}.page-hero{min-height:auto}.page-hero-inner{grid-template-columns:1fr;padding:80px 0 70px;gap:30px}.breadcrumbs{margin-bottom:8px}.page-hero h1{font-size:clamp(2.75rem,13vw,4.2rem)}.hero-visual-3d{width:min(360px,92vw);margin-inline:auto}.decision-ribbon{margin-top:-24px}.decision-ribbon-inner{padding:22px 20px}.decision-signals{grid-template-columns:1fr 1fr 1fr}.decision-signal{padding:10px 8px}.decision-signal strong{font-size:.68rem}.section{padding:78px 0}.section:nth-of-type(even):not(.decision-ribbon):before{inset:4% 0}.split-layout{grid-template-columns:1fr}.technical-depth summary{align-items:flex-start;flex-direction:column}.technical-depth summary:after{position:absolute;right:22px}.hero-assurance{gap:8px 13px}.home-orbit-core img{width:88%}}@media(max-width:760px){.lang-switch{display:flex!important;width:42px;height:42px;padding:0;justify-content:center;font-size:0}.lang-switch:after{font-size:.72rem;font-weight:850}.page-home[data-lang="id"] .lang-switch:after,.page-content[data-lang="id"] .lang-switch:after,.page-simple[data-lang="id"] .lang-switch:after{content:"EN"}.page-home[data-lang="en"] .lang-switch:after,.page-content[data-lang="en"] .lang-switch:after,.page-simple[data-lang="en"] .lang-switch:after{content:"ID"}}@media(max-width:480px){.home-visual-3d{min-height:350px}.home-visual-3d .hero-proof{grid-template-columns:1fr 1fr 1fr}.home-visual-3d .hero-proof div{padding:12px 7px}.home-visual-3d .hero-proof span{font-size:.59rem}.decision-signals{grid-template-columns:1fr}.decision-signal{border-left:0;border-top:1px solid var(--line);display:flex;gap:12px;align-items:center}.hero-visual-3d{width:300px}.hero-assurance{display:grid;grid-template-columns:1fr}.decision-points{margin-inline:-2px}}@media(prefers-reduced-motion:reduce){.home-orbit-stage,.hero-visual-stage,.home-orbit-stage .ring,.hero-visual-stage .ring{animation:none!important}.reveal-ready [data-reveal]{opacity:1!important;transform:none!important}.tilt-card{transform:none!important}}.form-status{grid-column:1/-1;padding:14px 16px;border-radius:12px;font-size:.9rem}.form-status.success{background:#e7f8f2;color:#145f4b;border:1px solid #a9dfcf}.form-status.error{background:#fff2ef;color:#8b3529;border:1px solid #efc4bc}.form-status.pending{background:#eef8fc;color:#0b5674;border:1px solid #b8dce9}.contact-form button[aria-busy="true"]{opacity:.78;cursor:progress;pointer-events:none}.executive-v3{--ex-navy:#031b2d;--ex-blue:#07597a;--ex-teal:#0da7a1;--ex-aqua:#55efe0;--ex-ink:#092e43;--ex-muted:#577180;--ex-line:rgba(7,70,96,.14);--ex-surface:#f0f8f9;--ex-shadow:0 28px 75px rgba(2,38,58,.13)}.executive-v3 main{position:relative}.executive-v3 .page-hero,.executive-v3 .home-hero{overflow:hidden}.hero-particles{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;opacity:.72;mix-blend-mode:screen;z-index:0}.hero-visual-stage,.home-orbit-stage{z-index:1}.executive-v3 .page-hero-inner{position:relative;z-index:2}.executive-v3 .hero-assurance{max-width:820px}.executive-v3 .hero-assurance li{padding:7px 11px;border:1px solid rgb(159 255 245 / .17);border-radius:999px;background:rgb(1 25 41 / .28);backdrop-filter:blur(8px)}.button-ghost{border-color:rgb(255 255 255 / .4)!important;color:#fff!important;background:rgb(255 255 255 / .06)!important}.button-ghost:hover{background:rgb(255 255 255 / .13)!important}.page-rail{position:fixed;z-index:80;right:18px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:4px;padding:8px;border:1px solid rgb(94 236 222 / .18);background:rgb(2 31 49 / .78);backdrop-filter:blur(16px);border-radius:18px;box-shadow:0 20px 55px rgb(0 0 0 / .22)}.page-rail>span{display:grid;place-items:center;width:34px;height:32px;color:var(--ex-aqua)}.page-rail a{width:34px;height:9px;border-radius:99px;background:rgb(255 255 255 / .22);font-size:0;transition:.25s}.page-rail a:hover,.page-rail a.is-active{height:28px;background:linear-gradient(180deg,var(--ex-aqua),var(--ex-teal))}.executive-ribbon .decision-ribbon-inner{grid-template-columns:.8fr 1.2fr}.executive-ribbon .decision-signals{grid-template-columns:repeat(4,1fr)}.section-wave{position:relative}.section-wave:before{content:"";position:absolute;inset:-1px 0 auto;height:34px;background:linear-gradient(174deg,transparent 48%,rgb(5 108 127 / .04) 49%,transparent 53%);pointer-events:none}.section-dark{color:#fff;background:radial-gradient(circle at 8% 20%,rgb(33 226 214 / .13),transparent 28%),radial-gradient(circle at 92% 70%,rgb(10 126 177 / .16),transparent 30%),linear-gradient(145deg,#031b2d,#073f5a 68%,#055d69)}.section-dark .eyebrow{color:var(--ex-aqua)}.section-dark h2,.section-dark h3{color:#fff}.section-dark .executive-title>p,.section-dark .insight-card p{color:rgb(231 250 251 / .72)}.executive-title{align-items:end;margin-bottom:32px}.executive-title h2{font-size:clamp(2rem,4vw,3.7rem);max-width:920px;text-wrap:balance}.executive-title>p{max-width:620px;font-size:1rem;line-height:1.75;color:var(--ex-muted)}.executive-brief .split-layout{grid-template-columns:minmax(250px,.6fr) minmax(0,1.4fr);gap:clamp(35px,6vw,90px)}.sticky-heading{position:sticky;top:125px;align-self:start}.sticky-heading h2{font-size:clamp(2.2rem,4vw,4.1rem);text-wrap:balance}.sticky-heading p{color:var(--ex-muted)}.executive-summary>.summary-lead:first-child{font-size:clamp(1.2rem,2vw,1.55rem);line-height:1.7;color:var(--ex-ink);font-weight:650}.executive-summary>.summary-lead{font-size:1.02rem;line-height:1.8;color:var(--ex-muted)}.insight-grid,.decision-matrix,.method-grid,.executive-deliverables,.executive-values{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.decision-matrix{margin-top:32px}.method-grid,.executive-deliverables,.executive-values{grid-template-columns:repeat(4,minmax(0,1fr))}.insight-card{position:relative;min-height:220px;padding:26px;border:1px solid var(--ex-line);border-radius:24px;background:linear-gradient(145deg,rgb(255 255 255 / .98),rgb(240 248 249 / .9));box-shadow:0 14px 38px rgb(2 40 61 / .07);overflow:hidden;transform-style:preserve-3d;transition:border .25s,box-shadow .25s,transform .18s}.insight-card:after{content:"";position:absolute;width:160px;height:160px;border-radius:50%;right:-95px;bottom:-100px;background:radial-gradient(circle,rgb(38 218 205 / .17),transparent 68%)}.insight-card:hover{border-color:rgb(13 167 161 / .34);box-shadow:var(--ex-shadow)}.insight-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:linear-gradient(145deg,var(--ex-navy),var(--ex-teal));color:#fff;font-size:1.2rem;box-shadow:0 12px 26px rgb(3 85 105 / .21)}.insight-no{position:absolute;right:20px;top:20px;color:rgb(7 90 122 / .18);font-size:1.45rem;font-weight:900}.insight-card h3{font-size:1.08rem;margin:21px 0 9px;color:var(--ex-ink)}.insight-card p{margin:0;color:var(--ex-muted);line-height:1.65;font-size:.94rem}.section-dark .insight-card{background:rgb(255 255 255 / .07);border-color:rgb(255 255 255 / .13);box-shadow:none;backdrop-filter:blur(12px)}.section-dark .insight-no{color:rgb(255 255 255 / .16)}.solution-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.solution-card{position:relative;display:grid;grid-template-columns:88px 1fr;gap:18px;min-height:190px;padding:20px;border-radius:25px;text-decoration:none;color:inherit;border:1px solid var(--ex-line);background:rgb(255 255 255 / .92);box-shadow:0 14px 38px rgb(2 40 61 / .07);overflow:hidden;transform-style:preserve-3d}.solution-card:before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 48%,rgb(47 226 211 / .08));pointer-events:none}.solution-card img{width:82px;height:82px;object-fit:contain;filter:drop-shadow(0 12px 17px rgb(2 43 65 / .18));transform:translateZ(28px)}.solution-symbol{display:grid;place-items:center;width:76px;height:76px;border-radius:50%;background:linear-gradient(145deg,var(--ex-navy),var(--ex-teal));color:#fff;font-size:1.5rem}.solution-card h3{font-size:1.12rem;margin:5px 0 8px;color:var(--ex-ink)}.solution-card p{font-size:.9rem;line-height:1.55;color:var(--ex-muted);margin:0 0 10px}.solution-card .text-link{color:#087f88;font-size:.8rem;font-weight:800}.solution-card:hover{box-shadow:var(--ex-shadow);border-color:rgb(13 167 161 / .32)}.commercial-flow{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1px;padding:0;margin:0;list-style:none;background:var(--ex-line);border:1px solid var(--ex-line);border-radius:28px;overflow:hidden;box-shadow:var(--ex-shadow)}.commercial-flow li{position:relative;display:flex;flex-direction:column;gap:16px;padding:25px 20px;background:#fff;min-height:250px}.commercial-flow li>span{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:linear-gradient(145deg,var(--ex-navy),var(--ex-teal));color:#fff;font-weight:900;box-shadow:0 12px 28px rgb(3 89 108 / .2)}.commercial-flow h3{font-size:1.04rem;margin:0 0 8px;color:var(--ex-ink)}.commercial-flow p{font-size:.92rem;line-height:1.62;color:var(--ex-muted);margin:0}.commercial-flow li:not(:last-child):after{content:"›";position:absolute;right:-10px;top:46px;z-index:2;width:20px;height:38px;background:#fff;color:var(--ex-teal);display:grid;place-items:center;font-size:1.6rem;font-weight:900}.technical-section{padding-top:25px}.executive-technical{border-radius:25px;box-shadow:0 18px 48px rgb(2 40 61 / .08)}.executive-technical summary{padding:23px 26px}.executive-technical .technical-prose{padding:0 26px 28px;columns:2;column-gap:45px}.executive-technical .technical-prose p{break-inside:avoid;line-height:1.75}.proposal-section{padding-top:55px}.proposal-panel{display:grid;grid-template-columns:1.2fr .8fr;gap:28px;padding:clamp(26px,4vw,48px);border-radius:32px;background:radial-gradient(circle at 88% 15%,rgb(81 238 222 / .2),transparent 30%),linear-gradient(145deg,#031c30,#075773 65%,#078d8e);color:#fff;box-shadow:0 35px 85px rgb(2 39 60 / .21);overflow:hidden;position:relative}.proposal-panel:after{content:"";position:absolute;width:500px;height:500px;border:1px solid rgb(255 255 255 / .12);border-radius:50%;right:-260px;bottom:-280px;box-shadow:0 0 0 70px rgb(255 255 255 / .035),0 0 0 140px rgb(255 255 255 / .02)}.proposal-panel>*{position:relative;z-index:1}.proposal-panel h2{font-size:clamp(2rem,4vw,3.5rem);color:#fff;margin:.3rem 0 1rem;max-width:850px;text-wrap:balance}.proposal-panel p{color:rgb(238 254 253 / .78);line-height:1.75}.proposal-checklist{padding:24px;border:1px solid rgb(255 255 255 / .16);border-radius:22px;background:rgb(255 255 255 / .08);backdrop-filter:blur(13px)}.proposal-checklist ul{margin:15px 0 0;padding-left:20px}.proposal-checklist li{margin:9px 0;color:rgb(244 255 254 / .82)}.commercial-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.button-light{background:#fff!important;color:#064b66!important}.proposal-panel .button-secondary{color:#fff;border-color:rgb(255 255 255 / .38)}.home-pathways{margin-top:-36px;z-index:4}.pathway-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.path-card{position:relative;min-height:245px;padding:27px;border:1px solid var(--ex-line);border-radius:26px;background:#fff;text-decoration:none;box-shadow:0 18px 48px rgb(2 40 61 / .09);overflow:hidden;color:inherit}.path-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 90% 10%,rgb(58 226 210 / .18),transparent 34%)}.path-card>span{font-size:2.1rem;color:rgb(7 89 122 / .18);font-weight:900}.path-card h3{position:relative;font-size:1.35rem;color:var(--ex-ink);margin:25px 0 10px}.path-card p{position:relative;color:var(--ex-muted);line-height:1.62}.path-card b{position:absolute;right:24px;bottom:20px;color:var(--ex-teal);font-size:1.5rem}.path-card:hover{box-shadow:var(--ex-shadow)}@media(max-width:1250px){.page-rail{display:none}.method-grid,.executive-deliverables,.executive-values{grid-template-columns:repeat(2,1fr)}.solution-grid{grid-template-columns:repeat(2,1fr)}.commercial-flow{grid-template-columns:repeat(2,1fr)}.commercial-flow li:last-child{grid-column:span 2}.commercial-flow li:after{display:none}.pathway-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:850px){.executive-ribbon .decision-ribbon-inner{grid-template-columns:1fr}.executive-ribbon .decision-signals{grid-template-columns:repeat(2,1fr)}.executive-brief .split-layout{grid-template-columns:1fr}.sticky-heading{position:static}.insight-grid,.decision-matrix{grid-template-columns:1fr}.solution-grid{grid-template-columns:1fr}.proposal-panel{grid-template-columns:1fr}.executive-technical .technical-prose{columns:1}}@media(max-width:620px){.method-grid,.executive-deliverables,.executive-values,.pathway-grid{grid-template-columns:1fr}.solution-card{grid-template-columns:68px 1fr}.solution-card img{width:62px;height:62px}.commercial-flow{grid-template-columns:1fr}.commercial-flow li:last-child{grid-column:auto}.commercial-actions{flex-direction:column}.commercial-actions a{width:100%}.executive-ribbon .decision-signals{grid-template-columns:1fr 1fr}.executive-title h2{font-size:2rem}}@media(prefers-reduced-motion:reduce){.hero-particles{display:none}.page-rail{display:none}}:root{--corz-navy:#031a2b;--corz-navy-2:#05263c;--corz-navy-3:#073550;--corz-panel:rgba(6,42,66,.86);--corz-cyan:#27e0f4;--corz-teal:#1cc6c5;--corz-sky:#79e9f4;--corz-text:#eefcff;--corz-muted:#a8cad6;--corz-line:rgba(86,221,237,.22);--corz-glow:0 18px 60px rgba(0,192,220,.12)}html{scroll-behavior:smooth;background:var(--corz-navy)}body.executive-corz{background:radial-gradient(circle at 84% 8%,rgb(27 169 194 / .13),transparent 28%),linear-gradient(180deg,#031725 0%,#052239 45%,#031724 100%);color:var(--corz-text)}body.executive-corz main{background:#fff0}body.executive-corz .site-header{background:rgb(2 20 34 / .92);border-bottom:1px solid var(--corz-line);backdrop-filter:blur(16px);box-shadow:0 10px 30px rgb(0 0 0 / .18)}body.executive-corz .header-main{min-height:68px;gap:24px}body.executive-corz .brand img{filter:drop-shadow(0 4px 18px rgb(0 211 236 / .2))}body.executive-corz .header-actions{gap:10px}body.executive-corz .header-project-cta{display:inline-flex;align-items:center;gap:8px;padding:10px 15px;border-radius:999px;background:linear-gradient(135deg,#16c7d5,#087fa9);color:#fff;font-weight:800;box-shadow:0 8px 26px rgb(17 201 218 / .2)}body.executive-corz .category-nav{background:rgb(2 23 38 / .82);border-top:1px solid rgb(255 255 255 / .035);border-bottom:1px solid var(--corz-line)}body.executive-corz .category-nav a{color:#cce6ee;padding:11px 13px;border-radius:10px;transition:.25s ease}body.executive-corz .category-nav a:hover,body.executive-corz .category-nav a.active{background:linear-gradient(180deg,rgb(30 207 225 / .17),rgb(30 207 225 / .05));color:#fff;box-shadow:inset 0 -2px #25ddec}body.executive-corz .search-open,body.executive-corz .lang-switch,body.executive-corz .menu-open{border-color:rgb(104 221 235 / .25);background:rgb(255 255 255 / .035);color:#dff8fb}body.executive-corz .reading-progress{background:rgb(255 255 255 / .04)}body.executive-corz .reading-progress span{background:linear-gradient(90deg,var(--corz-cyan),#5af2ba)}body.executive-corz .home-hero,body.executive-corz .page-hero{min-height:650px;background:#031a2b;overflow:hidden;border-bottom:1px solid var(--corz-line)}body.executive-corz .home-hero-bg,body.executive-corz .page-hero-bg{opacity:.78;filter:saturate(1.08) contrast(1.03);transform:scale(1.03)}body.executive-corz .home-hero-overlay,body.executive-corz .page-hero-overlay{background:linear-gradient(90deg,rgb(2 18 31 / .96) 0%,rgb(2 24 40 / .82) 44%,rgb(2 25 42 / .28) 74%,rgb(2 18 31 / .74) 100%),linear-gradient(180deg,rgb(3 25 42 / .12),rgb(1 16 28 / .82))}body.executive-corz .home-hero:after,body.executive-corz .page-hero:after{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgb(50 205 223 / .05) 1px,transparent 1px),linear-gradient(90deg,rgb(50 205 223 / .04) 1px,transparent 1px);background-size:56px 56px;mask-image:linear-gradient(to right,transparent 8%,black 44%,black 100%)}body.executive-corz .home-hero-inner,body.executive-corz .page-hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.03fr) minmax(400px,.97fr);gap:42px;align-items:center;min-height:650px;padding-top:45px;padding-bottom:45px}body.executive-corz .home-copy,body.executive-corz .page-hero-copy{max-width:760px}body.executive-corz .home-copy h1,body.executive-corz .page-hero h1{font-size:clamp(2.8rem,5.3vw,5.6rem);line-height:.97;letter-spacing:-.045em;text-shadow:0 8px 34px rgb(0 0 0 / .36)}body.executive-corz .home-copy h1{max-width:12ch}body.executive-corz .page-hero h1{max-width:13ch}body.executive-corz .home-copy p,body.executive-corz .page-hero-copy>p{font-size:1.08rem;line-height:1.7;color:#d7edf3;max-width:66ch}body.executive-corz .eyebrow{color:#63eaf0;letter-spacing:.15em;font-weight:850}body.executive-corz .hero-assurance{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0 22px}body.executive-corz .hero-assurance li{padding:7px 11px;border:1px solid rgb(92 223 235 / .23);background:rgb(5 54 76 / .55);color:#e7fbfd;border-radius:999px;font-size:.84rem}body.executive-corz .button{background:linear-gradient(135deg,#20d9e6,#0d83ad);box-shadow:0 10px 35px rgb(0 190 215 / .25)}body.executive-corz .button:hover{transform:translateY(-2px);box-shadow:0 14px 42px rgb(0 206 226 / .32)}body.executive-corz .button-secondary,body.executive-corz .button-ghost{border-color:rgb(114 231 240 / .34);background:rgb(4 33 52 / .56);color:#e9fbfd}body.executive-corz .hero-visual-3d,body.executive-corz .home-visual-3d{min-height:500px;position:relative;isolation:isolate}body.executive-corz .hero-mosaic-stage{position:absolute;inset:20px 0 18px 0;perspective:1300px;transform-style:preserve-3d;transition:transform .25s ease;transform:rotateX(var(--rx,4deg)) rotateY(var(--ry,-5deg))}body.executive-corz .hero-mosaic-stage:before{content:"";position:absolute;inset:11% 8%;border-radius:50%;background:radial-gradient(circle,rgb(23 216 230 / .18),transparent 60%);filter:blur(18px)}body.executive-corz .hero-mosaic-main,body.executive-corz .hero-mosaic-small{position:absolute;margin:0;overflow:hidden;border:1px solid rgb(128 238 246 / .28);background:#06253b;box-shadow:0 26px 65px rgb(0 0 0 / .36),inset 0 0 40px rgb(18 190 213 / .06);border-radius:24px}body.executive-corz .hero-mosaic-main{left:4%;top:10%;width:66%;height:70%;transform:translateZ(28px) rotateY(2deg)}body.executive-corz .hero-mosaic-small.one{right:2%;top:5%;width:35%;height:37%;transform:translateZ(72px) rotateY(-5deg)}body.executive-corz .hero-mosaic-small.two{right:0;bottom:7%;width:39%;height:39%;transform:translateZ(55px) rotateY(-3deg)}body.executive-corz .hero-mosaic-main img,body.executive-corz .hero-mosaic-small img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(1.04) contrast(1.03)}body.executive-corz .hero-mosaic-main:after,body.executive-corz .hero-mosaic-small:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 48%,rgb(1 20 34 / .6))}body.executive-corz .hero-hud-core{position:absolute;left:51%;top:52%;width:132px;height:132px;display:grid;place-items:center;border-radius:50%;z-index:5;transform:translate(-50%,-50%) translateZ(125px);background:radial-gradient(circle,rgb(4 52 76 / .96) 0 48%,rgb(12 203 222 / .18) 50% 58%,rgb(2 24 39 / .82) 60%);border:1px solid rgb(117 237 246 / .4);box-shadow:0 0 0 12px rgb(20 202 220 / .08),0 0 60px rgb(14 213 228 / .38)}body.executive-corz .hero-hud-core:before,body.executive-corz .hero-hud-core:after{content:"";position:absolute;border:1px solid rgb(68 226 238 / .26);border-radius:50%;animation:corzspin 18s linear infinite}body.executive-corz .hero-hud-core:before{inset:-32px;border-style:dashed}body.executive-corz .hero-hud-core:after{inset:-58px;animation-direction:reverse;animation-duration:26s}body.executive-corz .hero-hud-core img{width:68px;height:68px;object-fit:contain;filter:drop-shadow(0 8px 24px rgb(0 224 237 / .24))}body.executive-corz .hero-hud-label{position:absolute;z-index:6;padding:8px 12px;border-radius:999px;border:1px solid rgb(86 226 238 / .3);background:rgb(4 35 55 / .78);backdrop-filter:blur(8px);color:#dcf9fb;font-size:.76rem;font-weight:800;box-shadow:0 10px 24px rgb(0 0 0 / .2)}body.executive-corz .hero-hud-label.a{left:2%;bottom:9%}body.executive-corz .hero-hud-label.b{right:3%;top:43%}body.executive-corz .hero-hud-label.c{left:35%;top:2%}@keyframes corzspin{to{transform:rotate(360deg)}}body.executive-corz .hero-proof{position:absolute;left:4%;right:2%;bottom:0;z-index:8;display:grid;grid-template-columns:repeat(3,1fr);background:rgb(3 28 45 / .78);border:1px solid rgb(94 228 239 / .22);backdrop-filter:blur(10px);border-radius:18px;overflow:hidden;box-shadow:var(--corz-glow)}body.executive-corz .hero-proof div{padding:15px 17px;border-right:1px solid rgb(91 221 235 / .14)}body.executive-corz .hero-proof div:last-child{border-right:0}body.executive-corz .hero-proof strong{font-size:1.5rem;color:#fff}body.executive-corz .hero-proof span{color:#9bc8d3}body.executive-corz .trust-strip{background:#05243a;border-bottom:1px solid var(--corz-line)}body.executive-corz .trust-strip .container{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;padding-top:0;padding-bottom:0}body.executive-corz .trust-strip span{padding:15px;text-align:center;background:linear-gradient(180deg,rgb(16 126 150 / .12),rgb(255 255 255 / .01));color:#d9f5f8;border-left:1px solid rgb(85 218 232 / .09);font-weight:750}body.executive-corz .section{position:relative;background:linear-gradient(180deg,#052338,#042036);color:#eaf9fb;padding-top:78px;padding-bottom:78px;border-bottom:1px solid rgb(83 218 233 / .09)}body.executive-corz .section:nth-of-type(even){background:linear-gradient(180deg,#062a42,#05243a)}body.executive-corz .section-tint,body.executive-corz .section-wave{background:linear-gradient(180deg,#062940,#05243a)!important}body.executive-corz .section-dark{background:linear-gradient(180deg,#031a2a,#052238)!important}body.executive-corz .section:before{content:"";position:absolute;inset:auto 0 0;height:150px;pointer-events:none;background:radial-gradient(ellipse at 80% 100%,rgb(32 202 219 / .08),transparent 58%)}body.executive-corz .section-title-row h2,body.executive-corz .section-heading h2{color:#f4fdff;font-size:clamp(2rem,3.5vw,3.5rem);line-height:1.03;letter-spacing:-.035em}body.executive-corz .section-title-row>p,body.executive-corz .section-heading>p,body.executive-corz .summary-lead{color:#b9d9e1}body.executive-corz .sticky-heading{top:150px}body.executive-corz .page-rail{background:rgb(2 22 37 / .95);border-color:rgb(80 214 229 / .18);box-shadow:0 14px 35px rgb(0 0 0 / .2)}body.executive-corz .page-rail a{color:#bcdbe2}body.executive-corz .page-rail a.is-active{color:#59e9ef}body.executive-corz .visual-story-band{background:#041c2e;padding:26px 0 34px;border-bottom:1px solid var(--corz-line)}body.executive-corz .visual-story-grid{display:grid;grid-template-columns:1.15fr .85fr .85fr;gap:14px}body.executive-corz .story-visual{position:relative;min-height:180px;overflow:hidden;border-radius:20px;border:1px solid rgb(95 226 238 / .2);box-shadow:0 18px 42px rgb(0 0 0 / .2)}body.executive-corz .story-visual:first-child{min-height:225px}body.executive-corz .story-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .55s ease}body.executive-corz .story-visual:hover img{transform:scale(1.045)}body.executive-corz .story-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgb(1 19 32 / .88))}body.executive-corz .story-caption{position:absolute;left:18px;right:18px;bottom:15px;z-index:2;color:#fff}.story-caption small{color:#58e6ed;text-transform:uppercase;letter-spacing:.13em;font-weight:800}.story-caption strong{display:block;font-size:1.05rem;margin-top:4px}body.executive-corz .pathway-grid,body.executive-corz .feature-showcase,body.executive-corz .solution-grid,body.executive-corz .insight-grid,body.executive-corz .method-grid,body.executive-corz .deliverable-grid,body.executive-corz .value-grid,body.executive-corz .decision-matrix{gap:16px}body.executive-corz .path-card,body.executive-corz .feature-item,body.executive-corz .solution-card,body.executive-corz .insight-card,body.executive-corz .tilt-card,body.executive-corz .service-orbit a{background:linear-gradient(180deg,rgb(8 53 80 / .88),rgb(4 34 54 / .94));border:1px solid rgb(85 219 233 / .18);box-shadow:0 14px 36px rgb(0 0 0 / .18);color:#edfafd;overflow:hidden;border-radius:18px}body.executive-corz .path-card:hover,body.executive-corz .feature-item:hover,body.executive-corz .solution-card:hover,body.executive-corz .insight-card:hover,body.executive-corz .tilt-card:hover{border-color:rgb(72 226 238 / .42);box-shadow:0 20px 48px rgb(0 0 0 / .28),0 0 0 1px rgb(37 211 227 / .06)}body.executive-corz .feature-item img{height:180px;object-fit:cover}body.executive-corz .feature-item p{color:#b6d2da}body.executive-corz .card-media{height:142px;margin:-1px -1px 18px;position:relative;overflow:hidden;border-radius:17px 17px 12px 12px;border-bottom:1px solid rgb(80 218 232 / .14)}body.executive-corz .card-media.compact{height:100px}body.executive-corz .card-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease;filter:saturate(1.04)}body.executive-corz article:hover .card-media img,body.executive-corz a:hover .card-media img{transform:scale(1.05)}body.executive-corz .card-media-sheen{position:absolute;inset:0;background:linear-gradient(135deg,transparent 0 52%,rgb(41 227 239 / .12)),linear-gradient(180deg,transparent 45%,rgb(3 28 45 / .66))}body.executive-corz .insight-card{padding:18px}.executive-corz .insight-card:has(.card-media){padding-top:0}body.executive-corz .insight-card p,body.executive-corz .solution-card p,body.executive-corz .path-card p,body.executive-corz .tilt-card p{color:#b6d2da}body.executive-corz .insight-icon,body.executive-corz .insight-no{color:#58e6ee}body.executive-corz .solution-card{padding:0 16px 18px}.executive-corz .solution-card .card-media{margin-left:-16px;margin-right:-16px}body.executive-corz .solution-card .solution-symbol{margin-top:2px}body.executive-corz .service-orbit{grid-template-columns:repeat(4,1fr);gap:14px}body.executive-corz .service-orbit a{min-height:174px;padding:18px;position:relative}body.executive-corz .service-orbit img{width:58px;height:58px;filter:drop-shadow(0 8px 20px rgb(26 221 233 / .18))}body.executive-corz .service-orbit h3{color:#f0fbfd}body.executive-corz .decision-ribbon{background:linear-gradient(90deg,#04233a,#07354d);border-bottom:1px solid var(--corz-line)}body.executive-corz .decision-signal{background:rgb(5 48 73 / .72);border:1px solid rgb(91 224 237 / .15);border-radius:14px;color:#eefcff}body.executive-corz .decision-signal span{color:#48e1eb}body.executive-corz .commercial-flow{gap:12px}body.executive-corz .commercial-flow li,body.executive-corz .process-grid li{background:linear-gradient(180deg,rgb(8 55 82 / .9),rgb(4 34 54 / .95));border:1px solid rgb(88 221 234 / .16);border-radius:18px;color:#eefafd;overflow:hidden}body.executive-corz .process-media{height:110px;margin:-1px -1px 14px;overflow:hidden;border-radius:17px 17px 9px 9px;position:relative}body.executive-corz .process-media img{width:100%;height:100%;object-fit:cover}.process-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgb(3 28 45 / .5))}body.executive-corz .commercial-flow li>span{color:#50e7ee}body.executive-corz .commercial-flow li p,body.executive-corz .process-grid li p{color:#b6d2da}body.executive-corz .technical-depth{background:linear-gradient(180deg,rgb(8 52 78 / .8),rgb(5 36 57 / .92));border:1px solid rgb(91 224 237 / .18);color:#e9f9fb;box-shadow:var(--corz-glow)}body.executive-corz .technical-prose{color:#bfdce3}body.executive-corz .proposal-section{background:linear-gradient(110deg,#06344c,#075c68)!important}body.executive-corz .proposal-panel{background:rgb(3 31 48 / .6);border:1px solid rgb(120 240 246 / .23);box-shadow:0 22px 58px rgb(0 0 0 / .23);backdrop-filter:blur(12px)}body.executive-corz .proposal-checklist{background:rgb(3 28 45 / .55);border:1px solid rgb(96 225 237 / .17)}body.executive-corz .global-cta{background:linear-gradient(100deg,#05455c,#0789a0 63%,#06435b);border-top:1px solid rgb(112 236 244 / .2);border-bottom:1px solid rgb(112 236 244 / .2);position:relative;overflow:hidden}body.executive-corz .global-cta:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 16% 60%,rgb(69 230 238 / .15),transparent 25%),linear-gradient(90deg,transparent,rgb(255 255 255 / .04),transparent)}body.executive-corz .simple-hero{background:linear-gradient(100deg,#031a2b,#07435e);color:#fff;border-bottom:1px solid var(--corz-line);padding:90px 0 70px;position:relative;overflow:hidden}body.executive-corz .simple-hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 82% 30%,rgb(46 224 237 / .14),transparent 28%)}body.executive-corz .contact-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:36px;align-items:start}body.executive-corz .contact-direct{margin-top:24px;display:grid;gap:10px}.contact-direct a,.contact-direct span{display:flex;align-items:center;gap:10px;color:#dff7fa}body.executive-corz .social-dummy{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.social-dummy a{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;border:1px solid rgb(83 221 234 / .25);background:rgb(255 255 255 / .04);font-weight:800}body.executive-corz .contact-form{background:linear-gradient(180deg,rgb(8 53 80 / .9),rgb(4 34 54 / .97));border:1px solid rgb(90 224 236 / .18);box-shadow:0 22px 55px rgb(0 0 0 / .22);border-radius:20px;padding:24px}body.executive-corz .contact-form input,body.executive-corz .contact-form textarea{background:#031f33;color:#effbfc;border-color:rgb(92 222 234 / .2)}body.executive-corz .site-footer{background:#02121e;color:#c4dfe5;border-top:1px solid rgb(83 217 232 / .15)}body.executive-corz .footer-grid{grid-template-columns:1.25fr repeat(4,1fr);gap:28px}body.executive-corz .site-footer h3{color:#eaf9fb}.executive-corz .site-footer a{color:#a9ccd4}.executive-corz .site-footer a:hover{color:#55e6ed}body.executive-corz .footer-contact-line{display:block;margin:7px 0;color:#b7d6dc}body.executive-corz .footer-social{display:flex;gap:8px;margin-top:14px}.footer-social a{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;border:1px solid rgb(90 224 236 / .22);background:rgb(255 255 255 / .035);font-size:.76rem;font-weight:850}body.executive-corz [data-reveal]{opacity:1;transform:none}body.executive-corz.reveal-ready [data-reveal]{opacity:0;transform:translateY(14px);transition:opacity .55s ease,transform .55s ease}body.executive-corz.reveal-ready [data-reveal].is-visible{opacity:1;transform:none}@media(max-width:1100px){body.executive-corz .home-hero-inner,body.executive-corz .page-hero-inner{grid-template-columns:1fr;min-height:auto;padding-top:60px;padding-bottom:60px}body.executive-corz .hero-visual-3d,body.executive-corz .home-visual-3d{min-height:470px}body.executive-corz .visual-story-grid{grid-template-columns:1fr 1fr}.visual-story-grid .story-visual:first-child{grid-column:1/-1}body.executive-corz .footer-grid{grid-template-columns:1.3fr repeat(2,1fr)}body.executive-corz .contact-layout{grid-template-columns:1fr}}@media(max-width:760px){body.executive-corz .header-project-cta{display:none}body.executive-corz .home-hero,body.executive-corz .page-hero{min-height:auto}body.executive-corz .home-hero-inner,body.executive-corz .page-hero-inner{padding-top:38px;padding-bottom:42px;gap:24px}body.executive-corz .home-copy h1,body.executive-corz .page-hero h1{font-size:clamp(2.45rem,12vw,4.2rem)}body.executive-corz .hero-visual-3d,body.executive-corz .home-visual-3d{min-height:390px}body.executive-corz .hero-mosaic-main{left:0;top:6%;width:74%;height:66%}body.executive-corz .hero-mosaic-small.one{width:38%;height:32%}.executive-corz .hero-mosaic-small.two{width:43%;height:34%}body.executive-corz .hero-hud-core{width:98px;height:98px}.executive-corz .hero-hud-core img{width:52px;height:52px}.executive-corz .hero-hud-label{font-size:.66rem}body.executive-corz .hero-proof{left:0;right:0}.executive-corz .hero-proof div{padding:11px}.executive-corz .hero-proof strong{font-size:1.12rem}.executive-corz .hero-proof span{font-size:.7rem}body.executive-corz .trust-strip .container{grid-template-columns:1fr 1fr}body.executive-corz .visual-story-grid{grid-template-columns:1fr}.visual-story-grid .story-visual:first-child{grid-column:auto}.executive-corz .story-visual{min-height:190px!important}body.executive-corz .section{padding-top:56px;padding-bottom:56px}body.executive-corz .service-orbit{grid-template-columns:1fr 1fr}body.executive-corz .footer-grid{grid-template-columns:1fr 1fr}.executive-corz .footer-brand{grid-column:1/-1}body.executive-corz .category-nav{position:sticky;top:68px;z-index:35}}@media(prefers-reduced-motion:reduce){body.executive-corz .hero-hud-core:before,body.executive-corz .hero-hud-core:after{animation:none}}body.executive-corz .story-visual,body.executive-corz .feature-item,body.executive-corz .path-card{transform-style:preserve-3d;will-change:transform}body.executive-corz .story-visual::before{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(115deg,transparent 25%,rgb(123 244 250 / .10) 45%,transparent 60%);transform:translateX(-120%);transition:transform .7s ease}body.executive-corz .story-visual:hover::before{transform:translateX(120%)}body.executive-corz .section{isolation:isolate}body.executive-corz .section::after{content:"";position:absolute;right:4vw;top:7%;width:190px;height:190px;border:1px solid rgb(86 222 236 / .08);border-radius:50%;box-shadow:0 0 0 34px rgb(86 222 236 / .025),0 0 0 68px rgb(86 222 236 / .018);z-index:-1}body.executive-corz .hero-mosaic-main img,body.executive-corz .hero-mosaic-small img,body.executive-corz .card-media img{background:#04263b}body.executive-corz img[src$=".svg"]{image-rendering:auto}@media (prefers-reduced-motion:no-preference){body.executive-corz .hero-hud-core{animation:v7pulse 4.8s ease-in-out infinite}body.executive-corz .global-cta:after{content:"";position:absolute;width:160px;height:160px;border:1px solid rgb(150 247 253 / .18);border-radius:50%;right:7%;top:50%;transform:translateY(-50%);animation:v7orbit 8s linear infinite}}@keyframes v7pulse{50%{filter:brightness(1.18);transform:translate(-50%,-50%) translateZ(125px) scale(1.035)}}@keyframes v7orbit{to{transform:translateY(-50%) rotate(360deg)}}.brand img,.footer-brand img{object-fit:contain!important;filter:none!important;transform:none!important}.brand img{max-width:210px;height:auto}.footer-brand img{max-width:220px;height:auto}.official-brand-name{margin:.65rem 0 .15rem;font-weight:800;letter-spacing:.02em;color:#eafcff!important}.brand-tagline{display:block;color:#8fcbd7;font-size:.78rem;letter-spacing:.04em}@media(max-width:720px){.brand img{max-width:155px}.footer-brand img{max-width:175px}}:root{--v9-accent:#14c7d3;--v9-accent2:#7cf4f0;--v9-accent3:#8de0ff;--v9-bg:#03131f;--v9-panel:#063b5c;--v9-r:24px;--v9-line:rgba(120,235,245,.18);--v9-shadow:0 24px 70px rgba(0,0,0,.30)}body[data-corz-theme="profile"]{--v9-accent:#23b6d2;--v9-accent2:#8befff;--v9-accent3:#b7d8ff;--v9-bg:#061522;--v9-panel:#123f5d}body[data-corz-theme="flood"]{--v9-accent:#17aee0;--v9-accent2:#72e5ff;--v9-accent3:#b6eaff;--v9-bg:#041323;--v9-panel:#083d68}body[data-corz-theme="offshore"]{--v9-accent:#16c0c5;--v9-accent2:#7ff2e7;--v9-accent3:#ffd486;--v9-bg:#071823;--v9-panel:#11465d}body[data-corz-theme="thermal"]{--v9-accent:#f08a4b;--v9-accent2:#ffd06d;--v9-accent3:#6bd7f2;--v9-bg:#1a1520;--v9-panel:#5c3040}body[data-corz-theme="freshwater"],body[data-corz-theme="estuary"]{--v9-accent:#21c29b;--v9-accent2:#9af1bd;--v9-accent3:#5ee7e0;--v9-bg:#061b1f;--v9-panel:#0b594f}body[data-corz-theme="port"]{--v9-accent:#0fc5dc;--v9-accent2:#86eeff;--v9-accent3:#efc86d;--v9-bg:#061523;--v9-panel:#0c4568}body[data-corz-theme="shipping"],body[data-corz-theme="fisheries"]{--v9-accent:#14bfd1;--v9-accent2:#8af0fb;--v9-accent3:#ffd274;--v9-bg:#041523;--v9-panel:#083f5e}body[data-corz-theme="coastal"],body[data-corz-theme="ecology"],body[data-corz-theme="aquaculture"],body[data-corz-theme="eia"]{--v9-accent:#2fc28f;--v9-accent2:#95efbd;--v9-accent3:#66e4dd;--v9-bg:#061b20;--v9-panel:#11564c}body[data-corz-theme="shoreline"],body[data-corz-theme="morphology"]{--v9-accent:#16c5d0;--v9-accent2:#90f0ec;--v9-accent3:#e3b878;--v9-bg:#071a27;--v9-panel:#0d5572}body[data-corz-theme="sediment"]{--v9-accent:#d59b5e;--v9-accent2:#ffd38f;--v9-accent3:#65d8df;--v9-bg:#18191c;--v9-panel:#6a4939}body[data-corz-theme="waterquality"],body[data-corz-theme="laboratory"]{--v9-accent:#59b6ee;--v9-accent2:#a9dcff;--v9-accent3:#68ead3;--v9-bg:#10172a;--v9-panel:#384b7a}body[data-corz-theme="prediction"]{--v9-accent:#2a9cea;--v9-accent2:#7ceff5;--v9-accent3:#c4d6ff;--v9-bg:#061626;--v9-panel:#143e72}body[data-corz-theme="inland"]{--v9-accent:#2aa6d1;--v9-accent2:#8de9f4;--v9-accent3:#70d5ff;--v9-bg:#071625;--v9-panel:#154562}body[data-corz-theme="modeling"],body[data-corz-theme="studies"],body[data-corz-theme="processing"],body[data-corz-theme="database"]{--v9-accent:#4999e2;--v9-accent2:#9be4ff;--v9-accent3:#7af1dd;--v9-bg:#0d152a;--v9-panel:#293b72}body[data-corz-theme="services"],body[data-corz-theme="survey"]{--v9-accent:#12becd;--v9-accent2:#8df0f5;--v9-accent3:#f1cf7d;--v9-bg:#061726;--v9-panel:#07516b}body[data-corz-theme="training"]{--v9-accent:#7b7ee8;--v9-accent2:#b9d5ff;--v9-accent3:#72e8df;--v9-bg:#10152a;--v9-panel:#3b3970}body[data-corz-theme="forum"]{--v9-accent:#2ba8cf;--v9-accent2:#a1e7ff;--v9-accent3:#efc76c;--v9-bg:#071726;--v9-panel:#184563}body.executive-corz{background:radial-gradient(circle at 82% 3%,color-mix(in srgb,var(--v9-accent) 17%,transparent),transparent 27%),linear-gradient(180deg,var(--v9-bg),#03131f 36%,#041b2b 100%);color:#edfaff}.site-header{background:color-mix(in srgb,var(--v9-bg) 88%,transparent)!important;border-bottom:1px solid var(--v9-line)!important;backdrop-filter:blur(24px) saturate(1.2)}.category-nav{background:color-mix(in srgb,var(--v9-bg) 82%,transparent)!important}.category-nav a:hover,.category-nav a.active{background:linear-gradient(180deg,color-mix(in srgb,var(--v9-accent) 20%,transparent),transparent)!important;box-shadow:inset 0 -2px var(--v9-accent)!important}.header-project-cta,.button{background:linear-gradient(135deg,var(--v9-accent),color-mix(in srgb,var(--v9-accent) 62%,#00547b))!important;box-shadow:0 12px 36px color-mix(in srgb,var(--v9-accent) 25%,transparent)!important}.page-hero,.home-hero{min-height:690px!important;isolation:isolate;border-bottom:1px solid var(--v9-line)!important;overflow:hidden}.page-hero:before,.home-hero:before{content:"";position:absolute;inset:-25%;z-index:1;pointer-events:none;background:conic-gradient(from 210deg at 70% 45%,transparent 0 34%,color-mix(in srgb,var(--v9-accent) 12%,transparent) 38%,transparent 43% 65%,color-mix(in srgb,var(--v9-accent2) 9%,transparent) 70%,transparent 78%);animation:v9aurora 18s linear infinite}.page-hero:after,.home-hero:after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,rgb(1 11 19 / .94) 0%,rgb(1 18 30 / .78) 42%,transparent 76%),radial-gradient(circle at 79% 47%,transparent 0 24%,rgb(1 14 23 / .32) 62%,rgb(1 10 18 / .72) 100%)}.page-hero-bg,.home-hero-bg{opacity:.72!important;filter:saturate(1.15) contrast(1.08)!important;transform:scale(1.035);transition:transform 1.2s cubic-bezier(.2,.7,.2,1)}.page-hero:hover .page-hero-bg,.home-hero:hover .home-hero-bg{transform:scale(1.06)}.page-hero-inner,.home-hero-inner{z-index:3!important;min-height:690px!important}.page-hero-copy,.home-copy{position:relative;padding:28px 0}.page-hero-copy:before,.home-copy:before{content:"";position:absolute;left:-24px;top:16px;bottom:16px;width:2px;background:linear-gradient(transparent,var(--v9-accent),var(--v9-accent2),transparent);box-shadow:0 0 24px var(--v9-accent)}.page-hero h1,.home-copy h1{font-weight:790!important;letter-spacing:-.055em!important;text-wrap:balance;text-shadow:0 12px 35px rgb(0 0 0 / .44)}.eyebrow{color:var(--v9-accent2)!important;text-shadow:0 0 18px color-mix(in srgb,var(--v9-accent) 32%,transparent)}.hero-assurance li{background:color-mix(in srgb,var(--v9-panel) 58%,transparent)!important;border-color:color-mix(in srgb,var(--v9-accent) 30%,transparent)!important;box-shadow:inset 0 0 24px rgb(255 255 255 / .025)}.hero-visual-3d,.home-visual-3d{filter:drop-shadow(0 35px 55px rgb(0 0 0 / .34))}.hero-mosaic-main,.hero-mosaic-small{border-color:color-mix(in srgb,var(--v9-accent2) 34%,transparent)!important;background:color-mix(in srgb,var(--v9-panel) 62%,#03131f)!important;border-radius:28px!important;box-shadow:0 30px 90px rgb(0 0 0 / .38),0 0 0 1px color-mix(in srgb,var(--v9-accent) 6%,transparent) inset!important}.hero-mosaic-main:before,.hero-mosaic-small:before{content:"";position:absolute;inset:0;z-index:2;background:linear-gradient(115deg,rgb(255 255 255 / .10),transparent 22% 64%,color-mix(in srgb,var(--v9-accent) 11%,transparent));pointer-events:none}.hero-hud-core{border-color:color-mix(in srgb,var(--v9-accent2) 50%,transparent)!important;background:radial-gradient(circle,color-mix(in srgb,var(--v9-panel) 88%,#03131f) 0 48%,color-mix(in srgb,var(--v9-accent) 20%,transparent) 50% 58%,rgb(2 18 30 / .9) 60%)!important;box-shadow:0 0 0 12px color-mix(in srgb,var(--v9-accent) 8%,transparent),0 0 72px color-mix(in srgb,var(--v9-accent) 40%,transparent)!important}.hero-hud-label{border-color:color-mix(in srgb,var(--v9-accent2) 32%,transparent)!important;background:color-mix(in srgb,var(--v9-bg) 78%,transparent)!important}.hero-proof{background:color-mix(in srgb,var(--v9-bg) 80%,transparent)!important;border-color:color-mix(in srgb,var(--v9-accent) 30%,transparent)!important}.visual-story-band{padding:34px 0 42px!important;background:linear-gradient(180deg,color-mix(in srgb,var(--v9-bg) 96%,#000),color-mix(in srgb,var(--v9-panel) 24%,#03131f))!important;position:relative}.visual-story-grid{gap:18px!important}.story-visual{border-radius:24px!important;border-color:color-mix(in srgb,var(--v9-accent) 25%,transparent)!important;box-shadow:var(--v9-shadow)!important;transition:transform .45s ease,box-shadow .45s ease}.story-visual:hover{transform:translateY(-7px) scale(1.01);box-shadow:0 35px 85px rgb(0 0 0 / .42)!important}.story-caption{backdrop-filter:blur(6px);padding-top:18px}.section{background:linear-gradient(180deg,color-mix(in srgb,var(--v9-bg) 88%,#042438),color-mix(in srgb,var(--v9-panel) 26%,#03131f))!important;border-bottom:1px solid color-mix(in srgb,var(--v9-accent) 10%,transparent)!important;padding-block:88px!important;overflow:hidden}.section:nth-of-type(even){background:linear-gradient(180deg,color-mix(in srgb,var(--v9-panel) 30%,#041b2a),color-mix(in srgb,var(--v9-bg) 92%,#041c2b))!important}.section:before{height:330px!important;background:radial-gradient(ellipse at 88% 100%,color-mix(in srgb,var(--v9-accent) 14%,transparent),transparent 62%)!important}.section:after{content:"";position:absolute;right:-90px;top:40px;width:330px;height:330px;border-radius:50%;border:1px solid color-mix(in srgb,var(--v9-accent2) 10%,transparent);box-shadow:0 0 0 50px color-mix(in srgb,var(--v9-accent) 2%,transparent),0 0 0 100px color-mix(in srgb,var(--v9-accent) 1%,transparent);pointer-events:none}.section-title-row h2,.section-heading h2{font-weight:760!important;text-wrap:balance}.section-title-row,.section-heading{position:relative;z-index:2}.path-card,.feature-item,.solution-card,.insight-card,.tilt-card,.service-orbit a,.commercial-flow li,.process-grid li,.decision-signal,.proposal-checklist{background:linear-gradient(145deg,color-mix(in srgb,var(--v9-panel) 68%,transparent),rgb(3 25 41 / .88))!important;border:1px solid color-mix(in srgb,var(--v9-accent) 20%,transparent)!important;border-radius:22px!important;box-shadow:0 18px 50px rgb(0 0 0 / .20)!important;position:relative;overflow:hidden;transition:transform .35s cubic-bezier(.2,.8,.2,1),border-color .35s,box-shadow .35s}.path-card:before,.feature-item:before,.solution-card:before,.insight-card:before,.tilt-card:before,.service-orbit a:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(120deg,rgb(255 255 255 / .06),transparent 20% 74%,color-mix(in srgb,var(--v9-accent) 9%,transparent));opacity:.7}.path-card:hover,.feature-item:hover,.solution-card:hover,.insight-card:hover,.tilt-card:hover,.service-orbit a:hover{transform:translateY(-9px);border-color:color-mix(in srgb,var(--v9-accent2) 50%,transparent)!important;box-shadow:0 30px 75px rgb(0 0 0 / .34),0 0 40px color-mix(in srgb,var(--v9-accent) 10%,transparent)!important}.card-media{height:170px!important;border-bottom-color:color-mix(in srgb,var(--v9-accent) 15%,transparent)!important}.card-media.compact{height:115px!important}.card-media img{filter:saturate(1.17) contrast(1.05);transform:scale(1.01)}article:hover .card-media img,a:hover .card-media img{transform:scale(1.075) rotate(.35deg)!important}.solution-card>img:not(.card-media img){filter:drop-shadow(0 10px 24px color-mix(in srgb,var(--v9-accent) 24%,transparent))}.insight-icon,.insight-no,.card-code,.text-link{color:var(--v9-accent2)!important}.decision-ribbon{background:linear-gradient(95deg,color-mix(in srgb,var(--v9-bg) 90%,#061f33),color-mix(in srgb,var(--v9-panel) 72%,#062a3d))!important;border-color:color-mix(in srgb,var(--v9-accent) 18%,transparent)!important}.decision-signal span{color:var(--v9-accent2)!important}.page-rail{background:color-mix(in srgb,var(--v9-bg) 88%,transparent)!important;border-color:color-mix(in srgb,var(--v9-accent) 18%,transparent)!important;box-shadow:0 18px 50px rgb(0 0 0 / .25)!important}.page-rail a.is-active{color:var(--v9-accent2)!important}.technical-depth{background:linear-gradient(145deg,color-mix(in srgb,var(--v9-panel) 55%,transparent),rgb(3 25 41 / .92))!important;border-color:color-mix(in srgb,var(--v9-accent) 20%,transparent)!important;border-radius:24px!important}.proposal-section{background:linear-gradient(115deg,color-mix(in srgb,var(--v9-panel) 72%,#04253c),color-mix(in srgb,var(--v9-accent) 28%,#052c44))!important}.proposal-panel{background:rgb(2 23 37 / .58)!important;border:1px solid color-mix(in srgb,var(--v9-accent2) 28%,transparent)!important;border-radius:28px!important;backdrop-filter:blur(18px);box-shadow:var(--v9-shadow)!important}.global-cta{background:linear-gradient(105deg,color-mix(in srgb,var(--v9-bg) 75%,#063e54),color-mix(in srgb,var(--v9-accent) 36%,#07536a))!important}.site-footer{background:#020f18!important;border-top:1px solid color-mix(in srgb,var(--v9-accent) 18%,transparent)!important}.corz-theme-signature{position:absolute;right:28px;bottom:26px;z-index:6;width:116px;height:116px;border-radius:50%;border:1px solid color-mix(in srgb,var(--v9-accent2) 30%,transparent);display:grid;place-items:center;pointer-events:none;background:radial-gradient(circle,color-mix(in srgb,var(--v9-panel) 58%,transparent),rgb(2 18 30 / .35));box-shadow:0 0 55px color-mix(in srgb,var(--v9-accent) 16%,transparent);backdrop-filter:blur(8px)}.corz-theme-signature:before,.corz-theme-signature:after{content:"";position:absolute;border-radius:50%;border:1px dashed color-mix(in srgb,var(--v9-accent2) 25%,transparent);animation:v9spin 18s linear infinite}.corz-theme-signature:before{inset:-16px}.corz-theme-signature:after{inset:-31px;animation-direction:reverse;animation-duration:28s}.corz-theme-signature span{width:48px;height:48px;border-radius:14px;transform:rotate(45deg);background:linear-gradient(135deg,var(--v9-accent),var(--v9-accent2));box-shadow:0 0 28px color-mix(in srgb,var(--v9-accent) 44%,transparent)}@keyframes v9spin{to{transform:rotate(360deg)}}@keyframes v9aurora{to{transform:rotate(360deg)}}.hero-mosaic-stage{transform:perspective(1300px) rotateX(calc(3deg + var(--my,0)*1deg)) rotateY(calc(-5deg + var(--mx,0)*2deg))!important;transition:transform .18s ease-out!important}.page-hero-bg,.home-hero-bg{transform:scale(1.045) translate3d(calc(var(--mx,0)*-5px),calc(var(--my,0)*-4px),0)!important}@media(max-width:1100px){.page-hero-inner,.home-hero-inner{grid-template-columns:1fr!important;min-height:auto!important;padding-top:80px!important;padding-bottom:70px!important}.hero-visual-3d,.home-visual-3d{min-height:450px}.page-hero,.home-hero{min-height:auto!important}.corz-theme-signature{width:88px;height:88px;right:18px;bottom:18px}.card-media{height:150px!important}}@media(max-width:700px){.section{padding-block:62px!important}.visual-story-grid{grid-template-columns:1fr!important}.story-visual,.story-visual:first-child{min-height:220px!important}.hero-visual-3d,.home-visual-3d{min-height:390px}.corz-theme-signature{display:none}.page-hero-copy:before,.home-copy:before{left:-12px}.hero-mosaic-small{opacity:.88}.card-media{height:140px!important}}@media(prefers-reduced-motion:reduce){.page-hero:before,.home-hero:before,.corz-theme-signature:before,.corz-theme-signature:after{animation:none!important}.hero-mosaic-stage,.page-hero-bg,.home-hero-bg{transform:none!important}}:root{--v10-ink:#09283d;--v10-muted:#537486;--v10-bg:#f7fcfe;--v10-bg2:#eaf8fb;--v10-white:#fff;--v10-cyan:#12c9dc;--v10-blue:#087fb8;--v10-teal:#13bca8;--v10-line:#cceaf0;--v10-shadow:0 18px 50px rgba(21,93,117,.14);--v10-shadow2:0 24px 70px rgba(14,94,122,.20)}body.executive-corz{background:linear-gradient(180deg,#f9fdff,#edf9fc 46%,#f8fdff);color:var(--v10-ink)!important}body.executive-corz main{background:#fff0}.site-header{background:rgb(2 31 51 / .96)!important;border-bottom:1px solid rgb(103 226 239 / .28)!important;box-shadow:0 8px 28px rgb(7 57 80 / .14)!important}.category-nav{background:rgb(4 48 72 / .96)!important;border-bottom:1px solid rgb(105 225 236 / .18)!important}.category-nav a{color:#e6fbff!important}.category-nav a:hover,.category-nav a.active{background:rgb(39 210 226 / .14)!important;color:#fff!important;box-shadow:inset 0 -3px #32deea!important}.header-project-cta,.button{background:linear-gradient(135deg,#19d6e5,#087fb9)!important;color:white!important;box-shadow:0 10px 28px rgb(10 174 201 / .24)!important}.header-project-cta:hover,.button:hover{transform:translateY(-2px);box-shadow:0 14px 36px rgb(10 174 201 / .32)!important}.search-open,.lang-switch,.menu-open{color:#ecfbff!important;border-color:rgb(136 236 244 / .28)!important;background:rgb(255 255 255 / .06)!important}.page-hero,.home-hero{min-height:650px!important;background:#063551!important;overflow:hidden;border-bottom:0!important}.page-hero-bg,.home-hero-bg{opacity:.94!important;filter:saturate(1.08) brightness(1.06) contrast(1.02)!important;transform:scale(1.018)!important}.page-hero:after,.home-hero:after{background:linear-gradient(90deg,rgb(2 29 48 / .90) 0%,rgb(2 35 56 / .72) 37%,rgb(2 35 56 / .18) 66%,rgb(0 24 39 / .18) 100%),linear-gradient(180deg,rgb(0 0 0 / .04),rgb(2 27 44 / .28))!important}.page-hero:before,.home-hero:before{opacity:.45!important}.page-hero-inner,.home-hero-inner{grid-template-columns:minmax(0,.88fr) minmax(490px,1.12fr)!important;gap:42px!important;min-height:650px!important;padding-block:48px!important}.page-hero-copy,.home-copy{max-width:650px!important;padding:20px 0!important}.page-hero h1,.home-copy h1{font-size:clamp(2.75rem,4.7vw,5rem)!important;line-height:.98!important;max-width:12ch!important;color:#fff!important;text-shadow:0 8px 26px rgb(0 0 0 / .30)!important}.page-hero-copy>p,.home-copy>p{font-size:1.03rem!important;line-height:1.67!important;color:#e6f8fb!important;max-width:60ch!important}.eyebrow{color:#78f3ef!important;text-shadow:none!important}.hero-assurance{gap:7px!important;margin:16px 0 20px!important}.hero-assurance li{background:rgb(2 57 76 / .60)!important;border-color:rgb(133 240 244 / .32)!important;color:#f4ffff!important;padding:7px 10px!important}.hero-mosaic-stage{transform:perspective(1300px) rotateX(2deg) rotateY(-3deg)!important}.hero-mosaic-main,.hero-mosaic-small{border:2px solid rgb(203 251 253 / .72)!important;box-shadow:0 26px 65px rgb(0 42 61 / .24)!important;background:#fff!important}.hero-mosaic-main img,.hero-mosaic-small img{filter:saturate(1.12) brightness(1.08)!important}.hero-hud-core{background:rgb(247 254 255 / .94)!important;border:2px solid rgb(42 215 227 / .65)!important;box-shadow:0 0 0 12px rgb(33 209 220 / .13),0 0 55px rgb(18 202 217 / .25)!important}.hero-hud-core img{filter:drop-shadow(0 8px 15px rgb(0 135 165 / .18))!important}.hero-hud-label{background:rgb(251 255 255 / .92)!important;color:#0b5670!important;border-color:rgb(32 181 204 / .34)!important;box-shadow:0 8px 24px rgb(15 105 128 / .12)!important}.hero-proof{background:rgb(250 255 255 / .94)!important;border:1px solid rgb(121 224 233 / .55)!important;box-shadow:0 18px 40px rgb(10 86 110 / .16)!important}.hero-proof strong{color:#075c7b!important}.hero-proof span{color:#5a7c8d!important}.corz-theme-signature{background:rgb(248 255 255 / .85)!important;border-color:rgb(44 199 214 / .40)!important;box-shadow:0 0 46px rgb(18 195 210 / .18)!important}.corz-theme-signature span{background:linear-gradient(135deg,#13ccd8,#79eedf)!important}.visual-story-band{background:linear-gradient(180deg,#e6f8fb,#f7fcfe)!important;padding:38px 0 46px!important;border-bottom:1px solid var(--v10-line)!important}.visual-story-grid{gap:18px!important;grid-template-columns:1.25fr .875fr .875fr!important}.story-visual{min-height:220px!important;border:5px solid #fff!important;border-radius:24px!important;box-shadow:var(--v10-shadow)!important}.story-visual:first-child{min-height:250px!important}.story-visual img{filter:saturate(1.1) brightness(1.07)!important}.story-caption{background:linear-gradient(180deg,transparent,rgb(2 40 62 / .84));padding:30px 18px 16px!important;left:0!important;right:0!important;bottom:0!important}.story-caption small{color:#7cf5ef!important}.trust-strip{background:linear-gradient(90deg,#10a8c0,#20c9c1)!important;border:0!important}.trust-strip span{color:#fff!important;background:transparent!important;border-color:rgb(255 255 255 / .22)!important;font-weight:800!important}.section,.section:nth-of-type(even),.section-tint,.section-wave{background:linear-gradient(180deg,#f9fdff,#eef9fb)!important;color:var(--v10-ink)!important;border-bottom:1px solid var(--v10-line)!important;padding-block:76px!important}.section:nth-of-type(even){background:linear-gradient(180deg,#eaf7fa,#f8fdff)!important}.section:before{background:radial-gradient(ellipse at 88% 100%,rgb(34 197 211 / .12),transparent 62%)!important}.section:after{border-color:rgb(34 197 211 / .08)!important;box-shadow:0 0 0 50px rgb(34 197 211 / .025),0 0 0 100px rgb(34 197 211 / .015)!important}.section-title-row h2,.section-heading h2,.decision-grid h2,.proposal-panel h2{color:#08344d!important;font-size:clamp(2rem,3.2vw,3.25rem)!important;line-height:1.06!important}.section-title-row>p,.section-heading>p,.summary-lead,.executive-summary p,.decision-grid>div>p{color:var(--v10-muted)!important}.section .eyebrow{color:#099cb0!important}.split-layout{grid-template-columns:minmax(260px,.76fr) minmax(0,1.24fr)!important;gap:50px!important}.sticky-heading{top:150px!important}.executive-summary .summary-lead{font-size:1.05rem!important;line-height:1.72!important}.executive-summary .summary-lead:nth-of-type(n+2){display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:6;overflow:hidden}.path-card,.feature-item,.solution-card,.insight-card,.tilt-card,.service-orbit a,.commercial-flow li,.process-grid li,.decision-signal,.proposal-checklist{background:#fff!important;color:var(--v10-ink)!important;border:1px solid #c9e7ed!important;border-radius:22px!important;box-shadow:var(--v10-shadow)!important}.path-card:hover,.feature-item:hover,.solution-card:hover,.insight-card:hover,.tilt-card:hover,.service-orbit a:hover{transform:translateY(-8px)!important;border-color:#77dce5!important;box-shadow:var(--v10-shadow2)!important}.path-card p,.feature-item p,.solution-card p,.insight-card p,.tilt-card p,.service-orbit p,.commercial-flow p,.process-grid p{color:#587787!important}.card-media{height:190px!important;background:#dff3f7!important;border-bottom:0!important;margin:-1px -1px 18px!important}.card-media.compact{height:135px!important}.card-media img,.feature-item>img,.process-media img{filter:saturate(1.12) brightness(1.06) contrast(1.01)!important}.card-media-sheen{background:linear-gradient(135deg,rgb(255 255 255 / .12),transparent 48%,rgb(29 200 214 / .10))!important}.feature-showcase{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:20px!important}.feature-item{display:flex!important;flex-direction:column!important;min-height:100%!important}.feature-item>img{height:220px!important;width:100%!important;object-fit:cover!important}.feature-item>div{padding:20px 21px 22px!important}.feature-item p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.pathway-grid{gap:18px!important}.path-card{padding-bottom:22px!important}.path-card .card-media{height:180px!important}.insight-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:20px!important}.deliverable-grid{gap:20px!important}.insight-card{padding:0 20px 22px!important}.insight-card .card-media{margin-left:-20px!important;margin-right:-20px!important}.insight-icon,.insight-no,.text-link,.card-code,.solution-symbol{color:#0aa6b9!important}.insight-card h3,.solution-card h3,.path-card h3,.feature-item h3,.service-orbit h3{color:#0a3850!important}.service-orbit{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important}.service-orbit a{min-height:185px!important;display:grid!important;place-items:center!important;text-align:center!important;padding:20px!important}.service-orbit img{width:88px!important;height:88px!important;object-fit:contain!important;filter:drop-shadow(0 12px 18px rgb(15 138 157 / .16))!important}.decision-ribbon{background:linear-gradient(90deg,#e5f8fb,#f9fdff)!important;border-color:var(--v10-line)!important}.decision-signal{background:#fff!important;color:#173e52!important}.decision-signal span{color:#0ca7b6!important}.decision-section{background:linear-gradient(120deg,#e9f8fb,#f8fdff)!important}.decision-grid{gap:48px!important}.value-grid.stacked{gap:18px!important}.page-rail{background:rgb(255 255 255 / .96)!important;border-color:#c8e9ee!important;box-shadow:0 16px 42px rgb(25 99 121 / .12)!important}.page-rail a{color:#587888!important}.page-rail a.is-active{color:#0796aa!important}.process-grid,.commercial-flow{gap:16px!important}.process-grid li,.commercial-flow li{padding-bottom:22px!important}.process-media{height:155px!important}.process-grid li>span,.commercial-flow li>span{background:linear-gradient(135deg,#11c6d5,#0a8cb6)!important;color:#fff!important}.technical-section{background:#f5fbfd!important}.technical-depth{background:#fff!important;color:#123e54!important;border:1px solid #cae8ed!important;border-radius:22px!important;box-shadow:var(--v10-shadow)!important}.technical-depth summary strong{color:#0b3a52!important}.technical-depth summary span,.technical-prose{color:#567687!important}.technical-prose p{color:#496c7d!important;line-height:1.78!important}.proposal-section{background:linear-gradient(120deg,#0a7897,#12b8b0)!important;color:#fff!important}.proposal-section .eyebrow{color:#d7ffff!important}.proposal-panel{background:rgb(255 255 255 / .94)!important;color:#0b3a50!important;border:1px solid rgb(255 255 255 / .75)!important;box-shadow:0 24px 65px rgb(0 68 89 / .20)!important}.proposal-panel h2{color:#063f59!important}.proposal-panel p{color:#527586!important}.proposal-checklist{background:#f6fcfd!important}.global-cta{background:linear-gradient(105deg,#0580a6,#14c4b8)!important;color:#fff!important;border:0!important}.global-cta h2{color:#fff!important}.global-cta p{color:#e6ffff!important}.button-light{background:#fff!important;color:#087999!important;box-shadow:0 10px 30px rgb(0 61 82 / .18)!important}.site-footer{background:#05263b!important;color:#b9d9e1!important;border-top:0!important}.site-footer h3{color:#fff!important}.site-footer a{color:#bedfe6!important}.site-footer a:hover{color:#6df1e9!important}.footer-bottom{border-top-color:rgb(255 255 255 / .12)!important}.official-brand-name{color:#fff!important}.simple-hero{background:linear-gradient(115deg,#067ca1,#16bfb8)!important;color:#fff!important}.contact-form{background:#fff!important;color:#0b3a50!important;border:1px solid #cce8ee!important;box-shadow:var(--v10-shadow)!important}.contact-form input,.contact-form textarea,.contact-form select{background:#f7fcfd!important;color:#143e52!important;border-color:#c8e5eb!important}@media(max-width:1100px){.page-hero-inner,.home-hero-inner{grid-template-columns:1fr!important;padding-top:74px!important}.hero-visual-3d,.home-visual-3d{min-height:470px!important}.feature-showcase,.insight-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.service-orbit{grid-template-columns:repeat(2,minmax(0,1fr))!important}.split-layout{grid-template-columns:1fr!important}.sticky-heading{position:static!important}}@media(max-width:700px){.page-hero,.home-hero{min-height:auto!important}.page-hero-inner,.home-hero-inner{padding-block:66px!important}.page-hero h1,.home-copy h1{font-size:clamp(2.4rem,12vw,3.8rem)!important}.hero-visual-3d,.home-visual-3d{min-height:390px!important}.visual-story-grid,.feature-showcase,.insight-grid,.service-orbit{grid-template-columns:1fr!important}.story-visual,.story-visual:first-child{min-height:230px!important}.card-media{height:175px!important}.feature-item>img{height:200px!important}.section{padding-block:60px!important}}.leaflet-highlight{padding:1.5rem 0 .6rem}.leaflet-highlight-grid{display:grid;grid-template-columns:1.06fr .94fr;gap:1.35rem;align-items:stretch}.leaflet-preview-card{position:relative;display:block;border:1px solid rgb(20 91 122 / .12);border-radius:24px;overflow:hidden;background:linear-gradient(180deg,#ffffff 0%,#ecfbff 100%);box-shadow:0 18px 40px rgb(12 79 105 / .12);cursor:pointer;height:100%}.leaflet-preview-card img{display:block;width:100%;height:100%;object-fit:cover;aspect-ratio:4/5}.leaflet-preview-card::after{content:'';position:absolute;inset:auto 0 0 0;height:34%;background:linear-gradient(180deg,#fff0 0%,rgb(4 31 52 / .78) 100%)}.leaflet-badge,.leaflet-open-hint{position:absolute;left:1rem;z-index:2}.leaflet-badge{top:1rem;background:rgb(0 160 193 / .94);color:#fff;padding:.46rem .8rem;border-radius:999px;font-size:.82rem;font-weight:800}.leaflet-open-hint{bottom:1rem;color:#fff;font-weight:700;font-size:1rem}.leaflet-copy-card{border-radius:24px;padding:1.4rem;background:linear-gradient(180deg,#ffffff 0%,#f6fdff 100%);border:1px solid rgb(0 131 170 / .12);box-shadow:0 18px 42px rgb(12 79 105 / .1);height:100%}.leaflet-copy-card .eyebrow{display:inline-block;margin-bottom:.55rem;background:#e4fbff;color:#007c95;padding:.32rem .64rem;border-radius:999px;font-size:.8rem;font-weight:800;text-transform:uppercase}.leaflet-copy-card h2{margin:.2rem 0 .72rem;font-size:clamp(1.35rem,2.1vw,2rem);line-height:1.15;color:#093349}.leaflet-copy-card p{margin:.45rem 0;color:#32586d;line-height:1.66}.leaflet-points{display:grid;grid-template-columns:1fr 1fr;gap:.7rem 1rem;margin:1rem 0;padding:0;list-style:none}.leaflet-points li{position:relative;padding:.85rem .85rem .85rem 2.35rem;background:#f1fbff;border:1px solid rgb(0 145 185 / .12);border-radius:16px;color:#21495d}.leaflet-points li::before{content:'✓';position:absolute;left:.8rem;top:.75rem;width:1.05rem;height:1.05rem;border-radius:50%;display:grid;place-items:center;background:#14b8d4;color:#fff;font-weight:800;font-size:.76rem}.leaflet-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1.1rem}.leaflet-actions .button-secondary{display:inline-flex;align-items:center;justify-content:center;padding:.9rem 1.1rem;border-radius:999px;border:1px solid rgb(0 131 170 / .22);background:#fff;color:#0e5f79;text-decoration:none;font-weight:700}.leaflet-note{margin-top:.95rem;font-size:.92rem;color:#4b7488}.leaflet-modal[hidden]{display:none}.leaflet-modal{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;padding:1.25rem}.leaflet-modal-backdrop{position:absolute;inset:0;background:rgb(3 18 31 / .72);backdrop-filter:blur(6px)}.leaflet-modal-dialog{position:relative;z-index:1;width:min(1180px,96vw);max-height:92vh;background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 25px 60px rgb(0 0 0 / .3);display:flex;flex-direction:column}.leaflet-modal-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.2rem;background:linear-gradient(90deg,#ecfbff 0%,#fff 100%);border-bottom:1px solid rgb(0 131 170 / .12)}.leaflet-modal-head strong{color:#08384c;font-size:1.02rem}.leaflet-modal-close{appearance:none;border:0;background:#08384c;color:#fff;width:40px;height:40px;border-radius:999px;font-size:1.55rem;line-height:1;cursor:pointer}.leaflet-modal-body{overflow:auto;padding:1rem;background:#f7fdff}.leaflet-modal-body img{display:block;width:100%;height:auto;border-radius:16px;box-shadow:0 18px 42px rgb(6 45 66 / .18)}body.modal-open{overflow:hidden}@media (max-width:1024px){.leaflet-highlight-grid{grid-template-columns:1fr}.leaflet-points{grid-template-columns:1fr 1fr}}@media (max-width:680px){.leaflet-copy-card{padding:1.1rem}.leaflet-points{grid-template-columns:1fr}.leaflet-actions{flex-direction:column}.leaflet-actions .button,.leaflet-actions .button-secondary{width:100%}.leaflet-modal{padding:.4rem}.leaflet-modal-dialog{width:98vw;max-height:96vh}}#scope .solution-grid,#related .solution-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important;align-items:stretch!important}#scope .solution-card,#related .solution-card{position:relative!important;display:grid!important;grid-template-columns:142px minmax(0,1fr)!important;grid-template-rows:1fr!important;column-gap:18px!important;align-items:stretch!important;min-height:222px!important;height:100%!important;padding:16px!important;border-radius:22px!important;background:linear-gradient(145deg,#ffffff 0%,#f7fdff 100%)!important;border:1px solid #c7e8ee!important;box-shadow:0 14px 34px rgb(10 78 102 / .09)!important;overflow:hidden!important;text-decoration:none!important}#scope .solution-card:hover,#related .solution-card:hover{transform:translateY(-5px)!important;border-color:#69d6e1!important;box-shadow:0 22px 44px rgb(10 93 120 / .14)!important}#scope .solution-card .card-media,#related .solution-card .card-media{grid-column:1!important;grid-row:1!important;align-self:stretch!important;width:142px!important;height:100%!important;min-height:188px!important;max-height:none!important;margin:0!important;border-radius:16px!important;overflow:hidden!important;background:#dff6f9!important;border:1px solid rgb(14 151 174 / .12)!important}#scope .solution-card .card-media img,#related .solution-card .card-media img{width:100%!important;height:100%!important;object-fit:cover!important;filter:saturate(1.1) brightness(1.05)!important;transform:none!important}#scope .solution-card:hover .card-media img,#related .solution-card:hover .card-media img{transform:scale(1.045)!important}#scope .solution-card>img:not(.card-media img),#related .solution-card>img:not(.card-media img){position:absolute!important;left:122px!important;top:24px!important;z-index:3!important;width:44px!important;height:44px!important;padding:7px!important;object-fit:contain!important;border-radius:14px!important;background:rgb(255 255 255 / .96)!important;border:1px solid rgb(11 161 183 / .16)!important;box-shadow:0 8px 18px rgb(7 87 112 / .14)!important;filter:none!important}#scope .solution-card>.solution-symbol,#related .solution-card>.solution-symbol{position:absolute!important;left:122px!important;top:24px!important;z-index:3!important;display:grid!important;place-items:center!important;width:44px!important;height:44px!important;margin:0!important;border-radius:14px!important;color:#fff!important;background:linear-gradient(145deg,#0bb4c8,#138aad)!important;box-shadow:0 8px 18px rgb(7 87 112 / .16)!important;font-size:1.05rem!important}#scope .solution-card>div:last-child,#related .solution-card>div:last-child{grid-column:2!important;grid-row:1!important;min-width:0!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;height:100%!important;padding:3px 2px 1px 4px!important}#scope .solution-card .card-code,#related .solution-card .card-code{display:inline-flex!important;align-items:center!important;min-height:24px!important;margin:0 0 7px!important;padding:3px 8px!important;border-radius:999px!important;background:#e4f9fc!important;color:#087c95!important;font-size:.73rem!important;font-weight:800!important}#scope .solution-card h3,#related .solution-card h3{margin:0 0 8px!important;color:#09394f!important;font-size:1.08rem!important;line-height:1.28!important;text-wrap:balance}#scope .solution-card p,#related .solution-card p{margin:0 0 12px!important;color:#557889!important;font-size:.88rem!important;line-height:1.55!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:5!important;overflow:hidden!important}#scope .solution-card .text-link,#related .solution-card .text-link{margin-top:auto!important;padding-top:4px!important;color:#07879c!important;font-size:.8rem!important;font-weight:800!important}#scope .solution-card:before,#related .solution-card:before{content:""!important;position:absolute!important;inset:0!important;pointer-events:none!important;background:linear-gradient(125deg,transparent 58%,rgb(20 192 207 / .055))!important}@media(max-width:1120px){#scope .solution-grid,#related .solution-grid{grid-template-columns:1fr!important}#scope .solution-card,#related .solution-card{grid-template-columns:156px minmax(0,1fr)!important;min-height:210px!important}#scope .solution-card .card-media,#related .solution-card .card-media{width:156px!important;min-height:176px!important}#scope .solution-card>img:not(.card-media img),#related .solution-card>img:not(.card-media img),#scope .solution-card>.solution-symbol,#related .solution-card>.solution-symbol{left:136px!important}}@media(max-width:640px){#scope .solution-card,#related .solution-card{grid-template-columns:108px minmax(0,1fr)!important;gap:14px!important;min-height:180px!important;padding:12px!important;border-radius:18px!important}#scope .solution-card .card-media,#related .solution-card .card-media{width:108px!important;min-height:154px!important;border-radius:13px!important}#scope .solution-card>img:not(.card-media img),#related .solution-card>img:not(.card-media img),#scope .solution-card>.solution-symbol,#related .solution-card>.solution-symbol{left:91px!important;top:18px!important;width:36px!important;height:36px!important;border-radius:11px!important}#scope .solution-card h3,#related .solution-card h3{font-size:1rem!important}#scope .solution-card p,#related .solution-card p{font-size:.83rem!important;-webkit-line-clamp:4!important}}img{height:auto}.seo-noscript{padding:.8rem 1rem;background:#fff7dd;color:#533b00;text-align:center;font:600 14px/1.5 system-ui,sans-serif}.corz-consent{position:fixed;z-index:10050;left:50%;bottom:18px;transform:translateX(-50%);width:min(920px,calc(100% - 28px));background:rgb(255 255 255 / .98);color:#17384a;border:1px solid rgb(0 120 155 / .16);box-shadow:0 18px 55px rgb(0 46 70 / .22);border-radius:18px;padding:14px 16px;display:grid;grid-template-columns:1fr auto;gap:14px;align-items:center}.corz-consent[hidden]{display:none}.corz-consent p{margin:0;font:500 14px/1.55 system-ui,sans-serif}.corz-consent-actions{display:flex;gap:8px;flex-wrap:wrap}.corz-consent button{border:0;border-radius:999px;padding:10px 15px;font:700 13px/1 system-ui,sans-serif;cursor:pointer}.corz-consent .accept{background:#087c9b;color:#fff}.corz-consent .essential{background:#edf8fb;color:#0b5d73}.sem-thankyou{min-height:70vh;display:grid;place-items:center;padding:3rem 1rem;background:linear-gradient(180deg,#f3fdff,#fff)}.sem-thankyou-card{max-width:760px;background:#fff;border:1px solid rgb(0 130 165 / .14);box-shadow:0 20px 50px rgb(4 72 98 / .12);border-radius:28px;padding:clamp(1.5rem,4vw,3rem);text-align:center}.sem-thankyou-card img{width:min(300px,80%);margin:0 auto 1rem}.sem-thankyou-card h1{color:#07384d;margin:.4rem 0}.sem-thankyou-card p{color:#426579;line-height:1.7}@media(max-width:700px){.corz-consent{grid-template-columns:1fr}.corz-consent-actions{justify-content:flex-start}}.leaflet-modal-tools{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.55rem;padding:.9rem .15rem .2rem}.leaflet-tool{appearance:none;border:1px solid rgb(0 131 170 / .2);background:#fff;color:#0b627d;border-radius:999px;min-height:44px;padding:.7rem 1rem;display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;font:inherit;font-weight:800;cursor:pointer;box-shadow:0 8px 20px rgb(7 77 105 / .09);transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.leaflet-tool:hover,.leaflet-tool:focus-visible{transform:translateY(-1px);background:#eafcff;box-shadow:0 12px 24px rgb(7 77 105 / .14);outline:none}.leaflet-download span:first-child,.leaflet-share-toggle span:first-child{font-size:1.15rem;line-height:1}.leaflet-share-wrap{position:relative}.leaflet-share-popover{position:absolute;z-index:8;left:50%;bottom:calc(100% + .65rem);transform:translateX(-50%);width:220px;padding:.55rem;background:#fff;border:1px solid rgb(0 131 170 / .16);border-radius:16px;box-shadow:0 18px 42px rgb(3 40 59 / .2)}.leaflet-share-popover[hidden]{display:none}.leaflet-share-popover button{width:100%;border:0;background:#fff0;color:#183f52;padding:.62rem .7rem;border-radius:10px;text-align:left;display:flex;align-items:center;gap:.65rem;font:inherit;font-weight:700;cursor:pointer}.leaflet-share-popover button:hover,.leaflet-share-popover button:focus-visible{background:#ecfbff;outline:none}.leaflet-share-popover button>span{font-weight:700}.leaflet-share-status{display:block;padding:.35rem .7rem .25rem;color:#357085;line-height:1.3}@media(max-width:680px){.leaflet-modal-tools{padding-bottom:.15rem}.leaflet-tool{justify-content:center}.leaflet-share-wrap>.leaflet-tool{width:100%}.leaflet-share-popover{left:auto;right:0;transform:none}}.footer-social .footer-social-twitter{display:grid!important;visibility:visible!important;opacity:1!important}.leaflet-share-targets{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem;padding:.25rem .2rem .65rem;margin-bottom:.45rem;border-bottom:1px solid rgb(7 105 135 / .12)}.leaflet-share-targets>span{font-size:.76rem;font-weight:800;color:#557889;margin-right:.1rem}.leaflet-share-targets button{appearance:none;border:1px solid #b9dfe7;background:#f7fdff;color:#0a6079;border-radius:999px;padding:.35rem .65rem;font-size:.76rem;font-weight:800;cursor:pointer}.leaflet-share-targets button:hover,.leaflet-share-targets button.is-active{background:#087f9a;color:#fff;border-color:#087f9a}.leaflet-share-platforms{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.42rem}.leaflet-share-platforms button{min-width:0}.leaflet-share-status{display:block;margin-top:.55rem;max-width:320px;color:#526f7d;line-height:1.35}@media(max-width:520px){.leaflet-share-platforms{grid-template-columns:1fr}.leaflet-share-popover{max-width:min(92vw,340px)}}.corz-twitter-float,.twitter-float,.x-float,[data-corz-twitter-float]{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}.leaflet-actions{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:.65rem!important}.leaflet-actions .leaflet-share-action{display:inline-flex;align-items:center;justify-content:center;gap:.38rem;cursor:pointer}.leaflet-modal-footer{display:flex;justify-content:center;padding:1rem .25rem .15rem}.leaflet-modal-footer .leaflet-download{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;text-decoration:none}.leaflet-inline-share-popover[hidden]{display:none!important}.leaflet-inline-share-popover{position:fixed;z-index:10050;width:min(290px,calc(100vw - 20px));padding:.65rem;display:grid;grid-template-columns:1fr 1fr;gap:.42rem;background:#fff;border:1px solid rgb(8 127 154 / .2);border-radius:16px;box-shadow:0 20px 50px rgb(3 30 46 / .24)}.leaflet-inline-share-popover button{appearance:none;border:1px solid #c4e3e9;background:#f7fdff;color:#0b556c;border-radius:11px;padding:.58rem .65rem;font-weight:800;cursor:pointer;text-align:left}.leaflet-inline-share-popover button:hover{background:#087f9a;color:#fff;border-color:#087f9a}.leaflet-inline-share-status{grid-column:1/-1;color:#526f7d;line-height:1.35;padding:.15rem .15rem 0}@media(max-width:620px){.leaflet-actions{align-items:stretch!important}.leaflet-actions>.button,.leaflet-actions>.button-secondary,.leaflet-actions>.leaflet-share-action{width:100%!important}.leaflet-inline-share-popover{grid-template-columns:1fr}.leaflet-inline-share-status{grid-column:1}}.footer-social .footer-social-tiktok{display:grid!important;visibility:visible!important;opacity:1!important}.footer-social .footer-social-tiktok svg{width:15px;height:15px;display:block;fill:currentColor}.leaflet-inline-share-popover .leaflet-share-tiktok{display:flex;align-items:center;gap:.5rem}.leaflet-inline-share-popover .leaflet-share-tiktok svg{width:15px;height:15px;display:block;fill:currentColor;flex:0 0 auto}body.future-2036 .contact-direct h3,body.future-2036 .contact-direct>a,body.future-2036 .contact-direct>span{color:#082b45!important}body.future-2036 .contact-direct .social-dummy a{color:#082b45!important}body.future-2036 .contact-direct .social-dummy .contact-social-tiktok svg{width:15px;height:15px;display:block;fill:currentColor}