/* --- Quem Somos Page Specific Styles --- */

.breadcrumb-container {
    padding: 24px 0 32px;
    background: #fff;
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #999;
}

.breadcrumb a {
    color: #666;
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadcrumb a:hover {
    color: #1A1A1A;
}

.breadcrumb i {
    font-size: 10px;
}

.quem-somos-hero-v2 {
    background: #fff;
    padding: 80px 0 0;
}

.hero-header-v2 {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.hero-header-v2 h1 {
    font-family: 'Inter', sans-serif;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -1.099px;
    color: #1A1A1A;
    margin-bottom: 16px;
    text-align: center;
}

.hero-header-v2 p {
    color: #666;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.25px;
    letter-spacing: -0.439px;
    margin-bottom: 32px;
}

.hero-nav-btns {
    display: flex;
    width: 800px;
    height: 41px;
    padding: 0 164.047px;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    margin: 0 auto;
}

.btn-nav-yellow {
    display: flex;
    padding: 10px 23.367px 10px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 16777200px;
    background: #FDB913;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
    color: #1A1A1A;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.15px;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.btn-nav-yellow:hover {
    background: #FFC600;
}

.btn-nav-text {
    color: #999;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.15px;
    text-decoration: none;
    padding: 10px 16px;
    white-space: nowrap;
    transition: all 0.2s ease;
}

.btn-nav-text:hover {
    color: #1A1A1A;
}

/* Stats & Overview Section V3 */
.section-overview-v3 {
    display: flex;
    max-width: 1192px;
    width: 100%;
    padding: 0 96px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 64px;
    margin: 64px auto 0 auto;
}

.stats-grid-v3 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
}

.stat-card-v3 {
    display: flex;
    flex: 1;
    padding: 33px 33px 1px 33px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    border-radius: 16px;
    border: 1px solid #E8E8E8;
    background: #FFF;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.04);
}

.stat-number-v3 {
    color: #FDB913;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 72px;
    font-style: normal;
    font-weight: 800;
    line-height: 108px;
    letter-spacing: 0.123px;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.stat-number-v3 sup {
    font-size: 32px;
    font-weight: 800;
    margin-left: 2px;
    position: relative;
    top: -0.2em;
}

.stat-desc-v3 {
    color: #666;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.312px;
    margin: 0 0 33px 0;
}

.overview-text-v3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.overview-text-v3 p {
    color: #666;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -0.449px;
    margin: 0;
}

.overview-text-v3 p:nth-child(1) {
    width: 846px;
    max-width: 100%;
}

.overview-text-v3 p:nth-child(2) {
    width: 773px;
    max-width: 100%;
}

.section-a-cimed {
    padding: 100px 0 120px 0;
    background: #fff;
}

.a-cimed-header {
    text-align: center;
    margin-bottom: 64px;
}

.a-cimed-header h2 {
    color: #1A1A1A;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px;
    letter-spacing: -0.608px;
    margin: 0;
}

.a-cimed-content {
    display: flex;
    width: 1192px;
    margin: 0 auto;
    align-items: center;
    gap: 49px;
}

.a-cimed-image {
    width: 650px;
    height: 500px;
    flex-shrink: 0;
}

.a-cimed-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 24px;
}

.a-cimed-text {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.a-cimed-text p {
    color: #666;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.2px;
    letter-spacing: -0.312px;
    margin: 0;
}

.a-cimed-text p:nth-child(1) { width: 431px; }
.a-cimed-text p:nth-child(2) { width: 467px; }

/* Unidades Section */
.section-unidades {
    padding-bottom: 120px;
    background: #FFF;
}

.unidades-content {
    display: flex;
    width: 1192px;
    margin: 0 auto;
    align-items: center;
    gap: 48px;
}

.unidades-text {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.unidades-text p {
    color: #666;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.2px;
    letter-spacing: -0.312px;
    margin: 0;
}

.unidades-text p:nth-child(1) { width: 557px; }
.unidades-text p:nth-child(2) { width: 556px; }

.unidades-image {
    flex: 1;
    height: 450px;
}

.unidades-image img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 24px;
}

/* Qualidade Section */
.section-qualidade {
    padding: 120px 0;
    background: #FFF;
}

.qualidade-header {
    text-align: center;
    margin-bottom: 64px;
}

.qualidade-header h2 {
    color: #1A1A1A;
    font-family: 'Inter', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 72px;
    letter-spacing: -0.608px;
    margin: 0 0 40px 0;
}

.qualidade-seals-container {
    display: flex;
    height: 46px;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 64px;
}

.quality-seal {
    display: flex;
    padding: 0 24px;
    height: 46px;
    align-items: center;
    gap: 8px;
    border-radius: 80px;
    border: 1px solid #E8E8E8;
    background: #FFF;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.quality-seal span {
    color: #1A1A1A;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.seal-icon {
    width: 20px;
    height: 20px;
}

.qualidade-grid {
    display: flex;
    width: 1192px;
    margin: 0 auto;
    gap: 49px;
}

.qualidade-left, .qualidade-right {
    flex: 1;
}

.qualidade-text {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.qualidade-text p {
    color: #666;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 1.7;
}

.qualidade-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 24px;
}

/* Pesquisa e Desenvolvimento */
.section-pesquisa {
    padding: 100px 0;
    background-color: #fff;
}

.pesquisa-grid {
    display: flex;
    align-items: center;
    gap: 80px;
}

.pesquisa-left, .pesquisa-right {
    flex: 1;
}

.pesquisa-left img {
    width: 100%;
    border-radius: 20px;
}

.pesquisa-right h2 {
    font-size: 40px;
    margin-bottom: 24px;
    white-space: nowrap;
}

.pesquisa-text p {
    color: #666;
    line-height: 1.7;
    margin-bottom: 24px;
}

.btn-pesquisa {
    display: inline-flex;
    padding: 16px 32px;
    background-color: #FDB913;
    color: #1A1A1A;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
}

/* Saude em todos os sentidos */
.section-saude {
    padding: 100px 0;
}

.container-saude {
    max-width: 1192px;
    margin: 0 auto;
    text-align: center;
}

.saude-header h2 {
    font-size: 48px;
    margin-bottom: 24px;
}

.saude-intro {
    max-width: 676px;
    margin: 0 auto 48px;
    color: #666;
}

.saude-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 64px;
}

.saude-card {
    padding: 50px;
    border-radius: 16px;
    border: 2px solid #E8E8E8;
    background: #FFF;
    text-align: center;
}

.saude-card h3 {
    font-size: 24px;
    margin-bottom: 16px;
}

.saude-card p {
    font-size: 14px;
    color: #666;
}

/* Proposito */
.proposito {
    padding: 100px 0;
}

.proposito-container {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.proposito-titulo {
    font-size: 56px;
    margin-bottom: 48px;
}

.proposito-subtitulo {
    font-size: 20px;
    color: #666;
    margin-bottom: 48px;
}

.proposito-colunas {
    display: flex;
    gap: 48px;
    text-align: left;
}

/* Brasil de dez Brasis */
.brasil-dez-brasis {
    padding: 100px 0;
}

.brasil-container {
    max-width: 1192px;
    margin: 0 auto;
    text-align: center;
}

.brasil-titulo {
    font-size: 48px;
    margin-bottom: 48px;
}

.brasil-stats {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 64px;
    margin-bottom: 48px;
}

.stat-box {
    display: flex;
    width: 238.023px;
    padding: 33px 33px 1px 33px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex-shrink: 0;
    border: 1px solid #E8E8E8;
    border-radius: 16px;
    background: #FFF;
}

.stat-main {
    font-size: 48px;
    color: #FDB913;
    font-weight: 800;
    display: block;
}

/* Ações Sociais */
.acoes-sociais {
    padding: 100px 0;
}

.acoes-container {
    max-width: 1192px;
    margin: 0 auto;
    text-align: center;
}

.acoes-titulo {
    font-size: 48px;
    margin-bottom: 24px;
}

.acoes-descricao {
    max-width: 711px;
    margin: 0 auto 64px auto;
    color: #666;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.25px;
    letter-spacing: -0.439px;
}

.acoes-cards {
    display: flex;
    gap: 24px;
    justify-content: center;
}

.action-card {
    flex: 1;
    max-width: 384px;
    border-radius: 24px;
    border: 1px solid #E8E8E8;
    overflow: hidden;
    text-align: left;
    background: #FFF;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.card-image-wrapper {
    position: relative;
    height: 256px;
}

.card-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-badge {
    position: absolute;
    top: 24px;
    left: 24px;
    display: inline-flex;
    padding: 9px 16.992px 7px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 16777200px;
    background: #FDB913;
    color: #1A1A1A;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.card-content {
    padding: 32px;
}

.card-title-row {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
}

.card-title-row i {
    width: 19.297px;
    height: 20px;
    color: #FDB913;
    font-size: 20px;
}

.card-title {
    width: 100%;
    color: #1A1A1A;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.449px;
    margin: 0;
}

.card-text {
    width: 100%;
    color: #666;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.375px;
    letter-spacing: -0.234px;
}

.card-content {
    padding: 24px;
}

/* Esportes */
.esportes-patrocinio {
    padding: 80px 0;
}

.esportes-container {
    max-width: 1192px;
    margin: 0 auto;
    text-align: center;
}

.esportes-titulo {
    font-size: 48px;
    margin-bottom: 24px;
}

.esportes-descricao {
    max-width: 650px;
    margin: 0 auto 64px auto;
    color: #666;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.25px;
    letter-spacing: -0.439px;
}

.esportes-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.esportes-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 24px;
    border: 1px solid #E8E8E8;
    overflow: hidden;
    text-align: left;
    background: #FFF;
    transition: all 0.3s ease;
}

.esportes-card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
    transform: translateY(-8px);
}

.esportes-card.active {
    background: linear-gradient(135deg, #00A859 0%, #00D468 100%);
    box-shadow: 0 8px 30px rgba(0, 168, 89, 0.2);
    transform: translateY(-8px);
    border-color: transparent;
}

.esportes-card.active .card-name,
.esportes-card.active .card-desc {
    color: #FFF;
}

.card-image-box {
    width: 100%;
    height: 220px;
}

.card-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-info {
    padding: 32px;
}

.card-header-row {
    display: flex;
    height: 28px;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    align-self: stretch;
    margin-bottom: 16px;
}

.card-header-row svg {
    width: 24px;
    height: 24px;
}

.card-name {
    color: #1A1A1A;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.card-desc {
    width: 318px;
    color: #666;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.375px;
    letter-spacing: -0.234px;
}

.card-info {
    padding: 32px;
}

/* Meio Ambiente */
.meio-ambiente {
    padding: 80px 0;
}

.meio-ambiente-container {
    max-width: 1192px;
    margin: 0 auto;
    text-align: center;
}

.meio-ambiente-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    text-align: left;
}

.meio-ambiente-titulo {
    font-size: 48px;
    margin-bottom: 24px;
}

.meio-ambiente-descricao {
    max-width: 800px;
    margin: 0 auto 64px auto;
    color: #666;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 29.25px;
}

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

.meio-ambiente-card {
    padding: 48px;
    border: 1px solid transparent;
    border-radius: 16px;
    background: linear-gradient(135deg, #34C759 0%, #33C959 25%, #32CC59 50%, #31CE58 75%, #30D158 100%);
    display: flex;
    flex-direction: column;
    gap: 24px;
    transition: all 0.3s ease;
}

.env-icon-box {
    display: flex;
    width: 56px;
    height: 56px;
    padding: 0 14px;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

.env-icon-box svg {
    width: 24px;
    height: 24px;
    color: #FFF;
}

.env-card-titulo {
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.07px;
    margin: 0;
}

.env-card-texto {
    width: 344px;
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.312px;
    margin: 0;
}

.env-card-status {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.15px;
}

.env-status-icon {
    width: 20px !important;
    height: 20px !important;
}

/* Responsividade */
@media (max-width: 1024px) {
    .saude-grid, .esportes-cards, .meio-ambiente-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .acoes-cards {
        flex-wrap: wrap;
    }
    .action-card {
        flex: none;
        width: calc(50% - 12px);
    }
}

@media (max-width: 768px) {
    .saude-grid, .esportes-cards, .meio-ambiente-grid, .proposito-colunas, .a-cimed-content, .unidades-content, .qualidade-grid, .pesquisa-grid {
        grid-template-columns: 1fr;
        flex-direction: column;
    }
    .action-card {
        width: 100%;
    }
    .brasil-stats {
        flex-direction: column;
    }
}
