:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400}body{margin:0;padding:0;min-width:320px;min-height:100vh}:root{--primary-color: #ffffff;--overlay-color: rgba(0, 0, 0, .4)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app-container{background-image:url(/background_hero.png);background-size:cover;background-position:center;background-repeat:no-repeat;height:100vh;width:100vw;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.app-container:before{content:"";position:absolute;inset:0;background:#0000004d;z-index:0}.header,.main-content,.footer{position:relative;z-index:1}.header{display:flex;justify-content:flex-end;padding:30px 40px}.cta-button{background-color:transparent;border:1px solid white;color:#fff;padding:12px 24px;text-transform:uppercase;font-size:14px;letter-spacing:1px;cursor:pointer;transition:all .3s ease;font-weight:600}.cta-button:hover{background-color:#fff;color:#000}.main-content{flex:1;display:flex;justify-content:center;align-items:center;flex-direction:column}.logo-container{text-align:center;padding:20px;display:flex;flex-direction:column;align-items:center}.main-logo{max-width:100%;width:400px;height:auto;filter:drop-shadow(0 4px 6px rgba(0,0,0,.3))}.coming-soon-text{color:#fff;font-size:1.2rem;letter-spacing:.3em;margin-top:.5rem;font-weight:800;opacity:.9}.coming-soon-subtext{color:#fff;font-size:1rem;letter-spacing:.3em;margin-top:.5rem;font-weight:300;opacity:.9}.footer{display:flex;justify-content:space-between;align-items:flex-end;padding:30px 40px;width:100%}.partners-container{display:flex;gap:40px}.partner-item{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.partner-label{color:#fffc;font-size:.65rem;letter-spacing:.15em;font-weight:800;margin-top:.5rem}.partner-logo{height:70px;width:auto;object-fit:contain}.contact-buttons{display:flex;gap:20px}.icon-button{color:#fff;background:#ffffff1a;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;border:1px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.icon-button:hover{background:#ffffff4d;transform:translateY(-2px)}@media(max-width:768px){.header{padding:20px}.footer{flex-direction:column;align-items:center;gap:40px;padding:30px 20px}.partners-container{flex-wrap:wrap;justify-content:center;gap:30px;order:2}.contact-buttons{order:1}.main-logo{width:250px}.coming-soon-text{font-size:1rem;margin-top:1.5rem}.cta-button{padding:10px 20px;font-size:12px}.icon-button{width:44px;height:44px}.partner-logo{height:35px}}.modal-overlay{position:fixed;inset:0;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{position:relative;width:90%;max-width:800px;background:#000;border-radius:8px;overflow:hidden;aspect-ratio:16 / 9}.modal-close{position:absolute;top:-40px;right:0;background:none;border:none;color:#fff;font-size:32px;cursor:pointer;z-index:1001}.video-container{width:100%;height:100%}
