*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#121212;color:#e0e0e0;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 20px}nav{background-color:#1e1e1e;box-shadow:0 2px 4px rgba(0,0,0,.3);padding:1rem 0;margin-bottom:2rem;border-bottom:1px solid #333}nav .container{display:flex;justify-content:space-between;align-items:center}nav a{color:#e0e0e0;text-decoration:none;font-weight:500;transition:color .3s ease}nav a:hover{color:#4a9eff}.menu-container{position:relative}.hamburger{background:none;border:none;cursor:pointer;display:flex;flex-direction:column;justify-content:space-around;width:30px;height:24px;padding:0;z-index:10}.hamburger span{width:100%;height:3px;background-color:#e0e0e0;border-radius:3px;transition:all .3s ease;transform-origin:center}.hamburger.active span:first-child{transform:rotate(45deg) translate(8px,8px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.menu-dropdown{position:absolute;top:100%;right:0;margin-top:.5rem;background-color:#2a2a2a;border-radius:4px;box-shadow:0 4px 6px rgba(0,0,0,.5);border:1px solid #404040;min-width:150px;padding:.5rem 0;z-index:100;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.menu-dropdown a{display:block;padding:.75rem 1.5rem;color:#e0e0e0;text-decoration:none;transition:background-color .2s ease}.menu-dropdown a:hover{background-color:#3a3a3a;color:#4a9eff}.home-page{min-height:calc(100vh - 200px);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 0}.logo-container{margin-bottom:3rem;text-align:center}.logo-container img{max-width:800px;width:100%;height:auto}.company-info{background-color:#1e1e1e;padding:3rem;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.5);border:1px solid #333;text-align:center;max-width:600px;width:100%}.company-name{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:2rem}.contact-info{font-size:1.1rem;line-height:2;color:#b0b0b0}.contact-info p{margin:.5rem 0}.contact-info a{color:#4a9eff;text-decoration:none}.contact-info a:hover{color:#6bb3ff;text-decoration:underline}.nda-page{min-height:calc(100vh - 200px);padding:2rem 0}.nda-page h1{text-align:center;margin-bottom:2rem;color:#fff;font-size:2.5rem}.docusign-container{background-color:#1e1e1e;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.5);border:1px solid #333;padding:2rem;min-height:600px}.docusign-container iframe{width:100%;min-height:600px;border:none;border-radius:4px}footer{background-color:#0a0a0a;color:#b0b0b0;text-align:center;padding:2rem 0;margin-top:3rem;border-top:1px solid #333}@media (max-width:768px){.company-name{font-size:2rem}.company-info{padding:2rem 1.5rem}}