/* Estilos gerais para o container de conteúdo rico (Wysiwyg) */
.u-wysiwyg h1,
.u-wysiwyg h2,
.u-wysiwyg h3,
.u-wysiwyg h4 {
    font-weight: 700;
}

.u-wysiwyg h1 strong,
.u-wysiwyg h2 strong,
.u-wysiwyg h3 strong,
.u-wysiwyg h4 strong {
    font-weight: 700;
}

/* MODIFICADO: Título H2 dentro da seção principal diminuído */
.u-wysiwyg h2 {
    font-size: 1.7rem; /* Tamanho do título reduzido */
    margin: 2.8rem 0 1.05rem;
}

.u-wysiwyg h2:first-child,
.u-wysiwyg h3:first-child,
.u-wysiwyg h4:first-child {
    margin-top: 0;
}

/* MODIFICADO: Parágrafos dentro da seção principal diminuídos */
.u-wysiwyg p {
    margin: 0 0 1.4rem;
    text-align: left;
    font-size: 1rem; /* Tamanho da fonte do parágrafo reduzido (padrão era 18px) */
    line-height: 1.6;
}

.u-wysiwyg img,
.u-wysiwyg .outbound {
    margin: 3.5rem 0;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    max-width: initial;
    width: 100vw;
}

.u-wysiwyg .outbound:last-child {
    margin-bottom: 0;
}

.u-wysiwyg .no-outbounds img,
.u-wysiwyg.no-outbounds img {
    margin: 0 0 .35rem;
    max-width: 100%;
    width: 100%;
}

/* Base Swiper */
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
/* Reserva um espaço mínimo para a lista de terapeutas para evitar CLS */
#lista-de-terapeutas {
    min-height: 180px; /* Altura aproximada de uma fileira de perfis */
}
/* Banner */
.banner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: 50% no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 65vh;
    padding: 5.6rem 0;
    position: relative;
}

@media screen and (min-width: 1280px) {
    .banner {
        background-attachment: fixed;
    }
}

.banner::before {
    background: rgba(0, 0, 0, 0.35);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.banner__title {
    font-size: 2.15rem;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 1;
    text-shadow: 0 0 15px #000;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
}

@media screen and (min-width: 640px) {
    .banner__title {
        font-size: 3rem;
    }
}

.banner__title strong,
.banner__title b {
    font-weight: 700;
}

.banner [class^="u-wrapper"] {
    position: relative;
    z-index: 3;
}

/* Depoimentos */
.testimonials {
    margin: 2.8rem 0;
}

@media screen and (min-width: 480px) {
    .testimonials__wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.testimonials__title {
    font-weight: 400 !important;
    margin: 0 0 2.1rem !important;
}

.testimonials .testimonial {
    margin: 0 0 2.1rem;
    width: 100%;
}

@media screen and (min-width: 480px) {
    .testimonials .testimonial {
        margin: 0;
        width: 48%;
    }
}

@media screen and (min-width: 960px) {
    .testimonials .testimonial {
        margin: 0;
        width: 23%;
    }
}

.testimonial__author {
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
}

.testimonial__content {
    margin: 0 0 1.4rem;
}

.testimonial .u-icon {
    color: #baa389;
    display: block;
}

.testimonial .u-icon svg {
    height: 45px;
    margin: 0 auto 0.7rem;
    width: 45px;
}

/* Equipe */
.team-card__image {
    background: #292929 50% no-repeat;
    background-size: cover;
    border-radius: 50%;
    margin: 0 0 0.7rem;
    padding-bottom: 100%;
    width: 100%;
}

.team-card__name {
    display: block;
    font-weight: bold;
    margin-top: 0.35rem;
    text-align: center;
}

/* Correção para o link do nome das massagistas */
.team__item a, .team-card a {
    text-decoration: none;
    color: #fff;
}

.team__item a:hover, .team-card a:hover {
    opacity: 0.8;
}

.team {
    background: 50% no-repeat;
    background-size: cover;
    padding: 4.9rem 0;
}

@media screen and (min-width: 1280px) {
    .team {
        background-attachment: fixed;
    }
}

.team__title {
    margin: 0 0 2.8rem !important;
}

.team__list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* Layout do slider da equipe */
.team--slider .team__slider {
    overflow: hidden;
}

.team--slider .team__list {
    margin-bottom: -18px;
    overflow-x: auto;
    padding-bottom: 20px; /* ADICIONE ESTA LINHA */

}

.team--slider .team__item {
    margin: 0 0.49rem;
    min-width: 39%;
}

@media screen and (min-width: 768px) {
    .team--slider .team__item {
        min-width: 28%;
    }
}

@media screen and (min-width: 1024px) {
    .team--slider .team__item {
        min-width: 22%;
    }
}

.team--slider .u-wrapper {
    overflow: hidden;
}


/* Salas */
.rooms {
    position: relative;
}

.rooms__image {
    background: 50% no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    width: 100%;
    z-index: -1;
}

@media screen and (min-width: 1280px) {
    .rooms__image {
        background-attachment: fixed;
    }
}

.rooms__image.animate {
    opacity: 1;
    z-index: 1;
}

/* Rodapé */
.footer {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 2.8rem 0;
    text-align: center;
}

.footer__logo {
    margin: 0 0 1.4rem;
}

.footer__logo img {
    display: inline-block;
    max-width: 5.55556rem;
}

.footer__phone {
    font-size: 1.5rem;
    font-weight: 700;
    text-decoration: none;
}

.footer__book-link {
    font-size: 1.5rem;
    font-weight: 100;
    text-decoration: none;
}

/* Métodos de Pagamento */
.payment-methods {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.payment-methods__item {
    background: rgba(186, 163, 137, 0.5);
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0.21rem;
    padding: 0.35rem;
}

.payment-methods__item svg {
    height: 21px;
    width: 42px;
}

.payment-methods__item svg path {
    fill: #baa389;
}

/* Benefícios Chave */
.key-benefits {
    margin: 3.5rem 0;
}

.key-benefits__title {
    margin: 0 0 2.8rem !important;
}

@media screen and (min-width: 640px) {
    .key-benefits__list {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.key-benefits__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 2.1rem;
    width: 100%;
}

@media screen and (min-width: 640px) {
    .key-benefits__item {
        margin: 0;
        width: 28%;
    }
}

@media screen and (min-width: 640px) and (max-width: 959px) {
    .key-benefits__item {
        display: block;
    }
}

.key-benefits__number {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2.5rem;
    font-weight: 700;
    height: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    min-width: 50px;
    padding: 4px 10px 10px;
    text-align: center;
    width: 50px;
}

.key-benefits__content {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    padding: 0 0 0 0.7rem;
}

@media screen and (min-width: 640px) and (max-width: 959px) {
    .key-benefits__content {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        padding: 0.7rem 0 0;
    }
}

.key-benefits__content strong {
    color: #baa389;
    display: block;
}

/* Grid de Imagens com Link */

/* MODIFICADO: Bloco do link da imagem com menos espaçamento interno */
.image-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: 50% no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 14rem;
    padding: 2rem 1rem; /* Espaçamento interno reduzido para o texto caber melhor */
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
    width: 100%;
}

.image-link::before {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

/* MODIFICADO: Título do link da imagem menor para caber no bloco */
.image-link__title {
    color: #fff;
    font-size: 1.15rem; /* Fonte significativamente reduzida */
    font-weight: 700;
    line-height: 1.3; /* Altura da linha ajustada */
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    word-wrap: break-word; /* Garante que palavras longas quebrem a linha */
}

.grid-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: calc((100% - 100vw) / 2);
    width: 100vw;
}

.grid-links:hover > * {
    opacity: 0.5;
}

.grid-links > * {
    -webkit-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
    width: 50%;
}

@media screen and (min-width: 768px) {
    .grid-links > * {
        width: 25%;
    }
}

.grid-links > *:hover {
    opacity: 1 !important;
}