@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=swap";
.Navbar-module__dVeNwG__navbar{width:100%;height:var(--nav-height);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background-color:#fffffffa;border-bottom:1px solid #0000000d;align-items:center;transition:all .3s;display:flex;position:fixed;top:0;left:0;box-shadow:0 4px 20px #00000008}.Navbar-module__dVeNwG__scrolled{height:70px;box-shadow:0 4px 20px #00000014}.Navbar-module__dVeNwG__navContainer{justify-content:space-between;align-items:center;display:flex}.Navbar-module__dVeNwG__logoImage{object-fit:contain}.Navbar-module__dVeNwG__navLinks{align-items:center;gap:2.5rem;display:flex}.Navbar-module__dVeNwG__navLinks a{color:var(--text-main);transition:var(--transition-fast);font-size:1rem;font-weight:500;position:relative}.Navbar-module__dVeNwG__navLinks a:after{content:"";background-color:var(--primary-blue);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Navbar-module__dVeNwG__navLinks a:hover{color:var(--primary-blue)}.Navbar-module__dVeNwG__navLinks a:hover:after{width:100%}.Navbar-module__dVeNwG__dropdownContainer{align-items:center;height:100%;display:flex;position:relative}.Navbar-module__dVeNwG__dropdownToggle{color:var(--text-main);cursor:pointer;transition:var(--transition-fast);background:0 0;border:none;align-items:center;gap:4px;padding:10px 0;font-family:inherit;font-size:1rem;font-weight:500;display:flex;position:relative}.Navbar-module__dVeNwG__dropdownToggle:after{content:"";background-color:var(--primary-blue);width:0;height:2px;transition:width .3s;position:absolute;bottom:6px;left:0}.Navbar-module__dVeNwG__dropdownContainer:hover .Navbar-module__dVeNwG__dropdownToggle{color:var(--primary-blue)}.Navbar-module__dVeNwG__dropdownContainer:hover .Navbar-module__dVeNwG__dropdownToggle:after{width:100%}.Navbar-module__dVeNwG__megaMenu{background:var(--white);border:1px solid var(--border-color);opacity:0;visibility:hidden;z-index:100;pointer-events:none;border-radius:12px;width:600px;padding:1.5rem;transition:all .3s;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 15px 40px #00000014}.Navbar-module__dVeNwG__dropdownContainer:hover .Navbar-module__dVeNwG__megaMenu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}.Navbar-module__dVeNwG__megaGrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.Navbar-module__dVeNwG__megaItem{border-radius:8px;padding:1rem;transition:background .2s;display:block}.Navbar-module__dVeNwG__megaItem:hover{background:var(--light-blue)}.Navbar-module__dVeNwG__megaItem:after{display:none!important}.Navbar-module__dVeNwG__megaItem h4{color:var(--text-main);margin-bottom:.3rem;font-size:1rem;transition:color .2s}.Navbar-module__dVeNwG__megaItem:hover h4{color:var(--primary-blue)}.Navbar-module__dVeNwG__megaItem p{color:var(--text-muted);font-size:.85rem;line-height:1.4}.Navbar-module__dVeNwG__actions{align-items:center;gap:1rem;display:flex}.Navbar-module__dVeNwG__callBtn{color:var(--white);cursor:pointer;z-index:1;background:0 0;border:none;border-radius:50px;gap:8px;padding:12px 28px;font-size:.95rem;font-weight:700;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.Navbar-module__dVeNwG__callBtn:before{content:"";z-index:-2;background:linear-gradient(90deg,#1c5bc2,#0a3d91,#4de1c1,#1c5bc2) 0 0/300% 100%;border-radius:50px;animation:4s linear infinite Navbar-module__dVeNwG__futuristicGlow;position:absolute;inset:0}.Navbar-module__dVeNwG__callBtn:after{content:"";-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:-1;background:#0a3d91e6;border-radius:50px;transition:opacity .3s;position:absolute;inset:2px}.Navbar-module__dVeNwG__callBtn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #4de1c166}.Navbar-module__dVeNwG__callBtn:hover:after{opacity:.5}@keyframes Navbar-module__dVeNwG__futuristicGlow{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.Navbar-module__dVeNwG__mobileToggle{color:var(--text-main);cursor:pointer;background:0 0;border:none;display:none}.Navbar-module__dVeNwG__mobileCallBtn{display:none}@media (max-width:900px){.Navbar-module__dVeNwG__mobileToggle{display:block}.Navbar-module__dVeNwG__navLinks{background:var(--white);clip-path:polygon(0 0,100% 0,100% 0,0 0);border-top:1px solid var(--border-color);flex-direction:column;width:100%;padding:2rem;transition:clip-path .4s ease-in-out;position:absolute;top:100%;left:0;box-shadow:0 10px 20px #0000001a}.Navbar-module__dVeNwG__navLinks.Navbar-module__dVeNwG__open{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.Navbar-module__dVeNwG__navLinks a{color:var(--text-main);font-size:1.2rem}.Navbar-module__dVeNwG__navLinks a:after,.Navbar-module__dVeNwG__callBtn{display:none}.Navbar-module__dVeNwG__mobileCallBtn{width:100%;margin-top:1rem;display:flex}}
.Footer-module__rnk_JG__footer{color:#d3dbe8;border-top:5px solid var(--secondary-blue);background-color:#0a192f;padding-top:5rem}.Footer-module__rnk_JG__grid{grid-template-columns:2fr 1fr 1fr;gap:4rem;margin-bottom:4rem;display:grid}.Footer-module__rnk_JG__logo{margin-bottom:1.5rem;display:inline-block}.Footer-module__rnk_JG__logoText{font-family:var(--font-heading);letter-spacing:-.5px;font-size:1.8rem;font-weight:800}.Footer-module__rnk_JG__exact{color:var(--white)}.Footer-module__rnk_JG__tech{color:var(--secondary-blue);font-weight:500}.Footer-module__rnk_JG__aboutText{color:#a0b2c6;max-width:400px;margin-bottom:1.5rem;line-height:1.7}.Footer-module__rnk_JG__availability{color:#4de1c1;background:#279b371a;border:1px solid #4de1c133;border-radius:50px;align-items:center;gap:8px;padding:8px 16px;font-size:.9rem;font-weight:600;display:inline-flex}.Footer-module__rnk_JG__dot{background-color:#4de1c1;border-radius:50%;width:8px;height:8px;animation:2s infinite Footer-module__rnk_JG__pulse}@keyframes Footer-module__rnk_JG__pulse{0%{box-shadow:0 0 #4de1c166}70%{box-shadow:0 0 0 6px #4de1c100}to{box-shadow:0 0 #4de1c100}}.Footer-module__rnk_JG__colTitle{color:var(--white);margin-bottom:1.5rem;font-size:1.2rem;font-weight:600}.Footer-module__rnk_JG__linksList{flex-direction:column;gap:1rem;display:flex}.Footer-module__rnk_JG__linksList a{color:#a0b2c6;align-items:center;gap:8px;transition:all .3s;display:flex}.Footer-module__rnk_JG__linksList a:hover{color:var(--secondary-blue);transform:translate(5px)}.Footer-module__rnk_JG__socialLinks{gap:1rem;margin-bottom:2rem;display:flex}.Footer-module__rnk_JG__socialIcon{color:#d3dbe8;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.Footer-module__rnk_JG__socialIcon:hover{background:var(--secondary-blue);color:var(--white);border-color:var(--secondary-blue);transform:translateY(-3px)}.Footer-module__rnk_JG__newsletter h5{color:var(--white);margin-bottom:.8rem;font-size:1rem}.Footer-module__rnk_JG__inputBox{display:flex}.Footer-module__rnk_JG__inputBox input{color:var(--white);background:#0003;border:1px solid #fff3;border-radius:6px 0 0 6px;outline:none;width:100%;padding:10px 15px}.Footer-module__rnk_JG__inputBox button{background:var(--secondary-blue);color:var(--white);cursor:pointer;border:none;border-radius:0 6px 6px 0;padding:0 15px;font-weight:600}.Footer-module__rnk_JG__bottomBar{color:#a0b2c6;border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:2rem 0;font-size:.9rem;display:flex}.Footer-module__rnk_JG__legalLinks{gap:1.5rem;display:flex}.Footer-module__rnk_JG__legalLinks a:hover{color:var(--white)}@media (max-width:900px){.Footer-module__rnk_JG__grid{grid-template-columns:1fr 1fr}}@media (max-width:600px){.Footer-module__rnk_JG__grid{grid-template-columns:1fr;gap:3rem}.Footer-module__rnk_JG__bottomBar{text-align:center;flex-direction:column;gap:1rem}}
:root{--primary-blue:#0a3d91;--secondary-blue:#1c5bc2;--light-blue:#ebf2fa;--accent:#279b37;--white:#fff;--bg-color:#fafcff;--text-main:#1d2331;--text-muted:#58657b;--border-color:#dae3f0;--font-heading:"Inter", sans-serif;--font-body:"Roboto", sans-serif;--nav-height:80px;--shadow-soft:0 4px 20px #0a3d9114;--shadow-hover:0 10px 30px #0a3d9126;--transition-fast:.2s ease;--transition-normal:.3s ease}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-color);color:var(--text-main);font-family:var(--font-body);scroll-behavior:smooth;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-main);font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}ul,ol{list-style:none}.btn-primary{background:linear-gradient(135deg, var(--secondary-blue), var(--primary-blue));color:var(--white);font-family:var(--font-heading);cursor:pointer;transition:var(--transition-normal);border:none;border-radius:8px;justify-content:center;align-items:center;padding:12px 28px;font-weight:600;display:inline-flex;box-shadow:0 4px 12px #1c5bc233}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 16px #1c5bc24d}.btn-secondary{background:var(--white);color:var(--primary-blue);border:1px solid var(--border-color);font-family:var(--font-heading);cursor:pointer;transition:var(--transition-normal);box-shadow:var(--shadow-soft);border-radius:8px;justify-content:center;align-items:center;padding:12px 28px;font-weight:600;display:inline-flex}.btn-secondary:hover{border-color:var(--secondary-blue);color:var(--secondary-blue);box-shadow:var(--shadow-hover);transform:translateY(-2px)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.section-title{text-align:center;color:var(--primary-blue);margin-bottom:1rem;font-size:2.5rem}.section-subtitle{text-align:center;color:var(--text-muted);max-width:600px;margin:0 auto 3rem;font-size:1.1rem}
