@font-face {
    font-family: 'ClashDisplay';
    src: url('./clash-display-font/ClashDisplay-Regular.otf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'ClashDisplay';
    src: url('./clash-display-font/ClashDisplay-Bold.otf');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'ClashDisplay';
    src: url('./clash-display-font/ClashDisplay-Medium.otf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'ClashDisplay';
    src: url('./clash-display-font/ClashDisplay-Semibold.otf');
    font-weight: 600;
    font-style: normal;
}

:root {
    --color-pink: #f5ddf1;
    --color-white: #ffffff;
    --color-text: #781c2b; /* Cor baseada na imagem (vinho/vermelho escuro) */
}

html {
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    /* Degradê do rosa ao branco preenchendo o site inteiro */
    background: linear-gradient(90deg, var(--color-pink) 0%, var(--color-white) 45%);
    min-height: 100vh;
}

.hero {
    position: relative;
    width: 100%;
    height: 100vh; /* Altura exata da tela (ex: 1080px) */
    min-height: 700px; 
    display: flex;
    align-items: center;
}

.hero-container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 5%;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center; /* Alinha o conteúdo à esquerda verticalmente ao centro */
    height: 100%;
}

.hero-content {
    max-width: 650px;
    margin-top: calc(-5% + 90px); /* Abaixado mais 20px (de 70px para 90px) */
    margin-left: 75px; /* Posição ajustada (100px - 25px) */
}

.logo-campanha {
    width: 100%;
    max-width: 540px; /* Reduzido em 10% (de 600px para 540px) */
    height: auto;
    margin-bottom: 1.2rem;
    display: block;
}

.hero-text {
    font-size: 1.7rem;
    color: var(--color-text);
    line-height: 1.3;
    font-weight: 400; /* Regular */
    margin-left: 9px;
}

.hero-text strong {
    font-weight: 700; /* Bold */
}

.hero-text--mobile {
    display: none;
}

/* Instagram handle no hero */
.hero-instagram {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 1.2rem;
    margin-left: 9px;
    color: var(--color-text);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.3px;
    opacity: 0.65;
    transition: opacity 0.4s ease, transform 0.3s ease, gap 0.3s ease;
    position: relative;
}

.hero-instagram:hover {
    opacity: 1;
    transform: translateX(3px);
    gap: 8px;
}

.hero-instagram__icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.hero-instagram:hover .hero-instagram__icon {
    transform: scale(1.1);
}

.hero-instagram__handle {
    position: relative;
}

.hero-instagram__handle::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--color-text);
    transition: width 0.3s ease;
}

.hero-instagram:hover .hero-instagram__handle::after {
    width: 100%;
}

/* Imagem da Hero (Day Hero.webp) */
.hero-image {
    position: absolute;
    top: 20px; /* Abaixada em 20px */
    right: 0;
    height: 115%; /* Faz a imagem vazar para a seção de baixo */
    width: auto;
    max-width: 55%; /* Garante que não invada muito o lado esquerdo */
    object-fit: cover;
    object-position: top right;
    z-index: 1;
    pointer-events: none; /* Para não atrapalhar cliques no texto caso sobreponha */
}

/* Mobile: esconder por padrão */
.hero-image--mobile {
    display: none;
}

/* Sessão 2 */
.sessao-2 {
    position: relative;
    width: 100%;
    min-height: 800px;
    background-color: transparent;
    z-index: 0;
    /* Padding lateral zerado na sessão para permitir que o bloco direito encoste na tela */
    padding-top: calc(15vh + 20px); 
    padding-bottom: 100px;
}

.container-sessao-2 {
    width: 100%;
    display: flex;
    gap: 40px;
    align-items: stretch;
    /* Mantém o alinhamento centralizado na esquerda, mas libera a direita */
    padding-left: max(5%, calc(50vw - 700px)); 
}

/* Retângulos da Sessão 2 */
.retangulo-esquerdo {
    width: 100%;
    max-width: 560px;
    min-height: 600px;
    border-radius: 0 80px 0 80px;
    background-color: #cfd0d2;
    position: relative;
    overflow: hidden; /* Garante que a foto não vaze as bordas redondas */
}

.img-sessao-2 {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Garante que a imagem apareça 100% sem cortes */
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.retangulo-direito {
    flex: 1;
    min-height: 600px;
    border-radius: 80px 0 0 80px;
    background-color: #ffd6ea;
    display: flex;
    align-items: center;
    padding: 60px 8%; /* Espaço interno para o texto não colar nas bordas */
}

.conteudo-sessao-2 {
    max-width: 620px;
}

.titulo-sessao-2 {
    font-family: 'ClashDisplay', sans-serif;
    font-size: 3.2rem;
    color: var(--color-text); /* Vermelho escuro */
    line-height: 0.95; /* Espaçamento de linha reduzido */
    margin-bottom: 25px;
    letter-spacing: -1px;
}

.titulo-sessao-2 .font-medium {
    font-weight: 500;
}

.titulo-sessao-2 .font-semibold {
    font-weight: 600;
}

.texto-sessao-2 {
    font-size: 1.15rem;
    color: var(--color-text);
    line-height: 1.5;
    margin-bottom: 25px;
    font-weight: 400; /* Montserrat Regular */
}

.texto-sessao-2 strong {
    font-weight: 700; /* Montserrat Bold */
}

.btn-ver-mais {
    display: inline-block;
    background-color: var(--color-text); /* Cor base */
    color: var(--color-white);
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 16px 75px; /* Aumentado o padding lateral para alargar o botão */
    border-radius: 8px;
    margin-top: 15px;
    transition: all 0.3s ease;
}

/* Header Flutuante (Glassmorphism) */
.floating-header {
    position: fixed;
    top: 14px; /* Subiu 16px (antes era 30px) */
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 1200px;
    z-index: 1000;
}

.navbar {
    display: flex;
    align-items: center;
    background: #ffffff; /* Fundo branco sólido */
    padding: 12px 30px;
    border-radius: 50px; /* Formato de pílula */
    box-shadow: 0 10px 30px rgba(120, 28, 43, 0.08); /* Sombra suave com o tom vinho do site */
    border: 1px solid rgba(120, 28, 43, 0.05); /* Borda sólida sutil */
}

.logo-link {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.logo-baly {
    height: 35px; /* Tamanho da logo ajustado para o header */
    width: auto;
    display: block;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(14%) sepia(31%) saturate(4662%) hue-rotate(328deg) brightness(95%) contrast(95%);
}

.nav-links {
    display: flex;
    flex: 1;
    justify-content: center;
    list-style: none;
    gap: 35px;
    margin: 0;
    padding: 0;
}

.nav-links a {
    text-decoration: none;
    color: var(--color-text); /* Cor vinho combinando com a headline */
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.nav-links a:hover {
    color: #a0283c; /* Tom um pouco mais claro no hover */
}

.nav-link-ativo {
    color: #e51010 !important;
    font-weight: 700 !important;
}

.btn-contato {
    text-decoration: none;
    background-color: var(--color-text);
    color: var(--color-white);
    padding: 10px 24px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

/* Sessão 3 */
.sessao-3 {
    position: relative;
    width: 100%;
    min-height: calc(100vh + 40px);
    background: linear-gradient(135deg, #e51010 0%, #8a0707 100%);
    display: flex;
    align-items: center;
    overflow: hidden;
}

.container-sessao-3 {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}

.conteudo-sessao-3 {
    max-width: 550px;
    color: var(--color-white);
    margin-left: 26px;
}

.titulo-sessao-3 {
    font-family: 'ClashDisplay', sans-serif;
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 0.95;
    margin-bottom: 15px;
    letter-spacing: -1px;
}

.titulo-sessao-3 .font-medium {
    font-weight: 500;
}

.texto-sessao-3 {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 40px;
    font-weight: 400;
}

.texto-sessao-3 strong {
    font-weight: 700;
}

.btn-sessao-3 {
    display: inline-block;
    background-color: var(--color-white);
    color: #e51010;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.2rem;
    padding: 16px 80px;
    border-radius: 8px; /* Bordas arredondadas como na imagem */
    transition: color 0.4s ease;
}

.btn-sessao-3:hover {
    color: #fff;
}

.imagem-sessao-3-container {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100vh;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    pointer-events: none; /* Para não atrapalhar cliques no container caso sobreponha */
}

.lata-sessao-3 {
    height: 100%;
    max-height: 100vh;
    width: auto;
    object-fit: contain;
    object-position: right center;
    transform: translateY(calc(-10% - 55px));
}

.lata-sessao-3--mobile {
    display: none !important;
}

/* Responsivo Básico */
@media (max-width: 1200px) {
    .hero-text {
        font-size: 1.4rem;
    }
    .logo-campanha {
        max-width: 450px;
    }
}

@media (max-width: 900px) {
    .hero {
        flex-direction: column;
        height: auto;
        padding-top: 100px;
        /* Degradê lateral (esquerda→direita) igual ao desktop, não de cima p/ baixo */
        background: linear-gradient(90deg, var(--color-pink) 0%, var(--color-white) 60%);
    }
    
    .hero-container {
        align-items: center;
        justify-content: center;
        height: auto;
    }

    .hero-content {
        margin-top: calc(-5% + 70px); /* Subido em 20px no mobile (de 90px para 70px) */
        margin-left: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 5%;
    }

    .logo-campanha {
        width: 100%;
        max-width: 360px;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 1.25rem;
    }

    .hero-text {
        font-size: 1.05rem;
        width: 100%;
        max-width: 360px;
        margin-left: 0;
        margin-right: 0;
    }

    .hero-text--desktop {
        display: none;
    }

    .hero-text--mobile {
        display: block;
    }

    .hero-instagram {
        margin-left: 0;
        margin-top: 1.5rem;
        font-size: 0.85rem;
        align-self: flex-start;
    }
    
    /* Desktop: esconder no mobile */
    .hero-image--desktop {
        display: none;
    }

    /* Mobile: mostrar em 100% da largura, sem respiro lateral */
    .hero-image--mobile {
        display: block;
        position: relative;
        height: auto;
        width: 100%;
        max-width: 100%;
        margin: 60px 0 0;
        object-fit: contain;
        top: 0;
        right: auto;
    }

    .sessao-2 {
        padding-top: 0;
        min-height: auto;
        background: #ffd6ea;
    }

    .container-sessao-2 {
        flex-direction: column-reverse;
        padding: 0;
    }
    
    .retangulo-esquerdo {
        width: 90%;
        max-width: 560px;
        margin: -46px auto 0 auto;
        border-radius: 0 60px 0 60px;
        height: 510px;
        min-height: 510px;
    }

    .img-sessao-2 {
        height: 600px;
        object-position: top center;
    }

    .retangulo-direito {
        max-width: 100%;
        border-radius: 0;
    }

    .container-sessao-3 {
        flex-direction: column;
        align-items: center;
        padding: 60px 5%;
    }

    .conteudo-sessao-3 {
        text-align: left;
        margin-bottom: 40px;
        width: fit-content;
        max-width: 100%;
    }

    .titulo-sessao-3 {
        font-size: 3rem;
    }

    .texto-sessao-3 {
        font-size: 1.15rem;
    }

    .texto-sessao-3 br {
        display: none;
    }

    .btn-sessao-3 {
        padding: 16px 32px;
        white-space: nowrap;
        font-size: 1.1rem;
    }

    .imagem-sessao-3-container {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
    }

    .lata-sessao-3--desktop {
        display: none !important;
    }

    .lata-sessao-3--mobile {
        display: block !important;
        width: 100%;
        max-width: 405px;
        height: auto;
        max-height: none;
        object-fit: contain;
        object-position: center;
        transform: none;
    }
}

/* Sessão Histórias */
.sessao-historias {
    width: 100%;
    padding: 100px 5%;
    background: linear-gradient(90deg, var(--color-pink) 0%, var(--color-white) 45%);
    position: relative;
}

.container-historias {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.titulo-historias {
    font-family: 'ClashDisplay', sans-serif;
    font-size: 3.5rem;
    color: var(--color-text);
    margin-bottom: 8px;
    font-weight: 700;
}

.subtitulo-historias {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    color: var(--color-text);
    margin: 0 auto 50px;
    line-height: 1.6;
    font-weight: 400;
}

.grid-historias {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.card-historia {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 30px;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 15px 40px rgba(120, 28, 43, 0.15); /* Sombra mais destacada */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-historia:hover {
    box-shadow: 0 20px 45px rgba(120, 28, 43, 0.25); /* Sombra ainda mais forte no hover */
}

.stories-ring {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    /* Gradiente e padding removidos a pedido para retirar o contorno degradê */
    /*
    background: conic-gradient(
        from 0deg at 50% 50%, 
        #8510f2 0%, 
        #d815b8 10%, 
        #f42076 20%, 
        #fa4e28 30%, 
        #ffd500 40%, 
        #ff9500 50%, 
        #fa4e28 60%, 
        #f42076 70%, 
        #d815b8 80%, 
        #b218f5 90%, 
        #8510f2 100%
    );
    padding: 6px;
    cursor: pointer;
    */
    background: none;
    padding: 0;
    cursor: default;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.2s ease;
}

.stories-ring:hover {
    /* transform: scale(1.05); Removido a pedido */
}

.img-embaixadora {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    /* O gap (borda) branca grossa que separa a foto do anel colorido */
    border: 6px solid #fff; 
    background-color: #fff;
    box-sizing: border-box;
}

.nome-embaixadora {
    margin-top: 20px;
    font-size: 1.5rem;
    color: var(--color-text);
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
}

.verificado {
    display: inline-flex;
    align-items: center;
}

.desc-embaixadora {
    margin-top: 10px;
    font-size: 1.05rem;
    color: var(--color-text);
    opacity: 0.9;
    max-width: 320px;
    line-height: 1.4;
    margin-bottom: 25px;
    min-height: 45px;
    font-weight: 500;
}

.btn-conhecer-historia {
    display: inline-block;
    background-color: var(--color-text);
    color: var(--color-white);
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    padding: 14px 35px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

/* CTA Mais Embaixadores */
.cta-mais-embaixadores {
    text-align: center;
    margin-top: 60px;
    padding: 0 20px;
}

.avatar-group {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid #f9ebed; /* Cor próxima ao fundo da página para o contorno */
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -15px; /* Sobreposição */
    box-shadow: 0 4px 10px rgba(120, 28, 43, 0.15);
    position: relative;
    z-index: 1;
}

.avatar:first-child {
    margin-left: 0;
}

.avatar-story {
    /* Gradiente e padding removidos a pedido para retirar o contorno degradê */
    /*
    background: conic-gradient(
        from 0deg at 50% 50%, 
        #8510f2 0%, #d815b8 10%, #f42076 20%, #fa4e28 30%, #ffd500 40%, 
        #ff9500 50%, #fa4e28 60%, #f42076 70%, #d815b8 80%, #b218f5 90%, #8510f2 100%
    );
    padding: 3px;
    */
    background: none;
    padding: 0;
}

.avatar-inner {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Inter', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #888; /* Cinza médio para dar cara de 'desconhecido/vazio', porém com mais contraste */
    border: 3px solid #fff; /* Criação do gap branco entre a borda gradiente e o conteúdo */
}

.avatar-number {
    background-color: #781c2b; /* Vinho da marca Baly, combina com o botão */
    border-color: #f9ebed;
}

.avatar-inner-number {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
}

.cta-mais-embaixadores p {
    font-family: 'Inter', sans-serif;
    color: #781c2b; /* Vermelho escuro principal da Baly */
    font-size: 1.15rem;
    line-height: 1.6;
    margin-bottom: 25px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.btn-mais-embaixadores {
    display: inline-block;
    padding: 15px 35px;
    background-color: #781c2b;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
}

/* ==================== */
/* Sessão NICE (Chip)   */
/* ==================== */
.sessao-nice {
    position: relative;
    width: 100%;
    background: linear-gradient(90deg, var(--color-pink) 0%, var(--color-white) 45%);
    z-index: 0;
    padding-top: 100px;
    padding-bottom: 100px;
}

.container-sessao-nice {
    width: 100%;
    display: flex;
    gap: 40px;
    align-items: stretch;
    padding-right: max(5%, calc(50vw - 700px));
}

/* Retângulo esquerdo: conteúdo de texto */
.retangulo-nice-esquerdo {
    flex: 1;
    height: 580px;
    min-height: auto;
    border-radius: 0 80px 80px 0;
    background-color: #ffd6ea;
    display: flex;
    align-items: center;
    padding: 60px 10%;
}

/* Wrapper dos dois retângulos de imagem */
.retangulos-nice-direito {
    width: 100%;
    max-width: 560px;
    height: 580px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Cada retângulo de imagem individual */
.retangulo-nice-img {
    width: 100%;
    flex: 1;
    border-radius: 80px 0 80px 0;
    overflow: hidden;
    position: relative;
}

.img-nice-chip {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}



.retangulo-nice-img:last-child {
    border-radius: 0 80px 0 80px;
}

.conteudo-nice {
    max-width: 620px;
    margin-left: auto;
}

.titulo-nice {
    font-family: 'ClashDisplay', sans-serif;
    font-size: 2.8rem;
    color: var(--color-text);
    line-height: 0.95;
    margin-bottom: 25px;
    letter-spacing: -1px;
}

.titulo-nice .font-medium {
    font-weight: 500;
}

.titulo-nice .font-semibold {
    font-weight: 600;
}

.texto-nice {
    font-size: 1rem;
    color: var(--color-text);
    line-height: 1.6;
    margin-bottom: 25px;
    font-weight: 400;
}

.texto-nice strong {
    font-weight: 700;
}

/* Botões da sessão NICE */
.nice-botoes-container {
    display: inline-flex;
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
    margin-top: 12px;
}

.nice-botoes-lojas {
    display: flex;
    align-items: stretch;
    gap: 15px;
    flex-wrap: nowrap;
    width: 100%;
}

.btn-download-nice {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    background-color: var(--color-text);
    color: var(--color-white);
    text-decoration: none;
    font-weight: 700;
    font-size: 1.05rem;
    padding: 16px 0;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.btn-loja {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    gap: 10px;
    background-color: var(--color-white);
    color: var(--color-text);
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.btn-loja span {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    white-space: nowrap;
}

.btn-loja small {
    font-size: 0.7rem;
    font-weight: 500;
}

.btn-loja strong {
    font-size: 0.95rem;
    font-weight: 700;
}

/* Responsivo da Sessão NICE */
@media (max-width: 900px) {
    .container-sessao-nice {
        flex-direction: column-reverse;
        padding: 0 5%;
    }

    .retangulo-nice-esquerdo {
        border-radius: 60px;
    }

    .retangulos-nice-direito {
        max-width: 100%;
    }

    .retangulo-nice-img {
        border-radius: 0 60px 0 60px;
    }

    .conteudo-nice {
        margin-left: 0;
    }

    .titulo-nice {
        font-size: 2.5rem;
    }

    .nice-botoes {
        flex-direction: column;
        align-items: flex-start;
    }

    /* Esconde a segunda imagem (Chip Nice 2.webp) no mobile */
    .retangulo-nice-img:last-child {
        display: none;
    }

    /* Reduz o respiro da seção NICE no mobile */
    .sessao-nice {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .retangulos-nice-direito {
        height: auto;
    }

    .retangulo-nice-esquerdo {
        height: auto;
    }
}

@media (max-width: 900px) {
    .grid-historias {
        grid-template-columns: 1fr;
    }
    
    .titulo-historias {
        font-size: 2.8rem;
        line-height: 1.05;
    }

    .subtitulo-historias {
        font-size: 1rem;
        margin-bottom: 40px;
    }
}

/* ==================== */
/* Sessão Denuncie      */
/* ==================== */
/* Wrapper Rosa (Denuncie + Ajuda) */
.wrapper-rosa {
    background: linear-gradient(to right, #f5a0d0 0%, #e87abf 50%, #d25ba3 100%);
}

.sessao-denuncie {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.container-sessao-denuncie {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-denuncie-link {
    display: block;
    width: 100%;
    max-width: 1300px;
    transition: transform 0.3s ease;
}

.img-denuncie-link:hover {
    transform: translateY(-2px);
}

.img-denuncie {
    width: 100%;
    max-width: 1300px;
    height: auto;
    object-fit: contain;
}

.btn-denuncie-home {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #701e2e;
    background: #fff;
    padding: 16px 40px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.35s ease;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    border: 2px solid transparent;
}

.btn-denuncie-home:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(112, 30, 46, 0.2);
    color: #e51010;
    background: #fff;
}

.btn-denuncie-home svg {
    transition: transform 0.3s ease;
}

.btn-denuncie-home:hover svg {
    transform: translate(2px, -2px);
}

/* Responsivo da Sessão Denuncie */
@media (max-width: 900px) {
    .sessao-denuncie {
        min-height: auto;
        padding: 40px 0 0;
    }

    .container-sessao-denuncie {
        justify-content: center;
        align-items: center;
    }

    .img-denuncie {
        display: block;
        margin: 0 auto;
        transform: scale(1.1);
    }

    .sessao-ajuda {
        margin-top: -35px;
    }
    
    .ajuda-cta-container {
        margin: 25px 0 20px;
    }
}

/* ==================== */
/* Seção Cards de Ajuda */
/* ==================== */
.sessao-ajuda {
    position: relative;
    width: 100%;
    padding: 40px 0 100px;
    overflow: hidden;
}

.ajuda-cta-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0 40px;
}

.container-ajuda {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 5%;
}

/* Header da Seção */
.ajuda-header {
    text-align: center;
    margin-bottom: 56px;
}

.ajuda-titulo {
    font-family: 'ClashDisplay', sans-serif;
    font-size: 3.2rem;
    line-height: 1.15;
    color: #fff;
    margin-bottom: 16px;
    letter-spacing: -1px;
    text-shadow: 0 2px 12px rgba(112, 30, 46, 0.2);
}

.ajuda-titulo-light {
    font-weight: 400;
}

.ajuda-titulo-bold {
    font-weight: 700;
}

.ajuda-subtitulo {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.88);
    max-width: 520px;
    margin: 0 auto;
    line-height: 1.6;
    font-weight: 500;
}

/* Grid dos Cards */
.ajuda-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 48px;
}

/* Card Individual */
.ajuda-card {
    background: #fff;
    border-radius: 20px;
    padding: 32px 28px 28px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.4s ease;
    border: none;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(112, 30, 46, 0.06);
}

.ajuda-card:hover {
    transform: scale(1.03);
    box-shadow: 0 12px 40px rgba(112, 30, 46, 0.12);
}

/* Topo do Card (ícone + tag inline) */
.ajuda-card-top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

/* Ícone do Card */
.ajuda-card-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #cc4e8f;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
    transition: background 0.3s ease;
}

/* Tag / Categoria */
.ajuda-card-tag {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #cc4e8f;
}

/* Título do Card */
.ajuda-card-titulo {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #781c2b;
    margin-bottom: 4px;
    line-height: 1.3;
    letter-spacing: -0.2px;
}

/* Detalhe (subtítulo) */
.ajuda-card-detalhe {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    color: #cc4e8f;
    font-weight: 600;
    margin-bottom: 16px;
    display: block;
}

/* Descrição */
.ajuda-card-descricao {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.82rem;
    line-height: 1.7;
    color: rgba(120, 28, 43, 0.7);
    margin-bottom: 24px;
    flex-grow: 1;
    font-weight: 400;
}

/* Botão CTA - Estilo link sutil */
.ajuda-card-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    color: #cc4e8f;
    padding: 0;
    border-radius: 0;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: auto;
    border: none;
    cursor: pointer;
    border-bottom: 1px solid rgba(204, 78, 143, 0.3);
    padding-bottom: 2px;
}

.ajuda-card-btn:hover {
    border-bottom-color: #cc4e8f;
    text-decoration: none;
}

.ajuda-card-btn svg {
    transition: transform 0.3s ease;
    opacity: 0.7;
    color: #cc4e8f;
}

.ajuda-card-btn:hover svg {
    transform: translate(2px, -2px);
    opacity: 1;
}

/* Mensagem do Rodapé */
.ajuda-footer-msg {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    color: #fff;
    text-align: center;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
}

.ajuda-footer-msg strong {
    color: #fff;
    font-weight: 700;
}

/* ==================== */
/* Responsivo Cards de Ajuda */
/* ==================== */
@media (max-width: 1100px) {
    .ajuda-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    
    .ajuda-titulo {
        font-size: 2.6rem;
    }
}

@media (max-width: 640px) {
    .ajuda-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    
    .sessao-ajuda {
        padding: 60px 0 70px;
    }
    
    .ajuda-titulo {
        font-size: 2.2rem;
    }
    
    .ajuda-header {
        margin-bottom: 36px;
    }
    
    .ajuda-card {
        padding: 24px 22px 24px;
    }
    
    .ajuda-subtitulo {
        font-size: 0.95rem;
    }
}

/* ==================== */
/* Seção: Apoio Psicológico */
/* ==================== */
.sessao-psicologa {
    position: relative;
    width: 100%;
    padding: 0 0 80px;
    overflow: hidden;
}

.container-psicologa {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 5%;
}

.psicologa-card {
    background: #fff;
    border-radius: 22px;
    padding: 48px 56px;
    display: flex;
    align-items: center;
    gap: 52px;
    box-shadow: 0 2px 16px rgba(112, 30, 46, 0.06),
                0 0 0 1px rgba(112, 30, 46, 0.04);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.4s ease;
}

.psicologa-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 32px rgba(112, 30, 46, 0.1),
                0 0 0 1px rgba(112, 30, 46, 0.06);
}

/* Foto */
.psicologa-foto-col {
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.psicologa-foto-col::after {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 2px solid rgba(204, 78, 143, 0.15);
    pointer-events: none;
}

.psicologa-foto {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center 20%;
    display: block;
    border: 3px solid #fff;
    box-shadow: 0 4px 20px rgba(112, 30, 46, 0.1);
    transform: scale(1.2);
}

/* Informações */
.psicologa-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    gap: 0;
}

/* Header: nome + CRP */
.psicologa-header {
    display: flex;
    align-items: baseline;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.psicologa-nome {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: #781c2b;
    margin: 0;
    line-height: 1.3;
    letter-spacing: -0.3px;
}

.psicologa-crp {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.7rem;
    color: rgba(120, 28, 43, 0.5);
    font-weight: 500;
    letter-spacing: 0.3px;
}

/* Especialidade */
.psicologa-especialidade {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    color: #cc4e8f;
    font-weight: 600;
    margin-bottom: 20px;
}

/* Citação / descrição */
.psicologa-citacao {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.92rem;
    line-height: 1.8;
    color: rgba(120, 28, 43, 0.65);
    margin: 0 0 28px 0;
    padding: 0 0 0 28px;
    border-left: 2px solid rgba(204, 78, 143, 0.2);
    font-weight: 400;
    font-style: normal;
}

.psicologa-citacao strong {
    color: #781c2b;
    font-weight: 600;
}

.psicologa-aspas {
    position: absolute;
    left: -4px;
    top: -14px;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 3rem;
    color: rgba(204, 78, 143, 0.18);
    line-height: 1;
    pointer-events: none;
    user-select: none;
}

/* CTA Botão */
.psicologa-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.88rem;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #b84478, #d4608e);
    padding: 14px 34px;
    border-radius: 10px;
    text-decoration: none;
    transition: opacity 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    cursor: pointer;
    letter-spacing: 0.3px;
}



.psicologa-cta:hover {
    opacity: 0.9;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(184, 68, 120, 0.25);
    text-decoration: none;
    color: #fff;
}

/* Responsivo Psicóloga */
@media (max-width: 768px) {
    .psicologa-card {
        flex-direction: column;
        text-align: center;
        padding: 32px 28px;
        gap: 22px;
    }

    .psicologa-header {
        justify-content: center;
    }

    .psicologa-info {
        align-items: center;
    }



    .psicologa-citacao {
        text-align: center;
        border-left: none;
        padding-left: 0;
        padding-top: 0;
    }

    .psicologa-aspas {
        display: none;
    }

    .psicologa-foto {
        width: 150px;
        height: 150px;
    }

    .psicologa-foto-col::after {
        inset: -5px;
    }

    .sessao-psicologa {
        padding: 0 0 60px;
    }
}

@media (max-width: 480px) {
    .psicologa-card {
        padding: 26px 20px;
    }

    .psicologa-nome {
        font-size: 1.2rem;
    }

    .psicologa-foto {
        width: 130px;
        height: 130px;
    }
}

/* ==================== */
/* Cartões do Portal de Conteúdo */
/* ==================== */
.card-artigo {
    position: relative;
    cursor: pointer;
    border: 1px solid rgba(112, 30, 46, 0.12);
    box-shadow: 0 10px 30px rgba(112, 30, 46, 0.03);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s ease;
}

.card-artigo:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(112, 30, 46, 0.08);
    border-color: rgba(229, 16, 16, 0.25);
}

/* Tornar o card inteiro clicável usando o pseudo-elemento do link */
.card-artigo a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

/* Indicadores de paginação (dots) - hidden por padrão */
.artigos-dots {
    display: none;
}

/* ==================== */
/* Carrossel Mobile - Artigos */
/* ==================== */
@media (max-width: 900px) {
    /* Container do grid vira scroll horizontal */
    #grid-artigos {
        display: flex !important;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 16px;
        padding-bottom: 8px;
        margin-left: -24px;
        margin-right: -24px;
        padding-left: 24px;
        padding-right: 24px;
        /* Esconder scrollbar */
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    #grid-artigos::-webkit-scrollbar {
        display: none;
    }

    /* Cada card ocupa ~82% da largura, deixando o peek do próximo */
    #grid-artigos > .card-artigo {
        flex: 0 0 82%;
        max-width: 82%;
        scroll-snap-align: start;
        scroll-margin-left: 24px;
        box-shadow: none;
        border: none;
    }

    /* Indicadores dots visíveis no mobile */
    #grid-artigos {
        margin-bottom: 0 !important;
    }

    .artigos-dots {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        margin-top: 16px;
        margin-bottom: 24px;
    }

    .artigos-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: rgba(112, 30, 46, 0.2);
        border: none;
        padding: 0;
        cursor: pointer;
        transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .artigos-dot.active {
        width: 24px;
        border-radius: 4px;
        background-color: #701E2E;
    }
}

/* ==================== */
/* Vídeo dentro da bolinha (embaixadores) */
/* ==================== */
.video-embaixadora {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 6px solid #fff;
    background-color: #fff;
    box-sizing: border-box;
    display: block;
    pointer-events: none; /* Cliques passam para o pai .stories-ring */
}

.stories-ring--has-video {
    /* Desativado a pedido para remover hover e interação */
    /*
    cursor: pointer;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
    */
    cursor: default;
}

/*
.stories-ring--has-video:hover {
    transform: scale(1.08);
    box-shadow: 0 8px 30px rgba(133, 16, 242, 0.35);
}
*/

/* ==================== */
/* Stories Overlay (Modal) */
/* ==================== */
.stories-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.92);
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.stories-overlay--active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* Viewer Container */
.stories-viewer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    height: 100%;
    width: 100%;
    max-width: 1200px;
    padding: 30px 20px;
}

/* ==================== */
/* Story Principal */
/* ==================== */
.stories-main {
    position: relative;
    width: 100%;
    max-width: 400px;
    aspect-ratio: 9 / 16;
    max-height: 92vh;
    background: #111;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.6);
    flex-shrink: 0;
}

.stories-main__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background: #000;
}

/* ==================== */
/* Barra de Progresso */
/* ==================== */
.stories-progress {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: rgba(255, 255, 255, 0.25);
    z-index: 10;
    border-radius: 3px;
    margin: 10px 12px 0;
}

.stories-progress__bar {
    height: 100%;
    background: #fff;
    border-radius: 3px;
    width: 0%;
    transition: width 0.1s linear;
}

/* ==================== */
/* Header do Story */
/* ==================== */
.stories-header {
    position: absolute;
    top: 20px;
    left: 14px;
    right: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 10;
}

.stories-header__avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.6);
}

.stories-header__name {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}

.stories-header__verified {
    display: inline-flex;
    align-items: center;
}

/* ==================== */
/* Setas de Navegação */
/* ==================== */
.stories-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: background 0.2s ease, transform 0.2s ease;
}

.stories-nav:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-50%) scale(1.1);
}

.stories-nav--left {
    left: 10px;
}

.stories-nav--right {
    right: 10px;
}

/* ==================== */
/* Botão Fechar */
/* ==================== */
.stories-close {
    position: absolute;
    top: 18px;
    right: 14px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 15;
    transition: background 0.2s ease, transform 0.2s ease;
}

.stories-close:hover {
    background: rgba(0, 0, 0, 0.55);
    transform: scale(1.1);
}

/* ==================== */
/* Previews Laterais (Desktop) — Retângulo com frame congelado + bolinha + nome */
/* ==================== */
.stories-preview {
    width: 180px;
    flex-shrink: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.85);
    transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
    cursor: pointer;
}

.stories-preview--visible {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.stories-preview__inner {
    position: relative;
    width: 100%;
    aspect-ratio: 9 / 16;
    border-radius: 14px;
    overflow: hidden;
    background: #1a1a1a;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.45);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stories-preview:hover .stories-preview__inner {
    transform: scale(1.04);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.6);
}

/* Vídeo congelado de fundo */
.stories-preview__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
}

/* Overlay com bolinha + nome centralizado sobre o vídeo */
.stories-preview__overlay-content {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    pointer-events: none;
}

/* Anel gradiente ao redor do avatar no preview */
.stories-preview__avatar-ring {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: conic-gradient(
        from 0deg at 50% 50%, 
        #8510f2 0%, #d815b8 10%, #f42076 20%, #fa4e28 30%, #ffd500 40%, 
        #ff9500 50%, #fa4e28 60%, #f42076 70%, #d815b8 80%, #b218f5 90%, #8510f2 100%
    );
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.stories-preview__avatar {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #1a1a1a;
    background-color: #1a1a1a;
    box-sizing: border-box;
}

.stories-preview__label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.stories-preview__name {
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-shadow: 0 1px 4px rgba(0,0,0,0.8);
    text-align: center;
}

.stories-preview__verified {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}

/* ==================== */
/* Ajuste de posição dos vídeos nas bolinhas */
/* ==================== */
.video-embaixadora--dayane {
    object-position: center 20%;
}

.video-embaixadora--guilherme {
    object-position: center 30%;
}

/* ==================== */
/* Responsivo Stories */
/* ==================== */
@media (max-width: 900px) {
    .stories-preview {
        display: none !important;
    }

    .stories-viewer {
        padding: 0;
    }

    .stories-main {
        max-width: 100%;
        max-height: 100vh;
        border-radius: 0;
        aspect-ratio: auto;
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 1100px) and (min-width: 901px) {
    .stories-preview {
        width: 140px;
    }

    .stories-preview__avatar-ring {
        width: 64px;
        height: 64px;
    }
}

/* ==================== */
/* Efeito de Tinta (Ink/Fill Animation) */
/* ==================== */
.btn-contato,
.btn-ver-mais,
.btn-sessao-3,
.btn-conhecer-historia,
.btn-mais-embaixadores,
.btn-download-nice,
.btn-editorial {
    position: relative;
    overflow: hidden;
    z-index: 1;
    --ink-x: 50%;
    --ink-y: 50%;
}

/* Botão Editorial */
.btn-editorial {
    background-color: #701E2E;
    color: var(--color-white);
    font-weight: 700;
    font-size: 1rem;
    padding: 16px 40px;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
    border: none;
}

/* Bolinha de tinta — Botões Escuros (Pintura Vermelha) */
.btn-contato::before,
.btn-ver-mais::before,
.btn-conhecer-historia::before,
.btn-mais-embaixadores::before,
.btn-download-nice::before,
.btn-editorial::before {
    content: '';
    position: absolute;
    top: var(--ink-y);
    left: var(--ink-x);
    width: 0;
    height: 0;
    background: radial-gradient(circle, #e51010 60%, #d00e0e 100%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: width 1s cubic-bezier(0.6, 0, 0.15, 1),
                height 1s cubic-bezier(0.6, 0, 0.15, 1),
                opacity 0.25s ease;
    z-index: -1;
    pointer-events: none;
}

.btn-contato:hover::before,
.btn-ver-mais:hover::before,
.btn-conhecer-historia:hover::before,
.btn-mais-embaixadores:hover::before,
.btn-download-nice:hover::before,
.btn-editorial:hover::before {
    width: 1200px;
    height: 1200px;
    opacity: 1;
}

/* Bolinha de tinta — Botão "Conheça a iniciativa" (Vinho sobre branco) */
.btn-sessao-3::before {
    content: '';
    position: absolute;
    top: var(--ink-y);
    left: var(--ink-x);
    width: 0;
    height: 0;
    background: radial-gradient(circle, #701E2E 40%, #5c1420 100%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: width 1s cubic-bezier(0.6, 0, 0.15, 1),
                height 1s cubic-bezier(0.6, 0, 0.15, 1),
                opacity 0.25s ease;
    z-index: -1;
    pointer-events: none;
}

.btn-sessao-3:hover::before {
    width: 1200px;
    height: 1200px;
    opacity: 1;
}

/* ==========================================================================
   RODAPÉ PRINCIPAL (FOOTER)
   ========================================================================== */
.site-footer {
    width: 100%;
    padding: 60px 0 40px 0;
    margin-top: 120px;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    background: transparent;
}

.footer-container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 5%;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 30px;
}

.footer-logo-link {
    display: flex;
    align-items: center;
}

.footer-logo {
    height: 38px;
    width: auto;
    display: block;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: transform 0.3s ease;
}

.footer-logo:hover {
    transform: scale(1.05);
}

.footer-nav {
    display: flex;
    list-style: none;
    gap: 30px;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.footer-nav a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 1px;
    transition: color 0.3s ease, opacity 0.3s ease;
}

.footer-nav a:hover {
    color: #ffffff;
    opacity: 0.8;
}

.footer-divider {
    border: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin: 0 0 40px 0;
}

.footer-middle {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.footer-col h3 {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 16px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.4;
}

.footer-col p {
    font-size: 0.82rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
}

.footer-col .atendimento-email {
    font-size: 0.95rem;
    font-weight: 700;
    color: #ffffff;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-bottom .copyright {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
    letter-spacing: 0.5px;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    transition: background 0.3s ease, transform 0.3s ease, color 0.3s ease;
    text-decoration: none;
}

.social-icon:hover {
    background: #ffffff;
    color: #701E2E;
    transform: translateY(-3px);
}

/* Responsividade do Rodapé */
@media (max-width: 991px) {
    .footer-middle {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 20px;
    }
}

@media (max-width: 640px) {
    .footer-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    
    .footer-nav {
        flex-direction: column;
        gap: 15px;
    }
    
    .footer-middle {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .footer-bottom {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 25px;
    }
}

/* ==========================================
   CEREJAS DECORATIVAS
   As cerejas "entram" pelos cantos e bordas
   do site, com o caule cortado pela borda.
   ========================================== */

/* Classe base para todas as cerejas */
.cereja-decorativa {
    position: absolute;
    pointer-events: none;
    z-index: 3;
}

/* Overflow hidden nas seções para cortar o caule nas bordas */
.sessao-2 {
    overflow: hidden;
}
.sessao-historias {
    overflow: hidden;
}
.sessao-nice {
    overflow: hidden;
}

/* 1. Hero — borda esquerda, cereja rotacionada para o caule apontar para a esquerda
      (body overflow-x: hidden já corta horizontalmente) */
.cereja-hero {
    width: 140px;
    height: auto;
    bottom: -2%;
    left: -35px;
    transform: rotate(-20deg);
}

/* Cereja pequena no canto superior direito do hero */
.cereja-hero-2 {
    width: 170px;
    height: auto;
    top: -15px;
    right: calc(0.5% - 85px);
    transform: rotate(30deg);
}

/* 2. Sessão 2 (O Movimento) — canto superior direito, caule escondido acima da seção */
.cereja-sessao2 {
    width: 101px;
    height: auto;
    top: 120px;
    right: calc(12% - 5px);
    transform: rotate(30deg);
}

/* 3. Sessão Histórias — borda direita, caule apontando para a direita (cortado pela borda) */
.cereja-historias {
    width: 120px;
    height: auto;
    bottom: 195px;
    right: -28px;
    transform: rotate(50deg);
}

/* 4. Sessão NICE — canto superior esquerdo, caule escondido acima e à esquerda */
.cereja-nice {
    width: 110px;
    height: auto;
    top: 22px;
    left: calc(3% - 60px);
    transform: rotate(-30deg);
}

/* 5. Sessão Artigos — borda direita, caule apontando para a direita (cortado pela borda) */
.sessao-artigos-wrapper {
    position: relative;
    overflow: clip;
}

.cereja-artigos {
    width: 115px;
    height: auto;
    bottom: 360px;
    right: -45px;
    transform: rotate(40deg);
}

.cereja-artigos-esq {
    width: 115px;
    height: auto;
    bottom: 520px;
    left: -45px;
    transform: rotate(-20deg);
}

/* Esconde cerejas em mobile para não poluir telas pequenas */
@media (max-width: 1024px) {
    .cereja-decorativa {
        display: none;
    }
}

/* ==========================================
   HEADER MOBILE (HAMBURGER MENU)
   ========================================== */
.menu-toggle-btn {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
    padding: 0;
    z-index: 1001;
}

.menu-toggle-btn .bar {
    width: 100%;
    height: 2px;
    background-color: var(--color-text); /* Cor vinho da marca */
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Overlay do menu mobile que desliza de baixo para cima */
.mobile-menu-overlay {
    position: fixed;
    bottom: -100%; /* Começa fora da tela na parte inferior */
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    z-index: 10000;
    transition: bottom 0.5s cubic-bezier(0.1, 0.76, 0.55, 0.94);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 120px 30px 40px 30px; /* Espaço para não cobrir o header flutuante */
    box-sizing: border-box;
}

.mobile-menu-overlay.active {
    bottom: 0; /* Sobe e toma a tela toda */
}

/* Container do menu mobile */
.mobile-menu-container {
    width: 100%;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    overflow-y: auto;
    box-sizing: border-box;
}

/* Links dentro da overlay */
.mobile-menu-container .nav-links {
    display: flex;
    flex-direction: column;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu-container .nav-links li {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(120, 28, 43, 0.08); /* Linha fina de separação */
}

.mobile-menu-container .nav-links li a {
    display: block;
    padding: 22px 0;
    color: var(--color-text);
    font-size: 1.45rem; /* Fonte grande e fácil de clicar */
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    font-family: 'ClashDisplay', sans-serif;
}

.mobile-menu-container .nav-links li a:active {
    color: #e51010;
    transform: scale(0.98);
}

.mobile-menu-container .nav-link-ativo {
    color: #e51010 !important;
    font-weight: 700 !important;
}

/* Botão de contato na parte inferior */
.mobile-menu-container .btn-contato {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    background-color: var(--color-text);
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.15rem;
    border-radius: 12px;
    margin-top: 30px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(120, 28, 43, 0.15);
}

.mobile-menu-container .btn-contato:active {
    background-color: #e51010;
}

@media (max-width: 900px) {
    .floating-header {
        z-index: 10001; /* Fica acima da overlay do menu */
    }

    .menu-toggle-btn {
        display: flex;
    }

    /* Oculta os itens do menu original no header mobile */
    .navbar .nav-links,
    .navbar .btn-contato {
        display: none !important;
    }

    .navbar {
        justify-content: space-between;
        border-radius: 50px;
        padding: 12px 24px;
        transition: all 0.3s ease;
    }

    .navbar.menu-active {
        box-shadow: none;
        border-color: transparent;
    }

    /* Animação do botão Hamburger para X */
    .navbar.menu-active .menu-toggle-btn .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .navbar.menu-active .menu-toggle-btn .bar:nth-child(2) {
        opacity: 0;
    }

    .navbar.menu-active .menu-toggle-btn .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
}
