@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');


/* Formatação Geral */
body {
    font-family: "Inter", sans-serif;
}

h1,
h2 {
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-weight: bolder;
    font-style: normal;
}

h1 {
    font-size: clamp(2.5rem, 4vw, 5rem);
}

h2 {
    font-size: clamp(2rem, 3vw, 3.5rem);
}

/*Efeito do header*/
.header {
    background: transparent;
    transition: 0.3s ease-in-out;
}

.header>section {
    max-width: min(1120px, calc(100% - 32px));
    margin: 8px auto 0;
    border-radius: 16px;
    background: transparent;
    backdrop-filter: none;
    transition: 0.3s ease-in-out;
}

/* Quando scrollar */
.header.scrolled {
    background: #ffffff83;
    backdrop-filter: blur(10px);
}

.header.scrolled>section {
    max-width: 100%;
    margin-top: 0;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
}

/*Tamanho da logo para telas grandes*/
.logo {
    width: 150px;
    height: auto;
    transition: 0.3s;
}

.header.scrolled .logo {
    width: 100px;
}

/*Tamanho da logo para celular */
@media (max-width: 768px) {
    .logo {
        width: 120px;
    }
}

nav a {
    position: relative;
}

/*Efeito do header*/
.header nav a {
    color: #241913 !important;
    font-weight: 700;
    text-shadow: 0 1px 3px rgba(255, 255, 255, 0.55);
    transition: 0.3s;
}

.header.scrolled nav a {
    color: #F86F28 !important;
    font-size: 1rem;
    text-shadow: none;
}

/*Cor laranja*/
.orange {
    color: #F86F28;
}

.bg-orange {
    background-color: #F86F28;
    z-index: 10;
    position: relative;
}

/*Efeito da nav*/
nav a::after {
    content: "";
    width: 0;
    height: 2px;

    background-color: #F86F28;

    position: absolute;
    bottom: 0;
    left: 0;

    transition: 0.3s ease-in-out;
}

nav a:hover::after {
    width: 100%;
}

/*Nav para celular*/
@media (max-width:999px) {
    .nav-mobile {
        display: flex;
        flex-direction: column;

        position: fixed;
        top: 100px;
        right: -100%;

        width: 50vw;
        height: calc(100vh - 100px);

        background: #f86d28;

        z-index: 999;

        padding-top: 20px;

        transition: 0.2s ease-in-out;
    }

    .header.scrolled .nav-mobile {
        top: 88px;
        height: calc(100vh - 80px);
    }

    .nav-mobile.active {
        right: 0;
    }

    .nav-mobile ul {
        display: flex;
        flex-direction: column;
        gap: 30px;

        margin: 0;
        padding: 0;
    }

    .nav-mobile a,
    .header.scrolled .nav-mobile a {
        color: #fff !important;
        font-size: 1rem;
        text-shadow: none;
    }

}

/*Icone do menu*/
.mobile-menu div {
    width: 32px;
    height: 2px;
    margin: 8px;
    background-color: #F86F28;
}

/*Banner*/
.banner {
    min-height: 82vh;

    background: linear-gradient(90deg, rgba(255, 244, 232, 0.85) 0%, rgba(255, 244, 232, 0.55) 42%, rgba(255, 244, 232, 0.08) 72%),
        url("imagens/banner.jpeg");

    background-size: cover;
    background-position: center;

    position: relative;
    padding-top: 135px;
    padding-bottom: 80px;

    box-shadow: 0 10px 30px rgba(255, 113, 18, 0.45);
}

.banner-conteudo {
    max-width: 620px;
    color: #2a1d16;
}

.banner-tag {
    color: #F86F28;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.08rem;
}

/*Tútulo do banner*/
.titulo-banner {
    font-size: clamp(3rem, 5vw, 5.6rem);
    line-height: 0.95;
}

/*Texto do banner*/
.text-banner {
    max-width: 500px;
    margin-top: 20px;
    color: #4f4038;
    font-size: clamp(1.05rem, 1.35vw, 1.3rem);
    line-height: 1.7;
}

.btn-whatsapp {
    border-radius: 8px;
    padding: 14px 26px;
    background: #F86F28;
    color: #fff;
    font-weight: 700;
    box-shadow: 0 12px 28px rgba(248, 111, 40, 0.28);
}

.btn-whatsapp:hover {
    background: #e85f1c;
    color: #fff;
}

@media (max-width:768px) {

    .banner {
        min-height: 560px;
        padding-top: 135px;
        padding-bottom: 52px;
        background-color: #fff4e8;
        background-image: linear-gradient(90deg, rgba(255, 244, 232, 0.92) 0%, rgba(255, 244, 232, 0.76) 52%, rgba(255, 244, 232, 0.2) 100%),
            url("imagens/banner.jpeg");
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: 64% center;
    }

    .banner-conteudo {
        max-width: 100%;
    }

    .titulo-banner {
        font-size: clamp(2.55rem, 13vw, 3.6rem);
    }

    .text-banner {
        font-size: 1rem;
    }
}

/* Novas cores do FAQ/Accordion */
.accordion-button:not(.collapsed) {
    background-color: #F4C28A;
    color: #000;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.accordion-collapse {
    background-color: #FFF7EF;
}


/* Tamanho dos textos dos parágrafos */

p {
    font-size: clamp(1rem, 1.1vw, 1.3rem);
}

/* Controle de scroll ao interagir com o header */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 120px;
}

@media (max-width: 768px) {
    html {
        scroll-padding-top: 100px;
    }
}

/*Efeito de onda na area de tecnicas*/
.wave-area {
    position: relative;
    width: 100%;
    height: 150px;
    overflow: hidden;
    background: #fff;
}

.wave {
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 100px;

    background: url(imagens/wave.png);
    background-size: 1000px 100px;
}

.wave1 {
    animation: efeito1 30s linear infinite;
    opacity: 1;
    z-index: 4;
}

.wave2 {
    animation: efeito2 15s linear infinite;
    opacity: 0.5;
    bottom: 10px;
    z-index: 3;
}

.wave3 {
    animation: efeito1 30s linear infinite;
    opacity: 0.2;
    bottom: 15px;
    z-index: 2;
}

.wave4 {
    animation: efeito2 5s linear infinite;
    opacity: 0.7;
    bottom: 20px;
    z-index: 1;
}

/* Área da seção de serviços */
.servicos {
    padding: 52px 0;
    min-height: 600px;
}

/* Container mais largo só na seção de serviços para comportar 5 cards maiores */
.container-servicos {
    max-width: 1320px;
}

@keyframes efeito1 {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: 1000px;
    }
}

@keyframes efeito2 {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: -1000px;
    }
}

/* Classe utilitária para indicar elementos clicáveis */
.cursor-pointer {
    cursor: pointer;
}

/* Classe utilitária para alternar estados com JavaScript */
.hidden {
    display: none !important;
}

/* Estado inicial e transição da lista de serviços */
#conteudoServicos {
    transition: opacity 0.25s ease, transform 0.25s ease;
}

/* Animação de saída da lista ao abrir um serviço */
#conteudoServicos.servicos-saindo {
    opacity: 0;
    transform: translateY(18px) scale(0.98);
}

/* Animação de retorno da lista ao fechar um serviço */
#conteudoServicos.servicos-entrando {
    animation: listaServicosEntrada 0.28s ease both;
}

/* Texto curto abaixo do título da seção */
.servicos-subtitulo {
    max-width: 620px;
    font-size: 1.08rem;
}

/* Limite de largura dos cards para manter a linha organizada */
.servico-card {
    max-width: 245px;
    margin: 0 auto;
}

/* Título de cada técnica na lista */
.servico-titulo {
    font-size: clamp(1.15rem, 1.45vw, 1.4rem);
    font-weight: 700;
}

/* Descrição curta de cada técnica na lista */
.servico-resumo {
    margin: 8px auto 0;
    max-width: 235px;
    font-size: 0.96rem;
    line-height: 1.4;
}

/* Área interna do detalhe do serviço selecionado */
.detalhe-servico {
    padding: 12px 0 32px;
    min-height: 496px;
}

/* Entrada da imagem no detalhe */
.detalhe-servico.animando-entrada .detalhe-img {
    animation: detalheImagemEntrada 0.48s cubic-bezier(0.22, 1, 0.36, 1) both;
}

/* Saída da imagem no detalhe */
.detalhe-servico.animando-saida .detalhe-img {
    animation: detalheImagemSaida 0.35s ease both;
}

/* Entrada suave dos textos e botão de fechar */
.detalhe-servico.animando-entrada .detalhe-fechar,
.detalhe-servico.animando-entrada h3,
.detalhe-servico.animando-entrada #textoServico {
    animation: detalheTextoEntrada 0.35s ease both;
}

/* Atraso do título para criar sequência visual */
.detalhe-servico.animando-entrada h3 {
    animation-delay: 0.12s;
}

/* Atraso do texto explicativo para entrar após o título */
.detalhe-servico.animando-entrada #textoServico {
    animation-delay: 0.18s;
}

/* Saída suave dos textos e botão de fechar */
.detalhe-servico.animando-saida .detalhe-fechar,
.detalhe-servico.animando-saida h3,
.detalhe-servico.animando-saida #textoServico {
    animation: detalheTextoSaida 0.2s ease both;
}

/* Botão X do detalhe */
.detalhe-fechar {
    line-height: 1;
    margin-bottom: 24px;
}

/* Imagem circular do detalhe */
.detalhe-img {
    width: min(70vw, 360px);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.767);
}

/* Imagens circulares dos cards da lista */
.servico-img {
    width: 235px;
    height: 235px;

    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.767);
}

/* Crescimento da imagem ao abrir o detalhe */
@keyframes detalheImagemEntrada {
    from {
        opacity: 0;
        transform: translateY(36px) scale(0.72);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Redução da imagem ao fechar o detalhe */
@keyframes detalheImagemSaida {
    from {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

    to {
        opacity: 0;
        transform: translateY(36px) scale(0.72);
    }
}

/* Entrada suave de título, texto e botão */
@keyframes detalheTextoEntrada {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Saída suave de título, texto e botão */
@keyframes detalheTextoSaida {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(12px);
    }
}

/* Entrada suave da lista ao voltar */
@keyframes listaServicosEntrada {
    from {
        opacity: 0;
        transform: translateY(18px) scale(0.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Respeita usuários que preferem menos animação */
@media (prefers-reduced-motion: reduce) {

    #conteudoServicos,
    .detalhe-servico *,
    #conteudoServicos.servicos-entrando {
        animation: none !important;
        transition: none !important;
    }
}

/* Ajustes da seção de serviços em telas menores */
@media (max-width: 768px) {
    .servicos {
        padding: 40px 0;
        min-height: 0;
    }

    .detalhe-servico {
        padding: 10px 0 24px;
        min-height: 0;
    }

    .detalhe-img {
        width: min(75vw, 260px);
    }

    .servico-img {
        width: min(72vw, 200px);
        height: min(72vw, 200px);
    }

    .servico-titulo {
        font-size: 1.35rem;
    }

    .servico-resumo {
        max-width: 280px;
        font-size: 1rem;
    }

    .servico-card {
        max-width: 300px;
    }
}

/*Fundo bege*/
.bg-beige{
    background-color: #faead97c;
}

/*Borda laranja*/
.border-orange{
    border-color: #F86F28 !important;
}

/*Ajusta da imagem spa*/
.img-spa{
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 290px;
    opacity: 95%;
    filter: drop-shadow(0 0 25px rgba(248, 109, 40, 0.253));
}

.bg-beige > *:not(.img-spa){
    position: relative;
    z-index: 1;
}

/* Mudar cor do accordion (FAQ) */
.accordion-item{
    border: 2px solid #F86F28;
    border-radius: 12px !important;
    overflow: hidden;
}

.accordion-button{
    background-color: #FFF7EF;
}

.accordion-button:not(.collapsed){
    background-color: #F4C28A;
    color: #000;
}

.accordion-button::after{
    filter: invert(55%) sepia(88%) saturate(1832%) hue-rotate(347deg) brightness(101%) contrast(95%);
}

.h2-2font{
    font-family: "Inter", sans-serif;
}

/*Ajusta da imagem spa*/
.img-mandala{
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 250px;
    opacity: 40%;
}

/* Footer */

.footer-title{
    color: #ffcd62;
}

/* Botão whatsapp do header */
.header .btn-whatsapp{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    padding: 10px 18px;

    color: #fff !important;
    text-shadow: none !important;
    line-height: 1;

    width: fit-content;
    white-space: nowrap;
}

.header .btn-whatsapp i{
    font-size: 1rem;
}

.header.scrolled .btn-whatsapp{
    color: #fff !important;
}