.oe-orientador {
    width: 100%;
    max-width: 960px;
    margin: 40px auto;
    font-family: Arial, Helvetica, sans-serif;
    color: #20252d;
}

.oe-orientador *,
.oe-orientador *::before,
.oe-orientador *::after {
    box-sizing: border-box;
}

.oe-pantalla {
    overflow: hidden;
    border: 1px solid #e4e8ee;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 50px rgba(24, 39, 75, 0.1);
}

.oe-pantalla--inicio {
    background:
        linear-gradient(
            135deg,
            rgba(0, 112, 181, 0.98),
            rgba(0, 72, 128, 0.98)
        );
    color: #ffffff;
}

.oe-contenido {
    padding: 64px;
}

.oe-etiqueta {
    margin: 0 0 16px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.oe-titulo,
.oe-pregunta-titulo {
    margin: 0;
    line-height: 1.15;
}

.oe-titulo {
    max-width: 720px;
    font-size: clamp(36px, 5vw, 58px);
    color: inherit;
}

.oe-pregunta-titulo {
    margin-bottom: 32px;
    font-size: clamp(28px, 4vw, 42px);
    color: #1d2939;
}

.oe-descripcion {
    max-width: 680px;
    margin: 24px 0 0;
    font-size: 19px;
    line-height: 1.6;
}

.oe-datos {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 32px 0;
}

.oe-datos span {
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    font-size: 14px;
}

.oe-boton {
    min-height: 50px;
    padding: 13px 26px;
    border: 0;
    border-radius: 999px;
    background: #f5b800;
    color: #16202a;
    font: inherit;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        opacity 0.2s ease;
}

.oe-boton:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.oe-boton:focus-visible {
    outline: 3px solid #ffffff;
    outline-offset: 3px;
}

.oe-boton--secundario {
    border: 1px solid #ccd4dd;
    background: #ffffff;
    color: #344054;
}

.oe-progreso {
    margin-bottom: 40px;
}

.oe-progreso__texto {
    margin-bottom: 10px;
    color: #667085;
    font-size: 14px;
    font-weight: 700;
}

.oe-progreso__fondo {
    height: 8px;
    overflow: hidden;
    border-radius: 999px;
    background: #eaecf0;
}

.oe-progreso__barra {
    height: 100%;
    border-radius: 999px;
    background: #0070b5;
}

.oe-opciones {
    display: grid;
    gap: 14px;
}

.oe-opcion {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 20px;
    border: 2px solid #e4e7ec;
    border-radius: 16px;
    background: #ffffff;
    cursor: pointer;
    transition:
        border-color 0.2s ease,
        background-color 0.2s ease,
        transform 0.2s ease;
}

.oe-opcion:hover {
    border-color: #0070b5;
    transform: translateY(-1px);
}

.oe-opcion:has(input:checked) {
    border-color: #0070b5;
    background: #f0f8fc;
}

.oe-opcion input {
    width: 20px;
    height: 20px;
    margin: 2px 0 0;
    accent-color: #0070b5;
}

.oe-opcion span {
    font-size: 17px;
    line-height: 1.45;
}

.oe-mensaje {
    min-height: 24px;
    margin: 18px 0 0;
    color: #b42318;
    font-size: 15px;
    font-weight: 700;
}

.oe-acciones {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 22px;
}

[hidden] {
    display: none !important;
}

@media (max-width: 700px) {
    .oe-orientador {
        margin: 20px auto;
    }

    .oe-pantalla {
        border-radius: 18px;
    }

    .oe-contenido {
        padding: 34px 22px;
    }

    .oe-descripcion {
        font-size: 17px;
    }

    .oe-acciones {
        flex-direction: column-reverse;
    }

    .oe-acciones .oe-boton {
        width: 100%;
    }
    
    }
    .oe-paso {
        min-width: 0;
        margin: 0;
        padding: 0;
        border: 0;
    }
    
    .oe-paso legend {
        width: 100%;
        padding: 0;
    }
    
    .oe-pantalla--final {
        background: #ffffff;
    }
    
    .oe-final {
        text-align: center;
    }
    
    .oe-final .oe-pregunta-titulo {
        margin-right: auto;
        margin-left: auto;
    }
    
    .oe-descripcion--oscura {
        max-width: 680px;
        margin-right: auto;
        margin-left: auto;
        color: #475467;
    }
    
    .oe-acciones--final {
        justify-content: center;
        margin-top: 32px;
    }
    
    .oe-progreso__barra {
        transition: width 0.3s ease;
    }
    
    @media (max-width: 700px) {
        .oe-acciones--final {
            flex-direction: column;
        }
    
        .oe-acciones--final .oe-boton {
            width: 100%;
        }
    }
.oe-pantalla--resultado {
    background: #ffffff;
}

.oe-resultado-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(260px, 0.8fr);
    gap: 24px;
    margin-top: 38px;
}

.oe-resultado-principal,
.oe-resultado-secundario {
    padding: 30px;
    border-radius: 20px;
}

.oe-resultado-principal {
    border: 2px solid #0070b5;
    background: #f3f9fc;
}

.oe-resultado-secundario {
    border: 1px solid #d0d5dd;
    background: #f8fafc;
}

.oe-resultado-label {
    margin: 0 0 10px;
    color: #667085;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.oe-resultado-principal h3,
.oe-resultado-secundario h3 {
    margin: 0 0 14px;
    color: #102a43;
    font-size: 28px;
}

.oe-resultado-principal h4 {
    margin: 28px 0 12px;
    color: #344054;
    font-size: 17px;
}

.oe-resultado-principal ul {
    margin: 0 0 28px;
    padding-left: 22px;
}

.oe-resultado-principal li {
    margin-bottom: 8px;
    line-height: 1.45;
}

.oe-boton--enlace {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.oe-nota-resultado {
    margin: 28px 0 0;
    padding: 18px 20px;
    border-left: 4px solid #0070b5;
    background: #f8fafc;
    color: #475467;
    line-height: 1.5;
}

.oe-boton:disabled {
    cursor: wait;
    opacity: 0.7;
    transform: none;
}

@media (max-width: 760px) {
    .oe-resultado-grid {
        grid-template-columns: 1fr;
    }

    .oe-resultado-principal,
    .oe-resultado-secundario {
        padding: 22px;
    }

    .oe-boton--enlace {
        width: 100%;
        text-align: center;
    }
    
}
.oe-pantalla--datos {
    background: #ffffff;
}

.oe-formulario-datos {
    margin-top: 34px;
}

.oe-campos {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.oe-campo {
    display: grid;
    gap: 8px;
}

.oe-campo:last-child {
    grid-column: 1 / -1;
}

.oe-campo span {
    color: #344054;
    font-size: 15px;
    font-weight: 700;
}

.oe-campo input {
    width: 100%;
    min-height: 52px;
    padding: 12px 15px;
    border: 1px solid #cfd6df;
    border-radius: 12px;
    background: #ffffff;
    color: #20252d;
    font: inherit;
    font-size: 16px;
}

.oe-campo input:focus {
    border-color: #0070b5;
    outline: 3px solid rgba(0, 112, 181, 0.15);
}

.oe-consentimiento {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 24px;
    padding: 18px;
    border: 1px solid #d7dde5;
    border-radius: 14px;
    background: #f8fafc;
    color: #475467;
    cursor: pointer;
}

.oe-consentimiento input {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    accent-color: #0070b5;
}

.oe-consentimiento span {
    font-size: 14px;
    line-height: 1.55;
}

.oe-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

@media (max-width: 700px) {
    .oe-campos {
        grid-template-columns: 1fr;
    }

    .oe-campo:last-child {
        grid-column: auto;
    }
}