.jornada-esg-page {
    padding: 60px 0;
    width: 100%;
    background: #EEEEEE;
    float: left;

}

.jornada-intro {
    font-size: 16px;
    line-height: 1.85;
    color: #4a5568;
    margin-bottom: 60px;
}

.jornada-intro p {
    font-size: 17px;
    line-height: 28px;
    color: #000000;


}

.section-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 150%;
    margin-bottom: 70px;
    /* Azul Título */
    color: #304F7E;


}



/* Dial Interativo - Temas Materiais */

.dial-wrapper {
    position: relative;
    width: 400px;
    height: 400px;
    margin: 0 auto;
}

.dial-svg {
    width: 100%;
    height: 100%;
}

.dial-segment {
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    fill: #e2e8f0;
    stroke: #ffffff;
    stroke-width: 4;
}

.dial-segment:hover {
    fill: #cbd5e1;
}

.dial-segment.active {
    fill: #1b3b5d;
}

.dial-icon-group {
    pointer-events: none;
    transition: all 0.3s ease;
}

.dial-icon-group text {
    font-family: 'FontAwesome';
    font-size: 22px;
    fill: #4a5568;
    text-anchor: middle;
    dominant-baseline: central;
}

.dial-icon-group.active text {
    fill: #ffffff;
}

.dial-center {
    fill: #ffffff;
    stroke: #1b3b5d;
    stroke-width: 5;
}

.dial-center-text {
    font-size: 13px;
    font-weight: 800;
    fill: #1b3b5d;
    text-anchor: middle;
    dominant-baseline: central;
    pointer-events: none;
    letter-spacing: 0.5px;
}

/* Painel de Detalhes */
.tema-detalhes-panel {
    padding: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 380px;
}

.tema-title {
    /* Saúde, segurança e bem-estar */


    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    /* identical to box height, or 36px */

    color: #304F7E;


    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;

}

.tema-descricao {
    /* Garantia da segurança, do bem-estar e da saúde no trabalho por meio da implementação de padrões de segurança, programas de treinamento e adequação da infraestrutura e de iniciativas pela preservação da saúde mental e física dos funcionários, terceiros e familiares. Indicadores: */



    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    /* or 28px */

    color: #000000;

    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;

    margin-bottom: 30px;
}

.indicadores-label {

    font-size: 17px;
    line-height: 28px;

    color: #000000;

}

.badges-container {
    display: flex;
    gap: 12px;
    flex-wrap: nowrap;
    margin-top: auto;
    flex-direction: column;
    align-items: flex-start;
}

.badge-gri {
    background: #f0fdf4;
    color: #166534;
    font-weight: 700;
    padding: 10px 18px;
    border-radius: 12px;
    font-size: 13px;
    border: 1px solid #bbf7d0;
    letter-spacing: 0.5px;
}

.badge-ods {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-weight: 700;
    padding: 10px 18px;
    border-radius: 12px;
    font-size: 13px;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
}



/* Mobile Accordion Style */
.mobile-temas-list {
    display: none;
}

@media (max-width: 991px) {
    /*.dial-wrapper {
        display: none;
      }

      .mobile-temas-list {
        display: block;
      }

      .tema-detalhes-panel {
        display: none;
      }*/

    .temas-materiais-container {
        padding: 30px 20px;
    }
}

.mobile-tema-item {
    background: #ffffff;
    border-radius: 16px;
    margin-bottom: 15px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.01);
}

.mobile-tema-header {
    padding: 20px;
    font-weight: 700;
    color: #1b3b5d;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fdfdfd;
    transition: all 0.2s ease;
}

.mobile-tema-header.active {
    background: #1b3b5d;
    color: #ffffff;
}

.mobile-tema-content {
    padding: 24px;
    display: none;
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
}

/* Linha do Tempo (Timeline) */
.timeline-section {}

.timeline-card-container {
    background: #ffffff;
    border-radius: 120px 0;
    padding: 60px 80px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.02);
    position: relative;
}

.timeline-card-container p {
    font-size: 17px;
    line-height: 28px;
    color: #000;
}

.timeline-outer-wrapper {
    position: relative;
    padding: 0 60px;
    margin-top: 40px;
}

.timeline-ruler-container {
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
}

.timeline-ruler-line {
    /*width: 100%;
      height: 2px;
      background: #304F7E;
      position: absolute;
      top: 20px;
      left: 0;
      z-index: 1;*/
}

.timeline-ruler-ticks {
    width: 100%;
    height: 30px;
    position: absolute;
    top: 13px;
    left: 0;
    z-index: 2;
    background: repeating-linear-gradient(90deg, #304F7E, #304F7E 1px, transparent 1px, transparent 2.5%);
}

.timeline-scroll-container {
    display: flex;
    gap: 50px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    width: 100%;
    padding: 0;
    top: -27px;
    position: relative;
    z-index: 2;
}

.timeline-scroll-container::-webkit-scrollbar {
    display: none;
}

.timeline-column {
    min-width: 250px;
    flex: 1 0 0;
}

.timeline-column-year {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #304F7E;
    margin-bottom: 20px;
    position: relative;
    padding-top: 100px;
    display: block;
    width: fit-content;
}

.timeline-column-year::before {
    content: ' ';
    width: 100%;
    height: 53px;
    border-left: 1px dashed #304F7E;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 1;

}

.timeline-column-year::after {
    content: ' ';
    width: 3px;
    height: 30px;
    background-color: #304F7E;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;

}

.timeline-column-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.timeline-column-item {
    font-size: 15px;
    line-height: 24px;
    color: #000;
    margin-bottom: 15px;
    position: relative;
}

.timeline-column-item::before {
    display: none;
}

.btn-timeline-arrow {
    position: absolute;
    top: 120px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #cbd5e1;
    background: #ffffff;
    color: #727B82;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.btn-timeline-arrow:hover {
    border-color: #304F7E;
    color: #304F7E;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.btn-timeline-arrow.btn-prev {
    left: 0;
}

.btn-timeline-arrow.btn-next {
    right: 0;
    background: #304F7E;
    color: #ffffff;
    border-color: #304F7E;
}

.btn-timeline-arrow.btn-next:hover {
    background: #243e63;
    border-color: #243e63;
    color: #ffffff;
}

.timeline-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 35px;
}

.year2021 {
    min-width: 126px;
}

.year2022,
.year2023 {
    min-width: 230px;
}

.year2024,
.year2025 {
    min-width: 530px;
}

.year2024 ul,
.year2025 ul {
    column-count: 2;
}

.timeline-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cbd5e1;
    transition: all 0.3s ease;
    cursor: pointer;
}

.timeline-dot.active {
    background: #304F7E;
    width: 18px;
    border-radius: 4px;
}




.btn-timeline-nav:hover {
    background: #007A87;
    color: #ffffff;
    transform: scale(1.05);
}

/* Política de Sustentabilidade */
.politica-section {
    padding: 100px 0;
}

.politica-image {
    border-radius: 120px 0 120px 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    max-width: 100%;
    height: auto;
}

/* Comitê de Sustentabilidade */
.comite-section {
    padding: 0 0 100px 0;
}

.comite-card ul {
    padding-left: 20px;
}

.comite-card ul li,
.comite-card p,
.politica-section p {
    font-size: 17px;
    line-height: 28px;
    color: #000000;
}

.btn-saibamais {
    background: #304F7E;
    color: #ffffff !important;
    font-weight: 700;
    padding: 18px 40px;
    border-radius: 35px;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    margin-bottom: 40px;
    letter-spacing: 0.5px;
}

.btn-saibamais:hover {
    font-size: 18px;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(2, 3, 3, 0.3);
}

.btn-outline-custom {
    border: 2.5px solid #304F7E;
    color: #304F7E !important;
    font-weight: 700;
    padding: 14px 28px;
    border-radius: 35px;
    display: inline-block;
    transition: all 0.3s ease;
    text-decoration: none;
    letter-spacing: 0.5px;
}

.btn-outline-custom:hover {
    background: #304F7E;
    color: #ffffff !important;
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .timeline-card-container {
        padding: 40px;
    }

    .section-title {
        font-size: 30px;
    }

    .timeline-card-container p,
    .jornada-intro p,
    .comite-card ul li,
    .comite-card p,
    .politica-section p,
    .tema-descricao {
        font-size: 16px;
        line-height: 28px;
    }

    .btn-outline-custom,
    .btn-saibamais {
        font-size: 14px;
    }

    .btn-saibamais:hover {
        font-size: 15px;
    }

    .timeline-outer-wrapper {
        padding: 0 15px;
    }

    .btn-timeline-arrow.btn-next {
        right: -30px;

    }

    .timeline-column-item {
        font-size: 14px;
        line-height: 20px;
    }

    .btn-timeline-arrow.btn-prev {
        left: -30px;
    }

    .timeline-card-container,
    .politica-image {
        border-radius: 80px 0;
    }
}