@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Montserrat:wght@700;800;900&display=swap";
:root{--primary-color:navy;--primary-dark:#000050;--primary-bg:#000030;--accent-color:#1674d5;--text-main:#111;--text-light:#4a5568;--background:#fff;--white:#fff;--secondary-color:#f4f8ff;--transition:all .4s cubic-bezier(.165, .84, .44, 1);--container-width:1600px;--section-padding:120px 0;--gold-accent:#c5a059;--font-header:"Montserrat", sans-serif;--font-body:"Inter", sans-serif}::selection{background:var(--gold-accent);color:#0a192f}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#0a192f}::-webkit-scrollbar-thumb{background:var(--gold-accent);border:3px solid #0a192f}::-webkit-scrollbar-thumb:hover{background:#d4af37}*{box-sizing:border-box;margin:0;padding:0}.text-center{text-align:center!important}.mb-40{margin-bottom:40px!important}html,body{max-width:100vw;font-family:var(--font-body);color:var(--text-main);background:var(--background);-webkit-font-smoothing:antialiased;font-size:18px;line-height:1.8;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--font-header);line-height:1.2}.container{max-width:var(--container-width);margin:0 auto;padding:0 40px}@media (max-width:1024px){.container{padding:0 30px}}@media (max-width:768px){:root{--section-padding:80px 0}.container{padding:0 20px}h1{font-size:32px!important}h2{font-size:28px!important}}.section-padding{padding:var(--section-padding)}.btn{cursor:pointer;transition:var(--transition);text-transform:uppercase;letter-spacing:2px;text-align:center;border:none;border-radius:0;padding:16px 36px;font-size:13px;font-weight:700;display:inline-block}.btn-primary{background-color:var(--primary-color);color:var(--white)}.btn-primary:hover{background-color:var(--accent-color);transform:translateY(-3px);box-shadow:0 10px 20px #00008033}.fade-in{animation:1s ease-out both fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
.Header-module__hBw1pG__header{z-index:2000;background:linear-gradient(#020617bf 0%,#02061700 100%);border-bottom:1px solid #ffffff0d;width:100%;padding:25px 0;transition:all .4s;position:fixed;top:0}.Header-module__hBw1pG__scrolled{background-color:#fff;padding:12px 0;box-shadow:0 4px 25px #0000501a}.Header-module__hBw1pG__headerContainer{justify-content:space-between;align-items:center;max-width:1600px;margin:0 auto;padding:0 40px;display:flex}.Header-module__hBw1pG__logo{flex-shrink:0;align-items:center;max-width:70%;display:flex}.Header-module__hBw1pG__logoLink{align-items:center;gap:15px;text-decoration:none;transition:transform .3s;display:flex}.Header-module__hBw1pG__logoLink:hover{transform:scale(1.02)}.Header-module__hBw1pG__logoImage{object-fit:contain;background-color:#fff;border-radius:12px;width:auto;height:60px;padding:8px 15px;box-shadow:0 4px 20px #0003}.Header-module__hBw1pG__logoText{color:var(--white);text-transform:uppercase;letter-spacing:.5px;font-size:clamp(14px,1.5vw,18px);font-weight:900;font-family:var(--font-header);white-space:normal;flex-direction:column;line-height:1.2;transition:color .4s;display:flex;overflow:visible}.Header-module__hBw1pG__logoTop{opacity:.7;letter-spacing:2px;color:var(--white);font-size:9px;font-weight:700;transition:color .4s}.Header-module__hBw1pG__logoMain{color:var(--white);margin-top:2px;font-size:clamp(14px,1.2vw,18px);font-weight:900;line-height:1;transition:color .4s}.Header-module__hBw1pG__scrolled .Header-module__hBw1pG__logoTop,.Header-module__hBw1pG__scrolled .Header-module__hBw1pG__logoMain{color:var(--primary-color)}.Header-module__hBw1pG__logoHighlightSmall{color:var(--accent-color)}.Header-module__hBw1pG__nav{align-items:center;margin:0 auto;display:flex}.Header-module__hBw1pG__nav ul{gap:30px;list-style:none;display:flex}.Header-module__hBw1pG__nav a{color:#fffffff2;text-transform:uppercase;letter-spacing:1.5px;white-space:nowrap;padding:8px 0;font-size:13px;font-weight:800;text-decoration:none;transition:color .3s;position:relative}.Header-module__hBw1pG__scrolled .Header-module__hBw1pG__nav a{color:var(--text-main)}.Header-module__hBw1pG__nav a:after{content:"";background-color:var(--accent-color);width:0;height:3px;transition:all .3s;position:absolute;bottom:-5px;left:0}.Header-module__hBw1pG__nav a:hover,.Header-module__hBw1pG__nav a.Header-module__hBw1pG__active{color:var(--accent-color)!important}.Header-module__hBw1pG__nav a:hover:after,.Header-module__hBw1pG__nav a.Header-module__hBw1pG__active:after{width:100%}.Header-module__hBw1pG__cta{flex-shrink:0}.Header-module__hBw1pG__cta .btn{padding:12px 24px;font-size:12px}.Header-module__hBw1pG__mobileCta{display:none!important}.Header-module__hBw1pG__mobileToggle{display:none}@media (max-width:1300px){.Header-module__hBw1pG__headerContainer{padding:0 30px}.Header-module__hBw1pG__nav{margin-right:20px}.Header-module__hBw1pG__nav ul{gap:20px}.Header-module__hBw1pG__logoText{font-size:20px}}@media (max-width:1100px){.Header-module__hBw1pG__nav ul{gap:15px}.Header-module__hBw1pG__nav a{letter-spacing:1px;font-size:12px}}@media (max-width:991px){.Header-module__hBw1pG__header{background-color:var(--white);padding:15px 0}.Header-module__hBw1pG__cta{display:none!important}.Header-module__hBw1pG__logo{max-width:80%}.Header-module__hBw1pG__logoImage{height:35px;padding:4px 8px}.Header-module__hBw1pG__logoText{gap:0}.Header-module__hBw1pG__logoTop{color:var(--primary-color);opacity:.6;font-size:7px}.Header-module__hBw1pG__logoMain{color:var(--primary-color);font-size:10px}.Header-module__hBw1pG__mobileToggle{padding-left:15px;display:flex}.Header-module__hBw1pG__mobileToggle span{background-color:var(--primary-color);width:28px;height:2px;transition:all .3s}.Header-module__hBw1pG__toggleActive span{background-color:var(--white)!important}.Header-module__hBw1pG__nav{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);z-index:20000;background:#020617fa;border-left:1px solid #ffffff0d;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;margin:0;padding:0;transition:all .6s cubic-bezier(.19,1,.22,1);display:flex;position:fixed;top:0;right:-100%}.Header-module__hBw1pG__navOpen{right:0}.Header-module__hBw1pG__nav ul{text-align:center;flex-direction:column;gap:35px;width:100%}.Header-module__hBw1pG__nav a{letter-spacing:4px;text-transform:uppercase;width:100%;font-size:28px;font-weight:300;transition:all .4s;display:block;color:#fff9!important}.Header-module__hBw1pG__nav a.Header-module__hBw1pG__active{font-weight:900;transform:scale(1.1);color:var(--accent-color)!important}.Header-module__hBw1pG__nav a:hover{letter-spacing:6px;color:#fff!important}.Header-module__hBw1pG__mobileCta{margin-top:30px;display:block}}
.FloatingContact-module__iWbdmW__floatingWrapper{z-index:10000;align-items:center;gap:15px;display:flex;position:fixed;bottom:30px;right:30px}.FloatingContact-module__iWbdmW__chatTrigger{color:#fff;cursor:pointer;z-index:2;background:linear-gradient(135deg,#ff4b2b,#ff416c);border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;box-shadow:0 10px 25px #ff4b2b4d}.FloatingContact-module__iWbdmW__chatTrigger:hover{transform:scale(1.1)rotate(5deg)}.FloatingContact-module__iWbdmW__triggerActive{background:#1e293b;transform:rotate(90deg)}.FloatingContact-module__iWbdmW__pulse{opacity:.4;z-index:-1;background-color:#ff4b2b;border-radius:50%;width:100%;height:100%;animation:2s infinite FloatingContact-module__iWbdmW__pulse;position:absolute}@keyframes FloatingContact-module__iWbdmW__pulse{0%{opacity:.4;transform:scale(1)}to{opacity:0;transform:scale(1.8)}}.FloatingContact-module__iWbdmW__chatLabel{color:#1e293b;letter-spacing:.5px;white-space:nowrap;pointer-events:none;background:#fff;border-radius:50px;padding:10px 20px;font-size:14px;font-weight:800;animation:.6s cubic-bezier(.68,-.55,.265,1.55) FloatingContact-module__iWbdmW__bounceIn;position:absolute;right:75px;box-shadow:0 10px 25px #0000001a}@keyframes FloatingContact-module__iWbdmW__bounceIn{0%{opacity:0;transform:translate(30px)scale(.8)}to{opacity:1;transform:translate(0)scale(1)}}.FloatingContact-module__iWbdmW__socialList{opacity:0;visibility:hidden;flex-direction:row-reverse;gap:12px;transition:all .5s cubic-bezier(.19,1,.22,1);display:flex;transform:translate(40px)scale(.8)}.FloatingContact-module__iWbdmW__listOpen{opacity:1;visibility:visible;transform:translate(0)scale(1)}.FloatingContact-module__iWbdmW__socialItem{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;text-decoration:none;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 8px 20px #00000014}.FloatingContact-module__iWbdmW__socialItem:hover{background:#fff;transform:translateY(-8px)scale(1.1);box-shadow:0 15px 30px #0000001f}.FloatingContact-module__iWbdmW__socialIcon{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.FloatingContact-module__iWbdmW__socialIcon img{object-fit:cover;width:100%;height:100%}.FloatingContact-module__iWbdmW__socialIcon svg{width:24px;height:24px}.FloatingContact-module__iWbdmW__socialName{color:#fff;opacity:0;visibility:hidden;letter-spacing:.5px;background:#1e293b;border-radius:6px;padding:6px 12px;font-size:11px;font-weight:600;transition:all .3s;position:absolute;bottom:60px}.FloatingContact-module__iWbdmW__socialItem:hover .FloatingContact-module__iWbdmW__socialName{opacity:1;visibility:visible;transform:translateY(-5px)}@media (max-width:768px){.FloatingContact-module__iWbdmW__floatingWrapper{gap:8px;bottom:15px;right:15px}.FloatingContact-module__iWbdmW__chatLabel{display:none!important}.FloatingContact-module__iWbdmW__socialList{gap:8px}.FloatingContact-module__iWbdmW__chatTrigger{width:50px;height:50px}.FloatingContact-module__iWbdmW__socialItem{width:42px;height:42px}}
.AIChat-module__dvtECa__chatWrapper{z-index:10000;font-family:Inter,sans-serif;position:fixed;bottom:110px;right:30px}.AIChat-module__dvtECa__chatWindow{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);transform-origin:100% 100%;background:#ffffffe6;border:1px solid #ffffff80;border-radius:24px;flex-direction:column;width:380px;height:600px;animation:.4s cubic-bezier(.175,.885,.32,1.275) AIChat-module__dvtECa__slideUp;display:flex;position:absolute;bottom:80px;right:0;overflow:hidden;box-shadow:0 40px 100px #00000026}@keyframes AIChat-module__dvtECa__slideUp{0%{opacity:0;transform:scale(.8)translateY(40px)}to{opacity:1;transform:scale(1)translateY(0)}}.AIChat-module__dvtECa__chatHeader{background:linear-gradient(135deg, var(--primary-dark), #1e3a8a);color:#fff;justify-content:space-between;align-items:center;padding:25px;display:flex}.AIChat-module__dvtECa__headerInfo h3{letter-spacing:1px;margin:0;font-size:14px;font-weight:900}.AIChat-module__dvtECa__headerInfo span{opacity:.7;text-transform:uppercase;font-size:10px;font-weight:700}.AIChat-module__dvtECa__closeBtn{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;width:30px;height:30px;font-size:12px}.AIChat-module__dvtECa__messagesArea{flex-direction:column;flex:1;gap:15px;padding:20px;display:flex;overflow-y:auto}.AIChat-module__dvtECa__message{white-space:pre-wrap;border-radius:18px;max-width:85%;padding:12px 18px;font-size:14px;line-height:1.5}.AIChat-module__dvtECa__userMsg{background:var(--primary-color);color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.AIChat-module__dvtECa__aiMsg{color:var(--primary-dark);background:#fff;border:1px solid #00000008;border-bottom-left-radius:4px;align-self:flex-start;box-shadow:0 5px 15px #0000000d}.AIChat-module__dvtECa__quickActions{background:#ffffff80;flex-wrap:wrap;gap:8px;padding:10px 20px;display:flex}.AIChat-module__dvtECa__actionBtn{border:1px solid var(--primary-color);color:var(--primary-color);cursor:pointer;background:#fff;border-radius:50px;padding:8px 15px;font-size:13px;font-weight:600;transition:all .3s}.AIChat-module__dvtECa__actionBtn:hover{background:var(--primary-color);color:#fff;transform:translateY(-2px)}.AIChat-module__dvtECa__inputArea{background:#fff;border-top:1px solid #0000000d;gap:10px;padding:20px;display:flex}.AIChat-module__dvtECa__inputArea input{background:#f8fafc;border:1px solid #0000001a;border-radius:50px;outline:none;flex:1;padding:12px 18px;font-size:14px}.AIChat-module__dvtECa__inputArea input:focus{border-color:var(--primary-color);background:#fff}.AIChat-module__dvtECa__sendBtn{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;transition:all .3s;display:flex}.AIChat-module__dvtECa__triggerBtn{background:var(--primary-color);cursor:pointer;color:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:26px;transition:all .4s;display:flex;position:relative;box-shadow:0 10px 30px #1674d54d}.AIChat-module__dvtECa__chatLabel{color:var(--primary-dark);white-space:nowrap;pointer-events:none;opacity:1;background:#fff;border:1px solid #0000000d;border-radius:50px;padding:10px 20px;font-size:14px;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;right:80px;box-shadow:0 10px 25px #0000001a}.AIChat-module__dvtECa__triggerActive{background:#0f172a;transform:rotate(90deg)}.AIChat-module__dvtECa__triggerActive .AIChat-module__dvtECa__chatLabel{opacity:0;transform:translate(10px)}@media (max-width:768px){.AIChat-module__dvtECa__chatWrapper{bottom:75px;right:15px}.AIChat-module__dvtECa__triggerBtn{width:50px;height:50px}.AIChat-module__dvtECa__chatLabel{display:none!important}.AIChat-module__dvtECa__chatWindow{width:calc(100vw - 20px);height:70vh;bottom:70px;right:-10px}}
