:root{
  --navy:#12244a;
  --navy-2:#0f1e3d;
  --blue:#2f6fb0;
  --blue-soft:#e8f0f8;
  --grey:#5a6472;
  --line:#e2e7ee;
  --bg:#f4f6fa;
  --cta:#c0562a;
  --white:#fff;
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:'Figtree', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  color:#1c2430;
  background:var(--white);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
body.industry-consumer{
  --hero-image:url("/assets/industries/newen-consumer-goods-manufacturing-hero.jpg");
  --hero-position:center 28%;
  --hero-title-width:780px;
  --hero-lede-width:640px;
}
body.industry-flour{
  --hero-image:url("/assets/industries/newen-flour-agro-processing-hero.jpg");
  --hero-position:center 30%;
  --hero-title-width:780px;
  --hero-lede-width:640px;
}
body.industry-animal-feed{
  --hero-image:url("/assets/industries/newen-animal-feed-production-factory-to-farm.jpg");
  --hero-position:center 30%;
  --hero-title-width:780px;
  --hero-lede-width:640px;
}
body.industry-chemicals{
  --hero-image:url("/assets/industries/newen-chemicals-paints-colour-engineered-hero.jpg");
  --hero-position:center 30%;
  --hero-title-width:780px;
  --hero-lede-width:640px;
}
body.industry-energy{
  --hero-image:url("/assets/industries/newen-energy-resources-three-pillars-hero.jpg");
  --hero-position:center 30%;
  --hero-title-width:820px;
  --hero-lede-width:700px;
}

.wrap{max-width:1180px;margin:0 auto;padding:0 32px}
a{text-decoration:none;color:inherit}
h1,h2,h3{line-height:1.15;letter-spacing:-.01em}
.eyebrow{
  display:inline-block;
  margin-bottom:16px;
  color:var(--blue);
  font-size:12px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.eyebrow.light{color:#8fb4d9}

.skip-link{
  position:fixed;
  top:10px;
  left:10px;
  z-index:100;
  padding:10px 14px;
  border-radius:7px;
  background:var(--white);
  color:var(--navy);
  font-weight:700;
  transform:translateY(-160%);
}
.skip-link:focus{transform:translateY(0)}

nav.site-nav{position:absolute;top:0;left:0;right:0;z-index:20}
.nav-inner{
  max-width:1180px;
  margin:0 auto;
  padding:26px 32px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
}
.logo{color:#fff;font-size:22px;font-weight:800;letter-spacing:-.02em}
.menu{display:flex;gap:30px;color:#e7edf5;font-size:15px;font-weight:500}
.menu a:hover,.menu a:focus-visible{color:#fff}
.menu a.active{color:#fff;font-weight:700}
.btn-nav{
  display:flex;
  align-items:center;
  gap:8px;
  padding:11px 20px;
  border-radius:9px;
  background:#fff;
  color:var(--navy);
  font-size:14px;
  font-weight:700;
}
.btn-nav .dot{
  display:flex;
  align-items:center;
  justify-content:center;
  width:26px;
  height:26px;
  margin-left:-8px;
  border-radius:7px;
  background:var(--blue);
  color:#fff;
}
.mobile-menu{display:none;position:relative}
.mobile-menu summary{
  cursor:pointer;
  list-style:none;
  padding:9px 13px;
  border:1px solid rgba(255,255,255,.42);
  border-radius:8px;
  background:rgba(15,30,61,.38);
  color:#fff;
  font-size:14px;
  font-weight:700;
  backdrop-filter:blur(6px);
}
.mobile-menu summary::-webkit-details-marker{display:none}
.mobile-menu-panel{
  position:absolute;
  top:48px;
  right:0;
  width:min(290px,calc(100vw - 40px));
  padding:12px;
  border:1px solid var(--line);
  border-radius:12px;
  background:#fff;
  box-shadow:0 18px 45px rgba(9,17,33,.24);
}
.mobile-menu-panel a{
  display:block;
  padding:9px 10px;
  border-radius:7px;
  color:#273548;
  font-size:14px;
  font-weight:600;
}
.mobile-menu-panel a:hover,.mobile-menu-panel a:focus-visible{background:var(--bg);color:var(--blue)}

.hero{
  position:relative;
  min-height:640px;
  display:flex;
  align-items:flex-end;
  padding-bottom:60px;
  color:#fff;
  background:
    linear-gradient(180deg,rgba(9,17,33,.42) 0%,rgba(9,17,33,.30) 38%,rgba(9,17,33,.88) 100%),
    var(--hero-image) var(--hero-position)/cover no-repeat,
    linear-gradient(135deg,#0f1e3d,#25324a);
}
.backpill{
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin-bottom:26px;
  padding:8px 16px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:40px;
  background:rgba(255,255,255,.14);
  color:#fff;
  font-size:13px;
  font-weight:600;
  backdrop-filter:blur(4px);
}
.backpill:hover,.backpill:focus-visible{background:rgba(255,255,255,.22)}
.badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:16px;
  padding:6px 14px;
  border:1px solid rgba(143,180,217,.5);
  border-radius:40px;
  background:rgba(47,111,176,.28);
  color:#dbe8f5;
  font-size:12px;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.hero h1{
  max-width:var(--hero-title-width,780px);
  margin-bottom:20px;
  font-size:60px;
  font-weight:800;
  text-shadow:0 2px 20px rgba(0,0,0,.25);
}
.hero p.lede{
  max-width:var(--hero-lede-width,640px);
  color:#e6edf6;
  font-size:20px;
  font-weight:400;
  text-shadow:0 1px 12px rgba(0,0,0,.3);
}
.hero-cta{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-top:32px;
  padding:15px 26px;
  border-radius:11px;
  background:var(--cta);
  color:#fff;
  font-size:16px;
  font-weight:700;
}
.hero-cta:hover,.hero-cta:focus-visible{background:#a8461f}

main section{padding:84px 0}
.sec-head{max-width:720px;margin-bottom:44px}
.sec-head h2{margin-bottom:16px;color:var(--navy);font-size:36px;font-weight:800}
.sec-head p{color:var(--grey);font-size:18px}
.industry-energy .sec-head{max-width:760px}

.expbar{
  margin-bottom:40px;
  padding:22px 26px;
  border-left:5px solid var(--blue);
  border-radius:12px;
  background:var(--blue-soft);
}
.expbar p{margin:0;color:#28405c;font-size:16px}
.expbar strong{color:var(--navy)}

.overview{
  display:grid;
  grid-template-columns:1.35fr 1fr;
  gap:56px;
  align-items:start;
}
.industry-energy .overview{margin-top:40px}
.overview-title{margin-bottom:20px;color:var(--navy);font-size:34px;font-weight:800}
.overview .body p{margin-bottom:18px;color:#37414f;font-size:18px}
.facts{padding:34px;border-radius:16px;background:var(--navy);color:#fff}
.facts h4{margin-bottom:22px;color:#8fb4d9;font-size:13px;letter-spacing:.12em;text-transform:uppercase}
.fact{padding:16px 0;border-bottom:1px solid rgba(255,255,255,.12)}
.fact:last-child{padding-bottom:0;border-bottom:0}
.fact .k{color:#c7d4e4;font-size:15px}
.fact .v{margin-top:3px;color:#fff;font-size:16px;font-weight:600}

.challenges{background:var(--bg)}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.card{padding:28px;border:1px solid var(--line);border-radius:14px;background:#fff}
.card .ic{
  display:flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  margin-bottom:18px;
  border-radius:11px;
  background:var(--blue-soft);
  color:var(--blue);
  font-size:18px;
  font-weight:800;
}
.card h3{margin-bottom:9px;color:var(--navy);font-size:19px;font-weight:700}
.card p{color:var(--grey);font-size:15px}

.sap{background:var(--navy);color:#fff}
.sap .sec-head h2{color:#fff}
.sap .sec-head p{color:#b9c6d8}
.modrow{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.mod{
  display:flex;
  gap:16px;
  padding:22px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:13px;
  background:rgba(255,255,255,.05);
}
.mod .tag{
  flex:none;
  height:fit-content;
  padding:5px 10px;
  border-radius:7px;
  background:var(--blue);
  color:#fff;
  font-size:12px;
  font-weight:800;
  letter-spacing:.04em;
}
.mod h3{margin-bottom:5px;font-size:17px;font-weight:700}
.mod p{color:#c3cfde;font-size:14.5px}

.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.step{position:relative;padding-top:20px;border-top:3px solid var(--blue)}
.step .n{color:var(--blue);font-size:13px;font-weight:800;letter-spacing:.1em}
.step h3{margin:10px 0 8px;color:var(--navy);font-size:18px;font-weight:700}
.step p{color:var(--grey);font-size:15px}

.outcomes{background:var(--blue-soft)}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.stat .big{color:var(--navy);font-size:38px;font-weight:800;letter-spacing:-.02em}
.stat .lbl{margin-top:6px;color:#3f4a5a;font-size:15px}
.note{margin-top:26px;color:var(--grey);font-size:13px;font-style:italic}

.rel{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.relcard{
  display:block;
  padding:26px;
  border:1px solid var(--line);
  border-radius:14px;
  transition:.15s;
}
.relcard:hover,.relcard:focus-visible{
  border-color:var(--blue);
  box-shadow:0 8px 26px rgba(18,36,74,.08);
  transform:translateY(-2px);
}
.relcard h3{margin-bottom:8px;color:var(--navy);font-size:18px;font-weight:700}
.relcard p{margin-bottom:14px;color:var(--grey);font-size:15px}
.relcard .go{color:var(--blue);font-size:14px;font-weight:700}

.cta-section{padding-top:20px}
.ctaband{
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:30px;
  padding:56px;
  border-radius:20px;
  background:var(--navy);
}
.ctaband h2{max-width:620px;color:#fff;font-size:30px;font-weight:800}
.industry-energy .ctaband h2{max-width:640px}
.ctaband p{max-width:600px;margin-top:10px;color:#b9c6d8;font-size:17px}
.ctaband .btns{display:flex;flex-wrap:wrap;gap:14px}
.btn-primary{
  padding:15px 26px;
  border-radius:11px;
  background:var(--cta);
  color:#fff;
  font-size:16px;
  font-weight:700;
}
.btn-primary:hover,.btn-primary:focus-visible{background:#a8461f}
.btn-ghost{
  padding:15px 26px;
  border:1px solid rgba(255,255,255,.35);
  border-radius:11px;
  background:transparent;
  color:#fff;
  font-size:16px;
  font-weight:700;
}
.btn-ghost:hover,.btn-ghost:focus-visible{background:rgba(255,255,255,.08)}

footer{margin-top:20px;padding:56px 0 34px;background:#0d1830;color:#aeb9cb}
.fcols{display:grid;grid-template-columns:2fr 1fr 1fr 1.2fr;gap:36px;margin-bottom:40px}
.fcols h5{margin-bottom:16px;color:#fff;font-size:14px;letter-spacing:.04em}
.fcols a,.fcols p{display:block;margin-bottom:10px;color:#9aa6ba;font-size:14px}
.fcols a:hover,.fcols a:focus-visible{color:#fff}
.fcols a.flogo{display:inline-block;margin-bottom:12px;color:#fff;font-size:22px;font-weight:800}
.footer-summary{max-width:280px}
.fbottom{padding-top:22px;border-top:1px solid rgba(255,255,255,.1);color:#7f8ba0;font-size:13px}

:focus-visible{outline:3px solid rgba(143,180,217,.6);outline-offset:3px}

@media(max-width:900px){
  .hero h1{font-size:40px}
  .overview,.cards,.modrow,.steps,.stats,.rel,.fcols{grid-template-columns:1fr}
  .menu{display:none}
  .mobile-menu{display:block}
  .sec-head h2{font-size:28px}
  .ctaband{padding:34px}
}
@media(max-width:620px){
  .nav-inner{padding:20px}
  .btn-nav{display:none}
  .hero{min-height:590px}
  .hero h1{font-size:34px}
  .hero p.lede{font-size:17px}
  .wrap{padding-left:20px;padding-right:20px}
  .ctaband .btns,.btn-primary,.btn-ghost{width:100%}
  .btn-primary,.btn-ghost{text-align:center}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
