#viewmastery-section { padding: 80px 0; background: linear-gradient(rgba(15, 23, 42, 0.92), rgba(15, 23, 42, 0.97)); min-height: 60vh; display: flex; align-items: center; backdrop-filter: blur(8px); position: relative; z-index: 5; box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.5); border-top: 1px solid rgba(192, 38, 211, 0.3); }
.viewmastery-container { max-width: 800px; margin: 0 auto; }
.viewmastery-content { background: rgba(30, 41, 59, 0.6); border-radius: 16px; padding: 40px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); border: 1px solid rgba(192, 38, 211, 0.3); text-align: center; backdrop-filter: blur(5px); }
.viewmastery-content h2 { font-size: 32px; margin-bottom: 20px; background: linear-gradient(135deg, #6D28D9, #9333EA, #C026D3); -webkit-background-clip: text; background-clip: text; color: transparent; font-weight: 700; }
.viewmastery-content p { margin-bottom: 30px; color: white; line-height: 1.6; font-size: 18px; }
.viewmastery-buttons { display: flex; gap: 20px; justify-content: center; margin: 30px 0; }
.viewmastery-buttons .btn { padding: 14px 24px; border-radius: 8px; font-weight: 600; font-size: 16px; transition: all 0.3s; }
.viewmastery-buttons .btn.outline { background: transparent; color: white; border: 1px solid rgba(255, 255, 255, 0.5); }
.viewmastery-buttons .btn.outline:hover { border-color: white; background: rgba(255, 255, 255, 0.1); transform: translateY(-2px); }
.viewmastery-buttons .btn.primary { background: linear-gradient(135deg, #6D28D9, #9333EA, #C026D3); color: white; border: none; box-shadow: 0 4px 15px rgba(109, 40, 217, 0.3); }
.viewmastery-buttons .btn.primary:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(109, 40, 217, 0.5); }
.viewmastery-back { display: inline-block; margin-top: 20px; color: rgba(255, 255, 255, 0.7); text-decoration: none; transition: color 0.3s; font-size: 15px; }
.viewmastery-back:hover { color: white; }
@media screen and (max-width: 768px) { .viewmastery-buttons { flex-direction: column; } }
