@import "https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800;900&family=Tajawal:wght@400;500;700;900&display=swap";.reveal{opacity:0;transition:opacity .7s var(--ease), transform .7s var(--ease);transform:translateY(26px)}.reveal.in-view{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transition:none;transform:none}}:root{--navy:#1f2937;--navy-light:#374151;--navy-dark:#111827;--gold:#853953;--gold-light:#97576d;--gold-dark:#682c41;--gold-soft:#f1e7ea;--bg:#fdf6ed;--bg-soft:#f6ecdc;--text-dark:#1f2937;--text-gray:#6b7280;--border:#e5e7eb;--radius-sm:10px;--radius-md:16px;--radius-lg:28px;--shadow-sm:0 2px 12px #1f29370f;--shadow-md:0 10px 30px #1f29371a;--ease:cubic-bezier(.22, 1, .36, 1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--text-dark);background:var(--bg);-webkit-font-smoothing:antialiased;margin:0;font-family:Cairo,Tajawal,sans-serif;line-height:1.7;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}input,select,textarea,button{font-family:inherit}ul{margin:0;padding:0;list-style:none}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 24px}@media (width<=480px){.container{padding:0 16px}}.btn{transition:transform .2s var(--ease), background .2s, box-shadow .2s;white-space:nowrap;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:13px 28px;font-size:15px;font-weight:700;display:inline-flex}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-gold{background:linear-gradient(135deg, var(--gold-light), var(--gold));color:#fff;box-shadow:0 8px 24px #85395352}.btn-gold:hover:not(:disabled){background:linear-gradient(135deg, var(--gold), var(--gold-dark));transform:translateY(-2px)}.btn-navy{background:var(--navy);color:#fff}.btn-navy:hover:not(:disabled){background:var(--navy-light)}.btn-outline{color:inherit;background:0 0;border-color:#ffffff80}.btn-outline-dark{border-color:var(--border);color:var(--navy);background:0 0}.btn-outline-dark:hover{border-color:var(--navy)}.btn-sm{padding:9px 18px;font-size:13.5px}.navbar{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);background:#fdf6edeb;position:sticky;top:0}.navbar .container{justify-content:space-between;align-items:center;height:84px;display:flex}.nav-logo img{height:52px}.nav-links{align-items:center;gap:30px;display:flex}.nav-links a{color:var(--navy);padding:6px 0;font-size:15px;font-weight:600;position:relative}.nav-links a.active,.nav-links a:hover{color:var(--gold)}.nav-actions{align-items:center;gap:14px;display:flex}.lang-switch{border:1px solid var(--border);color:var(--navy);background:#fff;border-radius:999px;padding:8px 16px;font-size:13px;font-weight:700;transition:border-color .2s,color .2s}.lang-switch:hover{border-color:var(--gold);color:var(--gold)}.lang-switch.mobile{display:none}@media (width<=900px){.nav-actions .lang-switch:not(.mobile){display:none}.mobile-menu .lang-switch.mobile{width:calc(100% - 48px);margin:14px 24px;display:block}}.nav-toggle{background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:0;display:none}.nav-toggle span{background:var(--navy);width:22px;height:2px;margin:0 auto;transition:transform .2s,opacity .2s;display:block}.nav-toggle.open span:first-child{transform:translateY(7px)rotate(45deg)}.nav-toggle.open span:nth-child(2){opacity:0}.nav-toggle.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-menu{max-height:0;transition:max-height .25s var(--ease);border-top:1px solid var(--border);flex-direction:column;display:none;overflow:hidden}.mobile-menu.open{max-height:400px}.mobile-menu a{color:var(--navy);border-bottom:1px solid var(--border);padding:14px 24px;font-weight:600}.mobile-menu a.active{color:var(--gold)}@media (width<=900px){.nav-links{display:none}.nav-toggle,.mobile-menu{display:flex}.nav-actions .btn-gold{display:none}}@media (width<=480px){.navbar .container{height:66px}.nav-logo img{height:40px}}.footer{background:var(--navy-dark);color:#cbd5e1;z-index:2;margin-top:80px;padding:64px 0 28px;position:relative}.footer h4{color:#fff;margin-bottom:18px;font-size:16px}.footer-logo{margin-bottom:20px;display:block}.footer-logo img{filter:brightness(0)invert();height:46px;display:block}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;align-items:start;gap:40px;display:grid}.footer-col ul{flex-direction:column;gap:10px;display:flex}.footer-col a{color:#cbd5e1;font-size:14px}.footer-col a:hover{color:var(--gold)}.footer-bottom{color:#94a3b8;border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;gap:10px;margin-top:40px;padding-top:24px;font-size:13px;display:flex}.footer-newsletter-form{flex-wrap:wrap;gap:8px;display:flex}.footer-newsletter-form input{border-radius:var(--radius-sm);color:#fff;background:#ffffff0f;border:1px solid #ffffff29;flex:1;min-width:140px;padding:11px 14px;font-size:14px}.footer-newsletter-form input::placeholder{color:#94a3b8}.footer-newsletter-form input:focus{border-color:var(--gold-light);background:#ffffff1a;outline:none}.footer-newsletter-form button{white-space:nowrap;flex-shrink:0}.footer-newsletter-msg{width:100%;margin:10px 0 0;font-size:13px;line-height:1.6}.footer-newsletter-msg.success{color:#4ade80}.footer-newsletter-msg.error{color:#f87171}@media (width<=800px){.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=480px){.footer{margin-top:56px;padding:48px 0 24px}.footer-grid{grid-template-columns:1fr;gap:32px}.footer-logo img{height:38px}.footer-newsletter-form input{flex-basis:100%}.footer-bottom{text-align:center;justify-content:center}}.section{padding:72px 0}.section-head{max-width:640px;margin-bottom:40px}.section-head.center{text-align:center;margin-left:auto;margin-right:auto}.eyebrow{color:var(--gold);letter-spacing:.03em;margin-bottom:10px;font-size:13.5px;font-weight:700;display:inline-block}.section-title{color:var(--navy);margin:0 0 12px;font-size:34px;font-weight:800}.section-title span{color:var(--gold)}.section-desc{color:var(--text-gray);font-size:16px}@media (width<=640px){.section{padding:48px 0}.section-head{margin-bottom:28px}.section-title{font-size:26px}}.property-card{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid var(--border);transition:box-shadow .25s var(--ease), transform .25s var(--ease);background:#fff;flex-direction:column;height:100%;display:flex;overflow:hidden}.property-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.property-media{aspect-ratio:4/3;background:var(--bg-soft);position:relative;overflow:hidden}.property-media img{object-fit:cover;width:100%;height:100%;transition:transform .5s var(--ease)}.property-card:hover .property-media img{transform:scale(1.06)}.property-tag{top:14px;background:var(--navy);color:#fff;border-radius:999px;padding:5px 12px;font-size:12px;font-weight:700;position:absolute;inset-inline-start:14px}.property-listing-tag{top:14px;color:#fff;border-radius:999px;padding:5px 12px;font-size:12px;font-weight:700;position:absolute;inset-inline-end:14px}.property-listing-tag.sale{background:var(--navy)}.property-listing-tag.rent{background:var(--gold)}.property-fav{bottom:14px;width:36px;height:36px;color:var(--navy);background:#ffffffeb;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .2s,color .2s;display:flex;position:absolute;inset-inline-end:14px}.property-fav.active{color:var(--gold)}.compare-checkbox{accent-color:var(--navy)}.property-price{bottom:14px;color:#fff;background:#1f2937e0;border-radius:10px;padding:6px 14px;font-size:15px;font-weight:800;position:absolute;inset-inline-start:14px}.property-body{flex-direction:column;flex:1;gap:10px;padding:18px 20px 20px;display:flex}.property-title{color:var(--navy);margin:0;font-size:17px;font-weight:700}.property-loc{color:var(--text-gray);align-items:center;gap:6px;font-size:13.5px;display:flex}.property-loc svg{flex-shrink:0;width:15px;height:15px}.property-meta{border-top:1px solid var(--border);gap:16px;margin-top:auto;padding-top:12px;display:flex}.property-meta .item{color:var(--text-gray);align-items:center;gap:6px;font-size:13px;font-weight:600;display:flex}.property-meta svg{width:16px;height:16px}.properties-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}@media (width<=1024px){.properties-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.properties-grid{grid-template-columns:1fr}}.skeleton{border-radius:var(--radius-sm);background:linear-gradient(90deg,#eef1f5 25%,#f6f8fa 37%,#eef1f5 63%) 0 0/400% 100%;animation:1.4s infinite skeleton-loading}@keyframes skeleton-loading{0%{background-position:100%}to{background-position:0}}.skeleton-card{border-radius:var(--radius-md);border:1px solid var(--border);overflow:hidden}.skeleton-media{aspect-ratio:4/3}.skeleton-line{height:14px;margin:14px 20px}.state-block{text-align:center;color:var(--text-gray);padding:80px 20px}.state-block h3{color:var(--navy);margin-bottom:8px;font-size:20px}.search-panel{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);background:#fff;grid-template-columns:repeat(4,1fr) auto;align-items:end;gap:14px;padding:22px;display:grid}@media (width<=1024px){.search-panel{grid-template-columns:1fr 1fr}}@media (width<=640px){.search-panel{grid-template-columns:1fr}}.field-group label{color:var(--navy);align-items:center;gap:6px;margin-bottom:8px;font-size:13px;font-weight:700;display:flex}.field-group select,.field-group input{border:1px solid var(--border);background:var(--bg-soft);width:100%;color:var(--text-dark);border-radius:12px;padding:12px 14px;font-size:14px}.field-group select:focus,.field-group input:focus{outline:2px solid var(--gold);border-color:var(--gold)}.filters-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:24px;display:flex}.filters-inline{flex-wrap:wrap;gap:10px;display:flex}.filters-inline select,.filters-inline input{border:1px solid var(--border);background:#fff;border-radius:10px;padding:9px 14px;font-size:13.5px}.result-count{color:var(--navy);font-size:15px;font-weight:700}.map-split{grid-template-columns:1fr 1fr;align-items:start;gap:24px;display:grid}.map-split .map-list-col{max-height:720px;padding-inline-start:4px;overflow-y:auto}.map-split .map-col{position:sticky;top:96px}.map-split .properties-grid{grid-template-columns:1fr}@media (width<=1024px){.map-split{grid-template-columns:1fr}.map-split .map-col{position:static}}.map-card-wrap{border-radius:var(--radius-md);transition:box-shadow .2s}.map-card-wrap.active{box-shadow:0 0 0 2px var(--gold)}.map-view{border-radius:var(--radius-md);direction:ltr;overflow:hidden}.map-view .leaflet-popup-content-wrapper{border-radius:10px}.map-marker-icon span{border:2px solid #fff;border-radius:50%;width:20px;height:20px;display:block;box-shadow:0 2px 8px #11182766}.pagination{justify-content:center;align-items:center;gap:8px;margin-top:36px;display:flex}.pagination button{border:1px solid var(--border);background:#fff;border-radius:10px;min-width:38px;height:38px;font-weight:700}.pagination button.active{background:var(--navy);color:#fff;border-color:var(--navy)}.pagination button:disabled{opacity:.4;cursor:not-allowed}.badge-clear{color:var(--text-gray);border:1px dashed var(--border);border-radius:999px;align-items:center;gap:6px;padding:8px 14px;font-size:13.5px;font-weight:700;display:inline-flex}.badge-clear:hover{border-color:var(--navy);color:var(--navy)}.page-hero{--hero-image:url(/contact-hero.avif);background:linear-gradient(180deg, #11182780 0%, #111827b8 100%), var(--hero-image) center/cover no-repeat;color:#fff;padding:180px 0 200px}.compare-hero{--hero-image:url(/compare-hero.png)}.favorites-hero{--hero-image:url(/favorites-hero.png)}.page-hero h1{margin:0 0 8px;font-size:30px;font-weight:800}.page-hero p{color:#e5e7eb;max-width:560px;margin:0}@media (width<=640px){.page-hero{padding:110px 0 130px}.page-hero h1{font-size:24px}.page-hero p{font-size:14.5px}}.contact-section{z-index:2;margin-top:-130px;padding-bottom:72px;position:relative}@media (width<=640px){.contact-section{margin-top:-60px;padding-bottom:48px}}.contact-form-card .field-group label{color:#fff}.contact-form-card .field-group select,.contact-form-card .field-group input{background:#fff}.contact-form-card .state-block h3{color:#fff}.contact-form-card .state-block p{color:#cbd5e1}.contact-form-card .btn-outline-dark{color:#fff;border-color:#ffffff59}.contact-form-card .btn-outline-dark:hover{border-color:#fff}.breadcrumbs{color:var(--text-gray);flex-wrap:wrap;gap:8px;margin-bottom:18px;font-size:13.5px;display:flex}.breadcrumbs a:hover{color:var(--gold)}.home-hero{--hero-image:url(/hero-home.jpg);background:linear-gradient(180deg, #11182759 0%, #1118278c 45%, #111827e0 100%), var(--hero-image) center 30%/cover no-repeat;color:#fff;text-align:center;padding:90px 0 150px;position:relative;overflow:hidden}.properties-hero{--hero-image:url(/properties-hero.jpg);padding:80px 0 150px}.home-hero .container{position:relative}.home-hero-eyebrow{color:#fff;letter-spacing:.02em;background:#fdf6ed1f;border:1px solid #fdf6ed4d;border-radius:999px;align-items:center;gap:8px;margin-bottom:22px;padding:7px 18px;font-size:13px;font-weight:700;display:inline-flex}.home-hero-eyebrow svg{color:var(--gold-light)}.home-hero h1{margin:0 0 18px;font-size:46px;font-weight:800;line-height:1.28}.home-hero h1 span{color:var(--gold-light)}.home-hero p{color:#e5e7eb;max-width:560px;margin:0 auto 6px;font-size:17px}.properties-hero h1{font-size:36px}.home-search-wrap{z-index:2;margin-top:-84px;position:relative}.home-search-wrap.has-compare-bar-gap{margin-bottom:84px}@media (width<=640px){.home-hero{background-position:50% 22%;padding:56px 0 130px}.home-hero h1{font-size:28px}.home-hero p{font-size:15px}.home-search-wrap{margin-top:-96px}.home-search-wrap.has-compare-bar-gap{margin-bottom:68px}}.home-search-panel{background:var(--navy);border-radius:var(--radius-lg);padding:20px;box-shadow:0 24px 60px #11182747}.home-search-tabs{background:#fff;border-radius:999px;gap:4px;margin-bottom:18px;padding:4px;display:inline-flex}.home-search-tabs button{color:var(--text-gray);background:0 0;border:none;border-radius:999px;padding:9px 22px;font-size:13.5px;font-weight:700;transition:background .2s,color .2s}.home-search-tabs button.active{background:var(--gold);color:#fff}.home-search-fields{grid-template-columns:1.3fr 1fr 1fr auto;align-items:end;gap:14px;display:grid}.home-search-fields .btn{height:50px;padding-inline:30px}.home-search-panel .field-group label{color:#fff}.home-search-panel .field-group select,.home-search-panel .field-group input{background:#fff}@media (width<=900px){.home-search-fields{grid-template-columns:1fr 1fr}}@media (width<=560px){.home-search-fields{grid-template-columns:1fr}.home-search-fields .btn{width:100%}}.home-search-fields.cols-5{grid-template-columns:1.1fr 1fr 1fr 1fr auto}@media (width<=1100px){.home-search-fields.cols-5{grid-template-columns:1fr 1fr 1fr}}@media (width<=640px){.home-search-fields.cols-5{grid-template-columns:1fr 1fr}}@media (width<=560px){.home-search-fields.cols-5{grid-template-columns:1fr}}.home-search-advanced{justify-content:flex-end;margin-top:14px;display:flex}.home-search-advanced a{color:#e5e7eb;align-items:center;gap:6px;font-size:13px;font-weight:700;display:inline-flex}.home-search-advanced a:hover{color:var(--gold-light)}@media (width<=560px){.home-search-advanced{justify-content:center}}@media (width<=400px){.home-search-tabs{width:100%;display:flex}.home-search-tabs button{flex:1;padding:9px 6px;font-size:12.5px}}.type-grid{flex-wrap:wrap;justify-content:center;gap:28px;max-width:780px;margin:0 auto;display:flex}.type-card{background:var(--navy);border:1px solid var(--navy);border-radius:var(--radius-md);text-align:center;flex-direction:column;flex:320px;align-items:center;max-width:360px;min-height:260px;padding:44px 32px;transition:box-shadow .2s,transform .2s,background .2s;display:flex}.type-card:hover{box-shadow:var(--shadow-md);background:var(--navy-light);transform:translateY(-3px)}.type-card-icon{width:72px;height:72px;color:var(--gold-light);background:#fdf6ed1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:20px;display:flex}.type-card-name{color:#fff;font-size:20px;font-weight:800}.type-card-desc{color:#cbd5e1;max-width:240px;margin:10px 0 0;font-size:13.5px;line-height:1.8}.type-card-cta{color:var(--gold-light);align-items:center;gap:6px;margin-top:20px;font-size:13px;font-weight:700;display:inline-flex}.type-grid>.reveal{flex:320px;max-width:360px}.type-grid>.reveal .type-card{height:100%}@media (width<=640px){.type-grid{flex-direction:column;align-items:stretch;gap:18px;max-width:420px}.type-card{max-width:100%;min-height:210px;padding:34px 24px}.type-grid>.reveal{max-width:100%}}.city-chip-grid{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.city-chip{border:1px solid var(--border);color:var(--navy);background:#fff;border-radius:999px;align-items:center;gap:8px;padding:12px 22px;font-weight:700;transition:border-color .2s,color .2s;display:inline-flex}.city-chip:hover{border-color:var(--gold);color:var(--gold)}.value-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}@media (width<=900px){.value-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.value-grid{grid-template-columns:1fr;gap:28px}}.value-card{text-align:center;padding:8px}.value-card-icon{background:var(--gold-soft);width:56px;height:56px;color:var(--gold);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 18px;display:flex}.value-card h3{color:var(--navy);margin:0 0 8px;font-size:16px;font-weight:700}.value-card p{color:var(--text-gray);margin:0;font-size:13.5px}.about-band{background:var(--navy-dark);color:#fff;border-radius:var(--radius-lg);grid-template-columns:1fr 1fr;align-items:center;gap:40px;padding:64px;display:grid}.about-band .eyebrow{color:var(--gold-light)}.about-band h2{color:#fff;margin:0 0 16px;font-size:30px;font-weight:800}.about-band p{color:#cbd5e1;margin:0 0 26px;font-size:15.5px;line-height:1.9}.about-band-stats{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}@media (width<=900px){.about-band{text-align:center;grid-template-columns:1fr;padding:40px 26px}.about-band-stats{max-width:420px;margin:0 auto}}@media (width<=480px){.about-band{border-radius:var(--radius-md);padding:32px 20px}.about-band h2{font-size:22px}}.stat-tile{text-align:center}.stat-tile-num{color:var(--gold-light);font-size:30px;font-weight:800;line-height:1.2}.stat-tile-label{color:#cbd5e1;margin-top:4px;font-size:13px}.cta-band{background:var(--navy-dark);border-radius:var(--radius-lg);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;padding:52px 56px;display:flex}.cta-band h2{color:#fff;margin:0 0 8px;font-size:26px;font-weight:800}.cta-band p{color:#cbd5e1;margin:0;font-size:15px}@media (width<=700px){.cta-band{text-align:center;justify-content:center;padding:36px 26px}}@media (width<=480px){.cta-band{border-radius:var(--radius-md);padding:28px 20px}.cta-band h2{font-size:21px}}.story-wrap{height:340vh;position:relative}.story-sticky{background:var(--navy-dark);justify-content:center;align-items:center;height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.story-rings{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.story-ring{will-change:transform;border:1px solid #fdf6ed24;border-radius:50%;position:absolute;top:50%;left:50%}.story-ring-1{width:148vw;height:148vw}.story-ring-2{border-color:#fdf6ed2b;width:108vw;height:108vw}.story-ring-3{border-color:#85395352;width:74vw;height:74vw}.story-ring-4{border-color:#fdf6ed1f;width:42vw;height:42vw}.story-content{z-index:2;text-align:center;max-width:680px;margin:0 auto;padding:0 24px;position:relative}.story-eyebrow{color:var(--gold-light);display:inline-block}.story-title{color:#fff;margin:0 0 18px;font-size:42px;font-weight:800;line-height:1.32}.story-desc{color:#cbd5e1;max-width:560px;margin:0 auto;font-size:16px;line-height:1.9}.story-images{z-index:1;pointer-events:none;position:absolute;inset:0}.story-img{aspect-ratio:1;will-change:transform, opacity;border-radius:0;width:clamp(96px,11vw,168px);position:absolute;overflow:hidden;box-shadow:0 24px 50px #00000073}.story-img img{object-fit:cover;width:100%;height:100%;display:block}.story-img-top-start,.story-img-bottom-start{inset-inline-start:10%}.story-img-top-end,.story-img-bottom-end{inset-inline-end:10%}.story-img-top-start,.story-img-top-end{top:22%}.story-img-bottom-start,.story-img-bottom-end{bottom:22%}@media (width<=1024px){.story-wrap{height:300vh}.story-title{font-size:34px}.story-img{width:clamp(80px,13vw,136px)}.story-img-top-start,.story-img-bottom-start{inset-inline-start:8%}.story-img-top-end,.story-img-bottom-end{inset-inline-end:8%}.story-img-top-start,.story-img-top-end{top:19%}.story-img-bottom-start,.story-img-bottom-end{bottom:19%}}@media (width<=900px){.story-wrap{height:280vh}.story-title{font-size:30px}.story-desc{font-size:15px}.story-img-top-start,.story-img-top-end{top:17%}.story-img-bottom-start,.story-img-bottom-end{bottom:17%}}@media (width<=640px){.story-wrap{height:250vh}.story-content{padding:0 16px}.story-title{font-size:24px}.story-desc{font-size:14px;line-height:1.75}.story-ring-4{display:none}.story-ring-1{width:190vw;height:190vw}.story-ring-2{width:138vw;height:138vw}.story-ring-3{width:100vw;height:100vw}.story-img{border-radius:0;width:clamp(60px,22vw,100px)}.story-img-top-start,.story-img-bottom-start{inset-inline-start:4%}.story-img-top-end,.story-img-bottom-end{inset-inline-end:4%}.story-img-top-start,.story-img-top-end{top:13%}.story-img-bottom-start,.story-img-bottom-end{bottom:13%}}.faq-list{flex-direction:column;gap:12px;max-width:760px;margin:0 auto;display:flex}.faq-item{border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;overflow:hidden}.faq-question{width:100%;color:var(--navy);text-align:start;background:0 0;border:none;justify-content:space-between;align-items:center;gap:12px;padding:18px 22px;font-size:15px;font-weight:700;display:flex}.faq-question svg{flex-shrink:0;width:18px;height:18px;transition:transform .2s}.faq-item.open .faq-question svg{transform:rotate(45deg)}.faq-answer{max-height:0;transition:max-height .25s var(--ease);overflow:hidden}.faq-item.open .faq-answer{max-height:400px}.faq-answer p{color:var(--text-gray);margin:0;padding:0 22px 20px;font-size:14.5px;line-height:1.8}.compare-bar{bottom:20px;z-index:1;background:var(--navy);color:#fff;border-radius:999px;align-items:center;gap:14px;max-width:calc(100vw - 32px);padding:10px 10px 10px 20px;display:flex;position:fixed;inset-inline-start:50%;transform:translate(-50%);box-shadow:0 12px 30px #1118274d}.compare-bar span{white-space:nowrap;font-size:14px;font-weight:700}@media (width<=400px){.compare-bar{gap:10px;padding:8px 8px 8px 14px;bottom:14px}.compare-bar span{font-size:12.5px}}.property-detail-grid{grid-template-columns:2fr 1fr;gap:40px;display:grid}@media (width<=900px){.property-detail-grid{grid-template-columns:1fr}.property-detail-grid aside>div{position:static!important}}@keyframes gallery-fade-in{0%{opacity:0}to{opacity:1}}.gallery-empty{aspect-ratio:16/9;background:var(--bg-soft);border-radius:var(--radius-lg)}.gallery-main{aspect-ratio:16/9;border-radius:var(--radius-lg);cursor:zoom-in;background:var(--bg-soft);position:relative;overflow:hidden}.gallery-main-img{object-fit:cover;width:100%;height:100%;animation:gallery-fade-in .35s var(--ease);display:block}.gallery-nav-btn{color:#fff;opacity:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#1118278c;border:none;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:opacity .2s,background .2s,transform .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.gallery-main:hover .gallery-nav-btn{opacity:1}.gallery-nav-btn:hover{background:var(--gold)}.gallery-nav-btn.prev{inset-inline-start:16px}.gallery-nav-btn.next{inset-inline-end:16px}@media (width<=700px){.gallery-nav-btn{opacity:1;width:36px;height:36px}}.gallery-counter{bottom:16px;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#111827a6;border-radius:999px;padding:5px 12px;font-size:12.5px;font-weight:700;position:absolute;inset-inline-start:16px}.gallery-expand{bottom:16px;color:#fff;opacity:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#111827a6;border-radius:999px;align-items:center;gap:6px;padding:6px 14px;font-size:12.5px;font-weight:700;transition:opacity .2s;display:flex;position:absolute;inset-inline-end:16px}.gallery-main:hover .gallery-expand{opacity:1}@media (width<=700px){.gallery-expand{display:none}}.gallery-thumbs{gap:10px;margin-top:12px;padding-bottom:4px;display:flex;overflow-x:auto}.gallery-thumb{opacity:.65;border:2px solid #0000;border-radius:10px;flex-shrink:0;width:88px;height:66px;padding:0;transition:opacity .2s,border-color .2s,transform .2s;overflow:hidden}.gallery-thumb:hover{opacity:1;transform:translateY(-2px)}.gallery-thumb.active{border-color:var(--gold);opacity:1}.gallery-thumb img{object-fit:cover;width:100%;height:100%;display:block}.gallery-lightbox{z-index:1000;background:#111827f0;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.gallery-lightbox-img{object-fit:contain;max-width:90vw;max-height:85vh;animation:gallery-fade-in .25s var(--ease);border-radius:10px}.gallery-lightbox-close{top:20px;color:#fff;background:0 0;border:none;font-size:26px;position:absolute;inset-inline-end:20px}.gallery-lightbox-nav{color:#fff;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.gallery-lightbox-nav:hover{background:var(--gold)}.gallery-lightbox-nav.right{inset-inline-start:20px}.gallery-lightbox-nav.left{inset-inline-end:20px}.gallery-lightbox-counter{color:#fff;background:#ffffff1a;border-radius:999px;padding:6px 16px;font-size:13px;font-weight:700;position:absolute;bottom:20px}@media (width<=600px){.gallery-lightbox-nav{width:38px;height:38px}.gallery-lightbox-close{top:12px;inset-inline-end:12px}}.detail-header{margin-top:26px}.detail-badges{flex-wrap:wrap;gap:10px;margin-bottom:12px;display:flex}.detail-badges .property-tag,.detail-badges .property-listing-tag{position:static}.detail-title{color:var(--navy);margin:0 0 8px;font-size:27px;font-weight:800;line-height:1.35}.detail-loc{color:var(--text-gray);align-items:center;gap:6px;margin-bottom:16px;font-size:14.5px;display:flex}.detail-loc svg{flex-shrink:0;width:16px;height:16px}.detail-price{color:var(--gold);margin-bottom:22px;font-size:27px;font-weight:800}.detail-facts{border-radius:var(--radius-md);border:1px solid var(--border);background:#fff;flex-wrap:wrap;gap:28px;margin-bottom:24px;padding:18px 22px;display:flex}.detail-facts .item{color:var(--navy);align-items:center;gap:8px;font-size:14.5px;font-weight:700;display:flex}.detail-facts svg{width:20px;height:20px;color:var(--gold);flex-shrink:0}.detail-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:#fff;margin-bottom:22px;padding:26px 28px}.detail-card h2{color:var(--navy);margin:0 0 14px;font-size:18px;font-weight:800}.detail-card p{color:var(--text-dark);margin:0;line-height:1.9}.feature-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px;display:grid}.feature-chip{color:var(--text-dark);align-items:center;gap:9px;font-size:14px;display:flex}.feature-chip .dot{background:var(--gold);border-radius:50%;flex-shrink:0;width:7px;height:7px}.sidebar-card{border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;padding:24px;position:sticky;top:96px}.sidebar-card h3{color:var(--navy);margin:0 0 16px;font-size:17px;font-weight:800}.sidebar-contact-actions{gap:10px;margin-bottom:18px;display:flex}.sidebar-contact-actions .btn{flex:1}@media (width<=640px){.detail-title{font-size:22px}.detail-price{font-size:23px}.detail-facts{gap:16px 22px;padding:16px 18px}.detail-card{padding:20px}}
