#results { max-width: 800px; margin: 0 auto; padding: 2rem 1.5rem 4rem; }

    .score-max { font-size: 0.85rem; color: rgba(255,255,255,0.45); font-weight: 400; display: block; margin-top: -0.25rem; }
    .result-title { font-size: 1.75rem; font-weight: 800; color: #fff; margin: 1rem 0 0.5rem; }
    .result-subtitle { font-size: 1rem; color: rgba(255,255,255,0.65); margin-bottom: 1.5rem; line-height: 1.5; }

    .breakdown { background: var(--glass-bg); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid var(--glass-border); border-radius: 24px; padding: 2rem; margin-bottom: 2rem; box-shadow: 0 20px 50px rgba(0,0,0,0.3); }
    .breakdown-header { font-size: 1.05rem; font-weight: 700; margin-bottom: 1.25rem; color: #fff; }
    .breakdown-item { display: flex; gap: 1rem; align-items: flex-start; padding: 1rem 0; border-bottom: 1px solid var(--glass-border, rgba(255,255,255,0.08)); }
    .breakdown-item:last-child { border-bottom: none; padding-bottom: 0; }
    .bi-icon { width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.85rem; font-weight: 700; flex-shrink: 0; border: 1.5px solid currentColor; margin-top: 2px; }
    .bi-text { flex: 1; min-width: 0; }
    .bi-q { font-size: 0.93rem; font-weight: 600; color: #fff; margin-bottom: 0.3rem; line-height: 1.4; }
    .bi-tip { font-size: 0.83rem; color: rgba(255,255,255,0.6); line-height: 1.5; }

    .next-steps { background: var(--glass-bg); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid var(--glass-border); border-radius: 24px; padding: 2rem; margin-bottom: 2rem; box-shadow: 0 20px 50px rgba(0,0,0,0.3); }
    .next-steps h3 { font-size: 1.2rem; font-weight: 700; margin-bottom: 0.5rem; color: #fff; }
    .next-steps > p { font-size: 0.93rem; color: rgba(255,255,255,0.6); margin-bottom: 1.5rem; line-height: 1.5; }
    .steps-list { list-style: none; display: flex; flex-direction: column; gap: 1rem; margin-bottom: 2rem; padding: 0; }
    .steps-list li { display: flex; align-items: center; gap: 1rem; font-size: 0.95rem; color: #fff; line-height: 1.4; }
    .step-num { width: 32px; height: 32px; border-radius: 50%; background: var(--primary-color, #3b82f6); color: #fff; font-size: 0.82rem; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

    .btn-white { display: inline-block; background: #fff; color: var(--primary-color, #3b82f6); border-radius: 12px; font-family: inherit; font-size: 1rem; font-weight: 700; padding: 0.9rem 2rem; text-decoration: none; transition: background 0.2s, color 0.2s; }
    .btn-white:hover { background: var(--primary-color, #3b82f6); color: #fff; }

    .reset-row { text-align: center; margin-top: 0.5rem; }
    .reset-btn { background: none; border: none; font-family: inherit; font-size: 0.88rem; color: rgba(255,255,255,0.4); cursor: pointer; text-decoration: underline; padding: 0.5rem; transition: color 0.2s; }
    .reset-btn:hover { color: #fff; }
