:root{--vh:1vh}*{box-sizing:border-box}body,html{overflow-x:hidden;width:100%}.full-height-element{height:100vh;height:calc(var(--vh,1vh) * 100)}body{margin:0;padding:0;font-family:Poppins,sans-serif;background:#101820;color:#fff;display:flex;flex-direction:column;min-height:100vh}html{height:100%;margin:0}main{flex:1 0 auto}.site-footer{flex-shrink:0}.container{width:90%;max-width:1200px;margin:0 auto}.site-header{background:#5d3a9b;padding:.5rem 0}.site-header .container{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.logo{margin:0;padding:0;display:block}.logo img{height:80px;width:170px;display:block}.main-nav{display:flex;align-items:center;margin-left:2rem}.main-nav a{color:#fff;margin:0 .75rem;text-decoration:none;font-weight:500}.btn-login{border:1px solid #f5b700;padding:.25rem .75rem}.btn-signup{background:#e4572e;padding:.25rem .75rem;border-radius:4px}.search-bar{flex:0 0 100%;margin:.25rem 0 0;text-align:center}.search-bar form{width:50%;display:flex;margin:0 auto}.search-bar input[type=text]{flex:1;width:100%;padding:.5rem;border-radius:6px;border:none;box-sizing:border-box}.search-bar .search-button{background:#f5b700;color:#101820;border:none;padding:.5rem 1rem;border-radius:0 6px 6px 0;cursor:pointer;font-weight:600;transition:background .2s ease}.search-bar .search-button:hover{background:#e4a600}.search-bar form input[type=text]:not(:last-child){border-radius:6px 0 0 6px}.carousel{max-height:350px;overflow:hidden;position:relative}.carousel .slide img{height:350px;object-fit:cover;width:100%;display:block}.slides{position:relative}.slide{display:none;position:relative}.slide.active{display:block}.caption{position:absolute;bottom:1rem;left:1rem;background:rgba(16,24,32,.7);padding:.5rem 1rem;border-radius:4px}.next,.prev{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.5);border:none;font-size:2rem;color:#fff;padding:0 .5rem;cursor:pointer}.prev{left:1rem}.next{right:1rem}h2{font-family:Montserrat,sans-serif;color:#f5b700;margin-top:2rem}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-top:1rem}.card{background:#1a1a1a;padding:1rem;border-radius:8px;text-align:center}.card img{width:100%;border-radius:4px}.card h3{margin:.75rem 0 0;font-weight:600}.news-item{background:#1a1a1a;padding:1rem;margin:1rem 0;border-left:4px solid #e4572e}.news-item h3{margin-top:0;color:#f5b700}.news-item a{color:#e4572e;text-decoration:none}.site-footer{background:#222;padding:1rem 0;margin-top:2rem;font-size:.9rem}.footer-nav,.social-icons{margin:.5rem 0}.footer-nav a,.social-icons a{color:#fff;margin-right:1rem;text-decoration:none}.mobile-menu-toggle{display:none}.mobile-menu-overlay{display:none}.mobile-menu{display:none}