*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;line-height:1.6;color:#fff;overflow-x:hidden;background-color:#0a0a0a}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{position:fixed;top:0;width:100%;background:hsla(0,0%,4%,.95);backdrop-filter:blur(10px);z-index:1000;transition:all .3s ease;border-bottom:1px solid rgba(255,165,0,.3)}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:70px}.nav-logo h2{color:#f60;font-weight:800;font-size:2rem;letter-spacing:2px;text-transform:uppercase;text-shadow:2px 2px 4px rgba(0,0,0,.3);font-family:Inter,sans-serif;transition:transform .3s ease}.nav-logo h2:hover{transform:scale(1.02)}.nav-menu{display:flex;list-style:none;align-items:center}.nav-item{margin-left:2rem}.nav-link{text-decoration:none;color:#fff;font-weight:500;transition:color .3s ease;position:relative}.nav-link:hover{color:#f60}.nav-link:after{content:"";position:absolute;width:0;height:2px;bottom:-5px;left:0;background-color:#f60;transition:width .3s ease}.nav-link:hover:after{width:100%}.login-btn{background:#f60;color:#fff!important;padding:10px 20px;border-radius:25px;transition:all .3s ease}.login-btn:hover{background:#ff8533;transform:translateY(-2px)}.hamburger,.login-btn:after{display:none}.hamburger{flex-direction:column;cursor:pointer}.bar{width:25px;height:3px;background-color:#fff;margin:3px 0;transition:.3s}.hero{height:100vh;position:relative;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;overflow:hidden}.hero-background{background:url(assets/images/SLC_Skyline_2024.jpg) no-repeat 50%;background-size:cover;z-index:-2}.hero-background,.hero-background:before{position:absolute;top:0;left:0;width:100%;height:100%}.hero-background:before{content:"";background:linear-gradient(135deg,rgba(0,0,0,.8),rgba(255,102,0,.4));z-index:-1}.hero-content{max-width:800px;padding:0 20px;z-index:1}.hero-text h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hero-text p{font-size:1.2rem;margin-bottom:2rem;opacity:.95;line-height:1.8;text-shadow:2px 2px 4px rgba(0,0,0,.7);font-weight:400}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-block;padding:15px 30px;text-decoration:none;border-radius:50px;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;font-size:1rem}.btn-primary{background:#f60;color:#fff}.btn-primary:hover{background:#ff8533;transform:translateY(-3px);box-shadow:0 10px 25px rgba(255,102,0,.3)}.btn-secondary{background:transparent;color:#fff;border:2px solid #fff}.btn-secondary:hover{background:#fff;color:#f60;transform:translateY(-3px)}.btn-outline{background:transparent;color:#f60;border:2px solid #f60}.btn-outline:hover{background:#f60;color:#fff}.scroll-indicator{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);animation:a 2s infinite;color:#fff;font-size:1.5rem}@keyframes a{0%,20%,50%,80%,to{transform:translateX(-50%) translateY(0)}40%{transform:translateX(-50%) translateY(-10px)}60%{transform:translateX(-50%) translateY(-5px)}}section{padding:80px 0}.section-header{text-align:center;margin-bottom:60px}.section-header h2{font-size:2.5rem;font-weight:700;color:#f60;margin-bottom:1rem}.section-header p{font-size:1.1rem;color:#ccc;max-width:600px;margin:0 auto}.about{background:#1a1a1a}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.about-text h3{font-size:1.8rem;color:#f60;margin-bottom:1.5rem;font-weight:700}.about-text h3,.about-text p{text-shadow:1px 1px 2px rgba(0,0,0,.3)}.about-text p{font-size:1.1rem;line-height:1.8;color:#fff;margin-bottom:2rem}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;width:100%}.stat{text-align:center;min-width:0;padding:0 10px}.stat h4{font-size:1.8rem;font-weight:800;color:#f60;margin-bottom:.5rem;white-space:nowrap;overflow:visible;min-width:100%;line-height:1.2}.stat h4,.stat p{text-shadow:1px 1px 2px rgba(0,0,0,.3)}.stat p{color:#fff;font-weight:500}.about-image,.image-placeholder{display:flex;justify-content:center;align-items:center}.image-placeholder{width:300px;height:300px;background:linear-gradient(135deg,#f60,#ff8533);border-radius:20px;color:#fff;font-size:4rem;box-shadow:0 20px 40px rgba(255,102,0,.2)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.service-card{background:#1a1a1a;padding:2rem;border-radius:15px;text-align:center;box-shadow:0 10px 30px rgba(0,0,0,.3);border:1px solid #333;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(255,102,0,.2);border-color:#f60}.service-icon{width:80px;height:80px;background:linear-gradient(135deg,#f60,#ff8533);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#fff;font-size:2rem}.service-card h3{font-size:1.3rem;color:#f60;margin-bottom:1rem}.service-card p{color:#ccc;line-height:1.6}.properties{background:#1a1a1a}.properties-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}.property-card{background:#1a1a1a;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.3);border:1px solid #333;transition:transform .3s ease,box-shadow .3s ease}.property-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(255,102,0,.2);border-color:#f60}.property-image{position:relative;height:200px;background-size:cover;background-position:50%;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;color:#fff;font-size:3rem}.property-image:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.3);z-index:1}.property-badge{position:absolute;top:15px;right:15px;background:#f60;color:#fff;padding:5px 15px;border-radius:20px;font-size:.8rem;font-weight:600;z-index:2}.property-content{padding:1.5rem}.property-content h3{font-size:1.3rem;color:#f60;margin-bottom:.5rem}.property-location{color:#ccc;font-size:.9rem;margin-bottom:.5rem}.property-location i{margin-right:.5rem;color:#f60}.property-details{color:#999;font-size:.9rem;margin-bottom:1rem}.properties-cta{text-align:center}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:60px}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;align-items:flex-start;gap:1rem}.contact-item i{font-size:1.5rem;color:#f60;margin-top:.2rem}.contact-item h4{color:#f60;margin-bottom:.5rem}.contact-item p{color:#ccc;line-height:1.6}.contact-form{background:#1a1a1a;padding:2rem;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,.3);border:1px solid #333}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea{width:100%;padding:15px;border:2px solid #333;border-radius:10px;font-size:1rem;transition:border-color .3s ease;font-family:inherit;background:#0a0a0a;color:#fff}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#f60}.form-group textarea{resize:vertical;min-height:120px}.footer{background:#0a0a0a;color:#fff;padding:60px 0 20px;border-top:1px solid #f60}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem;font-weight:600}.footer-section p{line-height:1.6;opacity:.9}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#fff;text-decoration:none;opacity:.9;transition:opacity .3s ease}.footer-section ul li a:hover{opacity:1}.social-links{display:flex;gap:1rem}.social-links a{width:40px;height:40px;background:hsla(0,0%,100%,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:background .3s ease}.social-links a:hover{background:hsla(0,0%,100%,.2)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.1);opacity:.8}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:url(assets/images/SLC_Skyline_2024.jpg) no-repeat 50%;background-size:cover;padding:20px;position:relative}.login-container:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(0,0,0,.8),rgba(255,102,0,.4))}.login-card{background:#1a1a1a;padding:3rem;border-radius:20px;box-shadow:0 20px 40px rgba(0,0,0,.5);width:100%;max-width:400px;border:1px solid #333;position:relative;z-index:1}.login-header{text-align:center;margin-bottom:2rem}.login-header h2{color:#f60;font-size:2rem;margin-bottom:.5rem}.login-header p{color:#ccc}.login-form .form-group{margin-bottom:1.5rem}.login-form .btn{width:100%;margin-top:1rem}.login-error{background:rgba(220,53,69,.1);border:1px solid #dc3545;color:#dc3545;padding:.75rem;border-radius:8px;margin-bottom:1rem;font-size:.9rem;display:none;align-items:center;gap:.5rem}.login-error i{font-size:1rem}.form-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.9rem}.checkbox-container{display:flex;align-items:center;cursor:pointer;color:#ccc}.checkbox-container input[type=checkbox]{margin-right:.5rem}.forgot-password{color:#f60;text-decoration:none;font-weight:500}.forgot-password:hover{text-decoration:underline}.login-footer{text-align:center;margin-top:2rem;padding-top:2rem;border-top:1px solid #333}.login-footer p{color:#ccc;margin-bottom:1rem}.signup-link{color:#f60;text-decoration:none;font-weight:600}.signup-link:hover{text-decoration:underline}.back-home{display:inline-flex;align-items:center;gap:.5rem;color:#f60;text-decoration:none;font-weight:500;transition:color .3s ease}.back-home:hover{color:#ff8533}@media (max-width:768px){.hamburger{display:flex}.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background-color:#1a1a1a;width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px rgba(0,0,0,.3);padding:2rem 0;border-top:1px solid #333}.nav-menu.active{left:0}.nav-item{margin:1rem 0}.hero-text h1{font-size:2.5rem}.hero-text p{font-size:1rem}.hero-buttons{flex-direction:column;align-items:center}.about-content{gap:2rem}.about-content,.stats{grid-template-columns:1fr}.stats{gap:1rem}.contact-content{gap:2rem}.contact-content,.footer-content,.properties-grid,.services-grid{grid-template-columns:1fr}.footer-content{text-align:center}}@media (max-width:480px){.hero-text h1,.section-header h2{font-size:2rem}.container{padding:0 15px}.login-card{padding:2rem}}