:root{--ember:#E25822;--ember-dark:#C44A1C;--midnight:#1A1A2E;--slate:#2D3047;--mist:#E8E8E8;--ivory:#F9F7F3;--gold:#D4AF37;--silver:#C0C0C0;--shadow-soft:0 8px 30px rgba(226,88,34,0.12);--shadow-deep:0 15px 40px rgba(26,26,46,0.2)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,sans-serif;background-color:var(--ivory);color:var(--midnight);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{font-weight:700;line-height:1.2;color:var(--midnight)}.container_b55c7cf0{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.header_b55c7cf0{background-color:var(--midnight);padding:1rem 0;box-shadow:var(--shadow-deep);position:sticky;top:0;z-index:1000}.nav-wrap_b55c7cf0{display:flex;justify-content:space-between;align-items:center}.brand_b55c7cf0{display:flex;align-items:center;gap:12px;text-decoration:none}.brand-logo_b55c7cf0{height:40px;width:auto}.brand-text_b55c7cf0{font-size:1.8rem;font-weight:800;color:var(--ember);letter-spacing:-0.5px}.nav-links_b55c7cf0{display:flex;gap:2rem;align-items:center}.nav-link_b55c7cf0{color:var(--mist);text-decoration:none;font-weight:600;font-size:1rem;transition:color 0.3s ease}.nav-link_b55c7cf0:hover{color:var(--ember)}.btn-primary_b55c7cf0{background:linear-gradient(135deg,var(--ember),var(--ember-dark));color:white;border:none;padding:0.75rem 1.75rem;border-radius:50px;font-weight:700;font-size:1rem;cursor:pointer;transition:all 0.3s ease;text-decoration:none;display:inline-block;box-shadow:var(--shadow-soft)}.btn-primary_b55c7cf0:hover{transform:translateY(-3px);box-shadow:0 10px 25px rgba(226,88,34,0.25)}.mobile-menu-btn_b55c7cf0{display:none;background:none;border:none;color:var(--mist);font-size:1.5rem;cursor:pointer}.breadcrumbs_b55c7cf0{padding:1.5rem 0 1rem;background-color:var(--mist);margin-bottom:2rem}.breadcrumbs-list_b55c7cf0{display:flex;list-style:none;gap:0.5rem;font-size:0.9rem}.breadcrumbs-item_b55c7cf0:not(:last-child)::after{content:'/';margin-left:0.5rem;color:var(--slate)}.breadcrumbs-link_b55c7cf0{color:var(--slate);text-decoration:none}.breadcrumbs-link_b55c7cf0:hover{color:var(--ember);text-decoration:underline}.breadcrumbs-current_b55c7cf0{color:var(--ember);font-weight:600}.privacy-hero_b55c7cf0{text-align:center;padding:3rem 0 2rem}.privacy-hero_b55c7cf0 h1{font-size:2.8rem;margin-bottom:1rem;color:var(--midnight)}.privacy-hero_b55c7cf0 p{font-size:1.2rem;color:var(--slate);max-width:800px;margin:0 auto}.privacy-content_b55c7cf0{background-color:white;border-radius:16px;padding:3rem;margin-bottom:4rem;box-shadow:var(--shadow-soft)}.privacy-section_b55c7cf0{margin-bottom:3rem}.privacy-section_b55c7cf0 h2{font-size:1.8rem;margin-bottom:1.2rem;padding-bottom:0.5rem;border-bottom:2px solid var(--mist);color:var(--ember)}.privacy-section_b55c7cf0 p{margin-bottom:1rem;color:var(--slate)}.privacy-section_b55c7cf0 ul{margin-left:1.5rem;margin-bottom:1.5rem}.privacy-section_b55c7cf0 li{margin-bottom:0.5rem;color:var(--slate)}.footer_b55c7cf0{background-color:var(--midnight);color:var(--mist);padding:3rem 0 1.5rem;margin-top:4rem}.footer-inner_b55c7cf0{display:flex;justify-content:space-between;flex-wrap:wrap;gap:3rem;margin-bottom:2.5rem}.footer-brand_b55c7cf0{flex:1;min-width:300px}.footer-logo_b55c7cf0{font-size:2rem;font-weight:800;color:var(--ember);margin-bottom:1rem;display:block}.footer-tagline_b55c7cf0{color:var(--silver);margin-bottom:1.5rem;max-width:400px}.footer-links_b55c7cf0{display:flex;gap:3rem;flex-wrap:wrap}.footer-link-col_b55c7cf0 h4{color:var(--gold);margin-bottom:1.2rem;font-size:1.1rem}.footer-link_b55c7cf0{display:block;color:var(--silver);text-decoration:none;margin-bottom:0.7rem;transition:color 0.3s ease}.footer-link_b55c7cf0:hover{color:var(--ember)}.copyright_b55c7cf0{text-align:center;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,0.1);color:var(--silver);font-size:0.9rem}.cookie-notice_b55c7cf0{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);background-color:var(--midnight);color:var(--mist);padding:1rem 1.5rem;border-radius:12px;display:none;align-items:center;justify-content:space-between;gap:1.5rem;max-width:90%;width:600px;z-index:10000;box-shadow:var(--shadow-deep)}.cookie-notice_b55c7cf0 button{background-color:var(--ember);color:white;border:none;padding:0.5rem 1.5rem;border-radius:50px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background-color 0.3s ease}.cookie-notice_b55c7cf0 button:hover{background-color:var(--ember-dark)}@media (max-width:768px){.mobile-menu-btn_b55c7cf0{display:block}.nav-links_b55c7cf0{position:fixed;top:70px;left:0;width:100%;background-color:var(--midnight);flex-direction:column;padding:2rem;gap:1.5rem;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all 0.3s ease;box-shadow:var(--shadow-deep)}.nav-links_b55c7cf0.active{transform:translateY(0);opacity:1;visibility:visible}.privacy-content_b55c7cf0{padding:2rem 1.5rem}.privacy-hero_b55c7cf0 h1{font-size:2.2rem}.footer-inner_b55c7cf0{flex-direction:column;gap:2rem}.footer-links_b55c7cf0{gap:2rem}.cookie-notice_b55c7cf0{flex-direction:column;text-align:center;gap:1rem}}