:root{--primary: #00B4D8;--primary-dark: #0096C7;--primary-light: rgba(0, 180, 216, .1);--accent-green: #25D366;--bg-dark: #0B0F18;--bg-darker: #070A10;--bg-light: #f8fafc;--white: #ffffff;--text-dark: #0f172a;--text-light: #64748b;--border-color: #e2e8f0;--card-shadow: 0 4px 20px rgba(0, 0, 0, .06);--card-shadow-hover: 0 12px 40px rgba(0, 0, 0, .12)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;color:var(--text-dark);background-color:var(--bg-light);line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 2rem}h1,h2,h3,h4{line-height:1.2}a{text-decoration:none;color:inherit}.btn{display:inline-flex;align-items:center;gap:8px;padding:.8rem 1.6rem;border-radius:8px;font-weight:600;font-size:.95rem;font-family:inherit;cursor:pointer;border:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-primary{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:var(--white);box-shadow:0 4px 15px #00b4d84d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00b4d866}.btn-outline{background:transparent;color:var(--white);border:2px solid rgba(255,255,255,.4)}.btn-outline:hover{border-color:var(--white);background:#ffffff0d}.btn-whatsapp{background:var(--accent-green);color:var(--white);box-shadow:0 4px 15px #25d3664d}.btn-whatsapp:hover{transform:translateY(-2px);box-shadow:0 8px 25px #25d36666}.btn-messenger{background:#0084ff;color:var(--white);box-shadow:0 4px 15px #0084ff4d}.btn-messenger:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0084ff66}.contact-buttons{display:flex;gap:1rem;flex-wrap:wrap}.header{background:#0b0f18f7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(255,255,255,.06)}.nav-container{display:flex;justify-content:space-between;align-items:center;height:76px}.logo{display:flex;align-items:center;gap:4px}.logo-ha{font-weight:800;font-size:1.7rem;color:var(--primary);letter-spacing:-.5px}.logo-immo{font-weight:800;font-size:1.7rem;color:var(--white);letter-spacing:-.5px}.header-right{display:flex;align-items:center;gap:1.5rem}.nav-links{display:flex;align-items:center;gap:2rem}.nav-links a{color:#ffffffb3;font-weight:500;font-size:.95rem;transition:color .2s}.nav-links a:hover,.nav-links a.active{color:var(--white)}.nav-whatsapp{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--accent-green);color:var(--white);transition:all .3s ease}.nav-whatsapp:hover{transform:scale(1.1);box-shadow:0 4px 15px #25d36666}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;flex-direction:column;justify-content:space-between;width:28px;height:20px;z-index:101}.mobile-menu-btn span{display:block;width:100%;height:2.5px;background-color:var(--white);border-radius:3px;transition:all .3s ease}.mobile-menu-btn.open span:nth-child(1){transform:translateY(8.75px) rotate(45deg)}.mobile-menu-btn.open span:nth-child(2){opacity:0}.mobile-menu-btn.open span:nth-child(3){transform:translateY(-8.75px) rotate(-45deg)}.hero{position:relative;min-height:90vh;display:flex;align-items:center;background:linear-gradient(135deg,var(--bg-darker),var(--bg-dark));overflow:hidden}.hero-content{position:relative;z-index:2;max-width:700px}.hero-badge{display:inline-block;padding:6px 16px;background:#00b4d826;border:1px solid rgba(0,180,216,.3);border-radius:30px;color:var(--primary);font-size:.85rem;font-weight:600;margin-bottom:1.5rem;letter-spacing:.5px}.hero h1{font-size:3.2rem;font-weight:800;color:var(--white);margin-bottom:1.2rem;line-height:1.15}.hero h1 span{color:var(--primary)}.hero-subtitle{font-size:1.15rem;color:#ffffffbf;margin-bottom:2rem;line-height:1.7;max-width:560px}.hero-actions{display:flex;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.hero-stats{display:flex;gap:1.5rem;flex-wrap:wrap}.hero-stat{background:#ffffff0f;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:1.2rem 1.8rem;min-width:160px;text-align:center}.hero-stat .stat-number{display:block;font-size:2rem;font-weight:800;color:var(--primary);margin-bottom:.3rem}.hero-stat .stat-label{font-size:.85rem;color:#ffffffa6;font-weight:500}.hero-categories{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem;margin-top:3rem;position:relative;z-index:2}.hero-cat-card{position:relative;border-radius:16px;overflow:hidden;height:240px;background-size:cover;background-position:center;cursor:pointer;transition:transform .35s ease,box-shadow .35s ease}.hero-cat-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0006}.hero-cat-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000b3,#0000001a);transition:background .3s ease}.hero-cat-card:hover .hero-cat-overlay{background:linear-gradient(to top,#000c,#00000026)}.hero-cat-text{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;padding:1rem}.hero-cat-text h3{font-size:1.35rem;font-weight:800;color:var(--white);margin-bottom:.4rem}.hero-cat-text p{font-size:.95rem;color:#ffffffe6;margin:0}.hero-cat-arrow{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#fff3;color:var(--white);font-size:.9rem;margin-top:.6rem;transition:background .2s ease}.hero-cat-card:hover .hero-cat-arrow{background:#ffffff59}.section-header{text-align:center;margin-bottom:3.5rem}.section-header h2{font-size:2.4rem;font-weight:800;color:var(--text-dark);margin-bottom:.8rem}.section-header p{font-size:1.05rem;color:var(--text-light);max-width:550px;margin:0 auto}.properties-filters{display:flex;justify-content:center;gap:.8rem;margin-bottom:2.5rem}.filter-btn{padding:.55rem 1.4rem;border-radius:30px;border:1px solid var(--border-color);background:var(--white);color:var(--text-light);font-weight:600;font-size:.9rem;font-family:inherit;cursor:pointer;transition:all .25s ease}.filter-btn:hover{border-color:var(--primary);color:var(--primary)}.filter-btn.active{background:var(--primary);color:var(--white);border-color:var(--primary)}.services{padding:6rem 0;background:var(--white)}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.service-card{padding:2.2rem;background:var(--white);border-radius:16px;border:1px solid var(--border-color);transition:all .35s cubic-bezier(.4,0,.2,1);position:relative;text-align:center}.service-card:hover{transform:translateY(-6px);box-shadow:var(--card-shadow-hover);border-color:#00b4d84d}.service-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:var(--primary-light);color:var(--primary);border-radius:14px;font-size:1.6rem;margin:0 auto 1.2rem;transition:transform .3s ease}.service-card:hover .service-icon{transform:scale(1.1)}.service-card h3{font-size:1.15rem;font-weight:700;color:var(--text-dark);margin-bottom:.8rem}.service-card p{font-size:.9rem;color:var(--text-light);line-height:1.6;margin:0}.properties{padding:6rem 0;background:var(--bg-light)}.properties-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.property-card{background:var(--white);border-radius:16px;overflow:hidden;border:1px solid var(--border-color);transition:all .35s cubic-bezier(.4,0,.2,1)}.property-card:hover{transform:translateY(-6px);box-shadow:var(--card-shadow-hover)}.property-image{position:relative;height:220px;overflow:hidden}.property-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.property-card:hover .property-image img{transform:scale(1.05)}.property-badge{position:absolute;top:12px;right:12px;padding:5px 14px;border-radius:20px;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.badge-sale{background:var(--primary);color:var(--white)}.badge-rent{background:#f59e0b;color:var(--white)}.property-info{padding:1.5rem}.property-info h3{font-size:1.1rem;font-weight:700;color:var(--text-dark);margin-bottom:.6rem}.property-specs{display:flex;gap:1rem;font-size:.85rem;color:var(--text-light);margin-bottom:1rem}.property-specs span{display:flex;align-items:center;gap:4px}.property-price{font-size:1.3rem;font-weight:800;color:var(--primary);margin-bottom:.8rem}.property-actions{display:flex;gap:.8rem}.property-link{display:inline-flex;align-items:center;gap:5px;font-weight:600;font-size:.85rem;padding:.45rem .9rem;border-radius:6px;transition:all .25s ease}.property-link-wa{color:#25d366;background:#25d3661a}.lang-toggle{background:#ffffff14;color:var(--white);border:1px solid rgba(255,255,255,.15);padding:.2rem .5rem;border-radius:5px;font-size:.65rem;font-weight:600;cursor:pointer;transition:all .25s ease;font-family:Noto Sans Arabic,Inter,sans-serif;display:flex;align-items:center;gap:.3rem}.lang-toggle:hover{background:#ffffff26;border-color:#ffffff4d}html[dir=rtl] .about-list li{flex-direction:row-reverse;text-align:right}html[dir=rtl] .contact-details li{flex-direction:row-reverse}html[dir=rtl] .property-info{text-align:right}html[dir=rtl] .property-specs,html[dir=rtl] .property-actions{justify-content:flex-end}.property-link-wa:hover{background:#25d366;color:var(--white)}.property-link-msg{color:#0084ff;background:#0084ff1a}.property-link-msg:hover{background:#0084ff;color:var(--white)}.about{padding:6rem 0;background:var(--white)}.about-container{display:flex;align-items:center;gap:4rem}.about-text{flex:1}.about-text h2{font-size:2.4rem;font-weight:800;color:var(--text-dark);margin-bottom:2rem}.about-list{list-style:none;display:flex;flex-direction:column;gap:1.2rem}.about-list li{display:flex;gap:1rem;align-items:flex-start}.about-check{flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:var(--primary-light);color:var(--primary);border-radius:50%;font-size:.85rem;margin-top:2px}.about-list li strong{color:var(--text-dark);display:block;margin-bottom:2px}.about-list li span{color:var(--text-light);font-size:.95rem}.about-image{flex:1;border-radius:20px;overflow:hidden;box-shadow:var(--card-shadow)}.about-image img{width:100%;height:100%;object-fit:cover;display:block}.contact{padding:6rem 0;background:var(--bg-dark)}.contact-container{display:flex;gap:4rem}.contact-info{flex:1}.contact-info h2{font-size:2.4rem;font-weight:800;color:var(--white);margin-bottom:1rem}.contact-info>p{color:#ffffffa6;font-size:1.05rem;margin-bottom:2rem}.contact-details{list-style:none;display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.contact-details li{display:flex;align-items:center;gap:12px;color:#fffc;font-size:.95rem}.contact-details li svg{flex-shrink:0;color:var(--primary)}.contact-form{flex:1;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:2.5rem}.form-group{margin-bottom:1.2rem}.form-group label{display:block;margin-bottom:.4rem;font-weight:500;color:#fffc;font-size:.9rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem 1rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:8px;color:var(--white);font-family:inherit;font-size:.95rem;transition:border-color .2s}.form-group input::placeholder,.form-group textarea::placeholder{color:#ffffff59}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--primary);background:#00b4d80d}.form-group select option{background:var(--bg-dark);color:var(--white)}.contact-form .btn-primary{width:100%;justify-content:center;padding:.9rem;font-size:1rem}.footer{background:var(--bg-darker);padding:2rem 0;text-align:center;border-top:1px solid rgba(255,255,255,.06)}.footer-content{display:flex;justify-content:space-between;align-items:center}.footer p{color:#ffffff73;font-size:.85rem;margin:0}.footer-socials{display:flex;gap:1rem}.footer-socials a{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ffffff0f;color:#ffffff80;transition:all .3s ease}.footer-socials a:hover{background:var(--primary);color:var(--white)}.whatsapp-float{position:fixed;bottom:24px;right:24px;width:56px;height:56px;border-radius:50%;background:var(--accent-green);color:var(--white);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #25d36666;z-index:99;transition:all .3s ease;animation:pulse-whatsapp 2s infinite}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 8px 30px #25d36680}@keyframes pulse-whatsapp{0%,to{box-shadow:0 4px 20px #25d36666}50%{box-shadow:0 4px 30px #25d36699}}@media(max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.mobile-menu-btn{display:flex}.nav-links{display:none;position:absolute;top:76px;left:0;width:100%;background:#0b0f18fa;flex-direction:column;padding:2rem;gap:1.5rem;box-shadow:0 10px 30px #0006}.nav-links.active{display:flex}.hero{min-height:auto;padding:5rem 0 4rem}.hero h1{font-size:2.2rem}.hero-stats{flex-direction:row;gap:1rem}.hero-stat{min-width:auto;flex:1;padding:1rem}.hero-stat .stat-number{font-size:1.5rem}.hero-categories{grid-template-columns:repeat(2,1fr);gap:.8rem}.hero-cat-card{height:130px}.services-grid,.properties-grid{grid-template-columns:1fr}.about-container,.contact-container{flex-direction:column;gap:2rem}.section-header h2{font-size:1.8rem}.footer-content{flex-direction:column;gap:1rem}}@media(max-width:480px){.hero-categories{grid-template-columns:1fr}.container{padding:0 1rem}.hero h1{font-size:1.8rem}.hero-actions{flex-direction:row;gap:.8rem}.logo-ha,.logo-immo{font-size:1.4rem}.btn{width:auto;padding:.6rem 1.2rem;font-size:.85rem}}
