.synapsya-slider-wrap {
    width: 100%;
    overflow: hidden;
}

.synapsya-swiper {
    width: 100%;
    height: 100%;
}

/* ── Slide ── */
.synapsya-swiper .swiper-slide {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* ── Background slide ── */
.synapsya-swiper .swiper-content {
    position: relative;
    width: 100%;
    min-height: 500px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-position: 49% 54%;
    background-size: cover;
    background-attachment: scroll;
    background-clip: padding-box;
}

/* ── Contenu ── */
.synapsya-swiper .slide-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 100px;
}

.synapsya-swiper .slide-content h1 {
    color: #fff;
    margin: 0 0 20px 0px;
    max-width: 850px;
}

.synapsya-swiper .slide-content p {
    max-width: 850px;
}

/* ── Bouton CTA ── */
.synapsya-swiper .slide-btn {
    display: inline-block;
    background: #fff;
    color: #1a1a1a;
    font-weight: 600;
    text-decoration: none;
    border-radius: 12px;
    align-self: flex-start;
    transition: background .2s, color .2s;
    box-shadow: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
}
.synapsya-swiper .slide-btn {
    background-color: #f69876!important;
    color: #222222 !important;
}
.synapsya-swiper .slide-btn:hover {
    background-color: #f4e0ca !important;
    color: #222222 !important;
}



/* ── Navigation ── */
.synapsya-swiper .swiper-button-prev,
.synapsya-swiper .swiper-button-next {
    color: #fff;
}

.synapsya-swiper .swiper-pagination-bullet {
    background: #fff;
    opacity: .6;
}

.synapsya-swiper .swiper-pagination-bullet-active {
    opacity: 1;
}

/* ── Mobile ── */
@media (max-width: 768px) {
    .synapsya-swiper .swiper-content {
        min-height: 400px;
        background-position: center center;
    }

    .synapsya-swiper .slide-content {
        padding: 20px 5%;
        justify-content: center;
    }

  
}
