:root {
  --innobach-page-bg: #f6f7fb;
  --innobach-surface: #ffffff;
  --innobach-surface-soft: #eef4fb;
  --innobach-ink: #14213d;
  --innobach-ink-soft: #4c5a73;
  --innobach-line: rgba(20, 33, 61, 0.10);
  --innobach-blue: #0f4c81;
  --innobach-blue-soft: #dbeaf8;
  --innobach-orange: #f28c28;
  --innobach-orange-soft: rgba(242, 140, 40, 0.14);
  --innobach-shadow: 0 28px 65px rgba(15, 23, 42, 0.10);
  --innobach-radius-xl: 28px;
  --innobach-radius-lg: 22px;
  --innobach-radius-md: 16px;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--innobach-page-bg);
}

.innobach-landing {
  background:
    radial-gradient(circle at top right, rgba(15, 76, 129, 0.08), transparent 30%),
    radial-gradient(circle at left 10% top 22%, rgba(242, 140, 40, 0.09), transparent 25%),
    var(--innobach-page-bg);
  color: var(--innobach-ink);
}

.innobach-landing .text-orange {
  color: var(--innobach-orange) !important;
}

.innobach-landing .text-warning {
  color: #ffd39c !important;
}

.innobach-landing section[id] {
  scroll-margin-top: 152px;
}

.innobach-subnav-wrap {
  position: sticky;
  top: 70px;
  z-index: 40;
  background: rgba(246, 247, 251, 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(20, 33, 61, 0.06);
}

.innobach-subnav {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  white-space: nowrap;
  padding: 12px 0;
  scrollbar-width: none;
}

.innobach-subnav::-webkit-scrollbar {
  display: none;
}

.innobach-subnav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(20, 33, 61, 0.08);
  color: var(--innobach-ink);
  font-weight: 700;
  font-size: 0.95rem;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.innobach-subnav a:hover,
.innobach-subnav a:focus-visible {
  background: #fff;
  color: var(--innobach-blue);
  border-color: rgba(15, 76, 129, 0.18);
}

.innobach-hero {
  padding: 158px 0 72px;
}

.innobach-hero-panel {
  background: linear-gradient(135deg, rgba(16, 35, 71, 0.97) 0%, rgba(15, 76, 129, 0.95) 100%);
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 40px 80px rgba(15, 23, 42, 0.22);
  position: relative;
}

.innobach-hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255,255,255,0.06), transparent 35%),
    radial-gradient(circle at bottom right, rgba(242, 140, 40, 0.24), transparent 28%);
  pointer-events: none;
}

.innobach-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  align-items: stretch;
  min-height: 640px;
}

.innobach-hero-copy {
  padding: 56px 56px 52px;
  position: relative;
  z-index: 1;
}

.innobach-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #f7f9fc;
  font-size: 0.83rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.innobach-kicker-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--innobach-orange);
  box-shadow: 0 0 0 8px rgba(242, 140, 40, 0.12);
}

.innobach-hero-copy h1 {
  max-width: 10.5ch;
  color: #fff;
  margin: 0 0 18px;
  line-height: 1.02;
  font-size: clamp(2.9rem, 6vw, 5.1rem);
  letter-spacing: -0.04em;
}

.innobach-hero-copy h1 .accent {
  color: #ffd39c;
}

.innobach-hero-copy p {
  max-width: 57ch;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.05rem;
  line-height: 1.75;
  margin-bottom: 28px;
}

.innobach-bullet-list {
  display: grid;
  gap: 14px;
  margin: 0 0 34px;
  padding: 0;
  list-style: none;
}

.innobach-bullet-list li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  color: rgba(255, 255, 255, 0.9);
}

.innobach-bullet-mark {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(242, 140, 40, 0.18);
  color: #fff;
  font-size: 0.92rem;
}

.innobach-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 26px;
}

.innobach-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  font-size: 0.98rem;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
}

.innobach-btn:hover,
.innobach-btn:focus-visible {
  transform: translateY(-1px);
}

.innobach-btn--primary {
  background: var(--innobach-orange);
  color: #fff;
  box-shadow: 0 16px 34px rgba(242, 140, 40, 0.26);
}

.innobach-btn--primary:hover,
.innobach-btn--primary:focus-visible {
  background: #e27b17;
  color: #fff;
}

.innobach-btn--ghost {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.innobach-btn--ghost:hover,
.innobach-btn--ghost:focus-visible {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.innobach-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.innobach-meta-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.92rem;
}

.innobach-hero-visual {
  position: relative;
  min-height: 100%;
}

.innobach-hero-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.innobach-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 25, 51, 0.14) 0%, rgba(12, 25, 51, 0.44) 100%);
}

.innobach-hero-note,
.innobach-hero-stats {
  position: absolute;
  z-index: 1;
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.14);
}

.innobach-hero-note {
  left: 28px;
  bottom: 28px;
  max-width: 280px;
  padding: 18px 18px 16px;
  border-radius: 20px;
}

.innobach-hero-note strong {
  display: block;
  font-size: 1.25rem;
  line-height: 1.1;
  color: var(--innobach-blue);
  margin-bottom: 6px;
}

.innobach-hero-note span {
  color: var(--innobach-ink-soft);
  font-size: 0.96rem;
  line-height: 1.55;
}

.innobach-hero-stats {
  top: 28px;
  right: 28px;
  width: min(300px, calc(100% - 56px));
  border-radius: 22px;
  padding: 20px;
  display: grid;
  gap: 14px;
}

.innobach-hero-stats h3 {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--innobach-ink);
}

.innobach-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.innobach-stat-box {
  padding: 12px;
  border-radius: 16px;
  background: var(--innobach-surface-soft);
  text-align: center;
}

.innobach-stat-box strong {
  display: block;
  color: var(--innobach-blue);
  font-size: 1.45rem;
  line-height: 1;
  margin-bottom: 4px;
}

.innobach-stat-box span {
  display: block;
  color: var(--innobach-ink-soft);
  font-size: 0.78rem;
  line-height: 1.4;
}

.innobach-section {
  padding: 84px 0;
}

.innobach-section--light {
  background: linear-gradient(180deg, rgba(255,255,255,0.78) 0%, rgba(255,255,255,0.96) 100%);
}

.innobach-section--contrast {
  background: linear-gradient(135deg, #102347 0%, #0f4c81 100%);
  color: #fff;
}

.innobach-section--contrast .innobach-section-kicker,
.innobach-section--contrast .innobach-section-title,
.innobach-section--contrast .innobach-section-lead,
.innobach-section--contrast .innobach-copy p,
.innobach-section--contrast .innobach-timeline-card p,
.innobach-section--contrast .innobach-chip-list span,
.innobach-section--contrast .innobach-photo-card-caption {
  color: inherit;
}

.innobach-section--contrast .innobach-copy strong,
.innobach-section--contrast .innobach-timeline-card strong,
.innobach-section--contrast .innobach-section-title strong {
  color: #ffd39c;
}

.innobach-section-kicker {
  margin-bottom: 12px;
  color: var(--innobach-orange);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.innobach-section-title {
  max-width: 14ch;
  margin: 0 0 14px;
  color: var(--innobach-ink);
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.innobach-section-lead {
  max-width: 64ch;
  color: var(--innobach-ink-soft);
  font-size: 1.04rem;
  line-height: 1.78;
  margin: 0;
}

.innobach-split {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: 36px;
  align-items: center;
}

.innobach-photo-card {
  position: relative;
  min-height: 520px;
  border-radius: var(--innobach-radius-xl);
  overflow: hidden;
  box-shadow: var(--innobach-shadow);
}

.innobach-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.innobach-photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16, 35, 71, 0.08), rgba(16, 35, 71, 0.56));
}

.innobach-photo-card-caption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 1;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.90);
  color: var(--innobach-ink);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
}

.innobach-photo-card-caption strong {
  display: block;
  font-size: 1.08rem;
  margin-bottom: 6px;
}

.innobach-copy p {
  color: var(--innobach-ink-soft);
  font-size: 1rem;
  line-height: 1.85;
  margin: 0 0 18px;
}

.innobach-copy strong {
  color: var(--innobach-ink);
}

.innobach-pill-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.innobach-pill-card {
  padding: 18px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--innobach-line);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.innobach-pill-card i {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: var(--innobach-blue-soft);
  color: var(--innobach-blue);
  margin-bottom: 12px;
}

.innobach-pill-card h3 {
  margin: 0 0 6px;
  font-size: 1rem;
  color: var(--innobach-ink);
}

.innobach-pill-card p {
  margin: 0;
  color: var(--innobach-ink-soft);
  font-size: 0.93rem;
  line-height: 1.65;
}

.innobach-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 36px;
}

.innobach-service-card,
.innobach-audience-card,
.innobach-route-card,
.innobach-faq-item,
.innobach-timeline-card {
  background: var(--innobach-surface);
  border: 1px solid var(--innobach-line);
  border-radius: var(--innobach-radius-lg);
  box-shadow: 0 16px 35px rgba(15, 23, 42, 0.07);
}

.innobach-service-card {
  padding: 28px 24px;
  height: 100%;
}

.innobach-service-card i {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--innobach-blue-soft), #f6fbff);
  color: var(--innobach-blue);
  font-size: 1.2rem;
  margin-bottom: 18px;
}

.innobach-service-card h3 {
  margin: 0 0 10px;
  color: var(--innobach-ink);
  font-size: 1.12rem;
}

.innobach-service-card p {
  margin: 0;
  color: var(--innobach-ink-soft);
  font-size: 0.97rem;
  line-height: 1.74;
}

.innobach-timeline {
  display: grid;
  gap: 18px;
}

.innobach-timeline-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  padding: 22px;
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.12);
  box-shadow: none;
}

.innobach-timeline-step {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: rgba(242, 140, 40, 0.16);
  color: #fff;
  font-size: 1.3rem;
  font-weight: 800;
}

.innobach-timeline-card h3 {
  margin: 0 0 8px;
  font-size: 1.08rem;
}

.innobach-timeline-card p {
  margin: 0;
  color: rgba(255,255,255,0.78);
  line-height: 1.72;
}

.innobach-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.innobach-chip-list span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.88);
  font-size: 0.9rem;
}

.innobach-dual-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 34px;
}

.innobach-audience-card {
  padding: 30px 28px;
}

.innobach-audience-card--accent {
  background: linear-gradient(135deg, rgba(16, 35, 71, 0.98), rgba(15, 76, 129, 0.96));
  border-color: transparent;
}

.innobach-audience-card--accent h3,
.innobach-audience-card--accent p,
.innobach-audience-card--accent li {
  color: #fff;
}

.innobach-audience-card i {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: var(--innobach-orange-soft);
  color: var(--innobach-orange);
  font-size: 1.35rem;
  margin-bottom: 16px;
}

.innobach-audience-card--accent i {
  background: rgba(255,255,255,0.12);
  color: #ffd39c;
}

.innobach-audience-card h3 {
  margin: 0 0 10px;
  font-size: 1.35rem;
}

.innobach-audience-card p {
  margin: 0 0 18px;
  color: var(--innobach-ink-soft);
  line-height: 1.75;
}

.innobach-audience-card ul {
  margin: 0;
  padding-left: 18px;
  color: var(--innobach-ink-soft);
  display: grid;
  gap: 10px;
}

.innobach-faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 34px;
  align-items: start;
}

.innobach-faq-stack {
  display: grid;
  gap: 16px;
}

.innobach-faq-item {
  overflow: hidden;
}

.innobach-faq-item summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  padding: 22px 22px 20px;
  font-weight: 700;
  color: var(--innobach-ink);
}

.innobach-faq-item summary::-webkit-details-marker {
  display: none;
}

.innobach-faq-toggle {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--innobach-blue-soft);
  color: var(--innobach-blue);
  flex: 0 0 34px;
}

.innobach-faq-item[open] .innobach-faq-toggle {
  background: var(--innobach-orange-soft);
  color: var(--innobach-orange);
}

.innobach-faq-answer {
  padding: 0 22px 22px;
  color: var(--innobach-ink-soft);
  line-height: 1.8;
}

.innobach-routes {
  padding-bottom: 96px;
}

.innobach-route-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 36px;
}

.innobach-route-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
}

.innobach-route-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.innobach-route-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 25, 51, 0.08) 0%, rgba(12, 25, 51, 0.88) 100%);
}

.innobach-route-copy {
  position: absolute;
  inset: auto 22px 22px 22px;
  z-index: 1;
  color: #fff;
}

.innobach-route-kicker {
  margin-bottom: 10px;
  color: #ffd39c;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.innobach-route-copy h3 {
  margin: 0 0 10px;
  font-size: 1.5rem;
  line-height: 1.12;
}

.innobach-route-copy p {
  margin: 0 0 18px;
  color: rgba(255,255,255,0.86);
  line-height: 1.7;
}

.innobach-route-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.16);
  color: #fff;
  font-weight: 800;
}

.innobach-route-link:hover,
.innobach-route-link:focus-visible {
  background: rgba(255,255,255,0.22);
  color: #fff;
}

.innobach-cta-band {
  margin-top: 28px;
  padding: 24px 26px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--innobach-line);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.07);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.innobach-cta-band h3 {
  margin: 0 0 6px;
  font-size: 1.28rem;
}

.innobach-cta-band p {
  margin: 0;
  color: var(--innobach-ink-soft);
}

@media (max-width: 1199.98px) {
  .innobach-hero-copy,
  .innobach-photo-card-caption,
  .innobach-hero-note,
  .innobach-hero-stats {
    max-width: none;
  }

  .innobach-hero-grid,
  .innobach-split,
  .innobach-faq-layout {
    grid-template-columns: 1fr;
  }

  .innobach-hero-visual {
    min-height: 460px;
  }

  .innobach-card-grid,
  .innobach-route-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .innobach-hero {
    padding-top: 138px;
  }

  .innobach-subnav-wrap {
    top: 64px;
  }

  .innobach-hero-copy {
    padding: 42px 26px 34px;
  }

  .innobach-hero-copy h1 {
    max-width: none;
  }

  .innobach-pill-grid,
  .innobach-dual-grid,
  .innobach-card-grid,
  .innobach-route-grid {
    grid-template-columns: 1fr;
  }

  .innobach-photo-card {
    min-height: 380px;
  }
}

@media (max-width: 767.98px) {
  .innobach-section,
  .innobach-routes {
    padding: 68px 0;
  }

  .innobach-hero {
    padding-top: 126px;
  }

  .innobach-hero-panel {
    border-radius: 28px;
  }

  .innobach-hero-copy {
    padding: 34px 20px 28px;
  }

  .innobach-hero-stats {
    position: static;
    width: auto;
    margin: 18px;
    margin-bottom: 0;
  }

  .innobach-hero-note {
    left: 18px;
    right: 18px;
    bottom: 18px;
    max-width: none;
  }

  .innobach-stat-grid {
    grid-template-columns: 1fr;
  }

  .innobach-subnav a {
    font-size: 0.9rem;
    padding: 9px 14px;
  }

  .innobach-cta-band {
    padding: 20px;
  }
}


.innobach-cta-band .innobach-btn--ghost {
  background: rgba(15, 76, 129, 0.08);
  border-color: rgba(15, 76, 129, 0.14);
  color: var(--innobach-blue);
}

.innobach-cta-band .innobach-btn--ghost:hover,
.innobach-cta-band .innobach-btn--ghost:focus-visible {
  background: rgba(15, 76, 129, 0.14);
  color: var(--innobach-blue);
}


.innobach-hero-chip {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.16);
  color: #fff;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.innobach-hero-intro {
  max-width: 58ch;
  color: rgba(255,255,255,0.88);
  font-size: 1.06rem;
  line-height: 1.75;
  margin: 0 0 24px;
}

.innobach-hero-points {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: grid;
  gap: 12px;
}

.innobach-hero-points li {
  position: relative;
  padding-left: 22px;
  color: rgba(255,255,255,0.92);
  line-height: 1.7;
}

.innobach-hero-points li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #ffd39c;
  font-size: 1.1rem;
  line-height: 1.4;
}

.innobach-section-title--wide {
  max-width: 18ch;
}

.innobach-section-title--full {
  max-width: 22ch;
}

.innobach-feature-grid {
  display: grid;
  gap: 18px;
  margin-top: 30px;
}

.innobach-feature-card {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  padding: 20px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--innobach-line);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.05);
}

.innobach-feature-card i {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: var(--innobach-blue-soft);
  color: var(--innobach-blue);
  font-size: 1.25rem;
}

.innobach-feature-card h3 {
  margin: 0 0 6px;
  font-size: 1.04rem;
  color: var(--innobach-ink);
}

.innobach-feature-card p {
  margin: 0;
  color: var(--innobach-ink-soft);
  line-height: 1.72;
}

.innobach-mvv-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}

.innobach-mvv-card {
  padding: 30px 26px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--innobach-line);
  box-shadow: 0 16px 35px rgba(15, 23, 42, 0.06);
}

.innobach-mvv-card i {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: var(--innobach-orange-soft);
  color: var(--innobach-orange);
  font-size: 1.3rem;
  margin-bottom: 16px;
}

.innobach-mvv-card h3 {
  margin: 0 0 10px;
  color: var(--innobach-ink);
  font-size: 1.22rem;
}

.innobach-mvv-card p {
  margin: 0;
  color: var(--innobach-ink-soft);
  line-height: 1.78;
}

@media (max-width: 991.98px) {
  .innobach-mvv-grid {
    grid-template-columns: 1fr;
  }
}
