/* ═══════════════════════════════════════
   TOPBAR & NAV STYLES
═══════════════════════════════════════ */

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --ink: #111210;
  --ink2: #2d2d2a;
  --body: #4a4a46;
  --muted: #8b8b85;
  --rule: rgba(17, 18, 16, 0.09);
  --rule-d: rgba(255, 255, 255, 0.09);
  --paper: #fafaf7;
  --white: #ffffff;
  --slate: #f3f3ef;
  --deep: #141614;
  --mid-dark: #1e201e;
  --teal: #8a1538;
  --teal2: #a91e43;
  --teal-bg: #fce8ee;
  --teal-d: #c43b5c;
  --amber: #c47a1a;
  --amber-bg: #fef6e8;
  --maroon: #8a1538;
  --r: 5px;
  --r-lg: 10px;
}

body {
  font-family: "Outfit", sans-serif;
  background: var(--paper);
  color: var(--ink);
  overflow-x: hidden;
}

/* ── UTILITY ── */
.ph {
  background: rgba(17, 18, 16, 0.05);
  border: 1px dashed rgba(17, 18, 16, 0.13);
  border-radius: var(--r);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  color: var(--muted);
  font-size: 11px;
  text-align: center;
  padding: 10px;
}
.ph.d {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.3);
}
.ph .i {
  font-size: 16px;
  opacity: 0.5;
}
.eyebrow {
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--teal);
  display: flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before {
  content: "";
  width: 20px;
  height: 1.5px;
  background: var(--teal);
  flex-shrink: 0;
}
.eyebrow.light {
  color: var(--teal-d);
}
.eyebrow.light::before {
  background: var(--teal-d);
}
.eyebrow.amber {
  color: var(--amber);
}
.eyebrow.amber::before {
  background: var(--amber);
}
.sec-title {
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 700;
  line-height: 1.18;
  color: var(--ink);
}
.sec-title em {
  font-family: "Lora", serif;
  font-style: italic;
  font-weight: 400;
  color: var(--teal);
}
.sec-title.light {
  color: #fff;
}
.sec-title.light em {
  color: var(--teal-d);
}
.bl {
  height: 12px;
  border-radius: 2px;
  background: rgba(17, 18, 16, 0.07);
}
.bl.d {
  background: rgba(255, 255, 255, 0.08);
}
.tag-pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 11px;
  border-radius: 100px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  border: 1px solid var(--rule);
  color: var(--muted);
}

/* ════════════════════════════════════════
   UTILITY TOPBAR
════════════════════════════════════════ */
.topbar {
  height: 34px;
  background: #8a1538;
  display: flex;
  align-items: center;
  padding: 0 52px;
  justify-content: space-between;
}
.tb-left {
  display: flex;
  gap: 20px;
  align-items: center;
}
.tb-right {
  display: flex;
  gap: 20px;
  align-items: center;
}
.tb-item {
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.03em;
  cursor: default;
  display: flex;
  align-items: center;
  gap: 5px;
}
.tb-item .dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--teal-d);
  flex-shrink: 0;
}
.tb-social {
  display: flex;
  gap: 2px;
}
.tb-soc {
  width: 22px;
  height: 22px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  color: #fff;
  cursor: default;
}

/* ════════════════════════════════════════
   PRIMARY NAV
   — Two-tier: brand row + nav row
   — Brand row: logo left, tagline right
   — Nav row: primary links, mega-menu open on "Solutions"
════════════════════════════════════════ */
.nav-wrap {
  background: var(--white);
  border-bottom: 1px solid var(--rule);
  position: sticky;
  top: 0;
  z-index: 200;
  transition: background 0.35s ease, backdrop-filter 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.nav-wrap.scrolled {
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 4px 24px rgba(8, 25, 44, 0.09);
  border-bottom-color: rgba(0, 0, 0, 0.07);
}

/* Brand band */
.nav-brand {
  padding: 0 52px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--rule);
}
.nb-logo {
  width: 120px;
  height: 28px;
}
.nb-tagline {
  font-size: 11px;
  font-weight: 400;
  color: var(--muted);
  letter-spacing: 0.06em;
}
.nb-actions {
  display: flex;
  gap: 8px;
  align-items: center;
}
.nb-phone {
  font-size: 11px;
  font-weight: 600;
  color: var(--ink2);
  display: flex;
  align-items: center;
  gap: 6px;
}
.nb-phone .icon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--teal-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
}
.nb-btn-ghost {
  padding: 9px 22px;
  border: 1.5px solid var(--rule);
  border-radius: var(--r);
  font-size: 13px;
  font-weight: 600;
  color: var(--ink2);
  cursor: pointer;
  white-space: nowrap;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.nb-btn-ghost:hover {
  border-color: #306FCA;
  color: #306FCA;
}
.nb-btn-fill {
  padding: 10px 26px;
  border-radius: var(--r);
  background: #8a1538;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  letter-spacing: 0.02em;
  white-space: nowrap;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}
.nb-btn-fill:hover {
  background: #a01a42;
  box-shadow: 0 4px 14px rgba(138, 21, 56, 0.3);
}
/* CTA wrapper — override inline styles */
.nav-cta-wrapper {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 0 20px !important;
}
/* Nav link row */
.nav-links-row {
  padding: 0 52px;
  height: 58px;
  display: flex;
  align-items: stretch;
  gap: 0;
}
.nl-item {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0 20px;
  font-size: 13.5px;
  font-weight: 500;
  color: var(--body);
  cursor: pointer;
  border-right: 1px solid var(--rule);
  white-space: nowrap;
  position: relative;
  transition: color 0.18s ease;
}
.nl-item:hover {
  color: #306FCA;
}
.nl-item:first-child {
  border-left: 1px solid var(--rule);
}
.nl-item.active {
  color: var(--teal);
  background: var(--teal-bg);
  font-weight: 600;
}
.nl-item.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--teal);
}
.nl-cv {
  font-size: 8px;
  opacity: 0.5;
  margin-top: 1px;
  transition: transform 0.2s ease;
}
.nl-spacer {
  flex: 1;
}
/* ── Nav dropdowns ─────────────────────────────── */
.nl-dropdown-wrap {
  position: relative;
  display: flex;
  align-items: stretch;
}
.nl-dropdown-wrap > .nl-item {
  border-right: 1px solid var(--rule);
}
.nl-dropdown-wrap:first-child > .nl-item {
  border-left: 1px solid var(--rule);
}
.nl-dropdown {
  /* top: 100%; */
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: 8px;
  box-shadow: 0 12px 40px rgba(8, 25, 44, 0.13);
  min-width: 230px;
  padding: 6px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition:
    opacity 0.22s ease,
    transform 0.22s ease,
    visibility 0.22s;
  z-index: 9999;
  pointer-events: none;
}
.nl-dropdown-wrap.open .nl-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.nl-dropdown-wrap.open .nl-cv {
  transform: rotate(180deg);
}
.nl-dd-item {
  padding: 10px 20px;
  font-size: 12.5px;
  font-weight: 500;
  color: var(--body);
  cursor: pointer;
  white-space: nowrap;
  transition:
    background 0.15s,
    color 0.15s;
}
.nl-dd-item:hover {
  background: #faf4f6;
  color: var(--maroon);
}
.nl-search {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  border-left: 1px solid var(--rule);
  font-size: 12px;
  color: var(--muted);
  cursor: default;
}
.nl-search-box {
  width: 140px;
  height: 26px;
  background: var(--slate);
  border-radius: 3px;
  border: 1px solid var(--rule);
}

/* ════════════════════════════════════════
   MEGA MENU — shown open for "Solutions"
   Three columns:
   Col 1: Digital Solutions (with sub-items grid)
   Col 2: Smart Manufacturing Consulting
   Col 3: Product Engineering (with sub-items)
   Bottom bar: Featured platform links + CTA
════════════════════════════════════════ */
.mega-menu {
  position: relative;
  background: var(--white);
  border-top: 2px solid var(--teal);
  border-bottom: 1px solid var(--rule);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
  z-index: 190;
}
.mega-label {
  padding: 8px 52px 0;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}
.mega-cols {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-bottom: 1px solid var(--rule);
}

/* each column */
.mc {
  padding: 24px 32px 28px;
  border-right: 1px solid var(--rule);
  position: relative;
}
.mc:first-child {
  padding-left: 52px;
}
.mc:last-child {
  border-right: none;
  padding-right: 52px;
}
.mc-head {
  margin-bottom: 16px;
}
.mc-category {
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 8px;
}
.mc-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 6px;
}
.mc-desc {
  font-size: 11.5px;
  color: var(--muted);
  line-height: 1.5;
}
.mc-divider {
  height: 1px;
  background: var(--rule);
  margin: 16px 0;
}
.mc-sub-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 10px;
}
/* sub-item grid inside col 1 */
.mc-sub-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}
.mc-sub-item {
  padding: 8px 10px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: default;
}
.mc-sub-item.hl {
  background: var(--teal-bg);
}
.msi-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--teal);
  flex-shrink: 0;
  opacity: 0.6;
}
.mc-sub-item.hl .msi-dot {
  opacity: 1;
}
.msi-name {
  font-size: 11.5px;
  font-weight: 500;
  color: var(--ink2);
}
.mc-sub-item.hl .msi-name {
  color: var(--teal);
  font-weight: 600;
}
/* col 2 & 3: vertical list */
.mc-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.mc-list-item {
  padding: 9px 0;
  border-bottom: 1px solid var(--rule);
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: default;
}
.mc-list-item:last-child {
  border-bottom: none;
}
.mli-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mli-icon {
  width: 28px;
  height: 28px;
  border-radius: 4px;
  background: var(--slate);
  flex-shrink: 0;
}
.mli-name {
  font-size: 12px;
  font-weight: 600;
  color: var(--ink2);
}
.mli-desc {
  font-size: 10.5px;
  color: var(--muted);
  margin-top: 1px;
}
.mli-arrow {
  font-size: 12px;
  color: var(--muted);
  opacity: 0.4;
}
/* highlighted item */
.mc-list-item.hl {
  margin: 0 -8px;
  padding: 9px 8px;
  border-radius: 5px;
  background: var(--teal-bg);
  border-bottom: none;
}
.mc-list-item.hl .mli-name {
  color: var(--teal);
}
.mc-list-item.hl .mli-icon {
  background: rgba(138, 21, 56, 0.15);
}
/* bottom bar */
.mega-bottom {
  padding: 14px 52px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  gap: 20px;
  align-items: center;
  background: var(--slate);
}
.mb-platform {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: default;
}
.mbp-icon {
  width: 32px;
  height: 32px;
  border-radius: 5px;
  background: var(--deep);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.5);
}
.mbp-name {
  font-size: 12px;
  font-weight: 700;
  color: var(--ink2);
}
.mbp-sub {
  font-size: 10px;
  color: var(--muted);
}
.mb-divider {
  width: 1px;
  height: 28px;
  background: var(--rule);
}
.mb-cta {
  padding: 10px 24px;
  background: var(--teal);
  border-radius: var(--r);
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  cursor: default;
  white-space: nowrap;
}

/* ════════════════════════════════════════
   BREADCRUMB NAV (secondary nav concept)
   Shown below mega-menu as a "you are here" trail
════════════════════════════════════════ */
.breadcrumb-bar {
  background: var(--slate);
  padding: 0 52px;
  height: 36px;
  display: flex;
  align-items: center;
  gap: 0;
  border-bottom: 1px solid var(--rule);
}
.bc-item {
  font-size: 11px;
  font-weight: 500;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: default;
}
.bc-item.active {
  color: var(--teal);
  font-weight: 600;
}
.bc-sep {
  font-size: 10px;
  color: var(--rule);
  margin: 0 4px;
}

body {
  font-family: "Outfit", sans-serif;
  background: var(--paper);
  color: var(--ink);
  overflow-x: hidden;
}

/* ═══════════════════════════════════════
   HERO BANNER STYLES
═══════════════════════════════════════ */

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --ink: #111210;
  --ink2: #2d2d2a;
  --body: #4a4a46;
  --muted: #8b8b85;
  --rule: rgba(17, 18, 16, 0.09);
  --paper: #fafaf7;
  --white: #ffffff;
  --slate: #f3f3ef;
  --deep: #141614;
  --teal: #8a1538;
  --teal2: #a91e43;
  --teal-bg: #fce8ee;
  --teal-d: #c43b5c;
  --accent: #306fca;
  --r: 5px;
  --r-lg: 10px;
}

body {
  font-family: "Outfit", sans-serif;
  background: var(--paper);
  color: var(--ink);
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

/* ════════════════════════════════════════
   HERO — Sticky Left / Scroll Right
════════════════════════════════════════ */
.hero-outer {
  position: relative;
  background: #ffffff;
  margin: 0;
  padding: 0;
}

.hero-outer-home {
  position: relative;
  background: #ffffff;
  margin: 0;
  padding: 0;
  height: 300vh; /* scroll track for 3 pinned sections */
}
.hero-outer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: 56px 56px;
  pointer-events: none;
  z-index: 0;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: sticky;
  top: 0;
  z-index: 1;
  /* height:88vh; */
  overflow: hidden;
}

.hero-inner-home {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}

/* ── LEFT slides column — absolutely-stacked panels ── */
.hero-sticky {
  grid-column: 1;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

/* hs-tag */
.hs-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 3px 10px 3px 4px;
  border: 1px solid rgba(48, 111, 202, 0.2);
  border-radius: 100px;
  width: fit-content;
  margin-bottom: 6px;
  background: rgba(48, 111, 202, 0.06);
}
.hs-tag-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  font-weight: 800;
  color: #fff;
}
.hs-tag-text {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(17, 18, 16, 0.6);
}

/* hs-h */
.hs-h {
  font-size: clamp(22px, 2.1vw, 33px);
  line-height: 1.12;
  color: #08192c;
  max-width: 100%;
  margin-top: 8px;
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}
.hs-h .line1 {
  font-weight: 300;
}
.hs-h em {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #08192c;
}

/* hs-sub */
.hs-sub {
  font-size: 14px;
  color: #08192c;
  font-weight: 300;
  line-height: 1.6;
  max-width: 100%;
  margin-bottom: 24px;
}

/* KPI strip */
.hs-kpi-strip {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(48, 111, 202, 0.14);
  border-radius: 8px;
  margin-bottom: 8px;
}
.hs-kpi {
  padding: 10px 12px;
  border-right: 1px solid rgba(48, 111, 202, 0.08);
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.hs-kpi:last-child {
  border-right: none;
}

.hs-kpi.hi {
  background: rgba(48, 111, 202, 0.06);
  border-left: 3px solid var(--accent);
}

.hs-kpi-label {
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #08192c;
}
.hs-kpi.hi .hs-kpi-label {
  color: #08192c;
}

.hs-kpi-val {
  font-size: 22px;
  font-weight: 800;
  color: var(--ink);
  line-height: 1;
  letter-spacing: -0.02em;
  margin-top: 8px;
}
.hs-kpi-sub {
  font-size: 10px;
  color: rgba(17, 18, 16, 0.5);
  line-height: 1.3;
}

.hs-kpi-bar {
  height: 4px;
  background: rgba(17, 18, 16, 0.08);
  border-radius: 100px;
  margin-top: 8px;
  overflow: hidden;
}
.hs-kpi-bar-fill {
  height: 100%;
  border-radius: 100px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
}
.hs-slide.s-active .hs-kpi-bar-fill {
  transform: scaleX(1);
}

/* Steps */
.hs-steps {
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: 8px;
}
.hs-step {
  flex: 1;
  padding: 7px 8px;
  border: 1px solid rgba(48, 111, 202, 0.12);
  border-radius: 6px;
  background: rgba(48, 111, 202, 0.04);
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.hs-step.on {
  border: none;
  background: rgba(48, 111, 202, 0.1);
}
.hs-step-num {
  font-size: 9px;
  font-weight: 300;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #08192c;
}
.hs-step.on .hs-step-num {
  color: #08192c;
}
.hs-step-name {
  font-size: 11px;
  font-weight: 300;
  color: #08192c;
}
.hs-step.on .hs-step-name {
  color: #08192c;
}
.hs-step-arr {
  font-size: 11px;
  color: rgba(17, 18, 16, 0.2);
  padding: 0 2px;
  flex-shrink: 0;
}

/* Slides — absolutely stacked, one visible at a time */
.hero-sticky .hs-slide {
  position: absolute;
  inset: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 32px 60px 52px;
  box-sizing: border-box;
  background: #ffffff;
  /* default: ready to enter from below */
  opacity: 0;
  transform: translateY(36px);
  transition: none;
  pointer-events: none;
  z-index: 0;
}

/* ── Transition states ── */
.hero-sticky .hs-slide.s-active {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1),
              transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: auto;
  z-index: 2;
}
.hero-sticky .hs-slide.s-leave-up {
  opacity: 0;
  transform: translateY(-36px);
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1),
              transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  z-index: 1;
}
.hero-sticky .hs-slide.s-leave-down {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1),
              transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  z-index: 1;
}
.hero-sticky .hs-slide.s-from-above {
  transform: translateY(-36px);
  transition: none;
}
/* suppress the generic blob (positioning breaks under sticky) */
.hero-outer-home .hero-sticky .hs-slide::before { display: none; }

/* ── RIGHT illustration column — absolutely-stacked panels ── */
.hero-scroll {
  grid-column: 2;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.hero-scroll-sec {
  position: absolute;
  inset: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 40px 40px 40px 0;
  box-sizing: border-box;
  /* default: ready to enter from below */
  opacity: 0;
  transform: translateY(36px) scale(0.97);
  transition: none;
  pointer-events: none;
  z-index: 0;
}
.hero-scroll-sec.s-active {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.08s,
              transform 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.08s;
  pointer-events: auto;
  z-index: 2;
}
.hero-scroll-sec.s-leave-up {
  opacity: 0;
  transform: translateY(-36px) scale(1.03);
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1),
              transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  z-index: 1;
}
.hero-scroll-sec.s-leave-down {
  opacity: 0;
  transform: translateY(36px) scale(0.97);
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1),
              transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  z-index: 1;
}
.hero-scroll-sec.s-from-above {
  transform: translateY(-36px) scale(1.03);
  transition: none;
}

/* ── Hero scroll progress indicator ── */
.hero-prog {
  position: fixed;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  z-index: 200;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.hero-prog.visible {
  opacity: 1;
  pointer-events: auto;
}
.hp-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.hp-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(8,25,44,0.18);
  transition: background 0.3s ease, transform 0.3s ease;
}
.hp-item.active .hp-dot {
  background: #8a1538;
  transform: scale(1.4);
}
.hp-line {
  width: 1px;
  height: 28px;
  background: rgba(8,25,44,0.12);
  transition: background 0.3s ease;
}
.hp-item:last-child + .hp-line { display: none; }

.hs-right {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 4px 4px 0;
  margin-top: 0;
}

/* SVG sizing */
.hs-right svg {
  width: 90%;
  height: auto;
  max-height: calc(100vh - 120px);
  display: block;
  margin: auto;
}

/* hero-sticky accent recolor */
.hero-sticky .hs-tag {
  border-color: rgba(48, 111, 202, 0.2);
  background: rgba(48, 111, 202, 0.06);
}
.hero-sticky .hs-tag-dot {
  background: var(--accent);
}
.hero-sticky .hs-tag-text {
  color: rgba(17, 18, 16, 0.6);
}

/* hero-scroll SVG color mappings */
.hero-scroll svg [fill="#3B64B4"] {
  fill: #306fca;
}
.hero-scroll svg [fill="#4A7EC7"] {
  fill: #3d7dd6;
}
.hero-scroll svg [fill="#5B8FD4"] {
  fill: #4a88dc;
}
.hero-scroll svg [fill="#7EB3F5"] {
  fill: #80b2f4;
}
.hero-scroll svg [fill="#EEF2FF"] {
  fill: #eef4ff;
}
.hero-scroll svg [fill="#D8E2F4"] {
  fill: #d2e3f6;
}
.hero-scroll svg [fill="#C5D5EE"] {
  fill: #bfcfed;
}
.hero-scroll svg [fill="#E4EBF5"] {
  fill: #e0eaf8;
}
.hero-scroll svg [fill="#EBF0FA"] {
  fill: #e5eefa;
}
.hero-scroll svg [fill="#F4F7FC"] {
  fill: #f2f6fd;
}
.hero-scroll svg [fill="#F0F4FB"] {
  fill: #edf3fc;
}
.hero-scroll svg [stroke="#3B64B4"] {
  stroke: #306fca;
}
.hero-scroll svg [stroke="#4A7EC7"] {
  stroke: #3d7dd6;
}
.hero-scroll svg [stroke="#D8E2F4"] {
  stroke: #d2e3f6;
}
.hero-scroll svg [stroke="#C5D5EE"] {
  stroke: #bfcfed;
}
.hero-scroll svg [stroke="#E4EBF5"] {
  stroke: #e0eaf8;
}
.hero-scroll svg [stroke="#EBF0FA"] {
  stroke: #e5eefa;
}
.hero-scroll svg [stop-color="#3B64B4"] {
  stop-color: #306fca;
}
.hero-scroll svg [stop-color="#4A7EC7"] {
  stop-color: #3d7dd6;
}
.hero-scroll svg text[fill="#3B64B4"] {
  fill: #306fca;
}
.hero-scroll svg text[fill="#9BA8BF"] {
  fill: #7a8a9f;
}
.hero-scroll svg text[fill="#6B7A99"] {
  fill: #5a6b8a;
}

@media (max-width: 900px) {
  .hero-outer {
    height: 88vh !important;
  }
  .hero-inner {
    grid-template-columns: 1fr !important;
    position: relative !important;
    top: auto !important;
  }
  .hero-scroll {
    display: none !important;
  }
  .hero-sticky {
    padding: 36px 24px !important;
  }
  .hero-sticky .hs-slide {
    padding: 31px 32px 32px 32px !important;
  }
}

/* ═══════════════════════════════════════
   LAYOUT OVERRIDES
═══════════════════════════════════════ */
.nav-wrap {
  position: sticky;
  top: 0;
  z-index: 300;
}
.topbar {
  position: relative;
  z-index: 301;
}

/* ═══════════════════════════════════════
   METRICS SECTION STYLES
═══════════════════════════════════════ */

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ════════════════════════════════════════
     METRICS SECTION
     Background: #FFFFFF
     Font: Poppins throughout
  ════════════════════════════════════════ */
.metrics {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: #ffffff;
  border-bottom: 2px solid rgba(17, 18, 16, 0.09);
  font-family: "Poppins", sans-serif;
}

.m-cell {
  padding: 28px 24px;
  border-right: 1px solid rgba(17, 18, 16, 0.09);
  display: flex;
  flex-direction: column;
}
.m-cell:last-child {
  border-right: none;
}

/* Label — #08192C, weight 600 */
.m-label {
  font-family: "Poppins", sans-serif;
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #08192c;
}

/* Value — #306FCA */
.m-val {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 800;
  color: #306fca;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-top: 16px;
}
.m-val .unit {
  font-size: 18px;
  font-weight: 400;
  opacity: 0.5;
}

/* Description — #08192C, weight 300 */
.m-desc {
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 300;
  color: #08192c;
  line-height: 1.4;
}

/* Progress bar track — rgba(37,99,235,0.12) */
.m-bar {
  height: 4px;
  background: rgba(48, 111, 202, 0.12);
  border-radius: 100px;
  margin-top: 16px;
  overflow: hidden;
}

/* Progress bar fill — #306FCA, height 4px */
.m-bar-fill {
  height: 4px;
  border-radius: 100px;
  background: #306fca;
  width: 0%; /* start at 0, animated via JS */
  transition: width 1.1s cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* Value counter — start invisible, fade in during count-up */
.m-val[data-target] {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.m-val[data-target].animated {
  opacity: 1;
}

/* ═══════════════════════════════════════
   ABOUT SECTION STYLES
═══════════════════════════════════════ */

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --ink: #111210;
  --ink2: #2d2d2a;
  --body: #4a4a46;
  --muted: #8b8b85;
  --rule: rgba(17, 18, 16, 0.09);
  --white: #ffffff;
  --slate: #f3f3ef;
  --teal: #8a1538;
  --teal-bg: #fce8ee;
  --amber: #c47a1a;
  --r: 5px;
}

body {
  font-family: "Poppins", sans-serif;
  background: #ffffff;
  margin: 0;
  padding: 0;
}

/* ── ABOUT SECTION ── */
.about {
  background: #ffffff;
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  border-bottom: 2px solid rgba(17, 18, 16, 0.09);
  width: 100%;
}

/* Left panel */
.about-p1 {
  padding: 32px;
  border-right: 1px solid var(--rule);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
}

/* Right panel */
.about-p3 {
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
}

/* Eyebrow */
.eyebrow {
  font-family: "Poppins", sans-serif;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #121212;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-start;
  margin-bottom: 0;
}
.eyebrow::before {
  content: "";
  width: 12px;
  height: 1.5px;
  background: #121212;
  flex-shrink: 0;
}

/* Big type */
.a-bigtype {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-style: normal;
  color: #08192c;
  font-weight: 600;
  line-height: 1.35;
  margin-top: 16px;
  margin-bottom: 8px;
}
.a-bigtype em {
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #08192c;
}

/* Body */
.about-body {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-bottom: 32px;
}
.about-body p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.75;
  color: var(--body);
  margin: 0;
  font-style: normal;
  font-weight: 200;
}

/* Link (plain text, no hyperlink) */
.about-link {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #306fca;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  font-style: normal;
  margin-top: 12px;
}

/* Facts wrapper */
.about-p3 > div {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

/* Fact items */
.a-fact {
  padding: 0;
  border-bottom: 1px solid var(--rule);
  text-align: left;
}
.a-fact:last-child {
  border-bottom: none;
}

.a-fact-val {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #08192c;
  line-height: 1.2;
  margin-bottom: 4px;
  font-style: normal;
}

.a-fact-lbl {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  color: var(--muted);
  font-weight: 300;
  padding-bottom: 16px;
  font-style: normal;
}

/* Responsive */
@media (max-width: 700px) {
  .about {
    grid-template-columns: 1fr;
  }
  .about-p1 {
    border-right: none;
    border-bottom: 1px solid var(--rule);
  }
}

/* ═══════════════════════════════════════
   SOLUTIONS SECTION STYLES
═══════════════════════════════════════ */

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --ink: #111210;
  --ink2: #2d2d2a;
  --body: #4a4a46;
  --muted: #8b8b85;
  --rule: rgba(17, 18, 16, 0.09);
  --paper: #fafaf7;
  --white: #ffffff;
  --slate: #f3f3ef;
  --deep: #141614;
  --teal: #8a1538;
  --teal2: #a91e43;
  --teal-bg: #fce8ee;
  --teal-d: #c43b5c;
  --amber: #c47a1a;
  --r: 5px;
  --r-lg: 10px;
}

body {
  font-family: "Poppins", sans-serif;
  background: var(--paper);
  color: var(--ink);
}

/* ── Eyebrow utility ── */
.eyebrow {
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #121212;
  display: flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before {
  content: "";
  width: 12px;
  height: 1.5px;
  background: #121212;
  flex-shrink: 0;
}

/* ════════════════════════════════════════
   SECTION 4 — SOLUTIONS
════════════════════════════════════════ */
.solutions {
  background: var(--slate);
  padding: 0;
  display: flex;
  flex-direction: column;
}

/* ── Top header ── */
.sol-top {
  padding: 48px 52px 36px;
  background: var(--white);
}

/* Section title */
.section-title {
  font-size: 32px;
  line-height: 1.25;
  margin-top: 16px;
  margin-bottom: 0;
}
.section-title .plain {
  font-weight: 200;
  color: #08192c;
  font-style: normal;
}
.section-title .highlight {
  font-weight: 500;
  color: #8a1538;
  font-style: normal;
}

/* Description */
.sol-description {
  font-size: 15px;
  color: #9ca3af;
  font-weight: 400;
  margin-top: 8px;
  line-height: 1.6;
}

/* ── 3-column card grid ── */
.sol-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 0;
  background: #fff;
  padding: 0 0 48px;
}

/* ── Each solution card ── */
.sol-card {
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 36px 32px 32px;
  background: #fff;
  border-right: 1px solid var(--rule);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  overflow: hidden;
  transition: box-shadow 0.25s;
}
.sol-card:first-child {
  margin-left: 52px;
  border-left: 1px solid var(--rule);
}
.sol-card:last-child {
  margin-right: 52px;
  border-right: 1px solid var(--rule);
}
.sol-card:hover {
  box-shadow: inset 0 3px 0 #8a1538, inset 0 -3px 0 #8a1538;
  z-index: 1;
  background: rgba(138, 21, 56, 0.01);
}

/* Card number */
.sol-tab-num {
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #8a1538;
  margin-bottom: 12px;
  position: relative;
}

/* Card title */
.sol-tab-name {
  font-size: 17px;
  font-weight: 600;
  color: #08192c;
  line-height: 1.3;
  margin-bottom: 10px;
  position: relative;
}

/* Card description */
.sol-tab-desc {
  font-size: 12.5px;
  color: #6b7280;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 20px;
  position: relative;
}

/* Feature list inside card */
.sp-feats {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  position: relative;
}

.sp-feat-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  background: rgba(138, 21, 56, 0.01);
  border: 1px solid rgba(138, 21, 56, 0.04);
  border-radius: var(--r);
  transition: background 0.2s;
}
.sol-card:hover .sp-feat-row {
  background: rgba(138, 21, 56, 0.04);
}

.sp-feat-icon {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  background: rgba(138, 21, 56, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}

.sp-feat-name {
  font-size: 12.5px;
  font-weight: 600;
  color: #08192c;
  margin-bottom: 2px;
  line-height: 1.3;
}

.sp-feat-sub {
  font-size: 11px;
  color: #9ca3af;
  line-height: 1.45;
  font-weight: 400;
}

/* CTA link */
.sp-link {
  font-size: 11px;
  font-weight: 700;
  color: #306fca;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 24px;
  position: relative;
  text-decoration: none;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .sol-top {
    padding: 32px 24px 24px;
  }
  .sol-inner {
    grid-template-columns: 1fr;
  }
  .sol-card {
    border-right: none;
    border-bottom: 1px solid var(--rule);
  }
  .sol-card:last-child {
    border-bottom: none;
  }
}
@media (min-width: 901px) and (max-width: 1100px) {
  .sol-inner {
    grid-template-columns: repeat(3, 1fr);
  }
  .sol-card {
    padding: 28px 22px 24px;
  }
}

/* ═══════════════════════════════════════
   INDUSTRIES SERVED SECTION STYLES
═══════════════════════════════════════ */

* {
  font-family: "Poppins", sans-serif;
}
section.industries {
  background: #ffffff;
  padding: 28px 52px;
  border-top: 1px solid rgba(138, 21, 56, 0.12);
}
.ind-header-left .eyebrow {
  color: #121212;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.ind-header-left .eyebrow::before {
  content: "";
  width: 12px;
  height: 1.5px;
  background: #121212;
  flex-shrink: 0;
  display: block;
}
.ind-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.ind-header-left {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.ind-title {
  font-size: 32px;
  line-height: 1.2;
  margin-top: 10px;
  color: #08192c;
}
.ind-title .ind-title-light {
  display: block;
  color: #08192c;
  font-weight: 200;
}
.ind-title .ind-title-bold {
  display: block;
  color: #8a1538;
  font-weight: 500;
}
.ind-view-all {
  font-size: 11px;
  font-weight: 700;
  color: #306fca;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
}
.ind-strip {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 10px;
}
.ind-card {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(138, 21, 56, 0.13);
  border-radius: 12px;
  padding: 14px 16px 12px;
  cursor: pointer;
  transition: all 0.25s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(138, 21, 56, 0.05);
}
.ind-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(196, 59, 92, 0.1), transparent 65%);
  opacity: 0;
  transition: opacity 0.25s;
}
.ind-card:hover {
  border-color: rgba(196, 59, 92, 0.35);
  box-shadow: 0 8px 28px rgba(82, 31, 43, 0.16);
  transform: translateY(-3px);
}
.ind-card:hover::before {
  opacity: 1;
}
.ind-card-icon {
  width: 28px;
  height: 28px;
  margin-bottom: 8px;
  display: block;
  line-height: 1;
}
.ind-card-name {
  font-size: 15px;
  font-weight: 500;
  color: #27161a;
  margin-bottom: 6px;
}
.ind-card-tags {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9a6d79;
}

/* ═══════════════════════════════════════
   WHY CHOOSE US / CASE STUDIES / INSIGHTS / CTA / FOOTER
═══════════════════════════════════════ */
/* ═══ WHY PETRUS — SCROLL ANIMATION ═══ */
.why-v2-item {
  opacity: 0;
  transform: translateX(-28px);
  transition:
    opacity 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.why-v2-item.animated {
  opacity: 1;
  transform: translateX(0);
}
.why-v2-item:nth-child(1) {
  transition-delay: 0s;
}
.why-v2-item:nth-child(2) {
  transition-delay: 0.08s;
}
.why-v2-item:nth-child(3) {
  transition-delay: 0.16s;
}
.why-v2-item:nth-child(4) {
  transition-delay: 0.24s;
}
.why-v2-item:nth-child(5) {
  transition-delay: 0.32s;
}
.why-v2-item:nth-child(6) {
  transition-delay: 0.4s;
}
.why-v2-num {
  position: relative;
  transition: color 0.3s;
}
.why-v2-item.animated .why-v2-num::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 20px;
  height: 2px;
  background: var(--teal-d);
  border-radius: 2px;
  animation: numline 0.4s 0.6s both;
}
@keyframes numline {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 20px;
    opacity: 1;
  }
}
.why-v2-right {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.7s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.7s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.why-v2-right.animated {
  opacity: 1;
  transform: translateY(0);
}
.why-v2 {
  background: #ffffff;
  padding: 48px 52px 52px;
  position: relative;
  overflow: hidden;
}
.why-v2::before {
  display: none;
}
.why-v2-header {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.why-v2-eyebrow {
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #121212;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.why-v2-eyebrow::before {
  content: "";
  width: 12px;
  height: 1.5px;
  background: #121212;
  flex-shrink: 0;
}
.why-v2-title {
  font-size: 32px;
  font-weight: 200;
  color: #08192c;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.why-v2-title em {
  font-style: normal;
  font-weight: 500;
  color: #8a1538;
}
.why-v2-subheading {
  font-size: 14px;
  color: #4a5168;
  margin-top: 8px;
  font-weight: 300;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.why-v2-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 44px;
  align-items: stretch;
  position: relative;
  z-index: 1;
  max-height: none !important;
  overflow: visible !important;
}
.why-v2-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  align-content: start;
}
.why-card {
  background: #ffffff;
  border: 1px solid rgba(138, 21, 56, 0.1);
  border-radius: 12px;
  padding: 18px 20px 20px;
  box-shadow: 0 2px 8px rgba(48, 111, 202, 0.04);
  display: flex;
  flex-direction: column;
  gap: 0;
}
.why-card-num {
  display: none;
}
.why-card-icon {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: rgba(138, 21, 56, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  flex-shrink: 0;
}
.why-card-icon svg {
  width: 18px;
  height: 18px;
  color: #8a1538;
}
.why-card-title {
  font-size: 13.5px;
  font-weight: 600;
  color: #08192c;
  margin-bottom: 4px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}
.why-card-sub {
  font-size: 11.5px;
  color: #08192c;
  font-weight: 400;
  line-height: 1.65;
}

/* ═══ CASE STUDIES ═══ */
.eyebrow-cs {
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #121212;
  display: flex;
  align-items: center;
  gap: 10px;
}
.eyebrow-cs::before {
  content: "";
  width: 12px;
  height: 1.5px;
  background: #121212;
  flex-shrink: 0;
}
.sec-title-cs {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.18;
  color: var(--ink);
}
.sec-title-cs em {
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #8a1538;
}
.cases {
  background: #ffffff;
  border-top: 1px solid rgba(156, 163, 175, 0.2);
  border-bottom: 1px solid rgba(156, 163, 175, 0.2);
  display: grid;
  grid-template-columns: 1fr 480px;
  min-height: 600px;
}
.cases-list {
  border-right: 1px solid rgba(156, 163, 175, 0.2);
}
.cl-header {
  padding: 36px 48px 24px 52px;
  border-bottom: 1px solid rgba(156, 163, 175, 0.2);
}
.cl-items {
  display: flex;
  flex-direction: column;
}
.cl-item {
  padding: 18px 48px 18px 52px;
  border-bottom: 1px solid rgba(156, 163, 175, 0.2);
  display: grid;
  grid-template-columns: 36px 1fr auto;
  gap: 14px;
  align-items: center;
  cursor: pointer;
  transition: background 0.2s;
}
.cl-item:hover:not(.active) {
  background: rgba(138, 21, 56, 0.02);
}
.cl-item.active {
  background: rgba(138, 21, 56, 0.06);
}
.cli-num {
  font-size: 11px;
  font-weight: 400;
  color: #888f9b;
  letter-spacing: 0.06em;
}
.cl-item.active .cli-num {
  color: #888f9b;
}
.cli-tags {
  display: flex;
  gap: 6px;
  margin-bottom: 6px;
}
.cli-tag {
  padding: 2px 8px;
  border-radius: 100px;
  background: rgba(138, 21, 56, 0.1);
  font-size: 11px;
  font-weight: 500;
  color: #8a1538;
}
.cl-item.active .cli-tag {
  background: rgba(138, 21, 56, 0.1);
  color: #8a1538;
}
.cli-title-text {
  font-size: 13px;
  font-weight: 600;
  color: #08192c;
  line-height: 1.3;
  margin-bottom: 4px;
}
.cli-divider {
  height: 1px;
  background: rgba(156, 163, 175, 0.2);
  margin-top: 4px;
  margin-bottom: 8px;
}
.cli-desc {
  font-size: 11.5px;
  font-weight: 500;
  color: #9ca3af;
  line-height: 1.6;
}
.cli-metric {
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  margin-left: 24px;
}
.cli-metric.positive {
  color: #16a34a;
}
.cli-metric.negative {
  color: #dc2626;
}
.cli-metric.neutral {
  color: #888f9b;
}
.cases-feature {
  padding: 0;
  display: flex;
  flex-direction: column;
  background: #fff;
}
.cf-img {
  flex: 1;
  min-height: 220px;
  background: linear-gradient(135deg, #f8f9fb, #f0f2f5);
  overflow: hidden;
  display: flex;
  align-items: stretch;
}
.cf-img svg {
  width: 100%;
  height: 100%;
  display: block;
}
.cf-body {
  padding: 20px 28px;
  border-top: 1px solid rgba(156, 163, 175, 0.2);
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #fff;
}
.cfb-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.cfbm {
  background: rgba(156, 163, 175, 0.06);
  border-radius: var(--r);
  padding: 14px;
}
.cfbm-label {
  font-size: 10.5px;
  color: #888f9b;
  line-height: 1.4;
  margin-top: 4px;
  font-weight: 500;
}
.cfbm-val {
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 4px;
}
.cfbm-val.green {
  color: #16a34a;
  font-weight: 500;
}
.cfbm-val.orange {
  color: #ea6c00;
  font-weight: 500;
}
.cfbm-val.dark {
  color: #08192c;
  font-weight: 500;
}
.cfb-link-wrap {
  margin-top: 54px;
}
.cfb-link {
  font-size: 11px;
  font-weight: 700;
  color: #306fca;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  text-decoration: none;
}
.cfb-link:hover {
  color: #1d4ed8;
  text-decoration: underline;
}
.illus-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
}
.illus-wrap svg {
  width: 100%;
  height: 100%;
}
#caseIllustration svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* ════════════════════════════════
   INDUSTRIAL INSIGHTS SECTION
════════════════════════════════ */
.insights {
  background: #ffffff;
  padding: 80px 52px;
}
.ins-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
}
.ins-top-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ins-cats {
  display: flex;
  gap: 6px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.ins-cat {
  padding: 7px 18px;
  border-radius: 100px;
  border: 1.5px solid var(--rule);
  font-size: 11.5px;
  font-weight: 600;
  color: var(--muted);
  cursor: pointer;
  transition: all 0.18s ease;
  user-select: none;
}
.ins-cat:hover {
  border-color: var(--teal);
  color: var(--teal);
}
.ins-cat.on {
  background: var(--teal);
  border-color: var(--teal);
  color: #fff;
}
.ins-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
#cards-container {
  transition: opacity 0.2s ease;
}
#cards-container.fading {
  opacity: 0;
}
.ins-card {
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: 0 10px 34px rgba(82, 31, 43, 0.045);
  display: flex;
  flex-direction: column;
}
.ins-card.hidden {
  display: none;
}
.ins-img {
  height: 160px;
  flex-shrink: 0;
}
.ins-body {
  padding: 16px;
}
.insb-cat {
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(136, 143, 155, 0.7);
  margin-bottom: 10px;
}
.all-articles-link {
  font-size: 11px;
  font-weight: 700;
  color: #1a6bdc;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding-bottom: 4px;
  white-space: nowrap;
  cursor: pointer;
}
.card-meta {
  display: flex;
  gap: 8px;
  margin-top: 16px;
  align-items: center;
}
.card-meta span {
  font-size: 9px;
  font-weight: 700;
  color: #9ca3af;
  letter-spacing: 0.06em;
}
.card-meta .dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #9ca3af;
  display: inline-block;
}
.title-knowledge {
  color: #08192c;
  font-weight: 200;
}
.title-resources {
  color: #8a1538;
  font-weight: 500;
}
.no-results {
  display: none;
  grid-column: 1/-1;
  text-align: center;
  padding: 48px 0;
  color: var(--muted);
  font-size: 13px;
}
.no-results.show {
  display: block;
}

/* ════════════════════════════════
   CTA SECTION
════════════════════════════════ */
.cta {
  height: auto;
}
.cta-left {
  padding: 60px 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.cta-h {
  font-size: 48px;
  font-weight: 200;
  color: #08192c;
  line-height: 1.12;
  position: relative;
  z-index: 1;
  text-align: center;
}
.cta-h em {
  font-style: normal;
  font-weight: 500;
  color: #8a1538;
}
.cta-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.ca-fill {
  padding: 16px 30px;
  background: #8a1538;
  border-radius: var(--r);
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  cursor: default;
}
.ca-ring {
  padding: 16px 30px;
  border: 1.5px solid #8a1538;
  border-radius: var(--r);
  font-size: 14px;
  font-weight: 500;
  color: #8a1538;
  cursor: default;
  background: transparent;
}

/* ════════════════════════════════
   FOOTER
════════════════════════════════ */
/* Footer Base */
footer {
  background: #8a1538;
  padding: 64px 52px 32px;
  border-top: 3px solid #c43b5c;
  color: #ffffff;
}

.fg {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr 1.2fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* Logo Section */
.fc-logo {
  width: 140px;
  height: auto;
  margin-bottom: 18px;
}
.fc-logo img {
  width: 100%;
  display: block;
}
.fc-tagline {
  font-size: 13px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 24px;
}

/* Headings & Links */
.fc-head {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 18px;
}

.fc-link {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 11;
  padding: 4px 0;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.fc-link:hover {
  color: rgba(255, 255, 255, 0.7);
  transform: translateX(5px); /* Subtle slide effect */
  font-weight: 500;
}
