:root{--ink:#07110d;--ink-2:#101c17;--green:#00a85a;--green-2:#36d489;--paper:#f4f5f1;--white:#fff;--muted:#66716b;--line:rgba(7,17,13,.13);--max:1240px;--ease:cubic-bezier(.22,1,.36,1);--wayex-green:#0b7539;--wayex-green-mid:#168a49;--wayex-green-light:#55bd7e;--wayex-deep:#052d1c}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",sans-serif;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}::selection{background:var(--green);color:#fff}a{color:inherit;text-decoration:none}img{max-width:100%}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:"Manrope",sans-serif}.container{width:min(calc(100% - 48px),var(--max));margin-inline:auto}.site-header{position:fixed;inset:0 0 auto;z-index:100;color:#fff;background:#081310;border-bottom:1px solid rgba(255,255,255,.08);transition:.4s var(--ease)}.site-header.scrolled{box-shadow:0 12px 30px rgba(0,0,0,.22)}.header-inner{height:92px;display:flex;align-items:center;gap:36px}.logo-link{display:inline-flex;align-items:center}.brand-logo{height:40px;width:auto;display:block}.desktop-nav{display:flex;align-items:center;gap:30px;margin:0 auto}.desktop-nav a{font:700 12.5px "Manrope";text-transform:uppercase;letter-spacing:.5px;color:rgba(255,255,255,.75);position:relative;transition:.3s}.desktop-nav a:hover,.desktop-nav a.is-active{color:#fff}.desktop-nav a:after{content:"";position:absolute;top:26px;left:0;width:0;height:2px;background:var(--green);transition:.3s}.desktop-nav a:hover:after,.desktop-nav a.is-active:after{width:100%}.nav-drop{position:relative}.nav-drop__trigger{background:none;border:0;padding:0;cursor:pointer;font:700 12.5px "Manrope";text-transform:uppercase;letter-spacing:.5px;color:rgba(255,255,255,.75);display:inline-flex;align-items:center;gap:6px;position:relative;transition:.3s}.nav-drop__trigger svg{width:12px;height:12px;stroke-width:2.4;transition:transform .3s}.nav-drop__trigger:hover,.nav-drop__trigger.is-active{color:#fff}.nav-drop__trigger:after{content:"";position:absolute;top:26px;left:0;width:0;height:2px;background:var(--green);transition:.3s}.nav-drop__trigger:hover:after,.nav-drop__trigger.is-active:after{width:100%}.nav-drop__panel{position:absolute;top:100%;left:50%;margin-top:18px;transform:translateX(-50%) translateY(8px);background:#0d1a14;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:8px;min-width:200px;box-shadow:0 20px 45px rgba(0,0,0,.35);opacity:0;visibility:hidden;transition:.25s var(--ease)}.nav-drop:hover .nav-drop__panel,.nav-drop:focus-within .nav-drop__panel,.nav-drop.is-open .nav-drop__panel{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}.nav-drop.is-open .nav-drop__trigger svg{transform:rotate(180deg)}.nav-drop__panel a{display:block;padding:11px 14px;border-radius:8px;font:500 13px "DM Sans";color:rgba(255,255,255,.75)}.nav-drop__panel a:hover,.nav-drop__panel a.is-active{background:rgba(255,255,255,.07);color:#fff}.header-cta{height:44px;display:flex;align-items:center;gap:12px;border-radius:999px;background:linear-gradient(135deg,#1c9744,#0f6b2c);border:0;color:#fff;padding:0 20px;font-size:13px;font-weight:600;box-shadow:0 10px 24px rgba(15,107,44,.3);transition:.3s}.header-cta:hover{filter:brightness(1.1);transform:translateY(-1px)}svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.header-cta svg,.button svg{width:17px}.menu-toggle{display:none;background:none;border:0;color:#fff;width:40px;height:40px}.menu-toggle span{display:block;width:24px;height:1px;background:currentColor;margin:7px auto;transition:.3s}.mobile-menu{display:none}
.home-hero,.page-hero{color:#fff;background:var(--ink);position:relative;overflow:hidden}.home-hero{min-height:850px;padding:160px 0 35px}.hero-grid{position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.15) 1px,transparent 1.2px);background-size:26px 26px;mask-image:radial-gradient(ellipse 70% 60% at 72% 15%,black,transparent 72%)}.hero-orbit{position:absolute;border:1px solid rgba(54,212,137,.15);border-radius:50%;width:620px;height:620px;right:-220px;top:60px}.hero-orbit--two{width:420px;height:420px;right:-120px;top:160px}.home-hero__inner{position:relative;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:70px}.eyebrow,.section-index{font-size:11px;text-transform:uppercase;letter-spacing:2.7px;font-weight:600}.eyebrow{color:rgba(255,255,255,.66);display:flex;align-items:center;gap:11px}.eyebrow span{width:24px;height:1px;background:var(--green)}.hero-copy h1,.page-hero h1{font-size:clamp(58px,6vw,90px);line-height:.97;letter-spacing:-5px;margin:27px 0 30px}.hero-copy h1 em,.page-hero h1 em,.split-heading h2 em,.editorial-grid h2 em,.control-copy h2 em,.tailored h2 em{font-style:normal;color:var(--green-2)}.hero-copy p{max-width:580px;color:rgba(255,255,255,.62);line-height:1.8;font-size:17px}.hero-actions{display:flex;align-items:center;gap:32px;margin-top:42px}.button{border:0;display:inline-flex;align-items:center;justify-content:center;gap:20px;min-height:55px;padding:0 24px;font-weight:600;font-size:14px;cursor:pointer;transition:.35s var(--ease);font-family:inherit}.button--primary{background:var(--green);color:#fff}.button--primary:hover{background:var(--green-2);color:var(--ink);transform:translateY(-2px)}.button--outline{border:1px solid rgba(255,255,255,.28);color:#fff}.button--outline:hover{background:#fff;color:var(--ink)}.text-link{font-size:14px;font-weight:600;border-bottom:1px solid currentColor;padding-bottom:5px}.text-link span{color:var(--green);margin-left:7px}.hero-visual{position:relative}.hero-image{height:520px;background:linear-gradient(180deg,transparent 40%,rgba(7,17,13,.85)),url("https://images.unsplash.com/photo-1494412519320-aa613dfb7738?auto=format&fit=crop&w=1200&q=85") center/cover;clip-path:polygon(10% 0,100% 0,100% 90%,90% 100%,0 100%,0 10%);position:relative}.image-label{position:absolute;left:30px;bottom:28px;display:flex;flex-direction:column}.image-label span{font-size:9px;letter-spacing:2px;color:var(--green-2)}.image-label b{font-size:14px;margin-top:5px}.route-card{position:absolute;right:-25px;bottom:50px;background:#fff;color:var(--ink);min-width:310px;padding:18px;display:flex;align-items:center;gap:12px;box-shadow:0 20px 60px rgba(0,0,0,.3)}.route-card .pulse{width:10px;height:10px;border-radius:50%;background:var(--green);box-shadow:0 0 0 7px rgba(0,168,90,.12)}.route-card div{display:flex;flex-direction:column;margin-right:auto}.route-card small{font-size:9px;text-transform:uppercase;color:var(--muted);letter-spacing:1px}.route-card strong{font-size:12px;margin-top:4px}.route-card strong i{color:var(--green);font-style:normal;margin:0 4px}.route-card>b{font-size:9px;background:#e9f8f0;color:#087a46;padding:7px}.trust-line{position:absolute;bottom:27px;left:50%;transform:translateX(-50%);display:flex;align-items:center;justify-content:center;gap:30px;color:rgba(255,255,255,.45);font-size:10px;text-transform:uppercase;letter-spacing:2px}.trust-line b{height:1px;width:60px;background:rgba(255,255,255,.16)}
.section{padding:125px 0}.section-index{color:var(--green);display:block;margin-bottom:32px}.split-heading{display:grid;grid-template-columns:1.5fr .65fr;gap:100px;align-items:end}.split-heading h2,.editorial-grid h2{font-size:clamp(38px,4vw,57px);line-height:1.12;letter-spacing:-2.8px;margin:0}.split-heading>p,.editorial-grid p{color:var(--muted);font-size:16px;line-height:1.8;margin-bottom:5px}.metric-grid{margin-top:85px;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.metric-grid article{padding:36px 0;border-right:1px solid var(--line);display:grid;grid-template-columns:auto 1fr;align-items:start}.metric-grid article:last-child{border:0;padding-left:35px}.metric-grid strong{font:bold 46px/1 "Manrope";letter-spacing:-2px}.metric-grid i{font:normal 22px "Manrope";color:var(--green);margin:0 0 0 3px}.metric-grid span{grid-column:1/3;font-size:12px;color:var(--muted);margin-top:12px}.services-showcase{background:#e9ebe6}.section-top{display:flex;align-items:end;justify-content:space-between;margin-bottom:54px}.section-top h2,.control-copy h2,.timeline h2,.contact-info h2{font-size:52px;line-height:1.05;letter-spacing:-2.5px;margin:0}.service-row{display:grid;grid-template-columns:50px 60px 1fr 1fr 40px;align-items:center;gap:25px;padding:28px 0;border-top:1px solid var(--line);transition:.35s}.service-row:last-child{border-bottom:1px solid var(--line)}.service-row>span{font-size:11px;color:var(--muted)}.service-icon{width:49px;height:49px;border:1px solid var(--line);display:grid;place-items:center;color:var(--green)}.service-row h3{font-size:23px;margin:0}.service-row p{font-size:13px;color:var(--muted);line-height:1.6;margin:0;max-width:390px}.service-row>b{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;border:1px solid var(--line);transition:.3s}.service-row:hover{padding-inline:16px;background:#fff}.service-row:hover>b{background:var(--green);color:#fff;border-color:var(--green)}.control-section{min-height:720px;background:var(--ink);display:grid;grid-template-columns:1fr 1fr;color:#fff}.control-image{background:linear-gradient(rgba(0,168,90,.08),rgba(7,17,13,.45)),url("https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?auto=format&fit=crop&w=1400&q=85") center/cover;min-height:680px}.control-copy{padding:120px max(50px,calc((100vw - var(--max))/2));padding-left:8vw}.control-copy p{color:rgba(255,255,255,.6);line-height:1.8;max-width:520px}.control-copy ul{list-style:none;padding:20px 0 28px;margin:0}.control-copy li{display:flex;align-items:center;gap:12px;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.1);font-size:13px}.control-copy li svg{color:var(--green);width:17px}.sectors-preview{background:#fff}.sector-chips{display:flex;flex-wrap:wrap;gap:12px;margin-top:70px}.sector-chips span,.sector-chips a{border:1px solid var(--line);padding:17px 25px;font-size:13px}.sector-chips a{margin-left:auto;background:var(--ink);color:#fff;border-color:var(--ink)}
.page-hero{min-height:600px;padding-top:88px}.page-hero:after{content:"";position:absolute;width:450px;height:450px;border:1px solid rgba(0,168,90,.14);border-radius:50%;right:-120px;bottom:-220px;box-shadow:0 0 0 70px rgba(0,168,90,.025),0 0 0 140px rgba(0,168,90,.02)}.page-hero__inner{position:relative;padding-top:72px}.breadcrumb{display:flex;gap:12px;font-size:10px;letter-spacing:1.5px;text-transform:uppercase;color:rgba(255,255,255,.42)}.breadcrumb b{color:var(--green);font-weight:500}.page-hero__copy{display:grid;grid-template-columns:1.2fr .65fr;gap:100px;align-items:end;margin-top:72px}.page-hero__copy .eyebrow{grid-column:1/3;color:var(--green)}.page-hero h1{font-size:clamp(52px,6vw,82px);margin:0}.page-hero__copy p{color:rgba(255,255,255,.62);line-height:1.8;margin-bottom:8px}.editorial-grid{display:grid;grid-template-columns:.35fr 1fr;gap:80px}.editorial-grid p{max-width:820px;margin-top:35px}.dark-band{background:var(--ink);color:#fff;padding:95px 0}.value-grid{display:grid;grid-template-columns:repeat(3,1fr)}.value-grid article{padding:10px 55px;border-right:1px solid rgba(255,255,255,.12)}.value-grid article:first-child{padding-left:0}.value-grid article:last-child{border:0}.value-grid span,.service-card__top>span,.industry-card>span,.impact-card>span{color:var(--green);font-size:10px;letter-spacing:2px}.value-grid h3{font-size:29px;margin:35px 0 16px}.value-grid p{font-size:14px;line-height:1.8;color:rgba(255,255,255,.55)}.timeline{display:grid;grid-template-columns:.7fr 1.3fr;gap:100px}.timeline ol{list-style:none;padding:0;margin:0}.timeline li{display:flex;gap:30px;padding:28px 0;border-top:1px solid var(--line)}.timeline li:last-child{border-bottom:1px solid var(--line)}.timeline li>b{color:var(--green);font-size:10px}.timeline h3{margin:0 0 7px}.timeline p{color:var(--muted);margin:0}.service-cards{display:grid;grid-template-columns:1fr 1fr;gap:18px}.service-card{background:#fff;padding:50px;min-height:540px;border:1px solid transparent;transition:.3s}.service-card:hover{border-color:var(--green);transform:translateY(-4px)}.service-card__top{display:flex;justify-content:space-between}.service-card__top div{width:60px;height:60px;background:var(--ink);color:var(--green);display:grid;place-items:center}.service-card h2{font-size:38px;margin:60px 0 15px}.service-card>p{color:var(--muted);line-height:1.75;max-width:520px}.service-card ul{list-style:none;padding:15px 0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:15px}.service-card li{font-size:13px;display:flex;gap:7px;align-items:center}.service-card li svg{width:15px;color:var(--green)}.service-card>a{display:inline-block;margin-top:32px;border-bottom:1px solid;font-size:13px;font-weight:bold}.process-strip{background:var(--green);padding:35px 0}.process-strip .container{display:flex;justify-content:space-around;align-items:center;font:600 13px "Manrope";text-transform:uppercase;letter-spacing:1px}.process-strip i{font-style:normal}.industry-grid{display:grid;grid-template-columns:repeat(3,1fr)}.industry-card{padding:40px;min-height:330px;border:1px solid var(--line);margin:-1px 0 0 -1px;display:flex;flex-direction:column;transition:.3s}.industry-card h2{font-size:27px;margin:0 0 15px}.industry-card p{font-size:14px;color:var(--muted);line-height:1.7}.industry-card b{margin-top:auto;align-self:flex-end;color:var(--green)}.industry-card:hover{background:var(--ink);color:#fff;transform:translateY(-5px)}.industry-card:hover p{color:rgba(255,255,255,.6)}.tailored{background:#e9ebe6}.sustain-lead{padding-bottom:85px}.impact-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:15px;padding-bottom:120px}.impact-card{background:#fff;padding:45px;min-height:300px}.impact-card--large{grid-row:span 2;background:var(--green);min-height:615px;display:flex;flex-direction:column}.impact-card--large>div{width:75px;height:75px;border:1px solid rgba(7,17,13,.2);display:grid;place-items:center;margin-bottom:auto}.impact-card h2{font-size:30px;margin:0 0 16px}.impact-card--large h2{font-size:45px;max-width:450px}.impact-card p{color:var(--muted);line-height:1.7}.impact-card--large p{color:rgba(7,17,13,.7)}.impact-card--large span{color:var(--ink)}.commitment{background:var(--ink);color:#fff}.commitment blockquote{font:600 clamp(38px,5vw,68px)/1.25 "Manrope";letter-spacing:-3px;margin:40px 0 0;max-width:1100px}.commitment em{font-style:normal;color:var(--green-2)}.contact-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:100px}.contact-info>p{color:var(--muted);line-height:1.8;max-width:410px}.contact-lines{margin-top:50px}.contact-lines>a,.contact-lines>div{display:flex;gap:18px;border-top:1px solid var(--line);padding:20px 0}.contact-lines svg{color:var(--green)}.contact-lines span{font-size:14px}.contact-lines small{display:block;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:1px;margin-bottom:5px}.contact-form{background:#fff;padding:50px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.contact-form label{display:block;font-size:11px;font-weight:600;margin-bottom:22px}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:0;border-bottom:1px solid #ccd1cd;background:transparent;padding:13px 0;font:14px inherit;border-radius:0;outline:0}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--green)}.contact-form textarea{resize:vertical}.contact-form>small{display:block;color:var(--muted);font-size:10px;line-height:1.5;margin-top:16px}.hp{position:absolute;left:-9999px}.flash{padding:15px;margin-bottom:25px;font-size:13px}.flash--success{background:#e2f7ec;color:#087a46}.flash--error{background:#fee9e7;color:#a72a21}.not-found{text-align:center}
.site-footer{background:#050c09;color:#fff;padding:85px 0 25px}.footer-top{display:grid;grid-template-columns:1.4fr .6fr .8fr 1fr;gap:60px;padding-bottom:70px}.footer-top>div{display:flex;flex-direction:column;align-items:flex-start}.footer-top>div:first-child p{color:rgba(255,255,255,.45);font-size:13px;line-height:1.7;max-width:300px;margin-top:25px}.footer-top small{color:var(--green);font-size:9px;text-transform:uppercase;letter-spacing:2px;margin-bottom:22px}.footer-top>div>a:not(.logo-link){font-size:13px;color:rgba(255,255,255,.6);margin:7px 0;transition:.2s}.footer-top>div>a:hover{color:#fff}.footer-cta{border-left:1px solid rgba(255,255,255,.12);padding-left:45px}.footer-cta h3{font-size:25px;margin:0 0 22px}.footer-cta a{border-bottom:1px solid var(--green);padding-bottom:7px;color:#fff!important}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:25px;display:flex;justify-content:space-between;color:rgba(255,255,255,.3);font-size:10px;letter-spacing:1px}.reveal{opacity:0;transform:translateY(30px);transition:opacity .8s var(--ease),transform .8s var(--ease)}.reveal.is-visible{opacity:1;transform:none}.cursor-glow{position:fixed;width:420px;height:420px;border-radius:50%;pointer-events:none;z-index:-1;background:radial-gradient(circle,rgba(0,168,90,.06),transparent 68%);transform:translate(-50%,-50%)}
@media(max-width:1050px){.desktop-nav{display:none}.header-cta{margin-left:auto}.home-hero__inner{grid-template-columns:1fr}.home-hero{padding-top:160px}.hero-copy{max-width:760px}.hero-visual{display:none}.home-hero{min-height:760px}.control-section{grid-template-columns:1fr}.control-image{min-height:480px}.control-copy{padding:90px 6vw}.split-heading,.page-hero__copy{gap:50px}.service-row{grid-template-columns:40px 50px 1fr 1fr 30px}.footer-top{grid-template-columns:1.2fr .8fr .8fr}.footer-cta{grid-column:1/4;border:0;border-top:1px solid rgba(255,255,255,.12);padding:35px 0 0}.menu-toggle{display:block}.header-cta{display:none}.mobile-menu{position:fixed;top:88px;left:0;right:0;height:calc(100vh - 88px);background:var(--ink);padding:40px 24px;flex-direction:column;overflow-y:auto;z-index:90}.menu-open .mobile-menu{display:flex}.mobile-menu a{font:600 25px "Manrope";padding:14px;border-bottom:1px solid rgba(255,255,255,.1)}.menu-open .menu-toggle span:first-child{transform:translateY(4px) rotate(45deg)}.menu-open .menu-toggle span:last-child{transform:translateY(-4px) rotate(-45deg)}}
@media(max-width:760px){.container{width:min(calc(100% - 32px),var(--max))}.header-inner{height:72px}.brand-logo{height:32px}.home-hero{padding-top:130px;min-height:720px}.hero-copy h1,.page-hero h1{font-size:49px;letter-spacing:-3px}.hero-copy p{font-size:15px}.hero-actions{align-items:flex-start;flex-direction:column}.trust-line{flex-wrap:wrap;gap:10px 15px;bottom:24px}.trust-line b{width:22px}.section{padding:80px 0}.split-heading,.editorial-grid,.timeline,.contact-grid{grid-template-columns:1fr;gap:35px}.split-heading h2,.editorial-grid h2,.section-top h2,.control-copy h2,.timeline h2,.contact-info h2{font-size:37px;letter-spacing:-2px}.metric-grid{grid-template-columns:1fr 1fr;margin-top:55px}.metric-grid article{padding:25px 15px;border-bottom:1px solid var(--line)}.metric-grid article:last-child{padding-left:15px}.section-top{align-items:flex-start;gap:30px;flex-direction:column}.service-row{grid-template-columns:34px 46px 1fr 25px;padding:22px 0;gap:10px}.service-row p{display:none}.service-row h3{font-size:17px}.control-image{min-height:340px}.control-copy{padding:75px 24px}.sector-chips a{margin-left:0}.page-hero{min-height:550px;padding-top:72px}.page-hero__inner{padding-top:45px}.page-hero__copy{grid-template-columns:1fr;margin-top:55px}.page-hero__copy .eyebrow{grid-column:auto}.page-hero__copy p{font-size:14px}.value-grid{grid-template-columns:1fr}.value-grid article,.value-grid article:first-child{padding:25px 0;border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}.service-cards,.industry-grid,.impact-grid{grid-template-columns:1fr}.service-card{padding:32px;min-height:auto}.service-card h2{margin-top:45px}.industry-card{min-height:290px}.impact-card--large{grid-row:auto;min-height:520px}.impact-card--large h2{font-size:36px}.process-strip .container{flex-wrap:wrap;gap:13px;font-size:10px}.contact-form{padding:28px}.form-row{grid-template-columns:1fr;gap:0}.footer-top{grid-template-columns:1fr 1fr;gap:40px}.footer-top>div:first-child{grid-column:1/3}.footer-cta{grid-column:1/3}.footer-bottom{gap:15px;flex-direction:column}.cursor-glow{display:none}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.reveal{opacity:1;transform:none;transition:none}}

/* Premium light home direction */
body[data-page="home"]{background:#fff}
body[data-page="home"] .home-hero{color:var(--ink);background:#fff;min-height:780px;padding:150px 0 70px}
body[data-page="home"] .home-hero:before{content:"";position:absolute;width:650px;height:650px;border-radius:50%;right:1%;top:65px;background:radial-gradient(circle at center,transparent 0 35%,rgba(0,168,90,.08) 35.2% 35.5%,transparent 35.7% 52%,rgba(0,168,90,.07) 52.2% 52.5%,transparent 52.7%),radial-gradient(circle at 68% 34%,#5ee18d 0 3px,transparent 4px),radial-gradient(circle at 31% 43%,#2bc86b 0 3px,transparent 4px);pointer-events:none}
body[data-page="home"] .hero-orbit{border-color:rgba(0,168,90,.1)}
body[data-page="home"] .home-hero__inner{grid-template-columns:.78fr 1.22fr;gap:38px;max-width:1400px}
body[data-page="home"] .hero-copy{position:relative;z-index:3;padding-left:10px}
body[data-page="home"] .eyebrow{color:#1f7d3c;font-weight:700}
body[data-page="home"] .hero-copy h1{font-size:clamp(48px,4.4vw,70px);line-height:1.08;letter-spacing:-3.7px;text-transform:uppercase;margin:28px 0 30px}
body[data-page="home"] .hero-copy h1 em{color:#24883d}
body[data-page="home"] .hero-copy p{color:#505a54;font-size:16px;max-width:520px;line-height:1.75}
body[data-page="home"] .button--ghost{border:1px solid #3f9a55;color:var(--ink);background:#fff}
body[data-page="home"] .button--ghost:hover{background:#edf8f0;transform:translateY(-2px)}
body[data-page="home"] .hero-visual{margin-right:-5vw}
body[data-page="home"] .hero-image{height:555px;background:linear-gradient(100deg,rgba(255,255,255,.15),transparent 35%),url("https://images.unsplash.com/photo-1494412519320-aa613dfb7738?auto=format&fit=crop&w=1500&q=90") center/cover;clip-path:path("M 100 0 L 1000 0 L 1000 520 Q 980 555 930 555 L 0 555 Q 95 465 95 350 Z");border-radius:0 0 34px 0;box-shadow:0 30px 70px rgba(8,29,18,.15)}
body[data-page="home"] .hero-image:after{content:"";position:absolute;inset:0;background:linear-gradient(130deg,transparent 58%,rgba(28,150,60,.35))}
body[data-page="home"] .image-label{display:none}
body[data-page="home"] .route-card{border-radius:12px;right:42px;bottom:25px;z-index:2;box-shadow:0 16px 40px rgba(4,20,11,.22)}
body[data-page="home"] .trust-line{left:max(24px,calc((100% - var(--max))/2));transform:none;justify-content:flex-start;bottom:56px;width:auto;color:#39443d;font-size:11px;letter-spacing:0;text-transform:none}
body[data-page="home"] .trust-line svg{width:38px;height:38px;padding:9px;border:1px solid #58ad6b;border-radius:50%;color:#24883d}
body[data-page="home"] .trust-line b{display:none}
body[data-page="home"] .intro{padding-top:100px}
body[data-page="home"] .metric-grid{background:#0b1511;color:#fff;border:0;border-radius:16px;overflow:hidden;box-shadow:0 18px 45px rgba(8,24,15,.16)}
body[data-page="home"] .metric-grid article{padding:36px 35px;border-color:rgba(255,255,255,.12)}
body[data-page="home"] .metric-grid span{color:rgba(255,255,255,.6)}
body[data-page="home"] .metric-grid strong{color:#fff}
body[data-page="home"] .metric-grid i{color:#3fc567}
body[data-page="home"] .services-showcase{background:#f6f8f5;padding:110px 0}
body[data-page="home"] .service-list{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-radius:16px;padding:22px;box-shadow:0 18px 50px rgba(12,44,25,.09)}
body[data-page="home"] .service-row{display:flex;min-height:220px;flex-direction:column;align-items:flex-start;padding:26px;border:0;border-right:1px solid #e4e8e4;position:relative}
body[data-page="home"] .service-row:last-child{border:0}
body[data-page="home"] .service-row>span{position:absolute;right:20px;top:20px}
body[data-page="home"] .service-icon{width:58px;height:58px;border:0;color:#278c42;margin-bottom:25px}
body[data-page="home"] .service-icon svg{width:40px;height:40px;stroke-width:1.35}
body[data-page="home"] .service-row h3{font-size:18px}
body[data-page="home"] .service-row p{font-size:12px}
body[data-page="home"] .service-row>b{margin-top:auto;border:0;color:#278c42;display:block;width:auto;height:auto}
body[data-page="home"] .service-row:hover{padding:26px;background:#f1f8f2;transform:translateY(-5px)}
body[data-page="home"] .control-section{margin:0 auto 0;max-width:var(--max);min-height:560px;background:#fff;color:var(--ink);grid-template-columns:1fr 1fr;padding:90px 0}
body[data-page="home"] .control-image{min-height:460px;border-radius:26px;background:linear-gradient(rgba(0,100,40,.08),rgba(5,20,12,.2)),url("https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?auto=format&fit=crop&w=1400&q=90") center/cover;box-shadow:0 24px 55px rgba(8,31,17,.15)}
body[data-page="home"] .control-copy{padding:55px 30px 55px 8vw}
body[data-page="home"] .control-copy p{color:var(--muted)}
body[data-page="home"] .control-copy li{border-color:var(--line)}
body[data-page="home"] .control-copy .button--outline{background:linear-gradient(135deg,#147b34,#249943);border:0;color:#fff;border-radius:7px}
body[data-page="home"] .sectors-preview{background:#f4f6f2}
@media(max-width:1050px){body[data-page="home"] .home-hero__inner{grid-template-columns:1fr}body[data-page="home"] .hero-visual{display:block;position:absolute;inset:130px -28% 40px 52%;opacity:.28}body[data-page="home"] .hero-copy{max-width:650px}body[data-page="home"] .service-list{grid-template-columns:1fr 1fr}body[data-page="home"] .service-row:nth-child(2){border-right:0}}
@media(max-width:760px){.mobile-menu{top:72px;height:calc(100vh - 72px)}body[data-page="home"] .home-hero{min-height:700px;padding-top:125px}body[data-page="home"] .hero-visual{inset:160px -70% 30px 35%}body[data-page="home"] .hero-copy h1{font-size:43px}body[data-page="home"] .hero-copy p{max-width:92%}body[data-page="home"] .hero-actions{gap:12px}body[data-page="home"] .trust-line{bottom:25px}body[data-page="home"] .service-list{grid-template-columns:1fr;padding:10px}body[data-page="home"] .service-row{border-right:0;border-bottom:1px solid #e4e8e4!important;min-height:190px}body[data-page="home"] .control-section{grid-template-columns:1fr;padding:60px 16px}body[data-page="home"] .control-copy{padding:55px 10px}}

/* Home1 reference-matched composition */
body[data-page="home"] main{overflow:hidden;background:#fff}
.ref-hero{height:720px;padding-top:100px;position:relative;background:#fff}
.ref-hero:after{content:"";position:absolute;right:-80px;bottom:0;width:330px;height:210px;background:#238e39;border-radius:70% 0 0 0;z-index:0}
.ref-hero__grid{height:100%;display:grid;grid-template-columns:43% 57%;align-items:center;position:relative;z-index:2;max-width:1440px}
.ref-hero__copy{padding:0 0 32px 6px}
.ref-hero__copy h1{font:800 clamp(48px,4.2vw,67px)/1.15 "Manrope";letter-spacing:-3.2px;text-transform:uppercase;margin:0}
.ref-hero__copy h1 em{font-style:normal;color:#278d3b}
.ref-hero__copy>i{display:block;width:55px;height:3px;background:#2a9b43;margin:34px 0}
.ref-hero__copy>p{max-width:500px;font-size:16px;line-height:1.7;color:#374139}
.ref-actions{display:flex;gap:22px;margin-top:36px}
.ref-actions a{height:56px;display:flex;align-items:center;gap:20px;padding:0 25px;border:1px solid #39984e;border-radius:8px;font-weight:600;font-size:13px}
.ref-actions a:first-child{background:linear-gradient(135deg,#268d3b,#1a7f31);color:#fff;box-shadow:0 10px 25px rgba(26,127,49,.2)}
.ref-actions svg{width:16px}
.ref-assurance{display:flex;align-items:center;gap:16px;margin-top:52px;font-size:13px;color:#3c463e}
.ref-assurance svg{width:42px;height:42px;border:1px solid #39984e;border-radius:50%;padding:10px;color:#278d3b}
.ref-hero__visual{height:100%;background:linear-gradient(90deg,#fff 0%,transparent 18%),url("https://images.unsplash.com/photo-1494412519320-aa613dfb7738?auto=format&fit=crop&w=1600&q=95") 56% center/cover no-repeat;clip-path:ellipse(74% 67% at 70% 45%);position:relative}
.ref-hero__visual:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 31%,rgba(68,207,91,.8) 0 3px,transparent 4px),radial-gradient(circle at 63% 15%,rgba(68,207,91,.8) 0 3px,transparent 4px),radial-gradient(circle at 86% 27%,rgba(68,207,91,.8) 0 3px,transparent 4px)}
.ref-hero__map{position:absolute;z-index:1;right:10%;top:110px;width:49%;height:390px;opacity:.22;background-image:radial-gradient(#2d9d43 1.1px,transparent 1.2px);background-size:6px 6px;mask-image:radial-gradient(ellipse,black,transparent 72%)}
.ref-route span{position:absolute;height:1px;background:linear-gradient(90deg,transparent,#56ca6a,transparent);transform-origin:left;opacity:.8}.ref-route span:nth-child(1){width:430px;top:205px;left:80px;transform:rotate(-16deg)}.ref-route span:nth-child(2){width:390px;top:180px;left:260px;transform:rotate(12deg)}.ref-route span:nth-child(3){width:330px;top:265px;left:120px;transform:rotate(-31deg)}
.ref-services{height:185px;margin-top:-42px;position:relative;z-index:5;background:#fff;border-radius:17px;display:grid;grid-template-columns:repeat(6,1fr);padding:30px 30px;box-shadow:0 17px 45px rgba(13,38,22,.14)}
.ref-services a{display:flex;flex-direction:column;align-items:center;justify-content:center;border-right:1px solid #dfe4df;gap:17px;position:relative}.ref-services a:last-child{border:0}
.ref-services a>span{color:#299540}.ref-services svg{width:43px;height:43px;stroke-width:1.4}.ref-services b{font-size:13px}.ref-services i{width:26px;height:2px;background:#2b9941;position:absolute;bottom:-3px;opacity:0;transition:.3s}.ref-services a:hover i{opacity:1;width:44px}
.ref-network{padding:55px 0 40px;background:linear-gradient(170deg,#fff 55%,#f6f8f5)}
.ref-network__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:center;padding:0 35px;max-width:1340px}
.ref-network__copy small{color:#25883a;font-weight:800;font-size:11px}.ref-network__copy h2{font:700 35px/1.25 "Manrope";letter-spacing:-1.5px;margin:22px 0}.ref-network__copy h2 em{font-style:normal;color:#278e3c}.ref-network__copy p{font-size:14px;line-height:1.8;color:#5d665f;max-width:500px}.ref-network__copy a{display:inline-flex;gap:28px;font-size:12px;font-weight:700;border-bottom:1px solid #299540;padding:20px 0 8px}.ref-network__copy a span{color:#299540}
.ref-network__image{height:340px;border-radius:24px;background:linear-gradient(rgba(21,110,49,.03),rgba(8,30,15,.12)),url("https://images.unsplash.com/photo-1601584115197-04ecc0da31d7?auto=format&fit=crop&w=1300&q=90") center/cover;position:relative;overflow:visible}.ref-network__image>i{position:absolute;height:1px;background:#6ade7d;transform-origin:left}.ref-network__image>i:nth-of-type(1){width:220px;left:90px;top:95px;transform:rotate(-17deg)}.ref-network__image>i:nth-of-type(2){width:280px;left:160px;top:70px;transform:rotate(14deg)}.ref-network__image>i:nth-of-type(3){width:190px;left:280px;top:110px;transform:rotate(-29deg)}
.ref-delivery{position:absolute;right:-30px;top:65px;background:#0b1210;color:#fff;border-radius:12px;padding:27px 30px;display:flex;flex-direction:column;z-index:2;box-shadow:0 15px 35px rgba(6,20,11,.25)}.ref-delivery strong{color:#34a94b;font:700 28px "Manrope"}.ref-delivery span{font-size:12px;margin-top:6px}
.ref-stats{height:145px;margin-top:0;margin-bottom:30px;background:#0a1210;color:#fff;border-radius:18px;display:grid;grid-template-columns:repeat(4,1fr);padding:25px 35px;box-shadow:0 15px 40px rgba(5,19,10,.16)}
.ref-stats article{display:flex;align-items:center;justify-content:center;gap:22px;border-right:1px solid rgba(255,255,255,.14)}.ref-stats article:last-child{border:0}.ref-stats article>span{font-size:41px;color:#2ea044}.ref-stats article div{display:flex;flex-direction:column}.ref-stats strong{font:700 29px "Manrope"}.ref-stats small{font-size:12px;color:rgba(255,255,255,.72);margin-top:4px}
.ref-cta{height:115px;margin-bottom:35px;border-radius:17px;background:#fff;box-shadow:0 12px 38px rgba(10,32,18,.1);display:grid;grid-template-columns:90px 1fr 1px 180px 1px 190px;gap:30px;align-items:center;padding:20px 50px}.ref-phone{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#2c9c42,#17752d);color:#fff;font-size:30px}.ref-cta h2{font:500 24px/1.3 "Manrope";margin:0}.ref-cta h2 em{font-style:normal;color:#258d3b}.ref-cta>i{height:55px;background:#d7ddd8}.ref-cta>a{height:52px;display:flex;align-items:center;justify-content:center;gap:25px;border-radius:7px;background:linear-gradient(135deg,#2a963f,#197c30);color:#fff;font-size:13px;font-weight:700}.ref-cta>a svg{width:16px}.ref-cta>div{display:flex;flex-direction:column}.ref-cta>div small{color:#4c554f;margin-bottom:7px}.ref-cta>div strong{font-size:16px}
@media(max-width:1050px){.ref-hero__grid{grid-template-columns:55% 45%}.ref-hero__visual{opacity:.72}.ref-services{grid-template-columns:repeat(3,1fr);height:auto}.ref-services a{padding:25px}.ref-services a:nth-child(3){border:0}.ref-network__grid{gap:35px}.ref-stats{padding:20px 10px}.ref-stats article{gap:10px}.ref-cta{grid-template-columns:70px 1fr 160px 170px}.ref-cta>i{display:none}}
@media(max-width:760px){.ref-hero{height:720px;padding-top:72px}.ref-hero__grid{display:block}.ref-hero__copy{padding-top:75px}.ref-hero__copy h1{font-size:41px}.ref-hero__copy>p{max-width:93%}.ref-hero__visual{position:absolute;inset:280px -55% 0 25%;opacity:.22}.ref-actions{flex-direction:column;align-items:flex-start;gap:10px}.ref-assurance{margin-top:30px}.ref-services{grid-template-columns:1fr 1fr;margin-top:-20px;padding:10px}.ref-services a,.ref-services a:nth-child(3){border-right:0;border-bottom:1px solid #e1e6e2}.ref-network__grid{grid-template-columns:1fr;padding:30px 0}.ref-network__image{height:280px}.ref-delivery{right:10px}.ref-stats{height:auto;grid-template-columns:1fr 1fr;padding:15px}.ref-stats article{padding:20px 5px;border-bottom:1px solid rgba(255,255,255,.12)}.ref-stats strong{font-size:22px}.ref-stats article>span{font-size:30px}.ref-cta{height:auto;grid-template-columns:60px 1fr;padding:25px;gap:20px}.ref-cta>a,.ref-cta>div{grid-column:1/3}.ref-cta h2{font-size:20px}}

/* Exact homepage specification — final cascade */
body[data-page="home"]{--green:#16883d;--ink:#101820;--dark:#07151b;--line:#e8ece9;overflow-x:hidden;background:#fff;color:var(--ink)}
body[data-page="home"] .container{width:min(calc(100% - 48px),1320px)}
body[data-page="home"] .header-inner{max-width:1320px}
.ref-hero{height:auto;min-height:600px;padding:96px 0 0;background:#fff}
.ref-hero:after{display:none}
.ref-hero__grid{min-height:600px;grid-template-columns:44% 56%;max-width:1320px}
.ref-hero__copy{padding:5px 38px 0 0;align-self:center}
.ref-hero__copy h1{font:700 58px/1.05 "Manrope";letter-spacing:-3.5px;margin:0;color:#101820;white-space:nowrap}
.ref-hero__copy h1 em{display:inline-block;color:#16883d;margin-right:14px}
.ref-hero__copy>i{width:48px;height:2px;background:#16883d;margin:28px 0}
.ref-hero__copy>p{font:400 16px/1.65 "Manrope";max-width:520px;margin:0;color:#48524d}
.ref-actions{margin-top:30px;gap:16px}
.ref-actions a{height:52px;padding:0 22px;border-radius:8px;border:1px solid #16883d;font:600 13px "Manrope";box-shadow:none}
.ref-actions a:first-child{background:#16883d;box-shadow:none}
.ref-hero__visual{height:520px;align-self:center;clip-path:none;border-radius:0 0 0 90px;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.1) 17%),var(--hero-img) center/cover no-repeat}
.ref-hero__visual:before{background:radial-gradient(circle at 23% 28%,#5aba72 0 2px,transparent 3px),radial-gradient(circle at 62% 17%,#5aba72 0 2px,transparent 3px),radial-gradient(circle at 83% 30%,#5aba72 0 2px,transparent 3px)}
.ref-hero__map{right:5%;top:120px;width:50%;height:360px;opacity:.12;background-size:7px 7px}
.ref-route span{opacity:.42;background:#16883d}
.ref-truck{position:absolute;right:22px;bottom:18px;width:210px;height:120px;border:6px solid #fff;border-radius:12px;background:url("https://images.unsplash.com/photo-1601584115197-04ecc0da31d7?auto=format&fit=crop&w=600&q=88") center/cover;box-shadow:0 7px 20px rgba(7,21,27,.12)}
.ref-services{height:160px;max-width:1320px;margin:0 auto;z-index:3;border:1px solid #e8ece9;border-radius:12px;padding:20px;background:#fff;box-shadow:0 8px 24px rgba(7,21,27,.05)}
.ref-services a{gap:14px;border-color:#e8ece9}
.ref-services a>span{color:#16883d}
.ref-services svg{width:38px;height:38px}
.ref-services b{font:600 13px "Manrope";text-align:center}
.ref-services i{display:none}
.ref-stats{width:100%;max-width:none;height:150px;margin:64px 0 0;border-radius:0;background:#07151b;padding:0 max(24px,calc((100% - 1320px)/2));box-shadow:none;grid-template-columns:repeat(4,1fr)}
.ref-stats article{border-color:rgba(255,255,255,.12);gap:18px}
.ref-stats article>span{color:#16883d;font-size:36px}
.ref-stats strong{font:700 28px "Manrope";color:#fff}
.ref-stats small{font:400 12px "Manrope";color:rgba(255,255,255,.7)}
.ref-cta{height:150px;margin:0 auto;border-radius:0;box-shadow:none;padding:0;display:grid;grid-template-columns:1fr 190px 1fr;gap:70px;background:#fff}
.ref-cta h2{font:500 25px/1.35 "Manrope";margin:0;max-width:410px}
.ref-cta h2 em{font-style:normal;color:#16883d}
.ref-cta>a{height:50px;border:1px solid #16883d;border-radius:8px;background:#fff;color:#16883d;box-shadow:none}
.ref-contact{display:flex;align-items:center;justify-content:flex-end;gap:12px}
.ref-contact>span{display:flex;flex-direction:column;margin-right:12px}
.ref-contact small{font:400 11px "Manrope";color:#68716c;margin-bottom:4px}
.ref-contact strong{font:600 14px "Manrope"}
.ref-contact>a{width:36px;height:36px;border:1px solid #d7ded9;border-radius:50%;display:grid;place-items:center;font:700 11px "Manrope";color:#16883d}
@media(max-width:1050px){.ref-hero{padding-top:96px}.ref-hero__slides{min-height:900px}.ref-hero__grid{grid-template-columns:1fr;min-height:900px;padding-top:70px}.ref-hero__copy{padding:0;align-self:start}.ref-hero__visual{height:460px;width:100%;align-self:end}.ref-services{height:auto;grid-template-columns:repeat(2,1fr);padding:8px}.ref-services a{height:120px;border-bottom:1px solid #e8ece9}.ref-services a:nth-child(even){border-right:0}.ref-stats{height:auto;grid-template-columns:1fr 1fr;padding:20px 24px}.ref-stats article{min-height:110px}.ref-cta{height:auto;min-height:180px;grid-template-columns:1fr 160px 1fr;gap:25px}}
@media(max-width:600px){body[data-page="home"] .container{width:min(calc(100% - 32px),1320px)}.ref-hero{padding-top:80px}.ref-hero__slides{min-height:770px}.ref-hero__grid{min-height:770px;padding-top:55px}.ref-hero__copy h1{font-size:42px;letter-spacing:-2px;white-space:normal}.ref-hero__copy h1 em{margin-right:8px}.ref-hero__copy>p{font-size:14px}.ref-actions{flex-direction:column;align-items:stretch}.ref-actions a{justify-content:center}.ref-hero__visual{height:330px;border-radius:0 0 0 48px}.ref-truck{width:145px;height:85px}.ref-services{width:calc(100% - 32px)}.ref-stats{margin-top:40px}.ref-stats article{gap:10px}.ref-stats strong{font-size:22px}.ref-stats small{font-size:10px}.ref-cta{padding:32px 16px;grid-template-columns:1fr;gap:24px}.ref-cta>a{width:180px}.ref-contact{justify-content:flex-start;flex-wrap:wrap}}

/* Hero slider */
.ref-hero__slides{position:relative;overflow:hidden;min-height:600px}
.ref-hero__slide{position:absolute;inset:0;pointer-events:none;transition:transform .9s var(--ease)}
.ref-hero__slide.is-active{pointer-events:auto;z-index:2}
.ref-hero__nav{display:flex;align-items:center;gap:18px;margin-top:46px}
.ref-hero__arrow{width:42px;height:42px;border:1px solid #d7ded9;border-radius:50%;background:#fff;color:#16883d;display:grid;place-items:center;cursor:pointer;padding:0;transition:.25s}
.ref-hero__arrow svg{width:15px;height:15px;stroke-width:2.2;transform:rotate(180deg)}
.ref-hero__arrow--next svg{transform:none}
.ref-hero__arrow:hover{background:#16883d;border-color:#16883d;color:#fff}
.ref-hero__dots{display:flex;align-items:center;gap:9px}
.ref-hero__dots button{width:9px;height:9px;border-radius:50%;border:0;background:#d7ded9;padding:0;cursor:pointer;transition:.3s}
.ref-hero__dots button.is-active{background:#16883d;width:26px;border-radius:5px}
@media(max-width:1023px){.ref-hero__nav{margin-top:34px}}
@media(max-width:600px){.ref-hero__nav{margin-top:26px;gap:14px}.ref-hero__arrow{width:38px;height:38px}}
@media(prefers-reduced-motion:reduce){.ref-hero__slide{transition:none}}

/* Blue Partners header reference */
body[data-page="home"]{background:#fff;font-family:Arial,Helvetica,sans-serif}
body[data-page="home"] .site-header{height:98px;background:rgba(3,42,72,.9);border-bottom:1px solid rgba(255,255,255,.12);backdrop-filter:blur(3px)}
body[data-page="home"] .site-header.scrolled{background:rgba(3,42,72,.97)}
body[data-page="home"] .header-inner{height:98px;width:min(calc(100% - 48px),1375px);gap:45px}
.bp-logo{width:190px;display:flex;align-items:center;color:#fff;line-height:1}.bp-logo img{display:block;width:150px;height:auto;object-fit:contain}
body[data-page="home"] .desktop-nav{gap:39px}
body[data-page="home"] .desktop-nav a,body[data-page="home"] .nav-drop__trigger{font:700 12px Arial;letter-spacing:1px;color:#fff}
body[data-page="home"] .desktop-nav a:after,body[data-page="home"] .nav-drop__trigger:after{display:none}
body[data-page="home"] .nav-drop__trigger svg{width:11px}
.bp-header-actions{display:flex;align-items:center;gap:12px}.bp-header-actions a{height:42px;border-radius:24px;padding:0 28px;display:flex;align-items:center;justify-content:center;font:700 11px Arial;text-transform:uppercase;letter-spacing:1.2px;white-space:nowrap}.bp-track{background:#159447;border:2px solid #3cbc69;color:#fff}.bp-offer{background:#fff;color:#082f22}
.bp-hero{height:807px;position:relative;color:#fff;background:#062f50 url('../images/bluepartners-hero.png') center top/cover no-repeat;overflow:hidden}
.bp-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,35,61,.1),transparent 70%)}
.bp-hero__inner{height:100%;position:relative;z-index:1;width:min(calc(100% - 48px),1395px);display:grid;grid-template-columns:58% 42%;align-items:start;padding-top:285px}
.bp-hero h1{font:400 clamp(58px,4vw,76px)/.95 Arial,sans-serif;letter-spacing:-4.7px;margin:0}.bp-hero h1 span{font-weight:700;background:linear-gradient(90deg,#177a3d,#35c77a);-webkit-background-clip:text;background-clip:text;color:transparent}
.bp-hero__side{padding:46px 0 0 55px}.bp-hero__side p{font:700 18px/1.6 Arial;margin:0 0 28px}.bp-hero__side a{font:600 16px Arial;color:#33bd72}.bp-hero__side b{font-size:22px;margin-left:10px}
.bp-scroll{position:absolute;z-index:3;left:50%;bottom:-1px;transform:translateX(-50%);width:210px;height:70px;color:#31b86d;display:flex;justify-content:center;padding-top:23px;font-size:0}
.bp-scroll:before{content:"";position:absolute;inset:0;background:#fff;border-radius:50% 50% 0 0/100% 100% 0 0}
.bp-scroll span{position:relative;width:16px;height:23px;border:2px solid #31b86d;border-radius:10px;font-size:0}.bp-scroll span:after{content:"";position:absolute;left:5px;top:5px;width:3px;height:6px;border-radius:3px;background:#31b86d}
body[data-page="home"] .site-footer{display:none}
@media(max-width:1150px){body[data-page="home"] .desktop-nav{gap:20px}.bp-header-actions .bp-track{display:none}.bp-hero__inner{grid-template-columns:60% 40%}.bp-hero h1{font-size:58px}.bp-hero__side{padding-left:20px}}
@media(max-width:900px){body[data-page="home"] .desktop-nav,.bp-header-actions{display:none}body[data-page="home"] .menu-toggle{display:block;margin-left:auto}.bp-hero{height:760px;background-position:62% top}.bp-hero:after{content:"";position:absolute;inset:98px 0 0;background:linear-gradient(90deg,rgba(3,35,61,.88),rgba(3,35,61,.2))}.bp-hero__inner{display:block;padding-top:210px}.bp-hero h1{position:relative;z-index:2;font-size:clamp(44px,8vw,64px)}.bp-hero__side{position:relative;z-index:2;padding:50px 0 0}.bp-hero__side p{font-size:16px}}
@media(max-width:600px){body[data-page="home"] .site-header,body[data-page="home"] .header-inner{height:78px}.bp-logo{transform:scale(.78);transform-origin:left center}.bp-hero{height:720px;background-position:68% top}.bp-hero:after{inset:78px 0 0;background:linear-gradient(90deg,rgba(3,35,61,.92),rgba(3,35,61,.45))}.bp-hero__inner{padding-top:165px}.bp-hero h1{font-size:44px;letter-spacing:-3px;line-height:1.02}.bp-hero__side{padding-top:42px}.bp-hero__side p br{display:none}.bp-scroll{width:145px;height:52px;padding-top:16px}}

/* Wayex green and white palette */
body[data-page="home"] .site-header{background:rgba(7,73,43,.9);border-bottom-color:rgba(255,255,255,.15)}
body[data-page="home"] .site-header.scrolled{background:rgba(6,63,37,.97)}
.bp-track{background:#159447;border-color:#43c477}.bp-offer{color:#07502e}
.bp-hero{background-color:#07502e;background-image:url('../images/bluepartners-hero.png');background-blend-mode:luminosity}
.bp-hero:before{background:linear-gradient(90deg,rgba(4,57,33,.3),rgba(9,112,62,.08) 72%)}
.bp-hero h1 span{background:linear-gradient(90deg,#fff,#78e5aa);-webkit-background-clip:text;background-clip:text;color:transparent}
.bp-hero__side a{color:#8aefb8}
@media(max-width:900px){.bp-hero:after{background:linear-gradient(90deg,rgba(4,57,33,.9),rgba(6,80,45,.28))}}
@media(max-width:600px){.bp-hero:after{background:linear-gradient(90deg,rgba(4,57,33,.94),rgba(6,80,45,.52))}}

/* Refined scroll cue */
.bp-scroll{left:50%;bottom:18px;width:48px;height:48px;padding:0;border-radius:50%;background:#fff;display:grid;place-items:center;box-shadow:0 8px 24px rgba(2,45,25,.2);transition:transform .25s ease,box-shadow .25s ease}
.bp-scroll:before{display:none}
.bp-scroll span{width:15px;height:23px;border-color:#18aa59}
.bp-scroll span:after{background:#18aa59}
.bp-scroll:hover{transform:translateX(-50%) translateY(-3px);box-shadow:0 12px 30px rgba(2,45,25,.28)}
@media(max-width:600px){.bp-scroll{width:44px;height:44px;bottom:16px;padding:0}}

/* Balanced Wayex palette: natural photography, restrained brand green */
body[data-page="home"] .site-header{background:rgba(6,29,25,.92);border-bottom-color:rgba(255,255,255,.11)}
body[data-page="home"] .site-header.scrolled{background:rgba(5,25,21,.98)}
.bp-track{background:#128a48;border-color:#35b96d}
.bp-hero{background-color:#082921;background-image:url('../images/bluepartners-hero.png');background-blend-mode:normal}
.bp-hero:before{background:linear-gradient(90deg,rgba(4,29,29,.3) 0%,rgba(4,29,29,.08) 47%,rgba(7,67,45,.05) 100%)}
.bp-hero h1 span{background:linear-gradient(90deg,#eafbf2,#62d99a);-webkit-background-clip:text;background-clip:text;color:transparent}
.bp-hero__side a{color:#67dda0}
@media(max-width:900px){.bp-hero:after{background:linear-gradient(90deg,rgba(4,29,29,.9),rgba(4,29,29,.2))}}
@media(max-width:600px){.bp-hero:after{background:linear-gradient(90deg,rgba(4,29,29,.94),rgba(4,29,29,.43))}}

/* Exact palette sampled from the Wayex logo */
body[data-page="home"]{--wayex-green:#0b7539;--wayex-green-mid:#168a49;--wayex-green-light:#55bd7e;--wayex-deep:#052d1c}
body[data-page="home"] .site-header{background:rgba(5,45,28,.94)}
body[data-page="home"] .site-header.scrolled{background:rgba(4,37,23,.98)}
.bp-track{background:var(--wayex-green);border-color:var(--wayex-green-light)}
.bp-offer{color:var(--wayex-green)}
.bp-hero h1 span{background:linear-gradient(90deg,var(--wayex-green-light),#e9fff2);-webkit-background-clip:text;background-clip:text;color:transparent}
.bp-hero__side a{color:var(--wayex-green-light)}
.bp-scroll span{border-color:var(--wayex-green)}
.bp-scroll span:after{background:var(--wayex-green)}

/* Why Wayex */
.why-wayex{padding:118px 0 125px;background:#fff;color:#101820}
.why-wayex__intro{display:grid;grid-template-columns:1.15fr .65fr;gap:120px;align-items:end;margin-bottom:78px}
.why-wayex__eyebrow{display:flex;align-items:center;gap:13px;color:var(--wayex-green);font:700 11px/1 Arial;text-transform:uppercase;letter-spacing:2.2px;margin-bottom:25px}.why-wayex__eyebrow:before{content:"";width:28px;height:1px;background:var(--wayex-green)}
.why-wayex h2{font:500 clamp(38px,3.2vw,54px)/1.12 Arial,sans-serif;letter-spacing:-2.7px;margin:0}.why-wayex h2 em{font-style:normal;color:var(--wayex-green)}
.why-wayex__intro>p{max-width:480px;margin:0 0 4px;color:#68716c;font:400 15px/1.85 Arial,sans-serif}
.why-wayex__grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #dfe5e1;border-bottom:1px solid #dfe5e1}
.why-card{position:relative;min-height:355px;padding:28px 34px 32px;border-right:1px solid #dfe5e1;transition:background .3s ease,transform .3s ease}.why-card:last-child{border-right:0}.why-card>span{color:#8a938e;font:600 10px/1 Arial;letter-spacing:1.5px}
.why-card__icon{width:46px;height:46px;margin:54px 0 29px;border:1px solid #cfd8d2;border-radius:50%;display:grid;place-items:center;transition:.3s ease}.why-card__icon i{width:8px;height:8px;border-radius:50%;background:var(--wayex-green);box-shadow:0 0 0 5px rgba(11,117,57,.1)}
.why-card h3{font:600 20px/1.2 Arial,sans-serif;letter-spacing:-.5px;margin:0 0 16px}.why-card p{max-width:245px;color:#717a75;font:400 13px/1.75 Arial,sans-serif;margin:0}.why-card>a{position:absolute;right:30px;bottom:28px;width:32px;height:32px;border:1px solid #d7dfda;border-radius:50%;display:grid;place-items:center;color:var(--wayex-green);font-size:16px;transition:.3s ease}
.why-card:hover{background:#f7faf8;transform:translateY(-4px)}.why-card:hover .why-card__icon{border-color:var(--wayex-green)}.why-card:hover>a{background:var(--wayex-green);border-color:var(--wayex-green);color:#fff}
@media(max-width:1000px){.why-wayex__intro{grid-template-columns:1fr;gap:30px}.why-wayex__grid{grid-template-columns:1fr 1fr}.why-card:nth-child(2){border-right:0}.why-card:nth-child(-n+2){border-bottom:1px solid #dfe5e1}}
@media(max-width:600px){.why-wayex{padding:82px 0}.why-wayex__intro{margin-bottom:48px}.why-wayex h2{font-size:38px;letter-spacing:-2px}.why-wayex__grid{grid-template-columns:1fr}.why-card{min-height:285px;border-right:0;border-bottom:1px solid #dfe5e1;padding:25px 24px}.why-card:last-child{border-bottom:0}.why-card__icon{margin:38px 0 24px}}

/* Trust and performance showcase */
.trust-showcase{padding:110px 0 122px;background:#fff;color:#101820}
.trust-showcase__grid{display:grid;grid-template-columns:1fr 1fr 1.05fr;gap:28px;max-width:1410px}
.trust-photo,.trust-metric,.trust-service{height:350px;position:relative;overflow:hidden;border-radius:10px}
.trust-photo{background:linear-gradient(180deg,rgba(4,37,23,.04),rgba(4,37,23,.25)),url('https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?auto=format&fit=crop&w=1000&q=88') center/cover no-repeat}
.trust-photo:after,.trust-metric:after{content:"";position:absolute;right:-1px;top:-1px;width:46px;height:46px;background:#fff;clip-path:polygon(0 0,100% 0,100% 100%)}
.trust-photo>div{position:absolute;left:28px;bottom:30px;width:278px;padding:20px 25px;background:#fff;border-radius:8px;box-shadow:0 12px 35px rgba(7,25,17,.14);display:flex;flex-direction:column;color:var(--wayex-green);font:500 14px/1.45 Arial}.trust-photo strong{font-weight:700}
.trust-metric{padding:49px 50px 36px;background:var(--wayex-green);color:#fff;display:flex;flex-direction:column;justify-content:space-between}.trust-metric>strong{font:700 clamp(56px,5vw,82px)/1 Arial;letter-spacing:-4px}.trust-metric p{font:600 17px/1.35 Arial;margin:0}
.trust-service{overflow:visible;padding:48px 0 0 34px}.trust-service h2{font:700 25px/1.35 Arial;margin:0;position:relative;z-index:3}.trust-service h2 em{display:inline-block;color:var(--wayex-green-mid);font-style:normal}.trust-service img{position:absolute;z-index:2;width:340px;height:auto;left:4px;bottom:-12px;object-fit:contain}.trust-service__halo{position:absolute;left:42px;bottom:66px;width:92px;height:92px;border-radius:50%;background:#e3f4ea}
@media(max-width:1050px){.trust-showcase__grid{grid-template-columns:1fr 1fr}.trust-service{grid-column:1/3;height:380px;padding-left:50%}.trust-service img{width:430px;left:7%;bottom:-18px}.trust-service__halo{left:10%;bottom:92px}}
@media(max-width:650px){.trust-showcase{padding:72px 0 84px}.trust-showcase__grid{grid-template-columns:1fr;gap:18px}.trust-photo,.trust-metric,.trust-service{height:315px}.trust-photo>div{left:20px;bottom:20px;width:calc(100% - 40px)}.trust-metric{padding:40px 32px}.trust-service{grid-column:auto;padding:34px 24px 0}.trust-service h2{font-size:23px}.trust-service img{width:310px;left:0;bottom:-7px}.trust-service__halo{left:30px;bottom:62px}}

/* Original Wayex composition */
.trust-showcase{padding-top:92px;background:linear-gradient(180deg,#fff 0%,#f7faf8 100%)}
.trust-showcase__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:42px;padding-bottom:24px;border-bottom:1px solid #dfe7e2}.trust-showcase__head img{width:148px;height:auto}.trust-showcase__head span{color:#78827c;font:600 10px/1 Arial;text-transform:uppercase;letter-spacing:2.1px}
.trust-showcase__grid{grid-template-columns:1.12fr .82fr 1.06fr;gap:22px;align-items:center}
.trust-photo{height:390px;border-radius:28px 8px 28px 8px;box-shadow:0 18px 45px rgba(8,38,24,.1)}
.trust-photo:after,.trust-metric:after{display:none}
.trust-photo>div{left:24px;bottom:24px;width:auto;right:24px;padding:18px 22px;border-radius:12px;border-left:3px solid var(--wayex-green);box-shadow:0 12px 30px rgba(7,25,17,.12)}
.trust-metric{height:330px;border-radius:8px 28px 8px 28px;padding:42px;background:linear-gradient(145deg,#0b7539,#07562b);box-shadow:0 20px 45px rgba(11,117,57,.2)}
.trust-metric:before{content:"";position:absolute;width:190px;height:190px;border:1px solid rgba(255,255,255,.13);border-radius:50%;right:-85px;top:-85px;box-shadow:0 0 0 30px rgba(255,255,255,.025)}
.trust-metric>strong{font-size:clamp(52px,4.5vw,74px)}
.trust-service{height:390px;border-radius:28px;background:#fff;border:1px solid #e3e9e5;padding:42px 30px;box-shadow:0 18px 45px rgba(8,38,24,.06);overflow:hidden}
.trust-service h2{font-size:24px}.trust-service img{width:365px;left:0;bottom:-5px}.trust-service__halo{width:150px;height:150px;left:28px;bottom:30px;background:rgba(11,117,57,.08)}
@media(max-width:1050px){.trust-showcase__grid{grid-template-columns:1fr 1fr}.trust-photo,.trust-metric{height:350px}.trust-service{grid-column:1/3;height:370px;padding-left:52%}.trust-service img{left:4%;width:420px}.trust-service__halo{left:8%}}
@media(max-width:650px){.trust-showcase{padding-top:62px}.trust-showcase__head{align-items:flex-start;flex-direction:column;gap:20px;margin-bottom:30px}.trust-showcase__head img{width:132px}.trust-showcase__grid{grid-template-columns:1fr}.trust-photo,.trust-metric,.trust-service{height:315px;border-radius:20px}.trust-service{grid-column:auto;padding:30px 24px}.trust-service img{left:-12px;width:315px}.trust-service__halo{left:20px}}

/* Branded vehicle livery */
.trust-service__truck{position:absolute;z-index:2;width:365px;left:0;bottom:-5px}
.trust-service .trust-service__vehicle{position:static;display:block;width:100%;height:auto;object-fit:contain}
.trust-service .trust-service__truck-logo{position:absolute;z-index:3;left:auto;right:18px;top:38%;bottom:auto;width:126px;height:auto;object-fit:contain;transform:skewY(1.5deg) rotate(.5deg);filter:drop-shadow(0 1px 2px rgba(255,255,255,.28))}
@media(max-width:1050px){.trust-service__truck{left:4%;width:420px}.trust-service .trust-service__truck-logo{width:138px}}
@media(max-width:650px){.trust-service__truck{left:-12px;width:315px}.trust-service .trust-service__truck-logo{width:103px;right:18px}}

/* Unified showcase and service slider */
.trust-showcase__grid{grid-template-columns:1.18fr .86fr 1.08fr;gap:20px;align-items:stretch}
.trust-photo,.trust-metric,.trust-service{height:390px;border-radius:24px}
.trust-photo{background:#eef3f0;box-shadow:0 18px 45px rgba(8,38,24,.08);overflow:hidden}
.trust-photo>.trust-photo__slides{position:absolute;inset:0 0 62px;width:auto;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;display:block;color:inherit}.trust-photo__slide{position:absolute;inset:0;background:linear-gradient(180deg,transparent 38%,rgba(3,30,18,.52)),var(--service-image) center/cover no-repeat;opacity:0;transform:scale(1.025);transition:opacity .65s ease,transform 1s ease}.trust-photo__slide.is-active{opacity:1;transform:scale(1)}
.trust-photo__slide span,.trust-photo__slide strong{position:absolute;z-index:2;left:27px;color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.28)}.trust-photo__slide span{bottom:58px;font:500 12px/1.2 Arial}.trust-photo__slide strong{bottom:29px;font:700 17px/1.2 Arial}
.trust-photo>.trust-photo__tabs{position:absolute;z-index:4;left:0;right:0;bottom:0;width:auto;height:62px;padding:0;background:#fff;box-shadow:none;border-radius:0;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #e1e8e3;border-top:0;color:inherit}.trust-photo__tabs button{position:relative;border:0;border-right:1px solid #e5ebe7;background:#fff;padding:0 8px;color:#7b847f;font:600 10px/1.2 Arial;cursor:pointer;transition:.25s}.trust-photo__tabs button:last-child{border-right:0}.trust-photo__tabs button:after{content:"";position:absolute;left:50%;bottom:0;width:0;height:2px;background:var(--wayex-green);transform:translateX(-50%);transition:.25s}.trust-photo__tabs button.is-active{color:var(--wayex-green);background:#f8fbf9}.trust-photo__tabs button.is-active:after{width:45%}
.trust-metric{height:390px;border-radius:24px;padding:48px 40px 42px}.trust-metric>strong{font-size:clamp(54px,4.3vw,76px)}.trust-metric p{max-width:230px}
.trust-service{height:390px;border-radius:24px;padding:42px 30px}.trust-service__truck{width:370px;bottom:-2px}
@media(max-width:1050px){.trust-showcase__grid{grid-template-columns:1fr 1fr}.trust-photo,.trust-metric{height:390px}.trust-service{grid-column:1/3;height:390px}.trust-service__truck{width:430px}}
@media(max-width:650px){.trust-showcase__grid{grid-template-columns:1fr}.trust-photo,.trust-metric,.trust-service{height:340px;border-radius:20px}.trust-service{grid-column:auto}.trust-photo__tabs{height:66px}.trust-photo__slides{bottom:66px}.trust-photo__tabs button{font-size:9px}.trust-service__truck{width:325px}}

/* Premium unified showcase */
.trust-showcase{padding:88px 0 112px;background:#f4f7f5}
.trust-showcase__head{margin-bottom:30px;padding-bottom:20px;border-color:rgba(11,117,57,.14)}
.trust-showcase__head img{width:132px}.trust-showcase__head span{color:#66736c;letter-spacing:2.5px}
.trust-showcase__grid{grid-template-columns:1.22fr .78fr 1.05fr;gap:12px;padding:12px;background:#fff;border:1px solid #e1e8e4;border-radius:30px;box-shadow:0 24px 70px rgba(5,45,28,.08)}
.trust-photo,.trust-metric,.trust-service{height:370px;border-radius:20px;box-shadow:none}
.trust-photo>.trust-photo__slides{inset:0;border-radius:20px;overflow:hidden}
.trust-photo__slide{background:linear-gradient(180deg,rgba(3,27,17,.02) 30%,rgba(3,27,17,.7) 100%),var(--service-image) center/cover no-repeat}
.trust-photo__slide span,.trust-photo__slide strong{left:28px}.trust-photo__slide span{bottom:116px;color:rgba(255,255,255,.78);font-size:11px;text-transform:uppercase;letter-spacing:.8px}.trust-photo__slide strong{bottom:83px;font-size:19px}
.trust-photo>.trust-photo__tabs{left:14px;right:14px;bottom:14px;height:50px;border:1px solid rgba(255,255,255,.45);border-radius:13px;background:rgba(255,255,255,.9);backdrop-filter:blur(12px);overflow:hidden;box-shadow:0 8px 22px rgba(5,30,18,.14)}
.trust-photo__tabs button{background:transparent;border-color:rgba(11,117,57,.1);font-size:9px;color:#5f6b64}.trust-photo__tabs button.is-active{background:rgba(11,117,57,.08);color:var(--wayex-green)}.trust-photo__tabs button:after{bottom:5px}.trust-photo__tabs button.is-active:after{width:24px}
.trust-metric{padding:38px 32px;background:linear-gradient(155deg,#0b7539 0%,#075a2d 100%);border:1px solid rgba(255,255,255,.1)}.trust-metric:before{width:170px;height:170px;right:-95px;top:-85px}.trust-metric:after{display:block;content:"";position:absolute;width:120px;height:120px;border:1px solid rgba(255,255,255,.08);border-radius:50%;left:-70px;bottom:-70px;background:transparent;clip-path:none}.trust-metric>strong{font-size:clamp(52px,4vw,70px);letter-spacing:-4px}.trust-metric p{font-size:15px;line-height:1.45;color:rgba(255,255,255,.9)}
.trust-service{padding:38px 28px;background:linear-gradient(155deg,#fbfdfc,#f1f6f3);border:1px solid #e2e9e5;overflow:hidden}.trust-service h2{font-size:22px;line-height:1.38}.trust-service h2 em{color:var(--wayex-green)}.trust-service__halo{width:190px;height:190px;left:auto;right:-55px;bottom:-55px;background:rgba(11,117,57,.055);box-shadow:0 0 0 35px rgba(11,117,57,.02)}.trust-service__truck{width:350px;left:0;bottom:0}
@media(max-width:1050px){.trust-showcase__grid{grid-template-columns:1fr 1fr}.trust-photo,.trust-metric{height:370px}.trust-service{grid-column:1/3;height:370px;padding-left:52%}.trust-service__truck{width:420px;left:4%}}
@media(max-width:650px){.trust-showcase{padding:64px 0 78px}.trust-showcase__grid{grid-template-columns:1fr;padding:8px;border-radius:24px}.trust-photo,.trust-metric,.trust-service{height:340px;border-radius:17px}.trust-service{grid-column:auto;padding:30px 24px}.trust-photo>.trust-photo__tabs{height:54px;left:9px;right:9px;bottom:9px}.trust-photo__slide span{bottom:107px}.trust-photo__slide strong{bottom:78px}.trust-service__truck{width:320px;left:-10px}}

/* Showcase section heading */
.trust-showcase__head{display:grid;grid-template-columns:1.25fr .65fr;gap:100px;align-items:end;margin-bottom:44px;padding:0;border:0}
.trust-showcase__head>div{display:block}.trust-showcase__head span{display:flex;align-items:center;gap:12px;color:var(--wayex-green);font:700 10px/1 Arial;text-transform:uppercase;letter-spacing:2.1px;margin-bottom:19px}.trust-showcase__head span:before{content:"";width:27px;height:1px;background:var(--wayex-green)}
.trust-showcase__head h2{font:500 clamp(35px,3vw,48px)/1.12 Arial,sans-serif;letter-spacing:-2.4px;margin:0;color:#101820}.trust-showcase__head h2 em{font-style:normal;color:var(--wayex-green)}
.trust-showcase__head>p{max-width:450px;margin:0 0 4px;color:#68736d;font:400 14px/1.8 Arial,sans-serif}
@media(max-width:850px){.trust-showcase__head{grid-template-columns:1fr;gap:25px;margin-bottom:35px}.trust-showcase__head>p{max-width:620px}}
@media(max-width:650px){.trust-showcase__head{display:grid;gap:20px}.trust-showcase__head h2{font-size:34px;letter-spacing:-1.8px}.trust-showcase__head span{margin-bottom:15px}}

/* Clearer service tabs */
.trust-photo>.trust-photo__tabs{height:58px;background:rgba(255,255,255,.96)}
.trust-photo__tabs button{padding:0 12px;color:#3f4b44;font:700 11.5px/1.25 Arial,sans-serif;letter-spacing:-.1px}
.trust-photo__tabs button.is-active{color:#075f30;background:#e6f3eb}
.trust-photo__tabs button:after{height:3px;bottom:7px;border-radius:2px}
.trust-photo__tabs button.is-active:after{width:30px}
.trust-photo__slide span{bottom:124px;font-size:11.5px;font-weight:700}.trust-photo__slide strong{bottom:89px;font-size:20px}
@media(max-width:650px){.trust-photo>.trust-photo__tabs{height:58px}.trust-photo__tabs button{padding:0 5px;font-size:10px;line-height:1.15}.trust-photo__slide span{bottom:116px}.trust-photo__slide strong{bottom:84px;font-size:18px}}

/* Why Wayex editorial section */
.why-section{position:relative;overflow:hidden;padding:130px 0;background:#fff;color:#101820}
.why-section__map{position:absolute;inset:6% 0 0 8%;opacity:.38;background-image:radial-gradient(circle,#b9c8bf 1.3px,transparent 1.5px);background-size:10px 10px;mask-image:radial-gradient(ellipse 82% 72% at 50% 46%,#000 15%,transparent 75%);transform:rotate(-2deg)}
.why-section__grid{position:relative;z-index:2;display:grid;grid-template-columns:.88fr 1.12fr;gap:125px;align-items:center}
.why-section__lead{padding:34px 0}.why-section__lead>span{display:flex;align-items:center;gap:12px;color:var(--wayex-green);font:700 10px/1 Arial;text-transform:uppercase;letter-spacing:2.3px}.why-section__lead>span:before{content:"";width:28px;height:1px;background:var(--wayex-green)}
.why-section__lead h2{max-width:620px;font:600 clamp(43px,4.2vw,67px)/1.02 Arial,sans-serif;letter-spacing:-3.8px;margin:25px 0}.why-section__lead h2 em{display:block;font-style:normal;color:var(--wayex-green)}
.why-section__lead p{max-width:500px;color:#68736d;font:400 15px/1.8 Arial;margin:0 0 35px}.why-section__lead>a{height:48px;display:inline-flex;align-items:center;gap:30px;padding:0 8px 0 21px;border:1px solid #cbd6cf;border-radius:999px;font:700 11px Arial}.why-section__lead>a b{width:34px;height:34px;border-radius:50%;background:var(--wayex-green);color:#fff;display:grid;place-items:center;font-size:15px}
.why-section__list{background:rgba(255,255,255,.72);backdrop-filter:blur(3px)}.why-section__list article{min-height:135px;display:grid;grid-template-columns:76px 1fr 42px;gap:24px;align-items:center;border-bottom:1px solid #dfe6e1;padding:20px 5px}.why-section__list article:first-child{border-top:1px solid #dfe6e1}
.why-section__icon{width:64px;height:64px;border:1px solid #d2ddd6;border-radius:18px;display:grid;place-items:center;color:var(--wayex-green);background:#fff}.why-section__icon svg{width:29px;height:29px;stroke-width:1.5}.why-section__list small{color:var(--wayex-green);font:700 9px Arial;letter-spacing:1.5px}.why-section__list h3{font:600 19px/1.2 Arial;margin:7px 0}.why-section__list p{color:#6b756f;font:400 13px/1.55 Arial;margin:0}.why-section__list article>a{width:34px;height:34px;border:1px solid #d2ddd6;border-radius:50%;display:grid;place-items:center;color:var(--wayex-green);transition:.25s}.why-section__list article:hover>a{background:var(--wayex-green);border-color:var(--wayex-green);color:#fff}
@media(max-width:950px){.why-section{padding:95px 0}.why-section__grid{grid-template-columns:1fr;gap:55px}.why-section__lead{padding:0}.why-section__lead h2{max-width:760px}.why-section__lead p{max-width:650px}}
@media(max-width:600px){.why-section{padding:78px 0}.why-section__lead h2{font-size:43px;letter-spacing:-2.8px}.why-section__grid{gap:45px}.why-section__list article{grid-template-columns:55px 1fr 32px;gap:14px;padding:18px 0}.why-section__icon{width:50px;height:50px;border-radius:14px}.why-section__icon svg{width:24px}.why-section__list p{font-size:12px}.why-section__list h3{font-size:17px}}

/* Premium Why Wayex composition */
.why-section{padding:112px 0;background:linear-gradient(145deg,#eef4f0 0%,#f9fbfa 55%,#eef4f0 100%)}
.why-section__map{inset:0;opacity:.16;background-size:12px 12px;mask-image:radial-gradient(ellipse 65% 70% at 76% 50%,#000,transparent 72%);transform:none}
.why-section__grid{grid-template-columns:.82fr 1.18fr;gap:20px;align-items:stretch}
.why-section__lead{position:relative;overflow:hidden;min-height:590px;padding:58px 52px;border-radius:30px;background:linear-gradient(155deg,#0a6d36,#064923);color:#fff;box-shadow:0 28px 70px rgba(5,65,32,.2);display:flex;flex-direction:column;justify-content:center}
.why-section__lead:before{content:"";position:absolute;width:310px;height:310px;border:1px solid rgba(255,255,255,.1);border-radius:50%;right:-170px;top:-150px;box-shadow:0 0 0 45px rgba(255,255,255,.025),0 0 0 90px rgba(255,255,255,.018)}
.why-section__lead:after{content:"W";position:absolute;right:-12px;bottom:-70px;color:rgba(255,255,255,.035);font:800 330px/1 Arial;letter-spacing:-45px}
.why-section__lead>span{position:relative;z-index:2;color:#b7ebcd}.why-section__lead>span:before{background:#b7ebcd}
.why-section__lead h2{position:relative;z-index:2;font-size:clamp(43px,3.7vw,61px);letter-spacing:-3.5px;margin:27px 0}.why-section__lead h2 em{color:#a8e7c3}
.why-section__lead p{position:relative;z-index:2;color:rgba(255,255,255,.78);font-size:16px;line-height:1.8;margin-bottom:38px}
.why-section__lead>a{position:relative;z-index:2;align-self:flex-start;border-color:rgba(255,255,255,.35);background:rgba(255,255,255,.08);color:#fff;backdrop-filter:blur(5px)}.why-section__lead>a b{background:#fff;color:var(--wayex-green)}
.why-section__list{display:grid;grid-template-columns:1fr 1fr;gap:14px;background:transparent;backdrop-filter:none}
.why-section__list article,.why-section__list article:first-child{position:relative;min-height:288px;padding:31px;display:flex;align-items:flex-start;flex-direction:column;gap:0;border:1px solid #dce6df;border-radius:24px;background:rgba(255,255,255,.9);box-shadow:0 14px 40px rgba(5,45,28,.06);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}
.why-section__list article:hover{transform:translateY(-5px);border-color:rgba(11,117,57,.32);box-shadow:0 22px 50px rgba(5,45,28,.11)}
.why-section__icon{width:58px;height:58px;flex:0 0 58px;border-radius:17px;background:#edf7f1;border-color:#cfe1d5;margin-bottom:33px}.why-section__icon svg{width:27px;height:27px;stroke-width:1.8}
.why-section__list article>div:nth-child(2){display:block}.why-section__list small{display:block;font-size:10px;margin-bottom:9px}.why-section__list h3{font-size:21px;letter-spacing:-.4px;margin:0 0 13px}.why-section__list p{font-size:14px;line-height:1.65;color:#606d65}
.why-section__list article>a{position:absolute;right:25px;top:27px;width:38px;height:38px;background:#fff}.why-section__list article:hover>a{transform:rotate(8deg)}
@media(max-width:1050px){.why-section__grid{grid-template-columns:1fr}.why-section__lead{min-height:480px}.why-section__lead h2{max-width:760px}.why-section__lead p{max-width:620px}}
@media(max-width:650px){.why-section{padding:72px 0}.why-section__lead{min-height:auto;padding:43px 29px;border-radius:24px}.why-section__lead h2{font-size:42px;letter-spacing:-2.7px}.why-section__lead p{font-size:14px}.why-section__list{grid-template-columns:1fr}.why-section__list article,.why-section__list article:first-child{min-height:245px;padding:27px}.why-section__icon{margin-bottom:27px}.why-section__list h3{font-size:20px}.why-section__list p{font-size:13px}}

/* Wide, unboxed Why Wayex layout */
.why-section{padding:125px 0;background:#fff;border-top:1px solid #e4eae6}
.why-section__map{inset:2% 0 0 5%;opacity:.25;background-size:11px 11px;mask-image:radial-gradient(ellipse 82% 72% at 54% 48%,#000 10%,transparent 74%)}
.why-section__grid{grid-template-columns:.82fr 1.18fr;gap:120px;align-items:center}
.why-section__lead{min-height:auto;padding:20px 0;background:transparent;color:#101820;border-radius:0;box-shadow:none;display:block;overflow:visible}
.why-section__lead:before{width:4px;height:110px;border:0;border-radius:4px;right:auto;left:-34px;top:132px;background:linear-gradient(var(--wayex-green),rgba(11,117,57,0));box-shadow:none}.why-section__lead:after{display:none}
.why-section__lead>span{color:var(--wayex-green)}.why-section__lead>span:before{background:var(--wayex-green)}
.why-section__lead h2{color:#101820;font-size:clamp(44px,4.2vw,66px);letter-spacing:-4px;margin:27px 0}.why-section__lead h2 em{color:var(--wayex-green)}
.why-section__lead p{color:#5f6c64;font-size:16px;line-height:1.85;margin-bottom:38px}
.why-section__lead>a{color:#101820;border-color:#bdcbc2;background:rgba(255,255,255,.8);backdrop-filter:blur(5px)}.why-section__lead>a b{background:var(--wayex-green);color:#fff}
.why-section__list{display:block;background:rgba(255,255,255,.78);backdrop-filter:blur(4px)}
.why-section__list article,.why-section__list article:first-child{min-height:146px;padding:23px 6px;display:grid;grid-template-columns:72px 1fr;gap:25px;align-items:center;border:0;border-bottom:1px solid #d8e1db;border-radius:0;background:transparent;box-shadow:none;transform:none}
.why-section__list article:first-child{border-top:1px solid #d8e1db}.why-section__list article:hover{transform:none;border-color:#b9cabe;box-shadow:none;background:linear-gradient(90deg,rgba(11,117,57,.045),transparent 72%)}
.why-section__icon{width:60px;height:60px;margin:0;border-radius:18px;background:#f2f8f4;border-color:#cadbd0}.why-section__list article>div:nth-child(2){display:block}.why-section__list small{font-size:10px;margin-bottom:7px}.why-section__list h3{font-size:21px;margin:0 0 10px}.why-section__list p{font-size:14px;line-height:1.55}.why-section__list article>a{position:static;width:37px;height:37px;background:#fff}.why-section__list article:hover>a{transform:rotate(8deg)}
@media(max-width:1000px){.why-section__grid{grid-template-columns:1fr;gap:58px}.why-section__lead{padding:0}.why-section__lead:before{display:none}}
@media(max-width:600px){.why-section{padding:82px 0}.why-section__lead{padding:0;background:transparent}.why-section__lead h2{font-size:43px}.why-section__list{display:block}.why-section__list article,.why-section__list article:first-child{min-height:132px;padding:20px 0;grid-template-columns:53px 1fr;gap:14px}.why-section__icon{width:49px;height:49px;border-radius:14px}.why-section__list h3{font-size:18px}.why-section__list p{font-size:12.5px}}

/* Global network visual */
.why-section__lead{position:relative;min-height:auto;padding-bottom:20px}
.why-section__lead p{max-width:430px}.why-section__lead>a{position:relative;z-index:3}
.why-section__visual{position:absolute;z-index:1;width:min(720px,49vw);height:auto;right:-210px;top:50%;object-fit:contain;opacity:.13;filter:saturate(.7) blur(.25px);transform:translateY(-50%) rotate(-7deg);pointer-events:none;-webkit-mask-image:radial-gradient(circle at 62% 50%,#000 0%,rgba(0,0,0,.92) 43%,rgba(0,0,0,.38) 64%,transparent 82%);mask-image:radial-gradient(circle at 62% 50%,#000 0%,rgba(0,0,0,.92) 43%,rgba(0,0,0,.38) 64%,transparent 82%)}
.why-section__list{position:relative;z-index:2;background:transparent}.why-section__list article{background:transparent;backdrop-filter:none}

/* Continuous service marquee */
.service-marquee{height:78px;overflow:hidden;background:#f7f9f8;border-top:1px solid #dfe6e1;border-bottom:1px solid #dfe6e1;color:#5d6a63}
.service-marquee__track{display:flex;width:max-content;height:100%;animation:serviceMarquee 24s linear infinite;will-change:transform;transform:translate3d(0,0,0)}
.service-marquee__group{display:flex;flex:none;height:100%}.service-marquee__group>span{flex:none;width:210px;height:100%;padding:0 25px;display:flex;align-items:center;justify-content:center;gap:11px;border-right:1px solid #e0e7e2;white-space:nowrap}.service-marquee__group svg{width:20px;height:20px;color:var(--wayex-green);stroke-width:1.8}.service-marquee__group b{font:600 13px/1 Arial,sans-serif;color:#5c6861}
@keyframes serviceMarquee{from{transform:translate3d(0,0,0)}to{transform:translate3d(-50%,0,0)}}
@media(max-width:600px){.service-marquee{height:68px}.service-marquee__group>span{width:175px;padding:0 18px}.service-marquee__group b{font-size:12px}.service-marquee__track{animation-duration:24s}}
@media(prefers-reduced-motion:reduce){.service-marquee__track{animation-duration:40s}}
.service-marquee .service-marquee__track{animation-name:serviceMarquee;animation-duration:24s;animation-timing-function:linear;animation-iteration-count:infinite;animation-play-state:running!important}

/* Services gallery */
.services-gallery{position:relative;padding:112px 0 82px;background:linear-gradient(180deg,#073c2e 0 365px,#f3f6f4 365px 100%);overflow:hidden;color:#fff}
.services-gallery__head{display:grid;grid-template-columns:1fr .58fr;gap:100px;align-items:end;margin-bottom:62px}.services-gallery__head span{display:flex;align-items:center;gap:12px;color:#8bd6ad;font:700 10px/1 Arial;text-transform:uppercase;letter-spacing:2.3px}.services-gallery__head span:before{content:"";width:27px;height:1px;background:#8bd6ad}.services-gallery__head h2{font:500 clamp(42px,4vw,61px)/1.04 Arial;letter-spacing:-3.5px;margin:22px 0 0}.services-gallery__head h2 em{font-style:normal;color:#8bd6ad}.services-gallery__head>p{max-width:450px;margin:0 0 4px;color:rgba(255,255,255,.68);font:400 14px/1.8 Arial}
.services-gallery__viewport{overflow:hidden}.services-gallery__track{display:flex;gap:18px;padding:0 max(24px,calc((100vw - 1320px)/2));overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;scroll-snap-type:x mandatory}.services-gallery__track::-webkit-scrollbar{display:none}
.services-gallery__track{scroll-snap-type:none}
.services-gallery__card{flex:0 0 360px;height:510px;position:relative;border-radius:22px;background:#fff;color:#101820;overflow:hidden;scroll-snap-align:start;box-shadow:0 18px 45px rgba(4,35,23,.12)}.services-gallery__image{height:295px;position:relative;background:linear-gradient(180deg,rgba(4,36,23,.02),rgba(4,36,23,.3)),var(--gallery-image) center/cover no-repeat}.services-gallery__image>span{position:absolute;left:20px;top:20px;width:35px;height:35px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.9);color:var(--wayex-green);font:700 9px Arial}.services-gallery__image>i{position:absolute;right:19px;bottom:18px;width:47px;height:47px;border-radius:15px;display:grid;place-items:center;background:var(--wayex-green);color:#fff;font-style:normal}.services-gallery__image svg{width:23px;height:23px}
.services-gallery__copy{height:215px;position:relative;padding:25px 28px}.services-gallery__copy small{color:var(--wayex-green);font:700 9px Arial;text-transform:uppercase;letter-spacing:1.5px}.services-gallery__copy h3{font:600 21px/1.2 Arial;margin:10px 0}.services-gallery__copy p{max-width:270px;color:#68736d;font:400 13px/1.6 Arial;margin:0}.services-gallery__copy>a{position:absolute;right:25px;bottom:23px;width:36px;height:36px;border:1px solid #d3ddd7;border-radius:50%;display:grid;place-items:center;color:var(--wayex-green);transition:.25s}.services-gallery__card:hover .services-gallery__copy>a{background:var(--wayex-green);border-color:var(--wayex-green);color:#fff}
.services-gallery__controls{margin-top:32px;display:flex;align-items:center;justify-content:space-between}.services-gallery__progress{width:220px;height:2px;background:#d1dad4}.services-gallery__progress i{display:block;width:28%;height:100%;background:var(--wayex-green);transition:width .3s}.services-gallery__controls>div:last-child{display:flex;gap:9px}.services-gallery__controls button{width:43px;height:43px;border:1px solid #cbd6cf;border-radius:50%;background:#fff;color:var(--wayex-green);font-size:17px;cursor:pointer}.services-gallery__controls button:hover{background:var(--wayex-green);color:#fff}
@media(max-width:800px){.services-gallery{padding-top:82px;background:linear-gradient(180deg,#073c2e 0 405px,#f3f6f4 405px)}.services-gallery__head{grid-template-columns:1fr;gap:24px;margin-bottom:45px}.services-gallery__card{flex-basis:320px;height:485px}.services-gallery__image{height:275px}.services-gallery__copy{height:210px}}
@media(max-width:500px){.services-gallery__track{padding-inline:16px}.services-gallery__card{flex-basis:calc(100vw - 48px)}.services-gallery__controls{padding-inline:20px}.services-gallery__progress{width:145px}}

/* Bespoke quote form */
.quote-section{padding:110px 0;background:#f3f6f4}.quote-section__shell{min-height:680px;display:grid;grid-template-columns:.9fr 1.1fr;border-radius:30px;overflow:hidden;box-shadow:0 30px 80px rgba(4,42,26,.13)}
.quote-section__story{position:relative;overflow:hidden;padding:72px 64px;color:#fff;background:linear-gradient(110deg,rgba(4,47,30,.96),rgba(5,89,46,.78)),url('../images/bluepartners-hero.png') 58% center/cover no-repeat}.quote-section__story:after{content:"";position:absolute;width:380px;height:380px;border:1px solid rgba(255,255,255,.09);border-radius:50%;right:-220px;bottom:-180px;box-shadow:0 0 0 50px rgba(255,255,255,.02),0 0 0 100px rgba(255,255,255,.015)}
.quote-section__story>span{display:flex;align-items:center;gap:12px;color:#a8e5c2;font:700 10px/1 Arial;text-transform:uppercase;letter-spacing:2.2px}.quote-section__story>span:before{content:"";width:28px;height:1px;background:#a8e5c2}.quote-section__story h2{font:500 clamp(42px,3.6vw,58px)/1.05 Arial;letter-spacing:-3.3px;margin:30px 0}.quote-section__story h2 em{display:block;color:#a8e5c2;font-style:normal}.quote-section__story>p{max-width:480px;color:rgba(255,255,255,.72);font:400 15px/1.8 Arial}.quote-section__contact{position:absolute;z-index:2;left:64px;bottom:68px;display:flex;align-items:center;gap:15px}.quote-section__contact>i{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--wayex-green);font-style:normal}.quote-section__contact div{display:flex;flex-direction:column}.quote-section__contact small{color:rgba(255,255,255,.6);font:500 10px Arial;text-transform:uppercase;letter-spacing:1px;margin-bottom:5px}.quote-section__contact a{font:700 18px Arial}
.quote-form{padding:58px 62px;background:#fff;color:#101820}.quote-form__head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:36px}.quote-form__head span{color:var(--wayex-green);font:700 10px Arial;text-transform:uppercase;letter-spacing:2px}.quote-form__head h3{font:600 29px Arial;letter-spacing:-1.2px;margin:7px 0 0}.quote-form__head>b{color:#99a39d;font:600 9px Arial;letter-spacing:1px}.quote-form__row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.quote-form__row--wide{grid-template-columns:1fr}.quote-form label{display:block;margin-bottom:20px}.quote-form label>span:first-child{display:block;color:#657169;font:600 10px Arial;text-transform:uppercase;letter-spacing:.8px;margin-bottom:9px}.quote-form input:not([type="checkbox"]),.quote-form select{width:100%;height:50px;border:1px solid #d5ded8;border-radius:10px;background:#fafcfb;padding:0 15px;color:#18211c;font:500 13px Arial;outline:0;transition:.2s}.quote-form input:focus,.quote-form select:focus{border-color:var(--wayex-green);box-shadow:0 0 0 3px rgba(11,117,57,.08)}
.quote-form__options{display:flex;flex-wrap:wrap;gap:22px;margin:5px 0 26px}.quote-form__options label{display:flex;align-items:center;gap:8px;margin:0;color:#56635b;font:600 11px Arial;cursor:pointer}.quote-form__options input{position:absolute;opacity:0}.quote-form__options label>span{width:16px;height:16px;border:1px solid #bfcac3;border-radius:4px;background:#fff}.quote-form__options input:checked+span{background:var(--wayex-green);border-color:var(--wayex-green);box-shadow:inset 0 0 0 4px #fff}
.quote-form>button{width:100%;height:52px;border:0;border-radius:10px;background:var(--wayex-green);color:#fff;display:flex;align-items:center;justify-content:center;gap:24px;font:700 12px Arial;cursor:pointer;transition:.25s}.quote-form>button:hover{background:#075c2e;transform:translateY(-2px)}.quote-form>button b{font-size:17px}.quote-form>small{display:block;text-align:center;color:#929a95;font:400 9px Arial;margin-top:13px}
@media(max-width:1000px){.quote-section__shell{grid-template-columns:1fr}.quote-section__story{min-height:540px}.quote-form{padding:55px}.quote-section__contact{bottom:55px}}
@media(max-width:600px){.quote-section{padding:75px 0}.quote-section__shell{width:calc(100% - 28px);border-radius:22px}.quote-section__story{min-height:500px;padding:48px 28px}.quote-section__story h2{font-size:41px;letter-spacing:-2.5px}.quote-section__contact{left:28px;bottom:43px}.quote-form{padding:42px 24px}.quote-form__row{grid-template-columns:1fr;gap:0}.quote-form__options{gap:15px}.quote-form__head h3{font-size:26px}}

/* Tighter gallery-to-form rhythm */
.services-gallery{padding-bottom:42px}.quote-section{padding-top:48px}

/* Blog preview */
.blog-preview{padding:115px 0 125px;background:#fff;color:#101820}.blog-preview__head{display:grid;grid-template-columns:1.15fr .65fr;gap:110px;align-items:end;margin-bottom:58px}.blog-preview__head>div:first-child>span{display:flex;align-items:center;gap:12px;color:var(--wayex-green);font:700 10px/1 Arial;text-transform:uppercase;letter-spacing:2.2px}.blog-preview__head>div:first-child>span:before{content:"";width:28px;height:1px;background:var(--wayex-green)}.blog-preview__head h2{font:500 clamp(40px,3.7vw,57px)/1.06 Arial;letter-spacing:-3.1px;margin:22px 0 0}.blog-preview__head h2 em{font-style:normal;color:var(--wayex-green)}.blog-preview__head>div:last-child p{color:#68736d;font:400 14px/1.75 Arial;margin:0 0 20px}.blog-preview__head>div:last-child>a{display:inline-flex;align-items:center;gap:18px;color:var(--wayex-green);font:700 11px Arial;border-bottom:1px solid rgba(11,117,57,.35);padding-bottom:7px}.blog-preview__head>div:last-child>a b{font-size:15px}
.blog-preview__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.blog-card{border:1px solid #dee6e1;border-radius:22px;overflow:hidden;background:#fff;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.blog-card:hover{transform:translateY(-6px);border-color:rgba(11,117,57,.28);box-shadow:0 22px 55px rgba(5,45,28,.1)}.blog-card__image{height:245px;display:block;position:relative;overflow:hidden;background:linear-gradient(180deg,transparent 55%,rgba(3,38,23,.5)),var(--blog-image) center/cover no-repeat}.blog-card__image:after{content:"";position:absolute;inset:0;background:rgba(11,117,57,0);transition:.35s}.blog-card:hover .blog-card__image:after{background:rgba(11,117,57,.1)}.blog-card__image>span{position:absolute;z-index:2;left:18px;bottom:17px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.93);color:var(--wayex-green);font:700 9px Arial;text-transform:uppercase;letter-spacing:.8px}.blog-card__body{min-height:290px;padding:26px;position:relative}.blog-card__body>small{color:var(--wayex-green);font:700 9px Arial;text-transform:uppercase;letter-spacing:1px}.blog-card h3{font:600 21px/1.3 Arial;letter-spacing:-.5px;margin:12px 0}.blog-card h3 a{transition:.2s}.blog-card h3 a:hover{color:var(--wayex-green)}.blog-card p{color:#68736d;font:400 13px/1.65 Arial;margin:0}.blog-card__more{position:absolute;left:26px;bottom:25px;display:flex;align-items:center;gap:13px;color:var(--wayex-green);font:700 10px Arial;text-transform:uppercase;letter-spacing:.6px}.blog-card__more b{font-size:15px}
@media(max-width:950px){.blog-preview__head{grid-template-columns:1fr;gap:28px}.blog-preview__head>div:last-child{max-width:650px}.blog-preview__grid{grid-template-columns:1fr 1fr}.blog-card:last-child{grid-column:1/3}.blog-card:last-child .blog-card__image{background-position:center 68%}}
@media(max-width:620px){.services-gallery{padding-bottom:28px}.quote-section{padding-top:32px}.blog-preview{padding:82px 0}.blog-preview__grid{grid-template-columns:1fr}.blog-card:last-child{grid-column:auto}.blog-card__image{height:220px}.blog-preview__head h2{font-size:41px}}

/* Stronger Wayex brand accents */
body[data-page="home"]{--wayex-green:#0b7539;--wayex-green-mid:#168a49;--wayex-green-light:#55bd7e;--wayex-tint:#e9f5ee;--wayex-deep:#043d22}
body[data-page="home"] .site-header{background:linear-gradient(90deg,rgba(4,61,34,.97),rgba(9,92,48,.94))}
.bp-track{background:linear-gradient(135deg,var(--wayex-green-mid),var(--wayex-green));border-color:var(--wayex-green-light);box-shadow:0 7px 20px rgba(11,117,57,.2)}
.trust-metric{background:linear-gradient(145deg,var(--wayex-green-mid),var(--wayex-deep))}
.why-section__lead h2 em,.trust-showcase__head h2 em,.blog-preview__head h2 em{background:linear-gradient(90deg,var(--wayex-green),var(--wayex-green-light));-webkit-background-clip:text;background-clip:text;color:transparent}
.why-section__icon{background:linear-gradient(145deg,#f4fbf7,var(--wayex-tint));color:var(--wayex-green-mid)}
.service-marquee__group svg{color:var(--wayex-green-mid)}.service-marquee__group>span:hover{background:var(--wayex-tint)}
.services-gallery{background:linear-gradient(180deg,var(--wayex-deep) 0 365px,#f3f7f4 365px 100%)}
.services-gallery__head h2 em{color:var(--wayex-green-light)}.services-gallery__head span{color:#8fe0b2}.services-gallery__image>i{background:linear-gradient(145deg,var(--wayex-green-mid),var(--wayex-green));box-shadow:0 10px 24px rgba(11,117,57,.25)}
.services-gallery__progress i{background:linear-gradient(90deg,var(--wayex-green),var(--wayex-green-light))}
.quote-section__story{background:linear-gradient(110deg,rgba(4,61,34,.97),rgba(22,138,73,.76)),url('../images/bluepartners-hero.png') 58% center/cover no-repeat}.quote-form>button{background:linear-gradient(135deg,var(--wayex-green-mid),var(--wayex-green));box-shadow:0 10px 25px rgba(11,117,57,.18)}
.blog-card__image>span{background:var(--wayex-tint);color:var(--wayex-green)}.blog-card:hover{border-color:var(--wayex-green-light)}.blog-card__more,.blog-card__body>small{color:var(--wayex-green-mid)}
@media(max-width:800px){.services-gallery{background:linear-gradient(180deg,var(--wayex-deep) 0 405px,#f3f7f4 405px)}}

/* Green-accented blog content panels */
.blog-card__body{background:linear-gradient(145deg,#fbfefc 0%,var(--wayex-tint) 145%);border-top:3px solid var(--wayex-green);transition:background .3s ease}
.blog-card:nth-child(2) .blog-card__body{border-top-color:var(--wayex-green-mid)}
.blog-card:nth-child(3) .blog-card__body{border-top-color:var(--wayex-green-light)}
.blog-card:hover .blog-card__body{background:linear-gradient(145deg,#f6fbf8,var(--wayex-tint))}
.blog-card h3 a:hover{color:var(--wayex-green-mid)}
.blog-card__more{left:25px;bottom:23px;padding:9px 13px;border-radius:999px;background:rgba(11,117,57,.08);transition:.25s}
.blog-card__more:hover{background:var(--wayex-green);color:#fff;transform:translateX(3px)}

/* Wide Wayex homepage footer */
body[data-page="home"] .site-footer{display:block;padding:0;background:linear-gradient(145deg,#043d22 0%,#075a30 58%,#0b7539 140%);color:#fff}
.home-footer__cta{position:relative;padding:92px 0 78px;border-bottom:1px solid rgba(255,255,255,.14)}.home-footer__cta>span{display:flex;align-items:center;gap:12px;color:#9fdfba;font:700 10px/1 Arial;text-transform:uppercase;letter-spacing:2.3px}.home-footer__cta>span:before{content:"";width:28px;height:1px;background:#9fdfba}.home-footer__cta h2{font:500 clamp(45px,5vw,72px)/1.02 Arial;letter-spacing:-4.2px;margin:27px 0 0}.home-footer__cta h2 em{font-style:normal;color:#8fd8ae}.home-footer__cta>a{position:absolute;right:0;bottom:83px;height:54px;padding:0 9px 0 24px;border:1px solid rgba(255,255,255,.4);border-radius:999px;display:flex;align-items:center;gap:26px;font:700 11px Arial}.home-footer__cta>a b{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--wayex-green);font-size:17px}
.home-footer__main{display:grid;grid-template-columns:1.4fr .7fr .65fr 1fr;gap:70px;padding:70px 0}.home-footer__brand .brand-logo{width:165px;height:auto}.home-footer__brand>p{max-width:315px;color:rgba(255,255,255,.62);font:400 13px/1.75 Arial;margin:28px 0}.home-footer__brand>div{display:flex;gap:9px}.home-footer__brand>div a{width:35px;height:35px;border:1px solid rgba(255,255,255,.24);border-radius:50%;display:grid;place-items:center;color:#fff;font:700 10px Arial;transition:.2s}.home-footer__brand>div a:hover{background:#fff;color:var(--wayex-green)}
.home-footer__main nav,.home-footer__contact{display:flex;flex-direction:column;align-items:flex-start}.home-footer__main small{color:#91d6ad;font:700 9px Arial;text-transform:uppercase;letter-spacing:2px;margin-bottom:22px}.home-footer__main nav>a,.home-footer__contact>a{color:rgba(255,255,255,.72);font:500 13px Arial;margin:7px 0;transition:.2s}.home-footer__main nav>a:hover,.home-footer__contact>a:hover{color:#fff;transform:translateX(3px)}.home-footer__contact>p{color:rgba(255,255,255,.55);font:400 12px/1.6 Arial;margin:14px 0}.home-footer__contact>span{margin-top:9px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.1);color:#a9e2c0;font:700 9px Arial;text-transform:uppercase;letter-spacing:.8px}
.home-footer__bottom{min-height:76px;border-top:1px solid rgba(255,255,255,.13);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;color:rgba(255,255,255,.45);font:400 10px Arial}.home-footer__bottom>div{display:flex;gap:25px}.home-footer__bottom>a{text-align:right;color:#a9e2c0}.home-footer__bottom a:hover{color:#fff}
@media(max-width:950px){.home-footer__cta>a{position:static;display:inline-flex;margin-top:38px}.home-footer__main{grid-template-columns:1.2fr 1fr 1fr}.home-footer__contact{grid-column:1/4;padding-top:35px;border-top:1px solid rgba(255,255,255,.12)}.home-footer__bottom{grid-template-columns:1fr auto}.home-footer__bottom>div{display:none}}
@media(max-width:600px){.home-footer__cta{padding:72px 0 60px}.home-footer__cta h2{font-size:43px;letter-spacing:-3px}.home-footer__main{grid-template-columns:1fr 1fr;gap:45px 25px;padding:55px 0}.home-footer__brand{grid-column:1/3}.home-footer__contact{grid-column:1/3}.home-footer__bottom{min-height:95px;grid-template-columns:1fr;gap:10px;padding:24px 0}.home-footer__bottom>a{text-align:left}}

/* Footer model v2 — asymmetric editorial */
body[data-page="home"] .site-footer{position:relative;overflow:hidden;background:linear-gradient(120deg,#03381f 0%,#075a30 48%,#0b7539 115%)}
body[data-page="home"] .site-footer:before{content:"";position:absolute;width:680px;height:680px;border:1px solid rgba(255,255,255,.065);border-radius:50%;right:-370px;top:-390px;box-shadow:0 0 0 75px rgba(255,255,255,.018),0 0 0 150px rgba(255,255,255,.012)}
.footer-v2__top{position:relative;z-index:2;min-height:425px;display:grid;grid-template-columns:.55fr 1.2fr .45fr;gap:70px;align-items:center;border-bottom:1px solid rgba(255,255,255,.15)}.footer-v2__logo{align-self:start;margin-top:73px}.footer-v2__logo .brand-logo{width:170px;height:auto}.footer-v2__statement>span{display:flex;align-items:center;gap:11px;color:#9dddb8;font:700 9px Arial;text-transform:uppercase;letter-spacing:2.4px}.footer-v2__statement>span:before{content:"";width:27px;height:1px;background:#9dddb8}.footer-v2__statement h2{font:500 clamp(47px,4.3vw,68px)/1.02 Arial;letter-spacing:-4px;margin:25px 0 0}.footer-v2__statement h2 em{font-style:normal;color:#8cd4aa}
.footer-v2__circle{justify-self:end;width:150px;height:150px;border-radius:50%;border:1px solid rgba(255,255,255,.38);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;color:#fff;transition:.35s}.footer-v2__circle span{text-align:center;font:700 12px/1.3 Arial;text-transform:uppercase;letter-spacing:1px}.footer-v2__circle b{font-size:22px}.footer-v2__circle:hover{background:#fff;color:var(--wayex-green);transform:rotate(4deg)}
.footer-v2__nav{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr}.footer-v2__nav>a{height:118px;display:grid;grid-template-columns:45px 1fr 35px;align-items:center;border-bottom:1px solid rgba(255,255,255,.15);padding:0 28px 0 4px;transition:.3s}.footer-v2__nav>a:nth-child(odd){border-right:1px solid rgba(255,255,255,.15);padding-right:36px}.footer-v2__nav>a:nth-child(even){padding-left:36px}.footer-v2__nav small{color:#83cda3;font:700 9px Arial;letter-spacing:1px}.footer-v2__nav span{font:500 22px Arial;letter-spacing:-.6px}.footer-v2__nav b{width:34px;height:34px;border:1px solid rgba(255,255,255,.24);border-radius:50%;display:grid;place-items:center;font-size:15px}.footer-v2__nav>a:hover{background:rgba(255,255,255,.065);padding-left:18px}.footer-v2__nav>a:nth-child(even):hover{padding-left:50px}.footer-v2__nav>a:hover b{background:#fff;color:var(--wayex-green)}
.footer-v2__contact{position:relative;z-index:2;min-height:150px;display:grid;grid-template-columns:.7fr 1.35fr 1fr .75fr auto;gap:28px;align-items:center;border-bottom:1px solid rgba(255,255,255,.15)}.footer-v2__contact>span{color:#8bd3a9;font:700 9px Arial;text-transform:uppercase;letter-spacing:2px}.footer-v2__contact>a{font:600 14px Arial}.footer-v2__contact>p{color:rgba(255,255,255,.6);font:400 12px Arial;margin:0}.footer-v2__contact>div{display:flex;gap:8px}.footer-v2__contact>div a{width:34px;height:34px;border:1px solid rgba(255,255,255,.25);border-radius:50%;display:grid;place-items:center;font:700 9px Arial}.footer-v2__contact>div a:hover{background:#fff;color:var(--wayex-green)}
.footer-v2__bottom{position:relative;z-index:2;min-height:75px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;color:rgba(255,255,255,.43);font:400 10px Arial}.footer-v2__bottom>div{display:flex;gap:23px}.footer-v2__bottom>a{text-align:right;color:#93d6af}.footer-v2__bottom a:hover{color:#fff}
@media(max-width:900px){.footer-v2__top{grid-template-columns:1fr auto;min-height:390px}.footer-v2__logo{grid-column:1/3;margin-top:55px}.footer-v2__statement{align-self:start}.footer-v2__circle{width:125px;height:125px}.footer-v2__contact{grid-template-columns:1fr 1.5fr 1fr}.footer-v2__contact>p,.footer-v2__contact>div{display:none}}
@media(max-width:600px){.footer-v2__top{display:block;padding:55px 0 48px;min-height:auto}.footer-v2__logo{display:inline-flex;margin:0 0 55px}.footer-v2__statement h2{font-size:43px;letter-spacing:-3px}.footer-v2__circle{margin-top:40px;width:115px;height:115px}.footer-v2__nav{grid-template-columns:1fr}.footer-v2__nav>a,.footer-v2__nav>a:nth-child(odd),.footer-v2__nav>a:nth-child(even){height:92px;border-right:0;padding:0 8px}.footer-v2__nav>a:nth-child(even):hover,.footer-v2__nav>a:hover{padding-left:15px}.footer-v2__contact{grid-template-columns:1fr;gap:16px;padding:40px 0}.footer-v2__contact>p,.footer-v2__contact>div{display:flex}.footer-v2__bottom{grid-template-columns:1fr;gap:12px;padding:25px 0}.footer-v2__bottom>div{display:none}.footer-v2__bottom>a{text-align:left}}

/* Compact corporate footer */
body[data-page="home"] .site-footer:before{width:420px;height:420px;right:-250px;top:-270px;box-shadow:0 0 0 55px rgba(255,255,255,.014)}
.footer-v2__top{min-height:205px;grid-template-columns:.55fr 1.35fr auto;gap:55px}.footer-v2__logo{align-self:center;margin:0}.footer-v2__logo .brand-logo{width:145px}.footer-v2__statement>span{font-size:8px;letter-spacing:2px}.footer-v2__statement h2{font-size:clamp(34px,3vw,46px);line-height:1.06;letter-spacing:-2.5px;margin-top:16px}.footer-v2__circle{width:auto;height:47px;padding:0 18px 0 20px;border-radius:999px;flex-direction:row;gap:18px}.footer-v2__circle span{font-size:10px}.footer-v2__circle span br{display:none}.footer-v2__circle b{font-size:16px}.footer-v2__circle:hover{transform:translateY(-2px)}
.footer-v2__nav{grid-template-columns:repeat(4,1fr)}.footer-v2__nav>a,.footer-v2__nav>a:nth-child(odd),.footer-v2__nav>a:nth-child(even){height:72px;grid-template-columns:30px 1fr 28px;padding:0 18px;border-right:1px solid rgba(255,255,255,.13);border-bottom:1px solid rgba(255,255,255,.13)}.footer-v2__nav>a:last-child{border-right:0}.footer-v2__nav span{font-size:14px;letter-spacing:0}.footer-v2__nav b{width:27px;height:27px;font-size:12px}.footer-v2__nav>a:hover,.footer-v2__nav>a:nth-child(even):hover{padding-left:24px}
.footer-v2__contact{min-height:84px;grid-template-columns:.65fr 1.4fr 1fr .7fr auto;gap:22px}.footer-v2__contact>span{font-size:8px}.footer-v2__contact>a{font-size:12px}.footer-v2__contact>p{font-size:11px}.footer-v2__contact>div a{width:29px;height:29px;font-size:8px}
.footer-v2__bottom{min-height:58px;font-size:9px}
@media(max-width:900px){.footer-v2__top{min-height:220px;grid-template-columns:145px 1fr auto;gap:30px}.footer-v2__logo{grid-column:auto;margin:0}.footer-v2__statement{align-self:center}.footer-v2__circle{width:auto;height:45px}.footer-v2__contact{grid-template-columns:.7fr 1.5fr 1fr}}
@media(max-width:700px){.footer-v2__top{display:grid;grid-template-columns:1fr auto;padding:42px 0 35px}.footer-v2__logo{grid-column:1/3;margin:0 0 25px}.footer-v2__statement h2{font-size:34px}.footer-v2__circle{margin:0}.footer-v2__nav{grid-template-columns:1fr 1fr}.footer-v2__nav>a,.footer-v2__nav>a:nth-child(odd),.footer-v2__nav>a:nth-child(even){height:65px}.footer-v2__contact{grid-template-columns:1fr 1fr;padding:28px 0;gap:15px}.footer-v2__contact>span{grid-column:1/3}.footer-v2__contact>p{display:block}.footer-v2__contact>div{display:flex}.footer-v2__bottom{padding:20px 0}}
@media(max-width:480px){.footer-v2__top{display:block}.footer-v2__logo{display:inline-flex;margin-bottom:30px}.footer-v2__circle{display:inline-flex;margin-top:25px}.footer-v2__nav{grid-template-columns:1fr}.footer-v2__contact{grid-template-columns:1fr}.footer-v2__contact>span{grid-column:auto}}

/* Corporate footer model */
body[data-page="home"] .site-footer{background:linear-gradient(110deg,#101b19 0%,#12221e 60%,#0b3123 120%)}
body[data-page="home"] .site-footer:before{display:none}
.footer-corp__top{height:210px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.13)}.footer-corp__top>div>span,.footer-corp__main small{color:#66c98f;font:700 9px Arial;text-transform:uppercase;letter-spacing:2.2px}.footer-corp__top h2{font:400 clamp(36px,3vw,48px)/1.05 Arial;letter-spacing:-2.4px;margin:20px 0 0}.footer-corp__top>a{width:130px;height:130px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:var(--wayex-green-light);color:#062b18;transition:.3s}.footer-corp__top>a span{text-align:center;font:700 11px/1.25 Arial}.footer-corp__top>a b{font-size:22px}.footer-corp__top>a:hover{background:#fff;transform:rotate(4deg)}
.footer-corp__main{min-height:290px;padding:54px 0 45px;display:grid;grid-template-columns:1.15fr 1fr .72fr 1fr;gap:68px}.footer-corp__brand .brand-logo{width:150px;height:auto}.footer-corp__brand p,.footer-corp__office p,.footer-corp__social p{color:rgba(255,255,255,.58);font:400 12px/1.7 Arial}.footer-corp__brand p{max-width:260px;margin:24px 0 0}.footer-corp__main small{display:block;margin-bottom:17px}.footer-corp__main h3{font:600 16px Arial;margin:0 0 16px}.footer-corp__office>a{display:block;color:rgba(255,255,255,.8);font:500 12px Arial;margin:9px 0}.footer-corp__links{display:flex;flex-direction:column}.footer-corp__links>a{padding:8px 0;border-bottom:1px solid rgba(255,255,255,.09);color:rgba(255,255,255,.72);font:500 12px Arial;transition:.2s}.footer-corp__links>a:hover{color:#fff;padding-left:5px}.footer-corp__social p{max-width:260px}.footer-corp__social>div{display:flex;gap:8px;margin-top:22px}.footer-corp__social>div a{width:36px;height:36px;border:1px solid rgba(255,255,255,.22);border-radius:50%;display:grid;place-items:center;font:700 9px Arial}.footer-corp__social>div a:hover{background:var(--wayex-green-light);border-color:var(--wayex-green-light);color:#062b18}
.footer-corp__bottom{height:60px;border-top:1px solid rgba(255,255,255,.12);display:grid;grid-template-columns:1fr auto auto;gap:45px;align-items:center;color:rgba(255,255,255,.42);font:400 9px Arial}.footer-corp__bottom>div{display:flex;gap:24px}.footer-corp__bottom>a{color:#7ed2a1}.footer-corp__bottom a:hover{color:#fff}
@media(max-width:950px){.footer-corp__main{grid-template-columns:1fr 1fr;gap:45px}.footer-corp__top{height:230px}.footer-corp__bottom{grid-template-columns:1fr auto}.footer-corp__bottom>div{display:none}}
@media(max-width:600px){.footer-corp__top{height:auto;padding:55px 0 45px;align-items:flex-start}.footer-corp__top h2{font-size:36px}.footer-corp__top>a{width:95px;height:95px;flex:0 0 95px}.footer-corp__top>a span{font-size:9px}.footer-corp__main{grid-template-columns:1fr;padding:45px 0;gap:38px}.footer-corp__bottom{height:auto;padding:22px 0;grid-template-columns:1fr;gap:10px}}

/* Wayex-original footer treatment */
body[data-page="home"] .site-footer{padding-top:14px;background:linear-gradient(125deg,#064e29 0%,#0b7539 52%,#168a49 125%)}
.footer-corp__top{height:180px;border-bottom:0;display:grid;grid-template-columns:1fr auto;gap:50px}.footer-corp__top>div>span{color:#b9ebcd}.footer-corp__top h2{font-size:clamp(35px,2.8vw,45px);letter-spacing:-2.3px}.footer-corp__top>a{width:auto;height:48px;padding:0 10px 0 21px;border:1px solid rgba(255,255,255,.42);border-radius:999px;flex-direction:row;gap:20px;background:rgba(255,255,255,.09);color:#fff}.footer-corp__top>a span{font-size:10px;text-transform:uppercase;letter-spacing:.8px}.footer-corp__top>a span br{display:none}.footer-corp__top>a b{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--wayex-green);font-size:16px}.footer-corp__top>a:hover{background:#fff;transform:translateY(-2px)}.footer-corp__top>a:hover b{background:var(--wayex-green);color:#fff}
.footer-corp__main{min-height:250px;margin-bottom:28px;padding:42px;border:1px solid rgba(255,255,255,.16);border-radius:24px;background:linear-gradient(120deg,rgba(3,46,24,.32),rgba(255,255,255,.055));backdrop-filter:blur(8px);grid-template-columns:1.18fr 1fr .75fr 1fr;gap:52px}.footer-corp__main small{color:#aee4c4}.footer-corp__brand p,.footer-corp__office p,.footer-corp__social p{color:rgba(255,255,255,.7)}.footer-corp__links>a{border-bottom-color:rgba(255,255,255,.13);color:rgba(255,255,255,.82)}.footer-corp__social>div a{background:rgba(255,255,255,.06)}.footer-corp__social>div a:hover{background:#fff;border-color:#fff;color:var(--wayex-green)}
.footer-corp__bottom{height:64px;border-top-color:rgba(255,255,255,.2);color:rgba(255,255,255,.62)}.footer-corp__bottom>a{color:#d1f2df}
@media(max-width:950px){.footer-corp__top{height:190px}.footer-corp__main{grid-template-columns:1fr 1fr;padding:38px}.footer-corp__bottom{grid-template-columns:1fr auto}}
@media(max-width:600px){body[data-page="home"] .site-footer{padding-top:0}.footer-corp__top{display:block;height:auto;padding:50px 0 38px}.footer-corp__top>a{display:inline-flex;margin-top:28px}.footer-corp__main{grid-template-columns:1fr;padding:30px;margin-bottom:18px;border-radius:19px}.footer-corp__bottom{height:auto;padding:22px 0}}

/* Final Wayex footer */
body[data-page="home"] .site-footer{padding:0;background:#072d20;color:#fff}
.footer-final__contact{background:linear-gradient(110deg,#064326,#0b7539);border-bottom:1px solid rgba(255,255,255,.13)}.footer-final__contact-inner{min-height:205px;display:grid;grid-template-columns:1fr .72fr;gap:80px;align-items:center}.footer-final__contact-inner>div:first-child>span{color:#8fd8ae;font:700 9px Arial;text-transform:uppercase;letter-spacing:2.3px}.footer-final__contact h2{font:500 clamp(36px,3.2vw,50px)/1.04 Arial;letter-spacing:-2.7px;margin:18px 0 0}.footer-final__contact h2 em{font-style:normal;color:#8fd8ae}
.footer-final__actions{justify-self:end}.footer-final__phone{display:block;color:#fff;font:500 21px Arial;margin-bottom:18px}.footer-final__phone strong{font-weight:700;margin-left:8px}.footer-final__actions>div{display:flex;gap:10px}.footer-final__actions>div a{height:42px;padding:0 19px;border-radius:999px;display:flex;align-items:center;border:1px solid rgba(255,255,255,.28);font:700 10px Arial}.footer-final__actions>div a:first-child{background:#fff;color:var(--wayex-green);border-color:#fff}.footer-final__actions>div a:last-child:hover{background:rgba(255,255,255,.1)}
.footer-final__main{display:grid;grid-template-columns:1.25fr .65fr .85fr 1fr;gap:68px;padding:58px 0 46px}.footer-final__brand .brand-logo{width:150px;height:auto}.footer-final__brand>p{max-width:280px;color:rgba(255,255,255,.58);font:400 12px/1.7 Arial;margin:24px 0}.footer-final__brand>div{display:flex;gap:8px}.footer-final__brand>div a{width:32px;height:32px;border:1px solid rgba(255,255,255,.2);border-radius:50%;display:grid;place-items:center;font:700 9px Arial}.footer-final__brand>div a:hover{background:#fff;color:var(--wayex-green)}
.footer-final__main nav,.footer-final__info{display:flex;flex-direction:column;align-items:flex-start}.footer-final__main small{color:#75cd99;font:700 9px Arial;text-transform:uppercase;letter-spacing:2px;margin-bottom:17px}.footer-final__main nav>a,.footer-final__info>a{color:rgba(255,255,255,.65);font:500 12px Arial;padding:6px 0;transition:.2s}.footer-final__main nav>a:before{content:"›";color:#55bd7e;margin-right:7px}.footer-final__main nav>a:hover,.footer-final__info>a:hover{color:#fff;transform:translateX(3px)}.footer-final__info p{color:rgba(255,255,255,.58);font:400 12px/1.6 Arial;margin:0 0 7px}.footer-final__info>span{margin-top:14px;color:#94dab1;font:700 9px Arial;text-transform:uppercase;letter-spacing:.8px}
.footer-final__bottom{min-height:58px;border-top:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:space-between;color:rgba(255,255,255,.38);font:400 9px Arial}.footer-final__bottom>div{display:flex;gap:24px}.footer-final__bottom a:hover{color:#fff}
@media(max-width:900px){.footer-final__contact-inner{grid-template-columns:1fr;gap:28px;padding:48px 0}.footer-final__actions{justify-self:start}.footer-final__main{grid-template-columns:1fr 1fr;gap:45px}}
@media(max-width:560px){.footer-final__contact h2{font-size:36px}.footer-final__phone{font-size:17px}.footer-final__actions>div{flex-direction:column;align-items:flex-start}.footer-final__main{grid-template-columns:1fr;padding:45px 0;gap:35px}.footer-final__bottom{align-items:flex-start;flex-direction:column;gap:15px;padding:20px 0}.footer-final__bottom>div{gap:13px;flex-wrap:wrap}}

/* Premium footer surface refinement */
body[data-page="home"] .site-footer{position:relative;background:linear-gradient(145deg,#052c1d 0%,#063c25 52%,#074a2a 100%)}
body[data-page="home"] .site-footer:after{content:"";position:absolute;inset:0;pointer-events:none;opacity:.045;background-image:linear-gradient(rgba(255,255,255,.55) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.55) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(180deg,#000,transparent 75%)}
.footer-final__contact{position:relative;z-index:2;padding:34px 0 0;background:transparent;border:0}.footer-final__contact-inner{min-height:190px;padding:38px 48px;border:1px solid rgba(255,255,255,.16);border-radius:26px;background:linear-gradient(115deg,rgba(11,117,57,.95),rgba(22,138,73,.68));box-shadow:0 24px 65px rgba(0,24,12,.24);overflow:hidden;position:relative}.footer-final__contact-inner:after{content:"";position:absolute;width:270px;height:270px;border-radius:50%;border:1px solid rgba(255,255,255,.1);right:-145px;top:-155px;box-shadow:0 0 0 42px rgba(255,255,255,.025)}
.footer-final__contact-inner>div{position:relative;z-index:2}.footer-final__contact-inner>div:first-child>span{color:#b8edcf}.footer-final__contact h2{font-size:clamp(34px,2.8vw,46px);letter-spacing:-2.5px}.footer-final__contact h2 em{color:#b8edcf}
.footer-final__phone{font-size:20px}.footer-final__actions>div a{height:44px;padding-inline:21px;backdrop-filter:blur(6px)}.footer-final__actions>div a:first-child{box-shadow:0 10px 25px rgba(3,48,25,.2)}.footer-final__actions>div a:last-child{background:rgba(255,255,255,.08)}
.footer-final__main{position:relative;z-index:2;padding:68px 0 55px;gap:76px}.footer-final__brand .brand-logo{width:165px}.footer-final__brand>p{font-size:13px;line-height:1.75}.footer-final__main small{color:#89d5aa;margin-bottom:21px}.footer-final__main nav>a,.footer-final__info>a{font-size:12.5px;padding:7px 0}.footer-final__main nav>a:before{content:"";display:inline-block;width:5px;height:5px;border:1px solid #55bd7e;border-radius:50%;margin:0 9px 1px 0}.footer-final__main nav>a:hover:before{background:#55bd7e}.footer-final__info>span{padding:7px 10px;border:1px solid rgba(137,213,170,.25);border-radius:999px;background:rgba(137,213,170,.07)}
.footer-final__bottom{position:relative;z-index:2;min-height:66px;color:rgba(255,255,255,.48)}
@media(max-width:900px){.footer-final__contact{padding-top:24px}.footer-final__contact-inner{padding:40px}.footer-final__main{gap:50px;padding-top:55px}}
@media(max-width:560px){.footer-final__contact{padding-top:16px}.footer-final__contact-inner{width:calc(100% - 28px);padding:35px 25px;border-radius:20px}.footer-final__main{padding-top:50px}.footer-final__actions>div a{justify-content:center}.footer-final__actions>div{width:100%}.footer-final__actions>div a{width:100%}}

/* Unified homepage typography system */
body[data-page="home"],body[data-page="home"] button,body[data-page="home"] input,body[data-page="home"] select,body[data-page="home"] textarea{font-family:"Manrope",sans-serif}
body[data-page="home"] :where(h1,h2,h3,h4,p,a,span,small,b,strong,label,input,select,textarea,button){font-family:"Manrope",sans-serif!important}
body[data-page="home"] p{font-size:15px;line-height:1.75}
body[data-page="home"] :where(.why-section__lead>span,.trust-showcase__head span,.services-gallery__head span,.quote-section__story>span,.blog-preview__head>div:first-child>span,.footer-final__contact-inner>div:first-child>span){font-size:11px!important;line-height:1.2;letter-spacing:1.8px}
body[data-page="home"] :where(.desktop-nav a,.nav-drop__trigger,.bp-header-actions a){font-family:"Manrope",sans-serif!important}
.trust-photo__tabs button{font-size:11px!important}.services-gallery__copy small,.blog-card__body>small,.blog-card__image>span{font-size:10.5px!important}.services-gallery__copy p,.blog-card p{font-size:13.5px}.service-marquee__group b{font-size:13px}
.quote-form label>span:first-child{font-size:10.5px;letter-spacing:.6px}.quote-form input:not([type="checkbox"]),.quote-form select{font-size:13px}.quote-form__options label{font-size:11.5px}.quote-form>button{font-size:12px}.quote-form>small{font-size:10px;line-height:1.5}
.footer-final__contact-inner>div:first-child>span{font-size:11px!important}.footer-final__actions>div a{font-size:11px}.footer-final__main small{font-size:10.5px;letter-spacing:1.5px}.footer-final__main nav>a,.footer-final__info>a{font-size:13px}.footer-final__brand>p,.footer-final__info p{font-size:13px}.footer-final__info>span{font-size:10.5px}.footer-final__bottom{min-height:72px;font-size:11px}.footer-final__bottom a{font-size:11px}
@media(max-width:600px){body[data-page="home"] p{font-size:14px}.footer-final__bottom,.footer-final__bottom a{font-size:10.5px}.trust-photo__tabs button{font-size:9.5px!important}}

/* Unified Wayex button language */
:where(.button,.header-cta,.bp-track,.bp-offer,.why-section__lead>a,.blog-preview__head>div:last-child>a,.blog-card__more,.quote-form>button,.footer-final__actions>div>a,.footer-final__contact a.footer-final__phone){transition:color .25s ease,background-color .25s ease,border-color .25s ease,transform .25s ease,box-shadow .25s ease}
:where(.button,.header-cta,.bp-track,.bp-offer,.why-section__lead>a,.blog-preview__head>div:last-child>a,.blog-card__more,.quote-form>button,.footer-final__actions>div>a):not(.footer-final__phone){min-height:44px;padding:0 20px;border:1px solid var(--wayex-green)!important;border-radius:999px!important;background:var(--wayex-green)!important;color:#fff!important;display:inline-flex;align-items:center;justify-content:center;gap:14px;text-decoration:none;box-shadow:0 8px 20px rgba(11,117,57,.18);animation:wayexButtonPulse 2.5s ease-in-out infinite}
:where(.button,.header-cta,.bp-track,.bp-offer,.why-section__lead>a,.blog-preview__head>div:last-child>a,.blog-card__more,.quote-form>button,.footer-final__actions>div>a):not(.footer-final__phone):hover{background:#fff!important;color:var(--wayex-green)!important;border-color:#fff!important;transform:translateY(-2px);box-shadow:0 12px 28px rgba(4,45,25,.2);animation-play-state:paused}
.blog-preview__head>div:last-child>a{border-bottom-width:1px!important}.blog-card__more{bottom:20px;left:24px}.quote-form>button{width:100%;border-radius:999px!important}
@keyframes wayexButtonPulse{0%,100%{box-shadow:0 8px 20px rgba(11,117,57,.16),0 0 0 0 rgba(85,189,126,.24)}50%{box-shadow:0 10px 25px rgba(11,117,57,.24),0 0 0 7px rgba(85,189,126,0)}}

/* Round controls use the same colors */
:where(.services-gallery__controls button,.services-gallery__copy>a,.why-section__list article>a,.why-card>a,.ref-hero__arrow,.bp-scroll){background:var(--wayex-green)!important;color:#fff!important;border-color:var(--wayex-green)!important;transition:.25s ease;box-shadow:0 6px 16px rgba(11,117,57,.16)}
:where(.services-gallery__controls button,.services-gallery__copy>a,.why-section__list article>a,.why-card>a,.ref-hero__arrow,.bp-scroll):hover{background:#fff!important;color:var(--wayex-green)!important;border-color:#fff!important;transform:translateY(-2px)}

/* Slider service tabs stay readable while sharing the green active state */
.trust-photo__tabs button{transition:.25s ease}.trust-photo__tabs button.is-active{background:var(--wayex-green)!important;color:#fff!important}.trust-photo__tabs button.is-active:after{background:#fff}
@media(prefers-reduced-motion:reduce){:where(.button,.header-cta,.bp-track,.bp-offer,.why-section__lead>a,.blog-preview__head>div:last-child>a,.blog-card__more,.quote-form>button,.footer-final__actions>div>a){animation:none}}

/* High-contrast footer actions on green surface */
body[data-page="home"] .site-footer .footer-final__actions>div>a:first-child{background:#fff!important;color:var(--wayex-green)!important;border-color:#fff!important;box-shadow:0 10px 26px rgba(2,41,21,.24);animation:footerWhitePulse 2.5s ease-in-out infinite}
body[data-page="home"] .site-footer .footer-final__actions>div>a:first-child:hover{background:var(--wayex-deep)!important;color:#fff!important;border-color:var(--wayex-deep)!important}
body[data-page="home"] .site-footer .footer-final__actions>div>a:last-child{background:rgba(3,52,27,.58)!important;color:#fff!important;border-color:rgba(255,255,255,.6)!important;box-shadow:none;animation:none}
body[data-page="home"] .site-footer .footer-final__actions>div>a:last-child:hover{background:#fff!important;color:var(--wayex-green)!important;border-color:#fff!important}
@keyframes footerWhitePulse{0%,100%{box-shadow:0 9px 22px rgba(2,41,21,.2),0 0 0 0 rgba(255,255,255,.2)}50%{box-shadow:0 12px 28px rgba(2,41,21,.26),0 0 0 7px rgba(255,255,255,0)}}

/* White controls on every green surface */
body[data-page="home"] .site-header .bp-header-actions>a{background:#fff!important;color:var(--wayex-green)!important;border-color:#fff!important;box-shadow:0 8px 20px rgba(2,38,19,.2)}
body[data-page="home"] .site-header .bp-header-actions>a:hover{background:var(--wayex-tint)!important;color:var(--wayex-deep)!important;border-color:var(--wayex-tint)!important}
body[data-page="home"] .site-footer .footer-final__actions>div>a{background:#fff!important;color:var(--wayex-green)!important;border-color:#fff!important;box-shadow:0 9px 22px rgba(2,41,21,.2)}
body[data-page="home"] .site-footer .footer-final__actions>div>a:hover{background:var(--wayex-tint)!important;color:var(--wayex-deep)!important;border-color:var(--wayex-tint)!important}
body[data-page="home"] .site-footer :where(.footer-final__brand>div a,.footer-corp__social>div a,.home-footer__brand>div a){background:#fff!important;color:var(--wayex-green)!important;border-color:#fff!important}
body[data-page="home"] .site-footer :where(.footer-final__brand>div a,.footer-corp__social>div a,.home-footer__brand>div a):hover{background:var(--wayex-tint)!important;color:var(--wayex-deep)!important;border-color:var(--wayex-tint)!important;transform:translateY(-2px)}

/* Premium corporate homepage header */
body[data-page="home"] .site-header{height:92px;background:rgba(255,255,255,.97);color:#101820;border-bottom:1px solid rgba(7,45,28,.08);backdrop-filter:blur(14px);box-shadow:none}
body[data-page="home"] .site-header.scrolled{height:78px;background:rgba(255,255,255,.985);box-shadow:0 12px 35px rgba(5,45,28,.09)}
body[data-page="home"] .header-inner{height:92px;width:min(calc(100% - 56px),1380px);gap:32px;transition:height .3s ease}
body[data-page="home"] .site-header.scrolled .header-inner{height:78px}
body[data-page="home"] .bp-logo{width:190px}.bp-logo img{width:158px;transition:width .3s ease}.site-header.scrolled .bp-logo img{width:145px}
body[data-page="home"] .desktop-nav{gap:34px;margin-left:auto;margin-right:28px}
body[data-page="home"] .desktop-nav a,body[data-page="home"] .nav-drop__trigger{position:relative;color:#26312b;font-size:11px!important;font-weight:700;letter-spacing:.25px;text-transform:none;padding:36px 0 34px;transition:color .2s ease}
body[data-page="home"] .site-header.scrolled .desktop-nav a,body[data-page="home"] .site-header.scrolled .nav-drop__trigger{padding-block:29px}
body[data-page="home"] .desktop-nav a:after,body[data-page="home"] .nav-drop__trigger:after{display:block;content:"";position:absolute;left:50%;bottom:25px;top:auto;width:0;height:2px;background:var(--wayex-green);transform:translateX(-50%);transition:width .25s ease}
body[data-page="home"] .site-header.scrolled .desktop-nav a:after,body[data-page="home"] .site-header.scrolled .nav-drop__trigger:after{bottom:18px}
body[data-page="home"] .desktop-nav a:hover,body[data-page="home"] .desktop-nav a.is-active,body[data-page="home"] .nav-drop__trigger:hover{color:var(--wayex-green)}
body[data-page="home"] .desktop-nav a:hover:after,body[data-page="home"] .desktop-nav a.is-active:after,body[data-page="home"] .nav-drop__trigger:hover:after{width:24px}
body[data-page="home"] .bp-header-actions .bp-track{display:none}
body[data-page="home"] .site-header .bp-header-actions .bp-offer{height:44px;min-height:44px;padding:0 23px!important;background:var(--wayex-green)!important;color:#fff!important;border:1px solid var(--wayex-green)!important;border-radius:9px!important;box-shadow:0 8px 20px rgba(11,117,57,.2);animation:none;font-size:10px!important}
body[data-page="home"] .site-header .bp-header-actions .bp-offer:hover{background:#fff!important;color:var(--wayex-green)!important;transform:translateY(-2px)}
body[data-page="home"] .menu-toggle{display:block;flex:0 0 42px;width:42px;height:42px;margin-left:2px;border:1px solid #dbe3de;border-radius:9px;color:#17231c;cursor:pointer}
body[data-page="home"] .menu-toggle span{width:19px;background:#17231c}
body[data-page="home"].menu-open .mobile-menu{display:flex;position:fixed;top:92px;left:0;right:0;height:calc(100vh - 92px);padding:45px max(28px,calc((100vw - 1380px)/2));background:rgba(255,255,255,.99);color:#101820;flex-direction:column;z-index:95}
body[data-page="home"].menu-open .mobile-menu a{font:600 25px/1.2 "Manrope";padding:16px 0;border-bottom:1px solid #e2e8e4}
body[data-page="home"] .nav-drop__panel{margin-top:0;background:#fff;border-color:#e2e8e4;box-shadow:0 18px 45px rgba(5,45,28,.12)}body[data-page="home"] .nav-drop__panel a{padding:11px 14px;color:#344039}body[data-page="home"] .nav-drop__panel a:hover{background:var(--wayex-tint);color:var(--wayex-green)}
@media(max-width:1050px){body[data-page="home"] .header-inner{width:min(calc(100% - 36px),1380px)}body[data-page="home"] .desktop-nav,body[data-page="home"] .bp-header-actions{display:none}}
@media(max-width:600px){body[data-page="home"] .site-header,body[data-page="home"] .header-inner{height:76px}body[data-page="home"] .site-header.scrolled,body[data-page="home"] .site-header.scrolled .header-inner{height:70px}body[data-page="home"] .bp-logo{transform:none}body[data-page="home"] .bp-logo img{width:135px}body[data-page="home"].menu-open .mobile-menu{top:76px;height:calc(100vh - 76px)}}
@media(max-width:1000px){.why-section__lead{min-height:auto;padding-bottom:0}.why-section__visual{width:620px;right:-150px;top:68%;opacity:.13}}
@media(max-width:600px){.why-section__lead{min-height:auto;padding-bottom:0}.why-section__lead p{max-width:100%}.why-section__visual{width:430px;right:-190px;top:72%;opacity:.1;transform:translateY(-50%) rotate(-7deg)}}

/* Header — balanced corporate composition */
body[data-page="home"] .header-inner{position:relative;width:calc(100% - 64px);max-width:none;padding:0;gap:0}
body[data-page="home"] .bp-logo{width:auto;flex:0 0 auto;display:flex;align-items:center}
body[data-page="home"] .bp-logo img{display:block;width:166px;height:auto}
body[data-page="home"] .desktop-nav{position:absolute;left:50%;top:0;height:100%;transform:translateX(-50%);margin:0;gap:39px;align-items:center;white-space:nowrap}
body[data-page="home"] .desktop-nav a{display:flex;align-items:center;height:100%;padding:0;font-size:11.5px!important;font-weight:650;letter-spacing:-.05px}
body[data-page="home"] .site-header.scrolled .desktop-nav a{padding:0}
body[data-page="home"] .desktop-nav a:after{bottom:23px;height:2px;border-radius:2px}
body[data-page="home"] .site-header.scrolled .desktop-nav a:after{bottom:17px}
body[data-page="home"] .bp-header-actions{margin-left:auto;display:flex;align-items:center}
body[data-page="home"] .site-header .bp-header-actions .bp-offer{height:42px;min-height:42px;padding:0 17px 0 19px!important;gap:16px;border-radius:7px!important;font-size:10.5px!important;font-weight:700;letter-spacing:.1px;box-shadow:0 7px 18px rgba(11,117,57,.18)}
body[data-page="home"] .site-header .bp-header-actions .bp-offer span{font-size:16px;line-height:1;transition:transform .2s ease}
body[data-page="home"] .site-header .bp-header-actions .bp-offer:hover span{transform:translateX(3px)}
body[data-page="home"] .menu-toggle{margin-left:14px;border:0;border-radius:0;width:28px;height:42px;flex-basis:28px;background:transparent;box-shadow:none}
body[data-page="home"] .menu-toggle span{width:20px;height:1.5px}
@media(max-width:1180px){body[data-page="home"] .desktop-nav{gap:25px}body[data-page="home"] .desktop-nav a{font-size:10.5px!important}body[data-page="home"] .bp-logo img{width:150px}}
@media(max-width:980px){body[data-page="home"] .header-inner{width:calc(100% - 36px)}body[data-page="home"] .desktop-nav,body[data-page="home"] .bp-header-actions{display:none}body[data-page="home"] .menu-toggle{margin-left:auto}}

/* Header correction — keep every element on one coherent content line */
body[data-page="home"] .site-header{height:104px}
body[data-page="home"] .header-inner{width:min(calc(100% - 72px),1480px);height:104px;margin-inline:auto}
body[data-page="home"] .bp-logo img{width:174px}
body[data-page="home"] .desktop-nav{position:static;left:auto;top:auto;height:100%;transform:none;margin-left:clamp(62px,6vw,112px);margin-right:auto;gap:clamp(28px,2.6vw,46px)}
body[data-page="home"] .desktop-nav a{font-size:12.5px!important;font-weight:650;letter-spacing:-.08px}
body[data-page="home"] .desktop-nav a:after{bottom:27px}
body[data-page="home"] .site-header .bp-header-actions .bp-offer{height:46px;min-height:46px;padding:0 19px 0 22px!important;font-size:11.5px!important}
body[data-page="home"] .menu-toggle{margin-left:18px;width:34px;flex-basis:34px}
body[data-page="home"] .menu-toggle span{width:22px}
body[data-page="home"] .site-header.scrolled .header-inner{height:78px}
body[data-page="home"] .site-header.scrolled .desktop-nav a:after{bottom:18px}
@media(max-width:1180px){body[data-page="home"] .header-inner{width:calc(100% - 48px)}body[data-page="home"] .desktop-nav{margin-left:45px;gap:24px}body[data-page="home"] .desktop-nav a{font-size:11.5px!important}body[data-page="home"] .bp-logo img{width:156px}}
@media(max-width:1050px){body[data-page="home"] .desktop-nav,body[data-page="home"] .bp-header-actions{display:none}body[data-page="home"] .menu-toggle{margin-left:auto}}
@media(max-width:600px){body[data-page="home"] .site-header,body[data-page="home"] .header-inner{height:76px}body[data-page="home"] .header-inner{width:calc(100% - 32px)}body[data-page="home"] .bp-logo img{width:138px}}

/* Three-column desktop header: brand / centered navigation / actions */
body[data-page="home"] .header-inner{width:min(calc(100% - 112px),1760px);max-width:1760px;display:grid;grid-template-columns:220px 1fr 220px;align-items:center}
body[data-page="home"] .bp-logo{grid-column:1;justify-self:start}
body[data-page="home"] .desktop-nav{grid-column:2;position:static;transform:none;justify-self:center;margin:0;gap:clamp(32px,2.35vw,46px)}
body[data-page="home"] .bp-header-actions{grid-column:3;justify-self:end;margin:0}
body[data-page="home"] .menu-toggle{grid-column:3;grid-row:1;justify-self:end;margin:0 0 0 0;transform:translateX(44px)}
body[data-page="home"] .bp-header-actions{padding-right:48px}
@media(max-width:1180px){body[data-page="home"] .header-inner{width:calc(100% - 48px);grid-template-columns:180px 1fr 180px}body[data-page="home"] .desktop-nav{margin:0;gap:23px}body[data-page="home"] .bp-header-actions{padding-right:40px}body[data-page="home"] .menu-toggle{transform:translateX(36px)}}
@media(max-width:1050px){body[data-page="home"] .header-inner{display:flex}body[data-page="home"] .menu-toggle{transform:none;margin-left:auto}}

/* home1.png measured header proportions — authoritative rules */
@media(min-width:1051px){
  body[data-page="home"] .site-header{height:112px;background:#fff;border-bottom:0;box-shadow:none}
  body[data-page="home"] .header-inner{width:calc(100% - 80px);max-width:none;height:112px;margin:0 auto;padding:0;display:grid;grid-template-columns:260px minmax(470px,1fr) 280px;gap:0;align-items:center}
  body[data-page="home"] .bp-logo{grid-column:1;grid-row:1;width:auto;justify-self:start;display:flex;align-items:center}
  body[data-page="home"] .bp-logo img{width:210px;height:auto}
  body[data-page="home"] .desktop-nav{grid-column:2;grid-row:1;position:static;inset:auto;transform:translateX(-60px);justify-self:center;display:flex;align-items:center;height:100%;margin:0;gap:34px;white-space:nowrap}
  body[data-page="home"] .desktop-nav a{height:100%;padding:0;display:flex;align-items:center;color:#151b18;font-size:12px!important;font-weight:700;letter-spacing:-.15px;text-transform:none}
  body[data-page="home"] .desktop-nav a:after{bottom:27px;height:2px;background:#16833a;border-radius:2px}
  body[data-page="home"] .desktop-nav a.is-active:after,body[data-page="home"] .desktop-nav a:hover:after{width:40px}
  body[data-page="home"] .bp-header-actions{grid-column:3;grid-row:1;justify-self:start;display:flex;margin:0;padding:0}
  body[data-page="home"] .site-header .bp-header-actions .bp-offer{width:92px;height:39px;min-height:39px;padding:0 11px!important;display:flex;justify-content:space-between;gap:8px;border-radius:7px!important;background:linear-gradient(135deg,#248c3d,#167531)!important;border:0!important;color:#fff!important;font-size:10.5px!important;font-weight:700;box-shadow:0 7px 17px rgba(17,113,47,.2);animation:none}
  body[data-page="home"] .site-header .bp-header-actions .bp-offer:hover{background:#fff!important;color:#177a35!important;box-shadow:0 7px 19px rgba(17,113,47,.18)}
  body[data-page="home"] .menu-toggle{grid-column:3;grid-row:1;justify-self:end;display:block;width:28px;height:40px;min-width:28px;margin:0;padding:0;transform:none;border:0;background:transparent;color:#111814;box-shadow:none}
  body[data-page="home"] .menu-toggle span{width:20px;height:1.5px;margin:6px auto;background:#111814}
  body[data-page="home"] .site-header.scrolled{height:84px;background:rgba(255,255,255,.98);box-shadow:0 10px 30px rgba(5,45,28,.08)}
  body[data-page="home"] .site-header.scrolled .header-inner{height:84px}
  body[data-page="home"] .site-header.scrolled .bp-logo img{width:180px}
  body[data-page="home"] .site-header.scrolled .desktop-nav a{padding:0}
  body[data-page="home"] .site-header.scrolled .desktop-nav a:after{bottom:19px}
}

/* Minivan operasyon detaylarında ara kategori etiketleri kullanılmaz. */
.service-advantages--express .service-advantages__grid small{display:none}
.service-advantages--express .service-advantages__grid article{grid-template-columns:minmax(220px,.72fr) 1.28fr;gap:34px}
@media(max-width:700px){.service-advantages--express .service-advantages__grid article{grid-template-columns:1fr;gap:8px}.service-advantages--express .service-advantages__grid article p{grid-column:auto}}

/* Hizmet SEO başlıkları: geniş, ortalı ve dengeli satır kırılımı. */
.service-longform header,.express-editorial header{display:block!important;text-align:center}
.service-longform header>span,.express-editorial header>span{display:none!important}
.service-longform header h2,.express-editorial header h2{width:100%;max-width:1120px!important;margin:0 auto!important;text-align:center;text-wrap:balance}
@media(max-width:700px){.service-longform header h2,.express-editorial header h2{max-width:100%!important;font-size:36px;text-wrap:balance}}

/* Final palette lock: legacy page rules above cannot reintroduce old greens. */
html body{background:#ddd8ca;color:#20321e}
body #site-header,body #site-header.scrolled,body footer.site-footer,body footer.site-footer .footer-final__contact{background:#20321e!important}
body #site-header,body #site-header.scrolled{border-top-color:#466245!important}
body #site-header .desktop-nav a:after,body #site-header.scrolled .desktop-nav a:after{background:#ddd8ca!important}
body #site-header .bp-offer{background:transparent!important;border-color:rgba(221,216,202,.55)!important;color:#fff!important}
body #site-header .bp-offer:hover{background:#ddd8ca!important;border-color:#ddd8ca!important;color:#20321e!important}
body :where(.page-hero,.services-corp-hero,.about-corp-hero,.blog-corp-hero,.blog-post-hero,.dark-band,.commitment,.about-corp-facts,.about-corp-closing){background-color:#20321e!important}
body :where(.section,.blog-article,.journal-list,.service-scope,.service-advantages,.service-faq,.service-longform,.express-editorial,.about-corp-intro,.about-corp-approach,.about-corp-direction){background-color:#f7f4ed!important}
body :where(.journal-feature,.tailored,.service-industries,.service-industries--express,.about-corp-principles,.express-editorial-supplement){background-color:#eeeae1!important}
body :where(.service-card,.industry-card,.journal-card,.blog-card,.blog-related-card,.contact-form,.service-faq details,.about-corp-principles__grid,.about-corp-direction__grid){background:#fff!important;border-color:rgba(32,50,30,.18)!important}
body :where(.button,.blog-related-card__more,.quote-section button,.contact-form button,.quote-modal__form button,.about-corp-closing a){background:#466245!important;border-color:#466245!important;color:#fff!important}
body :where(.button,.blog-related-card__more,.quote-section button,.contact-form button,.quote-modal__form button,.about-corp-closing a):hover{background:#20321e!important;border-color:#20321e!important;color:#fff!important}
body :where(.section-index,.eyebrow,.journal-card span,.blog-card span,.blog-related-card span,.service-section-head>span,.service-advantages__content>span,.about-corp-intro__copy>span,.blog-article__layout>article>header span){color:#466245!important}
body .impact-card--large{background:#466245!important}
body .impact-card--large :where(h2,p,span){color:#fff!important}
body .quote-modal__panel{background:#f7f4ed!important}
body .quote-modal__intro{background:#20321e!important}
body footer.site-footer .footer-final__actions>div a:first-child{background:#ddd8ca!important;border-color:#ddd8ca!important;color:#20321e!important}

/* Unified typography: editorial display + corporate sans. */
:root{
  --font-display:"Cormorant Garamond",Georgia,serif;
  --font-corporate:"Manrope",Arial,sans-serif;
}
html body,body :where(p,a,span,small,b,strong,label,input,select,textarea,button,li,summary){font-family:var(--font-corporate)!important}
body :where(h1,h2){font-family:var(--font-display)!important;font-style:normal;font-weight:600;letter-spacing:-.02em}
body :where(h3,h4,h5,h6){font-family:var(--font-corporate)!important;font-style:normal;font-weight:600;letter-spacing:-.01em}
body :where(p,li,input,select,textarea){font-weight:400;line-height:1.7}
body :where(.desktop-nav a,.mobile-menu a,button,.button,.bp-offer,[class*="__more"]){font-family:var(--font-corporate)!important;font-weight:600;letter-spacing:-.01em}
body :where(.eyebrow,.section-index,small,[class*="label"],.journal-card span,.blog-card span,.blog-related-card span){font-family:var(--font-corporate)!important;font-weight:600;letter-spacing:.08em}

/* Untinted photography: remove legacy green washes from every image surface. */
body :where(.hero-image,.bp-hero__slide,.bp-hero__frame-media,.services-corp-hero,.about-corp-hero,.blog-corp-hero,.blog-post-hero,
.journal-feature__image,.journal-card__image,.blog-card__image,.blog-related-card__image,.services-gallery__image,
.service-advantages__media,.about-corp-intro__media,.about-corp-principles__media,.about-corp-approach__media,
.trust-photo,.service-visual):before,
body :where(.hero-image,.bp-hero__slide,.bp-hero__frame-media,.services-corp-hero,.about-corp-hero,.blog-corp-hero,.blog-post-hero,
.journal-feature__image,.journal-card__image,.blog-card__image,.blog-related-card__image,.services-gallery__image,
.service-advantages__media,.about-corp-intro__media,.about-corp-principles__media,.about-corp-approach__media,
.trust-photo,.service-visual):after{background:none!important;background-image:none!important;filter:none!important;box-shadow:none!important}
body .journal-card__image,body .blog-related-card__image{background-image:var(--journal-image)!important}
body .blog-card__image{background-image:var(--blog-image)!important}
body .services-gallery__image{background-image:var(--gallery-image)!important}
body :where(.hero-image,.bp-hero__slide,.bp-hero__frame-media,.services-corp-hero,.about-corp-hero,.blog-corp-hero,.blog-post-hero,
.journal-feature__image,.journal-card__image,.blog-card__image,.blog-related-card__image,.services-gallery__image,
.service-advantages__media,.about-corp-intro__media,.about-corp-principles__media,.about-corp-approach__media,
.trust-photo,.service-visual){background-blend-mode:normal!important;filter:none!important}

/* Bone typography on every green surface. */
body :where(.dark-band,.commitment,.about-corp-facts,.about-corp-closing,.impact-card--large,
.service-industries--premium>.container,.service-industries--express>.container,.quote-modal__intro,
footer.site-footer) :where(h1,h2,h3,h4,h5,h6,p,a,span,small,strong,li,label){color:#ddd8ca!important}
body :where(.dark-band,.commitment,.about-corp-facts,.about-corp-closing,.impact-card--large,
.service-industries--premium>.container,.service-industries--express>.container,.quote-modal__intro,
footer.site-footer) :where(svg){color:#ddd8ca!important;stroke:#ddd8ca!important}
body #site-header :where(a,button){color:#ddd8ca!important}
body #site-header .bp-offer:hover{color:#20321e!important}
body footer.site-footer .footer-final__actions>div a:first-child{color:#20321e!important}

/* Hard reset for image tint layers and gradients embedded in background values. */
body[data-page="about"] .about-corp-hero:before,
body[data-page="about"] .about-corp-hero:after,
body .services-corp-hero:before,body .services-corp-hero:after,
body .blog-corp-hero:before,body .blog-corp-hero:after,
body .blog-post-hero:before,body .blog-post-hero:after,
body #hero-slider .bp-hero__slide:before,body #hero-slider .bp-hero__slide:after,
body #hero-slider .bp-hero__frame-media:before,body #hero-slider .bp-hero__frame-media:after{content:none!important;display:none!important;background:none!important;background-image:none!important;opacity:0!important}

body .hero-image{background-image:url("https://images.unsplash.com/photo-1494412519320-aa613dfb7738?auto=format&fit=crop&w=1500&q=90")!important}
body .control-image{background-image:url("https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?auto=format&fit=crop&w=1400&q=90")!important}
body .ref-hero__visual{background-image:url("https://images.unsplash.com/photo-1494412519320-aa613dfb7738?auto=format&fit=crop&w=1600&q=95")!important}
body .ref-network__image{background-image:url("https://images.unsplash.com/photo-1601584115197-04ecc0da31d7?auto=format&fit=crop&w=1300&q=90")!important}
body .trust-photo{background-image:url("https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?auto=format&fit=crop&w=1000&q=88")!important}
body .quote-section__story{background-image:url('../images/bluepartners-hero.png')!important}
body .journal-feature__image{background-image:url("https://images.unsplash.com/photo-1494412519320-aa613dfb7738?auto=format&fit=crop&w=1400&q=90")!important}
body[data-page="about"] .mission-vision{background-image:url("https://images.unsplash.com/photo-1494412519320-aa613dfb7738?auto=format&fit=crop&w=1600&q=90")!important}
body[data-page="about"] .about-assurance__image{background-image:url("https://images.unsplash.com/photo-1494412685616-a5d310fbb07d?auto=format&fit=crop&w=1200&q=88")!important}
body .quote-modal__intro{background-image:url('../images/wayex-hero-port-v2.png')!important}
body :where(.hero-image,.control-image,.ref-hero__visual,.ref-network__image,.trust-photo,.quote-section__story,
.journal-feature__image,.mission-vision,.about-assurance__image,.quote-modal__intro){background-blend-mode:normal!important;filter:none!important}

/* ========================================================================== */
/* Wayex palette system: Hunter Green / Bone / Dark Green                     */
/* ========================================================================== */
:root{
  --wayex-hunter:#466245;
  --wayex-bone:#ddd8ca;
  --wayex-dark:#20321e;
  --wayex-bone-soft:#eeeae1;
  --wayex-bone-light:#f7f4ed;
  --wayex-hunter-dark:#394f38;
  --wayex-ink:#20321e;
  --wayex-muted:#667064;
  --wayex-border:rgba(32,50,30,.18);
  --ink:#20321e;
  --ink-2:#293e27;
  --green:#466245;
  --green-2:#ddd8ca;
  --paper:#ddd8ca;
  --muted:#667064;
  --line:rgba(32,50,30,.18);
  --wayex-green:#466245;
  --wayex-green-mid:#466245;
  --wayex-green-light:#ddd8ca;
  --wayex-deep:#20321e;
  --corp-green-dark:#20321e;
  --corp-green:#466245;
  --corp-muted:#667064;
}

html,body{background:var(--wayex-bone);color:var(--wayex-dark)}
body :where(h1,h2,h3,h4,h5,h6,strong){color:var(--wayex-dark)}
body :where(p,li){color:var(--wayex-muted)}
::selection{background:var(--wayex-hunter);color:#fff}

/* Header, navigation and mobile menu */
body #site-header,body #site-header.scrolled{background:rgba(32,50,30,.97)!important;border-top-color:var(--wayex-hunter)!important;border-bottom-color:rgba(221,216,202,.18)!important}
body #site-header .desktop-nav a{color:rgba(255,255,255,.72)!important}
body #site-header .desktop-nav a:hover,body #site-header .desktop-nav a.is-active{color:#fff!important}
body #site-header .desktop-nav a:after,body #site-header.scrolled .desktop-nav a:after{background:var(--wayex-bone)!important}
body #site-header .bp-offer{border-color:rgba(221,216,202,.55)!important;background:transparent!important;color:#fff!important}
body #site-header .bp-offer:hover{border-color:var(--wayex-bone)!important;background:var(--wayex-bone)!important;color:var(--wayex-dark)!important}
.mobile-menu{background:var(--wayex-dark)!important}

/* Heros */
.page-hero,.services-corp-hero,.about-corp-hero,.blog-corp-hero,.blog-post-hero{background-color:var(--wayex-dark)!important}
.page-hero:before{background:linear-gradient(90deg,rgba(32,50,30,.97),rgba(70,98,69,.82) 58%,rgba(70,98,69,.55)),url('../images/wayex-hero-port-v2.png') center 46%/cover no-repeat!important}
.services-corp-hero:before,.about-corp-hero:before{background:linear-gradient(90deg,rgba(32,50,30,.9),rgba(32,50,30,.42))!important}
.services-corp-hero :where(h1,a,strong,nav),.page-hero :where(h1,a,strong),.about-corp-hero :where(h1,a,strong){color:#fff!important}
.services-corp-hero nav span,.page-hero .breadcrumb span{color:var(--wayex-bone)!important}

/* Main surfaces */
.section,.blog-article,.journal-list,.service-scope,.service-advantages,.service-faq,.service-longform,.express-editorial,
.about-corp-intro,.about-corp-approach,.about-corp-direction{background:var(--wayex-bone-light)!important}
.journal-feature,.tailored,.service-industries,.service-industries--express,.about-corp-principles,
.express-editorial-supplement{background:var(--wayex-bone-soft)!important}
.dark-band,.commitment,.about-corp-facts,.about-corp-closing,.service-industries--premium>.container,
.service-industries--express>.container{background:var(--wayex-dark)!important;color:#fff!important}
.dark-band :where(h2,h3,p,span),.commitment :where(h2,h3,p,span),.about-corp-facts :where(h2,h3,p,span),
.about-corp-closing :where(h2,h3,p,span),.service-industries--premium :where(h2,h3),.service-industries--express>.container :where(h2,h3){color:#fff!important}

/* Cards and panels */
:where(.service-card,.industry-card,.impact-card,.journal-card,.blog-card,.blog-related-card,.contact-form,
.service-faq details,.service-advantages>.container,.about-corp-principles__grid,.about-corp-direction__grid,
.express-editorial__body aside){background:#fff!important;border-color:var(--wayex-border)!important;box-shadow:0 14px 34px rgba(32,50,30,.07)!important}
:where(.service-card,.industry-card,.journal-card,.blog-card,.blog-related-card):hover{border-color:var(--wayex-hunter)!important;box-shadow:0 18px 42px rgba(32,50,30,.13)!important}
.industry-card:hover{background:var(--wayex-dark)!important;color:#fff!important}
.industry-card:hover :where(h2,h3,p){color:#fff!important}
.impact-card--large{background:var(--wayex-hunter)!important;color:#fff!important}
.impact-card--large :where(h2,p,span){color:#fff!important}

/* Typography accents and separators */
:where(.section-index,.eyebrow,.journal-card span,.blog-card span,.blog-related-card span,
.service-section-head>span,.service-advantages__content>span,.about-corp-intro__copy>span,
.about-corp-closing__inner>div>span,.blog-article__layout>article>header span){color:var(--wayex-hunter)!important}
body[data-page="blog_post"] .blog-article__layout--standard>article>header span{color:var(--wayex-hunter)!important}
:where(hr,.blog-related,.blog-article__layout>article>section,.service-faq details,.journal-card,.blog-related-card){border-color:var(--wayex-border)!important}
.service-section-head h2:after{background:var(--wayex-hunter)!important}

/* Buttons and text actions */
:where(.button,.bp-offer,.blog-related-card__more,.quote-section button,.contact-form button,
.quote-modal__form button,.about-corp-closing a,.footer-final__actions>div a:first-child){background:var(--wayex-hunter)!important;border-color:var(--wayex-hunter)!important;color:#fff!important;box-shadow:none!important}
:where(.button,.blog-related-card__more,.quote-section button,.contact-form button,.quote-modal__form button,
.about-corp-closing a):hover{background:var(--wayex-dark)!important;border-color:var(--wayex-dark)!important;color:#fff!important}
:where(a,.journal-card__more,.blog-card__more){text-decoration-color:var(--wayex-hunter)}
.why-section__icon,.about-corp-principles__grid article>i{background:rgba(70,98,69,.12)!important;color:var(--wayex-hunter)!important;border-color:rgba(70,98,69,.25)!important}

/* Forms */
:where(input,select,textarea){color:var(--wayex-dark)}
:where(.contact-form input,.contact-form select,.contact-form textarea,.quote-modal__form input,.quote-modal__form select){border-color:rgba(32,50,30,.28)!important}
:where(.contact-form input,.contact-form select,.contact-form textarea,.quote-modal__form input,.quote-modal__form select):focus{border-color:var(--wayex-hunter)!important;outline-color:var(--wayex-hunter)!important}
.quote-modal__panel{background:var(--wayex-bone-light)!important}
.quote-modal__intro{background:var(--wayex-dark)!important}

/* Footer */
body footer.site-footer,body footer.site-footer .footer-final__contact{background:var(--wayex-dark)!important}
body footer.site-footer .footer-final__contact-inner{border-bottom-color:rgba(221,216,202,.22)!important}
body footer.site-footer .footer-final__contact-inner>div:first-child>span,
body footer.site-footer .footer-final__main small{color:var(--wayex-bone)!important}
body footer.site-footer .footer-final__contact h2,body footer.site-footer .footer-final__contact h2 em{color:#fff!important}
body footer.site-footer .footer-final__actions>div a:first-child{background:var(--wayex-bone)!important;border-color:var(--wayex-bone)!important;color:var(--wayex-dark)!important}
body footer.site-footer .footer-final__actions>div a:last-child{border-color:rgba(221,216,202,.4)!important}
body footer.site-footer .footer-final__main nav>a:before{color:var(--wayex-bone)!important}
body footer.site-footer .footer-final__bottom{border-top-color:rgba(221,216,202,.2)!important}

/* Blog detay: geniş editoryal akış ve hızlı iletişim */
body[data-page="blog_post"] .blog-article{padding:100px 0 120px;background:#fff}
body[data-page="blog_post"] .blog-article__layout{width:calc(100% - 64px);max-width:1440px;display:block}
body[data-page="blog_post"] .blog-article__layout>article{width:100%;max-width:1040px;margin:0 auto}
body[data-page="blog_post"] .blog-article__layout>article>header{padding:0 0 46px;border:0}
body[data-page="blog_post"] .blog-article__layout>article>header span{display:block;margin-bottom:20px;color:#0b7740;font-size:12px;font-weight:800;letter-spacing:1.4px;text-transform:uppercase}
body[data-page="blog_post"] .blog-article__layout>article>header h2{max-width:none;margin:0 0 22px;color:#102f20;font-size:clamp(30px,3.4vw,42px);font-weight:720;line-height:1.16;letter-spacing:-1.1px;text-wrap:balance}
body[data-page="blog_post"] .blog-article__layout>article>header p{max-width:none;margin:0;color:#51645a;font-size:18px;font-weight:480;line-height:1.75}
body[data-page="blog_post"] .blog-article__layout>article>section{display:block;padding:52px 0;border-top:1px solid #dde5e0}
body[data-page="blog_post"] .blog-article__layout>article>section:last-child{padding-bottom:0}
body[data-page="blog_post"] .blog-article__layout>article>section h2{max-width:none;margin:0 0 16px;color:#123524;font-size:23px;font-weight:720;line-height:1.3;letter-spacing:-.3px}
body[data-page="blog_post"] .blog-article__layout>article>section p{max-width:none;margin:0;color:#485c51;font-size:16px;font-weight:460;line-height:1.85}
body[data-page="blog_post"] .blog-article__layout>article>section p+p{margin-top:20px}
body[data-page="blog_post"] .blog-article__layout--standard>article>section{max-width:780px}
body[data-page="blog_post"] .blog-article__layout--standard>article>header{max-width:880px}
body[data-page="blog_post"] .blog-article__layout--standard{max-width:1040px}
body[data-page="blog_post"] .blog-article__layout--standard>article{max-width:none}
body[data-page="blog_post"] .blog-article__layout--standard>article>header{padding:0 0 24px}
body[data-page="blog_post"] .blog-article__layout--standard>article>header span{margin-bottom:34px;color:#c51d18;font-size:11px;letter-spacing:1px}
body[data-page="blog_post"] .blog-article__layout--standard>article>header h2{margin-bottom:14px;font-size:17px;line-height:1.35;letter-spacing:0}
body[data-page="blog_post"] .blog-article__layout--standard>article>header p{font-size:14px;line-height:1.75}
body[data-page="blog_post"] .blog-article__layout--standard>article>section{max-width:none;padding:0 0 24px;border:0}
body[data-page="blog_post"] .blog-article__layout--standard>article>section h2{margin:0 0 12px;font-size:17px;line-height:1.35;letter-spacing:0}
body[data-page="blog_post"] .blog-article__layout--standard>article>section p{font-size:14px;line-height:1.75}
body[data-page="blog_post"] .blog-article__layout--standard>article>section p+p{margin-top:12px}
@media(max-width:700px){body[data-page="blog_post"] .blog-article__layout--standard>article>header span{margin-bottom:26px}body[data-page="blog_post"] .blog-article__layout--standard>article>header h2,body[data-page="blog_post"] .blog-article__layout--standard>article>section h2{font-size:18px}body[data-page="blog_post"] .blog-article__layout--standard>article>header p,body[data-page="blog_post"] .blog-article__layout--standard>article>section p{font-size:15px}}
body[data-page="blog_post"] .blog-quick-contact{width:calc(100% - 64px);max-width:1440px;margin-top:76px;padding:0;display:grid;grid-template-columns:1.35fr .85fr 1.1fr auto;align-items:stretch;background:#0a3e29;color:#fff;border-radius:3px;overflow:hidden;box-shadow:0 20px 50px rgba(6,48,30,.12)}
body[data-page="blog_post"] .blog-quick-contact>div,body[data-page="blog_post"] .blog-quick-contact>a{min-height:118px;padding:28px 32px;display:flex;flex-direction:column;justify-content:center;border-right:1px solid rgba(255,255,255,.16);color:inherit;text-decoration:none}
body[data-page="blog_post"] .blog-quick-contact small{margin-bottom:8px;color:#91dcb6;font-size:10px;font-weight:800;letter-spacing:1.1px;text-transform:uppercase}
body[data-page="blog_post"] .blog-quick-contact strong{font-size:16px;font-weight:680;line-height:1.4}
body[data-page="blog_post"] .blog-quick-contact>div strong{font-size:21px}
body[data-page="blog_post"] .blog-quick-contact .blog-quick-contact__action{min-width:210px;align-items:center;text-align:center;background:#11834a;font-size:13px;font-weight:750;border-right:0}
@media(max-width:1050px){body[data-page="blog_post"] .blog-quick-contact{grid-template-columns:1fr 1fr}body[data-page="blog_post"] .blog-quick-contact>div,body[data-page="blog_post"] .blog-quick-contact>a{border-bottom:1px solid rgba(255,255,255,.16)}}
@media(max-width:700px){body[data-page="blog_post"] .blog-article{padding:66px 0 78px}body[data-page="blog_post"] .blog-article__layout,body[data-page="blog_post"] .blog-quick-contact{width:calc(100% - 24px)}body[data-page="blog_post"] .blog-article__layout>article>header{padding-bottom:42px}body[data-page="blog_post"] .blog-article__layout>article>header h2{font-size:34px;letter-spacing:-.8px}body[data-page="blog_post"] .blog-article__layout>article>header p{font-size:17px}body[data-page="blog_post"] .blog-article__layout>article>section{padding:34px 0}body[data-page="blog_post"] .blog-article__layout>article>section h2{font-size:24px}body[data-page="blog_post"] .blog-article__layout>article>section p{font-size:16px;line-height:1.8}body[data-page="blog_post"] .blog-quick-contact{grid-template-columns:1fr;margin-top:52px}body[data-page="blog_post"] .blog-quick-contact>div,body[data-page="blog_post"] .blog-quick-contact>a{min-height:auto;padding:24px;border-right:0}}
body[data-page="blog_post"] .blog-related{width:calc(100% - 64px);max-width:1440px;margin-top:90px;padding-top:70px;border-top:1px solid #cad7ce}
body[data-page="blog_post"] .blog-related__head{margin-bottom:40px}
body[data-page="blog_post"] .blog-related__head span{display:block;margin-bottom:16px;color:#087a41;font-size:11px;font-weight:800;letter-spacing:1.15px;text-transform:uppercase}
body[data-page="blog_post"] .blog-related__head h3{margin:0;max-width:640px;color:#102f20;font-size:clamp(28px,3vw,38px);font-weight:700;line-height:1.2;letter-spacing:-1px}
body[data-page="blog_post"] .blog-related__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
body[data-page="blog_post"] .blog-related-card{border:1px solid #d9e2dc;border-radius:14px;background:#f7faf8;overflow:hidden;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}
body[data-page="blog_post"] .blog-related-card:hover{transform:translateY(-4px);border-color:#a9c6b4;box-shadow:0 18px 42px rgba(7,48,29,.09)}
body[data-page="blog_post"] .blog-related-card__image{display:block;height:190px;background:linear-gradient(180deg,transparent 65%,rgba(2,24,14,.2)),var(--journal-image) center/cover no-repeat}
body[data-page="blog_post"] .blog-related-card>div{padding:26px}
body[data-page="blog_post"] .blog-related-card span{color:#087a41;font-size:10px;font-weight:750;text-transform:uppercase;letter-spacing:.6px}
body[data-page="blog_post"] .blog-related-card h4{margin:14px 0 10px;color:#102f20;font-size:18px;font-weight:650;line-height:1.32}
body[data-page="blog_post"] .blog-related-card h4 a{color:inherit;text-decoration:none}
body[data-page="blog_post"] .blog-related-card p{margin:0 0 18px;color:#5a6960;font-size:13px;line-height:1.65}
body[data-page="blog_post"] .blog-related-card__more{color:#0b7740;font-size:11px;font-weight:750;text-decoration:none;text-transform:uppercase;letter-spacing:.5px}
body[data-page="blog_post"] .blog-related-card__more b{margin-left:6px;font-weight:400}
body[data-page="blog_post"] .blog-related{padding-bottom:110px}
body[data-page="blog_post"] .blog-article--standard{padding-bottom:0}
body[data-page="blog_post"] .blog-article--standard .blog-related{padding-bottom:32px}
body[data-page="blog_post"] .blog-article--standard .blog-related{margin-top:72px;padding-top:38px;border-top:1px solid #d8e0db}
body[data-page="blog_post"] .blog-article--standard .blog-related__head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:30px}
body[data-page="blog_post"] .blog-article--standard .blog-related__head span{margin:0 0 5px;color:#087a41;font-size:10px;letter-spacing:1.2px}
body[data-page="blog_post"] .blog-article--standard .blog-related__head h3{max-width:none;font-size:27px;font-weight:620;line-height:1.2;letter-spacing:-.5px}
body[data-page="blog_post"] .blog-article--standard .blog-related__head h3 br{display:none}
body[data-page="blog_post"] .blog-article--standard .blog-related__grid{gap:24px;align-items:stretch}
body[data-page="blog_post"] .blog-article--standard .blog-related-card{height:100%;display:flex;flex-direction:column;border:1px solid #cfdad3;border-radius:7px;background:#fff;overflow:hidden;box-shadow:0 8px 24px rgba(8,55,34,.06)}
body[data-page="blog_post"] .blog-article--standard .blog-related-card:hover{transform:translateY(-3px);border-color:#9db9a8;box-shadow:0 14px 32px rgba(8,55,34,.1)}
body[data-page="blog_post"] .blog-article--standard .blog-related-card__image{height:215px;border-radius:0;background-position:center;transition:filter .25s ease}
body[data-page="blog_post"] .blog-article--standard .blog-related-card:hover .blog-related-card__image{filter:brightness(.94)}
body[data-page="blog_post"] .blog-article--standard .blog-related-card>div{flex:1;display:flex;flex-direction:column;padding:24px 24px 25px}
body[data-page="blog_post"] .blog-article--standard .blog-related-card span{font-size:9px;font-weight:800;letter-spacing:1.1px}
body[data-page="blog_post"] .blog-article--standard .blog-related-card h4{margin:11px 0 10px;font-size:18px;font-weight:720;line-height:1.36}
body[data-page="blog_post"] .blog-article--standard .blog-related-card p{margin:0 0 22px;color:#5d6d64;font-size:13px;line-height:1.65}
body[data-page="blog_post"] .blog-article--standard .blog-related-card__more{width:max-content;min-height:38px;margin-top:auto;padding:0 15px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid #087a41;border-radius:4px;background:#087a41;color:#fff;font-size:10px;font-weight:800;letter-spacing:.6px;transition:background .2s ease,border-color .2s ease}
body[data-page="blog_post"] .blog-article--standard .blog-related-card__more b{margin:0;color:#fff;transition:transform .2s ease}
body[data-page="blog_post"] .blog-article--standard .blog-related-card__more:hover{background:#075f34;border-color:#075f34}
body[data-page="blog_post"] .blog-article--standard .blog-related-card:hover .blog-related-card__more b{transform:translate(2px,-2px)}
.why-section__list article>a,.services-gallery__copy>a{width:auto!important;min-width:52px!important;padding:0 11px!important;border-radius:4px!important;font-size:9px!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.5px!important}

/* Blog detayında tüm bölümler header ile aynı kurumsal ekseni kullanır. */
body[data-page="blog_post"]{--blog-shell:1320px}
body[data-page="blog_post"] .blog-post-hero .services-corp-hero__inner,
body[data-page="blog_post"] .blog-article__layout--standard,
body[data-page="blog_post"] .blog-article--standard .blog-related,
body[data-page="blog_post"] footer.site-footer .footer-final__contact-inner,
body[data-page="blog_post"] footer.site-footer .footer-final__main,
body[data-page="blog_post"] footer.site-footer .footer-final__bottom{width:min(calc(100% - 48px),var(--blog-shell))!important;max-width:var(--blog-shell)!important;margin-inline:auto!important}
body[data-page="blog_post"] .blog-article__layout--standard>article{margin:0!important}
@media(max-width:1050px){body[data-page="blog_post"] .blog-post-hero .services-corp-hero__inner,body[data-page="blog_post"] .blog-article__layout--standard,body[data-page="blog_post"] .blog-article--standard .blog-related,body[data-page="blog_post"] footer.site-footer .footer-final__contact-inner,body[data-page="blog_post"] footer.site-footer .footer-final__main,body[data-page="blog_post"] footer.site-footer .footer-final__bottom{width:calc(100% - 32px)!important}}
@media(max-width:600px){body[data-page="blog_post"] .blog-post-hero .services-corp-hero__inner,body[data-page="blog_post"] .blog-article__layout--standard,body[data-page="blog_post"] .blog-article--standard .blog-related,body[data-page="blog_post"] footer.site-footer .footer-final__contact-inner,body[data-page="blog_post"] footer.site-footer .footer-final__main,body[data-page="blog_post"] footer.site-footer .footer-final__bottom{width:calc(100% - 24px)!important}}
@media(max-width:1050px){body[data-page="blog_post"] .blog-related__grid{grid-template-columns:1fr 1fr}}
@media(max-width:700px){body[data-page="blog_post"] .blog-related{width:calc(100% - 24px)}body[data-page="blog_post"] .blog-related{margin-top:60px;padding-top:50px;padding-bottom:70px}body[data-page="blog_post"] .blog-article--standard .blog-related{margin-top:48px;padding-top:28px;padding-bottom:24px}body[data-page="blog_post"] .blog-article--standard .blog-related__head{display:block;margin-bottom:24px}body[data-page="blog_post"] .blog-article--standard .blog-related__head span{margin-bottom:10px}body[data-page="blog_post"] .blog-article--standard .blog-related__head h3{font-size:24px}body[data-page="blog_post"] .blog-related__grid{grid-template-columns:1fr}body[data-page="blog_post"] .blog-article--standard .blog-related-card__image{height:210px}}

body[data-page="blog_post"] .blog-post-hero{position:relative;min-height:470px;margin-top:82px;display:flex;align-items:flex-end;background:var(--services-hero) center/cover no-repeat;color:#fff;overflow:hidden}
body[data-page="blog_post"] .blog-post-hero h1{max-width:1080px;font-size:clamp(44px,4.7vw,68px);line-height:1.04;text-wrap:balance}
.blog-article{padding:105px 0 125px;background:#fff}.blog-article__layout{width:calc(100% - 64px);max-width:1280px;display:grid;grid-template-columns:minmax(0,820px) 250px;justify-content:space-between;gap:90px}.blog-article__layout>article>header{padding-bottom:38px;border-bottom:1px solid #cad7ce}.blog-article__layout>article>header span{display:block;margin-bottom:20px;color:#087a41;font-size:11px;font-weight:800;letter-spacing:1.15px;text-transform:uppercase}.blog-article__layout>article>header p{margin:0;color:#294839;font-size:21px;font-weight:550;line-height:1.65}.blog-article__layout>article>section{padding:42px 0 5px}.blog-article__layout>article>section+section{border-top:1px solid #d6dfd9}.blog-article__layout h2{max-width:720px;margin:0 0 20px;color:#102f20;font-size:31px;font-weight:700;line-height:1.25;letter-spacing:-.6px}.blog-article__layout>article>section p{margin:0;color:#4e5f55;font-size:17px;font-weight:450;line-height:1.9}.blog-article__layout>article>footer{margin-top:48px;padding:34px 36px;display:flex;align-items:center;justify-content:space-between;gap:30px;background:#edf4ef;border-left:4px solid #128149}.blog-article__layout>article>footer p{max-width:430px;margin:0;color:#173c2a;font-size:16px;font-weight:650}.blog-article__layout>article>footer a{padding:12px 17px;border-radius:999px;background:#0b7740;color:#fff;font-size:12px;font-weight:700;text-decoration:none;white-space:nowrap}.blog-article__layout>aside{position:sticky;top:115px;height:max-content;padding:27px 0;border-top:3px solid #128149;border-bottom:1px solid #cad7ce}.blog-article__layout>aside span{display:block;color:#087a41;font-size:9px;font-weight:800;letter-spacing:1.15px;text-transform:uppercase}.blog-article__layout>aside strong{display:block;margin:17px 0 9px;color:#173c2a;font-size:18px}.blog-article__layout>aside p{margin:0 0 30px;color:#5a6960;font-size:13px}.blog-article__layout>aside a{color:#0b7740;font-size:12px;font-weight:700;text-decoration:none;border-bottom:1px solid #0b7740}
@media(max-width:900px){.blog-article__layout{grid-template-columns:1fr}.blog-article__layout>aside{position:static;display:none}}
@media(max-width:700px){body[data-page="blog_post"] .blog-post-hero{min-height:360px;margin-top:70px}body[data-page="blog_post"] .blog-post-hero h1{font-size:38px}.blog-article{padding:68px 0 82px}.blog-article__layout{width:calc(100% - 24px)}.blog-article__layout>article>header p{font-size:18px}.blog-article__layout h2{font-size:26px}.blog-article__layout>article>section p{font-size:16px;line-height:1.82}.blog-article__layout>article>footer{align-items:flex-start;flex-direction:column;padding:28px 23px}}

/* Blog — kurumsal breadcrumb ve premium yayın arşivi */
body[data-page="blog"] .blog-corp-hero{position:relative;min-height:410px;margin-top:82px;display:flex;align-items:flex-end;background:var(--services-hero) center 48%/cover no-repeat;color:#fff;overflow:hidden}
body[data-page="blog"] .blog-corp-hero:before{background:linear-gradient(90deg,rgba(3,35,22,.92),rgba(4,48,29,.62) 44%,rgba(4,48,29,.16) 80%),linear-gradient(180deg,transparent 48%,rgba(2,25,16,.45))}
body[data-page="blog"] .journal-feature{padding:110px 0 92px;background:#f2f6f3}
body[data-page="blog"] .journal-feature>.container{width:calc(100% - 64px);max-width:1560px}
body[data-page="blog"] .journal-feature__grid{grid-template-columns:1.12fr .88fr;min-height:570px;border:0;border-radius:22px;box-shadow:0 28px 65px rgba(6,42,26,.14);overflow:hidden}
body[data-page="blog"] .journal-feature__image{background-position:center}
body[data-page="blog"] .journal-feature__copy{padding:72px;background:linear-gradient(135deg,#082f20,#0d472f);color:#fff}
body[data-page="blog"] .journal-feature__copy>span{color:#8be2af;font-weight:700;letter-spacing:1.25px}
body[data-page="blog"] .journal-feature__copy h2{max-width:600px;margin:25px 0 24px;color:#fff;font-size:clamp(39px,3.25vw,52px);font-weight:600;line-height:1.08;letter-spacing:-1.5px}
body[data-page="blog"] .journal-feature__copy p{max-width:580px;color:#bfd2c8;font-size:15px;font-weight:500;line-height:1.75}
body[data-page="blog"] .journal-feature__copy>a{margin-top:30px;padding:12px 18px;border:1px solid rgba(255,255,255,.4);border-radius:999px;color:#fff;font-size:11px;text-decoration:none}
body[data-page="blog"] .journal-list{padding:100px 0 125px;background:#fff}
body[data-page="blog"] .journal-list>.container{width:calc(100% - 64px);max-width:1560px}
body[data-page="blog"] .journal-list__head{display:grid;grid-template-columns:1fr 1fr;align-items:end;gap:70px;margin-bottom:50px;padding:0 0 34px;border-bottom:1px solid #c9d5cd}
body[data-page="blog"] .journal-list__head>div>span{display:block;margin-bottom:13px;color:#087a41;font-size:10px;font-weight:800;letter-spacing:1.3px;text-transform:uppercase}
body[data-page="blog"] .journal-list__head h2{font-size:46px;font-weight:650;letter-spacing:-1.2px}
body[data-page="blog"] .journal-list__head>p{max-width:500px;margin:0 0 4px;color:#59685f;font-size:15px;font-weight:500;line-height:1.7}
body[data-page="blog"] .journal-list__grid{grid-template-columns:repeat(3,1fr);gap:22px;border:0}
body[data-page="blog"] .journal-card{border:1px solid #d9e2dc;border-radius:14px;background:#f7faf8;overflow:hidden;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}
body[data-page="blog"] .journal-card:hover{transform:translateY(-4px);border-color:#a9c6b4;box-shadow:0 18px 42px rgba(7,48,29,.09)}
body[data-page="blog"] .journal-card__image{height:260px;transition:transform .45s ease}
body[data-page="blog"] .journal-card:hover .journal-card__image{transform:scale(1.015)}
body[data-page="blog"] .journal-card>div{min-height:292px;padding:30px 29px 72px;background:linear-gradient(145deg,#fff,#f0f6f2)}
body[data-page="blog"] .journal-card span{color:#087a41;font-weight:750}
body[data-page="blog"] .journal-card h3{margin:17px 0 14px;color:#102f20;font-size:23px;font-weight:650;line-height:1.28;letter-spacing:-.45px}
body[data-page="blog"] .journal-card p{color:#5a6960;font-size:14px;font-weight:500;line-height:1.68}
body[data-page="blog"] .journal-card>div>a:last-child{right:auto;left:29px;bottom:26px;padding-bottom:4px;border-bottom:1px solid #128149;color:#0b7740;font-size:11px;font-weight:750;text-transform:uppercase;letter-spacing:.55px}
@media(max-width:1050px){body[data-page="blog"] .journal-list__grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){body[data-page="blog"] .blog-corp-hero{min-height:310px;margin-top:70px}body[data-page="blog"] .journal-feature{padding:68px 0}body[data-page="blog"] .journal-feature>.container,body[data-page="blog"] .journal-list>.container{width:calc(100% - 24px)}body[data-page="blog"] .journal-feature__grid{grid-template-columns:1fr;min-height:0;border-radius:15px}body[data-page="blog"] .journal-feature__image{min-height:300px}body[data-page="blog"] .journal-feature__copy{padding:38px 26px 43px}body[data-page="blog"] .journal-list{padding:70px 0 82px}body[data-page="blog"] .journal-list__head{grid-template-columns:1fr;gap:18px;margin-bottom:36px}body[data-page="blog"] .journal-list__head h2{font-size:39px}body[data-page="blog"] .journal-list__grid{grid-template-columns:1fr}body[data-page="blog"] .journal-card__image{height:240px}}

/* Tüm hizmet detaylarında Minivan sayfasıyla aynı sektörel uzmanlık paneli. */
body[data-page$="_service"] .service-industries--premium{padding:118px 0;background:#edf3ef}
body[data-page$="_service"] .service-industries--premium>.container{position:relative;width:calc(100% - 64px);max-width:1560px;padding:68px 70px;display:grid;grid-template-columns:410px 1fr;gap:76px;border:0;border-radius:22px;background:linear-gradient(120deg,#082f20 0%,#0a3b28 54%,#0d472f 100%);box-shadow:0 30px 70px rgba(5,40,25,.18);overflow:hidden}
body[data-page$="_service"] .service-industries--premium>.container:after{content:"";position:absolute;right:-160px;bottom:-230px;width:520px;height:520px;border:1px solid rgba(132,222,170,.13);border-radius:50%;box-shadow:0 0 0 75px rgba(132,222,170,.035),0 0 0 150px rgba(132,222,170,.025);pointer-events:none}
body[data-page$="_service"] .service-industries--premium .service-section-head{position:relative;z-index:1;margin:0;padding:2px 54px 0 0;text-align:left}
body[data-page$="_service"] .service-industries--premium .service-section-head>span{margin-bottom:23px;color:#83dda9}
body[data-page$="_service"] .service-industries--premium .service-section-head h2{margin:0;color:#fff;font-size:clamp(38px,3vw,49px);line-height:1.08}
body[data-page$="_service"] .service-industries--premium .service-section-head h2:after{margin:25px 0 0;background:#83dda9}
body[data-page$="_service"] .service-industries--premium .service-section-head>p{max-width:370px;margin:25px 0 0;color:#b9cec3;font-size:15px;font-weight:500;line-height:1.7}
body[data-page$="_service"] .service-industries--premium .service-industries__grid{position:relative;z-index:1;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid rgba(255,255,255,.2);border-left:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.025)}
body[data-page$="_service"] .service-industries--premium .service-industries__grid article{min-height:190px;padding:31px 28px;border:0;border-right:1px solid rgba(255,255,255,.18);border-bottom:1px solid rgba(255,255,255,.18);border-radius:0;background:rgba(255,255,255,.035);box-shadow:none;transition:background .25s ease}
body[data-page$="_service"] .service-industries--premium .service-industries__grid article:hover{background:rgba(255,255,255,.075)}
body[data-page$="_service"] .service-industries--premium .service-industries__grid h3{margin:0 0 16px;color:#8be2af;font-size:20px;font-weight:700}
body[data-page$="_service"] .service-industries--premium .service-industries__grid p{color:#c2d3ca;font-size:13px;font-weight:500;line-height:1.7}
@media(max-width:950px){body[data-page$="_service"] .service-industries--premium>.container{grid-template-columns:1fr;gap:48px;padding:56px 48px}body[data-page$="_service"] .service-industries--premium .service-section-head{padding-right:0}body[data-page$="_service"] .service-industries--premium .service-section-head>p{max-width:620px}}
@media(max-width:700px){body[data-page$="_service"] .service-industries--premium{padding:68px 0}body[data-page$="_service"] .service-industries--premium>.container{width:calc(100% - 24px);padding:42px 23px;gap:38px;border-radius:16px}body[data-page$="_service"] .service-industries--premium .service-section-head h2{font-size:36px}body[data-page$="_service"] .service-industries--premium .service-industries__grid{grid-template-columns:1fr}body[data-page$="_service"] .service-industries--premium .service-industries__grid article{min-height:auto;padding:25px 21px}}
.express-editorial header>span,.service-longform header>span{display:none}.express-editorial header,.service-longform header{display:block}.express-editorial header h2,.service-longform header h2{max-width:980px;margin-left:auto;margin-right:auto}
.service-longform-addendum{margin-top:-90px;padding:0 0 118px;background:#fff}.service-longform-addendum>.container{width:calc(100% - 64px);max-width:1040px;border-top:1px solid #cad7ce;padding-top:42px}.service-longform-addendum h3{margin:0 0 17px;color:#123624;font-size:26px;font-weight:700}.service-longform-addendum p{margin:0;color:#4d5f55;font-size:16px;font-weight:500;line-height:1.86}@media(max-width:700px){.service-longform-addendum{margin-top:-45px;padding-bottom:72px}.service-longform-addendum>.container{width:calc(100% - 24px)}.service-longform-addendum h3{font-size:23px}.service-longform-addendum p{font-size:15px;line-height:1.78}}
.service-advantages--static .service-advantages__media{background:var(--static-service-image) center/cover no-repeat}.service-advantages--static .service-advantages__media:after{inset:48% 0 0}.service-industries--premium{background:#edf3ef}.service-industries--premium>.container{position:relative;border-top:0;border-radius:22px;background:linear-gradient(120deg,#082f20 0%,#0a3b28 54%,#0d472f 100%);box-shadow:0 30px 70px rgba(5,40,25,.18);overflow:hidden}.service-industries--premium>.container:after{content:"";position:absolute;right:-160px;bottom:-230px;width:520px;height:520px;border:1px solid rgba(132,222,170,.13);border-radius:50%;box-shadow:0 0 0 75px rgba(132,222,170,.035),0 0 0 150px rgba(132,222,170,.025);pointer-events:none}.service-industries--premium .service-section-head{position:relative;z-index:1}.service-industries--premium .service-section-head>span{color:#83dda9}.service-industries--premium .service-section-head h2{color:#fff}.service-industries--premium .service-section-head h2:after{background:#83dda9}.service-industries--premium .service-section-head>p{color:#b9cec3}.service-industries--premium .service-industries__grid{position:relative;z-index:1;border-color:rgba(255,255,255,.2);background:rgba(255,255,255,.025)}.service-industries--premium .service-industries__grid article{border-color:rgba(255,255,255,.18);background:rgba(255,255,255,.035)}.service-industries--premium .service-industries__grid h3{color:#8be2af}.service-industries--premium .service-industries__grid p{color:#c2d3ca}
.service-longform{padding:118px 0;background:#fff}.service-longform>.container{width:calc(100% - 64px);max-width:1440px}.service-longform header{display:grid;grid-template-columns:270px 1fr;gap:70px;padding-bottom:55px;border-bottom:1px solid #cad7ce}.service-longform header span{padding-top:9px;color:#087a41;font-size:10px;font-weight:800;letter-spacing:1.35px;text-transform:uppercase}.service-longform header h2{max-width:920px;margin:0;color:#102b1d;font-size:clamp(40px,3.6vw,56px);font-weight:700;line-height:1.08;letter-spacing:-1.7px}.service-longform article{max-width:1040px;margin:0 auto;padding-top:64px}.service-longform h3{margin:42px 0 17px;color:#123624;font-size:26px;font-weight:700}.service-longform h3:first-child{margin-top:0}.service-longform p{margin:0 0 22px;color:#4d5f55;font-size:16px;font-weight:500;line-height:1.86}@media(max-width:700px){.service-longform{padding:72px 0}.service-longform>.container{width:calc(100% - 24px)}.service-longform header{grid-template-columns:1fr;gap:18px;padding-bottom:38px}.service-longform header h2{font-size:36px}.service-longform article{padding-top:42px}.service-longform h3{font-size:23px}.service-longform p{font-size:15px;line-height:1.78}}
.express-editorial__article{max-width:1040px;margin:0 auto;padding:64px 0 8px}.express-editorial__article h3{margin:46px 0 17px;color:#123624;font-size:26px;font-weight:700;line-height:1.3}.express-editorial__article h3:first-child{margin-top:0}.express-editorial__article p{margin:0 0 21px;color:#4d5f55;font-size:16px;font-weight:500;line-height:1.86}.express-editorial__article p:first-of-type{font-size:18px;line-height:1.78;color:#294839}@media(max-width:700px){.express-editorial__article{padding-top:42px}.express-editorial__article h3{margin-top:36px;font-size:23px}.express-editorial__article p,.express-editorial__article p:first-of-type{font-size:15px;line-height:1.78}}
.express-editorial-supplement{margin-top:-126px;padding:0 0 118px;background:#fff}.express-editorial-supplement>.container{width:calc(100% - 64px);max-width:1040px}.express-editorial-supplement article{padding-top:4px}.express-editorial-supplement h3{margin:46px 0 17px;color:#123624;font-size:26px;font-weight:700;line-height:1.3}.express-editorial-supplement p{margin:0 0 21px;color:#4d5f55;font-size:16px;font-weight:500;line-height:1.86}@media(max-width:700px){.express-editorial-supplement{margin-top:-78px;padding-bottom:72px}.express-editorial-supplement>.container{width:calc(100% - 24px)}.express-editorial-supplement h3{margin-top:36px;font-size:23px}.express-editorial-supplement p{font-size:15px;line-height:1.78}}
@media(max-width:950px){.service-industries--express>.container{grid-template-columns:1fr;gap:48px;padding:56px 48px}.service-industries--express .service-section-head{padding-right:0}.service-industries--express .service-section-head>p{max-width:620px}}
@media(max-width:700px){.service-industries--express{padding:68px 0}.service-industries--express>.container{width:calc(100% - 24px);padding:42px 23px;gap:38px;border-radius:16px}.service-industries--express .service-section-head h2{font-size:36px}.service-industries--express .service-industries__grid{grid-template-columns:1fr}.service-industries--express .service-industries__grid article{min-height:auto;padding:25px 21px}}
@media(max-width:950px){.service-industries--express>.container{grid-template-columns:1fr;gap:48px;padding:56px 48px}.service-industries--express .service-section-head{padding-right:0}.service-industries--express .service-section-head>p{max-width:620px}}
@media(max-width:700px){.service-industries--express{padding:68px 0}.service-industries--express>.container{width:calc(100% - 24px);padding:42px 23px;gap:38px}.service-industries--express .service-section-head h2{font-size:36px}.service-industries--express .service-industries__grid{grid-template-columns:1fr}.service-industries--express .service-industries__grid article{min-height:auto;padding:25px 21px}}

body[data-page="express_service"] .service-industries--express{background:#edf3ef}
body[data-page="express_service"] .service-industries--express>.container{position:relative;border-top:0;border-radius:22px;background:linear-gradient(120deg,#082f20 0%,#0a3b28 54%,#0d472f 100%);box-shadow:0 30px 70px rgba(5,40,25,.18);overflow:hidden}
body[data-page="express_service"] .service-industries--express>.container:after{content:"";position:absolute;right:-160px;bottom:-230px;width:520px;height:520px;border:1px solid rgba(132,222,170,.13);border-radius:50%;box-shadow:0 0 0 75px rgba(132,222,170,.035),0 0 0 150px rgba(132,222,170,.025);pointer-events:none}
body[data-page="express_service"] .service-industries--express .service-section-head{position:relative;z-index:1}
body[data-page="express_service"] .service-industries--express .service-section-head>span{color:#83dda9}
body[data-page="express_service"] .service-industries--express .service-section-head h2{color:#fff}
body[data-page="express_service"] .service-industries--express .service-section-head h2:after{background:#83dda9}
body[data-page="express_service"] .service-industries--express .service-section-head>p{color:#b9cec3}
body[data-page="express_service"] .service-industries--express .service-industries__grid{position:relative;z-index:1;border-color:rgba(255,255,255,.2);background:rgba(255,255,255,.025)}
body[data-page="express_service"] .service-industries--express .service-industries__grid article{border-color:rgba(255,255,255,.18);background:rgba(255,255,255,.035);transition:background .25s ease}
body[data-page="express_service"] .service-industries--express .service-industries__grid article:hover{background:rgba(255,255,255,.075)}
body[data-page="express_service"] .service-industries--express .service-industries__grid h3{color:#8be2af}
body[data-page="express_service"] .service-industries--express .service-industries__grid p{color:#c2d3ca}
.express-editorial{padding:118px 0;background:#fff}.express-editorial>.container{width:calc(100% - 64px);max-width:1440px}.express-editorial header{display:grid;grid-template-columns:270px 1fr;gap:70px;padding-bottom:55px;border-bottom:1px solid #cad7ce}.express-editorial header>span{padding-top:10px;color:#087a41;font-size:10px;font-weight:800;letter-spacing:1.35px;text-transform:uppercase}.express-editorial header h2{max-width:900px;margin:0;color:#102b1d;font-size:clamp(40px,3.6vw,56px);font-weight:700;line-height:1.08;letter-spacing:-1.7px}.express-editorial__body{display:grid;grid-template-columns:1.3fr .7fr;gap:100px;padding:62px 0}.express-editorial h3{margin:0 0 19px;color:#123624;font-size:24px;font-weight:700;line-height:1.3}.express-editorial__body article p{max-width:760px;margin:0 0 20px;color:#506158;font-size:16px;font-weight:500;line-height:1.82}.express-editorial__body aside{padding:35px 38px;background:#edf4ef;border-left:4px solid #128149}.express-editorial__body aside h3{font-size:21px}.express-editorial__body ul{margin:0;padding:0;list-style:none}.express-editorial__body li{position:relative;padding:15px 0 15px 21px;border-bottom:1px solid #cbd8d0;color:#254837;font-size:14px;font-weight:600;line-height:1.5}.express-editorial__body li:before{content:"";position:absolute;left:0;top:23px;width:6px;height:6px;border-radius:50%;background:#128149}.express-editorial__footer{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #cad7ce;border-bottom:1px solid #cad7ce}.express-editorial__footer article{padding:38px 50px 40px 0}.express-editorial__footer article+article{padding-left:50px;border-left:1px solid #cad7ce}.express-editorial__footer h3{font-size:20px}.express-editorial__footer p{max-width:560px;margin:0;color:#56665d;font-size:14px;font-weight:500;line-height:1.75}

@media(max-width:950px){.service-industries--express>.container{grid-template-columns:1fr;gap:48px;padding:56px 48px}.service-industries--express .service-section-head{padding-right:0}.service-industries--express .service-section-head>p{max-width:620px}}
@media(max-width:700px){.service-industries--express{padding:68px 0}.service-industries--express>.container{width:calc(100% - 24px);padding:42px 23px;gap:38px}.service-industries--express .service-section-head h2{font-size:36px}.service-industries--express .service-industries__grid{grid-template-columns:1fr}.service-industries--express .service-industries__grid article{min-height:auto;padding:25px 21px}}
@media(min-width:1051px) and (max-width:1250px){
  body[data-page="home"] .header-inner{width:calc(100% - 48px);grid-template-columns:220px minmax(440px,1fr) 190px}
  body[data-page="home"] .bp-logo img{width:185px}
  body[data-page="home"] .desktop-nav{gap:25px;transform:translateX(-20px)}
  body[data-page="home"] .desktop-nav a{font-size:11px!important}
}

/* Wayex signature header + premium hero */
@media(min-width:1051px){
  body[data-page="home"] .site-header{height:88px;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(5,59,34,.08);backdrop-filter:blur(18px)}
  body[data-page="home"] .header-inner{width:min(calc(100% - 64px),1380px);height:88px;grid-template-columns:205px 1fr 190px}
  body[data-page="home"] .bp-logo img{width:164px}
  body[data-page="home"] .desktop-nav{transform:none;gap:38px}
  body[data-page="home"] .desktop-nav a{font-size:11.5px!important;color:#26332c}
  body[data-page="home"] .desktop-nav a:after{bottom:19px}
  body[data-page="home"] .bp-header-actions{justify-self:end;padding-right:48px}
  body[data-page="home"] .site-header .bp-header-actions .bp-offer{width:auto;height:42px;min-height:42px;padding:0 17px!important;gap:18px;border-radius:999px!important}
  body[data-page="home"] .menu-toggle{transform:none}
}
.bp-hero{height:760px;padding:112px 24px 24px;background:#f2f6f3;color:#fff;overflow:hidden}
.bp-hero__stage{position:relative;width:min(100%,1500px);height:624px;margin:auto;border-radius:30px;overflow:hidden;background:#073b29;box-shadow:0 25px 70px rgba(3,42,25,.16)}
.bp-hero__slide{position:absolute;inset:0;opacity:0;visibility:hidden;transform:scale(1.025);transition:opacity .8s ease,transform 1.2s ease,visibility .8s;background-image:linear-gradient(90deg,rgba(3,38,25,.94) 0%,rgba(3,38,25,.77) 36%,rgba(3,38,25,.14) 68%,rgba(3,38,25,.06)),var(--hero-image);background-position:center;background-size:cover}
.bp-hero__slide:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 64%,rgba(2,24,16,.38))}
.bp-hero__slide.is-active{opacity:1;visibility:visible;transform:scale(1)}
.bp-hero__content{position:relative;z-index:2;width:min(calc(100% - 96px),1320px);height:100%;margin:auto;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-bottom:18px}
.bp-hero__eyebrow{display:flex;align-items:center;gap:12px;color:#a9e8c4;font-size:10px!important;font-weight:700;text-transform:uppercase;letter-spacing:2.2px}.bp-hero__eyebrow:before{content:"";width:30px;height:1px;background:#78d5a0}
.bp-hero h1,.bp-hero h2{max-width:720px;margin:25px 0 24px;font:600 clamp(52px,4.7vw,76px)/1.02 "Manrope",sans-serif;letter-spacing:-4.5px}.bp-hero h1 em,.bp-hero h2 em{font-style:normal;color:#84dfab}
.bp-hero__content>p{max-width:540px;margin:0;color:rgba(255,255,255,.72);font-size:15px;line-height:1.75}
.bp-hero__actions{display:flex;gap:12px;margin-top:34px}.bp-hero__actions a{height:46px;padding:0 19px;border:1px solid rgba(255,255,255,.35);border-radius:999px;display:flex;align-items:center;gap:22px;color:#fff;font-size:11px;font-weight:700;transition:.25s}.bp-hero__actions a:first-child{background:#fff;color:#08743a;border-color:#fff}.bp-hero__actions a:hover{background:#8be3b0;color:#063c27;border-color:#8be3b0;transform:translateY(-2px)}.bp-hero__actions b{font-size:16px;font-weight:500}
.bp-hero__controls{position:absolute;z-index:4;left:50%;bottom:28px;width:min(calc(100% - 96px),1320px);transform:translateX(-50%);display:flex;align-items:center;justify-content:space-between}.bp-hero__dots{display:flex;gap:7px}.bp-hero__dots button{width:7px;height:7px;padding:0;border:0;border-radius:99px;background:rgba(255,255,255,.45);cursor:pointer;transition:.3s}.bp-hero__dots button.is-active{width:28px;background:#fff}.bp-hero__controls>div:last-child{display:flex;gap:8px}.bp-hero__controls>div:last-child button{width:39px;height:39px;border:1px solid rgba(255,255,255,.42);border-radius:50%;background:rgba(4,44,29,.25);color:#fff;backdrop-filter:blur(8px);cursor:pointer;transition:.25s}.bp-hero__controls>div:last-child button:hover{background:#fff;color:#08743a}
@media(max-width:1050px){.bp-hero{padding:94px 16px 16px;height:710px}.bp-hero__stage{height:600px;border-radius:24px}.bp-hero__content,.bp-hero__controls{width:calc(100% - 56px)}.bp-hero__slide{background-position:62% center}.bp-hero h1,.bp-hero h2{font-size:55px}}
@media(max-width:600px){.bp-hero{padding:88px 10px 10px;height:680px}.bp-hero__stage{height:580px;border-radius:20px}.bp-hero__slide{background-position:68% center;background-image:linear-gradient(90deg,rgba(3,38,25,.96),rgba(3,38,25,.64)),var(--hero-image)}.bp-hero__content{width:calc(100% - 40px);padding-bottom:32px}.bp-hero h1,.bp-hero h2{font-size:43px;letter-spacing:-2.7px}.bp-hero__content>p{font-size:13.5px}.bp-hero__actions a:nth-child(2){display:none}.bp-hero__controls{width:calc(100% - 40px)}}

/* Alternative direction: floating navigation + light editorial slider */
body[data-page="home"] .site-header{height:102px;padding-top:14px;background:transparent!important;border:0;backdrop-filter:none;box-shadow:none}
body[data-page="home"] .header-inner{width:min(calc(100% - 48px),1420px);height:74px;padding:0 18px 0 24px;background:rgba(255,255,255,.96);border:1px solid rgba(9,79,44,.1);border-radius:16px;box-shadow:0 16px 45px rgba(6,48,28,.11);backdrop-filter:blur(18px);grid-template-columns:190px 1fr 180px}
body[data-page="home"] .bp-logo img{width:152px}
body[data-page="home"] .desktop-nav{gap:34px}
body[data-page="home"] .desktop-nav a{font-size:11px!important;font-weight:650;color:#25332b}
body[data-page="home"] .desktop-nav a:after{bottom:14px;height:2px}
body[data-page="home"] .bp-header-actions{padding-right:44px}
body[data-page="home"] .site-header .bp-header-actions .bp-offer{height:40px;min-height:40px;background:#08743a!important;border-radius:10px!important;box-shadow:none}
body[data-page="home"] .site-header.scrolled{height:88px;padding-top:8px;background:transparent!important;box-shadow:none}
body[data-page="home"] .site-header.scrolled .header-inner{height:68px;border-radius:14px;box-shadow:0 12px 36px rgba(6,48,28,.14)}
body[data-page="home"] .site-header.scrolled .bp-logo img{width:145px}
.bp-hero{height:770px;padding:18px;background:#edf3ef}
.bp-hero__stage{width:min(100%,1580px);height:734px;border-radius:32px;background:#fff;box-shadow:none}
.bp-hero__slide{background-position:72% center;background-size:cover;transform:translateX(28px);transition:opacity .75s ease,transform 1s ease,visibility .75s}
.bp-hero__slide:before{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,#fff 0%,#fff 36%,rgba(255,255,255,.96) 43%,rgba(255,255,255,.48) 54%,transparent 68%)}
.bp-hero__slide:after{background:linear-gradient(90deg,rgba(8,116,58,.04),transparent 55%)}
.bp-hero__slide.is-active{transform:translateX(0)}
.bp-hero__content{width:min(calc(100% - 120px),1380px);padding-top:70px;padding-bottom:0}
.bp-hero__eyebrow{color:#08743a}.bp-hero__eyebrow:before{background:#08743a}
.bp-hero h1,.bp-hero h2{max-width:650px;margin:26px 0 24px;color:#101a14;font-size:clamp(51px,4.5vw,72px);font-weight:600;letter-spacing:-4.2px}.bp-hero h1 em,.bp-hero h2 em{color:#128047}
.bp-hero__content>p{max-width:500px;color:#59665e;font-size:14.5px}
.bp-hero__actions a{border-color:#a8bdb0;color:#173021;background:rgba(255,255,255,.84)}.bp-hero__actions a:first-child{background:#08743a;color:#fff;border-color:#08743a}.bp-hero__actions a:hover{background:#101a14;color:#fff;border-color:#101a14}
.bp-hero__controls{bottom:34px;width:min(calc(100% - 120px),1380px)}.bp-hero__dots button{background:#b8c8be}.bp-hero__dots button.is-active{background:#08743a}.bp-hero__controls>div:last-child button{border-color:#c2d0c7;background:rgba(255,255,255,.86);color:#08743a}.bp-hero__controls>div:last-child button:hover{background:#08743a;color:#fff;border-color:#08743a}
@media(max-width:1050px){body[data-page="home"] .site-header{height:90px;padding-top:10px}body[data-page="home"] .header-inner{height:68px;width:calc(100% - 28px);display:flex}.bp-hero{height:710px;padding:10px}.bp-hero__stage{height:690px;border-radius:25px}.bp-hero__slide{background-position:66% center}.bp-hero__slide:before{background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.96) 46%,rgba(255,255,255,.25) 75%)}.bp-hero__content,.bp-hero__controls{width:calc(100% - 60px)}}
@media(max-width:600px){body[data-page="home"] .site-header{padding-top:8px}.bp-hero{height:680px;padding:8px}.bp-hero__stage{height:664px;border-radius:20px}.bp-hero__slide{background-position:70% center}.bp-hero__slide:before{background:linear-gradient(90deg,rgba(255,255,255,.98),rgba(255,255,255,.85) 65%,rgba(255,255,255,.38))}.bp-hero__content{width:calc(100% - 40px);padding-top:50px}.bp-hero__controls{width:calc(100% - 40px)}.bp-hero h1,.bp-hero h2{font-size:42px}.bp-hero__content>p{color:#425149}}

/* Executive alternative: cinematic Wayex dark */
body[data-page="home"] .site-header{height:106px;padding:18px 0 0;background:transparent!important;border:0;pointer-events:none}
body[data-page="home"] .header-inner{width:min(calc(100% - 64px),1420px);height:70px;padding:0 16px 0 24px;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:rgba(3,31,21,.64);box-shadow:0 16px 50px rgba(0,20,12,.2);backdrop-filter:blur(18px);grid-template-columns:200px 1fr 190px;pointer-events:auto}
body[data-page="home"] .bp-logo img{width:158px}
body[data-page="home"] .desktop-nav{gap:37px}
body[data-page="home"] .desktop-nav a{color:rgba(255,255,255,.72);font-size:11px!important;font-weight:650}
body[data-page="home"] .desktop-nav a:hover,body[data-page="home"] .desktop-nav a.is-active{color:#fff}
body[data-page="home"] .desktop-nav a:after{bottom:13px;background:#78dfa6}
body[data-page="home"] .bp-header-actions{padding-right:43px}
body[data-page="home"] .site-header .bp-header-actions .bp-offer{height:40px;min-height:40px;padding-inline:17px!important;border:1px solid rgba(255,255,255,.75)!important;border-radius:9px!important;background:#fff!important;color:#086d38!important;box-shadow:none}
body[data-page="home"] .site-header .bp-header-actions .bp-offer:hover{background:#8ee5b4!important;color:#063923!important;border-color:#8ee5b4!important}
body[data-page="home"] .menu-toggle{color:#fff}.site-header .menu-toggle span,body[data-page="home"] .menu-toggle span{background:#fff}
body[data-page="home"] .site-header.scrolled{height:90px;padding-top:9px;background:transparent!important;box-shadow:none}
body[data-page="home"] .site-header.scrolled .header-inner{height:68px;background:rgba(3,31,21,.88);border-radius:13px}
body[data-page="home"] .site-header.scrolled .bp-logo img{width:150px}
.bp-hero{height:790px;padding:0 14px 14px;background:#061c14}
.bp-hero__stage{width:100%;max-width:none;height:776px;border-radius:0 0 34px 34px;background:#062419;box-shadow:none}
.bp-hero__stage:after{content:"";position:absolute;z-index:3;inset:124px 38px 38px;border:1px solid rgba(255,255,255,.1);border-radius:22px;pointer-events:none}
.bp-hero__slide{background-position:center;background-size:cover;transform:scale(1.035);transition:opacity .9s ease,transform 1.5s ease,visibility .9s}
.bp-hero__slide:before{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,rgba(2,25,17,.94) 0%,rgba(2,25,17,.76) 40%,rgba(2,25,17,.12) 72%),linear-gradient(180deg,rgba(2,25,17,.12),rgba(2,25,17,.48))}
.bp-hero__slide:after{background:radial-gradient(circle at 80% 35%,rgba(87,218,143,.12),transparent 32%)}
.bp-hero__slide.is-active{transform:scale(1)}
.bp-hero__content{width:min(calc(100% - 150px),1340px);padding:112px 0 20px;justify-content:center}
.bp-hero__eyebrow{color:#91dfb3;font-size:10px!important;letter-spacing:2.5px}.bp-hero__eyebrow:before{background:#91dfb3}
.bp-hero h1,.bp-hero h2{max-width:760px;margin:27px 0 26px;color:#fff;font-size:clamp(57px,5.2vw,82px);font-weight:520;line-height:.98;letter-spacing:-5px}.bp-hero h1 em,.bp-hero h2 em{color:#91dfb3}
.bp-hero__content>p{max-width:525px;color:rgba(255,255,255,.64);font-size:15px;line-height:1.8}
.bp-hero__actions{margin-top:37px}.bp-hero__actions a{height:47px;border-color:rgba(255,255,255,.36);background:rgba(255,255,255,.04);color:#fff;backdrop-filter:blur(8px)}.bp-hero__actions a:first-child{background:#fff;color:#076e38;border-color:#fff}.bp-hero__actions a:hover{background:#91dfb3;color:#052d1d;border-color:#91dfb3}
.bp-hero__controls{bottom:57px;width:min(calc(100% - 150px),1340px)}.bp-hero__dots button{background:rgba(255,255,255,.35)}.bp-hero__dots button.is-active{background:#91dfb3}.bp-hero__controls>div:last-child button{border-color:rgba(255,255,255,.25);background:rgba(3,35,23,.42);color:#fff}.bp-hero__controls>div:last-child button:hover{background:#fff;color:#08723a;border-color:#fff}
@media(max-width:1050px){body[data-page="home"] .site-header{height:90px;padding-top:10px}body[data-page="home"] .header-inner{height:68px;width:calc(100% - 28px);display:flex}.bp-hero{height:720px;padding:0 8px 8px}.bp-hero__stage{height:712px;border-radius:0 0 25px 25px}.bp-hero__stage:after{inset:98px 20px 24px}.bp-hero__content,.bp-hero__controls{width:calc(100% - 64px)}}
@media(max-width:600px){.bp-hero{height:690px;padding:0 6px 6px}.bp-hero__stage{height:684px;border-radius:0 0 20px 20px}.bp-hero__stage:after{display:none}.bp-hero__slide:before{background:linear-gradient(90deg,rgba(2,25,17,.94),rgba(2,25,17,.52))}.bp-hero__content{width:calc(100% - 42px);padding-top:82px}.bp-hero__controls{width:calc(100% - 42px);bottom:28px}.bp-hero h1,.bp-hero h2{font-size:45px;letter-spacing:-3px}}

/* Corporate alternative: disciplined grid, restrained visual language */
body[data-page="home"] .site-header{height:88px;padding:0;background:#fff!important;border-bottom:1px solid #dfe7e2;box-shadow:none;backdrop-filter:none;pointer-events:auto}
body[data-page="home"] .header-inner{width:min(calc(100% - 64px),1320px);height:88px;padding:0;display:grid;grid-template-columns:190px 1fr 178px;border:0;border-radius:0;background:#fff;box-shadow:none;backdrop-filter:none}
body[data-page="home"] .bp-logo img{width:160px}
body[data-page="home"] .desktop-nav{gap:34px;transform:none}
body[data-page="home"] .desktop-nav a{color:#26322b;font-size:11.5px!important;font-weight:650;letter-spacing:0}
body[data-page="home"] .desktop-nav a:hover,body[data-page="home"] .desktop-nav a.is-active{color:#08743a}
body[data-page="home"] .desktop-nav a:after{bottom:0;height:3px;background:#08743a;border-radius:0}
body[data-page="home"] .bp-header-actions{padding-right:44px}
body[data-page="home"] .site-header .bp-header-actions .bp-offer{height:42px;min-height:42px;padding:0 16px!important;border:1px solid #08743a!important;border-radius:5px!important;background:#08743a!important;color:#fff!important;box-shadow:none}
body[data-page="home"] .site-header .bp-header-actions .bp-offer:hover{background:#fff!important;color:#08743a!important;border-color:#08743a!important}
body[data-page="home"] .menu-toggle{color:#162119}.site-header .menu-toggle span,body[data-page="home"] .menu-toggle span{background:#162119}
body[data-page="home"] .site-header.scrolled{height:76px;padding:0;background:#fff!important;border-bottom-color:#d8e2dc;box-shadow:0 8px 24px rgba(8,50,29,.06)}
body[data-page="home"] .site-header.scrolled .header-inner{height:76px;background:#fff;border-radius:0;box-shadow:none}
body[data-page="home"] .site-header.scrolled .bp-logo img{width:150px}
.bp-hero{height:716px;padding:112px 24px 24px;background:#fff;color:#101914}
.bp-hero__stage{width:min(100%,1320px);height:580px;border:1px solid #dce5df;border-radius:12px;background:#fff;box-shadow:0 16px 38px rgba(8,45,27,.07);overflow:hidden}
.bp-hero__stage:after{display:none}
.bp-hero__slide{background-color:#fff;background-repeat:no-repeat;background-position:right center;background-size:58% 100%;transform:translateX(12px);transition:opacity .65s ease,transform .8s ease,visibility .65s}
.bp-hero__slide:before{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,#fff 0%,#fff 39%,rgba(255,255,255,.98) 44%,rgba(255,255,255,.7) 52%,transparent 65%)}
.bp-hero__slide:after{content:"";position:absolute;z-index:1;left:48%;top:0;bottom:0;width:1px;background:linear-gradient(transparent,#cddbd2 18%,#cddbd2 82%,transparent)}
.bp-hero__slide.is-active{transform:translateX(0)}
.bp-hero__content{width:calc(100% - 80px);padding:0 0 8px;justify-content:center}
.bp-hero__eyebrow{color:#08743a;font-size:10px!important;letter-spacing:1.8px}.bp-hero__eyebrow:before{width:24px;background:#08743a}
.bp-hero h1,.bp-hero h2{max-width:600px;margin:25px 0 23px;color:#111a15;font-size:clamp(48px,4.2vw,65px);font-weight:600;line-height:1.04;letter-spacing:-3.7px}.bp-hero h1 em,.bp-hero h2 em{color:#08743a}
.bp-hero__content>p{max-width:470px;color:#5b6760;font-size:14px;line-height:1.75}
.bp-hero__actions{margin-top:32px;gap:10px}.bp-hero__actions a{height:44px;padding:0 17px;border:1px solid #aebeb4;border-radius:5px;background:#fff;color:#26362c;backdrop-filter:none}.bp-hero__actions a:first-child{background:#08743a;color:#fff;border-color:#08743a}.bp-hero__actions a:hover{background:#075f31;color:#fff;border-color:#075f31;transform:none}
.bp-hero__controls{left:40px;right:auto;bottom:25px;width:calc(48% - 80px);transform:none}.bp-hero__dots button{background:#bdc9c1}.bp-hero__dots button.is-active{background:#08743a}.bp-hero__controls>div:last-child button{width:36px;height:36px;border:1px solid #c3cec7;border-radius:5px;background:#fff;color:#08743a;backdrop-filter:none}.bp-hero__controls>div:last-child button:hover{background:#08743a;color:#fff;border-color:#08743a}
@media(max-width:1050px){body[data-page="home"] .site-header{height:78px}body[data-page="home"] .header-inner{width:calc(100% - 36px);height:78px;display:flex}.bp-hero{height:680px;padding:98px 16px 18px}.bp-hero__stage{height:564px}.bp-hero__slide{background-size:65% 100%;background-position:right center}.bp-hero__slide:before{background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.97) 48%,rgba(255,255,255,.48) 75%)}.bp-hero__content{width:calc(100% - 52px)}.bp-hero__controls{left:26px;width:42%}}
@media(max-width:600px){.bp-hero{height:650px;padding:90px 10px 12px}.bp-hero__stage{height:548px;border-radius:8px}.bp-hero__slide{background-size:cover;background-position:68% center}.bp-hero__slide:before{background:rgba(255,255,255,.9)}.bp-hero__slide:after{display:none}.bp-hero__content{width:calc(100% - 36px)}.bp-hero h1,.bp-hero h2{font-size:41px;letter-spacing:-2.6px}.bp-hero__controls{left:18px;width:calc(100% - 36px)}}

/* Header and hero as one continuous corporate frame */
body[data-page="home"] .site-header{height:88px;background:#fff!important;border:0}
body[data-page="home"] .header-inner{width:min(calc(100% - 48px),1320px);height:88px;padding:0 40px;grid-template-columns:190px 1fr 178px;border:1px solid #dce5df;border-bottom:0;border-radius:12px 12px 0 0;background:#fff}
body[data-page="home"] .site-header.scrolled{height:76px;background:#fff!important}
body[data-page="home"] .site-header.scrolled .header-inner{height:76px;border-bottom:1px solid #dce5df;border-radius:0}
.bp-hero{height:692px;padding:88px 24px 24px;background:#fff}
.bp-hero__stage{width:min(100%,1320px);height:580px;margin:0 auto;border-top:0;border-radius:0 0 12px 12px;box-shadow:0 22px 48px rgba(8,45,27,.08)}
.bp-hero__content{width:100%;padding-left:40px;padding-right:40px}
.bp-hero__controls{left:40px}
@media(max-width:1050px){body[data-page="home"] .site-header{height:78px}body[data-page="home"] .header-inner{width:calc(100% - 32px);height:78px;padding:0 22px;border-radius:10px 10px 0 0}.bp-hero{height:654px;padding:78px 16px 18px}.bp-hero__stage{height:558px;border-radius:0 0 10px 10px}.bp-hero__content{width:100%;padding-inline:26px}.bp-hero__controls{left:26px}}
@media(max-width:600px){body[data-page="home"] .site-header{height:74px}body[data-page="home"] .header-inner{width:calc(100% - 20px);height:74px;padding:0 16px;border-radius:8px 8px 0 0}.bp-hero{height:626px;padding:74px 10px 12px}.bp-hero__stage{height:540px;border-radius:0 0 8px 8px}.bp-hero__content{padding-inline:18px}.bp-hero__controls{left:18px}}

/* Full-screen green Wayex hero */
body[data-page="home"] .site-header{height:88px;background:rgba(4,48,30,.94)!important;border-bottom:1px solid rgba(255,255,255,.12);backdrop-filter:blur(14px)}
body[data-page="home"] .header-inner{width:min(calc(100% - 64px),1420px);height:88px;padding:0;border:0;border-radius:0;background:transparent;grid-template-columns:200px 1fr 190px}
body[data-page="home"] .bp-logo img{width:164px;filter:brightness(0) invert(1)}
body[data-page="home"] .desktop-nav a{color:rgba(255,255,255,.76)}
body[data-page="home"] .desktop-nav a:hover,body[data-page="home"] .desktop-nav a.is-active{color:#fff}
body[data-page="home"] .desktop-nav a:after{background:#8be0ae}
body[data-page="home"] .site-header .bp-header-actions .bp-offer{background:#fff!important;color:#08743a!important;border-color:#fff!important}
body[data-page="home"] .menu-toggle,body[data-page="home"] .site-header .menu-toggle{color:#fff}
body[data-page="home"] .menu-toggle span,body[data-page="home"] .site-header .menu-toggle span{background:#fff}
body[data-page="home"] .site-header.scrolled{height:76px;background:rgba(4,48,30,.98)!important}
body[data-page="home"] .site-header.scrolled .header-inner{height:76px;background:transparent;border:0}
.bp-hero{height:100svh;min-height:720px;padding:88px 0 0;background:#063824}
.bp-hero__stage{width:100%;max-width:none;height:calc(100svh - 88px);min-height:632px;border:0;border-radius:0;background:#07502f;box-shadow:none}
.bp-hero__slide{background-color:#0b6b40;background-position:center;background-size:cover;background-blend-mode:multiply;transform:scale(1.025)}
.bp-hero__slide:before{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,rgba(3,42,26,.96) 0%,rgba(4,62,36,.78) 39%,rgba(7,91,51,.28) 70%,rgba(6,65,39,.18)),linear-gradient(180deg,rgba(3,35,22,.12),rgba(3,35,22,.48))}
.bp-hero__slide:after{display:block;inset:0;width:auto;background:radial-gradient(circle at 78% 34%,rgba(119,230,165,.19),transparent 32%)}
.bp-hero__content{width:min(calc(100% - 96px),1320px);padding:0;justify-content:center}
.bp-hero__eyebrow{color:#9de6ba}.bp-hero__eyebrow:before{background:#9de6ba}
.bp-hero h1,.bp-hero h2{max-width:760px;color:#fff;font-size:clamp(58px,5.2vw,82px);line-height:.98;letter-spacing:-5px}.bp-hero h1 em,.bp-hero h2 em{color:#9de6ba}
.bp-hero__content>p{max-width:540px;color:rgba(255,255,255,.72);font-size:15px}
.bp-hero__actions a{border-color:rgba(255,255,255,.42);background:rgba(4,52,31,.18);color:#fff;border-radius:5px}.bp-hero__actions a:first-child{background:#fff;color:#08743a;border-color:#fff}.bp-hero__actions a:hover{background:#9de6ba;color:#073c25;border-color:#9de6ba}
.bp-hero__controls{left:50%;bottom:36px;width:min(calc(100% - 96px),1320px);transform:translateX(-50%)}.bp-hero__dots button{background:rgba(255,255,255,.4)}.bp-hero__dots button.is-active{background:#9de6ba}.bp-hero__controls>div:last-child button{border-color:rgba(255,255,255,.35);background:rgba(3,45,27,.32);color:#fff}.bp-hero__controls>div:last-child button:hover{background:#fff;color:#08743a;border-color:#fff}
@media(max-width:1050px){body[data-page="home"] .site-header{height:78px}body[data-page="home"] .header-inner{width:calc(100% - 36px);height:78px;padding:0}.bp-hero{height:100svh;min-height:680px;padding:78px 0 0}.bp-hero__stage{height:calc(100svh - 78px);min-height:602px}.bp-hero__content,.bp-hero__controls{width:calc(100% - 56px)}}
@media(max-width:600px){body[data-page="home"] .site-header{height:74px}body[data-page="home"] .header-inner{width:calc(100% - 30px);height:74px}.bp-hero{height:100svh;min-height:650px;padding:74px 0 0}.bp-hero__stage{height:calc(100svh - 74px);min-height:576px}.bp-hero__content,.bp-hero__controls{width:calc(100% - 38px)}.bp-hero h1,.bp-hero h2{font-size:44px;letter-spacing:-3px}.bp-hero__slide:before{background:linear-gradient(90deg,rgba(3,42,26,.96),rgba(5,67,39,.6))}}

/* Final split hero: copy left, visual right */
body[data-page="home"] .site-header{height:86px;background:#fff!important;border-bottom:1px solid #e0e7e2;backdrop-filter:none}
body[data-page="home"] .header-inner{width:min(calc(100% - 56px),1320px);height:86px;padding:0;grid-template-columns:190px 1fr 184px;background:#fff;border:0}
body[data-page="home"] .bp-logo img{width:158px;filter:none}
body[data-page="home"] .desktop-nav{gap:34px}
body[data-page="home"] .desktop-nav a{color:#26322b}
body[data-page="home"] .desktop-nav a:hover,body[data-page="home"] .desktop-nav a.is-active{color:#08743a}
body[data-page="home"] .desktop-nav a:after{bottom:0;background:#08743a}
body[data-page="home"] .bp-header-actions{padding-right:44px}
body[data-page="home"] .site-header .bp-header-actions .bp-offer{background:#08743a!important;color:#fff!important;border-color:#08743a!important;border-radius:6px!important}
body[data-page="home"] .site-header .bp-header-actions .bp-offer:hover{background:#fff!important;color:#08743a!important}
body[data-page="home"] .menu-toggle,body[data-page="home"] .site-header .menu-toggle{color:#17231c}
body[data-page="home"] .menu-toggle span,body[data-page="home"] .site-header .menu-toggle span{background:#17231c}
body[data-page="home"] .site-header.scrolled{height:76px;background:#fff!important;box-shadow:0 8px 25px rgba(7,55,32,.07)}
body[data-page="home"] .site-header.scrolled .header-inner{height:76px;background:#fff}
.bp-hero{height:710px;min-height:0;padding:110px 24px 24px;background:#f4f7f5;color:#111a15}
.bp-hero__stage{width:min(100%,1320px);height:576px;min-height:0;border:1px solid #dce5df;border-radius:14px;background:#fff;box-shadow:0 20px 48px rgba(7,49,29,.09)}
.bp-hero__slide{background-color:#fff;background-repeat:no-repeat;background-position:right center;background-size:56% 100%;background-blend-mode:normal;transform:translateX(12px)}
.bp-hero__slide:before{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,#fff 0%,#fff 41%,rgba(255,255,255,.98) 46%,rgba(241,249,244,.5) 55%,rgba(7,92,51,.18) 100%)}
.bp-hero__slide:after{content:"";display:block;z-index:1;inset:0;background:linear-gradient(90deg,transparent 55%,rgba(3,88,48,.2));width:auto}
.bp-hero__slide.is-active{transform:translateX(0)}
.bp-hero__content{width:100%;height:100%;padding:0 52px;justify-content:center}
.bp-hero__eyebrow{color:#08743a}.bp-hero__eyebrow:before{background:#08743a}
.bp-hero h1,.bp-hero h2{max-width:570px;margin:24px 0 22px;color:#111a15;font-size:clamp(48px,4vw,62px);font-weight:600;line-height:1.04;letter-spacing:-3.7px}.bp-hero h1 em,.bp-hero h2 em{color:#08743a}
.bp-hero__content>p{max-width:455px;color:#5c6961;font-size:14px;line-height:1.75}
.bp-hero__actions{margin-top:30px}.bp-hero__actions a{height:44px;border:1px solid #aebdb4;border-radius:6px;background:#fff;color:#26352c;backdrop-filter:none}.bp-hero__actions a:first-child{background:#08743a;color:#fff;border-color:#08743a}.bp-hero__actions a:hover{background:#075e31;color:#fff;border-color:#075e31}
.bp-hero__controls{left:52px;bottom:25px;width:calc(44% - 80px);transform:none}.bp-hero__dots button{background:#becac2}.bp-hero__dots button.is-active{background:#08743a}.bp-hero__controls>div:last-child button{width:36px;height:36px;border:1px solid #c5d0c9;border-radius:6px;background:#fff;color:#08743a}.bp-hero__controls>div:last-child button:hover{background:#08743a;color:#fff;border-color:#08743a}
@media(max-width:1050px){body[data-page="home"] .site-header{height:78px}body[data-page="home"] .header-inner{width:calc(100% - 36px);height:78px;display:flex}.bp-hero{height:660px;padding:98px 16px 18px}.bp-hero__stage{height:544px}.bp-hero__slide{background-size:62% 100%}.bp-hero__content{padding-inline:34px}.bp-hero__controls{left:34px;width:40%}}
@media(max-width:700px){.bp-hero{height:670px;padding:90px 10px 14px}.bp-hero__stage{height:566px;border-radius:10px}.bp-hero__slide{background-size:cover;background-position:65% center}.bp-hero__slide:before{background:rgba(255,255,255,.9)}.bp-hero__slide:after{background:rgba(7,92,51,.06)}.bp-hero__content{padding-inline:22px}.bp-hero h1,.bp-hero h2{font-size:41px;letter-spacing:-2.6px}.bp-hero__controls{left:22px;width:calc(100% - 44px)}}

/* ==========================================================================
   Definitive premium header + hero slider (final cascade layer — do not
   let earlier .bp-hero*/.site-header experiments above bleed through; every
   selector here is scoped with #site-header / #hero-slider so it wins).
   ========================================================================== */
#site-header{background:rgba(255,255,255,.86);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(16,24,32,.08);box-shadow:none;padding:0;transition:background .35s ease,box-shadow .35s ease,border-color .35s ease}
#site-header.scrolled{background:rgba(255,255,255,.97);box-shadow:0 12px 34px rgba(8,24,15,.08);border-bottom-color:rgba(16,24,32,.1)}
body[data-page="home"] #site-header,body[data-page="home"] #site-header.scrolled{height:auto}
body[data-page="home"] #site-header .header-inner{height:92px;max-width:1320px;width:min(calc(100% - 48px),1320px);padding:0;border-radius:0}
body[data-page="home"] #site-header .bp-logo{width:auto}
body[data-page="home"] #site-header .bp-logo img{width:158px;height:auto}
body[data-page="home"] #site-header .desktop-nav a,
body[data-page="home"] #site-header .nav-drop__trigger{color:#3c463f;font:700 12px/1 "Manrope",sans-serif;letter-spacing:.4px;text-transform:none}
body[data-page="home"] #site-header .desktop-nav a:hover,
body[data-page="home"] #site-header .desktop-nav a.is-active,
body[data-page="home"] #site-header .nav-drop__trigger:hover{color:#101820}
body[data-page="home"] #site-header .desktop-nav a:after{display:block;background:var(--wayex-green)}
body[data-page="home"] #site-header .bp-header-actions{gap:16px}
body[data-page="home"] #site-header .bp-offer{background:var(--wayex-green);color:#fff;height:46px;border-radius:999px;padding:0 26px;font:700 12px "Manrope",sans-serif;letter-spacing:.3px;box-shadow:0 10px 24px rgba(11,117,57,.22);transition:.3s ease}
body[data-page="home"] #site-header .bp-offer:hover{background:var(--wayex-green-mid);transform:translateY(-2px);box-shadow:0 14px 30px rgba(11,117,57,.28)}
body[data-page="home"] #site-header .menu-toggle{color:#101820}
@media(max-width:1050px){body[data-page="home"] #site-header .header-inner{height:80px}}
@media(max-width:600px){body[data-page="home"] #site-header .header-inner{height:72px}body[data-page="home"] #site-header .bp-logo{transform:none}body[data-page="home"] #site-header .bp-logo img{width:130px}}
body[data-page="home"] .mobile-menu{background:#07151b}
@media(max-width:1050px){body[data-page="home"] .mobile-menu{top:80px;height:calc(100vh - 80px)}}
@media(max-width:600px){body[data-page="home"] .mobile-menu{top:72px;height:calc(100vh - 72px)}}

#hero-slider{position:relative;overflow:hidden;height:auto;min-height:0;background:#fff;padding:92px 0 0;color:#101820}
#hero-slider:before{content:"";position:absolute;z-index:0;top:-18%;right:-8%;width:640px;height:640px;border-radius:50%;background:radial-gradient(circle,rgba(11,117,57,.07),transparent 68%);pointer-events:none}
#hero-slider:after{content:none;display:none}
#hero-slider .bp-hero__stage{position:relative;z-index:1;width:min(calc(100% - 48px),1320px);height:auto;min-height:0;margin:0 auto;border:0;border-radius:0;background:transparent;box-shadow:none;display:grid;grid-template-columns:.86fr 1.14fr;gap:64px;align-items:center;padding:64px 0 120px}
#hero-slider .bp-hero__stage:after{content:none;display:none}

#hero-slider .bp-hero__copy{position:relative;z-index:2;min-width:0;align-self:center}

#hero-slider .bp-hero__slides{position:relative;min-height:330px}
#hero-slider .bp-hero__slide{position:absolute;inset:0;height:100%;display:flex;flex-direction:column;justify-content:center;opacity:0;visibility:hidden;transform:translateY(14px);transition:opacity .6s ease,transform .7s ease,visibility .6s;background:none}
#hero-slider .bp-hero__slide:before,#hero-slider .bp-hero__slide:after{content:none}
#hero-slider .bp-hero__slide.is-active{opacity:1;visibility:visible;transform:none}
#hero-slider .bp-hero__eyebrow{position:relative;display:flex;align-items:center;gap:12px;color:var(--wayex-green);font:700 11px/1 "Manrope",sans-serif;text-transform:uppercase;letter-spacing:2.2px;margin-bottom:22px}
#hero-slider .bp-hero__eyebrow:before{content:"";width:28px;height:1px;background:var(--wayex-green)}
#hero-slider .bp-hero__slide h1{max-width:none;font:700 clamp(36px,3.6vw,54px)/1.16 "Manrope",sans-serif;letter-spacing:-1.8px;color:#101820;margin:0 0 20px}
#hero-slider .bp-hero__slide h1 em{font-style:normal;color:var(--wayex-green)}
#hero-slider .bp-hero__slide p{max-width:460px;color:#59665e;font:400 15.5px/1.75 "DM Sans",sans-serif;margin:0}

#hero-slider .bp-hero__actions{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:14px;margin-top:8px}
#hero-slider .bp-hero__actions a{height:52px;display:inline-flex;align-items:center;gap:16px;padding:0 24px;border:0;border-radius:10px;font:700 13px "Manrope",sans-serif;backdrop-filter:none;transition:.3s ease}
#hero-slider .bp-hero__actions a:first-child{background:var(--wayex-green);color:#fff;box-shadow:0 14px 30px rgba(11,117,57,.22)}
#hero-slider .bp-hero__actions a:first-child:hover{background:var(--wayex-green-mid);transform:translateY(-2px);box-shadow:0 18px 36px rgba(11,117,57,.28)}
#hero-slider .bp-hero__actions a:last-child{border:1px solid #d3ddd7;color:#101820;background:#fff}
#hero-slider .bp-hero__actions a:last-child:hover{background:#f2f7f4;border-color:var(--wayex-green);color:var(--wayex-green);transform:translateY(-2px)}
#hero-slider .bp-hero__actions b{font-weight:500}

#hero-slider .bp-hero__trust{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:22px 26px;margin-top:32px}
#hero-slider .bp-hero__trust span{display:flex;align-items:center;gap:9px;color:#4b564f;font:600 12.5px "DM Sans",sans-serif}
#hero-slider .bp-hero__trust svg{width:16px;height:16px;color:var(--wayex-green);stroke-width:2.6;flex-shrink:0}

#hero-slider .bp-hero__controls{position:relative;z-index:1;left:auto;bottom:auto;width:auto;transform:none;display:flex;align-items:center;gap:20px;margin-top:44px}
#hero-slider .bp-hero__dots{display:flex;align-items:center;gap:9px}
#hero-slider .bp-hero__dots button{width:9px;height:9px;padding:0;border:0;border-radius:99px;background:#d3ddd7;cursor:pointer;transition:.3s}
#hero-slider .bp-hero__dots button.is-active{width:28px;background:var(--wayex-green)}
#hero-slider .bp-hero__controls>div:last-child{display:flex;gap:8px}
#hero-slider .bp-hero__controls>div:last-child button{width:42px;height:42px;border:1px solid #d3ddd7;border-radius:50%;background:#fff;color:var(--wayex-green);cursor:pointer;transition:.25s;display:grid;place-items:center}
#hero-slider .bp-hero__controls>div:last-child button svg{width:15px;height:15px;stroke-width:2.6}
#hero-slider .bp-hero__controls>div:last-child button:hover{background:var(--wayex-green);border-color:var(--wayex-green);color:#fff}

#hero-slider .bp-hero__visual{position:relative;z-index:1;height:560px}
#hero-slider .bp-hero__frames{position:absolute;inset:0}
#hero-slider .bp-hero__frame{position:absolute;inset:0;opacity:0;visibility:hidden;background:none;transform:none;transition:opacity .9s ease,visibility .9s}
#hero-slider .bp-hero__frame.is-active{opacity:1;visibility:visible}
#hero-slider .bp-hero__frame-media{position:absolute;inset:0;border-radius:28px 28px 28px 96px;overflow:hidden;box-shadow:0 30px 70px rgba(8,29,18,.16);background:linear-gradient(180deg,rgba(4,29,18,.04),rgba(3,20,13,.4)),var(--hero-image) center/cover no-repeat;transform:scale(1.04);transition:transform 1.4s ease}
#hero-slider .bp-hero__frame.is-active .bp-hero__frame-media{transform:scale(1)}
#hero-slider .bp-hero__frame--truck .bp-hero__frame-media{background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.08),transparent 55%),linear-gradient(155deg,#0b6d38,#063d20)}
#hero-slider .bp-hero__truck{position:absolute;z-index:2;left:50%;bottom:-22px;transform:translateX(-50%);width:80%;max-width:480px;height:auto;filter:drop-shadow(0 22px 32px rgba(3,20,13,.35))}
#hero-slider .bp-hero__badge{position:absolute;z-index:3;left:-26px;bottom:40px;display:flex;flex-direction:column;background:#07151b;color:#fff;border-radius:16px;padding:20px 24px;box-shadow:0 20px 45px rgba(3,15,10,.28)}
#hero-slider .bp-hero__badge strong{font:700 28px "Manrope",sans-serif;color:var(--wayex-green-light)}
#hero-slider .bp-hero__badge span{margin-top:6px;font:500 12px "DM Sans",sans-serif;color:rgba(255,255,255,.72);max-width:150px}

@media(max-width:1050px){
  #hero-slider{padding-top:80px}
  #hero-slider .bp-hero__stage{grid-template-columns:1fr;gap:46px;padding:44px 0 90px}
  #hero-slider .bp-hero__slides{min-height:300px}
  #hero-slider .bp-hero__slide p{max-width:580px}
  #hero-slider .bp-hero__visual{height:420px}
  #hero-slider .bp-hero__frame-media{border-radius:24px 24px 24px 70px}
  #hero-slider .bp-hero__badge{left:22px;bottom:-28px}
  #hero-slider .bp-hero__truck{bottom:-18px;width:64%}
}
@media(max-width:600px){
  #hero-slider{padding-top:72px}
  #hero-slider .bp-hero__stage{padding:34px 0 66px}
  #hero-slider .bp-hero__slides{min-height:270px}
  #hero-slider .bp-hero__slide h1{font-size:33px;letter-spacing:-1.1px}
  #hero-slider .bp-hero__slide p{font-size:14px;max-width:none}
  #hero-slider .bp-hero__actions a{height:48px;padding:0 18px;font-size:12px;gap:12px}
  #hero-slider .bp-hero__trust{gap:12px 18px;margin-top:26px}
  #hero-slider .bp-hero__trust span{font-size:11.5px}
  #hero-slider .bp-hero__controls{margin-top:34px}
  #hero-slider .bp-hero__visual{height:300px}
  #hero-slider .bp-hero__frame-media{border-radius:20px 20px 20px 48px}
  #hero-slider .bp-hero__badge{padding:15px 18px;left:14px;bottom:-24px}
  #hero-slider .bp-hero__badge strong{font-size:23px}
  #hero-slider .bp-hero__truck{width:60%;bottom:-14px}
}

/* Services — corporate breadcrumb and linked service areas */
body[data-page="services"] .services-corp-hero,
body[data-page$="_service"] .services-corp-hero{position:relative;min-height:410px;margin-top:82px;display:flex;align-items:flex-end;background:var(--services-hero) center 55%/cover no-repeat;color:#fff;overflow:hidden}
.services-corp-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,35,22,.9),rgba(4,48,29,.58) 43%,rgba(4,48,29,.12) 78%),linear-gradient(180deg,transparent 50%,rgba(2,25,16,.4))}
.services-corp-hero__inner{position:relative;z-index:1;width:min(calc(100% - 48px),1320px);margin:0 auto;padding:0 0 54px}
.services-corp-hero h1{margin:0 0 19px;color:#fff;font-size:clamp(52px,5vw,72px);font-weight:600;line-height:1;letter-spacing:-2.2px}
.services-corp-hero nav{display:flex;align-items:center;flex-wrap:wrap;gap:10px;color:rgba(255,255,255,.7);font-size:13px}.services-corp-hero nav a{color:inherit;text-decoration:none}.services-corp-hero nav strong{color:#fff;font-weight:550}

.services-corp-list{padding:112px 0 122px;background:#f3f6f4}
.services-corp-list>.container{width:min(calc(100% - 64px),1500px);max-width:none}
.services-corp-list__head{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:end;margin-bottom:52px;padding-bottom:34px;border-bottom:1px solid #d5dfd8}
.services-corp-list__head>span{grid-column:1/3;color:#138048;font-size:11px;font-weight:700;letter-spacing:1.4px;text-transform:uppercase}
.services-corp-list__head h2{margin:0;color:#13271c;font-size:clamp(43px,3.8vw,57px);font-weight:600;line-height:1.08;letter-spacing:-1.7px}.services-corp-list__head h2 em{color:#16864b;font-style:normal}
.services-corp-list__head p{max-width:520px;margin:0;color:#637168;font-size:16px;line-height:1.72}
.services-corp-list__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.services-corp-card{display:block;color:inherit;text-decoration:none}
.services-corp-card article{height:100%;border:1px solid #d7e1da;border-radius:18px;background:#fff;overflow:hidden;transition:border-color .25s ease,transform .25s ease,box-shadow .25s ease}
.services-corp-card:hover article{transform:translateY(-3px);border-color:#9db9a8;box-shadow:0 22px 45px rgba(7,48,29,.09)}
.services-corp-card__image{position:relative;height:270px;background:linear-gradient(180deg,transparent 52%,rgba(3,35,22,.3)),var(--service-card-image) center/cover no-repeat}
.services-corp-card__image>i{position:absolute;right:22px;bottom:20px;width:48px;height:48px;border-radius:10px;display:grid;place-items:center;background:#0d7b43;color:#fff;font-style:normal}.services-corp-card__image svg{width:23px;height:23px}
.services-corp-card__body{position:relative;min-height:270px;padding:31px 30px 92px;display:flex;flex-direction:column;border-top:3px solid #138048;background:linear-gradient(145deg,#fbfefc 0%,#edf6f0 145%);transition:background .25s ease}.services-corp-card:nth-child(2n) .services-corp-card__body{border-top-color:#2b9a5d}.services-corp-card:hover .services-corp-card__body{background:linear-gradient(145deg,#f7fcf9,#e9f4ed)}.services-corp-card__body h3{margin:0 0 15px;color:#102c1d;font-size:27px;font-weight:600;line-height:1.25;letter-spacing:-.65px}.services-corp-card__body p{max-width:360px;margin:0;color:#65736a;font-size:15px;line-height:1.72}.services-corp-card__body>span{position:absolute;left:30px;bottom:29px;width:max-content;min-height:44px;margin:0;padding:0 21px;border:1px solid #0d7b43;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#0d7b43;color:#fff;font-size:12px;font-weight:650;letter-spacing:0;text-transform:uppercase;transition:background .2s,color .2s,border-color .2s}.services-corp-card:hover .services-corp-card__body>span{border-color:#075f33;background:#075f33;color:#fff}
.services-corp-list__grid>.services-corp-card:nth-child(4),.services-corp-list__grid>.services-corp-card:nth-child(5){grid-column:span 1}

.service-detail{padding:112px 0 124px;background:#fff}.service-detail__grid{display:grid;grid-template-columns:1.1fr .9fr;gap:110px;align-items:start}.service-detail__grid>div>span{color:#138048;font-size:11px;font-weight:700;letter-spacing:1.3px;text-transform:uppercase}.service-detail h2{max-width:690px;margin:24px 0 28px;color:#142b1e;font-size:clamp(42px,4vw,58px);font-weight:600;line-height:1.1;letter-spacing:-1.7px}.service-detail p{max-width:660px;margin:0;color:#647168;font-size:17px;line-height:1.76}.service-detail ul{margin:8px 0 0;padding:0;list-style:none;border-top:1px solid #d5dfd8}.service-detail li{padding:20px 0;border-bottom:1px solid #d5dfd8;display:flex;align-items:center;gap:14px;color:#244a35;font-size:15px;font-weight:550}.service-detail li svg{width:18px;height:18px;color:#138048}

.service-detail-lead{padding:108px 0 82px;background:#fff}.service-detail-lead__grid{display:grid;grid-template-columns:1fr .88fr;gap:100px;align-items:center}.service-detail-lead__grid>div:first-child>span,.service-section-head>span{display:block;color:#138048;font-size:11px;font-weight:700;letter-spacing:1.35px;text-transform:uppercase}.service-detail-lead h2{max-width:720px;margin:25px 0 27px;color:#13271c;font-size:clamp(46px,4.5vw,66px);font-weight:600;line-height:1.04;letter-spacing:-2px}.service-detail-lead p{max-width:680px;margin:0;color:#647168;font-size:17px;line-height:1.78}.service-detail-lead a{width:max-content;min-height:48px;margin-top:34px;padding:0 23px;border:1px solid #0d7540;border-radius:999px;display:inline-flex;align-items:center;background:#0d7540;color:#fff;font-size:13px;font-weight:650;text-decoration:none}.service-detail-lead a:hover{background:#075f33;border-color:#075f33}.service-detail-lead__image{min-height:520px;border:1px solid #d4dfd7;border-radius:20px;background:var(--detail-image) center/cover no-repeat;box-shadow:0 24px 55px rgba(7,48,29,.1)}
.service-detail-lead>.container{max-width:1240px}.service-detail-lead__grid{grid-template-columns:1fr 500px;gap:90px}.service-detail-lead__image{min-height:500px;aspect-ratio:1/1}
.service-contact-strip{padding:0 0 86px;background:#fff}.service-contact-strip>.container{max-width:1240px;min-height:138px;padding:0 34px;display:grid;grid-template-columns:1.25fr .8fr 1fr;align-items:stretch;border:1px solid #cfdbd3;border-radius:18px;background:linear-gradient(105deg,#edf5f0 0,#f8faf9 48%,#fff 100%);box-shadow:0 18px 45px rgba(7,48,29,.07);overflow:hidden}.service-contact-strip>.container>div{position:relative;padding:30px 34px;display:flex;flex-direction:column;justify-content:center}.service-contact-strip>.container>div+div:before{content:"";position:absolute;left:0;top:29px;bottom:29px;width:1px;background:#d5dfd8}.service-contact-strip__intro{padding-left:4px!important}.service-contact-strip small{margin-bottom:9px;color:#138048;font-size:10px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase}.service-contact-strip__intro strong{max-width:340px;color:#173c2a;font-size:23px;font-weight:600;line-height:1.25;letter-spacing:-.4px}.service-contact-strip a{width:max-content;color:#173c2a;font-size:17px;font-weight:650;text-decoration:none;transition:color .2s ease}.service-contact-strip a:hover{color:#138048}
.service-scope,.service-advantages,.service-industries,.service-faq{padding:108px 0 118px}.service-scope{border-top:1px solid #dbe3de;background:#f7f9f8}.service-advantages{background:#fff}.service-industries{background:#fff}.service-faq{background:#fff}.service-section-head{display:block;margin:0 auto 62px;padding:0;border:0;text-align:center}.service-section-head>span{margin-bottom:18px;padding:0}.service-section-head h2{max-width:820px;margin:0 auto;color:#142b1e;font-size:clamp(38px,3.4vw,51px);font-weight:600;line-height:1.1;letter-spacing:-1.5px}.service-section-head h2:after{content:"";display:block;width:52px;height:3px;margin:22px auto 0;background:#138048}
.service-scope>.container{width:calc(100% - 64px);max-width:1560px}.service-scope__panel{padding:62px 68px;display:grid;grid-template-columns:.72fr 1.28fr;gap:74px;border-radius:22px;background:#0b3e2a;box-shadow:0 24px 55px rgba(7,48,29,.12)}.service-scope__heading{padding:4px 12px 4px 0}.service-scope__heading>span{display:block;margin-bottom:23px;color:#8ce0b0;font-size:10px;font-weight:700;letter-spacing:1.35px;text-transform:uppercase}.service-scope__heading h2{max-width:500px;margin:0;color:#fff;font-size:clamp(37px,3.2vw,49px);font-weight:600;line-height:1.08;letter-spacing:-1.5px}.service-scope__heading>p{max-width:440px;margin:25px 0 0;color:#b9cfc3;font-size:15px;line-height:1.7}.service-scope__grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid rgba(255,255,255,.18)}.service-scope__grid article{min-height:162px;padding:25px 28px 24px 0;border-bottom:1px solid rgba(255,255,255,.18);display:grid;grid-template-columns:42px 1fr;gap:17px}.service-scope__grid article:nth-child(odd){padding-right:38px;border-right:1px solid rgba(255,255,255,.18)}.service-scope__grid article:nth-child(even){padding-left:38px}.service-scope__grid article>i{width:38px;height:38px;display:grid;place-items:center;color:#8ce0b0;font-style:normal}.service-scope__grid svg{width:23px;height:23px}.service-scope__grid h3{margin:5px 0 10px;color:#fff;font-size:19px;font-weight:600;line-height:1.25;letter-spacing:-.25px}.service-scope__grid p{margin:0;color:#b9cfc3;font-size:13px;line-height:1.65}
.service-advantages__grid{display:grid;grid-template-columns:1fr 1fr;gap:0 60px}.service-advantages__grid article{padding:30px 0;border-bottom:1px solid #d3ddd6;display:grid;grid-template-columns:45px 1fr;gap:20px}.service-advantages__grid article>i{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#138048;font-style:normal}.service-advantages__grid svg{width:17px;height:17px}.service-advantages__grid h3{margin:1px 0 9px;color:#173c2a;font-size:22px;font-weight:600}.service-advantages__grid p{max-width:530px;margin:0;color:#66736b;font-size:14.5px;line-height:1.68}
.service-advantages>.container{padding:78px 90px 88px;background:#f4f6f5}.service-advantages__grid article{border-bottom:0}.service-advantages__grid article>i{background:transparent}.service-industries__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-industries__grid article{min-height:150px;padding:28px 26px;border:1px solid #e1e7e3;border-radius:9px;background:#f7f9f8;box-shadow:0 5px 14px rgba(7,48,29,.04)}.service-industries__grid h3{margin:0 0 12px;color:#138048;font-size:22px;font-weight:600}.service-industries__grid p{margin:0;color:#5f6d64;font-size:14px;line-height:1.62}
.service-industries--express{padding:118px 0;background:#f7f9f8}.service-industries--express>.container{width:calc(100% - 64px);max-width:1560px;padding:68px 70px;display:grid;grid-template-columns:410px 1fr;gap:76px;border-top:4px solid #128149;background:#fff;box-shadow:0 20px 50px rgba(7,48,29,.07)}.service-industries--express .service-section-head{margin:0;padding:2px 54px 0 0;text-align:left}.service-industries--express .service-section-head>span{margin-bottom:23px}.service-industries--express .service-section-head h2{margin:0;font-size:clamp(38px,3vw,49px);line-height:1.08}.service-industries--express .service-section-head h2:after{margin:25px 0 0}.service-industries--express .service-section-head>p{max-width:370px;margin:25px 0 0;color:#5b6b62;font-size:15px;font-weight:500;line-height:1.7}.service-industries--express .service-industries__grid{grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid #cbd7cf;border-left:1px solid #cbd7cf}.service-industries--express .service-industries__grid article{min-height:190px;padding:31px 28px;border:0;border-right:1px solid #cbd7cf;border-bottom:1px solid #cbd7cf;border-radius:0;background:#f8faf9;box-shadow:none}.service-industries--express .service-industries__grid h3{margin:0 0 16px;color:#0b7740;font-size:20px;font-weight:700}.service-industries--express .service-industries__grid p{color:#4e6056;font-size:13px;font-weight:500;line-height:1.7}
.service-advantages--express{padding:118px 0;background:#fff}.service-advantages--express>.container{width:calc(100% - 64px);max-width:1560px;padding:0;display:grid;grid-template-columns:.92fr 1.08fr;background:#f2f6f3;border:1px solid #d5dfd8;border-radius:22px;box-shadow:0 22px 55px rgba(7,48,29,.08);overflow:hidden}.service-advantages__media{position:relative;min-height:690px;background:#dfe7e2;overflow:hidden}.service-advantages__slide{position:absolute;inset:0;background-position:center;background-size:cover;opacity:0;transform:scale(1.025);transition:opacity .38s ease,transform 1.8s ease}.service-advantages__slide.is-active{opacity:1;transform:scale(1)}.service-advantages__slide--1{background-image:url('../images/wayex-minivan-secured-cargo-v1.png')}.service-advantages__slide--2{background-image:url('../images/wayex-minivan-cargo-check-v1.png')}.service-advantages__slide--3{background-image:url('../images/wayex-minivan-direct-handover-v1.png')}.service-advantages__media:after{content:"";position:absolute;z-index:1;inset:55% 0 0;background:linear-gradient(transparent,rgba(5,34,22,.72));pointer-events:none}.service-advantages__media-label{position:absolute;z-index:2;left:42px;bottom:36px;padding:10px 14px;border:1px solid rgba(255,255,255,.5);background:rgba(5,35,23,.25);color:#fff;font-size:10px;font-weight:800;letter-spacing:1.2px;text-transform:uppercase;backdrop-filter:blur(7px)}.service-advantages__content{padding:66px 70px}.service-advantages__content>span{display:block;margin-bottom:21px;color:#087a41;font-size:10px;font-weight:800;letter-spacing:1.35px;text-transform:uppercase}.service-advantages__content>h2{max-width:660px;margin:0;color:#102b1d;font-size:clamp(38px,3.25vw,50px);font-weight:700;line-height:1.09;letter-spacing:-1.5px}.service-advantages__lead{max-width:670px;margin:23px 0 31px;color:#4f6257;font-size:15px;font-weight:500;line-height:1.72}.service-advantages--express .service-advantages__grid{display:block;border-top:1px solid #b8c9be}.service-advantages--express .service-advantages__grid article{min-height:88px;padding:18px 0;display:grid;grid-template-columns:80px minmax(180px,.72fr) 1.28fr;align-items:start;gap:18px;border-bottom:1px solid #c5d2ca}.service-advantages--express .service-advantages__grid small{padding-top:4px;color:#087a41;font-size:9px;font-weight:800;letter-spacing:1.15px;text-transform:uppercase}.service-advantages--express .service-advantages__grid h3{margin:0;color:#102f20;font-size:18px;font-weight:700;line-height:1.36}.service-advantages--express .service-advantages__grid p{margin:0;color:#506158;font-size:13px;font-weight:500;line-height:1.62}
.service-faq>.container{max-width:1320px;padding:80px 90px 95px;background:#f4f6f5}.service-faq__list{max-width:850px;margin:auto;border:0}.service-faq details{margin-bottom:14px;border:1px solid #d7dfda;border-radius:10px;background:#fff;box-shadow:0 4px 12px rgba(7,48,29,.045)}.service-faq summary{position:relative;padding:24px 58px 24px 28px;color:#173c2a;font-size:17px;font-weight:600;cursor:pointer;list-style:none}.service-faq summary::-webkit-details-marker{display:none}.service-faq summary:after{content:"+";position:absolute;right:27px;top:19px;color:#138048;font-size:26px;font-weight:400}.service-faq details[open] summary:after{content:"−"}.service-faq details p{max-width:760px;margin:0;padding:0 55px 25px 28px;color:#66736b;font-size:15px;line-height:1.72}

@media(max-width:950px){.services-corp-list__grid{grid-template-columns:1fr 1fr}.services-corp-list__head{grid-template-columns:1fr;gap:25px}.services-corp-list__head>span{grid-column:auto}.service-detail__grid,.service-detail-lead__grid{grid-template-columns:1fr;gap:50px}.service-detail-lead__image{min-height:440px;aspect-ratio:auto}.service-contact-strip>.container{grid-template-columns:1fr 1fr}.service-contact-strip__intro{grid-column:1/-1;padding:26px 30px!important}.service-contact-strip>.container>div:nth-child(2):before{display:none}.service-contact-strip>.container>div:nth-child(3):before{top:20px;bottom:20px}.service-scope__panel{padding:56px 48px;grid-template-columns:1fr;gap:48px}.service-scope__heading h2{max-width:650px}.service-scope__heading>p{max-width:560px}.service-scope__grid{grid-template-columns:1fr 1fr}.service-scope__grid article:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.18)}.service-industries__grid{grid-template-columns:1fr 1fr}.service-advantages>.container,.service-faq>.container{padding-inline:50px}.service-advantages--express>.container{grid-template-columns:1fr;padding:0}.service-advantages__media{min-height:480px}.service-advantages__content{padding:58px 50px}}
@media(max-width:700px){body[data-page="services"] .services-corp-hero,body[data-page$="_service"] .services-corp-hero{min-height:310px;margin-top:70px}.services-corp-hero__inner{width:calc(100% - 24px);padding-bottom:34px}.services-corp-hero h1{font-size:43px;letter-spacing:-1.3px}.services-corp-list{padding:66px 0 74px}.services-corp-list>.container{width:calc(100% - 24px)}.services-corp-list__grid{grid-template-columns:1fr}.services-corp-card__image{height:240px}.services-corp-card__body{min-height:255px;padding:25px 25px 88px}.services-corp-card__body>span{left:25px;bottom:25px}.service-detail{padding:68px 0 76px}.service-detail h2{font-size:38px}.service-detail-lead{padding:66px 0 55px}.service-detail-lead h2{font-size:40px}.service-detail-lead__image{min-height:310px;border-radius:13px}.service-contact-strip{padding:0 12px 60px}.service-contact-strip>.container{grid-template-columns:1fr;padding:8px;border-radius:14px}.service-contact-strip>.container>div{padding:21px 18px}.service-contact-strip__intro{grid-column:auto;padding:21px 18px!important}.service-contact-strip__intro strong{font-size:20px}.service-contact-strip>.container>div+div:before{left:18px;right:18px;top:0;bottom:auto;width:auto;height:1px}.service-contact-strip>.container>div:nth-child(2):before{display:block}.service-contact-strip>.container>div:nth-child(3):before{top:0;bottom:auto}.service-contact-strip a{font-size:16px}.service-scope,.service-advantages,.service-industries,.service-faq{padding:68px 0 76px}.service-scope>.container{width:calc(100% - 24px)}.service-scope__panel{padding:38px 24px;border-radius:16px;gap:36px}.service-scope__heading h2{font-size:36px}.service-scope__grid{grid-template-columns:1fr}.service-scope__grid article,.service-scope__grid article:nth-child(odd),.service-scope__grid article:nth-child(even){min-height:auto;padding:25px 0;border-right:0;border-bottom:1px solid rgba(255,255,255,.18)}.service-scope__grid article:last-child{border-bottom:0}.service-scope__grid h3{margin:4px 0 9px}.service-section-head h2{font-size:37px}.service-advantages>.container,.service-faq>.container{padding:55px 22px 62px}.service-advantages--express{padding-inline:12px}.service-advantages--express>.container{width:100%;padding:0;border-radius:16px}.service-advantages__media{min-height:320px}.service-advantages__media-label{left:22px;bottom:22px}.service-advantages__content{padding:38px 24px}.service-advantages__content>h2{font-size:35px}.service-advantages--express .service-advantages__grid{grid-template-columns:1fr}.service-advantages--express .service-advantages__grid article{grid-template-columns:68px 1fr;gap:12px}.service-advantages--express .service-advantages__grid article p{grid-column:2}.service-advantages__grid,.service-industries__grid{grid-template-columns:1fr}.service-faq summary{font-size:16px}}

/* Cinematic premium hero — generated Wayex campaign series */
body[data-page="home"] #site-header{background:linear-gradient(180deg,rgba(4,18,13,.9),rgba(4,18,13,.7));border-bottom-color:rgba(255,255,255,.1);backdrop-filter:blur(18px)}
body[data-page="home"] #site-header.scrolled{background:rgba(4,25,17,.96);border-bottom-color:rgba(255,255,255,.1);box-shadow:0 14px 38px rgba(0,0,0,.22)}
body[data-page="home"] #site-header .bp-logo img{filter:brightness(0) invert(1)}
body[data-page="home"] #site-header .desktop-nav a{color:rgba(255,255,255,.68)}
body[data-page="home"] #site-header .desktop-nav a:hover,
body[data-page="home"] #site-header .desktop-nav a.is-active{color:#fff}
body[data-page="home"] #site-header .desktop-nav a:after{background:#75d49d}
body[data-page="home"] #site-header .bp-offer{background:#fff!important;color:#075a31!important;box-shadow:none!important}
body[data-page="home"] #site-header .menu-toggle span{background:#fff}

#hero-slider{height:min(900px,100svh);min-height:720px;padding:92px 0 0;background:#06130e;color:#fff}
#hero-slider:before{content:none}
#hero-slider .bp-hero__stage{width:100%;max-width:none;height:100%;padding:0;display:block;overflow:hidden;background:#071710}
#hero-slider .bp-hero__visual{position:absolute;z-index:0;inset:0;height:auto}
#hero-slider .bp-hero__frame-media{inset:0;border-radius:0;box-shadow:none;background:var(--hero-image) center/cover no-repeat;transform:scale(1.045)}
#hero-slider .bp-hero__frame-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,15,10,.95) 0%,rgba(3,20,13,.84) 32%,rgba(3,20,13,.38) 57%,rgba(3,20,13,.08) 82%),linear-gradient(180deg,rgba(2,12,8,.1) 55%,rgba(2,12,8,.72) 100%)}
#hero-slider .bp-hero__copy{position:relative;z-index:2;width:min(calc(100% - 96px),1320px);height:100%;margin:auto;display:flex;justify-content:center;align-items:flex-start;padding:0 0 62px}
#hero-slider .bp-hero__slides{min-height:300px;max-width:690px}
#hero-slider .bp-hero__eyebrow{color:#8de0b0;margin-bottom:24px}
#hero-slider .bp-hero__eyebrow:before{background:#8de0b0}
#hero-slider .bp-hero__slide h1{font-size:clamp(52px,5vw,78px);line-height:1.01;letter-spacing:-4.5px;color:#fff;margin-bottom:25px;text-wrap:balance}
#hero-slider .bp-hero__slide h1 em{color:#8de0b0}
#hero-slider .bp-hero__slide p{max-width:520px;color:rgba(255,255,255,.68);font-size:15px}
#hero-slider .bp-hero__actions{margin-top:12px}
#hero-slider .bp-hero__actions a{border-radius:6px}
#hero-slider .bp-hero__actions a:first-child{background:#fff;color:#075d32;box-shadow:none}
#hero-slider .bp-hero__actions a:last-child{color:#fff;border-color:rgba(255,255,255,.32);background:rgba(255,255,255,.06);backdrop-filter:blur(12px)}
#hero-slider .bp-hero__trust span{color:rgba(255,255,255,.62)}
#hero-slider .bp-hero__trust svg{color:#8de0b0}
#hero-slider .bp-hero__controls{margin-top:42px}
#hero-slider .bp-hero__dots button{background:rgba(255,255,255,.3)}
#hero-slider .bp-hero__dots button.is-active{background:#8de0b0}
#hero-slider .bp-hero__controls>div:last-child button{border-color:rgba(255,255,255,.28);background:rgba(2,18,11,.28);color:#fff;backdrop-filter:blur(10px)}
#hero-slider .bp-hero__badge{left:auto;right:clamp(28px,5vw,80px);bottom:48px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:rgba(4,21,14,.72);backdrop-filter:blur(18px);box-shadow:0 20px 45px rgba(0,0,0,.28)}
#hero-slider .bp-hero__badge strong{color:#8de0b0}
@media(max-width:1050px){
  #hero-slider{height:780px;min-height:0;padding-top:80px}
  #hero-slider .bp-hero__stage{height:700px;padding:0}
  #hero-slider .bp-hero__copy{width:calc(100% - 56px);height:100%;padding-bottom:46px}
  #hero-slider .bp-hero__visual{position:absolute;height:auto}
  #hero-slider .bp-hero__frame-media{border-radius:0;background-position:64% center}
  #hero-slider .bp-hero__badge{left:auto;right:28px;bottom:28px}
}
@media(max-width:600px){
  #hero-slider{height:720px;padding-top:72px}
  #hero-slider .bp-hero__stage{height:648px}
  #hero-slider .bp-hero__copy{width:calc(100% - 38px);padding-bottom:24px}
  #hero-slider .bp-hero__slides{min-height:274px}
  #hero-slider .bp-hero__slide h1{font-size:42px;line-height:1.04;letter-spacing:-2.6px}
  #hero-slider .bp-hero__frame-media{background-position:62% center}
  #hero-slider .bp-hero__frame-media:after{background:linear-gradient(90deg,rgba(3,15,10,.94),rgba(3,20,13,.68)),linear-gradient(180deg,transparent 45%,rgba(2,12,8,.72))}
  #hero-slider .bp-hero__badge{display:none}
  #hero-slider .bp-hero__trust span:nth-child(2){display:none}
}
@media(prefers-reduced-motion:reduce){#hero-slider .bp-hero__slide,#hero-slider .bp-hero__frame,#hero-slider .bp-hero__frame-media{transition:none}}

/* Header/hero structural repair */
@media(min-width:1051px){
  body[data-page="home"] #site-header .header-inner{display:grid;grid-template-columns:190px minmax(0,1fr) auto;column-gap:28px}
  body[data-page="home"] #site-header .desktop-nav{position:static;transform:none;justify-self:center;margin:0;gap:clamp(24px,2.35vw,38px)}
  body[data-page="home"] #site-header .bp-header-actions{justify-self:end;padding:0;margin:0}
  body[data-page="home"] #site-header .menu-toggle{display:none}
}
#hero-slider .bp-hero__copy{display:flex;flex-direction:column;justify-content:center}
#hero-slider .bp-hero__slides{width:100%}
#hero-slider .bp-hero__visual{grid-column:2;grid-row:1;min-width:0}
@media(max-width:1050px){
  #hero-slider .bp-hero__copy,#hero-slider .bp-hero__visual{grid-column:1;grid-row:auto}
  body[data-page="home"] #site-header .menu-toggle{display:block}
}
@media(max-width:600px){
  #hero-slider .bp-hero__actions{flex-wrap:nowrap}
  #hero-slider .bp-hero__actions a{flex:1;justify-content:center;padding-inline:12px}
  #hero-slider .bp-hero__trust{display:grid;grid-template-columns:1fr}
}

/* Full-bleed slider with overlay sticky navigation */
body[data-page="home"] #site-header{
  position:fixed;inset:0 0 auto;z-index:1000;height:104px!important;
  background:linear-gradient(180deg,rgba(2,13,9,.78),rgba(2,13,9,.28) 72%,transparent)!important;
  border:0!important;box-shadow:none!important;backdrop-filter:none;
}
body[data-page="home"] #site-header .header-inner{
  width:min(calc(100% - 72px),1420px);height:104px!important;
  padding:0 26px;grid-template-columns:200px minmax(0,1fr) auto;
  border:1px solid transparent;border-radius:0;background:transparent;
  transition:height .35s ease,background .35s ease,border-color .35s ease,border-radius .35s ease,box-shadow .35s ease;
}
body[data-page="home"] #site-header .bp-logo img{width:166px;filter:brightness(0) invert(1)}
body[data-page="home"] #site-header .desktop-nav{gap:clamp(24px,2.6vw,42px)}
body[data-page="home"] #site-header .desktop-nav a{color:rgba(255,255,255,.76);font-size:12px!important;text-shadow:0 1px 15px rgba(0,0,0,.16)}
body[data-page="home"] #site-header .desktop-nav a:hover,
body[data-page="home"] #site-header .desktop-nav a.is-active{color:#fff}
body[data-page="home"] #site-header .desktop-nav a:after{bottom:20px;background:#83dda8}
body[data-page="home"] #site-header .bp-offer{
  height:44px!important;padding:0 21px!important;border:1px solid rgba(255,255,255,.52)!important;
  border-radius:999px!important;background:rgba(255,255,255,.12)!important;color:#fff!important;
  backdrop-filter:blur(14px);box-shadow:none!important;
}
body[data-page="home"] #site-header .bp-offer:hover{background:#fff!important;color:#075f33!important;border-color:#fff!important}
body[data-page="home"] #site-header.scrolled{
  height:82px!important;padding:8px 0;background:transparent!important;box-shadow:none!important;
}
body[data-page="home"] #site-header.scrolled .header-inner{
  height:66px!important;background:rgba(3,25,17,.9);border-color:rgba(255,255,255,.12);
  border-radius:14px;box-shadow:0 18px 48px rgba(0,0,0,.24);backdrop-filter:blur(20px);
}
body[data-page="home"] #site-header.scrolled .bp-logo img{width:150px}
body[data-page="home"] #site-header.scrolled .desktop-nav a:after{bottom:10px}

#hero-slider{height:100svh;min-height:720px;padding:0!important;background:#06130e}
#hero-slider .bp-hero__stage{height:100%;min-height:720px}
#hero-slider .bp-hero__copy{padding:104px 0 46px;justify-content:center}
#hero-slider .bp-hero__frame-media:after{
  background:linear-gradient(90deg,rgba(2,14,9,.96) 0%,rgba(3,20,13,.78) 35%,rgba(3,20,13,.28) 61%,rgba(3,20,13,.04) 82%),linear-gradient(180deg,rgba(2,10,7,.2) 0%,transparent 42%,rgba(2,10,7,.72) 100%);
}
#hero-slider .bp-hero__slide h1{max-width:760px;text-shadow:0 3px 28px rgba(0,0,0,.2)}

@media(max-width:1050px){
  body[data-page="home"] #site-header{height:86px!important}
  body[data-page="home"] #site-header .header-inner{width:calc(100% - 32px);height:86px!important;padding:0 12px}
  body[data-page="home"] #site-header.scrolled{height:76px!important;padding:7px 0}
  body[data-page="home"] #site-header.scrolled .header-inner{height:62px!important}
  #hero-slider{height:100svh;min-height:700px;padding:0!important}
  #hero-slider .bp-hero__stage{height:100%;min-height:700px}
  #hero-slider .bp-hero__copy{padding:86px 0 34px}
}
@media(max-width:600px){
  body[data-page="home"] #site-header{height:76px!important}
  body[data-page="home"] #site-header .header-inner{width:calc(100% - 20px);height:76px!important;padding:0 8px}
  body[data-page="home"] #site-header .bp-logo img{width:138px}
  body[data-page="home"] #site-header.scrolled{height:70px!important;padding:6px 0}
  body[data-page="home"] #site-header.scrolled .header-inner{height:58px!important;border-radius:11px;padding-inline:12px}
  #hero-slider{height:100svh;min-height:680px}
  #hero-slider .bp-hero__stage{min-height:680px}
  #hero-slider .bp-hero__copy{padding:80px 0 22px}
  #hero-slider .bp-hero__frame-media{background-position:66% center}
}

/* Corporate typography system */
:root{--font-corporate:"IBM Plex Sans",Arial,sans-serif;--font-display:"IBM Plex Sans Condensed","Arial Narrow",Arial,sans-serif}
html body,body button,body input,body select,body textarea{font-family:var(--font-corporate)!important}
body :where(p,a,span,small,b,strong,label,input,select,textarea,button,li){font-family:var(--font-corporate)!important}
body :where(h1,h2,h3,h4,h5,h6){font-family:var(--font-display)!important;font-style:normal}
body[data-page="home"] #site-header .desktop-nav a,
body[data-page="home"] #site-header .bp-offer{font-family:var(--font-corporate)!important;letter-spacing:.1px}
#hero-slider .bp-hero__eyebrow{font-family:var(--font-corporate)!important;letter-spacing:1.8px}
#hero-slider .bp-hero__slide h1{font-family:var(--font-display)!important;font-weight:600;letter-spacing:-2.2px}
#hero-slider .bp-hero__slide p{font-family:var(--font-corporate)!important;font-weight:400}
#hero-slider .bp-hero__actions a,#hero-slider .bp-hero__trust span,#hero-slider .bp-hero__badge *{font-family:var(--font-corporate)!important}
@media(max-width:600px){#hero-slider .bp-hero__slide h1{letter-spacing:-1.2px}}

/* Final header scale and centered slider navigation */
body[data-page="home"] #site-header .header-inner{grid-template-columns:230px minmax(0,1fr) auto}
body[data-page="home"] #site-header .bp-logo img{width:196px}
body[data-page="home"] #site-header .desktop-nav{gap:clamp(30px,2.8vw,48px)}
body[data-page="home"] #site-header .desktop-nav a{font-size:13px!important;font-weight:600;letter-spacing:.15px}
body[data-page="home"] #site-header .bp-offer{height:46px!important;padding-inline:24px!important;font-size:12.5px!important;font-weight:600}
body[data-page="home"] #site-header.scrolled .bp-logo img{width:174px}

#hero-slider .bp-hero__eyebrow{display:none!important}
#hero-slider .bp-hero__copy{padding-bottom:66px}
#hero-slider .bp-hero__controls{
  position:absolute;z-index:8;left:50%;bottom:34px;width:auto;margin:0;transform:translateX(-50%);
  display:flex;align-items:center;justify-content:center;gap:14px;
}
#hero-slider .bp-hero__controls>button{
  width:44px;height:44px;padding:0;border:1px solid rgba(255,255,255,.34);border-radius:50%;
  display:grid;place-items:center;background:rgba(3,22,14,.5);color:#fff;backdrop-filter:blur(12px);cursor:pointer;transition:.25s;
}
#hero-slider .bp-hero__controls>button:hover{background:#fff;border-color:#fff;color:#075f33}
#hero-slider .bp-hero__controls>button svg{width:16px;height:16px;stroke-width:2.4}
#hero-slider .bp-hero__controls .bp-hero__dots{display:flex;align-items:center;gap:8px;margin:0 4px}

@media(max-width:1050px){
  body[data-page="home"] #site-header .header-inner{grid-template-columns:auto 1fr auto}
  body[data-page="home"] #site-header .bp-logo img{width:176px}
  body[data-page="home"] #site-header.scrolled .bp-logo img{width:160px}
  #hero-slider .bp-hero__controls{bottom:25px}
}
@media(max-width:600px){
  body[data-page="home"] #site-header .bp-logo img{width:150px}
  body[data-page="home"] #site-header.scrolled .bp-logo img{width:142px}
  #hero-slider .bp-hero__copy{padding-bottom:68px}
  #hero-slider .bp-hero__controls{bottom:20px;gap:10px}
  #hero-slider .bp-hero__controls>button{width:40px;height:40px}
}

/* Footer brand and social icons */
.footer-final__brand>a{display:inline-flex;align-items:center}
.footer-final__brand>a .brand-logo{width:178px;height:auto;display:block;filter:none}
.footer-final__brand .footer-socials{display:flex;gap:10px}
.footer-final__brand .footer-socials a{width:38px;height:38px;border:1px solid rgba(255,255,255,.26);background:rgba(255,255,255,.06);color:#fff}
.footer-final__brand .footer-socials a:hover{background:#fff;border-color:#fff;color:#07643a;transform:translateY(-2px)}
.footer-final__brand .footer-socials .social-icon{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.footer-final__brand .footer-socials .social-icon--fill{fill:currentColor;stroke:none}
.footer-final__brand .footer-socials .social-icon__dot{fill:currentColor;stroke:none}

/* Premium quote modal */
body.quote-open{overflow:hidden}
.quote-modal{position:fixed;z-index:3000;inset:0;display:grid;place-items:center;padding:24px;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}
.quote-modal.is-open,.quote-modal:target{opacity:1;visibility:visible}
.quote-modal__backdrop{position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;background:rgba(1,12,8,.76);backdrop-filter:blur(12px);cursor:pointer}
.quote-modal__panel{position:relative;width:min(100%,980px);max-height:calc(100svh - 48px);display:grid;grid-template-columns:.82fr 1.18fr;overflow:auto;border:1px solid rgba(255,255,255,.14);border-radius:24px;background:#fff;box-shadow:0 38px 100px rgba(0,0,0,.42);transform:translateY(18px) scale(.985);transition:transform .35s var(--ease)}
.quote-modal.is-open .quote-modal__panel,.quote-modal:target .quote-modal__panel{transform:none}
.quote-modal__close{position:absolute;z-index:4;right:18px;top:18px;width:40px;height:40px;padding:0;border:1px solid #d9e2dc;border-radius:50%;background:#fff;cursor:pointer}
.quote-modal__close span{position:absolute;left:11px;top:19px;width:17px;height:1.5px;background:#17231c}.quote-modal__close span:first-child{transform:rotate(45deg)}.quote-modal__close span:last-child{transform:rotate(-45deg)}
.quote-modal__intro{min-height:610px;padding:42px 40px;display:flex;flex-direction:column;justify-content:space-between;color:#fff;background:linear-gradient(155deg,rgba(3,47,29,.98),rgba(7,101,52,.9)),url('../images/wayex-hero-port-v2.png') 65% center/cover}
.quote-modal__intro>img{width:158px;height:auto}.quote-modal__intro>div>span{display:block;color:#99dfb7;font-size:10px;font-weight:700;letter-spacing:2px;text-transform:uppercase;margin-bottom:20px}.quote-modal__intro h2{font-size:43px;line-height:1.03;letter-spacing:-1.5px;margin:0 0 22px}.quote-modal__intro h2 em{font-style:normal;color:#9ce1b9}.quote-modal__intro p{max-width:330px;margin:0;color:rgba(255,255,255,.68);font-size:13px;line-height:1.7}.quote-modal__intro>small{color:rgba(255,255,255,.65);font-size:10px;text-transform:uppercase;letter-spacing:1.4px}
.quote-modal__form{padding:58px 48px 36px;color:#152119;background:#fff}.quote-modal__heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.quote-modal__heading span{font-size:19px;font-weight:600}.quote-modal__heading b{color:#8b958f;font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.8px}.quote-modal__row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.quote-modal__form label{display:block;margin-bottom:17px}.quote-modal__form label>span{display:block;margin-bottom:8px;color:#5f6c64;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.65px}.quote-modal__form input,.quote-modal__form select{width:100%;height:48px;padding:0 14px;border:1px solid #d7e0da;border-radius:8px;background:#f8faf9;color:#152119;font:500 13px var(--font-corporate);outline:0;transition:.2s}.quote-modal__form input:focus,.quote-modal__form select:focus{border-color:#0b7539;box-shadow:0 0 0 3px rgba(11,117,57,.1);background:#fff}.quote-modal__row--route{grid-template-columns:1fr 24px 1fr;align-items:center}.quote-modal__row--route i{margin-top:5px;color:#0b7539;font-style:normal;text-align:center}.quote-modal__form>button{width:100%;height:50px;margin-top:4px;padding:0 18px;border:0;border-radius:8px;display:flex;align-items:center;justify-content:space-between;background:#086b38;color:#fff;font-size:12px;font-weight:700;cursor:pointer;transition:.25s}.quote-modal__form>button:hover{background:#064e2a}.quote-modal__form>button b{font-size:18px}.quote-modal__form>small{display:block;margin-top:13px;color:#89928d;font-size:9px;line-height:1.5;text-align:center}
@media(max-width:760px){.quote-modal{padding:10px}.quote-modal__panel{max-height:calc(100svh - 20px);grid-template-columns:1fr;border-radius:16px}.quote-modal__intro{min-height:190px;padding:28px}.quote-modal__intro>img{width:130px}.quote-modal__intro>div{margin-top:35px}.quote-modal__intro h2{font-size:32px;margin-bottom:12px}.quote-modal__intro p,.quote-modal__intro>small{display:none}.quote-modal__form{padding:34px 22px 26px}.quote-modal__close{right:12px;top:12px}.quote-modal__row{grid-template-columns:1fr;gap:0}.quote-modal__row--route{grid-template-columns:1fr}.quote-modal__row--route i{display:none}.quote-modal__form label{margin-bottom:13px}}

/* Quote modal — restrained corporate layout */
.quote-modal__panel{width:min(100%,900px);grid-template-columns:320px 1fr;border-radius:16px}
.quote-modal__intro{min-height:560px;padding:38px 34px;background:linear-gradient(160deg,rgba(3,48,29,.97),rgba(6,91,48,.9)),url('../images/wayex-hero-port-v2.png') 62% center/cover}
.quote-modal__intro>img{width:170px}.quote-modal__intro h2{margin:auto 0;font-size:42px;line-height:1.04;letter-spacing:-1px}.quote-modal__intro h2 em{color:#a2e3bd}
.quote-modal__form{padding:62px 44px 40px;display:flex;flex-direction:column;justify-content:center}
.quote-modal__heading{margin-bottom:26px}.quote-modal__heading h3{margin:0;font-size:27px;font-weight:600;letter-spacing:-.4px}
.quote-modal__form label{margin-bottom:14px}.quote-modal__form label>span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.quote-modal__form input,.quote-modal__form select{height:54px;border-color:#d8dfdb;border-radius:6px;background:#fff;font-size:14px}
.quote-modal__form input::placeholder{color:#818a85;opacity:1}
.quote-modal__row{gap:12px}.quote-modal__row--route{grid-template-columns:1fr 18px 1fr}.quote-modal__row--route i{font-size:16px}
.quote-modal__form>button{height:54px;margin-top:5px;border-radius:6px;font-size:13px}
@media(max-width:760px){.quote-modal__panel{grid-template-columns:1fr}.quote-modal__intro{min-height:145px;padding:24px}.quote-modal__intro>img{width:130px}.quote-modal__intro h2{margin-top:28px;font-size:29px}.quote-modal__form{padding:30px 20px 24px}.quote-modal__heading{margin-bottom:20px}.quote-modal__heading h3{font-size:22px}.quote-modal__form input,.quote-modal__form select{height:50px}}

/* Premium cookie consent bar */
.cookie-bar{position:fixed;z-index:2500;left:24px;right:24px;bottom:20px;min-height:88px;padding:16px 18px 16px 20px;display:grid;grid-template-columns:44px minmax(260px,1fr) auto auto;gap:18px;align-items:center;color:#fff;border:1px solid rgba(255,255,255,.15);border-radius:14px;background:rgba(3,28,19,.94);box-shadow:0 24px 70px rgba(0,0,0,.32);backdrop-filter:blur(20px);opacity:0;visibility:hidden;transform:translateY(22px);transition:opacity .35s ease,visibility .35s ease,transform .35s var(--ease)}
.cookie-bar.is-visible{opacity:1;visibility:visible;transform:none}
.cookie-bar__mark{width:42px;height:42px;border:1px solid rgba(143,222,176,.35);border-radius:50%;display:grid;place-content:center;grid-template-columns:repeat(2,5px);gap:4px;background:rgba(143,222,176,.08)}.cookie-bar__mark span{width:5px;height:5px;border-radius:50%;background:#8fdeb0}.cookie-bar__mark span:last-child{grid-column:1/3;justify-self:center}
.cookie-bar__copy strong{display:block;margin-bottom:5px;font-size:14px;font-weight:600}.cookie-bar__copy p{margin:0;color:rgba(255,255,255,.58);font-size:12px;line-height:1.45}
.cookie-bar__link{padding-bottom:3px;border-bottom:1px solid rgba(255,255,255,.25);color:rgba(255,255,255,.72);font-size:11px;white-space:nowrap}.cookie-bar__link:hover{color:#fff;border-color:#fff}
.cookie-bar__actions{display:flex;gap:8px}.cookie-bar__actions button{height:44px;padding:0 18px;border:1px solid rgba(255,255,255,.25);border-radius:7px;background:transparent;color:#fff;font-size:11px;font-weight:600;white-space:nowrap;cursor:pointer;transition:.25s}.cookie-bar__actions button:last-child{border-color:#fff;background:#fff;color:#075b32}.cookie-bar__actions button:hover{border-color:#8fdeb0;background:#8fdeb0;color:#063a23}
@media(max-width:850px){.cookie-bar{left:12px;right:12px;bottom:12px;grid-template-columns:38px 1fr;padding:16px;gap:12px}.cookie-bar__mark{width:38px;height:38px}.cookie-bar__link{grid-column:2}.cookie-bar__actions{grid-column:1/3}.cookie-bar__actions button{flex:1}}
@media(max-width:520px){.cookie-bar{border-radius:12px}.cookie-bar__copy p{font-size:11px}.cookie-bar__actions{flex-direction:column}.cookie-bar__actions button{width:100%}.cookie-bar__link{font-size:10px}}

/* Corporate normalization — restrained, consistent, non-template visual system */
:root{--corp-green:#08723b;--corp-green-dark:#063b25;--corp-ink:#17211b;--corp-muted:#66716a;--corp-line:#d9e0dc;--corp-surface:#f5f7f5}
body{background:#fff;color:var(--corp-ink)}
.cursor-glow{display:none!important}
body :where(h1,h2,h3,h4){text-wrap:balance}
body :where(p){text-wrap:pretty}

/* Remove decorative motion and synthetic glow effects */
:where(.button,.header-cta,.bp-track,.bp-offer,.why-section__lead>a,.blog-preview__head>div:last-child>a,.blog-card__more,.quote-form>button,.footer-final__actions>div>a){animation:none!important}
.service-marquee__track{animation-play-state:paused}
.trust-service__halo,.why-section__map,.site-footer:after,.footer-final__contact-inner:after{display:none!important}

/* Buttons */
:where(.button,.header-cta,.bp-offer,.quote-form>button,.footer-final__actions>div>a):not(.footer-final__phone){border-radius:4px!important;box-shadow:none!important;font-weight:600!important;letter-spacing:0!important}
:where(.button,.header-cta,.bp-offer,.quote-form>button,.footer-final__actions>div>a):not(.footer-final__phone):hover{transform:none!important;box-shadow:none!important}

/* Header */
body[data-page="home"] #site-header .header-inner{max-width:1320px;padding-inline:0}
body[data-page="home"] #site-header .desktop-nav a{text-transform:none;text-shadow:none;font-weight:500;letter-spacing:0}
body[data-page="home"] #site-header .desktop-nav a:after{height:2px}
body[data-page="home"] #site-header .bp-offer{border-radius:4px!important;background:#fff!important;color:var(--corp-green-dark)!important}
body[data-page="home"] #site-header.scrolled .header-inner{border-radius:4px;background:rgba(4,31,20,.96);box-shadow:0 8px 24px rgba(0,0,0,.16)}

/* Hero */
#hero-slider .bp-hero__frame-media{transform:none}
#hero-slider .bp-hero__frame.is-active .bp-hero__frame-media{transform:none}
#hero-slider .bp-hero__slide{transform:none;transition:opacity .45s ease,visibility .45s ease}
#hero-slider .bp-hero__slide h1{font-weight:600;line-height:1.02;letter-spacing:-1.5px;text-shadow:none}
#hero-slider .bp-hero__slide h1 em{color:#9adbb5;font-style:normal}
#hero-slider .bp-hero__slide p{color:rgba(255,255,255,.75);line-height:1.65}
#hero-slider .bp-hero__actions a{border-radius:4px;box-shadow:none!important;transform:none!important}
#hero-slider .bp-hero__badge{border-radius:4px;box-shadow:none;background:rgba(3,25,16,.86)}
#hero-slider .bp-hero__controls>button{border-radius:4px;backdrop-filter:none;background:rgba(3,24,15,.8)}

/* Main content and cards */
.trust-showcase,.blog-preview{background:#fff}
.trust-showcase__grid{padding:0;gap:1px;border:1px solid var(--corp-line);border-radius:4px;background:var(--corp-line);box-shadow:none}
.trust-photo,.trust-metric,.trust-service{border-radius:0!important}
.trust-photo>.trust-photo__tabs{border-radius:3px;backdrop-filter:none}
.trust-metric{background:var(--corp-green-dark)}
.trust-service{background:var(--corp-surface)}
.why-section{background:var(--corp-surface)}
.why-section__list{background:transparent;backdrop-filter:none}
.why-section__icon{border-radius:4px;background:#fff}
.why-section__lead>a,.why-section__lead>a b{border-radius:4px}
.services-gallery{background:linear-gradient(180deg,var(--corp-green-dark) 0 430px,var(--corp-surface) 430px)}
.services-gallery__card,.blog-card{border-radius:4px;box-shadow:none}
.services-gallery__image>span,.blog-card__image>span{border-radius:3px}
.services-gallery__image>i{border-radius:4px}
.services-gallery__card:hover,.blog-card:hover{transform:none;box-shadow:none;border-color:#aebbb3}
.quote-section__shell{border-radius:4px;box-shadow:none}
.quote-form input:not([type="checkbox"]),.quote-form select{border-radius:4px;background:#fff}
.blog-card__body{min-height:270px}

/* Footer */
body[data-page="home"] .site-footer{background:var(--corp-green-dark)}
.footer-final__contact{padding-top:0}
.footer-final__contact-inner{border:0;border-bottom:1px solid rgba(255,255,255,.18);border-radius:0;background:transparent;box-shadow:none;padding-inline:0}
.footer-final__brand .footer-socials a{border-radius:4px;background:transparent}

/* Modal */
.quote-modal__backdrop{background:rgba(2,13,9,.72);backdrop-filter:blur(5px)}
.quote-modal__panel{border-radius:4px;box-shadow:0 24px 70px rgba(0,0,0,.32)}
.quote-modal__intro{background:var(--corp-green-dark)}
.quote-modal__close{border-radius:4px}
.quote-modal__form input,.quote-modal__form select,.quote-modal__form>button{border-radius:4px}

/* Cookie bar */
.cookie-bar{left:20px;right:20px;bottom:16px;border-radius:4px;background:#10271c;box-shadow:0 12px 36px rgba(0,0,0,.24);backdrop-filter:none}
.cookie-bar__mark,.cookie-bar__actions button{border-radius:4px}
.cookie-bar__actions button:last-child{background:#fff;color:var(--corp-green-dark)}

@media(max-width:760px){
  body[data-page="home"] #site-header .header-inner{padding-inline:8px}
  .quote-modal__panel,.quote-modal__intro,.cookie-bar{border-radius:4px}
  .trust-showcase__grid{border-radius:4px}
}

/* Header refinement — compact corporate navigation */
body[data-page="home"] #site-header{
  height:82px!important;padding:0!important;
  background:rgba(3,25,17,.9)!important;
  border-top:3px solid #8eddb0!important;
  border-bottom:1px solid rgba(255,255,255,.12)!important;
  backdrop-filter:blur(12px);
}
body[data-page="home"] #site-header .header-inner{
  width:min(calc(100% - 48px),1320px);height:79px!important;padding:0;
  grid-template-columns:210px minmax(0,1fr) 160px;column-gap:30px;
  background:transparent;border:0;border-radius:0;box-shadow:none;
}
body[data-page="home"] #site-header .bp-logo img{width:182px}
body[data-page="home"] #site-header .desktop-nav{gap:clamp(28px,2.6vw,44px);height:100%}
body[data-page="home"] #site-header .desktop-nav a{
  height:100%;display:flex;align-items:center;color:rgba(255,255,255,.68);
  font-size:13px!important;font-weight:500;letter-spacing:0;
}
body[data-page="home"] #site-header .desktop-nav a:hover,
body[data-page="home"] #site-header .desktop-nav a.is-active{color:#fff}
body[data-page="home"] #site-header .desktop-nav a:after{top:auto;bottom:0;height:2px;background:#8eddb0}
body[data-page="home"] #site-header .bp-header-actions{padding:0;justify-self:end}
body[data-page="home"] #site-header .bp-offer{
  min-width:142px;height:44px!important;padding:0 18px!important;
  justify-content:space-between;border:1px solid rgba(255,255,255,.34)!important;
  border-radius:3px!important;background:transparent!important;color:#fff!important;
  font-size:12px!important;font-weight:600!important;
}
body[data-page="home"] #site-header .bp-offer:hover{background:#fff!important;border-color:#fff!important;color:var(--corp-green-dark)!important}
body[data-page="home"] #site-header.scrolled{height:70px!important;padding:0!important;background:rgba(3,25,17,.97)!important}
body[data-page="home"] #site-header.scrolled .header-inner{height:67px!important;background:transparent;border:0;border-radius:0;box-shadow:none}
body[data-page="home"] #site-header.scrolled .bp-logo img{width:168px}
body[data-page="home"] #site-header.scrolled .desktop-nav a:after{bottom:0}
#hero-slider .bp-hero__copy{padding-top:82px}

@media(max-width:1050px){
  body[data-page="home"] #site-header{height:74px!important}
  body[data-page="home"] #site-header .header-inner{width:calc(100% - 32px);height:71px!important;display:flex}
  body[data-page="home"] #site-header .bp-logo img{width:166px}
  body[data-page="home"] #site-header.scrolled{height:66px!important}
  body[data-page="home"] #site-header.scrolled .header-inner{height:63px!important}
  #hero-slider .bp-hero__copy{padding-top:74px}
}
@media(max-width:600px){
  body[data-page="home"] #site-header{height:70px!important}
  body[data-page="home"] #site-header .header-inner{width:calc(100% - 24px);height:67px!important;padding:0}
  body[data-page="home"] #site-header .bp-logo img{width:150px}
  #hero-slider .bp-hero__copy{padding-top:70px}
}

/* Shared shell for every page */
body:not([data-page="home"]) #site-header{height:82px;padding:0;background:rgba(3,25,17,.96);border-top:3px solid #8eddb0;border-bottom:1px solid rgba(255,255,255,.12);backdrop-filter:blur(12px)}
body:not([data-page="home"]) #site-header .header-inner{width:min(calc(100% - 48px),1320px);height:79px;padding:0;display:grid;grid-template-columns:210px minmax(0,1fr) 160px;column-gap:30px}
body:not([data-page="home"]) #site-header .bp-logo img{width:182px;height:auto}
body:not([data-page="home"]) #site-header .desktop-nav{height:100%;gap:clamp(28px,2.6vw,44px)}
body:not([data-page="home"]) #site-header .desktop-nav a{height:100%;display:flex;align-items:center;color:rgba(255,255,255,.68);font-size:13px!important;font-weight:500;text-transform:none;letter-spacing:0}
body:not([data-page="home"]) #site-header .desktop-nav a:hover,body:not([data-page="home"]) #site-header .desktop-nav a.is-active{color:#fff}
body:not([data-page="home"]) #site-header .desktop-nav a:after{top:auto;bottom:0;height:2px;background:#8eddb0}
body:not([data-page="home"]) #site-header .bp-header-actions{justify-self:end;padding:0}
body:not([data-page="home"]) #site-header .bp-offer{min-width:142px;height:44px;padding:0 18px;justify-content:space-between;border:1px solid rgba(255,255,255,.34);border-radius:3px;background:transparent;color:#fff;font-size:12px;font-weight:600}
body:not([data-page="home"]) #site-header.scrolled{height:70px;background:rgba(3,25,17,.99);box-shadow:none}
body:not([data-page="home"]) #site-header.scrolled .header-inner{height:67px}
body:not([data-page="home"]) #site-header.scrolled .bp-logo img{width:168px}

/* Subpage hero */
.page-hero{min-height:520px;padding-top:82px;background:#063b25}
.page-hero:before{content:"";position:absolute;inset:82px 0 0;background:linear-gradient(90deg,rgba(2,29,18,.98),rgba(5,65,37,.84) 55%,rgba(6,81,45,.72)),url('../images/wayex-hero-port-v2.png') center 46%/cover no-repeat}
.page-hero:after{display:none}
.page-hero .hero-grid{display:none}
.page-hero__inner{padding-top:58px;z-index:2}
.breadcrumb{font-size:10px;letter-spacing:1.2px;color:rgba(255,255,255,.5)}
.page-hero__copy{grid-template-columns:1.2fr .7fr;gap:110px;margin-top:68px;align-items:end}
.page-hero__copy .eyebrow{grid-column:1/3;color:#96dbb2;font-size:10px;letter-spacing:1.8px}
.page-hero h1{font-size:clamp(52px,5.5vw,76px);line-height:1;letter-spacing:-1.8px;font-weight:600}
.page-hero h1 em{color:#9bdfb7}
.page-hero__copy p{max-width:480px;margin-bottom:8px;color:rgba(255,255,255,.7);font-size:15px;line-height:1.7}

/* About */
body[data-page="about"] .section{padding:105px 0}
body[data-page="about"] .editorial-grid{grid-template-columns:180px 1fr;gap:65px}
body[data-page="about"] .editorial-grid h2{max-width:920px;font-size:clamp(38px,3.5vw,54px);line-height:1.12;letter-spacing:-1.2px;font-weight:500}
body[data-page="about"] .editorial-grid p{max-width:780px;color:var(--corp-muted);font-size:15px;line-height:1.8}
body[data-page="about"] .dark-band{padding:0;background:var(--corp-green-dark)}
body[data-page="about"] .value-grid article{min-height:260px;padding:54px 42px;border-color:rgba(255,255,255,.14)}
body[data-page="about"] .value-grid article:first-child{padding-left:42px}
body[data-page="about"] .value-grid h3{margin:48px 0 14px;font-size:26px;font-weight:500}
body[data-page="about"] .timeline{grid-template-columns:.65fr 1.35fr;gap:90px}
body[data-page="about"] .timeline li{padding:27px 0}

/* Services */
body[data-page="services"] .section{padding:96px 0 112px;background:#f5f7f5}
body[data-page="services"] .service-cards{grid-template-columns:repeat(2,1fr);gap:1px;border:1px solid var(--corp-line);background:var(--corp-line)}
body[data-page="services"] .service-card{min-height:460px;padding:42px;background:#fff;border:0;transform:none}
body[data-page="services"] .service-card:hover{background:#f9fbfa}
body[data-page="services"] .service-card__top div{width:52px;height:52px;background:var(--corp-green-dark);color:#9bdfb7}
body[data-page="services"] .service-card h2{margin:58px 0 16px;font-size:34px;font-weight:500}
body[data-page="services"] .service-card ul{margin-top:22px;padding-top:22px;border-top:1px solid var(--corp-line)}
body[data-page="services"] .process-strip{background:var(--corp-green-dark);color:#fff}

/* Blog */
.journal-feature{padding:96px 0;background:#fff}.journal-feature__grid{display:grid;grid-template-columns:1.15fr .85fr;min-height:500px;border:1px solid var(--corp-line)}
.journal-feature__image{display:block;background:linear-gradient(180deg,transparent 55%,rgba(3,30,18,.22)),url('https://images.unsplash.com/photo-1494412519320-aa613dfb7738?auto=format&fit=crop&w=1400&q=90') center/cover no-repeat}
.journal-feature__copy{padding:60px;display:flex;flex-direction:column;justify-content:center;background:#f5f7f5}.journal-feature__copy>span,.journal-card span{color:var(--corp-green);font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:1.1px}.journal-feature__copy h2{margin:23px 0 20px;font-size:clamp(34px,3vw,46px);line-height:1.1;letter-spacing:-1px;font-weight:500}.journal-feature__copy p{color:var(--corp-muted);font-size:14px;line-height:1.75}.journal-feature__copy>a{align-self:flex-start;margin-top:22px;padding-bottom:6px;border-bottom:1px solid var(--corp-green);color:var(--corp-green);font-size:12px;font-weight:600}.journal-feature__copy>a b{margin-left:18px}
.journal-list{padding:0 0 120px;background:#fff}.journal-list__head{display:flex;align-items:center;justify-content:space-between;padding:0 0 30px;border-bottom:1px solid var(--corp-line)}.journal-list__head h2{margin:0;font-size:34px;font-weight:500}.journal-list__head>div{display:flex;gap:5px}.journal-list__head button{padding:9px 13px;border:1px solid transparent;background:transparent;color:var(--corp-muted);font-size:11px;cursor:pointer}.journal-list__head button.is-active{border-color:var(--corp-line);color:var(--corp-green-dark)}
.journal-list__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-left:1px solid var(--corp-line)}.journal-card{border-right:1px solid var(--corp-line);border-bottom:1px solid var(--corp-line)}.journal-card__image{display:block;height:225px;background:linear-gradient(180deg,transparent 65%,rgba(2,24,14,.2)),var(--journal-image) center/cover no-repeat}.journal-card>div{position:relative;min-height:265px;padding:28px}.journal-card h3{margin:15px 0 13px;font-size:21px;line-height:1.3;font-weight:500}.journal-card p{margin:0;color:var(--corp-muted);font-size:13px;line-height:1.65}.journal-card>div>a:last-child{position:absolute;right:27px;bottom:25px;color:var(--corp-green);font-size:18px}

/* Contact */
body[data-page="contact"] .contact-section{padding:100px 0 120px;background:#f5f7f5}
body[data-page="contact"] .contact-grid{grid-template-columns:.75fr 1.25fr;gap:90px}
body[data-page="contact"] .contact-info h2{font-size:48px;font-weight:500;letter-spacing:-1px}
body[data-page="contact"] .contact-form{padding:48px;border:1px solid var(--corp-line);box-shadow:none}
body[data-page="contact"] .contact-form input,body[data-page="contact"] .contact-form select,body[data-page="contact"] .contact-form textarea{padding:14px 0}

/* One footer everywhere */
.site-footer{padding:0;background:var(--corp-green-dark)!important}
.footer-final__contact{display:block}

@media(max-width:1050px){body:not([data-page="home"]) #site-header{height:74px}body:not([data-page="home"]) #site-header .header-inner{width:calc(100% - 32px);height:71px;display:flex}body:not([data-page="home"]) #site-header .bp-logo img{width:166px}body:not([data-page="home"]) #site-header .desktop-nav,body:not([data-page="home"]) #site-header .bp-header-actions{display:none}body:not([data-page="home"]) #site-header .menu-toggle{display:block;margin-left:auto}.page-hero{padding-top:74px}.page-hero:before{inset-block-start:74px}.page-hero__copy{gap:55px}.journal-list__grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.page-hero{min-height:520px}.page-hero__inner{padding-top:45px}.page-hero__copy{grid-template-columns:1fr;gap:25px;margin-top:50px}.page-hero__copy .eyebrow{grid-column:auto}.page-hero h1{font-size:47px}.journal-feature{padding:60px 0}.journal-feature__grid{grid-template-columns:1fr}.journal-feature__image{min-height:290px}.journal-feature__copy{padding:34px 26px}.journal-list__head{align-items:flex-start;flex-direction:column;gap:20px}.journal-list__head>div{max-width:100%;overflow:auto}.journal-list__grid{grid-template-columns:1fr}.journal-card__image{height:240px}body[data-page="about"] .editorial-grid,body[data-page="about"] .timeline{grid-template-columns:1fr;gap:35px}body[data-page="about"] .value-grid{grid-template-columns:1fr}body[data-page="about"] .value-grid article,body[data-page="about"] .value-grid article:first-child{min-height:auto;padding:36px 24px}body[data-page="services"] .service-cards{grid-template-columns:1fr}body[data-page="services"] .service-card{min-height:auto;padding:32px 26px}body[data-page="contact"] .contact-grid{grid-template-columns:1fr;gap:45px}body[data-page="contact"] .contact-form{padding:28px 22px}}

/* Services gallery: direct mouse/touch dragging */
.services-gallery__track{cursor:grab;user-select:none;-webkit-user-select:none;touch-action:pan-y;scroll-behavior:auto}
.services-gallery__track.is-dragging{cursor:grabbing}
.services-gallery__track.is-dragging *{pointer-events:none}
.services-gallery__controls{justify-content:flex-start}

/* Light subpage hero — no breadcrumb, watermark or dark overlay */
.page-hero{min-height:650px;padding:82px 0 0;background:#f2f5f3;color:var(--corp-ink)}
.page-hero:before,.page-hero:after,.page-hero .hero-grid{display:none!important}
.page-hero__inner{min-height:568px;padding:54px 0;display:grid;grid-template-columns:.82fr 1.18fr;gap:70px;align-items:center}
.page-hero__copy{display:block;margin:0;padding:0}
.page-hero h1{margin:0 0 28px;color:var(--corp-ink);font-size:clamp(52px,5.2vw,74px);font-weight:600;line-height:1;letter-spacing:-1.5px}
.page-hero h1 em{color:var(--corp-green);font-style:normal}
.page-hero__copy p{max-width:490px;margin:0;color:#56635b;font-size:16px;line-height:1.72}
.page-hero__media{height:460px;background:var(--page-image) center/cover no-repeat;border:1px solid #d7ded9}

/* About page */
.about-intro{padding:120px 0;background:#fff}.about-intro__grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.about-intro__image{height:590px;background:url('https://images.unsplash.com/photo-1566576912321-d58ddd7a6088?auto=format&fit=crop&w=1200&q=90') center/cover no-repeat}.about-intro__copy h2{margin:0 0 35px;font-size:58px;font-weight:600;letter-spacing:-1px}.about-intro__copy p{max-width:570px;margin:0 0 20px;color:var(--corp-muted);font-size:16px;line-height:1.8}.about-intro__copy .about-intro__lead{color:var(--corp-ink);font-size:22px;line-height:1.55;font-weight:500}
.mission-vision{padding:0 0 120px;background:#fff}.mission-vision__grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--corp-line);border-bottom:1px solid var(--corp-line)}.mission-vision article{min-height:330px;padding:58px 60px}.mission-vision article:first-child{border-right:1px solid var(--corp-line)}.mission-vision h2{margin:0 0 38px;color:var(--corp-green-dark);font-size:40px;font-weight:600}.mission-vision p{max-width:500px;margin:0;color:var(--corp-muted);font-size:18px;line-height:1.7}
.about-capabilities{padding:105px 0;background:var(--corp-green-dark);color:#fff}.about-capabilities__head{display:flex;align-items:end;justify-content:space-between;margin-bottom:64px}.about-capabilities__head h2{margin:0;font-size:48px;font-weight:600}.about-capabilities__head p{max-width:420px;margin:0;color:rgba(255,255,255,.68);font-size:16px;line-height:1.7}.about-capabilities__grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.2);border-bottom:1px solid rgba(255,255,255,.2)}.about-capabilities__grid article{min-height:190px;padding:42px 30px;border-right:1px solid rgba(255,255,255,.2)}.about-capabilities__grid article:last-child{border-right:0}.about-capabilities__grid strong{display:block;color:#9ee0ba;font-size:31px;font-weight:600}.about-capabilities__grid p{margin:45px 0 0;color:rgba(255,255,255,.7);font-size:14px}
.about-principles{padding:120px 0;background:#f3f5f3}.about-principles__grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:110px}.about-principles__grid>div:first-child h2{margin:0 0 28px;font-size:50px;font-weight:600}.about-principles__grid>div:first-child p{max-width:440px;color:var(--corp-muted);font-size:16px;line-height:1.75}.about-principles article{padding:30px 0;border-top:1px solid #cfd8d2}.about-principles article:last-child{border-bottom:1px solid #cfd8d2}.about-principles h3{margin:0 0 12px;font-size:23px;font-weight:600}.about-principles article p{margin:0;color:var(--corp-muted);font-size:15px;line-height:1.65}

@media(max-width:900px){.page-hero{padding-top:74px}.page-hero__inner{grid-template-columns:1fr;gap:35px;padding:55px 0}.page-hero__media{height:380px}.about-intro{padding:80px 0}.about-intro__grid{grid-template-columns:1fr;gap:50px}.about-intro__image{height:430px}.mission-vision__grid{grid-template-columns:1fr}.mission-vision article:first-child{border-right:0;border-bottom:1px solid var(--corp-line)}.about-capabilities__head{align-items:flex-start;flex-direction:column;gap:25px}.about-capabilities__grid{grid-template-columns:1fr 1fr}.about-capabilities__grid article:nth-child(2){border-right:0}.about-capabilities__grid article:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.2)}.about-principles__grid{grid-template-columns:1fr;gap:50px}}
@media(max-width:600px){.page-hero{min-height:auto;padding-top:70px}.page-hero__inner{min-height:auto;padding:45px 0}.page-hero h1{font-size:46px}.page-hero__copy p{font-size:14px}.page-hero__media{height:270px}.about-intro__image{height:320px}.about-intro__copy h2{font-size:43px}.about-intro__copy .about-intro__lead{font-size:19px}.mission-vision{padding-bottom:75px}.mission-vision article{min-height:auto;padding:42px 24px}.mission-vision h2{font-size:33px;margin-bottom:24px}.mission-vision p{font-size:16px}.about-capabilities{padding:75px 0}.about-capabilities__head h2{font-size:39px}.about-capabilities__grid{grid-template-columns:1fr}.about-capabilities__grid article{min-height:150px;border-right:0;border-bottom:1px solid rgba(255,255,255,.2)}.about-capabilities__grid article:nth-child(3){border-bottom:1px solid rgba(255,255,255,.2)}.about-capabilities__grid p{margin-top:25px}.about-principles{padding:80px 0}.about-principles__grid>div:first-child h2{font-size:40px}}

/* About page — executive corporate composition */
body[data-page="about"] :where(h1,h2,h3){font-family:var(--font-corporate)!important}
body[data-page="about"] .page-hero{min-height:570px;background:#eef2ef}
body[data-page="about"] .page-hero__inner{min-height:488px;padding:42px 0;grid-template-columns:.72fr 1.28fr;gap:78px}
body[data-page="about"] .page-hero__copy{position:relative;padding-left:28px}
body[data-page="about"] .page-hero__copy:before{content:"";position:absolute;left:0;top:7px;bottom:5px;width:3px;background:var(--corp-green)}
body[data-page="about"] .page-hero h1{margin-bottom:24px;font-size:clamp(64px,6vw,88px);font-weight:600;letter-spacing:-3.5px}
body[data-page="about"] .page-hero__copy p{max-width:430px;color:#4f5d54;font-size:17px;line-height:1.65}
body[data-page="about"] .page-hero__media{height:405px;border:0;background-position:center 56%;box-shadow:18px 18px 0 #dce5df}

body[data-page="about"] .about-intro{padding:130px 0;background:#fff}
body[data-page="about"] .about-intro__grid{grid-template-columns:.92fr 1.08fr;gap:105px}
body[data-page="about"] .about-intro__image{height:620px;background-position:center;border:0}
body[data-page="about"] .about-intro__copy{padding-right:20px}
body[data-page="about"] .about-intro__copy h2{margin:0 0 40px;color:#142019;font-size:clamp(45px,4vw,61px);font-weight:600;line-height:1.08;letter-spacing:-2.2px}
body[data-page="about"] .about-intro__copy .about-intro__lead{margin-bottom:28px;color:#183126;font-size:22px;font-weight:500;line-height:1.55}
body[data-page="about"] .about-intro__copy p:not(.about-intro__lead){color:#5e6962;font-size:15px;line-height:1.82}

body[data-page="about"] .mission-vision{padding:0;background:var(--corp-green-dark);color:#fff}
body[data-page="about"] .mission-vision__grid{border:0}
body[data-page="about"] .mission-vision article{min-height:390px;padding:76px 70px}
body[data-page="about"] .mission-vision article:first-child{border-color:rgba(255,255,255,.2)}
body[data-page="about"] .mission-vision h2{margin-bottom:55px;color:#9ee0ba;font-size:42px;font-weight:600;letter-spacing:-1.2px}
body[data-page="about"] .mission-vision p{color:rgba(255,255,255,.82);font-size:20px;line-height:1.65}

body[data-page="about"] .about-capabilities{padding:120px 0;background:#fff;color:var(--corp-ink)}
body[data-page="about"] .about-capabilities__head{margin-bottom:58px;padding-bottom:32px;border-bottom:1px solid var(--corp-line)}
body[data-page="about"] .about-capabilities__head h2{font-size:48px;letter-spacing:-1.5px}
body[data-page="about"] .about-capabilities__head p{color:var(--corp-muted)}
body[data-page="about"] .about-capabilities__grid{border-color:var(--corp-line)}
body[data-page="about"] .about-capabilities__grid article{min-height:180px;border-color:var(--corp-line);padding:38px 28px}
body[data-page="about"] .about-capabilities__grid strong{color:var(--corp-green-dark);font-size:30px}
body[data-page="about"] .about-capabilities__grid p{color:var(--corp-muted)}

body[data-page="about"] .about-principles{padding:125px 0;background:#f1f4f2}
body[data-page="about"] .about-principles__grid{grid-template-columns:.72fr 1.28fr;gap:120px}
body[data-page="about"] .about-principles__grid>div:first-child h2{font-size:50px;letter-spacing:-1.7px}
body[data-page="about"] .about-principles article{display:grid;grid-template-columns:230px 1fr;gap:40px;padding:34px 0}
body[data-page="about"] .about-principles h3{font-size:21px}

@media(max-width:900px){body[data-page="about"] .page-hero__inner{grid-template-columns:1fr;gap:36px}body[data-page="about"] .page-hero__media{height:360px;box-shadow:10px 10px 0 #dce5df}body[data-page="about"] .about-intro__grid{grid-template-columns:1fr;gap:55px}body[data-page="about"] .about-intro__image{height:460px}body[data-page="about"] .mission-vision article{min-height:auto;padding:58px 40px}body[data-page="about"] .about-principles__grid{grid-template-columns:1fr;gap:45px}}
@media(max-width:600px){body[data-page="about"] .page-hero h1{font-size:55px;letter-spacing:-2px}body[data-page="about"] .page-hero__copy{padding-left:18px}body[data-page="about"] .page-hero__media{height:270px}body[data-page="about"] .about-intro{padding:80px 0}body[data-page="about"] .about-intro__image{height:340px}body[data-page="about"] .about-intro__copy h2{font-size:41px}body[data-page="about"] .mission-vision article{padding:45px 24px}body[data-page="about"] .mission-vision h2{margin-bottom:28px}body[data-page="about"] .about-capabilities{padding:80px 0}body[data-page="about"] .about-principles article{grid-template-columns:1fr;gap:10px}}

/* About page — reference-inspired rhythm: hero, floating facts, story, vision */
body[data-page="about"] .page-hero{min-height:610px;background:#f4f6f4}
body[data-page="about"] .page-hero__inner{min-height:528px;padding:48px 0 82px;grid-template-columns:.7fr 1.3fr;gap:68px}
body[data-page="about"] .page-hero__copy{z-index:2;padding-left:0}
body[data-page="about"] .page-hero__copy:before{display:none}
body[data-page="about"] .page-hero h1{font-size:clamp(68px,7vw,100px);line-height:.95;letter-spacing:-4px}
body[data-page="about"] .page-hero__copy p{max-width:410px;font-size:18px}
body[data-page="about"] .page-hero__media{height:420px;box-shadow:none;position:relative;background-position:center 48%}
body[data-page="about"] .page-hero__media:after{content:"";position:absolute;inset:0;border:1px solid rgba(9,54,32,.08);box-shadow:inset 0 0 0 10px rgba(255,255,255,.08)}

.about-stats{position:relative;z-index:5;height:0;background:#fff}.about-stats__panel{position:relative;top:-58px;min-height:116px;display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid #d7dfda;box-shadow:0 18px 45px rgba(5,38,23,.1)}.about-stats__panel article{padding:24px 30px;border-right:1px solid #dde4df}.about-stats__panel article:last-child{border-right:0}.about-stats__panel strong{display:block;color:#0a5f34;font-size:29px;font-weight:600;line-height:1}.about-stats__panel p{margin:13px 0 0;color:#556159;font-size:13px;font-weight:500}

body[data-page="about"] .about-intro{padding:125px 0 120px}
body[data-page="about"] .about-intro__grid{grid-template-columns:1fr 1fr;gap:90px}
body[data-page="about"] .about-intro__copy{padding:20px 0 0}
body[data-page="about"] .about-intro__copy h2{font-size:clamp(46px,4.4vw,64px);line-height:1.05}
body[data-page="about"] .about-intro__image{height:590px;position:relative;background-image:url('https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?auto=format&fit=crop&w=1200&q=90')}
body[data-page="about"] .about-intro__image span{position:absolute;left:22px;bottom:22px;padding:12px 16px;background:#fff;color:#173124;font-size:12px;font-weight:600}

body[data-page="about"] .mission-vision{position:relative;padding:110px 0 48px;background:linear-gradient(90deg,rgba(3,37,23,.96),rgba(4,66,37,.9)),url('https://images.unsplash.com/photo-1494412519320-aa613dfb7738?auto=format&fit=crop&w=1600&q=90') center/cover no-repeat}
body[data-page="about"] .mission-vision__grid{gap:18px}
body[data-page="about"] .mission-vision article{min-height:330px;padding:52px 50px;border:1px solid rgba(255,255,255,.2)!important;background:rgba(2,26,16,.45)}
body[data-page="about"] .mission-vision h2{margin:0 0 42px;color:#a1e1bb;font-size:38px}
body[data-page="about"] .mission-vision p{font-size:18px}
.mission-vision__values{min-height:94px;margin-top:18px;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.22);border-bottom:1px solid rgba(255,255,255,.22)}.mission-vision__values span{display:flex;align-items:center;justify-content:center;gap:12px;border-right:1px solid rgba(255,255,255,.18);color:rgba(255,255,255,.84);font-size:14px}.mission-vision__values span:last-child{border-right:0}.mission-vision__values svg{width:17px;height:17px;color:#9ee0ba}

body[data-page="about"] .about-principles{padding:110px 0;background:#fff}
body[data-page="about"] .about-principles__grid{grid-template-columns:.68fr 1.32fr}

@media(max-width:900px){body[data-page="about"] .page-hero__inner{grid-template-columns:1fr;padding-bottom:105px}.about-stats__panel{grid-template-columns:1fr 1fr}.about-stats__panel article:nth-child(2){border-right:0}.about-stats__panel article:nth-child(-n+2){border-bottom:1px solid #dde4df}.about-stats{height:85px}body[data-page="about"] .about-intro{padding-top:100px}body[data-page="about"] .about-intro__grid{grid-template-columns:1fr}body[data-page="about"] .mission-vision__grid{grid-template-columns:1fr}.mission-vision__values{grid-template-columns:1fr}.mission-vision__values span{min-height:62px;border-right:0;border-bottom:1px solid rgba(255,255,255,.18)}}
@media(max-width:600px){body[data-page="about"] .page-hero h1{font-size:58px}.about-stats{height:220px}.about-stats__panel{top:-35px;grid-template-columns:1fr}.about-stats__panel article,.about-stats__panel article:nth-child(2){min-height:72px;padding:16px 20px;border-right:0;border-bottom:1px solid #dde4df}.about-stats__panel strong{font-size:24px}.about-stats__panel p{margin-top:7px}body[data-page="about"] .about-intro{padding-top:80px}body[data-page="about"] .about-intro__image{height:330px}body[data-page="about"] .mission-vision{padding-top:75px}body[data-page="about"] .mission-vision article{padding:40px 25px}}

/* One shared header and footer on every route */
body #site-header,body #site-header.scrolled{
  position:fixed;inset:0 0 auto;z-index:1000;height:82px!important;padding:0!important;
  background:rgba(3,25,17,.96)!important;border-top:3px solid #8eddb0!important;
  border-right:0!important;border-bottom:1px solid rgba(255,255,255,.12)!important;border-left:0!important;
  box-shadow:none!important;backdrop-filter:blur(12px)!important;
}
body #site-header .header-inner,body #site-header.scrolled .header-inner{
  width:min(calc(100% - 48px),1320px)!important;max-width:1320px;height:79px!important;margin:0 auto;padding:0!important;
  display:grid!important;grid-template-columns:210px minmax(0,1fr) 160px!important;column-gap:30px!important;align-items:center;
  background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;backdrop-filter:none!important;
}
body #site-header .bp-logo{display:flex;align-items:center;width:auto;transform:none}
body #site-header .bp-logo img,body #site-header.scrolled .bp-logo img{display:block;width:182px!important;height:auto;filter:none}
body #site-header .desktop-nav{position:static;grid-column:2;justify-self:center;height:100%;display:flex;align-items:center;gap:clamp(28px,2.6vw,44px);margin:0;transform:none}
body #site-header .desktop-nav a{height:100%;padding:0;display:flex;align-items:center;color:rgba(255,255,255,.68);font:500 13px/1 var(--font-corporate)!important;text-transform:none;letter-spacing:0;text-shadow:none}
body #site-header .desktop-nav a:hover,body #site-header .desktop-nav a.is-active{color:#fff}
body #site-header .desktop-nav a:after,body #site-header.scrolled .desktop-nav a:after{top:auto;bottom:0;height:2px;background:#8eddb0}
body #site-header .bp-header-actions{grid-column:3;justify-self:end;display:flex;margin:0;padding:0}
body #site-header .bp-offer{min-width:142px!important;height:44px!important;padding:0 18px!important;display:flex;align-items:center;justify-content:space-between;border:1px solid rgba(255,255,255,.34)!important;border-radius:3px!important;background:transparent!important;color:#fff!important;font:600 12px/1 var(--font-corporate)!important;box-shadow:none!important}
body #site-header .bp-offer:hover{background:#fff!important;border-color:#fff!important;color:var(--corp-green-dark)!important}
body #site-header .menu-toggle{grid-column:3;grid-row:1;justify-self:end;color:#fff}
body #site-header .menu-toggle span{background:#fff}

body .site-footer{position:relative;padding:0!important;background:var(--corp-green-dark)!important;color:#fff}
body .footer-final__contact{display:block;padding:0;background:transparent;border:0}
body .footer-final__contact-inner{min-height:190px;padding:38px 0;border:0;border-bottom:1px solid rgba(255,255,255,.18);border-radius:0;background:transparent;box-shadow:none}
body .footer-final__main{display:grid}
body .footer-final__bottom{display:flex}

@media(max-width:1050px){
  body #site-header,body #site-header.scrolled{height:74px!important}
  body #site-header .header-inner,body #site-header.scrolled .header-inner{width:calc(100% - 32px)!important;height:71px!important;display:flex!important}
  body #site-header .bp-logo img,body #site-header.scrolled .bp-logo img{width:166px!important}
  body #site-header .desktop-nav,body #site-header .bp-header-actions{display:none!important}
  body #site-header .menu-toggle{display:block;margin-left:auto}
  body .mobile-menu{top:74px;height:calc(100vh - 74px)}
}
@media(max-width:600px){
  body #site-header,body #site-header.scrolled{height:70px!important}
  body #site-header .header-inner,body #site-header.scrolled .header-inner{width:calc(100% - 24px)!important;height:67px!important}
  body #site-header .bp-logo img,body #site-header.scrolled .bp-logo img{width:150px!important}
  body .mobile-menu{top:70px;height:calc(100vh - 70px)}
}

/* Definitive shared footer — identical on home and every inner page */
body footer.site-footer{position:relative;padding:0!important;background:#063b25!important;color:#fff!important}
body footer.site-footer:before,body footer.site-footer:after{display:none!important}
body footer.site-footer :where(h2,h3,p,a,span,small,strong){font-family:var(--font-corporate)!important}
body footer.site-footer .footer-final__contact{display:block!important;padding:0!important;background:#063b25!important;border:0!important}
body footer.site-footer .footer-final__contact-inner{width:min(calc(100% - 48px),var(--max));min-height:205px;margin:0 auto;padding:38px 0!important;display:grid;grid-template-columns:1fr .72fr;gap:80px;align-items:center;border:0!important;border-bottom:1px solid rgba(255,255,255,.18)!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible}
body footer.site-footer .footer-final__contact-inner:before,body footer.site-footer .footer-final__contact-inner:after{display:none!important}
body footer.site-footer .footer-final__contact-inner>div:first-child>span{color:#9dddb8;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:1.4px}
body footer.site-footer .footer-final__contact h2{margin:18px 0 0;color:#fff;font-size:clamp(36px,3.2vw,50px);font-weight:500;line-height:1.05;letter-spacing:-1.5px}
body footer.site-footer .footer-final__contact h2 em{color:#9dddb8;font-style:normal}
body footer.site-footer .footer-final__actions{justify-self:end}
body footer.site-footer .footer-final__phone{display:block;margin-bottom:18px;color:#fff;font-size:20px;font-weight:500}
body footer.site-footer .footer-final__actions>div{display:flex;gap:10px}
body footer.site-footer .footer-final__actions>div a{height:44px;padding:0 20px;border:1px solid rgba(255,255,255,.3)!important;border-radius:4px!important;background:transparent!important;color:#fff!important;box-shadow:none!important;font-size:11px;font-weight:600;animation:none!important}
body footer.site-footer .footer-final__actions>div a:first-child{background:#fff!important;border-color:#fff!important;color:#075b32!important}
body footer.site-footer .footer-final__main{width:min(calc(100% - 48px),var(--max));margin:0 auto;padding:58px 0 46px!important;display:grid!important;grid-template-columns:1.25fr .65fr .85fr 1fr!important;gap:68px;background:transparent}
body footer.site-footer .footer-final__brand .brand-logo{width:178px;height:auto;filter:none}
body footer.site-footer .footer-final__brand>p{max-width:280px;margin:24px 0;color:rgba(255,255,255,.62);font-size:13px;line-height:1.7}
body footer.site-footer .footer-socials{display:flex;gap:10px}
body footer.site-footer .footer-socials a{width:38px;height:38px;border:1px solid rgba(255,255,255,.25);border-radius:4px;display:grid;place-items:center;background:transparent;color:#fff}
body footer.site-footer .footer-final__main nav,body footer.site-footer .footer-final__info{display:flex;flex-direction:column;align-items:flex-start}
body footer.site-footer .footer-final__main small{margin-bottom:18px;color:#8ed5ab;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:1.3px}
body footer.site-footer .footer-final__main nav>a,body footer.site-footer .footer-final__info>a{padding:6px 0;color:rgba(255,255,255,.7);font-size:13px;font-weight:400}
body footer.site-footer .footer-final__main nav>a:before{content:"›";margin-right:7px;color:#70c893}
body footer.site-footer .footer-final__info p{margin:0 0 8px;color:rgba(255,255,255,.62);font-size:13px}
body footer.site-footer .footer-final__info>span{margin-top:14px;color:#94dab1;font-size:10px;font-weight:600;text-transform:uppercase}
body footer.site-footer .footer-final__bottom{width:min(calc(100% - 48px),var(--max));min-height:62px;margin:0 auto;padding:0;display:flex!important;align-items:center;justify-content:space-between;border-top:1px solid rgba(255,255,255,.16);color:rgba(255,255,255,.48);font-size:10px}
body footer.site-footer .footer-final__bottom>div{display:flex;gap:24px}

@media(max-width:900px){body footer.site-footer .footer-final__contact-inner{grid-template-columns:1fr;gap:28px;padding-block:48px!important}body footer.site-footer .footer-final__actions{justify-self:start}body footer.site-footer .footer-final__main{grid-template-columns:1fr 1fr!important;gap:45px}}
@media(max-width:560px){body footer.site-footer .footer-final__contact-inner,body footer.site-footer .footer-final__main,body footer.site-footer .footer-final__bottom{width:calc(100% - 32px)}body footer.site-footer .footer-final__actions>div{flex-direction:column;align-items:flex-start}body footer.site-footer .footer-final__main{grid-template-columns:1fr!important;padding:45px 0!important;gap:35px}body footer.site-footer .footer-final__bottom{align-items:flex-start;flex-direction:column;gap:15px;padding:20px 0}body footer.site-footer .footer-final__bottom>div{gap:13px;flex-wrap:wrap}}

/* About page — breadcrumb hero, company story and mission/vision */
body[data-page="about"] .about-page-hero{position:relative;min-height:410px;margin-top:82px;display:flex;align-items:flex-end;background:var(--about-hero) center 54%/cover no-repeat;color:#102319;overflow:hidden}
body[data-page="about"] .about-page-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(246,249,247,.96) 0%,rgba(246,249,247,.84) 40%,rgba(246,249,247,.22) 75%,rgba(246,249,247,.08) 100%)}
body[data-page="about"] .about-page-hero__inner{position:relative;z-index:1;width:min(calc(100% - 48px),1320px);max-width:1320px;margin-inline:auto;padding:0 0 62px}
body[data-page="about"] .about-page-hero h1{margin:0 0 20px;font-size:clamp(54px,6vw,82px);font-weight:650;line-height:1;letter-spacing:-3px}
body[data-page="about"] .about-page-hero nav{display:flex;align-items:center;gap:11px;font-size:15px}
body[data-page="about"] .about-page-hero nav a{color:#446154;text-decoration:none}
body[data-page="about"] .about-page-hero nav span{color:#159351;font-size:20px;line-height:1}
body[data-page="about"] .about-page-hero nav strong{color:#102319;font-weight:600}
body[data-page="about"] .about-intro{padding:105px 0;background:#fff}
body[data-page="about"] .about-intro__grid{grid-template-columns:1.04fr .96fr;gap:92px;align-items:center}
body[data-page="about"] .about-intro__copy{padding:0}
body[data-page="about"] .about-intro__copy h2{margin:0 0 32px;font-size:clamp(42px,4.1vw,60px);font-weight:600;line-height:1.08;letter-spacing:-2px}
body[data-page="about"] .about-intro__copy .about-intro__lead{margin:0 0 22px;color:#173a29;font-size:21px;font-weight:550;line-height:1.55}
body[data-page="about"] .about-intro__copy p:not(.about-intro__lead){max-width:650px;margin:0 0 18px;color:#58655d;font-size:16px;line-height:1.78}
body[data-page="about"] .about-intro__image{height:535px;background:url('https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?auto=format&fit=crop&w=1200&q=90') center/cover no-repeat;border:0}
body[data-page="about"] .about-intro__image:after{display:none}
body[data-page="about"] .mission-vision{padding:92px 0;background:#073d27;color:#fff}
body[data-page="about"] .mission-vision__grid{display:grid;grid-template-columns:1fr 1fr;gap:0;border:1px solid rgba(255,255,255,.18)}
body[data-page="about"] .mission-vision article{position:relative;min-height:285px;padding:54px 58px;background:transparent;border:0!important}
body[data-page="about"] .mission-vision article:first-child{border-right:1px solid rgba(255,255,255,.18)!important}
body[data-page="about"] .mission-vision article>span{display:block;margin-bottom:34px;color:#85d9a7;font-size:14px;font-weight:650}
body[data-page="about"] .mission-vision h2{margin:0 0 22px;color:#fff;font-size:38px;font-weight:600;letter-spacing:-1px}
body[data-page="about"] .mission-vision p{max-width:510px;margin:0;color:rgba(255,255,255,.76);font-size:17px;line-height:1.65}
@media(max-width:900px){body[data-page="about"] .about-page-hero{min-height:350px;margin-top:74px}body[data-page="about"] .about-page-hero__inner{width:calc(100% - 32px)}body[data-page="about"] .about-intro{padding:78px 0}body[data-page="about"] .about-intro__grid{grid-template-columns:1fr;gap:48px}body[data-page="about"] .about-intro__image{height:420px}body[data-page="about"] .mission-vision__grid{grid-template-columns:1fr}body[data-page="about"] .mission-vision article:first-child{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.18)!important}}
@media(max-width:600px){body[data-page="about"] .about-page-hero{min-height:300px}body[data-page="about"] .about-page-hero:before{background:rgba(246,249,247,.78)}body[data-page="about"] .about-page-hero__inner{padding-bottom:42px}body[data-page="about"] .about-page-hero h1{font-size:49px;letter-spacing:-2px}body[data-page="about"] .about-intro__copy h2{font-size:39px}body[data-page="about"] .about-intro__copy .about-intro__lead{font-size:19px}body[data-page="about"] .about-intro__image{height:300px}body[data-page="about"] .mission-vision{padding:64px 0}body[data-page="about"] .mission-vision article{min-height:auto;padding:40px 26px}body[data-page="about"] .mission-vision h2{font-size:32px}}

/* About story — softer premium composition */
body[data-page="about"] .about-intro{padding:112px 0 122px;background:linear-gradient(180deg,#fff 0%,#f7f9f7 100%)}
body[data-page="about"] .about-intro__grid{grid-template-columns:.96fr 1.04fr;gap:108px;align-items:center}
body[data-page="about"] .about-intro__copy{position:relative;max-width:610px;padding-left:30px}
body[data-page="about"] .about-intro__copy:before{content:"";position:absolute;left:0;top:5px;width:4px;height:74px;border-radius:10px;background:#159351}
body[data-page="about"] .about-intro__copy h2{max-width:580px;margin:0 0 36px;color:#102319;font-size:clamp(43px,3.65vw,56px);font-weight:600;line-height:1.1;letter-spacing:-1.8px}
body[data-page="about"] .about-intro__copy .about-intro__lead{max-width:585px;margin:0 0 26px;padding:22px 24px;border-radius:12px;background:#edf5f0;color:#123c28;font-size:19px;font-weight:600;line-height:1.55}
body[data-page="about"] .about-intro__copy p:not(.about-intro__lead){max-width:585px;margin:0 0 18px;color:#5b675f;font-size:16px;line-height:1.76}
body[data-page="about"] .about-intro__image{position:relative;height:500px;border:1px solid rgba(13,77,45,.1);border-radius:26px;background-position:center;box-shadow:0 28px 65px rgba(7,48,29,.14);overflow:hidden;isolation:isolate}
body[data-page="about"] .about-intro__image:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(145deg,rgba(255,255,255,.12),transparent 48%,rgba(4,55,32,.12));pointer-events:none}
body[data-page="about"] .about-intro__image:after{display:none!important}
@media(max-width:900px){body[data-page="about"] .about-intro{padding:80px 0 90px}body[data-page="about"] .about-intro__grid{grid-template-columns:1fr;gap:55px}body[data-page="about"] .about-intro__copy{max-width:680px}body[data-page="about"] .about-intro__image{height:430px;border-radius:22px}}
@media(max-width:600px){body[data-page="about"] .about-intro{padding:66px 0 74px}body[data-page="about"] .about-intro__copy{padding-left:20px}body[data-page="about"] .about-intro__copy:before{width:3px;height:58px}body[data-page="about"] .about-intro__copy h2{margin-bottom:28px;font-size:37px;letter-spacing:-1.2px}body[data-page="about"] .about-intro__copy .about-intro__lead{padding:18px;border-radius:10px;font-size:18px}body[data-page="about"] .about-intro__image{height:310px;border-radius:18px;box-shadow:0 20px 45px rgba(7,48,29,.13)}}

/* About page finish — a lighter, editorial separation before the shared footer */
body[data-page="about"] .mission-vision{padding:104px 0;background:#eef3ef;color:#102319}
body[data-page="about"] .mission-vision__grid{gap:22px;border:0}
body[data-page="about"] .mission-vision article{min-height:292px;padding:50px 54px;border:1px solid #d8e2db!important;border-radius:18px;background:#fff;box-shadow:0 14px 34px rgba(9,54,32,.055)}
body[data-page="about"] .mission-vision article:first-child{border-right:1px solid #d8e2db!important}
body[data-page="about"] .mission-vision article>span{margin-bottom:34px;color:#128348;font-size:13px}
body[data-page="about"] .mission-vision h2{margin-bottom:20px;color:#103726;font-size:37px}
body[data-page="about"] .mission-vision p{color:#5a685f;font-size:17px;line-height:1.7}

body[data-page="about"] .about-assurance{padding:116px 0 126px;background:#fff}
body[data-page="about"] .about-assurance__grid{display:grid;grid-template-columns:1fr 1fr;gap:104px;align-items:center}
body[data-page="about"] .about-assurance__image{min-height:445px;border-radius:22px;background:linear-gradient(90deg,rgba(4,54,32,.08),transparent 60%),url('https://images.unsplash.com/photo-1494412685616-a5d310fbb07d?auto=format&fit=crop&w=1200&q=88') center/cover no-repeat;box-shadow:0 24px 60px rgba(5,45,27,.12)}
body[data-page="about"] .about-assurance__copy{max-width:535px}
body[data-page="about"] .about-assurance h2{margin:0 0 22px;color:#102319;font-size:clamp(39px,3.3vw,52px);font-weight:600;line-height:1.1;letter-spacing:-1.8px}
body[data-page="about"] .about-assurance__copy>p{margin:0 0 35px;color:#59675f;font-size:17px;line-height:1.72}
body[data-page="about"] .about-assurance__points{border-top:1px solid #d9e2dc}
body[data-page="about"] .about-assurance__points>div{position:relative;display:grid;grid-template-columns:1.05fr 1fr;gap:20px;padding:18px 0;border-bottom:1px solid #d9e2dc}
body[data-page="about"] .about-assurance__points>div:before{content:"";position:absolute;left:0;top:0;width:42px;height:2px;background:#139052}
body[data-page="about"] .about-assurance__points strong{color:#153c29;font-size:16px;font-weight:650}
body[data-page="about"] .about-assurance__points span{color:#6a756e;font-size:14px;line-height:1.45}
@media(max-width:900px){body[data-page="about"] .mission-vision{padding:78px 0}body[data-page="about"] .mission-vision__grid{grid-template-columns:1fr}body[data-page="about"] .mission-vision article:first-child{border-right:1px solid #d8e2db!important}body[data-page="about"] .about-assurance{padding:82px 0 92px}body[data-page="about"] .about-assurance__grid{grid-template-columns:1fr;gap:50px}body[data-page="about"] .about-assurance__image{min-height:390px}}
@media(max-width:600px){body[data-page="about"] .mission-vision{padding:62px 0}body[data-page="about"] .mission-vision__grid{gap:14px}body[data-page="about"] .mission-vision article{min-height:auto;padding:34px 26px;border-radius:13px}body[data-page="about"] .mission-vision h2{font-size:31px}body[data-page="about"] .about-assurance{padding:66px 0 74px}body[data-page="about"] .about-assurance__image{min-height:290px;border-radius:16px}body[data-page="about"] .about-assurance h2{font-size:37px}body[data-page="about"] .about-assurance__points>div{grid-template-columns:1fr;gap:6px;padding:16px 0}}

/* Final About composition — one visual system shared with the home page */
body[data-page="about"] .about-page-hero{min-height:386px;margin-top:82px;align-items:center;background-position:center 54%}
body[data-page="about"] .about-page-hero:before{background:linear-gradient(90deg,rgba(245,248,246,.98) 0%,rgba(245,248,246,.9) 38%,rgba(245,248,246,.34) 67%,rgba(245,248,246,.1) 100%)}
body[data-page="about"] .about-page-hero__inner{padding:72px 0 0}
body[data-page="about"] .about-page-hero h1{margin:0 0 16px;color:#10281b;font-size:clamp(54px,5.2vw,76px);font-weight:600;letter-spacing:-2.8px}
body[data-page="about"] .about-page-hero nav{font-size:14px}
body[data-page="about"] .about-page-hero nav strong{font-weight:600}

body[data-page="about"] .about-intro{padding:104px 0;background:#fff}
body[data-page="about"] .about-intro__grid{grid-template-columns:1fr 1fr;gap:96px;align-items:center}
body[data-page="about"] .about-intro__copy{max-width:585px;padding:0}
body[data-page="about"] .about-intro__copy:before{display:none}
body[data-page="about"] .about-intro__copy h2{max-width:540px;margin:0 0 30px;color:#10281b;font-size:clamp(42px,3.6vw,55px);font-weight:600;line-height:1.1;letter-spacing:-1.8px}
body[data-page="about"] .about-intro__copy .about-intro__lead{margin:0 0 24px;padding:0;border-radius:0;background:transparent;color:#174630;font-size:20px;font-weight:550;line-height:1.55}
body[data-page="about"] .about-intro__copy p:not(.about-intro__lead){margin:0 0 16px;color:#647168;font-size:16px;line-height:1.75}
body[data-page="about"] .about-intro__image{height:490px;border:1px solid #dbe4de;border-radius:12px;box-shadow:none;background-position:center;overflow:hidden}
body[data-page="about"] .about-intro__image:before{background:linear-gradient(135deg,rgba(255,255,255,.07),transparent 54%,rgba(5,49,30,.1))}

body[data-page="about"] .mission-vision{padding:96px 0;background:#f2f5f3}
body[data-page="about"] .mission-vision__grid{gap:16px;border:0}
body[data-page="about"] .mission-vision article{min-height:268px;padding:44px 48px;border:1px solid #d9e3dc!important;border-radius:10px;background:#fff;box-shadow:none}
body[data-page="about"] .mission-vision article:first-child{border-right:1px solid #d9e3dc!important}
body[data-page="about"] .mission-vision article>span{margin-bottom:30px;color:#16864b;font-size:12px;font-weight:650;letter-spacing:.7px}
body[data-page="about"] .mission-vision h2{margin-bottom:18px;color:#143c29;font-size:35px;font-weight:600;letter-spacing:-1.3px}
body[data-page="about"] .mission-vision p{color:#647168;font-size:16px;line-height:1.72}

body[data-page="about"] .about-assurance{padding:106px 0 116px;background:#fff}
body[data-page="about"] .about-assurance__grid{grid-template-columns:.95fr 1.05fr;gap:96px;align-items:center}
body[data-page="about"] .about-assurance__image{min-height:410px;border:1px solid #dbe4de;border-radius:12px;box-shadow:none;background:linear-gradient(90deg,rgba(5,56,34,.1),transparent 60%),url('https://images.unsplash.com/photo-1494412685616-a5d310fbb07d?auto=format&fit=crop&w=1200&q=88') center/cover no-repeat}
body[data-page="about"] .about-assurance__copy{max-width:555px}
body[data-page="about"] .about-assurance h2{margin:0 0 20px;color:#10281b;font-size:clamp(39px,3.2vw,50px);font-weight:600;line-height:1.12;letter-spacing:-1.7px}
body[data-page="about"] .about-assurance__copy>p{margin:0 0 32px;color:#647168;font-size:17px;line-height:1.68}
body[data-page="about"] .about-assurance__points{border-top:1px solid #d9e3dc}
body[data-page="about"] .about-assurance__points>div{grid-template-columns:1fr 1.12fr;gap:18px;padding:17px 0;border-color:#d9e3dc}
body[data-page="about"] .about-assurance__points>div:before{width:32px;background:#16864b}
body[data-page="about"] .about-assurance__points strong{color:#173d2a;font-size:16px;font-weight:600}
body[data-page="about"] .about-assurance__points span{color:#6a756e;font-size:14px}
@media(max-width:900px){body[data-page="about"] .about-page-hero{min-height:330px;margin-top:74px}body[data-page="about"] .about-page-hero__inner{padding-top:58px}body[data-page="about"] .about-intro{padding:78px 0}body[data-page="about"] .about-intro__grid,body[data-page="about"] .about-assurance__grid{grid-template-columns:1fr;gap:48px}body[data-page="about"] .about-intro__image{height:430px}body[data-page="about"] .mission-vision{padding:74px 0}body[data-page="about"] .about-assurance{padding:78px 0 88px}body[data-page="about"] .about-assurance__image{min-height:370px}}
@media(max-width:600px){body[data-page="about"] .about-page-hero{min-height:285px}body[data-page="about"] .about-page-hero__inner{padding-top:48px}body[data-page="about"] .about-page-hero h1{font-size:48px}body[data-page="about"] .about-intro{padding:64px 0}body[data-page="about"] .about-intro__copy h2{font-size:37px}body[data-page="about"] .about-intro__copy .about-intro__lead{font-size:18px}body[data-page="about"] .about-intro__image{height:300px;border-radius:10px}body[data-page="about"] .mission-vision{padding:60px 0}body[data-page="about"] .mission-vision article{padding:33px 25px;border-radius:8px}body[data-page="about"] .about-assurance{padding:64px 0 72px}body[data-page="about"] .about-assurance__image{min-height:285px;border-radius:10px}body[data-page="about"] .about-assurance h2{font-size:36px}}

/* Hakkımızda — single, editorial design system */
body[data-page="about"] .about-v2-hero{position:relative;min-height:410px;margin-top:82px;display:flex;align-items:center;background:var(--about-hero) center 52%/cover no-repeat;overflow:hidden}
body[data-page="about"] .about-v2-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(246,249,247,.98) 0%,rgba(246,249,247,.9) 42%,rgba(246,249,247,.42) 72%,rgba(246,249,247,.14) 100%)}
body[data-page="about"] .about-v2-hero__inner{position:relative;z-index:1;width:min(calc(100% - 48px),1320px);margin:0 auto;padding-top:56px}
body[data-page="about"] .about-v2-hero h1{margin:0 0 17px;color:#112b1e;font-family:var(--font-corporate);font-size:clamp(56px,5.6vw,80px);font-weight:600;line-height:1;letter-spacing:-3.2px}
body[data-page="about"] .about-v2-hero nav{display:flex;align-items:center;gap:10px;color:#4d6458;font-size:14px}
body[data-page="about"] .about-v2-hero nav a{color:#4d6458;text-decoration:none}
body[data-page="about"] .about-v2-hero nav span{color:#159351;font-size:19px;line-height:1}
body[data-page="about"] .about-v2-hero nav strong{color:#153726;font-weight:600}

body[data-page="about"] .about-v2-story{padding:112px 0 118px;background:#fff}
body[data-page="about"] .about-v2-story__grid{display:grid;grid-template-columns:1fr 1fr;gap:112px;align-items:start}
body[data-page="about"] .about-v2-story h2{max-width:570px;margin:0;color:#112b1e;font-family:var(--font-corporate);font-size:clamp(43px,3.9vw,58px);font-weight:600;line-height:1.08;letter-spacing:-2.2px}
body[data-page="about"] .about-v2-story h2 em{color:#169052;font-style:normal}
body[data-page="about"] .about-v2-story__grid>div{max-width:555px;padding-top:7px}
body[data-page="about"] .about-v2-story p{margin:0 0 19px;color:#647168;font-size:16px;line-height:1.78}
body[data-page="about"] .about-v2-story .about-v2-story__lead{margin-bottom:24px;color:#1b4833;font-size:20px;font-weight:550;line-height:1.55}
body[data-page="about"] .about-v2-story .about-v2-story__statement{margin:31px 0 0;padding-top:21px;border-top:1px solid #d8e2db;color:#143c29;font-size:16px;font-weight:600;line-height:1.5}

body[data-page="about"] .about-v2-direction{padding:106px 0 112px;background:#f1f5f2}
body[data-page="about"] .about-v2-direction__head{display:grid;grid-template-columns:1fr 1fr;gap:112px;align-items:end;margin-bottom:50px;padding-bottom:29px;border-bottom:1px solid #d6e0d9}
body[data-page="about"] .about-v2-direction__head h2{margin:0;color:#112b1e;font-family:var(--font-corporate);font-size:clamp(39px,3.5vw,52px);font-weight:600;line-height:1.1;letter-spacing:-1.8px}
body[data-page="about"] .about-v2-direction__head p{max-width:490px;margin:0;color:#607067;font-size:16px;line-height:1.72}
body[data-page="about"] .about-v2-direction__cards{display:grid;grid-template-columns:1fr 1fr;gap:16px}
body[data-page="about"] .about-v2-direction article{min-height:275px;padding:44px 48px;background:#fff;border:1px solid #d8e2db;border-radius:8px}
body[data-page="about"] .about-v2-direction article span{display:block;margin-bottom:35px;color:#159351;font-size:12px;font-weight:650;letter-spacing:.7px}
body[data-page="about"] .about-v2-direction h3{margin:0 0 18px;color:#143c29;font-family:var(--font-corporate);font-size:35px;font-weight:600;letter-spacing:-1.2px}
body[data-page="about"] .about-v2-direction article p{max-width:470px;margin:0;color:#637168;font-size:16px;line-height:1.72}

body[data-page="about"] .about-v2-closing{padding:0;background:#fff}
body[data-page="about"] .about-v2-closing__inner{min-height:250px;display:flex;align-items:center;justify-content:space-between;gap:70px;border-bottom:1px solid #d8e2db}
body[data-page="about"] .about-v2-closing h2{margin:0;color:#112b1e;font-family:var(--font-corporate);font-size:clamp(34px,3.1vw,46px);font-weight:600;line-height:1.12;letter-spacing:-1.5px}
body[data-page="about"] .about-v2-closing a{min-width:170px;height:52px;padding:0 20px;display:inline-flex;align-items:center;justify-content:space-between;border:1px solid #0f6f3e;border-radius:4px;background:#0f7e46;color:#fff;font:600 13px/1 var(--font-corporate);text-decoration:none;transition:.2s ease}
body[data-page="about"] .about-v2-closing a:hover{background:#0a6036;transform:translateY(-2px)}
@media(max-width:900px){body[data-page="about"] .about-v2-hero{min-height:345px;margin-top:74px}body[data-page="about"] .about-v2-hero__inner{width:calc(100% - 32px);padding-top:48px}body[data-page="about"] .about-v2-story{padding:82px 0}body[data-page="about"] .about-v2-story__grid,body[data-page="about"] .about-v2-direction__head{grid-template-columns:1fr;gap:33px}body[data-page="about"] .about-v2-direction{padding:82px 0}body[data-page="about"] .about-v2-direction__head{margin-bottom:38px}body[data-page="about"] .about-v2-closing__inner{min-height:220px}}
@media(max-width:600px){body[data-page="about"] .about-v2-hero{min-height:290px}body[data-page="about"] .about-v2-hero:before{background:rgba(246,249,247,.83)}body[data-page="about"] .about-v2-hero__inner{width:calc(100% - 24px);padding-top:42px}body[data-page="about"] .about-v2-hero h1{font-size:49px;letter-spacing:-2px}body[data-page="about"] .about-v2-story{padding:65px 0 70px}body[data-page="about"] .about-v2-story h2{font-size:38px;letter-spacing:-1.4px}body[data-page="about"] .about-v2-story .about-v2-story__lead{font-size:18px}body[data-page="about"] .about-v2-direction{padding:67px 0 72px}body[data-page="about"] .about-v2-direction__head h2{font-size:36px}body[data-page="about"] .about-v2-direction__cards{grid-template-columns:1fr;gap:12px}body[data-page="about"] .about-v2-direction article{min-height:auto;padding:32px 25px;border-radius:6px}body[data-page="about"] .about-v2-direction h3{font-size:30px}body[data-page="about"] .about-v2-closing__inner{min-height:auto;padding:57px 0;align-items:flex-start;flex-direction:column;gap:30px}body[data-page="about"] .about-v2-closing h2{font-size:35px}}

/* Hero photography — localized translucent panel for readable copy. */
#hero-slider .bp-hero__frame-media:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(4,61,37,.76) 0%,rgba(5,76,44,.6) 31%,rgba(7,91,51,.28) 48%,rgba(7,91,51,0) 68%);
  pointer-events:none;
}
@media(max-width:600px){
  #hero-slider .bp-hero__frame-media:after{
    background:linear-gradient(90deg,rgba(4,61,37,.8) 0%,rgba(5,76,44,.66) 52%,rgba(7,91,51,.22) 82%,rgba(7,91,51,0) 100%);
  }
}

/* About — corporate editorial system */
body[data-page="about"] .about-corp-hero{position:relative;min-height:410px;margin-top:82px;display:flex;align-items:flex-end;background:var(--about-hero) center 58%/cover no-repeat;color:#fff;overflow:hidden}
body[data-page="about"] .about-corp-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,35,22,.92) 0%,rgba(4,48,29,.72) 42%,rgba(4,48,29,.18) 75%),linear-gradient(180deg,transparent 45%,rgba(2,25,16,.5))}
body[data-page="about"] .about-corp-hero__inner{position:relative;z-index:1;width:min(calc(100% - 48px),1320px);margin:0 auto;padding:0 0 54px}
body[data-page="about"] .about-corp-hero__eyebrow,.about-corp-label{display:block;margin-bottom:20px;color:#83dca8;font-size:11px;font-weight:650;letter-spacing:1.5px;text-transform:uppercase}
body[data-page="about"] .about-corp-hero h1{max-width:900px;margin:0 0 19px;color:#fff;font-size:clamp(52px,5vw,72px);font-weight:600;line-height:1;letter-spacing:-2.2px}
body[data-page="about"] .about-corp-hero h1 em{color:#91dfb3;font-style:normal}
body[data-page="about"] .about-corp-hero p{max-width:620px;margin:28px 0 34px;color:rgba(255,255,255,.76);font-size:17px;line-height:1.68}
body[data-page="about"] .about-corp-hero nav{display:flex;align-items:center;gap:10px;color:rgba(255,255,255,.68);font-size:13px}
body[data-page="about"] .about-corp-hero nav a{color:inherit;text-decoration:none}body[data-page="about"] .about-corp-hero nav strong{color:#fff;font-weight:550}

body[data-page="about"] .about-corp-intro{padding:118px 0;background:#fff}
body[data-page="about"] .about-corp-intro>.container{width:min(calc(100% - 64px),1500px);max-width:none}
body[data-page="about"] .about-corp-intro__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:72px;align-items:center}
body[data-page="about"] .about-corp-intro__media{position:relative;height:600px;border:1px solid #d8e2dc;border-radius:20px;background:url('../images/wayex-about-operations-team-v1.png') center/cover no-repeat;box-shadow:0 24px 55px rgba(7,48,29,.11);overflow:hidden}
body[data-page="about"] .about-corp-intro__media:after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 0 0 8px rgba(255,255,255,.08);pointer-events:none}
body[data-page="about"] .about-corp-intro__copy{max-width:none;padding-right:4px}
body[data-page="about"] .about-corp-label{margin-bottom:22px;color:#138048}
body[data-page="about"] .about-corp-intro h2,body[data-page="about"] .about-corp-approach h2{margin:0 0 31px;color:#13271c;font-size:clamp(43px,3.65vw,56px);font-weight:600;line-height:1.08;letter-spacing:-1.55px}
body[data-page="about"] .about-corp-intro h2{max-width:760px}
body[data-page="about"] .about-corp-intro h2 em{color:#14854a;font-style:normal}
body[data-page="about"] .about-corp-intro p{max-width:750px;margin:0 0 18px;color:#647168;font-size:16px;line-height:1.78}
body[data-page="about"] .about-corp-intro .about-corp-intro__lead{max-width:760px;color:#224a35;font-size:19px;font-weight:520;line-height:1.6}

body[data-page="about"] .about-corp-facts{background:#073b25;color:#fff}
body[data-page="about"] .about-corp-facts__grid{display:grid;grid-template-columns:repeat(4,1fr)}
body[data-page="about"] .about-corp-facts article{min-height:190px;padding:44px 34px;border-right:1px solid rgba(255,255,255,.16);display:flex;flex-direction:column;justify-content:center}
body[data-page="about"] .about-corp-facts article:first-child{border-left:1px solid rgba(255,255,255,.16)}
body[data-page="about"] .about-corp-facts strong{color:#9be0b8;font-size:42px;font-weight:600;letter-spacing:-1.5px}
body[data-page="about"] .about-corp-facts span{margin-top:10px;color:rgba(255,255,255,.68);font-size:14px}

body[data-page="about"] .about-corp-principles{padding:112px 0 120px;background:#f3f6f4}
body[data-page="about"] .about-corp-principles>.container{width:min(calc(100% - 64px),1500px);max-width:none}
body[data-page="about"] .about-corp-principles__head{display:grid;grid-template-columns:1.05fr .95fr;gap:100px;align-items:end;margin-bottom:52px;padding-bottom:34px;border-bottom:1px solid #d5dfd8}
body[data-page="about"] .about-corp-principles__head h2{margin:0;color:#13271c;font-size:clamp(42px,3.8vw,56px);font-weight:600;line-height:1.08;letter-spacing:-1.7px}
body[data-page="about"] .about-corp-principles__head p{max-width:520px;margin:0;color:#637067;font-size:16px;line-height:1.72}
body[data-page="about"] .about-corp-principles__body{display:grid;grid-template-columns:.9fr 1.1fr;gap:72px;align-items:stretch}
body[data-page="about"] .about-corp-principles__media{position:relative;min-height:570px;border:1px solid #d3dfd7;border-radius:20px;background:url('../images/wayex-hero-minivan-white-v1.png') 62% center/cover no-repeat;box-shadow:0 24px 55px rgba(7,48,29,.11);overflow:hidden}
body[data-page="about"] .about-corp-principles__media:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(3,35,22,.72))}
body[data-page="about"] .about-corp-principles__media>span{position:absolute;z-index:1;left:32px;right:32px;bottom:29px;color:#fff;font-size:13px;font-weight:600;letter-spacing:.15px}
body[data-page="about"] .about-corp-principles__grid{display:grid;grid-template-columns:1fr;padding:16px 44px;border:1px solid #d6e0d9;border-radius:20px;background:#fff;box-shadow:0 24px 55px rgba(7,48,29,.07)}
body[data-page="about"] .about-corp-principles__grid article{min-height:179px;padding:37px 0;border-right:0;border-bottom:1px solid #d6e0d9;display:grid;grid-template-columns:54px 1fr;gap:25px;align-items:start}
body[data-page="about"] .about-corp-principles__grid article:last-child{border-bottom:0}
body[data-page="about"] .about-corp-principles__grid article>i{width:42px;height:42px;border-radius:10px;display:grid;place-items:center;background:#e8f4ed;color:#137b43;font-style:normal}
body[data-page="about"] .about-corp-principles__grid article>i svg{width:18px;height:18px;stroke-width:2.5}
body[data-page="about"] .about-corp-principles h3{margin:1px 0 13px;color:#173c2a;font-size:28px;font-weight:600;letter-spacing:-.7px}
body[data-page="about"] .about-corp-principles__grid p{max-width:600px;margin:0;color:#66736b;font-size:15.5px;line-height:1.72}

body[data-page="about"] .about-corp-approach{padding:118px 0;background:#fff}
body[data-page="about"] .about-corp-approach__grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:104px;align-items:center}
body[data-page="about"] .about-corp-approach__copy{max-width:570px}
body[data-page="about"] .about-corp-approach__copy>p{margin:0 0 30px;color:#637168;font-size:16px;line-height:1.75}
body[data-page="about"] .about-corp-approach ul{margin:0;padding:0;list-style:none;border-top:1px solid #d8e1db}
body[data-page="about"] .about-corp-approach li{position:relative;padding:16px 0 16px 26px;border-bottom:1px solid #d8e1db;color:#264735;font-size:14px;font-weight:550}
body[data-page="about"] .about-corp-approach li:before{content:"";position:absolute;left:0;top:22px;width:7px;height:7px;background:#16864b;border-radius:50%}
body[data-page="about"] .about-corp-approach__media{min-height:535px;background:url('../images/wayex-hero-warehouse-light-v3.png') center/cover no-repeat}

body[data-page="about"] .about-corp-direction{padding:118px 0;background:#fff}
body[data-page="about"] .about-corp-direction>.container{width:min(calc(100% - 64px),1500px);max-width:none}
body[data-page="about"] .about-corp-direction__grid{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:0;border:1px solid #d2ded6;border-radius:20px;background:linear-gradient(125deg,#f4f8f5 0%,#e9f2ec 100%);box-shadow:0 28px 65px rgba(7,48,29,.09);overflow:hidden}
body[data-page="about"] .about-corp-direction__grid:before{content:"";position:absolute;left:50%;top:58px;bottom:58px;width:1px;background:#cad9cf}
body[data-page="about"] .about-corp-direction article{position:relative;min-height:450px;padding:68px 72px;border:0;border-radius:0;background:transparent;color:#173c2a;overflow:visible}
body[data-page="about"] .about-corp-direction article:after{content:none}
body[data-page="about"] .about-corp-direction article:last-child{border:0;background:rgba(255,255,255,.32);color:#173c2a;box-shadow:none}
body[data-page="about"] .about-corp-direction span,body[data-page="about"] .about-corp-direction article:last-child span{display:block;color:#138048;font-size:clamp(42px,4.2vw,64px);font-weight:600;line-height:1;letter-spacing:-1.8px;text-transform:none}
body[data-page="about"] .about-corp-direction h3,body[data-page="about"] .about-corp-direction article:last-child h3{max-width:590px;margin:54px 0 25px;color:#173c2a;font-size:clamp(29px,2.5vw,39px);font-weight:550;line-height:1.25;letter-spacing:-.8px}
body[data-page="about"] .about-corp-direction p,body[data-page="about"] .about-corp-direction article:last-child p{max-width:590px;margin:0;color:#5f6f65;font-size:17px;line-height:1.72}

body[data-page="about"] .about-corp-closing{background:#073b25;color:#fff}
body[data-page="about"] .about-corp-closing__inner{min-height:270px;display:flex;align-items:center;justify-content:space-between;gap:60px}
body[data-page="about"] .about-corp-closing__inner>div>span{color:#91dcae;font-size:12px;font-weight:600;letter-spacing:1px;text-transform:uppercase}
body[data-page="about"] .about-corp-closing h2{margin:16px 0 0;color:#fff;font-size:clamp(36px,3.6vw,52px);font-weight:600;letter-spacing:-1.3px}
body[data-page="about"] .about-corp-closing a{min-width:174px;height:52px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;background:#fff;color:#075c32;text-decoration:none;font-size:13px;font-weight:650}

@media(max-width:900px){
  body[data-page="about"] .about-corp-hero{min-height:360px;margin-top:74px}body[data-page="about"] .about-corp-hero__inner{width:calc(100% - 32px);padding-bottom:44px}
  body[data-page="about"] .about-corp-intro{padding:82px 0}body[data-page="about"] .about-corp-intro>.container{width:calc(100% - 40px)}body[data-page="about"] .about-corp-intro__grid,body[data-page="about"] .about-corp-approach__grid{grid-template-columns:1fr;gap:48px}body[data-page="about"] .about-corp-intro__media{height:440px;border-radius:16px}body[data-page="about"] .about-corp-intro__copy{max-width:760px;padding-right:0}
  body[data-page="about"] .about-corp-facts__grid{grid-template-columns:1fr 1fr}body[data-page="about"] .about-corp-facts article{min-height:155px;border-bottom:1px solid rgba(255,255,255,.16)}
  body[data-page="about"] .about-corp-principles{padding:82px 0}body[data-page="about"] .about-corp-principles>.container{width:calc(100% - 40px)}body[data-page="about"] .about-corp-principles__head{grid-template-columns:1fr;gap:25px}body[data-page="about"] .about-corp-principles__body{grid-template-columns:1fr;gap:45px}body[data-page="about"] .about-corp-principles__media{min-height:440px;border-radius:16px}body[data-page="about"] .about-corp-principles__grid{grid-template-columns:1fr;border-radius:16px}body[data-page="about"] .about-corp-principles__grid article{min-height:auto;border-right:0;border-bottom:1px solid #d6e0d9}body[data-page="about"] .about-corp-principles h3{margin-top:2px}
  body[data-page="about"] .about-corp-approach{padding:82px 0}body[data-page="about"] .about-corp-approach__media{min-height:430px;grid-row:1}body[data-page="about"] .about-corp-direction{padding:82px 0}body[data-page="about"] .about-corp-direction>.container{width:calc(100% - 40px)}body[data-page="about"] .about-corp-direction__grid{grid-template-columns:1fr}body[data-page="about"] .about-corp-direction__grid:before{left:54px;right:54px;top:50%;bottom:auto;width:auto;height:1px}body[data-page="about"] .about-corp-direction article{min-height:350px;padding:55px}
}
@media(max-width:600px){
  body[data-page="about"] .about-corp-hero{min-height:310px}body[data-page="about"] .about-corp-hero:before{background:linear-gradient(90deg,rgba(3,35,22,.91),rgba(4,48,29,.58))}body[data-page="about"] .about-corp-hero__inner{width:calc(100% - 24px);padding-bottom:34px}body[data-page="about"] .about-corp-hero h1{font-size:44px;letter-spacing:-1.4px}
  body[data-page="about"] .about-corp-intro{padding:64px 0}body[data-page="about"] .about-corp-intro>.container{width:calc(100% - 24px)}body[data-page="about"] .about-corp-intro__grid{gap:38px}body[data-page="about"] .about-corp-intro__media{height:300px;border-radius:13px;box-shadow:0 16px 36px rgba(7,48,29,.1)}body[data-page="about"] .about-corp-intro h2,body[data-page="about"] .about-corp-approach h2{font-size:37px}
  body[data-page="about"] .about-corp-facts article{min-height:130px;padding:28px 18px}body[data-page="about"] .about-corp-facts strong{font-size:32px}body[data-page="about"] .about-corp-facts span{font-size:12px}
  body[data-page="about"] .about-corp-principles{padding:66px 0}body[data-page="about"] .about-corp-principles>.container{width:calc(100% - 24px)}body[data-page="about"] .about-corp-principles__head h2{font-size:37px}body[data-page="about"] .about-corp-principles__body{gap:34px}body[data-page="about"] .about-corp-principles__media{min-height:310px;border-radius:13px;box-shadow:0 16px 36px rgba(7,48,29,.1)}body[data-page="about"] .about-corp-principles__media>span{left:20px;right:20px;bottom:20px}body[data-page="about"] .about-corp-principles__grid{padding:8px 20px;border-radius:13px;box-shadow:0 16px 36px rgba(7,48,29,.06)}body[data-page="about"] .about-corp-principles__grid article{grid-template-columns:42px 1fr;gap:16px;padding:27px 0}body[data-page="about"] .about-corp-principles__grid article>i{width:38px;height:38px;border-radius:8px}body[data-page="about"] .about-corp-principles h3{font-size:25px}
  body[data-page="about"] .about-corp-approach{padding:66px 0}body[data-page="about"] .about-corp-approach__media{min-height:300px}
  body[data-page="about"] .about-corp-direction{padding:66px 0}body[data-page="about"] .about-corp-direction>.container{width:calc(100% - 24px)}body[data-page="about"] .about-corp-direction__grid{grid-template-columns:1fr;border-radius:13px}body[data-page="about"] .about-corp-direction__grid:before{left:25px;right:25px}body[data-page="about"] .about-corp-direction article{min-height:auto;padding:42px 25px 47px}body[data-page="about"] .about-corp-direction article:first-child{border:0}body[data-page="about"] .about-corp-direction span,body[data-page="about"] .about-corp-direction article:last-child span{font-size:41px}body[data-page="about"] .about-corp-direction h3,body[data-page="about"] .about-corp-direction article:last-child h3{margin:34px 0 19px;font-size:27px}body[data-page="about"] .about-corp-direction p,body[data-page="about"] .about-corp-direction article:last-child p{font-size:15px}
  body[data-page="about"] .about-corp-closing__inner{min-height:auto;padding:54px 0;align-items:flex-start;flex-direction:column;gap:32px}body[data-page="about"] .about-corp-closing h2{font-size:36px}body[data-page="about"] .about-corp-closing a{width:100%}
}

@media(max-width:950px){.express-editorial header{grid-template-columns:1fr;gap:20px}.express-editorial__body{grid-template-columns:1fr;gap:42px}.express-editorial__footer{grid-template-columns:1fr}.express-editorial__footer article+article{padding-left:0;border-left:0;border-top:1px solid #cad7ce}}
@media(max-width:700px){.express-editorial{padding:72px 0}.express-editorial>.container{width:calc(100% - 24px)}.express-editorial header{padding-bottom:38px}.express-editorial header h2{font-size:36px}.express-editorial__body{padding:42px 0}.express-editorial__body article p{font-size:15px}.express-editorial__body aside{padding:28px 23px}.express-editorial__footer article{padding:30px 0}}
.service-advantages--express .service-advantages__grid small{display:none}
.service-advantages--express .service-advantages__grid article{grid-template-columns:minmax(220px,.72fr) 1.28fr;gap:34px}
@media(max-width:700px){.service-advantages--express .service-advantages__grid article{grid-template-columns:1fr;gap:8px}.service-advantages--express .service-advantages__grid article p{grid-column:auto}}

.service-longform header,.express-editorial header{display:block!important;text-align:center}
.service-longform header>span,.express-editorial header>span{display:none!important}
.service-longform header h2,.express-editorial header h2{width:100%;max-width:1120px!important;margin:0 auto!important;text-align:center;text-wrap:balance}
@media(max-width:700px){.service-longform header h2,.express-editorial header h2{max-width:100%!important;font-size:36px;text-wrap:balance}}

/* Palette lock must remain the final cascade layer. */
html body{background:#ddd8ca!important;color:#20321e}
body #site-header,body #site-header.scrolled,body footer.site-footer,body footer.site-footer .footer-final__contact{background:#20321e!important}
body #site-header,body #site-header.scrolled{border-top-color:#466245!important}
body #site-header .desktop-nav a:after,body #site-header.scrolled .desktop-nav a:after{background:#ddd8ca!important}
body #site-header .bp-offer{background:transparent!important;border-color:rgba(221,216,202,.55)!important;color:#fff!important}
body #site-header .bp-offer:hover{background:#ddd8ca!important;border-color:#ddd8ca!important;color:#20321e!important}
body :where(.page-hero,.services-corp-hero,.about-corp-hero,.blog-corp-hero,.blog-post-hero,.dark-band,.commitment,.about-corp-facts,.about-corp-closing){background-color:#20321e!important}
body :where(.section,.blog-article,.journal-list,.service-scope,.service-advantages,.service-faq,.service-longform,.express-editorial,.about-corp-intro,.about-corp-approach,.about-corp-direction){background-color:#f7f4ed!important}
body :where(.journal-feature,.tailored,.service-industries,.service-industries--express,.about-corp-principles,.express-editorial-supplement){background-color:#eeeae1!important}
body :where(.service-card,.industry-card,.journal-card,.blog-card,.blog-related-card,.contact-form,.service-faq details,.about-corp-principles__grid,.about-corp-direction__grid){background:#fff!important;border-color:rgba(32,50,30,.18)!important}
body :where(.button,.blog-related-card__more,.quote-section button,.contact-form button,.quote-modal__form button,.about-corp-closing a){background:#466245!important;border-color:#466245!important;color:#fff!important}
body :where(.button,.blog-related-card__more,.quote-section button,.contact-form button,.quote-modal__form button,.about-corp-closing a):hover{background:#20321e!important;border-color:#20321e!important;color:#fff!important}
body :where(.section-index,.eyebrow,.journal-card span,.blog-card span,.blog-related-card span,.service-section-head>span,.service-advantages__content>span,.about-corp-intro__copy>span,.blog-article__layout>article>header span){color:#466245!important}
body .impact-card--large{background:#466245!important}
body .impact-card--large :where(h2,p,span){color:#fff!important}
body .quote-modal__panel{background:#f7f4ed!important}
body .quote-modal__intro{background:#20321e!important}
body footer.site-footer .footer-final__actions>div a:first-child{background:#ddd8ca!important;border-color:#ddd8ca!important;color:#20321e!important}

/* Final typography lock: two-font hierarchy across every route. */
:root{--font-display:"Cormorant Garamond",Georgia,serif;--font-corporate:"Manrope",Arial,sans-serif}
html body,body :where(p,a,span,small,b,strong,label,input,select,textarea,button,li,summary){font-family:var(--font-corporate)!important}
body :where(h1,h2){font-family:var(--font-display)!important;font-style:normal;font-weight:600;letter-spacing:-.02em}
body :where(h3,h4,h5,h6){font-family:var(--font-corporate)!important;font-style:normal;font-weight:600;letter-spacing:-.01em}
body :where(p,li,input,select,textarea){font-weight:400;line-height:1.7}
body :where(.desktop-nav a,.mobile-menu a,button,.button,.bp-offer,[class*="__more"]){font-family:var(--font-corporate)!important;font-weight:600;letter-spacing:-.01em}
body :where(.eyebrow,.section-index,small,[class*="label"],.journal-card span,.blog-card span,.blog-related-card span){font-family:var(--font-corporate)!important;font-weight:600;letter-spacing:.08em}

/* Final image and dark-surface correction. */
body :where(.hero-image,.bp-hero__slide,.bp-hero__frame-media,.services-corp-hero,.about-corp-hero,.blog-corp-hero,.blog-post-hero,.journal-feature__image,.journal-card__image,.blog-card__image,.blog-related-card__image,.services-gallery__image,.service-advantages__media,.about-corp-intro__media,.about-corp-principles__media,.about-corp-approach__media,.trust-photo,.service-visual):before,
body :where(.hero-image,.bp-hero__slide,.bp-hero__frame-media,.services-corp-hero,.about-corp-hero,.blog-corp-hero,.blog-post-hero,.journal-feature__image,.journal-card__image,.blog-card__image,.blog-related-card__image,.services-gallery__image,.service-advantages__media,.about-corp-intro__media,.about-corp-principles__media,.about-corp-approach__media,.trust-photo,.service-visual):after{background:none!important;background-image:none!important;filter:none!important;box-shadow:none!important}
body .journal-card__image,body .blog-related-card__image{background-image:var(--journal-image)!important}
body .blog-card__image{background-image:var(--blog-image)!important}
body .services-gallery__image{background-image:var(--gallery-image)!important}
body :where(.hero-image,.bp-hero__slide,.bp-hero__frame-media,.services-corp-hero,.about-corp-hero,.blog-corp-hero,.blog-post-hero,.journal-feature__image,.journal-card__image,.blog-card__image,.blog-related-card__image,.services-gallery__image,.service-advantages__media,.about-corp-intro__media,.about-corp-principles__media,.about-corp-approach__media,.trust-photo,.service-visual){background-blend-mode:normal!important;filter:none!important}
body :where(.dark-band,.commitment,.about-corp-facts,.about-corp-closing,.impact-card--large,.service-industries--premium>.container,.service-industries--express>.container,.quote-modal__intro,footer.site-footer) :where(h1,h2,h3,h4,h5,h6,p,a,span,small,strong,li,label){color:#ddd8ca!important}
body :where(.dark-band,.commitment,.about-corp-facts,.about-corp-closing,.impact-card--large,.service-industries--premium>.container,.service-industries--express>.container,.quote-modal__intro,footer.site-footer) svg{color:#ddd8ca!important;stroke:#ddd8ca!important}
body #site-header :where(a,button){color:#ddd8ca!important}
body #site-header .bp-offer:hover,body footer.site-footer .footer-final__actions>div a:first-child{color:#20321e!important}

/* No dark typography is allowed on green panels. */
body .services-gallery__head :where(h1,h2,h3,h4,p,span,small,strong,em,a),
body .why-section__lead :where(h1,h2,h3,h4,p,span,small,strong,em,a),
body .quote-section__story :where(h1,h2,h3,h4,p,span,small,strong,em,a),
body .service-scope__panel :where(h1,h2,h3,h4,p,span,small,strong,em,a),
body .service-contact-strip>.container :where(h1,h2,h3,h4,p,span,small,strong,em,a),
body .footer-final__contact :where(h1,h2,h3,h4,p,span,small,strong,em,a){color:#ddd8ca!important}
body .services-gallery__head span:before{background:#ddd8ca!important}

/* Global on-green contract: every green component inherits Bone text. */
body :where(
  #site-header,.mobile-menu,.home-hero,.page-hero,.bp-hero,.services-corp-hero,.about-corp-hero,.blog-corp-hero,.blog-post-hero,
  .control-section,.dark-band,.process-strip,.commitment,.trust-metric,.services-gallery__head,.quote-section__story,
  .blog-quick-contact,.journal-feature__copy,.service-scope__panel,.service-contact-strip>.container,
  .service-industries--premium>.container,.service-industries--express>.container,.impact-card--large,
  .about-capabilities,.mission-vision,.about-corp-facts,.about-corp-closing,.quote-modal__intro,.cookie-bar,
  footer.site-footer
),
body :where(
  #site-header,.mobile-menu,.home-hero,.page-hero,.bp-hero,.services-corp-hero,.about-corp-hero,.blog-corp-hero,.blog-post-hero,
  .control-section,.dark-band,.process-strip,.commitment,.trust-metric,.services-gallery__head,.quote-section__story,
  .blog-quick-contact,.journal-feature__copy,.service-scope__panel,.service-contact-strip>.container,
  .service-industries--premium>.container,.service-industries--express>.container,.impact-card--large,
  .about-capabilities,.mission-vision,.about-corp-facts,.about-corp-closing,.quote-modal__intro,.cookie-bar,
  footer.site-footer
) *{color:#ddd8ca!important}
body :where(
  #site-header,.mobile-menu,.home-hero,.page-hero,.bp-hero,.services-corp-hero,.about-corp-hero,.blog-corp-hero,.blog-post-hero,
  .control-section,.dark-band,.process-strip,.commitment,.trust-metric,.services-gallery__head,.quote-section__story,
  .blog-quick-contact,.journal-feature__copy,.service-scope__panel,.service-contact-strip>.container,
  .service-industries--premium>.container,.service-industries--express>.container,.impact-card--large,
  .about-capabilities,.mission-vision,.about-corp-facts,.about-corp-closing,.quote-modal__intro,.cookie-bar,
  footer.site-footer
) svg{color:#ddd8ca!important;stroke:#ddd8ca!important}

/* Light controls remain readable because they have their own Bone/white surface. */
body #site-header .bp-offer:hover,
body .bp-hero__actions a:first-child,
body .cookie-bar__actions button:last-child,
body footer.site-footer .footer-final__actions>div a:first-child{color:#20321e!important}

/* Absolute final reset: show source images without any green overlay. */
body[data-page="about"] .about-corp-hero:before,body[data-page="about"] .about-corp-hero:after,
body .services-corp-hero:before,body .services-corp-hero:after,body .blog-corp-hero:before,body .blog-corp-hero:after,
body .blog-post-hero:before,body .blog-post-hero:after,body #hero-slider .bp-hero__slide:before,body #hero-slider .bp-hero__slide:after,
body #hero-slider .bp-hero__frame-media:before,body #hero-slider .bp-hero__frame-media:after{content:none!important;display:none!important;background:none!important;background-image:none!important;opacity:0!important}
body .hero-image{background-image:url("https://images.unsplash.com/photo-1494412519320-aa613dfb7738?auto=format&fit=crop&w=1500&q=90")!important}
body .control-image{background-image:url("https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?auto=format&fit=crop&w=1400&q=90")!important}
body .ref-hero__visual{background-image:url("https://images.unsplash.com/photo-1494412519320-aa613dfb7738?auto=format&fit=crop&w=1600&q=95")!important}
body .ref-network__image{background-image:url("https://images.unsplash.com/photo-1601584115197-04ecc0da31d7?auto=format&fit=crop&w=1300&q=90")!important}
body .trust-photo{background-image:url("https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?auto=format&fit=crop&w=1000&q=88")!important}
body .quote-section__story{background-image:url('../images/bluepartners-hero.png')!important}
body .journal-feature__image{background-image:url("https://images.unsplash.com/photo-1494412519320-aa613dfb7738?auto=format&fit=crop&w=1400&q=90")!important}
body[data-page="about"] .mission-vision{background-image:url("https://images.unsplash.com/photo-1494412519320-aa613dfb7738?auto=format&fit=crop&w=1600&q=90")!important}
body[data-page="about"] .about-assurance__image{background-image:url("https://images.unsplash.com/photo-1494412685616-a5d310fbb07d?auto=format&fit=crop&w=1200&q=88")!important}
body .quote-modal__intro{background-image:url('../images/wayex-hero-port-v2.png')!important}
body :where(.hero-image,.control-image,.ref-hero__visual,.ref-network__image,.trust-photo,.quote-section__story,.journal-feature__image,.mission-vision,.about-assurance__image,.quote-modal__intro){background-blend-mode:normal!important;filter:none!important}

/* One corporate button system for every textual action. */
body :where(
  .button,.bp-offer,.bp-hero__actions a,.hero-actions a,.text-link,
  .why-section__list article>a,.services-gallery__copy>a,.blog-card__more,.blog-related-card__more,
  .journal-feature__copy>a,.journal-card>div>a:last-child,.service-card>a,.sector-chips a,
  .quote-form>button,.quote-modal__form>button,.contact-form button,.about-corp-closing a,
  .footer-final__actions>div a,.cookie-bar__actions button,.not-found a
){width:max-content!important;min-width:0!important;min-height:46px!important;height:46px!important;padding:0 20px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:0!important;border:1px solid #466245!important;border-radius:999px!important;background:#466245!important;color:#fff!important;box-shadow:none!important;font-family:var(--font-corporate)!important;font-size:11px!important;font-weight:700!important;line-height:1!important;letter-spacing:-.01em!important;text-transform:uppercase!important;text-decoration:none!important;white-space:nowrap!important;cursor:pointer!important;transition:background-color .22s ease,color .22s ease,border-color .22s ease,transform .22s ease!important}
body :where(
  .button,.bp-offer,.bp-hero__actions a,.hero-actions a,.text-link,
  .why-section__list article>a,.services-gallery__copy>a,.blog-card__more,.blog-related-card__more,
  .journal-feature__copy>a,.journal-card>div>a:last-child,.service-card>a,.sector-chips a,
  .quote-form>button,.quote-modal__form>button,.contact-form button,.about-corp-closing a,
  .footer-final__actions>div a,.cookie-bar__actions button,.not-found a
):hover{background:#20321e!important;border-color:#20321e!important;color:#ddd8ca!important;transform:translateY(-2px)!important}

/* Inverse button on every green surface. */
body :where(
  #site-header,.mobile-menu,.home-hero,.page-hero,.bp-hero,.services-corp-hero,.about-corp-hero,.blog-corp-hero,.blog-post-hero,
  .control-section,.dark-band,.process-strip,.commitment,.trust-metric,.services-gallery__head,.quote-section__story,
  .blog-quick-contact,.journal-feature__copy,.service-scope__panel,.service-contact-strip>.container,
  .service-industries--premium>.container,.service-industries--express>.container,.impact-card--large,
  .about-capabilities,.mission-vision,.about-corp-facts,.about-corp-closing,.quote-modal__intro,.cookie-bar,footer.site-footer
) :where(
  .button,.bp-offer,.bp-hero__actions a,.hero-actions a,.text-link,
  .why-section__list article>a,.services-gallery__copy>a,.blog-card__more,.blog-related-card__more,
  .journal-feature__copy>a,.journal-card>div>a:last-child,.service-card>a,.sector-chips a,
  .quote-form>button,.quote-modal__form>button,.contact-form button,.about-corp-closing a,
  .footer-final__actions>div a,.cookie-bar__actions button,.not-found a
){background:#fff!important;border-color:#fff!important;color:#466245!important}
body :where(
  #site-header,.mobile-menu,.home-hero,.page-hero,.bp-hero,.services-corp-hero,.about-corp-hero,.blog-corp-hero,.blog-post-hero,
  .control-section,.dark-band,.process-strip,.commitment,.trust-metric,.services-gallery__head,.quote-section__story,
  .blog-quick-contact,.journal-feature__copy,.service-scope__panel,.service-contact-strip>.container,
  .service-industries--premium>.container,.service-industries--express>.container,.impact-card--large,
  .about-capabilities,.mission-vision,.about-corp-facts,.about-corp-closing,.quote-modal__intro,.cookie-bar,footer.site-footer
) :where(
  .button,.bp-offer,.bp-hero__actions a,.hero-actions a,.text-link,
  .why-section__list article>a,.services-gallery__copy>a,.blog-card__more,.blog-related-card__more,
  .journal-feature__copy>a,.journal-card>div>a:last-child,.service-card>a,.sector-chips a,
  .quote-form>button,.quote-modal__form>button,.contact-form button,.about-corp-closing a,
  .footer-final__actions>div a,.cookie-bar__actions button,.not-found a
):hover{background:#ddd8ca!important;border-color:#ddd8ca!important;color:#20321e!important}

body .quote-form>button,body .quote-modal__form>button,body .contact-form button{width:100%!important}
@media(max-width:600px){body :where(.button,.bp-offer,.bp-hero__actions a,.hero-actions a,.text-link,.blog-card__more,.blog-related-card__more,.journal-feature__copy>a,.quote-form>button,.quote-modal__form>button,.contact-form button,.about-corp-closing a,.footer-final__actions>div a,.cookie-bar__actions button){min-height:44px!important;height:44px!important;padding-inline:18px!important}}

/* Light surfaces use the green typography family, never neutral black. */
body :where(h1,h2,h3,h4,h5,h6,strong){color:#20321e!important}
body :where(p,li,label,summary){color:#466245!important}
body :where(.section-index,.eyebrow,small,[class*="label"],.journal-card span,.blog-card span,.blog-related-card span){color:#466245!important}
body main a:not(.button):not(.blog-card__more):not(.blog-related-card__more):not([class*="__more"]){color:#466245}

/* Green surfaces always override the light-surface typography rule. */
body :where(
  #site-header,.mobile-menu,.home-hero,.page-hero,.bp-hero,.services-corp-hero,.about-corp-hero,.blog-corp-hero,.blog-post-hero,
  .control-section,.dark-band,.process-strip,.commitment,.trust-metric,.services-gallery__head,.quote-section__story,
  .blog-quick-contact,.journal-feature__copy,.service-scope__panel,.service-contact-strip>.container,
  .service-industries--premium>.container,.service-industries--express>.container,.impact-card--large,
  .about-capabilities,.mission-vision,.about-corp-facts,.about-corp-closing,.quote-modal__intro,.cookie-bar,footer.site-footer
),
body :where(
  #site-header,.mobile-menu,.home-hero,.page-hero,.bp-hero,.services-corp-hero,.about-corp-hero,.blog-corp-hero,.blog-post-hero,
  .control-section,.dark-band,.process-strip,.commitment,.trust-metric,.services-gallery__head,.quote-section__story,
  .blog-quick-contact,.journal-feature__copy,.service-scope__panel,.service-contact-strip>.container,
  .service-industries--premium>.container,.service-industries--express>.container,.impact-card--large,
  .about-capabilities,.mission-vision,.about-corp-facts,.about-corp-closing,.quote-modal__intro,.cookie-bar,footer.site-footer
) *{color:#ddd8ca!important}

/* Button foregrounds are based on their own surface, not their parent text color. */
body :where(.button,.bp-offer,.bp-hero__actions a,.hero-actions a,.text-link,.why-section__list article>a,.services-gallery__copy>a,.blog-card__more,.blog-related-card__more,.journal-feature__copy>a,.journal-card>div>a:last-child,.service-card>a,.sector-chips a,.quote-form>button,.quote-modal__form>button,.contact-form button,.about-corp-closing a,.footer-final__actions>div a,.cookie-bar__actions button,.not-found a){color:#fff!important}
body :where(#site-header,.mobile-menu,.home-hero,.page-hero,.bp-hero,.services-corp-hero,.about-corp-hero,.blog-corp-hero,.blog-post-hero,.control-section,.dark-band,.commitment,.quote-section__story,.blog-quick-contact,.journal-feature__copy,.service-scope__panel,.service-contact-strip>.container,.service-industries--premium>.container,.service-industries--express>.container,.about-capabilities,.mission-vision,.about-corp-facts,.about-corp-closing,.quote-modal__intro,.cookie-bar,footer.site-footer) :where(.button,.bp-offer,.bp-hero__actions a,.hero-actions a,.text-link,.quote-form>button,.quote-modal__form>button,.contact-form button,.about-corp-closing a,.footer-final__actions>div a,.cookie-bar__actions button){color:#466245!important}
body :where(.button,.bp-offer,.bp-hero__actions a,.hero-actions a,.text-link,.why-section__list article>a,.services-gallery__copy>a,.blog-card__more,.blog-related-card__more,.journal-feature__copy>a,.journal-card>div>a:last-child,.service-card>a,.sector-chips a,.quote-form>button,.quote-modal__form>button,.contact-form button,.about-corp-closing a,.footer-final__actions>div a,.cookie-bar__actions button,.not-found a):hover{color:#ddd8ca!important}
body :where(#site-header,.mobile-menu,.home-hero,.page-hero,.bp-hero,.services-corp-hero,.about-corp-hero,.blog-corp-hero,.blog-post-hero,.control-section,.dark-band,.commitment,.quote-section__story,.blog-quick-contact,.journal-feature__copy,.service-scope__panel,.service-contact-strip>.container,.service-industries--premium>.container,.service-industries--express>.container,.about-capabilities,.mission-vision,.about-corp-facts,.about-corp-closing,.quote-modal__intro,.cookie-bar,footer.site-footer) :where(.button,.bp-offer,.bp-hero__actions a,.hero-actions a,.text-link,.quote-form>button,.quote-modal__form>button,.contact-form button,.about-corp-closing a,.footer-final__actions>div a,.cookie-bar__actions button):hover{color:#20321e!important}

/* These components have light/image-white surfaces and must use green text. */
body[data-page="home"] #hero-slider .bp-hero__copy :where(h1,h2,h3,strong,em){color:#20321e!important}
body[data-page="home"] #hero-slider .bp-hero__copy :where(p,span,small){color:#466245!important}
body[data-page="home"] #hero-slider .bp-hero__eyebrow,
body[data-page="home"] #hero-slider .bp-hero__trust :where(span,strong){color:#466245!important}
body[data-page="home"] #hero-slider .bp-hero__actions a{background:#466245!important;border-color:#466245!important;color:#fff!important}
body[data-page="home"] #hero-slider .bp-hero__actions a:hover{background:#20321e!important;border-color:#20321e!important;color:#ddd8ca!important}

body[data-page="home"] .why-section .why-section__lead :where(h1,h2,h3,strong,em){color:#20321e!important}
body[data-page="home"] .why-section .why-section__lead :where(p,span,small){color:#466245!important}
body[data-page="home"] .why-section .why-section__lead>span:before{background:#466245!important}

body[data-page="blog"] .journal-feature__copy :where(h1,h2,h3,strong,em){color:#20321e!important}
body[data-page="blog"] .journal-feature__copy :where(p,span,small){color:#466245!important}
body[data-page="blog"] .journal-feature__copy>a{background:#466245!important;border-color:#466245!important;color:#fff!important}
body[data-page="blog"] .journal-feature__copy>a:hover{background:#20321e!important;border-color:#20321e!important;color:#ddd8ca!important}

/* Final high-specificity CTA lock for header, footer and forms. */
html body #site-header .bp-header-actions .bp-offer,
html body footer.site-footer .footer-final__actions>div>a,
html body .quote-section .quote-form>button,
html body .contact-form>button,
html body .quote-modal__form>button{
  min-height:46px!important;height:46px!important;padding:0 22px!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  border-radius:999px!important;box-shadow:none!important;
  font-family:var(--font-corporate)!important;font-size:11px!important;font-weight:700!important;
  line-height:1!important;letter-spacing:-.01em!important;text-transform:uppercase!important;
  text-decoration:none!important;white-space:nowrap!important;opacity:1!important;
  transition:background-color .22s ease,border-color .22s ease,color .22s ease,transform .22s ease!important
}
html body #site-header .bp-header-actions .bp-offer,
html body footer.site-footer .footer-final__actions>div>a{
  width:max-content!important;min-width:0!important;background:#fff!important;border:1px solid #fff!important;color:#466245!important
}
html body #site-header .bp-header-actions .bp-offer:hover,
html body footer.site-footer .footer-final__actions>div>a:hover{
  background:#ddd8ca!important;border-color:#ddd8ca!important;color:#20321e!important;transform:translateY(-2px)!important
}
html body .quote-section .quote-form>button,
html body .contact-form>button,
html body .quote-modal__form>button{
  width:100%!important;background:#466245!important;border:1px solid #466245!important;color:#fff!important
}
html body .quote-section .quote-form>button:hover,
html body .contact-form>button:hover,
html body .quote-modal__form>button:hover{
  background:#20321e!important;border-color:#20321e!important;color:#ddd8ca!important;transform:translateY(-2px)!important
}

/* Adaptive logo: original on light surfaces, white on dark/green surfaces. */
body .adaptive-logo{position:relative;display:inline-grid;align-items:center;line-height:0}
body .adaptive-logo>img{grid-area:1/1;display:block!important;width:100%;height:auto;transition:opacity .2s ease}
body .adaptive-logo__original{opacity:1;visibility:visible}
body .adaptive-logo__white{opacity:0;visibility:hidden}
body :where(#site-header,.mobile-menu,.dark-band,.control-section,.commitment,.quote-modal__intro,footer.site-footer) .adaptive-logo__original{opacity:0;visibility:hidden}
body :where(#site-header,.mobile-menu,.dark-band,.control-section,.commitment,.quote-modal__intro,footer.site-footer) .adaptive-logo__white{opacity:1;visibility:visible}
body #site-header .adaptive-logo{width:182px}
body footer.site-footer .adaptive-logo{width:178px}
body .quote-modal__intro .adaptive-logo{width:190px}
@media(max-width:1050px){body #site-header .adaptive-logo{width:166px}}
@media(max-width:600px){body #site-header .adaptive-logo{width:150px}}

/* Hero contrast follows each slide's actual image tone. */
body[data-page="home"] #hero-slider.is-tone-dark .bp-hero__slide.is-active :where(h1,h2,h3,p,strong,em,span,small),
body[data-page="home"] #hero-slider.is-tone-dark .bp-hero__trust :where(span,strong){color:#ddd8ca!important}
body[data-page="home"] #hero-slider.is-tone-dark .bp-hero__trust svg{color:#ddd8ca!important;stroke:#ddd8ca!important}
body[data-page="home"] #hero-slider.is-tone-dark .bp-hero__actions a{background:#fff!important;border-color:#fff!important;color:#466245!important}
body[data-page="home"] #hero-slider.is-tone-dark .bp-hero__actions a:hover{background:#ddd8ca!important;border-color:#ddd8ca!important;color:#20321e!important}
body[data-page="home"] #hero-slider:not(.is-tone-dark) .bp-hero__slide.is-active :where(h1,h2,h3,strong,em){color:#20321e!important}
body[data-page="home"] #hero-slider:not(.is-tone-dark) .bp-hero__slide.is-active p,
body[data-page="home"] #hero-slider:not(.is-tone-dark) .bp-hero__trust :where(span,strong){color:#466245!important}

/* Dark header/footer use a fully white logo; navigation has stronger scale. */
body :where(#site-header,.mobile-menu,.dark-band,.control-section,.commitment,.quote-modal__intro,footer.site-footer) .adaptive-logo__white{filter:grayscale(1) brightness(0) invert(1)!important}
body #site-header .desktop-nav a{font-size:14px!important;font-weight:600!important;letter-spacing:-.01em!important}
@media(max-width:1180px){body #site-header .desktop-nav a{font-size:13px!important}}

/* Service slider: neutral lower contrast layer keeps captions readable. */
body[data-page="home"] .trust-photo__slide{
  background-image:linear-gradient(180deg,transparent 38%,rgba(0,0,0,.12) 56%,rgba(0,0,0,.82) 100%),var(--service-image)!important;
  background-position:center!important;background-size:cover!important;background-repeat:no-repeat!important
}
body[data-page="home"] .trust-photo__slide :where(span,strong){color:#fff!important;text-shadow:0 2px 10px rgba(0,0,0,.7)!important}
body[data-page="home"] .trust-photo__slide span{opacity:.92!important}

/* Absolute typography contract across every route. */
html body[data-page] h1,html body[data-page] h2,
html body[data-page] #hero-slider h1,html body[data-page] #hero-slider h2,
html body[data-page] footer.site-footer h2{
  font-family:"Cormorant Garamond",Georgia,serif!important;
  font-style:normal!important;font-weight:600!important;letter-spacing:-.02em
}
html body[data-page] h3,html body[data-page] h4,html body[data-page] h5,html body[data-page] h6,
html body[data-page] footer.site-footer h3{
  font-family:"Manrope",Arial,sans-serif!important;
  font-style:normal!important;font-weight:600!important;letter-spacing:-.01em
}
html body[data-page] :is(p,a,span,small,b,strong,label,input,select,textarea,button,li,summary),
html body[data-page] #site-header *,html body[data-page] footer.site-footer :is(p,a,span,small,strong,li){
  font-family:"Manrope",Arial,sans-serif!important
}
html body[data-page] :is(p,li,input,select,textarea){font-weight:400}
html body[data-page] :is(button,.button,.bp-offer,[class*="__more"]){font-weight:600}

/* Verified light surfaces: green typography only. */
html body[data-page] :where(
  .trust-showcase__head,.trust-service,.why-section__lead,.why-section__list,
  .blog-preview__head,.blog-card__body,.quote-form,
  .about-corp-intro__copy,.about-corp-principles__head,.about-corp-principles__grid,.about-corp-direction,
  .services-corp-list__head,.services-corp-card__body,.service-detail-lead,
  .service-contact-strip>.container,.service-advantages__content,.service-faq,
  .express-editorial,.express-editorial-supplement,.service-longform,.service-longform-addendum,
  .journal-list,.journal-card,.blog-article,.blog-related-card,.contact-section,.contact-form
) :is(h1,h2,h3,h4,h5,h6,strong,em){color:#20321e!important}
html body[data-page] :where(
  .trust-showcase__head,.trust-service,.why-section__lead,.why-section__list,
  .blog-preview__head,.blog-card__body,.quote-form,
  .about-corp-intro__copy,.about-corp-principles__head,.about-corp-principles__grid,.about-corp-direction,
  .services-corp-list__head,.services-corp-card__body,.service-detail-lead,
  .service-contact-strip>.container,.service-advantages__content,.service-faq,
  .express-editorial,.express-editorial-supplement,.service-longform,.service-longform-addendum,
  .journal-list,.journal-card,.blog-article,.blog-related-card,.contact-section,.contact-form
) :is(p,li,label,summary,span,small,a){color:#466245!important}

/* Contact strip is a light panel; it must never inherit the on-green rule. */
html body[data-page] .service-contact-strip>.container :is(h1,h2,h3,h4,strong,em){color:#20321e!important}
html body[data-page] .service-contact-strip>.container :is(p,span,small,a){color:#466245!important}

/* Keep CTA foreground contrast after light-surface text enforcement. */
html body[data-page] :where(.quote-form,.contact-form,.service-detail-lead,.journal-card,.blog-card__body,.blog-related-card) :where(button,.button,[class*="__more"]){color:#fff!important}

/* Inner-page image heroes: neutral contrast, never a green colour wash. */
html body[data-page="services"] .services-corp-hero,
html body[data-page$="_service"] .services-corp-hero,
html body[data-page="blog"] .blog-corp-hero,
html body[data-page="blog_post"] .blog-post-hero,
html body[data-page="about"] .about-corp-hero{
  isolation:isolate!important
}
html body[data-page="services"] .services-corp-hero::before,
html body[data-page$="_service"] .services-corp-hero::before,
html body[data-page="blog"] .blog-corp-hero::before,
html body[data-page="blog_post"] .blog-post-hero::before,
html body[data-page="about"] .about-corp-hero::before{
  content:""!important;display:block!important;position:absolute!important;inset:0!important;
  z-index:0!important;opacity:1!important;filter:none!important;
  background:linear-gradient(90deg,rgba(10,15,11,.72) 0%,rgba(10,15,11,.48) 35%,rgba(10,15,11,.12) 68%,transparent 100%)!important
}
html body[data-page] :where(.services-corp-hero,.blog-corp-hero,.blog-post-hero,.about-corp-hero) .container{
  position:relative!important;z-index:1!important
}
html body[data-page] :where(.services-corp-hero,.blog-corp-hero,.blog-post-hero,.about-corp-hero) :is(h1,h2,h3){
  color:#fff!important;text-shadow:0 2px 18px rgba(0,0,0,.22)!important
}
html body[data-page] :where(.services-corp-hero,.blog-corp-hero,.blog-post-hero,.about-corp-hero) :is(nav,a,strong,span,p){
  color:#f4f1e8!important;text-shadow:0 1px 8px rgba(0,0,0,.3)!important
}

/* One shared cover treatment on every internal page. */
html body[data-page] :where(.services-corp-hero,.about-corp-hero,.blog-corp-hero,.blog-post-hero){
  position:relative!important;isolation:isolate!important
}
html body[data-page] :where(.services-corp-hero,.about-corp-hero,.blog-corp-hero,.blog-post-hero)::before{
  content:""!important;display:block!important;position:absolute!important;inset:0!important;
  z-index:0!important;opacity:1!important;pointer-events:none!important;filter:none!important;
  background:linear-gradient(90deg,rgba(8,13,9,.76) 0%,rgba(8,13,9,.58) 38%,rgba(8,13,9,.30) 68%,rgba(8,13,9,.18) 100%)!important
}
html body[data-page] :where(.services-corp-hero,.about-corp-hero,.blog-corp-hero,.blog-post-hero)>*{
  position:relative!important;z-index:1!important
}
html body[data-page] :where(.services-corp-hero,.about-corp-hero,.blog-corp-hero,.blog-post-hero) :is(h1,h2,h3,h4,p,nav,a,span,strong,em){
  color:#f7f5ef!important
}
@media(max-width:700px){
  html body[data-page] :where(.services-corp-hero,.about-corp-hero,.blog-corp-hero,.blog-post-hero)::before{
    background:linear-gradient(90deg,rgba(8,13,9,.82),rgba(8,13,9,.52))!important
  }
}

/* Canonical CTA system — every textual action uses this exact model. */
html body[data-page] :is(
  .bp-offer,.button,.bp-hero__actions>a,.hero-actions>a,
  .why-section__lead>a,.why-section__list article>a,.services-gallery__copy>a,
  .services-corp-card__body>span,.service-detail-lead a,
  .blog-card__more,.blog-related-card__more,.journal-feature__copy>a,
  .journal-card>div>a:last-child,.quote-form>button,.quote-modal__form>button,
  .contact-form button,.about-corp-closing a,.footer-final__actions>div>a,
  .cookie-bar__actions button,.not-found>a
){
  width:max-content!important;min-width:0!important;min-height:46px!important;height:46px!important;
  padding:0 22px!important;border:1px solid #466245!important;border-radius:999px!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:0!important;
  background:#466245!important;color:#fff!important;-webkit-text-fill-color:#fff!important;
  font-family:"Manrope",Arial,sans-serif!important;font-size:12px!important;font-weight:700!important;
  line-height:1!important;letter-spacing:-.01em!important;text-transform:uppercase!important;
  text-decoration:none!important;text-indent:0!important;white-space:nowrap!important;opacity:1!important;
  box-shadow:none!important;visibility:visible!important;transition:background-color .22s ease,border-color .22s ease,color .22s ease,transform .22s ease!important
}
html body[data-page] :is(
  .bp-offer,.button,.bp-hero__actions>a,.hero-actions>a,
  .why-section__lead>a,.why-section__list article>a,.services-gallery__copy>a,
  .services-corp-card__body>span,.service-detail-lead a,
  .blog-card__more,.blog-related-card__more,.journal-feature__copy>a,
  .journal-card>div>a:last-child,.quote-form>button,.quote-modal__form>button,
  .contact-form button,.about-corp-closing a,.footer-final__actions>div>a,
  .cookie-bar__actions button,.not-found>a
):hover{
  background:#20321e!important;border-color:#20321e!important;color:#ddd8ca!important;
  -webkit-text-fill-color:#ddd8ca!important;transform:translateY(-2px)!important
}
html body[data-page] :where(
  #site-header,.mobile-menu,.bp-hero,.page-hero,.services-corp-hero,.about-corp-hero,
  .blog-corp-hero,.blog-post-hero,.dark-band,.control-section,.commitment,
  .quote-section__story,.service-scope__panel,.about-capabilities,.mission-vision,
  .about-corp-facts,.about-corp-closing,.quote-modal__intro,.cookie-bar,footer.site-footer
) :is(
  .bp-offer,.button,.bp-hero__actions>a,.hero-actions>a,.service-detail-lead a,
  .quote-form>button,.quote-modal__form>button,.contact-form button,
  .about-corp-closing a,.footer-final__actions>div>a,.cookie-bar__actions button
){
  background:#fff!important;border-color:#fff!important;color:#466245!important;-webkit-text-fill-color:#466245!important
}
html body[data-page] :where(
  #site-header,.mobile-menu,.bp-hero,.page-hero,.services-corp-hero,.about-corp-hero,
  .blog-corp-hero,.blog-post-hero,.dark-band,.control-section,.commitment,
  .quote-section__story,.service-scope__panel,.about-capabilities,.mission-vision,
  .about-corp-facts,.about-corp-closing,.quote-modal__intro,.cookie-bar,footer.site-footer
) :is(
  .bp-offer,.button,.bp-hero__actions>a,.hero-actions>a,.service-detail-lead a,
  .quote-form>button,.quote-modal__form>button,.contact-form button,
  .about-corp-closing a,.footer-final__actions>div>a,.cookie-bar__actions button
):hover{
  background:#ddd8ca!important;border-color:#ddd8ca!important;color:#20321e!important;-webkit-text-fill-color:#20321e!important
}
html body[data-page] :is(.quote-form>button,.quote-modal__form>button,.contact-form button){width:100%!important}

/* Header lock: visible CTA label and firm navigation weight. */
html body[data-page] header#site-header nav.desktop-nav>a{
  color:#f7f5ef!important;-webkit-text-fill-color:#f7f5ef!important;
  font-family:"Manrope",Arial,sans-serif!important;font-size:15.5px!important;font-weight:700!important;
  line-height:1!important;letter-spacing:-.015em!important;opacity:1!important
}
html body[data-page] header#site-header nav.desktop-nav>a:hover,
html body[data-page] header#site-header nav.desktop-nav>a.is-active{
  color:#fff!important;-webkit-text-fill-color:#fff!important
}
html body[data-page] header#site-header div.bp-header-actions>a.bp-offer{
  width:auto!important;min-width:132px!important;height:46px!important;min-height:46px!important;
  padding:0 24px!important;border:1px solid #fff!important;border-radius:999px!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  background:#fff!important;color:#20321e!important;-webkit-text-fill-color:#20321e!important;
  font-family:"Manrope",Arial,sans-serif!important;font-size:12px!important;font-weight:800!important;
  line-height:46px!important;letter-spacing:-.01em!important;text-transform:uppercase!important;
  text-indent:0!important;text-shadow:none!important;opacity:1!important;visibility:visible!important;
  overflow:visible!important;mix-blend-mode:normal!important
}
html body[data-page] header#site-header div.bp-header-actions>a.bp-offer:hover{
  background:#ddd8ca!important;border-color:#ddd8ca!important;color:#20321e!important;
  -webkit-text-fill-color:#20321e!important
}
@media(max-width:1180px){
  html body[data-page] header#site-header nav.desktop-nav>a{font-size:14.5px!important}
}

/* Dark-surface CTAs inherit the header button model verbatim. */
html body[data-page] :where(
  header#site-header,.mobile-menu,.bp-hero,.page-hero,.services-corp-hero,.about-corp-hero,
  .blog-corp-hero,.blog-post-hero,.dark-band,.control-section,.commitment,.process-strip,
  .quote-section__story,.service-scope__panel,.service-industries--premium>.container,
  .service-industries--express>.container,.about-capabilities,.mission-vision,
  .about-corp-facts,.about-corp-closing,.quote-modal__intro,.cookie-bar,footer.site-footer
) :is(
  a.button,a.bp-offer,.bp-hero__actions>a,.hero-actions>a,.text-link,
  .why-section__list article>a,.services-gallery__copy>a,
  .quote-form>button,.quote-modal__form>button,.contact-form button,
  .about-corp-closing a,.footer-final__actions>div>a,.cookie-bar__actions button
){
  width:auto!important;min-width:132px!important;height:46px!important;min-height:46px!important;
  padding:0 24px!important;border:1px solid #fff!important;border-radius:999px!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:0!important;
  background:#fff!important;color:#20321e!important;-webkit-text-fill-color:#20321e!important;
  font-family:"Manrope",Arial,sans-serif!important;font-size:12px!important;font-weight:800!important;
  line-height:1!important;letter-spacing:-.01em!important;text-transform:uppercase!important;
  text-decoration:none!important;text-indent:0!important;text-shadow:none!important;white-space:nowrap!important;
  opacity:1!important;visibility:visible!important;box-shadow:none!important;mix-blend-mode:normal!important;
  transition:background-color .22s ease,border-color .22s ease,color .22s ease,transform .22s ease!important
}
html body[data-page] :where(
  header#site-header,.mobile-menu,.bp-hero,.page-hero,.services-corp-hero,.about-corp-hero,
  .blog-corp-hero,.blog-post-hero,.dark-band,.control-section,.commitment,.process-strip,
  .quote-section__story,.service-scope__panel,.service-industries--premium>.container,
  .service-industries--express>.container,.about-capabilities,.mission-vision,
  .about-corp-facts,.about-corp-closing,.quote-modal__intro,.cookie-bar,footer.site-footer
) :is(
  a.button,a.bp-offer,.bp-hero__actions>a,.hero-actions>a,.text-link,
  .why-section__list article>a,.services-gallery__copy>a,
  .quote-form>button,.quote-modal__form>button,.contact-form button,
  .about-corp-closing a,.footer-final__actions>div>a,.cookie-bar__actions button
):hover{
  background:#ddd8ca!important;border-color:#ddd8ca!important;color:#20321e!important;
  -webkit-text-fill-color:#20321e!important;transform:translateY(-2px)!important
}
html body[data-page] :where(.quote-form,.quote-modal__form,.contact-form) button{width:100%!important}

/* LAST RULE: footer buttons must never inherit legacy transparent styles. */
html body[data-page] footer.site-footer .footer-final__actions>div>a{
  width:auto!important;min-width:132px!important;height:46px!important;min-height:46px!important;
  padding:0 24px!important;border:1px solid #fff!important;border-radius:999px!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  background:#fff!important;background-color:#fff!important;background-image:none!important;
  color:#20321e!important;-webkit-text-fill-color:#20321e!important;
  font:800 12px/1 "Manrope",Arial,sans-serif!important;letter-spacing:-.01em!important;
  text-transform:uppercase!important;text-decoration:none!important;text-shadow:none!important;
  opacity:1!important;visibility:visible!important;box-shadow:none!important;mix-blend-mode:normal!important
}
html body[data-page] footer.site-footer .footer-final__actions>div>a:hover{
  background:#ddd8ca!important;background-color:#ddd8ca!important;background-image:none!important;
  border-color:#ddd8ca!important;color:#20321e!important;-webkit-text-fill-color:#20321e!important;
  transform:translateY(-2px)!important
}

/* Absolute final home-slider CTA contrast. */
html body[data-page="home"] main#main-content section#hero-slider:not(.is-tone-dark) .bp-hero__actions>a{
  min-width:196px!important;height:46px!important;min-height:46px!important;padding:0 24px!important;
  border:1px solid #466245!important;border-radius:999px!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  background:#466245!important;background-image:none!important;
  color:#fff!important;-webkit-text-fill-color:#fff!important;
  font:800 12px/1 "Manrope",Arial,sans-serif!important;text-transform:uppercase!important;
  opacity:1!important;visibility:visible!important;text-shadow:none!important
}
html body[data-page="home"] main#main-content section#hero-slider:not(.is-tone-dark) .bp-hero__actions>a:hover{
  background:#20321e!important;border-color:#20321e!important;
  color:#ddd8ca!important;-webkit-text-fill-color:#ddd8ca!important
}
html body[data-page="home"] main#main-content section#hero-slider.is-tone-dark .bp-hero__actions>a{
  min-width:196px!important;height:46px!important;min-height:46px!important;padding:0 24px!important;
  border:1px solid #fff!important;border-radius:999px!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  background:#fff!important;background-image:none!important;
  color:#20321e!important;-webkit-text-fill-color:#20321e!important;
  font:800 12px/1 "Manrope",Arial,sans-serif!important;text-transform:uppercase!important;
  opacity:1!important;visibility:visible!important;text-shadow:none!important
}
html body[data-page="home"] main#main-content section#hero-slider.is-tone-dark .bp-hero__actions>a:hover{
  background:#ddd8ca!important;border-color:#ddd8ca!important;
  color:#20321e!important;-webkit-text-fill-color:#20321e!important
}

/* Footer social icons: clean two-channel brand treatment. */
html body[data-page] footer.site-footer .footer-socials{display:flex!important;align-items:center!important;gap:10px!important}
html body[data-page] footer.site-footer .footer-socials>a{
  width:40px!important;height:40px!important;border:1px solid #fff!important;border-radius:5px!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  background:#fff!important;color:#20321e!important;opacity:1!important;
  transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .2s ease!important
}
html body[data-page] footer.site-footer .footer-socials>a:hover{
  background:#ddd8ca!important;border-color:#ddd8ca!important;color:#466245!important;transform:translateY(-2px)!important
}
html body[data-page] footer.site-footer .footer-socials .social-icon{
  width:18px!important;height:18px!important;color:inherit!important;stroke:currentColor!important;
  fill:none!important;opacity:1!important
}
html body[data-page] footer.site-footer .footer-socials .social-icon--fill{fill:currentColor!important;stroke:none!important}
html body[data-page] footer.site-footer .footer-socials .social-icon__dot{fill:currentColor!important;stroke:none!important}

/* Footer CTA hard lock — both actions are identical to the header CTA. */
html body[data-page] footer.site-footer div.footer-final__actions>div>a,
html body[data-page] footer.site-footer div.footer-final__actions>div>a:first-child,
html body[data-page] footer.site-footer div.footer-final__actions>div>a:last-child{
  width:auto!important;min-width:132px!important;height:46px!important;min-height:46px!important;
  padding:0 24px!important;border:1px solid #fff!important;border-radius:999px!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  background:#fff!important;background-color:#fff!important;background-image:none!important;
  color:#20321e!important;-webkit-text-fill-color:#20321e!important;
  font-family:"Manrope",Arial,sans-serif!important;font-size:12px!important;font-weight:800!important;
  line-height:1!important;letter-spacing:-.01em!important;text-transform:uppercase!important;
  text-decoration:none!important;text-shadow:none!important;opacity:1!important;visibility:visible!important;
  box-shadow:none!important;mix-blend-mode:normal!important
}
html body[data-page] footer.site-footer div.footer-final__actions>div>a:hover,
html body[data-page] footer.site-footer div.footer-final__actions>div>a:first-child:hover,
html body[data-page] footer.site-footer div.footer-final__actions>div>a:last-child:hover{
  background:#ddd8ca!important;background-color:#ddd8ca!important;background-image:none!important;
  border-color:#ddd8ca!important;color:#20321e!important;-webkit-text-fill-color:#20321e!important;
  transform:translateY(-2px)!important
}

/* Light-surface CTAs: exact inverse of the header/dark-surface model. */
html body[data-page] :where(
  .trust-showcase,.why-section,.blog-preview,.blog-card__body,
  .about-corp-intro,.about-corp-principles,.about-corp-direction,
  .services-corp-list,.services-corp-card__body,.service-detail-lead,
  .service-contact-strip,.service-advantages__content,.service-faq,
  .express-editorial,.express-editorial-supplement,.service-longform,.service-longform-addendum,
  .journal-list,.journal-card,.blog-article,.blog-related-card,
  .contact-section,.quote-form,.contact-form,.not-found
) :is(
  a.button,.why-section__lead>a,.why-section__list article>a,
  .services-gallery__copy>a,.services-corp-card__body>span,.service-detail-lead a,
  .blog-card__more,.blog-related-card__more,.journal-feature__copy>a,
  .journal-card>div>a:last-child,.quote-form>button,.contact-form button,.not-found>a
){
  width:auto!important;min-width:132px!important;height:46px!important;min-height:46px!important;
  padding:0 24px!important;border:1px solid #466245!important;border-radius:999px!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:0!important;
  background:#466245!important;color:#fff!important;-webkit-text-fill-color:#fff!important;
  font-family:"Manrope",Arial,sans-serif!important;font-size:12px!important;font-weight:800!important;
  line-height:1!important;letter-spacing:-.01em!important;text-transform:uppercase!important;
  text-decoration:none!important;text-indent:0!important;text-shadow:none!important;white-space:nowrap!important;
  opacity:1!important;visibility:visible!important;box-shadow:none!important;mix-blend-mode:normal!important;
  transition:background-color .22s ease,border-color .22s ease,color .22s ease,transform .22s ease!important
}
html body[data-page] :where(
  .trust-showcase,.why-section,.blog-preview,.blog-card__body,
  .about-corp-intro,.about-corp-principles,.about-corp-direction,
  .services-corp-list,.services-corp-card__body,.service-detail-lead,
  .service-contact-strip,.service-advantages__content,.service-faq,
  .express-editorial,.express-editorial-supplement,.service-longform,.service-longform-addendum,
  .journal-list,.journal-card,.blog-article,.blog-related-card,
  .contact-section,.quote-form,.contact-form,.not-found
) :is(
  a.button,.why-section__lead>a,.why-section__list article>a,
  .services-gallery__copy>a,.services-corp-card__body>span,.service-detail-lead a,
  .blog-card__more,.blog-related-card__more,.journal-feature__copy>a,
  .journal-card>div>a:last-child,.quote-form>button,.contact-form button,.not-found>a
):hover{
  background:#20321e!important;border-color:#20321e!important;color:#ddd8ca!important;
  -webkit-text-fill-color:#ddd8ca!important;transform:translateY(-2px)!important
}
html body[data-page] :where(.quote-form,.contact-form)>button{width:100%!important}

/* Contact page uses the same full-width breadcrumb cover as other inner pages. */
html body[data-page="contact"] .contact-corp-hero{
  position:relative!important;min-height:410px!important;margin-top:82px!important;
  display:flex!important;align-items:flex-end!important;overflow:hidden!important;
  background:var(--services-hero) center 46%/cover no-repeat!important;color:#fff!important;
  isolation:isolate!important
}
html body[data-page="contact"] .contact-corp-hero::before{
  content:""!important;display:block!important;position:absolute!important;inset:0!important;
  z-index:0!important;pointer-events:none!important;
  background:linear-gradient(90deg,rgba(8,13,9,.76) 0%,rgba(8,13,9,.58) 38%,rgba(8,13,9,.30) 68%,rgba(8,13,9,.18) 100%)!important
}
html body[data-page="contact"] .contact-corp-hero .services-corp-hero__inner{
  position:relative!important;z-index:1!important
}
html body[data-page="contact"] .contact-corp-hero :is(h1,nav,a,strong,span){
  color:#f7f5ef!important;-webkit-text-fill-color:#f7f5ef!important
}
@media(max-width:700px){
  html body[data-page="contact"] .contact-corp-hero{min-height:310px!important;margin-top:70px!important;background-position:center!important}
  html body[data-page="contact"] .contact-corp-hero::before{background:linear-gradient(90deg,rgba(8,13,9,.82),rgba(8,13,9,.52))!important}
}

/* Final CTA coverage: no component may fall outside the shared button system. */
html body[data-page] :is(
  .bp-offer,.button,.bp-hero__actions>a,.hero-actions>a,
  .why-section__lead>a,.why-section__list article>a,
  .services-gallery__copy>a,.services-corp-card__body>span,.service-detail-lead a,
  .blog-preview__head>div:last-child>a,.blog-card__more,.blog-related-card__more,
  .journal-feature__copy>a,.journal-card>div>a:last-child,
  .service-card>a,.sector-chips>a,.quote-form>button,.quote-modal__form>button,
  .contact-form button,.about-corp-closing a,.footer-final__actions>div>a,
  .cookie-bar__actions button,.not-found>a
){
  width:auto!important;min-width:132px!important;height:46px!important;min-height:46px!important;
  padding:0 24px!important;border:1px solid #466245!important;border-radius:999px!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:0!important;
  background:#466245!important;color:#fff!important;-webkit-text-fill-color:#fff!important;
  font-family:"Manrope",Arial,sans-serif!important;font-size:12px!important;font-weight:800!important;
  line-height:1!important;letter-spacing:-.01em!important;text-transform:uppercase!important;
  text-decoration:none!important;text-indent:0!important;text-shadow:none!important;white-space:nowrap!important;
  opacity:1!important;visibility:visible!important;box-shadow:none!important;mix-blend-mode:normal!important;
  transition:background-color .22s ease,border-color .22s ease,color .22s ease,transform .22s ease!important
}
html body[data-page] :is(
  .bp-offer,.button,.bp-hero__actions>a,.hero-actions>a,
  .why-section__lead>a,.why-section__list article>a,
  .services-gallery__copy>a,.services-corp-card__body>span,.service-detail-lead a,
  .blog-preview__head>div:last-child>a,.blog-card__more,.blog-related-card__more,
  .journal-feature__copy>a,.journal-card>div>a:last-child,
  .service-card>a,.sector-chips>a,.quote-form>button,.quote-modal__form>button,
  .contact-form button,.about-corp-closing a,.footer-final__actions>div>a,
  .cookie-bar__actions button,.not-found>a
):hover{
  background:#20321e!important;border-color:#20321e!important;color:#ddd8ca!important;
  -webkit-text-fill-color:#ddd8ca!important;transform:translateY(-2px)!important
}

/* On dark surfaces the same model is inverted, including its text fill. */
html body[data-page] :where(
  header#site-header,.mobile-menu,.bp-hero,.page-hero,.services-corp-hero,.about-corp-hero,
  .blog-corp-hero,.blog-post-hero,.dark-band,.control-section,.commitment,.process-strip,
  .quote-section__story,.service-scope__panel,.service-industries--premium>.container,
  .service-industries--express>.container,.about-capabilities,.mission-vision,
  .about-corp-facts,.about-corp-closing,.quote-modal__intro,.cookie-bar,footer.site-footer
) :is(
  .bp-offer,.button,.bp-hero__actions>a,.hero-actions>a,
  .why-section__lead>a,.why-section__list article>a,.services-gallery__copy>a,
  .blog-preview__head>div:last-child>a,.service-detail-lead a,
  .quote-form>button,.quote-modal__form>button,.contact-form button,
  .about-corp-closing a,.footer-final__actions>div>a,.cookie-bar__actions button
){
  background:#fff!important;border-color:#fff!important;color:#20321e!important;-webkit-text-fill-color:#20321e!important
}
html body[data-page] :where(
  header#site-header,.mobile-menu,.bp-hero,.page-hero,.services-corp-hero,.about-corp-hero,
  .blog-corp-hero,.blog-post-hero,.dark-band,.control-section,.commitment,.process-strip,
  .quote-section__story,.service-scope__panel,.service-industries--premium>.container,
  .service-industries--express>.container,.about-capabilities,.mission-vision,
  .about-corp-facts,.about-corp-closing,.quote-modal__intro,.cookie-bar,footer.site-footer
) :is(
  .bp-offer,.button,.bp-hero__actions>a,.hero-actions>a,
  .why-section__lead>a,.why-section__list article>a,.services-gallery__copy>a,
  .blog-preview__head>div:last-child>a,.service-detail-lead a,
  .quote-form>button,.quote-modal__form>button,.contact-form button,
  .about-corp-closing a,.footer-final__actions>div>a,.cookie-bar__actions button
):hover{
  background:#ddd8ca!important;border-color:#ddd8ca!important;color:#20321e!important;-webkit-text-fill-color:#20321e!important
}
html body[data-page] :where(.quote-form,.quote-modal__form,.contact-form) button{width:100%!important}

/* Absolute final footer CTA override. */
html body[data-page] footer.site-footer .footer-final__actions>div>a{
  width:auto!important;min-width:132px!important;height:46px!important;min-height:46px!important;
  padding:0 24px!important;border:1px solid #fff!important;border-radius:999px!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  background:#fff!important;background-color:#fff!important;background-image:none!important;
  color:#20321e!important;-webkit-text-fill-color:#20321e!important;
  font:800 12px/1 "Manrope",Arial,sans-serif!important;letter-spacing:-.01em!important;
  text-transform:uppercase!important;text-decoration:none!important;text-shadow:none!important;
  opacity:1!important;visibility:visible!important;box-shadow:none!important;mix-blend-mode:normal!important
}
html body[data-page] footer.site-footer .footer-final__actions>div>a:hover{
  background:#ddd8ca!important;background-color:#ddd8ca!important;background-image:none!important;
  border-color:#ddd8ca!important;color:#20321e!important;-webkit-text-fill-color:#20321e!important;
  transform:translateY(-2px)!important
}

/* Absolute final slider CTA override. */
html body[data-page="home"] main section#hero-slider:not(.is-tone-dark) .bp-hero__actions>a{
  min-width:196px!important;height:46px!important;padding:0 24px!important;border:1px solid #466245!important;
  border-radius:999px!important;background:#466245!important;background-image:none!important;
  color:#fff!important;-webkit-text-fill-color:#fff!important;
  font:800 12px/1 "Manrope",Arial,sans-serif!important;text-transform:uppercase!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  opacity:1!important;visibility:visible!important;text-shadow:none!important
}
html body[data-page="home"] main section#hero-slider:not(.is-tone-dark) .bp-hero__actions>a:hover{
  background:#20321e!important;border-color:#20321e!important;color:#ddd8ca!important;-webkit-text-fill-color:#ddd8ca!important
}
html body[data-page="home"] main section#hero-slider.is-tone-dark .bp-hero__actions>a{
  min-width:196px!important;height:46px!important;padding:0 24px!important;border:1px solid #fff!important;
  border-radius:999px!important;background:#fff!important;background-image:none!important;
  color:#20321e!important;-webkit-text-fill-color:#20321e!important;
  font:800 12px/1 "Manrope",Arial,sans-serif!important;text-transform:uppercase!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  opacity:1!important;visibility:visible!important;text-shadow:none!important
}
html body[data-page="home"] main section#hero-slider.is-tone-dark .bp-hero__actions>a:hover{
  background:#ddd8ca!important;border-color:#ddd8ca!important;color:#20321e!important;-webkit-text-fill-color:#20321e!important
}

/* Corporate contact layout. */
html body[data-page="contact"] .contact-section{padding:110px 0 120px!important;background:#f7f7f3!important}
html body[data-page="contact"] .contact-grid{
  width:min(calc(100% - 48px),1320px)!important;display:grid!important;
  grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr)!important;gap:92px!important;align-items:start!important
}
html body[data-page="contact"] .contact-info{padding:24px 0 0!important}
html body[data-page="contact"] .contact-info>.section-index{
  display:flex!important;align-items:center!important;gap:14px!important;margin:0 0 28px!important;
  color:#466245!important;font:800 12px/1 "Manrope",Arial,sans-serif!important;letter-spacing:.12em!important;text-transform:uppercase!important
}
html body[data-page="contact"] .contact-info>.section-index::before{content:"";width:34px;height:2px;background:#466245}

/* Başlık ve üst başlık metinlerinin yanındaki dekoratif çizgiler kaldırıldı. */
:where(
  .eyebrow,
  .section-index,
  .why-wayex__eyebrow,
  .bp-hero__eyebrow,
  .trust-showcase__head span,
  .why-section__lead>span,
  .services-gallery__head span,
  .quote-section__story>span,
  .blog-preview__head>div:first-child>span,
  .home-footer__cta>span,
  .footer-v2__statement>span,
  .contact-info>.section-index
)::before,
:where(
  .eyebrow,
  .section-index,
  .why-wayex__eyebrow,
  .bp-hero__eyebrow,
  .trust-showcase__head span,
  .why-section__lead>span,
  .services-gallery__head span,
  .quote-section__story>span,
  .blog-preview__head>div:first-child>span,
  .home-footer__cta>span,
  .footer-v2__statement>span,
  .contact-info>.section-index
)::after,
.service-section-head h2::after,
.why-section__lead::before,
body[data-page="about"] .page-hero__copy::before,
body[data-page="about"] .about-intro__copy::before,
body[data-page="about"] .about-assurance__points>div::before{
  content:none!important;
  display:none!important;
}
html body[data-page="contact"] .contact-info>h2{
  max-width:590px!important;margin:0 0 28px!important;color:#20321e!important;
  font:600 clamp(50px,4.5vw,72px)/.98 "Cormorant Garamond",Georgia,serif!important;letter-spacing:-.035em!important
}
html body[data-page="contact"] .contact-info>p{
  max-width:590px!important;margin:0 0 48px!important;color:#466245!important;
  font:500 17px/1.8 "Manrope",Arial,sans-serif!important
}
html body[data-page="contact"] .contact-lines{display:grid!important;gap:0!important;border-top:1px solid rgba(70,98,69,.25)!important}
html body[data-page="contact"] .contact-lines>a,
html body[data-page="contact"] .contact-lines>div{
  min-height:86px!important;padding:20px 0!important;border-bottom:1px solid rgba(70,98,69,.25)!important;
  display:grid!important;grid-template-columns:48px 1fr!important;align-items:center!important;gap:18px!important;
  color:#20321e!important;text-decoration:none!important
}
html body[data-page="contact"] .contact-lines svg{width:24px!important;height:24px!important;color:#466245!important;stroke:#466245!important}
html body[data-page="contact"] .contact-lines span{color:#20321e!important;font:700 16px/1.45 "Manrope",Arial,sans-serif!important}
html body[data-page="contact"] .contact-lines small{
  display:block!important;margin-bottom:6px!important;color:#466245!important;
  font:700 10px/1 "Manrope",Arial,sans-serif!important;letter-spacing:.1em!important;text-transform:uppercase!important
}
html body[data-page="contact"] .contact-form{
  margin:0!important;padding:50px!important;border:1px solid rgba(70,98,69,.2)!important;border-radius:16px!important;
  background:#fff!important;box-shadow:0 24px 70px rgba(32,50,30,.08)!important
}
html body[data-page="contact"] .contact-form>header{margin:0 0 38px!important;padding:0 0 28px!important;border-bottom:1px solid rgba(70,98,69,.18)!important}
html body[data-page="contact"] .contact-form>header>span{color:#466245!important;font:800 11px/1 "Manrope",Arial,sans-serif!important;letter-spacing:.1em!important;text-transform:uppercase!important}
html body[data-page="contact"] .contact-form>header>h3{margin:10px 0 10px!important;color:#20321e!important;font:600 28px/1.2 "Manrope",Arial,sans-serif!important}
html body[data-page="contact"] .contact-form>header>p{margin:0!important;color:#466245!important;font:400 14px/1.65 "Manrope",Arial,sans-serif!important}
html body[data-page="contact"] .contact-form .form-row{display:grid!important;grid-template-columns:1fr 1fr!important;gap:18px!important}
html body[data-page="contact"] .contact-form label{
  display:block!important;margin:0 0 20px!important;color:#20321e!important;
  font:700 12px/1.3 "Manrope",Arial,sans-serif!important
}
html body[data-page="contact"] .contact-form :is(input,select,textarea){
  width:100%!important;margin-top:9px!important;border:1px solid rgba(70,98,69,.32)!important;border-radius:7px!important;
  background:#fafbf8!important;color:#20321e!important;font:500 14px/1.45 "Manrope",Arial,sans-serif!important;
  outline:0!important;box-shadow:none!important;transition:border-color .2s ease,background-color .2s ease!important
}
html body[data-page="contact"] .contact-form :is(input,select){height:52px!important;padding:0 16px!important}
html body[data-page="contact"] .contact-form textarea{min-height:132px!important;padding:15px 16px!important;resize:vertical!important}
html body[data-page="contact"] .contact-form :is(input,select,textarea):focus{border-color:#466245!important;background:#fff!important}
html body[data-page="contact"] .contact-form>button{margin-top:4px!important;height:50px!important}
html body[data-page="contact"] .contact-form>small{display:block!important;margin-top:17px!important;color:#667465!important;font:400 11px/1.6 "Manrope",Arial,sans-serif!important}
html body[data-page="contact"] .contact-map{width:100%!important;height:500px!important;background:#ddd8ca!important;overflow:hidden!important}
html body[data-page="contact"] .contact-map iframe{display:block!important;width:100%!important;height:100%!important;border:0!important;filter:saturate(.72) contrast(.96)!important}

/* Contact columns: equal scale and aligned top edges. */
html body[data-page="contact"] .contact-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:72px!important;align-items:start!important
}
html body[data-page="contact"] .contact-info{padding-top:0!important}
html body[data-page="contact"] .contact-form{
  width:100%!important;max-width:none!important;padding:40px!important;align-self:start!important
}
html body[data-page="contact"] .contact-form>header{margin-bottom:30px!important;padding-bottom:24px!important}
html body[data-page="contact"] .contact-form :is(input,select){height:48px!important}
html body[data-page="contact"] .contact-form textarea{min-height:112px!important}
@media(max-width:980px){
  html body[data-page="contact"] .contact-grid{grid-template-columns:1fr!important;gap:60px!important}
  html body[data-page="contact"] .contact-info>h2{font-size:58px!important}
}
@media(max-width:600px){
  html body[data-page="contact"] .contact-section{padding:72px 0 78px!important}
  html body[data-page="contact"] .contact-grid{width:calc(100% - 24px)!important;gap:44px!important}
  html body[data-page="contact"] .contact-info{padding-top:0!important}
  html body[data-page="contact"] .contact-info>h2{font-size:43px!important}
  html body[data-page="contact"] .contact-info>p{font-size:15px!important;margin-bottom:34px!important}
  html body[data-page="contact"] .contact-form{padding:30px 22px!important;border-radius:12px!important}
  html body[data-page="contact"] .contact-form .form-row{grid-template-columns:1fr!important;gap:0!important}
  html body[data-page="contact"] .contact-map{height:390px!important}
}

/* Remove decorative micro-eyebrows with a leading rule across the site. */
html body[data-page] :is(
  .section-index,.eyebrow,.why-wayex__eyebrow,.bp-hero__eyebrow,
  .why-section__lead>span
)::before,
html body[data-page] :is(
  .section-index,.eyebrow,.why-wayex__eyebrow,.bp-hero__eyebrow,
  .why-section__lead>span
)::after{content:none!important;display:none!important}

/* Contact content alignment: both main headings start on one baseline. */
html body[data-page="contact"] .contact-grid{align-items:stretch!important}
html body[data-page="contact"] .contact-info{
  height:100%!important;padding:40px 0 0!important;align-self:stretch!important
}
html body[data-page="contact"] .contact-info>.section-index,
html body[data-page="contact"] .contact-form>header>span{display:none!important}
html body[data-page="contact"] .contact-form{
  height:100%!important;padding:40px!important;align-self:stretch!important
}
html body[data-page="contact"] .contact-form>header{margin:0 0 30px!important;padding:0 0 24px!important}
html body[data-page="contact"] .contact-form>header>h3{margin:0 0 10px!important}
@media(max-width:980px){
  html body[data-page="contact"] .contact-info{padding-top:0!important}
  html body[data-page="contact"] .contact-form{height:auto!important}
}

/* Featured journal panel is a dark surface, never a light text context. */
html body[data-page="blog"] main .journal-feature__copy{
  background:#06452f!important;color:#f7f5ef!important
}
html body[data-page="blog"] main .journal-feature__copy :is(h1,h2,h3,h4,strong,em){
  color:#fff!important;-webkit-text-fill-color:#fff!important
}
html body[data-page="blog"] main .journal-feature__copy :is(p,small,span){
  color:#ddd8ca!important;-webkit-text-fill-color:#ddd8ca!important;opacity:1!important
}
html body[data-page="blog"] main .journal-feature__copy>a{
  width:auto!important;min-width:156px!important;height:46px!important;padding:0 24px!important;
  border:1px solid #fff!important;border-radius:999px!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  background:#fff!important;background-image:none!important;
  color:#20321e!important;-webkit-text-fill-color:#20321e!important;
  font:800 12px/1 "Manrope",Arial,sans-serif!important;text-transform:uppercase!important;
  opacity:1!important;visibility:visible!important;text-shadow:none!important
}
html body[data-page="blog"] main .journal-feature__copy>a:hover{
  background:#ddd8ca!important;border-color:#ddd8ca!important;
  color:#20321e!important;-webkit-text-fill-color:#20321e!important;transform:translateY(-2px)!important
}

/* Footer sosyal medya simgeleri: beyaz kutu üzerinde koyu yeşil. */
html body[data-page] footer.site-footer .footer-socials>a,
html body[data-page] footer.site-footer .footer-socials>a:hover{
  color:#06452f!important;
}
html body[data-page] footer.site-footer .footer-socials .social-icon{
  color:#06452f!important;
  stroke:#06452f!important;
}
html body[data-page] footer.site-footer .footer-socials .social-icon--fill,
html body[data-page] footer.site-footer .footer-socials .social-icon__dot{
  fill:#06452f!important;
}

/* Footer menüleri sade; iletişim satırları anlamlı simgelerle gösterilir. */
html body[data-page] footer.site-footer .footer-final__main nav>a::before,
html body[data-page] footer.site-footer .footer-final__main nav>a::after{
  content:none!important;
  display:none!important;
}
html body[data-page] footer.site-footer .footer-final__info>p,
html body[data-page] footer.site-footer .footer-final__info>a,
html body[data-page] footer.site-footer .footer-final__info>.footer-final__support{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
}
html body[data-page] footer.site-footer .footer-final__info :is(p,a,.footer-final__support)>svg{
  width:17px!important;
  height:17px!important;
  flex:0 0 17px!important;
  color:#8ed5ab!important;
  stroke:currentColor!important;
}
html body[data-page] footer.site-footer .footer-final__info>p>span,
html body[data-page] footer.site-footer .footer-final__info>a>span{
  color:inherit!important;
}
html body[data-page] footer.site-footer .footer-final__info>.footer-final__support{
  padding:8px 11px!important;
}
html body[data-page] footer.site-footer .footer-final__info>.footer-final__support>b{
  color:inherit!important;
  font:inherit!important;
}
html body[data-page] footer.site-footer .footer-final__phone{
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
}
html body[data-page] footer.site-footer .footer-final__phone>svg{
  width:19px!important;
  height:19px!important;
  stroke:currentColor!important;
}

/* Footer tipografisi: ana sayfanın standart okunabilirlik ölçeği. */
html body[data-page] footer.site-footer .footer-final__brand>p{
  font-size:15px!important;
  line-height:1.75!important;
}
html body[data-page] footer.site-footer .footer-final__main small{
  font-size:12px!important;
  line-height:1.2!important;
  letter-spacing:1.4px!important;
}
html body[data-page] footer.site-footer .footer-final__main nav>a,
html body[data-page] footer.site-footer .footer-final__info>p,
html body[data-page] footer.site-footer .footer-final__info>a{
  font-size:15px!important;
  line-height:1.5!important;
}
html body[data-page] footer.site-footer .footer-final__main nav>a{
  padding:7px 0!important;
}
html body[data-page] footer.site-footer .footer-final__info>.footer-final__support{
  font-size:11px!important;
  line-height:1.2!important;
}
html body[data-page] footer.site-footer .footer-final__bottom,
html body[data-page] footer.site-footer .footer-final__bottom a{
  font-size:12px!important;
  line-height:1.4!important;
}

/* Karayolu araç ve kapasite seçenekleri */
.fleet-options{padding:110px 0 120px;background:#f7f4ed;color:#20321e}
.fleet-options__head{display:grid;grid-template-columns:1.15fr .65fr;gap:90px;align-items:end;margin-bottom:52px}
.fleet-options__head span{display:block;margin-bottom:17px;color:#466245;font:700 11px/1.2 "Manrope",Arial,sans-serif;letter-spacing:.12em;text-transform:uppercase}
.fleet-options__head h2{max-width:760px;margin:0;color:#20321e;font:600 clamp(42px,4vw,62px)/1.02 "Cormorant Garamond",Georgia,serif;letter-spacing:-.025em}
.fleet-options__head>p{max-width:480px;margin:0;color:#5e6d5c;font:500 15px/1.75 "Manrope",Arial,sans-serif}
.fleet-options__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.fleet-card{min-width:0;overflow:hidden;border:1px solid rgba(70,98,69,.22);border-radius:14px;background:#fff;box-shadow:0 16px 40px rgba(32,50,30,.06);transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}
.fleet-card:hover{transform:translateY(-5px);border-color:#466245;box-shadow:0 22px 50px rgba(32,50,30,.11)}
.fleet-card__media{position:relative;height:205px;padding:18px;background:linear-gradient(145deg,#eef1ea,#fff);display:flex;align-items:center;justify-content:center;overflow:hidden}
.fleet-card__media img{width:100%;height:100%;display:block;object-fit:contain;filter:drop-shadow(0 14px 14px rgba(32,50,30,.14));transition:transform .35s ease}
.fleet-card__media .fleet-card__trailer-logo{position:absolute;z-index:2;left:52%;top:38%;width:37%;height:auto;object-fit:contain;filter:none;transform:rotate(8.5deg) skewX(8deg);transform-origin:center;pointer-events:none}
.fleet-card:hover .fleet-card__media img{transform:scale(1.035)}
.fleet-card:hover .fleet-card__media .fleet-card__trailer-logo{transform:rotate(8.5deg) skewX(8deg) scale(1.035)}
.fleet-card__body{padding:27px 25px 25px}
.fleet-card__body>span{display:block;margin-bottom:8px;color:#466245;font:700 10px/1.2 "Manrope",Arial,sans-serif;letter-spacing:.08em;text-transform:uppercase}
.fleet-card h3{margin:0 0 23px;color:#20321e;font:700 27px/1.1 "Manrope",Arial,sans-serif}
.fleet-card dl{margin:0;border-top:1px solid rgba(70,98,69,.2)}
.fleet-card dl>div{min-height:51px;padding:11px 0;display:grid;grid-template-columns:1fr 1.15fr;gap:12px;align-items:center;border-bottom:1px solid rgba(70,98,69,.16)}
.fleet-card dt{color:#71806f;font:600 11px/1.35 "Manrope",Arial,sans-serif}
.fleet-card dd{margin:0;color:#20321e;font:700 12px/1.35 "Manrope",Arial,sans-serif;text-align:right}
.fleet-card__body>a{width:100%;min-height:46px;margin-top:22px;padding:0 18px;border:1px solid #466245;border-radius:999px;background:#466245;color:#fff!important;-webkit-text-fill-color:#fff!important;display:inline-flex;align-items:center;justify-content:center;gap:12px;font:800 12px/1 "Manrope",Arial,sans-serif;text-transform:uppercase;letter-spacing:.02em;opacity:1!important;visibility:visible!important;transition:.2s ease}
.fleet-card__body>a span{display:inline!important;margin:0!important;color:#fff!important;-webkit-text-fill-color:#fff!important;font:inherit!important;letter-spacing:inherit!important}
.fleet-card__body>a svg{width:16px;height:16px;display:block;color:#fff!important;stroke:#fff!important;transition:transform .2s ease}
.fleet-card__body>a:hover{background:#20321e;border-color:#20321e;color:#fff!important;-webkit-text-fill-color:#fff!important}
.fleet-card__body>a:hover svg{transform:translateX(3px)}
.fleet-options__note{margin:22px 0 0;color:#71806f;font:500 11px/1.6 "Manrope",Arial,sans-serif}
@media(max-width:1100px){.fleet-options__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fleet-options__head{gap:50px}}
@media(max-width:700px){.fleet-options{padding:72px 0 80px}.fleet-options>.container{width:calc(100% - 24px)}.fleet-options__head{grid-template-columns:1fr;gap:22px;margin-bottom:36px}.fleet-options__head h2{font-size:42px}.fleet-options__head>p{font-size:14px}.fleet-options__grid{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding:0 0 12px;scrollbar-width:none}.fleet-options__grid::-webkit-scrollbar{display:none}.fleet-card{flex:0 0 86%;scroll-snap-align:start}.fleet-card__media{height:190px}}

/* Floating contact and privacy controls */
html body[data-page] .whatsapp-float{
  position:fixed;z-index:2490;right:28px;bottom:26px;width:76px;height:76px;
  display:grid;place-items:center;border:1px solid rgba(32,50,30,.1);border-radius:50%;
  background:#f2eadb;color:#25d366!important;-webkit-text-fill-color:#25d366!important;
  box-shadow:0 14px 34px rgba(32,50,30,.2);transition:transform .22s ease,box-shadow .22s ease;
}
html body[data-page] .whatsapp-float svg{width:42px;height:42px;display:block;fill:#25d366!important;stroke:none!important}
html body[data-page] .whatsapp-float:hover{transform:translateY(-4px) scale(1.03);box-shadow:0 18px 42px rgba(32,50,30,.27)}
html body[data-page] .whatsapp-float:focus-visible{outline:3px solid rgba(37,211,102,.35);outline-offset:4px}

html body[data-page] .cookie-bar{
  left:24px!important;right:auto!important;bottom:24px!important;width:min(410px,calc(100vw - 48px))!important;
  min-height:0!important;padding:22px!important;display:grid!important;
  grid-template-columns:44px minmax(0,1fr)!important;gap:16px 14px!important;align-items:start!important;
  border:1px solid rgba(255,255,255,.13)!important;border-radius:16px!important;background:#20321e!important;
  box-shadow:0 20px 55px rgba(16,29,16,.28)!important;backdrop-filter:none!important;
}
html body[data-page] .cookie-bar__mark{width:44px!important;height:44px!important;border-radius:50%!important}
html body[data-page] .cookie-bar__copy strong{margin:1px 0 7px!important;color:#fff!important;font:700 16px/1.25 "Manrope",Arial,sans-serif!important}
html body[data-page] .cookie-bar__copy p{margin:0!important;color:rgba(255,255,255,.68)!important;font:400 12px/1.6 "Manrope",Arial,sans-serif!important}
html body[data-page] .cookie-bar__link{grid-column:2;padding:0!important;border:0!important;color:#b9cfbc!important;font:600 11px/1.3 "Manrope",Arial,sans-serif!important;text-decoration:underline!important;text-underline-offset:3px}
html body[data-page] .cookie-bar__actions{grid-column:1/-1;display:grid!important;grid-template-columns:1fr 1fr;gap:9px!important;margin-top:3px}
html body[data-page] .cookie-bar__actions button{width:100%!important;min-width:0!important;height:42px!important;min-height:42px!important;padding:0 12px!important;font-size:10px!important}
html body[data-page] .cookie-bar__actions button:first-child{border-color:rgba(255,255,255,.3)!important;background:transparent!important;color:#fff!important;-webkit-text-fill-color:#fff!important}
html body[data-page] .cookie-bar__actions button:last-child{border-color:#f2eadb!important;background:#f2eadb!important;color:#20321e!important;-webkit-text-fill-color:#20321e!important}
html body[data-page] .cookie-bar__actions button:hover{border-color:#fff!important;background:#fff!important;color:#20321e!important;-webkit-text-fill-color:#20321e!important}

@media(max-width:600px){
  html body[data-page] .whatsapp-float{right:16px;bottom:16px;width:64px;height:64px}
  html body[data-page] .whatsapp-float svg{width:36px;height:36px}
  html body[data-page] .cookie-bar{left:12px!important;bottom:12px!important;width:calc(100vw - 24px)!important;padding:18px!important;border-radius:14px!important}
  html body[data-page] .cookie-bar__actions{grid-template-columns:1fr!important}
  html body[data-page] .cookie-bar.is-visible~.whatsapp-float{bottom:16px}
}
