.navbar{position:-webkit-sticky;position:sticky;top:0;z-index:100}.navbar .gradual-blur-parent{height:100%!important;z-index:-1!important}.navbar-slot{width:100vw;min-height:50px}.gradual-blur{isolation:isolate}.gradual-blur-inner{position:relative;width:100%;height:100%}.gradual-blur-inner>div{-webkit-backdrop-filter:inherit;backdrop-filter:inherit}.gradual-blur-fixed{position:fixed!important;top:0;left:0;right:0;bottom:0;pointer-events:none}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.gradual-blur-inner>div{background:rgba(0,0,0,.3);opacity:.5}}.footer{margin-top:6rem;border-top:1px solid hsla(0,0%,100%,.08);background:rgba(17,17,23,.6);color:#f5f5f7}.footer__content{max-width:1100px;margin:0 auto;padding:2.5rem 1.5rem;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:2.5rem;gap:2.5rem;align-items:stretch}.footer__left{display:grid;grid-template-rows:auto 1fr;grid-gap:1.5rem;gap:1.5rem}.footer__brand{display:flex;flex-direction:column;gap:.5rem}.footer__logo{font-size:1.2rem;font-weight:600;letter-spacing:.04em}.footer__baseline{margin:0;color:rgba(245,245,247,.65);line-height:1.6;font-size:.95rem}.footer__nav{display:flex;gap:1.25rem;flex-wrap:wrap}.footer__link{color:rgba(245,245,247,.75);text-decoration:none;font-size:.95rem;transition:color .2s ease}.footer__link:hover{color:#fff}.footer__right{display:flex;align-items:flex-start;justify-content:flex-end}.footer__legal-info{text-align:right}.footer__legal-info p{margin:0 0 .4rem;font-size:.9rem;color:rgba(245,245,247,.7);line-height:1.5}.footer__legal-info p strong{color:rgba(245,245,247,.85)}.footer__legal-info p a{color:#6b8afd;text-decoration:none;transition:color .2s ease}.footer__legal-info p a:hover{color:#8fa5ff}.footer__company-name{font-weight:600;font-size:1rem!important;color:#f5f5f7!important}.footer__message{margin:0;font-size:1.05rem;line-height:1.7;max-width:460px;color:rgba(245,245,247,.8)}.footer__legal-links{display:flex;justify-content:center;align-items:center;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid hsla(0,0%,100%,.05)}.footer__legal-link{color:rgba(245,245,247,.6);text-decoration:none;font-size:.85rem;transition:color .2s ease}.footer__legal-link:hover{color:#6b8afd}.footer__separator{color:rgba(245,245,247,.3);font-size:.85rem}.footer__copy{margin:0;padding:0 1.5rem 2rem;font-size:.85rem;color:rgba(245,245,247,.55);text-align:center}@media(max-width:800px){.footer__content{grid-template-columns:1fr;gap:2rem}.footer__right{justify-content:flex-start}.footer__legal-info{text-align:left}}@media(max-width:600px){.footer__content{padding:2rem 1.25rem}.footer__nav{gap:1rem}.footer__legal-links{flex-direction:column;gap:.5rem}.footer__separator{display:none}}.cookie-consent{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:rgba(17,17,23,.98);border-top:1px solid hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.cookie-consent__container{max-width:1200px;margin:0 auto;padding:1.5rem 2rem}.cookie-consent__content{display:flex;flex-direction:column;gap:1rem}.cookie-consent__title{margin:0;font-size:1.25rem;font-weight:600;color:#f5f5f7}.cookie-consent__description{margin:0;font-size:.95rem;color:rgba(245,245,247,.75);line-height:1.6}.cookie-consent__links a{color:#6b8afd;text-decoration:none;transition:color .2s ease}.cookie-consent__links a:hover{color:#8fa5ff;text-decoration:underline}.cookie-consent__settings{display:flex;flex-direction:column;gap:1rem;padding:1rem 0;border-top:1px solid hsla(0,0%,100%,.08);border-bottom:1px solid hsla(0,0%,100%,.08)}.cookie-consent__option{display:flex;justify-content:space-between;align-items:center;gap:1rem}.cookie-consent__option-info{display:flex;flex-direction:column;gap:.25rem}.cookie-consent__option-title{font-size:.95rem;font-weight:500;color:#f5f5f7}.cookie-consent__option-desc{font-size:.85rem;color:rgba(245,245,247,.6)}.cookie-consent__toggle{position:relative;display:inline-block;width:50px;height:26px;flex-shrink:0}.cookie-consent__toggle input{opacity:0;width:0;height:0}.cookie-consent__toggle input:checked+.cookie-consent__slider{background:linear-gradient(135deg,#6b8afd,#8b5cf6)}.cookie-consent__toggle input:checked+.cookie-consent__slider:before{transform:translateX(24px)}.cookie-consent__toggle--disabled{opacity:.6;cursor:not-allowed}.cookie-consent__slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:hsla(0,0%,100%,.2);transition:.3s;border-radius:26px}.cookie-consent__slider:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background:#fff;transition:.3s;border-radius:50%}.cookie-consent__actions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:flex-end}.cookie-consent__btn{padding:.75rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.cookie-consent__btn--primary{background:linear-gradient(135deg,#6b8afd,#8b5cf6);color:#fff}.cookie-consent__btn--primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(107,138,253,.4)}.cookie-consent__btn--secondary{background:hsla(0,0%,100%,.1);color:#f5f5f7;border:1px solid hsla(0,0%,100%,.15)}.cookie-consent__btn--secondary:hover{background:hsla(0,0%,100%,.15)}@media(max-width:768px){.cookie-consent__container{padding:1.25rem 1rem}.cookie-consent__actions{flex-direction:column}.cookie-consent__btn{width:100%;text-align:center}}