:root{
  --bg:#061525;
  --bg-2:#081f34;
  --panel:#0a2236;
  --panel-2:#0f2a42;
  --line:rgba(180,210,235,.18);
  --text:#f6fbff;
  --muted:#b9c6d5;
  --muted-2:#8192a6;
  --red:#e50920;
  --red-2:#ff1d35;
  --white:#fff;
  --shadow:0 24px 70px rgba(0,0,0,.42);
  --container:1340px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Inter","Segoe UI",Arial,sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at 82% 12%,rgba(34,72,105,.32),transparent 34%),
    radial-gradient(circle at 18% 36%,rgba(12,50,81,.42),transparent 35%),
    linear-gradient(180deg,#051321 0%,#071929 48%,#061421 100%);
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button{font:inherit;color:inherit}
.svg-sprite{position:absolute;width:0;height:0;overflow:hidden}
.container{width:min(var(--container),calc(100% - 64px));margin-inline:auto}
.topbar{
  height:43px;
  display:flex;
  align-items:center;
  background:#051120;
  border-bottom:1px solid rgba(255,255,255,.08);
  color:#d5deea;
  font-size:14px;
  letter-spacing:.2px;
}
.topbar__inner{display:flex;align-items:center;gap:42px;height:100%}
.topbar__item{display:inline-flex;align-items:center;gap:9px;white-space:nowrap;opacity:.94}
.topbar__item svg{width:16px;height:16px;stroke:currentColor;stroke-width:1.8;fill:none;color:#fff}
.topbar__social{margin-left:auto;display:flex;gap:20px;font-weight:800;align-items:center}
.topbar__social a{font-size:14px;line-height:1;opacity:.94;transition:.25s}
.topbar__social a:hover{color:var(--red)}
.site-header{
  position:sticky;top:0;z-index:30;
  background:rgba(5,18,31,.93);
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(255,255,255,.1);
}
.nav{height:92px;display:flex;align-items:center;gap:32px}
.brand img{width:244px;height:auto}
.main-nav{margin-left:auto;display:flex;align-items:center;gap:36px;text-transform:uppercase;font-weight:800;font-size:13px;letter-spacing:.8px;color:#eef4fb}
.main-nav a{position:relative;padding:37px 0;transition:.25s}
.main-nav a::after{content:"";position:absolute;left:0;bottom:25px;width:0;height:3px;background:var(--red);transition:.25s}
.main-nav a:hover,.main-nav a.active{color:#fff}
.main-nav a:hover::after,.main-nav a.active::after{width:100%}
.quote-btn{
  display:inline-flex;align-items:center;gap:12px;
  background:var(--red);
  padding:18px 24px;
  text-transform:uppercase;
  font-weight:900;
  font-size:13px;
  letter-spacing:.4px;
  box-shadow:0 14px 36px rgba(229,9,32,.26);
  transition:.25s;
  white-space:nowrap;
}
.quote-btn:hover,.btn--primary:hover{background:#ff1230;transform:translateY(-2px)}
.nav-toggle{display:none;background:transparent;border:0;width:44px;height:44px;margin-left:auto;cursor:pointer}
.nav-toggle span{display:block;height:2px;background:#fff;margin:7px 0;transition:.25s}
.hero{
  position:relative;
  min-height:508px;
  display:flex;
  align-items:stretch;
  overflow:hidden;
  border-bottom:1px solid var(--line);
  background:#061729;
}
.hero__bg{
  position:absolute;inset:0;
  background:
    linear-gradient(90deg,rgba(5,18,31,.98) 0%,rgba(5,18,31,.92) 34%,rgba(5,18,31,.3) 56%,rgba(5,18,31,.14) 100%),
    url('../images/hero-industrial.jpg') center right/cover no-repeat;
  transform:scale(1.02);
}
.hero__bg::after{
  content:"";position:absolute;inset:0;
  background:
    linear-gradient(180deg,rgba(2,8,15,.05),rgba(2,8,15,.3)),
    repeating-linear-gradient(90deg,rgba(255,255,255,.025) 0 1px,transparent 1px 72px);
}
.hero__stripe{position:absolute;left:49%;top:-20%;width:92px;height:150%;transform:skewX(-23deg);background:linear-gradient(90deg,rgba(62,89,119,.45),rgba(20,46,72,.7));box-shadow:0 0 0 13px rgba(3,12,22,.33)}
.hero__stripe::after{content:"";position:absolute;right:20px;top:0;width:14px;height:100%;background:var(--red)}
.hero__content{position:relative;z-index:2;display:flex;align-items:center;min-height:508px}
.hero__copy{width:min(590px,55%);padding:62px 0 72px}
.hero h1{
  margin:0;
  text-transform:uppercase;
  font-size:clamp(42px,4.6vw,76px);
  line-height:1.05;
  letter-spacing:-1.8px;
  font-weight:950;
  text-shadow:0 10px 22px rgba(0,0,0,.2);
}
.red-line{display:block;width:42px;height:5px;background:var(--red);margin:28px 0 24px}
.hero p{max-width:470px;margin:0;color:#cbd7e5;line-height:1.75;font-size:15.5px}
.hero__actions{display:flex;gap:26px;margin-top:30px;flex-wrap:wrap}
.btn{height:56px;display:inline-flex;align-items:center;justify-content:center;gap:14px;padding:0 28px;text-transform:uppercase;font-size:13px;font-weight:900;letter-spacing:.45px;transition:.25s;border:1px solid transparent}
.btn span,.quote-btn span{font-size:25px;line-height:0;transform:translateY(-1px)}
.btn--primary{background:var(--red);box-shadow:0 12px 34px rgba(229,9,32,.22)}
.btn--ghost{border-color:rgba(255,255,255,.42);background:rgba(4,17,30,.28)}
.btn--ghost:hover{border-color:#fff;background:rgba(255,255,255,.08);transform:translateY(-2px)}
.section{padding:30px 0 26px;border-bottom:1px solid var(--line)}
.eyebrow{margin:0 0 18px;text-transform:uppercase;color:#c3d0df;font-size:13px;font-weight:900;letter-spacing:2px}
.eyebrow span{color:var(--red);font-size:22px;margin-right:9px;vertical-align:-2px}
h2{margin:0;text-transform:uppercase;font-size:clamp(26px,2.7vw,38px);line-height:1.14;letter-spacing:.6px;font-weight:950}
.services{background:linear-gradient(90deg,#061626,#08223a 52%,#061626);padding-top:34px;padding-bottom:28px}
.service-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:12px;margin-top:28px}
.service-card{min-height:246px;border:1px solid rgba(198,220,239,.27);background:linear-gradient(180deg,rgba(16,43,67,.68),rgba(7,25,42,.78));padding:26px 17px 20px;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px rgba(255,255,255,.02);transition:.25s}
.service-card::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 0,rgba(255,255,255,.09),transparent 46%);opacity:0;transition:.25s}
.service-card:hover{transform:translateY(-7px);border-color:rgba(229,9,32,.7);box-shadow:0 20px 48px rgba(0,0,0,.23)}
.service-card:hover::before{opacity:1}
.service-card svg{width:62px;height:62px;stroke:var(--red);stroke-width:1.6;fill:none;margin:0 auto 26px;display:block}
.service-card h3{font-size:16px;line-height:1.25;margin:0 0 18px;font-weight:900;color:#fff}
.service-card p{font-size:12px;line-height:1.75;color:#b8c6d6;margin:0 0 22px}
.service-card a{font-size:24px;color:#fff;position:absolute;left:17px;bottom:18px;transition:.25s}
.service-card a:hover{color:var(--red);transform:translateX(5px)}
.about{display:grid;grid-template-columns:42.5% 57.5%;min-height:360px;border-bottom:1px solid var(--line);background:linear-gradient(90deg,#071625,#092038)}
.about__image{position:relative;min-height:360px;overflow:hidden}
.about__image img{width:100%;height:100%;object-fit:cover;filter:saturate(1.05) contrast(1.04)}
.about__image::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,18,31,.17),transparent)}
.experience-card{position:absolute;left:70px;bottom:40px;z-index:2;display:flex;align-items:center;gap:18px;background:rgba(6,24,40,.86);border:1px solid rgba(255,255,255,.24);padding:20px 24px;box-shadow:var(--shadow);text-transform:uppercase}
.experience-card svg{width:28px;height:28px;stroke:#fff;fill:none;stroke-width:1.7}.experience-card strong{font-size:38px;color:var(--red)}.experience-card span{font-size:13px;font-weight:900;letter-spacing:.6px}
.about__content{padding:50px 70px 42px;align-self:center}.about__content>p:not(.eyebrow){max-width:660px;color:#c3cfdd;line-height:1.74;font-size:14px;margin:26px 0 38px}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.stats div{min-height:106px;display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:center;border-right:1px solid rgba(255,255,255,.24)}.stats div:last-child{border-right:0}.stats svg{width:30px;height:30px;stroke:#d9e5f2;fill:none;stroke-width:1.5;margin-bottom:9px}.stats strong{display:block;color:var(--red);font-size:36px;line-height:1;font-weight:950}.stats span{color:#bfccda;font-size:13px;line-height:1.25;margin-top:7px}
.industries{padding-top:30px;background:linear-gradient(90deg,#061525,#08223a 58%,#061525)}
.industry-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:25px}.industry-card{height:220px;position:relative;border:1px solid rgba(198,220,239,.28);overflow:hidden;background:#0b2338;transition:.25s}.industry-card img{width:100%;height:100%;object-fit:cover;transition:.35s}.industry-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(3,13,23,.94) 100%)}.industry-card span{position:absolute;left:0;right:0;bottom:0;z-index:2;min-height:62px;display:flex;align-items:center;gap:16px;padding:0 22px;text-transform:uppercase;font-weight:850;font-size:13px;letter-spacing:.4px;background:rgba(6,21,36,.68);border-top:1px solid rgba(255,255,255,.18)}.industry-card svg{width:29px;height:29px;stroke:#e6eef8;fill:none;stroke-width:1.5}.industry-card:hover{transform:translateY(-6px);border-color:var(--red)}.industry-card:hover img{transform:scale(1.08)}.slider-dots{display:flex;justify-content:center;gap:9px;margin:24px 0 0}.slider-dots span{width:9px;height:9px;background:#5a6878;border-radius:50%}.slider-dots .active{background:var(--red)}
.why{padding:32px 0 34px;background:#071a2c}.why-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:0;margin-top:26px}.why-item{display:flex;gap:20px;padding:10px 26px 10px 0;border-right:1px solid rgba(255,255,255,.25);min-height:100px}.why-item:last-child{border-right:0}.why-item svg{flex:0 0 auto;width:56px;height:56px;stroke:var(--red);fill:none;stroke-width:1.55}.why-item h3{margin:0 0 8px;text-transform:uppercase;font-size:13px;font-weight:950}.why-item p{margin:0;color:#bbc8d6;line-height:1.55;font-size:12px}
.cta{position:relative;overflow:hidden;border-bottom:1px solid var(--line);background:#0a1724}.cta::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,17,29,.95) 0%,rgba(5,17,29,.82) 44%,rgba(5,17,29,.35) 70%),url('../images/cta-bolts.jpg') center right/cover no-repeat;filter:saturate(.88)}.cta__inner{position:relative;z-index:2;min-height:132px;display:flex;align-items:center;justify-content:space-between;gap:24px}.cta h2{font-size:34px}.cta p{color:#c0cbd7;margin:8px 0 0}.footer{background:#061525}.footer__grid{display:grid;grid-template-columns:1.3fr 1.2fr .7fr 1.25fr 1.3fr;gap:44px;padding:38px 0;border-bottom:1px solid rgba(255,255,255,.08)}.footer__grid>div{border-right:1px solid rgba(255,255,255,.22);padding-right:34px}.footer__grid>div:last-child{border-right:0}.footer__brand img{width:210px}.footer p,.footer li{color:#b7c5d4;font-size:13px;line-height:1.7}.footer h3{text-transform:uppercase;font-size:13px;color:#aebdd0;letter-spacing:.8px;margin:0 0 20px}.footer ul{list-style:none;margin:0;padding:0}.footer a:hover{color:var(--red)}.social-boxes{display:flex;gap:12px;margin-top:18px}.social-boxes a{width:30px;height:30px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.22);font-weight:900}.certs{display:flex;gap:14px;flex-wrap:wrap}.certs span{width:82px;height:64px;border:1px solid rgba(255,255,255,.18);display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:50%;font-weight:950;color:#fff;text-align:center;font-size:15px;background:rgba(255,255,255,.06)}.certs b{font-size:10px;color:#c5d1de}.footer__bottom{min-height:68px;display:flex;align-items:center;gap:26px;color:#8f9fb0;font-size:13px}.footer__bottom nav{margin-left:auto;display:flex;gap:26px}.back-to-top{width:28px;height:28px;border:1px solid rgba(255,255,255,.25);display:grid;place-items:center;font-size:20px;color:#fff}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}
@media (max-width:1180px){
  .container{width:min(var(--container),calc(100% - 40px))}.topbar__inner{gap:22px}.brand img{width:210px}.main-nav{gap:20px}.quote-btn{padding-inline:18px}.service-grid{grid-template-columns:repeat(4,1fr)}.about{grid-template-columns:1fr}.about__image{min-height:420px}.about__content{padding:46px 32px}.industry-grid{grid-template-columns:repeat(3,1fr)}.why-grid{grid-template-columns:repeat(2,1fr);gap:28px}.why-item{border-right:0}.footer__grid{grid-template-columns:repeat(2,1fr)}.footer__grid>div:nth-child(even){border-right:0}
}
@media (max-width:860px){
  .topbar{height:auto;padding:10px 0}.topbar__inner{flex-wrap:wrap;font-size:12px;gap:10px 18px}.topbar__social{margin-left:0}.nav{height:78px}.main-nav{position:absolute;left:0;right:0;top:78px;background:#061525;display:none;flex-direction:column;align-items:flex-start;padding:18px 24px;border-top:1px solid rgba(255,255,255,.1);gap:0}.main-nav.is-open{display:flex}.main-nav a{padding:15px 0}.main-nav a::after{bottom:10px}.quote-btn{display:none}.nav-toggle{display:block}.nav-toggle.is-open span:nth-child(1){transform:translateY(9px) rotate(45deg)}.nav-toggle.is-open span:nth-child(2){opacity:0}.nav-toggle.is-open span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.hero{min-height:590px}.hero__content{min-height:590px}.hero__copy{width:100%;padding-top:70px}.hero__bg{background:linear-gradient(90deg,rgba(5,18,31,.98),rgba(5,18,31,.68)),url('../images/hero-industrial.jpg') center/cover no-repeat}.hero__stripe{display:none}.service-grid{grid-template-columns:repeat(2,1fr)}.industry-grid{grid-template-columns:repeat(2,1fr)}.stats{grid-template-columns:repeat(2,1fr);gap:20px}.stats div{border-right:0}.cta__inner{padding:28px 0;align-items:flex-start;flex-direction:column}.footer__grid{grid-template-columns:1fr}.footer__grid>div{border-right:0;padding-right:0}.footer__bottom{align-items:flex-start;flex-direction:column;padding:22px 0}.footer__bottom nav{margin-left:0;flex-wrap:wrap}.back-to-top{align-self:flex-end}
}
@media (max-width:560px){
  .container{width:calc(100% - 28px)}.brand img{width:176px}.hero h1{font-size:39px}.hero p{font-size:14px}.btn{width:100%}.hero__actions{gap:12px}.section{padding:26px 0}.service-grid,.industry-grid{grid-template-columns:1fr}.service-card{min-height:220px}.about__image{min-height:300px}.experience-card{left:18px;bottom:18px;padding:14px}.about__content{padding:34px 18px}.stats{grid-template-columns:1fr}.why-grid{grid-template-columns:1fr}.why-item{padding-right:0}.cta h2{font-size:28px}.footer__brand img{width:180px}
}

/* =========================================================
   White / Fume / Navy Recolor Theme
   ---------------------------------------------------------
   Clean corporate palette aligned with Anker's red mark,
   with lighter sections for a sharper industrial website.
========================================================= */
:root{
  --bg:#f4f6f8;
  --bg-2:#eef1f4;
  --panel:#ffffff;
  --panel-2:#f7f8fa;
  --line:rgba(16,36,58,.13);
  --text:#10243a;
  --muted:#5f6d7c;
  --muted-2:#8a96a3;
  --red:#e50920;
  --red-2:#ff1d35;
  --navy:#10243a;
  --navy-2:#07192b;
  --fume:#edf0f3;
  --fume-2:#dfe4e9;
  --white:#fff;
  --shadow:0 22px 58px rgba(16,36,58,.13);
}
body{
  color:var(--text);
  background:
    radial-gradient(circle at 90% 10%,rgba(16,36,58,.08),transparent 32%),
    linear-gradient(180deg,#fff 0%,#f2f4f7 42%,#e9edf1 100%);
}
.topbar{
  background:var(--navy-2);
  color:#e5ebf1;
  border-bottom:1px solid rgba(255,255,255,.1);
}
.topbar__item svg{color:#e5ebf1}
.site-header{
  background:rgba(255,255,255,.96);
  border-bottom:1px solid rgba(16,36,58,.12);
  box-shadow:0 10px 26px rgba(16,36,58,.08);
}
.main-nav{color:#1f344b}
.main-nav a:hover,.main-nav a.active{color:var(--navy)}
.main-nav a::after{background:var(--red)}
.nav-toggle span{background:var(--navy)}
.quote-btn,
.btn--primary{
  background:var(--red);
  color:#fff;
  box-shadow:0 14px 32px rgba(229,9,32,.18);
}
.quote-btn:hover,.btn--primary:hover{background:#c9081c}
.hero{
  background:var(--navy);
  border-bottom:1px solid rgba(16,36,58,.16);
}
.hero__bg{
  background:
    linear-gradient(90deg,rgba(7,25,43,.98) 0%,rgba(7,25,43,.9) 34%,rgba(7,25,43,.35) 58%,rgba(7,25,43,.08) 100%),
    url('../images/hero-industrial.jpg') center right/cover no-repeat;
}
.hero__stripe{
  background:linear-gradient(90deg,rgba(255,255,255,.30),rgba(221,228,235,.55));
  box-shadow:0 0 0 13px rgba(255,255,255,.13);
}
.hero h1,.hero p,.hero .btn--ghost{color:#fff}
.hero p{color:#d9e2ec}
.btn--ghost{
  border-color:rgba(255,255,255,.46);
  background:rgba(255,255,255,.08);
}
.btn--ghost:hover{background:rgba(255,255,255,.16)}
.section{
  border-bottom:1px solid var(--line);
}
.eyebrow{color:#5a6674}
h2{color:var(--navy)}
.services{
  background:linear-gradient(180deg,#ffffff 0%,#f4f6f8 100%);
}
.service-card{
  color:var(--text);
  border:1px solid rgba(16,36,58,.14);
  background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);
  box-shadow:0 12px 26px rgba(16,36,58,.07);
}
.service-card::before{
  background:linear-gradient(180deg,rgba(229,9,32,.065),transparent 56%);
}
.service-card:hover{
  border-color:rgba(229,9,32,.55);
  box-shadow:0 20px 48px rgba(16,36,58,.13);
}
.service-card h3{color:var(--navy)}
.service-card p{color:#647180}
.service-card a{color:var(--navy)}
.about{
  background:linear-gradient(90deg,#f3f5f7 0%,#ffffff 100%);
  border-bottom:1px solid var(--line);
}
.about__content>p:not(.eyebrow){color:#596777}
.experience-card{
  background:rgba(255,255,255,.93);
  color:var(--navy);
  border:1px solid rgba(16,36,58,.16);
  box-shadow:0 18px 45px rgba(16,36,58,.16);
}
.experience-card svg{stroke:var(--navy)}
.stats div{border-right:1px solid rgba(16,36,58,.14)}
.stats svg{stroke:var(--navy)}
.stats span{color:#606e7e}
.industries{
  background:linear-gradient(180deg,#ffffff 0%,#eef2f5 100%);
}
.industry-card{
  background:#dce3ea;
  border:1px solid rgba(16,36,58,.16);
  box-shadow:0 14px 30px rgba(16,36,58,.08);
}
.industry-card::after{
  background:linear-gradient(180deg,transparent 24%,rgba(16,36,58,.88) 100%);
}
.industry-card span{
  color:#fff;
  background:rgba(16,36,58,.78);
  border-top:1px solid rgba(255,255,255,.16);
}
.industry-card svg{stroke:#fff}
.slider-dots span{background:#c0c8d0}
.slider-dots .active{background:var(--red)}
.why{
  background:linear-gradient(180deg,#f5f7f9 0%,#ffffff 100%);
  color:var(--navy);
}
.why-item{
  border-right:1px solid rgba(16,36,58,.14);
}
.why-item p{color:#627080}
.cta{
  background:var(--navy);
  border-bottom:1px solid rgba(16,36,58,.2);
}
.cta::before{
  background:
    linear-gradient(90deg,rgba(16,36,58,.95) 0%,rgba(16,36,58,.82) 45%,rgba(16,36,58,.3) 76%),
    url('../images/cta-bolts.jpg') center right/cover no-repeat;
}
.cta h2{color:#fff}
.cta p{color:#dbe3eb}
.footer{
  background:#ffffff;
  color:var(--text);
}
.footer__grid{
  border-bottom:1px solid rgba(16,36,58,.12);
}
.footer__grid>div{
  border-right:1px solid rgba(16,36,58,.14);
}
.footer p,.footer li{color:#5e6d7c}
.footer h3{color:var(--navy)}
.footer a:hover{color:var(--red)}
.social-boxes a{
  border:1px solid rgba(16,36,58,.16);
  color:var(--navy);
  background:#f4f6f8;
}
.certs span{
  border:1px solid rgba(16,36,58,.16);
  color:var(--navy);
  background:#f3f6f8;
}
.certs b{color:#667383}
.footer__bottom{
  color:#6d7a88;
}
.back-to-top{
  border:1px solid rgba(16,36,58,.18);
  color:var(--navy);
  background:#fff;
}
.reveal{transition:opacity .55s ease,transform .55s ease}
@media (max-width:860px){
  .main-nav{
    background:#fff;
    box-shadow:0 20px 40px rgba(16,36,58,.12);
  }
  .hero__bg{
    background:
      linear-gradient(90deg,rgba(7,25,43,.98),rgba(7,25,43,.68)),
      url('../images/hero-industrial.jpg') center/cover no-repeat;
  }
  .stats div{border-right:0}
  .footer__grid>div{border-right:0}
}


/* =========================================================
   White / Fume / Navy - Final Correction
   ---------------------------------------------------------
   Reduce red dominance. Use navy as main accent and keep red
   only in the logo image itself.
========================================================= */
:root{
  --bg:#f6f7f9;
  --bg-2:#eef1f4;
  --panel:#ffffff;
  --panel-2:#f3f5f7;
  --line:rgba(16,36,58,.12);
  --text:#13273e;
  --muted:#5d6c7b;
  --muted-2:#8391a0;
  --red:#16324f;
  --red-2:#234665;
  --navy:#16324f;
  --navy-2:#0c1f33;
  --fume:#eef1f4;
  --fume-2:#e2e7ec;
  --white:#fff;
  --shadow:0 20px 50px rgba(16,36,58,.10);
}
body{
  color:var(--text);
  background:linear-gradient(180deg,#ffffff 0%,#f4f6f8 38%,#edf1f4 100%);
}
.topbar{
  background:var(--navy-2);
  color:#e8eef4;
}
.site-header{
  background:rgba(255,255,255,.98);
  border-bottom:1px solid rgba(16,36,58,.10);
  box-shadow:0 10px 22px rgba(16,36,58,.06);
}
.main-nav{color:#274058}
.main-nav a:hover,.main-nav a.active{color:var(--navy)}
.main-nav a::after{background:var(--navy)}
.quote-btn,.btn--primary{
  background:var(--navy);
  color:#fff;
  box-shadow:0 12px 28px rgba(22,50,79,.16);
}
.quote-btn:hover,.btn--primary:hover{background:var(--navy-2)}
.hero{
  background:var(--navy-2);
}
.hero__bg{
  background:
    linear-gradient(90deg,rgba(12,31,51,.97) 0%,rgba(12,31,51,.88) 36%,rgba(12,31,51,.34) 60%,rgba(12,31,51,.10) 100%),
    url('../images/hero-industrial.jpg') center right/cover no-repeat;
}
.hero__stripe{background:linear-gradient(90deg,rgba(255,255,255,.26),rgba(223,230,236,.48));}
.hero__stripe::after{background:var(--navy)}
.red-line{background:var(--navy)}
.hero h1,.hero p,.hero .btn--ghost,.cta h2,.cta p{color:#fff}
.btn--ghost{border-color:rgba(255,255,255,.42);background:rgba(255,255,255,.06)}
.services{background:#fff}
.service-card{
  border:1px solid rgba(16,36,58,.12);
  background:linear-gradient(180deg,#ffffff 0%,#f6f8fa 100%);
  box-shadow:0 10px 24px rgba(16,36,58,.06);
}
.service-card svg,.why-item svg,.service-card a{stroke:var(--navy);color:var(--navy)}
.service-card:hover{border-color:rgba(22,50,79,.35)}
.eyebrow span,.stats strong{color:var(--navy)}
.about{background:linear-gradient(90deg,#f1f4f7 0%,#ffffff 100%)}
.experience-card strong{color:var(--navy)}
.industries{background:linear-gradient(180deg,#ffffff 0%,#eef2f5 100%)}
.industry-card:hover{border-color:rgba(22,50,79,.42)}
.slider-dots .active{background:var(--navy)}
.why{background:linear-gradient(180deg,#f5f7f9 0%,#ffffff 100%)}
.cta{background:var(--navy-2)}
.cta::before{
  background:
    linear-gradient(90deg,rgba(12,31,51,.94) 0%,rgba(12,31,51,.82) 44%,rgba(12,31,51,.30) 74%),
    url('../images/cta-bolts.jpg') center right/cover no-repeat;
}
.footer{background:#fff}
.footer a:hover,.topbar__social a:hover{color:var(--navy)}
.back-to-top{color:var(--navy)}
@media (max-width:860px){
  .main-nav a::after{background:var(--navy)}
  .hero__bg{background:linear-gradient(90deg,rgba(12,31,51,.97),rgba(12,31,51,.66)),url('../images/hero-industrial.jpg') center/cover no-repeat;}
}
