@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#1a1a1a;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #1e3a5f;--primary-dark: #152a45;--primary-light: #2d5a8a;--secondary: #1e3a5f;--secondary-light: #2d5a8a;--accent: #c4b49a;--accent-light: #d4c7b0;--accent-dark: #a89878;--green: #22c55e;--cream: #faf8f5;--cream-dark: #f0ebe3;--beige: #e8e0d5;--white: #FFFFFF;--dark: #1a1a1a;--gray: #64748b;--gray-light: #94a3b8;--border: #e2e8f0}.app{min-height:100vh;background-color:var(--white);overflow-x:hidden}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.top-bar{background-color:var(--primary-dark);color:var(--cream);padding:.5rem 0;font-size:.85rem}.top-bar-content{display:flex;justify-content:space-between;align-items:center}.top-bar-left,.top-bar-right{display:flex;gap:1.5rem}.top-bar-right a{color:var(--white);text-decoration:none;transition:opacity .3s}.top-bar-right a:hover{opacity:.8}.navbar{background-color:var(--white);box-shadow:0 2px 10px #00000014;position:sticky;top:0;z-index:1000;padding:1rem 0}.nav-content{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.5rem}.logo-img{height:70px;width:auto;object-fit:contain}.footer-logo{height:55px;filter:brightness(0) invert(1)}.logo-text{font-size:1.75rem;font-weight:800;color:var(--dark)}.logo-highlight{color:var(--primary)}.nav-links{display:flex;list-style:none;gap:2rem;align-items:center}.nav-links a{text-decoration:none;color:var(--dark);font-weight:500;font-size:.95rem;transition:color .3s;position:relative}.nav-links a:hover,.nav-links a.active{color:var(--primary)}.nav-links a.active:after{content:"";position:absolute;bottom:-8px;left:0;right:0;height:2px;background:var(--primary)}.whatsapp-btn{display:flex;align-items:center;gap:.5rem;background:#25d366;color:#fff;padding:.6rem 1.25rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:.9rem;transition:all .3s}.whatsapp-btn svg{width:18px;height:18px}.whatsapp-btn:hover{background:#128c7e;transform:scale(1.05)}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:8rem 0 4rem;overflow:hidden}.hero-bg{position:absolute;inset:0;z-index:0}.hero-gradient{position:absolute;inset:0;background:linear-gradient(135deg,var(--primary-dark) 0%,var(--primary) 50%,#243b55 100%)}.hero-pattern{position:absolute;inset:0;background-image:radial-gradient(circle at 25% 25%,rgba(196,180,154,.08) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(196,180,154,.05) 0%,transparent 50%)}.floating-shapes{position:absolute;inset:0;overflow:hidden;pointer-events:none}.shape{position:absolute;border-radius:50%;background:linear-gradient(135deg,#c4b49a26,#c4b49a0d);animation:float 20s ease-in-out infinite}.shape-1{width:400px;height:400px;top:-100px;right:-100px;animation-delay:0s}.shape-2{width:300px;height:300px;bottom:-50px;left:-50px;animation-delay:-5s}.shape-3{width:200px;height:200px;top:40%;left:10%;animation-delay:-10s}.shape-4{width:150px;height:150px;bottom:20%;right:15%;animation-delay:-15s}@keyframes float{0%,to{transform:translateY(0) rotate(0) scale(1)}25%{transform:translateY(-20px) rotate(5deg) scale(1.05)}50%{transform:translateY(10px) rotate(-5deg) scale(.95)}75%{transform:translateY(-15px) rotate(3deg) scale(1.02)}}.animate-fade-up{animation:fadeUp .8s ease-out forwards;opacity:0}.animate-fade-down{animation:fadeDown .8s ease-out forwards;opacity:0}.delay-1{animation-delay:.15s}.delay-2{animation-delay:.3s}.delay-3{animation-delay:.45s}.delay-4{animation-delay:.6s}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.hero-content{position:relative;z-index:1;text-align:center;max-width:900px;margin:0 auto}.hero-logo{margin-bottom:2rem}.hero-logo-img{height:90px;width:auto;filter:brightness(0) invert(1)}.hero-badge{display:inline-flex;align-items:center;gap:.75rem;padding:.6rem 1.5rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(196,180,154,.3);border-radius:50px;font-size:.9rem;font-weight:500;color:var(--accent-light);margin-bottom:2rem;letter-spacing:.02em}.badge-dot{width:8px;height:8px;background:var(--accent);border-radius:50%;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.hero-title{font-size:4.25rem;font-weight:800;color:var(--white);line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.03em}.title-highlight{color:#ffffffd9}.title-accent{position:relative;color:var(--accent);display:inline-block}.title-accent:after{content:"";position:absolute;bottom:5px;left:0;right:0;height:12px;background:#c4b49a4d;z-index:-1;border-radius:4px}.hero-subtitle{font-size:1.25rem;color:#fffc;line-height:1.8;max-width:650px;margin:0 auto 2.5rem;font-weight:400}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.btn-hero-primary{display:inline-flex;align-items:center;gap:.75rem;padding:1.1rem 2rem;background:var(--accent);color:var(--primary-dark);border:none;border-radius:8px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);font-family:inherit}.btn-hero-primary svg{width:20px;height:20px;transition:transform .3s ease}.btn-hero-primary:hover{background:var(--accent-light);transform:translateY(-3px);box-shadow:0 15px 40px #c4b49a66}.btn-hero-primary:hover svg{transform:translate(5px)}.btn-hero-secondary{display:inline-flex;align-items:center;gap:.75rem;padding:1.1rem 2rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--white);border:1.5px solid rgba(255,255,255,.25);border-radius:8px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);font-family:inherit}.btn-hero-secondary svg{width:20px;height:20px}.btn-hero-secondary:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-3px)}.hero-trust{display:flex;align-items:center;justify-content:center;gap:1.25rem;padding:1.5rem 2rem;background:#ffffff14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:60px;display:inline-flex;margin-bottom:3rem}.trust-avatars{display:flex;align-items:center}.avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-dark) 100%);color:var(--primary-dark);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;border:2px solid var(--primary);margin-left:-10px;transition:transform .3s ease}.avatar:first-child{margin-left:0}.avatar:hover{transform:translateY(-5px) scale(1.1);z-index:10}.avatar-more{width:40px;height:40px;border-radius:50%;background:#ffffff26;color:var(--white);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.75rem;border:2px solid rgba(255,255,255,.3);margin-left:-10px}.trust-text{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem}.trust-rating{color:#fbbf24;font-size:.95rem;font-weight:600}.trust-label{color:#fffc;font-size:.9rem}.hero-stats-bar{display:flex;align-items:center;justify-content:center;gap:0;background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:2rem 3rem;margin-top:2rem}.stat-card{display:flex;align-items:center;gap:1rem;padding:0 2rem}.stat-icon{width:50px;height:50px;background:#c4b49a33;border-radius:12px;display:flex;align-items:center;justify-content:center}.stat-icon svg{width:26px;height:26px;color:var(--accent)}.stat-content{display:flex;flex-direction:column;text-align:left}.stat-content .stat-number{font-size:1.75rem;font-weight:800;color:var(--white);line-height:1;margin-bottom:.25rem}.stat-content .stat-label{font-size:.85rem;color:#ffffffb3;font-weight:500}.stat-divider{width:1px;height:50px;background:#fff3}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.75rem;color:#fff9;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;animation:fadeUp 1s ease-out 1s forwards;opacity:0}.mouse{width:26px;height:40px;border:2px solid rgba(255,255,255,.4);border-radius:15px;display:flex;justify-content:center;padding-top:8px}.wheel{width:4px;height:8px;background:var(--accent);border-radius:2px;animation:scroll-wheel 2s ease-in-out infinite}@keyframes scroll-wheel{0%,to{transform:translateY(0);opacity:1}50%{transform:translateY(10px);opacity:.3}}@media(max-width:1024px){.hero-stats-bar{flex-wrap:wrap;gap:1.5rem;padding:1.5rem}.stat-divider{display:none}.stat-card{flex:1 1 45%;justify-content:center}}@media(max-width:768px){.hero{padding:7rem 0 3rem;min-height:auto}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.05rem}.hero-cta{flex-direction:column;align-items:center}.btn-hero-primary,.btn-hero-secondary{width:100%;max-width:280px;justify-content:center}.hero-trust{flex-direction:column;padding:1.25rem 1.5rem;border-radius:16px}.trust-text{align-items:center}.hero-stats-bar{flex-direction:column;gap:1rem}.stat-card{width:100%;justify-content:flex-start;padding:.75rem 1rem;background:#ffffff0d;border-radius:12px}.scroll-indicator,.shape-1,.shape-2{display:none}}@media(max-width:480px){.hero-title{font-size:2rem}.hero-badge{font-size:.8rem;padding:.5rem 1rem}}.search-btn{display:flex;align-items:center;gap:.5rem;background:var(--primary);color:var(--white);border:none;padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s}.search-btn svg{width:20px;height:20px}.search-btn:hover{background:var(--primary-dark);transform:translateY(-2px)}.stats{background:var(--white);padding:3rem 0;border-bottom:1px solid var(--border)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}.stat-item{padding:1rem}.stat-number{display:block;font-size:2.75rem;font-weight:800;color:var(--primary);line-height:1;margin-bottom:.5rem}.stat-label{font-size:.95rem;color:var(--gray);font-weight:500}.about{padding:5rem 0;background-color:var(--cream)}.about-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:4rem;align-items:center}.about-image{position:relative}.office-img{width:100%;height:400px;object-fit:cover;border-radius:12px;box-shadow:0 20px 40px #00000026}.about-image-placeholder{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);border-radius:12px;height:400px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--white)}.about-image-placeholder span{font-size:5rem;margin-bottom:1rem}.about-image-placeholder p{font-size:1.25rem;font-weight:500}.experience-badge{position:absolute;bottom:-20px;right:-20px;background:var(--accent);color:var(--primary-dark);padding:1.5rem;border-radius:12px;text-align:center;box-shadow:0 10px 30px #c4b49a66}.exp-years{display:block;font-size:2.5rem;font-weight:800;line-height:1}.exp-text{font-size:.85rem;font-weight:500}.section-badge{display:inline-block;padding:.4rem 1rem;background:#1a56db1a;border-radius:50px;font-size:.85rem;font-weight:600;color:var(--primary);margin-bottom:1rem}.section-badge.light{background:#ffffff26;color:var(--white)}.section-title{font-size:2.25rem;color:var(--dark);margin-bottom:1rem;font-weight:800;line-height:1.2}.section-title.light{color:var(--white)}.section-header{text-align:center;max-width:600px;margin:0 auto 3rem}.section-subtitle{color:var(--gray);font-size:1.1rem}.about-text{font-size:1rem;line-height:1.8;color:var(--gray);margin-bottom:1rem}.about-features{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin:2rem 0}.about-feature{display:flex;align-items:center;gap:.75rem;font-weight:500;color:var(--dark)}.check-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:var(--green);color:var(--white);border-radius:50%;font-size:.75rem;font-weight:700}.btn{padding:.9rem 1.75rem;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;font-family:inherit}.btn-primary{background-color:var(--primary);color:var(--white)}.btn-primary:hover{background-color:var(--primary-dark);transform:translateY(-2px);box-shadow:0 5px 20px #1e3a5f4d}.btn-accent{background-color:var(--accent);color:var(--primary-dark)}.btn-accent:hover{background-color:var(--accent-light);transform:translateY(-2px);box-shadow:0 5px 20px #c4b49a66}.btn-secondary{background-color:transparent;color:var(--white);border:2px solid var(--white)}.btn-secondary:hover{background-color:var(--white);color:var(--primary)}.btn-outline{background:transparent;color:var(--primary);border:2px solid var(--primary)}.btn-outline:hover{background:var(--primary);color:var(--white)}.btn.full-width{width:100%;justify-content:center}.properties{padding:5rem 0;background:var(--white)}.property-filters{display:flex;justify-content:center;gap:.75rem;margin-bottom:2.5rem;flex-wrap:wrap}.filter-btn{padding:.6rem 1.5rem;border:2px solid var(--border);background:var(--white);border-radius:50px;font-size:.9rem;font-weight:500;color:var(--gray);cursor:pointer;transition:all .3s}.filter-btn:hover,.filter-btn.active{border-color:var(--primary);background:var(--primary);color:var(--white)}.properties-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem}.property-card{background:var(--white);border-radius:12px;overflow:hidden;box-shadow:0 5px 20px #00000014;transition:all .3s;border:1px solid var(--border)}.property-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px #0000001f}.property-image{position:relative;height:200px;background:linear-gradient(135deg,var(--cream-dark) 0%,var(--border) 100%);overflow:hidden}.property-img{width:100%;height:100%;object-fit:cover}.property-placeholder{height:100%;display:flex;align-items:center;justify-content:center;font-size:4rem}.property-status{position:absolute;top:12px;left:12px;background:var(--green);color:var(--white);padding:.3rem .75rem;border-radius:4px;font-size:.75rem;font-weight:600}.property-type-badge{position:absolute;top:12px;right:12px;background:var(--primary);color:var(--white);padding:.3rem .75rem;border-radius:4px;font-size:.75rem;font-weight:600}.property-details{padding:1.25rem}.property-title{font-size:1.15rem;font-weight:700;color:var(--dark);margin-bottom:.5rem}.property-location{display:flex;align-items:center;gap:.35rem;color:var(--gray);font-size:.9rem;margin-bottom:1rem}.property-location svg{width:16px;height:16px;color:var(--primary)}.property-meta{display:flex;gap:1rem;padding:1rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin-bottom:1rem}.property-meta span{display:flex;align-items:center;gap:.35rem;font-size:.85rem;color:var(--gray)}.property-meta svg{width:16px;height:16px}.property-footer{display:flex;justify-content:space-between;align-items:center}.property-price{font-size:1.35rem;font-weight:800;color:var(--primary)}.property-btn{padding:.5rem 1rem;background:var(--cream);color:var(--primary);border:none;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s}.property-btn:hover{background:var(--primary);color:var(--white)}.view-all-wrapper{text-align:center;margin-top:3rem}.no-properties{grid-column:1 / -1;text-align:center;padding:4rem 2rem;background:var(--white);border-radius:15px;box-shadow:0 5px 30px #00000014}.no-properties p{color:var(--gray);font-size:1.1rem}.services{padding:5rem 0;background:var(--cream)}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.service-card{background:var(--white);padding:2rem;border-radius:12px;text-align:center;transition:all .3s;border:1px solid var(--border)}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a;border-color:var(--primary)}.service-icon{font-size:3rem;margin-bottom:1rem}.service-card h3{font-size:1.25rem;color:var(--dark);margin-bottom:.75rem;font-weight:700}.service-card p{color:var(--gray);line-height:1.6;font-size:.95rem}.testimonials{padding:5rem 0;background:linear-gradient(135deg,var(--primary-dark) 0%,var(--primary) 100%)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem}.testimonial-card{background:var(--white);padding:2rem;border-radius:12px;text-align:left}.testimonial-rating{color:#fbbf24;font-size:1.25rem;margin-bottom:1rem;letter-spacing:2px}.testimonial-text{color:var(--gray);line-height:1.7;margin-bottom:1.5rem;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-avatar{width:48px;height:48px;background:var(--primary);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem}.author-info{display:flex;flex-direction:column}.author-name{font-weight:700;color:var(--dark)}.author-role{font-size:.85rem;color:var(--gray)}.team{padding:5rem 0;background:var(--cream)}.founder-section{display:grid;grid-template-columns:300px 1fr;gap:4rem;align-items:center;margin-bottom:4rem;padding:3rem;background:var(--white);border-radius:20px;box-shadow:0 10px 40px #00000014}.founder-image{position:relative}.founder-photo{width:280px;height:320px;object-fit:cover;border-radius:15px;box-shadow:0 15px 40px #1e3a5f4d}.founder-placeholder{width:280px;height:320px;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);border-radius:15px;display:flex;align-items:center;justify-content:center;box-shadow:0 15px 40px #1e3a5f4d}.founder-placeholder span{font-size:4rem;font-weight:700;color:var(--white)}.founder-content{padding:1rem 0}.founder-title{display:inline-block;padding:.5rem 1rem;background:#1e3a5f1a;color:var(--primary);border-radius:20px;font-size:.85rem;font-weight:600;margin-bottom:1rem}.founder-name{font-size:2.5rem;font-weight:700;color:var(--primary);margin-bottom:1.5rem}.founder-vision{margin-bottom:2rem}.founder-vision h4{font-size:1.2rem;color:var(--primary);margin-bottom:1rem;font-weight:600}.founder-vision p{color:var(--gray);line-height:1.8;margin-bottom:1rem;font-style:italic}.founder-achievements{display:flex;gap:2rem}.achievement{text-align:center;padding:1rem 1.5rem;background:var(--cream);border-radius:10px}.achievement-number{display:block;font-size:1.5rem;font-weight:700;color:var(--primary)}.achievement-label{font-size:.8rem;color:var(--gray)}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;max-width:1000px;margin:0 auto}.team-member{background:var(--white);border-radius:15px;overflow:hidden;box-shadow:0 5px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}.team-member:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001f}.member-image{position:relative;padding:2rem;display:flex;justify-content:center}.member-placeholder{width:120px;height:120px;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 25px #1e3a5f40}.member-placeholder span{font-size:2rem;font-weight:700;color:var(--white)}.member-info{padding:0 1.5rem 2rem;text-align:center}.member-name{font-size:1.2rem;font-weight:600;color:var(--text);margin-bottom:.25rem}.member-role{display:block;font-size:.9rem;color:var(--primary);font-weight:500;margin-bottom:.75rem}.member-bio{font-size:.85rem;color:var(--gray);line-height:1.5}@media(max-width:992px){.founder-section{grid-template-columns:1fr;text-align:center;gap:2rem}.founder-image{display:flex;justify-content:center}.founder-placeholder{width:200px;height:240px}.founder-achievements{justify-content:center}.team-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.team-grid{grid-template-columns:1fr}.founder-achievements{flex-direction:column;gap:1rem}}.cta{padding:4rem 0;background:linear-gradient(135deg,var(--primary-dark) 0%,var(--primary) 100%);color:var(--white)}.cta-content{text-align:center;max-width:700px;margin:0 auto}.cta h2{font-size:2rem;font-weight:800;margin-bottom:.75rem}.cta p{font-size:1.1rem;opacity:.95;margin-bottom:1.5rem}.btn-whatsapp-cta{display:inline-flex;align-items:center;gap:.75rem;background:#25d366;color:#fff;padding:1rem 2rem;border-radius:50px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #25d36666}.btn-whatsapp-cta:hover{background:#128c7e;transform:translateY(-2px);box-shadow:0 6px 20px #25d36680}.btn-whatsapp-cta svg{width:24px;height:24px}.cta .btn-primary{background:var(--accent);color:var(--primary-dark)}.cta .btn-primary:hover{background:var(--accent-light)}.cta .btn-secondary{border-color:var(--accent);color:var(--accent)}.cta .btn-secondary:hover{background:var(--accent);color:var(--primary-dark)}.contact{padding:5rem 0;background:var(--white)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-info{text-align:left}.contact-text{color:var(--gray);font-size:1.05rem;margin-bottom:2rem;line-height:1.7}.contact-details{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.contact-item{display:flex;gap:1rem}.contact-item .contact-icon{font-size:1.75rem;width:50px;height:50px;background:var(--cream);border-radius:10px;display:flex;align-items:center;justify-content:center}.contact-item h4{font-size:1rem;font-weight:700;color:var(--dark);margin-bottom:.25rem}.contact-item p{color:var(--gray);font-size:.95rem;line-height:1.5}.social-links{display:flex;gap:.75rem}.social-link{width:44px;height:44px;background:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;text-decoration:none;transition:all .3s}.social-link:hover{background:var(--primary-dark);transform:translateY(-3px)}.social-icon{width:20px;height:20px;object-fit:contain}.contact-form-wrapper{background:var(--cream);padding:2.5rem;border-radius:16px}.contact-form h3{font-size:1.5rem;color:var(--dark);margin-bottom:1.5rem;font-weight:700}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{margin-bottom:1rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.9rem 1rem;border:1px solid var(--border);border-radius:8px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:var(--white);color:var(--dark)}.form-group textarea{resize:vertical;min-height:100px}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #1a56db1a}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--gray-light)}.footer{background-color:var(--dark);color:var(--white);padding:4rem 0 0}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand .logo-text{color:var(--white)}.footer-brand .logo-highlight{color:var(--primary-light)}.footer-brand>p{color:#ffffffb3;line-height:1.7;margin:1.25rem 0;font-size:.95rem}.footer-contact p{color:#fffc;font-size:.95rem;margin-bottom:.5rem}.footer-links h4{font-size:1.1rem;font-weight:700;margin-bottom:1.25rem;color:var(--white)}.footer-links ul{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-links a{color:#ffffffb3;text-decoration:none;transition:all .3s;font-size:.95rem}.footer-links a:hover{color:var(--white);padding-left:5px}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0}.footer-bottom p{color:#fff9;font-size:.9rem}.floating-whatsapp{position:fixed;bottom:25px;right:25px;width:60px;height:60px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 5px 20px #25d36666;z-index:999;transition:all .3s;animation:pulse 2s infinite}.floating-whatsapp svg{width:32px;height:32px;color:#fff}.floating-whatsapp:hover{transform:scale(1.1);box-shadow:0 8px 30px #25d36680}@keyframes pulse{0%{box-shadow:0 0 #25d36666}70%{box-shadow:0 0 0 15px #25d36600}to{box-shadow:0 0 #25d36600}}@media(max-width:1024px){.properties-grid,.services-grid,.testimonials-grid{grid-template-columns:repeat(2,1fr)}.about-grid,.contact-grid{grid-template-columns:1fr;gap:2.5rem}.footer-grid{grid-template-columns:repeat(2,1fr)}.search-form{grid-template-columns:1fr 1fr;gap:1rem}.search-field{border-right:none;padding:0}.stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.top-bar,.nav-links{display:none}.hero{padding:3rem 0 2rem;min-height:auto}.hero-title{font-size:2rem}.search-form{grid-template-columns:1fr}.search-btn{margin-top:.5rem}.properties-grid,.services-grid,.testimonials-grid{grid-template-columns:1fr}.section-title{font-size:1.75rem}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:.5rem;text-align:center}.form-row{grid-template-columns:1fr}.cta-buttons{flex-direction:column}}@media(max-width:480px){.container{padding:0 1rem}.stat-number{font-size:2rem}.experience-badge{right:10px;bottom:-10px;padding:1rem}.exp-years{font-size:1.75rem}.about,.properties,.services,.testimonials,.contact{padding:3rem 0}.property-filters{gap:.5rem}.filter-btn{padding:.5rem 1rem;font-size:.8rem}}.loading-message{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;grid-column:1 / -1}.loading-spinner{width:50px;height:50px;border:3px solid rgba(196,180,154,.3);border-top-color:#c4b49a;border-radius:50%;animation:spin 1s linear infinite}.loading-message p{margin-top:1rem;color:#c4b49a;font-size:1.1rem}.admin-page{min-height:100vh;background:#f8fafc}.admin-nav{background:#1e3a5f;padding:1rem 0;position:sticky;top:0;z-index:100}.admin-nav-content{display:flex;justify-content:space-between;align-items:center}.admin-logo img{height:55px;filter:brightness(0) invert(1)}.admin-nav-right{display:flex;align-items:center;gap:2rem}.admin-nav-right h1{color:#c4b49a;font-size:1.25rem;font-weight:600}.back-link{color:#fff;text-decoration:none;padding:.5rem 1rem;border:1px solid rgba(255,255,255,.3);border-radius:6px;font-size:.9rem;transition:all .3s}.back-link:hover{background:#ffffff1a;border-color:#ffffff80}.login-card{max-width:400px;margin:4rem auto;padding:3rem;background:#fff;border-radius:15px;box-shadow:0 10px 40px #0000001a;text-align:center}.login-icon{font-size:3rem;margin-bottom:1rem}.login-card h2{margin-bottom:.5rem;color:#1e3a5f;font-size:1.75rem}.login-card>p{color:#666;margin-bottom:2rem}.login-form .form-group{margin-bottom:1rem}.login-form input{width:100%;padding:1rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;transition:border-color .3s}.login-form input:focus{outline:none;border-color:#1e3a5f}.login-error{color:#e74c3c;margin-top:.5rem;margin-bottom:1rem;font-size:.9rem}.full-width{width:100%}.form-hint{display:block;font-size:.8rem;color:#666;margin-top:.5rem}.logout-btn{background:transparent;border:1px solid #c4b49a;color:#c4b49a;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .3s}.logout-btn:hover{background:#c4b49a;color:#1e3a5f}.admin-main{padding:2rem 0}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e2e8f0}.admin-header h2{font-size:1.75rem;color:#1e3a5f;margin-bottom:.25rem}.admin-header p{color:#64748b;font-size:.95rem}.property-form-card{background:#fff;border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 20px #00000014;border:1px solid #e2e8f0}.property-form-card h3{font-size:1.25rem;color:#1e3a5f;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.property-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:0}.property-form .form-group{margin-bottom:1.25rem}.property-form label{display:block;font-size:.85rem;font-weight:600;color:#374151;margin-bottom:.5rem}.property-form input,.property-form select,.property-form textarea{width:100%;padding:.85rem 1rem;border:1.5px solid #e2e8f0;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .3s;background:#f8fafc}.property-form input:focus,.property-form select:focus,.property-form textarea:focus{outline:none;border-color:#1e3a5f;background:#fff;box-shadow:0 0 0 3px #1e3a5f1a}.property-form textarea{resize:vertical}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.form-actions .btn{padding:.85rem 2rem}.form-actions .btn-secondary{background:#e2e8f0;color:#374151;border:none}.form-actions .btn-secondary:hover{background:#cbd5e1}.properties-list{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 20px #00000014;border:1px solid #e2e8f0}.list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.list-count{font-weight:600;color:#1e3a5f}.empty-state{text-align:center;padding:4rem 2rem;color:#64748b}.admin-properties-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.admin-property-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem;transition:all .3s}.admin-property-card:hover{border-color:#1e3a5f;box-shadow:0 5px 20px #00000014}.admin-property-header{display:flex;gap:.5rem;margin-bottom:.75rem}.property-type-tag{padding:.25rem .75rem;border-radius:50px;font-size:.75rem;font-weight:600;background:#1e3a5f;color:#fff}.property-type-tag.villa{background:#7c3aed}.property-type-tag.penthouse{background:#c4b49a;color:#1e3a5f}.property-type-tag.commercial{background:#059669}.property-type-tag.shop{background:#d97706}.property-type-tag.plot{background:#6366f1}.property-status-tag{padding:.25rem .75rem;border-radius:50px;font-size:.75rem;font-weight:500;background:#dcfce7;color:#166534}.admin-property-card h4{font-size:1.1rem;color:#1e3a5f;margin-bottom:.35rem}.admin-property-card .property-location{color:#64748b;font-size:.9rem;margin-bottom:.75rem}.property-info{display:flex;gap:1rem;font-size:.85rem;color:#64748b;padding:.75rem 0;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;margin-bottom:.75rem}.admin-property-footer{display:flex;justify-content:space-between;align-items:center}.admin-property-footer .property-price{font-size:1.25rem;font-weight:700;color:#1e3a5f}.delete-btn{background:#fee2e2;color:#dc2626;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.85rem;cursor:pointer;transition:all .3s}.delete-btn:hover{background:#fecaca}@media(max-width:768px){.admin-nav-content{flex-direction:column;gap:1rem}.admin-nav-right{width:100%;justify-content:space-between}.admin-header{flex-direction:column;gap:1rem;align-items:flex-start}.property-form .form-row{grid-template-columns:1fr;gap:0}.form-actions{flex-direction:column}.form-actions .btn{width:100%}}.admin-loading-spinner{width:40px;height:40px;border:3px solid rgba(196,180,154,.3);border-top-color:#c4b49a;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{to{transform:rotate(360deg)}}.image-input-toggle{display:flex;gap:.5rem;margin-bottom:1rem}.toggle-btn{flex:1;padding:.75rem 1rem;border:2px solid #e2e8f0;background:#fff;border-radius:8px;cursor:pointer;font-size:.9rem;transition:all .3s;color:#64748b}.toggle-btn:hover{border-color:#c4b49a;color:#1e3a5f}.toggle-btn.active{border-color:#c4b49a;background:#faf9f7;color:#1e3a5f;font-weight:600}.image-upload-section{display:flex;flex-direction:column;gap:.75rem}.file-input{display:none}.file-input-label{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;background:#f1f5f9;border:2px dashed #cbd5e1;border-radius:8px;cursor:pointer;font-size:1rem;color:#64748b;transition:all .3s}.file-input-label:hover{border-color:#c4b49a;background:#faf9f7;color:#1e3a5f}.image-preview{position:relative;display:inline-block;max-width:300px;border-radius:8px;overflow:hidden;border:2px solid #e2e8f0}.image-preview img{width:100%;height:auto;display:block}.remove-preview{position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:50%;background:#000000b3;color:#fff;border:none;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;transition:all .3s}.remove-preview:hover{background:#dc3545;transform:scale(1.1)}
