:root { --brand-color: #ff5722; --brand-dark: #e64a19; --bg-body: #f4f6f8; --font-head: 'Roboto Condensed', sans-serif; --font-body: 'Inter', sans-serif; --text-muted: #6c757d; --dark-bg: #1a1a2e; --dark-bg-secondary: #16213e; }
body { font-family: var(--font-body); background-color: var(--bg-body); color: #111; font-size: 14px; line-height: 1.6; }
a { text-decoration: none; color: var(--brand-color); transition: all 0.3s ease; }
a:hover { color: var(--brand-dark); }
.page-header { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%); padding: 60px 0; position: relative; overflow: hidden; }
.page-header::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); opacity: 0.5; }
.page-header-content { position: relative; z-index: 1; text-align: center; }
.page-header h1 { font-family: var(--font-head); font-weight: 800; font-size: 42px; color: #fff; margin-bottom: 15px; }
.page-header-description { max-width: 800px; margin: 0 auto; font-size: 15px; line-height: 1.8; color: rgba(255, 255, 255, 0.8); font-weight: 400; padding: 0 20px; }
.content-section { padding: 60px 0 0; }
.content-wrapper { display: flex; gap: 40px; }
.sidebar-nav { width: 280px; flex-shrink: 0; position: sticky; top: 20px; height: fit-content; }
.sidebar-nav-card { background: #fff; border-radius: 16px; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05); overflow: hidden; }
.sidebar-nav-header { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); padding: 20px 25px; }
.sidebar-nav-header h4 { font-family: var(--font-head); font-weight: 700; font-size: 16px; color: #fff; margin: 0; display: flex; align-items: center; gap: 10px; }
.sidebar-nav-header h4 i { color: var(--brand-color); }
.sidebar-nav-list { list-style: none; padding: 15px 0; margin: 0; }
.sidebar-nav-list li { margin: 0; }
.sidebar-nav-list a { display: flex; align-items: center; gap: 12px; padding: 12px 25px; color: #555; font-size: 13px; font-weight: 500; transition: all 0.3s ease; border-left: 3px solid transparent; }
.sidebar-nav-list a:hover, .sidebar-nav-list a.active { background: rgba(255, 87, 34, 0.05); color: var(--brand-color); border-left-color: var(--brand-color); }
.sidebar-nav-list a i { font-size: 10px; opacity: 0.5; }
.sidebar-nav-list a:hover i, .sidebar-nav-list a.active i { opacity: 1; }
.sidebar-info { padding: 20px 25px; border-top: 1px solid #f0f0f0; background: #fafafa; }
.sidebar-info p { font-size: 12px; color: var(--text-muted); margin: 0; display: flex; align-items: center; gap: 8px; }
.sidebar-info p i { color: var(--brand-color); }
.main-content { flex: 1; min-width: 0; }
.content-card { background: #fff; border-radius: 16px; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05); overflow: hidden; }
.content-card-body { padding: 40px; }
.policy-section { margin-bottom: 40px; padding-bottom: 40px; border-bottom: 1px solid #f0f0f0; }
.policy-section:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
.policy-section h2 { font-family: var(--font-head); font-weight: 800; font-size: 24px; color: #111; margin-bottom: 20px; display: flex; align-items: center; gap: 15px; }
.policy-section h2 .section-number { width: 40px; height: 40px; border-radius: 12px; background: linear-gradient(135deg, var(--brand-color) 0%, var(--brand-dark) 100%); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 16px; font-weight: 700; flex-shrink: 0; }
.policy-section h3 { font-family: var(--font-head); font-weight: 700; font-size: 18px; color: #111; margin: 25px 0 15px; }
.policy-section p { font-size: 14px; color: #555; line-height: 1.9; margin-bottom: 15px; }
.policy-section p:last-child { margin-bottom: 0; }
.policy-section ul { margin: 15px 0; padding-left: 0; list-style: none; }
.policy-section ul li { position: relative; padding-left: 28px; margin-bottom: 12px; font-size: 14px; color: #555; line-height: 1.7; }
.policy-section ul:last-child { margin-bottom: 0 !important; }
.policy-section ul li:last-child { margin-bottom: 0px; }
.policy-section ul li::before { content: ''; position: absolute; left: 0; top: 8px; width: 8px; height: 8px; border-radius: 50%; background: var(--brand-color); }
.highlight-box { background: linear-gradient(135deg, rgba(255, 87, 34, 0.08) 0%, rgba(255, 87, 34, 0.03) 100%); border-left: 4px solid var(--brand-color); padding: 20px 25px; border-radius: 0 12px 12px 0; margin: 20px 0 0px; }
.highlight-box p { margin: 0; font-weight: 500; color: #333; }
.highlight-box.info { background: linear-gradient(135deg, rgba(52, 152, 219, 0.08) 0%, rgba(52, 152, 219, 0.03) 100%); border-left-color: #3498db; }
.highlight-box.warning { background: linear-gradient(135deg, rgba(243, 156, 18, 0.08) 0%, rgba(243, 156, 18, 0.03) 100%); border-left-color: #f39c12; }
.contact-box { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); border-radius: 16px; padding: 30px; margin-top: 30px; }
.contact-box h4 { font-family: var(--font-head); font-weight: 700; font-size: 18px; color: #fff; margin-bottom: 15px; display: flex; align-items: center; gap: 10px; }
.contact-box h4 i { color: var(--brand-color); }
.contact-box p { color: rgba(255, 255, 255, 0.7); margin-bottom: 20px; }
.contact-box .contact-links { display: flex; flex-wrap: wrap; gap: 15px; }
.contact-box .contact-link { display: inline-flex; align-items: center; gap: 10px; padding: 12px 20px; background: rgba(255, 255, 255, 0.1); border-radius: 10px; color: #fff; font-size: 13px; font-weight: 500; transition: all 0.3s ease; }
.contact-box .contact-link:hover { background: var(--brand-color); color: #fff; }
.contact-box .contact-link i { color: var(--brand-color); transition: all 0.3s ease; }
.contact-box .contact-link:hover i { color: #fff; }
@media (max-width: 1199px) {
.page-header { padding: 40px 0;}
.page-header h1 {font-size: 36px; margin-bottom: 12px;}
.page-header-description { font-size: 14px;}
.content-section {padding: 25px 0 0;}
.content-wrapper { gap: 25px;}
.content-card-body { padding: 24px;}
.policy-section { margin-bottom: 30px; padding-bottom: 30px;}
}
@media (max-width: 991px) {
.page-header h1 { font-size: 30px; }
.content-wrapper { flex-direction: column; }
.sidebar-nav { width: 100%; position: relative; top: 0; }
.content-card-body { padding: 30px; }
}
@media (max-width: 767px) {
.page-header { padding: 40px 0; }
.page-header h1 { font-size: 28px; }
.page-header-description { font-size: 13px; padding: 0 15px; }
.content-card-body { padding: 25px; }
.policy-section h2 { font-size: 20px; margin-bottom: 12px; }
.policy-section h2 .section-number { width: 36px; height: 36px; font-size: 14px; }
.sidebar-nav-list a { padding: 10px 20px; }
.contact-box .contact-links { flex-direction: column; }
.contact-box .contact-link { justify-content: center; }
.policy-section p {font-size: 12px; margin-bottom: 10px;}
.highlight-box { padding: 10px 15px;}
.policy-section { margin-bottom: 20px; padding-bottom: 20px;}
.sidebar-info {padding: 15px 18px;}
.policy-section ul li { padding-left: 22px; margin-bottom: 10px; font-size: 12px;}
.policy-section h3 { font-size: 16px; margin: 20px 0 10px;}
.policy-section ul {margin: 8px 0;}
.sidebar-nav-header {padding: 16px 20px;}

}
@media (max-width: 575px) {
.content-card-body { padding: 20px; }
.highlight-box { padding: 15px 20px; }
.contact-box { padding: 25px 20px; }
}