section.banner {
    position: relative;
}

.banner__background {
    max-height: 750px;
    object-fit: cover;
}

section.banner .banner__wrapper {
    position: absolute;
    top: 0;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    padding-bottom: 5%;
    z-index: 4;
}

section.banner .overlay {
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.7875525210084033) 40%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

section.banner .banner__wrapper__title {
    font-size: 70px;
    letter-spacing: 4px;
    margin-bottom: 5px;
}

section.banner .banner__wrapper__title span {
    color: #fff;
}

section.banner .banner__wrapper__title span.highlated::after {
    width: 100%;
}

section.banner .banner__wrapper__text {
    color: #000;
    font-weight: bolder;
    font-size: 30px;
    line-height: 30px;
}

/* section.banner .btn-coinbox {
    padding: 12px 80px;
    font-size: 22px;
} */
section.banner .banner__btns {
    gap: 10px;
}

section.banner .banner__btns .btn {
    width: 165px;
}

.banner__wrapper__item {
    color: #FF9B00;
    width: 260px;
    text-shadow: 1px 0px 6px rgba(255, 255, 255, 0.6);
}

.banner__wrapper__item i {
    font-size: 50px;
}

.banner__wrapper__item__text {
    font-size: 32px;
    font-weight: bold;
}

.banner__wrapper .items {
    gap: 20px;
    margin-top: 20px;
}

.banner__countdown__text {
    color: #000;
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: bolder;
    line-height: 20px;
}

.banner__countdown__text__aclaration {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: normal;
}

.banner__countdown__text #days {
    font-size: 70px;
    line-height: 70px;
    letter-spacing: 3px;
}

section.featured {
    background-color: #fff;
    /* min-height: 685px; */
    position: relative;
}

section.featured .container {
    /* min-height: 605px; */
    position: relative;
}

section.featured .pretitle {
    color: #F8AC00;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.28px;
}

section.featured .name {
    font-size: 60px;
}

section.featured .col-info,
section.featured .col-photo {

    min-height: 500px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
}

section.featured .desc {
    color: #222221;
    font-family: "Public Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.36px;
    margin: 15px 0;
}

section.featured .text-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section.featured .text-wrapper .text-container{
    padding-top: 3rem ;
    padding-bottom: 3rem;
}

section.featured .stats {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    margin-top: 40px;
}

section.featured .stats .stat .item {
    color: #616160;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0.2px;
}

section.featured .stats .stat .info {
    color: #222221;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.32px;
}

section.featured .controls {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
    gap: 7.5px;
    margin-top: 40px;
    position: absolute;
    left: 15px;
    bottom: -65px;
    z-index: 3;
}

section.featured .controls .skipper {
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 5px;
    background-color: rgba(204, 204, 204, .5);
    color: #fff;
    font-size: 25px;
}

section.start {
    padding-bottom: 100px;
    position: relative;
    overflow-x: hidden;
}

section.start .bg-1 {
    position: absolute;
    top: 10%;
    right: -40px;
    width: 180px;
}

section.start .bg-2 {
    position: absolute;
    top: 60%;
    left: -10px;
    width: 120px;
}


section.start .col-video {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

section.start h1.title {
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    margin-top: 20px;
}

section.start .logo {
    width: 125px;
}

section.start .desc {
    color: #222221;
    font-family: "Public Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-top: 30px;
    line-height: 35px;
}

section.hydro {
    background-color: #222221;
    padding: 50px 0;
}

section.hydro .items {
    display: flex;
    flex-direction: row;
    gap: 45px;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

section.hydro .items .item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    font-family: Public Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    gap: 5px;
}

section.hydro .items .item p {
    margin: 0;
}

section.hydro .items .item i {
    font-size: 33px;
}

section.hydro .col-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

section.hydro .col-info .subtitle {
    color: #FFF;
    font-size: 14px;
    font-weight: 300;
}

section.hydro .col-info .title {
    color: #FF9B00;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 15px;
}

section.hydro .col-info .desc {
    color: #FFF;
    text-align: center;
    font-family: "Public Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 25px;
}

section.asics {
    padding-bottom: 40px;
}

section.asics .welcome {
    background-color: rgba(225, 223, 209, 0.50);
    background-position-x: center;
    background-position-y: top;
    background-size: contain;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 400px;
}

section.asics .welcome img.asic {
    width: 500px;
}

section.asics .welcome .subtitle {
    color: #222221;
    font-size: 14px;
    font-weight: 300;
    line-height: 40px;
}

section.asics .welcome .title {
    color: #222221;
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 30px;
}

section.asics .welcome .title span {
    padding-right: 10%;
}

section.asics .welcome .desc {
    color: #222221;
    font-family: "Public Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
}

section.asics .products {
    padding: 65px;
    border-radius: 20px;
    background: #FFF;
    text-align: center;
    height: 550px;
    margin-top: -275px;
    filter: drop-shadow(2px 0px 14px rgba(0, 0, 0, 0.10));
}

section.asics .products-list {
    position: relative;
}

section.asics .products-list .control-btn {
    padding: 10px 12.5px;
    cursor: pointer;
    border-radius: 5px;
    background-color: rgba(204, 204, 204, .5);
    color: #fff;
    font-size: 25px;
    display: inline-block;
    position: absolute;
    top: calc(50% - 25px);
    z-index: 2;
}

section.asics .products-list .control-btn.left {
    left: -50px;
}

section.asics .products-list .control-btn.right {
    right: -50px;
}

section.asics .products .title {
    margin-bottom: 9px;
}



section.asics .swiper-backface-hidden .swiper-slide {
    padding: 15px 0;
}

section.hydrocooling {
    padding: 80px 0;
    position: relative;
}

section.hydrocooling .floating-element {
    position: absolute;
    width: 90px;
    left: calc(50% - 45px);
    top: 20px;
}

section.hydrocooling .title {
    margin-bottom: 20px;
    font-size: 42px;
}

section.hydrocooling .subtitle {
    font-size: 14px;
    font-weight: 300;
    line-height: 60px;
}

section.hydrocooling .desc {
    color: #222221;
    font-family: "Public Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
}

section.hydrocooling .additional {
    color: #FF9B00;
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0.44px;
}

section.housing {
    background-color: rgba(238, 236, 224, 0.46);
    padding: 50px 0;
    position: relative;
}

section.housing::after {
    position: absolute;
    background-color: #616160;
    z-index: -1;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: 30%;
}

section.housing .pretitle {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
    display: block;
}

section.housing .title {
    margin: 10px 0;
    font-size: 42px;
}

section.housing .desc {
    color: #222221;
    font-family: 'Public Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
}

section.housing .desc .yellow {
    color: #FF9B00;
}

section.team {
    padding: 90px 0;
    background-position-x: left;
    background-position-y: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

section.team .title {
    font-size: 42px;
}

section.team .members {
    width: 100%;
    display: flex;
    gap: 20px;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-top: 70px;
}

section.team .member {
    width: 275px;
    transition: transform .5s ease;
}

section.team .member:hover {
    transform: translateY(-7.5px);

}

section.team .member h5.name {
    color: #616160;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    margin-top: 25px;
    line-height: 150%;
    letter-spacing: -0.18px;
    text-transform: uppercase;
    margin-bottom: 0;
}

section.team .member .alias {
    color: #616160;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.28px;
}

section.team .member img {
    border-radius: 30px;
}

section.team .member .link {
    display: inline-flex;
    background-color: #ccc;
    color: #5d5d5d;
    height: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    text-decoration: none !important;
    width: 30px;
    margin: 0 2.5px;
}

section.youtube {
    padding: 70px 0;
    background-color: #FF9B00;
    position: relative;
}

section.youtube .container-fluid {
    z-index: 1;
    position: relative;
}

section.youtube .title {
    color: #222221;
    text-align: center;
    font-size: 41px;
    margin-bottom: 50px;
    font-style: normal;
    font-weight: 300;
    line-height: 48px;
    text-transform: uppercase;
}

section.youtube .title b {
    font-weight: bolder;
}

section.youtube .videos {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

section.youtube .videos .ratio {
    width: 350px;
    border-radius: 20px;
}

section.youtube .youtube_icon {
    position: absolute;
    right: 30%;
    z-index: 0;
    top: 50px;
    width: 160px;
}

section.youtube .arrows {
    position: absolute;
    left: 40px;
    z-index: 0;
    top: 10%;
    width: 130px;
}

section.contact {
    background-color: #fff;
    padding: 116px 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    background-position-x: center;
    background-position-y: top;
}

section.contact .title {
    font-size: 42px;
}

section.contact .wrapper {
    background-color: #F4F3EC;
    padding: 70px 50px;
    position: relative;
}

section.contact .wrapper .floating-element {
    position: absolute;
    top: -60px;
    right: -60px;
    width: 120px;
}

section.contact .wrapper .subtitle {
    color: #222221;
    font-size: 22px;
    margin-top: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0.48px;
    margin-bottom: 20px;
}

section.contact .wrapper input.form-control,
section.contact .wrapper textarea.form-control {
    background-color: transparent !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0 !important;
}

section.contact .wrapper .form-floating label::after {
    background-color: transparent;
}

section.contact .wrapper .form-control:focus {
    border-color: var(--bs-border-color);
    outline: 0;
    box-shadow: none;
}

@media screen and (max-width: 1500px) {
    section.banner .banner__wrapper {
        gap: 0px;
    }

    .banner__countdown__text {
        font-size: 20px;
    }

    .banner__countdown__text #days {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: 3px;
    }
}


@media screen and (max-width: 1200px) {
    section.featured {
        min-height: unset;
    }

    section.banner .banner__wrapper__title {
        font-size: 50px;
    }

    section.banner .banner__wrapper__text {
        font-size: 23px;
        line-height: 23px;
    }

    .banner__wrapper__item__text {
        font-size: 24px;
    }

    .banner__background {
        min-height: 500px;
        object-fit: cover;
    }
}



@media screen and (max-width: 992px) {
    /* section.banner .btn-coinbox {
        padding: 10px 50px;
        font-size: 18px;
    } */

    section.featured .text-wrapper{
        position: relative;
    }

    section.featured .text-wrapper .text-container{
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    section.banner .overlay {
        background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 0) 100%);
    }

    section.banner {
        padding-bottom: 40px;
    }

    .banner__background {
        min-height: 275px;
        object-fit: cover;
        max-height: unset;
    }

    .banner__wrapper__item {
        width: 31%;
    }

    .banner__wrapper__item i {
        font-size: 25px;
    }

    .banner__wrapper__item__text {
        font-size: 14px;
    }

    section.banner .banner__wrapper__title {
        font-size: 28px;
    }

    .banner__wrapper .items {
        gap: 5px;
        margin-top: 10px;
    }

    section.banner .banner__wrapper__text {
        font-size: 18px;
        line-height: 18px;
    }

    section.featured .pretitle {
        margin: 0 auto;
    }

    section.featured .name {
        font-size: 36px;
        text-align: center;
        width: 100%;
        margin-top: 10px;
    }

    section.featured .desc {
        display: none;
    }

    section.featured .desc {
        font-size: 14px;
        line-height: 133%;
    }

    section.featured .col-info,
    section.featured .col-photo {
        min-height: unset;
    }

    section.featured .col-photo {
        padding-top: 25px;
    }

    section.featured .stats {
        margin-top: 15px;
        gap: 0;
        justify-content: space-between;
        width: 100%;
    }

    section.featured .stats .stat .item {
        font-size: 10px;
    }

    section.featured .stats .stat .info {
        font-size: 12px;
    }

    section.featured .btn-secondary {
        margin: 10px auto;
    }

    section.featured .controls {
        display: none;
    }

    section.featured {
        padding: 20px 0;
    }

    section.start {
        padding: 70px 0;
    }

    section.start .desc {
        font-size: 14px;
        line-height: 30px
    }

    section.start .logo {
        width: 100px;
    }

    section.start h1.title {
        font-size: 28px;
    }

    section.hydro .row {
        flex-direction: column-reverse;
    }

    section.hydro .items {
        display: none;
    }

    section.hydro .col-info .title {
        font-size: 24px;
    }

    section.hydro .col-info .desc {
        line-height: 30px;
    }

    section.hydro .btn-coinbox {
        margin-bottom: 10px;
    }

    section.asics .row {
        flex-direction: column-reverse;
    }

    section.asics {
        padding-bottom: 0;
    }

    section.asics .welcome {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    section.asics .welcome .title {
        font-size: 28px;
    }

    section.asics .welcome .desc {
        font-size: 14px;
        line-height: 30px;
    }

    section.asics .btn-secondary {
        margin: 15px 0;
    }

    section.asics .welcome img.asic {
        width: 70%;
        margin-top: 10px !important;
    }

    section.asics .products {
        margin-top: 0;
        filter: none;
        padding: 20px 30px;
        padding-top: 30px;
    }


    section.asics .products-list {
        width: 260px;
        margin: 0 auto;
    }

    section.asics .products .title {
        font-size: 28px;
    }

    section.hydrocooling {
        padding-top: 0;
        padding-bottom: 60px;
    }

    section.hydrocooling .title {
        font-size: 28px;
    }

    section.hydrocooling .desc {
        font-size: 14px;
        line-height: 30px;
    }

    section.hydrocooling .additional {
        font-size: 18px;
        margin-top: 15px;
    }

    section.hydrocooling .floating-element {
        left: calc(85% - 45px);
    }

    section.team .title {
        font-size: 28px;
    }

    section.team .member {
        flex-shrink: 0;

    }


    section.team .members {
        overflow-x: scroll;
        overflow-y: visible;
        -webkit-overflow-scrolling: touch;
        justify-content: flex-start;
        margin-top: 45px;
        padding-bottom: 35px;
    }

    section.team {
        padding: 60px 0;
    }


    section.youtube .videos .ratio {
        display: none;
    }


    section.youtube .videos .ratio:first-child {
        display: block;
    }

    section.youtube .title {
        font-size: 28px;
        line-height: 30px;

        margin-bottom: 20px;

    }



    section.youtube {
        padding: 50px 0;
    }

    section.youtube .btn-secondary {
        margin-top: 10px;
    }

    section.youtube .youtube_icon {
        right: 23px;
        z-index: 0;
        top: 50px;
        width: 40px;
        top: 10px;
    }

    section.youtube .arrows {
        left: 40px;
        top: unset;
        width: 70px;
        bottom: 20px;
    }

    section.contact {
        padding: 50px 0;
    }

    section.contact .wrapper {
        background-color: #F4F3EC;
        padding: 65px 15px;
        position: relative;
        width: 100%;
        margin: 0 auto;
    }

    section.contact .wrapper .floating-element {
        position: absolute;
        top: -25px;
        right: -5px;
        width: 75px;
    }

    section.contact .title {
        font-size: 28px;
    }

    section.contact .wrapper .subtitle {
        font-size: 18px;
    }

    section.housing .desc {
        font-size: 14px;
        line-height: 30px;
    }

    section.housing .title {
        font-size: 28px;
    }

    section.housing .pretitle {
        margin-bottom: 0;
        margin-top: 20px;
    }

    section.housing::after {
        left: 0;
        top: 0;
        bottom: 75%;
        width: 100%;
    }

    section.hydro .col-info {
        min-height: auto;
    }
}

/* ===== Featured: subir texto y reservar aire a la derecha (mobile) ===== */
@media (max-width: 991.98px){
    /* Mantengo el texto dentro del flujo pero lo “subo” con margen negativo */
    #carouselFeatured .carousel-item .text-wrapper{
      position: relative !important;
      z-index: 2; /* por si acaso, que quede por encima del png */
    }
  
    #carouselFeatured .carousel-item .text-wrapper .text-container{
      /* Ajustá solo estos 2 valores si querés más/menos efecto */
      --lift: clamp(-200px, -58vw, -132px);     /* cuánto SUBE el bloque */
      --safe: clamp(130px, 46vw, 200px);       /* aire a la derecha p/imagen */
  
      margin-top: var(--lift) !important;
      padding-right: var(--safe) !important;
      height: auto !important;
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }
  
    /* Evitamos empujes innecesarios */
    #carouselFeatured .carousel-item .text-wrapper h1,
    #carouselFeatured .carousel-item .text-wrapper p{ margin-top: 0 !important; }
  }
  
 /* ===== Featured: subir texto y reservar aire a la derecha (mobile) ===== */
@media (max-width: 991.98px){
    #carouselFeatured .carousel-item .text-wrapper{
      position: relative !important;
      z-index: 2;
    }
    #carouselFeatured .carousel-item .text-wrapper .text-container{
      /* Ajustá estos dos si querés más/menos efecto */
      --lift: clamp(-200px, -58vw, -132px); /* cuánto SUBE el bloque */
      --safe: clamp(130px, 46vw, 200px);    /* aire a la derecha para la imagen */
  
      margin-top: var(--lift) !important;
      padding-right: var(--safe) !important;
      height: auto !important;
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }
    #carouselFeatured .carousel-item .text-wrapper h1,
    #carouselFeatured .carousel-item .text-wrapper p{ margin-top: 0 !important; }
  
    /* Fila de badges + CTAs compactos en una sola línea */
    section.featured .text-wrapper .col-md-7 .d-flex.gap-2{
      display:flex !important;
      flex-direction:row !important;
      align-items:center;
      gap:8px !important;
      flex-wrap:nowrap !important;
    }
    section.featured .text-wrapper .col-md-7 .d-flex.gap-2 img{
      height:36px; width:auto; display:block;
    }
    section.featured .text-wrapper .col-md-7 .d-flex.gap-2 .btn{
      height:36px;
      line-height:36px;
      padding:0 12px;
      font-size:13px;
      font-weight:600;
      border-radius:10px;
      white-space:nowrap;
      width:auto !important;
      flex:0 0 auto !important;
    }
    .list-unstyled li{
        font-size: 12px;

    }
  }
  
  /* 2º slide: si necesitás un lift distinto */
  @media (max-width: 991.98px){
    #carouselFeatured .carousel-inner .carousel-item:nth-child(2) .text-wrapper .text-container{
      --lift: clamp(-210px, -60vw, -140px);
      --safe: clamp(130px, 46vw, 200px); /* aire a la derecha para la imagen */
    }
  }
  
  /* Desktop: superpuesto y centrado vertical */
  @media (min-width: 992px){
    #carouselFeatured .carousel-item{ position:relative; }
    #carouselFeatured .carousel-item .text-wrapper{
      position:absolute; inset:0; display:flex; align-items:center;
    }
    #carouselFeatured .carousel-item .text-wrapper .text-container{
      height:100%; padding-top:3rem; padding-bottom:3rem;
    }
  }
  
  /* Badges: asegurar tamaño y que no se recorten (también desktop) */
  .text-wrapper .d-flex a img[alt*="Play"],
  .text-wrapper .d-flex a img[alt*="App"]{
    height:36px !important;
    width:auto !important;
    max-width:none !important;
    object-fit:contain;
    display:block;
  }
  .text-wrapper .d-flex{
    flex-wrap:nowrap !important;
    align-items:center !important;
    gap:8px !important;
  }
  @media (min-width:768px){
    .text-wrapper .d-flex{ justify-content:flex-start !important; }
  }
  /* === Featured – SOLO mover la fila de botones a la derecha (mobile) === */
@media (max-width: 991.98px){
    /* aseguro que el col actúe en columna (ya viene así, pero forzamos) */
    #carouselFeatured .text-wrapper .col-md-7{
      display: flex !important;
      flex-direction: column !important;
    }
  
    /* fila de badges + CTAs: a la derecha y sin envolverse */
    #carouselFeatured .text-wrapper .col-md-7 > .d-flex.gap-2{
      align-self: flex-end;                 /* << se pega a la derecha */
      justify-content: flex-end !important; /* por si trae justify heredado */
      flex-wrap: nowrap !important;         /* no se apilan */
      gap: 8px !important;
      margin-right: clamp(10px, 4vw, 22px); /* aire del borde derecho */
      width: auto !important;               /* no estirar a 100% */
      flex: 0 0 auto !important;
    }
  
    /* tamaños compactos coherentes con los badges */
    #carouselFeatured .text-wrapper .col-md-7 > .d-flex.gap-2 img{
      height: 36px; width: auto; display: block;
    }
    #carouselFeatured .text-wrapper .col-md-7 > .d-flex.gap-2 .btn{
      height: 36px; line-height: 36px;
      padding: 0 12px; font-size: 13px; font-weight: 600;
      border-radius: 10px; white-space: nowrap;
      width: auto !important; flex: 0 0 auto !important;
    }
  }
  
  /* opcional: si la pantalla es MUY angosta, dejá que se*
  
  /* === Featured – SOLO la fila de badges/CTAs a la derecha (mobile) === */
@media (max-width: 991.98px){
    /* empuja la fila a la derecha sin afectar títulos/textos */
    #carouselFeatured .text-wrapper .col-md-7 > .d-flex.gap-2{
      margin-left: auto;                   /* ← más sólido que align-self */
      justify-content: flex-end !important;
      flex-wrap: nowrap !important;
      gap: 8px !important;
      margin-right: clamp(10px, 4vw, 22px);/* aire del borde derecho */
      width: auto !important;
      flex: 0 0 auto !important;
    }
  
    /* tamaños compactos y sin recortes */
    #carouselFeatured .text-wrapper .col-md-7 > .d-flex.gap-2 img{
      height: 36px; width: auto; display: block;
    }
    #carouselFeatured .text-wrapper .col-md-7 > .d-flex.gap-2 .btn{
      height: 36px; line-height: 36px;
      padding: 0 12px; font-size: 13px; font-weight: 600;
      border-radius: 10px; white-space: nowrap;
      width: auto !important; flex: 0 0 auto !important;
    }
  }
  
  /* pantallas MUY angostas: permití que se apilen prolijos */
  @media (max-width: 340px){
    #carouselFeatured .text-wrapper .col-md-7 > .d-flex.gap-2{
      flex-wrap: wrap !important;
      justify-content: flex-end !important;
      row-gap: 6px !important;
    }
  }
  