*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Inter', sans-serif; color: #111827; background: #fff; line-height: 1.8; }
nav { background: #fff; border-bottom: 1px solid #e5e7eb; padding: 0 24px; }
.nav-inner { max-width: 880px; margin: 0 auto; display: flex; align-items: center; height: 60px; gap: 12px; }
.logo { display: flex; align-items: center; gap: 4px; text-decoration: none; }
.logo-img { width: 32px; height: 32px; object-fit: contain; border-radius: 6px; }
.logo-text { font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 18px; color: #1d4ed8; }
.content { max-width: 760px; margin: 0 auto; padding: 56px 24px 80px; }
.content h1 { font-family: 'Outfit', sans-serif; font-size: 2rem; font-weight: 700; color: #0f172a; margin-bottom: 8px; }
.effective { font-size: 14px; color: #9ca3af; margin-bottom: 40px; }
.content h2 { font-family: 'Outfit', sans-serif; font-size: 1.2rem; font-weight: 700; color: #0f172a; margin: 36px 0 12px; }
.content p { font-size: 15px; color: #374151; margin-bottom: 14px; }
.content ul { padding-left: 20px; margin-bottom: 14px; }
.content ul li { font-size: 15px; color: #374151; margin-bottom: 6px; }
.content a { color: #2563eb; text-decoration: underline; }
hr { border: none; border-top: 1px solid #e5e7eb; margin: 40px 0; }
footer { background: #f9fafb; border-top: 1px solid #e5e7eb; padding: 24px; text-align: center; font-size: 13px; color: #9ca3af; }
footer a { color: #6b7280; text-decoration: none; margin: 0 8px; }
.legal-copyright { font-size: 13px; color: #9ca3af; }
