.evento {
    padding: 80px 0 500px 0;
    max-width: 1200px;
}

.sobre {
    display: flex;
    gap: 50px;
}

@media (max-width: 860px) {
    .sobre {
        flex-wrap: wrap;
    }

    .evento {
        max-width: 400px;
    }

    .evento-header h2 {
        text-align: center;
    }

  .evento-header {
        position: static !important;
        top: auto !important;
        align-self: stretch;
        max-width: 100%;
        
    }
}

/* Header */

.evento-header {
    position: sticky;
    top: 165px;
    align-self: flex-start;
}

.card-info.destaque {
    border-left: 4px solid var(--cor-primaria);
    background: #f0f6ff;
}

.card-info.destaque .curso-titulo,
.card-info.destaque h4 {
    margin-bottom: 15px;
}

.curso-agenda {
    display: flex;
    flex-direction: column;
    gap: 6px;
    list-style: none;
    font-size: 14px;
}


.evento-header h2 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 40px;
}

.evento-info {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 0.95rem;
    color: #555;
}

.conteudo-sobre {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

@media(max-width: 500px) {
    .conteudo-sobre {
        padding: 20px;
    }
}

.conteudo-sobre .xb-call-for-papers {
    background: inherit;
    margin-bottom: 20px;
}

.evento-info span {
    display: flex;
    align-items: center;
    gap: 8px;
}

.evento-info i {
    color: #ffd500;
    font-size: 1.3rem;
}



/* Títulos com ícones */
.card-info {
    background: #ffffff;
    padding: 25px 30px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    margin-top: 30px;
}

.card-info h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    font-weight: 700;
}

.card-info h4 i {
    color: #0d6efd;
}


/* Blocos de texto */
.texto-bloco {
    max-width: 760px;
}

.texto-bloco p {
    font-size: 1.05rem;
    line-height: 1.9;
    letter-spacing: 0.2px;
}

/* Tema */
.tema-destaque {
    background: linear-gradient(135deg, #f5f7fa, #ffffff);
    padding: 30px;
    border-radius: 10px;
    margin: 40px 0;
}

.tema-destaque .tag {
    display: inline-block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    color: #0d6efd;
    margin-bottom: 12px;
}

.tema-destaque p {
    font-size: 1.15rem;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 10px;
}

/* Cards */
.precurso .card-info {
    background: linear-gradient(135deg, #00b8ff, #0077cc);
    border-radius: 22px;
    padding: 22px;
    box-shadow: 0 15px 40px rgba(0, 183, 255, 0.105);
    display: flex;
    flex-direction: column;
    gap: 18px;
    position: relative;
    overflow: hidden;
}




.precurso .card-info h4,
.precurso .card-info h3 {
    font-size: 1.3rem;
    font-weight: 800;
    color: #fff;
    margin: 0;
    letter-spacing: -0.3px;
    display: flex;
    justify-content: center;

}

.card-inner {
    background: #fff;
    border-radius: 16px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: fit-content;
    /* min-height removido */
}


.card-inner p,
.card-inner li {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #444;
}

.card-inner ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}




/* Callout */
.callout {
    background: #f0f6ff;
    padding: 25px 30px;
    border-left: 4px solid #0d6efd;
    border-radius: 8px;
    margin: 40px 0;
}

.callout h4 {
    margin-bottom: 20px;
}

/* Chamada final */
.chamada-final {
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    color: #222;
}


/* Curso Pré-evento*/

.precurso {
    padding: 100px 15px;
    background-color: #fbfbfb;
}

.precurso p,
.precurso li {
    font-size: 1rem;
    line-height: 1.7;
    color: #444;
}


.section-header {
    text-align: center;
    display: flex;
    margin-bottom: 34px;
    flex-direction: column;
    gap: 20px;
}

.section-header h2 {
    font-size: 2.4rem;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.section-header h3 {
    font-size: 1.25rem;
    font-weight: 500;
    color: #555;
    max-width: 760px;
    margin: 0 auto;
    line-height: 1.5;
}

.section-header span {
    color: #0d6efd;
}

/* Resumo */
.precurso-resumo {
    max-width: 760px;
    margin: 0 auto 35px;
    text-align: center;
}

.btn-precurso {
    display: inline-block;
    margin-top: 25px;
    padding: 14px 36px;
    background: #ffd500;
    color: #1a1a1a;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
}

.btn-precurso:hover {
    background: #e6c200;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

.faq-precurso {
    background: linear-gradient(
        180deg,
        #dbdbdb 0%,
        #f3f6fb 100%
    );
    padding: 60px 40px;
    border-radius: 26px;
    margin: 60px auto;
    max-width: 1100px;

    /* sombra externa suave */
    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.06),
        /* sombra interna para profundidade */
        inset 0 1px 0 rgba(255, 255, 255, 0.8),
        inset 0 -10px 20px rgba(0, 0, 0, 0.03);
}

.acc-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
}

.acc-btn i {
    font-size: 1.1rem;
    color: #00b8ff;
    min-width: 20px;
}

.faq-precurso .content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #444;
}

.faq-precurso .content p {
    line-height: 1.7;
    font-size: 0.95rem;
}

.faq-precurso .content ul {
    margin: 10px 0 0;
    padding-left: 18px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}


@media (max-width: 800px) {
    .faq-precurso {
        padding: 30px 20px;
        margin: 40px 0;
    }
}

.precurso-datas-horizontal {
    margin: 90px auto;
    max-width: 100%;
    text-align: center;
}

.precurso-datas-horizontal h3 {
    font-size: 1.4rem;
    font-weight: 800;
    color: #323232;
}

.precurso-datas-horizontal h3 i {
    color: #00b8ff;
    margin-right: 10px;
}

/* Linha horizontal */
.timeline-horizontal {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    padding-top: 30px;
    gap: 30px;
}

.timeline-horizontal::before {
    content: "";
    position: absolute;
    top: 36px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(
        to right,
        #00b8ff,
        #0d6efd
    );
}

/* Mobile: ativa scroll horizontal */
@media (max-width: 768px) {
    .timeline-horizontal {
        overflow-x: auto;
        padding-bottom: 20px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .timeline-horizontal::-webkit-scrollbar {
        height: 6px;
    }

    .timeline-horizontal::-webkit-scrollbar-thumb {
        background: rgba(0,0,0,0.15);
        border-radius: 10px;
    }

    .timeline-item {
        flex: 0 0 220px;
        scroll-snap-align: start;
    }
}

/* Item */
.timeline-item {
    position: relative;
    flex: 1;
    text-align: center;
}

.timeline-item .dot {
    width: 14px;
    height: 14px;
    background: #00b8ff;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.timeline-item.presencial .dot {
    background: #0d6efd;
}

/* Caixa de info */
.timeline-item .box {
    margin-top: 18px;
    background: #fff;
    padding: 14px 18px;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

.timeline-item .box strong {
    display: block;
    font-size: 0.95rem;
}

.timeline-item .box span {
    font-size: 0.85rem;
    color: #555;
}

.timeline-item .box em {
    display: block;
    margin-top: 6px;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 600;
    color: #00b8ff;
}

.timeline-item.presencial .box em {
    color: #0d6efd;
}


/* Grid */
.precurso-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
    margin-top: 50px;
    margin-bottom: 70px;
    align-items: start; /* ESSENCIAL */
}

.precurso-cronograma h3 {
    text-align: center;
    margin-bottom: 40px;
}

/*Trabalhos*/
/* ================================
   CALL FOR PAPERS – SBAAEE
================================ */

.xb-call-for-papers {
    background: #f9fafc;
    position: relative;
}

.xb-call-for-papers .xb-section-title .xb-subtitle {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #2f6fed;
    margin-bottom: 10px;
}

.xb-call-for-papers .xb-section-title .xb-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    color: #1f2933;
}

.xb-call-for-papers .xb-section-title p {
    font-size: 17px;
    color: #4b5563;
    max-width: 820px;
    margin: 0 auto;
}

/* Destaque da chamada */
.xb-highlight-box {
background: linear-gradient(135deg, #260f8f 0%, #0088bd 100%);
    color: #ffffff;
    padding: 30px 35px;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(47, 111, 237, 0.25);
    flex-direction: column;
    display: flex;
    gap: 20px;
}

.xb-highlight-box p {
    margin: 0;
    font-size: 17px;
    line-height: 1.6;
}

/* Cards de categorias */
.xb-feature-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.xb-feature-card h4 {
    font-size: 20px;
    font-weight: 700;
    color: #1f2933;
    margin-bottom: 15px;
}

.xb-feature-card p {
    font-size: 15px;
    color: #4b5563;
    line-height: 1.6;
}

.xb-feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.1);
}

/* Títulos internos */
.xb-call-for-papers h3 {
    font-size: 26px;
    font-weight: 700;
    color: #1f2933;
    position: relative;
    padding-bottom: 12px;
}

.xb-call-for-papers h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 135px;
    height: 4px;
    background: #2f6fed;
    border-radius: 2px;
}

/* Listas */
.xb-list {
    list-style: none;
    padding-left: 0;
}

.xb-header-work {
    margin-bottom: 20px;
}

.xb-header-subtitle {
    font-size: 1.05rem;
    line-height: 1.6;
    background: #ececec;
    padding: 14px 18px;
    border-left: 4px solid var(--xb-primary, #0d6efd);
    border-radius: 4px;
    color: #333;
    margin-top: 10px;
}

.xb-header-work p {
    font-size: 1.1rem;
    font-weight: 500;
    color: #444;
    max-width: 900px;
}


.xb-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-size: 15px;
    color: #374151;
}

.xb-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #2f6fed;
    font-weight: 700;
}

/* Lista ordenada */
.xb-ordered-list {
    padding-left: 20px;
}

.xb-ordered-list li {
    font-size: 15px;
    color: #374151;
    margin-bottom: 10px;
}

/* CTA */
.xb-call-for-papers .xb-btn-primary {
    background: linear-gradient(135deg, #00b8ff, #0d6efd);
    color: #ffffff;
    padding: 14px 38px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 15px 30px rgba(79, 70, 229, 0.35);
    transition: all 0.3s ease;
}

.xb-call-for-papers .xb-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 40px rgba(79, 70, 229, 0.45);
}

/* Texto auxiliar */
.xb-call-for-papers p {
    line-height: 1.6;
}

/* Responsivo */
@media (max-width: 991px) {
    .xb-call-for-papers .xb-section-title .xb-title {
        font-size: 30px;
    }

    .xb-feature-card {
        margin-bottom: 25px;
    }
}

@media (max-width: 575px) {
    .xb-call-for-papers .xb-section-title .xb-title {
        font-size: 26px;
    }

    .xb-highlight-box {
        padding: 25px;
    }
}

/*Seção de inscrição*/

/* ================================
   INSCRIÇÕES – VIII SBAAEE
================================ */

.registration-section {
    background: #ffffff;
    padding: 100px 20px;
}

.registration-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Header */
.registration-header {
    text-align: center;
    margin-bottom: 80px;
}

.registration-tag {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #2f6fed;
    margin-bottom: 10px;
}

.registration-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1f2933;
}

.registration-header p {
    font-size: 17px;
    color: #4b5563;
    max-width: 820px;
    margin: 20px auto 0;
    line-height: 1.6;
}

/* Fases */
.registration-phases {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin-bottom: 90px;
    align-items: stretch;
}


.phase-card {
    background: #f9fafc;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
    
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;

}

.phase-card p {
    margin-bottom: 10px;
    font-weight: 600;
}

.phase-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    width: 100%;
}

.phase-card {
    display: flex;
    flex-direction: column;
}

.phase-card .phase-blocks {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.phase-card .phase-block {
    background: rgba(255,255,255,0.08);
    padding: 16px;
    border-radius: 8px;
}

.phase-note {
    font-size: 0.9rem;
    margin-top: 10px;
}

.phase-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}

/* base comum */
.phase-actions a {
    font-size: 0.85rem;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 8px;
    text-decoration: none;
    line-height: 1;
    border: 1px solid transparent;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

/* ação principal */
.phase-link,
.phase-btn {
    background: #e9eefc;
    color: #2f4fd8;
    border-color: #d6defa;
}
.phase-link,
.phase-btn:hover {
    background: #dfe7fb;
}




.phase-blue::before { background: #2f6fed; }
.phase-yellow::before { background: #facc15; }
.phase-green::before { background: #22c55e; }

.phase-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.08);
}

.phase-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.phase-date {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #374151;
}

.phase-card ul li,
.form-section li {
    margin-bottom: 10px;
    line-height: 1.6;
}


.phase-card ul li::marker {
    color: #2f6fed;
}

.phase-card ul {
    padding-left: 18px;
    font-size: 15px;
    color: #4b5563;
}

.phase-card p {
    font-size: 15px;
    color: #4b5563;
    line-height: 1.6;
}

/* Cores das fases */
.phase-blue h3 { color: #2f6fed; }
.phase-yellow h3 { color: #ca8a04; }
.phase-green h3 { color: #15803d; }

/* Blocos */
.registration-block {
    margin-bottom: 70px;
}

.registration-block h3 {
    font-size: 26px;
    margin-bottom: 20px;
    color: #1f2933;
}

.check-list {
    list-style: none;
    padding: 0;
}

.check-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-size: 15px;
    color: #374151;
}

.check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #2f6fed;
    font-weight: 700;
}

/* Certificado */
.certificate-box {
    background: #f9fafc;
    border-radius: 14px;
    padding: 35px;
    margin-bottom: 80px;
}

.certificate-box h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.certificate-box p {
    font-size: 15px;
    color: #4b5563;
}

.certificate-link {
    display: inline-block;
    margin-top: 10px;
    color: #2f6fed;
    font-weight: 600;
    text-decoration: none;
}

/* CTA */
.registration-cta {
    text-align: center;
}

.btn-precurso {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 42px;
    background: linear-gradient(135deg, #00b8ff, #0d6efd);
    color: #ffffff;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 18px 40px rgba(79,70,229,0.35);
    transition: all 0.3s ease;
}

.btn-precurso:hover {
    transform: translateY(-4px);
    box-shadow: 0 25px 50px rgba(79,70,229,0.45);
}


.btn-precurso2 {
     display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 42px;
    background: linear-gradient(135deg, #ffe26d, #ffb703);
    color: #2b2b2b;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    
    transition: all 0.3s ease;
}

.btn-precurso2:hover {
    transform: translateY(-4px);
    box-shadow: 0 0 50px rgba(255, 183, 3, 0.6);
    color: #1a1a1a;
}

/* Responsivo */
@media (max-width: 1024px) {
    .registration-phases {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .registration-phases {
        grid-template-columns: 1fr;
    }

    .registration-header h2 {
        font-size: 28px;
    }
}


/* ================================
   FORMULÁRIOS – INSCRIÇÕES
================================ */

.registration-forms {
    margin-top: 80px;
    display: grid;
    gap: 90px;
    margin-bottom: 40px;
}

.form-block {
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    padding: 48px;
    box-shadow: 
        0 10px 30px rgba(0,0,0,0.05),
        0 2px 8px rgba(0,0,0,0.04);
    transition: all 0.35s ease;
}

.form-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    width: 100%;
    background: linear-gradient(90deg, #00b8ff, #0d6efd);
}

.form-block:hover {
    transform: translateY(-4px);
    box-shadow: 
        0 20px 45px rgba(0,0,0,0.08),
        0 5px 15px rgba(0,0,0,0.05);
}

.form-block h3 {
    font-size: 28px;
    font-weight: 700;
    color: #1f2933;
    margin-bottom: 6px;
}

.form-period {
    display: inline-block;
    font-size: 15px;
    color: #4b5563;
    margin-bottom: 36px;
    padding-bottom: 14px;
    border-bottom: 1px dashed #d1d5db;
}

/* Seções internas */
.form-section {
    position: relative;
    margin-bottom: 26px;
    padding: 22px 26px;
    background: #f9fafc;
    border-radius: 14px;
    border-left: 4px solid #2f6fed;
}

.form-section:last-child {
    margin-bottom: 0;
}

.form-section h4 {
    font-size: 17px;
    font-weight: 700;
    color: #1f3a8a;
    margin-bottom: 10px;
}

.form-section ul {
    padding-left: 18px;
    font-size: 15px;
    color: #374151;
}

.form-section li {
    margin-bottom: 9px;
    line-height: 1.6;
}

.form-section li::marker {
    color: #2f6fed;
}


.form-note {
    margin-top: 10px;
    padding-left: 14px;
    border-left: 3px solid #93c5fd;
    font-size: 14px;
    color: #475569;
}


/* Responsivo */
@media (max-width: 640px) {

    .registration-forms {
        gap: 60px;
    }

    .form-block {
        padding: 28px 24px;
    }

    .form-block h3 {
        font-size: 22px;
    }

    .form-section {
        padding: 18px 20px;
    }
}

/*Seção de Local*/
/* ================================
   LOCAL DO EVENTO
================================ */

.venue-section {
    background: #f9fafc;
}

.venue-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: center;
}

.venue-content h3 {
    font-size: 26px;
    margin-bottom: 15px;
    color: #1f2933;
}

.venue-content p {
    font-size: 16px;
    color: #4b5563;
    line-height: 1.7;
    margin-bottom: 30px;
}

.venue-grid {
    display: flex;
    
    gap: 40px;
    align-items: center;
}

.poli-map {
    margin-top: 60px;
}

.poli-map iframe {
    width: 100%;
    height: 450px;
}

@media (max-width: 800px) {
    .venue-grid {
        flex-wrap: wrap;
    }

    .cta {
        display: none;
    }
}

/*Poli*/

.poli-img img {
    border-radius: 20px;
}


/*Footer*/


.footer-contact-text {
    font-size: 15px;

    line-height: 1.6;
    max-width: 520px;
    margin: 0 auto;
}

.footer-contact-text a {
    color: #1f3a8a;
    font-weight: 600;
    text-decoration: none;
}

.footer-contact-text a:hover {
    text-decoration: underline;
}

.course-highlight {
    background-color: #f9f9f9;
}

.course-box {
    background: #fff;
    padding: 50px 40px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.course-title {
    font-size: 1.6rem;
    font-weight: 600;
}

.course-features li {
    margin: 8px 15px;
    font-weight: 500;
}


/*Toggle organização*/

/* Botão / ação */
.bio-toggle {
    width: 100%;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 7px 10px;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #f8fafc; /* branco suave */
    text-align: left;
    cursor: pointer;
    transition: background 0.25s ease, border-color 0.25s ease;
}

.bio-toggle:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.4);
}

.bio-toggle::after {
    content: " ↓";
    font-size: 0.75rem;
    float: right;
    opacity: 0.8;
}

/* Conteúdo escondido */
.xb-item--bio {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.3s ease;
    opacity: 0;
    color: white;
    margin-top: 10px;
    padding: 10px;
    font-size: 15px;
}

/* Texto da bio */
.xb-item--bio p {
    font-size: 0.85rem;
    color: #e5e7eb; /* cinza claro */
    margin-top: 12px;
    line-height: 1.55;
    background: rgba(255, 255, 255, 0.06);
    padding: 12px;
    border-radius: 4px;
}

/* Estado aberto */
.xb-team-item.is-open .xb-item--bio {
    max-height: 650px;
    opacity: 1;
}

.xb-team-item.is-open .bio-toggle::after {
    content: " ↑";
}







