/* =========================================================
   EXMAX V3
   RADAR EXMAX® — DIAGNÓSTICO
========================================================= */


/* =========================================================
   PÁGINA
========================================================= */

.diagnostico-page {
    min-height: 100vh;

    color: #071b34;
    background: #f4f7fb;
}


/* =========================================================
   HEADER
========================================================= */

.diagnostico-header {
    width: 100%;
    height: 92px;

    background: #06182f;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.diagnostico-header .header-container {
    display: flex;
    height: 100%;

    align-items: center;
    justify-content: space-between;
}

.diagnostico-header .brand-logo {
    width: 220px;
}

.diagnostico-header .brand-logo[src*="logo-light"] {
    width: 320px;
    max-width: none;
}

.diagnostico-back-link {
    display: inline-flex;

    align-items: center;

    color: #ffffff;

    font-size: 0.95rem;
    font-weight: 600;

    transition: color 0.2s ease;
}

.diagnostico-back-link:hover {
    color: #20d3df;
}


/* =========================================================
   ÁREA PRINCIPAL
========================================================= */

.diagnostico-main {
    width: 100%;
}

.diagnostico-shell {
    padding: 56px 0 80px;
}

.diagnostico-container {
    width: min(calc(100% - 48px), 920px);

    margin-inline: auto;
}


/* =========================================================
   PROGRESSO
========================================================= */

.diagnostico-progress {
    width: 100%;
    margin-bottom: 42px;
}

.diagnostico-progress-header {
    display: flex;

    margin-bottom: 12px;

    align-items: center;
    justify-content: space-between;

    color: #526176;

    font-size: 0.85rem;
    font-weight: 600;
}

.diagnostico-progress-value {
    color: #1769e8;
}

.diagnostico-progress-track {
    width: 100%;
    height: 6px;

    overflow: hidden;

    border-radius: 999px;

    background: #dce5ef;
}

.diagnostico-progress-bar {
    height: 100%;

    border-radius: inherit;

    background: linear-gradient(
        90deg,
        #1769e8,
        #20d3df
    );

    transition: width 0.35s ease;
}


/* =========================================================
   CONTEÚDO
========================================================= */

.diagnostico-content {
    width: 100%;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 640px) {

    .diagnostico-header {
        height: 76px;
    }

    .diagnostico-header .brand-logo {
        width: 145px;
    }

    .diagnostico-back-link {
        font-size: 0.82rem;
    }

    .diagnostico-shell {
        padding: 32px 0 56px;
    }

    .diagnostico-container {
        width: min(100% - 32px, 920px);
    }

    .diagnostico-progress {
        margin-bottom: 30px;
    }
}
/* =========================================================
   TELA INICIAL
========================================================= */

.diagnostico-intro {
    max-width: 720px;
    margin: 0 auto;

    text-align: center;
}

.diagnostico-intro-eyebrow {
    display: inline-block;

    color: #1769e8;

    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;

    text-transform: uppercase;
}

.diagnostico-intro-title {
    margin: 14px 0 0;

    color: #071b34;

    font-size: clamp(2.2rem, 4vw, 3.4rem);
    line-height: 1.05;
}

.diagnostico-intro-description {
    max-width: 640px;

    margin: 22px auto 0;

    color: #526176;

    font-size: 1rem;
    line-height: 1.7;
}
.diagnostico-intro-privacy {
    max-width: 680px;

    margin: 22px auto 0;

    color: #6b7788;

    font-size: 0.82rem;
    line-height: 1.6;

    text-align: center;
}

.diagnostico-intro-info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    max-width: 560px;

    margin: 34px auto 0;

    gap: 18px;
}

.diagnostico-intro-info-item {
    display: flex;

    flex-direction: column;

    padding: 18px 12px;

    border: 1px solid #dce5ef;
    border-radius: 12px;

    background: #ffffff;
}

.diagnostico-intro-info-item strong {
    color: #071b34;

    font-size: 1.15rem;
}

.diagnostico-intro-info-item span {
    margin-top: 5px;

    color: #6b7788;

    font-size: 0.78rem;
}

.diagnostico-start-button {
    margin-top: 34px;

    min-width: 230px;
}
/* =========================================================
   IDENTIFICAÇÃO
========================================================= */

.diagnostico-identification {
    max-width: 760px;
    margin: 0 auto;
}

.diagnostico-section-heading {
    text-align: center;
}

.diagnostico-section-title {
    margin: 12px 0 0;

    color: #071b34;

    font-size: 2rem;
    line-height: 1.15;
}

.diagnostico-section-description {
    max-width: 560px;

    margin: 14px auto 0;

    color: #526176;

    font-size: 0.95rem;
    line-height: 1.6;
}

.diagnostico-form {
    margin-top: 32px;
}

.diagnostico-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 20px;
}

.diagnostico-form-actions {
    display: flex;

    margin-top: 28px;

    justify-content: flex-end;
}

.diagnostico-continue-button {
    min-width: 180px;
}
/* =========================================================
   PILARES — PADRÃO VISUAL
========================================================= */

.diagnostico-pillar {
    width: 100%;
    max-width: 900px;

    margin: 0 auto;
}


/* =========================================================
   CABEÇALHO DO PILAR
========================================================= */

.diagnostico-pillar-heading {
    margin-bottom: 24px;

    text-align: center;
}

.diagnostico-pillar-step {
    display: inline-block;

    color: #1769e8;

    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.09em;

    text-transform: uppercase;
}

.diagnostico-pillar-title {
    margin: 8px 0 0;

    color: #071b34;

    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 700;
    line-height: 1.1;
}

.diagnostico-pillar-description {
    max-width: 620px;

    margin: 14px auto 0;

    color: #526176;

    font-size: 0.95rem;
    line-height: 1.6;
}


/* =========================================================
   LEGENDA DA ESCALA
========================================================= */

.diagnostico-scale-legend {
    display: flex;

    max-width: 680px;

    margin: 0 auto 24px;
    padding: 12px 18px;

    align-items: center;
    justify-content: space-between;

    gap: 20px;

    border: 1px solid #d9e5f2;
    border-radius: 10px;

    background: #eef5ff;

    color: #526176;

    font-size: 0.78rem;
}

.diagnostico-scale-legend strong {
    color: #1769e8;
}


/* =========================================================
   FORMULÁRIO DOS PILARES
========================================================= */

.diagnostico-pillar-form {
    width: 100%;
}


/* =========================================================
   AFIRMAÇÕES
========================================================= */

.diagnostico-question {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;

    width: 100%;

    margin: 0 0 14px;
    padding: 22px 24px;

    align-items: center;

    gap: 28px;

    border: 1px solid #dce5ef;
    border-radius: 14px;

    background: #ffffff;
}


/* remove aparência padrão do fieldset */

.diagnostico-question {
    min-inline-size: 0;
}

.diagnostico-question-text {
    display: flex;

    width: 100%;
    padding: 0;

    align-items: flex-start;

    gap: 14px;

    color: #25384d;

    font-size: 0.92rem;
    font-weight: 500;
    line-height: 1.55;
}


/* =========================================================
   NÚMERO DA AFIRMAÇÃO
========================================================= */

.diagnostico-question-number {
    display: inline-flex;

    width: 30px;
    min-width: 30px;
    height: 30px;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #1769e8;

    color: #ffffff;

    font-size: 0.78rem;
    font-weight: 700;
}


/* =========================================================
   ESCALA 1 A 5
========================================================= */

.diagnostico-scale {
    display: flex;

    align-items: center;

    gap: 8px;
}

.diagnostico-scale-option {
    position: relative;

    display: inline-flex;

    cursor: pointer;
}

.diagnostico-scale-option input {
    position: absolute;

    width: 1px;
    height: 1px;

    opacity: 0;
    pointer-events: none;
}

.diagnostico-scale-option span {
    display: inline-flex;

    width: 42px;
    height: 42px;

    align-items: center;
    justify-content: center;

    border: 1px solid #cbd7e5;
    border-radius: 8px;

    background: #ffffff;

    color: #526176;

    font-size: 0.9rem;
    font-weight: 700;

    transition:
        border-color 0.18s ease,
        background 0.18s ease,
        color 0.18s ease,
        transform 0.18s ease;
}

.diagnostico-scale-option:hover span {
    border-color: #1769e8;

    color: #1769e8;

    transform: translateY(-1px);
}


/* opção selecionada */

.diagnostico-scale-option input:checked + span {
    border-color: #1769e8;

    background: #1769e8;

    color: #ffffff;
}


/* acessibilidade por teclado */

.diagnostico-scale-option input:focus-visible + span {
    outline: 3px solid rgba(23, 105, 232, 0.18);
    outline-offset: 2px;
}


/* =========================================================
   NAVEGAÇÃO DOS PILARES
========================================================= */

.diagnostico-pillar-actions {
    display: flex;

    margin-top: 28px;

    align-items: center;
    justify-content: space-between;

    gap: 16px;
}

.diagnostico-pillar-actions .button {
    min-width: 150px;
}


/* =========================================================
   RESPONSIVO — TABLET
========================================================= */

@media (max-width: 800px) {

    .diagnostico-question {
        grid-template-columns: 1fr;

        gap: 18px;
    }

    .diagnostico-scale {
        justify-content: flex-start;
    }

}


/* =========================================================
   RESPONSIVO — MOBILE
========================================================= */

@media (max-width: 640px) {

    .diagnostico-pillar-heading {
        text-align: left;
    }

    .diagnostico-pillar-description {
        margin-left: 0;
    }

    .diagnostico-scale-legend {
        flex-direction: column;

        align-items: flex-start;

        gap: 6px;
    }

    .diagnostico-question {
        padding: 18px 16px;
    }

    .diagnostico-question-text {
        font-size: 0.88rem;
    }

    .diagnostico-scale {
        width: 100%;

        justify-content: space-between;

        gap: 6px;
    }

    .diagnostico-scale-option {
        flex: 1;
    }

    .diagnostico-scale-option span {
        width: 100%;
        height: 42px;
    }

    .diagnostico-pillar-actions {
        margin-top: 24px;
    }

    .diagnostico-pillar-actions .button {
        min-width: 0;
    }

}
/* =========================================================
   RADAR EXMAX®
   REFINAMENTO VISUAL DOS PILARES — V2
========================================================= */


/* =========================================================
   ÁREA GERAL
========================================================= */

.diagnostico-container {
    width: min(calc(100% - 48px), 1180px);
    margin-inline: auto;
}

.diagnostico-pillar {
    width: 100%;
    max-width: 1120px;

    margin: 0 auto;
}


/* =========================================================
   CABEÇALHO DO PILAR
========================================================= */

.diagnostico-pillar-heading {
    margin-bottom: 22px;

    text-align: center;
}

.diagnostico-pillar-step {
    display: inline-block;

    color: #1769e8;

    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.09em;

    text-transform: uppercase;
}

.diagnostico-pillar-title {
    margin: 8px 0 0;

    color: #071b34;

    font-size: clamp(2.2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.05;
}

.diagnostico-pillar-description {
    max-width: 720px;

    margin: 12px auto 0;

    color: #607086;

    font-size: 0.95rem;
    line-height: 1.55;
}


/* =========================================================
   LEGENDA 1 A 5
========================================================= */

.diagnostico-scale-legend {
    display: flex;

    width: min(100%, 660px);

    margin: 0 auto 22px;
    padding: 11px 24px;

    align-items: center;
    justify-content: space-around;

    gap: 30px;

    border: 1px solid #cfe0f5;
    border-radius: 9px;

    background: #f2f7fd;

    color: #263c56;

    font-size: 0.82rem;
}

.diagnostico-scale-legend strong {
    color: #1769e8;
    font-weight: 700;
}


/* =========================================================
   FORMULÁRIO
========================================================= */

.diagnostico-pillar-form {
    width: 100%;
}


/* =========================================================
   CARD DA AFIRMAÇÃO
========================================================= */

.diagnostico-question {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        auto;

    width: 100%;

    min-inline-size: 0;

    margin: 0 0 10px;
    padding: 17px 22px;

    align-items: center;

    gap: 30px;

    border: 1px solid #dce5ef;
    border-radius: 11px;

    background: #ffffff;

    box-shadow:
        0 2px 8px rgba(7, 27, 52, 0.025);
}


/* =========================================================
   TEXTO DA AFIRMAÇÃO
========================================================= */

.diagnostico-question-text {
    display: flex;

    width: 100%;
    padding: 0;

    align-items: center;

    gap: 15px;

    color: #162e4b;

    font-size: 0.92rem;
    font-weight: 500;
    line-height: 1.48;
}


/* =========================================================
   NÚMERO DA AFIRMAÇÃO
========================================================= */

.diagnostico-question-number {
    display: inline-flex;

    width: 34px;
    min-width: 34px;
    height: 34px;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #1769e8;

    color: #ffffff;

    font-size: 0.78rem;
    font-weight: 700;
}


/* =========================================================
   ESCALA
========================================================= */

.diagnostico-scale {
    display: flex;

    align-items: center;

    gap: 9px;

    flex-shrink: 0;
}

.diagnostico-scale-option {
    position: relative;

    display: inline-flex;

    cursor: pointer;
}


/* RADIO INVISÍVEL */

.diagnostico-scale-option input {
    position: absolute;

    width: 1px;
    height: 1px;

    opacity: 0;

    pointer-events: none;
}


/* BOTÕES 1 A 5 */

.diagnostico-scale-option span {
    display: inline-flex;

    width: 46px;
    height: 42px;

    align-items: center;
    justify-content: center;

    border: 1px solid #cbd9e8;
    border-radius: 8px;

    background: #ffffff;

    color: #314862;

    font-size: 0.87rem;
    font-weight: 700;

    transition:
        border-color 0.18s ease,
        background 0.18s ease,
        color 0.18s ease,
        transform 0.18s ease,
        box-shadow 0.18s ease;
}


/* HOVER */

.diagnostico-scale-option:hover span {
    border-color: #1769e8;

    color: #1769e8;

    transform: translateY(-1px);
}


/* SELECIONADO */

.diagnostico-scale-option input:checked + span {
    border-color: #1769e8;

    background: #1769e8;

    color: #ffffff;

    box-shadow:
        0 5px 12px rgba(23, 105, 232, 0.16);
}


/* FOCO DE TECLADO */

.diagnostico-scale-option input:focus-visible + span {
    outline: 3px solid rgba(23, 105, 232, 0.18);
    outline-offset: 2px;
}


/* =========================================================
   BOTÕES VOLTAR / CONTINUAR
========================================================= */

.diagnostico-pillar-actions {
    display: flex;

    margin-top: 22px;

    align-items: center;
    justify-content: space-between;

    gap: 20px;
}

.diagnostico-pillar-actions .button {
    min-width: 145px;
}

.diagnostico-pillar-actions .button-primary {
    min-width: 175px;
}


/* =========================================================
   PROGRESSO
========================================================= */

.diagnostico-progress {
    max-width: 1120px;

    margin: 0 auto 38px;
}

.diagnostico-progress-header {
    margin-bottom: 10px;
}

.diagnostico-progress-track {
    height: 5px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .diagnostico-question {
        grid-template-columns: 1fr;

        gap: 16px;
    }

    .diagnostico-scale {
        padding-left: 49px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 640px) {

    .diagnostico-container {
        width: min(100% - 28px, 1180px);
    }

    .diagnostico-pillar-heading {
        text-align: left;
    }

    .diagnostico-pillar-title {
        font-size: 2rem;
    }

    .diagnostico-pillar-description {
        margin-left: 0;

        font-size: 0.9rem;
    }

    .diagnostico-scale-legend {
        flex-direction: column;

        width: 100%;

        padding: 10px 14px;

        align-items: flex-start;

        gap: 4px;
    }

    .diagnostico-question {
        padding: 16px 14px;

        gap: 14px;
    }

    .diagnostico-question-text {
        align-items: flex-start;

        gap: 11px;

        font-size: 0.87rem;
    }

    .diagnostico-question-number {
        width: 30px;
        min-width: 30px;
        height: 30px;

        font-size: 0.74rem;
    }

    .diagnostico-scale {
        width: 100%;

        padding-left: 0;

        justify-content: space-between;

        gap: 5px;
    }

    .diagnostico-scale-option {
        flex: 1;
    }

    .diagnostico-scale-option span {
        width: 100%;
        height: 40px;

        border-radius: 7px;
    }

    .diagnostico-pillar-actions {
        margin-top: 20px;
    }

    .diagnostico-pillar-actions .button {
        min-width: 0;
    }

    .diagnostico-pillar-actions .button-primary {
        min-width: 0;
    }

}
/* =========================================================
   RADAR EXMAX® — AJUSTE DE ESCALA VISUAL V3
   Mais compacto e executivo
========================================================= */


/* CONTAINER */

.diagnostico-container {
    width: min(calc(100% - 48px), 1080px);
}


/* =========================================================
   CABEÇALHO DO PILAR
========================================================= */

.diagnostico-pillar {
    max-width: 1040px;
}

.diagnostico-pillar-heading {
    margin-bottom: 18px;
}

.diagnostico-pillar-step {
    font-size: 0.68rem;
    letter-spacing: 0.08em;
}

.diagnostico-pillar-title {
    margin-top: 6px;

    font-size: clamp(1.8rem, 3vw, 2.35rem);
    line-height: 1.05;
}

.diagnostico-pillar-description {
    max-width: 650px;

    margin-top: 9px;

    font-size: 0.84rem;
    line-height: 1.5;
}


/* =========================================================
   LEGENDA DA ESCALA
========================================================= */

.diagnostico-scale-legend {
    width: min(100%, 580px);

    margin-bottom: 18px;
    padding: 8px 18px;

    font-size: 0.72rem;

    border-radius: 8px;
}


/* =========================================================
   CARD DA AFIRMAÇÃO
========================================================= */

.diagnostico-question {
    grid-template-columns: minmax(0, 1fr) auto;

    margin-bottom: 8px;

    padding: 13px 18px;

    gap: 24px;

    border-radius: 9px;
}


/* TEXTO */

.diagnostico-question-text {
    gap: 12px;

    font-size: 0.80rem;
    line-height: 1.42;
}


/* =========================================================
   NÚMERO DA PERGUNTA
========================================================= */

.diagnostico-question-number {
    width: 27px;
    min-width: 27px;
    height: 27px;

    font-size: 0.68rem;
}


/* =========================================================
   ESCALA 1–5
========================================================= */

.diagnostico-scale {
    gap: 6px;
}

.diagnostico-scale-option span {
    width: 34px;
    height: 32px;

    border-radius: 6px;

    font-size: 0.74rem;
    font-weight: 700;
}


/* SELEÇÃO */

.diagnostico-scale-option input:checked + span {
    box-shadow:
        0 3px 8px rgba(23, 105, 232, 0.14);
}


/* =========================================================
   NAVEGAÇÃO
========================================================= */

.diagnostico-pillar-actions {
    margin-top: 18px;
}

.diagnostico-pillar-actions .button {
    min-width: 120px;

    padding-top: 10px;
    padding-bottom: 10px;

    font-size: 0.82rem;
}

.diagnostico-pillar-actions .button-primary {
    min-width: 150px;
}


/* =========================================================
   BARRA DE PROGRESSO
========================================================= */

.diagnostico-progress {
    max-width: 1040px;

    margin-bottom: 28px;
}

.diagnostico-progress-header {
    margin-bottom: 8px;

    font-size: 0.76rem;
}

.diagnostico-progress-track {
    height: 4px;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 640px) {

    .diagnostico-container {
        width: min(100% - 28px, 1080px);
    }

    .diagnostico-pillar-title {
        font-size: 1.75rem;
    }

    .diagnostico-pillar-description {
        font-size: 0.82rem;
    }

    .diagnostico-question {
        padding: 13px 12px;

        gap: 12px;
    }

    .diagnostico-question-text {
        font-size: 0.79rem;
    }

    .diagnostico-question-number {
        width: 26px;
        min-width: 26px;
        height: 26px;
    }

    .diagnostico-scale-option span {
        height: 34px;

        font-size: 0.74rem;
    }

}
/* =========================================================
   RADAR EXMAX® — COMPACTAÇÃO DO CABEÇALHO + PROGRESSO FIXO
========================================================= */


/* =========================================================
   PROGRESSO FIXO
========================================================= */

.diagnostico-progress {
    position: sticky;
    top: 0;
    z-index: 20;

    max-width: 1040px;

    margin: 0 auto 18px;
    padding: 10px 0 12px;

    background: #f4f7fb;
}

.diagnostico-progress-header {
    margin-bottom: 6px;

    font-size: 0.72rem;
}

.diagnostico-progress-track {
    height: 4px;
}


/* =========================================================
   CABEÇALHO MAIS COMPACTO
========================================================= */

.diagnostico-pillar-heading {
    margin-bottom: 12px;
}

.diagnostico-pillar-step {
    font-size: 0.62rem;
    letter-spacing: 0.07em;
}

.diagnostico-pillar-title {
    margin-top: 3px;

    font-size: clamp(1.55rem, 2.5vw, 1.95rem);
    line-height: 1;
}

.diagnostico-pillar-description {
    max-width: 620px;

    margin-top: 6px;

    font-size: 0.76rem;
    line-height: 1.4;
}


/* =========================================================
   LEGENDA MAIS COMPACTA
========================================================= */

.diagnostico-scale-legend {
    width: min(100%, 520px);

    margin-bottom: 12px;
    padding: 6px 14px;

    gap: 20px;

    font-size: 0.66rem;
}


/* =========================================================
   REDUZ ESPAÇO SUPERIOR GERAL
========================================================= */

.diagnostico-shell {
    padding-top: 28px;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 640px) {

    .diagnostico-progress {
        padding-top: 8px;
        padding-bottom: 10px;
    }

    .diagnostico-pillar-title {
        font-size: 1.55rem;
    }

    .diagnostico-pillar-description {
        font-size: 0.74rem;
    }

    .diagnostico-scale-legend {
        width: 100%;

        margin-bottom: 10px;
        padding: 6px 10px;
    }

}
/* =========================================================
   RADAR EXMAX® — UNIFICAÇÃO VISUAL V4
   Abertura + identificação + declarações + pilares
========================================================= */


/* =========================================================
   ESTRUTURA GERAL
========================================================= */

.diagnostico-header {
    height: 78px;
}

.diagnostico-header .brand-logo {
    width: 150px;
}

.diagnostico-shell {
    padding: 26px 0 52px;
}

.diagnostico-container {
    width: min(calc(100% - 48px), 1080px);
    margin-inline: auto;
}


/* =========================================================
   TELA 1 — ABERTURA
========================================================= */

.diagnostico-intro {
    max-width: 820px;
    margin: 0 auto;

    text-align: center;
}

.diagnostico-intro-eyebrow {
    font-size: 0.67rem;
    letter-spacing: 0.09em;
}

.diagnostico-intro-title {
    max-width: 760px;

    margin: 10px auto 0;

    font-size: clamp(2.25rem, 4vw, 3.15rem);
    line-height: 1.02;
}

.diagnostico-intro-description {
    max-width: 650px;

    margin: 16px auto 0;

    font-size: 0.92rem;
    line-height: 1.55;
}

.diagnostico-intro-info {
    max-width: 590px;

    margin: 22px auto 0;

    gap: 12px;
}

.diagnostico-intro-info-item {
    padding: 14px 10px;

    border-radius: 10px;
}

.diagnostico-intro-info-item strong {
    font-size: 1rem;
}

.diagnostico-intro-info-item span {
    margin-top: 3px;

    font-size: 0.72rem;
}

.diagnostico-intro-privacy {
    max-width: 650px;

    margin: 14px auto 0;

    font-size: 0.74rem;
    line-height: 1.45;
}

.diagnostico-start-button {
    min-width: 210px;

    margin-top: 20px;
}


/* =========================================================
   TELAS DE IDENTIFICAÇÃO
========================================================= */

.diagnostico-identification {
    max-width: 820px;
}

.diagnostico-section-heading {
    max-width: 680px;

    margin: 0 auto;

    text-align: center;
}

.diagnostico-section-title {
    margin-top: 8px;

    font-size: 1.85rem;
    line-height: 1.1;
}

.diagnostico-section-description {
    margin-top: 10px;

    font-size: 0.86rem;
    line-height: 1.5;
}

.diagnostico-form {
    margin-top: 24px;
}

.diagnostico-form-grid {
    gap: 16px 18px;
}

.diagnostico-form-actions {
    margin-top: 22px;
}


/* =========================================================
   TELA 4 — DECLARAÇÕES
========================================================= */

.diagnostico-declarations-list {
    display: grid;

    width: 100%;

    gap: 9px;
}

.diagnostico-declaration-item {
    display: flex;

    width: 100%;

    padding: 13px 15px;

    align-items: flex-start;

    gap: 11px;

    border: 1px solid #dce5ef;
    border-radius: 9px;

    background: #ffffff;

    color: #263c56;

    font-size: 0.82rem;
    line-height: 1.45;

    cursor: pointer;
}

.diagnostico-declaration-item input {
    width: 16px;
    min-width: 16px;
    height: 16px;

    margin: 2px 0 0;

    accent-color: #1769e8;
}

.diagnostico-declaration-item span {
    display: block;
}

.diagnostico-form-actions-between {
    justify-content: space-between;
}


/* =========================================================
   PROGRESSO
========================================================= */

.diagnostico-progress {
    position: sticky;
    top: 0;
    z-index: 20;

    max-width: 1040px;

    margin: 0 auto 18px;
    padding: 9px 0 11px;

    background: #f4f7fb;
}

.diagnostico-progress-header {
    margin-bottom: 6px;

    font-size: 0.7rem;
}

.diagnostico-progress-track {
    height: 4px;
}


/* =========================================================
   PILARES — CABEÇALHO
========================================================= */

.diagnostico-pillar {
    width: 100%;
    max-width: 1040px;

    margin: 0 auto;
}

.diagnostico-pillar-heading {
    margin-bottom: 11px;

    text-align: center;
}

.diagnostico-pillar-step {
    font-size: 0.61rem;
    letter-spacing: 0.07em;
}

.diagnostico-pillar-title {
    margin-top: 3px;

    font-size: clamp(1.6rem, 2.5vw, 1.95rem);
    line-height: 1;
}

.diagnostico-pillar-description {
    max-width: 620px;

    margin: 6px auto 0;

    font-size: 0.75rem;
    line-height: 1.4;
}


/* =========================================================
   LEGENDA
========================================================= */

.diagnostico-scale-legend {
    width: min(100%, 520px);

    margin: 0 auto 12px;
    padding: 6px 14px;

    font-size: 0.66rem;

    border-radius: 7px;
}


/* =========================================================
   AFIRMAÇÕES
========================================================= */

.diagnostico-question {
    grid-template-columns: minmax(0, 1fr) auto;

    margin-bottom: 7px;
    padding: 12px 16px;

    gap: 20px;

    border-radius: 8px;
}

.diagnostico-question-text {
    gap: 11px;

    font-size: 0.79rem;
    line-height: 1.4;
}

.diagnostico-question-number {
    width: 26px;
    min-width: 26px;
    height: 26px;

    font-size: 0.65rem;
}


/* =========================================================
   NOTAS 1–5
========================================================= */

.diagnostico-scale {
    gap: 6px;
}

.diagnostico-scale-option span {
    width: 32px;
    height: 30px;

    border-radius: 5px;

    font-size: 0.7rem;
}

.diagnostico-scale-option input:checked + span {
    box-shadow:
        0 2px 7px rgba(23, 105, 232, 0.13);
}


/* =========================================================
   BOTÕES DOS PILARES
========================================================= */

.diagnostico-pillar-actions {
    margin-top: 16px;
}

.diagnostico-pillar-actions .button {
    min-width: 116px;

    padding-top: 9px;
    padding-bottom: 9px;

    font-size: 0.78rem;
}

.diagnostico-pillar-actions .button-primary {
    min-width: 145px;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 640px) {

    .diagnostico-header {
        height: 70px;
    }

    .diagnostico-header .brand-logo {
        width: 135px;
    }

    .diagnostico-shell {
        padding-top: 20px;
    }

    .diagnostico-container {
        width: min(100% - 28px, 1080px);
    }

    .diagnostico-intro-title {
        font-size: 2rem;
    }

    .diagnostico-intro-info {
        grid-template-columns: 1fr;
    }

    .diagnostico-pillar-heading {
        text-align: left;
    }

    .diagnostico-pillar-description {
        margin-left: 0;
    }

    .diagnostico-question {
        grid-template-columns: 1fr;

        gap: 11px;
    }

    .diagnostico-scale {
        width: 100%;

        justify-content: space-between;
    }

    .diagnostico-scale-option {
        flex: 1;
    }

    .diagnostico-scale-option span {
        width: 100%;
        height: 32px;
    }

}
/* =========================================================
   RADAR EXMAX®
   TELA 1 — BOAS-VINDAS
   PADRÃO VISUAL EXMAX
========================================================= */


/* Área principal da tela */

.diagnostico-intro {
    width: min(100%, 860px);
    margin: 0 auto;
    padding: 42px 0 36px;

    text-align: left;
}


/* Pequeno identificador RADAR EXMAX */

.diagnostico-intro-eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;

    color: #1769e8;

    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.diagnostico-intro-eyebrow::before {
    content: "";

    width: 34px;
    height: 2px;

    background: #1769e8;
}


/* Título */

.diagnostico-intro-title {
    max-width: 650px;

    margin: 16px 0 0;

    color: #071b34;

    font-size: clamp(2.35rem, 4vw, 3.35rem);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -0.035em;
}


/* Texto de orientação */

.diagnostico-intro-description {
    max-width: 650px;

    margin: 20px 0 0;

    color: #526176;

    font-size: 1rem;
    line-height: 1.6;

    text-align: left;
}


/* =========================================================
   INFORMAÇÕES RÁPIDAS
========================================================= */

.diagnostico-intro-info {
    display: flex;

    max-width: none;

    margin: 28px 0 0;

    gap: 0;
}


/* Remove aparência de três cards independentes */

.diagnostico-intro-info-item {
    display: flex;
    flex-direction: column;

    min-width: 170px;

    padding: 4px 30px 4px 0;

    border: 0;
    border-radius: 0;

    background: transparent;
}


/* Separador entre informações */

.diagnostico-intro-info-item + .diagnostico-intro-info-item {
    margin-left: 30px;
    padding-left: 30px;

    border-left: 1px solid #dce5ef;
}


/* Número / informação principal */

.diagnostico-intro-info-item strong {
    color: #071b34;

    font-size: 1rem;
    font-weight: 700;
}


/* Descrição */

.diagnostico-intro-info-item span {
    margin-top: 4px;

    color: #526176;

    font-size: 0.76rem;
    line-height: 1.4;
}


/* =========================================================
   CONFIDENCIALIDADE
========================================================= */

.diagnostico-intro-privacy {
    max-width: 680px;

    margin: 24px 0 0;

    color: #6b7788;

    font-size: 0.76rem;
    line-height: 1.5;

    text-align: left;
}


/* =========================================================
   BOTÃO
========================================================= */

.diagnostico-start-button {
    min-width: 205px;

    margin-top: 24px;

    padding: 13px 24px;

    border-radius: 9px;

    font-size: 0.88rem;
    font-weight: 700;
}


/* =========================================================
   AJUSTE DE ALTURA DA PÁGINA
========================================================= */

.diagnostico-shell {
    padding-top: 24px;
    padding-bottom: 36px;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 640px) {

    .diagnostico-intro {
        padding: 26px 0 30px;
    }

    .diagnostico-intro-title {
        font-size: 2.15rem;
    }

    .diagnostico-intro-description {
        margin-top: 16px;

        font-size: 0.9rem;
    }

    .diagnostico-intro-info {
        flex-direction: column;

        margin-top: 22px;

        gap: 14px;
    }

    .diagnostico-intro-info-item {
        min-width: 0;

        padding: 0;
    }

    .diagnostico-intro-info-item + .diagnostico-intro-info-item {
        margin-left: 0;
        padding-top: 14px;
        padding-left: 0;

        border-top: 1px solid #dce5ef;
        border-left: 0;
    }

    .diagnostico-intro-privacy {
        margin-top: 20px;
    }

    .diagnostico-start-button {
        width: 100%;

        margin-top: 22px;
    }

}
/* =========================================================
   RADAR EXMAX®
   TELA 1 — PADRÃO CENTRALIZADO
========================================================= */

.diagnostico-intro {
    width: min(100%, 900px);

    margin: 0 auto;
    padding: 46px 0 38px;

    text-align: center;
}


/* EYEBROW */

.diagnostico-intro-eyebrow {
    display: inline-flex;

    align-items: center;

    gap: 14px;

    color: #1769e8;

    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.09em;

    text-transform: uppercase;
}

.diagnostico-intro-eyebrow::before {
    content: "";

    width: 34px;
    height: 2px;

    background: #1769e8;
}


/* TÍTULO */

.diagnostico-intro-title {
    max-width: 720px;

    margin: 18px auto 0;

    color: #071b34;

    font-size: clamp(2.55rem, 4.5vw, 3.65rem);
    font-weight: 700;
    line-height: 1.02;

    letter-spacing: -0.035em;
}


/* DESCRIÇÃO */

.diagnostico-intro-description {
    max-width: 680px;

    margin: 20px auto 0;

    color: #526176;

    font-size: 0.95rem;
    line-height: 1.6;

    text-align: center;
}


/* =========================================================
   INFORMAÇÕES RÁPIDAS
========================================================= */

.diagnostico-intro-info {
    display: flex;

    width: min(100%, 660px);

    margin: 30px auto 0;

    align-items: center;
    justify-content: center;

    gap: 0;
}

.diagnostico-intro-info-item {
    display: flex;

    min-width: 200px;

    padding: 0 26px;

    align-items: center;

    gap: 12px;

    border: 0;
    border-radius: 0;

    background: transparent;

    text-align: left;
}

.diagnostico-intro-info-item + .diagnostico-intro-info-item {
    border-left: 1px solid #dce5ef;
}


/* ÍCONES */

.diagnostico-intro-info-icon {
    display: inline-flex;

    width: 42px;
    min-width: 42px;
    height: 42px;

    align-items: center;
    justify-content: center;

    border: 1px solid #d6e3f4;
    border-radius: 9px;

    background: #ffffff;

    color: #1769e8;

    font-size: 1.05rem;
}


/* TEXTO DAS INFORMAÇÕES */

.diagnostico-intro-info-item strong {
    display: block;

    color: #071b34;

    font-size: 0.98rem;
    font-weight: 700;
}

.diagnostico-intro-info-item span {
    display: block;

    margin-top: 3px;

    color: #526176;

    font-size: 0.73rem;
}


/* =========================================================
   CONFIDENCIALIDADE
========================================================= */

.diagnostico-intro-privacy {
    display: flex;

    max-width: 660px;

    margin: 28px auto 0;

    align-items: flex-start;

    gap: 10px;

    color: #6b7788;

    font-size: 0.74rem;
    line-height: 1.5;

    text-align: left;
}

.diagnostico-intro-privacy-icon {
    flex-shrink: 0;

    color: #607086;

    font-size: 1rem;
}


/* =========================================================
   BOTÃO
========================================================= */

.diagnostico-start-button {
    min-width: 230px;

    margin-top: 28px;

    padding: 13px 26px;

    border-radius: 9px;

    font-size: 0.86rem;
    font-weight: 700;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 640px) {

    .diagnostico-intro {
        padding: 28px 0 30px;
    }

    .diagnostico-intro-title {
        font-size: 2.15rem;
    }

    .diagnostico-intro-description {
        margin-top: 16px;

        font-size: 0.88rem;
    }

    .diagnostico-intro-info {
        flex-direction: column;

        width: 100%;

        margin-top: 24px;

        align-items: stretch;
    }

    .diagnostico-intro-info-item {
        min-width: 0;

        padding: 12px 0;
    }

    .diagnostico-intro-info-item + .diagnostico-intro-info-item {
        border-top: 1px solid #dce5ef;
        border-left: 0;
    }

    .diagnostico-intro-privacy {
        margin-top: 22px;
    }

    .diagnostico-start-button {
        width: 100%;
    }

}
/* =========================================================
   RADAR EXMAX®
   TELA 2 — SOBRE A ORGANIZAÇÃO
========================================================= */

#diagnosticoIdentification {
    width: min(100%, 860px);

    margin: 0 auto;
    padding: 34px 0 30px;
}


/* =========================================================
   CABEÇALHO
========================================================= */

#diagnosticoIdentification .diagnostico-section-heading {
    max-width: 680px;

    margin: 0 auto 22px;

    text-align: center;
}

#diagnosticoIdentification .diagnostico-intro-eyebrow {
    justify-content: center;
}

#diagnosticoIdentification .diagnostico-section-title {
    margin-top: 10px;

    color: #071b34;

    font-size: clamp(1.9rem, 3vw, 2.45rem);
    font-weight: 700;
    line-height: 1.08;

    letter-spacing: -0.025em;
}


/* =========================================================
   FORMULÁRIO
========================================================= */

#diagnosticoIdentification .diagnostico-form {
    margin-top: 0;
}

#diagnosticoIdentification .diagnostico-form-grid {
    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 16px 18px;
}


/* =========================================================
   GRUPOS DE CAMPO
========================================================= */

#diagnosticoIdentification .form-group {
    display: flex;

    flex-direction: column;

    gap: 6px;
}

#diagnosticoIdentification .form-label {
    color: #071b34;

    font-size: 0.76rem;
    font-weight: 700;
    line-height: 1.3;
}


/* =========================================================
   CAMPOS
========================================================= */

#diagnosticoIdentification .form-input,
#diagnosticoIdentification .form-select {
    width: 100%;
    height: 44px;

    padding: 0 13px;

    border: 1px solid #d6e1ed;
    border-radius: 8px;

    background: #ffffff;

    color: #071b34;

    font-size: 0.82rem;

    transition:
        border-color 0.18s ease,
        box-shadow 0.18s ease,
        background 0.18s ease;
}

#diagnosticoIdentification .form-input::placeholder {
    color: #9aa6b5;
}

#diagnosticoIdentification .form-input:focus,
#diagnosticoIdentification .form-select:focus {
    outline: none;

    border-color: #1769e8;

    box-shadow:
        0 0 0 3px rgba(23, 105, 232, 0.08);
}


/* =========================================================
   OPCIONAL
========================================================= */

#diagnosticoIdentification .form-optional {
    color: #7a8797;

    font-size: 0.68rem;
    font-weight: 500;
}


/* =========================================================
   BOTÃO
========================================================= */

#diagnosticoIdentification .diagnostico-form-actions {
    display: flex;

    margin-top: 24px;

    justify-content: flex-end;
}

#diagnosticoIdentification .diagnostico-continue-button {
    min-width: 150px;

    padding: 11px 22px;

    border-radius: 8px;

    font-size: 0.82rem;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 640px) {

    #diagnosticoIdentification {
        padding: 24px 0 28px;
    }

    #diagnosticoIdentification .diagnostico-section-heading {
        margin-bottom: 18px;

        text-align: left;
    }

    #diagnosticoIdentification .diagnostico-intro-eyebrow {
        justify-content: flex-start;
    }

    #diagnosticoIdentification .diagnostico-section-title {
        font-size: 1.8rem;
    }

    #diagnosticoIdentification .diagnostico-form-grid {
        grid-template-columns: 1fr;

        gap: 14px;
    }

    #diagnosticoIdentification .diagnostico-form-actions {
        justify-content: stretch;
    }

    #diagnosticoIdentification .diagnostico-continue-button {
        width: 100%;
    }

}
/* =========================================================
   RADAR EXMAX®
   REFINAMENTO GERAL DAS TELAS INTERNAS
========================================================= */


/* Menos espaço entre progresso e conteúdo */

.diagnostico-identification,
.diagnostico-respondent,
.diagnostico-declarations {
    padding-top: 18px !important;
}


/* Cabeçalhos mais compactos */

.diagnostico-section-heading {
    margin-bottom: 22px;
}


/* Esconde os pequenos rótulos superiores das telas internas */

.diagnostico-identification .diagnostico-intro-eyebrow,
.diagnostico-respondent .diagnostico-intro-eyebrow,
.diagnostico-declarations .diagnostico-intro-eyebrow {
    display: none;
}


/* Títulos */

.diagnostico-section-title {
    margin-top: 0;

    font-size: clamp(1.9rem, 3vw, 2.4rem);
    line-height: 1.1;

    color: #071b34;
}


/* Reduz espaço do progresso */

.diagnostico-progress {
    margin-bottom: 18px;
}
/* =========================================================
   TELA 1 — AJUSTE FINAL DE POSICIONAMENTO
========================================================= */

/* Remove RADAR EXMAX® acima do título */

#diagnosticoContent .diagnostico-intro-eyebrow {
    display: none;
}


/* Sobe todo o conteúdo da tela inicial */

#diagnosticoContent .diagnostico-intro {
    padding-top: 18px;
}


/* Ajusta o título após retirada do eyebrow */

#diagnosticoContent .diagnostico-intro-title {
    margin-top: 0;
}


/* Mantém distância equilibrada entre título e descrição */

#diagnosticoContent .diagnostico-intro-description {
    margin-top: 18px;
}


/* Aproxima informações rápidas */

#diagnosticoContent .diagnostico-intro-info {
    margin-top: 26px;
}


/* Aproxima confidencialidade */

#diagnosticoContent .diagnostico-intro-privacy {
    margin-top: 24px;
}


/* Botão mais próximo do texto de confidencialidade */

#diagnosticoContent .diagnostico-start-button {
    margin-top: 22px;
}
/* =========================================================
   TELA 2 — SOBRE A ORGANIZAÇÃO
   AJUSTE VISUAL FINAL
========================================================= */

#diagnosticoIdentification {
    width: min(100%, 860px);
    margin: 0 auto;
    padding-top: 12px;
    padding-bottom: 24px;
}


/* Remove rótulo azul "Identificação" */

#diagnosticoIdentification .diagnostico-intro-eyebrow {
    display: none;
}


/* Cabeçalho */

#diagnosticoIdentification .diagnostico-section-heading {
    max-width: 680px;
    margin: 0 auto 20px;

    text-align: center;
}


/* Título */

#diagnosticoIdentification .diagnostico-section-title {
    margin: 0;

    color: #071b34;

    font-size: clamp(1.9rem, 3vw, 2.35rem);
    font-weight: 700;
    line-height: 1.08;

    letter-spacing: -0.025em;
}


/* =========================================================
   FORMULÁRIO
========================================================= */

#diagnosticoIdentification .diagnostico-form {
    margin-top: 0;
}

#diagnosticoIdentification .diagnostico-form-grid {
    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 14px 18px;
}


/* =========================================================
   CAMPOS
========================================================= */

#diagnosticoIdentification .form-group {
    display: flex;
    flex-direction: column;

    gap: 5px;
}

#diagnosticoIdentification .form-label {
    color: #071b34;

    font-size: 0.74rem;
    font-weight: 700;
    line-height: 1.3;
}

#diagnosticoIdentification .form-input,
#diagnosticoIdentification .form-select {
    width: 100%;
    height: 42px;

    padding: 0 12px;

    border: 1px solid #d6e1ed;
    border-radius: 8px;

    background: #ffffff;

    color: #071b34;

    font-size: 0.8rem;

    transition:
        border-color 0.18s ease,
        box-shadow 0.18s ease;
}

#diagnosticoIdentification .form-input:focus,
#diagnosticoIdentification .form-select:focus {
    outline: none;

    border-color: #1769e8;

    box-shadow:
        0 0 0 3px rgba(23, 105, 232, 0.08);
}


/* Opcional */

#diagnosticoIdentification .form-optional {
    color: #7a8797;

    font-size: 0.66rem;
    font-weight: 500;
}


/* =========================================================
   BOTÃO
========================================================= */

#diagnosticoIdentification .diagnostico-form-actions {
    margin-top: 20px;

    justify-content: flex-end;
}

#diagnosticoIdentification .diagnostico-continue-button {
    min-width: 145px;

    padding: 10px 20px;

    border-radius: 8px;

    font-size: 0.8rem;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 640px) {

    #diagnosticoIdentification {
        padding-top: 10px;
    }

    #diagnosticoIdentification .diagnostico-section-heading {
        text-align: left;
    }

    #diagnosticoIdentification .diagnostico-section-title {
        font-size: 1.75rem;
    }

    #diagnosticoIdentification .diagnostico-form-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    #diagnosticoIdentification .diagnostico-form-actions {
        justify-content: stretch;
    }

    #diagnosticoIdentification .diagnostico-continue-button {
        width: 100%;
    }

}
/* =========================================================
   TELA 2 — REFINAMENTO FINAL
========================================================= */

/* Sobe o conteúdo da tela 2 */
#diagnosticoIdentification {
    padding-top: 8px !important;
    transform: none;
}

/* Mantém título próximo do formulário */
#diagnosticoIdentification .diagnostico-section-heading {
    margin-bottom: 18px;
}

/* Mantém o botão alinhado com a coluna direita */
#diagnosticoIdentification .diagnostico-form-actions {
    margin-top: 8px;
    display: flex;
    justify-content: flex-end;
}

/* Botão no mesmo padrão visual do site */
#diagnosticoIdentification .diagnostico-continue-button {
    min-width: 150px;
    height: 46px;
    padding: 0 24px;
    border-radius: 8px;
}
/* =========================================================
   TELA 3 — SOBRE QUEM ESTÁ RESPONDENDO
========================================================= */

#diagnosticoRespondent {
    width: min(100%, 860px);
    margin: 0 auto;

    padding-top: 0 !important;

    transform: none;
}


/* Remove rótulo azul superior */

#diagnosticoRespondent .diagnostico-intro-eyebrow {
    display: none;
}


/* Cabeçalho */

#diagnosticoRespondent .diagnostico-section-heading {
    max-width: 680px;

    margin: 0 auto 18px;

    text-align: center;
}


/* Título */

#diagnosticoRespondent .diagnostico-section-title {
    margin: 0;

    color: #071b34;

    font-size: clamp(1.9rem, 3vw, 2.35rem);
    font-weight: 700;
    line-height: 1.08;

    letter-spacing: -0.025em;
}


/* =========================================================
   FORMULÁRIO
========================================================= */

#diagnosticoRespondent .diagnostico-form {
    margin-top: 0;
}

#diagnosticoRespondent .diagnostico-form-grid {
    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 14px 18px;
}


/* =========================================================
   CAMPOS
========================================================= */

#diagnosticoRespondent .form-group {
    display: flex;
    flex-direction: column;

    gap: 5px;
}

#diagnosticoRespondent .form-label {
    color: #071b34;

    font-size: 0.74rem;
    font-weight: 700;
    line-height: 1.3;
}

#diagnosticoRespondent .form-input {
    width: 100%;
    height: 42px;

    padding: 0 12px;

    border: 1px solid #d6e1ed;
    border-radius: 8px;

    background: #ffffff;

    color: #071b34;

    font-size: 0.8rem;

    transition:
        border-color 0.18s ease,
        box-shadow 0.18s ease;
}

#diagnosticoRespondent .form-input:focus {
    outline: none;

    border-color: #1769e8;

    box-shadow:
        0 0 0 3px rgba(23, 105, 232, 0.08);
}


/* =========================================================
   TEXTO ABAIXO DO E-MAIL
========================================================= */

#diagnosticoRespondent .diagnostico-field-help {
    margin-top: 2px;

    color: #7a8797;

    font-size: 0.68rem;
    line-height: 1.4;
}


/* =========================================================
   BOTÕES
========================================================= */

#diagnosticoRespondent .diagnostico-form-actions {
    display: flex;

    margin-top: 20px;

    align-items: center;
    justify-content: space-between;

    gap: 16px;
}

#diagnosticoRespondent .button {
    min-width: 125px;
    height: 46px;

    padding: 0 22px;

    border-radius: 8px;

    font-size: 0.8rem;
}

#diagnosticoRespondent .diagnostico-continue-button {
    min-width: 150px;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 640px) {

    #diagnosticoRespondent {
        transform: none;
        padding-top: 8px !important;
    }

    #diagnosticoRespondent .diagnostico-section-heading {
        text-align: left;
    }

    #diagnosticoRespondent .diagnostico-section-title {
        font-size: 1.75rem;
    }

    #diagnosticoRespondent .diagnostico-form-grid {
        grid-template-columns: 1fr;

        gap: 12px;
    }

    #diagnosticoRespondent .diagnostico-form-actions {
        gap: 10px;
    }

    #diagnosticoRespondent .button {
        flex: 1;
        min-width: 0;
    }

}
/* =========================================================
   TELA 4 — ANTES DE INICIAR
========================================================= */

#diagnosticoDeclarations {
    width: min(100%, 860px);
    margin: 0 auto;

    padding-top: 0 !important;

    transform: translateY(-24px);
}


/* Remove o "Antes de iniciar" azul duplicado */

#diagnosticoDeclarations .diagnostico-intro-eyebrow {
    display: none;
}


/* =========================================================
   CABEÇALHO
========================================================= */

#diagnosticoDeclarations .diagnostico-section-heading {
    max-width: 720px;

    margin: 0 auto 20px;

    text-align: center;
}

#diagnosticoDeclarations .diagnostico-section-title {
    margin: 0;

    color: #071b34;

    font-size: clamp(1.9rem, 3vw, 2.35rem);
    font-weight: 700;
    line-height: 1.08;

    letter-spacing: -0.025em;
}

#diagnosticoDeclarations .diagnostico-section-description {
    max-width: 650px;

    margin: 10px auto 0;

    color: #526176;

    font-size: 0.82rem;
    line-height: 1.5;
}


/* =========================================================
   FORMULÁRIO
========================================================= */

#diagnosticoDeclarations .diagnostico-form {
    margin-top: 0;
}


/* =========================================================
   DECLARAÇÕES
========================================================= */

#diagnosticoDeclarations .diagnostico-declarations-list {
    display: grid;

    width: 100%;

    gap: 9px;
}

#diagnosticoDeclarations .diagnostico-declaration-item {
    display: flex;

    width: 100%;

    padding: 12px 14px;

    align-items: center;

    gap: 11px;

    border: 1px solid #d6e1ed;
    border-radius: 8px;

    background: #ffffff;

    color: #263c56;

    font-size: 0.8rem;
    line-height: 1.4;

    cursor: pointer;

    transition:
        border-color 0.18s ease,
        background 0.18s ease,
        box-shadow 0.18s ease;
}


/* Hover discreto */

#diagnosticoDeclarations .diagnostico-declaration-item:hover {
    border-color: #b9cde5;

    background: #fbfdff;
}


/* Checkbox */

#diagnosticoDeclarations .diagnostico-declaration-item input {
    width: 16px;
    min-width: 16px;
    height: 16px;

    margin: 0;

    accent-color: #1769e8;

    cursor: pointer;
}

#diagnosticoDeclarations .diagnostico-declaration-item span {
    display: block;
}


/* =========================================================
   DESTAQUE QUANDO MARCADO
========================================================= */

#diagnosticoDeclarations .diagnostico-declaration-item:has(input:checked) {
    border-color: #c6d9f2;

    background: #f7faff;
}


/* =========================================================
   BOTÕES
========================================================= */

#diagnosticoDeclarations .diagnostico-form-actions {
    display: flex;

    margin-top: 20px;

    align-items: center;
    justify-content: space-between;

    gap: 16px;
}

#diagnosticoDeclarations .button {
    min-width: 125px;
    height: 46px;

    padding: 0 22px;

    border-radius: 8px;

    font-size: 0.8rem;
}

#diagnosticoDeclarations .diagnostico-continue-button {
    min-width: 170px;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 640px) {

    #diagnosticoDeclarations {
        transform: none;

        padding-top: 8px !important;
    }

    #diagnosticoDeclarations .diagnostico-section-heading {
        text-align: left;
    }

    #diagnosticoDeclarations .diagnostico-section-title {
        font-size: 1.75rem;
    }

    #diagnosticoDeclarations .diagnostico-section-description {
        margin-left: 0;

        font-size: 0.8rem;
    }

    #diagnosticoDeclarations .diagnostico-declaration-item {
        padding: 11px 12px;

        align-items: flex-start;

        font-size: 0.78rem;
    }

    #diagnosticoDeclarations .diagnostico-form-actions {
        gap: 10px;
    }

    #diagnosticoDeclarations .button {
        flex: 1;

        min-width: 0;
    }

}
/* =========================================================
   RADAR EXMAX®
   PILARES 1 A 5 — PADRÃO VISUAL FINAL
========================================================= */


/* =========================================================
   ÁREA DO PILAR
========================================================= */

.diagnostico-pillar {
    width: min(100%, 1040px);

    margin: 0 auto;

    padding-top: 0;

    transform: translateY(-18px);
}


/* =========================================================
   CABEÇALHO
========================================================= */

.diagnostico-pillar-heading {
    max-width: 760px;

    margin: 0 auto 14px;

    text-align: center;
}


/* Pilar 1 de 5 */

.diagnostico-pillar-step {
    display: block;

    margin-bottom: 5px;

    color: #1769e8;

    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.08em;

    text-transform: uppercase;
}


/* Estratégia / Mercado / Processos... */

.diagnostico-pillar-title {
    margin: 0;

    color: #071b34;

    font-size: clamp(1.9rem, 3vw, 2.35rem);
    font-weight: 700;
    line-height: 1.05;

    letter-spacing: -0.025em;
}


/* Orientação */

.diagnostico-pillar-description {
    max-width: 650px;

    margin: 8px auto 0;

    color: #526176;

    font-size: 0.78rem;
    line-height: 1.45;
}


/* =========================================================
   LEGENDA DA ESCALA
========================================================= */

.diagnostico-scale-legend {
    display: flex;

    width: min(100%, 500px);

    margin: 0 auto 12px;
    padding: 7px 14px;

    align-items: center;
    justify-content: space-between;

    gap: 20px;

    border: 1px solid #d6e1ed;
    border-radius: 7px;

    background: #f7faff;

    color: #526176;

    font-size: 0.67rem;
}

.diagnostico-scale-legend strong {
    color: #1769e8;

    font-weight: 700;
}


/* =========================================================
   FORMULÁRIO
========================================================= */

.diagnostico-pillar-form {
    width: 100%;
}


/* =========================================================
   CARD DE CADA AFIRMAÇÃO
========================================================= */

.diagnostico-question {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        auto;

    width: 100%;

    min-inline-size: 0;

    margin: 0 0 8px;
    padding: 13px 16px;

    align-items: center;

    gap: 22px;

    border: 1px solid #dce5ef;
    border-radius: 8px;

    background: #ffffff;

    box-shadow:
        0 2px 8px rgba(7, 27, 52, 0.025);
}


/* =========================================================
   TEXTO DA AFIRMAÇÃO
========================================================= */

.diagnostico-question-text {
    display: flex;

    width: 100%;
    padding: 0;

    align-items: center;

    gap: 12px;

    color: #263c56;

    font-size: 0.79rem;
    font-weight: 500;
    line-height: 1.42;
}


/* =========================================================
   NÚMERO DA AFIRMAÇÃO
========================================================= */

.diagnostico-question-number {
    display: inline-flex;

    width: 27px;
    min-width: 27px;
    height: 27px;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #1769e8;

    color: #ffffff;

    font-size: 0.65rem;
    font-weight: 700;
}


/* =========================================================
   ESCALA 1 A 5
========================================================= */

.diagnostico-scale {
    display: flex;

    align-items: center;

    gap: 6px;

    flex-shrink: 0;
}


/* Esconde o radio padrão */

.diagnostico-scale-option {
    position: relative;

    display: inline-flex;

    cursor: pointer;
}

.diagnostico-scale-option input {
    position: absolute;

    width: 1px;
    height: 1px;

    opacity: 0;

    pointer-events: none;
}


/* Botão 1–5 */

.diagnostico-scale-option span {
    display: inline-flex;

    width: 32px;
    height: 30px;

    align-items: center;
    justify-content: center;

    border: 1px solid #cbd9e8;
    border-radius: 5px;

    background: #ffffff;

    color: #314862;

    font-size: 0.7rem;
    font-weight: 700;

    transition:
        border-color 0.18s ease,
        background 0.18s ease,
        color 0.18s ease,
        transform 0.18s ease,
        box-shadow 0.18s ease;
}


/* Hover */

.diagnostico-scale-option:hover span {
    border-color: #1769e8;

    color: #1769e8;

    transform: translateY(-1px);
}


/* Selecionado */

.diagnostico-scale-option input:checked + span {
    border-color: #1769e8;

    background: #1769e8;

    color: #ffffff;

    box-shadow:
        0 3px 8px rgba(23, 105, 232, 0.13);
}


/* Teclado */

.diagnostico-scale-option input:focus-visible + span {
    outline: 3px solid rgba(23, 105, 232, 0.16);
    outline-offset: 2px;
}


/* =========================================================
   NAVEGAÇÃO
========================================================= */

.diagnostico-pillar-actions {
    display: flex;

    margin-top: 16px;

    align-items: center;
    justify-content: space-between;

    gap: 16px;
}

.diagnostico-pillar-actions .button {
    min-width: 120px;
    height: 44px;

    padding: 0 20px;

    border-radius: 8px;

    font-size: 0.78rem;
}

.diagnostico-pillar-actions .button-primary {
    min-width: 150px;
}


/* =========================================================
   PROGRESSO — VISÍVEL DURANTE AS RESPOSTAS
========================================================= */

.diagnostico-progress {
    position: sticky;

    top: 0;

    z-index: 30;

    max-width: 1040px;

    margin: 0 auto 16px;
    padding: 8px 0 10px;

    background: #f4f7fb;
}

.diagnostico-progress-header {
    margin-bottom: 5px;

    font-size: 0.7rem;
}

.diagnostico-progress-track {
    height: 4px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 850px) {

    .diagnostico-question {
        grid-template-columns: 1fr;

        gap: 12px;
    }

    .diagnostico-scale {
        padding-left: 39px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 640px) {

    .diagnostico-pillar {
        transform: none;

        padding-top: 6px;
    }

    .diagnostico-pillar-heading {
        text-align: left;
    }

    .diagnostico-pillar-title {
        font-size: 1.75rem;
    }

    .diagnostico-pillar-description {
        margin-left: 0;

        font-size: 0.76rem;
    }

    .diagnostico-scale-legend {
        flex-direction: column;

        width: 100%;

        padding: 7px 10px;

        align-items: flex-start;

        gap: 3px;
    }

    .diagnostico-question {
        padding: 12px;

        gap: 10px;
    }

    .diagnostico-question-text {
        align-items: flex-start;

        gap: 10px;

        font-size: 0.77rem;
    }

    .diagnostico-question-number {
        width: 25px;
        min-width: 25px;
        height: 25px;
    }

    .diagnostico-scale {
        width: 100%;

        padding-left: 0;

        justify-content: space-between;

        gap: 5px;
    }

    .diagnostico-scale-option {
        flex: 1;
    }

    .diagnostico-scale-option span {
        width: 100%;
        height: 32px;
    }

}
/* =========================================================
   PILARES — REFINAMENTO COMPACTO
========================================================= */


/* Aproxima o pilar da barra de progresso */

.diagnostico-pillar {
    transform: translateY(-28px);
}


/* Cabeçalho mais compacto */

.diagnostico-pillar-heading {
    margin-bottom: 10px;
}

.diagnostico-pillar-step {
    margin-bottom: 3px;
}

.diagnostico-pillar-description {
    margin-top: 6px;
}


/* Legenda mais compacta */

.diagnostico-scale-legend {
    margin-bottom: 10px;
    padding: 6px 14px;
}


/* =========================================================
   AFIRMAÇÕES
========================================================= */

.diagnostico-question {
    display: grid !important;

    grid-template-columns:
        minmax(0, 1fr)
        auto !important;

    min-height: 58px;

    margin-bottom: 7px;
    padding: 10px 14px !important;

    align-items: center !important;

    gap: 20px;
}


/* Texto e número ficam juntos */

.diagnostico-question-text {
    display: flex;

    margin: 0;

    align-items: center;

    gap: 10px;

    font-size: 0.76rem;
    line-height: 1.35;
}


/* Número um pouco menor */

.diagnostico-question-number {
    width: 26px;
    min-width: 26px;
    height: 26px;

    font-size: 0.64rem;
}


/* =========================================================
   NOTAS À DIREITA
========================================================= */

.diagnostico-scale {
    display: flex !important;

    width: auto !important;

    padding: 0 !important;

    align-items: center;
    justify-content: flex-end;

    gap: 5px;
}


/* Quadrados menores */

.diagnostico-scale-option span {
    width: 30px;
    height: 30px;

    border-radius: 5px;

    font-size: 0.68rem;
}


/* =========================================================
   NAVEGAÇÃO
========================================================= */

.diagnostico-pillar-actions {
    margin-top: 12px;
}


/* =========================================================
   TABLET / MOBILE
   AQUI AS NOTAS VOLTAM PARA BAIXO
========================================================= */

@media (max-width: 850px) {

    .diagnostico-pillar {
        transform: none;
    }

    .diagnostico-question {
        grid-template-columns: 1fr !important;

        gap: 9px;
    }

    .diagnostico-scale {
        width: 100% !important;

        padding-left: 36px !important;

        justify-content: flex-start;
    }

}
/* =========================================================
   PILARES — ALINHAMENTO FINAL DOS CARDS
========================================================= */

.diagnostico-question {
    display: grid !important;

    grid-template-columns:
        minmax(0, 1fr)
        auto !important;

    min-height: 64px;

    padding: 12px 16px !important;

    align-items: center !important;

    gap: 20px;
}


/* Mantém número e afirmação centralizados verticalmente */

.diagnostico-question-text {
    display: flex !important;

    margin: 0 !important;
    padding: 0 !important;

    align-items: center !important;

    gap: 12px;

    line-height: 1.4;
}


/* Número não sobe nem desce */

.diagnostico-question-number {
    display: inline-flex;

    flex: 0 0 auto;

    align-self: center;

    align-items: center;
    justify-content: center;
}


/* Escala centralizada na altura do card */

.diagnostico-scale {
    display: flex !important;

    margin: 0 !important;
    padding: 0 !important;

    align-self: center !important;
    align-items: center !important;
    justify-content: flex-end;

    gap: 6px;
}


/* Mantém todos os botões iguais */

.diagnostico-scale-option span {
    width: 32px;
    height: 32px;
}


/* Afirmações maiores podem quebrar linha sem desalinhamento */

.diagnostico-question-text {
    min-width: 0;
}


/* =========================================================
   TABLET / MOBILE
========================================================= */

@media (max-width: 850px) {

    .diagnostico-question {
        grid-template-columns: 1fr !important;

        gap: 10px;
    }

    .diagnostico-scale {
        width: 100% !important;

        padding-left: 38px !important;

        justify-content: flex-start;
    }

}
/* =========================================================
   PILARES — CORREÇÃO DO ALINHAMENTO DAS AFIRMAÇÕES
========================================================= */

.diagnostico-question {
    position: relative;

    display: grid !important;

    grid-template-columns:
        minmax(0, 1fr)
        auto !important;

    align-items: center !important;

    min-height: 64px;

    padding: 12px 16px !important;

    gap: 20px;
}


/* Corrige o comportamento especial do LEGEND */

.diagnostico-question-text {
    display: flex !important;

    width: 100%;
    max-width: none;

    margin: 0 !important;
    padding: 0 !important;

    float: none !important;

    align-items: center !important;
    align-self: center !important;

    gap: 12px;

    line-height: 1.4;
}


/* Garante que o número fique centralizado */

.diagnostico-question-number {
    position: static !important;

    flex: 0 0 27px;

    width: 27px;
    min-width: 27px;
    height: 27px;

    margin: 0 !important;

    align-self: center;
}


/* Escala centralizada na mesma linha */

.diagnostico-scale {
    margin: 0 !important;
    padding: 0 !important;

    align-self: center !important;
}
/* =========================================================
   PILARES — ALINHAMENTO DEFINITIVO DAS AFIRMAÇÕES
========================================================= */

.diagnostico-question {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;

    min-height: 64px;

    padding: 12px 16px !important;

    align-items: center !important;

    gap: 20px;
}

.diagnostico-question-text {
    display: flex !important;

    margin: 0 !important;
    padding: 0 !important;

    align-items: center !important;

    gap: 12px;

    min-width: 0;
}

.diagnostico-question-label {
    display: block;

    margin: 0;
    padding: 0;

    line-height: 1.4;
}

.diagnostico-question-number {
    flex: 0 0 27px;

    margin: 0 !important;
}

.diagnostico-scale {
    margin: 0 !important;
    padding: 0 !important;

    align-self: center !important;
}
/* =========================================================
   PILARES — ALINHAMENTO DEFINITIVO
========================================================= */

.diagnostico-question {
    display: grid !important;

    grid-template-columns:
        minmax(0, 1fr)
        auto !important;

    min-height: 64px;

    padding: 12px 16px !important;

    align-items: center !important;

    gap: 24px;
}


/* NÚMERO + AFIRMAÇÃO */

.diagnostico-question-text {
    display: flex !important;

    width: 100%;

    margin: 0 !important;
    padding: 0 !important;

    align-items: center !important;
    align-self: center !important;

    gap: 12px;

    min-width: 0;

    line-height: 1.4;
}


.diagnostico-question-number {
    position: static !important;

    flex: 0 0 27px;

    width: 27px;
    min-width: 27px;
    height: 27px;

    margin: 0 !important;

    align-self: center;
}


/* =========================================================
   ESCALA SEMPRE À DIREITA
========================================================= */

.diagnostico-scale {
    display: flex !important;

    width: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    align-items: center !important;
    align-self: center !important;

    justify-content: flex-end !important;
    justify-self: end !important;

    gap: 6px;
}


/* =========================================================
   TABLET / MOBILE
========================================================= */

@media (max-width: 850px) {

    .diagnostico-question {
        grid-template-columns: 1fr !important;

        gap: 10px;
    }

    .diagnostico-scale {
        width: 100% !important;

        padding-left: 39px !important;

        justify-self: stretch !important;
        justify-content: flex-start !important;
    }

}
/* =========================================================
   PILARES — FIXAR ESCALA 1–5 À DIREITA
========================================================= */

.diagnostico-question {
    display: flex !important;

    width: 100%;

    align-items: center !important;

    gap: 24px;
}


/* Número + texto ocupam todo o espaço disponível */

.diagnostico-question-text {
    display: flex !important;

    flex: 1 1 auto;

    min-width: 0;

    align-items: center !important;

    gap: 12px;
}


/* Escala sempre encostada à direita */

.diagnostico-scale {
    display: flex !important;

    flex: 0 0 auto;

    margin: 0 0 0 auto !important;
    padding: 0 !important;

    align-items: center !important;
    justify-content: flex-end !important;

    gap: 6px;
}


/* =========================================================
   TABLET / MOBILE
========================================================= */

@media (max-width: 850px) {

    .diagnostico-question {
        flex-direction: column;

        align-items: stretch !important;

        gap: 10px;
    }

    .diagnostico-scale {
        width: 100%;

        margin-left: 0 !important;
        padding-left: 39px !important;

        justify-content: flex-start !important;
    }

}
/* =========================================================
   TELA 10 — RESULTADO DO DIAGNÓSTICO
========================================================= */

#diagnosticoResult {
    width: min(100%, 1040px);
    margin: 0 auto;
    padding: 6px 0 36px;
}


/* =========================================================
   CABEÇALHO
========================================================= */

.diagnostico-result-heading {
    max-width: 760px;

    margin: 0 auto 24px;

    text-align: center;
}

.diagnostico-result-kicker {
    display: inline-block;

    margin-bottom: 8px;

    color: #1769e8;

    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;

    text-transform: uppercase;
}

.diagnostico-result-title {
    margin: 0;

    color: #071b34;

    font-size: clamp(2rem, 3.4vw, 2.7rem);
    font-weight: 700;
    line-height: 1.06;

    letter-spacing: -0.03em;
}

.diagnostico-result-description {
    max-width: 700px;

    margin: 12px auto 0;

    color: #526176;

    font-size: 0.82rem;
    line-height: 1.5;
}


/* =========================================================
   ÍNDICE GERAL
========================================================= */

.diagnostico-result-overview {
    max-width: 820px;

    margin: 0 auto 32px;
    padding: 26px 28px;

    border: 1px solid #dce5ef;
    border-radius: 14px;

    background: #ffffff;

    box-shadow:
        0 8px 24px rgba(7, 27, 52, 0.05);

    text-align: center;
}

.diagnostico-result-score-label {
    display: block;

    color: #526176;

    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.07em;

    text-transform: uppercase;
}

.diagnostico-result-score-value {
    display: flex;

    margin-top: 8px;

    align-items: baseline;
    justify-content: center;

    gap: 7px;
}

.diagnostico-result-score-value strong {
    color: #1769e8;

    font-size: 4.2rem;
    font-weight: 700;
    line-height: 1;
}

.diagnostico-result-score-value span {
    color: #7a8797;

    font-size: 0.78rem;
}

.diagnostico-result-level {
    display: inline-flex;

    margin-top: 12px;
    padding: 7px 16px;

    align-items: center;
    justify-content: center;

    border-radius: 999px;

    background: #eaf3ff;

    color: #1769e8;

    font-size: 0.78rem;
    font-weight: 700;

    text-transform: uppercase;
}


/* =========================================================
   JORNADA DE MATURIDADE
========================================================= */

.diagnostico-result-journey {
    display: grid;

    grid-template-columns: repeat(5, 1fr);

    margin-top: 24px;

    gap: 8px;
}

.diagnostico-result-journey span {
    padding: 8px 6px;

    border-radius: 7px;

    background: #f5f8fc;

    color: #6b7788;

    font-size: 0.66rem;
    font-weight: 600;
}


/* =========================================================
   SEÇÕES
========================================================= */

.diagnostico-result-section {
    margin-top: 30px;
}

.diagnostico-result-section-heading {
    margin-bottom: 14px;
}

.diagnostico-result-section-heading h3 {
    margin: 0;

    color: #071b34;

    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
}

.diagnostico-result-section-heading p {
    max-width: 720px;

    margin: 6px 0 0;

    color: #6b7788;

    font-size: 0.76rem;
    line-height: 1.5;
}


/* =========================================================
   VISÃO DOS CINCO PILARES
========================================================= */

.diagnostico-result-pillars {
    display: grid;

    grid-template-columns:
        minmax(0, 1.1fr)
        minmax(280px, 0.9fr);

    gap: 24px;

    align-items: stretch;
}


/* =========================================================
   GRÁFICO RADAR
========================================================= */

.diagnostico-result-radar {
    display: flex;

    min-height: 360px;

    padding: 22px;

    align-items: center;
    justify-content: center;

    border: 1px solid #dce5ef;
    border-radius: 12px;

    background: #ffffff;
}

#diagnosticoRadarChart {
    width: 100% !important;
    max-width: 420px;

    height: auto !important;
}


/* =========================================================
   NOTAS DOS PILARES
========================================================= */

.diagnostico-result-pillar-list {
    display: grid;

    gap: 10px;
}

.diagnostico-result-pillar-item {
    display: flex;

    min-height: 58px;

    padding: 12px 15px;

    align-items: center;
    justify-content: space-between;

    gap: 18px;

    border: 1px solid #dce5ef;
    border-radius: 9px;

    background: #ffffff;
}

.diagnostico-result-pillar-item span {
    color: #263c56;

    font-size: 0.8rem;
    font-weight: 600;
}

.diagnostico-result-pillar-item strong {
    color: #1769e8;

    font-size: 1.15rem;
    font-weight: 700;
}


/* =========================================================
   PILARES DE ATENÇÃO
========================================================= */

.diagnostico-result-attention {
    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 12px;
}

.diagnostico-result-attention-card {
    padding: 16px 18px;

    border: 1px solid #f0d7b4;
    border-radius: 10px;

    background: #fffaf3;
}

.diagnostico-result-attention-card span {
    display: block;

    color: #8d642a;

    font-size: 0.68rem;
    font-weight: 700;

    text-transform: uppercase;
}

.diagnostico-result-attention-card strong {
    display: block;

    margin-top: 6px;

    color: #071b34;

    font-size: 1rem;
}

.diagnostico-result-attention-note {
    max-width: 820px;

    margin: 12px 0 0;

    color: #6b7788;

    font-size: 0.74rem;
    line-height: 1.5;
}


/* =========================================================
   PRINCIPAL PERCEPÇÃO
========================================================= */

.diagnostico-result-insight {
    padding: 18px 20px;

    border: 1px solid #dce5ef;
    border-radius: 10px;

    background: #ffffff;
}

.diagnostico-result-card-label {
    display: block;

    margin-bottom: 8px;

    color: #1769e8;

    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.06em;

    text-transform: uppercase;
}

.diagnostico-result-insight p {
    margin: 0;

    color: #263c56;

    font-size: 0.82rem;
    line-height: 1.55;
}


/* =========================================================
   RECOMENDAÇÃO
========================================================= */

.diagnostico-result-recommendation {
    padding: 18px 20px;

    border: 1px solid #cfe0f5;
    border-radius: 10px;

    background: #f4f8fe;
}

.diagnostico-result-recommendation p {
    margin: 0;

    color: #263c56;

    font-size: 0.82rem;
    line-height: 1.55;
}


/* =========================================================
   E-MAIL
========================================================= */

.diagnostico-result-email {
    display: flex;

    max-width: 760px;

    margin: 28px auto 0;

    padding: 12px 16px;

    align-items: center;
    justify-content: center;

    gap: 9px;

    border-radius: 9px;

    background: #eefaf3;

    color: #356c4c;

    font-size: 0.76rem;
}

.diagnostico-result-email-icon {
    display: inline-flex;

    width: 21px;
    height: 21px;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #d8f1e2;

    font-size: 0.7rem;
    font-weight: 700;
}


/* =========================================================
   CTA RELATÓRIO
========================================================= */

.diagnostico-result-cta {
    margin-top: 30px;
}

.diagnostico-result-cta-content {
    padding: 28px;

    border-radius: 14px;

    background: #071b34;

    text-align: center;
}

.diagnostico-result-cta h3 {
    margin: 0;

    color: #ffffff;

    font-size: 1.45rem;
    line-height: 1.2;
}

.diagnostico-result-cta p {
    max-width: 700px;

    margin: 12px auto 0;

    color: rgba(255, 255, 255, 0.72);

    font-size: 0.78rem;
    line-height: 1.55;
}

.diagnostico-result-cta-actions {
    display: flex;

    margin-top: 20px;

    align-items: center;
    justify-content: center;

    gap: 18px;
}

.diagnostico-result-back-site {
    color: #ffffff;

    font-size: 0.78rem;
    font-weight: 600;

    text-decoration: none;
}

.diagnostico-result-back-site:hover {
    color: #20d3df;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 760px) {

    #diagnosticoResult {
        padding-top: 0;
    }

    .diagnostico-result-heading {
        text-align: left;
    }

    .diagnostico-result-title {
        font-size: 2rem;
    }

    .diagnostico-result-overview {
        padding: 22px 16px;
    }

    .diagnostico-result-score-value strong {
        font-size: 3.4rem;
    }

    .diagnostico-result-journey {
        grid-template-columns: 1fr;

        gap: 6px;
    }

    .diagnostico-result-pillars {
        grid-template-columns: 1fr;
    }

    .diagnostico-result-radar {
        min-height: 300px;
    }

    .diagnostico-result-attention {
        grid-template-columns: 1fr;
    }

    .diagnostico-result-cta-content {
        padding: 24px 18px;
    }

    .diagnostico-result-cta-actions {
        flex-direction: column;
    }

}
/* =========================================================
   RESULTADO — NÍVEL ATUAL DA JORNADA
========================================================= */

.diagnostico-result-journey
.diagnostico-result-journey-active {
    background: #1769e8;
    color: #ffffff;
}
/* =========================================================
   RESULTADO — RADAR DOS CINCO PILARES
========================================================= */

.diagnostico-result-radar {
    display: flex;

    min-height: 380px;

    padding: 20px;

    align-items: center;
    justify-content: center;

    border: 1px solid #dce5ef;
    border-radius: 12px;

    background: #ffffff;
}


/* =========================================================
   ÁREA DO RADAR
========================================================= */

.resultado-radar {
    position: relative;

    width: 320px;
    height: 320px;
}


/* =========================================================
   ANÉIS
========================================================= */

.resultado-radar-ring {
    position: absolute;

    top: 50%;
    left: 50%;

    border: 1px solid rgba(23, 105, 232, 0.16);
    border-radius: 50%;

    transform: translate(-50%, -50%);
}

.resultado-radar-ring-1 {
    width: 300px;
    height: 300px;
}

.resultado-radar-ring-2 {
    width: 218px;
    height: 218px;
}

.resultado-radar-ring-3 {
    width: 145px;
    height: 145px;
}


/* =========================================================
   EIXOS
========================================================= */

.resultado-radar-axis {
    position: absolute;

    top: 50%;
    left: 50%;

    width: 1px;
    height: 150px;

    background: rgba(23, 105, 232, 0.14);

    transform-origin: bottom center;
}

.resultado-radar-axis-1 {
    transform: translate(-50%, -100%) rotate(0deg);
}

.resultado-radar-axis-2 {
    transform: translate(-50%, -100%) rotate(72deg);
}

.resultado-radar-axis-3 {
    transform: translate(-50%, -100%) rotate(144deg);
}

.resultado-radar-axis-4 {
    transform: translate(-50%, -100%) rotate(216deg);
}

.resultado-radar-axis-5 {
    transform: translate(-50%, -100%) rotate(288deg);
}


/* =========================================================
   FORMA DO RESULTADO
========================================================= */

.resultado-radar-shape {
    position: absolute;

    top: 50%;
    left: 50%;

    width: 250px;
    height: 250px;

    background:
        linear-gradient(
            145deg,
            rgba(32, 211, 223, 0.32),
            rgba(23, 105, 232, 0.18)
        );

    clip-path: polygon(
        50% 50%,
        50% 50%,
        50% 50%,
        50% 50%,
        50% 50%
    );

    border: 1px solid rgba(23, 105, 232, 0.7);

    filter:
        drop-shadow(
            0 0 10px
            rgba(23, 105, 232, 0.10)
        );

    transform:
        translate(-50%, -50%);

    transition:
        clip-path 0.45s ease;
}


/* =========================================================
   PONTOS
========================================================= */

.resultado-radar-point {
    position: absolute;

    z-index: 3;

    width: 10px;
    height: 10px;

    border: 2px solid #ffffff;
    border-radius: 50%;

    background: #1769e8;

    box-shadow:
        0 0 0 2px rgba(23, 105, 232, 0.16);

    transform: translate(-50%, -50%);

    transition:
        top 0.45s ease,
        left 0.45s ease;
}


/* Começam no centro */

.resultado-radar-point-1,
.resultado-radar-point-2,
.resultado-radar-point-3,
.resultado-radar-point-4,
.resultado-radar-point-5 {
    top: 50%;
    left: 50%;
}


/* =========================================================
   RÓTULOS
========================================================= */

.resultado-radar-label {
    position: absolute;

    display: flex;

    flex-direction: column;

    gap: 2px;

    color: #071b34;

    font-size: 0.68rem;
    line-height: 1.2;
}

.resultado-radar-label strong {
    font-size: 0.70rem;
    font-weight: 700;
}

.resultado-radar-label span {
    color: #1769e8;

    font-size: 0.68rem;
    font-weight: 700;
}


/* Estratégia */

.resultado-radar-label-strategy {
    top: -8px;
    left: 50%;

    align-items: center;

    transform: translateX(-50%);
}


/* Mercado */

.resultado-radar-label-market {
    top: 31%;
    right: -22px;

    align-items: flex-start;
}


/* Processos */

.resultado-radar-label-processes {
    right: -4px;
    bottom: 16px;

    align-items: flex-start;
}


/* Pessoas */

.resultado-radar-label-people {
    left: -2px;
    bottom: 16px;

    align-items: flex-end;
}


/* Finanças */

.resultado-radar-label-finance {
    top: 31%;
    left: -18px;

    align-items: flex-end;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 760px) {

    .diagnostico-result-radar {
        min-height: 330px;

        padding: 14px;
    }

    .resultado-radar {
        transform: scale(0.88);

        transform-origin: center;
    }

}
/* =========================================================
   RESULTADO — AJUSTE DE PRESENÇA DO GRÁFICO RADAR
========================================================= */

.diagnostico-result-radar {
    min-height: 360px;
    padding: 12px 10px;
}

.resultado-radar {
    width: 350px;
    height: 350px;
}


/* Anéis um pouco maiores */

.resultado-radar-ring-1 {
    width: 326px;
    height: 326px;
}

.resultado-radar-ring-2 {
    width: 236px;
    height: 236px;
}

.resultado-radar-ring-3 {
    width: 158px;
    height: 158px;
}


/* Eixos acompanham o novo tamanho */

.resultado-radar-axis {
    height: 163px;
}


/* Forma central maior */

.resultado-radar-shape {
    width: 272px;
    height: 272px;
}


/* Ajuste fino dos rótulos */

.resultado-radar-label-strategy {
    top: -2px;
}

.resultado-radar-label-market {
    right: -12px;
}

.resultado-radar-label-processes {
    right: 2px;
    bottom: 18px;
}

.resultado-radar-label-people {
    left: 2px;
    bottom: 18px;
}

.resultado-radar-label-finance {
    left: -10px;
}


/* Mobile */

@media (max-width: 760px) {

    .resultado-radar {
        width: 320px;
        height: 320px;

        transform: scale(0.92);
    }

}
/* =========================================================
   RESULTADO — PRÓXIMOS PASSOS
========================================================= */

.diagnostico-result-next-steps {
    max-width: 1480px;
    margin: 56px auto 0;
}

.diagnostico-result-next-steps-heading {
    text-align: center;
    margin-bottom: 32px;
}

.diagnostico-result-next-steps-heading h3 {
    margin: 0;
    color: #071b34;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 700;
}

.diagnostico-result-next-steps-heading p {
    margin: 10px 0 0;
    color: #526176;
    font-size: 1rem;
    line-height: 1.5;
}


/* DUAS COLUNAS */

.diagnostico-result-next-steps-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}


/* CARDS */

.diagnostico-result-next-card {
    background: #ffffff;
    border: 1px solid #d7e1ee;
    border-radius: 18px;
    padding: 34px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;

    min-height: 190px;
}

.diagnostico-result-next-card h4 {
    margin: 0 0 12px;
    color: #071b34;
    font-size: 1.35rem;
    line-height: 1.25;
    font-weight: 700;
}


/* BOTÕES */

.diagnostico-result-next-button {
    margin-top: auto;
    min-height: 54px;
    padding: 0 26px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
}


/* VOLTAR AO SITE */

.diagnostico-result-next-steps-footer {
    margin-top: 24px;
    text-align: center;
}

.diagnostico-result-back-site {
    color: #526176;
    font-weight: 600;
    text-decoration: none;
}

.diagnostico-result-back-site:hover {
    color: #071b34;
}


/* RESPONSIVO */

@media (max-width: 800px) {

    .diagnostico-result-next-steps-grid {
        grid-template-columns: 1fr;
    }

    .diagnostico-result-next-card {
        min-height: auto;
    }

}
.diagnostico-result-next-card-description {
    margin: 0 0 28px;
    max-width: 560px;

    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.6;
    font-weight: 400;
}
/* =========================================================
   AJUSTE FINAL — MOBILE DIAGNÓSTICO
========================================================= */

@media (max-width: 640px) {

    /* Evita rolagem horizontal da página */

    html,
    body,
    .diagnostico-page {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }


    /* =====================================================
       HEADER
    ===================================================== */

    .diagnostico-header {
        width: 100%;
        height: 72px;
    }

    .diagnostico-header .header-container {
        width: 100%;
        max-width: 100%;
        padding-left: 16px;
        padding-right: 16px;

        gap: 12px;
    }

    .diagnostico-header .brand-logo {
        width: 125px;
        max-width: 100%;
    }

    .diagnostico-back-link {
        flex-shrink: 0;

        font-size: 0.78rem;

        white-space: nowrap;
    }


    /* =====================================================
       CONTAINER GERAL
    ===================================================== */

    .diagnostico-shell {
        width: 100%;

        padding-top: 20px;
        padding-bottom: 40px;
    }

    .diagnostico-container {
        width: calc(100% - 32px);
        max-width: 100%;

        margin-left: auto;
        margin-right: auto;
    }


    /* Todos os blocos devem respeitar a tela */

    .diagnostico-content,
    .diagnostico-identification,
    .diagnostico-pillar,
    .diagnostico-form,
    .diagnostico-pillar-form,
    .diagnostico-section-heading,
    .diagnostico-pillar-heading,
    .diagnostico-declarations-list {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }


    /* =====================================================
       TÍTULOS
    ===================================================== */

    .diagnostico-section-title {
        font-size: 1.8rem;
        line-height: 1.1;

        overflow-wrap: anywhere;
    }

    .diagnostico-section-description {
        width: 100%;
        max-width: 100%;

        font-size: 0.9rem;
        line-height: 1.5;

        overflow-wrap: anywhere;
    }


    /* =====================================================
       DECLARAÇÕES
    ===================================================== */

    .diagnostico-declaration-item {
        width: 100%;
        max-width: 100%;
        min-width: 0;

        padding: 15px 14px;

        align-items: flex-start;
    }

    .diagnostico-declaration-item span {
        min-width: 0;

        font-size: 0.9rem;
        line-height: 1.45;

        white-space: normal;
        overflow-wrap: anywhere;
    }


    /* =====================================================
       PILARES
    ===================================================== */

    .diagnostico-pillar-heading {
        width: 100%;

        text-align: left;
    }

    .diagnostico-pillar-title {
        font-size: 1.9rem;
        line-height: 1.05;
    }

    .diagnostico-pillar-description {
        width: 100%;
        max-width: 100%;

        margin-left: 0;

        font-size: 0.88rem;
        line-height: 1.5;

        white-space: normal;
        overflow-wrap: anywhere;
    }


    /* Legenda 1 e 5 */

    .diagnostico-scale-legend {
        width: 100%;
        max-width: 100%;

        padding: 10px 12px;

        flex-direction: column;
        align-items: flex-start;
        gap: 5px;

        font-size: 0.78rem;
    }


    /* =====================================================
       CARDS DAS 25 AFIRMAÇÕES
    ===================================================== */

    .diagnostico-question {
        display: block;

        width: 100%;
        max-width: 100%;
        min-width: 0;

        margin-bottom: 14px;
        padding: 16px 14px;

        box-sizing: border-box;
    }


    /* Texto da afirmação */

    .diagnostico-question-text {
        display: flex;

        width: 100%;
        max-width: 100%;
        min-width: 0;

        margin: 0;
        padding: 0;

        align-items: flex-start;
        gap: 10px;

        font-size: 0.88rem;
        line-height: 1.45;

        white-space: normal;
        overflow-wrap: anywhere;
    }


    /* Número azul da afirmação */

    .diagnostico-question-number {
        width: 32px;
        min-width: 32px;
        height: 32px;

        flex: 0 0 32px;
    }


    /* =====================================================
       NOTAS 1 A 5
    ===================================================== */

    .diagnostico-scale {
        display: grid;

        grid-template-columns: repeat(5, 1fr);

        width: 100%;
        max-width: 100%;

        margin-top: 16px;
        padding-left: 0;

        gap: 8px;
    }

    .diagnostico-scale-option {
        width: 100%;
        min-width: 0;
    }

    .diagnostico-scale-option span {
        width: 100%;
        min-width: 0;
        height: 44px;

        display: flex;
        align-items: center;
        justify-content: center;

        padding: 0;

        font-size: 0.82rem;
    }


    /* =====================================================
       BOTÕES VOLTAR / CONTINUAR
    ===================================================== */

    .diagnostico-form-actions,
    .diagnostico-pillar-actions {
        width: 100%;

        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .diagnostico-form-actions .button,
    .diagnostico-pillar-actions .button {
        width: 100%;
        min-width: 0;
    }


    /* =====================================================
       PROGRESSO
    ===================================================== */

    .diagnostico-progress {
        width: 100%;
        max-width: 100%;
    }

}
/* =========================================================
   IOS — EVITA ZOOM AUTOMÁTICO NOS CAMPOS
========================================================= */

@media (max-width: 640px) {

    input,
    select,
    textarea {
        font-size: 16px !important;
    }

}


/* =========================================================
   TELA 2 — AJUSTE DE ALTURA DESKTOP
========================================================= */

@media (min-width: 641px) {

    #diagnosticoIdentification .diagnostico-section-heading {
        margin-bottom: 12px;
    }

    #diagnosticoIdentification .diagnostico-form-grid {
        gap: 8px 16px;
    }

    #diagnosticoIdentification .diagnostico-form-actions {
        margin-top: 4px;
    }

}
/* =========================================================
   RESULTADO — DOWNLOAD DO PDF
========================================================= */

.diagnostico-result-download {
    margin-top: 28px;
}

.diagnostico-result-download-content {
    display: flex;

    width: 100%;

    padding: 22px 26px;

    align-items: center;
    justify-content: space-between;

    gap: 24px;

    border: 1px solid #d6e1ed;
    border-radius: 14px;

    background: #ffffff;
}

.diagnostico-result-download-text {
    display: flex;
    flex-direction: column;

    gap: 6px;
}

.diagnostico-result-download-text strong {
    color: #071b34;

    font-size: 1rem;
    font-weight: 700;
}

.diagnostico-result-download-text span {
    color: #5f6f83;

    font-size: 0.86rem;
    line-height: 1.45;
}

.diagnostico-result-download-button {
    flex-shrink: 0;

    min-width: 220px;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 640px) {

    .diagnostico-result-download {
        margin-top: 22px;
    }

    .diagnostico-result-download-content {
        flex-direction: column;

        padding: 18px;

        align-items: stretch;

        gap: 16px;
    }

    .diagnostico-result-download-button {
        width: 100%;
        min-width: 0;
    }

}

/* =========================================================
   MODAL — SOLICITAÇÃO RELATÓRIO RADAR
========================================================= */

.diagnostico-report-modal[hidden] {
    display: none;
}

.diagnostico-report-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 24px;
}

.diagnostico-report-modal-overlay {
    position: absolute;
    inset: 0;

    background: rgba(5, 20, 40, 0.58);
}

.diagnostico-report-modal-content {
    position: relative;
    z-index: 1;

    width: 100%;
    max-width: 620px;
    max-height: 90vh;
    overflow-y: auto;

    padding: 32px;

    background: #ffffff;
    border-radius: 16px;

    box-shadow: 0 20px 60px rgba(5, 20, 40, 0.20);
}

.diagnostico-report-modal-content h3 {
    margin: 0 40px 8px 0;

    color: #071b34;

    font-size: 1.3rem;
    line-height: 1.3;
}

.diagnostico-report-modal-intro {
    margin: 0 0 20px;

    color: #64748b;

    font-size: 0.9rem;
    line-height: 1.55;
}


/* PREÇO */

.diagnostico-report-modal-service {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 22px;
    padding: 12px 14px;

    background: #f5f8fc;
    border-radius: 8px;
}

.diagnostico-report-modal-service span {
    color: #64748b;
    font-size: 0.78rem;
}

.diagnostico-report-modal-service strong {
    color: #071b34;

    font-size: 1.05rem;
    font-weight: 700;
}


/* CAMPOS */

.diagnostico-report-modal-field {
    margin-bottom: 16px;
}

.diagnostico-report-modal-field label {
    display: block;

    margin-bottom: 6px;

    color: #263c56;

    font-size: 0.82rem;
    font-weight: 600;
}

.diagnostico-report-modal-field input,
.diagnostico-report-modal-field textarea {
    width: 100%;

    padding: 11px 12px;

    border: 1px solid #d8e1eb;
    border-radius: 8px;

    background: #ffffff;

    color: #263c56;
    font: inherit;

    box-sizing: border-box;
}

.diagnostico-report-modal-field textarea {
    resize: vertical;
}

.diagnostico-report-modal-field input:focus,
.diagnostico-report-modal-field textarea:focus {
    outline: none;
    border-color: #1769e8;
}


/* OBSERVAÇÃO */

.diagnostico-report-modal-note {
    margin: 4px 0 18px;

    color: #7a8797;

    font-size: 0.72rem;
    line-height: 1.45;
}


/* FECHAR */

.diagnostico-report-modal-close {
    position: absolute;
    top: 16px;
    right: 18px;

    padding: 0;

    border: 0;
    background: transparent;

    color: #64748b;

    font-size: 1.6rem;
    line-height: 1;

    cursor: pointer;
}


/* BOTÃO */

.diagnostico-report-modal-submit {
    width: 100%;
}


/* MOBILE */

@media (max-width: 640px) {

    .diagnostico-report-modal {
        padding: 14px;
    }

    .diagnostico-report-modal-content {
        padding: 24px 18px;
        border-radius: 12px;
    }

}

/* =========================================================
   RADAR EXMAX® — VERSÃO PARA PDF / IMPRESSÃO
========================================================= */

/* Rodapé existe no HTML, mas não aparece no site */
.diagnostico-print-footer {
    display: none;
}



@media print {

    @page {
        size: A4 portrait;
        margin: 12mm 14mm 14mm;
    }


    /* =========================================
       BASE
    ========================================= */

    html,
    body {
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;

        background: #ffffff !important;

        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }


    .diagnostico-page,
    .diagnostico-main,
    .diagnostico-shell,
    .diagnostico-container,
    #diagnosticoResult {
        width: 100% !important;
        max-width: none !important;

        margin: 0 !important;
        padding: 0 !important;

        background: #ffffff !important;
    }


    /* =========================================
       NÃO ENTRA NO PDF
    ========================================= */

    .diagnostico-header,
    .diagnostico-progress,

    .diagnostico-result-download,

    .diagnostico-result-next-steps,

    .diagnostico-result-next-steps-footer,

    .diagnostico-result-back-site {
        display: none !important;
    }


    /* =========================================
       CABEÇALHO DO RESULTADO
    ========================================= */

    .diagnostico-result-heading {
        max-width: none !important;

        margin: 0 0 12px !important;

        text-align: left !important;
    }


    .diagnostico-result-kicker {
        font-size: 9pt !important;
    }


    .diagnostico-result-title {
        margin-top: 4px !important;

        font-size: 24pt !important;
        line-height: 1.05 !important;
    }


    .diagnostico-result-description {
        max-width: 100% !important;

        margin-top: 7px !important;

        font-size: 9pt !important;
        line-height: 1.4 !important;
    }

    

    /* =========================================
       ÍNDICE DE MATURIDADE
    ========================================= */

    .diagnostico-result-overview {
        max-width: none !important;

        margin: 0 0 14px !important;
        padding: 14px 18px !important;

        box-shadow: none !important;

        break-inside: avoid;
        page-break-inside: avoid;
    }


    .diagnostico-result-score-value strong {
        font-size: 38pt !important;
    }


    /* IMPORTANTE:
       mantém os 5 níveis na horizontal
    */

    .diagnostico-result-journey {
        display: grid !important;
        grid-template-columns: repeat(5, 1fr) !important;

        gap: 6px !important;

        margin-top: 12px !important;
    }


    /* =========================================
       VISÃO DOS CINCO PILARES
    ========================================= */

    .diagnostico-result-section {
        margin-top: 16px !important;
    }


    .diagnostico-result-section-heading {
        margin-bottom: 8px !important;
    }


    .diagnostico-result-section-heading h3 {
        font-size: 15pt !important;
    }


    .diagnostico-result-section-heading p {
        margin-top: 3px !important;

        font-size: 8.5pt !important;
        line-height: 1.35 !important;
    }


    .diagnostico-result-pillars {
        display: grid !important;

        grid-template-columns: 1.05fr 0.95fr !important;

        gap: 12px !important;

        align-items: stretch !important;

        break-inside: avoid;
        page-break-inside: avoid;
    }


    /* Radar menor para caber inteiro na página 1 */

    .diagnostico-result-radar {
        min-height: 275px !important;
        height: 275px !important;

        padding: 6px !important;

        break-inside: avoid;
        page-break-inside: avoid;
    }


    .resultado-radar {
        transform: scale(0.78);
        transform-origin: center center;
    }


    /*
       Mantém a coluna das cinco notas compacta
    */

    .diagnostico-result-pillar-list {
        gap: 6px !important;
    }


    .diagnostico-result-pillar-item {
        min-height: 0 !important;

        padding: 10px 14px !important;
    }


    /* =========================================
       PÁGINA 2
       Começa em "Principais oportunidades"
    ========================================= */

    #diagnosticoAttentionPillars {
        break-inside: avoid;
        page-break-inside: avoid;
    }


    /*
       A seção que contém as oportunidades
       inicia uma nova página.
    */

    #diagnosticoAttentionPillars {
        page-break-before: auto;
    }


    .diagnostico-result-attention {
        grid-template-columns: repeat(2, 1fr) !important;

        gap: 10px !important;
    }


    .diagnostico-result-attention-note {
        margin-top: 7px !important;

        font-size: 8.5pt !important;
    }


    /* =========================================
       INTERPRETAÇÃO E RECOMENDAÇÃO
    ========================================= */

    .diagnostico-result-insight,
    .diagnostico-result-recommendation {
        padding: 12px 14px !important;

        box-shadow: none !important;

        break-inside: avoid;
        page-break-inside: avoid;
    }


    .diagnostico-result-insight p,
    .diagnostico-result-recommendation p {
        font-size: 9pt !important;
        line-height: 1.42 !important;
    }


    /* =========================================
       RODAPÉ EXMAX
    ========================================= */

    .diagnostico-print-footer {
        display: block !important;

        margin-top: 20px !important;
        padding-top: 12px !important;

        border-top: 1px solid #dce5ef;

        color: #526176;

        text-align: center;

        break-inside: avoid;
        page-break-inside: avoid;
    }


    .diagnostico-print-footer-title {
        color: #071b34;

        font-size: 9pt;
        font-weight: 700;
    }


    .diagnostico-print-footer-brand {
        margin-top: 6px;

        color: #071b34;

        font-size: 9pt;
        font-weight: 700;
    }


    .diagnostico-print-footer-tagline {
        margin-top: 2px;

        font-size: 8pt;
    }


    .diagnostico-print-footer-contact {
        margin-top: 6px;

        font-size: 8pt;
    }


    .diagnostico-print-footer-contact span {
        margin: 0 5px;
    }

    }
    /* CONTATO — oculto no site */
    .diagnostico-print-contact {
        display: none !important;
    }


/* =========================================================
   AJUSTES FINAIS — SOMENTE PDF
========================================================= */

@media print {

    .diagnostico-print-contact {
        display: block !important;

        margin-top: 24px;
        padding-top: 12px;

        border-top: 1px solid #d9e2ec;

        color: #53657a;
        font-size: 8.5pt;
        line-height: 1.5;
    }

    .diagnostico-print-contact strong {
        display: block;
        margin-bottom: 2px;

        color: #071b34;
        font-size: 9pt;
    }

    .diagnostico-print-contact span {
        display: block;
    }


}

    /* ========================================
       AJUSTE DE PAGINAÇÃO DO PDF
    ======================================== */

    .diagnostico-result-section {
        margin-top: 18px !important;
    }

    .diagnostico-result-section-heading {
        margin-bottom: 10px !important;
    }

    .diagnostico-result-attention-note {
        margin-top: 10px !important;
        margin-bottom: 10px !important;

        break-after: avoid !important;
        page-break-after: avoid !important;
    }

    .diagnostico-result-insight,
    .diagnostico-result-recommendation {
        break-inside: avoid !important;
        page-break-inside: avoid !important;
    }

/* =========================================================
   RESULTADO — MATURIDADE DA GESTÃO
========================================================= */

.diagnostico-result-maturity-index {
    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    gap: 8px;

    margin-bottom: 20px;

    color: #071b34;

    font-size: 0.95rem;
    font-weight: 600;

    text-align: center;
}

.diagnostico-result-maturity-index strong {
    color: #1769e8;

    font-size: 1.45rem;
    font-weight: 700;
}


.diagnostico-result-maturity-scale {
    width: 100%;
}


.diagnostico-result-maturity-scale-title {
    margin: 0 0 18px;

    color: #071b34;

    font-size: 1rem;
    font-weight: 700;

    text-align: center;

    text-transform: uppercase;
    letter-spacing: 0.05em;
}


/* =========================================================
   CINCO NÍVEIS
========================================================= */

.diagnostico-result-journey {
    display: grid;

    grid-template-columns: repeat(5, minmax(0, 1fr));

    gap: 12px;
}


.diagnostico-result-journey-item {
    position: relative;

    min-height: 138px;

    padding: 18px 12px 14px;

    border: 1px solid #dce5ef;
    border-radius: 12px;

    background: #f8fafc;

    text-align: center;

    transition:
        border-color 0.2s ease,
        background 0.2s ease,
        transform 0.2s ease;
}


.diagnostico-result-journey-icon {
    display: flex;

    width: 34px;
    height: 34px;

    margin: 0 auto 10px;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #e8eef6;

    color: #526176;

    font-size: 0.82rem;
    font-weight: 700;
}


.diagnostico-result-journey-item strong {
    display: block;

    margin-bottom: 7px;

    color: #263c56;

    font-size: 0.82rem;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 0.03em;
}


.diagnostico-result-journey-item p {
    margin: 0;

    color: #6b7788;

    font-size: 0.72rem;
    line-height: 1.4;
}


/* =========================================================
   NÍVEL DA EMPRESA
========================================================= */

.diagnostico-result-journey-item.is-current {
    border-color: #1769e8;

    background: #eef5ff;

    transform: translateY(-3px);
}

.diagnostico-result-journey-item.is-current
.diagnostico-result-journey-icon {
    background: #1769e8;

    color: #ffffff;
}

.diagnostico-result-journey-item.is-current strong {
    color: #1769e8;
}


/* =========================================================
   FONTE
========================================================= */

.diagnostico-result-maturity-source {
    margin: 14px 0 0;

    color: #7a8797;

    font-size: 0.68rem;
    line-height: 1.4;

    text-align: center;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 760px) {

    .diagnostico-result-maturity-index {
        justify-content: flex-start;

        flex-wrap: wrap;

        font-size: 0.9rem;
    }

    .diagnostico-result-journey {
        grid-template-columns: 1fr;
    }

    .diagnostico-result-journey-item {
        min-height: auto;

        padding: 14px 16px;

        text-align: left;
    }

    .diagnostico-result-journey-icon {
        margin: 0 0 8px;
    }

    .diagnostico-result-maturity-source {
        text-align: left;
    }
    .diagnostico-result-radar-source {
    margin-top: 4px !important;
    font-size: 6.5pt !important;
    line-height: 1.25 !important;
    }

    @media (max-width: 768px) {

    .diagnostico-result-score {
        display: flex;
        width: 100%;

        align-items: baseline;
        justify-content: center;

        gap: 5px;
    }

    .diagnostico-result-score #diagnosticoOverallScore {
        display: inline-block;
        width: auto;

        margin: 0;

        text-align: center;
    }

    .diagnostico-result-score-total {
        display: inline-block;
        width: auto;

        white-space: nowrap;

        color: #64748b;

        font-size: 0.72rem;
        font-weight: 500;
    }

    }

}
/* =========================================================
   RESULTADO — LARGURA DO BLOCO DE MATURIDADE
========================================================= */

.diagnostico-result-overview {
    width: 100%;
    max-width: none;
}
/* O que o resultado indica começa na página 2 */

.diagnostico-result-radar-source {
    margin: 6px 0 0;

    color: #7a8797;

    font-size: 0.58rem;
    line-height: 1.3;

    text-align: left;
}

.diagnostico-result-radar-source strong {
    font-weight: 600;
}
.diagnostico-result-score {
    display: flex;
    width: 100%;

    align-items: baseline;
    justify-content: center;
    gap: 6px;
}

.diagnostico-result-score-total {
    color: #64748b;

    font-size: 0.9rem;
    font-weight: 500;
}