.bc-imported-lead {
  color: #0198d4;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.bc-imported-kicker {
  color: #0198d4;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: .35rem;
  margin-top: 2.5rem;
}

.bc-imported-image img {
  border-radius: 0;
}

.bc-imported-notice {
  background: #d1ecf1;
  border: 1px solid #bee5eb;
  border-radius: 4px;
  box-sizing: border-box;
  color: #000;
  margin: 0 auto 16px !important;
  max-width: 825px !important;
  padding: 12px 20px;
  width: calc(75% - 6px);
}

.bc-imported-notice p:last-child {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  margin: 0 0 16px !important;
  max-width: none !important;
  width: auto;
}

.bc-contact-list {
  background: transparent;
  border-radius: 0;
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}

.bc-imported-row:has(.bc-contact-list) {
  margin-bottom: 59px;
  margin-top: 46px;
}

.bc-imported-row:has(.bc-contact-list) > .bc-imported-col {
  margin-block-start: 0;
}

.bc-imported-row:has(.bc-contact-list) h2 {
  font-size: 18px;
}

.bc-imported-row:has(.bc-contact-list) img {
  border-radius: 17px !important;
}

.bc-contact-list li {
  min-height: 23px;
  padding-left: 25px;
  position: relative;
}

.bc-contact-list li::before {
  color: #0198d4;
  font-size: 17px;
  font-weight: 600;
  left: 0;
  line-height: 1.35;
  position: absolute;
  top: 0;
}

.bc-contact-list li + li {
  margin-top: .55rem;
}

.bc-contact-list li:nth-child(1)::before { content: "▦"; }
.bc-contact-list li:nth-child(2)::before { content: "✉"; }
.bc-contact-list li:nth-child(3)::before { content: "☎"; }

.bc-contact-whatsapp {
  margin: 24px 0 0 !important;
}

.bc-contact-whatsapp a {
  align-items: center;
  background: #0198d4;
  color: #fff !important;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  min-height: 48px;
  padding: 11px 20px;
  text-decoration: none !important;
  transition: background-color .2s ease, transform .2s ease;
}

.bc-contact-whatsapp a::before {
  content: "↗";
  font-size: 18px;
  margin-right: 9px;
}

.bc-contact-whatsapp a:hover,
.bc-contact-whatsapp a:focus-visible {
  background: #001d29;
  transform: translateY(-2px);
}

.bc-model-overview {
  display: grid;
  gap: .75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  padding: 0;
}

.bc-model-overview a {
  background: #fff;
  border: 1px solid #dce5eb;
  color: #001d29;
  display: block;
  font-weight: 600;
  padding: .9rem 1rem;
  text-decoration: none;
}

.bc-model-overview a:hover {
  border-color: #0198d4;
  color: #0198d4;
}

.bc-coding-example {
  align-items: start;
  margin-top: 34px;
}

.bc-before-after {
  --bc-split: 70%;
  aspect-ratio: 850 / 602;
  background: #10202a;
  cursor: ew-resize;
  overflow: hidden;
  position: relative;
  touch-action: pan-y;
  user-select: none;
  width: 100%;
}

.bc-before-after img {
  border-radius: 0 !important;
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.bc-before-after__before {
  clip-path: inset(0 calc(100% - var(--bc-split)) 0 0);
  z-index: 2;
}

.bc-before-after__handle {
  background: transparent;
  border: 0;
  bottom: 0;
  cursor: ew-resize;
  left: var(--bc-split);
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 44px;
  z-index: 4;
}

.bc-before-after__handle::before {
  background: #fff;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 3px;
}

.bc-before-after__grip {
  align-items: center;
  background: #0198d4;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  height: 48px;
  justify-content: center;
  left: 50%;
  letter-spacing: 5px;
  padding-left: 5px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
}

.bc-before-after__label {
  background: rgba(0, 29, 41, .72);
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 4px 8px;
  position: absolute;
  top: 14px;
  z-index: 3;
}

.bc-before-after__label--before { left: 14px; }
.bc-before-after__label--after { right: 14px; }

.bc-before-after__handle:focus-visible {
  outline: 3px solid #fff;
  outline-offset: -5px;
}

.bc-coding-cards {
  display: grid;
  gap: 34px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 34px 42px 50px;
}

.bc-coding-card {
  aspect-ratio: 1 / 1.12;
  margin: 0;
  overflow: hidden;
  perspective: 900px;
  position: relative;
}

.bc-coding-card__inner {
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform .45s ease;
  width: 100%;
}

.bc-coding-card:hover .bc-coding-card__inner,
.bc-coding-card:focus .bc-coding-card__inner,
.bc-coding-card.is-flipped .bc-coding-card__inner {
  transform: rotateY(180deg);
}

.bc-coding-card__front,
.bc-coding-card__back {
  backface-visibility: hidden;
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.bc-coding-card__front img {
  border-radius: 17px !important;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.bc-coding-card__back {
  align-items: center;
  background: #0198d4;
  border-radius: 17px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  text-align: center;
  transform: rotateY(180deg);
}

.bc-coding-card__back h3 {
  color: #fff !important;
  font-family: Poppins, Arial, sans-serif;
  font-size: 22px !important;
  font-weight: 500;
  margin-bottom: 16px;
}

.bc-coding-card__back p { margin: 0; }

.bc-location-map {
  margin: 73px 0 60px;
  position: relative;
  width: 100%;
}

.bc-location-map iframe {
  border: 0;
  display: block;
  height: 450px;
  width: 100%;
}

.bc-location-map__fallback {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.bc-location-map__fallback:focus-within {
  background: #fff;
  clip: auto;
  height: auto;
  margin: 0;
  padding: 8px;
  right: 8px;
  top: 8px;
  width: auto;
  z-index: 2;
}

.bc-pricing-lead {
  color: #001d29 !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
}

.bc-imported-content .wp-block-post-content > .bc-pricing-title {
  font-family: Poppins, Arial, sans-serif;
  font-size: clamp(34px, 3vw, 40px);
  line-height: 1.2;
}

.bc-pricing-intro {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
}

.bc-pricing-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 48px 0 60px !important;
}

.bc-price-card {
  align-self: start;
  margin: 0;
  text-align: center;
}

.bc-price-card__head {
  align-items: center;
  background: #0198d4;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 125px;
  padding: 20px 25px;
}

.bc-price-card__head h2 {
  color: #fff !important;
  font-family: Poppins, Arial, sans-serif;
  font-size: 25px !important;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}

.bc-price-card__price {
  color: #fff;
  font-family: Poppins, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.35;
  margin: 2px 0 0;
}

.bc-price-card__body {
  border: 1px solid #d8d8d8;
  border-top: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  min-height: 145px;
  padding: 34px 12px;
}

.bc-price-card--tall .bc-price-card__body {
  min-height: 227px;
}

.bc-price-card__body p {
  margin: 0;
}

.bc-price-card__body p + p {
  margin-top: 10px;
}

.bc-price-card__body .bc-price-card__spacer {
  margin-top: 28px;
}

.bc-mg-flasher {
  --bc-mg-blue: #0098d4;
  --bc-mg-dark: #001d29;
  --bc-mg-soft: #f3f7f9;
  color: var(--bc-mg-dark);
  margin: 0 !important;
  max-width: none !important;
  padding: 0 !important;
}

.bc-mg-flasher *,
.bc-mg-flasher *::before,
.bc-mg-flasher *::after {
  box-sizing: border-box;
}

.bc-mg-flasher h1,
.bc-mg-flasher h2,
.bc-mg-flasher h3,
.bc-mg-flasher p {
  margin-top: 0;
}

.bc-mg-flasher h1 {
  font-size: clamp(38px, 5vw, 64px) !important;
  line-height: 1.03 !important;
  margin-bottom: 24px !important;
}

.bc-mg-flasher h2 {
  font-size: clamp(30px, 3.3vw, 44px) !important;
  line-height: 1.12 !important;
  margin-bottom: 18px !important;
}

.bc-mg-flasher h3 {
  font-size: 21px !important;
  line-height: 1.25 !important;
  margin-bottom: 10px !important;
}

.bc-mg-flasher p {
  font-size: 16px;
  line-height: 1.7;
}

.bc-mg-eyebrow {
  color: var(--bc-mg-blue);
  font-size: 14px !important;
  font-weight: 700;
  letter-spacing: .11em;
  margin-bottom: 14px !important;
  text-transform: uppercase;
}

.bc-mg-hero {
  align-items: center;
  display: grid;
  gap: clamp(38px, 7vw, 88px);
  grid-template-columns: minmax(0, 1.5fr) minmax(260px, .7fr);
  padding: 18px 0 76px;
}

.bc-mg-lead {
  font-size: 19px !important;
  line-height: 1.65 !important;
  max-width: 760px;
}

.bc-mg-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.bc-mg-button {
  align-items: center;
  border: 2px solid var(--bc-mg-blue);
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  min-height: 50px;
  padding: 11px 21px;
  text-decoration: none !important;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.bc-mg-button:hover,
.bc-mg-button:focus-visible {
  transform: translateY(-2px);
}

.bc-mg-button--primary {
  background: var(--bc-mg-blue);
  color: #fff !important;
}

.bc-mg-button--primary:hover,
.bc-mg-button--primary:focus-visible {
  background: var(--bc-mg-dark);
  border-color: var(--bc-mg-dark);
}

.bc-mg-button--secondary {
  background: transparent;
  color: var(--bc-mg-dark) !important;
}

.bc-mg-button--secondary:hover,
.bc-mg-button--secondary:focus-visible {
  background: var(--bc-mg-soft);
}

.bc-mg-hero__visual {
  background: #fff;
  border: 1px solid #dce6ea;
  box-shadow: 0 18px 48px rgba(0, 29, 41, .1);
  padding: 30px 24px 22px;
  text-align: center;
}

.bc-mg-hero__visual img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  width: 316px;
}

.bc-mg-hero__visual p {
  border-top: 1px solid #e4ebee;
  font-size: 14px;
  font-weight: 700;
  margin: 20px 0 0;
  padding-top: 18px;
}

.bc-mg-section {
  border-top: 1px solid #dce6ea;
  padding: 72px 0;
}

.bc-mg-section__heading {
  max-width: 800px;
}

.bc-mg-section__heading > p:last-child {
  margin-bottom: 0;
}

.bc-mg-benefits,
.bc-mg-price-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 38px;
}

.bc-mg-card {
  background: var(--bc-mg-soft);
  border-top: 4px solid var(--bc-mg-blue);
  min-height: 245px;
  padding: 30px;
}

.bc-mg-card__number {
  color: var(--bc-mg-blue);
  display: block;
  font-size: 31px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 28px;
}

.bc-mg-engine-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 34px;
}

.bc-mg-engine-grid div {
  background: var(--bc-mg-dark);
  color: #fff;
  min-height: 126px;
  padding: 24px 20px;
}

.bc-mg-engine-grid strong,
.bc-mg-engine-grid span {
  display: block;
}

.bc-mg-engine-grid strong {
  color: #fff;
  font-size: 22px;
  margin-bottom: 12px;
}

.bc-mg-engine-grid span {
  color: #c9d7dc;
  font-size: 14px;
  line-height: 1.45;
}

.bc-mg-note {
  background: #eaf6fb;
  border-left: 4px solid var(--bc-mg-blue);
  margin: 24px 0 0 !important;
  padding: 17px 20px;
}

.bc-mg-steps {
  display: grid;
  gap: 0;
  list-style: none;
  margin: 38px 0 0;
  padding: 0;
}

.bc-mg-steps li {
  align-items: flex-start;
  border-top: 1px solid #dce6ea;
  display: grid;
  gap: 22px;
  grid-template-columns: 54px minmax(0, 1fr);
  padding: 25px 0;
}

.bc-mg-steps li:last-child {
  border-bottom: 1px solid #dce6ea;
}

.bc-mg-steps li > span {
  align-items: center;
  background: var(--bc-mg-blue);
  color: #fff;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.bc-mg-steps p,
.bc-mg-feature-grid p,
.bc-mg-faq__grid p {
  margin-bottom: 0;
}

.bc-mg-feature-grid,
.bc-mg-faq__grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 36px;
}

.bc-mg-feature-grid article,
.bc-mg-faq__grid article {
  border: 1px solid #dce6ea;
  padding: 27px;
}

.bc-mg-feature-grid article {
  border-left: 4px solid var(--bc-mg-blue);
}

.bc-mg-pricing {
  background: var(--bc-mg-soft);
  box-shadow: 0 0 0 100vmax var(--bc-mg-soft);
  clip-path: inset(0 -100vmax);
}

.bc-mg-price-card {
  background: #fff;
  border: 1px solid #d4e0e5;
  display: flex;
  flex-direction: column;
  min-height: 300px;
  padding: 30px;
}

.bc-mg-price-card--featured {
  border-top: 5px solid var(--bc-mg-blue);
  padding-top: 26px;
}

.bc-mg-price-card__label {
  font-weight: 700;
  margin-bottom: 14px !important;
}

.bc-mg-price-card__price {
  color: var(--bc-mg-blue);
  font-size: 38px !important;
  font-weight: 700;
  line-height: 1.1 !important;
  margin-bottom: 16px !important;
}

.bc-mg-price-card a {
  border-top: 1px solid #e2e9ec;
  color: var(--bc-mg-dark);
  font-weight: 700;
  margin-top: auto;
  padding-top: 22px;
}

.bc-mg-cta {
  align-items: center;
  background: var(--bc-mg-dark);
  color: #fff;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: 72px;
  padding: clamp(34px, 6vw, 60px);
}

.bc-mg-cta h2,
.bc-mg-cta p {
  color: #fff;
}

.bc-mg-cta p:last-child {
  margin-bottom: 0;
  max-width: 760px;
}

.bc-mg-button--light {
  background: #fff;
  border-color: #fff;
  color: var(--bc-mg-dark) !important;
  white-space: nowrap;
}

.bc-mg-button--light:hover,
.bc-mg-button--light:focus-visible {
  background: var(--bc-mg-blue);
  border-color: var(--bc-mg-blue);
  color: #fff !important;
}

.bc-model-page .bc-imported-lead {
  color: #001d29;
  font-size: 19px;
  font-weight: 400;
  line-height: 1;
  margin: 0 !important;
}

.bc-model-page .wp-block-post-content > h1 {
  line-height: 1.2;
  margin-bottom: 10px !important;
}

.bc-model-page .bc-model-intro > .bc-imported-col {
  margin-block-start: 0 !important;
}

.bc-model-page .bc-model-intro p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  margin: 0 0 16px;
}

.bc-model-page .bc-model-options-row {
  gap: 40px !important;
  margin: 0 4px !important;
}

.bc-model-page .bc-model-options-row > .bc-imported-col {
  margin-block-start: 0 !important;
  padding: 20px 0;
}

.bc-model-page .bc-model-options-row h2 {
  font-size: 32px !important;
  font-weight: 600;
  line-height: 1.2;
  margin-block: 0 !important;
}

.bc-model-page .bc-model-options-row h3 {
  font-size: 19px !important;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 0 40px !important;
}

.bc-model-page .bc-model-options-row ul {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  margin: 6px 0 16px !important;
  padding-left: 40px;
}

.bc-model-page .bc-model-options-row li::marker {
  color: #0198d4;
}

.bc-model-page .bc-model-standard > .bc-imported-col:first-child h2,
.bc-model-page .bc-model-premium > .bc-imported-col:first-child h2 {
  margin-left: 38px !important;
}

.bc-model-page .bc-model-standard > .bc-imported-col:first-child h2 + h3,
.bc-model-page .bc-model-premium > .bc-imported-col:first-child h2 + h3 {
  margin-top: 15px !important;
}

.bc-model-page .bc-model-standard > .bc-imported-col:first-child h3 + h3 {
  margin-top: 40px !important;
}

.bc-model-page .bc-model-standard > .bc-imported-col:nth-child(2) {
  padding-top: 131px;
}

.bc-model-page .bc-model-premium > .bc-imported-col:first-child h3 + ul {
  margin-top: 21px !important;
}

.bc-model-page .bc-model-premium > .bc-imported-col:nth-child(2) h2 {
  margin-left: 0 !important;
}

.bc-model-page .bc-model-premium > .bc-imported-col:nth-child(2) h2 + p {
  margin-top: 12px !important;
}

.bc-model-page .bc-model-options-row > .bc-imported-col:has(> h2 + h3) > h2 {
  margin-left: 38px !important;
}

.bc-model-page .bc-model-options-row > .bc-imported-col:has(> h2 + h3) > h2 + h3 {
  margin-top: 15px !important;
}

.bc-model-page .bc-model-options-row:not(.bc-model-standard) > .bc-imported-col:has(> h2 + h3) > h3 + ul {
  margin-top: 21px !important;
}

.bc-model-page .bc-model-premium p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 16px;
}

@media (max-width: 1024px) {
  .bc-coding-cards {
    grid-template-columns: 1fr;
    margin-inline: 0;
  }

  .bc-coding-card {
    aspect-ratio: 4 / 3;
  }

  .bc-location-map {
    margin-top: 36px;
  }

  .bc-pricing-grid {
    grid-template-columns: 1fr;
    margin-top: 36px;
  }

  .bc-price-card__body,
  .bc-price-card--tall .bc-price-card__body {
    min-height: 0;
  }

  .bc-mg-hero {
    grid-template-columns: minmax(0, 1.25fr) minmax(230px, .75fr);
  }

  .bc-mg-benefits,
  .bc-mg-price-grid {
    grid-template-columns: 1fr;
  }

  .bc-mg-card,
  .bc-mg-price-card {
    min-height: 0;
  }

  .bc-mg-engine-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bc-model-page .bc-model-options-row {
    gap: 28px !important;
    margin-inline: 0 !important;
  }

  .bc-model-page .bc-model-options-row > .bc-imported-col,
  .bc-model-page .bc-model-standard > .bc-imported-col:nth-child(2) {
    padding: 10px 0;
  }

  .bc-model-page .bc-model-options-row h2,
  .bc-model-page .bc-model-options-row h3 {
    margin-left: 0 !important;
  }

  .bc-model-page .bc-model-options-row > .bc-imported-col:has(> h2 + h3) > h2 {
    margin-left: 0 !important;
  }

  .bc-imported-notice {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .bc-contact-whatsapp,
  .bc-contact-whatsapp a {
    width: 100%;
  }

  .bc-mg-hero {
    grid-template-columns: 1fr;
    padding-bottom: 54px;
  }

  .bc-mg-hero__visual {
    max-width: 360px;
  }

  .bc-mg-actions,
  .bc-mg-actions .bc-mg-button {
    width: 100%;
  }

  .bc-mg-section {
    padding: 54px 0;
  }

  .bc-mg-engine-grid,
  .bc-mg-feature-grid,
  .bc-mg-faq__grid {
    grid-template-columns: 1fr;
  }

  .bc-mg-cta {
    grid-template-columns: 1fr;
    margin-top: 54px;
  }

  .bc-mg-button--light {
    white-space: normal;
  }

  .bc-model-overview {
    grid-template-columns: 1fr;
  }

}
