*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;line-height:1.6;color:#333;overflow-x:hidden}
.container{max-width:1200px;margin:0 auto;padding:0 20px}
.navbar{background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1);position:fixed;width:100%;top:0;z-index:1000;height:70px;overflow:visible}
.navbar .container{display:flex;justify-content:space-between;align-items:center;height:100%}
.logo{display:flex;align-items:center;position:relative;z-index:10}
.logo-img{height:110px;width:auto;object-fit:contain;max-width:240px;margin-top:-20px;margin-bottom:-20px}
.rera-badge{font-size:.7rem;background:#f59e0b;color:#fff;padding:.2rem .5rem;border-radius:12px;margin-left:.5rem}
.nav-links{display:flex;list-style:none;gap:2rem}
.nav-links a{text-decoration:none;color:#333;font-weight:500;transition:.3s}
.nav-links a:hover{color:#1e3a8a}
.btn-cta{padding:.7rem 1.5rem;background:#1e3a8a;color:#fff;border:none;border-radius:25px;font-weight:600;cursor:pointer;transition:.3s}
.btn-cta:hover{background:#2563eb;transform:translateY(-2px)}
.hamburger{display:none;flex-direction:column;gap:4px;cursor:pointer}
.hamburger span{width:25px;height:3px;background:#333;transition:.3s}
.hero{min-height:100vh;background:linear-gradient(135deg,#1e3a8a 0%,#3b82f6 100%);background-size:cover;background-position:center;display:flex;align-items:center;position:relative;color:#fff;text-align:center}
.hero-overlay{position:absolute;inset:0;background:url('data:image/svg+xml,<svg width="60" height="60" xmlns="http://www.w3.org/2000/svg"><circle cx="30" cy="30" r="1" fill="white" opacity="0.1"/></svg>');opacity:.3}
.hero-content{position:relative;z-index:1}
.hero h1{font-size:3rem;margin-bottom:1rem;animation:fadeUp 1s}
.hero-subtitle{font-size:1.3rem;color:#fbbf24;margin-bottom:.5rem}
.hero-text{font-size:1.1rem;margin-bottom:2rem;opacity:.9}
.btn-hero{padding:1rem 2.5rem;background:#f59e0b;color:#fff;border:none;border-radius:30px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:.3s}
.btn-hero:hover{background:#d97706;transform:translateY(-3px);box-shadow:0 10px 25px rgba(0,0,0,.3)}
@keyframes fadeUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
.trust-section{padding:4rem 0;background:#f8fafc}
.trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;text-align:center}
.trust-item{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.08);transition:.3s}
.trust-item:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.12)}
.trust-icon{font-size:2.5rem;margin-bottom:.5rem}
.trust-item h3{color:#1e3a8a;margin-bottom:.3rem}
.section-title{text-align:center;font-size:2.5rem;color:#1e3a8a;margin-bottom:.5rem}
.section-subtitle{text-align:center;color:#64748b;margin-bottom:3rem}
.projects-section,.properties-section{padding:5rem 0}
.projects-grid,.properties-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}
.project-card,.property-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 5px 20px rgba(0,0,0,.1);transition:.3s;position:relative}
.project-card:hover,.property-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px rgba(0,0,0,.2)}
.project-image,.property-image{height:250px;position:relative}
.project-badge{position:absolute;top:15px;right:15px;background:#f59e0b;color:#fff;padding:.4rem 1rem;border-radius:20px;font-weight:600;font-size:.85rem}
.project-info,.property-info{padding:1.5rem}
.project-info h3,.property-info h3{color:#1e3a8a;margin-bottom:.5rem}
.project-location,.location{color:#64748b;margin-bottom:.8rem}
.project-desc{color:#475569;margin-bottom:1rem;font-size:.95rem}
.project-details,.property-highlights{display:flex;gap:.8rem;flex-wrap:wrap;margin:1rem 0}
.project-details span,.property-highlights span{background:#e0f2fe;color:#0369a1;padding:.4rem .8rem;border-radius:15px;font-size:.85rem;font-weight:500}
.btn-notify,.btn-schedule{width:100%;padding:.8rem;background:#1e3a8a;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:.3s;margin-top:1rem}
.btn-notify:hover,.btn-schedule:hover{background:#2563eb;transform:translateY(-2px)}
.testimonials-section{padding:5rem 0;background:#f8fafc}
.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}
.testimonial-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.08)}
.stars{color:#fbbf24;font-size:1.2rem;margin-bottom:1rem}
.testimonial-card p{color:#475569;margin-bottom:1rem;font-style:italic}
.testimonial-card h4{color:#1e3a8a;font-weight:600}
.about-section{padding:5rem 0;background:#fff}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}
.about-text h2{color:#1e3a8a;margin-bottom:1rem}
.about-text p{color:#475569;margin-bottom:1rem;line-height:1.8}
.office-info{margin-top:2rem;padding:1.5rem;background:#f8fafc;border-radius:10px}
.office-info h3{color:#1e3a8a;margin-bottom:1rem}
.office-info p{margin-bottom:.5rem}
.office-info a{color:#2563eb;text-decoration:none}
.contact-section{padding:5rem 0;background:#f8fafc}
.contact-form,.modal-form{max-width:700px;margin:0 auto;background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 20px rgba(0,0,0,.1)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}
.contact-form input,.contact-form select,.contact-form textarea,.modal-form input,.modal-form select,.modal-form textarea{width:100%;padding:.8rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;font-family:inherit;transition:.3s}
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus,.modal-form input:focus,.modal-form select:focus,.modal-form textarea:focus{outline:none;border-color:#1e3a8a}
.contact-form textarea,.modal-form textarea{margin-bottom:1rem}
.checkbox-label{display:flex;align-items:center;gap:.8rem;margin-bottom:1.5rem;cursor:pointer;padding:.8rem 1rem;background:#f8fafc;border-radius:8px;border:2px solid #e2e8f0;transition:.3s}
.checkbox-label:hover{border-color:#1e3a8a;background:#eff6ff}
.checkbox-label input[type="checkbox"]{width:20px;height:20px;cursor:pointer;accent-color:#25d366}
.checkbox-label span{color:#1e3a8a;font-weight:500}
.btn-submit{width:100%;padding:1rem;background:#1e3a8a;color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:.3s}
.btn-submit:hover{background:#2563eb;transform:translateY(-2px)}
.privacy-note{text-align:center;color:#64748b;font-size:.85rem;margin-top:1rem}
.footer{background:#1e293b;color:#fff;padding:3rem 0 1rem}
.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem}
.footer-col h3,.footer-col h4{margin-bottom:1rem;color:#f59e0b}
.footer-col ul{list-style:none}
.footer-col ul li{margin-bottom:.5rem}
.footer-col a{color:#cbd5e1;text-decoration:none;transition:.3s}
.footer-col a:hover{color:#fff}
.social-links{display:flex;gap:1rem}
.social-links a{color:#cbd5e1;transition:.3s}
.social-links a:hover{color:#fff;transform:scale(1.1)}
.social-links svg{width:24px;height:24px}
.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #334155;color:#94a3b8}
.footer-bottom a{color:#94a3b8}
.modal{display:none;position:fixed;z-index:2000;inset:0;background:rgba(0,0,0,.7);align-items:center;justify-content:center}
.modal.active{display:flex}
.modal-content{background:#fff;padding:2rem;border-radius:15px;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;position:relative}
.modal-small{max-width:450px}
.close{position:absolute;top:1rem;right:1.5rem;font-size:2rem;cursor:pointer;color:#64748b}
.close:hover{color:#1e3a8a}
.modal-content h2{color:#1e3a8a;margin-bottom:1.5rem}
.float-btn{position:fixed;bottom:20px;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(0,0,0,.4);z-index:1500;transition:.3s;text-decoration:none;animation:pulse 2s infinite}
.float-btn:hover{transform:scale(1.15);box-shadow:0 6px 30px rgba(0,0,0,.5)}
@keyframes pulse{0%,100%{box-shadow:0 4px 20px rgba(0,0,0,.4)}50%{box-shadow:0 4px 30px rgba(0,0,0,.6)}}
.whatsapp-btn{right:20px;background:linear-gradient(135deg,#25d366,#128c7e)}
.call-btn{right:90px;background:linear-gradient(135deg,#1e3a8a,#3b82f6);border:2px solid rgba(255,255,255,.2)}
.float-icon{font-size:1.8rem}
@media(max-width:768px){.hamburger{display:flex}.nav-links{position:fixed;left:-100%;top:70px;flex-direction:column;background:#fff;width:100%;padding:2rem;transition:.3s;box-shadow:0 10px 20px rgba(0,0,0,.1)}.nav-links.active{left:0}.btn-cta{display:none}.hero h1{font-size:2rem}.section-title{font-size:2rem}.about-grid{grid-template-columns:1fr}.form-row{grid-template-columns:1fr}.call-btn{right:20px;bottom:90px}}
