.header-outer{justify-content:center;align-items:center;width:100vw;display:flex}.header{z-index:50;box-sizing:border-box;border-radius:16px;justify-content:center;align-items:center;width:100%;max-width:1440px;height:96px;margin:48px auto 0;padding:24px clamp(20px,4vw,48px);transition:all .3s;display:flex;position:relative}.header-logo-container{flex-shrink:0;min-width:0}.header-logo-text{color:var(--primary-main);font-size:2rem;font-weight:700;font-family:var(--font-primary)}.header-logo-img{object-fit:contain;width:142px;height:41px}.header-nav{justify-content:center;width:100%;display:flex}.header-menu-list{gap:48px;margin:0 auto;padding:0;list-style:none;display:flex}.header-menu-item{font-family:var(--font-secondary);color:var(--gray-dark);font-size:16px;line-height:24px;position:relative}.header-menu-link{cursor:pointer;color:var(--gray-dark);align-items:center;gap:10px;font-weight:500;transition:color .2s;display:flex}.header-menu-link:hover{color:var(--primary-main)}.header-submenu{z-index:10;opacity:0;pointer-events:none;transform-origin:top;background:#f7f7f7;border-radius:12px;flex-direction:column;min-width:180px;padding-bottom:8px;transition:transform .3s;display:flex;position:absolute;top:100%;left:0;transform:scaleY(.95);box-shadow:0 4px 24px #0f193214}.header-submenu.open{opacity:1;pointer-events:auto;transform:scaleY(1)}.header-submenu-item{opacity:1;width:273px;height:48px;font-family:var(--font-secondary);cursor:pointer;white-space:nowrap;border-top-left-radius:8px;border-top-right-radius:8px;align-items:center;gap:10px;padding:0;font-size:16px;line-height:24px;transition:background .2s;display:flex}.header-submenu-link{box-sizing:border-box;width:100%;height:100%;color:inherit;align-items:center;padding:12px 24px;text-decoration:none;transition:color .2s;display:flex}.header-submenu-item:hover{color:var(--primary-dark);background:#3f5cfd1f}.header-actions{flex-shrink:0;align-items:center;gap:16px;margin-left:24px;display:flex}.header-lang-toggle{align-items:center;gap:4px;display:flex}.header-lang-btn{font-family:var(--font-secondary);color:#aaa;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:2px 8px;font-size:16px;line-height:24px;transition:background .2s,color .2s}.header-lang-btn:disabled{cursor:default}.header-lang-btn.active{color:var(--primary-dark);background:0 0;font-weight:600}.header-lang-divider{display:none}.header-cta-btn{white-space:nowrap;background:var(--primary-main);color:var(--white);border-radius:9999px;min-width:155px;height:48px;padding:12px 36px}.header-mobile-toggle{display:none}@media (max-width:1280px) and (min-width:1025px){.header-menu-list{gap:clamp(20px,3vw,40px)}}@media (max-width:1024px){.header{flex-direction:row;justify-content:space-between;align-items:center;gap:16px;width:100%;min-width:0;height:auto;padding:16px clamp(20px,5vw,40px)}.header-actions{gap:clamp(10px,2vw,16px);margin-left:0}.header-nav{display:none}.header-cta-btn{min-width:0;padding:12px clamp(16px,3vw,28px)}.header-mobile-toggle{color:var(--primary-main);background:0 0;border:1px solid #3f5cfd33;border-radius:12px;flex-shrink:0;margin-left:0;padding:8px;transition:background .2s,border-color .2s,transform .2s;display:block}.header-mobile-toggle:hover{background:#3f5cfd14;border-color:#3f5cfd59}.header-mobile-toggle:active{transform:scale(.98)}}.header-mobile-overlay{z-index:80;justify-content:center;display:flex;position:fixed;inset:0}.header-mobile-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:linear-gradient(#0a122c40 0%,#0a122c73 100%);border:none;position:absolute;inset:0}.header-mobile-menu{z-index:81;background:#fffffff5;border:1px solid #ffffffb3;border-radius:20px;width:min(94vw,560px);max-height:min(78vh,760px);margin-top:108px;padding:18px;transition:opacity .3s,transform .3s;position:relative;overflow-y:auto;transform:translateY(0);box-shadow:0 20px 55px #0f193238,0 5px 16px #0f19321a}.header-mobile-menu.closing{opacity:0;transform:translateY(-8px)}.header-mobile-inner{flex-direction:column;gap:10px;width:100%;max-width:100%;margin:0 auto;display:flex}.header-mobile-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.header-mobile-item{background:linear-gradient(#fff 0%,#f8f9ff 100%);border:1px solid #3f5cfd1f;border-radius:14px;padding:12px 14px}.header-mobile-title{color:var(--primary-dark);margin-bottom:10px;font-weight:600;display:block}.header-mobile-submenu{flex-direction:column;gap:8px;padding-left:0;display:flex}.header-mobile-subitem{color:var(--gray-dark);font-size:16px;font-family:var(--font-secondary);border-bottom:1px dashed #3f5cfd26;padding:6px 0}.header-mobile-subitem:last-child{border-bottom:none}
.footer-outer{box-sizing:border-box;justify-content:center;align-items:center;width:100%;margin-top:64px;padding:0 24px;display:flex}.footer{box-sizing:border-box;flex-direction:column;align-items:center;width:100%;max-width:1440px;margin:0 auto;padding:48px 0 0;display:flex}.footer-content{box-sizing:border-box;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:clamp(40px,5vw,72px);width:100%;padding-inline:clamp(20px,4vw,48px);display:flex}@media (min-width:1201px){.footer-content{flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;gap:clamp(40px,5vw,80px);width:100%;max-width:1160px;margin-inline:auto}}.footer-logo-section{flex-direction:column;flex-shrink:0;align-items:flex-start;gap:24px;display:flex}.footer-logo-img{object-fit:contain;width:142px;height:41px}.footer-social{margin-top:8px;display:flex}.footer-menu-list{grid-template-columns:repeat(4,minmax(0,max-content));justify-items:start;gap:24px clamp(28px,3vw,40px);width:max-content;max-width:100%;margin:0;padding:0;list-style:none;display:grid}.footer-menu-item{min-width:0;margin-bottom:0}.footer-menu-title{font-family:var(--font-secondary);color:#3c3c3c;margin-bottom:20px;font-size:17px;font-weight:600;line-height:1.2}.footer-submenu-list{margin:0;padding:0;list-style:none}.footer-submenu-item{cursor:pointer;font-family:var(--font-secondary);color:#797979;margin-bottom:14px;font-size:16px;font-weight:500;line-height:1.3;transition:color .2s}.footer-submenu-item:hover{color:var(--primary-main)}.footer-divider{background:#eaeaea;width:100%;height:1px;margin:40px 0 0}.footer-bottom{text-align:center;width:100%;margin:24px 0 0}@media (max-width:1200px){.footer-content{justify-content:center;align-items:flex-start;gap:36px}.footer-menu-list{grid-template-columns:repeat(2,minmax(0,max-content));column-gap:clamp(24px,4vw,36px);width:max-content;max-width:100%}}@media (max-width:768px){.footer-outer{margin-top:44px;padding:0 16px}.footer{padding-top:32px}.footer-content{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:28px;padding-inline:0}.footer-logo-section{gap:14px}.footer-social{margin-top:0}.footer-menu-list{grid-template-columns:1fr;gap:18px;width:100%;max-width:100%}.footer-menu-item{background:#ffffffb3;border:1px solid #3f5cfd1a;border-radius:12px;padding:12px 14px}.footer-menu-title{margin-bottom:10px;font-size:16px}.footer-submenu-item{margin-bottom:10px;font-size:15px}.footer-divider{margin-top:28px}.footer-bottom{margin-top:16px;font-size:14px;line-height:1.5}}
