.app__navbar{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.1rem 2.5rem;position:fixed;z-index:100;transition:all .35s ease}.navbar-scrolled{background-color:hsla(0,0%,100%,.92);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 1px 20px rgba(0,0,0,.07)}.app__navbar-logo{display:flex;align-items:center}.app__navbar-logo img{width:44px;height:44px}.app__navbar-links{flex:1 1;display:flex;justify-content:center;align-items:center;list-style:none;gap:.25rem}.app__navbar-links li{flex-direction:column;cursor:pointer}.app__navbar-links li div{width:5px;height:5px;background:rgba(0,0,0,0);border-radius:50%;margin-bottom:4px;transition:background .3s ease}.app__navbar-links li a{color:var(--light-gray);text-decoration:none;font-weight:500;font-size:.875rem;padding:.45rem 1rem;border-radius:var(--radius-sm);transition:all .25s ease;letter-spacing:.01em}.app__navbar-links li a:hover{color:var(--secondary-color);background-color:rgba(99,102,241,.07)}.app__navbar-links li.active a{color:var(--secondary-color);font-weight:600}.app__navbar-links li.active div{background:var(--secondary-color)}@media screen and (max-width:900px){.app__navbar-links{display:none}}.lang-switcher{display:flex;align-items:center;gap:2px;background:rgba(0,0,0,.05);border-radius:10px;padding:3px}@media screen and (max-width:900px){.lang-switcher{display:none}}.lang-switcher--mobile{display:flex;background:hsla(0,0%,100%,.06);border-radius:10px;padding:3px;width:100%;justify-content:center;margin-bottom:.25rem}.app__navbar:not(.navbar-scrolled) .lang-switcher:not(.lang-switcher--mobile){background:hsla(0,0%,100%,.1)}.lang-btn{padding:5px 11px;font-size:.72rem;font-weight:700;letter-spacing:.04em;border:none;background:rgba(0,0,0,0);border-radius:7px;cursor:pointer;color:var(--gray-color);font-family:var(--font-base);transition:all .22s ease}.lang-btn--active{background:var(--secondary-color);color:#fff;box-shadow:0 2px 8px rgba(99,102,241,.35)}.lang-btn:not(.lang-btn--active):hover{background:rgba(99,102,241,.1);color:var(--secondary-color)}.app__navbar:not(.navbar-scrolled) .lang-btn:not(.lang-btn--active){color:hsla(0,0%,100%,.65)}.app__navbar:not(.navbar-scrolled) .lang-btn:not(.lang-btn--active):hover{background:hsla(0,0%,100%,.12);color:#fff}.lang-switcher--mobile .lang-btn{color:hsla(0,0%,100%,.55);flex:1 1;text-align:center}.lang-switcher--mobile .lang-btn--active{background:var(--secondary-color);color:#fff}.lang-switcher--mobile .lang-btn:not(.lang-btn--active):hover{background:hsla(0,0%,100%,.08);color:#fff}.theme-toggle{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;border:none;background:rgba(0,0,0,.05);color:var(--gray-color);cursor:pointer;transition:all .22s ease;flex-shrink:0;margin-left:6px}.theme-toggle:hover{background:rgba(99,102,241,.12);color:var(--secondary-color)}@media screen and (max-width:900px){.theme-toggle{display:none}}.theme-toggle--mobile{display:flex;width:38px;height:38px;border-radius:10px;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.65);margin-left:0;flex-shrink:0}.theme-toggle--mobile:hover{background:rgba(99,102,241,.25);color:#fff}.app__navbar:not(.navbar-scrolled) .theme-toggle:not(.theme-toggle--mobile){background:hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.7)}.app__navbar:not(.navbar-scrolled) .theme-toggle:not(.theme-toggle--mobile):hover{background:hsla(0,0%,100%,.18);color:#fff}.mob-footer-row{display:flex;align-items:center;gap:.5rem}.mob-footer-row .lang-switcher--mobile{flex:1 1;margin-bottom:0}.burger-btn{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;padding:0;background:rgba(0,0,0,0);border:none;cursor:pointer;flex-shrink:0;position:relative;z-index:110}@media screen and (max-width:900px){.burger-btn{display:flex}}.bline{display:block;width:24px;height:2px;background:var(--black-color);border-radius:2px;transform-origin:center;transition:transform .35s cubic-bezier(.22,1,.36,1),opacity .25s ease,width .3s ease}.app__navbar:not(.navbar-scrolled) .bline{background:hsla(0,0%,100%,.85)}.burger-btn.is-open .bline:first-child{transform:translateY(7px) rotate(45deg)}.burger-btn.is-open .bline:nth-child(2){opacity:0;width:0}.burger-btn.is-open .bline:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mob-backdrop{position:fixed;inset:0;z-index:120;background:rgba(5,8,20,.65);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.mob-panel{position:fixed;top:0;right:0;bottom:0;z-index:130;width:min(360px,88vw);display:flex;flex-direction:column;background:linear-gradient(160deg,#0f172a,#1a1f3c 55%,#0f172a);box-shadow:-8px 0 60px rgba(0,0,0,.45);overflow:hidden}.mob-panel:before{inset:0;background-image:radial-gradient(rgba(255,255,255,.04) 1px,transparent 0);background-size:24px 24px}.mob-panel:after,.mob-panel:before{content:"";position:absolute;pointer-events:none}.mob-panel:after{top:-80px;right:-60px;width:300px;height:300px;background:radial-gradient(circle,rgba(99,102,241,.18) 0,transparent 65%);border-radius:50%}.mob-header{display:flex;align-items:center;justify-content:space-between;padding:1.4rem 1.6rem 1.2rem;border-bottom:1px solid hsla(0,0%,100%,.06);position:relative;z-index:1}.mob-brand{font-size:1rem;font-weight:800;letter-spacing:.08em;color:#fff;background:linear-gradient(135deg,#818cf8,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.mob-close{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.7);cursor:pointer;transition:background .2s ease,color .2s ease}.mob-close:hover{background:rgba(99,102,241,.25);color:#fff}.mob-list{list-style:none;flex:1 1;padding:1rem 0;overflow-y:auto;position:relative;z-index:1}.mob-item a{display:flex;align-items:center;gap:1rem;padding:.95rem 1.6rem;text-decoration:none;position:relative;transition:background .22s ease}.mob-item a:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%) scaleY(0);width:3px;height:60%;background:linear-gradient(180deg,#818cf8,#a78bfa);border-radius:0 3px 3px 0;transition:transform .25s cubic-bezier(.22,1,.36,1)}.mob-item a:hover{background:hsla(0,0%,100%,.04)}.mob-item a:hover:before{transform:translateY(-50%) scaleY(1)}.mob-item a:hover .mob-num{color:#a78bfa}.mob-item a:hover .mob-label{color:#fff}.mob-item a:hover .mob-arrow{opacity:1;transform:translateX(3px);color:#a78bfa}.mob-item.mob-item--active a{background:rgba(99,102,241,.1)}.mob-item.mob-item--active a:before{transform:translateY(-50%) scaleY(1)}.mob-item.mob-item--active a .mob-num{color:#a78bfa}.mob-item.mob-item--active a .mob-label{color:#fff;font-weight:700}.mob-item.mob-item--active a .mob-arrow{opacity:1;color:#a78bfa}.mob-num{font-size:.72rem;font-weight:700;letter-spacing:.06em;color:hsla(0,0%,100%,.28);width:24px;flex-shrink:0}.mob-label,.mob-num{transition:color .22s ease}.mob-label{flex:1 1;font-size:1.05rem;font-weight:600;color:hsla(0,0%,100%,.65);letter-spacing:.01em}.mob-arrow{opacity:0;flex-shrink:0;transition:opacity .22s ease,transform .25s ease,color .22s ease}.mob-footer{padding:1.4rem 1.6rem 1.8rem;border-top:1px solid hsla(0,0%,100%,.06);display:flex;flex-direction:column;gap:1.2rem;position:relative;z-index:1}.mob-cta{display:flex;align-items:center;justify-content:center;padding:.85rem 1.5rem;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-size:.9rem;font-weight:700;letter-spacing:.02em;border-radius:12px;text-decoration:none;box-shadow:0 6px 20px rgba(99,102,241,.38);transition:transform .2s ease,box-shadow .2s ease}.mob-cta:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(99,102,241,.48)}.mob-socials{gap:.85rem}.mob-social,.mob-socials{display:flex;justify-content:center}.mob-social{align-items:center;width:38px;height:38px;border-radius:10px;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.55);font-size:1rem;text-decoration:none;transition:background .22s ease,color .22s ease,border-color .22s ease,transform .22s ease}.mob-social:hover{background:rgba(99,102,241,.25);border-color:rgba(99,102,241,.5);color:#fff;transform:translateY(-2px)}.footer{width:100%;position:relative}.footer,[data-theme=light] .footer{background:#0a0f1e}.footer__top-bar{height:3px;background:linear-gradient(90deg,#6366f1,#8b5cf6 50%,#06b6d4)}.footer__body{display:grid;grid-template-columns:1.6fr 1fr 1.4fr;gap:3rem;padding:3.5rem 4rem 2.5rem;max-width:1200px;margin:0 auto}@media screen and (max-width:900px){.footer__body{grid-template-columns:1fr 1fr;padding:3rem 2.5rem 2rem}}@media screen and (max-width:560px){.footer__body{grid-template-columns:1fr;padding:2.5rem 1.5rem 1.75rem;gap:2.25rem}}.footer__col{display:flex;flex-direction:column;gap:1rem}.footer__col--brand{gap:1.15rem}@media screen and (max-width:900px){.footer__col--brand{grid-column:1/-1;flex-direction:row;flex-wrap:wrap;align-items:center;gap:1.5rem}}@media screen and (max-width:560px){.footer__col--brand{flex-direction:column;align-items:flex-start}}.footer__logo{width:48px;height:48px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 6px 20px rgba(99,102,241,.35)}.footer__logo span{font-size:1rem;font-weight:800;color:#fff;letter-spacing:.04em}.footer__tagline{font-size:.88rem;color:hsla(0,0%,100%,.45);line-height:1.65;max-width:240px}@media screen and (max-width:900px){.footer__tagline{max-width:320px;flex:1 1}}.footer__socials{display:flex;gap:.6rem;margin-top:.25rem}.footer__social{width:38px;height:38px;border-radius:50%;background:hsla(0,0%,100%,.07);border:1px solid hsla(0,0%,100%,.1);display:flex;align-items:center;justify-content:center;color:hsla(0,0%,100%,.5);text-decoration:none;transition:all .24s ease}.footer__social svg{width:15px;height:15px}.footer__social:hover{background:#6366f1;border-color:#6366f1;color:#fff;transform:translateY(-3px);box-shadow:0 6px 18px rgba(99,102,241,.4)}.footer__col-title{font-size:.78rem;font-weight:800;color:hsla(0,0%,100%,.9);text-transform:uppercase;letter-spacing:.1em;padding-bottom:.75rem;border-bottom:1px solid hsla(0,0%,100%,.07)}.footer__links{list-style:none;display:flex;flex-direction:column;gap:.55rem}.footer__link{display:inline-flex;align-items:center;gap:.55rem;font-size:.87rem;color:hsla(0,0%,100%,.45);text-decoration:none;transition:color .2s ease,gap .2s ease}.footer__link:hover{color:#a5b4fc;gap:.75rem}.footer__link:hover .footer__link-dot{background:#6366f1;transform:scale(1.4)}.footer__link-dot{width:5px;height:5px;border-radius:50%;background:hsla(0,0%,100%,.2);flex-shrink:0;transition:all .2s ease}.footer__contact-list{list-style:none;display:flex;flex-direction:column;gap:.85rem}.footer__contact-item{display:flex;align-items:center;gap:.7rem}.footer__contact-icon{color:#6366f1;font-size:.95rem;flex-shrink:0}.footer__contact-text{font-size:.87rem;color:hsla(0,0%,100%,.45)}.footer__bottom{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 4rem;border-top:1px solid hsla(0,0%,100%,.07);max-width:1200px;margin:0 auto}@media screen and (max-width:900px){.footer__bottom{padding:1.25rem 2.5rem}}@media screen and (max-width:560px){.footer__bottom{padding:1.25rem 1.5rem;flex-direction:column-reverse;gap:1rem;text-align:center}}.footer__copy{font-size:.8rem;color:hsla(0,0%,100%,.28);font-weight:500}.footer__back-top{width:38px;height:38px;border-radius:50%;background:rgba(99,102,241,.15);border:1.5px solid rgba(99,102,241,.3);color:#a5b4fc;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .24s ease;flex-shrink:0}.footer__back-top:hover{background:#6366f1;border-color:#6366f1;color:#fff;transform:translateY(-3px);box-shadow:0 6px 18px rgba(99,102,241,.4)}[dir=rtl] .footer__body{direction:rtl}[dir=rtl] .footer__col--brand{flex-direction:row-reverse}[dir=rtl] .footer__links{align-items:flex-end}[dir=rtl] .footer__bottom,[dir=rtl] .footer__contact-item{flex-direction:row-reverse}