@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700;800&display=swap";html,body{margin:0;padding:0;background:#0f172a}:root{--primary-blue: #1a0b5b;--accent-red: #ff3333;--text-white: #ffffff;--text-gray: #d1d5db}*{box-sizing:border-box}body{margin:0;padding:0;font-family:Montserrat,sans-serif;background-color:transparent;color:#fff;height:100vh;overflow:hidden}.landing-container{height:100dvh;width:100%;display:flex;justify-content:center;align-items:center;position:relative}.video-background-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden}.video-background{width:100%;height:100%;object-fit:cover}.video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#1a0b5bd9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1}.hero-section{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;max-width:900px;padding:1rem;margin-top:-5vh}.logo-wrapper{margin-bottom:2rem;background:#fff;padding:1rem 2rem;border-radius:10px}.logo-img-large{height:70px;width:auto;object-fit:contain}h1{font-size:2.2rem;line-height:1.2;margin-bottom:1.5rem;font-weight:700}@media(min-width:768px){h1{font-size:3.5rem}}.highlight{color:var(--accent-red);text-decoration:underline;text-decoration-color:var(--accent-red);text-underline-offset:8px;text-decoration-thickness:4px}.hero-description{font-size:1.1rem;line-height:1.5;margin-bottom:2.5rem;color:var(--text-gray);max-width:700px}.action-container{background:#fff;padding:.5rem;border-radius:50px;display:inline-flex;width:auto;min-width:300px;box-shadow:0 10px 25px #0003}.main-search-btn{background-color:var(--primary-blue);color:#fff;border:none;border-radius:50px;padding:1rem 2.5rem;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center;width:100%;text-decoration:none;transition:transform .2s,background-color .2s}.main-search-btn:hover{transform:scale(1.02);background-color:#2a1b7a}
