*{box-sizing:border-box}
:root{
  --navy:#15345b;
  --navy2:#1d4a80;
  --gold:#d8b36a;
  --bg:#f5f7fb;
  --text:#18212a;
  --muted:#5f6c7b;
  --white:#ffffff;
  --border:#dfe6ef;
  --shadow:0 10px 28px rgba(17,42,76,.08);
}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:'Inter',sans-serif;
  color:var(--text);
  background:var(--white);
  line-height:1.6;
}
img{max-width:100%;display:block}
a{text-decoration:none;color:var(--navy2)}
.container{width:min(1120px,calc(100% - 32px));margin:0 auto}

.site-header{
  position:sticky;top:0;z-index:20;
  background:rgba(255,255,255,.95);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--border);
}
.nav{
  min-height:78px;
  display:flex;align-items:center;justify-content:space-between;gap:20px;
}
.brand{display:flex;align-items:center;gap:12px;color:var(--text)}
.brand img{width:72px;height:auto;max-height:72px;object-fit:contain}
.brand span{display:block;font-weight:800;font-size:14px;line-height:1.2}
.brand small{display:block;color:var(--muted);font-size:12px}
.main-nav{display:flex;gap:20px;align-items:center}
.main-nav a{font-size:14px;font-weight:700;color:var(--text)}
.menu-toggle{display:none;background:none;border:none;font-size:28px;cursor:pointer}

.hero{
  padding:76px 0 54px;
  background:linear-gradient(180deg,#f8fbff 0%,#ffffff 100%);
}
.hero-grid{
  display:grid;grid-template-columns:1.05fr .95fr;gap:36px;align-items:center;
}
.eyebrow,.section-label{
  margin:0 0 12px;
  color:var(--navy2);
  font-size:12px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.hero h1{
  margin:0 0 18px;
  color:var(--navy);
  font-size:clamp(2.3rem,5vw,4rem);
  line-height:1.08;
}
.lead{font-size:1.08rem;color:var(--muted);max-width:720px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0 18px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:14px 20px;border-radius:14px;font-weight:800;transition:.2s ease
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--navy);color:white}
.btn-secondary{background:white;color:var(--navy);border:1px solid var(--border)}

.hero-points{display:flex;gap:10px;flex-wrap:wrap}
.hero-points span{
  padding:8px 12px;border-radius:999px;
  background:#edf4fb;border:1px solid #d5e5f7;
  color:var(--navy);font-size:13px;font-weight:800;
}

.section{padding:76px 0}
.section-alt{background:var(--bg)}
.metrics{padding:0 0 10px;background:white}
.metrics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:-18px}
.metric{padding:22px}
.metric strong{display:block;color:var(--navy);margin-bottom:8px}
.metric span{color:var(--muted)}
.two-col{display:grid;grid-template-columns:.92fr 1.08fr;gap:32px;align-items:start}

h2{
  margin:0 0 14px;
  color:var(--navy);
  font-size:clamp(1.8rem,3vw,2.7rem);
  line-height:1.15;
}
h3{margin:0 0 10px;color:var(--navy);font-size:1.22rem}
p{margin:0 0 14px}

.card{
  background:white;border:1px solid var(--border);
  border-radius:24px;box-shadow:var(--shadow)
}
.hero-visual{padding:18px}

.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}
.feature{padding:24px}

.industry-row{
  display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center;
  margin-top:34px;
}
.industry-row.reverse .industry-image{order:2}
.industry-row.reverse .industry-copy{order:1}
.industry-image img{
  border-radius:24px;border:1px solid var(--border);box-shadow:var(--shadow)
}
.industry-copy p,.feature p,.contact-box p,.metric span{color:var(--muted)}
.industry-copy ul{
  margin:12px 0 0 18px;color:var(--text)
}
.clean-list{padding-left:20px;margin:12px 0 0}
.clean-list li{margin-bottom:10px}

.workers-box{
  padding:28px;
  display:grid;grid-template-columns:1.25fr .75fr;gap:22px;align-items:center
}
.workers-actions{display:flex;justify-content:flex-end}
.contact-box{display:grid;grid-template-columns:1fr .9fr;gap:24px;align-items:start}
.contact-card{padding:28px}

.site-footer{background:#0f2744;color:#e8eef7;padding:28px 0}
.footer-inner{display:flex;justify-content:space-between;gap:20px;align-items:center}
.footer-inner p{margin:6px 0 0;color:#bfd0e6}
.footer-tagline{display:flex;gap:10px;flex-wrap:wrap;font-weight:800}

@media (max-width:960px){
  .hero-grid,.two-col,.industry-row,.workers-box,.contact-box,.cards-grid,.metrics-grid{
    grid-template-columns:1fr;
  }
  .industry-row.reverse .industry-image,.industry-row.reverse .industry-copy{order:initial}
  .workers-actions{justify-content:flex-start}
}
@media (max-width:760px){
  .menu-toggle{display:block}
  .main-nav{
    display:none;position:absolute;top:78px;left:0;right:0;
    background:white;border-bottom:1px solid var(--border);
    padding:18px 16px;flex-direction:column;align-items:flex-start
  }
  .main-nav.open{display:flex}
  .footer-inner{flex-direction:column;align-items:flex-start}
}


/* === Stronger IPS Blue/Green Refresh === */
:root{
  --navy:#0b4f8c;
  --navy2:#1780c9;
  --gold:#d8b36a;
  --bg:#e6f4ff;
  --text:#112132;
  --muted:#35566f;
  --white:#ffffff;
  --border:#b8d8ef;
  --shadow:0 14px 28px rgba(11,79,140,.14);
}

body{
  background: linear-gradient(180deg, #eff8ff 0%, #dff1ff 100%);
}

.site-header{
  background: linear-gradient(90deg, rgba(11,79,140,.96), rgba(23,128,201,.94));
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.brand, .brand span{
  color:#ffffff;
}
.brand small{
  color:#d5efff;
}
.main-nav a,
.menu-toggle{
  color:#ffffff;
}
.main-nav a:hover{
  color:#dff9ea;
}

.hero{
  background: linear-gradient(135deg, #dff2ff 0%, #e4fff0 100%);
  position:relative;
}
.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 8% 18%, rgba(34,167,101,.20), transparent 24%),
    radial-gradient(circle at 88% 18%, rgba(23,128,201,.22), transparent 28%);
  pointer-events:none;
}
.hero-grid{position:relative;z-index:1;}
.hero h1{color:#0b4f8c;}
.lead{color:#315974;}

.hero-visual{
  background: linear-gradient(135deg, rgba(11,79,140,.12), rgba(34,167,101,.16));
  border:1px solid #b8d8ef;
}
.hero-visual img{
  width:100%;
  height:100%;
  min-height:440px;
  object-fit:cover;
  border-radius:20px;
}

.hero-points span{
  background:#ffffff;
  border:1px solid #b8d8ef;
  color:#0b4f8c;
}

.btn-primary{
  background: linear-gradient(135deg, #22a765, #41bf7b);
  box-shadow:0 12px 24px rgba(34,167,101,.24);
}
.btn-primary:hover{
  background: linear-gradient(135deg, #1b9258, #35b26f);
}
.btn-secondary{
  background: linear-gradient(180deg, #ffffff 0%, #f3fbff 100%);
  border:1px solid #b8d8ef;
}

.metrics{
  background: linear-gradient(180deg, #ecf7ff 0%, #daf0ff 100%);
}
.metric{
  background: linear-gradient(180deg, #ffffff 0%, #f4fbff 100%);
  border:1px solid #b8d8ef;
  border-top:5px solid #1780c9;
}
.metric:nth-child(2){border-top-color:#22a765;}
.metric:nth-child(3){border-top-color:#d8b36a;}

.section-alt{
  background: linear-gradient(180deg, #eaf7ff 0%, #def4ea 100%);
}

.card{
  border:1px solid #b8d8ef;
  box-shadow:0 16px 30px rgba(11,79,140,.10);
}
.feature{
  background: linear-gradient(180deg, #ffffff 0%, #f4fbff 100%);
}
.feature:hover{transform:translateY(-4px);}

.industry-row{
  background: linear-gradient(135deg, rgba(255,255,255,.70), rgba(223,242,255,.60));
  border:1px solid rgba(184,216,239,.80);
  border-radius:28px;
  padding:18px;
}
.industry-image img{
  width:100%;
  min-height:340px;
  aspect-ratio:1/1;
  object-fit:cover;
  border-radius:24px;
  border:1px solid #b8d8ef;
  box-shadow:0 16px 26px rgba(11,79,140,.11);
}
.industry-copy h3{color:#0b4f8c;}

.about-collage{
  overflow:hidden;
  margin-bottom:22px;
  background: linear-gradient(135deg, rgba(11,79,140,.10), rgba(34,167,101,.12));
}
.about-collage img{
  width:100%;
  display:block;
  border-radius:24px;
}

.workers-box{
  background: linear-gradient(135deg, #ffffff 0%, #ecfff3 100%);
  border:1px solid #c7ebd6;
}
.contact-card{
  background: linear-gradient(135deg, #ffffff 0%, #edf7ff 100%);
  border:1px solid #c6e1f4;
}

.site-footer{
  background: linear-gradient(135deg, #0a4375 0%, #1181c9 100%);
}
.footer-inner p{color:#d7ecff;}

@media (max-width:760px){
  .main-nav{
    background: linear-gradient(180deg, rgba(11,79,140,.98), rgba(17,129,201,.98));
  }
}


/* Replace About section with approved visual */
.about-feature-wrap{
  display:flex;
  justify-content:center;
  align-items:center;
}
.about-feature-image{
  width:100%;
  max-width:980px;
  height:auto;
  display:block;
}
