:root{--green:#075b32;--green2:#0a7a43;--green3:#0e8b4d;--lime:#b7f36b;--ink:#0b1d16;--muted:#607067;--line:#dce7e0;--soft:#f4f8f5;--white:#fff;--shadow:0 18px 55px rgba(3,49,27,.11);--radius:22px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.wrap{width:min(1240px,calc(100% - 40px));margin:auto}.topbar{background:#063b24;color:#dff7e9;font-size:12px}.topbar .wrap{display:flex;justify-content:space-between;padding:8px 0}.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.head{min-height:78px;display:flex;align-items:center;gap:26px}.logo{width:230px;height:auto}.nav{display:flex;gap:18px;align-items:center;flex:1;justify-content:center}.nav a{font-size:13px;font-weight:700;color:#30443a;padding:27px 0;border-bottom:3px solid transparent}.nav a:hover,.nav a.active{color:var(--green);border-color:var(--green)}.head-cta{display:flex;gap:10px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 19px;border-radius:999px;border:1px solid rgba(255,255,255,.35);font-weight:800;font-size:13px;transition:.2s ease}.btn:hover{transform:translateY(-2px)}.btn.primary{background:var(--green);color:#fff;border-color:var(--green)}.btn.soft{background:#edf6f0;color:var(--green);border-color:#cde0d4}.btn.lime{background:var(--lime);color:#083d25;border-color:var(--lime)}.btn.dark{background:#0b2419;color:#fff;border-color:#0b2419}.menu{display:none;margin-left:auto;border:0;background:none;font-size:28px}.hero{position:relative;min-height:610px;overflow:hidden;background:#053b24}.hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 30%}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,36,21,.94) 0%,rgba(2,45,26,.78) 39%,rgba(2,54,30,.28) 73%,rgba(2,38,22,.6) 100%)}.hero-content{position:relative;z-index:2;padding:64px 0}.hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:42px;align-items:center}.eyebrow{font-size:11px;letter-spacing:2.5px;font-weight:900;color:var(--green2)}.hero .eyebrow{color:var(--lime)}h1{font-size:clamp(48px,6vw,88px);line-height:.95;letter-spacing:-3px;color:#fff;margin:13px 0 22px;max-width:760px}h1 span{color:var(--lime)}.hero p{max-width:670px;color:#e9f6ee;font-size:17px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin:26px 0}.hero-meta{display:flex;flex-wrap:wrap;gap:18px;color:#d9f4e4;font-size:12px;font-weight:700}.dot{display:inline-block;width:8px;height:8px;background:var(--lime);border-radius:50%;margin-right:7px}.register-card{background:rgba(255,255,255,.96);border:1px solid rgba(255,255,255,.5);border-radius:22px;padding:22px;box-shadow:var(--shadow)}.register-card h3{margin:0 0 4px;color:var(--green);font-size:25px}.register-card p{margin:0 0 14px;color:#637167;font-size:12px}.register-card input,.register-card select,.register-card textarea,.form input,.form select,.form textarea{width:100%;height:44px;border:1px solid #d5e1da;border-radius:9px;padding:0 12px;font:inherit;font-size:13px;background:#fff}.register-card .field{margin:9px 0}.flag-row{display:flex;gap:10px;align-items:center;margin:12px 0}.flag-mini{width:50px;height:25px;object-fit:cover;border-radius:4px;border:1px solid #dbe5df}.check{display:flex;gap:8px;align-items:flex-start;font-size:11px;color:#56665d;margin:10px 0}.check input{width:auto;height:auto;margin-top:3px}.register-card .btn{width:100%;border-radius:10px}.metrics{background:#07552f;color:#fff;border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12)}.metrics-grid{display:grid;grid-template-columns:repeat(5,1fr)}.metric{padding:23px;text-align:center;border-right:1px solid rgba(255,255,255,.15)}.metric:last-child{border:0}.metric strong{display:block;color:var(--lime);font-size:25px}.metric span{font-size:12px;font-weight:700;color:#dceee4}.section{padding:76px 0}.section.alt{background:var(--soft)}.section.dark{background:#062e1d;color:#fff}.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:28px}.section-head h2,.section h2{font-size:clamp(34px,4vw,54px);line-height:1.03;letter-spacing:-1.7px;margin:7px 0 10px}.lead{color:var(--muted);max-width:760px}.dark .lead{color:#c9ded3}.grid{display:grid;gap:20px}.g2{grid-template-columns:repeat(2,1fr)}.g3{grid-template-columns:repeat(3,1fr)}.g4{grid-template-columns:repeat(4,1fr)}.card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 10px 30px rgba(3,40,22,.05)}.card img{width:100%;height:260px;object-fit:cover}.card-body{padding:18px}.card-body h3{margin:0 0 7px;color:#0a3e27}.card-body p{color:var(--muted);font-size:13px;margin:0}.feature{background:#fff;border:1px solid var(--line);border-radius:16px;padding:19px}.feature h3{margin:0 0 6px;font-size:17px}.feature p{margin:0;color:var(--muted);font-size:13px}.icon{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#e9f8ed;color:var(--green);font-weight:900;margin-bottom:12px}.split{display:grid;grid-template-columns:1.08fr .92fr;gap:44px;align-items:center}.photo{border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}.photo img{height:560px;width:100%;object-fit:cover}.model-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.model{border:1px solid var(--line);border-radius:17px;overflow:hidden;background:#fff}.model img{height:340px;width:100%;object-fit:cover}.model .body{padding:13px}.model strong{display:block;color:var(--green)}.model span{display:block;font-size:11px;color:#718077;margin-top:4px}.industry-strip{padding:20px 0;background:#f0f7f2;border-bottom:1px solid var(--line)}.industry-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.industry-item{background:#fff;border:1px solid var(--line);padding:14px;border-radius:13px;text-align:center;font-size:12px;font-weight:800;color:#234a38}.industry-item b{display:block;color:var(--green);font-size:20px;margin-bottom:4px}.industry-card{border-radius:20px;overflow:hidden;background:#0b4e2e;border:1px solid rgba(255,255,255,.1)}.industry-card img{width:100%;height:250px;object-fit:cover}.industry-card .body{padding:18px}.industry-card h3{margin:0 0 7px;font-size:22px}.industry-card p{margin:0;color:#cfe2d8;font-size:13px}.banner{min-height:330px;border-radius:25px;overflow:hidden;position:relative;background:#063b24}.banner img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.banner:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,39,23,.96),rgba(2,49,28,.64),rgba(2,45,25,.18))}.banner-content{position:relative;z-index:2;padding:52px;max-width:720px;color:#fff}.banner-content h2{font-size:46px}.banner-content p{color:#e1f1e7}.gov-panel{display:grid;grid-template-columns:1.15fr .85fr;gap:24px}.gov-box{background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px}.partner-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.partner-tile{padding:15px;border-radius:12px;background:#f2f8f4;border:1px solid #dbe8df;font-size:12px;font-weight:800}.partner-tile b{color:var(--green);margin-right:7px}.cta{background:linear-gradient(120deg,#063a23,#0a7040);border-radius:24px;padding:42px;color:#fff;display:flex;justify-content:space-between;gap:30px;align-items:center}.cta h2{margin:8px 0 10px}.cta p{color:#cfe5d9;max-width:700px}.footer{background:#032519;color:#cfe0d7;padding:55px 0 20px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px}.footer-logo{width:210px;filter:brightness(0) invert(1)}.footer p{font-size:12px;color:#9bb2a6}.footer h4{color:#fff;margin-top:0}.footer a{display:block;font-size:12px;margin:9px 0;color:#b9cec4}.footer a:hover{color:var(--lime)}.footer-contact{font-size:12px;margin:8px 0}.flag-inline{display:inline-block;width:27px;height:14px;object-fit:cover;vertical-align:middle;margin-right:7px;border-radius:2px}.bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:30px;padding-top:18px;display:flex;justify-content:space-between;gap:20px;font-size:10px;color:#789185}.page-hero{padding:72px 0;background:linear-gradient(135deg,#063a23,#0b6d3d);color:#fff}.page-hero h1{font-size:64px;margin:8px 0}.page-hero p{max-width:750px;color:#d6e9df}.form-shell{display:grid;grid-template-columns:1.1fr .9fr;gap:28px}.form-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px;box-shadow:var(--shadow)}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.form-group label{display:block;font-size:12px;font-weight:800;margin:0 0 6px;color:#2e4b3d}.form-group.full{grid-column:1/-1}.form textarea{height:130px;padding-top:12px}.notice{padding:15px;border-left:4px solid var(--green);background:#eff8f2;color:#476055;font-size:12px;border-radius:8px}.table-wrap{overflow:auto}.table{width:100%;border-collapse:collapse;background:#fff}.table th,.table td{padding:12px;border-bottom:1px solid var(--line);text-align:left;font-size:12px}.table th{background:#f2f7f3;color:#234c38}.filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:25px}.filters button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 15px;font-weight:800;color:#345244}.filters button.active{background:var(--green);color:#fff;border-color:var(--green)}.hidden{display:none!important}.success{min-height:55vh;display:grid;place-items:center;text-align:center}.success .box{max-width:650px;background:#fff;border:1px solid var(--line);border-radius:24px;padding:45px;box-shadow:var(--shadow)}.admin-nav{background:#062d1c;color:#fff}.admin-nav .wrap{display:flex;justify-content:space-between;align-items:center;padding:14px 0}.admin-nav a{color:#dcefe4;margin-left:15px;font-size:12px}.login-box{max-width:470px;margin:70px auto}.small{font-size:12px;color:var(--muted)}@media(max-width:1100px){.nav{gap:11px}.nav a{font-size:11px}.hero-grid{grid-template-columns:1fr 330px}.g4{grid-template-columns:repeat(2,1fr)}.model-grid{grid-template-columns:repeat(2,1fr)}.industry-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:800px){.topbar .wrap{display:none}.head{min-height:68px}.menu{display:block}.nav,.head-cta{display:none}.nav.open{display:flex;position:absolute;left:0;right:0;top:68px;background:#fff;padding:15px 20px;flex-direction:column;align-items:stretch;box-shadow:0 20px 30px rgba(0,0,0,.08)}.nav.open a{padding:11px 0}.head-cta.open{display:flex;position:absolute;right:20px;top:14px}.logo{width:200px}.hero{min-height:auto}.hero-content{padding:40px 0}.hero-grid,.split,.gov-panel,.form-shell{grid-template-columns:1fr}.hero h1{font-size:54px}.register-card{max-width:520px}.metrics-grid{grid-template-columns:repeat(2,1fr)}.metric{border-bottom:1px solid rgba(255,255,255,.15)}.industry-grid{grid-template-columns:repeat(2,1fr)}.section{padding:55px 0}.section-head{display:block}.section-head .btn{margin-top:15px}.g3{grid-template-columns:1fr}.g4{grid-template-columns:1fr}.model-grid{grid-template-columns:repeat(2,1fr)}.photo img{height:420px}.banner-content{padding:32px}.banner-content h2{font-size:37px}.cta{display:block}.cta .actions{margin-bottom:0}.form-grid{grid-template-columns:1fr}.form-group.full{grid-column:auto}.footer-grid{grid-template-columns:1fr}.bottom{display:block}.bottom span{display:block;margin:7px 0}}@media(max-width:520px){.wrap{width:min(100% - 26px,1240px)}.hero h1{font-size:44px;letter-spacing:-2px}.model-grid{grid-template-columns:1fr}.partner-tiles{grid-template-columns:repeat(2,1fr)}.industry-grid{grid-template-columns:1fr 1fr}.page-hero h1{font-size:46px}}

/* Nigeria identity refinement */
.logo{width:270px;height:auto;display:block}
.top-flag{width:22px;height:11px;margin-left:7px;border-radius:2px;box-shadow:0 0 0 1px rgba(0,0,0,.08);vertical-align:-1px}
.topbar{background:#032a1b}
.header{background:#fff}
.nav a.active{color:#075b32;border-bottom:2px solid #20b85a}
.flag-row{border-bottom:1px solid #e5eee8;padding-bottom:9px}
.hero{min-height:650px}
.hero .hero-photo{filter:saturate(1.04) contrast(1.02)}
.hero:before{content:"";position:absolute;right:0;top:0;width:18%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,135,81,.22));z-index:1;pointer-events:none}
.industry-strip{background:linear-gradient(90deg,#f4faf6,#eef7f1)}
@media(max-width:800px){.logo{width:220px}.hero{min-height:auto}.top-flag{display:none}}

/* 2026 modeling-agency identity refresh */
.logo{width:310px;height:auto;max-height:74px;object-fit:contain;object-position:left center}
.footer-logo{width:245px;max-height:72px;object-fit:contain}
.hero-collage{position:relative;min-height:680px;overflow:hidden;background:#052f1d}
.hero-collage-media{position:absolute;inset:0;display:grid;grid-template-columns:1.18fr .82fr;grid-template-rows:1fr 1fr;gap:6px;overflow:hidden}
.hero-collage-media>img{width:100%;height:100%;object-fit:cover;display:block;min-width:0;min-height:0}
.hero-collage-media>img:nth-child(1){grid-row:1 / span 2;object-position:center top}
.hero-collage-media>img:nth-child(2){object-position:center 25%}
.hero-collage-media>img:nth-child(3){object-position:center 20%}
.hero-collage-media>img:nth-child(4){display:none}
.hero-collage-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(1,28,17,.96) 0%,rgba(2,48,28,.82) 30%,rgba(3,52,29,.42) 60%,rgba(3,52,29,.18) 100%),linear-gradient(0deg,rgba(0,25,14,.35),transparent 35%);pointer-events:none}
.flag-watermark{position:absolute;right:34px;bottom:28px;display:flex;align-items:center;gap:9px;background:rgba(255,255,255,.93);color:#075b32;padding:9px 13px;border-radius:999px;font-size:11px;font-weight:900;letter-spacing:.8px;box-shadow:0 8px 30px rgba(0,0,0,.18)}
.flag-watermark img{width:31px;height:18px;object-fit:cover;border-radius:2px}
.hero-content{position:relative;z-index:3}
.hero .register-card{backdrop-filter:blur(3px);background:rgba(255,255,255,.96)}
.section-banner-collage{display:grid;grid-template-columns:1.35fr .65fr;gap:6px;height:390px;border-radius:25px;overflow:hidden;position:relative;background:#063b24}
.section-banner-collage img{width:100%;height:100%;object-fit:cover;display:block}
.section-banner-collage .stack{display:grid;grid-template-rows:1fr 1fr;gap:6px}
.section-banner-collage .copy{position:absolute;inset:auto auto 0 0;z-index:2;padding:36px;color:#fff;max-width:650px;background:linear-gradient(90deg,rgba(0,43,25,.94),rgba(0,43,25,.1));width:75%}
.section-banner-collage .copy h2{margin:0 0 8px;font-size:42px}
.section-banner-collage .copy p{margin:0;color:#e2f2e8;max-width:560px}
@media(max-width:800px){.logo{width:245px;max-height:62px}.hero-collage{min-height:auto}.hero-collage-media{position:absolute;inset:0;grid-template-columns:1fr;grid-template-rows:1fr}.hero-collage-media>img{display:none!important}.hero-collage-media>img:nth-child(1){display:block!important}.hero-collage-shade{background:linear-gradient(90deg,rgba(1,28,17,.94),rgba(3,52,29,.52))}.flag-watermark{right:15px;bottom:15px}.section-banner-collage{height:auto;min-height:420px;grid-template-columns:1fr}.section-banner-collage .stack{display:none}.section-banner-collage .copy{width:100%;padding:28px}.section-banner-collage .copy h2{font-size:34px}}

/* =========================================================
   EVERGREEN GLOBAL MODEL MANAGEMENT — FULL-STACK DESIGN SYSTEM V2
   Unified premium editorial / agency interface
   ========================================================= */
:root{--green:#075b32;--green2:#0b7a43;--lime:#32e875;--ink:#10251b;--soft:#f4faf6;--line:#dce9e1;--gold:#d9b44a;--shadow2:0 18px 50px rgba(4,52,30,.12)}
html{scroll-behavior:smooth}
body{background:#fbfdfc;color:var(--ink)}
.topbar{letter-spacing:.02em}
.header{position:sticky;top:0;z-index:1000;border-bottom:1px solid #e2eee7;box-shadow:0 4px 18px rgba(2,36,20,.06)}
.head{min-height:82px}
.logo{width:300px;max-height:70px}
.nav a{font-weight:800;letter-spacing:.01em}
.head-cta .btn{min-height:40px}
.btn{border-radius:10px;box-shadow:none;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.btn:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(3,54,30,.12)}
.hero-collage{min-height:720px}
.hero-collage-media{grid-template-columns:1.35fr .65fr;grid-template-rows:1fr 1fr;gap:7px}
.hero-collage-media>img:nth-child(1){grid-row:1 / span 2;object-position:center 20%}
.hero-collage-media>img:nth-child(2){object-position:center 18%}
.hero-collage-media>img:nth-child(3){object-position:center 16%}
.hero-collage-media>img:nth-child(4){display:block;object-position:center 22%}
.hero-collage-shade{background:linear-gradient(90deg,rgba(0,29,17,.97) 0%,rgba(1,48,27,.86) 29%,rgba(2,55,31,.50) 58%,rgba(2,55,31,.16) 100%),linear-gradient(0deg,rgba(0,24,14,.52),transparent 45%)}
.hero-content{padding-top:34px;padding-bottom:34px}
.hero h1{font-weight:950;line-height:.94;text-shadow:0 4px 24px rgba(0,0,0,.2)}
.hero h1 span{background:linear-gradient(90deg,#30e96f,#baffc9);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero p{max-width:650px;font-size:17px;line-height:1.65;color:#e5f2ea}
.eyebrow{font-weight:900;letter-spacing:.16em}
.register-card{border:1px solid rgba(255,255,255,.7)!important;border-radius:20px!important;box-shadow:0 25px 65px rgba(0,0,0,.2)!important}
.register-card h3{font-size:30px}
.register-card input,.register-card select{border-radius:9px}
.metrics{background:linear-gradient(90deg,#05371f,#08703e,#05371f);border-top:1px solid rgba(255,255,255,.15);border-bottom:1px solid rgba(255,255,255,.15)}
.metric strong{font-size:25px;color:#baf6ca}
.metric span{font-size:11px;text-transform:uppercase;letter-spacing:.09em}
.industry-strip{padding:16px 0}
.industry-item{min-height:74px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:3px;border-radius:14px;box-shadow:0 8px 25px rgba(5,63,34,.05)}
.section{padding:76px 0}
.section.alt{background:linear-gradient(180deg,#f5faf7,#eef7f1)}
.section-head h2,.section h2{letter-spacing:-.025em}
.card,.model,.feature,.gov-box,.form-card{box-shadow:var(--shadow2);transition:transform .2s ease,box-shadow .2s ease}
.card:hover,.model:hover,.feature:hover{transform:translateY(-4px);box-shadow:0 22px 55px rgba(4,52,30,.16)}
.card{border-radius:18px}
.card img{height:285px}
.card-body h3{font-size:22px}
.feature{border-radius:16px;background:#fff}
.feature .icon{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:#e9f8ee;color:var(--green);font-weight:950}
.model-grid{gap:18px}
.model{border-radius:18px}
.model img{height:390px}
.model .body{padding:16px}
.banner,.section-banner-collage{box-shadow:var(--shadow2)}
.section-banner-collage{height:410px}
.section-banner-collage .copy{padding:44px}
.section-banner-collage .copy h2{font-size:46px;line-height:1.02}
.gov-box{border-radius:18px}
.partner-tile{background:#fff;box-shadow:0 8px 22px rgba(4,52,30,.06)}
.cta{box-shadow:0 20px 55px rgba(3,55,30,.18)}
.footer{padding-top:65px}
.footer-logo{width:255px}
.page-hero{position:relative;overflow:hidden}
.page-hero:after{content:"";position:absolute;right:-80px;top:-120px;width:360px;height:360px;border:1px solid rgba(255,255,255,.16);border-radius:50%;box-shadow:0 0 0 80px rgba(255,255,255,.03),0 0 0 160px rgba(255,255,255,.02);pointer-events:none}
.table{border-radius:16px;overflow:hidden;box-shadow:var(--shadow2)}
.table th{font-weight:900}
.filters button{cursor:pointer;transition:.2s ease}
.filters button:hover{transform:translateY(-1px);border-color:#a7cdb5}
.form-card{border-radius:18px}
.notice{border-radius:12px}
.success .box{border-radius:22px}
@media(max-width:1100px){.hero-collage{min-height:760px}.hero-grid{grid-template-columns:1fr 350px}.logo{width:270px}.nav{gap:9px}}
@media(max-width:800px){.header{position:sticky}.logo{width:235px}.hero-collage{min-height:auto}.hero-content{padding:50px 0}.hero-collage-media{grid-template-columns:1fr;grid-template-rows:1fr}.hero-collage-media>img{display:none!important}.hero-collage-media>img:nth-child(1){display:block!important}.hero-collage-shade{background:linear-gradient(90deg,rgba(0,29,17,.95),rgba(2,55,31,.52))}.hero p{font-size:15px}.section{padding:58px 0}.model img{height:340px}.section-banner-collage{min-height:440px}.section-banner-collage .copy{padding:30px}.section-banner-collage .copy h2{font-size:36px}}

/* Evergreen uploaded-logo integration + Abuja/Nigeria visual system */
.logo{width:300px;max-height:72px;object-fit:contain;object-position:left center;background:#fff;border-radius:6px}
.footer-logo{width:270px;max-height:82px;object-fit:contain;background:#fff;border-radius:10px;padding:5px 8px;filter:none}
.city-gate-section{padding:0 0 78px;background:#fff}
.city-gate-card{position:relative;min-height:330px;border-radius:24px;overflow:hidden;background:#063b24;box-shadow:0 20px 55px rgba(3,49,27,.14)}
.city-gate-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 55%}
.city-gate-card:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,37,21,.95),rgba(2,50,29,.68) 48%,rgba(2,50,29,.12) 100%)}
.city-gate-copy{position:relative;z-index:2;padding:42px;max-width:720px;color:#fff}
.city-gate-copy h2{margin:7px 0 10px;font-size:clamp(34px,4vw,54px);line-height:1.02}
.city-gate-copy p{color:#d9eee2;max-width:620px}
.city-gate-badge{display:inline-flex;align-items:center;gap:9px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.92);color:#075b32;font-size:11px;font-weight:900}
.city-gate-badge img{position:static;width:28px;height:17px;object-fit:cover;border-radius:2px}
.pathway-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.pathway{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:var(--shadow2);transition:.2s ease}
.pathway:hover{transform:translateY(-4px);box-shadow:0 22px 55px rgba(4,52,30,.16)}
.pathway img{width:100%;height:270px;object-fit:cover}
.pathway-body{padding:18px}.pathway-body h3{margin:0 0 6px;color:var(--green)}
.pathway-body .age{font-size:11px;font-weight:900;color:#567266;text-transform:uppercase;letter-spacing:.12em}
.pathway-body p{font-size:13px;color:var(--muted);margin:8px 0 0}
.model-age{display:inline-block;margin-top:8px;padding:5px 8px;border-radius:999px;background:#edf7f0;color:#075b32;font-size:10px;font-weight:900}
.photo-credit{font-size:10px;color:#718077;margin-top:8px}
@media(max-width:800px){.logo{width:235px;max-height:62px}.footer-logo{width:250px}.city-gate-section{padding-bottom:55px}.city-gate-card{min-height:430px}.city-gate-copy{padding:30px}.pathway-grid{grid-template-columns:1fr}}

/* V4 welcome-banner readability refresh */
.hero-welcome{position:relative;min-height:720px;overflow:hidden;background:#062f1d}
.hero-welcome-media{position:absolute;inset:0;overflow:hidden;background:#082f1e}
.hero-welcome-media>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 24%;display:block;filter:saturate(1.02) contrast(1.02)}
.hero-welcome-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,27,17,.96) 0%,rgba(2,43,25,.88) 28%,rgba(2,55,31,.54) 53%,rgba(2,55,31,.20) 78%,rgba(2,35,20,.28) 100%),linear-gradient(0deg,rgba(0,22,13,.48),rgba(0,22,13,.04) 45%,rgba(0,22,13,.20));pointer-events:none}
.hero-welcome-flag{position:absolute;right:30px;top:28px;z-index:2;display:flex;align-items:center;gap:10px;padding:9px 13px;border:1px solid rgba(255,255,255,.32);border-radius:999px;background:rgba(255,255,255,.12);backdrop-filter:blur(7px);color:#fff;font-size:11px;font-weight:800;letter-spacing:.5px}
.hero-welcome-flag img{width:30px;height:18px;object-fit:cover;border-radius:2px}
.hero-welcome .hero-content{position:relative;z-index:3;padding-top:38px;padding-bottom:38px}
.hero-welcome .hero-copy{padding-top:26px;max-width:700px}
.hero-welcome h1{font-size:clamp(48px,6vw,82px);line-height:.94;max-width:760px;text-shadow:0 5px 25px rgba(0,0,0,.34)}
.hero-welcome .hero-copy>p{max-width:650px;font-size:17px;line-height:1.7;color:#f0f7f3;text-shadow:0 2px 10px rgba(0,0,0,.3)}
.hero-welcome .hero-meta{display:flex;flex-wrap:wrap;gap:9px;margin-top:22px}
.hero-welcome .hero-meta span{background:rgba(2,35,21,.70);border:1px solid rgba(255,255,255,.20);box-shadow:0 8px 20px rgba(0,0,0,.10);padding:8px 11px;border-radius:999px;color:#eef8f2;font-size:11px}
.hero-welcome .register-card{max-height:625px;overflow:auto;background:rgba(255,255,255,.985);box-shadow:0 24px 70px rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.75)}
.hero-welcome .register-card h3{font-size:30px}
.hero-welcome .register-card p{color:#496457}
.hero-welcome .field input,.hero-welcome .field select{background:#fff;color:#173b2b;border-color:#cfe0d5}
@media(max-width:1100px){.hero-welcome{min-height:760px}.hero-welcome .hero-copy{padding-top:12px}.hero-welcome h1{font-size:60px}}
@media(max-width:800px){.hero-welcome{min-height:auto}.hero-welcome-media>img{object-position:58% center}.hero-welcome-overlay{background:linear-gradient(90deg,rgba(2,27,17,.94),rgba(2,48,27,.66)),linear-gradient(0deg,rgba(0,22,13,.54),rgba(0,22,13,.15))}.hero-welcome .hero-content{padding:38px 0 46px}.hero-welcome .hero-copy{padding-top:30px}.hero-welcome h1{font-size:50px}.hero-welcome .hero-copy>p{font-size:15px}.hero-welcome-flag{right:15px;top:15px}.hero-welcome .register-card{max-height:none}}
@media(max-width:520px){.hero-welcome h1{font-size:43px}.hero-welcome .hero-meta{display:block}.hero-welcome .hero-meta span{display:block;margin:6px 0}.hero-welcome-flag{font-size:10px}.hero-welcome-flag img{width:26px;height:16px}}

/* Final clean welcome/banner refinement */
.hero-welcome-overlay{display:none!important}
.hero-welcome-media{background:#edf7f1!important}
.hero-welcome .hero-copy{background:rgba(255,255,255,.94);color:var(--ink);padding:32px 34px;border:1px solid rgba(7,91,50,.12);border-radius:26px;box-shadow:0 22px 60px rgba(3,49,27,.16);max-width:700px}
.hero-welcome .hero-copy .eyebrow{color:var(--green2)!important}
.hero-welcome h1{color:#0b2f20!important;text-shadow:none!important}
.hero-welcome h1 span{background:none!important;color:var(--green2)!important}
.hero-welcome .hero-copy>p{color:#355448!important;text-shadow:none!important}
.hero-welcome .hero-meta span{background:#f1f8f3!important;border:1px solid #d8e9de!important;color:#28513d!important;box-shadow:none!important}
.hero-welcome .hero-welcome-flag{background:rgba(255,255,255,.9)!important;color:var(--green)!important;border-color:rgba(7,91,50,.18)!important;backdrop-filter:none!important}
.hero-welcome .hero-welcome-flag span{color:var(--green)!important}
.footer-logo{width:255px!important;max-height:82px!important;object-fit:contain!important;background:transparent!important;border-radius:0!important;padding:0!important;filter:none!important}
@media(max-width:800px){.hero-welcome .hero-copy{padding:25px 22px;border-radius:20px}.hero-welcome .hero-copy>p{color:#355448!important}.footer-logo{width:235px!important;max-height:75px!important}}


/* Final visual polish */
.hero-welcome-overlay{display:none!important}
.hero-welcome-media>img{object-position:center center!important;filter:saturate(1.03) contrast(1.01)!important}
.hero-welcome .hero-copy{background:rgba(255,255,255,.97)!important;color:#103b29!important;box-shadow:0 18px 55px rgba(2,47,27,.14)!important}
.footer-logo{width:255px!important;max-height:82px!important;object-fit:contain!important;background:transparent!important;border:0!important;border-radius:0!important;padding:0!important;filter:none!important}
.photo-credit{display:none!important}
/* Evergreen Global Model Management — final visual polish */
/* Clean photography, transparent hero copy, exact main logo in footer. */
.hero-welcome{min-height:720px;background:#f8fbf9;position:relative;overflow:hidden}
.hero-welcome-media{position:absolute;left:42%;right:0;top:0;bottom:0;overflow:hidden;background:#eaf4ee}
.hero-welcome-media>img{width:100%;height:100%;object-fit:cover;object-position:center center;filter:none!important}
.hero-welcome-media:after{display:none!important}
.hero-welcome-overlay{display:none!important}
.hero-welcome-flag{top:24px;right:24px;background:#fff!important;color:var(--green)!important;border:1px solid #d7e8de!important;backdrop-filter:none!important;box-shadow:0 8px 22px rgba(4,52,30,.08)}
.hero-welcome .hero-content{padding:42px 0 48px;position:relative;z-index:3}
.hero-welcome .hero-grid{grid-template-columns:minmax(0,1fr) 390px;gap:44px;align-items:center}
.hero-welcome .hero-copy{background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;padding:26px 0!important;max-width:700px}
.hero-welcome .hero-copy .eyebrow{color:var(--green2)!important}
.hero-welcome h1{color:#083a27!important;text-shadow:none!important;font-size:clamp(50px,5.8vw,82px);line-height:.94;letter-spacing:-3px}
.hero-welcome h1 span{color:var(--green2)!important;background:none!important;-webkit-text-fill-color:initial!important}
.hero-welcome .hero-copy>p{color:#2e4d3e!important;text-shadow:none!important;max-width:650px;font-size:17px;line-height:1.7}
.hero-welcome .hero-meta span{background:#fff!important;color:#315342!important;border:1px solid #dce9e1!important;box-shadow:0 6px 18px rgba(4,52,30,.06)!important}
.hero-welcome .register-card{background:#fff!important;border:1px solid #d9e7df!important;box-shadow:0 24px 60px rgba(3,49,27,.14)!important;backdrop-filter:none!important}
.hero-welcome .register-card h3{color:var(--green)!important}
.hero-welcome .register-card p{color:#5b6e64!important}
.hero-welcome .field input,.hero-welcome .field select{background:#fff!important}
.hero-welcome-media .hero-welcome-flag img{width:30px;height:18px}
/* Main uploaded logo is used in footer; a clean white panel keeps the exact logo legible without altering the artwork. */
.footer-logo-wrap{display:inline-flex;align-items:center;justify-content:center;background:#fff;border-radius:14px;padding:12px 16px;box-shadow:0 12px 30px rgba(0,0,0,.10)}
.footer-logo{width:255px!important;max-height:86px!important;object-fit:contain!important;background:transparent!important;border:0!important;border-radius:0!important;padding:0!important;filter:none!important}
/* No intentional blur on portfolio images. */
.card img,.model img,.pathway img,.photo img,.banner img,.section-banner-collage img{filter:none!important}
.city-gate-card:after{display:none!important}
.city-gate-card img{filter:none!important}
@media(max-width:1100px){.hero-welcome .hero-grid{grid-template-columns:minmax(0,1fr) 350px}.hero-welcome-media{left:38%}.hero-welcome h1{font-size:60px}}
@media(max-width:800px){
 .hero-welcome{min-height:auto;padding-bottom:0}
 .hero-welcome-media{position:relative;left:auto;right:auto;top:auto;bottom:auto;height:430px;width:100%}
 .hero-welcome-media>img{object-position:center center}
 .hero-welcome .hero-content{padding:36px 0 48px}
 .hero-welcome .hero-grid{grid-template-columns:1fr;gap:28px}
 .hero-welcome .hero-copy{padding:0!important}
 .hero-welcome h1{font-size:50px;letter-spacing:-2px}
 .footer-logo-wrap{padding:10px 13px}
 .footer-logo{width:235px!important}
}
@media(max-width:520px){.hero-welcome-media{height:370px}.hero-welcome h1{font-size:43px}.hero-welcome .hero-copy>p{font-size:15px}}
.industry-card.no-photo{min-height:250px;display:flex;align-items:flex-end}
.industry-card .industry-icon{width:52px;height:52px;border-radius:16px;background:rgba(255,255,255,.10);display:grid;place-items:center;color:var(--lime);font-size:24px;margin-bottom:14px}
.industry-card{padding-top:24px}
.industry-card .body{padding:24px}
.section-banner-collage .stack img[src$="nigeria-flag.svg"]{object-fit:contain!important;padding:50px;background:#f3faf6}
.section-banner-collage .stack img[src$="evergreen-global-model-management-horizontal.png"]{object-fit:contain!important;padding:24px;background:#fff}
/* No dark photo overlays or blur effects on editorial imagery. */
.hero:after,.banner:after,.hero-collage-shade{display:none!important}
.section-banner-collage .copy{background:transparent!important;text-shadow:0 1px 12px rgba(0,0,0,.18)}
.section-banner-collage .copy p{color:#fff;text-shadow:0 1px 10px rgba(0,0,0,.18)}
.section-banner-collage{background:#063b24}


/* FINAL SHARP PHOTOGRAPHY + CLEAN INNER-PAGE BANNERS */
.page-hero-clean{padding:34px 0;background:#f7fbf8;color:var(--ink)}
.page-hero-clean .page-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,520px);gap:46px;align-items:center}
.page-hero-clean .page-hero-copy{padding:22px 0}
.page-hero-clean .page-hero-copy .eyebrow{color:var(--green2)!important}
.page-hero-clean .page-hero-copy h1{color:#083a27!important;font-size:clamp(44px,5vw,72px);line-height:.98;letter-spacing:-2.5px;margin:10px 0 16px;text-shadow:none!important}
.page-hero-clean .page-hero-copy p{color:#3b5649;max-width:700px;font-size:16px;line-height:1.7;margin:0}
.page-hero-media{border-radius:26px;overflow:hidden;background:#e7f1eb;border:1px solid #dbe8df;box-shadow:0 20px 50px rgba(3,49,27,.12);min-height:320px}
.page-hero-media img{display:block;width:100%;height:390px;object-fit:cover;object-position:center center;filter:none!important;image-rendering:auto}
/* Never apply blur or tint to model photography. */
.hero-welcome-media>img,.page-hero-media img,.card img,.model img,.pathway img,.photo img,.banner img,.section-banner-collage img,.city-gate-card img{filter:none!important;backdrop-filter:none!important}
.header{backdrop-filter:none!important}
@media(max-width:800px){
 .page-hero-clean{padding:22px 0 34px}
 .page-hero-clean .page-hero-grid{grid-template-columns:1fr;gap:20px}
 .page-hero-clean .page-hero-copy{padding:8px 0}
 .page-hero-clean .page-hero-copy h1{font-size:48px}
 .page-hero-media{min-height:0}
 .page-hero-media img{height:360px}
}
@media(max-width:520px){.page-hero-clean .page-hero-copy h1{font-size:40px}.page-hero-media img{height:330px}}


/* FINAL MODEL PHOTOGRAPHY PASS — sharp, clean, no blur or tint */
.hero:after,.banner:after,.hero-collage-shade,.section-banner-collage .copy:after{display:none!important;content:none!important;background:none!important;}
.hero-photo,.hero-welcome-media>img,.page-hero-media img,.card img,.model img,.pathway img,.photo img,.banner img,.section-banner-collage img,.industry-card img,.city-gate-card img{filter:none!important;backdrop-filter:none!important;image-rendering:auto!important;}
.hero-photo,.hero-welcome-media>img,.page-hero-media img,.card img,.model img,.pathway img,.photo img,.banner img,.section-banner-collage img,.industry-card img,.city-gate-card img{transform:none!important;}


/* International visual refresh — unique photography, full-body welcome and redesigned Abuja feature */
.hero-welcome{min-height:760px;background:#f7fbf8!important}
.hero-welcome-media{left:46%!important;right:0!important;top:0!important;bottom:0!important;background:#e8f3ec!important}
.hero-welcome-media>img{object-fit:cover!important;object-position:center 18%!important;filter:none!important}
.hero-welcome .hero-grid{grid-template-columns:minmax(0,1fr) 330px!important;gap:36px!important}
.hero-welcome .hero-copy{max-width:760px!important}
.hero-welcome h1{font-size:clamp(48px,5.4vw,78px)!important}
.hero-welcome .register-card{max-height:650px!important}
.city-gate-modern{display:grid;grid-template-columns:1.05fr .95fr;gap:0;background:#fff;border:1px solid #dce9e1;border-radius:30px;overflow:hidden;box-shadow:0 24px 70px rgba(3,49,27,.13);position:relative}
.city-gate-photo,.city-gate-model{min-height:470px;position:relative;overflow:hidden}
.city-gate-photo img{width:100%;height:100%;object-fit:cover;object-position:center center;filter:none!important}
.city-gate-model{background:#eef6f0;display:grid;grid-template-columns:52% 48%;align-items:stretch}
.city-gate-model>img{width:100%;height:100%;object-fit:cover;object-position:center top;filter:none!important}
.city-gate-model-caption{padding:36px 30px;display:flex;flex-direction:column;justify-content:center;background:#f5faf7}
.city-gate-model-caption strong{display:block;font-size:28px;line-height:1.1;color:#073c26;margin:10px 0}
.city-gate-model-caption p{font-size:13px;color:#52685d;margin:0;line-height:1.7}
.city-gate-model-caption .actions{margin-top:20px}
.city-gate-label{position:absolute;left:22px;top:22px;display:inline-flex;align-items:center;gap:8px;padding:9px 13px;background:#fff;border:1px solid #dce9e1;border-radius:999px;color:#075b32;font-size:11px;font-weight:900;box-shadow:0 8px 20px rgba(0,0,0,.1)}
.city-gate-label img{width:28px;height:17px;object-fit:cover;border-radius:2px}
.city-gate-modern-copy{grid-column:1/-1;padding:30px 38px 34px;background:#063b24;color:#fff}
.city-gate-modern-copy h2{margin:7px 0 9px;font-size:clamp(32px,4vw,48px);line-height:1.03;letter-spacing:-1.4px}
.city-gate-modern-copy p{max-width:880px;margin:0;color:#d7ebe0;font-size:14px}
.page-hero-clean .page-hero-media{min-height:430px;border-radius:28px}
.page-hero-clean .page-hero-media img{height:430px;object-fit:cover;object-position:center 20%!important}
.card img,.model img,.photo img,.industry-card img{filter:none!important}
@media(max-width:900px){.hero-welcome{min-height:auto!important}.hero-welcome-media{position:relative!important;left:0!important;height:520px}.hero-welcome .hero-content{padding-top:30px}.hero-welcome .hero-grid{grid-template-columns:1fr!important}.hero-welcome .register-card{max-height:none}.city-gate-modern{grid-template-columns:1fr}.city-gate-photo,.city-gate-model{min-height:430px}.city-gate-modern-copy{grid-column:auto}.city-gate-model{grid-template-columns:1fr}.city-gate-model-caption{padding:28px}.city-gate-model>img{height:430px}.page-hero-clean .page-hero-media img{height:390px}}
@media(max-width:520px){.hero-welcome-media{height:430px}.city-gate-photo,.city-gate-model{min-height:360px}.city-gate-model>img{height:360px}.city-gate-modern-copy{padding:26px 22px}.page-hero-clean .page-hero-media img{height:340px}}

/* Final welcome-banner direction refinement: full model on the left, content on the right. */
@media(min-width:901px){
  .hero-welcome{min-height:760px!important;background:#f7fbf8!important}
  .hero-welcome-media{left:0!important;right:52%!important;top:0!important;bottom:0!important;width:auto!important;background:#eef7f1!important}
  .hero-welcome-media>img{object-fit:contain!important;object-position:center center!important;width:100%!important;height:100%!important;background:#eef7f1!important}
  .hero-welcome .hero-content{padding:42px 0 48px!important}
  .hero-welcome .hero-grid{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:28px!important;margin-left:52%!important;max-width:48%!important}
  .hero-welcome .hero-copy{grid-column:1!important;max-width:100%!important;padding:24px 0!important}
  .hero-welcome .register-card{grid-column:1!important;max-width:100%!important}
  .hero-welcome-flag{right:auto!important;left:24px!important}
}
@media(min-width:901px) and (max-width:1100px){
  .hero-welcome-media{right:50%!important}
  .hero-welcome .hero-grid{margin-left:51%!important;max-width:49%!important}
  .hero-welcome h1{font-size:clamp(44px,5vw,62px)!important}
}
@media(max-width:900px){
  .hero-welcome-media{position:relative!important;left:0!important;right:auto!important;top:auto!important;bottom:auto!important;width:100%!important;height:520px!important}
  .hero-welcome-media>img{object-fit:contain!important;object-position:center center!important;width:100%!important;height:100%!important;background:#eef7f1!important}
  .hero-welcome .hero-grid{margin-left:0!important;max-width:none!important;grid-template-columns:1fr!important}
  .hero-welcome-flag{left:auto!important;right:15px!important}
}
@media(max-width:520px){
  .hero-welcome-media{height:430px!important}
}

/* =========================================================
   EFM SLIDING WELCOME BANNER — FULL-BLEED EDITORIAL HERO
   ========================================================= */
.efm-hero-slider{position:relative;min-height:760px;padding:0!important;background:#062f1d;overflow:hidden}
.efm-slider{position:relative;width:100%;height:760px;overflow:hidden;background:#062f1d}
.efm-slides{position:absolute;inset:0}
.efm-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transform:scale(1.025);transition:opacity .75s ease,transform 7s ease,visibility .75s ease;overflow:hidden}
.efm-slide.is-active{opacity:1;visibility:visible;transform:scale(1)}
.efm-slide-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center;display:block}
.efm-slide-wash{position:absolute;inset:0;background:linear-gradient(90deg,rgba(1,32,19,.82) 0%,rgba(2,47,27,.62) 34%,rgba(3,55,31,.24) 65%,rgba(2,30,18,.12) 100%),linear-gradient(0deg,rgba(0,24,14,.35),rgba(0,24,14,.02) 48%,rgba(0,24,14,.18));pointer-events:none}
.efm-slide-inner{position:relative;z-index:2;height:100%;display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:44px;align-items:center;padding-top:38px;padding-bottom:58px}
.efm-slide-inner-single{display:flex;align-items:center}
.efm-slide-copy{max-width:720px;color:#fff;padding:28px 0}
.efm-copy-wide{max-width:790px}
.efm-slide-copy .eyebrow{color:#d8ffe4!important;letter-spacing:1.6px}
.efm-slide-copy h1,.efm-slide-copy h2{font-weight:950;line-height:.94;letter-spacing:-3px;color:#fff;margin:12px 0 20px;text-shadow:0 5px 25px rgba(0,0,0,.28);font-size:clamp(52px,6vw,84px)}
.efm-slide-copy h2{font-size:clamp(52px,6.2vw,88px)}
.efm-slide-copy h1 span,.efm-slide-copy h2 span{color:#74f08d}
.efm-slide-copy>p{max-width:690px;font-size:17px;line-height:1.72;color:#f3faf6;text-shadow:0 2px 12px rgba(0,0,0,.28);margin:0}
.efm-slide-copy .actions{margin-top:27px}
.efm-slide-copy .btn{margin-right:8px}
.efm-slide-copy .slide-light{background:rgba(255,255,255,.94);color:#075b32;border:1px solid rgba(255,255,255,.9)}
.efm-slide-copy .hero-meta{display:flex;flex-wrap:wrap;gap:9px;margin-top:21px}
.efm-slide-copy .hero-meta span{background:rgba(0,37,22,.62);border:1px solid rgba(255,255,255,.25);padding:8px 11px;border-radius:999px;color:#f2faf5;font-size:11px;box-shadow:0 8px 20px rgba(0,0,0,.10)}
.efm-slider-card{max-height:650px;overflow:auto;background:rgba(255,255,255,.98)!important;border:1px solid rgba(255,255,255,.78)!important;box-shadow:0 24px 70px rgba(0,0,0,.28)!important}
.efm-slider-card h3{color:var(--green)!important}
.efm-slider-card p{color:#5b6e64!important}
.efm-slide-badge{display:inline-flex;align-items:center;gap:12px;margin-top:28px;padding:12px 16px;border-radius:999px;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.30);backdrop-filter:blur(8px);color:#fff}
.efm-slide-badge b{font-size:20px;color:#86f29b}
.efm-slide-badge span{font-size:12px;font-weight:700;letter-spacing:.2px}
.efm-slide-badge img{width:30px;height:18px;object-fit:cover;border-radius:2px}
.efm-slider-arrow{position:absolute;z-index:5;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.45);background:rgba(0,43,25,.45);color:#fff;font-size:38px;line-height:38px;display:grid;place-items:center;cursor:pointer;backdrop-filter:blur(7px);transition:.2s ease}
.efm-slider-arrow:hover{background:#fff;color:#075b32;transform:translateY(-50%) scale(1.06)}
.efm-slider-prev{left:22px}.efm-slider-next{right:22px}
.efm-slider-dots{position:absolute;z-index:6;left:50%;bottom:24px;transform:translateX(-50%);display:flex;gap:9px;align-items:center}
.efm-slider-dots button{width:10px;height:10px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.48);cursor:pointer;transition:.25s ease;box-shadow:0 2px 8px rgba(0,0,0,.15)}
.efm-slider-dots button.is-active{width:30px;border-radius:999px;background:#78ee91}
.efm-slider-progress{position:absolute;z-index:6;left:0;bottom:0;width:100%;height:3px;background:rgba(255,255,255,.16)}
.efm-slider-progress span{display:block;width:0;height:100%;background:#78ee91}
@media(max-width:1100px){.efm-slider,.efm-hero-slider{height:790px;min-height:790px}.efm-slide-inner{grid-template-columns:minmax(0,1fr) 350px;gap:28px}.efm-slide-copy h1,.efm-slide-copy h2{font-size:60px}.efm-slide-copy>p{font-size:15px}.efm-slider-card{max-height:670px}}
@media(max-width:800px){.efm-slider,.efm-hero-slider{height:auto;min-height:0}.efm-slide{position:absolute;min-height:760px}.efm-slide-image{object-position:center center}.efm-slide-wash{background:linear-gradient(90deg,rgba(1,31,19,.72),rgba(2,50,29,.36)),linear-gradient(0deg,rgba(0,24,14,.52),rgba(0,24,14,.10))}.efm-slide-inner{min-height:760px;height:auto;display:block;padding:72px 0 72px}.efm-slide-copy{padding:12px 0 28px}.efm-slide-copy h1,.efm-slide-copy h2{font-size:50px;letter-spacing:-2px}.efm-slide-copy>p{font-size:15px}.efm-slider-card{max-height:none}.efm-slide-inner-single{display:flex;align-items:center}.efm-copy-wide{padding-top:80px}.efm-slider-arrow{width:42px;height:42px;font-size:32px}.efm-slider-prev{left:12px}.efm-slider-next{right:12px}.efm-slider-dots{bottom:20px}}
@media(max-width:520px){.efm-slide{min-height:820px}.efm-slide-inner{min-height:820px;padding:64px 0 70px}.efm-slide-copy h1,.efm-slide-copy h2{font-size:42px}.efm-slide-copy .actions .btn{margin:4px 4px 4px 0}.efm-slide-copy .hero-meta{display:block}.efm-slide-copy .hero-meta span{display:block;margin:6px 0}.efm-copy-wide{padding-top:95px}.efm-slider-card{margin-top:8px}.efm-slide-badge{font-size:11px}.efm-slider-arrow{display:none}}
@media(prefers-reduced-motion:reduce){.efm-slide{transition:none}.efm-slider-progress{display:none}}


/* EFM clean sliding welcome banners — no registration form inside hero */
.efm-slider{height:690px!important;background:#062f1d!important}
.efm-slide-image{object-position:center center!important;filter:none!important}
.efm-slide-wash{background:linear-gradient(90deg,rgba(2,38,24,.18) 0%,rgba(2,38,24,.06) 55%,rgba(2,38,24,.02) 100%)!important}
.efm-slide-inner-single{display:flex!important;align-items:center!important}
.efm-copy-wide{max-width:760px!important;padding:0!important}
.efm-slide-copy h1,.efm-slide-copy h2{font-size:clamp(48px,5.5vw,78px)!important;line-height:.98!important;letter-spacing:-2.5px!important;margin-bottom:20px!important}
.efm-slide-copy>p{max-width:670px!important;font-size:18px!important;line-height:1.68!important}
.efm-slide-copy .eyebrow{font-weight:800!important}
.efm-slide-copy .hero-meta{margin-top:22px!important}
.efm-slide-copy .hero-meta span{background:rgba(2,35,22,.62)!important;backdrop-filter:blur(5px)!important}
.efm-slide-badge{background:rgba(2,35,22,.58)!important}
@media(max-width:800px){.efm-slider{height:680px!important;min-height:680px!important}.efm-slide{min-height:680px!important}.efm-slide-inner{min-height:680px!important;padding:60px 0 72px!important}.efm-slide-copy h1,.efm-slide-copy h2{font-size:44px!important}.efm-slide-copy>p{font-size:15px!important;max-width:580px!important}.efm-slide-wash{background:linear-gradient(90deg,rgba(2,34,22,.52),rgba(2,34,22,.18))!important}}
@media(max-width:520px){.efm-slider{height:650px!important;min-height:650px!important}.efm-slide{min-height:650px!important}.efm-slide-inner{min-height:650px!important;padding:54px 0 66px!important}.efm-slide-copy h1,.efm-slide-copy h2{font-size:37px!important;letter-spacing:-1.5px!important}.efm-slide-copy>p{font-size:14px!important;line-height:1.6!important}.efm-slide-copy .hero-meta{display:block!important}.efm-slide-copy .hero-meta span{display:block!important;margin:6px 0!important}}

/* Evergreen Global Model Management — bright, uniform full-design welcome slider */
.efm-slider{height:720px!important;background:#eef8f2!important}
.efm-slide{background:#eef8f2!important}
.efm-slide-image{object-fit:cover!important;object-position:center center!important;filter:none!important}
.efm-slide-wash{display:none!important}
.efm-slide-inner-single{display:flex!important;align-items:center!important}
.efm-slide-copy{max-width:720px!important;padding:30px 34px!important;background:rgba(255,255,255,.96)!important;border:1px solid rgba(6,91,50,.12)!important;border-radius:24px!important;box-shadow:0 24px 65px rgba(4,57,31,.16)!important;color:#103b29!important}
.efm-slide-copy .eyebrow{color:#08713e!important;text-shadow:none!important}
.efm-slide-copy h1,.efm-slide-copy h2{color:#0b3927!important;text-shadow:none!important;font-size:clamp(46px,5.4vw,76px)!important;line-height:.98!important;letter-spacing:-2.4px!important}
.efm-slide-copy h1 span,.efm-slide-copy h2 span{color:#07883f!important}
.efm-slide-copy>p{color:#385548!important;text-shadow:none!important;font-size:17px!important;line-height:1.68!important}
.efm-slide-copy .actions{margin-top:25px!important}
.efm-slide-copy .slide-light{background:#ffffff!important;color:#075b32!important;border:1px solid #cfe3d7!important;box-shadow:0 8px 20px rgba(4,57,31,.06)!important}
.efm-slide-copy .hero-meta{gap:8px!important}
.efm-slide-copy .hero-meta span{background:#f4faf6!important;color:#28513d!important;border:1px solid #d6e8dd!important;box-shadow:none!important;backdrop-filter:none!important}
.hero-icon{display:inline-grid;place-items:center;width:25px;height:25px;margin-right:6px;border-radius:50%;background:#0a7b42;color:#fff;font-style:normal;font-size:12px;font-weight:800}
.efm-slider-arrow{background:#075b32!important;border-color:#fff!important;color:#fff!important;backdrop-filter:none!important;box-shadow:0 8px 20px rgba(0,0,0,.16)!important}
.efm-slider-arrow:hover{background:#fff!important;color:#075b32!important}
.efm-slider-dots button{background:#b7d8c5!important;box-shadow:none!important}
.efm-slider-dots button.is-active{background:#075b32!important}
.efm-slider-progress{background:#dbece2!important}
.efm-slider-progress span{background:#75d941!important}
@media(max-width:900px){
 .efm-slider{height:690px!important}
 .efm-slide-copy{max-width:650px!important;margin:0 24px!important;padding:26px 28px!important}
 .efm-slide-copy h1,.efm-slide-copy h2{font-size:52px!important}
}
@media(max-width:600px){
 .efm-slider{height:680px!important}
 .efm-slide-image{object-position:center center!important}
 .efm-slide-copy{margin:0 18px!important;padding:23px 22px!important;border-radius:20px!important}
 .efm-slide-copy h1,.efm-slide-copy h2{font-size:39px!important;letter-spacing:-1.3px!important}
 .efm-slide-copy>p{font-size:14px!important}
 .efm-slide-copy .hero-meta span{display:block!important;margin:6px 0!important}
}

/* FINAL WELCOME BANNER REVISION — transparent copy layer, full photography visible */
.efm-slider{
  height:720px!important;
  min-height:720px!important;
  background:#eaf5ee!important;
}
.efm-slide{
  background:#eaf5ee!important;
}
.efm-slide-image{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  filter:none!important;
}
.efm-slide-wash{display:none!important;background:none!important;}
.efm-slide-inner-single{
  width:min(1240px,calc(100% - 40px))!important;
  margin:0 auto!important;
  min-height:100%!important;
  height:100%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  padding:40px 0 70px!important;
}
.efm-slide-copy,
.efm-slide-copy.efm-copy-wide{
  max-width:650px!important;
  padding:0!important;
  margin:0!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  color:#0a3926!important;
}
.efm-slide-copy .eyebrow{
  color:#08713e!important;
  text-shadow:0 1px 0 rgba(255,255,255,.9),0 2px 10px rgba(255,255,255,.55)!important;
}
.efm-slide-copy h1,
.efm-slide-copy h2{
  color:#075b32!important;
  text-shadow:0 2px 0 rgba(255,255,255,.85),0 5px 20px rgba(255,255,255,.35)!important;
  font-size:clamp(46px,5.2vw,76px)!important;
  line-height:.98!important;
  letter-spacing:-2.6px!important;
  margin:12px 0 18px!important;
}
.efm-slide-copy h1 span,
.efm-slide-copy h2 span{
  color:#138b45!important;
  text-shadow:0 2px 0 rgba(255,255,255,.9),0 5px 18px rgba(255,255,255,.35)!important;
}
.efm-slide-copy>p{
  color:#214b37!important;
  text-shadow:0 1px 0 rgba(255,255,255,.95),0 3px 14px rgba(255,255,255,.45)!important;
  max-width:600px!important;
  font-size:17px!important;
  line-height:1.65!important;
  margin:0!important;
}
.efm-slide-copy .actions{margin-top:24px!important}
.efm-slide-copy .btn.lime{
  background:#075b32!important;
  color:#fff!important;
  border-color:#075b32!important;
  box-shadow:0 10px 24px rgba(3,67,36,.22)!important;
}
.efm-slide-copy .slide-light{
  background:rgba(255,255,255,.18)!important;
  color:#075b32!important;
  border:1.5px solid #075b32!important;
  box-shadow:0 6px 18px rgba(255,255,255,.22)!important;
  backdrop-filter:none!important;
}
.efm-slide-copy .hero-meta{
  gap:8px!important;
  margin-top:20px!important;
}
.efm-slide-copy .hero-meta span{
  background:rgba(255,255,255,.18)!important;
  color:#075b32!important;
  border:1px solid rgba(7,91,50,.45)!important;
  box-shadow:0 4px 14px rgba(255,255,255,.18)!important;
  backdrop-filter:none!important;
  text-shadow:0 1px 0 rgba(255,255,255,.85)!important;
}
.hero-icon{
  background:#075b32!important;
  color:#fff!important;
}
/* The photographic composition is the hero; no panel or wash sits over it. */
.efm-slide:nth-child(4) .efm-slide-inner-single{justify-content:flex-start!important}
.efm-slide:nth-child(4) .efm-slide-copy{max-width:610px!important}
.efm-slider-arrow{
  background:rgba(7,91,50,.92)!important;
  border-color:#fff!important;
  color:#fff!important;
  backdrop-filter:none!important;
}
.efm-slider-dots button{background:rgba(255,255,255,.78)!important;border:1px solid rgba(7,91,50,.35)!important}
.efm-slider-dots button.is-active{background:#075b32!important}
.efm-slider-progress{background:rgba(255,255,255,.5)!important}
.efm-slider-progress span{background:#075b32!important}
@media(max-width:900px){
  .efm-slider{height:690px!important;min-height:690px!important}
  .efm-slide-inner-single{width:min(100% - 32px,1240px)!important;padding:35px 0 70px!important;justify-content:center!important}
  .efm-slide-copy{max-width:650px!important}
  .efm-slide-copy h1,.efm-slide-copy h2{font-size:52px!important}
  .efm-slide:nth-child(4) .efm-slide-inner-single{justify-content:center!important}
}
@media(max-width:600px){
  .efm-slider{height:660px!important;min-height:660px!important}
  .efm-slide-image{object-position:center center!important}
  .efm-slide-inner-single{width:calc(100% - 28px)!important;padding:42px 0 66px!important}
  .efm-slide-copy{max-width:100%!important}
  .efm-slide-copy h1,.efm-slide-copy h2{font-size:39px!important;letter-spacing:-1.5px!important}
  .efm-slide-copy>p{font-size:14px!important;line-height:1.58!important}
  .efm-slide-copy .actions{gap:7px!important}
  .efm-slide-copy .actions .btn{margin:2px 0!important;min-height:42px!important;padding:0 14px!important}
  .efm-slide-copy .hero-meta{display:block!important}
  .efm-slide-copy .hero-meta span{display:inline-flex!important;margin:4px 4px 4px 0!important}
}

/* Evergreen Global Model Management — final visual refinement based on supplied reference */
.topbar{background:#05652f!important;color:#fff!important;font-size:12px!important}
.topbar .wrap{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:7px 0!important}
.topbar span{display:flex;align-items:center;gap:8px;font-weight:700}
.topbar .top-flag{width:24px;height:15px!important;margin-left:2px}
.header{background:#fff!important;border-bottom:1px solid #e2ebe5!important}
.head{min-height:104px!important;gap:28px!important}
.logo{width:300px!important;max-height:92px!important;object-fit:contain!important;object-position:left center!important}
.nav{gap:22px!important}
.nav a{font-size:14px!important;color:#203b2f!important;padding:38px 0!important}
.nav a:hover,.nav a.active{color:#08733d!important;border-color:#08733d!important}
.head-cta .btn{min-height:45px!important}

/* Full-width welcome photography; copy floats directly on the image with transparent background. */
.efm-slider{height:690px!important;background:#dff1e6!important}
.efm-slide{background:#dff1e6!important}
.efm-slide-image{object-fit:cover!important;object-position:center center!important;filter:none!important}
.efm-slide-wash{display:none!important;background:none!important}
.efm-slide-inner{padding:30px 0 65px!important}
.efm-slide-inner-single{display:flex!important;align-items:center!important}
.efm-slide-copy,.efm-slide-copy.efm-copy-wide{background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;backdrop-filter:none!important;color:#064b2b!important;max-width:700px!important;padding:20px 0!important;margin-left:auto!important}
.efm-slide-copy .eyebrow{color:#08743e!important;text-shadow:0 2px 8px rgba(255,255,255,.8)!important;font-weight:900!important;letter-spacing:2.5px!important}
.efm-slide-copy h1,.efm-slide-copy h2{color:#07552f!important;text-shadow:0 2px 14px rgba(255,255,255,.78),0 1px 2px rgba(255,255,255,.65)!important;font-size:clamp(44px,5vw,78px)!important;line-height:.98!important;letter-spacing:-2.7px!important;margin:10px 0 18px!important}
.efm-slide-copy h1 span,.efm-slide-copy h2 span{color:#118d46!important}
.efm-slide-copy>p{color:#183f2d!important;text-shadow:0 1px 8px rgba(255,255,255,.88)!important;font-size:17px!important;line-height:1.55!important;max-width:610px!important;font-weight:650!important}
.efm-slide-copy .actions{margin-top:24px!important}
.efm-slide-copy .btn.lime{background:#0a713c!important;color:#fff!important;border-color:#0a713c!important;box-shadow:0 8px 22px rgba(4,72,38,.2)!important}
.efm-slide-copy .slide-light{background:rgba(255,255,255,.86)!important;color:#075b32!important;border:1px solid rgba(7,91,50,.28)!important;box-shadow:0 6px 18px rgba(4,57,31,.08)!important}
.efm-slide-copy .hero-meta{gap:9px!important;margin-top:20px!important}
.efm-slide-copy .hero-meta span{background:rgba(255,255,255,.72)!important;color:#0b4b30!important;border:1px solid rgba(7,91,50,.16)!important;border-radius:999px!important;box-shadow:0 5px 15px rgba(4,57,31,.08)!important;backdrop-filter:blur(3px)!important;padding:7px 11px!important}
.hero-icon{background:#08783f!important;color:#fff!important}
.efm-slider-arrow{background:#08713d!important;border:2px solid rgba(255,255,255,.92)!important;color:#fff!important;width:48px!important;height:48px!important;box-shadow:0 8px 18px rgba(0,0,0,.18)!important}
.efm-slider-arrow:hover{background:#fff!important;color:#08713d!important}
.efm-slider-dots button{background:rgba(255,255,255,.75)!important;border:1px solid rgba(7,91,50,.28)!important}
.efm-slider-dots button.is-active{background:#08713d!important}
.efm-slider-progress{background:rgba(255,255,255,.35)!important}
.efm-slider-progress span{background:#08713d!important}

/* Reference-style services row beneath the hero */
.service-strip{background:#fff;border-bottom:1px solid #e0e9e3;box-shadow:0 8px 22px rgba(3,49,27,.05)}
.service-grid{display:grid;grid-template-columns:repeat(5,1fr);align-items:stretch}
.service-item{min-height:94px;display:flex;align-items:center;gap:13px;padding:14px 20px;border-right:1px solid #dce7e0}
.service-item:last-child{border-right:0}
.service-icon{width:45px;height:45px;flex:0 0 45px;border-radius:50%;display:grid;place-items:center;background:#0a743e;color:#fff;font-size:22px;font-weight:900;box-shadow:0 6px 16px rgba(4,70,37,.14)}
.service-item strong{display:block;color:#0a5d34;font-size:13px;line-height:1.2}
.service-item small{display:block;color:#607067;font-size:10px;margin-top:5px;line-height:1.3}

.footer-logo{filter:none!important;background:#fff!important;border-radius:12px!important;padding:7px!important;width:245px!important}
.footer-logo-wrap{display:inline-block;background:#fff;border-radius:14px;padding:3px}

/* Improve page branding with the new logo on white header */
@media(max-width:1100px){
  .logo{width:250px!important}
  .nav{gap:14px!important}
  .nav a{font-size:12px!important}
  .efm-slider{height:650px!important}
  .efm-slide-copy h1,.efm-slide-copy h2{font-size:58px!important}
  .service-item{padding:13px 10px;gap:9px}
}
@media(max-width:800px){
  .topbar .wrap{flex-direction:column;align-items:flex-start;gap:3px}
  .head{min-height:78px!important}
  .logo{width:235px!important;max-height:72px!important}
  .nav{background:#fff!important}
  .nav a{padding:12px 0!important}
  .efm-slider{height:650px!important;min-height:650px!important}
  .efm-slide{min-height:650px!important}
  .efm-slide-image{object-position:center center!important}
  .efm-slide-inner{min-height:650px!important;padding:45px 0 60px!important}
  .efm-slide-copy{max-width:620px!important;margin-left:auto!important;padding:10px 0!important}
  .efm-slide-copy h1,.efm-slide-copy h2{font-size:46px!important;letter-spacing:-1.8px!important}
  .efm-slide-copy>p{font-size:15px!important;max-width:540px!important}
  .service-grid{grid-template-columns:repeat(2,1fr)}
  .service-item:nth-child(2),.service-item:nth-child(4){border-right:0}
  .service-item:last-child{grid-column:1/-1;border-top:1px solid #dce7e0}
}
@media(max-width:520px){
  .logo{width:205px!important}
  .efm-slider{height:610px!important;min-height:610px!important}
  .efm-slide{min-height:610px!important}
  .efm-slide-inner{min-height:610px!important;padding:35px 0 55px!important}
  .efm-slide-copy{max-width:92%!important}
  .efm-slide-copy h1,.efm-slide-copy h2{font-size:37px!important}
  .efm-slide-copy>p{font-size:13px!important;line-height:1.5!important}
  .efm-slide-copy .hero-meta span{display:inline-flex!important;margin:4px 2px!important;font-size:10px!important}
  .service-grid{grid-template-columns:1fr}
  .service-item,.service-item:nth-child(2),.service-item:nth-child(4),.service-item:last-child{border-right:0;border-top:1px solid #dce7e0;grid-column:auto}
  .service-item:first-child{border-top:0}
}


/* ==========================================================
   Global horizontal brand + multi-level dropdown navigation
   ========================================================== */
.brand-link{display:flex;align-items:center;flex:0 0 auto;text-decoration:none}
.header .logo{width:300px!important;height:auto!important;max-height:78px!important;object-fit:contain!important;object-position:left center!important;background:transparent!important;border-radius:0!important;padding:0!important;filter:none!important}
.header .head{gap:22px!important;min-height:92px!important}
.header .nav{display:flex!important;align-items:center!important;gap:4px!important;flex:1 1 auto!important;justify-content:center!important}
.header .nav>a,.header .nav-dropdown>.nav-drop-toggle{font:inherit!important;font-size:13px!important;font-weight:800!important;letter-spacing:.01em!important;color:#173c2c!important;text-decoration:none!important;border:0!important;border-bottom:2px solid transparent!important;background:transparent!important;padding:34px 11px!important;white-space:nowrap!important;cursor:pointer!important;display:inline-flex!important;align-items:center!important;gap:6px!important}
.header .nav>a:hover,.header .nav-dropdown>.nav-drop-toggle:hover,.header .nav>a.active,.header .nav-dropdown.active>.nav-drop-toggle{color:#08733d!important;border-bottom-color:#20b85a!important}
.nav-dropdown{position:relative;display:flex;align-items:stretch;height:100%}
.nav-drop-toggle span{font-size:15px;line-height:1;transition:transform .2s ease}
.nav-dropdown:hover .nav-drop-toggle span,.nav-dropdown.open .nav-drop-toggle span{transform:rotate(180deg)}
.nav-submenu{position:absolute;top:calc(100% - 1px);left:50%;transform:translate(-50%,8px);min-width:245px;background:#fff;border:1px solid #dfeae3;border-top:3px solid #0a743e;border-radius:0 0 14px 14px;box-shadow:0 18px 40px rgba(1,46,25,.16);padding:8px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,transform .18s ease,visibility .18s ease;z-index:1100}
.nav-submenu a{display:block!important;padding:12px 14px!important;border-radius:9px!important;color:#244638!important;text-decoration:none!important;font-size:13px!important;font-weight:700!important;line-height:1.25!important;white-space:normal!important;border:0!important;background:#fff!important}
.nav-submenu a:hover,.nav-submenu a.active{background:#edf8f1!important;color:#08733d!important}
.nav-dropdown:hover>.nav-submenu,.nav-dropdown:focus-within>.nav-submenu,.nav-dropdown.open>.nav-submenu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}
.head-cta{flex:0 0 auto!important;display:flex!important;align-items:center!important;gap:8px!important}
.head-cta .btn{white-space:nowrap!important}

/* Keep the new transparent logo crisp on every header/footer surface. */
.footer-logo{width:270px!important;max-height:82px!important;object-fit:contain!important;background:transparent!important;border:0!important;border-radius:0!important;padding:0!important;filter:none!important}
.footer-logo-wrap{background:transparent!important;box-shadow:none!important;padding:0!important}

@media(max-width:1200px){
  .header .logo{width:250px!important;max-height:72px!important}
  .header .head{gap:12px!important}
  .header .nav{gap:0!important}
  .header .nav>a,.header .nav-dropdown>.nav-drop-toggle{font-size:12px!important;padding-left:8px!important;padding-right:8px!important}
  .head-cta .btn{padding-left:12px!important;padding-right:12px!important}
}

@media(max-width:900px){
  .header .head{min-height:82px!important}
  .header .logo{width:245px!important;max-height:66px!important}
  .header .menu{display:block!important;margin-left:auto!important}
  .header .nav{display:none!important;position:absolute!important;left:13px!important;right:13px!important;top:100%!important;width:auto!important;background:#fff!important;border:1px solid #dfeae3!important;border-top:3px solid #0a743e!important;border-radius:0 0 16px 16px!important;box-shadow:0 18px 40px rgba(1,46,25,.14)!important;padding:10px!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;gap:2px!important;z-index:1200!important}
  .header .nav.open{display:flex!important}
  .header .nav>a,.header .nav-dropdown>.nav-drop-toggle{width:100%!important;justify-content:space-between!important;padding:13px 14px!important;border-bottom:1px solid #e7efe9!important;text-align:left!important}
  .nav-dropdown{display:block!important;height:auto!important}
  .nav-submenu{position:static!important;transform:none!important;min-width:0!important;display:none!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;border:0!important;border-left:3px solid #20b85a!important;border-radius:0!important;box-shadow:none!important;padding:4px 0 4px 8px!important;background:#f7fbf8!important}
  .nav-dropdown.open>.nav-submenu{display:block!important}
  .nav-submenu a{padding:11px 13px!important;background:transparent!important}
  .head-cta{display:none!important}
}

@media(max-width:520px){
  .header .logo{width:205px!important;max-height:60px!important}
  .header .head{min-height:76px!important}
}
