
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;700&display=swap');

#privacy-page {
    max-width: 1100px;
    margin: 200px auto;
    padding: 0 32px;
    font-family: Comfortaa, sans-serif;
}

#privacy-page h1 { font-size: 50px; font-weight: bold; margin-bottom: 20px; }
#privacy-page h2 { font-size: 33px; font-weight: bold; margin: 40px 0 20px; }

.text p, .text li { font-size: 18px; line-height: 2; margin-bottom: 20px; }
.text a { color: #0066cc; text-decoration: underline; }

.text table { width: 100%; border-collapse: collapse; margin-bottom: 25px; table-layout: fixed; }
.text table, .text th, .text td { border: 1px solid #000; }
.text th { padding: 10px; background: #f5f5f5; font-weight: bold; }
.text td { padding: 10px; vertical-align: top; }
.text td:first-child { width: 70%; }
.text td:last-child { width: 30%; }

@media (max-width: 768px) {
    #privacy-page { margin: 130px auto 100px; padding: 0 16px; }
    #privacy-page h1 { font-size: 32px; }
    #privacy-page h2 { font-size: 24px; }
    .text p, .text li { font-size: 14px; }
    .text table, .text th, .text td { display: block; width: 100% !important; }
}
