@font-face{font-family:Inter;src:url(/fonts/inter/inter-v20-latin-300.woff2)format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/inter/inter-v20-latin-regular.woff2)format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/inter/inter-v20-latin-500.woff2)format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/inter/inter-v20-latin-600.woff2)format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/inter/inter-v20-latin-700.woff2)format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/inter/inter-v20-latin-800.woff2)format("woff2");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/fonts/poppins/poppins-v24-latin-300.woff2)format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/fonts/poppins/poppins-v24-latin-regular.woff2)format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/fonts/poppins/poppins-v24-latin-500.woff2)format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/fonts/poppins/poppins-v24-latin-600.woff2)format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/fonts/poppins/poppins-v24-latin-700.woff2)format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/fonts/poppins/poppins-v24-latin-800.woff2)format("woff2");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/fonts/poppins/poppins-v24-latin-900.woff2)format("woff2");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Space Grotesk;src:url(/fonts/space-grotesk/space-grotesk-v22-latin-300.woff2)format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Space Grotesk;src:url(/fonts/space-grotesk/space-grotesk-v22-latin-regular.woff2)format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Space Grotesk;src:url(/fonts/space-grotesk/space-grotesk-v22-latin-500.woff2)format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Space Grotesk;src:url(/fonts/space-grotesk/space-grotesk-v22-latin-600.woff2)format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Space Grotesk;src:url(/fonts/space-grotesk/space-grotesk-v22-latin-700.woff2)format("woff2");font-weight:700;font-style:normal;font-display:swap}
:root{--black:#0a0a0a;--dark-gray:#2a2a2a;--gray:#6b6b6b;--light-gray:#f7f7f7;--lighter-gray:#fafafa;--white:#fff;--primary:#1a1a2e;--accent:#e94560;--accent-hover:#d6384f;--border:#e5e5e5;--border-dark:#d0d0d0;--transition:all .3s cubic-bezier(.16,1,.3,1)}html{scroll-behavior:auto}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:auto}html.smooth-scroll{scroll-behavior:smooth}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--white);color:var(--black);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.6}a{color:inherit;transition:var(--transition);text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}img{max-width:100%;height:auto;display:block}.cookie-consent-banner{background-color:var(--primary);width:100%;color:var(--white);z-index:9999;justify-content:center;align-items:center;gap:30px;padding:20px;display:flex;position:fixed;bottom:0;left:0;box-shadow:0 -2px 10px #0000001a}.cookie-consent-banner p{max-width:800px;margin:0;font-size:14px;line-height:1.5}.cookie-settings-link{cursor:pointer;text-decoration:underline;transition:opacity .2s}.cookie-settings-link:hover{opacity:.8}.cookie-consent-actions{flex-shrink:0;gap:15px;display:flex}.btn-cookie-accept,.btn-cookie-reject{transition:var(--transition);white-space:nowrap;border-radius:25px;padding:12px 32px;font-size:14px;font-weight:500}.btn-cookie-accept{background-color:var(--accent);color:var(--white)}.btn-cookie-accept:hover{background-color:var(--accent-hover);transform:translateY(-1px)}.btn-cookie-reject{background-color:var(--accent);color:var(--white)}.btn-cookie-reject:hover{background-color:var(--accent-hover);transform:translateY(-1px)}.cookie-overlay{z-index:10000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background-color:#0009;width:100%;height:100%;position:fixed;top:0;left:0}.cookie-preferences-modal{background-color:var(--white);z-index:10001;border-radius:12px;width:90%;max-width:600px;max-height:80vh;padding:32px;animation:.3s ease-out modalSlideIn;position:fixed;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%);box-shadow:0 10px 40px #0000004d}@keyframes modalSlideIn{0%{opacity:0;transform:translate(-50%,-48%)}to{opacity:1;transform:translate(-50%,-50%)}}.modal-close{background-color:var(--light-gray);width:32px;height:32px;color:var(--black);border-radius:50%;justify-content:center;align-items:center;font-size:24px;line-height:1;transition:background-color .2s;display:flex;position:absolute;top:16px;right:16px}.modal-close:hover{background-color:var(--border-dark)}.cookie-preferences-modal h2{color:var(--black);margin:0 0 12px;font-size:24px;font-weight:600}.cookie-preferences-modal>p{color:var(--dark-gray);margin-bottom:24px;font-size:14px}.cookie-preference-item{border-bottom:1px solid var(--border);padding:16px 0}.cookie-preference-item:last-of-type{border-bottom:none}.preference-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.preference-header label{cursor:pointer;flex:1;align-items:center;display:flex}.preference-header input[type=checkbox]{cursor:pointer;width:18px;height:18px;accent-color:var(--accent);margin-right:12px}.preference-header input[type=checkbox]:disabled{cursor:not-allowed;opacity:.6}.preference-title{color:var(--black);font-size:15px;font-weight:500}.required-badge{text-transform:uppercase;color:var(--gray);background-color:var(--light-gray);border-radius:4px;padding:4px 8px;font-size:11px;font-weight:600}.preference-description{color:var(--gray);margin:0;padding-left:30px;font-size:13px;line-height:1.5}.cookie-modal-actions{justify-content:flex-end;margin-top:24px;display:flex}.btn-save-preferences{background-color:var(--accent);color:var(--white);transition:var(--transition);border-radius:25px;padding:12px 32px;font-size:14px;font-weight:500}.btn-save-preferences:hover{background-color:var(--accent-hover);transform:translateY(-1px)}@media (max-width:768px){.cookie-consent-banner{text-align:center;flex-direction:column;gap:15px;padding:20px 15px}.cookie-consent-banner p{font-size:13px}.cookie-consent-actions{justify-content:center;width:100%}.btn-cookie-accept,.btn-cookie-reject{flex:1;max-width:150px}.cookie-preferences-modal{width:95%;padding:24px}}
