.container{max-width:1200px;width:100%;margin:0 auto}.topBar{justify-content:center;padding:15px;border-bottom:1px solid #eee;margin-bottom:32px;background-color:white}.topBar,.topBarContent{display:flex;align-items:center}.topBarContent{max-width:1200px;width:100%;justify-content:space-between}.logoWrapper{display:flex;align-items:center;gap:12px}.logoText{font-size:1rem;color:#444}.primaryButton{background:#0064ff;transition:.2s}.primaryButton,.secondaryButton{color:white;padding:10px 20px;border-radius:8px;font-size:.95rem;font-weight:600;text-decoration:none;display:flex;align-items:center;gap:10px}.secondaryButton{background:#ff87bb}.main{max-width:1200px;margin:48px auto;padding:20px 16px;font-family:Inter,Arial,sans-serif;line-height:1.6;background-color:white;border-radius:8px}.headerTitle{font-size:1.75rem;margin-top:12px}.headerDate{color:#666;margin-top:6px}.alternatives{margin-top:32px}.alternativeItem{display:flex;align-items:center;gap:10px;margin-bottom:12px}.alternativeLetter{width:40px;height:40px;min-width:40px;min-height:40px;flex-shrink:0;color:white;display:flex;align-items:center;justify-content:center;border-radius:50%}.correct{background-color:#ff87bb}.wrong{background-color:#687bd2}.commentedAnswer{margin-top:40px}.commentedAnswer h2{font-size:1.3rem;margin-bottom:12px;border-bottom:2px solid #ddd;padding-bottom:8px}.commentedBox{background:#f9f9f9;padding:16px;border-radius:8px;border:1px solid #eee}.ctaWrapper{display:flex;justify-content:center;margin-bottom:20px}.ctaBox{max-width:1200px;width:100%;background-color:#687bd2;padding:40px;border-radius:8px;display:flex;justify-content:space-between;align-items:center}.ctaText{max-width:500px;color:white;font-size:20px}.ctaText strong{font-weight:700}@media (max-width:768px){.ctaBox,.topBarContent{flex-direction:column;gap:20px;text-align:center}}