.s_oc_hive {
  position: relative;
  width: 100%;
  min-height: 127vh;
  color: #ffffff !important;
  background: url('/oc-snippets/static/src/img/home/block_3_our_smart.webp') center / cover no-repeat;
  overflow: hidden;
  padding-right: 6.813rem !important;
  padding-left: 6.813rem !important;
}

.s-oc-hive__container {
  max-width: 1600px;
  height: 63.75rem !important;
}

.s-oc-hive__copy {
  max-width: 620px;
  padding-top: 32px;
}

.s-oc-hive__title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: clamp(42px, 4.5vw, 60px);
  line-height: 1.15;
  margin-bottom: 24px;
  color: #fff !important;
}

.s-oc-hive__lead {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #ffffffd9 !important;
  margin-bottom: 14px;
}

.s-oc-hive__text {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: #cccccc !important;
}

.s-oc-hive__ecosystem-img {
    position: absolute !important;
    right: auto;
    transform: translateY(-39%) translateX(165%) !important;
    max-width: 100% !important;
    width: 30%;
}

.s-oc-hive__ecosystem-img img {
  width: 100%;
  height: auto;
  display: block;
}

/* =========================
   TABLET + MOBILE (< 991.98px)
   ========================= */
@media (max-width: 991.98px){

  .s_oc_hive{
    padding-top: 2rem;
    padding-right: 6.813rem !important;
    padding-left: 6.813rem !important;
    min-height: auto;
    padding: 64px 0 96px;
    background-position: center top;

  .s-oc-hive__container{
    max-width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .s-oc-hive__copy{
    max-width: 720px;
    padding-top: 32px;
  }

  .s-oc-hive__title{
    font-size: clamp(30px, 5vw, 46px);
    line-height: 1.1;
    margin-bottom: 18px;
  }

  .s-oc-hive__lead{
    font-size: 14px;
    margin-bottom: 12px;
  }

  .s-oc-hive__text{
    font-size: 13px;
  }

  /* Imagen: sigue absoluta, pero con anclaje estable */
  .s-oc-hive__ecosystem-img{
    top: 50% !important;
    right: 18px !important;
    left: auto !important;
    transform: translateY(-10%) !important; /* suave, sin moverla fuera */
    width: min(28vw, 160px);
    max-width: 160px !important;
  }
}

/* =========================
   MOBILE (<= 575.98px)
   ========================= */
@media (max-width: 575.98px){

  .s_oc_hive{
    padding: 52px 0 80px;
  }

  .s-oc-hive__container{
    padding-left: 16px;
    padding-right: 16px;
  }

  .s-oc-hive__title{
    font-size: 28px;
  }

  /* En móvil conviene bajarla y hacerla más pequeña para no tapar texto */
  .s-oc-hive__ecosystem-img{
    top: auto !important;
    bottom: 26px !important;
    right: 14px !important;
    transform: none !important;
    width: min(34vw, 140px);
    max-width: 140px !important;
  }
}
