:root {
  --bm-ink: #10106c;
  --bm-ink-2: #071047;
  --bm-muted: #66718c;
  --bm-soft: #f4f9fe;
  --bm-line: rgba(16, 16, 108, 0.13);
  --bm-blue: #10106c;
  --bm-teal: #1a99df;
  --bm-teal-accessible: #0f6fae;
  --bm-lime: #1a99df;
  --bm-white: #ffffff;
  --bm-black: #000000;
  --bm-brand-gradient: linear-gradient(135deg, #1a99df 0%, #155fc3 48%, #10106c 100%);
  --bm-brand-gradient-soft: linear-gradient(135deg, rgba(26, 153, 223, 0.16) 0%, rgba(16, 16, 108, 0.1) 100%);
  --bm-shadow: 0 24px 70px rgba(16, 16, 108, 0.16);
  --bm-radius: 8px;
}

html {
  scroll-behavior: smooth;
}

@keyframes bm-fade-up {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

body.bm-redesign {
  color: var(--bm-ink);
  background: var(--bm-white);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

body.bm-redesign .main,
body.bm-redesign #main {
  background: #fff;
}

body.bm-redesign [data-aos] {
  opacity: 1 !important;
  transform: none !important;
}

.bm-redesign h1,
.bm-redesign h2,
.bm-redesign h3,
.bm-redesign h4 {
  color: var(--bm-ink);
  letter-spacing: 0;
}

@supports (animation-timeline: view()) {
  .bm-section > .container {
    animation: bm-fade-up both;
    animation-timeline: view();
    animation-range: entry 8% cover 28%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

.bm-header {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(18px);
  padding: 16px 0;
}

.bm-header.sticked {
  background: rgba(255, 255, 255, 0.96);
  border-bottom-color: var(--bm-line);
  padding: 10px 0;
  box-shadow: 0 12px 34px rgba(16, 16, 108, 0.08);
}

.bm-header.sticked .bm-logo img {
  filter: invert(1);
}

.bm-header.sticked .bm-navbar a,
.bm-header.sticked .bm-navbar a:focus {
  color: rgba(16, 16, 108, 0.78);
}

.bm-header.sticked .bm-navbar a:hover,
.bm-header.sticked .bm-navbar .active,
.bm-header.sticked .bm-navbar .active:focus,
.bm-header.sticked .bm-navbar li:hover > a {
  color: var(--bm-ink);
}

.bm-logo img {
  max-height: 42px;
  width: auto;
  height: auto;
}

.bm-header .mobile-nav-show,
.bm-header .mobile-nav-hide {
  color: #fff;
}

.bm-header.sticked .mobile-nav-show,
.bm-header.sticked .mobile-nav-hide {
  color: var(--bm-ink);
}

.bm-navbar a,
.bm-navbar a:focus {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.82);
}

.bm-navbar a:hover,
.bm-navbar .active,
.bm-navbar .active:focus,
.bm-navbar li:hover > a {
  color: #fff;
}

.bm-navbar .dropdown ul {
  border-radius: var(--bm-radius);
  border: 1px solid var(--bm-line);
  box-shadow: var(--bm-shadow);
}

.bm-navbar .dropdown ul a {
  color: var(--bm-ink);
}

.bm-nav-login {
  display: inline-flex !important;
  align-items: center;
  gap: 7px;
  margin-left: 18px;
  padding: 10px 15px !important;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: var(--bm-radius);
  opacity: 1;
}

.bm-nav-login i {
  font-size: 1rem;
}

.bm-header.sticked .bm-nav-login {
  border-color: rgba(16, 16, 108, 0.18);
  background: var(--bm-soft);
}

.bm-navbar .bm-nav-cta,
.bm-navbar .bm-nav-cta:focus {
  margin-left: 20px;
  padding: 13px 18px;
  color: #fff;
  background: var(--bm-teal);
  border-radius: var(--bm-radius);
  box-shadow: 0 14px 30px rgba(26, 153, 223, 0.22);
}

.bm-navbar .bm-nav-cta:hover {
  color: #fff;
}

.bm-header.sticked .bm-navbar .bm-nav-cta,
.bm-header.sticked .bm-navbar .bm-nav-cta:focus {
  color: #fff !important;
  background: var(--bm-ink);
  box-shadow: 0 14px 32px rgba(16, 16, 108, 0.24);
}

.bm-header.sticked .bm-navbar .bm-nav-cta:hover {
  color: #fff !important;
  background: var(--bm-ink-2);
}

.bm-hero {
  position: relative;
  overflow: hidden;
  padding: 154px 0 88px;
  background:
    radial-gradient(circle at 82% 14%, rgba(26, 153, 223, 0.3), transparent 28%),
    linear-gradient(135deg, #10106c 0%, #1242a1 42%, #1a99df 62%, #f4f9fe 62%, #ffffff 100%);
}

.bm-hero::after {
  content: "";
  position: absolute;
  inset: auto -8% -32% 45%;
  height: 420px;
  background: linear-gradient(135deg, rgba(26, 153, 223, 0.34), rgba(16, 16, 108, 0.14));
  transform: rotate(-8deg);
  border-radius: 48px;
  pointer-events: none;
}

.bm-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(340px, 0.64fr);
  gap: 70px;
  align-items: center;
}

.bm-hero__content {
  max-width: 620px;
  min-width: 0;
}

.bm-hero__visual {
  min-width: 0;
  justify-self: end;
  width: min(100%, 640px);
  padding-right: 18px;
}

.bm-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bm-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: currentColor;
}

.bm-hero h1 {
  max-width: 680px;
  margin: 0;
  color: #fff;
  font-size: 4.35rem;
  line-height: 1.02;
  font-weight: 800;
}

.bm-hero h1 span {
  display: block;
}

.bm-lead {
  max-width: 620px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.24rem;
  line-height: 1.7;
  overflow-wrap: break-word;
}

.bm-hero__actions,
.bm-footer-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.bm-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 52px;
  padding: 14px 22px;
  border-radius: var(--bm-radius);
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.bm-button:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.bm-button,
.bm-case-card,
.bm-service-feature,
.bm-service-row,
.bm-team-member,
.bm-review-card,
.bm-icon-button {
  will-change: transform;
}

.bm-button--primary {
  color: #fff;
  background: var(--bm-ink);
  box-shadow: 0 16px 36px rgba(16, 16, 108, 0.26);
}

.bm-button--secondary {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.08);
}

.bm-section .bm-button--secondary,
.bm-button--ghost-light {
  color: var(--bm-ink);
  border: 1px solid var(--bm-line);
  background: #fff;
}

.bm-button--light {
  color: var(--bm-ink);
  background: #fff;
}

.bm-hero-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: var(--bm-shadow);
  background: #fff;
}

.bm-hero-card__image {
  display: block;
  width: 100%;
  min-height: 560px;
  object-fit: cover;
}

.bm-hero-card--video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: var(--bm-ink);
}

@keyframes bm-hero-fallback-out {
  0%, 78% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.bm-hero-card__fallback {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(135deg, rgba(16, 16, 108, 0.2), rgba(26, 153, 223, 0.1)),
    url("https://i.ytimg.com/vi/P-p2ScYkSTs/hqdefault.jpg") center / cover;
  pointer-events: none;
  animation: bm-hero-fallback-out 1.8s ease forwards;
}

.bm-hero-card__video {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.bm-hero-card__panel {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 22px;
  border-radius: var(--bm-radius);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(14px);
}

.bm-hero-card__panel span {
  display: block;
  color: var(--bm-muted);
  font-weight: 800;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.bm-hero-card__panel strong {
  display: block;
  margin-top: 8px;
  color: var(--bm-ink);
  font-size: 1.25rem;
}

.bm-logo-band {
  padding: 28px 0;
  border-bottom: 0;
  background: #fff;
}

.bm-logo-band p {
  margin: 0 0 18px;
  color: var(--bm-muted);
  font-weight: 800;
  text-align: center;
}

.bm-logo-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.bm-logo-row__item {
  position: relative;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 92px;
  padding: 20px;
  border: 1px solid var(--bm-line);
  border-radius: var(--bm-radius);
  background: #fff;
  color: var(--bm-ink);
  text-decoration: none;
}

.bm-logo-row__item img {
  max-height: 42px;
  width: auto;
  aspect-ratio: 2 / 1;
  filter: none;
  opacity: 0.92;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.bm-logo-row__item:hover img {
  opacity: 1;
  transform: translateY(-1px);
}

.bm-logo-row__caption {
  display: none;
}

.bm-logo-cursor {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10001;
  width: min(360px, calc(100vw - 32px));
  padding: 16px 18px 17px;
  border: 1px solid rgba(16, 16, 108, 0.14);
  border-left: 5px solid var(--bm-teal);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 60px rgba(16, 16, 108, 0.18);
  color: var(--bm-ink);
  opacity: 0;
  transform: translate3d(0, 10px, 0) scale(0.98);
  pointer-events: none;
  transition: opacity 0.16s ease, transform 0.16s ease;
  backdrop-filter: blur(12px);
}

.bm-logo-cursor.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.bm-logo-cursor.is-left {
  border-left-width: 1px;
  border-right: 5px solid var(--bm-teal);
}
.bm-logo-cursor strong,
.bm-logo-cursor span {
  position: relative;
  display: block;
}

.bm-logo-cursor strong {
  margin-bottom: 7px;
  color: var(--bm-ink);
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 900;
}

.bm-logo-cursor span {
  color: var(--bm-muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.bm-section--reviews {
  background: #fff;
}

.bm-reviews-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1fr);
  gap: 60px;
  align-items: end;
  margin-bottom: 36px;
}

.bm-reviews-intro .bm-eyebrow,
.bm-section:not(.bm-section--dark) .bm-eyebrow,
.bm-logo-band + .bm-section .bm-eyebrow {
  color: var(--bm-teal-accessible);
}

.bm-reviews-intro h2 {
  margin: 0;
  color: var(--bm-ink);
  font-size: 2.5rem;
  line-height: 1.08;
  font-weight: 900;
}

.bm-reviews-intro p {
  margin: 0;
  color: var(--bm-muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.bm-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.bm-review-card {
  position: relative;
  overflow: hidden;
  display: block;
  min-height: 214px;
  padding: 22px;
  border: 1px solid var(--bm-line);
  border-radius: var(--bm-radius);
  background: #fff;
  color: var(--bm-ink);
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.bm-review-card::before,
.bm-service-row::before,
.bm-team-member::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(26, 153, 223, 0.1), transparent 52%);
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

.bm-review-card:hover::before,
.bm-service-row:hover::before,
.bm-team-member:hover::before {
  opacity: 1;
}

.bm-review-card:hover {
  transform: translateY(-4px);
  border-color: rgba(26, 153, 223, 0.36);
  box-shadow: 0 16px 44px rgba(16, 16, 108, 0.1);
}

.bm-stars {
  display: block;
  margin-bottom: 14px;
  color: var(--bm-teal);
  font-size: 0.95rem;
  letter-spacing: 0.08em;
}

.bm-review-card h3 {
  margin: 0 0 12px;
  color: var(--bm-ink);
  font-size: 1.22rem;
  line-height: 1.2;
}

.bm-review-card p {
  margin: 0;
  color: var(--bm-muted);
  line-height: 1.7;
}

.bm-review-author {
  display: block;
  margin: -4px 0 14px;
  color: var(--bm-teal);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bm-section {
  padding: 104px 0;
  background: #fff;
}

.bm-section--intro {
  background: linear-gradient(180deg, #fff, var(--bm-soft));
}

.bm-section--team {
  background: #fff;
}

.bm-section--dark {
  background:
    radial-gradient(circle at 12% 8%, rgba(26, 153, 223, 0.24), transparent 24%),
    var(--bm-brand-gradient);
}

.bm-section--dark h2,
.bm-section--dark h3,
.bm-section--dark p {
  color: #fff;
}

.bm-section--cases,
.bm-section--faq {
  background: var(--bm-soft);
}

.bm-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 78px;
  align-items: start;
}

.bm-split h2,
.bm-section-heading h2 {
  margin: 0;
  font-size: 3rem;
  line-height: 1.06;
  font-weight: 900;
}

.bm-rich-text p,
.bm-section-heading p {
  color: var(--bm-muted);
  font-size: 1.1rem;
  line-height: 1.85;
}

.bm-section-heading {
  max-width: 820px;
  margin-bottom: 46px;
}

.bm-section-heading--wide {
  max-width: 980px;
}

.bm-section--dark .bm-section-heading p {
  color: rgba(255, 255, 255, 0.7);
}

.bm-team-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: 46px;
  align-items: center;
}

.bm-team-copy {
  max-width: 820px;
}

.bm-team-copy h2 {
  margin: 0;
  color: var(--bm-ink);
  font-size: 3rem;
  line-height: 1.06;
  font-weight: 900;
}

.bm-team-copy p {
  margin: 22px 0 0;
  max-width: 680px;
  color: var(--bm-muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.bm-team-copy .bm-button {
  margin-top: 28px;
}

.bm-team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: center;
}

.bm-team-member {
  position: relative;
  overflow: hidden;
  min-height: 0;
  border: 0;
  border-radius: 38px 8px 38px 8px;
  background: #fff;
  box-shadow: 0 20px 56px rgba(16, 16, 108, 0.12);
  transition: transform 0.32s ease, box-shadow 0.32s ease, border-radius 0.32s ease;
}

.bm-team-member::after {
  content: none;
}

.bm-team-member:nth-child(2) {
  margin-top: 26px;
}

.bm-team-member:hover {
  transform: translateY(-6px);
  border-radius: 8px 38px 8px 38px;
  box-shadow: 0 26px 64px rgba(16, 16, 108, 0.18);
}

.bm-team-member__image {
  display: block;
  width: 100%;
  height: clamp(190px, 14vw, 245px);
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s ease, filter 0.3s ease;
}

.bm-team-member:hover .bm-team-member__image {
  transform: scale(1.045);
  filter: saturate(1.08);
}

.bm-team-member__body {
  position: relative;
  z-index: 1;
  min-height: auto;
  padding: 15px;
  border-radius: 0;
  background: #fff;
  color: var(--bm-ink);
}

.bm-team-member__body span {
  display: inline-flex;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(26, 153, 223, 0.12);
  color: var(--bm-teal);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bm-team-member__body h3 {
  margin: 7px 0 8px;
  color: var(--bm-ink);
  font-size: 1.08rem;
}

.bm-team-member__body p {
  margin: 0;
  color: var(--bm-muted);
  font-size: 0.82rem;
  line-height: 1.42;
}

.bm-service-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 22px;
  align-items: stretch;
}

.bm-service-feature,
.bm-service-row {
  color: #fff;
  text-decoration: none;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.bm-service-feature {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 440px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--bm-radius);
  background: rgba(255, 255, 255, 0.08);
}

.bm-service-feature::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--bm-hover-x, 50%) var(--bm-hover-y, 0%), rgba(255, 255, 255, 0.18), transparent 34%);
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

.bm-service-feature:hover::after {
  opacity: 1;
}

.bm-service-feature:hover,
.bm-service-row:hover {
  transform: translateY(-6px);
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
}

.bm-service-feature i {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: auto;
  border-radius: 50%;
  color: #10106c;
  background: #fff;
  font-size: 1.35rem;
}

.bm-service-feature span {
  margin-top: 70px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bm-service-feature h3 {
  max-width: 560px;
  margin-bottom: 14px;
  font-size: 2.1rem;
  line-height: 1.08;
}

.bm-service-feature p,
.bm-service-row p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.bm-service-feature strong {
  display: inline-flex;
  margin-top: 22px;
  color: #fff;
  font-weight: 900;
}

.bm-service-list {
  display: grid;
  gap: 14px;
}

.bm-service-row {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--bm-radius);
  background: rgba(255, 255, 255, 0.06);
}

.bm-service-row i {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #10106c;
  background: #fff;
  font-size: 1.2rem;
}

.bm-service-row h3 {
  margin: 0 0 8px;
  font-size: 1.32rem;
}

.bm-service-row p {
  margin: 0;
}

.bm-mobile-scroll-hint {
  display: none;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  font-weight: 800;
}

.bm-mobile-scroll-hint i {
  margin-right: 6px;
}

.bm-section--process {
  background: #fff;
}

.bm-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.bm-process article {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  padding: 24px;
  border: 1px solid var(--bm-line);
  border-radius: var(--bm-radius);
  background: #fff;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.bm-process article::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 0;
  width: auto;
  height: 4px;
  border: 0;
  background: var(--bm-teal);
  transform: none;
  opacity: 0.24;
}

.bm-process article:hover {
  transform: translateY(-6px);
  border-color: rgba(26, 153, 223, 0.42);
  box-shadow: 0 18px 46px rgba(16, 16, 108, 0.11);
}

.bm-process span {
  display: inline-flex;
  width: auto;
  height: 38px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0 0 34px;
  padding: 0 13px;
  border-radius: 999px;
  border: 1px solid rgba(26, 153, 223, 0.28);
  background: var(--bm-soft);
  color: var(--bm-ink);
  font-size: 0.76rem;
  font-weight: 900;
}

.bm-process span::before {
  content: "Stap";
  color: var(--bm-teal);
}

.bm-process h3 {
  margin: 0 0 10px;
  color: var(--bm-ink);
  font-size: 1.25rem;
}

.bm-process p {
  margin: 0;
  color: var(--bm-muted);
  line-height: 1.65;
}

.bm-case-heading-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  margin-bottom: 20px;
}

.bm-case-heading-row .bm-section-heading {
  margin-bottom: 0;
}

.bm-case-controls {
  display: flex;
  gap: 10px;
  padding-bottom: 6px;
}

.bm-icon-button {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(16, 16, 108, 0.18);
  border-radius: 50%;
  background: #fff;
  color: var(--bm-ink);
  box-shadow: 0 10px 28px rgba(16, 16, 108, 0.08);
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.bm-icon-button:hover {
  transform: translateY(-3px);
  background: var(--bm-ink);
  color: #fff;
}

.bm-case-shell {
  position: relative;
  overflow: hidden;
}

.bm-case-shell::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 34px;
  width: min(150px, 18vw);
  background: linear-gradient(90deg, rgba(245, 249, 255, 0), var(--bm-soft));
  pointer-events: none;
}

.bm-case-grid {
  display: flex;
  gap: 28px;
  margin-right: 0;
  padding: 2px 24px 34px 0;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
}

.bm-case-grid.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

.bm-case-grid::-webkit-scrollbar {
  display: none;
}

.bm-case-card {
  position: relative;
  overflow: visible;
  display: flex;
  flex: 0 0 calc((100% - 56px) / 3);
  flex-direction: column;
  padding: 0;
  border: 0;
  border-radius: var(--bm-radius);
  background: transparent;
  color: var(--bm-ink);
  text-decoration: none;
  box-shadow: none;
  scroll-snap-align: start;
  transition: transform 0.32s ease;
}

.bm-case-card:hover {
  transform: translateY(-8px);
  box-shadow: none;
}

.bm-motion-tilt {
  transform:
    perspective(900px)
    rotateX(var(--bm-tilt-y, 0deg))
    rotateY(var(--bm-tilt-x, 0deg))
    translateY(var(--bm-lift, 0));
}

.bm-case-media {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  padding: 16px 16px 0;
  border-radius: var(--bm-radius);
  background: linear-gradient(135deg, var(--bm-ink), var(--bm-teal));
  box-shadow: 0 18px 46px rgba(16, 16, 108, 0.16);
}

.bm-case-media::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 72%;
  height: 18px;
  border-radius: 0 0 24px 24px;
  background: linear-gradient(90deg, rgba(16, 16, 108, 0.18), rgba(26, 153, 223, 0.16));
  transform: translateX(-50%);
}

.bm-case-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 12%, rgba(255, 255, 255, 0.18) 45%, transparent 62%);
  opacity: 0;
  transform: translateX(-30%);
  transition: opacity 0.3s ease, transform 0.7s ease;
  pointer-events: none;
}

.bm-case-card:hover .bm-case-media::after {
  opacity: 1;
  transform: translateX(38%);
}

.bm-case-image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: calc(100% - 16px);
  object-fit: cover;
  object-position: top center;
  border: 8px solid #10106c;
  border-bottom-width: 16px;
  border-radius: 8px 8px 14px 14px;
  transition: transform 0.7s ease, filter 0.35s ease;
}

.bm-case-card:hover .bm-case-image {
  transform: scale(1.055);
  filter: saturate(1.08) contrast(1.02);
}

.bm-case-card__body {
  padding: 24px 0 2px;
}

.bm-case-card span {
  color: var(--bm-teal);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bm-case-card h3 {
  margin: 10px 0;
  font-size: 1.7rem;
}

.bm-case-card p {
  margin: 0;
  color: var(--bm-muted);
  line-height: 1.7;
}

.bm-center,
.bm-case-footer {
  position: relative;
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 4px;
}

.bm-center::after {
  content: "";
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg, var(--bm-ink), rgba(16, 16, 108, 0.12));
}

.bm-case-footer {
  margin-top: 4px;
}

.bm-case-progress {
  flex: 1;
  height: 3px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(16, 16, 108, 0.12);
}

.bm-case-progress span {
  display: block;
  width: 34%;
  height: 100%;
  border-radius: inherit;
  background: var(--bm-brand-gradient);
  transform-origin: left center;
  transition: width 0.18s ease;
}

.bm-expertise-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(620px, 1.05fr);
  gap: 36px;
  align-items: center;
}

.bm-expertise-copy h2 {
  margin: 0;
  color: var(--bm-ink);
  font-size: 3rem;
  line-height: 1.08;
  font-weight: 900;
}

.bm-expertise-copy p {
  margin: 22px 0 0;
  color: var(--bm-muted);
  font-size: 1.06rem;
  line-height: 1.75;
}

.bm-section--expertise > .container {
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
}

.bm-expertise-board {
  position: relative;
  display: block;
  justify-self: start;
  width: min(100%, 760px);
  min-height: 620px;
  margin-left: -42px;
  border-radius: 50%;
  perspective: 1100px;
}

.bm-expertise-board::before {
  content: "";
  position: absolute;
  inset: 9%;
  border: 1px solid rgba(26, 153, 223, 0.2);
  border-radius: 50%;
  background:
    radial-gradient(circle at 36% 30%, rgba(26, 153, 223, 0.16), transparent 32%),
    radial-gradient(circle at 62% 64%, rgba(16, 16, 108, 0.08), transparent 36%),
    linear-gradient(135deg, rgba(244, 249, 254, 0.84), rgba(255, 255, 255, 0.72));
  box-shadow: inset 0 0 0 1px rgba(16, 16, 108, 0.06), 0 28px 90px rgba(16, 16, 108, 0.08);
  transform: rotate(-9deg);
  pointer-events: none;
}

.bm-expertise-board::after {
  content: "";
  position: absolute;
  inset: 16% 20%;
  border: 1px solid rgba(26, 153, 223, 0.22);
  border-radius: 50%;
  transform: rotate(78deg);
  pointer-events: none;
}

.bm-expertise-board article {
  position: relative;
  position: absolute;
  left: var(--bm-orbit-x);
  top: var(--bm-orbit-y);
  z-index: var(--bm-orbit-z, 2);
  display: grid;
  width: clamp(176px, 13.4vw, 204px);
  min-height: 104px;
  align-content: space-between;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--bm-line);
  border-radius: var(--bm-radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 38px rgba(16, 16, 108, 0.07);
  transform:
    translate(-50%, -50%)
    scale(var(--bm-orbit-scale, 1))
    translateZ(var(--bm-orbit-depth, 0));
  transform-style: preserve-3d;
  backdrop-filter: blur(12px);
  transition: transform 0.28s ease, border-color 0.24s ease, box-shadow 0.24s ease, opacity 0.24s ease, background 0.24s ease;
}

.bm-expertise-board article:nth-child(1) {
  --bm-orbit-x: 50%;
  --bm-orbit-y: 8%;
  --bm-orbit-scale: 0.98;
}

.bm-expertise-board article:nth-child(2) {
  --bm-orbit-x: 74%;
  --bm-orbit-y: 16%;
  --bm-orbit-scale: 0.92;
}

.bm-expertise-board article:nth-child(3) {
  --bm-orbit-x: 82%;
  --bm-orbit-y: 36%;
  --bm-orbit-scale: 0.9;
}

.bm-expertise-board article:nth-child(4) {
  --bm-orbit-x: 20%;
  --bm-orbit-y: 30%;
  --bm-orbit-scale: 0.94;
}

.bm-expertise-board article:nth-child(5) {
  --bm-orbit-x: 51%;
  --bm-orbit-y: 37%;
  --bm-orbit-scale: 1;
  --bm-orbit-z: 3;
}

.bm-expertise-board article:nth-child(6) {
  --bm-orbit-x: 76%;
  --bm-orbit-y: 58%;
  --bm-orbit-scale: 0.95;
}

.bm-expertise-board article:nth-child(7) {
  --bm-orbit-x: 18%;
  --bm-orbit-y: 55%;
  --bm-orbit-scale: 0.9;
}

.bm-expertise-board article:nth-child(8) {
  --bm-orbit-x: 48%;
  --bm-orbit-y: 64%;
  --bm-orbit-scale: 0.96;
}

.bm-expertise-board article:nth-child(9) {
  --bm-orbit-x: 68%;
  --bm-orbit-y: 82%;
  --bm-orbit-scale: 0.9;
}

.bm-expertise-board article:nth-child(10) {
  --bm-orbit-x: 22%;
  --bm-orbit-y: 82%;
  --bm-orbit-scale: 0.88;
}

.bm-expertise-board article:nth-child(11) {
  --bm-orbit-x: 47%;
  --bm-orbit-y: 93%;
  --bm-orbit-scale: 0.9;
}

.bm-expertise-board article:nth-child(12) {
  --bm-orbit-x: 80%;
  --bm-orbit-y: 78%;
  --bm-orbit-scale: 0.86;
}

.bm-expertise-board article:hover {
  z-index: 8;
  transform: translate(-50%, -50%) scale(1.12) translateZ(90px);
  border-color: rgba(26, 153, 223, 0.46);
  background: #fff;
  box-shadow: 0 28px 72px rgba(16, 16, 108, 0.18);
}

.bm-expertise-board:has(article:hover) article:not(:hover) {
  opacity: 0.52;
  transform: translate(-50%, -50%) scale(calc(var(--bm-orbit-scale, 1) * 0.94));
}

.bm-expertise-board i {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(26, 153, 223, 0.1);
  color: var(--bm-teal);
  font-size: 1.05rem;
}

.bm-expertise-board span {
  color: var(--bm-ink);
  font-weight: 800;
  line-height: 1.32;
  font-size: 0.94rem;
}

.bm-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.bm-check-grid div {
  display: flex;
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--bm-line);
  border-radius: var(--bm-radius);
  background: var(--bm-soft);
}

.bm-check-grid i {
  color: var(--bm-teal);
  font-size: 1.15rem;
}

.bm-check-grid span {
  color: var(--bm-ink);
  font-weight: 800;
}

.bm-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 12px;
}

.bm-product-chip {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border: 1px solid var(--bm-line);
  border-radius: var(--bm-radius);
  background: #fff;
}

.bm-product-chip i {
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(26, 153, 223, 0.12);
  color: var(--bm-teal);
  font-size: 1rem;
}

.bm-product-chip span {
  color: var(--bm-ink);
  font-weight: 700;
  font-size: 0.94rem;
  min-width: 0;
  overflow-wrap: break-word;
}

.bm-product-note {
  margin-top: 16px;
  color: var(--bm-ink);
  opacity: 0.75;
  font-size: 0.96rem;
}

.features-2 .feature-box p {
  margin-bottom: 12px;
}

.features-2 .feature-box .feature-box__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--bm-ink);
  text-decoration: none;
}

.features-2 .feature-box .feature-box__link i {
  font-size: 0.85rem;
  margin: 0;
  color: inherit;
  transition: transform 0.2s;
}

.features-2 .feature-box .feature-box__link:hover {
  color: var(--bm-teal);
}

.features-2 .feature-box .feature-box__link:hover i {
  transform: translateX(3px);
}

.bm-faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 62px;
  align-items: start;
}

.bm-faq-copy {
  position: sticky;
  top: 112px;
}

.bm-faq-copy h2 {
  margin: 0;
  color: var(--bm-ink);
  font-size: 2.75rem;
  line-height: 1.08;
  font-weight: 900;
}

.bm-faq-copy p {
  margin: 22px 0 0;
  color: var(--bm-muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.bm-faq-list {
  display: grid;
  gap: 12px;
  max-width: none;
}

.bm-faq-list details {
  border: 1px solid var(--bm-line);
  border-radius: var(--bm-radius);
  background: #fff;
  box-shadow: 0 10px 30px rgba(16, 16, 108, 0.06);
  transition: border-color 0.22s ease, transform 0.22s ease;
}

.bm-faq-list details:hover,
.bm-faq-list details[open] {
  transform: translateY(-2px);
  border-color: rgba(26, 153, 223, 0.38);
}

.bm-faq-list summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  padding: 24px 28px;
  color: var(--bm-ink);
  font-size: 1.08rem;
  font-weight: 900;
}

.bm-faq-list summary::-webkit-details-marker {
  display: none;
}

.bm-faq-list summary::after {
  content: "\F282";
  font-family: bootstrap-icons;
  color: var(--bm-teal);
  font-size: 0.95rem;
  transition: transform 0.22s ease;
}

.bm-faq-list details[open] summary::after {
  transform: rotate(180deg);
}

.bm-faq-content {
  overflow: hidden;
  will-change: height, opacity;
  transition: height 0.38s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.24s ease;
}

.bm-faq-list p {
  margin: 0;
  padding: 0 28px 26px;
  color: var(--bm-muted);
  line-height: 1.75;
}

.bm-hp-field {
  display: none !important;
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.bm-nav-search {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-left: 4px;
  padding: 0 !important;
  border-radius: 50%;
}

.bm-nav-search span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

body.page-blog .bm-header,
body.bm-page-search .bm-header,
body.bm-page-identity .bm-header {
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: 0 14px 34px rgba(16, 16, 108, 0.08);
}

body.page-blog .bm-logo img,
body.bm-page-search .bm-logo img,
body.bm-page-identity .bm-logo img {
  filter: brightness(0) !important;
}

body.page-blog .bm-navbar a,
body.bm-page-search .bm-navbar a,
body.bm-page-identity .bm-navbar a {
  color: var(--bm-ink) !important;
}

body.page-blog .bm-navbar .bm-nav-cta,
body.bm-page-search .bm-navbar .bm-nav-cta,
body.bm-page-identity .bm-navbar .bm-nav-cta {
  color: #fff !important;
}

.bm-simple-hero--light .bm-button--secondary {
  color: var(--bm-ink);
  border-color: var(--bm-line);
  background: #fff;
}

.bm-search-hero {
  padding-bottom: 64px;
}

.bm-identity-hero__grid {
  align-items: stretch;
}

.bm-identity-summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--bm-line);
  border-radius: var(--bm-radius);
  background:
    linear-gradient(135deg, rgba(244, 249, 254, 0.98), rgba(255, 255, 255, 0.98));
  box-shadow: 0 24px 64px rgba(16, 16, 108, 0.08);
}

.bm-identity-summary h2 {
  margin: 0 0 14px;
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
}

.bm-identity-summary p {
  margin-bottom: 20px;
}

.bm-identity-summary ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.bm-identity-summary li {
  display: flex;
  gap: 10px;
  color: var(--bm-muted);
}

.bm-identity-summary i {
  flex: 0 0 auto;
  color: var(--bm-teal);
}

.bm-service-tile-grid--compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bm-service-tile-grid--compact.bm-service-tile-grid--cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bm-service-tile-grid--compact a {
  display: flex;
  min-height: 104px;
  align-items: center;
  gap: 14px;
  padding: 20px;
  border: 1px solid var(--bm-line);
  border-radius: var(--bm-radius);
  background: #fff;
  box-shadow: 0 18px 46px rgba(16, 16, 108, 0.06);
  color: var(--bm-ink);
  font-weight: 900;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.bm-service-tile-grid--compact a:hover {
  transform: translateY(-4px);
  border-color: rgba(26, 153, 223, 0.42);
  box-shadow: 0 24px 58px rgba(16, 16, 108, 0.12);
}

.bm-service-tile-grid--compact i {
  display: inline-flex;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(26, 153, 223, 0.12);
  color: var(--bm-teal);
}

.bm-site-search {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  max-width: 860px;
  margin-top: 34px;
  padding: 10px;
  border: 1px solid var(--bm-line);
  border-radius: var(--bm-radius);
  background: #fff;
  box-shadow: 0 22px 58px rgba(16, 16, 108, 0.09);
}

.bm-site-search > i {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(26, 153, 223, 0.11);
  color: var(--bm-teal);
}

.bm-site-search input {
  width: 100%;
  border: 0;
  outline: 0;
  color: var(--bm-ink);
  font: inherit;
  font-size: 1.05rem;
}

body.bm-redesign .bm-site-search input:focus {
  border-color: transparent;
  box-shadow: none;
}

.bm-search-results-section {
  padding-top: 44px;
}

.bm-search-result-heading h2,
.bm-search-empty h2 {
  margin: 0 0 24px;
  color: var(--bm-ink);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
  font-weight: 900;
}

.bm-search-empty p {
  max-width: 620px;
  margin: 0 0 24px;
  color: var(--bm-muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.bm-search-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.bm-search-tags a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid var(--bm-line);
  border-radius: 999px;
  background: #fff;
  color: var(--bm-ink);
  font-weight: 900;
  box-shadow: 0 12px 30px rgba(16, 16, 108, 0.06);
}

.bm-search-results {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.bm-search-result-card {
  display: block;
  min-height: 220px;
  padding: 26px;
  border: 1px solid var(--bm-line);
  border-radius: var(--bm-radius);
  background: #fff;
  color: inherit;
  box-shadow: 0 18px 46px rgba(16, 16, 108, 0.08);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.bm-search-result-card:hover {
  transform: translateY(-4px);
  border-color: rgba(26, 153, 223, 0.45);
  box-shadow: 0 28px 70px rgba(16, 16, 108, 0.12);
}

.bm-search-result-card span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--bm-teal);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bm-search-result-card h3 {
  margin: 0;
  color: var(--bm-ink);
  font-size: 1.35rem;
  line-height: 1.18;
  font-weight: 900;
}

.bm-search-result-card p {
  margin: 14px 0 0;
  color: var(--bm-muted);
  line-height: 1.65;
}

.bm-blog-hero .bm-site-search {
  margin-top: 0;
}

.bm-blog-overview {
  padding: 70px 0 96px;
}

body.bm-redesign .blog .blogs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

body.bm-redesign .blog .post-item.bm-blog-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--bm-line);
  border-radius: var(--bm-radius);
  background: #fff;
  color: inherit;
  box-shadow: 0 18px 46px rgba(16, 16, 108, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

body.bm-redesign .blog .post-item.bm-blog-card:hover {
  transform: translateY(-5px);
  border-color: rgba(26, 153, 223, 0.42);
  box-shadow: 0 28px 70px rgba(16, 16, 108, 0.13);
}

body.bm-redesign .blog .post-item.bm-blog-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 0;
}

.bm-blog-card .post-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.bm-blog-card h4 {
  margin: 10px 0 0;
  color: var(--bm-ink);
  font-size: 1.28rem;
  line-height: 1.2;
  font-weight: 900;
}

.bm-blog-card p {
  margin: 14px 0 22px;
  color: var(--bm-muted);
  line-height: 1.65;
}

.bm-blog-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--bm-teal);
  font-weight: 900;
}

.bm-blog-detail-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.75fr);
  gap: 56px;
  align-items: center;
}

.bm-blog-detail-hero__media {
  overflow: hidden;
  border-radius: var(--bm-radius);
  box-shadow: var(--bm-shadow);
}

.bm-blog-detail-hero__media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.bm-blog-detail-card {
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 64px);
  border: 1px solid var(--bm-line);
  border-radius: var(--bm-radius);
  background: #fff;
  box-shadow: 0 24px 70px rgba(16, 16, 108, 0.08);
}

.bm-blog-content {
  color: var(--bm-muted);
  font-size: 1.08rem;
  line-height: 1.85;
}

.bm-blog-content h2,
.bm-blog-content h3 {
  margin: 34px 0 14px;
  color: var(--bm-ink);
  line-height: 1.12;
  font-weight: 900;
}

.bm-blog-content h3 {
  font-size: clamp(1.55rem, 3vw, 2.1rem);
}

.bm-blog-content p {
  margin: 0 0 18px;
}

.bm-blog-content ul,
.bm-blog-content ol {
  display: grid;
  gap: 10px;
  margin: 18px 0 24px;
  padding: 0;
  list-style: none;
}

.bm-blog-content li {
  align-items: flex-start;
  padding: 14px 16px;
  border: 1px solid var(--bm-line);
  border-radius: var(--bm-radius);
  background: var(--bm-soft);
  color: var(--bm-ink);
  font-weight: 700;
}

.bm-blog-content li i {
  color: var(--bm-teal);
  margin-right: 10px;
}

.bm-blog-content a {
  color: var(--bm-teal);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.bm-checker-promo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

@media (max-width: 780px) {
  .bm-checker-promo-grid {
    grid-template-columns: 1fr;
  }
}

.bm-checker-promo {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 32px;
  border-radius: var(--bm-radius);
  border: 1px solid rgba(26, 153, 223, 0.25);
  background: linear-gradient(135deg, rgba(26, 153, 223, 0.1), rgba(16, 16, 108, 0.05));
}

.bm-checker-promo-grid .bm-checker-promo {
  grid-template-columns: auto 1fr;
  grid-template-areas:
    "icon text"
    "button button";
  padding: 26px;
}

.bm-checker-promo-grid .bm-checker-promo i {
  grid-area: icon;
}

.bm-checker-promo-grid .bm-checker-promo > div {
  grid-area: text;
}

.bm-checker-promo-grid .bm-checker-promo .bm-button {
  grid-area: button;
  margin-top: 16px;
  justify-self: start;
}

.bm-checker-promo i {
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(26, 153, 223, 0.15);
  color: var(--bm-teal);
  font-size: 1.6rem;
}

.bm-checker-promo h2,
.bm-checker-promo h3 {
  margin: 0 0 6px;
  color: var(--bm-ink);
  font-size: clamp(1.3rem, 2.2vw, 1.7rem);
  line-height: 1.15;
}

.bm-checker-promo p {
  margin: 0;
  color: var(--bm-muted);
}

.bm-checker-promo .bm-button {
  white-space: nowrap;
}

@media (max-width: 720px) {
  .bm-checker-promo {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }
}

.bm-blog-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  padding: 38px;
  border-radius: var(--bm-radius);
  background: linear-gradient(135deg, var(--bm-ink), var(--bm-blue));
  color: #fff;
}

.bm-blog-cta h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.08;
  font-weight: 900;
}

.bm-blog-cta p {
  max-width: 680px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.7;
}

.bm-service-tip-grid,
.bm-identity-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.bm-service-tip-card,
.bm-identity-card-grid article {
  display: block;
  padding: 26px;
  border: 1px solid var(--bm-line);
  border-radius: var(--bm-radius);
  background: #fff;
  color: inherit;
  box-shadow: 0 18px 46px rgba(16, 16, 108, 0.07);
}

.bm-service-tip-card span {
  color: var(--bm-teal);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bm-service-tip-card h3,
.bm-identity-card-grid h3 {
  margin: 12px 0 0;
  color: var(--bm-ink);
  font-size: 1.35rem;
  line-height: 1.18;
  font-weight: 900;
}

.bm-service-tip-card p,
.bm-identity-card-grid p {
  margin: 14px 0 0;
  color: var(--bm-muted);
  line-height: 1.65;
}

.bm-identity-portrait-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  align-items: end;
}

.bm-identity-portrait {
  width: 100%;
  min-height: 280px;
  border-radius: var(--bm-radius);
  object-fit: cover;
  box-shadow: var(--bm-shadow);
}

.bm-identity-portrait--one {
  grid-column: 1 / span 3;
  transform: translateY(24px);
}

.bm-identity-portrait--two {
  grid-column: 4 / span 3;
  transform: translateY(-18px);
}

.bm-identity-portrait--three {
  grid-column: 2 / span 4;
}

.bm-identity-card-grid {
  margin-top: 48px;
}

.bm-identity-card-grid i {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(26, 153, 223, 0.12);
  color: var(--bm-teal);
  font-size: 1.2rem;
}

.bm-footer-hosting {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 18px !important;
}

.bm-footer-hosting i {
  color: var(--bm-teal);
}

@media (max-width: 991px) {
  .bm-search-results {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.bm-redesign .blog .blogs,
  .bm-blog-detail-hero__grid,
  .bm-service-tip-grid,
  .bm-identity-card-grid {
    grid-template-columns: 1fr;
  }

  .bm-blog-cta__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .bm-site-search {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .bm-site-search .bm-button {
    grid-column: 1 / -1;
    justify-content: center;
    width: 100%;
  }

  .bm-search-results {
    grid-template-columns: 1fr;
  }

  .bm-search-result-card {
    min-height: auto;
  }

  body.bm-redesign .blog .post-item.bm-blog-card img {
    height: 210px;
  }

  .bm-identity-portrait-grid {
    grid-template-columns: 1fr;
  }

  .bm-identity-portrait--one,
  .bm-identity-portrait--two,
  .bm-identity-portrait--three {
    grid-column: auto;
    transform: none;
  }
}

.bm-section--contact {
  background: linear-gradient(180deg, #fff 0%, var(--bm-soft) 100%);
}

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

.bm-contact-layout h2 {
  max-width: 620px;
  margin: 0;
  color: var(--bm-ink);
  font-size: 3rem;
  line-height: 1.06;
  font-weight: 900;
}

.bm-contact-layout p {
  max-width: 620px;
  margin: 22px 0 0;
  color: var(--bm-muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.bm-contact-points {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.bm-contact-points li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--bm-ink);
  font-weight: 800;
}

.bm-contact-points i {
  color: var(--bm-teal);
}

.bm-contact-card .bm-button {
  margin-top: 26px;
}

.bm-section-cta {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.bm-contact-form {
  display: grid;
  gap: 16px;
  padding: 30px;
  border: 1px solid var(--bm-line);
  border-radius: var(--bm-radius);
  background: #fff;
  box-shadow: var(--bm-shadow);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.bm-contact-form:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 78px rgba(16, 16, 108, 0.2);
}

.bm-contact-form label {
  display: grid;
  gap: 8px;
  color: var(--bm-ink);
  font-weight: 900;
}

.bm-contact-form input,
.bm-contact-form textarea {
  width: 100%;
  min-height: 50px;
  padding: 13px 15px;
  border: 1px solid var(--bm-line);
  border-radius: var(--bm-radius);
  background: #fff;
  color: var(--bm-ink);
  font: inherit;
}

.bm-contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

.bm-contact-form input:focus,
.bm-contact-form textarea:focus {
  border-color: var(--bm-teal);
  outline: 3px solid rgba(26, 153, 223, 0.18);
}

.bm-contact-form .bm-button {
  border: 0;
  cursor: pointer;
}

.bm-form-note {
  margin: 0;
  padding: 12px 14px;
  border: 1px dashed rgba(16, 16, 108, 0.2);
  border-radius: var(--bm-radius);
  background: var(--bm-soft);
  color: var(--bm-muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.bm-form-status {
  margin: 0;
  padding: 12px 14px;
  border-radius: var(--bm-radius);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.5;
}

.bm-form-status.is-success {
  border: 1px solid rgba(26, 153, 223, 0.3);
  background: var(--bm-soft);
  color: var(--bm-ink);
}

.bm-form-status.is-error {
  border: 1px solid rgba(178, 38, 38, 0.3);
  background: rgba(178, 38, 38, 0.08);
  color: #9c1f1f;
}

.bm-action-cursor {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  width: 86px;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: var(--bm-brand-gradient);
  color: #fff;
  box-shadow: 0 18px 48px rgba(16, 16, 108, 0.28);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-50%, -50%, 0) scale(0.72);
  transition: opacity 0.18s ease, transform 0.18s ease;
  mix-blend-mode: normal;
}

.bm-action-cursor::after {
  content: "\2192";
  margin-left: 7px;
  font-size: 1.05rem;
  line-height: 1;
}

.bm-action-cursor.is-visible {
  opacity: 1;
  transform: translate3d(-50%, -50%, 0) scale(1);
}

.bm-cursor-target,
.bm-cursor-target * {
  cursor: none;
}

.bm-footer {
  background: #000000;
}

.bm-footer-cta {
  padding: 80px 0;
  background: var(--bm-brand-gradient);
}

.bm-footer-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: center;
}

.bm-footer-cta h2 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: 3.8rem;
  line-height: 1;
  font-weight: 900;
}

.bm-footer-cta p {
  max-width: 680px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.12rem;
  line-height: 1.7;
}

.bm-footer-cta .bm-eyebrow {
  color: #fff;
}

.bm-footer-content,
.bm-footer .footer-content,
.bm-footer .footer-legal {
  background: #000000;
}

.bm-footer,
.bm-footer p,
.bm-footer li,
.bm-footer span,
.bm-footer .footer-content,
.bm-footer .footer-legal,
.bm-footer .footer-info p,
.bm-footer .footer-contact p,
.bm-footer .copyright {
  color: rgba(255, 255, 255, 0.86) !important;
}

.bm-footer .footer-info p,
.bm-footer .footer-links a,
.bm-footer .footer-contact p,
.bm-footer .copyright {
  color: rgba(255, 255, 255, 0.86) !important;
}

.bm-footer .footer-links i,
.bm-footer .footer-contact strong {
  color: rgba(255, 255, 255, 0.92) !important;
}

.bm-footer .footer-info strong,
.bm-footer h4,
.bm-footer .logo span {
  color: #fff !important;
}

.bm-footer a,
.bm-footer .footer-links a {
  color: rgba(255, 255, 255, 0.82) !important;
}

.bm-footer a:hover,
.bm-footer .footer-links a:hover {
  color: var(--bm-teal) !important;
}

.bm-footer .bm-footer-cta .bm-button--light,
.bm-footer .bm-footer-cta .bm-button--ghost-light {
  color: var(--bm-ink) !important;
}

.bm-footer .bm-footer-cta .bm-button--ghost-light {
  background: rgba(255, 255, 255, 0.9);
}

.bm-footer .social-links a {
  color: #fff !important;
  background: var(--bm-teal);
}

.bm-trustpilot-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin-top: 20px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--bm-radius);
  background: rgba(255, 255, 255, 0.08);
  color: #fff !important;
  text-decoration: none;
  transition: background 0.22s ease, transform 0.22s ease, border-color 0.22s ease;
}

.bm-trustpilot-card:hover {
  transform: translateY(-2px);
  border-color: rgba(26, 153, 223, 0.44);
  background: rgba(255, 255, 255, 0.12);
  color: #fff !important;
}

.bm-trustpilot-card__stars {
  display: inline-flex;
  padding: 8px 9px;
  border-radius: var(--bm-radius);
  background: #00b67a;
  color: #fff;
  font-size: 0.76rem;
  letter-spacing: 0.02em;
}

.bm-trustpilot-card strong,
.bm-trustpilot-card small {
  display: block;
  color: #fff;
}

.bm-trustpilot-card small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.4;
}

.bm-footer .footer-legal {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.back-to-top,
.back-to-top.active {
  position: fixed;
  right: 20px;
  bottom: 20px;
  left: auto;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--bm-teal);
  color: #fff;
  border: 0;
  box-shadow: 0 12px 30px rgba(16, 16, 108, 0.24);
  z-index: 998;
}

.back-to-top {
  opacity: 0;
  visibility: hidden;
}

.back-to-top.active {
  opacity: 1;
  visibility: visible;
}

.back-to-top i {
  color: #fff;
  font-size: 1.4rem;
}

@media (max-width: 1279px) {
  .bm-navbar .bm-nav-cta,
  .bm-navbar .bm-nav-cta:focus {
    margin: 12px 20px;
    color: #fff;
  }
}

@media (max-width: 1100px) {
  .bm-hero__grid,
  .bm-split,
  .bm-team-layout,
  .bm-service-showcase,
  .bm-expertise-layout,
  .bm-faq-layout,
  .bm-contact-layout,
  .bm-footer-cta__inner {
    grid-template-columns: 1fr;
  }

  .bm-faq-copy {
    position: static;
  }

  .bm-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bm-expertise-board {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: auto;
    margin-left: 0;
    gap: 14px;
    transform: none;
  }

  .bm-expertise-board::before,
  .bm-expertise-board::after {
    display: none;
  }

  .bm-expertise-board article {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    transform: none;
  }

  .bm-expertise-board article:hover,
  .bm-expertise-board:has(article:hover) article:not(:hover) {
    transform: translateY(-4px);
    opacity: 1;
  }

  .bm-case-card {
    flex-basis: calc((100% - 28px) / 2);
  }

  .bm-hero {
    background: var(--bm-brand-gradient);
  }

  .bm-logo-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bm-hero h1 {
    font-size: 4rem;
  }

  .bm-split h2,
  .bm-section-heading h2,
  .bm-team-copy h2,
  .bm-expertise-copy h2,
  .bm-contact-layout h2,
  .bm-footer-cta h2 {
    font-size: 2.85rem;
  }

  .bm-reviews-intro,
  .bm-review-grid {
    grid-template-columns: 1fr;
  }

  .bm-reviews-intro h2 {
    font-size: 2.85rem;
  }

  .bm-faq-copy h2 {
    font-size: 2.55rem;
  }
}

@media (max-width: 760px) {
  body.bm-redesign {
    font-size: 15px;
  }

  .bm-header {
    background: transparent;
    border-bottom-color: transparent;
    padding: 10px 0;
    backdrop-filter: none;
  }

  .bm-header.sticked,
  .mobile-nav-active .bm-header {
    background: rgba(255, 255, 255, 0.96);
    border-bottom-color: var(--bm-line);
    backdrop-filter: blur(16px);
  }

  .bm-header .mobile-nav-show,
  .bm-header .mobile-nav-hide,
  .mobile-nav-active .bm-header .mobile-nav-hide {
    color: var(--bm-ink);
  }

  .mobile-nav-active .bm-header .mobile-nav-hide {
    position: fixed;
    top: 18px;
    right: 18px;
    z-index: 10070;
  }

  .mobile-nav-active .bm-header .bm-logo img {
    filter: invert(1);
  }

  .mobile-nav-active .bm-navbar {
    position: fixed !important;
    inset: 0 !important;
    right: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    min-height: 100vh !important;
    max-width: none !important;
    z-index: 10050 !important;
    display: block !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    background: rgba(255, 255, 255, 0.98);
  }

  .mobile-nav-active .bm-navbar > ul {
    position: fixed !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    min-height: 100vh !important;
    z-index: 10051 !important;
    display: block !important;
    padding: 86px 18px 28px;
    background: rgba(255, 255, 255, 0.98);
    list-style: none;
    overflow-y: auto;
  }

  .mobile-nav-active .bm-navbar li {
    list-style: none;
    margin: 0 0 6px;
  }

  .mobile-nav-active .bm-navbar a,
  .mobile-nav-active .bm-navbar a:focus,
  .mobile-nav-active .bm-navbar .dropdown ul a {
    color: var(--bm-ink);
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 46px;
    padding: 12px 14px;
    border-radius: var(--bm-radius);
    background: transparent;
    font-size: 1rem;
  }

  .mobile-nav-active .bm-navbar a:hover,
  .mobile-nav-active .bm-navbar .active,
  .mobile-nav-active .bm-navbar .active:focus,
  .mobile-nav-active .bm-navbar li:hover > a {
    color: var(--bm-ink);
    background: #fff;
  }

  .mobile-nav-active .bm-navbar .dropdown > a .dropdown-indicator {
    display: none;
  }

  .mobile-nav-active .bm-navbar .dropdown ul,
  .mobile-nav-active .bm-navbar .dropdown .dropdown ul {
    position: static !important;
    inset: auto !important;
    z-index: auto !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    display: none !important;
    padding: 8px 0 8px 14px;
    margin: 4px 0 8px;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .mobile-nav-active .bm-navbar .dropdown > .dropdown-active,
  .mobile-nav-active .bm-navbar .dropdown .dropdown > .dropdown-active {
    display: block !important;
  }

  .mobile-nav-active .bm-navbar .bm-nav-login,
  .mobile-nav-active .bm-navbar .bm-nav-login:focus {
    width: 100%;
    margin: 14px 0 0;
    justify-content: center;
    border: 1px solid var(--bm-line);
    background: #fff;
  }

  .mobile-nav-active .bm-navbar .bm-nav-search {
    width: 100%;
    height: auto;
    justify-content: flex-start;
    gap: 10px;
    border-radius: var(--bm-radius);
  }

  .mobile-nav-active .bm-navbar .bm-nav-search span {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .mobile-nav-active .bm-navbar .bm-nav-cta,
  .mobile-nav-active .bm-navbar .bm-nav-cta:focus {
    margin: 8px 0 0;
    justify-content: center;
    color: #fff;
    background: var(--bm-ink);
    box-shadow: 0 14px 28px rgba(16, 16, 108, 0.18);
  }

  .mobile-nav-active .bm-navbar::before {
    display: none;
  }

  .bm-logo img {
    max-height: 34px;
    width: auto;
    height: auto;
  }

  .bm-hero {
    padding: 94px 0 38px;
  }

  .bm-hero__grid {
    gap: 22px;
  }

  .bm-hero__visual {
    justify-self: stretch;
    width: 100%;
    padding-right: 0;
  }

  .bm-eyebrow {
    margin-bottom: 14px;
    font-size: 0.68rem;
    line-height: 1.35;
  }

  .bm-eyebrow::before {
    width: 22px;
  }

  .bm-hero h1 {
    max-width: 100%;
    font-size: 1.88rem;
    line-height: 1.05;
    overflow-wrap: anywhere;
  }

  .bm-lead {
    margin-top: 18px;
    font-size: 1rem;
    line-height: 1.65;
  }

  .bm-hero__actions,
  .bm-footer-cta__actions {
    gap: 10px;
    margin-top: 24px;
  }

  .bm-button {
    min-height: 46px;
    padding: 12px 16px;
    font-size: 0.92rem;
  }

  .bm-hero-card {
    border-radius: var(--bm-radius);
  }

  .bm-hero-card--video,
  .bm-hero-card__video {
    min-height: 0;
  }

  .bm-hero-card--video {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
  }

  .bm-hero-card__video {
    width: 100%;
    height: 100%;
  }

  .bm-hero-card__panel {
    position: static;
    padding: 16px;
    border-radius: 0;
    background: #fff;
  }

  .bm-hero-card__panel strong {
    font-size: 1.05rem;
  }

  .bm-split h2,
  .bm-section-heading h2,
  .bm-team-copy h2,
  .bm-expertise-copy h2,
  .bm-contact-layout h2,
  .bm-footer-cta h2 {
    font-size: 2.14rem;
  }

  .bm-reviews-intro h2 {
    font-size: 2.14rem;
  }

  .bm-logo-band {
    padding: 22px 0;
  }

  .bm-logo-row,
  .bm-case-grid,
  .bm-review-grid {
    display: flex;
    grid-template-columns: none;
    gap: 12px;
    margin-right: calc(var(--bs-gutter-x, 1.5rem) * -0.5);
    padding: 0 18px 10px 0;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .bm-check-grid,
  .bm-expertise-board,
  .bm-team-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-right: 0;
    padding: 0;
    overflow: visible;
    scroll-snap-type: none;
  }

  .bm-case-heading-row {
    display: block;
    margin-bottom: 14px;
  }

  .bm-case-controls {
    padding: 0 0 18px;
  }

  .bm-icon-button {
    width: 42px;
    height: 42px;
  }

  .bm-logo-row::-webkit-scrollbar,
  .bm-case-grid::-webkit-scrollbar,
  .bm-review-grid::-webkit-scrollbar,
  .bm-check-grid::-webkit-scrollbar,
  .bm-team-grid::-webkit-scrollbar,
  .bm-service-list::-webkit-scrollbar,
  .bm-process::-webkit-scrollbar {
    display: none;
  }

  .bm-logo-row__item {
    flex: 0 0 152px;
    min-height: 88px;
    padding: 16px;
    scroll-snap-align: start;
  }

  .bm-logo-row__item:hover img {
    transform: none;
  }

  .bm-logo-row__caption {
    display: none;
  }

  .bm-section-heading,
  .bm-reviews-intro {
    margin-bottom: 26px;
  }

  .bm-team-layout {
    gap: 24px;
  }

  .bm-expertise-board::before {
    display: none;
  }

  .bm-expertise-board article {
    min-height: 78px;
    padding: 14px;
  }

  .bm-team-member:nth-child(2) {
    margin-top: 0;
  }

  .bm-team-copy p {
    margin-top: 16px;
    font-size: 0.98rem;
    line-height: 1.62;
  }

  .bm-team-copy .bm-button {
    margin-top: 20px;
  }

  .bm-team-member {
    flex: none;
    scroll-snap-align: none;
    border-radius: 28px 8px 28px 8px;
  }

  .bm-team-member__image {
    height: 190px;
  }

  .bm-team-member__body {
    padding: 14px;
  }

  .bm-team-member__body h3 {
    font-size: 1.16rem;
  }

  .bm-team-member__body p {
    font-size: 0.88rem;
    line-height: 1.5;
  }

  .bm-reviews-intro {
    display: block;
  }

  .bm-reviews-intro p {
    margin-top: 14px;
    font-size: 0.98rem;
  }

  .bm-service-showcase {
    display: block;
  }

  .bm-service-feature {
    min-height: 0;
    padding: 22px;
  }

  .bm-service-feature i {
    margin-bottom: 48px;
  }

  .bm-service-feature span {
    margin-top: 0;
  }

  .bm-service-feature h3 {
    font-size: 1.55rem;
  }

  .bm-service-list {
    display: flex;
    gap: 12px;
    margin: 14px calc(var(--bs-gutter-x, 1.5rem) * -0.5) 0 0;
    padding: 0 18px 8px 0;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .bm-mobile-scroll-hint {
    display: block;
  }

  .bm-service-row {
    flex: 0 0 82%;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    padding: 18px;
    scroll-snap-align: start;
  }

  .bm-service-row i {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .bm-service-row h3 {
    font-size: 1.1rem;
  }

  .bm-service-row p {
    font-size: 0.9rem;
    line-height: 1.55;
  }

  .bm-process {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    max-width: none;
    margin-right: 0;
    padding: 0;
    overflow: visible;
    border-left: 0;
    scroll-snap-type: none;
    scrollbar-width: none;
  }

  .bm-process article {
    flex: none;
    gap: 8px;
    padding: 20px;
    border: 1px solid var(--bm-line);
    border-radius: var(--bm-radius);
    background: #fff;
    scroll-snap-align: none;
  }

  .bm-process article + article {
    padding-top: 20px;
  }

  .bm-process article::before {
    display: none;
  }

  .bm-process span,
  .bm-process h3,
  .bm-process p {
    grid-column: auto;
    grid-row: auto;
  }

  .bm-process span {
    display: inline-flex;
    width: auto;
    height: 36px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(26, 153, 223, 0.12);
    color: var(--bm-ink);
  }

  .bm-case-card {
    flex: 0 0 100%;
    padding: 0;
    scroll-snap-align: start;
  }

  .bm-case-grid {
    margin-right: 0;
    padding-right: 0;
  }

  .bm-case-shell::after {
    display: none;
  }

  .bm-case-media {
    padding: 10px 10px 0;
  }

  .bm-case-image {
    height: calc(100% - 10px);
    border-width: 6px;
    border-bottom-width: 12px;
  }

  .bm-case-card--large {
    grid-row: auto;
  }

  .bm-case-card__body {
    padding-top: 18px;
  }

  .bm-case-footer {
    display: grid;
    gap: 14px;
  }

  .bm-case-progress {
    width: 100%;
  }

  .bm-laptop {
    padding: 10px 10px 0;
  }

  .bm-laptop__screen {
    border-width: 7px;
    border-bottom-width: 12px;
  }

  .bm-laptop__base {
    height: 11px;
  }

  .bm-review-card {
    flex: 0 0 82%;
    min-height: 0;
    padding: 18px;
    scroll-snap-align: start;
  }

  .bm-review-card p {
    font-size: 0.92rem;
    line-height: 1.6;
  }

  .bm-check-grid div {
    min-height: 86px;
    align-items: flex-start;
  }

  .bm-check-grid span {
    font-size: 0.9rem;
    line-height: 1.45;
  }

  .bm-faq-layout {
    gap: 22px;
  }

  .bm-faq-copy h2 {
    font-size: 2.14rem;
  }

  .bm-faq-copy p {
    margin-top: 14px;
    font-size: 0.96rem;
    line-height: 1.62;
  }

  .bm-hero-card__image {
    min-height: auto;
    height: 210px;
  }

  .bm-section {
    padding: 58px 0;
  }

  .bm-section--dark {
    padding-bottom: 50px;
  }

  .bm-rich-text p,
  .bm-section-heading p {
    font-size: 0.98rem;
    line-height: 1.68;
  }

  .bm-split {
    gap: 22px;
  }

  .bm-faq-list summary {
    padding: 18px 20px;
    font-size: 0.98rem;
  }

  .bm-faq-list p {
    padding: 0 20px 20px;
    font-size: 0.94rem;
  }

  .bm-contact-layout {
    gap: 24px;
  }

  .bm-contact-layout p {
    margin-top: 16px;
    font-size: 0.98rem;
    line-height: 1.62;
  }

  .bm-contact-points {
    margin-top: 20px;
  }

  .bm-contact-points li {
    font-size: 0.92rem;
  }

  .bm-contact-form {
    padding: 18px;
    gap: 12px;
    box-shadow: 0 14px 36px rgba(16, 16, 108, 0.12);
  }

  .bm-contact-form input,
  .bm-contact-form textarea {
    min-height: 46px;
    padding: 11px 13px;
  }

  .bm-footer-cta {
    padding: 46px 0;
  }

  .bm-footer-cta p {
    font-size: 0.96rem;
    line-height: 1.62;
  }

}

/* Websitebrede doorvoering voor bestaande pagina's */
body.bm-redesign:not(.page-index):not(.page-blog):not(.bm-page-search):not(.bm-page-identity):not(.bm-page-services):not(.bm-page-contact):not(.bm-page-expertise):not(.bm-page-mollie-connect):not(.bm-page-price-tool) .bm-header {
  background: transparent !important;
  border-bottom-color: rgba(255, 255, 255, 0.16);
}

body.bm-redesign:not(.page-index):not(.page-blog):not(.bm-page-search):not(.bm-page-identity):not(.bm-page-services):not(.bm-page-contact):not(.bm-page-expertise):not(.bm-page-mollie-connect):not(.bm-page-price-tool) .bm-header:not(.sticked) .bm-navbar a,
body.bm-redesign:not(.page-index):not(.page-blog):not(.bm-page-search):not(.bm-page-identity):not(.bm-page-services):not(.bm-page-contact):not(.bm-page-expertise):not(.bm-page-mollie-connect):not(.bm-page-price-tool) .bm-header:not(.sticked) .bm-navbar a:focus {
  color: rgba(255, 255, 255, 0.88) !important;
}

body.bm-redesign:not(.page-index):not(.page-blog):not(.bm-page-search):not(.bm-page-identity):not(.bm-page-services):not(.bm-page-contact):not(.bm-page-expertise):not(.bm-page-mollie-connect):not(.bm-page-price-tool) .bm-header:not(.sticked) .bm-navbar .dropdown ul a,
body.bm-redesign:not(.page-index):not(.page-blog):not(.bm-page-search):not(.bm-page-identity):not(.bm-page-services):not(.bm-page-contact):not(.bm-page-expertise):not(.bm-page-mollie-connect):not(.bm-page-price-tool) .bm-header:not(.sticked) .bm-navbar .dropdown ul a:focus {
  color: var(--bm-ink) !important;
}

body.bm-redesign:not(.page-index):not(.page-blog):not(.bm-page-search):not(.bm-page-identity):not(.bm-page-services):not(.bm-page-contact):not(.bm-page-expertise):not(.bm-page-mollie-connect):not(.bm-page-price-tool) .bm-header:not(.sticked) .bm-navbar .bm-nav-cta,
body.bm-redesign:not(.page-index):not(.page-blog):not(.bm-page-search):not(.bm-page-identity):not(.bm-page-services):not(.bm-page-contact):not(.bm-page-expertise):not(.bm-page-mollie-connect):not(.bm-page-price-tool) .bm-header:not(.sticked) .bm-navbar .bm-nav-cta:focus {
  color: #fff !important;
}

body.bm-redesign:not(.page-index) .bm-header.sticked {
  background: rgba(255, 255, 255, 0.96) !important;
  border-bottom-color: var(--bm-line);
}

body.bm-redesign .breadcrumbs {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  padding: 150px 0 78px;
  background-position: center;
  isolation: isolate;
}

body.bm-redesign .breadcrumbs::before {
  z-index: -2;
  background:
    linear-gradient(135deg, rgba(16, 16, 108, 0.92) 0%, rgba(16, 16, 108, 0.78) 42%, rgba(26, 153, 223, 0.68) 100%);
}

body.bm-redesign .breadcrumbs::after {
  content: "";
  position: absolute;
  inset: auto -8% -38% 42%;
  z-index: -1;
  height: 300px;
  border-radius: 44px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.22), rgba(26, 153, 223, 0.12));
  transform: rotate(-7deg);
  pointer-events: none;
}

body.bm-redesign .breadcrumbs h2 {
  max-width: 980px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.35rem, 6vw, 4.25rem);
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
}

body.bm-redesign .breadcrumbs ol {
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
  padding: 0;
  color: rgba(255, 255, 255, 0.78);
}

body.bm-redesign .breadcrumbs ol a {
  color: #fff;
  font-weight: 800;
}

body.bm-redesign .section,
body.bm-redesign section.about,
body.bm-redesign section.blog {
  padding: 96px 0;
}

body.bm-redesign .about .content,
body.bm-redesign .page-contact .content,
body.bm-redesign .page-action .content {
  max-width: 880px;
  margin: 0 auto;
  padding: 34px !important;
  border: 1px solid var(--bm-line);
  border-radius: var(--bm-radius);
  background: #fff;
  box-shadow: 0 18px 52px rgba(16, 16, 108, 0.08);
}

body.bm-redesign .about .content h3,
body.bm-redesign .about .content h2,
body.bm-redesign .page-action .content h3 {
  margin: 26px 0 12px;
  color: var(--bm-ink);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.14;
  font-weight: 900;
}

body.bm-redesign .about .content h3:first-child,
body.bm-redesign .about .content h2:first-child {
  margin-top: 0;
}

body.bm-redesign .about .content p,
body.bm-redesign .about .content li,
body.bm-redesign .page-action .content p,
body.bm-redesign .page-action .content li {
  color: var(--bm-muted);
  font-size: 1.04rem;
  line-height: 1.78;
}

body.bm-redesign .about .content ul,
body.bm-redesign .page-action .content ul {
  display: grid;
  gap: 8px;
  padding-left: 1.15rem;
}

body.bm-redesign .btn,
body.bm-redesign .primary-btn,
body.bm-redesign .secondary-btn,
body.bm-redesign .portfolio-filters .btn,
body.bm-redesign .page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 11px 18px;
  border: 1px solid var(--bm-line);
  border-radius: var(--bm-radius);
  background: #fff;
  color: var(--bm-ink);
  font-weight: 900;
  text-decoration: none;
  box-shadow: none;
  transition: transform 0.22s ease, border-color 0.22s ease, color 0.22s ease, background 0.22s ease;
}

body.bm-redesign .btn:hover,
body.bm-redesign .primary-btn:hover,
body.bm-redesign .secondary-btn:hover,
body.bm-redesign .portfolio-filters .btn:hover,
body.bm-redesign .page-link:hover {
  transform: translateY(-2px);
  border-color: rgba(26, 153, 223, 0.46);
  background: var(--bm-soft);
  color: var(--bm-ink);
}

body.bm-redesign .btn-primary,
body.bm-redesign .primary-btn,
body.bm-redesign .portfolio-filters .btn.active,
body.bm-redesign .page-item.active .page-link {
  border-color: var(--bm-ink);
  background: var(--bm-ink);
  color: #fff;
}

body.bm-redesign .hero-2 {
  position: relative;
  overflow: hidden;
  padding: 150px 0 92px;
  background:
    radial-gradient(circle at 84% 14%, rgba(26, 153, 223, 0.22), transparent 28%),
    linear-gradient(135deg, #10106c 0%, #1346a7 46%, #1a99df 78%);
}

body.bm-redesign .hero-2::after {
  content: "";
  position: absolute;
  inset: auto -9% -35% 52%;
  height: 360px;
  border-radius: 44px;
  background: rgba(255, 255, 255, 0.14);
  transform: rotate(-7deg);
}

body.bm-redesign .hero-2 .container {
  position: relative;
  z-index: 1;
}

body.bm-redesign .hero-2 .subtitle,
body.bm-redesign .about-3 .subtitle,
body.bm-redesign .section-title p {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.bm-redesign .about-3 .subtitle,
body.bm-redesign .cards .section-title p,
body.bm-redesign .section-title:not(.text-white) p {
  color: var(--bm-teal);
}

body.bm-redesign .hero-2 .title,
body.bm-redesign .hero-2 h1 {
  max-width: 760px;
  margin: 12px 0 20px;
  color: #fff;
  font-size: clamp(2.45rem, 5.2vw, 4.15rem);
  line-height: 1.04;
  font-weight: 900;
}

body.bm-redesign .hero-2 .highlight {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: rgba(26, 153, 223, 0.9);
  text-decoration-thickness: 0.12em;
  text-underline-offset: 0.08em;
}

body.bm-redesign .hero-2 .description p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.12rem;
  line-height: 1.72;
}

body.bm-redesign .hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

body.bm-redesign .hero-2 .primary-btn {
  border-color: #fff;
  background: #fff;
  color: var(--bm-ink);
}

body.bm-redesign .hero-2 .secondary-btn {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

body.bm-redesign .hero-visual .image-wrapper,
body.bm-redesign .about-3 .image-grid,
body.bm-redesign .features-3 img,
body.bm-redesign .about-2 .about-img img {
  overflow: hidden;
  border-radius: var(--bm-radius);
  box-shadow: var(--bm-shadow);
}

body.bm-redesign .hero-visual img,
body.bm-redesign .about-3 img,
body.bm-redesign .features-3 img,
body.bm-redesign .about-2 .about-img img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.55s ease, filter 0.3s ease;
}

body.bm-redesign .hero-visual .image-wrapper:hover img,
body.bm-redesign .about-3 .image-grid:hover img,
body.bm-redesign .features-3 img:hover,
body.bm-redesign .about-2 .about-img img:hover {
  transform: scale(1.035);
  filter: saturate(1.08);
}

body.bm-redesign .about-3 {
  background: #fff;
}

body.bm-redesign .about-3 .content {
  max-width: 680px;
}

body.bm-redesign .about-3 .title,
body.bm-redesign .section-title h2,
body.bm-redesign .call-to-action-2 h2 {
  color: var(--bm-ink);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
  font-weight: 900;
}

body.bm-redesign .about-3 .description,
body.bm-redesign .call-to-action-2 .lead {
  color: var(--bm-muted);
  font-size: 1.06rem;
  line-height: 1.76;
}

body.bm-redesign .price-note {
  border-radius: var(--bm-radius) !important;
  border: 1px solid rgba(26, 153, 223, 0.22) !important;
  background: var(--bm-soft) !important;
  color: var(--bm-muted);
}

body.bm-redesign .price-note strong {
  color: var(--bm-ink);
}

body.bm-redesign .bg-gradient-primary-to-secondary.showcase,
body.bm-redesign .steps.showcase {
  position: relative;
  background: var(--bm-brand-gradient) !important;
}

body.bm-redesign .steps.showcase .section-title h2,
body.bm-redesign .steps.showcase .section-title p {
  color: #fff !important;
}

body.bm-redesign .steps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

body.bm-redesign .step-card {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  padding: 24px;
  border: 1px solid var(--bm-line);
  border-radius: var(--bm-radius);
  background: #fff;
  box-shadow: 0 16px 46px rgba(16, 16, 108, 0.09);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

body.bm-redesign .step-card::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 0;
  height: 4px;
  background: var(--bm-teal);
  opacity: 0.25;
}

body.bm-redesign .step-card:hover {
  transform: translateY(-6px);
  border-color: rgba(26, 153, 223, 0.42);
  box-shadow: 0 22px 58px rgba(16, 16, 108, 0.13);
}

body.bm-redesign .step-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 50%;
  background: rgba(26, 153, 223, 0.11);
  color: var(--bm-teal);
  font-size: 1.18rem;
}

body.bm-redesign .step-number {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(26, 153, 223, 0.28);
  color: var(--bm-ink);
  font-size: 0.78rem;
  font-weight: 900;
}

body.bm-redesign .step-card h3 {
  margin: 0 0 10px;
  color: var(--bm-ink);
  font-size: 1.22rem;
}

body.bm-redesign .step-card p {
  margin: 0;
  color: var(--bm-muted);
  line-height: 1.65;
}

body.bm-redesign .step-arrow {
  display: none;
}

body.bm-redesign .cards,
body.bm-redesign .light-background,
body.bm-redesign .features-2 {
  background: var(--bm-soft) !important;
}

body.bm-redesign .cards .card,
body.bm-redesign .feature-box,
body.bm-redesign .post-item {
  overflow: hidden;
  height: 100%;
  border: 1px solid var(--bm-line);
  border-radius: var(--bm-radius);
  background: #fff;
  box-shadow: 0 16px 46px rgba(16, 16, 108, 0.08);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

body.bm-redesign .cards .card:hover,
body.bm-redesign .feature-box:hover,
body.bm-redesign .post-item:hover {
  transform: translateY(-6px);
  border-color: rgba(26, 153, 223, 0.4);
  box-shadow: 0 24px 62px rgba(16, 16, 108, 0.13);
}

body.bm-redesign .cards .card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

body.bm-redesign .cards .card-body,
body.bm-redesign .post-content {
  padding: 22px;
}

body.bm-redesign .cards .card h3,
body.bm-redesign .post-content h4 {
  margin: 0 0 10px;
  color: var(--bm-ink);
  font-size: 1.32rem;
  line-height: 1.18;
  font-weight: 900;
}

body.bm-redesign .cards .card p,
body.bm-redesign .post-content p,
body.bm-redesign .feature-box p {
  color: var(--bm-muted);
  line-height: 1.68;
}

body.bm-redesign .portfolio-filters {
  position: sticky;
  top: 82px;
  z-index: 4;
  padding: 12px;
  border: 1px solid var(--bm-line);
  border-radius: var(--bm-radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 44px rgba(16, 16, 108, 0.08);
  backdrop-filter: blur(14px);
}

body.bm-redesign .project-card {
  overflow: visible;
  border: 0 !important;
  border-radius: var(--bm-radius);
  background: transparent !important;
  color: var(--bm-ink);
  text-decoration: none;
  box-shadow: none !important;
  transition: transform 0.3s ease;
}

body.bm-redesign .project-card:hover {
  transform: translateY(-8px);
}

body.bm-redesign .project-card .card-body {
  padding: 22px 0 10px;
  text-align: left !important;
}

body.bm-redesign .project-card .card-body h2 {
  margin: 0 0 12px;
  color: var(--bm-ink);
  font-size: 1.35rem;
  line-height: 1.18;
  font-weight: 900;
}

body.bm-redesign .project-card .badge {
  margin: 0 4px 6px 0;
  border-radius: 999px;
  background: rgba(26, 153, 223, 0.12) !important;
  color: var(--bm-teal) !important;
}

body.bm-redesign .project-card .card-footer {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--bm-muted) !important;
  font-size: 0.92rem;
  line-height: 1.6;
}

body.bm-redesign .project-visual {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--bm-line);
  border-radius: var(--bm-radius);
  background: #fff;
  box-shadow: 0 18px 46px rgba(16, 16, 108, 0.11);
}

body.bm-redesign .project-visual__image {
  min-height: 270px;
  aspect-ratio: 16 / 10;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  transition: background-position var(--bm-project-scroll-duration, 5.6s) cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.35s ease, transform 0.35s ease;
}

body.bm-redesign .project-card:hover .project-visual__image {
  background-position: bottom center;
  filter: saturate(1.08);
}

body.bm-redesign .project-visual__label {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #fff;
  color: var(--bm-teal);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(16, 16, 108, 0.12);
}

body.bm-redesign .project-print {
  padding: 18px;
  border: 1px solid var(--bm-line);
  border-radius: var(--bm-radius);
  background: #fff;
  box-shadow: 0 18px 46px rgba(16, 16, 108, 0.11);
}

body.bm-redesign .project-print__sheet {
  aspect-ratio: 4 / 3;
  border-radius: var(--bm-radius);
  background-size: cover;
  background-position: center;
}

body.bm-redesign .project-print__label {
  margin-top: 12px;
  color: var(--bm-teal);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.bm-redesign .post-item {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 0;
  margin-bottom: 18px;
}

body.bm-redesign .post-item img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

body.bm-redesign form.d-flex {
  gap: 10px;
  padding: 14px;
  border: 1px solid var(--bm-line);
  border-radius: var(--bm-radius);
  background: #fff;
  box-shadow: 0 16px 44px rgba(16, 16, 108, 0.08);
}

body.bm-redesign .form-control,
body.bm-redesign input,
body.bm-redesign textarea,
body.bm-redesign select {
  border-radius: var(--bm-radius);
  border-color: var(--bm-line);
}

body.bm-redesign .form-control:focus,
body.bm-redesign input:focus,
body.bm-redesign textarea:focus,
body.bm-redesign select:focus {
  border-color: var(--bm-teal);
  box-shadow: 0 0 0 0.2rem rgba(26, 153, 223, 0.16);
}

body.bm-redesign .about-2,
body.bm-redesign .features-3 {
  background: #fff !important;
}

body.bm-redesign .about-2 .row.position-relative {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
  gap: 44px;
  align-items: center;
}

body.bm-redesign .about-2 .row.position-relative > [class*="col-"] {
  width: auto;
  max-width: none;
}

body.bm-redesign .about-2 .about-img {
  position: static !important;
  min-height: 0 !important;
}

body.bm-redesign .about-2 .about-img img {
  position: static !important;
  inset: auto !important;
  height: auto !important;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

body.bm-redesign .about-2 .inner-title {
  color: var(--bm-ink);
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.08;
  font-weight: 900;
}

body.bm-redesign .about-2 .our-story {
  margin-top: 24px;
  padding: 28px;
  border: 1px solid var(--bm-line);
  border-radius: var(--bm-radius);
  background: #fff;
  box-shadow: 0 18px 52px rgba(16, 16, 108, 0.08);
}

body.bm-redesign .about-2 .our-story h4 {
  color: var(--bm-teal);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.bm-redesign .about-2 .our-story h3,
body.bm-redesign .features-3 h3 {
  color: var(--bm-ink);
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  line-height: 1.14;
  font-weight: 900;
}

body.bm-redesign .about-2 .our-story p,
body.bm-redesign .features-3 p {
  color: var(--bm-muted);
  line-height: 1.76;
}

body.bm-redesign .features-3 .features-item {
  align-items: center;
  padding: 44px 0;
}

body.bm-redesign .feature-box {
  padding: 24px;
}

body.bm-redesign .feature-box i {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: rgba(26, 153, 223, 0.11);
  color: var(--bm-teal);
  font-size: 1.18rem;
}

body.bm-redesign .feature-box h4 {
  color: var(--bm-ink);
  font-size: 1.15rem;
  font-weight: 900;
}

body.bm-redesign .call-to-action-2 {
  background: linear-gradient(180deg, #fff 0%, var(--bm-soft) 100%);
}

body.bm-redesign .call-to-action-2 .position-relative {
  padding: 40px;
  border-radius: var(--bm-radius);
  border: 1px solid var(--bm-line);
  background: #fff;
  box-shadow: var(--bm-shadow);
}

@media (max-width: 1100px) {
  body.bm-redesign .steps-grid,
  body.bm-redesign .about-2 .row.position-relative {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.bm-redesign .post-item {
    grid-template-columns: 220px minmax(0, 1fr);
  }
}

@media (max-width: 760px) {
  body.bm-redesign:not(.page-index):not(.page-blog):not(.bm-page-search):not(.bm-page-identity):not(.bm-page-services):not(.bm-page-contact):not(.bm-page-expertise):not(.bm-page-mollie-connect):not(.bm-page-price-tool) .bm-header {
    background: transparent !important;
  }

  body.bm-redesign:not(.page-index) .bm-header.sticked,
  body.bm-redesign.mobile-nav-active:not(.page-index) .bm-header {
    background: rgba(255, 255, 255, 0.96) !important;
  }

  body.bm-redesign .breadcrumbs {
    min-height: 300px;
    padding: 104px 0 46px;
  }

  body.bm-redesign .breadcrumbs h2 {
    font-size: 2.25rem;
  }

  body.bm-redesign .section,
  body.bm-redesign section.about,
  body.bm-redesign section.blog {
    padding: 58px 0;
  }

  body.bm-redesign .about .content,
  body.bm-redesign .page-contact .content,
  body.bm-redesign .page-action .content {
    padding: 20px !important;
  }

  body.bm-redesign .hero-2 {
    padding: 96px 0 52px;
  }

  body.bm-redesign .hero-2 .title,
  body.bm-redesign .hero-2 h1 {
    font-size: 2.28rem;
  }

  body.bm-redesign .hero-buttons,
  body.bm-redesign form.d-flex {
    display: grid !important;
    grid-template-columns: 1fr;
  }

  body.bm-redesign .steps-grid,
  body.bm-redesign .about-2 .row.position-relative,
  body.bm-redesign .post-item {
    grid-template-columns: 1fr;
  }

  body.bm-redesign .step-card {
    min-height: 0;
    padding: 20px;
  }

  body.bm-redesign .portfolio-filters {
    position: static;
    overflow-x: auto;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    scrollbar-width: none;
  }

  body.bm-redesign .portfolio-filters::-webkit-scrollbar {
    display: none;
  }

  body.bm-redesign .portfolio-filters .btn {
    flex: 0 0 auto;
  }

  body.bm-redesign .post-item img {
    min-height: 180px;
    aspect-ratio: 16 / 9;
  }

  body.bm-redesign .call-to-action-2 .position-relative {
    padding: 22px;
  }
}

/* Refinement round: consistent Basic Media styling across secondary pages. */
body.bm-redesign.service-page-page .hero-2 .subtitle {
  display: none !important;
}

body.bm-redesign .hero-2 .secondary-btn,
body.bm-redesign .hero-2 .secondary-btn *,
body.bm-redesign .hero-2 .primary-btn *,
body.bm-redesign .hero-buttons .btn,
body.bm-redesign .hero-buttons .btn * {
  color: inherit !important;
}

body.bm-redesign .hero-2 .secondary-btn {
  border-color: rgba(255, 255, 255, 0.42) !important;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

body.bm-redesign .hero-2 .primary-btn {
  color: var(--bm-ink) !important;
}

body.bm-redesign .portal-proof,
body.bm-redesign .portal-proof span {
  color: rgba(255, 255, 255, 0.88) !important;
}

body.bm-redesign .portal-proof span::before {
  background: var(--bm-teal) !important;
}

body.bm-redesign .about .content:empty,
body.bm-redesign .about .content:has(> br:only-child),
body.bm-redesign .about .row > [class*="col-"]:has(.content:empty) {
  display: none !important;
}

body.bm-redesign .steps-grid {
  position: relative;
  overflow: visible;
}

body.bm-redesign .step-card {
  overflow: visible;
  isolation: isolate;
}

body.bm-redesign .step-card::after {
  background: #1a99df;
}

body.bm-redesign .step-arrow {
  position: absolute;
  top: 50%;
  right: -30px;
  z-index: 5;
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(26, 153, 223, 0.22);
  border-radius: 50%;
  background: #fff;
  color: var(--bm-teal);
  box-shadow: 0 18px 38px rgba(16, 16, 108, 0.14);
  transform: translateY(-50%);
}

body.bm-redesign .step-card:last-child .step-arrow {
  display: none;
}

body.bm-redesign .step-number {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  margin-bottom: 18px;
  padding: 0;
  border: 1px solid rgba(26, 153, 223, 0.25);
  border-radius: 50%;
  background: #f4f9fe;
  color: var(--bm-ink);
}

.bm-footer .bm-footer-cta .bm-button--light,
.bm-footer .bm-footer-cta .bm-button--light *,
.bm-footer .bm-footer-cta .bm-button--ghost-light,
.bm-footer .bm-footer-cta .bm-button--ghost-light * {
  color: var(--bm-ink) !important;
}

.bm-footer .bm-footer-cta .bm-button--light,
.bm-footer .bm-footer-cta .bm-button--ghost-light {
  background: #fff !important;
  border-color: rgba(255, 255, 255, 0.82) !important;
}

.bm-footer-services ul {
  columns: 2;
  column-gap: 24px;
}

.bm-footer-services li {
  break-inside: avoid;
}

body.bm-redesign .portfolio-filters {
  position: relative;
  top: auto;
  z-index: 1;
  margin: 0 0 34px;
  background: #fff;
  backdrop-filter: none;
}

.bm-project-tools {
  display: grid;
  grid-template-columns: minmax(260px, 520px) auto;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 18px;
}

.bm-project-search {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 54px;
  padding: 0 18px;
  border: 1px solid var(--bm-line);
  border-radius: var(--bm-radius);
  background: #fff;
  box-shadow: 0 16px 44px rgba(16, 16, 108, 0.08);
}

.bm-project-search i {
  color: var(--bm-teal);
}

.bm-project-search input {
  width: 100%;
  border: 0 !important;
  outline: 0;
  box-shadow: none !important;
  color: var(--bm-ink);
}

.bm-project-count {
  color: var(--bm-muted);
  font-weight: 800;
}

.bm-project-grid {
  margin-top: 0 !important;
}

.bm-project-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 44px 0 0;
}

.bm-project-pagination button {
  width: 44px;
  height: 44px;
  border: 1px solid var(--bm-line);
  border-radius: var(--bm-radius);
  background: #fff;
  color: var(--bm-ink);
  font-weight: 900;
  transition: transform 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.bm-project-pagination button:hover,
.bm-project-pagination button.is-active {
  transform: translateY(-2px);
  background: var(--bm-ink);
  color: #fff;
}

body.bm-redesign .project-card:hover {
  transform: translateY(-5px);
}

body.bm-redesign .blog .blogs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

body.bm-redesign .blog .post-item {
  display: flex;
  flex-direction: column;
  margin: 0;
}

body.bm-redesign .blog .post-item img {
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.bm-blog-date {
  display: inline-flex;
  align-self: center;
  margin-bottom: 10px;
  color: var(--bm-teal);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

body.bm-redesign .post-content .btn {
  margin-top: auto;
}

body.bm-redesign .bm-project-intro__grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr) !important;
  gap: 56px !important;
}

body.bm-redesign .bm-project-intro .our-story {
  margin-top: 22px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.bm-redesign .bm-project-intro .inner-title {
  margin-top: 12px;
  max-width: 640px;
}

.bm-project-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 24px;
}

.bm-project-actions .btn {
  min-width: 210px;
}

.bm-expertise-board article a {
  display: grid;
  min-height: 100%;
  align-content: space-between;
  gap: 12px;
  color: inherit;
  text-decoration: none;
}

body.bm-redesign.printportaal-page #voordelen .row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  border-top: 0;
}

body.bm-redesign.printportaal-page #voordelen .row > [class*="col-"] {
  width: auto;
}

body.bm-redesign.printportaal-page #voordelen .feature-box {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  height: 100%;
  padding: 24px;
  border: 1px solid var(--bm-line);
  border-radius: var(--bm-radius);
  background: #fff;
}

body.bm-redesign.printportaal-page #voordelen .feature-box .icon {
  display: inline-flex;
}

body.bm-redesign.printportaal-page #faq .section-title {
  text-align: left;
}

body.bm-redesign.printportaal-page #faq .container > .row {
  display: block;
}

body.bm-redesign.printportaal-page #faq .col-lg-10 {
  width: 100%;
  max-width: none;
}

body.bm-redesign.printportaal-page .faq-container {
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  gap: 48px;
  align-items: start;
  max-width: none;
  border-top: 0;
}

body.bm-redesign.printportaal-page .faq-container::before {
  content: "Vragen over een printportaal";
  color: var(--bm-ink);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
  font-weight: 900;
}

body.bm-redesign.printportaal-page .faq-item {
  grid-column: 2;
  overflow: hidden;
  margin-bottom: 12px;
  border: 1px solid var(--bm-line);
  border-radius: var(--bm-radius);
  background: #fff;
  box-shadow: 0 12px 34px rgba(16, 16, 108, 0.06);
}

body.bm-redesign.printportaal-page .faq-item h3 {
  padding: 20px 54px 20px 20px;
}

body.bm-redesign.printportaal-page .faq-item .faq-content {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: height 0.32s ease;
}

body.bm-redesign.printportaal-page .faq-item.faq-active .faq-content {
  padding-bottom: 20px;
}

.bm-page-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 4px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(90deg, #1a99df, #10106c);
  box-shadow: 0 6px 18px rgba(26, 153, 223, 0.26);
  transform: scaleX(0);
  transform-origin: 0 50%;
  pointer-events: none;
}

.bm-scroll-float {
  transform: translate3d(0, var(--bm-scroll-y, 0px), 0) rotate(var(--bm-scroll-rotate, 0deg));
  will-change: transform;
}

body.bm-redesign .bm-process article,
body.bm-redesign .step-card {
  box-shadow:
    0 16px 46px rgba(16, 16, 108, 0.09),
    0 0 var(--bm-scroll-glow-size, 0px) rgba(26, 153, 223, var(--bm-scroll-glow-alpha, 0));
}

body.bm-redesign .bm-process article::before {
  opacity: var(--bm-scroll-line-alpha, 0.14);
}

@media (prefers-reduced-motion: reduce) {
  .bm-page-progress {
    display: none;
  }

  .bm-scroll-float {
    transform: none !important;
  }
}

@media (max-width: 1100px) {
  body.bm-redesign .step-card:nth-child(2) .step-arrow,
  body.bm-redesign .step-card:nth-child(4) .step-arrow {
    display: none;
  }

  body.bm-redesign .blog .blogs,
  body.bm-redesign.printportaal-page #voordelen .row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .bm-project-tools {
    grid-template-columns: 1fr;
  }

  body.bm-redesign .step-arrow {
    display: none;
  }

  body.bm-redesign .blog .blogs,
  body.bm-redesign .bm-project-intro__grid,
  body.bm-redesign.printportaal-page #voordelen .row,
  body.bm-redesign.printportaal-page .faq-container {
    grid-template-columns: 1fr !important;
  }

  body.bm-redesign.printportaal-page .faq-item {
    grid-column: auto;
  }

  .bm-footer-services ul {
    columns: 1;
  }

  body.bm-redesign .portfolio-filters {
    margin-bottom: 24px;
  }
}

/* Targeted polish: service hero labels, simple step numbers and print portal layout. */
body.bm-redesign .hero-2 .badge-soft,
body.bm-redesign .hero-2 .badge-soft i,
body.bm-redesign .hero-2 .mini-muted,
body.bm-redesign .hero-2 .mini-muted strong {
  color: #fff !important;
}

body.bm-redesign .hero-2 .badge-soft {
  border-color: rgba(255, 255, 255, 0.34) !important;
  background: rgba(255, 255, 255, 0.12) !important;
  box-shadow: none !important;
}

body.bm-redesign .step-number {
  font-size: 1rem;
  letter-spacing: 0;
}

body.bm-redesign.printportaal-page #voordelen {
  overflow: hidden;
}

body.bm-redesign.printportaal-page #voordelen .row {
  gap: 22px;
}

body.bm-redesign.printportaal-page #voordelen .feature-box {
  grid-template-columns: auto minmax(0, 1fr) !important;
  align-items: start;
  min-width: 0;
  overflow: hidden;
}

body.bm-redesign.printportaal-page #voordelen .feature-box > div:last-child {
  display: block !important;
  min-width: 0;
}

body.bm-redesign.printportaal-page #voordelen .feature-box h3 {
  margin: 0 0 12px !important;
  color: var(--bm-ink) !important;
  overflow-wrap: anywhere;
}

body.bm-redesign.printportaal-page #voordelen .feature-box p {
  margin: 0 !important;
}

body.bm-redesign.printportaal-page #faq {
  padding-top: 70px;
}

body.bm-redesign.printportaal-page #faq .section-title {
  margin-bottom: 26px;
}

body.bm-redesign.printportaal-page .faq-container {
  gap: 34px;
}

body.bm-redesign.printportaal-page .faq-item {
  margin-bottom: 14px;
}

@media (max-width: 1100px) {
  body.bm-redesign.printportaal-page .faq-container {
    gap: 24px;
  }
}

/* Targeted polish: readable church price note and balanced project image scroll. */
body.bm-redesign .hero-2 .price-note,
body.bm-redesign .hero-2 .price-note .mini-muted,
body.bm-redesign .hero-2 .price-note strong {
  color: var(--bm-ink) !important;
}

body.bm-redesign .hero-2 .price-note {
  border-color: rgba(255, 255, 255, 0.82) !important;
  background: rgba(255, 255, 255, 0.94) !important;
  box-shadow: 0 18px 46px rgba(16, 16, 108, 0.14) !important;
}

body.bm-redesign .hero-2 .price-note .mini-muted {
  opacity: 0.82;
}

/* Service directory, contact page and expertise landing pages */
.bm-simple-hero--light {
  background: linear-gradient(135deg, rgba(26, 153, 223, 0.08), rgba(16, 16, 108, 0.04));
  padding-top: clamp(150px, 16vw, 210px);
}

.bm-simple-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.8fr);
  gap: clamp(32px, 6vw, 90px);
  align-items: center;
}

.bm-simple-hero__grid h1 {
  color: #10106c;
  font-size: clamp(2.6rem, 6vw, 5.4rem);
  line-height: 0.95;
  max-width: 820px;
}

.bm-simple-hero__grid p {
  color: #647196;
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  max-width: 680px;
}

.bm-answer-panel,
.bm-contact-options,
.bm-service-search-panel,
.bm-contact-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(16, 16, 108, 0.13);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(16, 16, 108, 0.10);
}

.bm-answer-panel,
.bm-service-search-panel,
.bm-contact-card {
  padding: clamp(24px, 4vw, 42px);
}

.bm-answer-panel i,
.bm-contact-options i,
.bm-service-tile i {
  width: 48px;
  height: 48px;
  display: inline-grid;
  place-items: center;
  color: #1a99df;
  background: rgba(26, 153, 223, 0.12);
  border-radius: 50%;
}

.bm-answer-panel i {
  width: 54px;
  height: 54px;
  font-size: 1.5rem;
  margin-bottom: 22px;
}

.bm-answer-panel h2,
.bm-contact-card h2 {
  color: #10106c;
  font-size: clamp(1.55rem, 2.8vw, 2.35rem);
  line-height: 1.05;
}

.bm-service-directory {
  padding-top: clamp(40px, 7vw, 90px);
}

.bm-service-search {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1px solid rgba(16, 16, 108, 0.15);
  border-radius: 999px;
  padding: 12px 18px;
}

.bm-service-search i {
  color: #1a99df;
}

.bm-service-search input {
  width: 100%;
  border: 0;
  outline: 0;
  color: #10106c;
  background: transparent;
  font-weight: 700;
}

body.bm-redesign .bm-service-search input:focus {
  border-color: transparent;
  box-shadow: none;
}

.bm-service-search-panel p {
  margin: 14px 0 0;
  color: #647196;
}

.bm-service-tile-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.bm-service-tile-grid--compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bm-service-tile {
  position: relative;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 26px;
  color: #10106c;
  background: #fff;
  border: 1px solid rgba(16, 16, 108, 0.13);
  border-radius: 8px;
  box-shadow: 0 22px 56px rgba(16, 16, 108, 0.08);
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.bm-service-tile::after {
  content: "";
  position: absolute;
  inset: auto -20% -55% 25%;
  height: 170px;
  background: linear-gradient(90deg, rgba(26, 153, 223, 0.18), rgba(16, 16, 108, 0.12));
  border-radius: 50%;
  opacity: 0.55;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.bm-section--related .bm-service-tile::after {
  inset: auto -20% -80% 25%;
}

.bm-service-tile:hover {
  transform: translateY(-8px);
  border-color: rgba(26, 153, 223, 0.35);
  box-shadow: 0 28px 70px rgba(16, 16, 108, 0.14);
}

.bm-service-tile:hover::after {
  transform: translateY(-18px) scale(1.08);
  opacity: 0.8;
}

.bm-service-tile h2,
.bm-service-tile h3,
.bm-service-tile p,
.bm-service-tile span,
.bm-service-tile i {
  position: relative;
  z-index: 1;
}

.bm-service-tile h2,
.bm-service-tile h3 {
  margin: 0;
  color: #10106c;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  line-height: 1.08;
}

.bm-service-tile p {
  margin: 0;
  color: #647196;
}

.bm-service-tile span {
  color: #1a99df;
  font-weight: 800;
}

.bm-contact-layout--page {
  align-items: stretch;
}

.bm-contact-options {
  display: grid;
  gap: 12px;
  padding: 22px;
}

.bm-contact-options a,
.bm-contact-options span {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #10106c;
  font-weight: 800;
}

.bm-contact-options i {
  flex: 0 0 48px;
}

.bm-page-expertise .bm-check-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bm-page-expertise .bm-check-grid > div {
  min-height: 108px;
}

@media (max-width: 991px) {
  .bm-simple-hero__grid,
  .bm-contact-layout--page {
    grid-template-columns: 1fr;
  }

  .bm-service-tile-grid,
  .bm-service-tile-grid--compact,
  .bm-page-expertise .bm-check-grid {
    grid-template-columns: 1fr;
  }

  .bm-service-tile {
    min-height: 190px;
  }
}

body.bm-page-services .bm-header,
body.bm-page-contact .bm-header,
body.bm-page-expertise .bm-header,
body.bm-page-mollie-connect .bm-header,
body.bm-page-price-tool .bm-header {
  background: rgba(255, 255, 255, 0.96) !important;
  border-bottom-color: var(--bm-line) !important;
  box-shadow: 0 12px 34px rgba(16, 16, 108, 0.08);
}

body.bm-page-services .bm-logo img,
body.bm-page-contact .bm-logo img,
body.bm-page-expertise .bm-logo img,
body.bm-page-mollie-connect .bm-logo img,
body.bm-page-price-tool .bm-logo img {
  filter: invert(1);
}

body.bm-page-services .bm-navbar a,
body.bm-page-contact .bm-navbar a,
body.bm-page-expertise .bm-navbar a,
body.bm-page-mollie-connect .bm-navbar a,
body.bm-page-price-tool .bm-navbar a,
body.bm-page-services .bm-navbar a:focus,
body.bm-page-contact .bm-navbar a:focus,
body.bm-page-expertise .bm-navbar a:focus,
body.bm-page-mollie-connect .bm-navbar a:focus,
body.bm-page-price-tool .bm-navbar a:focus {
  color: rgba(16, 16, 108, 0.82);
}

body.bm-page-services .bm-navbar a:hover,
body.bm-page-contact .bm-navbar a:hover,
body.bm-page-expertise .bm-navbar a:hover,
body.bm-page-mollie-connect .bm-navbar a:hover,
body.bm-page-price-tool .bm-navbar a:hover,
body.bm-page-services .bm-navbar .active,
body.bm-page-contact .bm-navbar .active,
body.bm-page-expertise .bm-navbar .active,
body.bm-page-mollie-connect .bm-navbar .active,
body.bm-page-price-tool .bm-navbar .active {
  color: var(--bm-ink);
}

body.bm-page-services .bm-navbar .bm-nav-cta,
body.bm-page-contact .bm-navbar .bm-nav-cta,
body.bm-page-expertise .bm-navbar .bm-nav-cta,
body.bm-page-mollie-connect .bm-navbar .bm-nav-cta,
body.bm-page-price-tool .bm-navbar .bm-nav-cta {
  color: #fff;
}

body.bm-page-services .bm-nav-login,
body.bm-page-contact .bm-nav-login,
body.bm-page-expertise .bm-nav-login,
body.bm-page-mollie-connect .bm-nav-login,
body.bm-page-price-tool .bm-nav-login {
  border-color: rgba(16, 16, 108, 0.18);
}

body.bm-page-services .bm-simple-hero .bm-eyebrow,
body.bm-page-contact .bm-simple-hero .bm-eyebrow,
body.bm-page-expertise .bm-simple-hero .bm-eyebrow,
body.bm-page-mollie-connect .bm-simple-hero .bm-eyebrow,
body.bm-page-price-tool .bm-simple-hero .bm-eyebrow {
  color: var(--bm-teal-accessible);
}

body.bm-page-services .bm-simple-hero .bm-button--secondary,
body.bm-page-contact .bm-simple-hero .bm-button--secondary,
body.bm-page-expertise .bm-simple-hero .bm-button--secondary,
body.bm-page-mollie-connect .bm-simple-hero .bm-button--secondary,
body.bm-page-price-tool .bm-simple-hero .bm-button--secondary {
  color: var(--bm-ink);
  border-color: rgba(16, 16, 108, 0.18);
  background: rgba(255, 255, 255, 0.44);
}

body.bm-page-expertise .bm-simple-hero__grid h1 {
  max-width: 760px;
  font-size: clamp(2.45rem, 5vw, 4.75rem);
}

.bm-service-story {
  padding-top: clamp(58px, 8vw, 110px);
}

.bm-service-story__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 0.88fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.bm-service-story__media {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(16, 16, 108, 0.12);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(16, 16, 108, 0.13);
  background: linear-gradient(135deg, rgba(26, 153, 223, 0.12), rgba(16, 16, 108, 0.08));
}

.bm-service-story__media::before {
  content: "";
  display: block;
  aspect-ratio: 16 / 10;
}

.bm-service-story__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.bm-service-story__media:hover .bm-service-story__image {
  transform: scale(1.035);
}

.bm-service-story__content h2 {
  color: #10106c;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 0.98;
}

.bm-service-story__content p {
  max-width: 640px;
  color: #647196;
  font-size: clamp(1rem, 1.45vw, 1.15rem);
  line-height: 1.75;
}

.bm-service-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.bm-service-pill-list span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  color: #10106c;
  background: rgba(26, 153, 223, 0.1);
  border: 1px solid rgba(26, 153, 223, 0.2);
  border-radius: 999px;
  font-weight: 800;
}

.bm-service-pill-list i {
  color: #1a99df;
}

.bm-service-projects {
  background: linear-gradient(180deg, #fff 0%, rgba(26, 153, 223, 0.06) 100%);
}

.bm-service-project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.bm-service-project-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  color: #10106c;
  background: #fff;
  border: 1px solid rgba(16, 16, 108, 0.13);
  border-radius: 8px;
  box-shadow: 0 22px 56px rgba(16, 16, 108, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.bm-service-project-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 70px rgba(16, 16, 108, 0.14);
}

.bm-service-project-card__media {
  position: relative;
  overflow: hidden;
  background: rgba(26, 153, 223, 0.08);
}

.bm-service-project-card__media::before {
  content: "";
  display: block;
  aspect-ratio: 16 / 10;
}

.bm-service-project-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.bm-service-project-card:hover .bm-service-project-card__image {
  transform: scale(1.04);
}

.bm-service-project-card__body {
  padding: 22px;
}

.bm-service-project-card__body span {
  display: inline-block;
  margin-bottom: 10px;
  color: #1a99df;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bm-service-project-card__body h3 {
  margin: 0 0 8px;
  color: #10106c;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.1;
}

.bm-service-project-card__body p {
  margin: 0;
  color: #647196;
}

@media (max-width: 991px) {
  .bm-service-story__grid,
  .bm-service-project-grid {
    grid-template-columns: 1fr;
  }
}

/* Final overrides for the refreshed knowledge and identity pages. */
body.bm-redesign .blog.bm-blog-overview .blogs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

body.bm-redesign .blog.bm-blog-overview .post-item.bm-blog-card {
  display: flex;
  width: 100%;
  margin: 0;
}

body.bm-redesign .blog.bm-blog-overview .post-item.bm-blog-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

body.bm-page-identity .bm-simple-hero {
  padding-bottom: 82px;
}

@media (max-width: 991px) {
  body.bm-redesign .blog.bm-blog-overview .blogs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body.bm-redesign .blog.bm-blog-overview .blogs {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1279px) {
  body.bm-redesign.mobile-nav-active {
    overflow: hidden;
  }

  body.bm-redesign.mobile-nav-active .bm-navbar a,
  body.bm-redesign.mobile-nav-active .bm-navbar a:focus,
  body.bm-redesign.mobile-nav-active .bm-navbar .dropdown ul a {
    color: var(--bm-ink) !important;
    background: transparent !important;
  }

  body.bm-redesign.mobile-nav-active .bm-navbar a:hover,
  body.bm-redesign.mobile-nav-active .bm-navbar .active,
  body.bm-redesign.mobile-nav-active .bm-navbar .active:focus {
    color: var(--bm-ink) !important;
    background: #fff !important;
  }

  body.bm-redesign.mobile-nav-active .bm-navbar .dropdown > a .dropdown-indicator {
    display: none !important;
  }

  body.bm-redesign.mobile-nav-active .bm-navbar .bm-nav-search {
    width: 100% !important;
    height: auto !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    border-radius: var(--bm-radius) !important;
  }

  body.bm-redesign.mobile-nav-active .bm-navbar .bm-nav-search span {
    position: static !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  body.bm-redesign.mobile-nav-active .bm-navbar .bm-nav-login,
  body.bm-redesign.mobile-nav-active .bm-navbar .bm-nav-login:focus {
    width: 100% !important;
  }

  body.bm-redesign.mobile-nav-active .bm-navbar .bm-nav-cta,
  body.bm-redesign.mobile-nav-active .bm-navbar .bm-nav-cta:focus {
    color: #fff !important;
    background: var(--bm-ink) !important;
  }
}

.cookie-banner {
  left: 24px;
  right: auto;
  max-width: 640px;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  border-radius: var(--bm-radius);
  text-align: left;
}

.cookie-banner p {
  flex: 1 1 280px;
  margin: 0;
}

.cookie-banner__actions {
  display: flex;
  gap: 10px;
  flex: 0 0 auto;
  flex-wrap: nowrap;
}

.cookie-banner__actions .btn {
  flex-shrink: 0;
  white-space: nowrap;
}

.cookie-banner__actions .btn-primary {
  border: 0;
  border-radius: var(--bm-radius);
  background: var(--bm-ink);
  color: #fff;
}

.cookie-banner__actions .btn-outline-secondary {
  border: 1px solid var(--bm-ink);
  border-radius: var(--bm-radius);
  background: transparent;
  color: var(--bm-ink);
}

.cookie-banner__actions .btn-outline-secondary:hover {
  background: var(--bm-ink);
  color: #fff;
}

@media (max-width: 480px) {
  .cookie-banner {
    left: 12px;
    right: 12px;
    max-width: none;
  }
}
