.navbar{display:flex;justify-content:space-between;align-items:center;background:#262228;color:#fff;padding:1rem 2rem}.navbar-logo{font-size:1.5rem;font-weight:700;color:#4172be}.navbar-links{list-style:none;display:flex;gap:2rem;margin:0;padding:0}.navbar-links li a{color:#fff;text-decoration:none;font-weight:500;transition:color .2s}.navbar-links li a:hover{color:#4172be}.footer{background:#484348;color:#fff;text-align:center;padding:1rem 0;position:relative;bottom:0;width:100%;font-size:1rem}.footer-content{color:#fff}.company-page{background:#262228d9;color:#fff;max-width:800px;margin:3rem auto 2rem;padding:2rem 2.5rem;border-radius:16px;box-shadow:0 4px 24px #0000002e;display:flex;flex-direction:column;align-items:center;text-align:center}.company-page h1{color:#4172be;margin-bottom:1.5rem}.company-section h2{color:#fff;margin-top:2rem}.company-section p{color:#e0e0e0}.contact-page{background:#262228d9;color:#fff;max-width:500px;margin:3rem auto 2rem;padding:2rem 2.5rem;border-radius:16px;box-shadow:0 4px 24px #0000002e}.contact-page h1{color:#4172be;margin-bottom:1.5rem}.contact-form{display:flex;flex-direction:column;gap:1.2rem}.contact-form label{display:flex;flex-direction:column;color:#e0e0e0;font-weight:500}.contact-form input,.contact-form textarea{margin-top:.5rem;padding:.7rem 1rem;border:none;border-radius:6px;background:#262228;color:#fff;font-size:1rem}.contact-form button{background:#4172be;color:#fff;border:none;border-radius:6px;padding:.8rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;margin-top:1rem;transition:background .2s}.contact-form button:hover{background:#484348}.privacy-policy-page{background:#262228d9;color:#fff;max-width:800px;margin:3rem auto 2rem;padding:2rem 2.5rem;border-radius:16px;box-shadow:0 4px 24px #0000002e}.privacy-policy-page h1{color:#4172be;margin-bottom:1.5rem}.privacy-policy-page h2{color:#fff;margin-top:2rem}.privacy-policy-page ul{color:#e0e0e0;margin-left:1.5rem}.cookie-consent{position:fixed;bottom:20px;left:50%;transform:translate(-50%);background:#262228;color:#fff;padding:1rem 2rem;border-radius:8px;box-shadow:0 2px 8px #00000026;display:flex;align-items:center;gap:1rem;z-index:1000}.cookie-consent button{background:#4172be;color:#fff;border:none;border-radius:4px;padding:.5rem 1rem;cursor:pointer;font-weight:500;transition:background .2s}.cookie-consent button:hover{background:#484348}.cookie-consent .reject{background:#484348;color:#fff;margin-left:.5rem}.cookie-consent .reject:hover{background:#262228}body{margin:0;padding:0;background-image:url(/assets/background.jpeg);background-size:cover;background-position:center;background-repeat:no-repeat;font-family:Segoe UI,Roboto,Arial,sans-serif;display:flex;flex-direction:column;min-height:100vh}#root{display:flex;flex-direction:column;min-height:100vh}.app-content{flex:1 0 auto}body{min-height:100vh;margin:0;padding:0;background-image:url(/assets/background.jpeg);background-size:cover;background-position:center;background-repeat:no-repeat}
