:root{--primary-pink: #D91E84;--primary-teal: #40B0C4;--accent-yellow: #FABC3C;--accent-green: #3AB54A;--text-dark: #333;--text-light: #fff;--bg-light: #f8f9fa;--bg-white: #ffffff;--shadow: 0 4px 12px rgba(0, 0, 0, .1);--border-radius: 12px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Lato,sans-serif;color:var(--text-dark);background-color:var(--bg-white);line-height:1.6}h1,h2,h3{font-family:Poppins,sans-serif;font-weight:700;color:#b7410e}h2{font-size:2.5rem;text-align:center;margin-bottom:2rem;position:relative}h2:after{content:"";display:block;width:60px;height:4px;background:var(--primary-teal);border-radius:2px;margin:.5rem auto 0}.container{max-width:1100px;margin:0 auto;padding:0 1rem}section{padding:4rem 0;scroll-margin-top:90px}section:nth-child(2n){background-color:var(--bg-light)}.header{background:var(--bg-white);padding:1rem 0;position:sticky;top:0;z-index:1000;box-shadow:0 2px 4px #0000000d}.nav{display:flex;justify-content:space-between;align-items:center;flex-direction:row}.nav-left{display:flex;align-items:center;gap:1rem}.back-button{color:#b7410e;text-decoration:none;font-weight:600;padding:.5rem 1rem;border-radius:25px;transition:background-color .3s ease}.back-button:hover{background-color:var(--bg-light)}.logo-small{width:150px}.lang-switcher button{background:none;border:none;font-family:Poppins,sans-serif;font-weight:600;cursor:pointer;padding:.5rem;margin-left:.5rem;color:var(--text-dark);opacity:.6;transition:opacity .3s ease}.lang-switcher button.active{color:#b7410e;opacity:1;text-decoration:underline;text-underline-offset:4px}.hero{background:linear-gradient(#0003,#0003),url(/condominio_boas_vistas.jpg) no-repeat center center/cover;height:90vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:var(--text-light)}.hero-logo{max-width:400px;width:90%;margin-bottom:1rem;filter:drop-shadow(0 4px 8px rgba(0,0,0,.4))}.hero h1{font-size:2.2rem;margin-bottom:2rem;text-shadow:0 2px 4px rgba(0,0,0,.5);color:var(--text-light)}.booking-buttons .btn,.btn{background-color:#b7410e;color:var(--text-light);padding:.8rem 1.8rem;text-decoration:none;border-radius:50px;font-family:Poppins,sans-serif;font-weight:600;margin:0 .5rem;transition:transform .3s ease,background-color .3s ease;display:inline-block;border:2px solid #b7410e}.hero .btn{font-size:1.1rem}.booking-buttons .btn:hover,.btn:hover{transform:translateY(-3px);background-color:#9a350b}.booking-buttons .btn-secondary{background-color:transparent;border:2px solid var(--text-light)}.booking-buttons .btn-secondary:hover{background-color:var(--text-light);color:var(--primary-pink)}.about-content{display:flex;gap:3rem;align-items:flex-start}.about-text{flex:1;margin-top:0}.about-text p:first-child{margin-top:0}.about-image{flex:1;max-width:450px}.about-image img{width:100%;border-radius:var(--border-radius);box-shadow:var(--shadow)}.amenities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.amenity-card{background:var(--bg-white);padding:2rem;text-align:center;border-radius:var(--border-radius);box-shadow:var(--shadow);transition:transform .3s ease}.amenity-card:hover{transform:translateY(-5px)}.amenity-card svg{width:50px;height:50px;color:var(--primary-teal);margin-bottom:1rem}.amenity-card h3{font-size:1.2rem;margin-bottom:.5rem;color:var(--text-dark)}.carousel-container{max-width:900px;margin:2rem auto;position:relative}.carousel-slide{position:relative;border-radius:var(--border-radius);overflow:hidden;box-shadow:var(--shadow)}.carousel-image{width:100%;height:600px;object-fit:cover;display:block}.carousel-button{position:absolute;top:50%;transform:translateY(-50%);background-color:#0006;color:#fff;border:none;font-size:2rem;cursor:pointer;padding:.5rem 1rem;z-index:10;transition:background-color .3s ease;border-radius:50%;width:50px;height:50px;display:flex;justify-content:center;align-items:center;opacity:0}.carousel-container:hover .carousel-button{opacity:1}.carousel-button:hover{background-color:#000000b3}.carousel-button.prev{left:1rem}.carousel-button.next{right:1rem}.carousel-dots{text-align:center;padding-top:1.5rem}.carousel-dot{cursor:pointer;height:12px;width:12px;margin:0 5px;background-color:#ccc;border-radius:50%;display:inline-block;transition:background-color .3s ease;border:none}.carousel-dot.active{background-color:var(--primary-pink)}.video-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1100px;margin:2rem auto}.video-grid .video-item:only-child{grid-column:1 / -1;max-width:700px;width:100%;margin:0 auto}.video-item{text-align:center}.video-container{border-radius:var(--border-radius);overflow:hidden;box-shadow:var(--shadow)}.video-caption{margin-top:.75rem;font-size:1rem;font-weight:600;color:var(--text-dark)}.tour-video{width:100%;height:600px;display:block;object-fit:cover}@media(max-width:768px){.video-grid{grid-template-columns:1fr}}.map-container{border-radius:var(--border-radius);overflow:hidden;box-shadow:var(--shadow);margin-top:2rem}.map-container iframe{border:0;width:100%;height:450px}.footer{background:var(--text-dark);color:var(--bg-light);text-align:center;padding:3rem 1rem}.footer .logo-small{width:200px;margin-bottom:1rem;filter:brightness(0) invert(1)}.footer p{margin-bottom:.5rem;opacity:.8}.footer-booking{margin-top:1.5rem}.footer-links{margin-top:1rem}.footer-links button{background:none;border:none;color:var(--bg-light);cursor:pointer;text-decoration:underline;font-size:.9rem;opacity:.8}.footer-links button:hover{opacity:1}.footer .btn:hover{color:var(--text-dark)}.modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:2000}.modal-content{background:var(--bg-white);border-radius:var(--border-radius);max-width:600px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:var(--shadow)}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #eee}.modal-header h2{margin:0;font-size:1.5rem}.modal-close{background:none;border:none;font-size:2rem;cursor:pointer;color:var(--text-dark);padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.modal-body{padding:1.5rem;line-height:1.6}.landing-hero{background:linear-gradient(#0000004d,#0000004d),url(/condominio_boas_vistas.jpg) no-repeat center center/cover}.hero-subtitle{font-size:1.2rem;margin-top:1rem;opacity:.9}.properties-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:3rem;margin-top:3rem}.property-card{background:var(--bg-white);border-radius:var(--border-radius);overflow:hidden;box-shadow:var(--shadow);transition:transform .3s ease;display:flex;flex-direction:column;height:100%}.property-card:hover{transform:translateY(-5px)}.property-image{height:250px;overflow:hidden}.property-image img{width:100%;height:100%;object-fit:cover}.property-content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.property-content h3{font-size:1.5rem;margin-bottom:1rem;color:#b7410e}.property-content p{margin-bottom:1.5rem;line-height:1.6;flex-grow:1}.property-content .btn{display:inline-block;text-align:center}.back-link{position:absolute;top:1rem;left:1rem;background:#000000b3;color:#fff;padding:.5rem 1rem;border-radius:25px;text-decoration:none;font-weight:600;transition:background-color .3s ease}.back-link:hover{background:#000000e6}@media(max-width:768px){h2{font-size:2rem}.hero h1{font-size:1.8rem}.about-content{flex-direction:column}.nav{flex-direction:row;gap:0}.carousel-image{height:400px}.carousel-button{opacity:1}.properties-grid{grid-template-columns:1fr}.property-card{margin:0 1rem}}
