*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
    --nv-bg: #f5f4ef;
    --nv-bg-alt: #ffffff;
    --nv-text: #1a1a2e;
    --nv-text-secondary: #4a4a5a;
    --nv-text-muted: #8a8a9a;
    --nv-gold: #c9a84c;
    --nv-gold-hover: #d4b85c;
    --nv-red: #e05a47;
    --nv-green: #27ae60;
    --nv-yellow: #e67e22;
    --nv-border: #e8e7e0;
    --nv-border-hover: rgba(201,168,76,0.4);
    --nv-radius: 14px;
    --nv-container: 1200px;
}

body, .qodef-page-title, #qodef-top-area, .qodef-header--standard #qodef-page-header,
#qodef-page-outer, #qodef-page-inner, .qodef-content-grid {
    background-color: #f5f4ef !important;
}
.qodef-page-title, #qodef-top-area { display: none !important; }

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: var(--nv-bg);
    color: var(--nv-text);
    line-height: 1.7;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }

.nv-itcheck { overflow-x: hidden; }

.nv-container {
    max-width: var(--nv-container);
    margin: 0 auto;
    padding: 0 40px;
}

/* ===== HERO ===== */
.nv-itcheck .nv-hero {
    background: linear-gradient(135deg, #1a1f2e, #252b3d);
    padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
}
.nv-itcheck .nv-hero::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: radial-gradient(ellipse at 30% 20%, rgba(201,168,76,0.08) 0%, transparent 60%);
    pointer-events: none;
}
.nv-itcheck .nv-hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
}
.nv-itcheck .nv-breadcrumb {
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    margin-bottom: 24px;
}
.nv-itcheck .nv-breadcrumb a { color: rgba(255,255,255,0.5); transition: color 0.2s; }
.nv-itcheck .nv-breadcrumb a:hover { color: var(--nv-gold); }
.nv-itcheck .nv-bc-sep { margin: 0 8px; }
.nv-itcheck .nv-bc-current { color: rgba(255,255,255,0.8); }

.nv-itcheck .nv-hero-badge {
    display: inline-block;
    background: rgba(201,168,76,0.15);
    border: 1px solid rgba(201,168,76,0.3);
    color: var(--nv-gold);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.nv-itcheck .nv-hero h1 {
    font-size: clamp(28px, 3.5vw, 48px);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.15;
    letter-spacing: -1px;
    margin-bottom: 20px;
}
.nv-itcheck .nv-hero h1 span { color: var(--nv-gold); }
.nv-itcheck .nv-hero-desc {
    font-size: 18px;
    color: rgba(255,255,255,0.65);
    margin-bottom: 40px;
    line-height: 1.7;
}
.nv-itcheck .nv-hero-meta {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}
.nv-itcheck .nv-hero-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: rgba(255,255,255,0.55);
}
.nv-itcheck .nv-hero-meta-item svg { color: var(--nv-gold); flex-shrink: 0; }

/* ===== CHECK WRAPPER ===== */
.nv-check-wrapper {
    padding: 80px 0 100px;
    background: var(--nv-bg);
}

/* PROGRESS BAR */
.nv-progress-bar {
    background: var(--nv-border);
    height: 4px;
    border-radius: 4px;
    margin-bottom: 48px;
    overflow: hidden;
}
.nv-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--nv-gold), var(--nv-gold-hover));
    border-radius: 4px;
    transition: width 0.5s ease;
}
.nv-progress-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}
.nv-progress-label { font-size: 13px; color: var(--nv-text-muted); font-weight: 500; }
.nv-progress-count { font-size: 13px; color: var(--nv-gold); font-weight: 700; }

/* STEP */
.nv-step { display: none; }
.nv-step.active { display: block; animation: fadeIn 0.4s ease; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }

/* CATEGORY HEADER */
.nv-cat-header {
    margin-bottom: 36px;
}
.nv-cat-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(201,168,76,0.1);
    border: 1px solid rgba(201,168,76,0.25);
    color: var(--nv-gold);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.nv-cat-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--nv-text);
    margin-bottom: 8px;
}
.nv-cat-desc {
    font-size: 15px;
    color: var(--nv-text-secondary);
}

/* QUESTION */
.nv-question {
    background: #ffffff;
    border: 1px solid var(--nv-border);
    border-radius: var(--nv-radius);
    padding: 32px;
    margin-bottom: 24px;
    transition: border-color 0.2s;
}
.nv-question.answered { border-color: rgba(201,168,76,0.35); }
.nv-question-number {
    font-size: 12px;
    font-weight: 700;
    color: var(--nv-text-muted);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.nv-question-text {
    font-size: 17px;
    font-weight: 600;
    color: var(--nv-text);
    margin-bottom: 20px;
    line-height: 1.5;
}
.nv-answer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.nv-answer-card {
    background: var(--nv-bg);
    border: 2px solid var(--nv-border);
    border-radius: 10px;
    padding: 14px 16px;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: var(--nv-text-secondary);
    line-height: 1.5;
}
.nv-answer-card:hover {
    border-color: var(--nv-gold);
    background: rgba(201,168,76,0.05);
    color: var(--nv-text);
}
.nv-answer-card.selected {
    border-color: var(--nv-gold);
    background: rgba(201,168,76,0.08);
    color: var(--nv-text);
}
.nv-answer-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid var(--nv-border);
    flex-shrink: 0;
    margin-top: 1px;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nv-answer-card.selected .nv-answer-icon {
    border-color: var(--nv-gold);
    background: var(--nv-gold);
}
.nv-answer-card.selected .nv-answer-icon::after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/* NAV BUTTONS */
.nv-check-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    gap: 16px;
}
.nv-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: all 0.2s;
    font-family: inherit;
}
.nv-btn-primary {
    background: var(--nv-gold);
    color: #1a1f2e;
}
.nv-btn-primary:hover { background: var(--nv-gold-hover); transform: translateY(-1px); }
.nv-btn-secondary {
    background: transparent;
    color: var(--nv-text-secondary);
    border: 2px solid var(--nv-border);
}
.nv-btn-secondary:hover { border-color: var(--nv-text-secondary); color: var(--nv-text); }
.nv-btn:disabled { opacity: 0.4; cursor: not-allowed; transform: none; }

.nv-nav-skip {
    font-size: 13px;
    color: var(--nv-text-muted);
    cursor: pointer;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: all 0.2s;
}
.nv-nav-skip:hover { color: var(--nv-text-secondary); text-decoration-color: currentColor; }

/* ===== EMAIL STEP ===== */
.nv-email-step {
    text-align: center;
    max-width: 580px;
    margin: 0 auto;
    padding: 60px 0;
}
.nv-email-step .nv-step-icon {
    width: 72px;
    height: 72px;
    background: rgba(201,168,76,0.1);
    border: 2px solid rgba(201,168,76,0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    font-size: 32px;
}
.nv-email-step h2 {
    font-size: 28px;
    font-weight: 700;
    color: var(--nv-text);
    margin-bottom: 12px;
}
.nv-email-step p {
    font-size: 16px;
    color: var(--nv-text-secondary);
    margin-bottom: 32px;
    line-height: 1.7;
}
.nv-email-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 16px;
}
.nv-email-form input {
    padding: 14px 18px;
    border: 2px solid var(--nv-border);
    border-radius: 8px;
    font-size: 15px;
    color: var(--nv-text);
    background: #ffffff;
    font-family: inherit;
    transition: border-color 0.2s;
    outline: none;
}
.nv-email-form input:focus { border-color: var(--nv-gold); }
.nv-email-form input::placeholder { color: var(--nv-text-muted); }
.nv-email-skip-link {
    font-size: 13px;
    color: var(--nv-text-muted);
    cursor: pointer;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: all 0.2s;
}
.nv-email-skip-link:hover { color: var(--nv-text-secondary); text-decoration-color: currentColor; }

/* ===== RESULTS ===== */
.nv-results { animation: fadeIn 0.5s ease; }
.nv-results-header {
    background: linear-gradient(135deg, #1a1f2e, #252b3d);
    border-radius: var(--nv-radius);
    padding: 48px;
    color: #ffffff;
    margin-bottom: 32px;
    position: relative;
    overflow: hidden;
}
.nv-results-header::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: radial-gradient(ellipse at 80% 50%, rgba(201,168,76,0.08) 0%, transparent 60%);
    pointer-events: none;
}
.nv-results-header-inner { position: relative; z-index: 1; }
.nv-results-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--nv-gold);
    margin-bottom: 12px;
}
.nv-results-headline {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px;
}
.nv-results-subtitle {
    font-size: 16px;
    color: rgba(255,255,255,0.6);
    margin-bottom: 32px;
}
.nv-score-display {
    display: flex;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
}
.nv-score-circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 4px solid rgba(201,168,76,0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(201,168,76,0.08);
    flex-shrink: 0;
}
.nv-score-number { font-size: 36px; font-weight: 800; color: var(--nv-gold); line-height: 1; }
.nv-score-max { font-size: 13px; color: rgba(255,255,255,0.5); margin-top: 4px; }
.nv-score-meta h3 { font-size: 22px; font-weight: 700; margin-bottom: 8px; }
.nv-score-meta p { font-size: 15px; color: rgba(255,255,255,0.65); line-height: 1.6; max-width: 500px; }
.nv-score-level {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.nv-score-level.green { background: rgba(39,174,96,0.2); color: #4cd98a; }
.nv-score-level.yellow { background: rgba(230,126,34,0.2); color: #f0a050; }
.nv-score-level.red { background: rgba(224,90,71,0.2); color: #f08070; }

/* CATEGORY RESULTS */
.nv-results-cats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 32px;
}
.nv-cat-result {
    background: #ffffff;
    border: 1px solid var(--nv-border);
    border-radius: var(--nv-radius);
    padding: 24px;
    transition: border-color 0.2s;
}
.nv-cat-result:hover { border-color: var(--nv-border-hover); }
.nv-cat-result-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 12px;
    gap: 12px;
}
.nv-cat-result-name {
    font-size: 14px;
    font-weight: 700;
    color: var(--nv-text);
    line-height: 1.4;
}
.nv-cat-result-score {
    font-size: 13px;
    font-weight: 700;
    color: var(--nv-gold);
    white-space: nowrap;
}
.nv-cat-bar {
    height: 6px;
    background: var(--nv-border);
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
}
.nv-cat-bar-fill {
    height: 100%;
    border-radius: 4px;
    transition: width 1s ease;
}
.fill-green { background: var(--nv-green); }
.fill-yellow { background: var(--nv-yellow); }
.fill-red { background: var(--nv-red); }
.nv-cat-result-note {
    font-size: 13px;
    color: var(--nv-text-secondary);
    line-height: 1.5;
}

/* RECOMMENDATIONS */
.nv-recommendations {
    background: #ffffff;
    border: 1px solid var(--nv-border);
    border-radius: var(--nv-radius);
    padding: 32px;
    margin-bottom: 32px;
}
.nv-recommendations h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--nv-text);
    margin-bottom: 20px;
}
.nv-rec-list { display: flex; flex-direction: column; gap: 14px; }
.nv-rec-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px;
    background: var(--nv-bg);
    border-radius: 10px;
    border: 1px solid var(--nv-border);
}
.nv-rec-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 16px;
}
.nv-rec-icon.priority-high { background: rgba(224,90,71,0.12); }
.nv-rec-icon.priority-mid { background: rgba(230,126,34,0.12); }
.nv-rec-icon.priority-low { background: rgba(39,174,96,0.12); }
.nv-rec-content h4 { font-size: 15px; font-weight: 600; color: var(--nv-text); margin-bottom: 4px; }
.nv-rec-content p { font-size: 13px; color: var(--nv-text-secondary); line-height: 1.5; }

/* CTA BOX */
.nv-results-cta {
    background: linear-gradient(135deg, #1a1f2e, #252b3d);
    border-radius: var(--nv-radius);
    padding: 40px;
    text-align: center;
    color: #ffffff;
}
.nv-results-cta h3 { font-size: 22px; font-weight: 700; margin-bottom: 12px; }
.nv-results-cta p { font-size: 15px; color: rgba(255,255,255,0.65); margin-bottom: 28px; line-height: 1.6; }
.nv-cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.nv-btn-cta-primary {
    background: var(--nv-gold);
    color: #1a1f2e;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s;
    cursor: pointer;
    border: none;
    font-family: inherit;
}
.nv-btn-cta-primary:hover { background: var(--nv-gold-hover); transform: translateY(-2px); }
.nv-btn-cta-outline {
    background: transparent;
    color: rgba(255,255,255,0.8);
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    border: 2px solid rgba(255,255,255,0.2);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s;
    cursor: pointer;
    font-family: inherit;
}
.nv-btn-cta-outline:hover { border-color: rgba(255,255,255,0.5); color: #ffffff; }

/* TOAST */
.nv-toast {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%) translateY(100px);
    background: #1a1f2e;
    color: #ffffff;
    padding: 14px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    z-index: 10000;
    transition: transform 0.3s ease;
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}
.nv-toast.show { transform: translateX(-50%) translateY(0); }

/* RESPONSIVE */
@media (max-width: 768px) {
    .nv-container { padding: 0 20px; }
    .nv-answer-grid { grid-template-columns: 1fr; }
    .nv-results-cats { grid-template-columns: 1fr; }
    .nv-score-display { gap: 20px; }
    .nv-results-header { padding: 32px 24px; }
    .nv-question { padding: 24px; }
    .nv-check-nav { flex-direction: column-reverse; }
    .nv-btn { width: 100%; justify-content: center; }
    .nv-cta-buttons { flex-direction: column; }
    .nv-btn-cta-primary, .nv-btn-cta-outline { width: 100%; justify-content: center; }
}
