body{
    margin:0;
    font-family:Arial, Helvetica, sans-serif;
    background:#fff;
}

.logo-equifax{
    width:150px;
    height:auto;
}

.main-screen{
    min-height:calc(100vh - 80px);
}

.score-home-img{
    width:70%;
    height:auto;
    border-radius:12px;
}

.score-text{
    color:#124f9e;
}

.score-text p{
    margin:0;
}

.score-text.desktop{
    line-height:1.35;
}

.score-text.mobile{
    display:none;
    line-height:1.4;
    font-size:1.1rem;
}

.title-score{
    line-height:.9;
}

.dni-input{
    width:250px;
    height:32px;
    border-radius:0;
}

#identity-number::placeholder,
#otp_number::placeholder{
    color:gray;
    opacity:.8;
    font-size:1.1rem;
    letter-spacing:.1em;
}

.btn-ficensa{
    height:32px;
    padding:0 14px;
    background-color:#74b735;
    border-color:#74b735;
    border-radius:0;
}

.demo-help{
    font-size:.9rem;
    color:#777;
}

.screen-wrapper{
    min-height:100vh;
    color:#124f9e;
    padding:30px 15px;
}

.card-flow{
    max-width:760px;
    width:100%;
    margin:auto;
    text-align:center;
}

.form-inline-flow{
    display:flex;
    justify-content:center;
    align-items:flex-end;
    gap:8px;
    flex-wrap:wrap;
}

.otp-input{
    width:160px;
    height:32px;
    text-align:center;
    border-radius:0;
}

.account-select{
    width:280px;
    height:34px;
    border-radius:0;
}

.loading-box{
    min-height:100vh;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    color:#124f9e;
}

.spinner-score{
    width:3rem;
    height:3rem;
}

#contenidoParaCapturar{
    color:#124f9e;
    text-align:center;
    padding:30px 15px;
}

.score-result-img{
    width:450px;
    max-width:90%;
    height:auto;
}

#scoreTest{
    font-size:80px;
    color:#124f9e;
    font-weight:900;
    margin-top:20px;
    margin-bottom:0;
}

.error-box{
    max-width:650px;
    margin:auto;
    color:#124f9e;
    text-align:center;
}

@media (max-width:816px){
    .score-text.desktop{
        display:none;
    }

    .score-text.mobile{
        display:block;
        margin:0 5%;
    }
}

@media (max-width:767px){
    .form-dni{
        align-items:center !important;
    }

    .form-dni .btn{
        margin-top:10px;
    }

    #scoreTest{
        font-size:56px;
    }
}

.otp-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.otp-modal-box {
    background: #ffffff;
    border-radius: 18px;
    padding: 35px 30px;
    max-width: 420px;
    width: 90%;
    text-align: center;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.otp-modal-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #198754;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    font-weight: bold;
    margin: 0 auto 18px;
}

.otp-modal-box h2 {
    font-weight: 800;
    margin-bottom: 12px;
}

.otp-modal-box p {
    color: #555;
    margin-bottom: 0;
}

.report-highlight-card {
    max-width: 520px;
    padding: 24px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.report-highlight-title {
    color: #124f9e;
    font-weight: 900;
    margin-bottom: 12px;
}

.report-highlight-text {
    color: #444;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0;
}


/* Tarjeta completa que se descargará */
.score-result-card {
    width: 100%;
    max-width: 720px;
    padding: 25px 20px;
    background: #ffffff;
    text-align: center;
}

/* Contenedor relativo para colocar el número sobre la imagen */
.score-gauge-container {
    position: relative;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
}

/* Imagen del arco */
.score-result-img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

/* Número ubicado debajo del arco */
.score-number {
    position: absolute;
    top: 66%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    color: #124f9e;
    font-size: clamp(4rem, 11vw, 7rem);
    line-height: 1;
    font-weight: 900;
    z-index: 2;
}

/* Nombre y clasificación */
.score-customer-result {
    margin-top: 25px;
    color: #124f9e;
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    line-height: 1.15;
    font-weight: 400;
}

.score-customer-name {
    text-transform: uppercase;
}

.score-customer-text {
    font-weight: 400;
}

.score-display-level {
    display: block;
    margin-top: 5px;
    font-weight: 900;
}

/* Consejo */
.score-advice {
    max-width: 610px;
    margin: 15px auto 0;
    color: #4474ad;
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    line-height: 1.35;
}

/* Enlace informativo */
.score-information-link {
    display: block;
    margin: 20px auto 0;
    color: #4f9bea;
    font-size: clamp(1rem, 2.4vw, 1.2rem);
    text-decoration: none;
}

.score-information-link:hover {
    text-decoration: underline;
}

/* Leyendas inferiores */
.score-provider {
    margin: 12px 0 0;
    color: #a0a0a0;
    font-size: 1rem;
}

.score-disclaimer {
    margin: 4px 0 0;
    color: #a0a0a0;
    font-size: 1rem;
}

@media (max-width: 600px) {
    .score-result-card {
        padding: 20px 10px;
    }

    .score-number {
        top: 66%;
        font-size: clamp(3.5rem, 17vw, 5.5rem);
    }

    .score-customer-name,
    .score-customer-text {
        display: inline;
    }

    .score-advice br {
        display: none;
    }
}

.otp-text{
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
}