body { font-family: 'Segoe UI', sans-serif; line-height: 1.6; color: #333; margin: 0; background-color: #f4f7f6; }
.container { max-width: 800px; margin: 40px auto; padding: 40px; background: #fff; box-shadow: 0 0 15px rgba(0,0,0,0.1); border-radius: 8px; }
h1 { color: #2c3e50; border-bottom: 2px solid #3498db; padding-bottom: 10px; }
h3 { color: #2980b9; margin-top: 25px; }
.effective-date { font-style: italic; color: #7f8c8d; }
.contact-box { background: #e8f6f3; padding: 15px; border-left: 5px solid #1abc9c; }
.progress-container { position: fixed; top: 0; left: 0; width: 100%; height: 5px; z-index: 100; }
.progress-bar { height: 5px; background: #3498db; width: 0%; }
#topBtn { position: fixed; bottom: 20px; right: 20px; display: none; background: #3498db; color: white; border: none; padding: 10px 15px; cursor: pointer; border-radius: 5px; }