:root{--gold:#c9a84c;--gold-light:#e8d5a3;--gold-dark:#8b6914;--gold-glow:rgba(201,168,76,0.15);--black:#0a0a0a;--off-black:#111;--dark:#1a1a1a;--mid:#2e2e2e;--gray:#888;--light-gray:#d4d4d4;--white:#fafaf8}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--black);color:var(--white);font-family:'DM Sans',sans-serif;font-weight:300;overflow-x:hidden}.cursor{width:8px;height:8px;background:var(--gold);border-radius:50%;position:fixed;top:0;left:0;pointer-events:none;z-index:9999;transform:translate(-50%,-50%);transition:transform .1s}.cursor-ring{width:36px;height:36px;border:1px solid rgba(201,168,76,0.5);border-radius:50%;position:fixed;top:0;left:0;pointer-events:none;z-index:9998;transform:translate(-50%,-50%);transition:all .18s ease;mix-blend-mode:normal}.scroll-progress{position:fixed;top:0;left:0;height:2px;background:linear-gradient(to right,var(--gold-dark),var(--gold),var(--gold-light));z-index:201;width:0;transition:width .1s}.lang-bar{background:rgba(201,168,76,0.08);border-bottom:1px solid rgba(201,168,76,0.15);padding:.4rem 4rem;display:flex;justify-content:flex-end;align-items:center;gap:1rem;position:relative;z-index:199}.lang-btn{background:0;border:0;color:var(--gray);font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;padding:.2rem .5rem;transition:color .2s;font-family:'DM Sans',sans-serif}.lang-btn.active,.lang-btn:hover{color:var(--gold)}.lang-sep{color:rgba(201,168,76,0.3);font-size:.6rem}.lang-label{font-size:.65rem;color:var(--gray);letter-spacing:.15em;text-transform:uppercase;margin-right:.5rem}.ticker-wrap{background:var(--gold);overflow:hidden;height:34px;display:flex;align-items:center;position:relative;z-index:198}.ticker-label{background:var(--black);color:var(--gold);font-size:.6rem;letter-spacing:.18em;text-transform:uppercase;padding:0 1.2rem;height:100%;display:flex;align-items:center;white-space:nowrap;flex-shrink:0;font-weight:500}.ticker-track{display:flex;gap:3rem;animation:ticker 40s linear infinite;white-space:nowrap}.ticker-item{font-size:.7rem;color:var(--black);font-weight:500;letter-spacing:.06em;white-space:nowrap}.ticker-item span{opacity:.7;margin:0 .5rem}@keyframes ticker{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}nav{position:fixed;top:68px;left:0;right:0;z-index:200;display:flex;align-items:center;justify-content:space-between;padding:1.5rem 4rem;background:linear-gradient(to bottom,rgba(10,10,10,0.97),transparent);transition:background .4s,padding .4s,top .4s}nav.scrolled{background:rgba(8,8,8,0.98);border-bottom:1px solid rgba(201,168,76,0.2);padding:1rem 4rem;top:0}.nav-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none}.nav-logo img{height:42px;filter:brightness(1.1)}.nav-brand{font-family:'Cormorant Garamond',serif;font-size:1.1rem;letter-spacing:.15em;color:var(--gold);font-weight:400}.nav-links{display:flex;gap:2.5rem;list-style:none}.nav-links a{color:var(--light-gray);text-decoration:none;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;transition:color .2s;position:relative;padding-bottom:4px}.nav-links a::after{content:'';position:absolute;bottom:0;left:0;right:100%;height:1px;background:var(--gold);transition:right .3s ease}.nav-links a:hover{color:var(--gold)}.nav-links a:hover::after{right:0}.nav-cta{background:transparent;border:1px solid var(--gold);color:var(--gold);padding:.6rem 1.5rem;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:all .3s;text-decoration:none;position:relative;overflow:hidden}.nav-cta::before{content:'';position:absolute;inset:0;background:var(--gold);transform:translateX(-100%);transition:transform .3s ease}.nav-cta:hover{color:var(--black)}.nav-cta:hover::before{transform:translateX(0)}.nav-cta span{position:relative;z-index:1}.hero{height:100vh;position:relative;display:flex;align-items:center;overflow:hidden;margin-top:0}.hero-bg{position:absolute;inset:0;background:linear-gradient(135deg,#0a0a0a 0,#1a1510 40%,#0f0d08 100%)}.hero-img-side{position:absolute;right:0;top:0;bottom:0;width:52%;overflow:hidden;z-index:1}.hero-img-side::before{content:'';position:absolute;inset:0;z-index:1;background:linear-gradient(to right,var(--black) 0,transparent 40%)}.hero-img-side img{width:100%;height:100%;object-fit:cover;object-position:center top;opacity:.55}.hero-pattern{position:absolute;inset:0;z-index:1;opacity:.035;background-image:repeating-linear-gradient(45deg,var(--gold) 0,var(--gold) 1px,transparent 0,transparent 50%);background-size:28px 28px}.hero-particles{position:absolute;inset:0;z-index:1;overflow:hidden}.particle{position:absolute;width:2px;height:2px;background:var(--gold);border-radius:50%;opacity:0;animation:float-up linear infinite}@keyframes float-up{0%{opacity:0;transform:translateY(0) scale(0)}10%{opacity:.6}90%{opacity:.2}100%{opacity:0;transform:translateY(-100vh) scale(1.5)}}.hero-content{position:relative;z-index:2;padding:0 4rem 140px;max-width:680px}.hero-tag{display:inline-flex;align-items:center;gap:.75rem;border:1px solid rgba(201,168,76,0.4);color:var(--gold);font-size:.68rem;letter-spacing:.25em;text-transform:uppercase;padding:.4rem 1.2rem;margin-bottom:2.5rem;animation:fade-in-up .8s ease both}.hero-tag::before{content:'◆';font-size:.5rem}.hero h1{font-family:'Cormorant Garamond',serif;font-size:clamp(3.2rem,5.5vw,5.5rem);font-weight:300;line-height:1.05;margin-bottom:1.8rem;color:var(--white);animation:fade-in-up .8s .2s ease both}.hero h1 em{color:var(--gold);font-style:italic}.hero h1 .line2{display:block;background:linear-gradient(90deg,var(--gold),var(--gold-light),var(--gold));background-size:200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:shine 3s linear infinite}@keyframes shine{0%{background-position:0 0}100%{background-position:200%}}.hero-sub{color:rgba(212,212,212,0.8);font-size:.95rem;line-height:1.9;margin-bottom:2.8rem;max-width:460px;animation:fade-in-up .8s .4s ease both}.hero-btns{display:flex;gap:1rem;animation:fade-in-up .8s .6s ease both;position:relative;z-index:5}.btn-primary{background:var(--gold);color:var(--black);padding:1rem 2.2rem;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;font-weight:500;transition:all .3s;border:0;cursor:pointer;display:inline-block;position:relative;overflow:hidden}.btn-primary::after{content:'';position:absolute;inset:0;background:rgba(255,255,255,0.15);transform:translateX(-100%) skewX(-15deg);transition:transform .4s ease}.btn-primary:hover::after{transform:translateX(150%) skewX(-15deg)}.btn-primary:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 10px 30px rgba(201,168,76,0.3)}.btn-outline{border:1px solid rgba(255,255,255,0.25);color:var(--white);padding:1rem 2.2rem;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;transition:all .3s;display:inline-block;background:0;cursor:pointer}.btn-outline:hover{border-color:var(--gold);color:var(--gold);transform:translateY(-2px)}.hero-stats{position:absolute;bottom:0;left:0;right:0;z-index:10;display:flex;background:rgba(10,10,10,0.88);border-top:1px solid rgba(201,168,76,0.2);animation:fade-in-up .8s .8s ease both}.stat-item{flex:1;padding:1.8rem 2rem;display:flex;flex-direction:column;gap:.3rem;border-right:1px solid rgba(201,168,76,0.1);transition:background .3s}.stat-item:last-child{border-right:0}.stat-item:hover{background:rgba(201,168,76,0.05)}.stat-num{font-family:'Cormorant Garamond',serif;font-size:2.4rem;color:var(--gold);font-weight:300;line-height:1}.stat-label{font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gray)}@keyframes fade-in-up{from{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}.reveal{opacity:0;transform:translateY(35px);transition:opacity .9s ease,transform .9s ease}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-left{opacity:0;transform:translateX(-40px);transition:opacity .9s ease,transform .9s ease}.reveal-left.visible{opacity:1;transform:translateX(0)}.reveal-right{opacity:0;transform:translateX(40px);transition:opacity .9s ease,transform .9s ease}.reveal-right.visible{opacity:1;transform:translateX(0)}section{padding:7rem 4rem}.section-tag{font-size:.68rem;letter-spacing:.25em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem;display:flex;align-items:center;gap:.75rem}.section-tag::before{content:'';width:30px;height:1px;background:var(--gold)}.section-title{font-family:'Cormorant Garamond',serif;font-size:clamp(2.2rem,3.5vw,3.5rem);font-weight:300;line-height:1.15;margin-bottom:1.5rem}.section-title em{color:var(--gold);font-style:italic}.section-desc{color:var(--gray);font-size:.93rem;line-height:2;max-width:540px}.gold-line{width:60px;height:1px;background:linear-gradient(to right,var(--gold),transparent);margin:1.5rem 0}.gold-divider{width:100%;height:1px;background:linear-gradient(to right,transparent,var(--gold),transparent);opacity:.2}.snapshot-section{background:linear-gradient(135deg,#0f0d08,#1a1510,#0f0d08);position:relative;overflow:hidden}.snapshot-section::before{content:'';position:absolute;inset:0;background-image:repeating-linear-gradient(45deg,rgba(201,168,76,0.03) 0,rgba(201,168,76,0.03) 1px,transparent 0,transparent 50%);background-size:28px 28px}.snapshot-header{text-align:center;margin-bottom:3.5rem;position:relative}.snapshot-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(201,168,76,0.1);position:relative}.snap-card{background:rgba(10,10,10,0.8);padding:2.5rem 2rem;text-align:center;transition:background .3s;position:relative;overflow:hidden}.snap-card::after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--gold);transform:scaleX(0);transition:transform .4s}.snap-card:hover{background:rgba(201,168,76,0.04)}.snap-card:hover::after{transform:scaleX(1)}.snap-icon{font-size:1.5rem;margin-bottom:1rem}.snap-num{font-family:'Cormorant Garamond',serif;font-size:2.8rem;color:var(--gold);font-weight:300;line-height:1;margin-bottom:.4rem}.snap-label{font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gray);margin-bottom:.5rem}.snap-trend{font-size:.72rem;color:#4ade80;display:inline-flex;align-items:center;gap:.3rem}.snap-trend.down{color:#f87171}.snap-area-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:3rem}.area-pill{background:rgba(201,168,76,0.06);border:1px solid rgba(201,168,76,0.15);padding:1.2rem 1.5rem;display:flex;justify-content:space-between;align-items:center;transition:all .3s}.area-pill:hover{background:rgba(201,168,76,0.1);border-color:rgba(201,168,76,0.35)}.area-name{font-size:.82rem;font-weight:500}.area-yield{font-size:.75rem;color:var(--gold);font-weight:500}.area-price{font-size:.7rem;color:var(--gray)}.about-section{background:var(--off-black)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:7rem;align-items:center}.about-img-wrap{position:relative}.about-img-wrap::after{content:'';position:absolute;bottom:-20px;right:-20px;width:70%;height:70%;border:1px solid rgba(201,168,76,0.25);z-index:0}.about-img-wrap img{width:100%;height:540px;object-fit:cover;object-position:top;position:relative;z-index:1}.about-img-badge{position:absolute;bottom:1.5rem;left:-2rem;z-index:2;background:var(--gold);color:var(--black);padding:1.5rem 2rem;text-align:center;box-shadow:0 20px 50px rgba(201,168,76,0.3)}.about-img-badge .num{font-family:'Cormorant Garamond',serif;font-size:2.8rem;font-weight:300;display:block;line-height:1}.about-img-badge .lbl{font-size:.65rem;letter-spacing:.15em;text-transform:uppercase}.about-values{display:flex;flex-direction:column;gap:1.5rem;margin-top:2.5rem}.value-item{display:flex;gap:1.2rem;align-items:flex-start;padding:1.2rem;border:1px solid transparent;transition:all .3s}.value-item:hover{border-color:rgba(201,168,76,0.2);background:rgba(201,168,76,0.03)}.value-icon{color:var(--gold);font-size:.9rem;margin-top:.15rem;flex-shrink:0}.value-text h4{font-size:.85rem;letter-spacing:.05em;margin-bottom:.35rem;font-weight:500}.value-text p{font-size:.82rem;color:var(--gray);line-height:1.75}.properties-section{background:var(--black);overflow:hidden}.props-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:3rem}.slider-wrap{position:relative;overflow:hidden}.slider-track{display:flex;gap:1.5px;transition:transform .6s cubic-bezier(0.25,0.46,0.45,0.94)}.prop-card{scroll-snap-align:start;min-width:calc(33.333% - 1px);background:var(--off-black);overflow:hidden;cursor:pointer;position:relative;flex-shrink:0;transition:transform .3s}.prop-card:hover{transform:translateY(-6px)}.prop-card:hover .prop-img img{transform:scale(1.08)}.prop-card:hover .prop-overlay{opacity:1}.prop-img{height:310px;overflow:hidden;position:relative}.prop-img img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.prop-img-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--dark),var(--mid));display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:2rem;font-family:'Cormorant Garamond',serif}.prop-badge{position:absolute;top:1rem;left:1rem;background:var(--gold);color:var(--black);font-size:.58rem;letter-spacing:.15em;text-transform:uppercase;padding:.3rem .8rem;font-weight:500}.prop-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(201,168,76,0.25),transparent);opacity:0;transition:opacity .4s}.prop-wishlist{position:absolute;top:1rem;right:1rem;background:rgba(10,10,10,0.7);border:1px solid rgba(201,168,76,0.3);width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s;color:var(--gold);font-size:.9rem;z-index:2}.prop-wishlist:hover,.prop-wishlist.active{background:var(--gold);color:var(--black)}.prop-info{padding:1.5rem 1.8rem;border-top:1px solid rgba(201,168,76,0.1)}.prop-developer{font-size:.63rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:.5rem}.prop-name{font-family:'Cormorant Garamond',serif;font-size:1.35rem;font-weight:400;margin-bottom:.4rem}.prop-location{font-size:.76rem;color:var(--gray);margin-bottom:.8rem}.prop-price{font-size:.78rem;color:var(--gold-light);letter-spacing:.05em}.prop-compare-btn{margin-top:1rem;width:100%;background:0;border:1px solid rgba(201,168,76,0.2);color:var(--gray);font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;padding:.5rem;cursor:pointer;transition:all .3s;font-family:'DM Sans',sans-serif}.prop-compare-btn:hover,.prop-compare-btn.selected{border-color:var(--gold);color:var(--gold);background:rgba(201,168,76,0.05)}.slider-controls{display:flex;gap:.75rem;margin-top:2.5rem;justify-content:center;align-items:center}.slider-btn{width:46px;height:46px;border:1px solid rgba(201,168,76,0.4);background:transparent;color:var(--gold);cursor:pointer;font-size:1rem;transition:all .3s;display:flex;align-items:center;justify-content:center}.slider-btn:hover{background:var(--gold);color:var(--black)}.slider-dots{display:flex;gap:.5rem;align-items:center;margin:0 1rem}.slider-dot{width:6px;height:6px;border-radius:50%;background:rgba(201,168,76,0.3);cursor:pointer;transition:all .3s}.slider-dot.active{background:var(--gold);width:20px;border-radius:3px}.compare-bar{position:fixed;bottom:0;left:0;right:0;background:rgba(10,10,10,0.97);border-top:1px solid rgba(201,168,76,0.3);z-index:400;transform:translateY(100%);transition:transform .4s ease}.compare-bar.show{transform:translateY(0)}.compare-bar-inner{display:flex;align-items:center;gap:2rem;padding:1.2rem 4rem}.compare-slots{display:flex;gap:1rem;flex:1}.compare-slot{flex:1;max-width:220px;border:1px solid rgba(201,168,76,0.2);padding:.8rem 1rem;min-height:60px;display:flex;align-items:center;justify-content:space-between}.compare-slot-name{font-size:.8rem;color:var(--light-gray)}.compare-slot-empty{font-size:.72rem;color:var(--gray);font-style:italic}.compare-slot-remove{color:var(--gold);cursor:pointer;font-size:.9rem;background:0;border:0}.compare-label{font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);white-space:nowrap}.compare-actions{display:flex;gap:.75rem}.areas-section{background:var(--dark)}.areas-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5px;background:rgba(201,168,76,0.08);margin-top:3rem}.area-card{background:var(--dark);overflow:hidden;position:relative;cursor:pointer}.area-card-img{height:220px;background:linear-gradient(135deg,var(--off-black),var(--mid));display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;transition:transform .5s}.area-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.area-card:hover .area-card-img img{transform:scale(1.06)}.area-card:hover .area-card-img{transform:scale(1.03)}.area-card-emoji{font-size:3.5rem}.area-card-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(10,10,10,0.85),transparent 50%)}.area-card-body{padding:1.5rem}.area-card-name{font-family:'Cormorant Garamond',serif;font-size:1.4rem;margin-bottom:.5rem}.area-card-desc{font-size:.78rem;color:var(--gray);line-height:1.7;margin-bottom:1rem}.area-card-stats{display:flex;gap:1.5rem}.area-stat{display:flex;flex-direction:column;gap:.2rem}.area-stat-val{font-size:.85rem;color:var(--gold);font-weight:500}.area-stat-key{font-size:.62rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gray)}.calculator-section{background:var(--off-black)}.calc-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.calc-form{background:rgba(201,168,76,0.04);border:1px solid rgba(201,168,76,0.15);padding:3rem}.calc-form h3{font-family:'Cormorant Garamond',serif;font-size:1.8rem;margin-bottom:2rem;color:var(--gold)}.calc-group{margin-bottom:1.8rem}.calc-label{font-size:.68rem;letter-spacing:.15em;text-transform:uppercase;color:var(--gray);margin-bottom:.6rem;display:flex;justify-content:space-between}.calc-label span{color:var(--gold);font-family:'Cormorant Garamond',serif;font-size:1rem;letter-spacing:0}.calc-slider{width:100%;-webkit-appearance:none;height:2px;background:rgba(201,168,76,0.2);outline:0}.calc-slider::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;background:var(--gold);cursor:pointer;border-radius:0}.calc-results{display:flex;flex-direction:column;gap:1.5rem;padding-top:.5rem}.calc-result-card{background:rgba(10,10,10,0.6);border:1px solid rgba(201,168,76,0.12);padding:2rem;transition:border-color .3s}.calc-result-card:hover{border-color:rgba(201,168,76,0.3)}.calc-result-label{font-size:.65rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gray);margin-bottom:.6rem}.calc-result-val{font-family:'Cormorant Garamond',serif;font-size:2.5rem;color:var(--gold);font-weight:300;line-height:1}.calc-result-sub{font-size:.72rem;color:var(--gray);margin-top:.4rem}.calc-chart{height:160px;margin-top:1rem;position:relative}.calc-bar-wrap{display:flex;align-items:flex-end;gap:4px;height:100%;padding:0 .5rem}.calc-bar{flex:1;background:linear-gradient(to top,var(--gold-dark),var(--gold));min-height:4px;transition:height .6s ease;position:relative}.calc-bar-year{position:absolute;bottom:-1.4rem;left:50%;transform:translateX(-50%);font-size:.6rem;color:var(--gray);white-space:nowrap}.ceo-section{background:var(--dark)}.ceo-grid{display:grid;grid-template-columns:5fr 7fr;gap:7rem;align-items:center}.ceo-img-wrap{position:relative}.ceo-img-wrap::before{content:'';position:absolute;top:-1.5rem;left:-1.5rem;right:1.5rem;bottom:1.5rem;border:1px solid rgba(201,168,76,0.3);z-index:0}.ceo-img-wrap::after{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(201,168,76,0.08),transparent 60%);z-index:2;pointer-events:none}.ceo-img-wrap img{width:100%;height:600px;object-fit:cover;object-position:top;position:relative;z-index:1}.ceo-quote{font-family:'Cormorant Garamond',serif;font-size:1.5rem;font-style:italic;line-height:1.65;color:var(--gold-light);margin-bottom:2rem;border-left:2px solid var(--gold);padding-left:1.5rem}.ceo-text{color:var(--gray);font-size:.9rem;line-height:1.95;margin-bottom:1rem}.ceo-journey{display:flex;gap:0;margin-top:2rem;border:1px solid rgba(201,168,76,0.15)}.journey-step{flex:1;text-align:center;padding:1.5rem 1rem;border-right:1px solid rgba(201,168,76,0.15);transition:background .3s}.journey-step:last-child{border-right:0}.journey-step:hover{background:rgba(201,168,76,0.05)}.journey-flag{font-size:1.6rem;margin-bottom:.5rem}.journey-country{font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:.3rem}.journey-desc{font-size:.72rem;color:var(--gray);line-height:1.5}.ceo-signature{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid rgba(201,168,76,0.2)}.ceo-name{font-family:'Cormorant Garamond',serif;font-size:1.5rem;color:var(--gold)}.ceo-title{font-size:.68rem;letter-spacing:.15em;text-transform:uppercase;color:var(--gray);margin-top:.3rem}.team-section{background:var(--off-black)}.team-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:3rem}.team-card{background:var(--dark);overflow:hidden;position:relative;display:grid;grid-template-columns:220px 1fr;border:1px solid rgba(201,168,76,0.1);transition:border-color .3s,transform .3s}.team-card:hover{border-color:rgba(201,168,76,0.35);transform:translateY(-4px)}.team-card:hover .team-photo img{transform:scale(1.05)}.team-card:hover .team-card-overlay{opacity:1}.team-photo{height:280px;overflow:hidden;position:relative}.team-photo img{width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .7s ease}.team-card-overlay{position:absolute;inset:0;opacity:0;transition:opacity .4s;background:linear-gradient(135deg,rgba(201,168,76,0.15),transparent)}.team-info{padding:2rem;display:flex;flex-direction:column;justify-content:center;border-left:1px solid rgba(201,168,76,0.1)}.team-name{font-family:'Cormorant Garamond',serif;font-size:1.6rem;font-weight:300;margin-bottom:.3rem}.team-role{font-size:.62rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}.team-bio{font-size:.82rem;color:var(--gray);line-height:1.8;margin-bottom:1.2rem}.team-langs{display:flex;gap:.4rem;flex-wrap:wrap;margin-bottom:1.2rem}.team-lang{font-size:.6rem;letter-spacing:.1em;text-transform:uppercase;background:rgba(201,168,76,0.08);border:1px solid rgba(201,168,76,0.2);color:var(--gold-light);padding:.25rem .65rem}.team-contacts{display:flex;gap:.75rem;flex-wrap:wrap}.team-contact-link{font-size:.68rem;color:var(--gold);text-decoration:none;border:1px solid rgba(201,168,76,0.25);padding:.4rem .9rem;transition:all .2s;letter-spacing:.08em}.team-contact-link:hover{background:var(--gold);color:var(--black)}.testimonials-section{background:var(--black);overflow:hidden}.testi-header{text-align:center;max-width:560px;margin:0 auto 4rem}.testi-track-wrap{overflow:hidden}.testi-track{display:flex;gap:1.5rem;transition:transform .6s cubic-bezier(0.25,0.46,0.45,0.94)}.testi-card{min-width:calc(33.333% - 1rem);background:var(--off-black);padding:2.5rem;border:1px solid rgba(201,168,76,0.1);position:relative;flex-shrink:0;transition:border-color .3s,transform .3s}.testi-card:hover{border-color:rgba(201,168,76,0.3);transform:translateY(-4px)}.testi-quote-mark{font-family:'Cormorant Garamond',serif;font-size:5rem;line-height:.8;color:var(--gold);opacity:.2;margin-bottom:1rem;display:block}.testi-text{font-family:'Cormorant Garamond',serif;font-size:1.05rem;font-style:italic;line-height:1.75;color:var(--light-gray);margin-bottom:1.8rem}.testi-stars{color:var(--gold);font-size:.75rem;letter-spacing:.1em;margin-bottom:1rem}.testi-author{display:flex;align-items:center;gap:1rem}.testi-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,var(--gold-dark),var(--gold));display:flex;align-items:center;justify-content:center;font-family:'Cormorant Garamond',serif;font-size:1.1rem;color:var(--black);font-weight:600;flex-shrink:0}.testi-name{font-size:.85rem;font-weight:500;margin-bottom:.2rem}.testi-origin{font-size:.7rem;color:var(--gold);letter-spacing:.08em}.rating-summary{display:flex;align-items:center;gap:3rem;justify-content:center;margin-bottom:3rem;padding:2rem;border:1px solid rgba(201,168,76,0.12);background:rgba(201,168,76,0.03)}.rating-big{font-family:'Cormorant Garamond',serif;font-size:4rem;color:var(--gold);font-weight:300;line-height:1}.rating-stars-big{color:var(--gold);font-size:1.1rem;letter-spacing:.15em;margin-bottom:.3rem}.rating-count{font-size:.72rem;color:var(--gray)}.rating-bars{flex:1;max-width:220px}.rating-bar-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.4rem}.rating-bar-label{font-size:.65rem;color:var(--gray);width:10px}.rating-bar-track{flex:1;height:4px;background:rgba(255,255,255,0.08)}.rating-bar-fill{height:100%;background:var(--gold)}.developers-section{background:var(--off-black)}.dev-logos{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(201,168,76,0.1);margin-top:3rem}.dev-logo-item{background:var(--off-black);padding:2.5rem;display:flex;align-items:center;justify-content:center;transition:background .3s;cursor:pointer}.dev-logo-item:hover{background:var(--dark)}.dev-logo-item img{max-height:50px;max-width:130px;object-fit:contain;filter:brightness(0.6) grayscale(1);transition:filter .3s}.dev-logo-item:hover img{filter:brightness(1.2) grayscale(0)}.dev-logo-text{font-family:'Cormorant Garamond',serif;font-size:1.4rem;color:var(--gray);letter-spacing:.05em;transition:color .3s}.dev-logo-item:hover .dev-logo-text{color:var(--gold)}.faq-section{background:var(--dark)}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:7rem;align-items:start}.faq-list{display:flex;flex-direction:column;gap:0;margin-top:1rem}.faq-item{border-bottom:1px solid rgba(201,168,76,0.15)}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:1.4rem 0;cursor:pointer;transition:color .3s;font-size:.9rem;font-weight:400;letter-spacing:.02em;gap:1rem}.faq-question:hover{color:var(--gold)}.faq-icon{color:var(--gold);font-size:1.2rem;flex-shrink:0;transition:transform .3s;line-height:1}.faq-item.open .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s ease;font-size:.85rem;color:var(--gray);line-height:1.85}.faq-item.open .faq-answer{max-height:200px;padding-bottom:1.4rem}.faq-cta-box{background:linear-gradient(135deg,rgba(201,168,76,0.08),rgba(201,168,76,0.03));border:1px solid rgba(201,168,76,0.2);padding:3rem}.faq-cta-box h3{font-family:'Cormorant Garamond',serif;font-size:2rem;font-weight:300;line-height:1.3;margin-bottom:1rem}.faq-cta-box h3 em{color:var(--gold);font-style:italic}.faq-cta-box p{color:var(--gray);font-size:.85rem;line-height:1.8;margin-bottom:2rem}.faq-trust{margin-top:1.5rem;padding:2rem;border:1px solid rgba(201,168,76,0.12);background:rgba(201,168,76,0.03)}.faq-trust-item{display:flex;gap:1rem;align-items:center;margin-bottom:1rem}.faq-trust-item:last-child{margin-bottom:0}.faq-trust-item span:first-child{color:var(--gold);font-size:1.1rem}.faq-trust-item span:last-child{font-size:.85rem;color:var(--light-gray)}.contact-section{background:var(--off-black)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:7rem}.contact-info{display:flex;flex-direction:column;gap:1.5rem;margin-top:2.5rem}.contact-item{display:flex;gap:1.5rem;align-items:flex-start;padding:1.5rem;border:1px solid rgba(201,168,76,0.08);transition:all .3s}.contact-item:hover{border-color:rgba(201,168,76,0.25);background:rgba(201,168,76,0.03)}.contact-icon{color:var(--gold);font-size:1rem;margin-top:.15rem;width:22px;flex-shrink:0}.contact-detail h4{font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:.4rem}.contact-detail p{font-size:.88rem;color:var(--light-gray);line-height:1.75}.contact-detail a{color:var(--light-gray);text-decoration:none;transition:color .2s}.contact-detail a:hover{color:var(--gold)}.contact-form{display:flex;flex-direction:column;gap:1.2rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.68rem;letter-spacing:.15em;text-transform:uppercase;color:var(--gray)}.form-group input,.form-group textarea,.form-group select{background:var(--dark);border:1px solid rgba(255,255,255,0.07);color:var(--white);padding:.9rem 1.1rem;font-family:'DM Sans',sans-serif;font-size:.88rem;font-weight:300;outline:0;transition:border-color .3s,box-shadow .3s;width:100%;-webkit-appearance:none}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(201,168,76,0.08)}.form-group select option{background:var(--dark)}.form-group textarea{resize:none;height:120px}.form-submit{background:var(--gold);color:var(--black);border:0;padding:1.1rem 2.5rem;font-family:'DM Sans',sans-serif;font-size:.8rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:all .3s;align-self:flex-start}.form-submit:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 10px 30px rgba(201,168,76,0.25)}footer{background:#080808;padding:4rem 4rem 2rem;border-top:1px solid rgba(201,168,76,0.15)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:4rem;margin-bottom:3rem}.footer-brand img{height:48px;margin-bottom:1.2rem}.footer-desc{font-size:.82rem;color:var(--gray);line-height:1.9;max-width:280px}.footer-socials{display:flex;gap:.75rem;margin-top:1.5rem}.social-link{width:38px;height:38px;border:1px solid rgba(201,168,76,0.25);display:flex;align-items:center;justify-content:center;color:var(--gold);text-decoration:none;font-size:.72rem;transition:all .3s}.social-link:hover{background:var(--gold);color:var(--black);border-color:var(--gold)}.footer-col h4{font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:1.4rem}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-col ul a{font-size:.82rem;color:var(--gray);text-decoration:none;transition:color .2s}.footer-col ul a:hover{color:var(--gold)}.footer-bottom{border-top:1px solid rgba(255,255,255,0.04);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center}.footer-copy{font-size:.74rem;color:rgba(255,255,255,0.25)}.footer-rera{font-size:.74rem;color:rgba(201,168,76,0.45)}.whatsapp-float{position:fixed;bottom:2rem;right:2rem;z-index:300;display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.whatsapp-btn{width:58px;height:58px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;color:white;box-shadow:0 4px 20px rgba(37,211,102,0.4);transition:all .3s;animation:pulse-green 2.5s ease infinite}.whatsapp-btn:hover{transform:scale(1.1);box-shadow:0 8px 30px rgba(37,211,102,0.55)}@keyframes pulse-green{0%,100%{box-shadow:0 4px 20px rgba(37,211,102,0.4)}50%{box-shadow:0 4px 30px rgba(37,211,102,0.7),0 0 0 8px rgba(37,211,102,0.1)}}.whatsapp-tooltip{background:var(--off-black);border:1px solid rgba(255,255,255,0.1);color:var(--white);padding:.5rem 1rem;font-size:.75rem;white-space:nowrap;opacity:0;transform:translateX(10px);transition:all .3s;pointer-events:none}.whatsapp-float:hover .whatsapp-tooltip{opacity:1;transform:translateX(0)}.book-float{position:fixed;bottom:7rem;right:2rem;z-index:300}.book-float-btn{background:var(--gold);color:var(--black);border:0;padding:.85rem 1.5rem;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;font-weight:500;font-family:'DM Sans',sans-serif;box-shadow:0 8px 30px rgba(201,168,76,0.35);transition:all .3s;white-space:nowrap;display:flex;align-items:center;gap:.5rem}.book-float-btn:hover{background:var(--gold-light);transform:translateY(-2px)}.book-pulse{width:8px;height:8px;background:var(--black);border-radius:50%;animation:blink 1.5s ease infinite}@keyframes blink{0%,100%{opacity:1}50%{opacity:.3}}.popup-overlay{position:fixed;inset:0;background:rgba(0,0,0,0.85);z-index:500;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s}.popup-overlay.show{opacity:1;pointer-events:all}.popup-box{background:var(--off-black);border:1px solid rgba(201,168,76,0.25);padding:3rem;max-width:500px;width:90%;position:relative;transform:translateY(20px);transition:transform .3s}.popup-overlay.show .popup-box{transform:translateY(0)}.popup-close{position:absolute;top:1rem;right:1rem;background:0;border:0;color:var(--gray);cursor:pointer;font-size:1.3rem;transition:color .2s;line-height:1}.popup-close:hover{color:var(--gold)}.popup-title{font-family:'Cormorant Garamond',serif;font-size:2rem;color:var(--gold);margin-bottom:.5rem}.popup-sub{font-size:.82rem;color:var(--gray);line-height:1.7;margin-bottom:2rem}.popup-form{display:flex;flex-direction:column;gap:1rem}.popup-input{background:rgba(255,255,255,0.05);border:1px solid rgba(201,168,76,0.25);color:var(--white);padding:.85rem 1rem;font-family:'DM Sans',sans-serif;font-size:.85rem;outline:0;width:100%;transition:border-color .3s;border-radius:0}.popup-input::placeholder{color:rgba(212,212,212,0.5);font-size:.82rem}.popup-input:focus{border-color:var(--gold);background:rgba(201,168,76,0.05)}.popup-times{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.popup-time{background:var(--dark);border:1px solid rgba(255,255,255,0.07);color:var(--gray);padding:.6rem;font-size:.7rem;cursor:pointer;text-align:center;transition:all .2s;font-family:'DM Sans',sans-serif}.popup-time:hover,.popup-time.selected{border-color:var(--gold);color:var(--gold);background:rgba(201,168,76,0.05)}.popup-time-label{font-size:.65rem;color:var(--gray);margin-bottom:.4rem}.popup-submit{background:var(--gold);color:var(--black);border:0;padding:1rem;font-family:'DM Sans',sans-serif;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;font-weight:500;width:100%;transition:all .3s}.popup-submit:hover{background:var(--gold-light)}.exit-popup.show{opacity:1;pointer-events:all}.exit-email:focus{border-color:var(--gold)}.exit-close:hover{color:var(--gold)}.cookie-text a{color:var(--gold);text-decoration:none}.cookie-decline:hover{border-color:var(--gray)}.mobile-lang-btn{font-size:.85rem !important;letter-spacing:.1em;padding:.3rem .6rem}[dir="rtl"] .nav-links a::after{left:auto;right:0;right:100%}[dir="rtl"] .nav-links a:hover::after{right:0;left:auto}[dir="rtl"] .section-tag::before{margin-right:0;margin-left:.75rem}[dir="rtl"] .mobile-menu{direction:rtl}.nav-hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:6px;z-index:201;background:0;border:0}.nav-hamburger span{display:block;width:24px;height:2px;background:var(--gold);transition:all .3s ease}.nav-hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-hamburger.open span:nth-child(2){opacity:0}.nav-hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(8,8,8,0.98);z-index:199;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;opacity:0;pointer-events:none;transition:opacity .4s ease}.mobile-menu.open{opacity:1;pointer-events:all}.mobile-menu a{font-family:'Cormorant Garamond',serif;font-size:2rem;color:var(--white);text-decoration:none;letter-spacing:.1em;transition:color .2s}.mobile-menu a:hover{color:var(--gold)}.mobile-menu .mobile-cta{background:var(--gold);color:var(--black);padding:1rem 2.5rem;font-family:'DM Sans',sans-serif;font-size:.85rem;letter-spacing:.12em;text-transform:uppercase;font-weight:500;margin-top:1rem}.whatsapp-float{filter:drop-shadow(0 4px 20px rgba(37,211,102,0.35))}.whatsapp-btn{position:relative}@keyframes wa-pulse{0%{transform:scale(1);opacity:.8}100%{transform:scale(1.6);opacity:0}}.form-group input,.form-group select,.form-group textarea{background:rgba(201,168,76,0.04);border:1px solid rgba(201,168,76,0.15);color:var(--white);padding:.85rem 1rem;font-family:'DM Sans',sans-serif;font-size:.85rem;outline:0;transition:border-color .3s;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:rgba(201,168,76,0.5)}.form-group select option{background:var(--dark);color:var(--white)}.form-group textarea{min-height:100px;resize:vertical}.form-submit{background:var(--gold);color:var(--black);border:0;padding:1rem 2rem;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;width:100%;font-family:'DM Sans',sans-serif;font-weight:500;transition:all .3s;margin-top:.5rem}.form-submit:hover{background:var(--gold-light);transform:translateY(-2px)}#trustBar{transition:top .4s}.hero-video-wrap{position:absolute;inset:0;z-index:0;overflow:hidden}.hero-video-iframe{position:absolute;top:50%;left:50%;width:177.78vh;height:100vh;min-width:100%;min-height:56.25vw;transform:translate(-50%,-50%);pointer-events:none}.hero-video-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(5,5,15,0.75) 0,rgba(5,5,15,0.35) 50%,rgba(5,5,15,0.6) 100%)}.leaflet-tooltip.map-tooltip{background:var(--dark);border:1px solid rgba(201,168,76,0.4);color:var(--gold);font-size:.72rem;letter-spacing:.08em;font-family:'DM Sans',sans-serif;padding:.3rem .7rem;border-radius:0;box-shadow:none}.leaflet-tooltip.map-tooltip::before{border-top-color:rgba(201,168,76,0.4)}.leaflet-container{background:#0a0a0a;font-family:'DM Sans',sans-serif}.reveal,.reveal-left,.reveal-right{transition:opacity 1s cubic-bezier(0.16,1,0.3,1),transform 1s cubic-bezier(0.16,1,0.3,1)}.prop-card,.area-card,.team-card,.snap-card,.testi-card,.area-pill,.faq-item,.value-item{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}.prop-card.visible,.area-card.visible,.team-card.visible,.snap-card.visible,.testi-card.visible,.area-pill.visible,.faq-item.visible,.value-item.visible{opacity:1 !important;transform:translateY(0) !important}.hero-anim-bg{position:absolute;inset:0;overflow:hidden}.anim-layer{position:absolute;inset:0}.anim-sky{background:linear-gradient(180deg,#01030a 0,#040820 20%,#071228 40%,#120e05 65%,#1a1005 80%,#0a0802 100%)}@keyframes skyShift{0%{filter:hue-rotate(0) brightness(1)}50%{filter:hue-rotate(15deg) brightness(1.08)}100%{filter:hue-rotate(-10deg) brightness(0.95)}}.anim-glow1{background:radial-gradient(ellipse 70% 50% at 65% 65%,rgba(201,168,76,0.22) 0,rgba(180,140,50,0.08) 50%,transparent 75%)}.anim-glow2{background:radial-gradient(ellipse 60% 40% at 25% 65%,rgba(20,50,120,0.28) 0,rgba(10,30,80,0.12) 50%,transparent 75%)}@keyframes glowPulse1{0%{opacity:.6;transform:scale(1)}100%{opacity:1;transform:scale(1.1)}}@keyframes glowPulse2{0%{opacity:.8;transform:scale(1.05)}100%{opacity:.4;transform:scale(0.95)}}.anim-buildings{position:absolute;bottom:0;left:0;right:0;height:70%}@keyframes buildingsDrift{0%{transform:translateX(0)}100%{transform:translateX(-15px)}}.anim-water{position:absolute;bottom:0;left:0;right:0;height:18%;background:linear-gradient(180deg,transparent 0,rgba(201,168,76,0.04) 40%,rgba(10,15,30,0.6) 100%)}@keyframes waterShimmer{0%{opacity:.6}100%{opacity:1}}.hero-video-iframe{display:none}@keyframes livePulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}@keyframes mapPing{0%{transform:scale(0.8);opacity:.8}100%{transform:scale(2.5);opacity:0}}.leaflet-tooltip.map-tooltip-gold{background:rgba(10,10,10,0.95);border:1px solid rgba(201,168,76,0.4);color:var(--white);font-family:'DM Sans',sans-serif;font-size:.78rem;padding:.6rem .9rem;border-radius:0;box-shadow:0 8px 32px rgba(0,0,0,0.4)}.leaflet-tooltip.map-tooltip-gold::before{border-top-color:rgba(201,168,76,0.4)}.leaflet-container{background:#080808}.leaflet-control-zoom a{background:rgba(10,10,10,0.9) !important;color:var(--gold) !important;border-color:rgba(201,168,76,0.2) !important;border-radius:0 !important}.leaflet-control-zoom a:hover{background:rgba(201,168,76,0.15) !important}.map-pill:hover{background:rgba(201,168,76,0.08) !important;color:var(--gold-light) !important}#mobile-nav{display:none;position:fixed;bottom:0;left:0;right:0;z-index:500;background:rgba(8,8,8,0.98);border-top:1px solid rgba(201,168,76,0.2);display:none;grid-template-columns:repeat(4,1fr)}.mob-nav-item{display:flex;flex-direction:column;align-items:center;gap:.3rem;padding:.75rem .5rem;color:var(--gray);text-decoration:none;font-size:.55rem;letter-spacing:.06em;text-transform:uppercase;font-family:'DM Sans',sans-serif;background:0;border:0;cursor:pointer;transition:color .2s;width:100%}.mob-nav-item:hover,.mob-nav-item:active{color:var(--gold)}.mob-nav-cta{color:var(--gold)}.skeleton{background:linear-gradient(90deg,rgba(255,255,255,0.04) 25%,rgba(255,255,255,0.08) 50%,rgba(255,255,255,0.04) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:2px}@keyframes shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}#visa-slider::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;background:var(--gold);cursor:pointer;border-radius:0}#falcon-intro{position:fixed;inset:0;z-index:99999;background:#0a0a0a;display:flex;align-items:center;justify-content:center;overflow:hidden;pointer-events:all}#falcon-intro.exit{animation:introExit 1s cubic-bezier(0.76,0,0.24,1) forwards}@keyframes introExit{0%{clip-path:inset(0 0 0 0);opacity:1}60%{clip-path:inset(0 0 0 0);opacity:1}100%{clip-path:inset(0 50% 0 50%);opacity:0}}.intro-scan{position:absolute;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--gold),var(--gold-light),var(--gold),transparent);top:-2px;animation:scanDown 1.2s cubic-bezier(0.4,0,0.2,1) .3s forwards;opacity:0;box-shadow:0 0 20px 4px rgba(201,168,76,0.4)}@keyframes scanDown{0%{top:0;opacity:0}5%{opacity:1}100%{top:100%;opacity:.3}}.intro-lines{position:absolute;inset:0;overflow:hidden;pointer-events:none}.intro-line{position:absolute;background:linear-gradient(90deg,transparent,rgba(201,168,76,0.25),transparent);height:1px;width:100%;transform-origin:left center;opacity:0}.intro-line:nth-child(1){top:30%;transform:rotate(-20deg) scaleX(0);animation:lineReveal .8s ease .5s forwards}.intro-line:nth-child(2){top:50%;transform:rotate(-20deg) scaleX(0);animation:lineReveal .8s ease .65s forwards}.intro-line:nth-child(3){top:70%;transform:rotate(-20deg) scaleX(0);animation:lineReveal .8s ease .8s forwards}@keyframes lineReveal{0%{opacity:0;transform:rotate(-20deg) scaleX(0)}100%{opacity:1;transform:rotate(-20deg) scaleX(1.4)}}.intro-corner{position:absolute;width:60px;height:60px;opacity:0;animation:cornerFade .6s ease .4s forwards}.intro-corner::before,.intro-corner::after{content:'';position:absolute;background:var(--gold)}.intro-corner::before{width:100%;height:1px;top:0;left:0}.intro-corner::after{width:1px;height:100%;top:0;left:0}.intro-corner.tl{top:48px;left:48px}.intro-corner.tr{top:48px;right:48px;transform:scaleX(-1)}.intro-corner.bl{bottom:48px;left:48px;transform:scaleY(-1)}.intro-corner.br{bottom:48px;right:48px;transform:scale(-1,-1)}@keyframes cornerFade{0%{opacity:0;transform:scale(0.6)}100%{opacity:.7;transform:scale(1)}}.intro-corner.tr{animation:cornerFadeTR .6s ease .5s forwards}.intro-corner.bl{animation:cornerFadeBL .6s ease .55s forwards}.intro-corner.br{animation:cornerFadeBR .6s ease .6s forwards}@keyframes cornerFadeTR{0%{opacity:0;transform:scaleX(-1) scale(0.6)}100%{opacity:.7;transform:scaleX(-1) scale(1)}}@keyframes cornerFadeBL{0%{opacity:0;transform:scaleY(-1) scale(0.6)}100%{opacity:.7;transform:scaleY(-1) scale(1)}}@keyframes cornerFadeBR{0%{opacity:0;transform:scale(-1,-1) scale(0.6)}100%{opacity:.7;transform:scale(-1,-1) scale(1)}}.intro-logo-wrap{position:relative;display:flex;flex-direction:column;align-items:center;gap:0;z-index:2}.intro-logo-img{width:120px;height:auto;filter:brightness(1.2) drop-shadow(0 0 30px rgba(201,168,76,0.6));clip-path:inset(100% 0 0 0);animation:logoWipe .9s cubic-bezier(0.25,0.46,0.45,0.94) .9s forwards}@keyframes logoWipe{0%{clip-path:inset(100% 0 0 0)}100%{clip-path:inset(0 0 0 0)}}.intro-logo-glow{position:absolute;width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,rgba(201,168,76,0.18) 0,transparent 70%);top:50%;left:50%;transform:translate(-50%,-60%);opacity:0;animation:glowPulse 2s ease 1.2s forwards}@keyframes glowPulse{0%{opacity:0;transform:translate(-50%,-60%) scale(0.5)}50%{opacity:1;transform:translate(-50%,-60%) scale(1.2)}100%{opacity:.6;transform:translate(-50%,-60%) scale(1)}}.intro-brand{font-family:'Cormorant Garamond',serif;font-size:2rem;font-weight:300;letter-spacing:.5em;text-transform:uppercase;color:var(--gold);opacity:0;transform:translateY(12px);animation:brandReveal .8s ease 1.6s forwards;padding-right:.5em}@keyframes brandReveal{0%{opacity:0;transform:translateY(12px)}100%{opacity:1;transform:translateY(0)}}.intro-tagline{font-size:.62rem;font-weight:300;letter-spacing:.35em;text-transform:uppercase;color:rgba(201,168,76,0.55);opacity:0;margin-top:.5rem;animation:brandReveal .8s ease 1.9s forwards;padding-right:.35em}.intro-divider{width:0;height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent);margin-top:1.4rem;animation:dividerExpand .8s ease 2.1s forwards}@keyframes dividerExpand{0%{width:0;opacity:0}100%{width:180px;opacity:1}}.intro-dots{display:flex;gap:6px;margin-top:1.2rem;opacity:0;animation:brandReveal .4s ease 2.3s forwards}.intro-dot{width:4px;height:4px;border-radius:50%;background:var(--gold);opacity:.3;animation:dotPulse 1.4s ease-in-out infinite}.intro-dot:nth-child(2){animation-delay:.2s}.intro-dot:nth-child(3){animation-delay:.4s}@keyframes dotPulse{0%,100%{opacity:.2;transform:scale(0.8)}50%{opacity:1;transform:scale(1.3);background:var(--gold-light)}}body.intro-active{overflow:hidden}#top-bar{transition:all .3s}*{box-sizing:border-box}.navbar,.book-float,.whatsapp-float,#mobile-nav{transform:translateZ(0);will-change:transform}.hero,#dubai-map,.prop-slider{-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;transform:translateZ(0);isolation:isolate}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;text-rendering:optimizeSpeed;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}section{contain:layout style}.reveal,.reveal-left,.reveal-right{opacity:0;transform:translateY(24px);transition:opacity .6s cubic-bezier(0.22,1,0.36,1),transform .6s cubic-bezier(0.22,1,0.36,1)}.reveal-left{transform:translateX(-24px)}.reveal-right{transform:translateX(24px)}.reveal.visible,.reveal-left.visible,.reveal-right.visible{opacity:1;transform:translate(0)}.prop-card,.area-card,.team-card,.snap-card,.testi-card,.faq-item,.value-item{opacity:0;transform:translateY(20px);transition:opacity .5s cubic-bezier(0.22,1,0.36,1),transform .5s cubic-bezier(0.22,1,0.36,1)}.prop-card.visible,.area-card.visible,.team-card.visible,.snap-card.visible,.testi-card.visible,.faq-item.visible,.value-item.visible{opacity:1;transform:translateY(0)}img{image-rendering:auto;content-visibility:auto}.prop-card:hover,.area-card:hover,.team-card:hover{transform:translateY(-4px);transition:transform .25s cubic-bezier(0.22,1,0.36,1)}.btn-primary,.btn-outline{transition:transform .2s ease,background .2s ease,color .2s ease}.btn-primary:hover{transform:translateY(-2px)}.nav-link{transition:color .15s ease}.ticker-track{animation:tickerMove 40s linear infinite;will-change:transform}@keyframes tickerMove{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}#scrollProgress{will-change:transform;transform-origin:left}@font-face{font-display:swap}.intro-brand{font-size:1.8rem !important;opacity:0;animation:mobileFadeIn .8s ease 1s forwards !important}.intro-tagline{font-size:.65rem !important;opacity:0;animation:mobileFadeIn .8s ease 1.1s forwards !important}.intro-divider{opacity:0;animation:mobileFadeIn .5s ease 1.2s forwards !important}.intro-dots{opacity:0;animation:mobileFadeIn .5s ease 1.3s forwards !important}.intro-logo-glow{display:none !important}.intro-scan{display:none !important}}.portal-popup .leaflet-popup-content-wrapper{background:#0d0d0d !important;border:none !important;padding:0 !important;border-radius:0 !important}.portal-popup .leaflet-popup-tip{background:#0d0d0d !important}.portal-popup .leaflet-popup-content{margin:0 !important}COMPLETE MOBILE REDESIGN v2 All fixes for all screen sizes #agent-portal .ptab{padding:.3rem .6rem !important;font-size:.55rem !important}#ptab-catalog [style*="grid-template-columns:300px"]{grid-template-columns:1fr !important}#ptab-calc [style*="grid-template-columns:1fr 1fr"]{grid-template-columns:1fr !important}#portal-props-grid{grid-template-columns:1fr !important}}PORTAL MOBILE VERSION @keyframes slideUp{from{opacity:0;transform:translateX(-50%) translateY(20px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}#pwa-banner button:first-of-type:hover{background:var(--gold-light) !important}body{background:#0a0a0a;color:#fff;font-family:DM Sans,sans-serif;padding:2rem}@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400&family=DM+Sans&display=swap");.ptab.active{background:rgba(201,168,76,0.12) !important;border-color:rgba(201,168,76,0.35) !important;color:#c9a84c !important}.pcard{transition:border-color .2s,background .2s}.pcard:hover{border-color:rgba(201,168,76,0.25) !important}.pcard.selected{border-color:#c9a84c !important;background:rgba(201,168,76,0.05) !important}.pcard-check{transition:all .2s}.pcard.selected .pcard-check{background:#c9a84c !important;color:#000 !important}@media(max-width:900px){body{overflow-x:hidden}.lang-bar{padding:.4rem 1rem}.ticker-wrap{font-size:.65rem}#trustBar{padding:.75rem 1rem;gap:.5rem;font-size:.6rem !important}#trustBar span{font-size:.6rem !important}.hero-btns{flex-wrap:wrap}section{overflow:hidden}.lang-bar{padding:.4rem 1.5rem}.lang-label{display:none}nav{padding:1rem 1.5rem;top:34px}nav.scrolled{top:0;padding:.8rem 1.5rem}.nav-links{display:none}.nav-cta{display:none}.nav-hamburger{display:flex}section{padding:4rem 1.5rem}.hero{margin-top:34px;min-height:100vh}.hero-content{padding:0 1.5rem 160px;max-width:100%}.hero-img-side{width:55%;opacity:.85;height:100%;top:0;transform:none;bottom:auto;right:0}.hero-img-side::before{background:linear-gradient(to right,var(--black) 0,transparent 50%) !important}.hero-img-side img{object-position:center top !important}.hero-tag{font-size:.6rem}.hero h1{font-size:clamp(2.4rem,8vw,3.5rem)}.hero-sub{font-size:.88rem;max-width:100%}.hero-btns{flex-direction:column;gap:.75rem}.btn-primary,.btn-outline{width:100%;text-align:center;padding:1rem}.hero-stats{flex-wrap:wrap;position:relative}.stat-item{min-width:50%;padding:1.2rem 1.5rem}.stat-num{font-size:2rem}.stat-label{font-size:.6rem}.snapshot-grid{grid-template-columns:repeat(2,1fr)}.snap-area-grid{grid-template-columns:1fr}.snap-num{font-size:2.2rem}.about-grid{grid-template-columns:1fr;gap:3rem}.about-img-wrap::after{display:none}.about-img-wrap img{height:320px}.about-img-badge{left:0;bottom:1rem}.props-header{flex-direction:column;align-items:flex-start;gap:1rem}.prop-card{scroll-snap-align:start;min-width:calc(88% - 1px)}.prop-img{height:220px}.calc-grid{grid-template-columns:1fr;gap:2.5rem}.calc-form{padding:2rem}.areas-grid{grid-template-columns:1fr}.ceo-grid{grid-template-columns:1fr;gap:3rem}.ceo-img-wrap::before{display:none}.ceo-img-wrap img{height:380px}.ceo-quote{font-size:1.2rem}.ceo-journey{flex-direction:column}.journey-step{border-right:0;border-bottom:1px solid rgba(201,168,76,0.15);padding:1.2rem}.journey-step:last-child{border-bottom:0}.team-grid{grid-template-columns:repeat(2,1fr)}.team-photo{height:280px}.testi-card{min-width:calc(90% - 1rem)}.rating-summary{flex-direction:column;gap:1.5rem;text-align:center}.rating-bars{max-width:100%}.dev-logos{grid-template-columns:repeat(2,1fr)}.faq-grid{grid-template-columns:1fr;gap:3rem}.contact-grid{grid-template-columns:1fr;gap:3rem}.form-row{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:2rem}footer{padding:3rem 1.5rem 2rem}.footer-bottom{flex-direction:column;gap:.75rem;text-align:center}.cursor,.cursor-ring{display:none}.book-float{bottom:8rem;right:1.2rem}.whatsapp-float{bottom:1.5rem;right:1.2rem}.book-float-btn{padding:.75rem 1.2rem;font-size:.65rem}.popup-box{padding:2rem 1.5rem;margin:1rem}.compare-bar-inner{padding:1rem 1.5rem;flex-wrap:wrap;gap:1rem}.compare-slots{flex-direction:column}.compare-slot{max-width:100%}#dubai-map{height:320px}[style*="grid-template-columns:1fr 320px"]{grid-template-columns:1fr !important}.team-grid{grid-template-columns:1fr !important}.team-card{grid-template-columns:140px 1fr !important}.team-photo{height:200px !important}table{font-size:.75rem}th,td{padding:.75rem !important}#dubai-map{height:320px !important}[style*="grid-template-columns:1fr 340px"]{grid-template-columns:1fr !important}#map-pills{gap:.4rem}#currency-bar{padding:.4rem 1rem;gap:.5rem;font-size:.58rem;flex-wrap:nowrap;overflow-x:auto;justify-content:flex-start}#currency-bar #rate-eur,#currency-bar #rate-gbp,#currency-bar #rate-sar{display:none}#currency-bar span:first-child{display:none}.lang-bar{padding:.3rem 1rem;font-size:.6rem}.ticker-wrap{font-size:.6rem}.navbar{padding:0 1rem;height:56px}.nav-logo img{height:36px !important;width:auto !important;max-width:120px !important}.nav-logo-text{font-size:.85rem !important}.nav-links{display:none}.nav-book{display:none}.nav-logo{display:flex !important;align-items:center;gap:.5rem}.nav-logo img{height:38px;width:auto;object-fit:contain}.lang-bar{justify-content:center}.lang-sep{display:none}#top-bar{padding:0 1rem}#rates-center{display:none !important}.navbar{top:36px !important}html{font-size:15px}body{overflow-x:hidden;padding-bottom:64px}section{padding:4rem 1.8rem !important}#top-bar{padding:0 1rem;font-size:.6rem}#rates-center span:nth-child(4),#rates-center span:nth-child(5){display:none}.navbar{padding:0 1.2rem !important;height:58px !important}.nav-logo img{height:36px !important;width:auto !important}.nav-logo-text{font-size:.88rem !important}.nav-links,.nav-book{display:none !important}.hamburger{display:flex !important}.hero{min-height:100svh !important;margin-top:0 !important}.hero-content{padding:2rem 1.8rem 200px !important;max-width:100% !important}.hero-title{font-size:clamp(2.2rem,8vw,3.5rem) !important}.hero-sub{font-size:.9rem !important}.hero-btns{flex-direction:column !important;gap:.8rem !important}.hero-btns .btn-primary,.hero-btns .btn-outline{width:100% !important;text-align:center !important}.hero-img-side{width:55% !important;opacity:.35 !important}.hero-stats{grid-template-columns:repeat(2,1fr) !important}#trustBar{padding:.7rem 1rem !important;gap:.75rem !important;flex-wrap:wrap !important}#trustBar span,#trustBar a{font-size:.55rem !important;letter-spacing:.08em !important}.section-title{font-size:clamp(1.8rem,6vw,2.8rem) !important}.section-desc{font-size:.88rem !important}.props-header{flex-direction:column !important;gap:1rem !important}.prop-slider{display:flex !important;flex-direction:column !important;gap:1rem !important;overflow-x:unset !important}.prop-card{min-width:unset !important;width:100% !important}.prop-img{height:240px !important}.about-grid{grid-template-columns:1fr !important;gap:2rem !important}.values-grid{grid-template-columns:repeat(2,1fr) !important;gap:.8rem !important}.calc-grid{grid-template-columns:1fr !important;gap:1.5rem !important}.calc-results{grid-template-columns:repeat(2,1fr) !important}.areas-grid{grid-template-columns:repeat(2,1fr) !important}.ceo-grid{grid-template-columns:1fr !important;gap:2rem !important}.team-grid{grid-template-columns:1fr !important;gap:1rem !important}.team-card{grid-template-columns:180px 1fr !important}.team-photo{height:220px !important}.testi-grid{grid-template-columns:1fr 1fr !important;gap:1rem !important}.dev-grid{grid-template-columns:repeat(3,1fr) !important}#why-dubai [style*="repeat(3,1fr)"]{grid-template-columns:1fr !important;gap:1rem !important}#why-dubai th:nth-child(4),#why-dubai td:nth-child(4),#why-dubai th:nth-child(5),#why-dubai td:nth-child(5){display:none !important}#golden-visa [style*="1fr 1fr"]{grid-template-columns:1fr !important;gap:2rem !important}#price-history [style*="repeat(4"]{grid-template-columns:repeat(2,1fr) !important}#chart-tabs{overflow-x:auto !important;flex-wrap:nowrap !important;padding-bottom:.4rem}.chart-tab{white-space:nowrap !important;flex-shrink:0 !important}#map [style*="1fr 380px"]{grid-template-columns:1fr !important}#map [style*="repeat(4,1fr)"]{grid-template-columns:repeat(2,1fr) !important}#map-pills{flex-wrap:wrap !important}#investors [style*="repeat(4"]{grid-template-columns:repeat(2,1fr) !important}#investors [style*="repeat(3"]{grid-template-columns:1fr !important;gap:1rem !important}#sold [style*="repeat(3"]{grid-template-columns:1fr !important}.faq-grid{grid-template-columns:1fr !important}.contact-grid{grid-template-columns:1fr !important;gap:2rem !important}.form-row{grid-template-columns:1fr !important}.footer-grid{grid-template-columns:repeat(2,1fr) !important;gap:1.5rem !important}.footer-bottom{flex-direction:column !important;gap:.75rem !important;text-align:center !important}.popup-box{width:90vw !important;padding:2rem !important;max-height:90vh !important;overflow-y:auto !important}#mobile-nav{display:grid !important}.intro-corner.tl{top:24px !important;left:24px !important}.intro-corner.tr{top:24px !important;right:24px !important}.intro-corner.bl{bottom:24px !important;left:24px !important}.intro-corner.br{bottom:24px !important;right:24px !important}.intro-corner{width:40px !important;height:40px !important}.intro-logo-img{width:100px !important;clip-path:none !important;opacity:0;animation:mobileFadeIn .8s ease .5s forwards !important}.intro-brand{font-size:2rem !important;opacity:0;animation:mobileFadeIn .8s ease .9s forwards !important}.intro-tagline{font-size:.68rem !important;opacity:0;animation:mobileFadeIn .8s ease 1.05s forwards !important}.intro-divider,.intro-dots{opacity:0;animation:mobileFadeIn .5s ease 1.2s forwards !important}.intro-logo-glow,.intro-scan{display:none !important}button,a[href],input[type=range],select,label{-webkit-tap-highlight-color:transparent}button,.btn-primary,.btn-outline,.lang-btn,.faq-question,.prop-compare-btn,.map-pill,.chart-tab,.slot-btn,.day-btn{min-height:44px;cursor:pointer}input[type=range]::-webkit-slider-thumb{width:24px !important;height:24px !important}input[type=range]::-moz-range-thumb{width:24px !important;height:24px !important}html{font-size:15px;-webkit-text-size-adjust:100%}body{overflow-x:hidden !important;padding-bottom:64px}#top-bar{padding:0 1rem !important;height:32px}.navbar{padding:0 1rem !important;height:56px !important;position:sticky;top:0}.nav-logo-text{font-size:.85rem !important}.nav-hamburger,.hamburger{display:flex !important}.hero{min-height:100svh !important}.hero-content{padding:1.5rem 1.5rem 200px !important;max-width:100% !important}.hero-title{font-size:clamp(2rem,9vw,3rem) !important;line-height:1.1 !important}.hero-sub{font-size:.88rem !important;line-height:1.7 !important}.hero-btns{flex-direction:column !important;gap:.75rem !important}.hero-btns .btn-primary,.hero-btns .btn-outline{width:100% !important;text-align:center !important;padding:.9rem !important}.hero-img-side{width:100% !important;opacity:.25 !important}.stat-num{font-size:2rem !important}#trustBar{flex-wrap:wrap !important;padding:.6rem 1rem !important;gap:.6rem !important;justify-content:center !important}#trustBar>span,#trustBar>a{font-size:.5rem !important;letter-spacing:.08em !important}section{padding:3.5rem 1.5rem !important}.section-title{font-size:clamp(1.8rem,7vw,2.8rem) !important}.gold-divider{margin:0 !important}.snap-grid{grid-template-columns:repeat(2,1fr) !important;gap:1px !important}.snap-val{font-size:1.9rem !important}.props-header{flex-direction:column !important;gap:1rem !important;align-items:flex-start !important}.prop-img{height:230px !important}.about-img{height:280px !important}.values-grid{grid-template-columns:repeat(2,1fr) !important;gap:.75rem !important}.value-item{padding:1.2rem !important}.calc-left{padding:1.5rem !important}input[type="range"]{height:4px !important}input[type="range"]::-webkit-slider-thumb{width:22px !important;height:22px !important}.areas-grid{grid-template-columns:repeat(2,1fr) !important;gap:1px !important}.area-card-img{height:180px !important}.ceo-photo{height:320px !important}.team-card{grid-template-columns:160px 1fr !important}.team-info{padding:1.2rem !important}.testi-grid{grid-template-columns:1fr !important;gap:1rem !important}.dev-grid{grid-template-columns:repeat(4,1fr) !important;gap:.5rem !important}.dev-logo-item{padding:.75rem !important}#why-dubai [style*="repeat(3"]{grid-template-columns:1fr !important;gap:1rem !important}#why-dubai table{font-size:.72rem !important;display:block;overflow-x:auto}#golden-visa [style*="grid-template-columns:1fr 1fr"],#golden-visa [style*="grid-template-columns: 1fr 1fr"]{grid-template-columns:1fr !important;gap:2rem !important}#chart-tabs{overflow-x:auto !important;flex-wrap:nowrap !important;padding-bottom:.4rem !important}.chart-tab{flex-shrink:0 !important;white-space:nowrap !important;padding:.4rem .7rem !important;font-size:.6rem !important}#dubai-map{height:300px !important}.map-pill{font-size:.6rem !important;padding:.5rem .7rem !important}.faq-question{font-size:.88rem !important;padding:1rem 1.2rem !important}.contact-form{padding:1.5rem !important}.form-row{grid-template-columns:1fr !important;gap:.75rem !important}.form-submit{padding:1rem !important;font-size:.75rem !important}.popup-box{width:92vw !important;padding:1.8rem !important;max-height:92vh !important;overflow-y:auto !important}.time-slots,.day-slots{grid-template-columns:repeat(2,1fr) !important;gap:.5rem !important}.book-float{bottom:72px !important;right:.8rem !important}.whatsapp-float{bottom:72px !important;right:4.5rem !important}.compare-bar{left:.8rem !important;right:.8rem !important;bottom:72px !important;flex-direction:column !important;padding:.9rem !important}button,a[href],select{-webkit-tap-highlight-color:transparent}.btn-primary,.btn-outline,.faq-question,.map-pill,.lang-btn{min-height:44px}input[type="range"]{cursor:pointer}.intro-corner.tl{top:20px !important;left:20px !important}.intro-corner.tr{top:20px !important;right:20px !important}.intro-corner.bl{bottom:20px !important;left:20px !important}.intro-corner.br{bottom:20px !important;right:20px !important}.intro-corner{width:36px !important;height:36px !important}.intro-logo-img{width:90px !important;clip-path:none !important;opacity:0;animation:mobileFadeIn .8s ease .5s forwards !important}.intro-brand{font-size:1.8rem !important;opacity:0;animation:mobileFadeIn .8s ease .9s forwards !important}.intro-tagline{font-size:.65rem !important;opacity:0;animation:mobileFadeIn .5s ease 1.1s forwards !important}@keyframes mobileFadeIn{0%{opacity:0;transform:scale(0.92)}100%{opacity:1;transform:scale(1)}#agent-portal #portal-main>div:first-child{padding:.5rem .75rem !important;flex-wrap:wrap !important;gap:.4rem !important;height:auto !important}#agent-portal .ptab-row,#agent-portal [style*="display:flex;gap:0.5rem"]{overflow-x:auto !important;flex-wrap:nowrap !important;-webkit-overflow-scrolling:touch !important;padding-bottom:2px !important}#agent-portal .ptab{flex-shrink:0 !important;padding:.35rem .7rem !important;font-size:.58rem !important}#ptab-search{padding:.75rem !important}#portal-props-grid{grid-template-columns:1fr !important;gap:.6rem !important}#agent-portal [style*="grid-template-columns:repeat(auto-fit,minmax(150px"]{grid-template-columns:repeat(2,1fr) !important;gap:.5rem !important;padding:.75rem !important}#ptab-catalog{padding:.75rem !important}#catalog-preview{min-height:300px !important;padding:1rem !important}#ptab-calc{padding:.75rem !important}#ptab-devs{padding:.75rem !important}#devs-grid{grid-template-columns:1fr !important;gap:.6rem !important}#ptab-pmap{min-height:400px !important}#portal-map{height:350px !important}#portal-map-panel{position:relative !important;top:auto !important;right:auto !important;width:100% !important;max-height:none !important;border-top:1px solid rgba(201,168,76,0.2) !important;margin-top:0 !important}#ptab-crm{padding:.75rem !important}#crm-list [style*="display:flex;justify-content:space-between"]{flex-direction:column !important;gap:.5rem !important}#crm-list [style*="display:flex;gap:0.5rem;flex-shrink:0"]{flex-direction:row !important;width:100% !important}#crm-list [style*="display:flex;gap:0.5rem;flex-shrink:0"] a,#crm-list [style*="display:flex;gap:0.5rem;flex-shrink:0"] button{flex:1 !important;text-align:center !important}#portal-login{padding:1.5rem !important}#portal-login [style*="font-size:2.5rem"]{font-size:2rem !important}#portal-login [style*="max-width:340px"]{max-width:100% !important}#top-bar{flex-wrap:wrap !important;height:auto !important;padding:.3rem 1rem .35rem !important;gap:.2rem !important;align-items:center !important}#top-bar>div:first-child{order:1;flex-shrink:0}#top-bar>div:last-child{order:2;flex-shrink:0}#rates-center{display:flex !important;order:3;width:100% !important;flex:none !important;height:20px !important;padding:0 .4rem !important;justify-content:center !important;gap:.35rem !important;margin:0 !important;border-radius:2px !important}#mob-time-weather{display:flex !important}#dubai-live{display:none !important}nav{top:58px !important}nav.scrolled{top:0 !important}}@media(max-width:1024px){section{padding:5rem 2.5rem}nav{padding:1.2rem 2.5rem}nav.scrolled{padding:.9rem 2.5rem}.hero-content{padding:0 2.5rem 160px;max-width:560px}.about-grid{gap:4rem}.ceo-grid{grid-template-columns:1fr 1.2fr;gap:4rem}.calc-grid{gap:3rem}.faq-grid{gap:4rem}.contact-grid{gap:4rem}.footer-grid{gap:2.5rem}.snap-area-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.lang-bar{display:none}#currency-bar{padding:.4rem .75rem;gap:.5rem;font-size:.6rem}#currency-bar span{font-size:.6rem !important}nav{top:0}.hero{margin-top:0}section{padding:3.5rem 1.2rem}.section-title{font-size:clamp(1.8rem,7vw,2.5rem)}.hero h1{font-size:clamp(2rem,9vw,2.8rem)}.hero-stats{display:grid;grid-template-columns:1fr 1fr}.stat-item{min-width:unset}.snapshot-grid{grid-template-columns:1fr 1fr;gap:1px}.snap-num{font-size:1.8rem}.snap-card{padding:1.5rem 1rem}.team-grid{grid-template-columns:1fr}.team-photo{height:320px}.area-card-img{height:160px}.about-img-wrap img{height:260px}.ceo-img-wrap img{height:300px}.calc-form{padding:1.5rem}.calc-result-val{font-size:2rem}.faq-cta-box{padding:2rem 1.5rem}.testi-card{padding:1.8rem 1.5rem;min-width:calc(95% - 1rem)}.testi-text{font-size:.95rem}.popup-times{grid-template-columns:repeat(2,1fr)}.popup-box{width:95%;padding:1.8rem 1.2rem}.popup-title{font-size:1.6rem}.footer-socials{gap:.5rem}.social-link{width:34px;height:34px}.compare-bar-inner{display:none}.team-card{grid-template-columns:1fr !important}.team-photo{height:240px !important}#currency-bar{display:none}.hero{margin-top:56px}.hero-content{padding:0 1.2rem 180px !important}.hero-title{font-size:clamp(2.5rem,10vw,4rem) !important}.hero-sub{font-size:.85rem !important}.hero-btns .btn-primary,.hero-btns .btn-outline{width:100%;text-align:center}.hero-stats{grid-template-columns:repeat(2,1fr) !important}.prop-slider{-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;gap:1rem}.prop-card{scroll-snap-align:start;min-width:85vw}.team-photo{height:260px !important}table th:nth-child(3),table td:nth-child(3),table th:nth-child(4),table td:nth-child(4){display:none}.visa-grid{grid-template-columns:1fr !important}#dubai-map{height:280px !important}section{padding:4rem 1.2rem !important}.section-title{font-size:clamp(1.8rem,7vw,3rem) !important}#top-bar{height:32px}#rate-updated{display:none}.navbar{top:32px !important}#top-bar{padding:0 .75rem;gap:.4rem;height:34px}#top-bar .lang-btn{font-size:.58rem;padding:.1rem .2rem}html{font-size:14px}section{padding:3rem 1.2rem !important}#top-bar{padding:0 .75rem}.hero{margin-top:0 !important}.hero-content{padding:1.5rem 1.2rem 180px !important}.hero-title{font-size:clamp(1.9rem,10vw,2.8rem) !important;line-height:1.05 !important}.hero-sub{font-size:.84rem !important}#trustBar{font-size:.5rem !important;gap:.5rem !important;padding:.6rem .8rem !important}.stat-num{font-size:1.7rem !important}.stat-label{font-size:.52rem !important}.prop-img{height:200px !important}.prop-info{padding:.9rem !important}.values-grid{grid-template-columns:1fr !important}.calc-results{grid-template-columns:1fr !important}.calc-result-val{font-size:1.4rem !important}.areas-grid{grid-template-columns:1fr !important}.area-card-img{height:160px !important}#chart-tabs{gap:.3rem !important}.chart-tab{font-size:.58rem !important;padding:.38rem .6rem !important}#dubai-map{height:250px !important}#mp-stats-wrap{grid-template-columns:1fr 1fr !important}.footer-grid{grid-template-columns:1fr !important}.compare-bar{left:.8rem !important;right:.8rem !important;bottom:68px !important;flex-direction:column !important;padding:.9rem !important}.book-float{bottom:68px !important;right:.8rem !important}.whatsapp-float{bottom:68px !important;right:4.5rem !important}.intro-logo-img{width:85px !important}.intro-brand{font-size:1.7rem !important}.intro-corner{width:32px !important;height:32px !important}.intro-corner.tl{top:16px !important;left:16px !important}.intro-corner.tr{top:16px !important;right:16px !important}.intro-corner.bl{bottom:16px !important;left:16px !important}.intro-corner.br{bottom:16px !important;right:16px !important}html{font-size:14px}.section-title{font-size:clamp(1.7rem,9vw,2.5rem) !important}.hero-content{padding:1.2rem 1.2rem 180px !important}.hero-title{font-size:clamp(1.9rem,10vw,2.8rem) !important}.hero-img-side{opacity:.2 !important}.calc-result-val{font-size:1.5rem !important}#dubai-map{height:260px !important}.popup-box{width:96vw !important;padding:1.3rem !important}#trustBar>span[style*="rgba(201,168,76,0.3)"]{display:none !important}.snap-grid{grid-template-columns:1fr !important}#agent-portal [style*="font-family:'Cormorant Garamond',serif;font-size:1.2rem"]{font-size:.95rem !important}#portal-date{display:none !important}#agent-portal .ptab{padding:.3rem .55rem !important;font-size:.52rem !important}#portal-props-grid .pcard{padding:.9rem !important}#portal-props-grid .pcard [style*="font-size:1.15rem"]{font-size:1rem !important}#calc-summary{grid-template-columns:repeat(2,1fr) !important}#portal-map{height:280px !important}#top-bar{padding:.25rem .75rem .3rem !important}#rates-center{gap:.25rem !important}#rate-gbp,#rate-gbp+span{display:none !important}}@media(max-width:380px){section{padding:3rem 1rem}.hero h1{font-size:1.9rem}.hero-sub{font-size:.82rem}.stat-num{font-size:1.6rem}.section-title{font-size:1.7rem}.snap-num{font-size:1.5rem}nav{padding:.9rem 1rem}.nav-brand{font-size:.95rem}.hero-title{font-size:2rem !important}.section-title{font-size:1.6rem !important}.dev-grid{grid-template-columns:repeat(2,1fr) !important}html{font-size:12px}section{padding:2.5rem .9rem !important}.section-title{font-size:clamp(1.5rem,10vw,2rem) !important}.section-desc{font-size:.82rem !important}.hero-title{font-size:clamp(1.5rem,12vw,2.2rem) !important}.hero-sub{font-size:.8rem !important}.stat-num{font-size:1.5rem !important}#trustBar{justify-content:center !important}#trustBar span[style*="rgba(201"],#trustBar span[style*="|"]{display:none !important}.dev-logo-item{padding:.6rem !important}#dubai-map{height:220px !important}.intro-logo-img{width:65px !important}.intro-brand{font-size:1.3rem !important}.intro-tagline{font-size:.55rem !important}.intro-corner{width:26px !important;height:26px !important}.intro-corner.tl,.intro-corner.bl{left:12px !important}.intro-corner.tr,.intro-corner.br{right:12px !important}.intro-corner.tl,.intro-corner.tr{top:12px !important}.intro-corner.bl,.intro-corner.br{bottom:12px !important}html{font-size:12px}.hero-title{font-size:clamp(1.6rem,12vw,2.2rem) !important}.stat-num{font-size:1.6rem !important}#dubai-map{height:200px !important}.intro-corner{width:22px !important;height:22px !important}}@media(max-width:900px){.form-row{grid-template-columns:1fr}#trustBar{padding:.9rem 1.5rem;gap:1rem}#dubai-map{height:300px !important}[style*="grid-template-columns:1fr 380px"]{grid-template-columns:1fr !important}[style*="grid-template-columns:repeat(4,1fr)"]{grid-template-columns:repeat(2,1fr) !important}#mobile-nav{display:grid !important}body{padding-bottom:72px}.book-float,.whatsapp-float{bottom:80px}#currency-bar{padding:.5rem 1rem;gap:.75rem}#currency-bar span{display:none}#rate-usd,#rate-eur,#currency-select{display:flex !important}[style*="grid-template-columns:repeat(3,1fr)"]{grid-template-columns:1fr !important}[style*="grid-template-columns:1fr 1fr"]{grid-template-columns:1fr !important}}@media(max-width:600px){#chart-tabs{gap:.3rem}.chart-tab{padding:.4rem .7rem;font-size:.58rem}}@media(max-width:768px){#dubai-live{top:7rem !important;right:1rem !important}html{font-size:15px}body{overflow-x:hidden}section{padding:3.5rem 1.2rem !important}.section-title{font-size:clamp(1.7rem,7vw,2.5rem) !important;line-height:1.15 !important}.section-tag{font-size:.6rem !important}.gold-divider{margin:0}.navbar{height:58px !important;padding:0 1rem !important}.nav-logo img{height:34px !important;width:auto !important}.nav-logo-text{font-size:.9rem !important}.nav-links{display:none !important}.nav-book{display:none !important}.mobile-menu{width:100% !important;padding:1.5rem !important}.mobile-menu a{font-size:1rem !important;padding:.9rem 0 !important}.ticker-wrap{font-size:.65rem !important;padding:.4rem 0 !important}.hero{min-height:100svh !important;margin-top:0 !important;align-items:flex-end !important;padding-bottom:0 !important}.hero-content{padding:2rem 1.2rem 200px !important;max-width:100% !important;z-index:3}.hero-tag{font-size:.6rem !important}.hero-title{font-size:clamp(2.4rem,10vw,3.5rem) !important;line-height:1.05 !important}.hero-sub{font-size:.85rem !important;line-height:1.7 !important;margin-top:1rem !important}.hero-btns{gap:.75rem !important;margin-top:1.5rem !important}.hero-btns .btn-primary,.hero-btns .btn-outline{width:100% !important;text-align:center !important;padding:1rem !important;font-size:.72rem !important}.hero-img-side{width:55% !important;height:100% !important;top:0 !important;transform:none !important;bottom:auto !important;right:0 !important;opacity:.85 !important}.hero-img-side img{object-position:center top !important}.hero-img-side::before{background:linear-gradient(to right,var(--black) 0,transparent 50%) !important}.hero-stats{gap:1px !important}.stat-num{font-size:1.8rem !important}.stat-label{font-size:.55rem !important}#trustBar{padding:.75rem 1rem !important;gap:.8rem !important;font-size:.55rem !important;flex-wrap:wrap !important}#trustBar span,#trustBar a{font-size:.55rem !important;letter-spacing:.1em !important}.snap-card{padding:1.2rem !important}.snap-val{font-size:1.8rem !important}.prop-slider{-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;display:flex !important;gap:1.2rem !important;overflow-x:unset !important}.prop-card{scroll-snap-align:start;min-width:unset !important;width:100% !important}.prop-img{height:220px !important}.prop-info{padding:1rem !important}.prop-name{font-size:1.1rem !important}[style*="prop-filter-btn"]{padding:.35rem .8rem !important;font-size:.6rem !important}.values-grid{grid-template-columns:1fr !important;gap:.75rem !important}.calc-results{grid-template-columns:1fr !important;gap:1px !important}.calc-result-card{padding:1.2rem !important}input[type=range]{height:4px !important;cursor:pointer}input[type=range]::-webkit-slider-thumb{width:22px !important;height:22px !important}.areas-grid{grid-template-columns:1fr !important;gap:1px !important}.area-card-body{padding:1.2rem !important}.area-card-name{font-size:1.2rem !important}.area-stats{gap:.75rem !important}.team-info{padding:1.5rem !important}.team-name{font-size:1.3rem !important}.team-langs{gap:.3rem !important}.testi-grid{grid-template-columns:1fr !important}.testi-card{padding:1.5rem !important}.dev-grid{grid-template-columns:repeat(3,1fr) !important;gap:.75rem !important}#why-dubai table{font-size:.7rem !important}#why-dubai th,#why-dubai td{padding:.6rem .5rem !important}#why-dubai [style*="grid-template-columns:repeat(3"]{grid-template-columns:1fr !important}#golden-visa [style*="grid-template-columns:1fr 1fr"]{grid-template-columns:1fr !important;gap:2rem !important}#golden-visa [style*="grid-template-columns:1fr 1fr"]:first-of-type{gap:0 !important}.visa-slider-wrap{padding:0 !important}#visa-benefits{grid-template-columns:1fr 1fr !important;gap:.4rem !important}#price-history [style*="grid-template-columns:repeat(4"]{grid-template-columns:repeat(2,1fr) !important}#chart-tabs{gap:.3rem !important;justify-content:flex-start !important;overflow-x:auto !important;padding-bottom:.5rem !important;flex-wrap:nowrap !important}.chart-tab{white-space:nowrap !important;padding:.4rem .7rem !important;font-size:.58rem !important;flex-shrink:0 !important}#map [style*="grid-template-columns:1fr 380px"]{grid-template-columns:1fr !important}#map [style*="grid-template-columns:repeat(4,1fr)"]{grid-template-columns:repeat(2,1fr) !important}#map-pills{flex-wrap:wrap !important;gap:.3rem !important}.map-pill{flex:none !important;min-width:auto !important;padding:.5rem .7rem !important;font-size:.58rem !important}#mp-stats-wrap{display:grid !important;grid-template-columns:1fr 1fr !important}#investors [style*="grid-template-columns:repeat(4"]{grid-template-columns:repeat(2,1fr) !important}#investors [style*="grid-template-columns:repeat(3"]{grid-template-columns:1fr !important;gap:1.2rem !important}#sold [style*="grid-template-columns:repeat(3"]{grid-template-columns:1fr !important}.faq-question{font-size:.85rem !important;padding:1rem 1.2rem !important}.faq-answer{font-size:.82rem !important;padding:0 1.2rem 1rem !important}.footer-grid{grid-template-columns:1fr !important;gap:2rem !important;text-align:center !important}.footer-links{justify-content:center !important}.popup-box{width:95vw !important;padding:1.5rem !important;max-height:92vh !important;overflow-y:auto !important}.popup-title{font-size:1.5rem !important}.popup-input{padding:.9rem !important;font-size:1rem !important}.slot-btn{padding:.7rem .5rem !important;font-size:.7rem !important}.compare-bar{left:1rem !important;right:1rem !important;bottom:72px !important;flex-direction:column !important;gap:.5rem !important;padding:1rem !important}.book-float{bottom:72px !important;right:1rem !important}.whatsapp-float{bottom:72px !important;right:5rem !important}body{padding-bottom:64px !important}button,a,input[type=range],select{min-height:44px;cursor:pointer}.lang-btn,.tab,.chart-tab,.map-pill{min-height:36px !important}.intro-corner.tl{top:20px;left:20px}.intro-corner.tr{top:20px;right:20px}.intro-corner.bl{bottom:20px;left:20px}.intro-corner.br{bottom:20px;right:20px}.intro-corner{width:36px;height:36px}.intro-logo-img{width:90px !important;clip-path:none !important;opacity:0;animation:mobileFadeIn .8s ease .6s forwards !important}@keyframes mobileFadeIn{0%{opacity:0;transform:scale(0.9)}100%{opacity:1;transform:scale(1)}section{padding:3.5rem 1.4rem !important}.hero-content{padding:2rem 1.4rem 190px !important}.hero-title{font-size:clamp(2rem,9vw,3rem) !important}.dev-grid{grid-template-columns:repeat(4,1fr) !important}#why-dubai table{font-size:.72rem !important}#why-dubai th:nth-child(3),#why-dubai td:nth-child(3){display:none !important}.popup-box{width:95vw !important;padding:1.5rem !important}}@media(max-width:480px){html{font-size:13px}section{padding:2.8rem 1rem !important}.section-title{font-size:clamp(1.6rem,9vw,2.2rem) !important}.hero-content{padding:1.2rem 1rem 170px !important}.hero-title{font-size:clamp(1.7rem,11vw,2.5rem) !important}.hero-btns .btn-primary,.hero-btns .btn-outline{font-size:.7rem !important;padding:.85rem !important}.nav-logo-text{display:none}.navbar{padding:0 .9rem !important}.hero-stats{grid-template-columns:repeat(2,1fr) !important;gap:1px !important}.map-pill{font-size:.55rem !important;padding:.4rem .5rem !important}#price-history [style*="repeat(4"]{grid-template-columns:1fr 1fr !important}.faq-question{font-size:.82rem !important;padding:.9rem 1rem !important}.form-submit{font-size:.72rem !important;padding:.9rem !important}.popup-box{padding:1.2rem !important}.popup-title{font-size:1.4rem !important}.time-slots,.day-slots{grid-template-columns:1fr 1fr !important}.intro-logo-img{width:75px !important}.intro-brand{font-size:1.5rem !important}html{font-size:13px}.hero-title{font-size:clamp(1.7rem,11vw,2.4rem) !important}.nav-logo-text{display:none !important}#dubai-map{height:230px !important}.intro-corner{width:28px !important;height:28px !important}}@media(max-width:1200px) and (min-width:901px){section{padding:5rem 3rem !important}.hero-content{padding:0 3rem 160px !important}.calc-grid{gap:2rem}.team-grid{grid-template-columns:1fr 1fr !important;gap:1.2rem !important}}@media(max-height:500px) and (max-width:900px){.hero-content{padding-bottom:120px !important}#falcon-intro .intro-logo-wrap{gap:.4rem !important}.intro-logo-img{width:55px !important}.intro-brand{font-size:1.2rem !important}.intro-tagline,.intro-divider,.intro-dots{display:none !important}.intro-corner{width:24px !important;height:24px !important}.intro-corner.tl,.intro-corner.tr{top:10px !important}.intro-corner.bl,.intro-corner.br{bottom:10px !important}.intro-corner.tl,.intro-corner.bl{left:10px !important}.intro-corner.tr,.intro-corner.br{right:10px !important}.intro-logo-img{width:50px !important}.intro-tagline,.intro-dots{display:none !important}.intro-corner{width:20px !important;height:20px !important}}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.navbar,#top-bar{-webkit-font-smoothing:antialiased}}