/* ==========================================
   SUBPÁGINAS DE EMBAIXADORES — ESTILOS
   Identidade visual herdada do projeto principal
   ========================================== */

/* ==================== */
/* Hero do Embaixador    */
/* ==================== */
.embaixador-hero {
    width: 100%;
    min-height: 420px;
    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;
}

.embaixador-hero-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 2;
}

/* Bolinha de Stories no topo */
.embaixador-stories-ring {
    width: 140px;
    height: 140px;
    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: 5px;
    cursor: pointer;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
    */
    background: none;
    padding: 0;
    cursor: default;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

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

.embaixador-stories-ring video,
.embaixador-stories-ring img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid #fff;
    background-color: #fff;
    box-sizing: border-box;
    display: block;
    pointer-events: none;
}

.embaixador-hero-nome {
    font-family: 'ClashDisplay', sans-serif;
    font-size: 2.4rem;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: center;
}

.embaixador-hero-nome .verificado svg {
    fill: #fff;
    color: #fff;
}

.embaixador-hero-subtitulo {
    font-family: 'ClashDisplay', sans-serif;
    font-size: 1.15rem;
    font-weight: 500;
    color: #fff;
    opacity: 0.92;
    text-align: center;
    max-width: 520px;
    line-height: 1.55;
    margin-top: 5px;
    position: relative;
    padding: 0 25px;
    font-style: italic;
}

.embaixador-hero-subtitulo::before,
.embaixador-hero-subtitulo::after {
    font-family: 'ClashDisplay', Arial, sans-serif;
    font-size: 4rem;
    color: #fff;
    opacity: 0.25;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    position: absolute;
}

.embaixador-hero-subtitulo::before {
    content: '\201C';
    top: -8px;
    left: -18px;
}

.embaixador-hero-subtitulo::after {
    content: '\201D';
    bottom: -28px;
    right: -18px;
}

/* ==================== */
/* Conteúdo Principal    */
/* ==================== */
.embaixador-conteudo {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
    padding: 60px 5% 100px;
    position: relative;
}

/* Frase de destaque / citação */
.embaixador-citacao {
    font-family: 'ClashDisplay', sans-serif;
    font-size: 2rem;
    color: var(--color-text);
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    padding: 0 20px;
    letter-spacing: -0.5px;
}

.embaixador-citacao::before {
    content: '"';
    font-size: 5rem;
    color: var(--color-text);
    opacity: 0.12;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    font-family: Georgia, serif;
    line-height: 1;
}

/* Divisor decorativo */
.embaixador-divisor {
    width: 60px;
    height: 3px;
    background: #e51010;
    border-radius: 3px;
    margin: 0 auto 50px;
    border: none;
}

/* Parágrafos do texto */
.embaixador-texto p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    line-height: 1.85;
    color: var(--color-text);
    opacity: 0.88;
    margin-bottom: 28px;
    font-weight: 400;
}

.embaixador-texto p strong {
    font-weight: 700;
    opacity: 1;
}

.embaixador-texto p em {
    font-style: italic;
    opacity: 0.95;
}

/* Destaque em bloco (frase impactante no meio do texto) */
.embaixador-destaque {
    font-family: 'ClashDisplay', sans-serif;
    font-size: 1.55rem;
    font-weight: 600;
    color: var(--color-text);
    line-height: 1.4;
    padding: 30px 0;
    margin: 20px 0 30px;
    border-left: 4px solid #e51010;
    padding-left: 30px;
    letter-spacing: -0.3px;
}

/* Foto editorial no conteúdo */
.embaixador-foto-editorial {
    width: 100%;
    margin: 40px 0 45px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(120, 28, 43, 0.12);
}

.embaixador-foto-editorial img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}


/* ==================== */
/* Seção "Outros embaixadores" */
/* ==================== */
.embaixador-outros {
    width: 100%;
    background: linear-gradient(90deg, var(--color-pink) 0%, var(--color-white) 45%);
    padding: 80px 5% 100px;
}

.embaixador-outros-inner {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.embaixador-outros-titulo {
    font-family: 'ClashDisplay', sans-serif;
    font-size: 2.2rem;
    color: var(--color-text);
    font-weight: 700;
    margin-bottom: 50px;
    letter-spacing: -0.5px;
}

.embaixador-outros-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 0;
}

.embaixador-outro-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 24px;
    padding: 35px 20px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 10px 30px rgba(120, 28, 43, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
}

.embaixador-outro-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(120, 28, 43, 0.18);
}

.embaixador-outro-ring {
    width: 100px;
    height: 100px;
    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;
    */
    background: none;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    flex-shrink: 0;
}

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

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

.embaixador-outro-desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    color: var(--color-text);
    opacity: 0.7;
    line-height: 1.4;
    margin-bottom: 18px;
    max-width: 240px;
}

.embaixador-outro-btn {
    display: inline-block;
    background-color: var(--color-text);
    color: var(--color-white);
    text-decoration: none;
    font-weight: 700;
    font-size: 0.85rem;
    padding: 10px 24px;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
    --ink-x: 50%;
    --ink-y: 50%;
}

.embaixador-outro-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;
}

.embaixador-outro-btn:hover::before {
    width: 600px;
    height: 600px;
    opacity: 1;
}

/* Botão Voltar */
.embaixador-voltar-container {
    text-align: center;
    margin-top: 50px;
}

.embaixador-voltar-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--color-text);
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 50px;
    border: 2px solid rgba(120, 28, 43, 0.2);
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.5);
}

.embaixador-voltar-btn:hover {
    border-color: var(--color-text);
    background: rgba(255, 255, 255, 0.9);
    transform: translateX(-3px);
}

.embaixador-voltar-btn svg {
    transition: transform 0.3s ease;
}

.embaixador-voltar-btn:hover svg {
    transform: translateX(-3px);
}

/* ==================== */
/* Responsivo            */
/* ==================== */
@media (max-width: 900px) {
    .embaixador-hero {
        min-height: 340px;
        padding: 140px 5% 60px;
    }

    .embaixador-hero-nome {
        font-size: 1.8rem;
    }

    .embaixador-citacao {
        font-size: 1.5rem;
    }

    .embaixador-destaque {
        font-size: 1.3rem;
    }

    .embaixador-outros-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 360px;
        margin: 0 auto;
    }

    .embaixador-outros-titulo {
        font-size: 1.8rem;
    }

    .embaixador-conteudo {
        padding: 40px 5% 80px;
    }
}

@media (max-width: 640px) {
    .embaixador-stories-ring {
        width: 110px;
        height: 110px;
    }

    .embaixador-hero-nome {
        font-size: 1.5rem;
    }

    .embaixador-texto p {
        font-size: 1rem;
    }

    .embaixador-citacao {
        font-size: 1.3rem;
    }
}
