:root{--primary-crimson:#A51C30;--primary-crimson-dark:#8A1528;--accent-gold:#D4AF37;--accent-gold-light:#E8C96A;--neutral-charcoal:#2C2C2C;--neutral-slate:#4A4A4A;--neutral-cloud:#F8F8F8;--neutral-white:#FFFFFF;--gradient-velvet:linear-gradient(135deg,var(--primary-crimson) 0%,#6A0D2E 100%);--gradient-gold:linear-gradient(90deg,var(--accent-gold) 0%,var(--accent-gold-light) 100%);--shadow-soft:0 8px 25px rgba(165,28,48,0.12);--shadow-medium:0 12px 35px rgba(165,28,48,0.18)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;background-color:var(--neutral-cloud);color:var(--neutral-charcoal);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{color:var(--primary-crimson);font-weight:600;line-height:1.3;margin-bottom:1rem}h1{font-size:2.5rem;margin-bottom:1.5rem}h2{font-size:1.8rem;margin-top:2.5rem;padding-bottom:0.5rem;border-bottom:2px solid var(--accent-gold-light)}h3{font-size:1.3rem;margin-top:1.5rem;color:var(--neutral-slate)}p{margin-bottom:1.2rem}a{color:var(--primary-crimson);text-decoration:none;transition:color 0.3s ease}a:hover{color:var(--primary-crimson-dark);text-decoration:underline}ul,ol{margin-bottom:1.5rem;padding-left:1.5rem}li{margin-bottom:0.5rem}.container_bef6a16a{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.header_bef6a16a{background:var(--neutral-white);box-shadow:var(--shadow-soft);position:sticky;top:0;z-index:1000;padding:1rem 0}.nav-flex_bef6a16a{display:flex;justify-content:space-between;align-items:center}.brand_bef6a16a{display:flex;align-items:center;gap:12px}.brand-logo_bef6a16a{height:40px;width:auto}.brand-text_bef6a16a{font-size:1.8rem;font-weight:700;color:var(--primary-crimson);background:var(--gradient-gold);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-links_bef6a16a{display:flex;gap:2rem;align-items:center}.nav-links_bef6a16a a{font-weight:500;color:var(--neutral-slate)}.nav-links_bef6a16a a:hover{color:var(--primary-crimson)}.menu-btn_bef6a16a{display:none;background:none;border:none;font-size:1.5rem;color:var(--primary-crimson);cursor:pointer}.breadcrumbs_bef6a16a{background-color:var(--neutral-white);padding:1rem 0;border-bottom:1px solid #eee;margin-bottom:2rem}.breadcrumbs_bef6a16a ol{list-style:none;padding-left:0;margin-bottom:0;display:flex;flex-wrap:wrap;gap:0.5rem}.breadcrumbs_bef6a16a li{display:inline;margin-bottom:0}.breadcrumbs_bef6a16a li:not(:last-child)::after{content:"/";margin-left:0.5rem;color:var(--neutral-slate)}.breadcrumbs_bef6a16a a{color:var(--neutral-slate)}.breadcrumbs_bef6a16a a:hover{color:var(--primary-crimson)}.breadcrumbs_bef6a16a .current_bef6a16a{color:var(--primary-crimson);font-weight:500}.main-content_bef6a16a{padding:3rem 0;background-color:var(--neutral-white);border-radius:12px;box-shadow:var(--shadow-soft);margin-bottom:3rem}.legal-section_bef6a16a{margin-bottom:2.5rem}.legal-section_bef6a16a:last-of-type{margin-bottom:0}.update-date_bef6a16a{font-style:italic;color:var(--neutral-slate);background-color:var(--neutral-cloud);padding:1rem;border-radius:8px;border-left:4px solid var(--accent-gold);margin-bottom:2rem}.footer_bef6a16a{background:var(--neutral-charcoal);color:var(--neutral-white);padding:3rem 0 1.5rem}.footer-content_bef6a16a{display:flex;flex-wrap:wrap;justify-content:space-between;gap:2rem;margin-bottom:2rem}.footer-about_bef6a16a{flex:1;min-width:300px}.footer-about_bef6a16a p{color:#ccc;max-width:400px}.footer-links_bef6a16a{display:flex;flex-wrap:wrap;gap:3rem}.footer-column_bef6a16a h4{color:var(--accent-gold);margin-bottom:1.2rem;font-size:1.1rem}.footer-column_bef6a16a a{display:block;color:#ccc;margin-bottom:0.7rem}.footer-column_bef6a16a a:hover{color:var(--accent-gold-light)}.footer-bottom_bef6a16a{text-align:center;padding-top:1.5rem;border-top:1px solid var(--neutral-slate);color:#aaa;font-size:0.9rem}.cookie-notice_bef6a16a{position:fixed;bottom:0;left:0;right:0;background:var(--neutral-charcoal);color:var(--neutral-white);padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;z-index:1001}.cookie-notice_bef6a16a p{margin-bottom:0;flex:1;min-width:250px}.cookie-notice_bef6a16a button{background:var(--accent-gold);color:var(--neutral-charcoal);border:none;padding:0.7rem 1.5rem;border-radius:6px;font-weight:600;cursor:pointer;transition:background 0.3s ease}.cookie-notice_bef6a16a button:hover{background:var(--accent-gold-light)}@media (max-width:768px){.menu-btn_bef6a16a{display:block}.nav-links_bef6a16a{display:none;position:absolute;top:100%;left:0;right:0;background:var(--neutral-white);flex-direction:column;padding:1.5rem;gap:1.2rem;box-shadow:var(--shadow-medium)}.nav-links_bef6a16a.active{display:flex}h1{font-size:2rem}h2{font-size:1.5rem}.footer-content_bef6a16a{flex-direction:column;gap:2.5rem}.footer-links_bef6a16a{gap:2rem}}