.elementor-61463 .elementor-element.elementor-element-5e47699{--display:flex;--padding-top:60px;--padding-bottom:60px;--padding-left:60px;--padding-right:60px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-61463 .elementor-element.elementor-element-5e47699{--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}}/* Start custom CSS for html, class: .elementor-element-0a9d235 */* { box-sizing: border-box; }

body {
    margin: 0;
    background: #0a1729;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

#nx-scorecard {
    background: #001f3f;
    color: #ffffff;
    max-width: 760px;
    margin: 0 auto;
    border-radius: 18px;
    padding: 40px;
    border: 1px solid #00eed0;
    box-shadow: 12px 12px 0px #00eed0;
}

.eyebrow {
    font-size: 0.72rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #00eed0;
    margin-bottom: 18px;
    opacity: 0.9;
}
h1 {
    margin: 0;
    font-size: 2.5rem;
    line-height: 1.05;
    margin-bottom: 12px;
    font-weight: 700;
    color: #ffffff;
}

.subtext {
    color: rgba(255,255,255,0.7);
    line-height: 1.5;
    margin-bottom: 20px;
    font-size: 0.88rem;
}

.score-legend {
    background: rgba(0,238,208,0.08);
    border: 1px solid rgba(0,238,208,0.3);
    border-radius: 4px; 
    padding: 18px;
    margin-bottom: 28px;
    font-size: 0.9rem;
    line-height: 1.8;
    display: inline-block;
}
.score-legend strong { color: #00eed0; }

.progress-wrap { margin-bottom: 35px; transition: opacity 0.3s ease; }
.progress-top {
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    margin-bottom: 10px;
    color: rgba(255,255,255,0.7);
}
.progress-bar {
    width: 100%;
    height: 8px;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
}
.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #00eed0, #009dff);
    transition: 0.3s ease;
}

.screen { display: none; animation: fade 0.3s ease; }
.screen.active { display: block; }
@keyframes fade {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
}

.section-title { font-size: 1.5rem; margin-bottom: 10px; font-weight: 700; }
.section-desc { color: rgba(255,255,255,0.65); margin-bottom: 28px; line-height: 1.5; }

.question {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 16px;
}
.question-title { margin-bottom: 16px; line-height: 1.4; font-size: 1rem; color: #ffffff; }

.score-options { display: flex; gap: 10px; }
.score-btn {
    flex: 1;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.03);
    color: white;
    cursor: pointer;
    font-weight: 600;
    transition: 0.2s ease;
}
.score-btn:hover { border-color: #00eed0; background: rgba(0,238,208,0.08); }
.score-btn.active {
    background: #00eed0 !important;
    border-color: #00eed0 !important;
    color: #001f3f !important;
}

.nav {
    display: flex;
    justify-content: flex-end; /* Force right alignment by default */
    margin-top: 35px;
    gap: 14px;
    min-height: 50px; /* Prevent layout jump */
}
.btn {
    border: none;
    padding: 14px 22px;
    border-radius: 12px;
    cursor: pointer;
    font-weight: 700;
    font-size: 0.95rem;
    transition: 0.2s ease;
}
.btn:disabled { opacity: 0.4; cursor: not-allowed; }
.btn:hover:not(:disabled) { transform: translateY(-1px); }
.btn-secondary { background: rgba(255,255,255,0.08); color: white; }
.btn-primary { background: #00eed0; color: #001f3f; }

.result-box {
    background: rgba(0,238,208,0.04);
    border: 1px dashed rgba(0,238,208,0.4);
    border-radius: 14px;
    padding: 32px 28px;
    margin-top: 10px;
}
.result-label { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 2px; color: rgba(255,255,255,0.65); margin-bottom: 8px; font-weight: 700; }
.result-score { font-size: 4rem; line-height: 1; color: #00eed0; font-weight: 800; margin-bottom: 12px; }
.result-verdict { font-size: 2rem; font-weight: 700; margin-bottom: 16px; }
.result-copy { color: rgba(255,255,255,0.75); line-height: 1.6; font-size: 0.95rem; margin-bottom: 28px; }
.result-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.small-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
}
.small-card-title { font-size: 0.7rem; letter-spacing: 1px; text-transform: uppercase; opacity: 0.75; margin-bottom: 8px; font-weight: 700; }
.small-card-value { font-size: 1.45rem; font-weight: 700; color: #00eed0; }

@media(max-width: 640px) {
    #nx-scorecard { padding: 26px; }
    h1 { font-size: 1.9rem; }
    .result-grid { grid-template-columns: 1fr; gap: 14px; }
}/* End custom CSS */