.innovation-text {
    font-family: 'Nothing You Could Do', sans-serif !important;
    font-weight: 400 !important;
    font-size: 36px !important;
    line-height: 48px !important;
    text-align: center !important;
}

.innovation-text-2 {
  max-width: 1284px !important;
  width: 100% !important;
  height: auto !important;
  font-family: 'Montserrat', sans-serif !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 68px !important;
  line-height: 83px !important;
  text-align: center !important;
  color: #F1EFEF !important;
  flex: none !important;
  order: 0 !important;
  flex-grow: 0 !important;
}

.hive-button {
    background-image: url('/oc-snippets/static/src/img/home/elongated_white_button.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: none !important;
    color: #131927 !important;
    padding: 15px 40px !important;
    font-weight: 600;
    display: inline-flex !important;
    text-shadow: 0px 0px 3px rgba(0,0,0,0.25);
    cursor: pointer;
    transition: all 0.3s ease;
    font-style: normal !important;
    font-size: 16px !important;
    width: 433px;
    height: 72px;
    font-family: 'Montserrat', sans-serif;
    align-items: center !important;
    justify-content: center !important;
}

.hive-button:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

.s_hive_banner {
position: relative;
    width: 100%;
    max-width: 100%;
    height: 100vh !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    background: url(/oc-snippets/static/src/img/home/hero.webp) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    min-height: 100svh;
    min-height: 100vh;
    background-size: cover;
    background-position: center bottom !important;
}

.s_hive_banner h1 {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.s_hive_banner p {
    font-style: italic;
    font-size: 1.2rem;
    opacity: 0.9;
    margin-bottom: 2rem;
}

@media (max-width: 1024px) {
    .s_hive_banner {
        height: auto;
        padding: 100px 20px;
    }

    .s_hive_banner h1 {
        font-size: 1.8rem;
    }

    .s_hive_banner p {
        font-size: 1rem;
    }
}


/* =========================
   Responsive < 991.98px (tablet & mobile)
   ========================= */
@media (max-width: 991.98px) {

  .innovation-text{
    font-size: 28px !important;
    line-height: 38px !important;
    padding: 0 14px;
  }

  .innovation-text-2{
    max-width: 92vw !important;
    font-size: 44px !important;
    line-height: 54px !important;
    padding: 0 14px;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .hive-button{
    width: 100% !important;
    max-width: 420px;          /* mantiene look “hero button” */
    height: 64px;
    padding: 14px 28px !important;
    font-size: 15px !important;
  }

  .s_hive_banner{
    height: auto !important;
    min-height: 100svh;
    padding: 96px 18px;
    background-position: center bottom !important;
  }

  .s_hive_banner h1{
    font-size: 1.9rem;
    line-height: 1.25;
    margin-bottom: 0.8rem;
  }

  .s_hive_banner p{
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
}

/* =========================
   Extra: mobile fino (<= 575.98px)
   ========================= */
@media (max-width: 575.98px) {

  .innovation-text{
    font-size: 22px !important;
    line-height: 30px !important;
  }

  .innovation-text-2{
    font-size: 34px !important;
    line-height: 42px !important;
    max-width: 94vw !important;
  }

  .hive-button{
    max-width: 100%;
    height: 60px;
    padding: 12px 22px !important;
    font-size: 14px !important;
    text-shadow: 0px 0px 2px rgba(0,0,0,0.22);
  }

  .s_hive_banner{
    padding: 84px 16px;
  }
}

