/* =====================================================
   TCWORKERS INSIGHT™ v2.1
   ================================================ */

/* ===========================
   RESET
=========================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

/* ===========================
   BODY
=========================== */

body{
    font-family:Arial, Helvetica, sans-serif;
    background:#0d0d0d;
    color:#ffffff;
    line-height:1.6;
}

/* ===========================
   CONTENEDORES
=========================== */

.container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

/* ===========================
   HERO
=========================== */

.hero{
    padding:25px 0;
    text-align:center;
}

.hero h1{
    font-size:2.5rem;
    line-height:1.2;
    margin-bottom:15px;
}

.subtitle{
    max-width:900px;
    margin:auto;
    color:#d0d0d0;
    font-size:1.35rem;
    line-height:1.7;
}

/* ===========================
   BOTONES
=========================== */

.btn-primary{

    display:inline-block;

    padding:18px 40px;

    background:#d4af37;

    color:#000;

    border:none;

    border-radius:8px;

    cursor:pointer;

    text-decoration:none;

    font-size:1.15rem;

    font-weight:bold;

    transition:
background .25s,
transform .25s,
box-shadow .25s;

}

.btn-primary:hover{

    background:#c49b1f;

    transform:translateY(-2px);
    
    box-shadow:0 8px 20px rgba(212,175,55,.35);

}

/* ===========================
   INTRO
=========================== */

.intro{
    padding:30px 0;
}

/* ===========================
   TARJETAS INICIALES
=========================== */

.cards{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));

    gap:25px;

    margin-top:40px;

}

.card{

    background:#1b1b1b;

    border-radius:12px;

    padding:30px;

}

.card h3{

    color:#d4af37;

    margin-bottom:15px;

}

.card p{

    color:#dddddd;

}

/* ===========================
   INFORMACIÓN
=========================== */

.info{

    padding:40px 0 70px;

    text-align:center;

}

.info h2{

    font-size:2.8rem;

    margin-bottom:20px;

}

.info p{

    font-size:1.4rem;

    max-width:900px;

    margin:0 auto 30px;

}

/* ===========================
   EVALUACIÓN
=========================== */

#evaluationContainer{

    padding:25px 0;

}

#questionContainer{

    max-width:950px;

    margin:auto;

    background:#1b1b1b;

    border-radius:14px;

    padding:45px;

}

#questionContainer h2{

    color:#ffffff;

    margin-bottom:25px;

}

#questionContainer h3{

    color:#d4af37;

    margin-bottom:20px;

}

#questionContainer p{

    font-size:1.3rem;

    line-height:1.8;

    margin-bottom:30px;

}

/* ===========================
   RESPUESTAS
=========================== */

.answer-btn{

    display:block;

    width:100%;

    margin-bottom:15px;

    padding:20px;

    border:none;

    border-radius:10px;

    background:#2b2b2b;

    color:#ffffff;

    text-align:left;

    cursor:pointer;

    font-size:1.1rem;

    transition:.25s;

}

.answer-btn:hover{

    background:#d4af37;

    color:#000;

}

/* ===========================
   FORMULARIO
=========================== */

#leadForm{

    display:flex;

    flex-direction:column;

    gap:18px;

    max-width:600px;

    margin:40px auto 0;

}

#leadForm input{

    padding:16px;

    border:none;

    border-radius:8px;

    font-size:1rem;

}


/* =====================================================
   INFORME EJECUTIVO
===================================================== */

.report{
    max-width:1000px;
    margin:50px auto;
    background:#ffffff;
    color:#333;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.18);
    transition:.3s;
    min-height:400px;
}

/* ===========================
   PORTADA
=========================== */

.report-header{

    background:linear-gradient(135deg,#111,#202020);

    color:#fff;

    padding:60px;

    text-align:center;

}

.report-header h1{

    font-size:2.8rem;

    color:#d4af37;

    margin-bottom:10px;

}

.report-header h2{

    font-size:2rem;

    color:#fff;

    margin-bottom:20px;

}

.report-subtitle{

    max-width:700px;

    margin:auto;

    color:#d9d9d9;

    font-size:1.15rem;

    line-height:1.8;

}

/* ===========================
   DATOS DEL INFORME
=========================== */

.report-info{

    display:flex;

    justify-content:space-between;

    gap:40px;

    flex-wrap:wrap;

    margin-top:40px;

}

.report-item{

    flex:1;

    min-width:220px;

}

.report-label{

    font-size:.85rem;

    color:#bbbbbb;

    text-transform:uppercase;

    letter-spacing:2px;

    margin-bottom:10px;

}

.report-value{

    font-size:1.25rem;

    color:#ffffff;

}

/* ===========================
   NIVEL
=========================== */

.report-level{

    margin-top:45px;

    text-align:center;

}

.report-level-title{

    font-size:.95rem;

    color:#cccccc;

    letter-spacing:2px;

    text-transform:uppercase;

    margin-bottom:15px;

}

.report-level-result{

    font-size:2rem;

    font-weight:bold;

}

/* ===========================
   SECCIONES
=========================== */

.report-section{

    padding:50px 60px;

    border-bottom:1px solid #ececec;

}

.report-section:last-child{

    border-bottom:none;

}

.report-section h2{

    font-size:2rem;

    color:#222;

    margin-bottom:25px;

    position:relative;

}

.report-section h2::after{

    content:"";

    display:block;

    width:70px;

    height:4px;

    background:#d4af37;

    border-radius:20px;

    margin-top:12px;

}

.report-section p{

    color:#444;

    font-size:1.08rem;

    line-height:1.9;

    margin-bottom:20px;

}

/* ===========================
   HALLAZGO
=========================== */

.diagnosis-card{

    background:#faf8f1;

    border-left:7px solid #d4af37;

    padding:30px;

    border-radius:10px;

    margin-top:25px;

}

.diagnosis-card h3{

    color:#b8860b;

    font-size:2rem;

    margin-bottom:18px;

}

/* ===========================
   DIMENSIONES
=========================== */

.dimension-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));

    gap:20px;

    margin-top:35px;

}

.dimension-card{

    background:#f7f7f7;

    border:1px solid #e6e6e6;

    border-radius:12px;

    padding:25px;

    transition:.25s;
    
    cursor:default;

}

.dimension-card:hover{

    transform:translateY(-6px);

    box-shadow:0 18px 35px rgba(0,0,0,.12);


}

.dimension-card h3{

    color:#b8860b;

    margin-bottom:15px;

    font-size:1.25rem;

}

.dimension-card p{

    margin:0;

    font-size:1rem;

    color:#555;

}

/* ===========================
   LISTAS
=========================== */

.report ul{

    margin-left:25px;

    margin-top:25px;

}

.report li{

    margin-bottom:16px;

    color:#444;

    line-height:1.8;

}

/* ===========================
   FOOTER
=========================== */

.report-footer{

    background:#222;

    color:#ffffff;

    text-align:center;

    padding:45px;

}

.report-footer hr{

    border:none;

    border-top:1px solid #444;

    margin-bottom:25px;

}

.report-footer p{

    color:#d6d6d6;

    margin-bottom:10px;

}

.report-footer strong{

    color:#d4af37;

}

.report .btn-primary{

    margin-top:30px;
}

@media(max-width:768px){

.report-header{

padding:40px 25px;

}

.report-section{

padding:35px 25px;

}

.report-header h1{

font-size:2rem;

}

.report-header h2{

font-size:1.5rem;

}

.report-section h2{

font-size:1.5rem;

}

.report-info{

flex-direction:column;

}

}

/* ==========================================
   PORTADA DEL INFORME
========================================== */

.report-brand{
    font-size:18px;
    letter-spacing:4px;
    color:#cccccc;
}

.report-divider{
    margin:40px 0;
    border:none;
    border-top:1px solid rgba(255,255,255,.25);
}

.report-info{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    gap:25px;
}

.report-label{
    font-size:13px;
    color:#bbbbbb;
    text-transform:uppercase;
    letter-spacing:1px;
}

.report-value{
    font-size:20px;
    margin-top:8px;
}

.report-code{
    font-family:monospace;
}

.report-level{
    margin-top:45px;
    text-align:center;
}

.report-level-text{
    font-size:14px;
    color:#bbbbbb;
    text-transform:uppercase;
    letter-spacing:2px;
    margin-bottom:18px;
}

.report-level-result{
    font-size:34px;
    font-weight:bold;
}

.footer{

    background:#111;

    padding:35px;

    text-align:center;

    color:#999;

    font-size:.9rem;

}

.footer strong{

    color:#d4af37;

}

/* ==========================================
   IMPRESIÓN PDF
========================================== */

@media print{

body{

    background:#ffffff;

}

.hero,
.intro,
.info,
.footer,
.btn-primary{

    display:none !important;

}

.report{

    margin:0;

    max-width:100%;

    box-shadow:none;

    border-radius:0;

}

}