/* =====================================================
   NEVITON ENGINEERING — V2 STYLES
   Palette: Light blue dominant, white, navy accents
   --sky:      #EBF4FF  hero / section bg
   --blue:     #2563EB  primary CTA / accents
   --blue-lt:  #DBEAFE  card fills / strips
   --navy:     #0F2555  headings only
   --slate:    #475569  body text
   --muted:    #94A3B8  captions
   --amber:    #F59E0B  M2 / AI accent
   --border:   #BFDBFE  card borders
   ===================================================== */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
html, body { max-width: 100%; overflow-x: hidden; }

/* ── SKIP LINK ────────────────────── */
.skip-link {
  position: absolute;
  top: -48px;
  left: 12px;
  background: #2563EB;
  color: #fff;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 7px;
  z-index: 500;
  transition: top 0.18s ease;
}
.skip-link:focus { top: 12px; }

/* ── FOCUS-VISIBLE ────────────────── */
a:focus-visible,
button:focus-visible,
.btn:focus-visible,
.nav-link:focus-visible,
.cap-card:focus-visible,
.cust-tag:focus-visible,
.team-link:focus-visible,
.cert-gallery-item:focus-visible,
.hamburger:focus-visible {
  outline: 2.5px solid #2563EB;
  outline-offset: 3px;
  border-radius: 4px;
}
a:focus:not(:focus-visible),
button:focus:not(:focus-visible) { outline: none; }

body {
  font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
  background: #ffffff;
  color: #1e3a5f;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 36px;
}

.section { padding: 92px 0; }

/* ── TYPOGRAPHY ───────────────────── */
.eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #2563EB;
  margin-bottom: 14px;
}
.eyebrow-white { color: #93C5FD; }

.section-title {
  font-family: 'Space Grotesk', 'Segoe UI', sans-serif;
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 700;
  color: #0F2555;
  line-height: 1.13;
  margin-bottom: 18px;
}
.title-white { color: #ffffff; }

.section-intro {
  font-size: 17px;
  color: #475569;
  max-width: 660px;
  margin-bottom: 54px;
  line-height: 1.75;
}
.intro-light { color: rgba(255,255,255,0.7); }

/* ── BUTTONS ──────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 13px 26px;
  border-radius: 7px;
  border: none;
  cursor: pointer;
  transition: all 0.18s ease;
  text-decoration: none;
  white-space: nowrap;
}
.btn-blue {
  background: #2563EB;
  color: #ffffff;
}
.btn-blue:hover { background: #1d4ed8; transform: translateY(-1px); box-shadow: 0 6px 20px rgba(37,99,235,0.30); }

.btn-white {
  background: #ffffff;
  color: #2563EB;
}
.btn-white:hover { background: #EBF4FF; transform: translateY(-1px); }

.btn-outline-white {
  background: transparent;
  color: rgba(255,255,255,0.88);
  border: 1.5px solid rgba(255,255,255,0.35);
}
.btn-outline-white:hover { border-color: rgba(255,255,255,0.75); color: #fff; }

.btn-outline-blue {
  background: transparent;
  color: #2563EB;
  border: 1.5px solid #BFDBFE;
}
.btn-outline-blue:hover { border-color: #2563EB; background: #EBF4FF; }

.btn-lg { padding: 16px 32px; font-size: 15px; }

/* ── NAV ──────────────────────────── */
.nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200;
  transition: background 0.3s, box-shadow 0.3s;
}
.nav.scrolled {
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 #BFDBFE, 0 4px 20px rgba(37,99,235,0.06);
}

.nav-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 20px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 11px;
}
.logo-mark {
  width: 36px;
  height: 36px;
  background: #2563EB;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  flex-shrink: 0;
}
.logo-name {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #0F2555;
  letter-spacing: 0.03em;
}
.logo-name span { font-weight: 400; color: #94A3B8; font-size: 13px; }
.logo-img { height: 28px; width: auto; display: block; flex-shrink: 0; }
.footer-logo-img { height: 26px; width: auto; display: block; flex-shrink: 0; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
}
.nav-link {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #475569;
  transition: color 0.18s;
  text-decoration: none;
}
.nav-link:hover, .nav-link.active { color: #2563EB; }

.nav-cta {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  background: #2563EB;
  padding: 10px 20px;
  border-radius: 7px;
  transition: background 0.18s;
  text-decoration: none;
}
.nav-cta:hover { background: #1d4ed8; }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.hamburger span { display: block; width: 24px; height: 2px; background: #0F2555; border-radius: 2px; }

/* ── HERO ─────────────────────────── */
.hero {
  position: relative;
  background: #EBF4FF;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 80px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1160px;
  margin: 0 auto;
  padding: 80px 36px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.hero-h1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(40px, 5.5vw, 70px);
  font-weight: 700;
  color: #0F2555;
  line-height: 1.04;
  margin-bottom: 26px;
}
.hero-h1 .accent { color: #2563EB; }

.hero-p {
  font-size: 18px;
  color: #475569;
  line-height: 1.78;
  margin-bottom: 38px;
  max-width: 500px;
}
.hero-p strong { color: #0F2555; }

.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ── PROMISE STRIP ────────────────── */
.promise-strip {
  background: #2563EB;
  padding: 18px 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
}
.promise-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 28px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,0.85);
}
.promise-dot { width: 5px; height: 5px; background: #93C5FD; border-radius: 50%; flex-shrink: 0; }
.promise-div { width: 1px; height: 18px; background: rgba(255,255,255,0.2); }

/* ── TOOLS SECTION ────────────────── */
.tools-section { background: #fff; }

.tools-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.tool-card {
  border-radius: 20px;
  padding: 44px;
  position: relative;
  overflow: hidden;
}
.tool-card-blue {
  background: #EBF4FF;
  border: 1.5px solid #BFDBFE;
}
.tool-card-amber {
  background: #FFFBEB;
  border: 1.5px solid #FDE68A;
}

.tool-badge {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 22px;
}
.badge-blue { background: #2563EB; color: #fff; }
.badge-amber { background: #F59E0B; color: #fff; }

.tool-name {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #0F2555;
  margin-bottom: 14px;
}
.tool-desc {
  font-size: 15px;
  color: #475569;
  line-height: 1.75;
  margin-bottom: 22px;
}
.tool-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-bottom: 30px;
}
.tool-list li {
  font-size: 14px;
  color: #475569;
  padding-left: 20px;
  position: relative;
  line-height: 1.5;
}
.tool-list li::before { content: '→'; position: absolute; left: 0; font-weight: 700; }
.tool-card-blue .tool-list li::before { color: #2563EB; }
.tool-card-amber .tool-list li::before { color: #F59E0B; }

/* ── STATS BAND ───────────────────── */
.stats-band {
  background: #0F2555;
  padding: 72px 0;
}
.stats-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 36px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.stat-block {
  text-align: center;
  padding: 12px 20px;
  border-right: 1px solid rgba(255,255,255,0.10);
}
.stat-block:last-child { border-right: none; }
.stat-num {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 700;
  color: #93C5FD;
  line-height: 1;
  margin-bottom: 10px;
}
.stat-unit { font-size: 0.52em; opacity: 0.8; }
.stat-label { font-size: 13px; color: rgba(255,255,255,0.55); max-width: 160px; margin: 0 auto; line-height: 1.5; }

/* ── CAPABILITY CARDS ─────────────── */
.caps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 44px;
}
.cap-card {
  background: #fff;
  border: 1.5px solid #BFDBFE;
  border-radius: 14px;
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
  transition: all 0.2s;
  cursor: pointer;
  text-decoration: none;
}
.cap-card:hover { border-color: #2563EB; box-shadow: 0 10px 30px rgba(37,99,235,0.12); transform: translateY(-3px); }
.cap-icon-wrap {
  width: 44px;
  height: 44px;
  background: #EBF4FF;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.cap-title { font-family: 'Space Grotesk', sans-serif; font-size: 16px; font-weight: 700; color: #0F2555; margin-bottom: 8px; }
.cap-desc { font-size: 13.5px; color: #475569; line-height: 1.6; flex: 1; }

/* ── PROGRAM BLOCKS ───────────────── */
.programs-section { background: #EBF4FF; }
.programs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 36px;
}
.program-block {
  background: #fff;
  border: 1.5px solid #BFDBFE;
  border-radius: 14px;
  padding: 30px 22px;
  transition: all 0.2s;
}
.program-block:hover { border-color: #2563EB; box-shadow: 0 6px 20px rgba(37,99,235,0.10); }
.program-oem {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #2563EB;
  margin-bottom: 10px;
}
.program-types { font-size: 14px; color: #475569; line-height: 1.7; }

.materials-row { display: flex; gap: 10px; flex-wrap: wrap; }
.mat-badge {
  background: #FEF3C7;
  border: 1.5px solid #FDE68A;
  color: #92400E;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 12px;
  font-weight: 600;
  padding: 7px 16px;
  border-radius: 100px;
}

/* ── CUSTOMERS ────────────────────── */
.customers-section { background: #fff; }
.customers-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.cust-tag {
  background: #EBF4FF;
  border: 1.5px solid #BFDBFE;
  color: #1e3a5f;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 13px;
  font-weight: 500;
  padding: 9px 18px;
  border-radius: 100px;
  transition: all 0.18s;
}
.cust-tag:hover { background: #DBEAFE; border-color: #2563EB; }

/* ── CASE STUDY TEASER ────────────── */
.cs-teaser {
  background: #0F2555;
  padding: 92px 0;
}
.cs-teaser-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 36px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.cs-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 18px;
}
.cs-accent { color: #93C5FD; }
.cs-desc { font-size: 16px; color: rgba(255,255,255,0.6); line-height: 1.8; margin-bottom: 36px; }
.cs-stats-row { display: flex; gap: 44px; margin-bottom: 40px; flex-wrap: wrap; }
.cs-big-num { font-family: 'Space Grotesk', sans-serif; font-size: 36px; font-weight: 700; color: #93C5FD; display: block; margin-bottom: 5px; }
.cs-big-label { font-size: 13px; color: rgba(255,255,255,0.45); max-width: 150px; line-height: 1.5; }

.cs-flow-box {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 16px;
  padding: 32px 28px;
}
.cs-flow-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  margin-bottom: 20px;
}
.flow-steps { display: flex; flex-direction: column; gap: 8px; }
.flow-step {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  padding: 11px 16px;
  font-size: 13px;
  color: rgba(255,255,255,0.6);
}
.flow-step.hl-blue { background: rgba(37,99,235,0.20); border-color: rgba(37,99,235,0.40); color: #93C5FD; }
.flow-step.hl-green { background: rgba(16,185,129,0.15); border-color: rgba(16,185,129,0.30); color: #6EE7B7; font-weight: 600; }
.flow-arrow { text-align: center; color: rgba(255,255,255,0.18); font-size: 14px; }

/* ── CTA BAND ─────────────────────── */
.cta-band { background: #EBF4FF; padding: 92px 0; }
.cta-inner { max-width: 700px; margin: 0 auto; text-align: center; padding: 0 36px; }
.cta-title { font-family: 'Space Grotesk', sans-serif; font-size: clamp(26px, 3vw, 40px); font-weight: 700; color: #0F2555; line-height: 1.15; margin-bottom: 18px; }
.cta-sub { font-size: 17px; color: #475569; line-height: 1.75; margin-bottom: 36px; }
.cta-actions { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; margin-bottom: 22px; }
.cta-note { font-size: 12px; color: #94A3B8; letter-spacing: 0.04em; }

/* ── FOOTER ───────────────────────── */
footer {
  background: #0F2555;
  padding: 72px 0 28px;
}
.footer-inner { max-width: 1160px; margin: 0 auto; padding: 0 36px; }
.footer-grid {
  display: grid;
  grid-template-columns: 260px 1fr 1fr 1fr;
  gap: 52px;
  margin-bottom: 52px;
}
.footer-logo-name { font-family: 'Space Grotesk', sans-serif; font-size: 15px; font-weight: 700; color: #fff; }
.footer-logo-name span { font-weight: 400; color: rgba(255,255,255,0.4); font-size: 13px; }
.footer-tagline { font-size: 13px; color: rgba(255,255,255,0.35); margin-top: 12px; line-height: 1.6; }
.footer-col-title { font-family: 'Space Grotesk', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.3); margin-bottom: 16px; }
.footer-col { display: flex; flex-direction: column; gap: 10px; }
.footer-col a { font-size: 13px; color: rgba(255,255,255,0.5); transition: color 0.18s; text-decoration: none; }
.footer-col a:hover { color: #93C5FD; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.07); padding-top: 24px; display: flex; justify-content: space-between; font-size: 12px; color: rgba(255,255,255,0.22); flex-wrap: wrap; gap: 10px; }

/* ── PAGE HERO (inner pages) ──────── */
.page-hero {
  background: #EBF4FF;
  padding: 140px 36px 90px;
  position: relative;
  overflow: hidden;
}
.page-hero-inner { max-width: 1160px; margin: 0 auto; position: relative; z-index: 2; }
.page-hero h1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(34px, 4.5vw, 58px);
  font-weight: 700;
  color: #0F2555;
  line-height: 1.1;
  margin-bottom: 20px;
  max-width: 740px;
}
.page-hero h1 .accent { color: #2563EB; }
.page-hero-sub { font-size: 17px; color: #475569; max-width: 600px; line-height: 1.75; }

/* ── CAP DETAIL ───────────────────── */
.cap-detail { padding: 88px 0; }
.cap-detail-inner { max-width: 1160px; margin: 0 auto; padding: 0 36px; }
.cap-detail-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 72px;
  align-items: start;
  margin-bottom: 52px;
}
.cap-detail-grid.rev { grid-template-columns: 1fr 1.2fr; }
.cap-detail-grid.rev .cap-text { order: 2; }
.cap-detail-grid.rev .stat-col { order: 1; }
.cap-detail-h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(22px, 2.5vw, 34px);
  font-weight: 700;
  color: #0F2555;
  line-height: 1.2;
  margin-bottom: 16px;
}
.cap-detail-p { font-size: 15px; color: #475569; line-height: 1.8; margin-bottom: 24px; }
.cap-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.cap-list li { font-size: 14px; color: #475569; padding-left: 20px; position: relative; line-height: 1.5; }
.cap-list li::before { content: '→'; position: absolute; left: 0; color: #2563EB; font-weight: 700; }

.stat-col { display: flex; flex-direction: column; gap: 14px; }
.dstat { border-radius: 13px; padding: 24px 28px; }
.dstat-sky { background: #EBF4FF; border: 1.5px solid #BFDBFE; }
.dstat-blue { background: #2563EB; }
.dstat-navy { background: #0F2555; }
.dstat-amber { background: #FFFBEB; border: 1.5px solid #FDE68A; }
.dstat-num { font-family: 'Space Grotesk', sans-serif; font-size: 32px; font-weight: 700; margin-bottom: 4px; }
.dstat-sky .dstat-num { color: #0F2555; }
.dstat-blue .dstat-num, .dstat-navy .dstat-num { color: #fff; }
.dstat-amber .dstat-num { color: #92400E; }
.dstat-lbl { font-size: 12px; line-height: 1.5; }
.dstat-sky .dstat-lbl { color: #94A3B8; }
.dstat-blue .dstat-lbl, .dstat-navy .dstat-lbl { color: rgba(255,255,255,0.6); }
.dstat-amber .dstat-lbl { color: #92400E; opacity: 0.7; }

/* CTO bars */
.cto-block { background: #EBF4FF; border: 1.5px solid #BFDBFE; border-radius: 18px; padding: 44px; }
.cto-block-title { font-family: 'Space Grotesk', sans-serif; font-size: 17px; font-weight: 700; color: #0F2555; margin-bottom: 32px; }
.cto-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-bottom: 20px; }
.cto-label { font-family: 'Space Grotesk', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #94A3B8; margin-bottom: 14px; }
.cto-track { background: #DBEAFE; border-radius: 4px; height: 9px; margin-bottom: 12px; overflow: hidden; }
.cto-fill { height: 100%; border-radius: 4px; animation: barGrow 1.4s cubic-bezier(0.22,1,0.36,1) forwards; }
.fill-blue { background: #2563EB; }
.fill-amber { background: #F59E0B; }
@keyframes barGrow { from { width: 0; } to { width: var(--w); } }
.cto-pct { font-family: 'Space Grotesk', sans-serif; font-size: 22px; font-weight: 700; color: #0F2555; }
.cto-pct-label { font-size: 13px; color: #475569; }
.cto-saving { font-size: 12px; color: #94A3B8; margin-top: 4px; }
.cto-note { font-size: 12px; color: #94A3B8; font-style: italic; }

/* Programs table */
.prog-table-section { background: #EBF4FF; padding: 92px 0; }
.prog-table { border-radius: 14px; overflow: hidden; border: 1.5px solid #BFDBFE; margin-bottom: 30px; }
.prog-row { display: grid; grid-template-columns: 160px 1fr; align-items: center; background: #fff; border-bottom: 1px solid #DBEAFE; padding: 20px 28px; gap: 28px; transition: background 0.18s; }
.prog-row:last-child { border-bottom: none; }
.prog-row:hover { background: #EBF4FF; }
.prog-oem { font-family: 'Space Grotesk', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 0.15em; color: #2563EB; }
.prog-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.prog-tag { background: #EBF4FF; border: 1px solid #BFDBFE; color: #475569; font-size: 12px; padding: 5px 12px; border-radius: 100px; }

/* Customers full */
.cust-regions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }
.region-label { font-family: 'Space Grotesk', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: #2563EB; margin-bottom: 16px; padding-bottom: 10px; border-bottom: 1.5px solid #BFDBFE; }
.cust-list { display: flex; flex-direction: column; gap: 10px; }
.cust-item { font-size: 14px; color: #475569; padding-left: 14px; position: relative; }
.cust-item::before { content: ''; position: absolute; left: 0; top: 9px; width: 4px; height: 4px; background: #2563EB; border-radius: 50%; }

/* ── TECH PAGE ────────────────────── */
.tech-hero-block { display: flex; align-items: flex-start; gap: 28px; padding-bottom: 44px; border-bottom: 1.5px solid #BFDBFE; margin-bottom: 52px; }
.tech-badge-lg { width: 76px; height: 76px; border-radius: 18px; display: flex; align-items: center; justify-content: center; font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 26px; color: #fff; flex-shrink: 0; }
.badge-blue-lg { background: #2563EB; }
.badge-amber-lg { background: #F59E0B; }
.tech-title { font-family: 'Space Grotesk', sans-serif; font-size: clamp(26px, 3vw, 40px); font-weight: 700; color: #0F2555; margin-bottom: 8px; }
.tech-sub { font-size: 17px; color: #475569; }
.tech-body { display: grid; grid-template-columns: 1fr 1.2fr; gap: 72px; margin-bottom: 48px; }
.tech-explainer p { font-size: 15px; color: #475569; line-height: 1.8; margin-bottom: 16px; }
.how-title { font-family: 'Space Grotesk', sans-serif; font-size: 16px; font-weight: 700; color: #0F2555; margin-bottom: 22px; }

/* M2 step flow */
.m2-flow { display: flex; flex-direction: column; gap: 0; }
.m2-step { display: flex; align-items: flex-start; gap: 18px; background: #EBF4FF; border: 1.5px solid #BFDBFE; border-radius: 12px; padding: 20px 22px; }
.m2-step.acc { background: #2563EB; border-color: #2563EB; }
.m2-connector { width: 2px; height: 12px; background: #BFDBFE; margin-left: 30px; }
.m2-num { font-family: 'Space Grotesk', sans-serif; font-size: 20px; font-weight: 700; color: #2563EB; min-width: 28px; }
.m2-step.acc .m2-num { color: rgba(255,255,255,0.6); }
.m2-content strong { font-family: 'Space Grotesk', sans-serif; font-size: 14px; font-weight: 700; color: #0F2555; display: block; margin-bottom: 3px; }
.m2-step.acc .m2-content strong { color: #fff; }
.m2-content span { font-size: 12px; color: #94A3B8; line-height: 1.4; }
.m2-step.acc .m2-content span { color: rgba(255,255,255,0.65); }

.m2-results { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.m2-card { border-radius: 13px; padding: 28px; text-align: center; background: #EBF4FF; border: 1.5px solid #BFDBFE; }
.m2-card.dk { background: #0F2555; border-color: #0F2555; }
.m2-card-num { font-family: 'Space Grotesk', sans-serif; font-size: 32px; font-weight: 700; color: #2563EB; margin-bottom: 8px; }
.m2-card.dk .m2-card-num { color: #93C5FD; }
.m2-card-lbl { font-size: 12px; color: #94A3B8; line-height: 1.6; }
.m2-card.dk .m2-card-lbl { color: rgba(255,255,255,0.45); }

/* Estimator pipeline */
.pipeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-radius: 13px; overflow: hidden; border: 1.5px solid #BFDBFE; }
.pipe-step { background: #EBF4FF; border-right: 1px solid #BFDBFE; padding: 24px 18px; text-align: center; }
.pipe-step:last-child { background: #2563EB; border-right: none; }
.pipe-icon { width: 36px; height: 36px; border-radius: 8px; background: #2563EB; display: flex; align-items: center; justify-content: center; margin: 0 auto 12px; }
.pipe-step:last-child .pipe-icon { background: rgba(255,255,255,0.2); }
.pipe-lbl { font-family: 'Space Grotesk', sans-serif; font-size: 13px; font-weight: 700; color: #0F2555; margin-bottom: 4px; }
.pipe-step:last-child .pipe-lbl { color: #fff; }
.pipe-sub { font-size: 11px; color: #94A3B8; line-height: 1.4; }
.pipe-step:last-child .pipe-sub { color: rgba(255,255,255,0.65); }

.output-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 32px; }
.out-card { background: #fff; border: 1.5px solid #BFDBFE; border-radius: 12px; padding: 22px 18px; transition: all 0.18s; }
.out-card:hover { border-color: #F59E0B; box-shadow: 0 4px 16px rgba(245,158,11,0.12); }
.out-icon { font-size: 22px; margin-bottom: 10px; }
.out-title { font-family: 'Space Grotesk', sans-serif; font-size: 13px; font-weight: 700; color: #0F2555; margin-bottom: 6px; }
.out-desc { font-size: 12px; color: #94A3B8; line-height: 1.6; }

/* RPA section */
.rpa-section { background: #EBF4FF; padding: 92px 0; }
.rpa-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 40px; }
.rpa-card { background: #fff; border: 1.5px solid #BFDBFE; border-radius: 13px; padding: 24px 20px; transition: all 0.18s; }
.rpa-card:hover { border-color: #2563EB; box-shadow: 0 6px 20px rgba(37,99,235,0.10); }
.rpa-process { font-family: 'Space Grotesk', sans-serif; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: #94A3B8; margin-bottom: 8px; }
.rpa-speed { font-family: 'Space Grotesk', sans-serif; font-size: 26px; font-weight: 700; color: #2563EB; margin-bottom: 10px; }
.rpa-detail { font-size: 12px; color: #475569; line-height: 1.6; }
.rpa-benefits-box { background: #fff; border: 1.5px solid #BFDBFE; border-radius: 14px; padding: 32px 36px; }
.rpa-benefits-title { font-family: 'Space Grotesk', sans-serif; font-size: 16px; font-weight: 700; color: #0F2555; margin-bottom: 20px; }
.rpa-ben-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.rpa-ben { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: #475569; line-height: 1.5; }
.rpa-check { color: #2563EB; font-weight: 700; flex-shrink: 0; }

/* Case study full */
.cs-full { padding: 92px 0; background: #fff; }
.cs-full-inner { max-width: 1160px; margin: 0 auto; padding: 0 36px; }
.cs-meta-grid { display: flex; flex-wrap: wrap; gap: 20px 36px; margin-bottom: 48px; }
.cs-meta { display: flex; flex-direction: column; gap: 4px; }
.cs-meta-lbl { font-family: 'Space Grotesk', sans-serif; font-size: 10px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: #94A3B8; }
.cs-meta-val { font-size: 14px; font-weight: 500; color: #0F2555; }

.workflow-box { background: #0F2555; border-radius: 16px; padding: 40px; margin-bottom: 40px; }
.wf-title { font-family: 'Space Grotesk', sans-serif; font-size: 15px; font-weight: 700; color: rgba(255,255,255,0.5); letter-spacing: 0.08em; text-transform: uppercase; font-size: 11px; margin-bottom: 24px; }
.wf-cols { display: grid; grid-template-columns: repeat(5, 1fr); gap: 2px; }
.wf-col { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.07); border-radius: 8px; overflow: hidden; }
.wf-col.acc { background: rgba(37,99,235,0.15); border-color: rgba(37,99,235,0.30); }
.wf-head { background: rgba(255,255,255,0.07); padding: 10px 14px; font-family: 'Space Grotesk', sans-serif; font-size: 10px; font-weight: 700; color: rgba(255,255,255,0.4); letter-spacing: 0.08em; }
.wf-col.acc .wf-head { background: rgba(37,99,235,0.25); color: #93C5FD; }
.wf-items { padding: 12px; }
.wf-item { font-size: 11px; color: rgba(255,255,255,0.45); margin-bottom: 7px; line-height: 1.4; }
.wf-col.acc .wf-item { color: rgba(255,255,255,0.75); }

.ach-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; }
.ach-card { background: #EBF4FF; border: 1.5px solid #BFDBFE; border-radius: 13px; padding: 24px; }
.ach-card.big { background: #0F2555; text-align: center; border-color: #0F2555; }
.ach-num { font-family: 'Space Grotesk', sans-serif; font-size: 40px; font-weight: 700; color: #93C5FD; margin-bottom: 6px; }
.ach-lbl { font-size: 13px; line-height: 1.6; }
.ach-card.big .ach-lbl { color: rgba(255,255,255,0.5); }
.ach-card:not(.big) .ach-lbl { color: #475569; }

/* ── ANIMATIONS ───────────────────── */
.fade-up { opacity: 0; transform: translateY(22px); transition: opacity 0.55s ease, transform 0.55s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* ── RESPONSIVE ───────────────────── */
@media (max-width: 1024px) {
  .tools-grid, .hero-inner { grid-template-columns: 1fr; }
  .caps-grid { grid-template-columns: repeat(2, 1fr); }
  .programs-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-inner { grid-template-columns: repeat(2, 1fr); }
  .stat-block { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .cap-detail-grid { grid-template-columns: 1fr; gap: 40px; }
  .cap-detail-grid.rev .cap-text, .cap-detail-grid.rev .stat-col { order: unset; }
  .tech-body { grid-template-columns: 1fr; gap: 48px; }
  .m2-results { grid-template-columns: 1fr 1fr; }
  .rpa-grid { grid-template-columns: repeat(2, 1fr); }
  .output-grid { grid-template-columns: repeat(2, 1fr); }
  .ach-grid { grid-template-columns: 1fr 1fr; }
  .cust-regions { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .wf-cols { grid-template-columns: 1fr; gap: 6px; }
  .cs-teaser-inner { grid-template-columns: 1fr; gap: 44px; }
}

@media (max-width: 768px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .nav-links.open { display: flex; flex-direction: column; position: fixed; inset: 0; background: #fff; align-items: center; justify-content: center; gap: 32px; z-index: 199; }
  .nav-links.open .nav-link { font-size: 20px; }
  .caps-grid { grid-template-columns: 1fr; }
  .programs-grid { grid-template-columns: 1fr; }
  .m2-results { grid-template-columns: 1fr; }
  .rpa-grid { grid-template-columns: 1fr; }
  .rpa-ben-grid { grid-template-columns: 1fr; }
  .cto-cards { grid-template-columns: 1fr; }
  .ach-grid { grid-template-columns: 1fr; }
  .pipeline { grid-template-columns: 1fr 1fr; }
  .output-grid { grid-template-columns: 1fr 1fr; }
  .container, .cap-detail-inner, .cs-full-inner, .footer-inner { padding-left: 20px; padding-right: 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .section { padding: 60px 0; }
}

/* ── ABOUT: STORY ─────────────────── */
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.story-text p { font-size: 16px; color: #475569; line-height: 1.8; margin-bottom: 20px; text-align: justify; }
.story-img { position: relative; border-radius: 18px; overflow: hidden; box-shadow: 0 20px 50px rgba(15,37,85,0.18); }
.story-img img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ── ABOUT: MISSION / VISION ──────── */
.mv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.mv-card { background: rgba(255,255,255,0.06); border: 1.5px solid rgba(255,255,255,0.16); border-radius: 16px; padding: 36px; }
.mv-card-head { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.mv-card-title { font-family: 'Space Grotesk', sans-serif; font-size: 21px; font-weight: 700; color: #fff; }
.mv-card p { font-size: 15.5px; color: rgba(255,255,255,0.65); line-height: 1.8; text-align: justify; }

/* ── ABOUT: TEAM ───────────────────── */
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.team-card { background: #fff; border: 1.5px solid #BFDBFE; border-radius: 16px; padding: 36px 28px; text-align: center; transition: all 0.2s; display: flex; flex-direction: column; height: 100%; }
.team-card:hover { border-color: #2563EB; box-shadow: 0 10px 30px rgba(37,99,235,0.12); transform: translateY(-3px); }
.team-photo { width: 108px; height: 108px; border-radius: 50%; object-fit: cover; margin: 0 auto 20px; border: 3px solid #DBEAFE; flex-shrink: 0; }
.team-photo-fallback { width: 108px; height: 108px; border-radius: 50%; margin: 0 auto 20px; background: #EBF4FF; border: 3px solid #DBEAFE; display: flex; align-items: center; justify-content: center; font-family: 'Space Grotesk', sans-serif; font-size: 30px; font-weight: 700; color: #2563EB; flex-shrink: 0; }
.team-name { font-family: 'Space Grotesk', sans-serif; font-size: 18px; font-weight: 700; color: #0F2555; margin-bottom: 4px; }
.team-role { font-size: 13.5px; font-weight: 600; color: #2563EB; margin-bottom: 4px; }
.team-exp { font-size: 12px; color: #94A3B8; margin-bottom: 16px; }
.team-bio { font-size: 13.5px; color: #475569; line-height: 1.7; text-align: justify; margin-bottom: 18px; flex: 1; }
.team-links { display: flex; justify-content: center; align-items: center; gap: 10px; min-height: 36px; margin-top: auto; }
.team-link { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #EBF4FF; color: #2563EB; transition: all 0.18s; }
.team-link:hover { background: #2563EB; color: #fff; }

/* ── ABOUT: CERTIFICATIONS ─────────── */
.certs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.cert-item { display: flex; align-items: center; gap: 12px; background: #fff; border: 1.5px solid #BFDBFE; border-radius: 12px; padding: 18px 20px; font-size: 14px; font-weight: 600; color: #0F2555; }
.cert-item svg { flex-shrink: 0; }

.cert-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; max-width: 480px; }
.cert-gallery-item { display: flex; align-items: center; gap: 14px; width: 100%; background: #fff; border: 1.5px solid #BFDBFE; border-radius: 12px; padding: 14px 16px; transition: all 0.2s; text-decoration: none; cursor: pointer; font: inherit; text-align: left; }
.cert-gallery-item:hover { border-color: #2563EB; box-shadow: 0 10px 30px rgba(37,99,235,0.14); transform: translateY(-3px); }
.cert-gallery-thumb { flex-shrink: 0; width: 56px; height: 56px; display: flex; align-items: center; justify-content: center; background: #F8FAFC; border: 1.5px solid #BFDBFE; border-radius: 8px; overflow: hidden; }
.cert-gallery-thumb img { max-width: 80%; max-height: 80%; width: auto; height: auto; object-fit: contain; display: block; }
.cert-gallery-label { padding: 0; font-family: 'Space Grotesk', sans-serif; font-size: 14px; font-weight: 700; color: #0F2555; text-align: left; line-height: 1.3; }

/* ── CERTIFICATE LIGHTBOX ─── */
.cert-lightbox { position: fixed; inset: 0; z-index: 1000; display: none; align-items: center; justify-content: center; padding: 32px; background: rgba(15,37,85,0.82); backdrop-filter: blur(2px); }
.cert-lightbox.open { display: flex; }
.cert-lightbox-img { max-width: 100%; max-height: 100%; border-radius: 8px; box-shadow: 0 20px 60px rgba(0,0,0,0.45); background: #fff; }
.cert-lightbox-close { position: absolute; top: 20px; right: 24px; width: 40px; height: 40px; border-radius: 50%; border: none; background: rgba(255,255,255,0.95); color: #0F2555; font-size: 22px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.15s; }
.cert-lightbox-close:hover { background: #fff; }
.cert-lightbox-caption { position: absolute; bottom: 24px; left: 0; right: 0; text-align: center; color: #fff; font-family: 'Space Grotesk', sans-serif; font-size: 14px; font-weight: 600; }

@media (max-width: 1024px) {
  .story-grid { grid-template-columns: 1fr; gap: 36px; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .team-grid .team-card:last-child:nth-child(3) { grid-column: 1 / -1; max-width: 360px; margin: 0 auto; }
  .certs-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .mv-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr; }
  .certs-grid { grid-template-columns: 1fr; }
  .cert-gallery { grid-template-columns: 1fr; max-width: 320px; }
}

/* ── FINE BREAKPOINT: SMALL MOBILE ─── */
@media (max-width: 480px) {
  .container, .cap-detail-inner, .cs-full-inner, .footer-inner, .nav-inner { padding-left: 16px; padding-right: 16px; }
  .hero-inner { padding: 60px 16px; gap: 36px; }
  .hero-h1 { font-size: clamp(32px, 9vw, 44px); }
  .hero-p { font-size: 16px; }
  .hero-actions .btn, .cta-actions .btn { width: 100%; justify-content: center; }
  .promise-strip { padding: 14px 16px; }
  .promise-item { padding: 6px 12px; font-size: 12px; }
  .tool-card, .cto-block { padding: 26px 20px; }
  .stats-inner { grid-template-columns: 1fr 1fr; gap: 24px 0; }
  .cs-stats-row { gap: 28px; }
  .page-hero { padding: 120px 16px 60px; }
  .ach-grid, .m2-results, .rpa-ben-grid { grid-template-columns: 1fr; }
  .pipeline, .output-grid { grid-template-columns: 1fr 1fr; }
  .section-title { font-size: clamp(24px, 7vw, 32px); }
}

/* ── LARGE DESKTOP ────────────────── */
@media (min-width: 1440px) {
  .container, .cap-detail-inner, .cs-full-inner, .footer-inner, .nav-inner, .stats-inner, .cs-teaser-inner {
    max-width: 1320px;
  }
}

/* ── REDUCED MOTION ───────────────── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
