.hero{position:relative;width:100%;min-height:100vh;display:flex;flex-direction:column;overflow:hidden}.hero__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;will-change:transform;transform:translateZ(0)}.hero__overlay{position:absolute;inset:0;background:#000c;z-index:1}.header-container{position:fixed;top:0;z-index:100;padding-top:32px;width:100%;max-width:100%;margin:0 auto;padding-left:12%;padding-right:12%;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.navbar{position:relative;z-index:10;display:flex;align-items:center;justify-content:space-between;width:100%;background:#00000073;border:1px solid rgba(255,255,255,.15);border-radius:999px;padding:14px 14px 14px 40px;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 8px 32px #0003}.navbar__right{display:flex;align-items:center;gap:48px}.logo{display:flex;align-items:center;gap:12px;text-decoration:none;flex-shrink:0}.logo__img{height:52px;width:auto;object-fit:contain}.logo__svg-fallback{height:52px;width:auto}.navbar__links{display:flex;align-items:center;list-style:none;gap:40px;margin:0;padding:0}.navbar__link{color:#fff;font-family:Inter,sans-serif;font-size:15px;font-weight:500;text-transform:uppercase;text-decoration:none;letter-spacing:.5px;transition:opacity .2s ease}.navbar__link:hover{opacity:.7}.btn-outline{display:flex;padding:16px 36px;justify-content:center;align-items:center;border-radius:999px;border:1px solid #FFF;background:transparent;color:#fff;font-family:Inter,sans-serif;font-size:15px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:background .2s ease,color .2s ease;white-space:nowrap}.btn-outline:hover{background:#fff;color:#000}.navbar__mobile-btn{display:none;background:transparent;border:none;cursor:pointer;padding:8px}.mobile-text{display:none}.desktop-text{display:inline}.mobile-menu-overlay{position:absolute;top:100px;left:20px;right:20px;background:#00000073;border:1px solid rgba(255,255,255,.15);border-radius:24px;padding:32px 24px;display:flex;flex-direction:column;align-items:center;gap:32px;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);box-shadow:0 16px 40px #0006;opacity:0;visibility:hidden;transform:translateY(-16px);transition:opacity .3s ease,transform .3s ease,visibility .3s;z-index:9}.mobile-menu-overlay--open{opacity:1;visibility:visible;transform:translateY(0)}.mobile-menu__links{display:flex;flex-direction:column;align-items:center;list-style:none;gap:24px;margin:0;padding:0;width:100%}.mobile-menu__link{color:#fff;font-family:Inter,sans-serif;font-size:16px;font-weight:500;text-transform:uppercase;text-decoration:none;letter-spacing:1px;display:block;width:100%;text-align:center;padding:8px 0}.mobile-menu__btn{width:100%}.hero__content{position:relative;z-index:10;display:flex;align-items:stretch;justify-content:space-between;flex:1;width:100%;max-width:75%;margin:0 auto;padding:0 0 80px;box-sizing:border-box}.hero__left{display:flex;flex-direction:column;max-width:800px}.hero__text-group{display:flex;flex-direction:column;gap:32px;margin:auto 0}.hero__title{color:#fff;font-family:Inter,sans-serif;font-size:72px;font-style:normal;font-weight:700;line-height:1.1;letter-spacing:-2px;animation:fadeInUp .8s ease forwards}.hero__subtitle{width:100%;color:#fff;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:1.6;letter-spacing:0px;animation:fadeInUp .8s ease .15s forwards;opacity:0;max-width:600px;animation-fill-mode:forwards}.hero__cta{display:flex;flex-direction:column;gap:20px;align-items:flex-start;animation:fadeInUp .8s ease .3s forwards;opacity:0;animation-fill-mode:forwards;margin-top:16px}.hero__cta-text{width:100%;color:#eaeaea;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:1.5}.hero__right{display:flex;align-items:flex-end;justify-content:flex-end;align-self:flex-end;animation:fadeInRight .8s ease .4s forwards;opacity:0;animation-fill-mode:forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}.hero__title{opacity:1}@media(max-width:1024px){.header-container{padding-left:8%;padding-right:8%}}@media(max-width:900px){.header-container{padding-top:24px;padding-left:5%;padding-right:5%}.navbar{padding:12px 24px}.navbar__right{display:none}.navbar__mobile-btn{display:flex;align-items:center;justify-content:center}.hero__content{flex-direction:column;align-items:center;justify-content:center;max-width:90%;padding-top:35%;gap:60px}.hero__left{align-items:center;text-align:center;max-width:100%;margin-top:0;gap:10px}.hero__text-group{margin:0;gap:32px}.hero__title{font-size:46px;letter-spacing:-1px;text-align:center}.hero__subtitle,.hero__cta-text{width:100%;font-size:16px;text-align:center}.hero__subtitle br{display:none}.hero__cta{align-items:center;gap:24px}.hero__right{width:100%;align-self:center;justify-content:center}.desktop-text{display:none}.mobile-text{display:inline}.carousel{width:100%;align-items:center}.carousel__text,.carousel__text p{text-align:center}}@media(max-width:480px){.hero{min-height:90vh}.hero__title{font-size:40px}.btn-outline{padding:14px 28px;font-size:14px}.navbar{padding:10px 20px}}.lang-switcher-desktop{position:absolute;right:2%;top:calc(50% + 16px);transform:translateY(-50%);z-index:11}@media(max-width:900px){.lang-switcher-desktop{display:none}}.lang-switcher{display:flex;align-items:center;gap:4px;background:#ffffff1a;backdrop-filter:blur(8px);border-radius:6px;padding:3px}.lang-switcher__btn{background:transparent;border:none;color:#fff9;font-size:12px;font-weight:600;letter-spacing:.5px;padding:4px 8px;border-radius:4px;cursor:pointer;transition:all .2s ease;font-family:inherit}.lang-switcher__btn:hover{color:#fff;background:#ffffff26}.lang-switcher__btn--active{color:#000;background:#e1e1d6}.lang-switcher__btn--active:hover{background:#e1e1d6;color:#000}.mobile-menu-overlay .lang-switcher{margin-top:16px;justify-content:center}.footer{width:100%;background-color:#000;color:#fff;padding:80px 0 40px;display:flex;justify-content:center}.footer__container{max-width:75%;width:100%;display:flex;flex-direction:column}.footer__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:60px}.footer__logo-main{height:60px;object-fit:contain}.footer__logo-unconventional{height:55px;object-fit:contain}.footer__nav{margin-bottom:60px}.footer__nav-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;align-items:center;gap:0}.footer__nav-list li{display:flex;align-items:flex-start}.footer__nav-list li:not(:last-child):after{content:"";display:inline-block;width:1px;height:16px;background-color:#4a4a4a;margin:0 10px}.footer__nav-list a{color:#fff;font-family:Inter,sans-serif;font-size:14px;font-weight:500;text-decoration:none;transition:color .3s ease}.footer__nav-list a:hover{color:#adadad}.footer__cookies-btn{color:#fff;font-family:Inter,sans-serif;font-size:14px;font-weight:500;background:none;border:none;outline:none;cursor:pointer;padding:0;transition:color .3s ease}.footer__cookies-btn:hover{color:#adadad}.footer__info{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:40px}.footer__contact{display:flex;flex-direction:column;gap:12px;max-width:500px}.footer__contact-title{color:#fff;font-family:Inter,sans-serif;font-size:14px;font-weight:600;margin:0}.footer__contact-link{color:#fff;font-family:Inter,sans-serif;font-size:14px;font-weight:400;text-decoration:none;transition:color .3s ease}.footer__contact-link:hover{color:#adadad}.footer__contact-address{color:#fff;font-family:Inter,sans-serif;font-size:13px;font-weight:300;line-height:1.5;margin:0}.footer__badges{display:flex;align-items:center;gap:16px}.footer__badge{height:45px;object-fit:contain}.footer__badge--round{height:60px}.footer__divider{width:100%;height:1px;background-color:#4a4a4a;border:none;margin:0 0 30px}.footer__bottom{display:flex;justify-content:space-between;align-items:center}.footer__copyright{color:#fff;font-family:Inter,sans-serif;font-size:13px;font-weight:400;margin:0}.footer__socials{display:flex;gap:20px;align-items:center}.footer__social-link{color:#fff;display:flex;align-items:center;justify-content:center;transition:opacity .3s ease,transform .3s ease}.footer__social-link:hover{opacity:.7;transform:translateY(-2px)}.footer__social-link svg{width:22px;height:22px}@media(max-width:900px){.footer__top{flex-direction:column;align-items:center;gap:30px}.footer__container{max-width:90%}.footer__nav-list{display:grid;grid-template-columns:1fr 1fr;gap:16px 32px;align-items:start}.footer__cookies-btn{text-align:left}.footer__nav-list li:not(:last-child):after{display:none}.footer__info{flex-direction:column;align-items:center;gap:40px}.footer__badges{flex-wrap:wrap;justify-content:center}.footer__bottom{flex-direction:column-reverse;align-items:center;gap:24px;text-align:center}.footer{padding:40px 0}}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#fff;border-top:1px solid #e0e0e0;box-shadow:0 -8px 40px #0000001f;animation:cookieBannerSlideUp .4s cubic-bezier(.16,1,.3,1) forwards}@keyframes cookieBannerSlideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.cookie-banner__content{margin:0 auto;padding:28px 32px 24px}.cookie-banner__title{font-family:Inter,sans-serif;font-size:20px;font-weight:700;color:#1a1a1a;margin-bottom:14px}.cookie-banner__text{font-family:Inter,sans-serif;font-size:13.5px;color:#444;line-height:1.65;margin-bottom:10px}.cookie-banner__text:last-of-type{margin-bottom:22px}.cookie-banner__link{color:#7c3aed;text-decoration:underline;text-underline-offset:2px;transition:color .2s}.cookie-banner__link:hover{color:#5b21b6}.cookie-banner__actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.cookie-btn{font-family:Inter,sans-serif;font-size:14px;font-weight:600;padding:11px 28px;border-radius:6px;cursor:pointer;border:2px solid transparent;transition:all .22s ease;letter-spacing:.01em;white-space:nowrap}.cookie-btn--primary{background:#7c3aed;color:#fff;border-color:#7c3aed}.cookie-btn--primary:hover{background:#6d28d9;border-color:#6d28d9;transform:translateY(-1px);box-shadow:0 4px 14px #7c3aed59}.cookie-btn--outline{background:transparent;color:#7c3aed;border-color:#7c3aed}.cookie-btn--outline:hover{background:#f5f0ff;transform:translateY(-1px)}.cookie-btn--ghost{background:transparent;color:#7c3aed;border-color:transparent;padding-left:8px;padding-right:8px}.cookie-btn--ghost:hover{text-decoration:underline;text-underline-offset:3px}.cookie-overlay{position:fixed;inset:0;z-index:99999;background:#0000008c;backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;padding:20px;animation:overlayFadeIn .25s ease forwards}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}.cookie-prefs{background:#fff;border-radius:12px;width:100%;max-width:720px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 24px 80px #00000038;animation:prefsSlideIn .3s cubic-bezier(.16,1,.3,1) forwards;overflow:hidden}@keyframes prefsSlideIn{0%{opacity:0;transform:scale(.96) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}.cookie-prefs__header{display:flex;align-items:center;justify-content:space-between;padding:24px 28px 20px;border-bottom:1px solid #f0f0f0;flex-shrink:0}.cookie-prefs__title{font-family:Inter,sans-serif;font-size:20px;font-weight:700;color:#1a1a1a}.cookie-prefs__close{background:none;border:none;color:#888;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;transition:background .2s,color .2s;font-family:Inter,sans-serif}.cookie-prefs__close:hover{background:#f0f0f0;color:#333}.cookie-prefs__body{overflow-y:auto;flex:1;padding:0 28px}.cookie-prefs__body::-webkit-scrollbar{width:5px}.cookie-prefs__body::-webkit-scrollbar-track{background:transparent}.cookie-prefs__body::-webkit-scrollbar-thumb{background:#d0d0d0;border-radius:99px}.cookie-prefs__category{padding:20px 0;border-bottom:1px solid #f0f0f0}.cookie-prefs__category:last-child{border-bottom:none}.cookie-prefs__category-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;gap:12px}.cookie-prefs__category-label{font-family:Inter,sans-serif;font-size:16px;font-weight:600;color:#1a1a1a}.cookie-prefs__category-right{display:flex;align-items:center;gap:12px;flex-shrink:0}.cookie-prefs__required-badge{font-family:Inter,sans-serif;font-size:12px;font-weight:600;color:#dc2626;background:#fef2f2;border:1px solid #fecaca;padding:2px 10px;border-radius:99px}.cookie-prefs__category-desc{font-family:Inter,sans-serif;font-size:13px;color:#666;line-height:1.6}.cookie-prefs__footer{padding:20px 28px 24px;border-top:1px solid #f0f0f0;display:flex;justify-content:flex-end;flex-shrink:0}.cookie-toggle{position:relative;display:inline-block;width:44px;height:24px;cursor:pointer;flex-shrink:0}.cookie-toggle input{opacity:0;width:0;height:0;position:absolute}.cookie-toggle__slider{position:absolute;inset:0;background:#d1d5db;border-radius:99px;transition:background .25s ease}.cookie-toggle__slider:before{content:"";position:absolute;left:3px;top:3px;width:18px;height:18px;background:#fff;border-radius:50%;transition:transform .25s ease;box-shadow:0 1px 4px #0000002e}.cookie-toggle input:checked+.cookie-toggle__slider{background:#7c3aed}.cookie-toggle input:checked+.cookie-toggle__slider:before{transform:translate(20px)}.cookie-toggle input:disabled+.cookie-toggle__slider{opacity:.5;cursor:not-allowed}.cookie-toggle input:focus-visible+.cookie-toggle__slider{outline:2px solid #7c3aed;outline-offset:2px}@media(max-width:640px){.cookie-banner{position:fixed;inset:0;width:100%;background:#0009;backdrop-filter:blur(4px);border-top:none;box-shadow:none;display:flex;align-items:center;justify-content:center;padding:20px;animation:cookieMobileFadeIn .3s ease forwards}@keyframes cookieMobileFadeIn{0%{opacity:0}to{opacity:1}}.cookie-banner__content{background:#fff;border-radius:16px;width:100%;max-width:360px;padding:24px 20px 20px;box-shadow:0 24px 60px #00000059;animation:cookieMobilePopIn .35s cubic-bezier(.16,1,.3,1) forwards;margin:0}@keyframes cookieMobilePopIn{0%{opacity:0;transform:scale(.95) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.cookie-banner__title{font-size:16px;margin-bottom:10px}.cookie-banner__text:last-of-type{display:none}.cookie-banner__text{font-size:12.5px;line-height:1.55;margin-bottom:14px}.cookie-banner__actions{flex-direction:column;align-items:stretch;gap:8px}.cookie-btn{text-align:center;width:100%;font-size:13px;padding:10px 16px}.cookie-btn--ghost{padding-left:16px;padding-right:16px;font-size:12px}.cookie-prefs{max-height:80vh;border-radius:12px}.cookie-prefs__header,.cookie-prefs__body,.cookie-prefs__footer{padding-left:16px;padding-right:16px}}
