.privacy-content h1 { font-size: 36px; font-weight: 700; color: #000000; margin-bottom: 5px; }
.privacy-content h2 { font-size: 26px; color: #000000; margin-top: 40px; margin-bottom: 15px; }
.privacy-content h3 { font-size: 20px; color: #333; margin-top: 25px; margin-bottom: 10px; }
.privacy-content p, .privacy-content li { line-height: 28px; font-size: 16px; color: #555; }
.privacy-content ul { margin-bottom: 20px; padding-left: 20px; }
.privacy-content ul li { list-style-type: disc; margin-bottom: 8px; }

.summary-box { background: #1e1e1e; border: 1px solid #e1e5ea; border-radius: 10px; padding: 30px; margin-bottom: 40px; }
.summary-box h3 { margin-top: 0; color: #000000; font-size: 22px; margin-bottom: 15px; }

.jump-links { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 20px; padding-left: 0; }
.jump-links li { list-style-type: none; }
.jump-links li a { display: inline-block; padding: 8px 15px; background: #fff; border: 1px solid #ddd; border-radius: 5px; color: #000000; font-weight: 500; text-decoration: none; transition: all 0.3s; }
.jump-links li a:hover { background: #000000; color: #fff; border-color: #000000; }