        .static-page { padding: 80px 20px; background: #F2EDEC; min-height: 100vh; }        .static-inner { max-width: 800px; margin: 0 auto; background: white; padding: 40px; border-radius: 24px; box-shadow: 0 4px 20px rgba(0,0,0,0.05); }        h1 { font-family: 'Inter', sans-serif; font-weight: 700; color: #0F0A2C; margin-bottom: 10px; }        h2 { font-family: 'Inter', sans-serif; font-weight: 600; color: #1B1640; margin-top: 30px; margin-bottom: 15px; font-size: 1.25rem; }        p { color: #5B5572; line-height: 1.6; margin-bottom: 15px; font-size: 1rem; }        ul { margin-bottom: 20px; padding-left: 20px; }        li { color: #5B5572; margin-bottom: 8px; line-height: 1.5; }        .back { display: inline-block; margin-bottom: 20px; color: #009344; text-decoration: none; font-weight: 600; font-size: 0.9rem; }        .back:hover { text-decoration: underline; }        .updated-date { font-size: 0.85rem; color: #8B859E; margin-bottom: 30px; }        strong { color: #0F0A2C; }    