* { box-sizing: border-box; }

html, body { margin: 0; min-height: 100%; background: #101216; }

body { color: #edf0f4; font-family: Arial, Helvetica, sans-serif; line-height: 1.65; }

a { color: #91bdf7; }

.website-header { background: #14171c; border-bottom: 1px solid #292d34; }

.website-header-inner { display: flex; justify-content: space-between; align-items: center; width: min(1040px, calc(100% - 52px)); margin: 0 auto; padding: 20px 0; }

.website-name { color: #f3f4f6; font-size: 13px; font-weight: 800; letter-spacing: 1.8px; text-decoration: none; }

.header-navigation a { color: #d6dbe2; font-size: 13px; font-weight: 700; text-decoration: none; }

.header-navigation a:hover, .footer-navigation a:hover { color: #91bdf7; }

.policy-main-content { width: min(900px, calc(100% - 52px)); margin: 0 auto; padding: 72px 0 96px; }

.policy-category-label { margin-bottom: 10px; color: #8993a1; font-size: 12px; font-weight: 800; letter-spacing: 1.5px; }

h1 { margin: 0 0 10px; color: #ffffff; font-size: 44px; line-height: 1.15; letter-spacing: -0.6px; }

.policy-effective-date { margin: 0; color: #8993a1; font-size: 14px; }

.policy-section { margin-top: 50px; }

.policy-section h2 { margin: 0 0 16px; padding-bottom: 8px; color: #ffffff; border-bottom: 1px solid #4b515b; font-size: 26px; line-height: 1.3; }

.policy-section h3 { margin: 30px 0 10px; color: #f0f2f5; font-size: 19px; line-height: 1.35; }

.policy-section p { margin: 0 0 16px; color: #b5bcc6; font-size: 16px; }

.policy-section ul, .policy-section ol { margin: 10px 0 20px; padding-left: 28px; }

.policy-section li { margin: 8px 0; color: #b5bcc6; font-size: 16px; }

.policy-section strong { color: #e7eaf0; }

.policy-section a { color: #91bdf7; text-decoration: underline; text-underline-offset: 2px; }

.policy-section a:hover { color: #b4d0f5; }

.website-footer { background: #14171c; border-top: 1px solid #292d34; }

.website-footer-inner { display: flex; justify-content: space-between; align-items: center; width: min(1040px, calc(100% - 52px)); margin: 0 auto; padding: 24px 0; color: #747d89; font-size: 12px; }

.footer-navigation { display: flex; gap: 22px; }

.footer-navigation a { color: #9098a3; text-decoration: none; }

@media (max-width: 760px) {
    .website-header-inner, .policy-main-content, .website-footer-inner { width: min(100% - 32px, 1040px); }

    .policy-main-content { padding-top: 48px; }

    h1 { font-size: 36px; }

    .policy-section { margin-top: 42px; }

    .policy-section h2 { font-size: 23px; }

    .website-footer-inner { align-items: flex-start; gap: 18px; flex-direction: column; }

    .footer-navigation { flex-wrap: wrap; }
}