.site-header{display:flex;flex-direction:column;width:100%;padding:16px 40px;position:fixed;top:0;left:0;right:0;z-index:1000;background-color:#090e17;overflow:hidden}.site-header:before{left:-200px;background-color:#fe5621;opacity:.35}.site-header:after,.site-header:before{content:"";position:absolute;top:-150px;width:400px;height:400px;border-radius:50%;filter:blur(150px);pointer-events:none}.site-header:after{right:-200px;background-color:#6b2f9c;opacity:.5}.site-header-container{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:var(--content-max-width);margin:0 auto;position:relative;z-index:1}.site-header-logo-link{display:flex;align-items:center;gap:8px;text-decoration:none;min-width:140px;flex-shrink:0}.site-header-logo-img{width:52px;height:52px}.site-header-menu-wrapper{display:flex;justify-content:center;flex:1}.site-header-menu{display:flex;align-items:center;gap:48px;list-style:none;padding:0;margin:0}.site-header-menu li{list-style:none}.site-header-link{font-family:Inter,Helvetica,sans-serif;font-size:16px;font-weight:500;color:#fff;text-decoration:none;transition:color .2s ease;white-space:nowrap}.site-header-link-active,.site-header-link:hover{color:#fe5621}.site-header-cta-btn{padding:15px 32px 14px;background:#fe5621;border-radius:100px;border:none;font-family:Inter,Helvetica,sans-serif;font-weight:500;color:#090e17;font-size:16px;cursor:pointer;transition:background-color .2s ease;min-width:150px;text-align:center;text-decoration:none;flex-shrink:0}.site-header-cta-btn:hover{background:#e54d1d;transform:translateY(-2px);box-shadow:0 4px 12px rgba(254,86,33,.3)}.site-header-cta-btn:active{transform:translateY(0);box-shadow:none}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px;z-index:100}.mobile-menu-toggle span{width:24px;height:2px;background:#fff;transition:.3s;border-radius:2px}@media (max-width:1024px){.site-header{padding:12px 16px}.site-header-container{display:grid!important;grid-template-columns:1fr auto 1fr!important;align-items:center!important;position:relative;width:100%;justify-content:center}.site-header-logo-link{grid-column:1!important;justify-self:start!important;margin-left:0!important;min-width:auto!important}.mobile-menu-toggle,.site-header-logo-link{grid-row:1!important;align-self:center!important}.mobile-menu-toggle{display:flex!important;grid-column:3!important;justify-self:end!important}.site-header-menu-wrapper{grid-column:1/-1!important;grid-row:2!important;position:static!important;transform:none!important;display:none!important;flex:none}.site-header-menu-wrapper.mobile-open{display:block!important;width:100%;margin-top:16px}.site-header-menu{flex-direction:column;gap:12px;padding:16px 0;border-top:1px solid hsla(0,0%,100%,.1)}.site-header-link{font-size:16px;display:block;padding:8px 0}.site-header-cta-btn{position:fixed!important;bottom:20px!important;right:20px!important;z-index:9999!important;margin-left:0!important;box-shadow:0 4px 12px rgba(0,0,0,.3)!important;padding:12px 24px;font-size:14px;min-width:auto}}@media (min-width:1025px) and (max-width:1180px){.site-header{padding:14px 30px}.site-header-container{justify-content:center;gap:20px}.site-header-menu-wrapper{display:flex;justify-content:center;flex:1}.site-header-menu{gap:16px;justify-content:center}.site-header-link{font-size:13px;padding:8px 12px}.site-header-logo-img{height:36px}.site-header-cta-btn{padding:10px 20px;font-size:13px}}.site-footer{width:100%;background-color:#090e17;padding:60px 100px 0;position:relative;overflow:hidden;margin-top:0}.site-footer:after{content:"";top:50%;left:-250px;transform:translateY(-50%);background-color:#fe5621;opacity:.4}.footer-blue-flare,.site-footer:after{position:absolute;width:500px;height:500px;border-radius:50%;filter:blur(180px);pointer-events:none}.footer-blue-flare{bottom:-150px;right:-200px;background-color:#6b2f9c;opacity:.5}.footer-content{display:flex;justify-content:flex-start;gap:0;max-width:var(--content-max-width);margin:0 auto;position:relative;z-index:1}.footer-brand{max-width:200px;padding-right:40px;border-right:1px solid rgba(85,90,101,.3);flex-shrink:0}.footer-logo-circle{width:80px;height:80px;border-radius:50%;margin-bottom:20px;-o-object-fit:cover;object-fit:cover}.footer-tagline{font-family:Inter,Helvetica;font-weight:400;color:#a6aebb;font-size:14px;line-height:1.6}.footer-links{display:flex;gap:0;flex:1;flex-wrap:nowrap}.footer-column{min-width:110px;padding:0 20px;flex-shrink:0}.footer-social-column{min-width:100px}.footer-newsletter-column{min-width:200px;max-width:240px}.footer-social-icons{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;max-width:130px}.social-icon-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:hsla(0,0%,100%,.1);color:#fff;transition:background-color .2s ease}.social-icon-link:hover{background:hsla(0,0%,100%,.2)}.footer-column-title{font-family:Inter,Helvetica;font-weight:600;color:#666d80;font-size:12px;letter-spacing:.5px;margin-bottom:20px}.footer-link-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.footer-link-list li a{font-family:Inter,Helvetica;font-weight:400;color:#fff;font-size:13px;text-decoration:none;transition:color .2s ease}.footer-link-list li a:hover{color:#fe5621}.footer-newsletter-desc{font-family:Inter,Helvetica;font-weight:400;color:#a6aebb;font-size:13px;line-height:1.6;margin-bottom:16px}.footer-newsletter-form{display:flex;flex-direction:column;gap:10px}.footer-newsletter-input{width:100%;padding:12px 16px;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.15);border-radius:8px;font-family:Inter,Helvetica;font-size:14px;color:#fff;outline:none;transition:border-color .2s ease,background .2s ease}.footer-newsletter-input::-moz-placeholder{color:#666d80}.footer-newsletter-input::placeholder{color:#666d80}.footer-newsletter-input:focus{border-color:#fe5621;background:hsla(0,0%,100%,.12)}.footer-newsletter-btn{width:100%;padding:12px 20px;background:#fe5621;border:none;border-radius:8px;font-family:Inter,Helvetica;font-weight:600;font-size:14px;color:#fff;cursor:pointer;transition:background .2s ease}.footer-newsletter-btn:hover{background:#e64d1c}.footer-newsletter-btn:active{transform:scale(.98);background:#d4451a}.footer-newsletter-btn:disabled{opacity:.7;cursor:not-allowed}.footer-newsletter-message{margin-top:12px;font-family:Inter,Helvetica;font-size:14px;font-weight:500;text-align:left}.footer-newsletter-success{color:#fff}.footer-newsletter-error{color:#ff8a8a}.footer-bottom-bar{max-width:var(--content-max-width);margin:40px auto 0;padding:24px 0;border-top:1px solid rgba(85,90,101,.3);position:relative;z-index:1}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.footer-copyright{font-family:Inter,Helvetica;font-weight:400;color:#666d80;font-size:13px;margin:0}.footer-policy-links{display:flex;gap:24px}.footer-policy-links a{font-family:Inter,Helvetica;font-weight:400;color:#666d80;font-size:13px;text-decoration:none;transition:color .2s ease}.footer-policy-links a:hover{color:#fff}@media (max-width:1200px){.site-footer{padding:50px 60px 0}.footer-column{min-width:120px;padding:0 20px}.footer-newsletter-column{min-width:200px}}@media (max-width:992px){.site-footer{padding:40px 40px 0}.footer-content{flex-direction:column;gap:40px}.footer-brand{max-width:100%;padding-right:0;border-right:none;padding-bottom:30px;border-bottom:1px solid rgba(85,90,101,.3)}.footer-links{flex-wrap:wrap;gap:30px 40px}.footer-column{padding:0;min-width:140px}.footer-newsletter-column{min-width:100%;max-width:100%;margin-top:10px}.footer-newsletter-form{flex-direction:row;max-width:400px}.footer-newsletter-input{flex:1}.footer-newsletter-btn{width:auto;flex-shrink:0}}@media (max-width:768px){.site-footer{padding:30px 20px 0}.footer-brand{display:flex;flex-direction:row;align-items:center;gap:16px}.footer-logo-circle{width:60px;height:60px;margin-bottom:0;flex-shrink:0}.footer-tagline{font-size:13px;line-height:1.5}.footer-links{gap:24px 30px}.footer-column{min-width:45%}.footer-newsletter-form{flex-direction:column;max-width:100%}.footer-newsletter-btn{width:100%}.footer-bottom-content{flex-direction:column;text-align:center}.footer-policy-links{justify-content:center}.footer-social-column{align-items:center;width:100%}.footer-social-icons{justify-content:center;max-width:none;width:auto;display:flex;flex-wrap:wrap;gap:12px}.site-footer{padding-bottom:100px}}@media (min-width:769px) and (max-width:1024px){.site-footer{padding:50px 40px 30px}.footer-content{gap:30px}.footer-brand{max-width:180px;padding-right:30px}.footer-logo-circle{width:60px;height:60px}.footer-tagline{font-size:13px}.footer-column{min-width:120px;padding:0 20px}.footer-column-title{font-size:10px;margin-bottom:16px}.footer-link-list li a{font-size:12px}.footer-bottom{margin-top:40px;padding-top:20px}.footer-copyright{font-size:12px}}