.test-wrap{max-width:680px;margin:0 auto;padding:3rem 1.5rem 5rem}.progress-bar{height:4px;background:var(--gray-200);border-radius:2px;margin-bottom:2.5rem;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#1a56db,#06b6d4);border-radius:2px;transition:width .4s ease}.progress-label{font-size:.78rem;color:var(--gray-500);font-weight:500;margin-bottom:.5rem;display:flex;justify-content:space-between}.screen{display:none}.screen.active{display:block}.intro-hero{text-align:center;padding:2rem 0}.intro-hero .big-iq{font-family:var(--serif);font-size:5rem;font-weight:700;color:var(--navy);line-height:1;margin-bottom:.5rem}.intro-hero h1{font-family:var(--serif);font-size:2rem;color:var(--navy);margin-bottom:1rem;font-weight:700}.intro-hero p{font-size:1rem;color:var(--gray-500);line-height:1.7;max-width:480px;margin:0 auto 2rem}.celeb-compare{background:var(--navy);border-radius:10px;padding:1.25rem 1.5rem;display:flex;align-items:center;gap:1rem;margin-bottom:2rem;text-align:left}.celeb-compare img{width:52px;height:52px;border-radius:50%;object-fit:cover;object-position:top;flex-shrink:0;border:2px solid rgba(255,255,255,.2)}.celeb-compare-avatar{width:52px;height:52px;border-radius:50%;background:#1a3150;display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-size:1.2rem;font-weight:700;color:#fff;flex-shrink:0}.celeb-compare-text{flex:1}.celeb-compare-text strong{display:block;color:#fff;font-size:.95rem;font-weight:600;margin-bottom:.2rem}.celeb-compare-text span{color:#ffffff8c;font-size:.82rem}.celeb-iq-badge{font-family:var(--serif);font-size:1.75rem;font-weight:700;color:#60a5fa}.btn-start{display:block;width:100%;background:var(--blue);color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:700;font-family:var(--sans);cursor:pointer;transition:background .2s;text-align:center}.btn-start:hover{background:#1d4ed8}.test-meta{display:flex;justify-content:center;gap:2rem;margin-top:1rem}.test-meta span{font-size:.78rem;color:var(--gray-400);display:flex;align-items:center;gap:.35rem}.question-num{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--blue);margin-bottom:.75rem}.question-text{font-family:var(--serif);font-size:1.35rem;font-weight:700;color:var(--navy);line-height:1.4;margin-bottom:.5rem}.question-sub{font-size:.85rem;color:var(--gray-500);margin-bottom:1.75rem;line-height:1.5}.options{display:flex;flex-direction:column;gap:10px;margin-bottom:2rem}.option{display:flex;align-items:center;gap:14px;padding:15px 18px;border:2px solid var(--border);border-radius:12px;cursor:pointer;background:#fff;transition:border-color .15s,background .15s;width:100%;box-sizing:border-box}.option:hover,.option.selected{border-color:var(--blue);background:var(--blue-light)}.option.correct{border-color:#16a34a;background:#f0fdf4}.option.wrong{border-color:#dc2626;background:#fef2f2}.option-letter{width:36px;height:36px;border-radius:50%;background:var(--gray-100);color:var(--gray-500);font-size:.85rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s,color .15s}.option-text{font-size:1rem;font-weight:500;color:var(--navy);line-height:1.4;flex:1;text-align:left}.option:hover .option-letter,.option.selected .option-letter{background:var(--blue);color:#fff}.option.selected .option-text{font-weight:600}.option.correct .option-letter{background:#16a34a;color:#fff}.option.correct .option-text{color:#14532d;font-weight:600}.option.wrong .option-letter{background:#dc2626;color:#fff}.option.wrong .option-text{color:#991b1b}.btn-next{width:100%;background:var(--navy);color:#fff;border:none;padding:.9rem;border-radius:8px;font-size:.95rem;font-weight:600;font-family:var(--sans);cursor:pointer;transition:background .2s;display:none}.btn-next:hover{background:#1a3150}.btn-next.visible{display:block}.question-image{background:var(--gray-50);border:1px solid var(--border);border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;text-align:center;font-family:monospace;font-size:1.4rem;letter-spacing:.2em;color:var(--navy);font-weight:700}.result-hero{text-align:center;padding:2rem 0 1.5rem}.result-iq-display{font-family:var(--serif);font-size:5.5rem;font-weight:700;color:var(--navy);line-height:1;margin-bottom:.25rem}.result-iq-label{font-size:.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gray-400);margin-bottom:1.5rem}.result-verdict{background:var(--navy);color:#fff;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;text-align:center}.result-verdict h2{font-family:var(--serif);font-size:1.4rem;margin-bottom:.5rem;font-weight:700}.result-verdict p{font-size:.9rem;color:#ffffffa6;line-height:1.6}.result-verdict.win{background:linear-gradient(135deg,#065f46,#059669)}.result-verdict.lose{background:linear-gradient(135deg,#0f1e35,#1a3150)}.result-verdict.tie{background:linear-gradient(135deg,#1e40af,#2563eb)}.result-breakdown{background:var(--gray-50);border:1px solid var(--border);border-radius:10px;padding:1.25rem 1.5rem;margin-bottom:1.5rem}.result-breakdown h3{font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gray-500);margin-bottom:1rem}.score-row{display:flex;justify-content:space-between;align-items:center;padding:.6rem 0;border-bottom:1px solid var(--border);font-size:.88rem}.score-row:last-child{border-bottom:none}.score-row .label{color:var(--gray-500)}.score-row .value{font-weight:700;color:var(--navy);font-family:var(--serif);font-size:1rem}.share-section{margin-bottom:1.5rem}.share-section h3{font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gray-500);margin-bottom:.75rem;text-align:center}.share-buttons{display:grid;grid-template-columns:1fr 1fr;gap:.6rem}.share-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;border-radius:8px;font-size:.85rem;font-weight:600;font-family:var(--sans);cursor:pointer;border:none;text-decoration:none;transition:opacity .2s}.share-btn:hover{opacity:.85}.share-btn.twitter{background:#000;color:#fff}.share-btn.facebook{background:#1877f2;color:#fff}.share-btn.whatsapp{background:#25d366;color:#fff}.share-btn.copy-text,.share-btn.copy-link{background:#f3f4f6;color:#374151;border:1px solid #e5e7eb}.share-btn.retake{background:#1a56db;color:#fff}.result-cta{text-align:center;padding:1rem;background:var(--blue-light);border:1px solid #bfdbfe;border-radius:8px;font-size:.85rem;color:var(--blue);font-weight:500;line-height:1.6}.result-cta a{color:var(--blue);font-weight:700}@media(max-width:500px){.options,.share-buttons{grid-template-columns:1fr}.result-iq-display{font-size:4rem}}
