*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;background-color:#f8f9fa}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:linear-gradient(135deg,#2c3e50 0%,#34495e 100%);color:#fff;padding:1rem 0;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000}.header-content{display:flex;justify-content:space-between;align-items:center}.logo h1{font-size:2rem;font-weight:700;margin-bottom:.2rem}.logo span{font-size:.9rem;opacity:.8;text-transform:uppercase;letter-spacing:1px}.contact-btn{background:linear-gradient(135deg,#4ecdc4,#44a08d);color:#fff;text-decoration:none;padding:.8rem 1.5rem;border-radius:30px;border:2px solid rgba(255,255,255,.2);transition:all .3s ease;font-weight:500;margin-left:10px}.contact-btn:hover{background:rgba(42,183,178,.768);border-color:#2a8e4f66;transform:translateY(-2px)}.hero{background:linear-gradient(135deg,rgb(0,0,0) 0%,rgba(14,9,19,.653) 50%,rgba(44,62,80,.8) 100%),url(/assets/background-139106ae.jpg);background-size:cover;background-position:center;background-attachment:fixed;color:#fff;padding:4rem 0;min-height:70vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(102,126,234,.9) 0%,rgba(118,75,162,.9) 50%,rgba(44,62,80,.95) 100%);z-index:-1}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.hero-text h2{font-size:3rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero-text p{font-size:1.2rem;margin-bottom:2rem;opacity:.9;line-height:1.6}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:flex-start;align-items:center}.btn{padding:1rem 2rem;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-align:center}.btn-primary{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;box-shadow:0 4px 15px #0000004d}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 6px 20px #76767666}.btn-secondary{background:linear-gradient(135deg,#4ecdc4,#44a08d);color:#fff;box-shadow:0 4px 15px #4ecdc44d}.btn-secondary:hover{transform:translateY(-3px);box-shadow:0 6px 20px #4ecdc466}.btn-full{width:100%;justify-content:center;text-align:center}.property-showcase{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.property-card{background:rgba(255,255,255,.1);border-radius:20px;padding:2rem;text-align:center;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .3s ease}.property-card:hover{transform:translateY(-5px)}.property-placeholder{font-size:3rem;margin-bottom:1rem;opacity:.8}.property-card h3{font-size:1.2rem;font-weight:600}.contact-form-section{padding:4rem 0;background:white}.form-wrapper{max-width:600px;margin:0 auto;text-align:center}.form-wrapper h3{font-size:2.5rem;color:#2c3e50;margin-bottom:1rem}.form-wrapper p{font-size:1.1rem;color:#666;margin-bottom:3rem}.contact-form{display:grid;gap:1.5rem}.form-group{position:relative}.form-group input,.form-group select,.form-group textarea{width:100%;padding:1rem 1.5rem;border:2px solid #e1e8ed;border-radius:10px;font-size:1rem;background:#f8f9fa;transition:all .3s ease;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#667eea;background:white;box-shadow:0 0 0 3px #667eea1a}.form-group textarea{resize:vertical;min-height:120px}.footer{background:#2c3e50;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h4{font-size:1.3rem;margin-bottom:1rem;color:#ecf0f1}.footer-section p{margin-bottom:.5rem;opacity:.8;line-height:1.6}.contact-info p{display:flex;align-items:center;gap:.5rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#fff;text-decoration:none;opacity:.8;transition:opacity .3s ease}.footer-section ul li a:hover{opacity:1;text-decoration:underline}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;text-align:center;opacity:.7}@media (max-width: 768px){.header-content{flex-direction:column;gap:1rem}.hero{background-attachment:scroll}.hero-content{grid-template-columns:1fr;text-align:center}.hero-text h2{font-size:2.2rem}.hero-buttons{justify-content:center}.property-showcase{grid-template-columns:1fr}.form-wrapper h3{font-size:2rem}.footer-content{grid-template-columns:1fr;text-align:center}.container{padding:0 15px}}@media (max-width: 480px){.hero{padding:2rem 0}.hero-text h2{font-size:1.8rem}.btn{padding:.8rem 1.5rem;font-size:1rem}.hero-buttons{flex-direction:column}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-text,.property-showcase,.form-wrapper{animation:fadeInUp .8s ease-out}button:focus,input:focus,select:focus,textarea:focus,a:focus{outline:2px solid #667eea;outline-offset:2px}.btn,.property-card,.contact-btn{transition:all .3s cubic-bezier(.4,0,.2,1)}
