.cc_3otbo66j_biXkhsv3FI .split-hero {
  width: 100%;
  padding: 40px 24px;
  font-family: var(--sh-font, "Barlow", system-ui, -apple-system, sans-serif);
}

.cc_3otbo66j_biXkhsv3FI .sh-panel {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  overflow: hidden;
  border-radius: 14px;
  background: #f7f4ec;
}

/* Swap content / image sides */
.cc_3otbo66j_biXkhsv3FI .sh-panel--reverse {
  grid-template-columns: 1.1fr 1fr;
}
.cc_3otbo66j_biXkhsv3FI .sh-panel--reverse .sh-left {
  order: 2;
}
.cc_3otbo66j_biXkhsv3FI .sh-panel--reverse .sh-right {
  order: 1;
}

/* ---- Left content ---- */
.cc_3otbo66j_biXkhsv3FI .sh-left {
  padding: 56px 52px;
  display: flex;
  flex-direction: column;
}

.cc_3otbo66j_biXkhsv3FI .sh-heading {
  margin: 0 0 20px;
  font-size: var(--sh-heading-size, 64px);
  font-weight: var(--sh-heading-weight, 800);
  line-height: 1.0;
  letter-spacing: -0.01em;
}

.cc_3otbo66j_biXkhsv3FI .sh-accent {
  font-style: italic;
}

.cc_3otbo66j_biXkhsv3FI .sh-description {
  margin: 0 0 28px;
  font-size: var(--sh-desc-size, 15px);
  font-weight: var(--sh-desc-weight, 400);
  line-height: 1.6;
  max-width: 420px;
}

.cc_3otbo66j_biXkhsv3FI .sh-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 14px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  background: #1a1a1a;
  color: #fff;
  transition: background 0.15s ease, color 0.15s ease;
}

.cc_3otbo66j_biXkhsv3FI .sh-cta:hover {
  background: var(--sh-cta-hover-bg, #c33130) !important;
  color: var(--sh-cta-hover-color, #fff) !important;
}

/* Features row */
.cc_3otbo66j_biXkhsv3FI .sh-features {
  display: flex;
  gap: 32px;
  margin-top: 48px;
  flex-wrap: wrap;
}

.cc_3otbo66j_biXkhsv3FI .sh-features > * > * > * {
  flex: 0 1 auto;
}

/* ---- Right image ---- */
.cc_3otbo66j_biXkhsv3FI .sh-right {
  position: relative;
  min-height: 420px;
}

.cc_3otbo66j_biXkhsv3FI .sh-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cc_3otbo66j_biXkhsv3FI .sh-image--empty {
  background: #ddd;
}

.cc_3otbo66j_biXkhsv3FI .sh-caption {
  position: absolute;
  left: 22px;
  bottom: 18px;
  z-index: 2;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}

.cc_3otbo66j_biXkhsv3FI .sh-badge {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #fff;
  opacity: 0.85;
}

/* ---- Responsive ---- */
@media (max-width: 900px) {
  .cc_3otbo66j_biXkhsv3FI .sh-panel {
    grid-template-columns: 1fr;
  }
  .cc_3otbo66j_biXkhsv3FI .sh-left {
    padding: 36px 28px;
  }
  .cc_3otbo66j_biXkhsv3FI .sh-heading {
    font-size: 40px;
  }
  .cc_3otbo66j_biXkhsv3FI .sh-right {
    min-height: 320px;
    order: -1;
  }
}

@media (max-width: 768px) {
  .cc_3otbo66j_biXkhsv3FI .sh-heading {
    font-size: var(--sh-heading-msize, var(--sh-heading-size, 34px));
    font-weight: var(--sh-heading-mweight, var(--sh-heading-weight, 800));
  }
  .cc_3otbo66j_biXkhsv3FI .sh-description {
    font-size: var(--sh-desc-msize, var(--sh-desc-size, 14px));
    font-weight: var(--sh-desc-mweight, var(--sh-desc-weight, 400));
  }
}
