@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,400;6..12,500;6..12,600;6..12,700;6..12,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght@200..700&display=block");

:root {
  --color-primary: #000000;
  --color-secondary: #222222;
  --color-text: #222222;
  --color-accent: #ffffff;
  --color-bg: #f8f5e9;
  --color-deep-green: #0d4715;
  --color-burnt-orange: #d66a24;
  --color-cta-orange: #e9762b;
  --color-cta-orange-hover: #d66a24;
  --color-highlight-green: #b8f7c8;
  --color-mid-grey: #6a6a6a;
  --color-light-grey: #d8d4c3;
  --font-headline: "Zalando Sans", "Nunito Sans", system-ui, sans-serif;
  --font-main: "Nunito Sans", system-ui, sans-serif;
}

html {
  scroll-behavior: smooth;
}

/* GLOBAL RESET & BASE */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: var(--font-main);
  font-size: 18px;
  color: var(--color-primary);
  background: var(--color-bg);
  line-height: 1.3em;
}
.material-symbols-outlined {
  font-variation-settings:
    "FILL" 0,
    "wght" 300,
    "GRAD" 0,
    "opsz" 24;
}
.container,
section,
header,
footer,
nav {
  width: 100%;
}
body {
  overflow-x: hidden;
}
table {
  border-spacing: 0;
}
img,
svg,
video,
iframe {
  max-width: 100%;
  height: auto;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-cta-orange);
  margin-bottom: 12px;
}
.hero-note {
  font-size: 12px;
  font-weight: 700;
  color: var(--color-mid-grey);
  margin-top: 12px;
}
.hero-note-dot {
  display: inline-block;
  font-size: 9px;
  line-height: 1;
  vertical-align: middle;
  transform: translateY(-1px);
}
.hero-note-green-dot {
  font-size: 16px;
  color: #245f29;
}
.hero-note-years {
  font-weight: 700;
}
.section-alt {
  background: var(--color-bg);
}
.visual-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.32);
  border: 2px dashed #bbb;
  border-radius: 4px;
  height: 340px;
  text-align: center;
  color: var(--color-mid-grey);
  font-size: 13px;
  font-weight: 700;
}
.label-muted {
  font-size: 11px;
  font-weight: 700;
  color: var(--color-mid-grey);
  margin-bottom: 24px;
}
.label-muted.light {
  color: rgba(255, 255, 255, 0.55);
}
.accent-note {
  color: var(--color-cta-orange);
}
.accent-note.light {
  color: #ff9a70;
}
.badge.soft {
  background: rgba(233, 118, 43, 0.12);
}

/* WIREFRAME SECTIONS */
section,
header,
footer {
  border-bottom: none;
  padding: 50px 0;
}
footer {
  border-bottom: none;
}

.section-intro {
  max-width: 100%;
  margin-bottom: 40px;
}
.section-intro.center {
  margin: 0 auto 48px;
  text-align: center;
}
.section-intro.section-intro-wide {
  max-width: 100%;
}
.section-intro-tight {
  margin-bottom: 36px;
}
.section-head {
  max-width: 580px;
  margin-bottom: 36px;
}
.section-head.wide {
  max-width: 680px;
}
.section-head.wide-xl {
  max-width: 860px;
}
.section-head.full {
  max-width: 100%;
}
.section-head.narrow {
  max-width: 560px;
}
.section-head.center {
  margin: 0 auto 48px;
  text-align: center;
}
.section-head.tight {
  margin-bottom: 28px;
}
.section-muted {
  background: var(--color-bg);
}
.section-dark {
  background: #111;
  color: #fff;
}
.section-green {
  background: var(--color-deep-green);
  color: #fff;
}
.calc-note {
  color: #ffffff;
}
.section-intro p:last-child {
  margin-bottom: 0;
}
.hero-layout {
  align-items: center;
  gap: 64px;
}
.hero-copy {
  font-size: 17px;
  max-width: 460px;
  margin-bottom: 20px;
}
.hero-subcopy {
  font-size: 17px;
  max-width: 460px;
  margin-bottom: 20px;
}
.hero-subcopy.wide {
  max-width: 480px;
}
.hero-actions,
.action-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.btn-row {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.top-spacing {
  margin-top: 8px;
}
.section-stack-sm {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.section-copy-tight p:last-child {
  margin-bottom: 0;
}
.compact {
  margin-bottom: 8px;
}
.muted-light {
  color: rgba(255, 255, 255, 0.5);
}
.small-copy {
  font-size: 13px;
}
.sound-familiar {
  font-size: 14px;
  font-weight: 700;
  color: #111;
  margin-bottom: 12px;
  text-transform: unset;
  letter-spacing: 0.05em;
}
.checklist-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.checklist-list-boxed {
  gap: 20px;
}
.check-item-box {
  background: #ffffff;
  border: 0;
  border-radius: 7px;
  padding: 14px 16px;
  font-size: 14px;
}
.wide-gap {
  gap: 72px;
}
.integration-layout {
  gap: 72px;
}
.fit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}

/* TYPOGRAPHY */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-headline);
  color: var(--color-primary);
  letter-spacing: -0.02em;
}
h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 16px;
}
h2 {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 12px;
}
h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 6px;
}
p {
  color: var(--color-primary);
  margin-bottom: 12px;
}
em {
  font-style: italic;
}
.text-strong {
  font-weight: 800;
}
.text-italic {
  font-style: italic;
  font-weight: 800;
}
.text-green {
  color: var(--color-deep-green);
  font-weight: 800;
}
.text-orange {
  color: var(--color-cta-orange);
  font-weight: 800;
}
.calc-text-orange {
  color: var(--color-cta-orange);
  font-weight: 800;
}
.hero-title {
  max-width: 720px;
}
.hero-title-strong {
  font-weight: 800;
  color: var(--color-primary);
}
.hero-title-accent {
  font-weight: 800;
  color: var(--color-deep-green);
}
.hero-title-normal {
  font-weight: 800;
  color: var(--color-primary);
}
.hero-title span {
  display: inline;
}

/* LAYOUT HELPERS */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}
.three-col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.four-col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

.stats-section {
  border-radius: 24px;
  max-width: 1150px;
  margin: 0 auto;
  padding: 180px 32px 96px 32px;
  min-height: 520px;
}

.stats-section-image-bg {
  background:
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("images/results-we-deliver.jpg");
  background-size: cover;
  background-position: center;
}

@media (max-width: 768px) {
  .stats-section-image-bg {
    background-position: 50% center;
  }
  .stats-section {
    padding: 160px 20px 80px 20px;
  }
}
.stats-section .section-intro {
  /* max-width: 580px; */
  margin-bottom: 40px;
  padding-left: 24px;
}
.stats-section .section-intro h2 {
  color: #ffffff;
}
.stats-section .section-intro h2 .text-orange {
  color: var(--color-cta-orange);
}
.stats-section .badge.green {
  border-color: rgba(255, 255, 255, 0.55);
  color: #ffffff;
  border: none;
  background:#146720;
}
.stats-section .stat-card {
  background: rgba(255, 255, 255, 0.95);
}
.stats-grid-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}
.stats-grid.outcomes {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* NAV */
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 16px 0;
  background: var(--color-bg);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
body {
  padding-top: 76px;
}
.nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.nav-logo {
  font-size: 18px;
  font-weight: 700;
  font-family: var(--font-headline);
}
.nav-logo a {
  color: inherit;
  text-decoration: none;
}
.site-logo {
  display: block;
  width: auto;
  height: auto;
}
.site-logo-nav {
  max-width: 112px;
}
.nav-mobile-toggle {
  display: none;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  padding: 10px;
  border: 0;
  background: transparent;
  color: #1f7a3d;
  border-radius: 10px;
  font-family: var(--font-headline);
  font-size: 14px;
  cursor: pointer;
}
.nav-mobile-toggle:hover {
  background: rgba(31, 122, 61, 0.08);
}
.nav-mobile-icon {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  position: relative;
  transition:
    background-color 0.15s ease,
    transform 0.15s ease;
}
.nav-mobile-icon::before,
.nav-mobile-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 2px;
  background: currentColor;
  transition:
    transform 0.15s ease,
    top 0.15s ease,
    opacity 0.15s ease;
}
.nav-mobile-icon::before {
  top: -6px;
}
.nav-mobile-icon::after {
  top: 6px;
}
.nav-mobile-toggle[aria-expanded="true"] .nav-mobile-icon {
  background: transparent;
}
.nav-mobile-toggle[aria-expanded="true"] .nav-mobile-icon::before {
  top: 0;
  transform: rotate(45deg);
}
.nav-mobile-toggle[aria-expanded="true"] .nav-mobile-icon::after {
  top: 0;
  transform: rotate(-45deg);
}
.nav-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex: 1;
}
.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  list-style: none;
  flex: 1;
}
.nav-links a,
.nav-dropdown-trigger {
  text-decoration: none;
  color: #1f7a3d;
  font-size: 14px;
  font-weight: 700;
}
.nav-links a:hover,
.nav-dropdown-trigger:hover {
  color: var(--color-cta-orange);
  font-weight: 700;
}
.nav-dropdown {
  position: relative;
}
.nav-dropdown-trigger {
  background: transparent;
  border: 0;
  padding: 0;
  font-family: var(--font-headline);
  font-size: 14px;
  cursor: pointer;
}
.nav-caret {
  font-size: 22px;
  margin-left: 4px;
  vertical-align: middle;
}
.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  min-width: 230px;
  list-style: none;
  background: linear-gradient(180deg, #f5fff7 0%, #ffffff 100%);
  border: 1px solid rgba(31, 122, 61, 0.16);
  box-shadow: 0 16px 36px rgba(31, 122, 61, 0.12);
  padding: 12px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition:
    opacity 0.18s ease 0.18s,
    transform 0.18s ease 0.18s,
    visibility 0s linear 0.18s;
  z-index: 20;
}
.nav-dropdown-menu li + li {
  margin-top: 4px;
}
.nav-dropdown-menu a {
  display: block;
  padding: 8px 10px;
  border-radius: 8px;
  color: #1f7a3d;
  font-weight: 700;
  transition:
    background-color 0.15s ease,
    color 0.15s ease;
}
.nav-dropdown-menu a:hover,
.nav-dropdown-menu a.active {
  background: rgba(31, 122, 61, 0.12);
  color: var(--color-cta-orange);
  font-weight: 800;
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown.open .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s;
}
.nav-cta-group {
  display: flex;
  gap: 10px;
  margin-left: auto;
}
.nav-cta-group .btn {
  padding: 8px 18px;
  font-size: 14px;
}

/* BUTTONS */
.btn {
  display: inline-block;
  padding: 10px 40px;
  font-family: var(--font-headline);
  font-size: 14px;
  font-weight: 600;
  border: 1px solid var(--color-cta-orange);
  border-radius: 7px;
  text-decoration: none;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
  line-height: 1.5;
}
.btn-dark {
  background: var(--color-cta-orange);
  color: #ffffff;
}
.btn-dark:hover {
  background: var(--color-cta-orange-hover);
}
.btn-orange {
  background: var(--color-cta-orange);
  color: #000000;
  border-color: var(--color-cta-orange);
}
.btn-orange:hover {
  background: var(--color-cta-orange-hover);
  color: #000000;
}
.btn-outline {
  background: rgba(255, 255, 255, 0);
  color: #000000;
  border: 1px solid var(--color-deep-green);
}
.btn-outline:hover {
  background: var(--color-deep-green);
  color: #ffffff;
}
.btn-outline-light {
  background: rgba(255, 255, 255, 0);
  color: #ffffff;
  border: 1px solid #ffffff;
}
.btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  /* transform: translateY(-2px); */
}
.btn-match-width {
  display: inline-grid;
  text-align: center;
}
.btn-match-width__label,
.btn-match-width::after {
  grid-area: 1 / 1;
}
.btn-match-width::after {
  content: "See what we built for parts businesses →";
  visibility: hidden;
}

/* PLACEHOLDER BOXES */
.placeholder {
  background: rgba(255, 255, 255, 0.32);
  border: 2px dashed var(--color-mid-grey);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--color-mid-grey);
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 20px;
  border-radius: 4px;
}

/* TRUST BAR */
.trust-bar {
  background: var(--color-deep-green);
  border-top: 1px solid var(--color-deep-green);
  border-bottom: 1px solid var(--color-deep-green);
  padding: 24px 0;
}
.trust-inner {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: nowrap;
}
.trust-bar .label-muted {
  margin-bottom: 0;
  flex-shrink: 0;
}
.trust-bar .label-muted {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: -0.02em;
}
.trust-logo {
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  padding: 5px 14px;
  border-radius: 7px;
}
.trust-logo-track {
  overflow: hidden;
  display: flex;
  flex: 1;
  mask-image: linear-gradient(
    to right,
    transparent,
    black 5%,
    black 95%,
    transparent
  );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent,
    black 5%,
    black 95%,
    transparent
  );
}
.trust-logo-slide {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  animation: scroll-logos 50s linear infinite;
}
.trust-logo-img {
  height: 36px;
  width: auto;
  opacity: 0.85;
  flex-shrink: 0;
  padding: 0 30px;
  filter: brightness(0) invert(1);
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}
@keyframes scroll-logos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* CARDS */
.card {
  background: #ffffff;
  border: none;
  padding: 22px;
  border-radius: 7px;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}
/* .card:hover { background: #f9f9f9; transform: translateY(-2px); } */
.card h3 {
  font-size: 16px;
}
.card p {
  font-size: 13px;
}
.card p:last-child {
  margin-bottom: 0;
}
.card.featured {
  background: var(--color-deep-green);
  color: var(--color-accent);
  border-color: var(--color-deep-green);
}
/* .card.featured:hover { background: var(--color-deep-green); transform: translateY(-2px); } */
.card.featured h3,
.card.featured p {
  color: var(--color-accent);
}
.card.featured p {
  color: rgba(255, 255, 255, 0.7);
}

/* Card Icons */
.card-icon-top {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  font-size: 24px;
  color: var(--color-deep-green);
  background: linear-gradient(
    135deg,
    rgba(13, 71, 21, 0.18),
    rgba(233, 118, 43, 0.16)
  );
  border: 1px solid rgba(13, 71, 21, 0.15);
  margin-bottom: 14px;
}
.card-icon-top .material-symbols-outlined {
  font-size: 24px;
}
.card.featured .card-icon-top {
  background: linear-gradient(135deg, #e6efe1, #c6d9bf);
  border-color: rgba(36, 95, 41, 0.22);
}
.card.featured .card-icon-top .material-symbols-outlined {
  color: #245f29;
}

/* SERVICES CARDS */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 20px;
}
.service-card {
  background: #ffffff;
  padding: 24px;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
  border-radius: 7px;
}
/* .service-card:hover {
  background: #f9f9f9;
  transform: translateY(-2px);
} */
.service-card-top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
}
.service-card-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  font-size: 24px;
  color: var(--color-deep-green);
  background: linear-gradient(
    135deg,
    rgba(13, 71, 21, 0.18),
    rgba(233, 118, 43, 0.16)
  );
  border: 1px solid rgba(13, 71, 21, 0.15);
}
.service-card h3 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 700;
}
.service-card p {
  font-size: 13px;
  color: var(--color-mid-grey);
}
.service-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #e9762b;
  text-decoration: none;
  transition: transform 0.2s ease;
}
/* .service-card:hover .service-card-link {
  transform: translateX(4px);
} */
.service-card-link .material-symbols-outlined {
  font-size: 16px;
  color: #e9762b;
}
.service-card.featured {
  background: var(--color-deep-green);
  color: var(--color-accent);
  border-color: var(--color-deep-green);
}
.service-card.featured h3,
.service-card.featured p {
  color: var(--color-accent);
}
.service-card.featured .service-card-link {
  color: #e9762b;
}
.service-card.featured .service-card-icon {
  color: #245f29;
  background: linear-gradient(135deg, #e6efe1, #c6d9bf);
  border-color: rgba(36, 95, 41, 0.22);
}
.service-card.featured .service-card-link .material-symbols-outlined {
  color: #e9762b;
}

/* PAIN LIST */
.pain-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.pain-item {
  background: #ffffff;
  border: 0;
  border-radius: 7px;
  padding: 14px 16px;
  font-size: 14px;
}
.pain-item strong {
  display: block;
  color: var(--color-primary);
  font-size: 16px;
  line-height:24px;
}

.pain-section .pain-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.pain-section .pain-item {
  min-height: 190px;
}

.pain-section .icon-vb {
  min-height: 51px;
}

/* PROCESS STEPS */
.process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 20px;
  position: relative;
}
.process-panel {
  max-width: 1240px;
  margin: 0 auto;
  background: var(--color-deep-green);
  color: #ffffff;
  border-radius: 24px;
  padding: 56px 32px;
}
.process-panel .section-intro h2,
.process-panel .section-intro p,
.process-panel .badge {
  color: #ffffff;
}
.process-panel .badge.green {
  border-color: rgba(255, 255, 255, 0.55);
  color: #ffffff;
}
.process-panel .process-step {
  background: rgba(255, 255, 255, 0.98);
}
/* .process-panel .process-step:hover {
  background: #ffffff;
} */
.process-panel .step-num {
  background: rgba(13, 71, 21, 0.08);
}
.process-panel .process-icon {
  color: var(--color-deep-green);
  background: linear-gradient(
    135deg,
    rgba(13, 71, 21, 0.16),
    rgba(233, 118, 43, 0.16)
  );
  border-color: rgba(13, 71, 21, 0.15);
}
.process-step {
  position: relative;
  background: #ffffff;
  /* border: 1px solid var(--color-light-grey); */
  border-radius: 7px;
  padding: 18px 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
  box-shadow: none;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}
/* .process-step:hover {
  background: #f9f9f9;
  transform: translateY(-2px);
} */

.global-process .process-step:hover {
  background-color: #dedede;
}

.global-process a {
  text-decoration: none;
}

.step-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.step-num {
  font-size: 12px;
  font-weight: 800;
  color: var(--color-deep-green);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 1px solid rgba(13, 71, 21, 0.25);
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(13, 71, 21, 0.06);
  align-self: flex-start;
}
.step-label {
  font-size: 14px;
  font-weight: 800;
  color: var(--color-deep-green);
  letter-spacing: 0.12em;
  text-transform: unset;
  margin-top: 6px;
}
.step-num.active {
  background: var(--color-deep-green);
  color: var(--color-accent);
  border-color: var(--color-deep-green);
}
.process-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  color: var(--color-deep-green);
  background: linear-gradient(
    135deg,
    rgba(13, 71, 21, 0.18),
    rgba(233, 118, 43, 0.16)
  );
  border: 1px solid rgba(13, 71, 21, 0.15);
}
.process-step h3 {
  margin-top: 4px;
  font-weight: 700;
  font-size: 16px;
}
.process-step p {
  font-size: 13px;
  color: var(--color-mid-grey);
}
.step-duration {
  margin-top: auto;
  font-size: 11px;
  color: #888;
  padding-top: 8px;
}

.process-steps::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 14px;
  right: 14px;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(13, 71, 21, 0.12),
    rgba(13, 71, 21, 0.35),
    rgba(13, 71, 21, 0.12)
  );
  z-index: 0;
  display: none;
}
.process-step {
  z-index: 1;
}

/* STAT CARDS */
.stat-card {
  border: 1px solid var(--color-light-grey);
  background: rgba(255, 255, 255, 0.14);
  min-height: 210px;
  padding: 26px 24px;
  border-radius: 7px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}
.stat-num {
  font-size: clamp(42px, 4vw, 56px);
  font-weight: 700;
  line-height: 0.95;
  color: var(--color-deep-green);
}
.stat-num-text {
  font-size: clamp(24px, 2.2vw, 30px);
}
.stat-card.dark .stat-num {
  color: var(--color-accent);
}
.stat-label {
  font-size: 16px;
  color: #000;
  margin: 0 auto;
}
.stats-result-deliver .stat-num.stat-num-text {
  font-size: 56px;
}

/* WHY GRID */
.why-section {
  background:
    radial-gradient(circle at 0% 0%, rgba(233, 118, 43, 0.08), transparent 55%),
    linear-gradient(180deg, #ffffff 0%, #f6f5ef 100%);
}
.why-layout {
  position: relative;
}
.why-layout {
  margin-bottom: 32px;
}
/* .why-layout::before {
  content: '';
  position: absolute;
  inset: -24px -24px -24px auto;
  width: 42%;
  background: linear-gradient(180deg, rgba(13, 71, 21, 0.05), transparent 60%);
  pointer-events: none;
} */
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  position: relative;
  margin-top: 12px;
}
.why-grid.home {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.why-item {
  padding: 18px;
  background: #ffffff;
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease;
}
/* .why-item:hover { transform: translateY(-2px); background: #f9f9f9; } */
.why-item h3 {
  font-size: 15px;
  margin-bottom: 0;
  white-space: normal;
  word-wrap: break-word;
  font-weight: 700;
}
.why-item p {
  font-size: 13px;
  color: var(--color-mid-grey);
  margin-bottom: 0;
}
.why-item.full {
  grid-column: 1 / -1;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  padding: 32px 28px;
  color: #ffffff;
  background-image:
    linear-gradient(135deg, rgba(13, 71, 21, 0.9), rgba(0, 0, 0, 0.35)),
    url("images/why-work-with-us.jpg");
  background-size: cover;
  background-position: center;
  min-height: 400px;
}
.why-item.full::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.65));
  border-radius: 7px;
  pointer-events: none;
}
.why-item.full h3 {
  font-size: 20px;
  margin-bottom: 0;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.why-item.full p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0;
  max-width: 52ch;
  position: relative;
  z-index: 1;
}
.why-item.full .why-icon {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.35);
  color: #ffffff;
  position: relative;
  z-index: 1;
  margin-bottom: 6px;
}
.why-item-full-top {
  width: 100%;
}
.why-item-full-bottom {
  width: 100%;
  position: absolute;
  bottom: 32px;
  left: 28px;
  right: 28px;
}

/* WHY RIGHT COLUMN - STICKY LAYOUT */
.why-right-col {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.why-sticky-logo {
  position: sticky;
  top: 100px;
  background: #ffffff;
  border-radius: 7px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.sticky-logo-inner {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}
.sticky-logo-img {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  opacity: 0.9;
}
.sticky-logo-text h4 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
  color: var(--color-deep-green);
}
.sticky-logo-text p {
  font-size: 13px;
  color: var(--color-mid-grey);
  margin-bottom: 0;
  line-height: 1.6;
}

.why-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: linear-gradient(
    135deg,
    rgba(13, 71, 21, 0.16),
    rgba(233, 118, 43, 0.16)
  );
  color: var(--color-deep-green);
  border: 1px solid rgba(13, 71, 21, 0.15);
}
.why-highlights {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 20px 0 18px;
}
.why-highlight {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  color: var(--color-deep-green);
  background: rgba(13, 71, 21, 0.06);
  border: 1px solid rgba(13, 71, 21, 0.12);
  padding: 8px 12px;
}
.why-highlight .material-symbols-outlined {
  font-size: 18px;
}

/* INTEGRATION BLOCK */
.integration-section {
  background: var(--color-deep-green);
}
.integration-block {
  color: var(--color-accent);
  padding: 0;
}
.integration-block h2,
.integration-block p {
  color: var(--color-accent);
}
.integration-block p {
  color: rgba(255, 255, 255, 0.7);
}
.integration-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 24px;
}
.int-item {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 16px;
  border-radius: 7px;
}
.int-item h3 {
  color: var(--color-accent);
  font-size: 15px;
  margin-bottom: 4px;
  font-weight: 700;
}
.int-item p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
}
.int-badge {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #aaa;
  margin-bottom: 6px;
}

/* FAQ */
.faq-item {
  border-top: 1px solid var(--color-light-grey);
  padding: 16px 0;
  cursor: pointer;
}
.faq-item:last-child {
  border-bottom: 1px solid var(--color-light-grey);
}
.faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
}
.faq-a {
  font-size: 14px;
  color: var(--color-mid-grey);
  margin-top: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.28s ease,
    opacity 0.2s ease,
    margin-top 0.2s ease;
}
.faq-a.open {
  margin-top: 10px;
  opacity: 1;
}
.chevron {
  font-size: 16px;
  transition: transform 0.2s;
}
.chevron.open {
  transform: rotate(180deg);
}

/* CTA BLOCK */
.cta-block {
  background: var(--color-deep-green);
  padding: 60px 0;
  text-align: center;
  border-top: 2px solid var(--color-deep-green);
  border-bottom: 2px solid var(--color-deep-green);
}
.cta-block h2 {
  font-size: 40px;
  margin-bottom: 14px;
  color: var(--color-accent);
}
.cta-block p {
  max-width: 850px;
  margin: 0 auto 24px;
  color: rgba(255, 255, 255, 0.7);
}
.cta-row {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.cta-note {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 15px !important;
}

/* FOOTER */
footer {
  background: var(--color-burnt-orange);
  color: #ffffff;
  padding: 48px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 40px;
}
.footer-logo {
  margin-bottom: 10px;
}
.site-logo-footer {
  max-width: 138px;
  filter: brightness(0) invert(1);
}
.footer-tagline {
  font-size: 14px;
  color: #ffffff;
}
.footer-col-title {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #ffffff;
  margin-bottom: 6px;
}
.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer-links a {
  display: block;
  padding: 8px 14px;
  border-radius: 10px;
  font-size: 13px;
  color: #ffffff;
  text-decoration: none;
  transition:
    background-color 0.15s ease,
    color 0.15s ease;
}
.footer-links a:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-weight: 800;
}
.footer-bottom {
  background: var(--color-deep-green);
  padding: 18px 0;
  font-size: 12px;
  color: #ffffff;
  font-weight: 700;
}
.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}
.footer-bottom-inner span:first-child {
  flex: 1 1 auto;
  min-width: 0;
}
.footer-bottom-inner span:last-child {
  flex: 0 0 auto;
  white-space: nowrap;
  margin-left: auto;
  text-align: right;
}

/* BADGE */
.badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border: 1px solid var(--color-light-grey);
  padding: 3px 10px;
  margin-bottom: 12px;
  color: var(--color-mid-grey);
  border-radius: 20px;
}
.badge.orange {
  border-color: var(--color-cta-orange);
  color: var(--color-cta-orange);
}
.badge.green {
  /* border-color: var(--color-deep-green); */
  color: var(--color-deep-green);
  background-color:#fff9e4;
  border: none;
}
.badge.red {
  border-color: #ef4444;
  color: #ef4444;
}

/* NICHE CALLOUT */
.niche-check {
  border: 1px solid var(--color-light-grey);
  padding: 13px 16px;
  font-size: 14px;
}

/* TECH GRID */
.tech-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 24px;
}
.tech-item {
  background: #ffffff;
  border: none;
  padding: 22px;
  border-radius: 7px;
  font-size: 13px;
}

.tech-item h3{
  font-weight: 700;
}

/* SERVICE ITEM */
.service-item {
  border-top: 1px solid var(--color-light-grey);
  padding: 16px 0;
  cursor: pointer;
}
.service-item:last-child {
  border-bottom: 1px solid var(--color-light-grey);
}
.service-item h3 {
  font-size: 15px;
  margin-bottom: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
}
.service-item .label {
  font-size: 18px;
  font-weight: 500;
  color: var(--color-cta-orange);
}
.service-content {
  font-size: 14px;
  color: var(--color-mid-grey);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.28s ease,
    opacity 0.2s ease,
    margin-top 0.2s ease;
}
.service-content.open {
  margin-top: 10px;
  opacity: 1;
}

/* PLATFORM CARD */
.platform-card {
  background: #ffffff;
  border: none;
  padding: 22px;
  border-radius: 7px;
}
.platform-card h3 {
  font-size: 16px;
  margin-bottom: 6px;
}
.platform-card p {
  font-size: 13px;
}

/* PILLARS GRID */
.pillars-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.pillar {
  background: #ffffff;
  border: none;
  padding: 22px;
  border-radius: 7px;
}
.pillar h3 {
  font-size: 15px;
  margin-bottom: 8px;
}
.pillar p {
  font-size: 13px;
}

/* PAIN CARD */
.pain-card {
  background: #ffffff;
  border: none;
  padding: 22px;
  border-radius: 7px;
}
.pain-card h3 {
  font-size: 15px;
  margin-bottom: 8px;
  font-weight: 700;
}
.pain-card p {
  font-size: 13px;
  color: var(--color-mid-grey);
}

/* PLATFORM SECTION */
.platform-section {
  margin-bottom: 24px;
}
.platform-section h4 {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--color-mid-grey);
  margin-bottom: 8px;
}
.platform-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
}
.platform-item {
  border: 1px solid var(--color-light-grey);
  padding: 8px 12px;
  border-radius: 3px;
}

/* PROOF GRID */
.proof-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.proof-item {
  background: #ffffff;
  border: 0;
  border-radius: 7px;
  padding: 14px 16px;
  font-size: 14px;
}
.proof-item strong {
  display: block;
  color: var(--color-primary);
  font-size: 15px;
}
.proof-item p {
  font-size: 13px;
  color: var(--color-mid-grey);
}

/* PROOF GRID 2x2 - for Why Virtual Bears NL section */
.proof-grid-2x2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.proof-card {
  padding: 18px;
}
.proof-card h3 {
  font-size: 15px;
  margin-bottom: 6px;
  font-weight: 700;
}
.proof-card p {
  font-size: 13px;
  color: var(--color-mid-grey);
  margin-bottom: 0;
}

/* CHECKLIST */
.checklist {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.check-item:not(.check-item-box) {
  background: #ffffff;
  border: 0;
  padding: 13px 16px;
  font-size: 14px;
  display: flex;
  align-items: center;
  border-radius: 7px;
}

/* PARTNERSHIP CARDS */
.partnership-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 48px;
}
.partnership-card {
  background: #ffffff;
  border: 1px solid transparent;
  border-radius: 7px;
  padding: 36px;
  transition: all 0.3s ease;
}
/* .partnership-card:hover { box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08); border-color: var(--color-light-grey); } */

.partnership-card-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.partnership-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  font-size: 28px;
  color: var(--color-deep-green);
  background: linear-gradient(
    135deg,
    rgba(13, 71, 21, 0.18),
    rgba(233, 118, 43, 0.16)
  );
  border: 1px solid rgba(13, 71, 21, 0.15);
  flex-shrink: 0;
}
.partnership-card-header h3 {
  margin: 0;
  font-size: 20px;
  color: var(--color-deep-green);
  font-weight: 700;
}

.values-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.values-list li {
  font-size: 15px;
  line-height: 1.6;
  color: #000;
  padding-left: 24px;
  position: relative;
}
.values-list li:before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--color-deep-green);
  font-weight: 700;
}

@media (max-width: 768px) {
  .partnership-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* PLATFORM NAMES */
.platform-names {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 13px;
  margin-bottom: 16px;
}
.platform-names li {
  border: 1px solid var(--color-light-grey);
  padding: 6px 12px;
  border-radius: 3px;
  background: var(--color-bg);
}
.platform-names .platform-more {
  border-style: dashed;
  color: var(--color-mid-grey);
  font-style: italic;
}

/* COMPARISON TABLE */
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 24px;
}
.comparison-table th {
  text-align: left;
  padding: 12px 16px;
  border-bottom: 2px solid var(--color-primary);
  font-size: 13px;
  text-transform: unset;
  letter-spacing: 0.05em;
}
.comparison-table td {
  padding: 12px 16px;
  border-bottom: 1px solid var(--color-light-grey);
  font-size: 14px;
}
.comparison-table tr:last-child td {
  border-bottom: none;
}
.comparison-table .comp-after {
  color: var(--color-deep-green);
  font-weight: 500;
}

/* SAVINGS TABLE */
.savings-table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 13px;
}
.savings-table th {
  background: var(--color-bg);
  padding: 12px;
  border: 1px solid var(--color-light-grey);
  text-align: left;
  font-weight: 800;
}
.savings-table td {
  padding: 12px;
  border: 1px solid var(--color-light-grey);
}
.savings-table tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.03);
}

/* CALLOUT */
.callout-box {
  background: #ffede0;
  border: 1px solid #e9762b;
  border-left: 4px solid var(--color-cta-orange);
  padding: 20px;
  font-size: 13.5px;
  color: var(--color-mid-grey);
  margin: 24px 0;
  font-weight: 500;
  border-radius: 0 7px 7px 0;
}

/* PLATFORM ROW */
.platform-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.platform-logo {
  border: 1px solid var(--color-light-grey);
  padding: 5px 14px;
  font-size: 13px;
  font-weight: 500;
  color: var(--color-mid-grey);
  border-radius: 7px;
  transition: all 0.2s ease;
  cursor: pointer;
}
.platform-logo:hover {
  border-color: var(--color-deep-green);
  color: var(--color-deep-green);
  background: #f0faf5;
}

/* TEAM SHOWCASE */
.team-showcase {
  transition: transform 0.2s ease;
}
.team-main-image {
  transition:
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}
.team-showcase:hover .team-main-image {
  box-shadow: 0 8px 24px rgba(13, 71, 21, 0.12);
  border-color: rgba(13, 71, 21, 0.25);
}
.team-thumb {
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}
.team-thumb:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(13, 71, 21, 0.1);
  border-color: rgba(13, 71, 21, 0.25);
}

/* CALCULATOR PLACEHOLDER */
.calculator-placeholder {
  background: rgba(255, 255, 255, 0.3);
  border: 2px dashed var(--color-mid-grey);
  padding: 40px;
  text-align: center;
  color: var(--color-mid-grey);
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 24px;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 25px;
  }
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .process-steps {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body {
    padding-top: 112px;
    font-size: 16px;
  }
  .container {
    padding: 0 16px;
  }
  section,
  header,
  footer {
    padding: 40px 0;
  }
  .two-col,
  .three-col,
  .four-col,
  .process-steps,
  .why-grid,
  .integration-grid,
  .footer-grid,
  .tech-grid,
  .pillars-grid,
  .services-grid,
  .proof-grid-2x2 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .team-main-image {
    height: 180px !important;
  }
  .team-thumbnails {
    gap: 8px !important;
  }
  .team-thumb {
    height: 60px !important;
  }
  .stats-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .fit-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .why-item.full {
    grid-column: span 1;
    min-height: auto;
    padding: 24px 20px;
  }
  .why-item.full::before {
    border-radius: 7px;
  }
  .why-item-full-bottom {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .why-item.full h3 {
    font-size: 18px;
  }
  .why-item.full p {
    font-size: 13px;
    max-width: none;
  }
  .why-item {
    grid-template-columns: 1fr;
  }
  .why-item.full {
    grid-template-columns: 1fr;
  }
  .why-item h3 {
    white-space: normal;
  }
  .why-layout::before {
    display: none;
  }
  .why-sticky-logo {
    position: relative;
    top: auto;
    padding: 18px;
  }
  .sticky-logo-img {
    width: 48px;
    height: 48px;
  }
  h1 {
    font-size: 30px;
    line-height: 1.12;
  }
  h2 {
    font-size: 22px;
    line-height: 1.2;
  }
  h3 {
    font-size: 18px;
  }
  p {
    font-size: 16px;
  }
  .btn {
    width: 100%;
    text-align: center;
    padding: 12px 18px;
  }
  .section-intro {
    margin-bottom: 28px;
  }
  .section-intro.center {
    margin-bottom: 32px;
  }
  .hero-layout {
    gap: 28px;
  }
  .hero-title {
    max-width: none;
  }
  .stat-card {
    min-height: 0;
    padding: 24px 18px;
  }
  .nav-inner {
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
  }
  .nav-logo {
    text-align: center;
  }
  .nav-mobile-toggle {
    display: inline-flex;
  }
  .nav-menu {
    display: flex;
    position: absolute;
    top: calc(100% + 12px);
    left: 16px;
    right: 16px;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 16px;
    background: linear-gradient(180deg, #f4fff6 0%, #ffffff 100%);
    border: 1px solid rgba(31, 122, 61, 0.16);
    box-shadow: 0 18px 36px rgba(31, 122, 61, 0.14);
    z-index: 1001;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    pointer-events: none;
    transition:
      opacity 0.25s ease,
      transform 0.25s ease,
      visibility 0.25s ease;
  }
  .nav-menu.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
  .nav-links {
    flex: none;
    justify-content: flex-start;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 6px;
  }
  .nav-links a,
  .nav-dropdown-trigger {
    width: 100%;
    text-align: left;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 15px;
  }
  .nav-links a:hover,
  .nav-dropdown-trigger:hover {
    background: rgba(31, 122, 61, 0.08);
  }
  .nav-cta-group {
    width: 100%;
    gap: 0;
  }
  .nav-cta-group .btn {
    width: 100%;
    padding: 10px 16px;
    font-size: 14px;
  }
  .nav-dropdown {
    width: 100%;
  }
  .nav-dropdown-menu {
    display: flex;
    flex-direction: column;
    position: static;
    margin-top: 0;
    box-shadow: none;
    width: 100%;
    min-width: 0;
    background: rgba(31, 122, 61, 0.04);
    border-color: rgba(31, 122, 61, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    max-height: 0;
    overflow: hidden;
    transition:
      opacity 0.2s ease,
      transform 0.2s ease,
      visibility 0.2s ease,
      max-height 0.2s ease,
      margin-top 0.2s ease;
    padding: 0 8px;
  }
  .nav-dropdown.open .nav-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    max-height: 500px;
    margin-top: 6px;
  }
  .nav-dropdown-menu a {
    padding: 8px 10px;
  }
  .trust-bar {
    padding: 16px 0;
  }
  .trust-inner {
    flex-direction: column;
    text-align: center;
  }
  .trust-inner,
  .cta-row,
  .platform-row,
  .platform-list {
    justify-content: center;
  }
  .placeholder,
  .visual-placeholder,
  .calculator-placeholder {
    height: auto;
    min-height: 220px;
    padding: 24px 16px;
  }
  .integration-block {
    padding: 28px 18px;
  }
  .cta-block {
    padding: 40px 0;
  }
  .cta-block h2 {
    font-size: 28px;
  }
  footer {
    padding-bottom: 0;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    margin-bottom: 24px;
  }
  .footer-bottom {
    padding: 16px 0;
  }
  /* Comparison table → card layout on mobile */
  .comparison-table,
  .comparison-table thead,
  .comparison-table tbody,
  .comparison-table th,
  .comparison-table td,
  .comparison-table tr {
    display: block;
  }
  .comparison-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .comparison-table tr {
    margin-bottom: 16px;
    border: 1px solid var(--color-light-grey);
    border-radius: 7px;
    overflow: hidden;
  }
  .comparison-table td {
    padding: 12px 16px;
    border-bottom: 1px solid var(--color-light-grey);
    font-size: 14px;
  }
  .comparison-table td:last-child {
    border-bottom: none;
  }
  .comparison-table .comp-situation {
    background: var(--color-bg);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--color-mid-grey);
    padding: 10px 16px;
  }
  .comparison-table .comp-before {
    background: #fff;
    position: relative;
    padding-left: 16px;
  }
  .comparison-table .comp-before::before {
    content: "Before";
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--color-mid-grey);
    margin-bottom: 4px;
    font-weight: 600;
  }
  .comparison-table .comp-after {
    background: #f0faf3;
    position: relative;
    padding-left: 16px;
  }
  .comparison-table .comp-after::before {
    content: "After";
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--color-deep-green);
    margin-bottom: 4px;
    font-weight: 600;
  }
  .comparison-table .comp-after {
    color: var(--color-deep-green);
    font-weight: 500;
  }
  .faq-q {
    gap: 12px;
  }
  .savings-table {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    min-width: 560px;
  }
}
@media (max-width: 767px) {
  .savings-table {
    display: block;
    width: 100%;
    min-width: 0;
    -webkit-overflow-scrolling: touch;
  }
  .savings-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .savings-table tbody {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .savings-table tr {
    display: block;
    border: 1px solid var(--color-light-grey);
    border-radius: 7px;
    overflow: hidden;
    margin-bottom: 0;
  }
  .savings-table tr:last-child {
    border-bottom: 1px solid var(--color-light-grey);
  }
  .savings-table td {
    display: block;
    padding: 12px 16px;
    border-bottom: 1px solid var(--color-light-grey);
    font-size: 14px;
  }
  .savings-table td:last-child {
    border-bottom: none;
  }
  .savings-table td:first-child {
    background: var(--color-bg);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--color-mid-grey);
    padding: 10px 16px;
  }
  .savings-table td:nth-child(2) {
    position: relative;
    padding-left: 16px;
  }
  .savings-table td:nth-child(2)::before {
    content: "Before";
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--color-mid-grey);
    margin-bottom: 4px;
    font-weight: 600;
  }
  .savings-table td:nth-child(3) {
    background: #f0faf3;
    position: relative;
    padding-left: 16px;
    color: var(--color-deep-green);
    font-weight: 500;
  }
  .savings-table td:nth-child(3)::before {
    content: "After";
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--color-deep-green);
    margin-bottom: 4px;
    font-weight: 600;
  }
}

@media (min-width: 1200px) {
  .process-steps::before {
    display: block;
  }
}

@media (max-width: 767px) {
  .process-steps::before {
    display: none;
  }
}
.why-item:not(.full) h3,
.why-item:not(.full) p {
  grid-column: 1 / -1;
}
.why-item:not(.full) h3 {
  margin-top: -2px;
}

/* Carousel Styles */
.carousel-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-background {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.carousel-background.active {
  opacity: 1;
}

.carousel-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(8px) brightness(0.7);
  border-radius: 7px;
}

.carousel-track {
  position: relative;
  height: 420px;
  cursor: grab;
  touch-action: pan-y;
}

.carousel-track:active {
  cursor: grabbing;
}

.carousel-slide {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateX(12%) scale(0.92);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
  pointer-events: auto;
  user-select: none;
}

.carousel-slide.prev {
  transform: translateX(-88%) translateY(16px) scale(0.84);
  opacity: 0;
}

.carousel-slide.next {
  transform: translateX(12%) translateY(8px) scale(0.92);
  opacity: 0.85;
}

.carousel-slide.active {
  transform: translateX(0) translateY(0) scale(1);
  opacity: 1;
  z-index: 10;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
}

.carousel-slide img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  user-select: none;
  pointer-events: none;
}

.carousel-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--color-cta-orange);
  border-radius: 0 0 8px 8px;
  padding: 20px;
}

.carousel-caption h3 {
  color: #fff;
  margin-bottom: 8px;
}

.carousel-caption p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  margin-bottom: 0;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 40px 20px 20px 20px;
}

.carousel-dots.green-orange .dot {
  background: var(--color-deep-green);
  box-shadow:
    0 0 0 1px rgba(46, 125, 50, 0.32),
    0 0 0 2px rgba(46, 125, 50, 0.16);
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: background 0.3s ease;
}

.dot.active {
  background: var(--color-cta-orange);
}

.carousel-dots.green-orange .dot.active {
  background: var(--color-cta-orange);
  box-shadow:
    0 0 0 1px rgba(239, 108, 0, 0.4),
    0 10px 18px rgba(0, 0, 0, 0.18);
}

.arrow a {
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #000;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.text-center {
  text-align: center;
}

.cta-note.section-intro {
  color: #fff;
}

.stats-result-deliver {
  /* padding: 64px 15px 0 15px; */
}

.accordion-section {
  max-width: 740px;
  margin: auto;
}

.icon-vb span {
  font-size: 16px;
  height: 30px;
  width: 30px;
}

.icon-vb {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

.services-section .section-intro {
  margin-bottom: 20px;
}

.cta-note,
.tech-item p,
.pain-card p,
.proof-item p:last-child,
.step-duration,
.platform-card p {
  margin-bottom: 0 !important;
}

.team-main-image,
.team-thumbnails {
  max-width: 100% !important;
}

.hero-title,
.hero-copy {
  max-width: 100% !important;
}

.one-sale .two-col {
  gap: 20px;
}

.featured-process {
  background-color: #e9762b !important;
}

.featured-process p.small-copy,
.featured-process h3,
.featured-process .process-icon {
  color: #fff !important;
}

.featured-process .process-icon {
  border-color: #fff !important;
}

.global-process .featured-process:hover {
  background-color: #cc6b2a !important;
}

i.bi.bi-file-earmark-excel {
  font-size: 15px !important;
  height: 30px;
  width: 30px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  color: var(--color-deep-green);
  background: linear-gradient(
    135deg,
    rgba(13, 71, 21, 0.18),
    rgba(233, 118, 43, 0.16)
  );
  border: 1px solid rgba(13, 71, 21, 0.15);
}

.how-we-partner li {
  list-style-type: none;
  font-size: 13px;
  line-height: 25px;
  color: #6a6a6a;
}

.featured .how-we-partner li {
  color: #fff !important;
}

.platform-integration .platform-row {
  margin-bottom: 20px;
}

.fw-bold {
  font-weight: 600 !important;
}

.integrated-cont {
  display: grid;
  grid-template-columns: 5fr 1fr 5fr;
  place-items: center;
  gap: 10px;
}

.div-and img {
  width: 100%;
  max-width: 80px;
}

#services-section {
  /* padding-top: 40px; */
}

.before-after.first {
  background-color: #f8c63d;
}

.before-after.second {
  background-color: #0d4715;
}

.before-after {
  color: #fff;
  text-align: center;
  border-radius: 8px 8px 0 0;
  padding: 13px 20px;
  margin-bottom: 0;
}

.integrated-cont img,
.integrated-cont .before-after {
  box-shadow: 0 2px 8px rgb(0 0 0 / 2%);
}
@media screen and (max-width: 980px) {
  .integrated-cont {
    grid-template-columns: 1fr;
  }

  .div-and img {
    transform: rotate(90deg);
  }

  .stats-result-deliver {
    padding: 30px 20px 0 20px;
  }

  .stats-section,
  .process-panel,
  .partnership-card,
  .contact-form-wrapper {
    padding: 20px;
  }

  .stats-section .section-intro,
  .stats-section .stats-grid-wrapper,
  .integration-block {
    padding: 0;
  }

  .accordion-section {
    max-width: 100%;
  }

  .nav-mobile-toggle {
    display: inline-flex;
  }

  .nav-menu.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  .nav-menu {
    display: flex;
    position: absolute;
    top: calc(100% + 12px);
    left: 16px;
    right: 16px;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 16px;
    background: linear-gradient(180deg, #f4fff6 0%, #ffffff 100%);
    border: 1px solid rgba(31, 122, 61, 0.16);
    box-shadow: 0 18px 36px rgba(31, 122, 61, 0.14);
    z-index: 1001;
    max-height: calc(100vh - 120px);
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    pointer-events: none;
    transition:
      opacity 0.25s ease,
      transform 0.25s ease,
      visibility 0.25s ease;
  }

  .nav-links {
    flex: none;
    justify-content: flex-start;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 6px;
  }

  .nav-cta-group a.btn {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .nav-cta-group {
    width: 100%;
  }

  .two-col,
  .three-col,
  .partnership-grid,
  .fit-grid,
  .proof-grid-2x2,
  .tech-grid,
  .proof-grid,
  .pillars-grid {
    grid-template-columns: 1fr !important;
  }

  .proof-grid,
  .pillars-grid,
  .stats-grid,
  .process-steps,
  .why-grid,
  .pain-grid,
  .two-col,
  .checklist,
  .checklist-list {
    gap: 20px !important;
  }

  .two-col div:last-child {
    order: -1;
  }

  .two-col div {
    order: 1;
  }

  .hero-copy,
  .section-green .container {
    max-width: 100% !important;
  }

  .btn {
    width: 100%;
    text-align: center;
  }

  section,
  header,
  footer,
  .cta-block {
    padding: 40px 0 !important;
  }

  .stats-result-deliver {
    padding: 10px 20px !important;
  }

  .stack-section {
    padding: 30px 0 0 0 !important;
  }

  .services-grid,
  .why-grid.home,
  .stats-grid.outcomes,
  .footer-grid,
  .stats-grid,
  .why-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .service-card {
    min-height: auto;
  }

  .process-steps,
  .pain-grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .section-intro.center {
    max-width: 100%;
    margin: 0 0 20px 0;
  }

  .faq-section .container,
  .section-head {
    max-width: 100% !important;
  }

  .faq-intro,
  .section-intro.section-intro-wide,
  .stats-section .section-intro,
  .section-head,
  .section-head.tight,
  .section-intro,
  .why-grid,
  .stack-subtext {
    margin-bottom: 20px !important;
  }

  .cta-block p {
    max-width: 100%;
  }

  .cta-note,
  .tech-item p,
  .pain-card p,
  .proof-item p:last-child,
  .step-duration,
  .platform-card p {
    margin-bottom: 0 !important;
  }

  .stat-card {
    min-height: auto;
    gap: 0;
    padding: 20px;
  }

  .footer-grid {
    gap: 5px;
  }

  .footer-bottom-inner span:last-child {
    margin-left: unset !important;
  }

  .footer-bottom-inner {
    flex-direction: column;
    gap: 5px;
  }

  .team-main-image {
    height: auto !important;
    max-width: 100% !important;
  }

  .team-thumbnails {
    max-width: 100% !important;
    flex-direction: column;
    gap: 15px;
  }

  .stats-section {
    min-height: auto;
    max-width: 100%;
  }

  .process-step {
    gap: 0;
  }

  .contact-form-wrapper {
    margin: 0;
    max-width: 100% !important;
  }

  body {
    padding-top: 80px;
  }

  .seven-years.pb-0 {
    padding-bottom: 25px !important;
  }

  .team-thumb {
    margin-top: 10px !important;
  }

  .weve-already {
    padding-bottom: 25px !important;
  }

  .nav-dropdown-trigger {
    padding: 0 10px;
  }

  .pain-section .pain-list {
    grid-template-columns: 1fr !important;
  }

  .pain-section .pain-item {
    min-height: unset;
  }

  .pain-section .icon-vb {
    min-height: unset;
  }
}

/** Additional CSS **/

h2.section-header {
  font-weight: 800;
}

.faq-section h2{
  font-weight:800;
}

.what-we-build-card h3{
  font-weight:700;
}

.serious-software-cards h3{
  font-weight: 700;
}

.solutions-build-cards h3{
  font-weight: 700;
}

.right-platform-cards h3{
  font-weight: 700;
}

.seven-years-cards h3{
  font-weight: 700;
}

.badge.orange.hero-badge{
  border:none;
  background-color:#fff9e4;
}

.hero-badge p{
margin-bottom:0;
}

div.dark-badge-bg{
  background-color: #146720!important;
  border: none!important;
  color:#fff!important;
}

.btn-spacing{
  margin-top:10px;
}

.badge.orange.hero-badge p.eyebrow{
  margin-bottom: 0;
}

.distribution-card h3, .what-breaks-card h3{
  font-weight: 700;
}
