:root {
  --lvhpq-primary:#002856; --lvhpq-accent:#7c9ac0;
}
#lvhpq{font-family:'Poppins',sans-serif;font-size: 20px;line-height:1.6;}
.lvhpq-wrapper{display:flex;justify-content:center;align-items:flex-start;padding:28px;}
.lvhpq-card{background:#fff;border:1px solid #e6edf4;border-radius:20px;box-shadow:0 6px 24px rgba(0,0,0,0.06);max-width:960px;width:100%;overflow:hidden;padding:24px 22px;}
.lvhpq-intro{text-align:center;color:var(--lvhpq-primary);}
.lvhpq-intro h2{font-size:34px;margin:0 0 10px}
.lvhpq-intro p{color:#2a3340;opacity:.95;margin:0 0 18px}
.lvhpq-btn{background:var(--lvhpq-primary);color:#fff;border:none;padding:18px 30px;border-radius:12px;cursor:pointer;font-weight:600;transition:transform .06s ease, box-shadow .2s ease;font-size: 20px;}
.lvhpq-quiz{padding:12px}
.lvhpq-progress{color:var(--lvhpq-accent);font-weight:500;padding:0 10px 10px;font-size: 20px}
.lvhpq-question h3{color:var(--lvhpq-primary);padding:10px;margin:0;font-size:24px}
.lvhpq-choices{display:grid;grid-template-columns:1fr 1fr;gap:18px;padding:10px}
.lvhpq-choice{border:1px solid #e6edf4;border-radius:16px;overflow:hidden;background:#f9fbfd;cursor:pointer;transition:box-shadow .2s ease, transform .06s ease;}
.lvhpq-choice:hover{box-shadow:0 10px 22px rgba(0,0,0,.08);transform:translateY(-1px)}
.lvhpq-choice img{width:100%;height:380px;object-fit:cover;display:block}
.lvhpq-choice .lvhpq-caption{padding:14px 18px;font-size:18px;color:#253041}
.lvhpq-actions{display:flex;justify-content:space-between;gap:10px;padding:10px}
.lvhpq-prev{background:#e7eef6;color:var(--lvhpq-primary)}
.lvhpq-next{display:none !important}
.lvhpq-submit{background:var(--lvhpq-accent);color:#0c1420}
.fade-in{animation:lvhpqFade .18s ease-out}
@keyframes lvhpqFade{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:900px){.lvhpq-choices{grid-template-columns:1fr}.lvhpq-choice img{height:300px}}
