*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Space Grotesk,Roboto,sans-serif;font-size:16px;line-height:1.5;color:#e0e1dd;background-color:#0d1b2a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}button{font-family:inherit}img,video{max-width:100%;height:auto;display:block}ul,ol{list-style:none}::selection{background:#fff7004d;color:#fff}.page{background-color:#0d1b2a;font-family:Space Grotesk,Roboto,sans-serif}.page .layout{position:relative;width:100%;min-height:70vh;overflow:hidden;display:flex;flex-direction:column;justify-content:center;border-bottom-left-radius:50% 10%;border-bottom-right-radius:50% 10%}.page .layout .video-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}@media (max-width: 1024px){.page .layout{min-height:85vh;border-bottom-left-radius:40% 8%;border-bottom-right-radius:40% 8%}}@media (max-width: 768px){.page .layout{min-height:80vh;border-bottom-left-radius:30% 6%;border-bottom-right-radius:30% 6%}}@media (max-width: 480px){.page .layout{min-height:75vh;border-bottom-left-radius:20% 5%;border-bottom-right-radius:20% 5%}}.section-loader{display:flex;justify-content:center;align-items:center;min-height:300px;background:#0d1b2a}.section-loader .loader-spinner{width:40px;height:40px;border:3px solid rgba(65,90,119,.3);border-top-color:#fff700;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:.75rem 2rem;transition:all .3s ease}@media (max-width: 1024px){.header{padding:.75rem 1.5rem}}@media (max-width: 768px){.header{padding:.5rem 1rem}}.header.scrolled{background:#0d1b2ad9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 2px 20px #0000004d}.header.scrolled .header-container{padding:.5rem 0}.header.scrolled .header-logo img{height:100px;width:100px}.header.menu-open{background:#0d1b2af2}.header-container{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:.5rem 0;transition:padding .3s ease}.header-logo{display:flex;align-items:center;cursor:pointer;z-index:1100}.header-logo img{height:80px;width:80px;transition:all .3s ease}@media (max-width: 768px){.header-logo img{height:60px;width:60px}}.header-logo img:hover{transform:scale(1.05)}.desktop-nav{display:flex;align-items:center;gap:2rem}@media (max-width: 768px){.desktop-nav{display:none}}.nav-link{position:relative;color:#e0e1dd;font-size:.95rem;font-weight:500;text-decoration:none;cursor:pointer;padding:.5rem 0;transition:color .3s ease}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#fff700;transition:width .3s ease}.nav-link:hover{color:#fff}.nav-link:hover:after{width:100%}.nav-link.active{color:#fff}.nav-link.active:after{width:100%}.nav-cta button{font-family:Space Grotesk,Roboto,sans-serif;padding:.625rem 1.5rem;background:#fff700;color:#000;border:none;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.nav-cta button:hover{background:#fff;box-shadow:0 4px 20px #fff70066}.header-social{display:flex;align-items:center;gap:.5rem;margin-left:.5rem;padding-left:1.5rem;border-left:1px solid rgba(65,90,119,.5)}.header-social a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;color:#e0e1dd;font-size:1.1rem;border-radius:8px;transition:all .3s ease}.header-social a:hover{color:#000;background:#fff700;transform:translateY(-2px)}.mobile-menu-btn{display:none;display:flex;flex-direction:column;justify-content:center;align-items:center;width:44px;height:44px;background:transparent;border:none;cursor:pointer;z-index:1100;padding:0;gap:6px}@media (max-width: 768px){.mobile-menu-btn{display:flex}}.mobile-menu-btn .hamburger-line{width:24px;height:2px;background:#e0e1dd;border-radius:2px;transition:all .3s ease}.mobile-menu-btn.open .hamburger-line:nth-child(1){transform:translateY(8px) rotate(45deg)}.mobile-menu-btn.open .hamburger-line:nth-child(2){opacity:0;transform:scaleX(0)}.mobile-menu-btn.open .hamburger-line:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.mobile-menu-btn:hover .hamburger-line{background:#fff}.mobile-overlay{display:none}@media (max-width: 768px){.mobile-overlay{display:block;position:fixed;top:0;left:0;right:0;bottom:0;height:100vh;height:100dvh;background:#0009;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:1000}}.mobile-nav{display:none}@media (max-width: 768px){.mobile-nav{display:block;position:fixed;top:0;right:0;height:100vh;height:100dvh;width:280px;max-width:80vw;background:#0d1b2a;z-index:1001;overflow-y:auto}}.mobile-nav-content{display:flex;flex-direction:column;padding:100px 2rem 2rem;min-height:100%}.mobile-nav-link{display:block;color:#e0e1dd;font-size:1.5rem;font-weight:600;text-decoration:none;padding:1rem 0;border-bottom:1px solid rgba(65,90,119,.3);cursor:pointer;transition:all .3s ease}.mobile-nav-link:hover,.mobile-nav-link.active{color:#fff;padding-left:.5rem;border-bottom-color:#fff700}.mobile-nav-link.active{color:#fff700}.mobile-nav-cta{display:block;margin-top:1.5rem;padding:1rem 1.5rem;background:#fff700;color:#000;font-size:1.1rem;font-weight:600;text-align:center;text-decoration:none;border-radius:8px;cursor:pointer;transition:all .3s ease}.mobile-nav-cta:hover{background:#fff;transform:scale(1.02)}.mobile-social{margin-top:auto;padding-top:2rem;display:flex;flex-direction:column;gap:.75rem}.mobile-social a{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;color:#e0e1dd;text-decoration:none;background:#415a7733;border-radius:8px;transition:all .3s ease}.mobile-social a svg{font-size:1.25rem}.mobile-social a span{font-size:.95rem;font-weight:500}.mobile-social a:hover{background:#415a7766;color:#fff;transform:translate(5px)}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;color:#fff;overflow:hidden}.hero .hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0d1b2a1a,#1b263b4d,#0d1b2a99);z-index:1}.hero-content-wrapper{position:relative;z-index:2;max-width:900px;width:100%;padding:2rem;text-align:center}@media (max-width: 768px){.hero-content-wrapper{padding:1.5rem}}@media (max-width: 480px){.hero-content-wrapper{padding:1rem}}.hero-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem}@media (max-width: 480px){.hero-content{gap:1.25rem}}.service-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:.5rem}@media (max-width: 480px){.service-badges{gap:.5rem}}.service-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;background:#415a774d;border:1px solid rgba(119,141,169,.3);border-radius:25px;font-size:.8rem;color:#e0e1dd;opacity:.7;transition:all .3s ease}.service-badge svg{font-size:.9rem}.service-badge.active{opacity:1;background:#fff70026;border-color:#fff70080;color:#fff}.service-badge.active svg{color:#fff700}@media (max-width: 480px){.service-badge{padding:.4rem .75rem;font-size:.7rem}.service-badge svg{font-size:.8rem}}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.1;margin:0}.hero-title .title-highlight{color:#fff700;display:inline}@media (max-width: 1024px){.hero-title{font-size:3rem}}@media (max-width: 768px){.hero-title{font-size:2.5rem}}@media (max-width: 480px){.hero-title{font-size:2rem}}.hero-service-display{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.5rem;font-size:1.25rem;min-height:40px}.hero-service-display .service-prefix{color:#1b263b;font-weight:400}.hero-service-display .service-text{display:inline-flex;align-items:center;gap:.5rem;color:#fff;font-weight:600}.hero-service-display .service-text .service-icon{color:#fff700;font-size:1.1rem}@media (max-width: 768px){.hero-service-display{font-size:1.1rem}}@media (max-width: 480px){.hero-service-display{font-size:1rem;flex-direction:column;gap:.25rem}}.hero-subtitle{font-size:1.15rem;line-height:1.7;color:#e0e1dd;max-width:600px;margin:0;opacity:.9}@media (max-width: 768px){.hero-subtitle{font-size:1.05rem}}@media (max-width: 480px){.hero-subtitle{font-size:.95rem;line-height:1.6}}.hero-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:.5rem}.hero-buttons .button{font-family:Space Grotesk,Roboto,sans-serif;padding:.875rem 2rem;border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;transition:all .3s ease}.hero-buttons .button.primary{background:#fff700;color:#000}.hero-buttons .button.primary:hover{background:#fff;box-shadow:0 4px 20px #fff70066}.hero-buttons .button.secondary{background:transparent;border:2px solid rgba(255,255,255,.5);color:#fff}.hero-buttons .button.secondary:hover{background:#ffffff1a;border-color:#fff}@media (max-width: 480px){.hero-buttons{flex-direction:column;width:100%;gap:.75rem}.hero-buttons .button{width:100%;padding:1rem}}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:2;text-align:center}.scroll-indicator a{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#e0e1dd;text-decoration:none;cursor:pointer;transition:color .3s ease}.scroll-indicator a:hover{color:#fff}.scroll-indicator a:hover .scroll-icon{color:#fff700}.scroll-indicator .scroll-text{font-size:.75rem;text-transform:uppercase;letter-spacing:2px;opacity:.7}.scroll-indicator .scroll-icon{font-size:1.25rem;transition:color .3s ease}@media (max-width: 768px){.scroll-indicator{bottom:1.5rem}}@media (max-width: 480px){.scroll-indicator{bottom:1rem}.scroll-indicator .scroll-text{font-size:.65rem}.scroll-indicator .scroll-icon{font-size:1rem}}.footer{background-color:#1b263b;color:#e0e1dd;padding:2rem 1rem;text-align:center}.footer-container{display:flex;flex-wrap:wrap;justify-content:space-between;gap:2rem;max-width:1200px;margin:0 auto}.footer-about,.footer-links,.footer-contact{flex:1;min-width:200px}.footer h3,.footer h4{font-size:1.25rem;margin-bottom:.5rem;color:#fff700}.footer p{font-size:.9rem;line-height:1.6}.footer-links ul{list-style:none;padding:0}.footer-links ul li{margin:.5rem 0}.footer-links ul li a{color:#e0e1dd;text-decoration:none;transition:color .3s ease}.footer-links ul li a:hover{color:#fff700}.footer-contact .social-media a{padding-top:10px;margin:0 .5rem;color:#e0e1dd;font-size:1.2rem;text-decoration:none;transition:color .3s ease}.footer-contact .social-media a:hover{color:#fff700}.footer-contact p{font-weight:700}.footer-contact a{color:#e0e1dd;text-decoration:none;font-weight:lighter;transition:color .3s ease}.footer-contact a:hover{color:#fff700}.footer-bottom{margin-top:2rem;border-top:1px solid #415a77;padding-top:1rem;font-size:.75rem;opacity:.7}
