/* ── HOME HERO (Warm Executive Ivory & Crisp Framing) ── */
.home-hero {
  min-height:92vh;
  background-image:
    linear-gradient(160deg, rgba(11,31,51,.92) 0%, rgba(18,40,64,.88) 40%, rgba(15,109,77,.85) 100%),
    url('../images/sector_business.png');
  background-size:cover;
  background-position:center;
  display:flex; align-items:center;
  position:relative; overflow:hidden; padding:140px 0 90px;
  color:var(--white);
}
.home-hero::before {
  content:''; position:absolute; inset:0;
  background:radial-gradient(circle at 80% 20%, rgba(201,162,39,0.08) 0%, transparent 60%),
             radial-gradient(circle at 10% 80%, rgba(15,109,77,0.05) 0%, transparent 50%);
  pointer-events:none;
}
.home-hero-inner {
  display:grid; grid-template-columns:1.1fr .9fr;
  gap:64px; align-items:center; position:relative; z-index:2;
}
.home-hero-label {
  font-family:var(--font-mono); font-size:12px; letter-spacing:.2em;
  text-transform:uppercase; color:var(--gold); font-weight:600;
  display:flex; align-items:center; gap:14px; margin-bottom:28px;
}
.home-hero-label::before {
  content:''; width:40px; height:2px;
  background:linear-gradient(90deg, var(--gold), var(--emerald));
}
.home-hero h1 {
  color:var(--white); margin-bottom:28px; line-height:1.1; font-weight:700;
  letter-spacing:-.02em;
  font-size:clamp(40px,5.5vw,72px);
}
.home-hero h1 em {
  font-style:italic; color:var(--gold);
  display:block; margin-top:4px;
}
.home-hero .lead {
  font-size:18px; color:rgba(255,255,255,.75);
  max-width:52ch; line-height:1.8; margin-bottom:44px;
  font-weight:400;
}
.hero-actions { display:flex; gap:16px; flex-wrap:wrap; }

/* Hero Stats Card (Glassmorphism Premium Card) */
.hero-stats {
  display:grid; grid-template-columns:1fr 1fr; gap:1px;
  background:rgba(255,255,255,.08);
  border-radius:20px; padding:40px 32px;
  box-shadow:0 32px 80px rgba(0,0,0,.25);
  position:relative; overflow:hidden;
  backdrop-filter:blur(20px);
  -webkit-backdrop-filter:blur(20px);
  border:1px solid rgba(255,255,255,.1);
}
.hero-stats::before {
  content:''; position:absolute; inset:0;
  background:linear-gradient(135deg, rgba(201,162,39,.15) 0%, transparent 60%);
  pointer-events:none;
}
.hero-stats::after {
  content:''; position:absolute; top:0; left:32px; right:32px; height:3px;
  background:linear-gradient(90deg, var(--gold), var(--emerald), var(--gold));
  border-radius:3px 3px 0 0;
}
.hero-stat {
  text-align:center; padding:24px 16px; position:relative;
  transition:var(--transition);
}
.hero-stat:hover {
  background:rgba(255,255,255,.03);
}
.hero-stat-num {
  font-family:var(--font-display); font-size:48px; font-weight:700;
  color:var(--white); line-height:1;
  background:linear-gradient(135deg, var(--white) 0%, rgba(255,255,255,.85) 100%);
  -webkit-background-clip:text; -webkit-text-fill-color:transparent;
  background-clip:text;
}
.hero-stat-num sup {
  font-size:24px; color:var(--gold);
  -webkit-text-fill-color:var(--gold);
}
.hero-stat-label {
  font-family:var(--font-mono); font-size:11px; letter-spacing:.12em;
  text-transform:uppercase; color:rgba(255,255,255,.6);
  margin-top:10px; font-weight:500;
}
.hero-trust {
  display:flex; align-items:center; gap:12px; margin-top:36px;
  padding-top:28px; border-top:1px solid rgba(255,255,255,.1);
}
.hero-trust-badges {
  display:flex; gap:10px; flex-wrap:wrap;
}
.trust-badge {
  background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.12);
  border-radius:100px; padding:8px 18px;
  font-family:var(--font-mono); font-size:11px; font-weight:600;
  color:rgba(255,255,255,.9); letter-spacing:.06em;
  backdrop-filter:blur(10px);
  transition:var(--transition);
}
.trust-badge:hover {
  background:rgba(201,162,39,.15);
  border-color:rgba(201,162,39,.4);
  color:var(--gold);
}
.trust-badge.gold {
  background:rgba(201,162,39,.2);
  border-color:rgba(201,162,39,.4);
  color:var(--gold);
}

@media(max-width:968px){
  .home-hero-inner { grid-template-columns:1fr; gap:48px; }
  .hero-stats { grid-template-columns:1fr 1fr; }
}
@media(max-width:600px){
  .home-hero { padding:120px 0 60px; }
  .hero-stats { grid-template-columns:1fr 1fr; gap:1px; padding:28px 20px; }
  .hero-stat-num { font-size:36px; }
  .hero-stat-label { font-size:10px; }
}

/* ── Interactive home service hero ── */
.home-hero {
  min-height:100svh; padding:0; position:relative; overflow:hidden;
  background:var(--navy); color:var(--white); display:flex; flex-direction:column;
}
.home-hero::before { content:none; }
.hero-panels { display:grid; grid-template-columns:repeat(4,1fr); min-height:calc(100svh - 230px); }
.hero-panel {
  min-height:480px; position:relative; overflow:hidden; isolation:isolate;
  border-right:3px solid rgba(255,255,255,.92); color:var(--white);
  transition: background-size .7s cubic-bezier(.2,.65,.2,1);
}
.hero-panel:last-child { border-right:0; }
.hero-panel > img {
  position:absolute; inset:0; width:100%; height:100%; object-fit:cover;
  transform:scale(1.01); transition:transform .65s cubic-bezier(.2,.65,.2,1), filter .65s ease;
}
.hero-panel-shade {
  position:absolute; inset:0; z-index:1;
  background:linear-gradient(180deg,rgba(6,17,28,.05) 5%,rgba(7,23,39,.14) 37%,rgba(5,20,35,.92) 100%);
  transition:background .45s ease;
}
.hero-panel-content {
  z-index:2; position:absolute; inset:auto 0 0; padding:32px clamp(20px,2.6vw,42px) 36px;
  display:flex; flex-direction:column; align-items:flex-start;
}
.hero-panel-icon {
  width:58px; height:58px; border-radius:50%; display:grid; place-items:center;
  color:var(--white); background:rgba(201,162,39,.94); border:1px solid rgba(255,255,255,.45);
  margin-bottom:20px; box-shadow:0 8px 24px rgba(0,0,0,.2); transition:transform .4s ease, background .4s ease;
}
.hero-panel-title { font-size:clamp(19px,1.8vw,28px); font-family:var(--font-display); font-weight:700; line-height:1.15; }
.hero-panel-copy { color:rgba(255,255,255,.8); font-size:14px; line-height:1.55; max-width:26ch; margin-top:10px; }
.hero-panel-link {
  margin-top:16px; color:var(--gold-l); font-size:11px; font-family:var(--font-mono); font-weight:600;
  letter-spacing:.1em; text-transform:uppercase; opacity:0; transform:translateY(9px); transition:all .35s ease;
}
.hero-panel:hover > img, .hero-panel:focus-visible > img { transform:scale(1.12); filter:saturate(1.12); }
.hero-panel:hover .hero-panel-shade, .hero-panel:focus-visible .hero-panel-shade { background:linear-gradient(180deg,rgba(6,17,28,.04),rgba(7,23,39,.04) 30%,rgba(5,20,35,.88) 100%); }
.hero-panel:hover .hero-panel-icon, .hero-panel:focus-visible .hero-panel-icon { transform:translateY(-5px); background:var(--gold-l); }
.hero-panel:hover .hero-panel-link, .hero-panel:focus-visible .hero-panel-link { opacity:1; transform:translateY(0); }
.hero-panel:focus-visible { outline:3px solid var(--gold-l); outline-offset:-3px; }
.hero-intro {
  position:relative; z-index:3; padding:28px 32px 30px; background:var(--navy); text-align:center;
  box-shadow:0 -12px 36px rgba(5,20,35,.2);
}
.hero-intro p { color:var(--white); font-family:var(--font-display); font-weight:700; font-size:clamp(25px,3vw,42px); line-height:1.1; }
.hero-intro > span { display:block; width:54px; height:3px; background:var(--gold); margin:12px auto; }
.hero-intro h1 { color:rgba(255,255,255,.7); font-family:var(--font-body); font-size:14px; font-weight:400; letter-spacing:.01em; }
.hero-actions { display:flex; justify-content:center; gap:14px; flex-wrap:wrap; margin-top:20px; }

@media (max-width:991px) {
  .home-hero { padding:0 !important; min-height:100svh !important; }
  .home-hero, .home-hero .hero-panels, .home-hero .hero-panel { margin:0 !important; padding-left:0 !important; padding-right:0 !important; max-width:none !important; }
  .hero-panels { grid-template-columns:repeat(2,1fr); min-height:auto; }
  .hero-panel { min-height:370px; border-bottom:3px solid rgba(255,255,255,.92); }
  .hero-panel:nth-child(2) { border-right:0; }
  .hero-intro { padding:28px 20px; }
  .hero-actions { flex-direction:row !important; width:auto !important; }
  .hero-actions .btn { width:auto !important; }
}
@media (max-width:520px) {
  .hero-panels { grid-template-columns:1fr; }
  .hero-panel { min-height:295px; border-right:0; border-bottom:2px solid rgba(255,255,255,.92); }
  .hero-panel-content { padding:24px 22px; }
  .hero-panel-icon { width:46px; height:46px; margin-bottom:12px; }
  .hero-panel-icon svg { width:27px; height:27px; }
  .hero-panel-copy { font-size:13px; margin-top:6px; }
  .hero-panel-link { opacity:1; transform:none; margin-top:10px; }
  .hero-intro h1 { font-size:13px; }
}

/* ── Reference homepage header + hero composition ── */
body.home #site-header {
  position:fixed; top:0; left:0; right:0; z-index:999;
  background:#fff; backdrop-filter:none; -webkit-backdrop-filter:none;
  border:0; box-shadow:none;
}
body.home #site-header .container { max-width:1120px; }
body.home .header-inner { min-height:94px; padding:12px 0; gap:32px; }
body.home .nav-logo-img { height:62px; }
body.home #primary-navigation { justify-content:flex-end; }
body.home .primary-nav { gap:22px; }
body.home .primary-nav > li > a {
  position:relative; padding:10px 0; border-radius:0; background:none !important;
  color:#11223a; font-size:14px; font-weight:700;
}
body.home .primary-nav > li:first-child > a { color:var(--gold); }
body.home .primary-nav > li:first-child > a::after {
  content:''; position:absolute; left:50%; bottom:-8px; width:32px; height:2px;
  background:var(--gold); transform:translateX(-50%);
}
body.home .nav-cta {
  padding:13px 25px; min-width:130px; justify-content:center; border:0; border-radius:2px;
  font-size:12px; letter-spacing:0; color:var(--white); background:var(--gold);
}
body.home .nav-cta:hover { background:#b58c17; box-shadow:none; transform:none; }

/* Shared navigation — identical on every page. */
#site-header, #site-header.scrolled {
  position:fixed; top:0; left:0; right:0; z-index:999;
  background:#fff; backdrop-filter:none; -webkit-backdrop-filter:none;
  border:0; box-shadow:none;
}
#site-header .container { max-width:1120px; }
#site-header .header-inner { min-height:94px; padding:12px 0; gap:32px; }
#site-header .nav-logo-img { height:62px; }
#site-header #primary-navigation { justify-content:flex-end; }
#site-header .primary-nav { gap:22px; }
#site-header .primary-nav > li > a {
  position:relative; padding:10px 0; border-radius:0; background:none !important;
  color:#11223a; font-size:14px; font-weight:700;
}
#site-header .primary-nav > li.current-menu-item > a { color:var(--gold); }
#site-header .primary-nav > li.current-menu-item > a::after {
  content:''; position:absolute; left:50%; bottom:-8px; width:32px; height:2px;
  background:var(--gold); transform:translateX(-50%);
}
#site-header .nav-cta {
  padding:13px 25px; min-width:130px; justify-content:center; border:0; border-radius:2px;
  font-size:12px; letter-spacing:0; color:var(--white); background:var(--gold);
}
#site-header .nav-cta:hover { background:#b58c17; box-shadow:none; transform:none; }

/* Header is in normal document flow, so page titles do not need fixed-header clearance. */
.page-hero {
  padding-top:120px;
  background: linear-gradient(160deg, #0B1F33 0%, #122840 45%, #1a3a52 100%);
  color: var(--white);
  border-bottom: 1px solid rgba(201, 162, 39, 0.35);
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 80%, rgba(201, 162, 39, 0.12) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(201, 162, 39, 0.08) 0%, transparent 50%);
  pointer-events: none;
}
.page-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold), #e0b830, var(--gold), transparent);
  opacity: 0.9;
}
.page-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  animation: heroFadeUp 0.8s ease both;
}
.page-hero .breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 20px;
}
.page-hero .breadcrumb a {
  color: var(--gold);
  font-weight: 600;
  text-decoration: none;
  transition: var(--transition);
}
.page-hero .breadcrumb a:hover {
  color: var(--gold-l);
  text-decoration: underline;
}
.page-hero .breadcrumb span {
  color: rgba(255, 255, 255, 0.35);
  font-weight: 300;
}
.page-hero h1 {
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(32px, 3.8vw, 48px);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 0;
  letter-spacing: -0.01em;
}
.page-hero h1::after {
  content: '';
  display: block;
  width: 56px;
  height: 3px;
  background: var(--gold);
  margin: 14px auto 0;
  border-radius: 2px;
}
.page-hero > .container > p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.6;
  max-width: 62ch;
  margin: 14px auto 0;
}
@media (max-width: 768px) {
  .page-hero { padding: 110px 0 60px; }
  .page-hero h1 { font-size: 28px; }
  .page-hero h1::after { width: 44px; height: 2px; margin-top: 12px; }
  .page-hero > .container > p { font-size: 15px; }
}

body.home .home-hero { min-height:0; background:var(--navy); }
body.home .home-hero { align-items:stretch; width:100%; }
body.home .hero-panels {
  --panel-slant:48px; display:flex; height:420px;
  min-height:0; width:100%; background:var(--white); overflow:hidden;
}
body.home .hero-panel {
  flex:1 1 0; min-width:0; min-height:0; height:420px; overflow:hidden; border:0; isolation:isolate;
  clip-path:polygon(var(--panel-slant) 0,100% 0,calc(100% - var(--panel-slant)) 100%,0 100%);
  background-color:#0b1f33; background-position:center; background-repeat:no-repeat;
  background-size:cover; transition:background-size .6s ease;
}
body.home .hero-panel:first-child { clip-path:polygon(0 0,100% 0,calc(100% - var(--panel-slant)) 100%,0 100%); }
body.home .hero-panel:last-child { clip-path:polygon(var(--panel-slant) 0,100% 0,100% 100%,0 100%); }
body.home .hero-panel + .hero-panel { margin-left:-48px; }
body.home .hero-panel:not(:last-child)::after {
  content:''; position:absolute; z-index:4; top:-8%; right:-3px; width:5px; height:116%;
  background:#fff; transform:skewX(-7deg); transform-origin:top; pointer-events:none;
}
body.home .hero-panel-shade { background:linear-gradient(to bottom,rgba(6,20,34,.04) 0%,rgba(6,20,34,.1) 35%,rgba(6,20,34,.92) 100%); }
body.home .hero-panel-content {
  align-items:center; text-align:center; padding:0 28px 29px;
  left:0; right:0;
}
body.home .hero-panel-icon {
  width:56px; height:56px; margin-bottom:15px; color:#fff; background:var(--gold);
  border-color:rgba(255,255,255,.7); box-shadow:none;
}
body.home .hero-panel-icon svg { width:31px; height:31px; }
body.home .hero-panel-title {
  font-family:var(--font-body); font-size:15px; line-height:1.25; letter-spacing:0;
  font-weight:700; text-transform:uppercase;
}
body.home .hero-panel-copy { max-width:25ch; margin-top:5px; color:#fff; font-size:13px; line-height:1.42; }
body.home .hero-panel:hover, body.home .hero-panel:focus-visible { background-size:130%; }
body.home .hero-panel:hover .hero-panel-icon, body.home .hero-panel:focus-visible .hero-panel-icon { transform:none; background:var(--gold); }

body.home .hero-intro { width:100%; padding:34px 20px 29px; background:#08233d; box-shadow:none; }
body.home .hero-intro p { font-family:var(--font-body); font-size:32px; letter-spacing:-.035em; }
body.home .hero-intro > span { width:62px; height:3px; margin:12px auto; }
body.home .hero-intro h1 { font-size:13px; color:#fff; }
body.home .hero-actions { margin-top:18px; gap:14px; }
body.home .hero-actions .btn { min-width:153px; padding:11px 22px; font-size:12px; border-radius:2px; }
body.home .hero-actions .btn-outline { border-color:var(--gold); color:#fff; }
body.home .hero-actions .btn-outline:hover { background:var(--gold); color:var(--navy); border-color:var(--gold); }

@media (max-width:900px) {
  #site-header .header-inner { min-height:76px; }
  #site-header .nav-logo-img { height:46px; }
  #site-header .primary-nav { gap:13px; }
  #site-header .primary-nav > li > a { font-size:12px; }
  body.home .header-inner { min-height:76px; }
  body.home .nav-logo-img { height:46px; }
  body.home .primary-nav { gap:13px; }
  body.home .primary-nav > li > a { font-size:12px; }
  body.home .hero-panels { display:grid; grid-template-columns:repeat(2,1fr); height:auto; }
  body.home .hero-panel, body.home .hero-panel:first-child { height:330px; min-height:330px; clip-path:none; }
  body.home .hero-panel + .hero-panel { margin-left:0; }
  body.home .hero-panel:not(:last-child)::after { display:none; }
}
@media (max-width:640px) {
  #site-header .header-inner { flex-wrap:wrap; gap:10px; padding:10px 0; }
  #site-header #primary-navigation { display:flex; width:100%; justify-content:center; order:3; flex:none; }
  #site-header .nav-logo { order:1; }
  #site-header .nav-cta { order:2; margin-left:auto; }
  body.home .header-inner {
    min-height: 68px;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px 0;
  }
  body.home .nav-logo { order: 1; }
  body.home .nav-cta { order: 2; margin-left: auto; }
  body.home #primary-navigation {
    order: 3;
    display: flex;
    width: 100%;
    justify-content: center;
    flex: none;
  }
  body.home .primary-nav {
    gap: 6px;
    flex-wrap: wrap;
    justify-content: center;
  }
  body.home .primary-nav > li > a {
    font-size: 12px;
    padding: 6px 10px;
  }
  body.home .nav-logo-img { height: 42px; }
  body.home .hero-panels { display:grid; grid-template-columns:1fr; width:100%; background:var(--navy); }
  body.home .hero-panel, body.home .hero-panel:first-child { height:auto; min-height:340px; border-bottom:2px solid #fff; clip-path:none; width:100%; margin:0; padding:0; }
  body.home .hero-panel:not(:last-child)::after { display:none; }
  body.home .hero-panel-content { padding-bottom:25px; }
  body.home .hero-intro { padding:30px 16px; }
  body.home .hero-intro p { font-size:26px; }
}

/* ── SERVICES STRIP (Home) ── */
.services-strip {
  display:grid; grid-template-columns:repeat(5,1fr);
  border-top:1px solid var(--bone);
}
.strip-service {
  padding:28px 20px 56px; border-right:1px solid var(--bone);
  cursor:default; overflow:hidden; position:relative;
  transition:all .35s ease;
}
.strip-service:last-child { border-right:none; }
.strip-service .ss-num {
  font-family:var(--font-mono); font-size:11px;
  color:var(--muted); letter-spacing:.08em; margin-bottom:10px;
}
.strip-service h3 { font-size:17px; font-weight:600; line-height:1.3; }
.strip-service .ss-desc {
  font-size:13px; line-height:1.6; color:var(--slate);
  max-height:0; opacity:0; overflow:hidden;
  transition:max-height .35s ease, opacity .3s ease, margin .35s ease;
  margin-top:0;
}
.strip-service .ss-bar {
  position:absolute; left:0; bottom:0; width:4px; height:100%;
  transition:width .35s ease; opacity:0;
}
.strip-service:hover { background:var(--ivory); padding-bottom:28px; }
.strip-service:hover .ss-desc { max-height:120px; opacity:1; margin-top:10px; }
.strip-service:hover .ss-bar  { width:4px; opacity:1; }
@media(max-width:900px){
  .services-strip { grid-template-columns:1fr 1fr; }
  .strip-service { border-bottom:1px solid var(--bone); }
}
@media(max-width:500px){ .services-strip { grid-template-columns:1fr; } }

/* ── STATS SECTION ── */
.stats-section { background:var(--navy); padding:64px 0; }
.stats-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:1px; background:rgba(255,255,255,.08); }
.stat-block {
  background:var(--navy); padding:40px 32px; text-align:center;
  transition:var(--transition);
}
.stat-block:hover { background:var(--navy-mid); }
.stat-block .stat-icon { color:var(--gold); margin:0 auto 16px; }
.stat-block .stat-num {
  font-family:var(--font-display); font-size:54px; font-weight:700;
  color:var(--white); line-height:1;
}
.stat-block .stat-suffix { font-size:26px; color:var(--gold); }
.stat-block .stat-label {
  font-family:var(--font-mono); font-size:11px; letter-spacing:.12em;
  text-transform:uppercase; color:rgba(255,255,255,.45); margin-top:8px;
}
@media(max-width:768px){ .stats-grid { grid-template-columns:1fr 1fr; } }

/* ── SERVICE CARDS ── */
.service-card {
  background:var(--white); border-radius:var(--radius-lg);
  border:1px solid var(--bone); padding:40px 32px;
  position:relative; overflow:hidden; transition:all .35s ease;
}
.service-card::before {
  content:''; position:absolute; top:0; left:0; right:0; height:4px;
  background:linear-gradient(90deg,var(--gold),var(--emerald));
  transform:scaleX(0); transform-origin:left;
  transition:transform .35s ease;
}
.service-card:hover::before { transform:scaleX(1); }
.service-card:hover { transform:translateY(-8px); box-shadow:var(--shadow-lg); border-color:transparent; }

.service-card-icon {
  width:64px; height:64px; border-radius:14px;
  display:flex; align-items:center; justify-content:center; margin-bottom:24px;
}
.service-card h3 { font-size:22px; margin-bottom:14px; color:var(--navy); }
.service-card p { font-size:15px; line-height:1.7; margin-bottom:20px; }
.service-card .learn-more {
  font-family:var(--font-mono); font-size:12px; letter-spacing:.1em;
  text-transform:uppercase; color:var(--gold);
  display:flex; align-items:center; gap:8px;
  transition:var(--transition);
}
.service-card:hover .learn-more { gap:14px; }
.service-card ul { margin-top:16px; display:grid; gap:8px; }
.service-card ul li {
  font-size:14px; color:var(--slate);
  display:flex; align-items:flex-start; gap:8px;
}
.service-card ul li::before {
  content:''; width:6px; height:6px; border-radius:50%;
  background:var(--gold); flex-shrink:0; margin-top:6px;
}

/* ── INDUSTRY CARDS ── */
.industry-card {
  position:relative; border-radius:var(--radius-lg);
  overflow:hidden; height:280px; cursor:default;
}
.industry-card-img {
  width:100%; height:100%; object-fit:cover; transition:transform .5s ease;
}
.industry-card:hover .industry-card-img { transform:scale(1.08); }
.industry-card-overlay {
  position:absolute; inset:0;
  background:linear-gradient(to top, rgba(11,31,51,.9) 0%, rgba(11,31,51,.3) 60%, transparent 100%);
  display:flex; flex-direction:column; justify-content:flex-end; padding:28px 24px;
  transition:var(--transition);
}
.industry-card h3 { color:var(--white); font-size:22px; margin-bottom:6px; }
.industry-card p {
  color:rgba(255,255,255,.7); font-size:13.5px; margin:0;
  max-height:0; overflow:hidden; transition:max-height .35s ease, opacity .35s ease;
  opacity:0;
}
.industry-card:hover p { max-height:80px; opacity:1; }
.industry-card-icon { color:var(--gold); margin-bottom:10px; }

/* ── WHY US ── */
.why-card {
  padding:32px; border-radius:var(--radius-lg);
  border:1px solid var(--bone); transition:var(--transition);
}
.why-card:hover {
  border-color:var(--gold); background:var(--ivory);
  transform:translateY(-4px); box-shadow:var(--shadow-md);
}
.why-icon {
  width:52px; height:52px; border-radius:12px;
  background:rgba(201,162,39,.1); display:flex; align-items:center; justify-content:center;
  margin-bottom:18px; color:var(--gold); transition:var(--transition);
}
.why-card:hover .why-icon { background:var(--gold); color:var(--navy); }
.why-card h4 { font-size:18px; margin-bottom:10px; color:var(--navy); }
.why-card p { font-size:14.5px; line-height:1.7; }

/* ── PROCESS ── */
.process-wrapper { position:relative; padding:40px 0; }
.process-steps { display:grid; grid-template-columns:repeat(5,1fr); gap:16px; position:relative; }
.process-step { text-align:center; position:relative; }
.process-num {
  width:56px; height:56px; border-radius:50%;
  background:var(--navy); color:var(--white);
  display:flex; align-items:center; justify-content:center;
  font-family:var(--font-display); font-size:22px; font-weight:700;
  margin:0 auto 16px; border:3px solid var(--bone);
  transition:var(--transition); position:relative; z-index:2;
}
.process-step.active .process-num,
.process-step:hover .process-num { background:var(--gold); color:var(--navy); border-color:var(--gold); }
.process-connector {
  position:absolute; top:28px; left:calc(50% + 28px); right:calc(-50% + 28px);
  height:2px; background:var(--bone);
}
.process-step:last-child .process-connector { display:none; }
.process-step h4 { font-size:15px; margin-bottom:8px; color:var(--navy); }
.process-step p { font-size:13px; color:var(--slate); }
@media(max-width:900px){
  .process-steps { grid-template-columns:1fr; max-width:400px; margin:0 auto; }
  .process-connector { display:none; }
}

/* ── TESTIMONIALS ── */
.testimonials-section { background:var(--ivory); }
.testimonials-slider { position:relative; overflow:hidden; }
.testimonials-track { display:flex; transition:transform .5s cubic-bezier(0.4,0,0.2,1); }
.testimonial-slide { min-width:100%; padding:0 24px; }
.testimonial-card {
  background:var(--white); border-radius:var(--radius-lg);
  padding:48px 48px 40px; max-width:800px; margin:0 auto;
  box-shadow:var(--shadow-md); border:1px solid var(--bone); position:relative;
}
.testimonial-card::before {
  content:'\201C'; font-family:var(--font-display); font-size:120px; color:var(--gold);
  opacity:.15; position:absolute; top:-10px; left:24px; line-height:1;
}
.testimonial-quote { font-size:18px; font-style:italic; line-height:1.75; color:var(--navy); margin-bottom:28px; }
.testimonial-author { display:flex; align-items:center; gap:16px; }
.testimonial-avatar {
  width:52px; height:52px; border-radius:50%; object-fit:cover;
  border:2px solid var(--gold);
}
.testimonial-author-info .name { font-weight:700; color:var(--navy); }
.testimonial-author-info .co   { font-size:13px; color:var(--muted); }
.testimonial-stars { color:var(--gold); font-size:14px; margin-bottom:4px; }
.slider-controls {
  display:flex; justify-content:center; align-items:center; gap:16px; margin-top:32px;
}
.slider-btn {
  width:44px; height:44px; border-radius:50%; background:var(--navy); border:0;
  color:var(--white); display:flex; align-items:center; justify-content:center;
  transition:var(--transition); cursor:pointer;
}
.slider-btn:hover { background:var(--gold); color:var(--navy); }
.slider-dots { display:flex; gap:8px; }
.slider-dot {
  width:8px; height:8px; border-radius:50%;
  background:var(--bone); border:0; cursor:pointer; transition:var(--transition);
}
.slider-dot.active { background:var(--gold); width:24px; border-radius:4px; }

/* ── CTA BANNER (Vibrant Emerald & Gold Tone) ── */
.cta-banner {
  background:linear-gradient(135deg, #073b29 0%, #0F6D4D 55%, #082d20 100%);
  padding:100px 0; position:relative; overflow:hidden;
  border-top:3px solid var(--gold);
}
.cta-banner::before {
  content:''; position:absolute; inset:0;
  background:url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23C9A227' fill-opacity='0.04'%3E%3Ccircle cx='40' cy='40' r='2'/%3E%3C/g%3E%3C/svg%3E");
}
.cta-content { position:relative; z-index:1; text-align:center; }
.cta-content h2 { color:var(--white); margin-bottom:16px; }
.cta-content p { color:rgba(255,255,255,.7); font-size:18px; max-width:52ch; margin:0 auto 40px; }
.cta-actions { display:flex; gap:16px; justify-content:center; flex-wrap:wrap; }

/* ── PROJECTS ── */
.project-card {
  border-radius:var(--radius-lg); overflow:hidden;
  box-shadow:var(--shadow-sm); border:1px solid var(--bone); transition:all .35s ease;
}
.project-card:hover { transform:translateY(-6px); box-shadow:var(--shadow-lg); }
.project-card-img { width:100%; height:220px; object-fit:cover; transition:transform .5s ease; }
.project-card:hover .project-card-img { transform:scale(1.06); }
.project-card-body { padding:24px; }
.project-meta {
  display:flex; gap:10px; margin-bottom:12px; flex-wrap:wrap;
}
.project-card h3 { font-size:20px; margin-bottom:10px; color:var(--navy); }
.project-card p { font-size:14px; line-height:1.65; margin-bottom:16px; }
.project-outcome {
  padding:12px 16px; background:var(--ivory);
  border-radius:var(--radius); border-left:3px solid var(--gold);
  font-size:13px; color:var(--slate);
}
.project-outcome strong { color:var(--navy); }

/* ── TEAM ── */
.team-card {
  border-radius:var(--radius-lg); overflow:hidden;
  box-shadow:var(--shadow-sm); border:1px solid var(--bone);
  transition:all .35s ease; text-align:center;
}
.team-card:hover { transform:translateY(-6px); box-shadow:var(--shadow-lg); }
.team-card-img-wrap { position:relative; overflow:hidden; }
.team-card-img { width:100%; height:280px; object-fit:cover; object-position:top; transition:transform .5s ease; }
.team-card:hover .team-card-img { transform:scale(1.05); }
.team-card-overlay {
  position:absolute; inset:0; background:rgba(11,31,51,.75);
  opacity:0; transition:opacity .35s ease;
  display:flex; align-items:center; justify-content:center; gap:12px;
}
.team-card:hover .team-card-overlay { opacity:1; }
.team-social-btn {
  width:42px; height:42px; border-radius:50%; background:var(--gold);
  display:flex; align-items:center; justify-content:center;
  color:var(--navy); transition:transform .2s ease;
}
.team-social-btn:hover { transform:scale(1.1); }
.team-card-body { padding:24px 20px; }
.team-card h3 { font-size:20px; color:var(--navy); margin-bottom:4px; }
.team-card .position { font-family:var(--font-mono); font-size:12px; letter-spacing:.08em; text-transform:uppercase; color:var(--gold); }
.team-card p { font-size:13.5px; margin-top:10px; line-height:1.6; }

/* ── NEWS ── */
.news-card {
  border-radius:var(--radius-lg); overflow:hidden;
  box-shadow:var(--shadow-sm); border:1px solid var(--bone); transition:all .35s ease;
}
.news-card:hover { transform:translateY(-4px); box-shadow:var(--shadow-md); }
.news-card-img { width:100%; height:200px; object-fit:cover; transition:transform .4s ease; }
.news-card:hover .news-card-img { transform:scale(1.05); }
.news-card-body { padding:24px; }
.news-meta { display:flex; gap:12px; align-items:center; margin-bottom:12px; flex-wrap:wrap; }
.news-date { font-family:var(--font-mono); font-size:11.5px; color:var(--muted); letter-spacing:.05em; }
.news-card h3 { font-size:19px; line-height:1.35; margin-bottom:10px; color:var(--navy); }
.news-card p { font-size:14px; line-height:1.65; }
.news-read-more {
  font-family:var(--font-mono); font-size:12px; letter-spacing:.1em;
  text-transform:uppercase; color:var(--gold); display:flex; align-items:center; gap:6px;
  margin-top:16px; transition:gap .25s ease;
}
.news-card:hover .news-read-more { gap:12px; }

/* ── FILTER TABS ── */
.filter-tabs { display:flex; gap:8px; flex-wrap:wrap; margin-bottom:40px; }
.filter-tab {
  font-family:var(--font-mono); font-size:12px; letter-spacing:.1em;
  text-transform:uppercase; padding:9px 20px; border-radius:100px;
  border:1.5px solid var(--bone); background:transparent; color:var(--slate);
  cursor:pointer; transition:var(--transition);
}
.filter-tab:hover   { border-color:var(--gold); color:var(--gold); }
.filter-tab.active  { background:var(--gold); border-color:var(--gold); color:var(--navy); }

/* ── VALUES ── */
.value-card {
  padding:28px 24px; border-top:3px solid transparent;
  transition:var(--transition); border-radius:0 0 var(--radius-lg) var(--radius-lg);
}
.value-card:hover { border-top-color:var(--gold); background:var(--ivory); }
.value-num { font-family:var(--font-mono); font-size:11px; color:var(--muted); letter-spacing:.1em; margin-bottom:12px; }
.value-card h4 { font-size:19px; margin-bottom:10px; color:var(--navy); }
.value-card p { font-size:14px; line-height:1.65; }

/* ── CAREERS ── */
.job-card {
  padding:28px 32px; border-radius:var(--radius-lg);
  border:1.5px solid var(--bone); background:var(--white);
  display:flex; justify-content:space-between; align-items:center; gap:24px;
  transition:all .3s ease; flex-wrap:wrap;
}
.job-card:hover { border-color:var(--gold); box-shadow:var(--shadow-md); transform:translateX(6px); }
.job-card-info h3 { font-size:20px; color:var(--navy); margin-bottom:8px; }
.job-meta { display:flex; gap:16px; flex-wrap:wrap; }
.job-meta-item { display:flex; align-items:center; gap:6px; font-size:13.5px; color:var(--slate); }
.job-meta-item svg { color:var(--gold); }

/* ── MAP ── */
.map-section { height:460px; border-radius:var(--radius-lg); overflow:hidden; box-shadow:var(--shadow-md); }
.map-section iframe { width:100%; height:100%; border:0; }

/* ── CONTACT ── */
.contact-grid { display:grid; grid-template-columns:1.2fr .8fr; gap:60px; align-items:start; }
.contact-info-item {
  display:flex; gap:18px; align-items:flex-start;
  padding:24px; border-radius:var(--radius-lg);
  border:1px solid var(--bone); margin-bottom:16px;
  transition:var(--transition);
}
.contact-info-item:hover { border-color:var(--gold); background:var(--ivory); }
.contact-icon {
  width:48px; height:48px; background:rgba(201,162,39,.1);
  border-radius:12px; display:flex; align-items:center; justify-content:center;
  color:var(--gold); flex-shrink:0;
}
.contact-info-item h4 { font-size:14px; color:var(--navy); margin-bottom:4px; }
.contact-info-item p,
.contact-info-item a { font-size:15px; color:var(--slate); transition:var(--transition); }
.contact-info-item a:hover { color:var(--gold); }
@media(max-width:900px){ .contact-grid { grid-template-columns:1fr; } }

/* ── BACK TO TOP ── */
#back-to-top {
  position:fixed; bottom:28px; right:28px; z-index:900;
  width:48px; height:48px; border-radius:50%;
  background:var(--gold); color:var(--navy); border:0;
  display:flex; align-items:center; justify-content:center;
  box-shadow:0 4px 16px rgba(201,162,39,.4);
  opacity:0; visibility:hidden; transform:translateY(12px);
  transition:all .3s ease; cursor:pointer;
}
#back-to-top.visible { opacity:1; visibility:visible; transform:translateY(0); }
#back-to-top:hover { background:var(--navy); color:var(--gold); transform:translateY(-3px); }
