body[data-page="home"] {
  background:
    radial-gradient(circle at top right, rgba(15, 76, 129, 0.08), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), transparent 18%),
    var(--bg);
}

body[data-page="home"] #miniPromoBanner {
  background: color-mix(in srgb, var(--brand) 88%, #17202d);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body[data-page="home"] #miniPromoBanner .promoMarquee {
  overflow: visible;
  white-space: normal;
}

body[data-page="home"] #miniPromoBanner .promoMarqueeInner {
  display: block;
  animation: none;
  transform: none;
  white-space: normal;
  letter-spacing: 0.01em;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
}

body[data-page="home"] #miniPromoBanner .promoItem {
  white-space: normal;
}

body[data-page="home"] #miniPromoHandle {
  background: color-mix(in srgb, var(--brand) 90%, #17202d);
  box-shadow: 0 10px 24px rgba(9, 16, 28, 0.22);
}

body[data-page="home"] #stickyHeader {
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  background: color-mix(in srgb, var(--panel) 94%, transparent);
  box-shadow: 0 10px 26px rgba(8, 18, 32, 0.08);
}

body[data-page="home"] .homeHero {
  position: relative;
  overflow: hidden;
}

body[data-page="home"] .homeHero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(118deg, rgba(4, 10, 20, 0.92) 12%, rgba(7, 18, 38, 0.82) 56%, rgba(7, 18, 38, 0.48) 100%),
    linear-gradient(0deg, rgba(8, 15, 27, 0.28), rgba(8, 15, 27, 0.28));
  z-index: 1;
}

body[data-page="home"] .homeHero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 32px 32px;
  opacity: 0.34;
  pointer-events: none;
  z-index: 1;
}

body[data-page="home"] .homeHeroArt {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  opacity: 0.3;
  transform: scale(1.03);
}

body[data-page="home"] .homeHeroGrid {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 20px;
  padding: 54px 0 38px;
}

body[data-page="home"] .homeHeroCopy {
  max-width: 760px;
}

body[data-page="home"] .homeKicker,
body[data-page="home"] .homeLabel,
body[data-page="home"] .homeCardIndex,
body[data-page="home"] .homeQuoteMeta {
  font-family: "Inter", sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body[data-page="home"] .homeKicker,
body[data-page="home"] .homeLabel {
  color: var(--accent);
}

body[data-page="home"] .homeDisplay {
  margin-top: 12px;
  max-width: 11ch;
  font-family: "Inter", sans-serif;
  font-size: clamp(2.75rem, 9vw, 5.5rem);
  line-height: 0.94;
  letter-spacing: -0.04em;
  color: #ffffff;
}

body[data-page="home"] .homeLead {
  max-width: 60ch;
  margin-top: 16px;
  font-size: 1rem;
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.82);
}

body[data-page="home"] .homeHeroActions,
body[data-page="home"] .homeFinalActions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

body[data-page="home"] .homeHeroActions {
  margin-top: 26px;
}

body[data-page="home"] .homePrimaryCta,
body[data-page="home"] .homeSecondaryCta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border-radius: 0;
  padding: 0 20px;
  font-family: "Inter", sans-serif;
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

body[data-page="home"] .homePrimaryCta {
  background: var(--brand);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(15, 76, 129, 0.26);
}

body[data-page="home"] .homePrimaryCta:hover {
  background: #0a3d6a;
  transform: translateY(-1px);
}

body[data-page="home"] .homeSecondaryCta {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

body[data-page="home"] .homeSecondaryCta:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.11);
}

body[data-page="home"] .homeHeroMeta {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

body[data-page="home"] .homeMetaCard,
body[data-page="home"] .homeBrief,
body[data-page="home"] .homeProofCard,
body[data-page="home"] .homeServiceCard,
body[data-page="home"] .homeQuoteCard {
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(8, 18, 32, 0.08);
}

body[data-page="home"] .homeMetaCard::before,
body[data-page="home"] .homeBrief::before,
body[data-page="home"] .homeProofCard::before,
body[data-page="home"] .homeServiceCard::before,
body[data-page="home"] .homeQuoteCard::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 52px;
  height: 2px;
  background: var(--accent);
  opacity: 0.9;
}

body[data-page="home"] .homeMetaCard {
  display: grid;
  gap: 6px;
  padding: 16px 16px 18px;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

body[data-page="home"] .homeMetaCard strong {
  font-size: 1rem;
  font-weight: 600;
}

body[data-page="home"] .homeMetaCard span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  line-height: 1.55;
}

body[data-page="home"] .homeBrief {
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03)),
    rgba(8, 16, 29, 0.82);
  border-color: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

body[data-page="home"] .homeBriefTitle {
  margin-top: 10px;
  font-family: "Inter", sans-serif;
  font-size: clamp(1.6rem, 5vw, 2.25rem);
  line-height: 1;
  letter-spacing: -0.03em;
}

body[data-page="home"] .homeBriefList {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

body[data-page="home"] .homeBriefList li {
  display: grid;
  gap: 4px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

body[data-page="home"] .homeBriefList strong,
body[data-page="home"] .homeProofCard h2,
body[data-page="home"] .homeServiceCard h3 {
  font-size: 1.04rem;
  font-weight: 600;
}

body[data-page="home"] .homeBriefList span,
body[data-page="home"] .homeProofCard p,
body[data-page="home"] .homeServiceCard p,
body[data-page="home"] .homeSectionBody,
body[data-page="home"] .homeQuoteCard p {
  font-size: 0.96rem;
  line-height: 1.68;
}

body[data-page="home"] .homeSection {
  padding: 52px 0;
}

body[data-page="home"] .homeProofStrip,
body[data-page="home"] .homeServiceGrid,
body[data-page="home"] .homeQuoteGrid {
  display: grid;
  gap: 14px;
}

body[data-page="home"] .homeProofCard,
body[data-page="home"] .homeServiceCard,
body[data-page="home"] .homeQuoteCard {
  padding: 20px 18px;
}

body[data-page="home"] .homeProofCard h2,
body[data-page="home"] .homeServiceCard h3 {
  margin-top: 12px;
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  line-height: 1.02;
  letter-spacing: -0.02em;
}

body[data-page="home"] .homeProofCard p,
body[data-page="home"] .homeServiceCard p {
  margin-top: 12px;
  color: var(--muted);
}

body[data-page="home"] .homeSectionHead {
  display: grid;
  gap: 12px;
  max-width: 780px;
  margin-bottom: 24px;
}

body[data-page="home"] .homeSectionTitle {
  margin-top: 10px;
  font-family: "Inter", sans-serif;
  font-size: clamp(2rem, 5.5vw, 3.25rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
}

body[data-page="home"] .homeSectionBody {
  color: var(--muted);
}

body[data-page="home"] .homeCardIndex {
  color: var(--brand2);
}

body[data-page="home"] .homeLogoPanel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04)),
    var(--panel);
}

body[data-page="home"] .homeLogoPanel span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  border: 1px solid var(--border);
  background: color-mix(in srgb, var(--panel2) 88%, transparent);
  font-family: "Inter", sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: color-mix(in srgb, var(--text) 80%, var(--muted));
}

body[data-page="home"] .homeQuoteGrid {
  margin-top: 16px;
}

body[data-page="home"] .homeQuoteCard p {
  margin-top: 12px;
  font-size: 1rem;
  color: var(--text);
}

body[data-page="home"] .homeQuoteMeta {
  margin-top: 14px;
  color: var(--muted);
}

body[data-page="home"] .homeCtaSection {
  background:
    linear-gradient(180deg, rgba(8, 16, 29, 0.08), rgba(8, 16, 29, 0.08)),
    transparent;
}

body[data-page="home"] .homeFinalCard {
  display: grid;
  gap: 22px;
  padding: 24px 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(135deg, rgba(8, 16, 29, 0.94), rgba(12, 36, 78, 0.9)),
    var(--heroGradFrom);
  box-shadow: 0 24px 40px rgba(8, 18, 32, 0.16);
}

body[data-page="home"] .homeLabelLight,
body[data-page="home"] .homeSectionTitleLight,
body[data-page="home"] .homeSectionBodyLight,
body[data-page="home"] .homeInlineLink {
  color: #ffffff;
}

body[data-page="home"] .homeSectionBodyLight {
  opacity: 0.76;
}

body[data-page="home"] .homePrimaryCtaWide {
  width: 100%;
}

body[data-page="home"] .homeInlineLink {
  font-size: 0.94rem;
  font-weight: 500;
  opacity: 0.82;
}

body[data-page="home"] .homeInlineLink:hover {
  opacity: 1;
}

body[data-page="home"] .homePrimaryCta:focus-visible,
body[data-page="home"] .homeSecondaryCta:focus-visible,
body[data-page="home"] .homeInlineLink:focus-visible,
body[data-page="home"] #miniPromoClose:focus-visible,
body[data-page="home"] #miniPromoHandle:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

@media (min-width: 640px) {
  body[data-page="home"] .homeHeroGrid {
    padding: 66px 0 48px;
  }

  body[data-page="home"] .homeHeroActions,
  body[data-page="home"] .homeFinalActions {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }

  body[data-page="home"] .homeHeroMeta,
  body[data-page="home"] .homeServiceGrid,
  body[data-page="home"] .homeQuoteGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="home"] .homeProofStrip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="home"] .homeLogoPanel {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body[data-page="home"] .homeFinalCard {
    padding: 28px 28px;
  }

  body[data-page="home"] .homePrimaryCtaWide {
    width: auto;
  }
}

@media (min-width: 960px) {
  body[data-page="home"] .homeHeroGrid {
    grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
    gap: 24px;
    align-items: end;
    min-height: 620px;
    padding: 72px 0 58px;
  }

  body[data-page="home"] .homeHeroMeta {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body[data-page="home"] .homeProofStrip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body[data-page="home"] .homeServiceGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body[data-page="home"] .homeQuoteGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="home"] .homeFinalCard {
    grid-template-columns: minmax(0, 1.15fr) auto;
    align-items: end;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="home"] .homePrimaryCta,
  body[data-page="home"] .homeSecondaryCta,
  body[data-page="home"] #miniPromoHandle,
  body[data-page="home"] #miniPromoClose {
    transition: none;
  }

  body[data-page="home"] .homeHeroArt {
    transform: none;
  }
}


/* =================================================================
   Styles extracted from index.html (page-specific overrides)
   ================================================================= */

/* ============================================================
   Home page - hero, service, product, gallery, CTA sections
   Design: clean white cards, 16px radius, accent top bars
   Background: #f0f4f8, hover lift, refined typography
============================================================ */

/* Body: clean light-grey background, no grid texture */
body {
  background: #f0f4f8 !important;
  background-image: none !important;
}
body[data-theme="dark"] {
  background: #0b1c2c !important;
  background-image: none !important;
}
[data-theme="dark"] {
  background-image: none !important;
}

/* HERO */
.nh-hero {
  background:
    linear-gradient(105deg,
      rgba(248,251,255,0.72) 0%,
      rgba(240,248,255,0.52) 34%,
      rgba(230,242,255,0.18) 60%,
      rgba(220,236,252,0.04) 100%),
    url('../img/bg-hero.webp') center / cover no-repeat;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: 100vh;
  margin-top: -68px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e5e7eb;
}
.nh-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.12) 0%, rgba(255,255,255,0) 34%),
    radial-gradient(circle at 18% 22%, rgba(255,255,255,.32) 0%, rgba(255,255,255,0) 46%);
  pointer-events: none;
}
.nh-hero-shape {
  position: absolute;
  right: 0; top: 0; bottom: 0;
  width: 48%;
  background: linear-gradient(160deg, rgba(15,76,129,.09) 0%, rgba(30,127,212,.04) 100%);
  clip-path: polygon(18% 0%, 100% 0%, 100% 100%, 0% 100%);
  pointer-events: none;
}
.nh-hero::after {
  content: '';
  position: absolute;
  right: -5%; top: -10%;
  width: 55%; height: 80%;
  background: radial-gradient(ellipse, rgba(15,76,129,.15) 0%, transparent 70%);
  pointer-events: none;
}
.nh-hero-eyebrow {
  font-size: .72rem;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: #0F4C81;
  display: flex;
  align-items: center;
  gap: .6rem;
  font-weight: 700;
}
.nh-hero-eyebrow::before {
  content: '';
  display: block;
  width: 28px;
  height: 2px;
  background: #0F4C81;
  flex-shrink: 0;
}
.nh-hero-headline {
  font-weight: 900;
  font-size: clamp(2.4rem, 4.2vw, 3.5rem);
  line-height: 1.0;
  letter-spacing: -.025em;
  color: #0F4C81;
  margin: 1.1rem 0 1.4rem;
}
.nh-hero-headline em { font-style: normal; color: #FBBF24; }
.nh-hero-desc { font-size: 1rem; line-height: 1.78; color: #1e2d3d; max-width: 58ch; }
.nh-hero-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 680px;
}
.nh-hero-cta-group { margin-top: 1.8rem; display: flex; flex-wrap: wrap; gap: .75rem; }
.nh-hero-consult-cta {
  background: rgba(255,255,255,.9);
  color: #0b3d68;
  border: 1px solid #e5e7eb !important;
  box-shadow: 0 4px 16px rgba(15,76,129,.08);
  border-radius: 10px !important;
}
.nh-hero-consult-cta:hover {
  background: #ffffff;
  color: #071e27;
  border-color: rgba(15,76,129,.25) !important;
  box-shadow: 0 8px 24px rgba(15,76,129,.12);
}
.nh-hero-katalog-link { margin-top: 1rem; display: inline-flex; align-items: center; gap: .45rem; font-size: .82rem; font-weight: 700; color: #0F4C81; text-decoration: none; }
.nh-hero-katalog-link:hover { color: #071e27; text-decoration: underline; }
.nh-hero-mobile-proof { margin-top: 1.1rem; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem; }
.nh-hero-mobile-proof-item {
  border: 1px solid rgba(15,76,129,.12);
  background: linear-gradient(180deg, rgba(255,255,255,.95), rgba(247,250,255,.88));
  padding: .85rem .95rem;
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(15,76,129,.08);
}
.nh-hero-mobile-proof-item strong { display: block; font-size: .9rem; font-weight: 900; color: #111827; letter-spacing: -.01em; }
.nh-hero-mobile-proof-item span { display: block; margin-top: .2rem; font-size: .75rem; line-height: 1.45; color: #546067; }

.nh-stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(15,76,129,.12);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(15,76,129,.12);
  box-shadow: 0 18px 42px rgba(15,76,129,.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.nh-stat-cell { background: rgba(255,255,255,.96); padding: 1.4rem 1.45rem; }
.nh-stat-num { font-weight: 900; font-size: 2.6rem; line-height: 1; color: #0F4C81; }
.nh-stat-label { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: #6b7280; margin-top: .4rem; }
.nh-tagline { font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #ffffff; margin-top: 1rem; text-align: left; }

[data-theme="dark"] .nh-hero {
  background:
    linear-gradient(135deg, rgba(11,28,44,0.96) 0%, rgba(15,76,129,.78) 100%),
    url('../img/bg-hero.webp') center / cover no-repeat;
  border-bottom-color: rgba(255,255,255,.06);
}
[data-theme="dark"] .nh-hero-headline { color: #ffffff; }
[data-theme="dark"] .nh-hero-desc { color: rgba(255,255,255,.78); }
[data-theme="dark"] .nh-hero-eyebrow { color: rgba(245,200,66,.85); }
[data-theme="dark"] .nh-hero-eyebrow::before { background: #FBBF24; }
[data-theme="dark"] .nh-stat-grid { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.1); }
[data-theme="dark"] .nh-stat-cell { background: rgba(15,31,45,.94); }
[data-theme="dark"] .nh-stat-label { color: rgba(255,255,255,.60); }
[data-theme="dark"] .nh-stat-num { color: #FBBF24; }
[data-theme="dark"] .nh-tagline { color: rgba(255,255,255,.75); }
[data-theme="dark"] .nh-hero-mobile-proof-item { background: linear-gradient(180deg, rgba(15,31,45,.9), rgba(13,32,53,.82)); border-color: rgba(255,255,255,.1); box-shadow: none; }
[data-theme="dark"] .nh-hero-mobile-proof-item strong { color: #ffffff; }
[data-theme="dark"] .nh-hero-mobile-proof-item span { color: rgba(255,255,255,.58); }

[data-theme="light"] #stickyHeader {
  background: rgba(255,255,255,.94) !important;
  border-bottom: 1px solid #e5e7eb !important;
  box-shadow: 0 1px 0 rgba(15,76,129,.05), 0 2px 12px rgba(0,0,0,.04) !important;
  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
}
[data-theme="dark"] #stickyHeader {
  background: rgba(11,28,44,.94) !important;
  border-bottom: 1px solid rgba(255,255,255,.06) !important;
  box-shadow: none !important;
  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
}

.nh-hero-explore-cta {
  background: rgba(251,191,36,.94);
  color: #142234;
  border-color: rgba(204,144,0,.66);
  box-shadow: 0 8px 24px rgba(160,110,0,.18);
  border-radius: 10px !important;
}
.nh-hero-explore-cta:hover { background: #f2b300; color: #101b29; box-shadow: 0 12px 28px rgba(160,110,0,.26); }
[data-theme="dark"] .nh-hero-explore-cta { background: rgba(251,191,36,.94); color: #142234; border-color: rgba(204,144,0,.66); }
[data-theme="dark"] .nh-hero-explore-cta:hover { background: #f2b300; color: #101b29; }
.nh-hero-sim-cta {
  background: #0F4C81;
  color: #ffffff;
  border: 1px solid rgba(15,76,129,.55);
  box-shadow: 0 10px 24px rgba(15,76,129,.22);
  border-radius: 10px !important;
}
.nh-hero-sim-cta:hover { background: #0b3d68; color: #ffffff !important; box-shadow: 0 8px 24px rgba(15,76,129,.3); }

.nh-hero-helper { margin-top: 1.15rem; display: grid; gap: .6rem; }
.nh-hero-helper-item { display: flex; align-items: center; gap: .6rem; font-size: .8rem; line-height: 1.5; color: #374151; }
.nh-hero-helper-item strong { color: #111827; font-weight: 700; }
.nh-hero-helper-dot {
  width: 8px; height: 8px;
  border-radius: 999px; flex-shrink: 0;
  background: #0F4C81;
  box-shadow: 0 0 0 4px rgba(15,76,129,.12);
  animation: nhHeroBulletPulse 2.4s ease-out infinite;
}
.nh-hero-helper-item:nth-child(2) .nh-hero-helper-dot { animation-delay: .45s; }
@keyframes nhHeroBulletPulse {
  0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(15,76,129,.28); }
  55% { transform: scale(1.08); box-shadow: 0 0 0 9px rgba(15,76,129,0); }
  100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(15,76,129,0); }
}
.nh-hero-support-link { margin-top: 1rem; display: inline-flex; align-items: center; gap: .45rem; font-size: .82rem; font-weight: 700; color: #0b3d68; }
.nh-hero-support-link:hover { color: #071e27; text-decoration: underline; }

.nh-client-band {
  position: relative;
  padding: 2.8rem 0;
  border-top: 1px solid rgba(15,76,129,.08);
  border-bottom: 1px solid rgba(15,76,129,.08);
  background:
    linear-gradient(180deg, rgba(255,255,255,.68), rgba(243,248,253,.72)),
    radial-gradient(circle at 50% 0%, rgba(15,76,129,.06), rgba(15,76,129,0) 50%);
  overflow: hidden;
}
.nh-client-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(15,76,129,.02) 1px, transparent 1px), linear-gradient(90deg, rgba(15,76,129,.02) 1px, transparent 1px);
  background-size: 30px 30px;
  pointer-events: none;
  opacity: .55;
}
.nh-client-band-head { position: relative; z-index: 1; max-width: 680px; margin: 0 auto 1.7rem; text-align: center; }
.nh-client-band-label {
  font-family: 'Inter', sans-serif;
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: .75rem;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-weight: 700;
}
.nh-client-band-label::before,
.nh-client-band-label::after {
  content: '';
  width: 26px;
  height: 1px;
  background: rgba(15,76,129,.22);
}
.nh-client-band-copy { margin: 0; font-size: .92rem; line-height: 1.7; color: #546067; }
[data-theme="dark"] .nh-client-band {
  border-top-color: rgba(255,255,255,.06);
  border-bottom-color: rgba(255,255,255,.06);
  background:
    linear-gradient(180deg, rgba(8,22,34,.96), rgba(10,28,43,.98)),
    radial-gradient(circle at 50% 0%, rgba(74,143,212,.08), rgba(74,143,212,0) 50%);
}
[data-theme="dark"] .nh-client-band::before {
  background-image: linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
}
[data-theme="dark"] .nh-client-band-copy { color: rgba(255,255,255,.66); }

[data-theme="dark"] .nh-hero-helper-item { color: rgba(255,255,255,.7); }
[data-theme="dark"] .nh-hero-helper-dot { background: #FBBF24; box-shadow: 0 0 0 4px rgba(251,191,36,.18); animation-name: nhHeroBulletPulseDark; }
@keyframes nhHeroBulletPulseDark {
  0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(251,191,36,.3); }
  55% { transform: scale(1.08); box-shadow: 0 0 0 9px rgba(251,191,36,0); }
  100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(251,191,36,0); }
}
[data-theme="dark"] .nh-hero-helper-item strong { color: #ffffff; }
[data-theme="dark"] .nh-hero-support-link { color: #f7cf62; }
[data-theme="dark"] .nh-hero-support-link:hover { color: #ffe08a; }
[data-theme="dark"] .nh-hero-consult-cta { background: rgba(15,31,45,.8); color: #f0f8ff; border-color: rgba(125,191,255,.16) !important; }
[data-theme="dark"] .nh-hero-consult-cta:hover { background: rgba(15,31,45,.95); color: #ffffff; border-color: rgba(125,191,255,.28) !important; }
[data-theme="dark"] .nh-hero-katalog-link { color: rgba(233,243,255,.88); }
[data-theme="dark"] .nh-hero-katalog-link:hover { color: #ffe08a; }

.nh-bridge {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  padding: 2.25rem 2.5rem;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  box-shadow: 0 4px 24px rgba(15,76,129,.06);
}
.nh-bridge::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: #0F4C81;
  border-radius: 16px 16px 0 0;
}
.nh-bridge::after { content: none; }
.nh-bridge-content { position: relative; z-index: 1; }
.nh-bridge-title { font-weight: 900; font-size: clamp(1.75rem, 3.2vw, 2.5rem); line-height: 1.06; letter-spacing: -.025em; max-width: 12ch; }
.nh-bridge-copy { margin-top: .9rem; max-width: 48ch; font-size: .95rem; line-height: 1.75; color: #374151; }
.nh-bridge-list { margin-top: 1.15rem; display: grid; gap: .75rem; }
.nh-bridge-list li { display: flex; align-items: flex-start; gap: .75rem; font-size: .9rem; color: #374151; }
.nh-bridge-check { width: 22px; height: 22px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; background: #eff6ff; color: #2563eb; border: 1px solid #bfdbfe; }
.nh-bridge-actions { margin-top: 1.4rem; display: flex; flex-wrap: wrap; gap: .75rem; align-items: center; }
.nh-bridge-inline-link { display: inline-flex; align-items: center; gap: .45rem; font-size: .84rem; font-weight: 700; color: #0F4C81; letter-spacing: .02em; }
.nh-bridge-inline-link:hover { color: #0b3d68; text-decoration: underline; }
[data-theme="dark"] .nh-bridge { border-color: rgba(255,255,255,.08); background: #0d2035; box-shadow: 0 8px 32px rgba(0,0,0,.24); }
[data-theme="dark"] .nh-bridge::before { background: #FBBF24; }
[data-theme="dark"] .nh-bridge-copy, [data-theme="dark"] .nh-bridge-list li { color: rgba(255,255,255,.72); }
[data-theme="dark"] .nh-bridge-check { background: rgba(15,76,129,.28); color: #9fc6ea; border-color: rgba(159,198,234,.18); }
[data-theme="dark"] .nh-bridge-inline-link { color: #f7cf62; }
[data-theme="dark"] .nh-bridge-inline-link:hover { color: #ffe08a; }

@media (max-width: 768px) {
  .nh-hero { min-height: auto; padding-top: 6.4rem; padding-bottom: 2.5rem; align-items: flex-start; background-position: 62% center; }
  .nh-hero-shape { width: 100%; opacity: .48; clip-path: polygon(40% 0%, 100% 0%, 100% 100%, 8% 100%); }
  .nh-hero::after { right: -20%; top: -4%; width: 82%; height: 62%; }
  .nh-hero-copy { max-width: 100%; margin-left: auto; margin-right: auto; text-align: center; padding: 1.25rem 1.1rem; border: 1px solid rgba(15,76,129,.12); background: rgba(255,255,255,.9); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-radius: 18px; box-shadow: 0 16px 36px rgba(15,76,129,.12); }
  .nh-hero-eyebrow { justify-content: center; }
  .nh-hero-eyebrow::before { display: none; }
  .nh-hero-headline { font-size: clamp(2.15rem, 9.2vw, 3rem); margin: .8rem 0 .95rem; }
  .nh-hero-desc { max-width: none; font-size: .92rem; line-height: 1.63; }
  .nh-hero-cta-group { display: grid; grid-template-columns: 1fr; }
  .nh-hero-cta-group a { width: 100%; justify-content: center; }
  .nh-hero-helper { gap: .45rem; margin-top: 1rem; }
  .nh-hero-helper-item { font-size: .84rem; align-items: center; justify-content: center; }
  .nh-hero-support-link { margin-top: .9rem; font-size: .8rem; }
  .nh-client-band { padding: 2.3rem 0; }
  .nh-client-band-copy { font-size: .86rem; }
  .nh-bridge { padding: 1.5rem 1.35rem; }
  .nh-bridge-copy { font-size: .88rem; }
  .nh-process-step { padding: 1.45rem 1.25rem; }
  .nh-process-num { font-size: 2.4rem; }
  .nh-prod-body { padding: 1.35rem 1.2rem 1.3rem; }
  .nh-prod-top { padding: 1rem 1.15rem; }

  .nh-cert-eyebrow-v3 { justify-content: center; }
  .nh-section-head { text-align: center; }
  .nh-section-head .nh-eyebrow { justify-content: center; }
  .nh-section-head p { margin-left: auto; margin-right: auto; }
  .nh-client-band-head { text-align: center; margin-left: auto; margin-right: auto; }
  .nh-cta-trustlist { gap: .45rem; margin-bottom: 1.8rem; }
  .nh-cta-trustitem { font-size: .72rem; }
}

/* Tablet 2-col (768–1023px): columns are only 332–460px wide */
@media (min-width: 768px) and (max-width: 1023px) {
  .nh-hero-headline { font-size: clamp(2rem, 3.8vw, 2.8rem); line-height: 1.05; }
}

/* SECTION SHARED */
.nh-section { padding: 4rem 0; border-bottom: 1px solid #e5e7eb; }
[data-theme="dark"] .nh-section { border-bottom-color: rgba(255,255,255,.06); }

.nh-eyebrow {
  font-size: .72rem;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: #0F4C81;
  display: flex;
  align-items: center;
  gap: .6rem;
  margin-bottom: .9rem;
  font-weight: 700;
}
.nh-eyebrow::before {
  content: '';
  display: block;
  width: 22px;
  height: 2px;
  background: #0F4C81;
  flex-shrink: 0;
}
.nh-title { font-weight: 900; font-size: clamp(1.9rem, 4vw, 2.8rem); line-height: 1.05; letter-spacing: -.02em; color: #111827; }
.nh-section-head { margin-bottom: 2.5rem; }
.nh-section-head--flush { margin-bottom: 0; }
.nh-section-head--center { text-align: center; margin-bottom: 2.5rem; }
.nh-section-head--center .nh-eyebrow { justify-content: center; }
.nh-section-lead { margin: .6rem 0 0; line-height: 1.7; max-width: none; }
.nh-section-lead--narrow { max-width: 540px; }
.nh-process-desc { margin-top: .5rem; }
[data-theme="dark"] .nh-title { color: #ffffff; }

/* COMPANY BRIEF */
.nh-brief-grid { display: grid; gap: 2rem; align-items: start; }
@media (min-width: 768px) { .nh-brief-grid { grid-template-columns: 5fr 7fr; gap: 3.5rem; } }
.nh-cert-layout { display: grid; gap: 2rem; align-items: start; }
@media (min-width: 768px) { .nh-cert-layout { grid-template-columns: 5fr 7fr; gap: 3.5rem; } }

.nh-brief-point {
  display: grid;
  grid-template-columns: 2.2rem 1fr;
  gap: 1rem;
  padding: 1.25rem;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  margin-bottom: .75rem;
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
  transition: box-shadow .25s, transform .25s;
}
.nh-brief-point:hover { box-shadow: 0 8px 24px rgba(0,0,0,.08); transform: translateY(-2px); }
[data-theme="dark"] .nh-brief-point { background: #0d2035; border-color: rgba(255,255,255,.08); }
.nh-brief-num { font-size: .75rem; letter-spacing: .05em; color: #0F4C81; padding-top: 3px; flex-shrink: 0; font-weight: 700; }
[data-theme="dark"] .nh-brief-num { color: #FBBF24; }
.nh-brief-heading { font-weight: 700; font-size: 1.05rem; letter-spacing: .02em; margin-bottom: .3rem; color: #111827; }
[data-theme="dark"] .nh-brief-heading { color: #ffffff; }

/* SERVICE CARDS */
.nh-service {
  border: 1px solid #e5e7eb;
  background: #ffffff;
  padding: 1.75rem;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,.05);
  transition: box-shadow .25s, transform .25s;
}
.nh-service:hover {
  box-shadow: 0 10px 28px rgba(0,0,0,.10);
  transform: translateY(-3px);
}
/* Per-card accent color for service cards */
.nh-service:nth-child(1) { --svc-accent: #2563eb; }
.nh-service:nth-child(2) { --svc-accent: #d97706; }
.nh-service:nth-child(3) { --svc-accent: #059669; }
.nh-service::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--svc-accent, #0F4C81);
  border-radius: 16px 16px 0 0;
  z-index: 2;
}
.nh-service-img {
  width: calc(100% + 3.5rem);
  margin: -1.75rem -1.75rem 1.25rem -1.75rem;
  aspect-ratio: 16/7;
  overflow: hidden;
  border-bottom: 1px solid #e5e7eb;
}
[data-theme="dark"] .nh-service-img { border-bottom-color: rgba(255,255,255,.06); }
.nh-service-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s ease; }
.nh-service:hover .nh-service-img img { transform: scale(1.04); }
.nh-service-num { font-size: .72rem; letter-spacing: .09em; color: #6b7280; text-transform: uppercase; }
.nh-service-title { font-weight: 700; font-size: 1.25rem; letter-spacing: .01em; margin: .5rem 0 .75rem; color: #111827; }
[data-theme="dark"] .nh-service-title { color: #ffffff; }
.nh-service-label {
  display: inline-block;
  font-size: .7rem;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: #0F4C81;
  background: #eff6ff;
  border: 1px solid #dbeafe;
  padding: .2rem .7rem;
  margin-bottom: .6rem;
  border-radius: 6px;
}
[data-theme="dark"] .nh-service { background: #0d2035; border-color: rgba(255,255,255,.08); }
[data-theme="dark"] .nh-service:hover { box-shadow: 0 10px 28px rgba(0,0,0,.22); border-color: rgba(255,255,255,.12); }
[data-theme="dark"] .nh-service-num { color: rgba(255,255,255,.38); }
[data-theme="dark"] .nh-service-label { color: #7dbfff; border-color: rgba(74,143,212,.22); background: rgba(74,143,212,.1); }

/* LAYANAN PARALLAX SECTION */
.nh-section-layanan {
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
  border-bottom: 1px solid #e5e7eb;
}
.nh-layanan-parallax-bg {
  position: absolute;
  inset: -30% 0;
  background: url('../img/bg-sect.2.webp') center / cover no-repeat;
  background-attachment: fixed;
  pointer-events: none;
  z-index: 0;
}
.nh-layanan-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(240,244,248,.94) 0%, rgba(255,255,255,.90) 50%, rgba(240,244,248,.94) 100%);
  pointer-events: none;
  z-index: 1;
}
[data-theme="dark"] .nh-layanan-overlay { background: linear-gradient(135deg, rgba(6,13,26,.95) 0%, rgba(13,34,71,.90) 50%, rgba(6,13,26,.95) 100%); }
.nh-section-layanan .nh-service { background: rgba(255,255,255,.94); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
[data-theme="dark"] .nh-section-layanan .nh-service { background: rgba(13,32,53,.72); border-color: rgba(255,255,255,.1); }
@media (max-width: 767px) { .nh-layanan-parallax-bg { background-attachment: scroll; inset: 0; } }

/* PRODUCT CARDS */
.nh-prod {
  border: 1px solid #e5e7eb;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,.05);
  transition: box-shadow .25s, transform .25s;
  position: relative;
}
.nh-prod:hover {
  box-shadow: 0 10px 28px rgba(0,0,0,.10);
  transform: translateY(-3px);
}
.nh-prod::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--prod-accent, #2563eb);
  border-radius: 16px 16px 0 0;
  z-index: 2;
}
.nh-prod:nth-child(1) { --prod-accent: #2563eb; }
.nh-prod:nth-child(2) { --prod-accent: #d97706; }
.nh-prod:nth-child(3) { --prod-accent: #0369a1; }
.nh-prod:nth-child(4) { --prod-accent: #155e75; }

/* meta label under product name */
.nh-prod-meta { font-size: .6rem; letter-spacing: .08em; color: var(--muted); margin-top: 2px; }

/* feature dot list inside product cards */
.nh-dot-list { margin-top: .85rem; display: flex; flex-direction: column; gap: .45rem; }
.nh-dot-item { display: flex; align-items: flex-start; gap: .55rem; font-size: .78rem; color: var(--muted); line-height: 1.45; }
.nh-dot { width: 5px; height: 5px; border-radius: 50%; flex-shrink: 0; margin-top: .35em; }
.nh-prod:nth-child(1) .nh-dot { background: #2563eb; }
.nh-prod:nth-child(2) .nh-dot { background: #d97706; }
.nh-prod:nth-child(3) .nh-dot { background: #059669; }
.nh-prod:nth-child(4) .nh-dot { background: #7c3aed; }

/* tag row divider under product cards */
.nh-prod-tags { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid var(--border); }

[data-theme="dark"] .nh-prod { background: #0d2035; border-color: rgba(255,255,255,.08); }
[data-theme="dark"] .nh-prod:hover { box-shadow: 0 10px 28px rgba(0,0,0,.25); border-color: rgba(255,255,255,.13); }
.nh-prod-top {
  background: #f9fafb;
  padding: 1.1rem 1.5rem;
  border-bottom: 1px solid #e5e7eb;
  display: flex;
  flex-direction: row;
  align-items: flex-start;    /* top-align so tall titles don't center-shift badge */
  justify-content: space-between;
  gap: .75rem;
  position: relative;
  z-index: 1;
}
/* Badge: right side, top-aligned, no wrapping */
.nh-prod-top > span.tagBadge {
  flex-shrink: 0;
  align-self: flex-start;
  margin-top: .1rem;
}
/* Title container: fill remaining width */
.nh-prod-top > div:first-child {
  flex: 1;
  min-width: 0;
}
[data-theme="dark"] .nh-prod-top { background: rgba(15,31,45,.88); border-bottom-color: rgba(255,255,255,.06); }
/* "Solution Pillar 01–04" — hidden, redundant with card position */
.nh-prod-type { display: none; }
.nh-prod-body { padding: 1.25rem 1.4rem; flex: 1; display: flex; flex-direction: column; position: relative; z-index: 1; }
.nh-prod-name {
  font-weight: 900;
  font-size: 1rem;
  letter-spacing: -.01em;
  line-height: 1.25;
  /* no min-height — subtitle sits directly below title */
  color: #111827;
  margin-bottom: 0;
}
[data-theme="dark"] .nh-prod-name { color: #ffffff; }

/* GALLERY PROYEK */
.nh-section-gallery { position: relative; overflow: hidden; padding: 4rem 0; border-bottom: 1px solid #e5e7eb; }
[data-theme="dark"] .nh-section-gallery { border-bottom-color: rgba(255,255,255,.06); }
.nh-gallery-parallax-bg {
  position: absolute;
  inset: -30% 0;
  background: url('../img/mnc.webp') center / cover no-repeat;
  background-attachment: fixed;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 767px) { .nh-gallery-parallax-bg { background-attachment: scroll; inset: 0; } }
.nh-gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(240,244,248,.94) 0%, rgba(255,255,255,.90) 50%, rgba(240,244,248,.94) 100%);
  pointer-events: none;
  z-index: 1;
}
[data-theme="dark"] .nh-gallery-overlay { background: linear-gradient(135deg, rgba(7,30,39,.96) 0%, rgba(13,45,61,.93) 50%, rgba(7,30,39,.96) 100%); }
.nh-gallery-subtitle { font-size: .9rem; color: var(--muted); margin-top: .5rem; line-height: 1.6; max-width: 560px; margin-left: auto; margin-right: auto; }
/* Desktop marquee */
.nh-gallery-marquee-wrap {
  display: flex; flex-direction: column; gap: .75rem;
  mask-image: linear-gradient(90deg, transparent 0%, black 6%, black 94%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 6%, black 94%, transparent 100%);
  cursor: grab;
}
.nh-gallery-marquee-wrap.is-dragging { cursor: grabbing; }
@media (max-width: 899px) { .nh-gallery-marquee-wrap { display: none; } }
.nh-gallery-marquee-row { overflow: hidden; }
.nh-gallery-track { display: flex; gap: .75rem; width: max-content; }
.nh-gallery-row-fwd .nh-gallery-track { animation: galleryScrollLeft 40s linear infinite; }
.nh-gallery-row-rev .nh-gallery-track { animation: galleryScrollRight 45s linear infinite; }
.nh-gallery-marquee-wrap:hover .nh-gallery-track { animation-play-state: paused; }
@keyframes galleryScrollLeft { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes galleryScrollRight { from { transform: translateX(-50%); } to { transform: translateX(0); } }
.nh-gallery-photo {
  flex-shrink: 0; width: 280px; height: 180px;
  border-radius: 10px; overflow: hidden;
  background-size: cover; background-position: center;
  position: relative; box-shadow: 0 4px 14px rgba(0,0,0,.12);
}
.nh-gallery-photo .nh-gallery-caption {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: .6rem .8rem;
  background: linear-gradient(to top, rgba(7,30,39,.85) 0%, transparent 100%);
  display: flex; flex-direction: column; gap: 1px;
  transform: translateY(100%); transition: transform .3s ease;
}
.nh-gallery-photo:hover .nh-gallery-caption { transform: translateY(0); }
/* Tablet/Mobile grid */
.nh-gallery-grid { display: none; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .75rem; }
@media (max-width: 899px) { .nh-gallery-grid { display: grid; } }
@media (max-width: 579px) { .nh-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.nh-gallery-item {
  position: relative; overflow: hidden;
  border-radius: 10px; aspect-ratio: 4/3;
  background: var(--panel2); box-shadow: 0 2px 8px rgba(0,0,0,.07);
}
.nh-gallery-item-img {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transition: transform .4s ease;
}
.nh-gallery-item:hover .nh-gallery-item-img { transform: scale(1.05); }
.nh-gallery-item .nh-gallery-caption {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: .6rem .8rem;
  background: linear-gradient(to top, rgba(7,30,39,.85) 0%, transparent 100%);
  display: flex; flex-direction: column; gap: 1px;
  transform: translateY(100%); transition: transform .3s ease;
}
.nh-gallery-item:hover .nh-gallery-caption { transform: translateY(0); }
.nh-gallery-cat { font-size: .6rem; letter-spacing: .1em; text-transform: uppercase; color: var(--accent); font-weight: 700; }
.nh-gallery-name { font-size: .8rem; font-weight: 700; color: #fff; line-height: 1.3; }
/* Mobile expand */
@media (max-width: 579px) { .nh-gallery-item.nh-gallery-hidden:not(.nh-gallery-revealed) { display: none; } }
.nh-gallery-expand-wrap { display: none; justify-content: center; margin-top: 1.5rem; }
@media (max-width: 579px) { .nh-gallery-expand-wrap { display: flex; } }
.nh-gallery-expand-wrap.nh-gallery-done { display: none !important; }
.nh-gallery-expand-btn {
  display: flex; align-items: center; gap: .5rem;
  padding: .65rem 1.5rem;
  border: 1.5px solid var(--brand); border-radius: 8px;
  background: transparent; color: var(--brand);
  font-size: .82rem; font-weight: 700; letter-spacing: .04em;
  cursor: pointer; transition: background .2s, color .2s;
}
.nh-gallery-expand-btn:hover { background: var(--brand); color: #fff; }
[data-theme="dark"] .nh-gallery-expand-btn { border-color: var(--brand2); color: var(--brand2); }
[data-theme="dark"] .nh-gallery-expand-btn:hover { background: var(--brand2); color: #071e27; }

/* FINAL CTA BAND */
.nh-cta {
  background: linear-gradient(135deg, #071e27 0%, #0F4C81 55%, #1a5a8e 100%);
  position: relative;
  overflow: hidden;
  padding: 6rem 1rem;
  text-align: center;
}
.nh-cta::before { content: ''; position: absolute; inset: 0; background-image: repeating-linear-gradient(-45deg, transparent, transparent 18px, rgba(255,255,255,.016) 18px, rgba(255,255,255,.016) 19px); pointer-events: none; }
.nh-cta::after { content: ''; position: absolute; left: 50%; top: -20%; transform: translateX(-50%); width: 70%; height: 100%; background: radial-gradient(ellipse, rgba(18,101,178,.2) 0%, transparent 65%); pointer-events: none; }
.nh-cta-eyebrow { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: rgba(245,200,66,.85); display: inline-flex; align-items: center; gap: .5rem; margin-bottom: .75rem; font-weight: 700; }
.nh-cta-eyebrow::before { content: ''; display: inline-block; width: 22px; height: 2px; background: #FBBF24; }
.nh-cta-headline { font-weight: 900; font-size: clamp(2rem, 5vw, 3.5rem); line-height: 1.05; color: #ffffff; max-width: 640px; margin: 0 auto .75rem; }
.nh-cta-desc { font-size: .9rem; color: rgba(255,255,255,.72); max-width: 480px; margin: 0 auto 2.5rem; line-height: 1.7; }
.nh-cta-trustlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .55rem;
  margin: -1rem auto 2rem;
  max-width: 720px;
}
.nh-cta-trustitem {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .48rem .82rem;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.78);
  font-size: .76rem;
  font-weight: 600;
  letter-spacing: .01em;
}
.nh-cta-trustitem::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #FBBF24;
  box-shadow: 0 0 0 4px rgba(251,191,36,.12);
}

/* ACCENT DIVIDER */
.nh-divider { height: 1px; background: linear-gradient(90deg, transparent 0%, #e5e7eb 20%, #e5e7eb 80%, transparent 100%); margin: 0; }
[data-theme="dark"] .nh-divider { background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,.12) 20%, rgba(255,255,255,.12) 80%, transparent 100%); }
.nh-prod-cta-row { display: grid; gap: .75rem; align-items: stretch; }
.nh-prod-cta-row .nh-divider { display: none; }
.nh-prod-cta-row > a { width: 100%; justify-content: center; }
@media (min-width: 768px) {
  .nh-prod-cta-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: .75rem; }
  .nh-prod-cta-row .nh-divider { display: block; flex: 1 1 0%; max-width: 160px; }
  .nh-prod-cta-row > a { width: auto; }
}

/* ── Inline-style overrides ───────────────────────────────
   Fix remaining sub-10px inline font-size declarations.
   Inline styles have highest specificity → need !important.
── */

/* Product card subtitle (e.g. "Genset · Fuel Systems · …") */
.nh-prod-top div[style*="font-size:.6rem"] {
  font-size: .72rem !important;
  letter-spacing: .06em !important;
  margin-top: .2rem !important;  /* minimal gap — subtitle sits close to title */
  line-height: 1.5 !important;
}

/* Header & footer brand tagline "Industrial Generator Solutions" */
#stickyHeader .leading-tight div.muted,
footer .leading-tight div[style*=".62rem"],
footer div[style*="font-size:.62rem"] {
  font-size: .72rem !important;
  letter-spacing: .09em !important;
}

/* "Dipercaya Oleh" client-logos section label */
section[style*="padding:3rem"] div[style*="font-size:.6rem"] {
  font-size: .72rem !important;
  letter-spacing: .11em !important;
}

/* ═══════════════════════════════════════════════════════════
   AUDIT IMPROVEMENTS
═══════════════════════════════════════════════════════════ */

/* 1. Decorative background numbers on product cards ──────── */
.nh-prod::after {
  content: "01";
  position: absolute;
  bottom: -10px;
  right: 18px;
  font-size: 88px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -4px;
  color: var(--prod-accent, #2563eb);
  opacity: 0.045;
  pointer-events: none;
  user-select: none;
  z-index: 0;
  font-family: 'Inter', sans-serif;
}
.nh-prod:nth-child(2)::after { content: "02"; }
.nh-prod:nth-child(3)::after { content: "03"; }
.nh-prod:nth-child(4)::after { content: "04"; }

/* 2. Icon containers in product card headers ─────────────── */
.nh-prod-top {
  padding: 1rem 1.4rem !important;
}
.nh-prod-top::before {
  content: '';
  width: 32px;
  height: 32px;
  border-radius: 7px;
  flex-shrink: 0;
  align-self: flex-start;
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
}
/* Lightning bolt — Backup Power */
.nh-prod:nth-child(1) .nh-prod-top::before {
  background-color: #eff6ff;
  border: 1.5px solid #bfdbfe;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232563eb' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 2L3 14h9l-1 8 10-12h-9l1-8z'/%3E%3C/svg%3E");
}
/* Panel/display — Synchronizing */
.nh-prod:nth-child(2) .nh-prod-top::before {
  background-color: #fffbeb;
  border: 1.5px solid #fde68a;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d97706' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='3' width='20' height='14' rx='2'/%3E%3Cpath d='M8 21h8M12 17v4M7 8h2m2 0h2m2 0h2'/%3E%3C/svg%3E");
}
/* Waveform — Power Quality */
.nh-prod:nth-child(3) .nh-prod-top::before {
  background-color: #ecfdf5;
  border: 1.5px solid #a7f3d0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23059669' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='22 12 18 12 15 21 9 3 6 12 2 12'/%3E%3C/svg%3E");
}
/* Wrench — After Sales */
.nh-prod:nth-child(4) .nh-prod-top::before {
  background-color: #f5f3ff;
  border: 1.5px solid #ddd6fe;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237c3aed' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z'/%3E%3C/svg%3E");
}
[data-theme="dark"] .nh-prod:nth-child(1) .nh-prod-top::before { background-color: rgba(37,99,235,.12); border-color: rgba(37,99,235,.22); }
[data-theme="dark"] .nh-prod:nth-child(2) .nh-prod-top::before { background-color: rgba(217,119,6,.12); border-color: rgba(217,119,6,.22); }
[data-theme="dark"] .nh-prod:nth-child(3) .nh-prod-top::before { background-color: rgba(5,150,105,.12); border-color: rgba(5,150,105,.22); }
[data-theme="dark"] .nh-prod:nth-child(4) .nh-prod-top::before { background-color: rgba(124,58,237,.12); border-color: rgba(124,58,237,.22); }

/* 3. Product card CTA buttons — uniform brand color across cards ── */
.nh-prod-body > a[href] {
  background: var(--brand) !important;
  color: #ffffff !important;
  border-color: transparent !important;
  margin-top: auto;
}
.nh-prod-body > a[href]:hover {
  filter: brightness(1.1) !important;
  background: var(--brand) !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
}

/* 4. Grid gap 16px → 24px ──────────────────────────────────── */
.nh-section .grid,
.nh-section-layanan .grid {
  gap: 1.5rem !important;
}

/* 5. Feature list dots: 5px → 6px ─────────────────────────── */
span[style*="width:5px"] {
  width: 6px !important;
  height: 6px !important;
}

/* 6. Eyebrow letter-spacing refinement ─────────────────────── */
.nh-eyebrow { letter-spacing: .15em !important; }

/* 7. Center section headers for full-width sections ─────────
   Solutions section: classless <div> child of container
   Layanan section: identified by .nh-section-layanan          */
.nh-section > [class*="max-w"] > div:not([class]) > .nh-eyebrow,
.nh-section-layanan > [class*="max-w"] > .nh-eyebrow {
  display: flex !important;
  justify-content: center;
}

.nh-section > [class*="max-w"] > div:not([class]) > .nh-title,
.nh-section-layanan > [class*="max-w"] > h2.nh-title {
  text-align: center;
}
.nh-section > [class*="max-w"] > div:not([class]) > p.muted,
.nh-section-layanan > [class*="max-w"] > p.muted {
  text-align: center;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

/* Global border-radius refinement */
.btnPrimary { border-radius: 10px !important; }
.btnExploreAlt { border-radius: 10px !important; }
.r5 { border-radius: 10px !important; }

/* ── Comfortable reading width ─────────────────────────────
   Homepage content: 1280px — wide enough for multi-column
   layouts, narrow enough to feel intentional & readable.
   Side padding scales via Tailwind px-4/sm:px-6/lg:px-8
   directly on the .max-w-\[1280px\] wrappers in the markup.
── */
  
/* ─── PROCESS STEPS (Cara Kami Bekerja) ─── */
.nh-process-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: start;
  margin-top: 0;
}
.nh-process-step {
  display: flex; flex-direction: column; gap: .5rem;
  padding: 2rem; border: 1px solid #e5e7eb; border-radius: 16px;
  background: #ffffff; box-shadow: 0 2px 8px rgba(0,0,0,.04);
  transition: box-shadow .25s, transform .25s;
}
.nh-process-step:hover {
  box-shadow: 0 10px 28px rgba(0,0,0,.09);
  transform: translateY(-2px);
}
[data-theme="dark"] .nh-process-step {
  background: #0d2035; border-color: rgba(255,255,255,.08);
}
[data-theme="dark"] .nh-process-step:hover {
  border-color: rgba(255,255,255,.14);
}
.nh-process-num {
  font-size: 3rem; font-weight: 900; line-height: 1;
  letter-spacing: -.05em; color: #0F4C81; opacity: .14;
}
[data-theme="dark"] .nh-process-num { color: #FBBF24; opacity: .22; }
.nh-process-title {
  font-weight: 800; font-size: 1.05rem; color: #111827; letter-spacing: -.015em;
}
[data-theme="dark"] .nh-process-title { color: #ffffff; }
.nh-process-tags { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: .6rem; }
.nh-process-arrow {
  display: flex; align-items: center; justify-content: center;
  padding: 0 1.25rem; font-size: 1.75rem; color: #d1d5db;
  margin-top: 2rem; flex-shrink: 0;
}
[data-theme="dark"] .nh-process-arrow { color: rgba(255,255,255,.18); }
@media (max-width: 767px) {
  .nh-process-grid { grid-template-columns: 1fr; gap: 1rem; }
  .nh-process-arrow { display: none; }
}

/* SERTIFIKASI SECTION v3 */
.nh-section-cert {
  position: relative;
  padding: 5rem 0;
  background: #ffffff;
  overflow: hidden;
  border-top: 1px solid rgba(15,76,129,.08);
  border-bottom: 1px solid rgba(15,76,129,.08);
}
.nh-section-cert--tight { padding-top: 3rem; }
.nh-section-container { position: relative; z-index: 1; }
.nh-gallery-container { z-index: 2; }
.nh-expand-icon { font-size: 1.1rem; line-height: 1; }
.nh-cert-bg-texture {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15,76,129,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15,76,129,.03) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}
.nh-cert-bg-glow { display: none; }
.nh-cert-split {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 4rem;
  align-items: start;
}
@media (max-width: 1023px) {
  .nh-cert-split { grid-template-columns: 1fr; gap: 2.5rem; }
}
.nh-cert-left { position: sticky; top: 6rem; }
.nh-cert-eyebrow-v3 {
  display: flex;
  align-items: center;
  gap: .6rem;
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #0F4C81;
  margin-bottom: 1rem;
}
.nh-cert-eyebrow-v3::before {
  content: '';
  display: block;
  width: 22px; height: 2px;
  background: #0F4C81;
  flex-shrink: 0;
}
.nh-cert-headline-v3 {
  font-size: clamp(1.75rem, 2.8vw, 2.55rem);
  font-weight: 900;
  letter-spacing: -.03em;
  color: #071e27;
  line-height: 1.05;
  margin-bottom: .875rem;
}
.nh-cert-headline-v3 em { font-style: normal; color: #0F4C81; }
.nh-cert-subline-v3 {
  font-size: .875rem;
  color: #546067;
  line-height: 1.75;
  margin: .6rem 0 0;
  max-width: none;
}
.nh-cert-rule {
  width: 40px; height: 3px;
  background: linear-gradient(90deg, #0F4C81, #FBBF24);
  border-radius: 2px;
  margin-bottom: 1.5rem;
}
.nh-cert-meta {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin-top: 1.25rem;
  font-size: .72rem;
  font-weight: 700;
  color: #0F4C81;
  background: rgba(15,76,129,.05);
  border: 1px solid rgba(15,76,129,.12);
  border-radius: 6px;
  padding: .4rem .75rem;
}
.nh-cert-meta-dot {
  width: 7px; height: 7px;
  background: #22c55e;
  border-radius: 50%;
  flex-shrink: 0;
  animation: certPulse 2.4s ease-in-out infinite;
}
@keyframes certPulse {
  0%, 100% { box-shadow: 0 0 0 2px rgba(34,197,94,.25); }
  50%       { box-shadow: 0 0 0 5px rgba(34,197,94,.1); }
}
.nh-cert-grid-v3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (max-width: 599px) {
  .nh-cert-grid-v3 { grid-template-columns: 1fr; }
}
.nh-cert-grid-v3 .nh-cert-card-v3:nth-child(1) { --cv: #2563eb; --cv-bg: #eff6ff; }
.nh-cert-grid-v3 .nh-cert-card-v3:nth-child(2) { --cv: #16a34a; --cv-bg: #f0fdf4; }
.nh-cert-grid-v3 .nh-cert-card-v3:nth-child(3) { --cv: #d97706; --cv-bg: #fffbeb; }
.nh-cert-grid-v3 .nh-cert-card-v3:nth-child(4) { --cv: #7c3aed; --cv-bg: #f5f3ff; }
.nh-cert-card-v3 {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(15,76,129,.1);
  border-top: 4px solid var(--cv, #0F4C81);
  border-radius: 16px;
  padding: 1.375rem 1.25rem 1.25rem;
  box-shadow: 0 1px 4px rgba(15,76,129,.05);
  transition: box-shadow .22s ease, transform .22s ease;
}
.nh-cert-card-v3:hover {
  box-shadow: 0 8px 28px rgba(15,76,129,.13);
  transform: translateX(3px);
}
.nh-cert-watermark {
  position: absolute;
  right: .5rem; top: 50%;
  transform: translateY(-50%);
  font-size: clamp(2.8rem, 4.5vw, 4.2rem);
  font-weight: 900;
  letter-spacing: -.05em;
  color: var(--cv, #0F4C81);
  opacity: .055;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  line-height: 1;
}
.nh-cert-status {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #16a34a;
  margin-bottom: .5rem;
}
.nh-cert-status-dot { width: 6px; height: 6px; background: #22c55e; border-radius: 50%; flex-shrink: 0; }
.nh-cert-code-v3 { display: inline-block; font-size: .78rem; font-weight: 800; letter-spacing: .05em; color: var(--cv, #0F4C81); background: var(--cv-bg, rgba(15,76,129,.08)); padding: .15rem .5rem; border-radius: 999px; margin-bottom: .4rem; }
.nh-cert-name-v3 { font-size: .92rem; font-weight: 700; color: #071e27; line-height: 1.3; margin-bottom: .4rem; }
.nh-cert-desc-v3 { font-size: .775rem; color: #546067; line-height: 1.65; margin: 0; }
[data-theme="dark"] .nh-section-cert { background: #0a1a28; border-color: rgba(74,143,212,.14); box-shadow: inset 0 1px 0 rgba(74,143,212,.1), inset 0 -1px 0 rgba(74,143,212,.1); }
[data-theme="dark"] .nh-cert-bg-texture {
  background-image: linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px);
}
[data-theme="dark"] .nh-cert-eyebrow-v3 { color: #60a5fa; }
[data-theme="dark"] .nh-cert-eyebrow-v3::before { background: #60a5fa; }
[data-theme="dark"] .nh-cert-headline-v3 { color: #ffffff; }
[data-theme="dark"] .nh-cert-headline-v3 em { color: #60a5fa; }
[data-theme="dark"] .nh-cert-subline-v3 { color: rgba(255,255,255,.65); }
[data-theme="dark"] .nh-cert-meta { color: #60a5fa; background: rgba(96,165,250,.08); border-color: rgba(96,165,250,.15); }
[data-theme="dark"] .nh-cert-card-v3 { background: rgba(13,32,53,.85); border-color: rgba(255,255,255,.08); box-shadow: none; }
[data-theme="dark"] .nh-cert-name-v3 { color: rgba(255,255,255,.88); }
[data-theme="dark"] .nh-cert-desc-v3 { color: rgba(255,255,255,.60); }
[data-theme="dark"] .nh-cert-status { color: #4ade80; }
[data-theme="dark"] .nh-cert-status-dot { background: #4ade80; }
[data-theme="dark"] .nh-cert-code-v3 { color: rgba(255,255,255,.78); letter-spacing: .06em; background: rgba(255,255,255,.08); }

/* ── Dark mode fixes: eyebrow, mobile hero panel, sim-cta ── */
[data-theme="dark"] .nh-eyebrow { color: #7dbfff; }
[data-theme="dark"] .nh-eyebrow::before { background: #7dbfff; }

[data-theme="dark"] .nh-hero-sim-cta {
  background: #1e5fa3;
  border-color: rgba(74,143,212,.4);
  box-shadow: 0 4px 16px rgba(74,143,212,.15);
}
[data-theme="dark"] .nh-hero-sim-cta:hover {
  background: #2470b8;
  box-shadow: 0 8px 24px rgba(74,143,212,.22);
}

@media (max-width: 768px) {
  [data-theme="dark"] .nh-hero-copy {
    background: rgba(8,22,34,.86);
    border-color: rgba(255,255,255,.1);
    box-shadow: 0 16px 36px rgba(0,0,0,.28);
  }
}
