@import url('main.css');
.page-header { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 320px; background: linear-gradient(120deg, #e3e6f3 60%, #fff 100%); position: relative; overflow: hidden; margin-top: 72px; }
.page-header-title { font-size: 2.4rem; font-weight: 800; color: #1a237e; margin-bottom: 18px; letter-spacing: 2px; text-shadow: 0 4px 16px rgba(30,40,90,0.08); }
.page-header-subtitle { font-size: 1.2rem; color: #3949ab; margin-bottom: 32px; font-weight: 500; }
.content { max-width: 900px; margin: 40px auto 0 auto; padding: 40px 24px 80px 24px; background: #fff; border-radius: 12px; box-shadow: 0 2px 16px rgba(30,40,90,0.06); }
@media (max-width: 900px) { .page-header { min-height: 180px; } .page-header-title { font-size: 1.5rem; } .content { padding: 24px 8px 40px 8px; } }

#container { width: 100%; height: 400px; border-radius: 8px; overflow: hidden; }
.anchorBL { display: none !important; } 