:root {
  --navy: #071f63;
  --deep: #001a43;
  --blue: #104ac4;
  --green: #008c34;
  --teal: #007c77;
  --violet: #5828dc;
  --text: #132a5a;
  --muted: #4e6080;
  --line: #dce6f1;
  --soft: #f7fbff;
  --shadow: 0 16px 34px rgba(12, 40, 87, .08);
  --container: 1370px;
  --font-heading: "Montserrat", "Poppins", sans-serif;
  --font-body: "Inter", "Roboto", sans-serif;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --font-weight-black: 900;
  --font-size-h1: 44px;
  --font-size-h2: 32px;
  --font-size-h3: 24px;
  --font-size-h4: 20px;
  --font-size-body: 16px;
  --font-size-small: 14px;
  --font-size-caption: 12px;
  --font-size-display: 28px;
  --line-height-body: 1.75;
  --line-height-heading: 1.2;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: #fff;
  font-family: var(--font-body);
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
}
.heading-1 {
  font-family: var(--font-heading);
  font-size: var(--font-size-h1);
  font-weight: var(--font-weight-bold);
  line-height: 1.1;
  letter-spacing: -1.2px;
}
.heading-2 {
  font-family: var(--font-heading);
  font-size: var(--font-size-h2);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-heading);
  letter-spacing: -0.4px;
}
.heading-3 {
  font-family: var(--font-heading);
  font-size: var(--font-size-h3);
  font-weight: var(--font-weight-semibold);
  line-height: 1.25;
}
.heading-4 {
  font-family: var(--font-heading);
  font-size: var(--font-size-h4);
  font-weight: var(--font-weight-medium);
  line-height: 1.3;
}
.body-text {
  font-family: var(--font-body);
  font-size: var(--font-size-body);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-body);
}
.text-small {
  font-family: var(--font-body);
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-regular);
  line-height: 1.6;
}
.text-caption {
  font-family: var(--font-body);
  font-size: var(--font-size-caption);
  font-weight: var(--font-weight-regular);
  line-height: 1.4;
}

html, body { min-height: 100%; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(var(--container), calc(100% - 56px)); margin: 0 auto; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 25px;
  border: 2px solid transparent;
  border-radius: 5px;
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-black);
  white-space: nowrap;
}
.btn-primary { color: #fff; background: var(--green); box-shadow: 0 10px 20px rgba(0, 140, 52, .16); }
.btn-outline { color: var(--navy); background: #fff; border-color: #1a3d90; }
.btn-light { color: #fff; background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.6); }
.btn-small { min-height: 38px; padding: 0 18px; font-size: var(--font-size-caption); }
.icon-line {
  width: 42px;
  height: 42px;
  object-fit: contain;
  flex: 0 0 auto;
}
.category img.icon-line,
.stakeholder img.icon-line,
.program-card img.icon-line { transform: scale(1.55); }
svg.icon-line {
  color: #164499;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.check { color: var(--green); font-weight: var(--font-weight-black); font-size: 1.125rem; line-height: 1; }

.site-header {
  height: 78px;
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid rgba(219,230,244,.92);
  backdrop-filter: blur(8px);
}
.header-inner { height: 100%; display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.logo-mark { width: 78px; height: 52px; }
.brand-name {
  display: block;
  color: var(--navy);
  font-family: var(--font-heading);
  font-size: clamp(32px, 4vw, 42px);
  line-height: .86;
  font-weight: var(--font-weight-black);
  letter-spacing: -1.8px;
}
.brand-name sup { font-size: 0.55rem; position: relative; top: -1.35em; margin-left: 2px; }
.brand-tag { display: block; color: #159a65; font-size: var(--font-size-caption); font-weight: var(--font-weight-extrabold); margin-top: 6px; letter-spacing: -.2px; }
.main-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 25px;
  color: var(--navy);
  font-size: var(--font-size-caption);
  font-weight: var(--font-weight-black);
  white-space: nowrap;
}
.main-nav a { position: relative; padding: 30px 0 28px; }
.main-nav a.btn { padding: 0 19px; }
.main-nav a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22px;
  height: 3px;
  border-radius: 8px;
  background: var(--green);
}
.nav-cta { min-height: 42px; font-size: var(--font-size-caption); border-radius: 5px; }
.mobile-toggle {
  display: none;
  margin-left: auto;
  width: 42px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  color: var(--navy);
  font-size: var(--font-size-h3);
  cursor: pointer;
}

.hero {
  overflow: hidden;
  background: linear-gradient(90deg, #fff 0%, #fff 42%, #eef8ff 100%);
  border-bottom: 1px solid var(--line);
}
.hero-inner {
  min-height: 576px;
  display: grid;
  grid-template-columns: 43.5% 56.5%;
  align-items: center;
  position: relative;
}
.hero-copy { position: relative; z-index: 2; padding: 52px 0 42px; }
.eyebrow {
  color: var(--green);
  font-size: var(--font-size-caption);
  font-weight: var(--font-weight-black);
  text-transform: uppercase;
  margin-bottom: 18px;
}
.hero h1 {
  max-width: 595px;
  margin: 0;
  color: var(--navy);
  font-family: var(--font-heading);
  font-size: var(--font-size-h1);
  line-height: 1.12;
  font-weight: var(--font-weight-bold);
  letter-spacing: -1.5px;
}
.hero p {
  max-width: 540px;
  margin: 21px 0 27px;
  color: #12285b;
  font-size: var(--font-size-body);
  font-weight: var(--font-weight-regular);
  line-height: 1.65;
}
.hero-actions { display: flex; gap: 18px; flex-wrap: wrap; margin-bottom: 27px; }
.hero-mini { display: flex; gap: 35px; color: var(--navy); font-size: var(--font-size-caption); font-weight: var(--font-weight-black); }
.hero-mini span { display: inline-flex; align-items: center; gap: 8px; }
.hero-mini svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 2; }
.hero-art {
  position: absolute;
  top: 0;
  right: calc((100vw - min(var(--container), calc(100vw - 56px))) / -2);
  bottom: 0;
  width: 61.5vw;
  min-width: 760px;
}
.hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: center right; }
.hero-art::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 35%;
  background: linear-gradient(90deg, #fff 5%, rgba(255,255,255,.82) 42%, rgba(255,255,255,0));
}

.category-strip { background: #fff; border-bottom: 1px solid var(--line); }
.category-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.category {
  position: relative;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 28px 16px;
  border-right: 1px solid var(--line);
  text-align: center;
}
.category:last-child { border-right: 0; }
.category img.icon-line {
  width: 34px;
  height: 34px;
  object-fit: contain;
  margin-bottom: 4px;
}
.category h3 {
  margin: 0;
  color: var(--navy);
  font-family: var(--font-heading);
  font-size: var(--font-size-small);
  line-height: 1.18;
  font-weight: var(--font-weight-black);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.category p {
  margin: 0;
  color: #203864;
  font-family: var(--font-body);
  font-size: var(--font-size-caption);
  font-weight: var(--font-weight-regular);
  line-height: 1.7;
}

.section-line { padding: 32px 0 25px; }
.section-line .container { display: grid; grid-template-columns: 1fr auto 1fr; gap: 28px; align-items: center; }
.section-line .container::before,
.section-line .container::after { content: ""; height: 2px; background: linear-gradient(90deg, #2e73d9, #dae6f2); }
.section-line .container::after { background: linear-gradient(90deg, #dae6f2, #2e73d9); }
.section-line strong { color: var(--navy); font-size: var(--font-size-body); font-weight: var(--font-weight-black); text-align: center; white-space: nowrap; }

.intro { padding-bottom: 28px; }
.intro-grid {
  display: grid;
  grid-template-columns: 38.5% 43.5% 18%;
  gap: 32px;
  align-items: center;
}
.photo-card { overflow: hidden; border: 1px solid #b8cce3; border-radius: 8px; box-shadow: var(--shadow); }
.photo-card img { width: 100%; height: 255px; object-fit: cover; }
.intro-copy { padding-right: 28px; border-right: 1px solid var(--line); }
.intro-copy h2,
.flow-copy h2,
.cta-inner h2,
.section-title {
  margin: 0;
  color: var(--navy);
  font-family: var(--font-heading);
  font-size: var(--font-size-h2);
  line-height: 1.24;
  font-weight: var(--font-weight-semibold);
  letter-spacing: -.4px;
}
.green-rule { width: 60px; height: 3px; margin: 18px 0; background: var(--green); border-radius: 8px; }
.intro-copy p,
.flow-copy p,
.about-copy p,
.section-line strong {
  margin: 0;
  color: #21355f;
  font-family: var(--font-body);
  font-size: var(--font-size-body);
  font-weight: var(--font-weight-regular);
  line-height: 1.75;
}
.checks-list { margin: 0; padding: 0; list-style: none; display: grid; gap: 16px; color: var(--navy); font-size: var(--font-size-small); font-weight: var(--font-weight-black); }
.checks-list li { display: flex; align-items: center; gap: 11px; }

.solutions { padding-bottom: 25px; }
.solution-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.solution-card {
  min-height: 246px;
  display: flex;
  flex-direction: column;
  padding: 25px 24px 22px;
  border: 1px solid #d7e3f0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(18, 48, 90, .035);
}
.solution-card h3 { margin: 0 0 16px; color: var(--navy); font-family: var(--font-heading); font-size: var(--font-size-h4); font-weight: var(--font-weight-medium); text-transform: uppercase; }
.solution-card ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 8px; color: #1d3564; font-size: var(--font-size-small); font-weight: var(--font-weight-semibold); line-height: 1.5; }
.solution-card li::before { content: "✓"; color: var(--blue); margin-right: 9px; font-weight: var(--font-weight-black); }
.solution-card.energy li::before,
.solution-card.platforms li::before { color: var(--green); }
.card-link { margin-top: auto; padding-top: 18px; color: var(--blue); font-size: var(--font-size-small); font-weight: var(--font-weight-black); }
.energy .card-link { color: var(--green); }
.industry .card-link { color: var(--violet); }

.flow { padding-bottom: 26px; }
.flow-panel {
  display: grid;
  grid-template-columns: 31% 69%;
  gap: 30px;
  align-items: center;
  padding: 26px 30px 18px;
  border: 1px solid #edf2f8;
  border-radius: 12px;
  background: linear-gradient(90deg, #fff 0%, #f6f9ff 100%);
}
.flow-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.flow-step {
  position: relative;
  min-height: 160px;
  padding: 18px 16px;
  border-right: 1px solid #dbe7f3;
}
.flow-step:last-child { border-right: 0; }
.flow-step:not(:last-child)::after {
  content: "➜";
  position: absolute;
  top: 50%;
  right: -23px;
  z-index: 2;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--navy);
  font-size: var(--font-size-h4);
  font-weight: var(--font-weight-black);
}
.flow-step h4 { margin: 0 0 12px; color: var(--navy); font-family: var(--font-heading); font-size: var(--font-size-small); line-height: 1.25; font-weight: var(--font-weight-black); text-transform: uppercase; }
.flow-step p { margin: 0; color: #203660; font-size: var(--font-size-caption); line-height: 1.52; font-weight: var(--font-weight-semibold); }
.flow-caption {
  grid-column: 2;
  margin-top: -6px;
  color: var(--navy);
  text-align: center;
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-black);
}

.section-title {
  margin: 0 0 22px;
  color: var(--navy);
  text-align: center;
  font-family: var(--font-heading);
  font-size: var(--font-size-h3);
  line-height: 1.2;
  font-weight: var(--font-weight-semibold);
  letter-spacing: -.4px;
}
.stakeholders { padding: 16px 0 19px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stakeholder-grid { display: grid; grid-template-columns: repeat(6, 1fr); }
.stakeholder {
  min-height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: var(--navy);
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-black);
  border-right: 1px solid var(--line);
}
.stakeholder:last-child { border-right: 0; }

.programs { padding: 24px 0 22px; }
.program-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.program-card {
  min-height: 118px;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 17px;
  padding: 20px;
  border: 1px solid #edf2f8;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #f8fbff);
  box-shadow: 0 8px 24px rgba(18,40,78,.04);
}
.program-card h3 { margin: 0 0 7px; color: var(--navy); font-family: var(--font-heading); font-size: var(--font-size-h4); line-height: 1.25; font-weight: var(--font-weight-medium); }
.program-card p { margin: 0; color: #263b66; font-family: var(--font-body); font-size: var(--font-size-small); line-height: 1.55; font-weight: var(--font-weight-semibold); }
.program-action { display: flex; justify-content: flex-end; margin-top: 15px; }

.stats { padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.stats-panel { display: grid; grid-template-columns: repeat(4, 1fr) 168px; gap: 8px; align-items: stretch; }
.stat-card {
  min-height: 120px;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 14px;
  align-items: start;
  padding: 19px;
  border: 1px solid #dce7f2;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(18,40,78,.04);
}
.stat-number { margin-bottom: 7px; color: var(--navy); font-family: var(--font-heading); font-size: var(--font-size-display); line-height: 1; font-weight: var(--font-weight-extrabold); letter-spacing: -.6px; }
.stat-card:nth-child(3) .stat-number,
.stat-card:nth-child(4) .stat-number { color: var(--green); }
.stat-card p { margin: 0; color: #263a67; font-family: var(--font-body); font-size: var(--font-size-small); line-height: 1.55; font-weight: var(--font-weight-semibold); }
.stats-cta { display: flex; align-items: center; justify-content: center; }

.partners { padding: 6px 0 20px; border-bottom: 1px solid var(--line); }
.partner-row { min-height: 75px; display: grid; grid-template-columns: repeat(4, 1fr) 170px; align-items: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.partner-item { height: 100%; display: flex; align-items: center; justify-content: center; gap: 14px; color: var(--navy); font-size: var(--font-size-small); font-weight: var(--font-weight-black); border-right: 1px solid var(--line); }
.partner-action { display: flex; justify-content: center; }

.about { padding: 22px 0 30px; }
.about-grid { display: grid; grid-template-columns: 30% 40% 25%; gap: 34px; align-items: center; }
.about .photo-card img { height: 205px; }
.about-copy { padding-right: 28px; border-right: 1px solid var(--line); }
.about-copy p { margin: 0 0 22px; color: #1f3563; font-family: var(--font-body); font-size: var(--font-size-body); line-height: 1.75; font-weight: var(--font-weight-regular); }
.about-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.about-checks { margin: 0; padding: 0; list-style: none; display: grid; gap: 14px; color: var(--navy); font-size: var(--font-size-small); font-weight: var(--font-weight-black); }
.about-checks li { display: flex; align-items: center; gap: 12px; }

.cta-band {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(90deg, #052d66, #001b45 62%, #052d66);
}
.cta-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,25,63,.95), rgba(0,25,63,.8) 48%, rgba(0,25,63,.2)), url("neo-style-industry.png") center right / cover no-repeat;
  opacity: .98;
}
.cta-inner { position: relative; z-index: 1; min-height: 145px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.cta-inner h2 { margin: 0 0 22px; color: #fff; font-family: var(--font-heading); font-size: var(--font-size-h2); line-height: 1.2; font-weight: var(--font-weight-black); letter-spacing: -.4px; }
.cta-actions { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }

.footer { color: #d9e8f8; background: #001735; padding: 31px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.8fr repeat(5, 1fr); gap: 36px; }
.footer .brand-name { color: #fff; font-family: var(--font-heading); font-size: clamp(26px, 3vw, 32px); font-weight: var(--font-weight-bold); }
.footer .brand-tag { color: #b9d9ff; font-size: var(--font-size-small); font-weight: var(--font-weight-semibold); }
.footer-brand p { max-width: 232px; margin: 16px 0; color: #e3edf8; font-family: var(--font-body); font-size: var(--font-size-small); line-height: 1.65; font-weight: var(--font-weight-regular); }
.socials { display: flex; gap: 9px; margin-bottom: 15px; }
.socials span { width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; font-size: var(--font-size-caption); font-weight: var(--font-weight-black); }
.copyright { color: #b9cce0; font-size: var(--font-size-caption); }
.footer-col h4 { margin: 0 0 15px; color: #fff; font-family: var(--font-heading); font-size: var(--font-size-small); text-transform: uppercase; letter-spacing: .3px; font-weight: var(--font-weight-black); }
.footer-col a { display: block; margin-bottom: 10px; color: #d6e4f3; font-family: var(--font-body); font-size: var(--font-size-small); font-weight: var(--font-weight-semibold); }
.footer-bottom { margin-top: 23px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: flex-end; gap: 22px; color: #c9d8e8; font-size: var(--font-size-caption); }

@media (max-width: 1180px) {
  .main-nav { gap: 11px; font-size: var(--font-size-caption); }
  .brand-name { font-size: clamp(28px, 3vw, 32px); }
  .logo-mark { width: 56px; }
  .hero-inner { min-height: 520px; }
  .category, .solution-card { padding-inline: 16px; }
  .flow-panel, .about-grid, .intro-grid { gap: 22px; }
  .stats-panel { grid-template-columns: repeat(4, 1fr); }
  .stats-cta { grid-column: 1 / -1; justify-content: flex-end; padding-top: 8px; }
  .footer-grid { grid-template-columns: 1.5fr repeat(3, 1fr); }
}

@media (max-width: 820px) {
  .container { width: min(100% - 34px, var(--container)); }
  .site-header { height: auto; padding: 13px 0; }
  .header-inner { flex-wrap: wrap; }
  .mobile-toggle { display: grid; place-items: center; }
  .main-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding-top: 10px;
    border-top: 1px solid var(--line);
    font-size: var(--font-size-caption);
  }
  body.nav-open .main-nav { display: flex; }
  .main-nav a { padding: 9px 0; }
  .main-nav a.active::after { display: none; }
  .hero-inner { display: block; min-height: 0; }
  .hero-copy { padding: 40px 0 25px; }
  .hero-art { position: relative; right: auto; width: calc(100% + 34px); min-width: 0; height: 310px; margin-left: -17px; }
  .hero-art::before { width: 18%; }
  .category-grid, .solution-grid, .program-row, .stakeholder-grid, .flow-steps, .partner-row { grid-template-columns: repeat(2, 1fr); }
  .intro-grid, .flow-panel, .about-grid { grid-template-columns: 1fr; }
  .intro-copy, .about-copy { padding-right: 0; border-right: 0; }
  .flow-caption { grid-column: auto; }
  .flow-step:not(:last-child)::after { display: none; }
  .flow-step { border: 1px solid #dbe7f3; border-radius: 8px; }
  .section-line .container { grid-template-columns: 1fr; }
  .section-line .container::before, .section-line .container::after { display: none; }
  .section-line strong { white-space: normal; }
  .stakeholder:nth-child(2n), .category:nth-child(2n) { border-right: 0; }
  .stats-panel { grid-template-columns: 1fr 1fr; }
  .partner-action { grid-column: 1 / -1; padding: 14px 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, var(--container)); }
  .brand-name { font-size: clamp(24px, 8vw, 30px); }
  .brand-tag { font-size: var(--font-size-caption); }
  .logo-mark { width: 50px; }
  .hero h1 { font-size: var(--font-size-h1); }
  .hero-actions, .about-actions, .cta-actions { align-items: stretch; }
  .btn { width: 100%; }
  .hero-mini { flex-direction: column; gap: 12px; }
  .category-grid, .solution-grid, .program-row, .stakeholder-grid, .stats-panel, .partner-row, .flow-steps { grid-template-columns: 1fr; }
  .photo-card img, .about .photo-card img { height: auto; }
  .category, .stakeholder, .partner-item { border-right: 0; border-left: 0; }
  .program-card, .stat-card { grid-template-columns: 48px 1fr; }
  .cta-inner { min-height: 210px; text-align: center; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { justify-content: flex-start; flex-wrap: wrap; }
}
