/* ==========================================
   PÁGINA EMBAIXADORAS — ESTILOS DEDICADOS
   Vitrine completa de embaixadores do movimento
   ========================================== */

/* ==================== */
/* Hero                  */
/* ==================== */
.embaixadoras-hero {
    width: 100%;
    min-height: 400px;
    background: linear-gradient(to right, #f5a0d0 0%, #e87abf 50%, #d25ba3 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 160px 5% 80px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.embaixadoras-hero-inner {
    max-width: 700px;
    position: relative;
    z-index: 2;
}

.embaixadoras-hero-tag {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: rgba(255, 255, 255, 0.7);
    display: block;
    margin-bottom: 20px;
}

.embaixadoras-hero-titulo {
    font-family: 'ClashDisplay', sans-serif;
    font-size: 3.2rem;
    color: #fff;
    line-height: 1.15;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.embaixadoras-hero-titulo .font-normal {
    font-weight: 400;
}

.embaixadoras-hero-titulo .font-bold {
    font-weight: 700;
}

.embaixadoras-hero-subtitulo {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.7;
    max-width: 560px;
    margin: 0 auto;
    font-weight: 400;
}

/* ==================== */
/* Grid de Cards         */
/* ==================== */
.embaixadoras-grid-section {
    width: 100%;
    padding: 80px 5% 60px;
    background: linear-gradient(90deg, var(--color-pink) 0%, var(--color-white) 45%);
}

.embaixadoras-grid-container {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

/* ==================== */
/* Card Individual       */
/* ==================== */
.embaixadoras-card {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 24px;
    padding: 32px 20px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.85);
    box-shadow: 0 8px 28px rgba(120, 28, 43, 0.08);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.3s ease;
    cursor: pointer;
    /* Animação de entrada */
    opacity: 0;
    transform: translateY(30px);
}

.embaixadoras-card--visible {
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.3s ease,
                opacity 0.5s ease;
}

.embaixadoras-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(120, 28, 43, 0.16);
}

/* Ring da foto (anel gradiente) */
.embaixadoras-card-ring {
    width: 110px;
    height: 110px;
    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: 4px;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    */
    background: none;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 18px;
    flex-shrink: 0;
}

/*
.embaixadoras-card:hover .embaixadoras-card-ring {
    transform: scale(1.06);
}
*/

/* Ring clicável para stories */
.embaixadoras-card-ring--story {
    /* Desativado a pedido para remover interação */
    /*
    cursor: pointer;
    */
    cursor: default;
    position: relative;
}

/*
.embaixadoras-card-ring--story:hover {
    box-shadow: 0 6px 25px rgba(133, 16, 242, 0.3);
}
*/

.embaixadoras-card-ring img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fff;
    background-color: #fff;
    box-sizing: border-box;
    display: block;
}

/* Info do Card */
.embaixadoras-card-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
}

.embaixadoras-card-nome {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--color-text);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.embaixadoras-card-desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.82rem;
    color: var(--color-text);
    opacity: 0.65;
    line-height: 1.5;
    margin-bottom: 16px;
    max-width: 220px;
}

.embaixadoras-card-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--color-text);
    transition: color 0.3s ease, transform 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: auto;
}

.embaixadoras-card:hover .embaixadoras-card-link {
    color: #e51010;
}

/* ==================== */
/* Cards "Em breve"      */
/* ==================== */
.embaixadoras-card--soon {
    cursor: default;
    opacity: 0;
    transform: translateY(30px);
}

.embaixadoras-card--soon.embaixadoras-card--visible {
    opacity: 1;
    transform: translateY(0);
}

.embaixadoras-card--soon:hover {
    transform: translateY(0);
    box-shadow: 0 8px 28px rgba(120, 28, 43, 0.08);
}

.embaixadoras-card-ring--soon {
    background: linear-gradient(135deg, #d4d4d4 0%, #b0b0b0 100%);
    opacity: 0.5;
}

.embaixadoras-card-soon-inner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #f0f0f0;
    border: 4px solid #fff;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'ClashDisplay', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #c0c0c0;
}

.embaixadoras-card-nome--soon {
    color: #aaa;
}

.embaixadoras-card--soon .embaixadoras-card-desc {
    opacity: 0.4;
}

/* ==================== */
/* CTA de Participação   */
/* ==================== */
.embaixadoras-cta-section {
    width: 100%;
    padding: 0 5% 80px;
    background: linear-gradient(90deg, var(--color-pink) 0%, var(--color-white) 45%);
}

.embaixadoras-cta-inner {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-radius: 28px;
    padding: 50px 40px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 12px 40px rgba(120, 28, 43, 0.08);
}

.embaixadoras-cta-logo {
    width: 160px;
    height: auto;
    margin: 0 auto 24px;
    display: block;
    opacity: 0.9;
}

.embaixadoras-cta-texto {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    color: var(--color-text);
    opacity: 0.7;
    line-height: 1.7;
    max-width: 480px;
    margin: 0 auto 28px;
}

.embaixadoras-cta-btn {
    display: inline-block;
    background-color: var(--color-text);
    color: #fff;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 14px 36px;
    border-radius: 50px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
    --ink-x: 50%;
    --ink-y: 50%;
}

.embaixadoras-cta-btn::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;
}

.embaixadoras-cta-btn:hover::before {
    width: 600px;
    height: 600px;
    opacity: 1;
}

/* ==================== */
/* Botão Voltar          */
/* ==================== */
.embaixadoras-voltar-section {
    width: 100%;
    text-align: center;
    padding: 0 5% 60px;
    background: linear-gradient(90deg, var(--color-pink) 0%, var(--color-white) 45%);
}

/* ==================== */
/* Responsivo            */
/* ==================== */
@media (max-width: 1024px) {
    .embaixadoras-grid-container {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .embaixadoras-hero {
        min-height: 340px;
        padding: 140px 5% 60px;
     }

     .embaixadoras-hero-titulo {
         font-size: 2.2rem;
     }

     .embaixadoras-hero-titulo .font-bold {
         font-weight: 600;
     }

    .embaixadoras-hero-subtitulo {
        font-size: 0.95rem;
    }

    .embaixadoras-grid-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .embaixadoras-card {
        padding: 24px 16px 22px;
    }

    .embaixadoras-card-ring {
        width: 90px;
        height: 90px;
    }

    .embaixadoras-cta-inner {
        padding: 36px 24px;
    }

    .embaixadoras-cta-titulo {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .embaixadoras-hero-titulo {
        font-size: 1.8rem;
    }

    .embaixadoras-grid-container {
        grid-template-columns: 1fr;
        max-width: 340px;
        margin: 0 auto;
    }

    .embaixadoras-grid-section {
        padding: 60px 5% 40px;
    }
}
