:root{--primary-crimson:#E63946;--primary-dark:#1D1E2C;--primary-purple:#6D3B8C;--accent-gold:#FFD166;--accent-teal:#06D6A0;--neutral-light:#F8F9FA;--neutral-gray:#6C757D;--neutral-dark:#212529;--gradient-main:linear-gradient(135deg,var(--primary-crimson) 0%,var(--primary-purple) 100%);--gradient-subtle:linear-gradient(135deg,rgba(230,57,70,0.1) 0%,rgba(109,59,140,0.1) 100%);--shadow-soft:0 10px 30px rgba(230,57,70,0.15);--shadow-strong:0 15px 40px rgba(230,57,70,0.25);--shadow-light:0 5px 15px rgba(0,0,0,0.08)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;line-height:1.6;color:var(--neutral-dark);background-color:var(--neutral-light)}.container_956d1499{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.site-header_956d1499{background-color:var(--primary-dark);padding:1rem 0;box-shadow:var(--shadow-light);position:sticky;top:0;z-index:1000}.nav-container_956d1499{display:flex;justify-content:space-between;align-items:center}.brand-logo_956d1499{display:flex;align-items:center;gap:10px;text-decoration:none;color:white;font-weight:700;font-size:1.8rem}.brand-logo_956d1499 img{height:40px;width:auto}.main-nav_956d1499{display:flex;gap:2rem}.nav-link_956d1499{color:white;text-decoration:none;font-weight:500;transition:color 0.3s ease}.nav-link_956d1499:hover{color:var(--accent-gold)}.breadcrumbs_956d1499{background:var(--gradient-subtle);padding:1rem 0;margin-bottom:2rem}.breadcrumbs-list_956d1499{display:flex;list-style:none;gap:0.5rem;font-size:0.9rem}.breadcrumbs-list_956d1499 a{color:var(--primary-purple);text-decoration:none}.breadcrumbs-list_956d1499 a:hover{text-decoration:underline}.breadcrumbs-list_956d1499 .separator_956d1499{color:var(--neutral-gray)}.breadcrumbs-list_956d1499 .current_956d1499{color:var(--neutral-dark);font-weight:500}.privacy-hero_956d1499{text-align:center;padding:3rem 0;background:var(--gradient-main);color:white;margin-bottom:3rem;border-radius:0 0 20px 20px}.privacy-hero_956d1499 h1{font-size:2.8rem;margin-bottom:1rem}.privacy-hero_956d1499 p{font-size:1.2rem;max-width:800px;margin:0 auto;opacity:0.9}.privacy-content_956d1499{background:white;padding:3rem;border-radius:15px;box-shadow:var(--shadow-soft);margin-bottom:3rem}.privacy-section_956d1499{margin-bottom:3rem}.privacy-section_956d1499 h2{color:var(--primary-crimson);margin-bottom:1.5rem;padding-bottom:0.5rem;border-bottom:2px solid var(--gradient-subtle)}.privacy-section_956d1499 h3{color:var(--primary-purple);margin:1.5rem 0 0.8rem 0}.privacy-section_956d1499 p,.privacy-section_956d1499 ul{margin-bottom:1rem;color:var(--neutral-dark)}.privacy-section_956d1499 ul{padding-left:1.5rem}.privacy-section_956d1499 li{margin-bottom:0.5rem}.highlight-box_956d1499{background:var(--gradient-subtle);border-left:4px solid var(--accent-teal);padding:1.5rem;margin:1.5rem 0;border-radius:0 8px 8px 0}.update-date_956d1499{text-align:center;font-style:italic;color:var(--neutral-gray);margin-top:2rem;padding-top:2rem;border-top:1px solid #eee}.site-footer_956d1499{background-color:var(--primary-dark);color:white;padding:2.5rem 0;margin-top:4rem}.footer-links_956d1499{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem;margin-bottom:2rem}.footer-link_956d1499{color:white;text-decoration:none;font-weight:500;transition:color 0.3s ease}.footer-link_956d1499:hover{color:var(--accent-gold)}.copyright_956d1499{text-align:center;font-size:0.9rem;color:rgba(255,255,255,0.7);max-width:800px;margin:0 auto}@media (max-width:768px){.nav-container_956d1499{flex-direction:column;gap:1rem}.main-nav_956d1499{gap:1rem;flex-wrap:wrap;justify-content:center}.privacy-hero_956d1499 h1{font-size:2rem}.privacy-content_956d1499{padding:2rem 1.5rem}.footer-links_956d1499{gap:1rem}}