.top-bar{color:#94a3b8;letter-spacing:.04em;background:#07111f;padding:.55rem 1.5rem;font-size:.73rem;font-weight:600}.top-bar-container{justify-content:space-between;align-items:center;gap:1rem;max-width:1240px;margin:0 auto;display:flex}.top-bar-container span:last-child{color:#60a5fa}.site-header{z-index:100;-webkit-backdrop-filter:blur(20px);background:#ffffffe0;border-bottom:1px solid #10203014;transition:box-shadow .3s;position:sticky;top:0}.site-header:hover{box-shadow:0 2px 24px #0b5cff0f}.header-main{padding:0 1.5rem;position:relative}.header-container{justify-content:space-between;align-items:center;gap:2rem;max-width:1240px;height:76px;margin:0 auto;display:flex}.header-logo{flex-shrink:0;align-items:center;text-decoration:none;transition:opacity .2s;display:inline-flex}.header-logo:hover{opacity:.85}.header-logo-image{object-fit:contain;width:auto;height:54px}.header-menu{flex:1;justify-content:flex-end;align-items:center;gap:2rem;display:flex}.header-nav{align-items:center;gap:.2rem;display:flex}.header-nav a{color:#374151;white-space:nowrap;border-radius:8px;padding:.45rem .75rem;font-size:.88rem;font-weight:600;text-decoration:none;transition:color .2s,background .2s;position:relative}.header-nav a:after{content:"";background:#0b5cff;border-radius:99px;width:16px;height:2px;transition:transform .2s;position:absolute;bottom:2px;left:50%;transform:translate(-50%)scaleX(0)}.header-nav a:hover{color:#0b5cff;background:#0b5cff0d}.header-nav a:hover:after{transform:translate(-50%)scaleX(1)}.header-actions{flex-shrink:0;align-items:center;gap:1rem;display:flex}.language-switcher{background:#f1f5f9;border-radius:10px;align-items:center;gap:.2rem;padding:.2rem;display:flex}.language-switcher a{color:#64748b;letter-spacing:.03em;white-space:nowrap;border-radius:8px;padding:.3rem .6rem;font-size:.78rem;font-weight:700;text-decoration:none;transition:color .2s,background .2s}.language-switcher a:hover{color:#07111f;background:#fff}.language-switcher a.active-language{color:#0b5cff;background:#fff;box-shadow:0 1px 4px #00000014}.header-button{color:#fff;letter-spacing:-.01em;white-space:nowrap;background:#0b5cff;border-radius:10px;justify-content:center;align-items:center;padding:.6rem 1.15rem;font-size:.86rem;font-weight:800;text-decoration:none;transition:background .2s,transform .15s,box-shadow .2s;display:inline-flex;box-shadow:0 2px 8px #0b5cff40}.header-button:hover{background:#04c;transform:translateY(-1px);box-shadow:0 4px 16px #0b5cff59}.header-button:active{transform:translateY(0);box-shadow:0 1px 4px #0b5cff33}.mobile-menu-button{cursor:pointer;background:#fff;border:1px solid #1020301a;border-radius:10px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;transition:background .2s,border-color .2s;display:none}.mobile-menu-button:hover{background:#f8fafc;border-color:#0b5cff40}.mobile-menu-button span{transform-origin:50%;background:#07111f;border-radius:2px;width:18px;height:2px;transition:transform .25s,opacity .2s;display:block}.mobile-menu-button.is-open span:first-child{transform:translateY(7px)rotate(45deg)}.mobile-menu-button.is-open span:nth-child(2){opacity:0;transform:scaleX(0)}.mobile-menu-button.is-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (max-width:960px){.mobile-menu-button{display:flex}.header-menu{-webkit-backdrop-filter:blur(20px);background:#fffffffa;border-top:1px solid #10203012;border-bottom:1px solid #10203012;flex-direction:column;align-items:flex-start;gap:0;padding:1.25rem 1.5rem 1.75rem;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 12px 32px #00000012}.header-menu.is-open{animation:.2s menuSlideIn;display:flex}@keyframes menuSlideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.header-nav{flex-direction:column;align-items:flex-start;gap:0;width:100%;margin-bottom:1.25rem}.header-nav a{border-bottom:1px solid #1020300f;border-radius:0;width:100%;padding:.85rem 0;font-size:.96rem}.header-nav a:after{display:none}.header-actions{flex-direction:column;align-items:flex-start;gap:.85rem;width:100%}.header-button{text-align:center;justify-content:center;width:100%;padding:.85rem;font-size:.92rem}.header-logo-image{height:40px}.header-container{gap:1rem;height:64px}.header-main{padding:0 1rem}}@media (max-width:480px){.top-bar-container{flex-direction:column;align-items:flex-start;gap:.1rem;font-size:.68rem}.header-logo-image{height:34px}.header-container{height:58px}}
.site-footer{color:#fff;background:#07111f}.footer-container{grid-template-columns:1.2fr 1fr;align-items:start;gap:5rem;max-width:1240px;margin:0 auto;padding:5rem 1.5rem 4rem;display:grid}.footer-brand{max-width:400px}.footer-logo{object-fit:contain;width:200px;height:auto;margin-bottom:1.5rem;display:block}.footer-brand p{color:#64748b;max-width:340px;margin-bottom:1.75rem;font-size:.93rem;line-height:1.8}.footer-contact{flex-direction:column;gap:.6rem;display:flex}.footer-contact a{color:#94a3b8;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.footer-contact a:hover{color:#fff}.footer-links-wrapper{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.footer-links h3{color:#fff;text-transform:uppercase;letter-spacing:.1em;border-bottom:1px solid #ffffff0f;margin-bottom:1.25rem;padding-bottom:.75rem;font-size:.78rem;font-weight:800}.footer-links a{color:#64748b;margin-bottom:.7rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s,padding-left .2s;display:block}.footer-links a:hover{color:#fff;padding-left:4px}.footer-divider{background:#ffffff0f;max-width:1240px;height:1px;margin:0 auto}.footer-bottom{border-top:1px solid #ffffff0f}.footer-bottom-container{justify-content:space-between;align-items:center;gap:1rem;max-width:1240px;margin:0 auto;padding:1.5rem;display:flex}.footer-bottom-container p{color:#475569;font-size:.84rem}.footer-bottom-links{align-items:center;gap:1.5rem;display:flex}.footer-bottom-links a{color:#475569;font-size:.84rem;font-weight:500;text-decoration:none;transition:color .2s}.footer-bottom-links a:hover{color:#fff}@media (max-width:960px){.footer-container{grid-template-columns:1fr;gap:3rem;padding:4rem 1.5rem 3rem}.footer-brand{max-width:100%}.footer-brand p{max-width:480px}.footer-links-wrapper{grid-template-columns:repeat(3,1fr)}}@media (max-width:640px){.footer-container{gap:2.5rem;padding:3.5rem 1rem 2.5rem}.footer-logo{width:160px}.footer-links-wrapper{grid-template-columns:repeat(2,1fr);gap:1.5rem}.footer-bottom-container{flex-direction:column;align-items:flex-start;gap:.75rem;padding:1.25rem 1rem}.footer-bottom-links{gap:1rem}}@media (max-width:400px){.footer-links-wrapper{grid-template-columns:1fr}}
