:root{--mapped-blue:#2d5d7b;--mapped-blue-dark:#1e3f54;--mapped-blue-light:#3a7ba5;--mapped-blue-subtle:#e8f0f5;--cinnamon-slate:#8b5a4d;--cinnamon-slate-dark:#6b3f34;--cinnamon-slate-light:#a67868;--cinnamon-slate-subtle:#f5edeb;--action-orange:#e07a5f;--action-orange-dark:#c4623f;--action-orange-light:#f09a7f;--action-orange-glow:#e07a5f4d;--white:#fff;--off-white:#fafbfc;--light-gray:#f4f5f7;--medium-gray:#e1e4e8;--text-gray:#6b7280;--dark-gray:#374151;--near-black:#1a1a2e;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-2xl:48px;--space-3xl:64px;--space-4xl:96px;--font-ar:"Cairo", sans-serif;--font-en:"Inter", sans-serif;--shadow-sm:0 1px 3px #00000014;--shadow-md:0 4px 12px #0000001a;--shadow-lg:0 8px 30px #0000001f;--shadow-xl:0 20px 60px #00000026;--shadow-card:0 4px 20px #00000014;--shadow-card-hover:0 12px 40px #00000026;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--radius-full:50%;--transition-fast:.2s cubic-bezier(.4, 0, .2, 1);--transition-base:.3s cubic-bezier(.4, 0, .2, 1);--transition-slow:.5s cubic-bezier(.4, 0, .2, 1);--transition-spring:.6s cubic-bezier(.34, 1.56, .64, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-ar);color:var(--dark-gray);background-color:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.7;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul,ol{list-style:none}.container{max-width:1280px;padding:0 var(--space-lg);margin:0 auto}.section-padding{padding:var(--space-4xl) 0}.fade-up{opacity:0;transition:opacity .8s cubic-bezier(.4,0,.2,1),transform .8s cubic-bezier(.4,0,.2,1);transform:translateY(40px)}.fade-up.visible{opacity:1;transform:translateY(0)}.fade-up-delay-1{transition-delay:.1s}.fade-up-delay-2{transition-delay:.2s}.fade-up-delay-3{transition-delay:.3s}.fade-up-delay-4{transition-delay:.4s}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--light-gray)}::-webkit-scrollbar-thumb{background:var(--mapped-blue);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--mapped-blue-dark)}::selection{background:var(--action-orange);color:var(--white)}.navbar{z-index:1000;padding:var(--space-md) 0;transition:all var(--transition-base);background:0 0;position:fixed;top:0;left:0;right:0}.navbar--scrolled{-webkit-backdrop-filter:blur(20px);box-shadow:var(--shadow-md);padding:var(--space-sm) 0;background:#fffffff2}.navbar__container{align-items:center;gap:var(--space-lg);grid-template-columns:auto 1fr auto;display:grid}.navbar__logo{align-items:center;gap:var(--space-sm);z-index:1001;grid-column:1;display:flex}.navbar__logo-img{object-fit:contain;width:auto;height:44px;transition:transform var(--transition-base), filter var(--transition-base);filter:brightness(0)invert()}.navbar--scrolled .navbar__logo-img{filter:none}.navbar__links{justify-content:center;align-items:center;gap:var(--space-xl);grid-column:2;display:flex}.navbar__link{color:#ffffffe6;transition:color var(--transition-fast);padding:var(--space-xs) 0;font-size:.95rem;font-weight:600;position:relative}.navbar__link:after{content:"";background:var(--action-orange);width:0;height:2px;transition:width var(--transition-base);border-radius:2px;position:absolute;bottom:0;right:0}.navbar__link:hover:after{width:100%}.navbar__link:hover{color:var(--white)}.navbar--scrolled .navbar__link{color:var(--dark-gray)}.navbar--scrolled .navbar__link:hover{color:var(--mapped-blue)}.navbar__cta{background:var(--mapped-blue);color:var(--white);padding:var(--space-sm) var(--space-lg);border-radius:var(--radius-md);transition:all var(--transition-base);grid-column:3;justify-self:end;font-size:.9rem;font-weight:700;box-shadow:0 4px 15px #2d5d7b4d}.navbar__cta:hover{background:var(--mapped-blue-dark);transform:translateY(-2px);box-shadow:0 6px 20px #2d5d7b66}.navbar__cta-mobile{display:none}.navbar__hamburger{z-index:1001;padding:var(--space-sm);flex-direction:column;grid-column:3;justify-self:end;gap:5px;display:none}.navbar__hamburger span{background:var(--white);width:24px;height:2px;transition:all var(--transition-base);border-radius:2px}.navbar--scrolled .navbar__hamburger span{background:var(--dark-gray)}.navbar__hamburger--active span:first-child{transform:rotate(45deg)translate(5px,5px)}.navbar__hamburger--active span:nth-child(2){opacity:0}.navbar__hamburger--active span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}@media (width<=1024px){.navbar__links{gap:var(--space-lg)}}@media (width<=768px){.navbar__hamburger{display:flex}.navbar__cta{display:none}.navbar__links{justify-content:center;align-items:center;gap:var(--space-xl);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:transform var(--transition-slow);z-index:1000;background:#1a1a2efa;flex-direction:column;position:fixed;inset:0;transform:translate(100%)}.navbar__links--open{transform:translate(0)}.navbar__link,.navbar--scrolled .navbar__link{color:var(--white);font-size:1.3rem}.navbar__cta-mobile{background:var(--mapped-blue);color:var(--white);padding:var(--space-md) var(--space-2xl);border-radius:var(--radius-md);margin-top:var(--space-lg);font-size:1rem;font-weight:700;display:block}}.footer{background:var(--near-black);color:#ffffffb3;padding:var(--space-4xl) 0 0}.footer__grid{gap:var(--space-3xl);padding-bottom:var(--space-3xl);border-bottom:1px solid #ffffff14;grid-template-columns:2fr 1fr 1fr 1.5fr;display:grid}.footer__logo{align-items:center;gap:var(--space-sm);margin-bottom:var(--space-lg);display:flex}.footer__logo-img{object-fit:contain;filter:brightness(0)invert();width:auto;height:60px}.footer__brand-desc{margin-bottom:var(--space-lg);color:#ffffff80;font-size:.9rem;line-height:1.8}.footer__socials{gap:var(--space-sm);display:flex}.footer__social{border-radius:var(--radius-md);color:#ffffff80;width:40px;height:40px;transition:all var(--transition-fast);background:#ffffff0f;justify-content:center;align-items:center;display:flex}.footer__social:hover{background:var(--action-orange);color:var(--white);transform:translateY(-3px)}.footer__col-title{color:var(--white);margin-bottom:var(--space-lg);padding-bottom:var(--space-sm);font-size:1rem;font-weight:800;position:relative}.footer__col-title:after{content:"";background:var(--action-orange);border-radius:2px;width:30px;height:2px;position:absolute;bottom:0;right:0}.footer__links li{margin-bottom:var(--space-sm)}.footer__links a{color:#ffffff80;transition:all var(--transition-fast);font-size:.9rem;display:inline-block}.footer__links a:hover{color:var(--action-orange);transform:translate(-4px)}.footer__contact-list{gap:var(--space-md);flex-direction:column;display:flex}.footer__contact-item{align-items:center;gap:var(--space-sm);color:#ffffff80;font-size:.9rem;display:flex}.footer__contact-item svg{color:var(--action-orange);flex-shrink:0}.footer__bottom{padding:var(--space-lg) 0;justify-content:space-between;align-items:center;display:flex}.footer__copyright{color:#ffffff59;font-size:.85rem}.footer__bottom-links{gap:var(--space-lg);display:flex}.footer__bottom-links a{color:#ffffff59;transition:color var(--transition-fast);font-size:.85rem}.footer__bottom-links a:hover{color:var(--action-orange)}@media (width<=900px){.footer__grid{gap:var(--space-2xl);grid-template-columns:1fr 1fr}}@media (width<=600px){.footer__grid{gap:var(--space-2xl);text-align:center;grid-template-columns:1fr}.footer__brand,.footer__col{flex-direction:column;align-items:center;display:flex}.footer__logo,.footer__socials,.footer__contact-item{justify-content:center}.footer__col-title:after{right:50%;transform:translate(50%)}.footer__bottom{gap:var(--space-md);text-align:center;flex-direction:column}.footer__bottom-links{justify-content:center;gap:var(--space-md);flex-wrap:wrap}}.hero{justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero__bg{z-index:0;position:absolute;inset:0}.hero__bg-img{object-fit:cover;object-position:center;width:100%;height:100%;animation:20s ease-in-out infinite alternate heroZoom;transform:scale(1.05)}@keyframes heroZoom{0%{transform:scale(1.05)}to{transform:scale(1.12)}}.hero__overlay{background:linear-gradient(#101024cc 0%,#1e3c55bf 40%,#101024e0 100%);position:absolute;inset:0}.hero__content{z-index:1;text-align:center;padding-top:100px;padding-bottom:var(--space-3xl);position:relative}.hero__text{margin-bottom:var(--space-2xl)}.hero__badge{align-items:center;gap:var(--space-sm);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:var(--space-sm) var(--space-lg);color:#ffffffe6;margin-bottom:var(--space-lg);background:#ffffff1f;border:1px solid #ffffff26;border-radius:50px;font-size:.85rem;font-weight:600;animation:1s ease-out badgeFade;display:inline-flex}.hero__badge-dot{background:var(--action-orange);border-radius:var(--radius-full);width:8px;height:8px;animation:2s ease-in-out infinite dotPulse}@keyframes dotPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}@keyframes badgeFade{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.hero__title{color:var(--white);margin-bottom:var(--space-lg);font-size:clamp(2.2rem,5vw,4rem);font-weight:900;line-height:1.3;animation:1s ease-out .2s both titleFade}.hero__title-highlight{color:var(--action-orange);position:relative}.hero__title-highlight:after{content:"";background:var(--action-orange);opacity:.4;border-radius:2px;width:100%;height:4px;position:absolute;bottom:4px;right:0}@keyframes titleFade{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero__subtitle{color:#ffffffe6;text-shadow:0 2px 8px #0006;max-width:700px;margin:0 auto;font-size:clamp(1rem,2vw,1.2rem);line-height:1.8;animation:1s ease-out .4s both titleFade}.hero__search{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:var(--radius-xl);max-width:950px;box-shadow:var(--shadow-xl);direction:rtl;background:#fffffff7;margin:0 auto;padding:0;animation:1s ease-out .5s both searchSlide;overflow:hidden}@keyframes searchSlide{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.hero__search-tabs{border-bottom:1px solid var(--medium-gray);display:flex}.hero__search-tab{padding:var(--space-md) var(--space-lg);color:var(--text-gray);transition:all var(--transition-fast);border-bottom:3px solid #0000;flex:1;font-size:.95rem;font-weight:700}.hero__search-tab:hover{color:var(--mapped-blue);background:var(--mapped-blue-subtle)}.hero__search-tab--active{color:var(--mapped-blue);border-bottom-color:var(--mapped-blue);background:var(--mapped-blue-subtle)}.hero__search-form{padding:var(--space-lg);flex-direction:row;align-items:flex-end;gap:0;display:flex}.hero__search-group{min-width:0;padding:0 var(--space-md);border-right:1px solid var(--medium-gray);flex:1 1 0}.hero__search-group:last-of-type{border-right:none}.hero__search-label{color:var(--mapped-blue);margin-bottom:var(--space-xs);text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;font-size:.75rem;font-weight:700;display:block}.hero__search-select{width:100%;padding:var(--space-sm) 0;font-family:var(--font-ar);color:var(--dark-gray);cursor:pointer;appearance:none;background:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%236B7280' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") 0 no-repeat;border:none;outline:none;padding-left:20px;font-size:.9rem;font-weight:600}.hero__search-btn{align-items:center;gap:var(--space-sm);background:var(--action-orange);color:var(--white);padding:var(--space-md) var(--space-xl);border-radius:var(--radius-md);white-space:nowrap;transition:all var(--transition-base);box-shadow:0 4px 15px var(--action-orange-glow);margin-right:var(--space-md);flex-shrink:0;align-self:flex-end;font-size:.95rem;font-weight:700;display:flex}.hero__search-btn:hover{background:var(--action-orange-dark);box-shadow:0 8px 25px var(--action-orange-glow);transform:translateY(-2px)}.hero__dual-cta{justify-content:center;align-items:center;gap:var(--space-md);margin-top:var(--space-xl);flex-wrap:wrap;animation:1s ease-out .6s both titleFade;display:flex}.hero__cta-btn{align-items:center;gap:var(--space-sm);padding:var(--space-md) var(--space-2xl);border-radius:var(--radius-md);transition:all var(--transition-base);font-size:1rem;font-weight:700;display:inline-flex}.hero__cta-btn--primary{background:var(--mapped-blue);color:var(--white);box-shadow:0 4px 20px #2d5d7b66}.hero__cta-btn--primary:hover{background:var(--mapped-blue-dark);transform:translateY(-3px);box-shadow:0 8px 30px #2d5d7b80}.hero__cta-btn--secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--white);background:#ffffff1f;border:1px solid #ffffff40}.hero__cta-btn--secondary:hover{background:#fff3;transform:translateY(-3px)}.hero__trust{justify-content:center;align-items:center;gap:var(--space-2xl);margin-top:var(--space-2xl);animation:1s ease-out .7s both titleFade;display:flex}.hero__trust-item{flex-direction:column;align-items:center;display:flex}.hero__trust-number{color:var(--white);font-size:1.5rem;font-weight:900;font-family:var(--font-en)}.hero__trust-label{color:#ffffffb3;font-size:.85rem;font-weight:500}.hero__trust-divider{background:#fff3;width:1px;height:40px}.hero__scroll-indicator{bottom:var(--space-xl);align-items:center;gap:var(--space-sm);color:#fff9;flex-direction:column;font-size:.75rem;animation:2s ease-in-out infinite scrollBounce;display:flex;position:absolute;left:50%;transform:translate(-50%)}.hero__scroll-mouse{border:2px solid #fff6;border-radius:12px;justify-content:center;width:24px;height:38px;padding-top:6px;display:flex}.hero__scroll-wheel{background:#fff9;border-radius:3px;width:3px;height:8px;animation:2s ease-in-out infinite scrollWheel}@keyframes scrollBounce{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(8px)}}@keyframes scrollWheel{0%,to{opacity:1;transform:translateY(0)}50%{opacity:.3;transform:translateY(6px)}}@media (width<=900px){.hero__search-form{gap:var(--space-md);flex-wrap:wrap}.hero__search-group{flex:1 1 calc(50% - var(--space-md));border-right:none;border-bottom:1px solid var(--medium-gray);padding:var(--space-sm) 0}.hero__search-btn{flex:100%;justify-content:center;margin-right:0}}@media (width<=600px){.hero__content{padding-top:120px}.hero__search-group{flex:100%}.hero__trust{gap:var(--space-lg)}.hero__trust-number{font-size:1.2rem}.hero__dual-cta{flex-direction:column}.hero__cta-btn{justify-content:center;width:100%}.hero__scroll-indicator{display:none}}.featured{background:var(--off-white)}.featured__header{text-align:center;margin-bottom:var(--space-3xl)}.featured__label{background:var(--mapped-blue-subtle);color:var(--mapped-blue);padding:var(--space-xs) var(--space-lg);margin-bottom:var(--space-md);border-radius:50px;font-size:.85rem;font-weight:700;display:inline-block}.featured__title{color:var(--mapped-blue-dark);margin-bottom:var(--space-md);font-size:clamp(1.8rem,4vw,2.5rem);font-weight:900}.featured__desc{color:var(--text-gray);max-width:600px;margin:0 auto;font-size:1.05rem}.featured__grid{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}.home-property-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);transition:all var(--transition-base);overflow:hidden}.home-property-card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-8px)}.home-property-card__image-wrapper{height:240px;display:block;position:relative;overflow:hidden}.home-property-card__image{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.home-property-card:hover .home-property-card__image{transform:scale(1.08)}.home-property-card__overlay{opacity:0;transition:opacity var(--transition-base);background:#2d5d7b99;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.home-property-card:hover .home-property-card__overlay{opacity:1}.home-property-card__view-btn{background:var(--white);color:var(--mapped-blue);padding:var(--space-sm) var(--space-xl);border-radius:var(--radius-md);transition:all var(--transition-base);font-size:.9rem;font-weight:700;text-decoration:none;display:inline-block;transform:translateY(20px)}.home-property-card:hover .home-property-card__view-btn{transform:translateY(0)}.home-property-card__view-btn:hover{background:var(--action-orange);color:var(--white)}.home-property-card__tag{top:var(--space-md);right:var(--space-md);padding:var(--space-xs) var(--space-md);border-radius:var(--radius-sm);color:var(--white);font-size:.75rem;font-weight:700;position:absolute}.home-property-card__tag--orange{background:var(--action-orange)}.home-property-card__tag--blue{background:var(--mapped-blue)}.home-property-card__tag--brown{background:var(--cinnamon-slate)}.home-property-card__type{top:var(--space-md);left:var(--space-md);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--white);padding:var(--space-xs) var(--space-md);border-radius:var(--radius-sm);background:#00000080;font-size:.75rem;font-weight:600;position:absolute}.home-property-card__content{padding:var(--space-lg)}.home-property-card__location{align-items:center;gap:var(--space-xs);color:var(--text-gray);margin-bottom:var(--space-sm);font-size:.8rem;display:flex}.home-property-card__location svg{color:var(--action-orange);flex-shrink:0}.home-property-card__title{color:var(--near-black);margin-bottom:var(--space-md);font-size:1.15rem;font-weight:800;line-height:1.4}.home-property-card__title a{color:inherit;text-decoration:none}.home-property-card__title a:hover{color:var(--mapped-blue)}.home-property-card__features{gap:var(--space-lg);padding:var(--space-md) 0;border-top:1px solid var(--light-gray);border-bottom:1px solid var(--light-gray);margin-bottom:var(--space-md);display:flex}.home-property-card__feature{align-items:center;gap:var(--space-xs);color:var(--text-gray);font-size:.85rem;font-weight:500;display:flex}.home-property-card__feature svg{color:var(--mapped-blue-light)}.home-property-card__footer{justify-content:space-between;align-items:center;display:flex}.home-property-card__price{align-items:baseline;gap:var(--space-xs);display:flex}.home-property-card__price-amount{color:var(--action-orange);font-size:1.3rem;font-weight:900;font-family:var(--font-en)}.home-property-card__price-currency{color:var(--text-gray);font-size:.85rem;font-weight:500}.home-property-card__contact-btn{background:var(--mapped-blue-subtle);color:var(--mapped-blue);padding:var(--space-sm) var(--space-md);border-radius:var(--radius-sm);transition:all var(--transition-fast);font-size:.85rem;font-weight:700;text-decoration:none;display:inline-block}.home-property-card__contact-btn:hover{background:var(--mapped-blue);color:var(--white)}.featured__cta{text-align:center;margin-top:var(--space-2xl)}.featured__cta-btn{align-items:center;gap:var(--space-sm);color:var(--mapped-blue);border:2px solid var(--mapped-blue);padding:var(--space-md) var(--space-2xl);border-radius:var(--radius-md);transition:all var(--transition-base);background:0 0;font-size:1rem;font-weight:700;display:inline-flex}.featured__cta-btn:hover{background:var(--mapped-blue);color:var(--white);transform:translateY(-2px);box-shadow:0 8px 25px #2d5d7b33}@media (width<=1024px){.featured__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.featured__grid{gap:var(--space-lg);grid-template-columns:1fr}}.services{background:var(--white);position:relative;overflow:hidden}.services:before{content:"";pointer-events:none;background:radial-gradient(circle at 15%,#2d5d7b08 0%,#0000 50%),radial-gradient(circle at 85% 30%,#e07a5f08 0%,#0000 50%);position:absolute;inset:0}.services__header{text-align:center;margin-bottom:var(--space-3xl);z-index:1;position:relative}.services__label{background:var(--cinnamon-slate-subtle);color:var(--cinnamon-slate);padding:var(--space-xs) var(--space-lg);margin-bottom:var(--space-md);border-radius:50px;font-size:.85rem;font-weight:700;display:inline-block}.services__title{color:var(--mapped-blue-dark);margin-bottom:var(--space-md);font-size:clamp(1.8rem,4vw,2.5rem);font-weight:900}.services__desc{color:var(--text-gray);max-width:600px;margin:0 auto;font-size:1.05rem}.services__timeline{gap:var(--space-lg);z-index:1;grid-template-columns:repeat(4,1fr);display:grid;position:relative}.step-card{flex-direction:column;align-items:center;display:flex;position:relative}.step-card__connector{display:none}@media (width>=1025px){.step-card__connector{background:repeating-linear-gradient(90deg, var(--medium-gray) 0px, var(--medium-gray) 6px, transparent 6px, transparent 12px);z-index:0;width:100%;height:2px;display:block;position:absolute;top:28px;left:-50%}}.step-card__number-badge{z-index:2;border-radius:var(--radius-full);width:56px;height:56px;margin-bottom:var(--space-lg);transition:all var(--transition-base);font-family:var(--font-en);justify-content:center;align-items:center;font-size:1.1rem;font-weight:800;display:flex;position:relative;box-shadow:0 4px 15px #00000014}.step-card--blue .step-card__number-badge{color:var(--white);background:linear-gradient(135deg,#2d5d7b,#3a7ba5);box-shadow:0 6px 20px #2d5d7b4d}.step-card--orange .step-card__number-badge{color:var(--white);background:linear-gradient(135deg,#e07a5f,#f09a7f);box-shadow:0 6px 20px #e07a5f4d}.step-card--brown .step-card__number-badge{color:var(--white);background:linear-gradient(135deg,#8b5a4d,#a67868);box-shadow:0 6px 20px #8b5a4d4d}.step-card--green .step-card__number-badge{color:var(--white);background:linear-gradient(135deg,#2d7b5d,#3aa57b);box-shadow:0 6px 20px #2d7b5d4d}.step-card:hover .step-card__number-badge{transform:scale(1.1)}.step-card__body{background:var(--white);border-radius:var(--radius-xl);padding:var(--space-2xl) var(--space-lg) var(--space-xl);text-align:center;width:100%;transition:all var(--transition-base);border:1px solid #0000000f;position:relative;overflow:hidden}.step-card--blue .step-card__body:before{content:"";opacity:0;height:3px;transition:opacity var(--transition-base);background:linear-gradient(90deg,#2d5d7b,#3a7ba5);position:absolute;top:0;left:0;right:0}.step-card--orange .step-card__body:before{content:"";opacity:0;height:3px;transition:opacity var(--transition-base);background:linear-gradient(90deg,#e07a5f,#f09a7f);position:absolute;top:0;left:0;right:0}.step-card--brown .step-card__body:before{content:"";opacity:0;height:3px;transition:opacity var(--transition-base);background:linear-gradient(90deg,#8b5a4d,#a67868);position:absolute;top:0;left:0;right:0}.step-card--green .step-card__body:before{content:"";opacity:0;height:3px;transition:opacity var(--transition-base);background:linear-gradient(90deg,#2d7b5d,#3aa57b);position:absolute;top:0;left:0;right:0}.step-card:hover .step-card__body{border-color:#0000;transform:translateY(-6px);box-shadow:0 16px 48px #0000001a}.step-card:hover .step-card__body:before{opacity:1}.step-card__icon-ring{border-radius:var(--radius-full);width:80px;height:80px;margin:0 auto var(--space-lg);transition:all var(--transition-base);justify-content:center;align-items:center;display:flex;position:relative}.step-card--blue .step-card__icon-ring{background:#2d5d7b14}.step-card--blue .step-card__icon{color:#2d5d7b}.step-card--blue:hover .step-card__icon-ring{background:#2d5d7b24}.step-card--orange .step-card__icon-ring{background:#e07a5f14}.step-card--orange .step-card__icon{color:#e07a5f}.step-card--orange:hover .step-card__icon-ring{background:#e07a5f24}.step-card--brown .step-card__icon-ring{background:#8b5a4d14}.step-card--brown .step-card__icon{color:#8b5a4d}.step-card--brown:hover .step-card__icon-ring{background:#8b5a4d24}.step-card--green .step-card__icon-ring{background:#2d7b5d14}.step-card--green .step-card__icon{color:#2d7b5d}.step-card--green:hover .step-card__icon-ring{background:#2d7b5d24}.step-card__icon{transition:transform var(--transition-base);justify-content:center;align-items:center;display:flex}.step-card:hover .step-card__icon{transform:scale(1.1)}.step-card__audience{padding:3px var(--space-md);margin-bottom:var(--space-sm);letter-spacing:.3px;border-radius:50px;font-size:.7rem;font-weight:700;display:inline-block}.step-card--blue .step-card__audience{color:#2d5d7b;background:#2d5d7b14}.step-card--orange .step-card__audience{color:#e07a5f;background:#e07a5f14}.step-card--brown .step-card__audience{color:#8b5a4d;background:#8b5a4d14}.step-card--green .step-card__audience{color:#2d7b5d;background:#2d7b5d14}.step-card__title{color:var(--near-black);margin-bottom:var(--space-sm);font-size:1.2rem;font-weight:800}.step-card__desc{color:var(--text-gray);font-size:.88rem;line-height:1.75}@media (width<=1024px){.services__timeline{gap:var(--space-2xl);grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.services__timeline{grid-template-columns:1fr;max-width:400px;margin:0 auto}}.lawyer-card{background:var(--white);border-radius:var(--radius-xl);padding:var(--space-xl);transition:all var(--transition-base);border:1px solid #0000000f;flex-direction:column;height:100%;display:flex}.lawyer-card:hover{border-color:#0000;box-shadow:0 12px 40px #00000014}.lawyer-card--compact{padding:var(--space-lg)}.lawyer-card__header{margin-bottom:var(--space-md);gap:14px;display:flex}.lawyer-card__avatar{border-radius:var(--radius-full);color:#fff;background:linear-gradient(135deg,#2d5d7b,#3a7ba5);flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.2rem;font-weight:900;display:flex}.lawyer-card__name{color:var(--near-black);align-items:center;gap:6px;margin-bottom:2px;font-size:1.05rem;font-weight:800;display:flex}.lawyer-card__verified{flex-shrink:0}.lawyer-card__specialty{color:var(--mapped-blue);font-size:.82rem;font-weight:700}.lawyer-card__bio{color:var(--text-gray);margin-bottom:var(--space-md);font-size:.85rem;line-height:1.7}.lawyer-card__info{gap:var(--space-lg);margin-bottom:var(--space-md);flex-wrap:wrap;display:flex}.lawyer-card__info-item{color:var(--text-gray);align-items:center;gap:4px;font-size:.8rem;font-weight:600;display:flex}.lawyer-card__services{margin-bottom:var(--space-lg);flex-wrap:wrap;gap:6px;display:flex}.lawyer-card__service-tag{color:var(--mapped-blue);background:#2d5d7b0f;border-radius:50px;padding:4px 12px;font-size:.72rem;font-weight:700}.lawyer-card__actions{grid-template-columns:1fr 1fr;gap:8px;margin-top:auto;display:grid}.lawyer-card__btn{border-radius:var(--radius-md);font-family:var(--font-ar);cursor:pointer;text-align:center;transition:all var(--transition-base);border:none;padding:10px;font-size:.85rem;font-weight:700;text-decoration:none}.lawyer-card__btn--primary{background:var(--mapped-blue);color:#fff}.lawyer-card__btn--primary:hover{background:var(--mapped-blue-dark)}.lawyer-card__btn--secondary{background:var(--light-gray);color:var(--near-black)}.lawyer-card__btn--secondary:hover{background:#e2e2e2}@media (width<=500px){.lawyer-card__actions{grid-template-columns:1fr}}.lawyer-request-modal{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1100;background:#0000008a;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.lawyer-request-modal__dialog{background:var(--white);border-radius:var(--radius-xl);width:100%;max-width:520px;padding:var(--space-2xl);animation:.25s ease-out lawyerRequestModalIn;position:relative;box-shadow:0 24px 80px #0000002e}.lawyer-request-modal__close{border-radius:var(--radius-full);background:var(--light-gray);width:34px;height:34px;color:var(--text-gray);cursor:pointer;border:none;position:absolute;top:16px;left:16px}.lawyer-request-modal__header h2{color:var(--near-black);margin-bottom:6px;font-size:1.3rem;font-weight:900}.lawyer-request-modal__header p{color:var(--text-gray);margin-bottom:var(--space-xl);font-size:.9rem}.lawyer-request-modal__form .form-group{margin-bottom:var(--space-lg)}.lawyer-request-modal__form label{color:var(--near-black);margin-bottom:6px;font-size:.86rem;font-weight:700;display:block}.lawyer-request-modal__form input,.lawyer-request-modal__form textarea{border-radius:var(--radius-md);width:100%;font-family:var(--font-ar);resize:none;border:1.5px solid #0000001a;padding:12px 14px;font-size:.92rem}.lawyer-request-modal__form input:focus,.lawyer-request-modal__form textarea:focus{border-color:var(--mapped-blue);outline:none}.lawyer-request-modal__submit{background:var(--mapped-blue);color:#fff;border-radius:var(--radius-md);width:100%;font-family:var(--font-ar);cursor:pointer;transition:all var(--transition-base);border:none;padding:13px;font-size:1rem;font-weight:800}.lawyer-request-modal__submit:hover:not(:disabled){background:var(--mapped-blue-dark)}.lawyer-request-modal__submit:disabled{opacity:.7;cursor:wait}.lawyer-request-modal__alert{border-radius:var(--radius-md);margin-bottom:var(--space-lg);padding:10px 12px;font-size:.88rem;font-weight:700}.lawyer-request-modal__alert--error{color:#b42318;background:#dc354514}.form-error{color:#b42318;margin-top:6px;font-size:.8rem;font-weight:700;display:block}@keyframes lawyerRequestModalIn{0%{opacity:0;transform:translateY(18px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.toast{z-index:1200;border-radius:var(--radius-lg);color:#fff;align-items:center;gap:12px;min-width:280px;max-width:420px;padding:14px 16px;animation:.25s ease-out toastIn;display:flex;position:fixed;top:24px;left:24px;box-shadow:0 18px 40px #00000024}.toast--success{background:linear-gradient(135deg,#1d7a52,#2d9b69)}.toast--error{background:linear-gradient(135deg,#b33a3a,#d9534f)}.toast__icon{flex-shrink:0;align-items:center;display:flex}.toast__content{flex:1;font-size:.92rem;font-weight:700;line-height:1.6}.toast__close{color:inherit;cursor:pointer;opacity:.85;background:0 0;border:none;font-size:1rem}.toast__close:hover{opacity:1}@keyframes toastIn{0%{opacity:0;transform:translate(-50%)translateY(12px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.lawyers{background:var(--off-white)}.lawyers__header{text-align:center;margin-bottom:var(--space-2xl)}.lawyers__label{background:var(--mapped-blue);color:var(--white);padding:var(--space-xs) var(--space-lg);margin-bottom:var(--space-md);border-radius:50px;font-size:.85rem;font-weight:700;display:inline-block}.lawyers__title{color:var(--mapped-blue-dark);margin-bottom:var(--space-md);text-align:center;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:900}.lawyers__desc{color:var(--text-gray);text-align:center;max-width:600px;margin:0 auto;font-size:1.05rem;line-height:1.7}.lawyers__features{gap:var(--space-xl);margin-bottom:var(--space-3xl);grid-template-columns:repeat(3,1fr);display:grid}.lawyers__feature{text-align:center;padding:var(--space-xl) var(--space-lg);background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--medium-gray);transition:all var(--transition-base)}.lawyers__feature:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.lawyers__feature-icon{border-radius:var(--radius-full);background:var(--mapped-blue-subtle);width:60px;height:60px;color:var(--mapped-blue);margin:0 auto var(--space-md);justify-content:center;align-items:center;display:flex}.lawyers__feature h4{color:var(--near-black);margin-bottom:var(--space-xs);text-align:center;font-size:1rem;font-weight:800}.lawyers__feature p{color:var(--text-gray);text-align:center;max-width:100%;font-size:.85rem;line-height:1.6}.lawyers__grid{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}.lawyers__state{text-align:center;color:var(--text-gray);padding:32px 20px;font-size:1rem;font-weight:700}.lawyers__state--error{color:#b42318}.lawyers__footer{margin-top:var(--space-2xl);justify-content:center;display:flex}.lawyers__more-btn{background:var(--action-orange);color:var(--white);padding:var(--space-sm) var(--space-2xl);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-base);box-shadow:0 4px 15px var(--action-orange-glow);border:none;justify-content:center;align-items:center;font-size:.95rem;font-weight:800;display:inline-flex}.lawyers__more-btn:hover{background:var(--action-orange-dark);box-shadow:0 6px 20px var(--action-orange-glow);transform:translateY(-2px)}@media (width<=900px){.lawyers__features{gap:var(--space-md);grid-template-columns:1fr}.lawyers__grid{grid-template-columns:1fr}}.about{background:var(--cinnamon-slate-subtle)}.about__grid{gap:var(--space-4xl);grid-template-columns:1fr 1fr;align-items:center;display:grid}.about__visual,.about__image-stack{position:relative}.about__image-main{border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);overflow:hidden}.about__image-main img{object-fit:cover;width:100%;height:400px}.about__image-float{border-radius:var(--radius-lg);border:4px solid var(--white);width:200px;height:150px;box-shadow:var(--shadow-lg);animation:4s ease-in-out infinite floatBounce;position:absolute;bottom:-30px;left:-30px;overflow:hidden}.about__image-float img{object-fit:cover;width:100%;height:100%}@keyframes floatBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.about__experience-badge{background:var(--mapped-blue);color:var(--white);padding:var(--space-lg) var(--space-xl);border-radius:var(--radius-lg);text-align:center;animation:4s ease-in-out 1s infinite floatBounce;position:absolute;top:-20px;left:20px;box-shadow:0 8px 25px #2d5d7b59}.about__experience-number{font-size:2rem;font-weight:900;font-family:var(--font-ar);line-height:1;display:block}.about__experience-text{opacity:.9;font-size:.8rem;font-weight:600}.about__label{background:var(--cinnamon-slate);color:var(--white);padding:var(--space-xs) var(--space-lg);margin-bottom:var(--space-md);border-radius:50px;font-size:.85rem;font-weight:700;display:inline-block}.about__title{color:var(--near-black);margin-bottom:var(--space-lg);font-size:clamp(1.6rem,3.5vw,2.2rem);font-weight:900;line-height:1.4}.about__title-accent{color:var(--action-orange)}.about__text{color:var(--text-gray);margin-bottom:var(--space-md);font-size:1rem;line-height:1.8}.about__features{gap:var(--space-md);margin:var(--space-xl) 0;flex-direction:column;display:flex}.about__feature{align-items:flex-start;gap:var(--space-md);display:flex}.about__feature-icon{border-radius:var(--radius-md);width:44px;min-width:44px;height:44px;color:var(--mapped-blue);background:#2d5d7b1a;justify-content:center;align-items:center;display:flex}.about__feature-title{color:var(--near-black);margin-bottom:2px;font-size:1rem;font-weight:800}.about__feature-desc{color:var(--text-gray);font-size:.85rem}.about__cta{align-items:center;gap:var(--space-sm);background:var(--action-orange);color:var(--white);padding:var(--space-md) var(--space-2xl);border-radius:var(--radius-md);transition:all var(--transition-base);box-shadow:0 4px 15px var(--action-orange-glow);font-size:1rem;font-weight:700;display:inline-flex}.about__cta:hover{background:var(--action-orange-dark);gap:var(--space-md);transform:translateY(-2px)}@media (width<=900px){.about__grid{gap:var(--space-3xl);grid-template-columns:1fr}.about__image-main img{height:300px}.about__image-float{width:160px;height:120px;bottom:-20px;left:-15px}}.testimonials{background:var(--white)}.testimonials__header{text-align:center;margin-bottom:var(--space-3xl)}.testimonials__label{background:var(--action-orange);background:linear-gradient(135deg, var(--action-orange), var(--action-orange-dark));color:var(--white);padding:var(--space-xs) var(--space-lg);margin-bottom:var(--space-md);border-radius:50px;font-size:.85rem;font-weight:700;display:inline-block}.testimonials__title{color:var(--mapped-blue-dark);margin-bottom:var(--space-md);font-size:clamp(1.8rem,4vw,2.5rem);font-weight:900}.testimonials__desc{color:var(--text-gray);max-width:500px;margin:0 auto;font-size:1.05rem}.testimonials__slider{max-width:700px;margin:0 auto;position:relative}.testimonials__track{min-height:350px;position:relative}.testimonial-card{background:var(--off-white);border:1px solid var(--medium-gray);border-radius:var(--radius-xl);padding:var(--space-2xl);text-align:center;opacity:0;pointer-events:none;transition:all .6s cubic-bezier(.4,0,.2,1);position:absolute;inset:0;transform:translate(60px)scale(.95)}.testimonial-card--active{opacity:1;pointer-events:all;transform:translate(0)scale(1)}.testimonial__quote{color:var(--mapped-blue);margin-bottom:var(--space-md)}.testimonial__stars{color:#f59e0b;margin-bottom:var(--space-lg);justify-content:center;gap:4px;display:flex}.testimonial__text{color:var(--dark-gray);margin-bottom:var(--space-xl);font-size:1.1rem;font-weight:500;line-height:1.9}.testimonial__author{justify-content:center;align-items:center;gap:var(--space-md);display:flex}.testimonial__avatar{border-radius:var(--radius-full);background:linear-gradient(135deg, var(--mapped-blue), var(--mapped-blue-light));width:52px;height:52px;color:var(--white);justify-content:center;align-items:center;font-size:1.3rem;font-weight:800;display:flex}.testimonial__info{text-align:right}.testimonial__name{color:var(--near-black);font-size:1rem;font-weight:800}.testimonial__role{color:var(--text-gray);font-size:.85rem}.testimonials__dots{justify-content:center;gap:var(--space-sm);margin-top:var(--space-xl);display:flex}.testimonials__dot{border-radius:var(--radius-full);background:var(--medium-gray);width:12px;height:12px;transition:all var(--transition-base);cursor:pointer;border:none}.testimonials__dot--active{background:var(--action-orange);border-radius:6px;width:32px}@media (width<=640px){.testimonial-card{padding:var(--space-lg)}.testimonial__text{font-size:1rem}.testimonials__track{min-height:400px}}.cta-section{padding:var(--space-4xl) 0;background:var(--mapped-blue-dark);position:relative;overflow:hidden}.cta-section__bg{position:absolute;inset:0}.cta-section__pattern{background:radial-gradient(circle at 10% 20%,#e07a5f26 0%,#0000 50%),radial-gradient(circle at 90% 80%,#8b5a4d1a 0%,#0000 50%),radial-gradient(circle,#ffffff08 0%,#0000 70%);position:absolute;inset:0}.cta-section__content{z-index:1;text-align:center;max-width:650px;margin:0 auto;position:relative}.cta-section__title{color:var(--white);margin-bottom:var(--space-md);font-size:clamp(1.8rem,4vw,2.8rem);font-weight:900;line-height:1.3}.cta-section__desc{color:#ffffffbf;margin-bottom:var(--space-2xl);font-size:1.1rem;line-height:1.7}.cta-section__actions{justify-content:center;align-items:center;gap:var(--space-md);margin-bottom:var(--space-2xl);flex-wrap:wrap;display:flex}.cta-section__btn{align-items:center;gap:var(--space-sm);padding:var(--space-md) var(--space-2xl);border-radius:var(--radius-md);transition:all var(--transition-base);font-size:1rem;font-weight:700;display:inline-flex}.cta-section__btn--register{background:var(--action-orange);color:var(--white);box-shadow:0 4px 20px var(--action-orange-glow)}.cta-section__btn--register:hover{background:var(--action-orange-dark);box-shadow:0 8px 30px var(--action-orange-glow);transform:translateY(-3px)}.cta-section__btn--search{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--white);background:#ffffff1f;border:1px solid #ffffff40}.cta-section__btn--search:hover{background:#fff3;transform:translateY(-3px)}.cta-section__btn--whatsapp{color:var(--white);background:#25d366;box-shadow:0 4px 20px #25d3664d}.cta-section__btn--whatsapp:hover{background:#1da851;transform:translateY(-3px);box-shadow:0 8px 30px #25d36666}.cta-section__contact-info{justify-content:center;align-items:center;gap:var(--space-2xl);flex-wrap:wrap;display:flex}.cta-section__info-item{align-items:center;gap:var(--space-sm);color:#fff9;font-size:.9rem;display:flex}.cta-section__info-item svg{color:var(--action-orange-light)}@media (width<=600px){.cta-section__actions{flex-direction:column}.cta-section__btn{justify-content:center;width:100%}.cta-section__contact-info{gap:var(--space-md);flex-direction:column}}.svc-ad{background:#fff;border:1.5px solid #e9ecef;border-radius:16px;flex-direction:column;transition:box-shadow .2s,transform .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 12px #0000000d}.svc-ad:hover{transform:translateY(-2px);box-shadow:0 6px 24px #0000001a}.svc-ad--compact .svc-ad__image{max-height:140px}.svc-ad__badge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#ffd050;letter-spacing:.04em;z-index:1;background:#0f1e2dbf;border-radius:20px;align-items:center;gap:.25rem;padding:.2rem .55rem;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:10px;right:10px}.svc-ad__image{object-fit:cover;background:#f1f5f9;width:100%;height:200px;display:block}.svc-ad__body{flex-direction:column;flex:1;gap:.5rem;padding:1rem 1.1rem 1.1rem;display:flex}.svc-ad__title{color:#0f172a;margin:0;font-size:.95rem;font-weight:700;line-height:1.4}.svc-ad__desc{color:#64748b;margin:0;font-size:.8rem;line-height:1.55}.svc-ad__cta{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0f1e2d,#1a3550);border:none;border-radius:10px;justify-content:center;align-items:center;gap:.35rem;margin-top:auto;padding:.6rem 1rem;font-size:.82rem;font-weight:700;transition:opacity .15s;display:inline-flex}.svc-ad__cta:hover{opacity:.88}.svc-modal-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:1200;direction:rtl;background:#0000008c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.svc-modal{background:#fff;border-radius:18px;flex-direction:column;gap:1.1rem;width:100%;max-width:440px;padding:1.5rem;display:flex;position:relative;box-shadow:0 20px 60px #00000038}.svc-modal__close{cursor:pointer;color:#94a3b8;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:1.1rem;transition:background .15s;display:flex;position:absolute;top:.9rem;left:.9rem}.svc-modal__close:hover{color:#475569;background:#f1f5f9}.svc-modal__header{align-items:flex-start;gap:.9rem;display:flex}.svc-modal__ad-img{object-fit:cover;border:1px solid #e9ecef;border-radius:10px;flex-shrink:0;width:64px;height:64px}.svc-modal__title{color:#0f172a;margin:0 0 .25rem;font-size:1rem;font-weight:700}.svc-modal__desc{color:#64748b;margin:0;font-size:.78rem;line-height:1.5}.svc-modal__form{flex-direction:column;gap:.85rem;display:flex}.svc-modal__field{flex-direction:column;gap:.3rem;display:flex}.svc-modal__field label{color:#475569;font-size:.78rem;font-weight:600}.svc-modal__field input,.svc-modal__field textarea{direction:rtl;border:1.5px solid #e2e8f0;border-radius:10px;outline:none;padding:.6rem .85rem;font-family:inherit;font-size:.88rem;transition:border-color .2s}.svc-modal__field input[dir=ltr]{direction:ltr}.svc-modal__field input:focus,.svc-modal__field textarea:focus{border-color:#0f1e2d}.svc-modal__field textarea{resize:vertical}.svc-modal__field-error{color:#dc2626;font-size:.72rem}.svc-modal__error{color:#b91c1c;background:#fef2f2;border:1px solid #fca5a5;border-radius:8px;padding:.6rem .9rem;font-size:.8rem}.svc-modal__submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0f1e2d,#1a3550);border:none;border-radius:12px;padding:.8rem;font-size:.92rem;font-weight:700;transition:opacity .2s}.svc-modal__submit:disabled{opacity:.45;cursor:not-allowed}.svc-modal__submit:hover:not(:disabled){opacity:.9}.svc-modal__success{text-align:center;color:#16a34a;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 0 .5rem;font-size:.9rem;font-weight:600;display:flex}.svc-widget{margin-top:2rem}.svc-widget__label{color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;margin:0 0 .75rem;font-size:.72rem;font-weight:700}.svc-widget--sidebar .svc-widget__grid{display:block}.svc-widget--row .svc-widget__grid{max-width:360px;display:block}@media (width<=640px){.svc-widget--row .svc-widget__grid{max-width:none}}.properties-page{background:linear-gradient(#f8fbfd 0%,#f4f7fa 100%);min-height:100vh;padding-top:6.5rem}.properties-hero{padding:2rem 0 1.5rem}.properties-hero .container{max-width:1180px}.properties-hero h1{color:var(--near-black);margin:0 0 .75rem;font-size:clamp(1.9rem,3.2vw,2.8rem);font-weight:900;line-height:1.2}.properties-hero p{max-width:760px;color:var(--text-gray);margin:0;font-size:1rem;line-height:1.8}.properties-content{padding:0 0 3rem}.properties-layout{grid-template-columns:320px minmax(0,1fr);align-items:start;gap:1.5rem;display:grid}.properties-sidebar{position:sticky;top:6.75rem}.properties-filter-card{background:var(--white);box-shadow:var(--shadow-card);border:1px solid #0000000f;border-radius:22px;padding:1.25rem}.properties-filter-card__header{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.properties-filter-card__header h2{color:var(--near-black);margin:0;font-size:1.1rem;font-weight:800}.properties-filter-card__header button{background:var(--light-gray);min-height:42px;color:var(--dark-gray);transition:all var(--transition-base);border-radius:12px;justify-content:center;align-items:center;padding:.7rem 1rem;font-size:.88rem;font-weight:700;display:inline-flex}.properties-filter-card__header button:hover{background:var(--medium-gray);color:var(--near-black)}.properties-filter-grid{gap:1rem;display:grid}.properties-filter-field{gap:.45rem;display:grid}.properties-filter-field label{color:var(--near-black);font-size:.9rem;font-weight:700}.properties-filter-field input,.properties-filter-field select{background:var(--white);width:100%;min-width:0;height:48px;color:var(--dark-gray);font-family:var(--font-ar);transition:border-color var(--transition-base), box-shadow var(--transition-base), background var(--transition-base);border:1px solid #0000001a;border-radius:14px;padding:0 .95rem;font-size:.95rem}.properties-filter-field input:focus,.properties-filter-field select:focus{border-color:var(--mapped-blue);outline:none;box-shadow:0 0 0 4px #2d5d7b1f}.properties-filter-field input[type=number]{-moz-appearance:textfield}.properties-filter-field input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.properties-filter-field input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.properties-main{gap:1rem;min-width:0;display:grid}.properties-main__header{background:var(--white);box-shadow:var(--shadow-card);border:1px solid #0000000f;border-radius:22px;padding:1.25rem 1.4rem}.properties-main__header h2{color:var(--near-black);margin:0 0 .35rem;font-size:1.15rem;font-weight:800}.properties-main__header p{color:var(--text-gray);margin:0;font-size:.95rem;font-weight:600}.properties-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;display:grid}.property-card{background:var(--white);box-shadow:var(--shadow-card);transition:transform var(--transition-base), box-shadow var(--transition-base), border-color var(--transition-base);border:1px solid #0000000f;border-radius:22px;flex-direction:column;display:flex;overflow:hidden}.property-card:hover{box-shadow:var(--shadow-card-hover);border-color:#2d5d7b24;transform:translateY(-4px)}.property-card__image-wrap{aspect-ratio:16/10;background:linear-gradient(135deg,#ebf1f5,#f6f8fb);display:block;position:relative;overflow:hidden}.property-card__image{object-fit:cover;width:100%;height:100%;transition:transform .45s;display:block}.property-card:hover .property-card__image{transform:scale(1.04)}.property-card__image--placeholder{color:var(--text-gray);background:linear-gradient(135deg,#edf2f6,#f7f9fb);justify-content:center;align-items:center;font-size:.95rem;font-weight:700;display:flex}.property-card__badges{top:.85rem;pointer-events:none;z-index:2;flex-direction:column;align-items:flex-end;gap:.4rem;display:flex;position:absolute;inset-inline-end:.85rem}.property-card__badge{border-radius:8px;align-items:center;gap:.3rem;padding:.34rem .65rem;font-size:.74rem;font-weight:800;line-height:1;display:inline-flex;box-shadow:0 6px 16px #0000002e}.property-card__badge svg{flex-shrink:0}.property-card__pills{bottom:0;pointer-events:none;background:linear-gradient(#0000,#0f172a99);gap:.4rem;padding:1.8rem .85rem .7rem;display:flex;position:absolute;inset-inline:0}.property-card__pill{color:var(--white);-webkit-backdrop-filter:blur(8px);border:1px solid #ffffff4d;border-radius:7px;align-items:center;padding:.3rem .6rem;font-size:.72rem;font-weight:700;line-height:1;display:inline-flex}.property-card__pill--listing{background:#2d5d7b99}.property-card__pill--type{background:#ffffff29}.property-card__content{gap:.85rem;min-width:0;padding:1.15rem;display:grid}.property-card__title{color:var(--near-black);margin:0;font-size:1.08rem;font-weight:800;line-height:1.5}.property-card__title a{color:inherit;text-decoration:none}.property-card__title a:hover{color:var(--mapped-blue)}.property-card__location{color:var(--text-gray);margin:0;font-size:.9rem;line-height:1.7}.property-card__price{color:var(--mapped-blue);font-size:1.25rem;font-weight:900;line-height:1.3;font-family:var(--font-en)}.property-card__price span{color:var(--text-gray);font-size:.88rem;font-weight:700;font-family:var(--font-ar)}.property-card__meta{border-bottom:1px solid var(--light-gray);flex-wrap:wrap;gap:.5rem;padding-bottom:.9rem;display:flex}.property-card__meta span{min-height:32px;color:var(--dark-gray);background:#2d5d7b14;border-radius:999px;justify-content:center;align-items:center;padding:.35rem .7rem;font-size:.82rem;font-weight:700;display:inline-flex}.property-card__footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.property-card__footer>span{color:var(--text-gray);font-size:.88rem;font-weight:700}.property-card__link{background:var(--mapped-blue-subtle);min-height:40px;color:var(--mapped-blue);transition:all var(--transition-base);border-radius:12px;justify-content:center;align-items:center;padding:.65rem .95rem;font-size:.88rem;font-weight:800;text-decoration:none;display:inline-flex}.property-card__link:hover{background:var(--mapped-blue);color:var(--white)}.properties-state{background:var(--white);text-align:center;box-shadow:var(--shadow-card);border:1px dashed #0000001f;border-radius:22px;padding:2rem 1.25rem}.properties-state h3{color:var(--near-black);margin:0 0 .5rem;font-size:1.15rem;font-weight:800}.properties-state p{color:var(--text-gray);margin:0;font-size:.95rem;line-height:1.8}.properties-state button{background:var(--mapped-blue);min-height:46px;color:var(--white);transition:all var(--transition-base);border-radius:12px;justify-content:center;align-items:center;margin-top:1rem;padding:.8rem 1.1rem;font-size:.92rem;font-weight:800;display:inline-flex}.properties-state button:hover{background:var(--mapped-blue-dark)}.properties-state--error{background:#a12c7b08;border-style:solid;border-color:#a12c7b2e}.properties-state--error h3{color:#8f256d}.properties-pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:.9rem;margin-top:.5rem;padding:1rem 0 .5rem;display:flex}.properties-pagination button{background:var(--white);min-width:110px;min-height:44px;color:var(--dark-gray);transition:all var(--transition-base);box-shadow:var(--shadow-sm);border:1px solid #00000014;border-radius:12px;justify-content:center;align-items:center;padding:.75rem 1rem;font-weight:800;display:inline-flex}.properties-pagination button:hover:not(:disabled){border-color:var(--mapped-blue);color:var(--mapped-blue);background:#2d5d7b0d}.properties-pagination button:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.properties-pagination span{color:var(--text-gray);font-size:.95rem;font-weight:700}.skeleton-block,.skeleton-line{background:linear-gradient(90deg, var(--light-gray) 25%, #e9edf1 50%, var(--light-gray) 75%);background-size:200% 100%;border-radius:10px;animation:1.5s ease-in-out infinite properties-shimmer}.skeleton-block{width:100%;height:100%}@keyframes properties-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@media (width<=1100px){.properties-layout{grid-template-columns:290px minmax(0,1fr)}.properties-grid{grid-template-columns:1fr 1fr}}@media (width<=900px){.properties-page{padding-top:5.75rem}.properties-layout{grid-template-columns:1fr}.properties-sidebar{position:static}.properties-filter-card__header{flex-direction:column;align-items:stretch}.properties-filter-card__header button{width:100%}}@media (width<=640px){.properties-page{padding-top:5.25rem}.properties-hero{padding:1.5rem 0 1rem}.properties-hero .container,.properties-content .container{padding-left:1rem;padding-right:1rem}.properties-grid{grid-template-columns:1fr}.properties-filter-card,.properties-main__header,.properties-state,.property-card{border-radius:18px}.property-card__content{padding:1rem}.property-card__footer{flex-direction:column;align-items:stretch}.property-card__link,.properties-pagination button,.properties-state button{width:100%}.properties-pagination{flex-direction:column;align-items:stretch}.properties-pagination span{text-align:center}}.property-card--special{border:1px solid #f59e0b4d;position:relative;box-shadow:0 4px 20px #f59e0b2e}.property-card__badge--special{color:#1a0f00;letter-spacing:.01em;background:linear-gradient(135deg,#f59e0b,#fbbf24)}.property-card__sponsored-tag{color:#92400e;letter-spacing:.03em;background:#fef3c7;border:1px solid #fde68a;border-radius:4px;margin-bottom:.35rem;padding:.15rem .45rem;font-size:.68rem;font-weight:600;display:inline-block}.ad-slot-wrap{flex-direction:column;grid-column:1/-1;gap:.5rem;display:flex}.ad-slot-wrap__label{color:#94a3b8;letter-spacing:.06em;text-transform:uppercase;padding-right:.25rem;font-size:.72rem;font-weight:600}.ad-slot-wrap .property-card{max-width:480px}.property-card__badge--sold{color:#fff;-webkit-backdrop-filter:blur(6px);background:#0f172ad1}.countdown{direction:rtl;border-radius:16px;margin-bottom:1rem;padding:1.25rem 1.25rem 1.1rem;position:relative;overflow:hidden}.countdown--normal{background:linear-gradient(135deg,#1a2340 0%,#0f1e2d 100%);border:1px solid #ffc85040;box-shadow:0 4px 24px #ffb40014}.countdown--warning{background:linear-gradient(135deg,#2a1800 0%,#1a0f00 100%);border:1px solid #ff8c0066;animation:3s ease-in-out infinite countdown-glow-warning;box-shadow:0 4px 24px #ff78002e}.countdown--urgent{background:linear-gradient(135deg,#2d0a0a 0%,#1a0505 100%);border:1px solid #ff3c3c80;animation:2s ease-in-out infinite countdown-glow-urgent;box-shadow:0 4px 30px #dc1e1e40}.countdown--critical{background:linear-gradient(135deg,#3d0000 0%,#200000 100%);border:1px solid #ff1e1eb3;animation:1s ease-in-out infinite countdown-glow-critical;box-shadow:0 4px 36px #ff000059}.countdown--expired{background:#1a1a1a;border:1px solid #ffffff1a;padding:1rem 1.25rem}@keyframes countdown-glow-warning{0%,to{box-shadow:0 4px 24px #ff78002e}50%{box-shadow:0 4px 36px #ff8c0059}}@keyframes countdown-glow-urgent{0%,to{box-shadow:0 4px 30px #dc1e1e40}50%{box-shadow:0 6px 48px #ff282880}}@keyframes countdown-glow-critical{0%,to{box-shadow:0 4px 36px #ff000059}50%{box-shadow:0 6px 60px #ff0000a6}}.countdown:before{content:"";height:2px;position:absolute;top:0;left:0;right:0}.countdown--normal:before{background:linear-gradient(90deg,#0000,#ffd050,#0000)}.countdown--warning:before{background:linear-gradient(90deg,#0000,#ff8c00,#0000)}.countdown--urgent:before{background:linear-gradient(90deg,#0000,#ff3030,#0000)}.countdown--critical:before{background:linear-gradient(90deg,#0000,red,#ff4040,red,#0000);animation:.8s linear infinite shimmer-critical}@keyframes shimmer-critical{0%{background-position:-200%}to{background-position:200%}}.countdown__header{direction:rtl;justify-content:flex-start;align-items:center;gap:.6rem;margin-bottom:.9rem;display:flex}.countdown__pulse{border-radius:50%;flex-shrink:0;width:8px;height:8px;display:inline-block}.countdown__pulse--normal{background:#ffd050;animation:2.5s ease-in-out infinite pulse-dot}.countdown__pulse--warning{background:#ff8c00;animation:2s ease-in-out infinite pulse-dot}.countdown__pulse--urgent{background:#ff3030;animation:1.2s ease-in-out infinite pulse-dot}.countdown__pulse--critical{background:red;animation:.7s ease-in-out infinite pulse-dot-critical}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.6)}}@keyframes pulse-dot-critical{0%,to{opacity:1;transform:scale(1);box-shadow:0 0 #f009}50%{opacity:.8;transform:scale(1.8);box-shadow:0 0 0 4px #f000}}.countdown__message{letter-spacing:.04em;text-transform:uppercase;margin:0;font-size:.75rem;font-weight:700}.countdown--normal .countdown__message{color:#ffd050}.countdown--warning .countdown__message{color:#ff9520}.countdown--urgent .countdown__message{color:#ff5252}.countdown--critical .countdown__message{color:#ff3030;animation:1.2s ease-in-out infinite text-flicker}@keyframes text-flicker{0%,to{opacity:1}45%{opacity:1}50%{opacity:.6}55%{opacity:1}}.countdown__digits{direction:ltr;unicode-bidi:isolate;justify-content:center;align-items:flex-end;gap:.3rem;display:flex}.countdown__unit{flex-direction:column;align-items:center;min-width:52px;display:flex}.countdown__num{font-variant-numeric:tabular-nums;letter-spacing:-.02em;color:#fff;text-shadow:0 0 12px #ffffff26;font-size:2.1rem;font-weight:800;line-height:1;transition:color .3s}.countdown--warning .countdown__num{color:#fff3e0}.countdown--urgent .countdown__num{color:#ffe0e0;text-shadow:0 0 14px #ff50504d}.countdown--critical .countdown__num{color:#fff;text-shadow:0 0 20px #ff3c3c80}.countdown__num--seconds{animation:.9s step-end infinite seconds-tick}@keyframes seconds-tick{0%{opacity:1}50%{opacity:.65}}.countdown__label{letter-spacing:.02em;color:#ffffff73;text-align:center;direction:rtl;margin-top:.25rem;font-family:inherit;font-size:.65rem;font-weight:600}.countdown__sep{color:#ffffff40;-webkit-user-select:none;user-select:none;padding-bottom:.35rem;font-size:1.8rem;font-weight:800;line-height:1;animation:1s step-end infinite colon-blink}@keyframes colon-blink{0%,to{opacity:.3}50%{opacity:.7}}.countdown__expired-text{color:#fff;text-align:center;direction:rtl;margin:0;font-family:inherit;font-size:.85rem}.detail-page{background:linear-gradient(#f8fbfd 0%,#f4f7fa 100%);min-height:100vh;padding-top:5.8rem}.detail-page__header{padding:1.25rem 0 .5rem}.detail-page__header .container,.detail-page__layout.container{max-width:1180px}.detail-page__back{background:var(--white);min-height:44px;color:var(--mapped-blue);box-shadow:var(--shadow-sm);transition:all var(--transition-base);border:1px solid #2d5d7b1a;border-radius:12px;justify-content:center;align-items:center;padding:.7rem 1rem;font-size:.92rem;font-weight:800;text-decoration:none;display:inline-flex}.detail-page__back:hover{background:var(--mapped-blue);color:var(--white);border-color:var(--mapped-blue)}.detail-page__layout{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:1.5rem;padding-top:1rem;padding-bottom:3rem;display:grid}.detail-page__main{gap:1.25rem;min-width:0;display:grid}.detail-page__sidebar{gap:1rem;min-width:0;display:grid;position:sticky;top:6.5rem}.detail-gallery{background:var(--white);box-shadow:var(--shadow-card);border:1px solid #0000000d;border-radius:24px;padding:1rem}.detail-gallery--empty{min-height:340px;color:var(--text-gray);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.85rem;display:flex}.detail-gallery__main{cursor:pointer;aspect-ratio:16/10;background:linear-gradient(135deg,#ebf1f5,#f6f8fb);border-radius:18px;outline:none;position:relative;overflow:hidden}.detail-gallery__img{object-fit:cover;-webkit-user-select:none;user-select:none;width:100%;height:100%;display:block}.detail-gallery__count{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#11182794;border-radius:999px;justify-content:center;align-items:center;min-height:34px;padding:.35rem .8rem;font-size:.8rem;font-weight:800;display:inline-flex;position:absolute;bottom:1rem;left:1rem}.detail-gallery__nav{color:#fff;z-index:2;width:42px;height:42px;transition:background var(--transition-base), transform var(--transition-base);background:#1118276b;border-radius:999px;justify-content:center;align-items:center;font-size:1.6rem;line-height:1;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.detail-gallery__nav:hover{background:#111827b3}.detail-gallery__nav--prev{right:1rem}.detail-gallery__nav--next{left:1rem}.detail-gallery__thumbs{scrollbar-width:thin;gap:.75rem;margin-top:.9rem;padding-bottom:.2rem;display:flex;overflow-x:auto}.detail-gallery__thumb{background:var(--white);width:86px;height:66px;transition:border-color var(--transition-base), transform var(--transition-base);border:2px solid #0000;border-radius:14px;flex:0 0 86px;padding:0;overflow:hidden}.detail-gallery__thumb:hover{transform:translateY(-1px)}.detail-gallery__thumb--active{border-color:var(--mapped-blue)}.detail-gallery__thumb img{object-fit:cover;width:100%;height:100%;display:block}.detail-info-card{background:var(--white);box-shadow:var(--shadow-card);border:1px solid #0000000d;border-radius:24px;padding:1.4rem}.detail-badges{flex-wrap:wrap;align-items:center;gap:.55rem;margin-bottom:1rem;display:flex}.detail-badge{border-radius:999px;justify-content:center;align-items:center;min-height:32px;padding:.35rem .8rem;font-size:.8rem;font-weight:800;line-height:1;display:inline-flex}.detail-badge--sale{background:var(--mapped-blue);color:var(--white)}.detail-badge--rent{background:var(--action-orange);color:var(--white)}.detail-badge--type{color:var(--mapped-blue);background:#2d5d7b17}.detail-badge--featured{color:var(--action-orange-dark);background:#e07a5f1f}.detail-title{color:var(--near-black);margin:0 0 .7rem;font-size:clamp(1.55rem,3vw,2.3rem);font-weight:900;line-height:1.35}.detail-location{color:var(--text-gray);margin:0 0 1rem;font-size:.96rem;line-height:1.8}.detail-price-bar{background:#2d5d7b0d;border:1px solid #2d5d7b14;border-radius:18px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;padding:1rem 1.1rem;display:flex}.detail-price{flex-wrap:wrap;align-items:baseline;gap:.45rem;display:flex}.detail-price__value{font-family:var(--font-en);color:var(--mapped-blue);font-size:clamp(1.5rem,3vw,2rem);font-weight:900;line-height:1}.detail-price__currency{color:var(--text-gray);font-size:.92rem;font-weight:700}.detail-views{color:var(--text-gray);font-size:.88rem;font-weight:700}.detail-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem;margin-bottom:1.15rem;display:grid}.detail-stat{text-align:center;background:#f7f9fb;border:1px solid #0000000d;border-radius:18px;padding:1rem .75rem}.detail-stat__value{color:var(--mapped-blue);font-family:var(--font-en);margin-bottom:.25rem;font-size:1.35rem;font-weight:900;line-height:1.1;display:block}.detail-stat__label{color:var(--text-gray);font-size:.82rem;font-weight:700;display:block}.detail-main-feature{color:var(--near-black);border-right:4px solid var(--mapped-blue);background:#2d5d7b0f;border-radius:16px;margin-bottom:1.2rem;padding:.95rem 1rem;font-size:.95rem;font-weight:800}.detail-section+.detail-section{margin-top:1.5rem}.detail-section__title{color:var(--near-black);margin:0 0 .85rem;font-size:1.08rem;font-weight:850}.detail-description{color:var(--dark-gray);white-space:pre-line;margin:0;font-size:.96rem;line-height:2}.detail-features{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;display:grid}.detail-feature{color:var(--near-black);background:#f7f9fb;border:1px solid #0000000d;border-radius:16px;align-items:center;gap:.7rem;padding:.85rem .95rem;font-size:.92rem;font-weight:700;display:flex}.detail-feature svg{color:var(--mapped-blue);flex-shrink:0}.detail-map-placeholder{text-align:center;background:#f7f9fb;border:1px dashed #2d5d7b2e;border-radius:18px;padding:1.25rem}.detail-map-link{background:var(--mapped-blue-subtle);min-height:44px;color:var(--mapped-blue);transition:all var(--transition-base);border-radius:12px;justify-content:center;align-items:center;padding:.8rem 1rem;font-size:.92rem;font-weight:800;text-decoration:none;display:inline-flex}.detail-map-link:hover{background:var(--mapped-blue);color:var(--white)}.owner-card,.detail-meta-card{background:var(--white);box-shadow:var(--shadow-card);border:1px solid #0000000d;border-radius:24px;padding:1.25rem}.owner-card{text-align:center}.owner-card__avatar{background:linear-gradient(135deg, var(--mapped-blue), var(--mapped-blue-light));width:72px;height:72px;color:var(--white);border-radius:999px;justify-content:center;align-items:center;margin:0 auto .9rem;font-size:1.7rem;font-weight:900;display:flex}.owner-card__name{color:var(--near-black);margin:0 0 .25rem;font-size:1.12rem;font-weight:850}.owner-card__role{color:var(--text-gray);margin-bottom:1rem;font-size:.85rem;font-weight:700;display:block}.owner-card__sold-note{color:#92400e;text-align:center;background:#fef3c7;border-radius:10px;margin:0;padding:.85rem 1rem;font-size:.85rem;font-weight:700;line-height:1.6}.owner-card__btn{width:100%;min-height:46px;transition:all var(--transition-base);border-radius:14px;justify-content:center;align-items:center;padding:.8rem 1rem;font-size:.92rem;font-weight:800;text-decoration:none;display:inline-flex}.owner-card__btn+.owner-card__btn{margin-top:.65rem}.owner-card__btn--primary{background:var(--mapped-blue);color:var(--white)}.owner-card__btn--primary:hover{background:var(--mapped-blue-dark)}.owner-card__btn--secondary{background:var(--light-gray);color:var(--dark-gray)}.owner-card__btn--secondary:hover{background:var(--medium-gray)}.owner-card__btn--whatsapp{color:#fff;background:#25d366}.owner-card__btn--whatsapp:hover{background:#1ebe5d}.detail-meta-card{gap:.85rem;display:grid}.detail-meta-row{border-bottom:1px solid var(--light-gray);justify-content:space-between;align-items:flex-start;gap:.8rem;padding-bottom:.85rem;display:flex}.detail-meta-row:last-child{border-bottom:none;padding-bottom:0}.detail-meta-label{color:var(--text-gray);font-size:.84rem;font-weight:700}.detail-meta-value{color:var(--near-black);text-align:left;font-size:.88rem;font-weight:800}.skeleton-line,.skeleton-block{background:linear-gradient(90deg, var(--light-gray) 25%, #e9edf1 50%, var(--light-gray) 75%);border-radius:var(--radius-sm);background-size:200% 100%;animation:1.5s ease-in-out infinite detail-shimmer}@keyframes detail-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.contact-modal{z-index:1200;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172a73;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.contact-modal__content{background:var(--white);width:min(100%,520px);max-height:min(90vh,820px);box-shadow:var(--shadow-xl);border-radius:24px;padding:1.4rem;position:relative;overflow-y:auto}.contact-modal__close{background:var(--light-gray);width:38px;height:38px;color:var(--dark-gray);transition:all var(--transition-base);border-radius:999px;justify-content:center;align-items:center;font-size:1.2rem;display:inline-flex;position:absolute;top:.9rem;left:.9rem}.contact-modal__close:hover{background:var(--medium-gray)}.contact-modal__title{color:var(--near-black);margin:0 0 .25rem;font-size:1.3rem;font-weight:900}.contact-modal__subtitle{color:var(--text-gray);margin:0 0 1.25rem;font-size:.9rem;line-height:1.7}.contact-modal__form{gap:1rem;display:grid}.form-group{gap:.45rem;display:grid}.form-group label{color:var(--near-black);font-size:.9rem;font-weight:800}.contact-modal__form input,.contact-modal__form textarea{background:var(--white);width:100%;color:var(--dark-gray);font-family:var(--font-ar);transition:border-color var(--transition-base), box-shadow var(--transition-base);border:1px solid #0000001c;border-radius:14px;padding:.9rem 1rem;font-size:.95rem}.contact-modal__form textarea{resize:vertical;min-height:120px}.contact-modal__form input:focus,.contact-modal__form textarea:focus{border-color:var(--mapped-blue);outline:none;box-shadow:0 0 0 4px #2d5d7b1f}.contact-modal__form input:disabled,.contact-modal__form textarea:disabled,.contact-modal__submit:disabled{opacity:.7;cursor:not-allowed}.contact-modal__submit{background:var(--mapped-blue);width:100%;min-height:48px;color:var(--white);transition:background var(--transition-base);border-radius:14px;padding:.9rem 1rem;font-size:.98rem;font-weight:900}.contact-modal__submit:hover{background:var(--mapped-blue-dark)}.contact-modal__success{text-align:center;padding:1rem 0 .25rem}.contact-modal__success h3{color:#227a52;margin:0 0 .5rem;font-size:1.15rem;font-weight:900}.contact-modal__success p{color:var(--text-gray);margin:0;font-size:.92rem;line-height:1.8}.contact-modal__error{color:#a12c7b;background:#a12c7b0f;border:1px solid #a12c7b26;border-radius:14px;align-items:center;gap:.5rem;padding:.8rem .95rem;font-size:.88rem;font-weight:700;display:flex}.lightbox{z-index:1300;background:#000000eb;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.lightbox__img{object-fit:contain;border-radius:18px;max-width:min(94vw,1400px);max-height:88vh}.lightbox__close,.lightbox__nav{color:#fff;transition:background var(--transition-base);background:#ffffff29;border-radius:999px;justify-content:center;align-items:center;display:inline-flex;position:absolute}.lightbox__close:hover,.lightbox__nav:hover{background:#ffffff47}.lightbox__close{width:42px;height:42px;font-size:1.2rem;top:1rem;right:1rem}.lightbox__nav{width:52px;height:52px;font-size:1.8rem;top:50%;transform:translateY(-50%)}.lightbox__nav--prev{right:1.25rem}.lightbox__nav--next{left:1.25rem}@media (width<=980px){.detail-page{padding-top:5.35rem}.detail-page__layout{grid-template-columns:1fr}.detail-page__sidebar{position:static}.detail-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-features{grid-template-columns:1fr}}@media (width<=640px){.detail-page{padding-top:5rem}.detail-page__header .container,.detail-page__layout.container{padding-left:1rem;padding-right:1rem}.detail-gallery,.detail-info-card,.owner-card,.detail-meta-card,.contact-modal__content{border-radius:18px}.detail-gallery,.detail-info-card,.owner-card,.detail-meta-card{padding:1rem}.detail-gallery__nav{width:38px;height:38px;font-size:1.35rem}.detail-gallery__thumb{flex-basis:76px;width:76px;height:58px}.detail-price-bar{align-items:stretch}.detail-stats{grid-template-columns:1fr 1fr}.detail-meta-row{flex-direction:column;align-items:stretch}.owner-card__btn,.detail-map-link{width:100%}.lightbox__nav{width:44px;height:44px;font-size:1.5rem}.lightbox__nav--prev{right:.75rem}.lightbox__nav--next{left:.75rem}}.detail-lawyer-card{color:#fff;text-align:center;background:linear-gradient(135deg,#0f1e2d 0%,#1a3550 100%);border-radius:16px;margin-bottom:1rem;padding:1.5rem}.detail-lawyer-card__icon{color:#ffd050;background:#ffffff1a;border:1px solid #ffffff26;border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin:0 auto .9rem;display:flex}.detail-lawyer-card__title{margin:0 0 .5rem;font-size:1rem;font-weight:700}.detail-lawyer-card__desc{color:#ffffffb3;margin:0 0 1.1rem;font-size:.82rem;line-height:1.65}.detail-lawyer-card__btn{color:#0f1e2d;cursor:pointer;background:#ffd050;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem 1.5rem;font-size:.9rem;font-weight:700;transition:opacity .2s,transform .15s;display:inline-flex}.detail-lawyer-card__btn:hover{opacity:.92;transform:translateY(-1px)}.detail-badge--sold{color:#fff;background:#92400e;font-weight:800}.detail-extra-info{flex-wrap:wrap;gap:.5rem;margin:1rem 0;display:flex}.detail-extra-item{color:#334155;direction:rtl;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:20px;align-items:center;gap:.4rem;padding:.35rem .85rem;font-size:.82rem;font-weight:600;display:inline-flex}.detail-extra-item__icon{font-size:.9rem;line-height:1}.auth-page{direction:rtl;min-height:100vh;display:flex;position:relative;overflow:hidden}.auth-page__bg{z-index:0;background:linear-gradient(145deg,#0d1b2a 0%,#1a3a52 55%,#0f2233 100%);position:fixed;inset:0}.auth-bg__grid{background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:40px 40px;position:absolute;inset:0}.auth-bg__orb{filter:blur(80px);border-radius:50%;animation:8s ease-in-out infinite orbFloat;position:absolute}.auth-bg__orb--1{background:radial-gradient(circle,#2d5d7b59 0%,#0000 70%);width:500px;height:500px;animation-delay:0s;top:-120px;right:-100px}.auth-bg__orb--2{background:radial-gradient(circle,#3a7ba533 0%,#0000 70%);width:380px;height:380px;animation-delay:-3s;bottom:-80px;left:-80px}.auth-bg__orb--3{background:radial-gradient(circle,#e07a5f1f 0%,#0000 70%);width:280px;height:280px;animation-delay:-6s;top:40%;right:35%}@keyframes orbFloat{0%,to{transform:translate(0)scale(1)}33%{transform:translate(-20px,-30px)scale(1.04)}66%{transform:translate(15px,20px)scale(.97)}}.auth-page__split{z-index:1;flex-direction:row-reverse;width:100%;min-height:100vh;display:flex;position:relative}.auth-brand{text-align:center;flex:1;justify-content:center;align-items:center;padding:60px 48px;display:none}.auth-brand__inner{flex-direction:column;align-items:center;max-width:420px;display:flex}.auth-brand__logo{justify-content:center;align-items:center;gap:12px;margin-bottom:48px;display:flex}.auth-brand__logo span{color:#fff;letter-spacing:-.5px;font-size:1.5rem;font-weight:900}.auth-brand__headline{color:#fff;letter-spacing:-.5px;margin-bottom:20px;font-size:clamp(2rem,3.5vw,3rem);font-weight:900;line-height:1.35}.auth-brand__headline em{background:linear-gradient(135deg,#7ec8e3,#a8d8ea);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:normal}.auth-brand__sub{color:#fff9;text-align:center;max-width:360px;margin-bottom:48px;font-size:1rem;line-height:1.8}.auth-brand__stats{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:16px;justify-content:center;align-items:center;gap:24px;width:100%;padding:24px 28px;display:flex}.auth-stat{text-align:center}.auth-stat__num{color:#fff;margin-bottom:2px;font-size:1.4rem;font-weight:900;display:block}.auth-stat__label{color:#ffffff8c;font-size:.78rem;font-weight:600}.auth-stat__divider{background:#ffffff1f;flex-shrink:0;width:1px;height:40px}.auth-form-panel{justify-content:center;align-items:center;width:100%;padding:32px 20px;display:flex}.auth-card{background:#fffffff7;border-radius:20px;width:100%;max-width:440px;padding:36px 32px 32px;animation:.4s cubic-bezier(.16,1,.3,1) both cardIn;box-shadow:0 0 0 1px #ffffff14,0 24px 80px #00000059}@keyframes cardIn{0%{opacity:0;transform:translateY(24px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.auth-card__mobile-logo{align-items:center;gap:10px;margin-bottom:28px;display:flex}.auth-card__mobile-logo span{color:var(--mapped-blue,#2d5d7b);font-size:1.2rem;font-weight:900}.auth-card__heading{margin-bottom:24px}.auth-card__heading h2{color:#111827;letter-spacing:-.3px;margin-bottom:4px;font-size:1.5rem;font-weight:900}.auth-card__heading p{color:#6b7280;font-size:.9rem;font-weight:500}.auth-card__tabs{background:#f3f4f6;border-radius:10px;margin-bottom:24px;padding:4px;display:flex;position:relative}.auth-tab{z-index:1;font-family:var(--font-ar);color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:7px;flex:1;padding:9px 12px;font-size:.88rem;font-weight:700;transition:color .2s;position:relative}.auth-tab--active{color:var(--mapped-blue,#2d5d7b)}.auth-tab__indicator{pointer-events:none;background:#fff;border-radius:7px;width:calc(50% - 4px);height:calc(100% - 8px);transition:transform .25s cubic-bezier(.16,1,.3,1);position:absolute;top:4px;right:4px;box-shadow:0 1px 4px #0000001a}.auth-tab__indicator--right{transform:translate(-100%)}.auth-card__error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;align-items:center;gap:8px;margin-bottom:20px;padding:11px 14px;font-size:.85rem;font-weight:600;animation:.4s shakeError;display:flex}@keyframes shakeError{0%,to{transform:translate(0)}20%{transform:translate(5px)}40%{transform:translate(-5px)}60%{transform:translate(3px)}80%{transform:translate(-3px)}}.auth-card__form{flex-direction:column;display:flex}.auth-field{margin-bottom:16px}.auth-field label{color:#374151;text-align:right;margin-bottom:6px;font-size:.83rem;font-weight:700;display:block}.auth-field__wrap{align-items:center;display:flex;position:relative}.auth-field__icon{color:#9ca3af;pointer-events:none;flex-shrink:0;position:absolute;right:12px}.auth-field__wrap input,.auth-field__select{width:100%;font-family:var(--font-ar);color:#111827;text-align:right;appearance:none;direction:rtl;background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;padding:11px 40px 11px 14px;font-size:.9rem;transition:border-color .18s,box-shadow .18s}.auth-field__wrap input[dir=ltr]{text-align:left;direction:ltr;padding-left:40px;padding-right:40px}.auth-field__wrap input:focus,.auth-field__select:focus{border-color:var(--mapped-blue,#2d5d7b);outline:none;box-shadow:0 0 0 3px #2d5d7b1a}.auth-field__wrap input::placeholder{color:#d1d5db}.auth-field__eye{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;padding:2px;transition:color .15s;display:flex;position:absolute;left:12px}.auth-field__eye:hover{color:#4b5563}.auth-role-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.auth-role-btn{cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:12px;flex-direction:column;align-items:center;gap:8px;padding:16px 12px 14px;transition:border-color .18s,background .18s,box-shadow .18s;display:flex;position:relative}.auth-role-btn:hover{background:#f0f7fa;border-color:#93c5d8}.auth-role-btn--active{border-color:var(--mapped-blue,#2d5d7b);background:#2d5d7b0d;box-shadow:0 0 0 3px #2d5d7b1a}.auth-role-btn__icon{color:#6b7280;background:#f3f4f6;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;transition:background .18s,color .18s;display:flex}.auth-role-btn--active .auth-role-btn__icon{color:var(--mapped-blue,#2d5d7b);background:#2d5d7b1a}.auth-role-btn__label{font-family:var(--font-ar);color:#374151;font-size:.82rem;font-weight:700}.auth-role-btn__check{color:#0000;background:#e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;transition:background .18s,color .18s;display:flex;position:absolute;top:8px;left:8px}.auth-role-btn--active .auth-role-btn__check{background:var(--mapped-blue,#2d5d7b);color:#fff}.auth-card__submit{color:#fff;width:100%;font-family:var(--font-ar);cursor:pointer;direction:rtl;background:linear-gradient(135deg,#2d5d7b 0%,#3a7ba5 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;margin-top:8px;padding:14px;font-size:1rem;font-weight:800;transition:all .2s;display:flex;box-shadow:0 4px 14px #2d5d7b59}.auth-card__submit:hover:not(:disabled){background:linear-gradient(135deg,#234d68 0%,#2d5d7b 100%);transform:translateY(-1px);box-shadow:0 6px 20px #2d5d7b73}.auth-card__submit:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #2d5d7b4d}.auth-card__submit:disabled{opacity:.65;cursor:not-allowed;transform:none}.auth-submit__spinner{border:2.5px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.auth-card__switch{text-align:center;color:#6b7280;margin-top:20px;font-size:.85rem;font-weight:500}.auth-card__switch-btn{color:var(--mapped-blue,#2d5d7b);font-family:var(--font-ar);cursor:pointer;text-underline-offset:2px;background:0 0;border:none;padding:0;font-size:.85rem;font-weight:700;text-decoration:underline;transition:color .15s}.auth-card__switch-btn:hover{color:var(--mapped-blue-dark,#234d68)}@media (width>=900px){.auth-brand{display:flex}.auth-form-panel{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff08;border-left:1px solid #ffffff0f;flex-shrink:0;width:480px}.auth-card__mobile-logo{display:none}}@media (width<=440px){.auth-card{border-radius:16px;padding:28px 20px 24px}.auth-role-btn{padding:12px 8px}.auth-role-btn__icon{width:38px;height:38px}}.auth-owner-toggle{cursor:pointer;text-align:right;background:#fff;border:2px solid #e2e8f0;border-radius:12px;align-items:center;gap:.85rem;width:100%;padding:.85rem 1rem;transition:border-color .2s,background .2s,box-shadow .2s;display:flex}.auth-owner-toggle:hover{border-color:#94a3b8}.auth-owner-toggle--active{background:#f8fafc;border-color:#0f1e2d;box-shadow:0 0 0 3px #0f1e2d14}.auth-owner-toggle__icon{color:#64748b;background:#f1f5f9;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s,color .2s;display:flex}.auth-owner-toggle--active .auth-owner-toggle__icon{color:#ffd050;background:#0f1e2d}.auth-owner-toggle__text{flex-direction:column;flex:1;gap:.2rem;display:flex}.auth-owner-toggle__label{color:#0f172a;font-size:.9rem;font-weight:700}.auth-owner-toggle__sub{color:#64748b;font-size:.75rem}.auth-owner-toggle__check{color:#94a3b8;border:2px solid #e2e8f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:background .2s,border-color .2s,color .2s;display:flex}.auth-owner-toggle--active .auth-owner-toggle__check{color:#fff;background:#0f1e2d;border-color:#0f1e2d}.dash-stat{background:var(--white);border-radius:var(--radius-xl);padding:var(--space-xl);text-align:center;box-shadow:var(--shadow-sm);transition:box-shadow var(--transition-base);border:1px solid #0000000f}.dash-stat:hover{box-shadow:var(--shadow-md)}.dash-stat__value{font-family:var(--font-en);color:var(--mapped-blue);margin-bottom:4px;font-size:2rem;font-weight:900;line-height:1.1;display:block}.dash-stat__label{color:var(--text-gray);font-size:.82rem;font-weight:700}.dashboard__section{margin-bottom:var(--space-2xl)}.dashboard__section-header{margin-bottom:var(--space-lg);justify-content:space-between;align-items:center;gap:var(--space-sm);flex-wrap:wrap;display:flex}.dashboard__section-header h2{color:var(--near-black);margin:0;font-size:1.2rem;font-weight:800}.dashboard__add-btn{background:var(--mapped-blue);color:var(--white);border-radius:var(--radius-md);font-family:var(--font-ar);cursor:pointer;transition:background var(--transition-base);border:none;align-items:center;gap:6px;padding:10px 18px;font-size:.85rem;font-weight:700;text-decoration:none;display:inline-flex}.dashboard__add-btn:hover{background:var(--mapped-blue-dark)}.dashboard__table-wrap{border-radius:var(--radius-lg);border:1px solid var(--medium-gray);overflow-x:auto}.dashboard__table{border-collapse:collapse;width:100%}.dashboard__table th,.dashboard__table td{text-align:right;white-space:nowrap;padding:14px 16px;font-size:.85rem}.dashboard__table th{background:var(--light-gray);color:var(--near-black);border-bottom:2px solid var(--medium-gray);font-weight:800}.dashboard__table td{border-bottom:1px solid var(--light-gray);color:var(--text-gray);vertical-align:middle}.dashboard__table tbody tr:last-child td{border-bottom:none}.dashboard__table tr:hover td{background:#2d5d7b08}.dashboard__empty{justify-content:center;align-items:center;gap:var(--space-sm);padding:var(--space-3xl) var(--space-lg);color:var(--text-gray);flex-direction:column;display:flex}.dashboard__empty p{color:var(--text-gray);font-size:.95rem}.dashboard__error{justify-content:center;align-items:center;gap:var(--space-md);padding:var(--space-xl);border-radius:var(--radius-lg);color:#b91c1c;background:#ef44440f;border:1px solid #ef444433;flex-wrap:wrap;font-size:.9rem;font-weight:700;display:flex}.dashboard__retry{background:var(--mapped-blue);color:var(--white);border-radius:var(--radius-md);font-family:var(--font-ar);cursor:pointer;transition:background var(--transition-base);border:none;padding:8px 16px;font-size:.85rem;font-weight:700}.dashboard__retry:hover{background:var(--mapped-blue-dark)}.skeleton-line{background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6 50%,#e5e7eb 75%) 0 0/200% 100%;border-radius:999px;animation:1.3s linear infinite dashShimmer}@keyframes dashShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.dashboard__tabs{background:var(--light-gray);border-radius:var(--radius-md);margin-bottom:var(--space-xl);gap:4px;width:fit-content;padding:3px;display:flex}.dashboard__tab{font-family:var(--font-ar);color:var(--text-gray);cursor:pointer;transition:all var(--transition-base);background:0 0;border:none;border-radius:6px;align-items:center;gap:6px;padding:10px 20px;font-size:.9rem;font-weight:700;display:flex}.dashboard__tab--active{background:var(--white);color:var(--mapped-blue);box-shadow:var(--shadow-sm)}.dashboard__tab-badge{color:var(--white);background:#ef4444;border-radius:50px;padding:2px 7px;font-size:.7rem;font-weight:800}.dashboard__status{border-radius:50px;align-items:center;padding:3px 10px;font-size:.75rem;font-weight:800;display:inline-flex}.dashboard__status--active{color:#10b981;background:#10b9811a}.dashboard__status--inactive{color:#6b7280;background:#6b72801a}.dashboard__prop-link{color:var(--near-black);font-weight:700;text-decoration:none}.dashboard__prop-link:hover{color:var(--mapped-blue)}.dashboard__type-badge{color:var(--mapped-blue);background:#2d5d7b14;border-radius:50px;padding:3px 10px;font-size:.72rem;font-weight:700}.dashboard__price{font-family:var(--font-en);font-weight:800;color:var(--near-black)!important}.dashboard__actions{gap:4px;display:flex}.dashboard__action-btn{cursor:pointer;transition:background var(--transition-base);background:0 0;border:none;border-radius:4px;padding:4px 8px;font-size:.85rem}.dashboard__action-btn:hover{background:var(--light-gray)}.dashboard__requests{gap:var(--space-md);flex-direction:column;display:flex}.request-card{background:var(--white);border-radius:var(--radius-lg);padding:var(--space-lg);transition:box-shadow var(--transition-base);border:1px solid #0000000f}.request-card:hover{box-shadow:var(--shadow-md)}.request-card__header{margin-bottom:var(--space-sm);justify-content:space-between;align-items:flex-start;display:flex}.request-card__name{color:var(--near-black);margin-bottom:2px;font-size:1rem;font-weight:800}.request-card__property{color:var(--text-gray);font-size:.8rem}.request-card__status{border-radius:50px;padding:4px 12px;font-size:.72rem;font-weight:800}.request-card__message{color:var(--near-black);margin:var(--space-sm) 0;padding:var(--space-sm) var(--space-md);background:var(--light-gray);border-radius:var(--radius-md);font-size:.9rem;font-style:italic;line-height:1.7}.request-card__footer{margin-top:var(--space-sm);justify-content:space-between;align-items:center;display:flex}.request-card__phone{font-size:.85rem;font-family:var(--font-en);color:var(--mapped-blue);align-items:center;gap:4px;font-weight:700;text-decoration:none;display:flex}.request-card__date{color:var(--text-gray);font-size:.78rem}@media (width<=768px){.dashboard__section-header{flex-direction:column;align-items:flex-start}.dashboard__tabs{width:100%}.dashboard__tab{flex:1;justify-content:center}}.admin-lawyer-requests__header{background:linear-gradient(135deg, #1a2a3a, var(--mapped-blue));color:var(--white);padding:6rem 0 3.5rem}.admin-lawyer-requests__header-row{justify-content:space-between;align-items:center;gap:1rem;display:flex}.admin-lawyer-requests__title{margin:0 0 4px;font-size:1.8rem;font-weight:900}.admin-lawyer-requests__welcome{opacity:.85;margin:0;font-size:.95rem}.admin-lawyer-requests__create-link{color:var(--white);border-radius:var(--radius-md);transition:background var(--transition-base);white-space:nowrap;background:#ffffff1f;border:1px solid #ffffff38;justify-content:center;align-items:center;padding:10px 20px;font-size:.88rem;font-weight:700;text-decoration:none;display:inline-flex}.admin-lawyer-requests__create-link:hover{background:#ffffff38}.admin-lawyer-requests__stats{gap:var(--space-lg);margin-top:-2rem;margin-bottom:var(--space-2xl);z-index:1;grid-template-columns:repeat(4,1fr);display:grid;position:relative}.admin-lawyer-requests__add-btn{text-decoration:none}.admin-lawyer-requests__table th,.admin-lawyer-requests__table td{vertical-align:middle}.admin-lawyer-requests__id{font-family:var(--font-en);color:var(--near-black);font-weight:800}.admin-lawyer-requests__message{min-width:220px;max-width:320px;color:var(--near-black);line-height:1.7;white-space:normal!important}.admin-lawyer-requests__phone,.admin-lawyer-requests__email{color:var(--mapped-blue);transition:color var(--transition-fast);font-size:.88rem;font-weight:700;text-decoration:none}.admin-lawyer-requests__phone:hover,.admin-lawyer-requests__email:hover{color:var(--mapped-blue-dark);text-decoration:underline}.admin-lawyer-requests__lawyer-select{border:1.5px solid var(--border-color,#e2e8f0);color:var(--text-primary,#1e293b);background:#fff;border-radius:8px;min-width:150px;padding:.4rem .6rem;font-size:.82rem;font-weight:600}.admin-lawyer-requests__lawyer-select:disabled{opacity:.6;cursor:not-allowed}.admin-lawyer-requests__status{white-space:nowrap;border-radius:999px;align-items:center;padding:4px 12px;font-size:.75rem;font-weight:800;display:inline-flex}.admin-lawyer-requests__status--pending{color:#d97706;background:#f59e0b1f}.admin-lawyer-requests__status--sent{color:#059669;background:#10b9811f}.admin-lawyer-requests__status--rejected{color:#ef4444;background:#ef44441f}.admin-lawyer-requests__actions{flex-wrap:wrap;gap:6px;display:flex}.admin-lawyer-requests__action-btn{border-radius:var(--radius-sm);font-family:var(--font-ar);cursor:pointer;transition:all var(--transition-base);white-space:nowrap;border:none;padding:7px 14px;font-size:.8rem;font-weight:700}.admin-lawyer-requests__action-btn:disabled{opacity:.5;cursor:not-allowed}.admin-lawyer-requests__action-btn--send{color:#059669;background:#10b9811f}.admin-lawyer-requests__action-btn--send:hover:not(:disabled){background:#10b98138}.admin-lawyer-requests__action-btn--reject{color:#dc2626;background:#ef44441f}.admin-lawyer-requests__action-btn--reject:hover:not(:disabled){background:#ef444438}@media (width<=992px){.admin-lawyer-requests__stats{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.admin-lawyer-requests__header{padding:5rem 0 3rem}.admin-lawyer-requests__header-row{text-align:center;flex-direction:column;gap:12px}.admin-lawyer-requests__stats{grid-template-columns:1fr 1fr;margin-top:-1rem}.admin-lawyer-requests__actions{flex-direction:column}.admin-lawyer-requests__message{min-width:160px}}@media (width<=480px){.admin-lawyer-requests__stats{grid-template-columns:1fr}}.admin-create-lawyer{padding-bottom:var(--space-3xl)}.admin-create-lawyer__header{color:#fff;background:linear-gradient(135deg,#1a2a3a,#2d5d7b);padding:100px 0 40px}.admin-create-lawyer__header-row{justify-content:space-between;align-items:center;gap:var(--space-lg);display:flex}.admin-create-lawyer__title{margin-bottom:4px;font-size:1.8rem;font-weight:900}.admin-create-lawyer__welcome{opacity:.82;font-size:.95rem}.admin-create-lawyer__header-actions{align-items:center;gap:var(--space-sm);display:flex}.admin-create-lawyer__secondary-link{color:#fff;border-radius:var(--radius-md);transition:all var(--transition-base);background:#ffffff1a;border:1px solid #ffffff2e;justify-content:center;align-items:center;padding:10px 18px;font-size:.9rem;font-weight:700;display:inline-flex}.admin-create-lawyer__secondary-link:hover{background:#ffffff2e;transform:translateY(-1px)}.admin-create-lawyer__card{border-radius:var(--radius-xl);padding:var(--space-xl);box-shadow:var(--shadow-card);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;border:1px solid #0000000f;margin-top:-24px}.admin-create-lawyer__section-header{margin-bottom:var(--space-xl)}.admin-create-lawyer__section-note{color:var(--text-gray);margin-top:6px;font-size:.92rem}.admin-create-lawyer__form{gap:var(--space-lg);flex-direction:column;display:flex}.admin-create-lawyer__fieldset{border-radius:var(--radius-lg);padding:var(--space-lg);background:linear-gradient(#fafbfcf5,#fffffffa);border:1px solid #0000000f}.admin-create-lawyer__fieldset legend{color:var(--near-black);padding:0 10px;font-size:1rem;font-weight:800}.admin-create-lawyer .form-row{gap:var(--space-md);margin-bottom:var(--space-md);display:grid}.admin-create-lawyer .form-row:last-child{margin-bottom:0}.admin-create-lawyer .form-row--2{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-create-lawyer .form-group{flex-direction:column;gap:8px;display:flex}.admin-create-lawyer .form-group label{color:var(--near-black);font-size:.92rem;font-weight:800}.admin-create-lawyer .form-group input,.admin-create-lawyer .form-group textarea{background:var(--white);width:100%;color:var(--near-black);border-radius:var(--radius-md);font-size:.95rem;font-family:var(--font-ar);transition:border-color var(--transition-base), box-shadow var(--transition-base), transform var(--transition-base);border:1px solid #00000014;padding:12px 14px}.admin-create-lawyer .form-group textarea{resize:vertical;min-height:130px}.admin-create-lawyer .form-group input:focus,.admin-create-lawyer .form-group textarea:focus{border-color:var(--mapped-blue);outline:none;transform:translateY(-1px);box-shadow:0 0 0 4px #2d5d7b1f}.admin-create-lawyer .form-group input:disabled,.admin-create-lawyer .form-group textarea:disabled{opacity:.72;cursor:not-allowed;background:var(--light-gray)}.form-group__optional{color:var(--text-gray);font-size:.82rem;font-weight:700}.form-error{color:#dc2626;font-size:.82rem;font-weight:700;line-height:1.5}.form-group--checkbox{justify-content:flex-end}.admin-create-lawyer__checkbox{background:var(--white);border-radius:var(--radius-md);cursor:pointer;min-height:48px;transition:border-color var(--transition-base), box-shadow var(--transition-base), transform var(--transition-base);border:1px solid #00000014;align-items:center;gap:10px;padding:12px 14px;display:flex}.admin-create-lawyer__checkbox:hover{border-color:#2d5d7b40;transform:translateY(-1px);box-shadow:0 8px 24px #2d5d7b0f}.admin-create-lawyer__checkbox input{width:18px;height:18px;accent-color:var(--mapped-blue)}.admin-create-lawyer__textarea-meta{justify-content:space-between;align-items:center;gap:var(--space-md);display:flex}.admin-create-lawyer__hint{color:var(--text-gray);font-size:.8rem;font-weight:700}.admin-create-lawyer__counter{color:var(--text-gray);font-size:.78rem;font-family:var(--font-en);font-weight:800}.admin-create-lawyer__actions{align-items:center;gap:var(--space-sm);flex-wrap:wrap;display:flex}.admin-create-lawyer__submit{justify-content:center;min-width:180px}.admin-create-lawyer__reset-btn{background:var(--light-gray);min-width:140px;color:var(--near-black);border-radius:var(--radius-md);font-family:var(--font-ar);cursor:pointer;transition:all var(--transition-base);border:1px solid #0000000f;justify-content:center;align-items:center;padding:10px 18px;font-size:.85rem;font-weight:700;display:inline-flex}.admin-create-lawyer__reset-btn:hover:not(:disabled){background:var(--medium-gray)}.admin-create-lawyer__reset-btn:disabled{opacity:.65;cursor:not-allowed}.admin-create-lawyer__success-box{margin-bottom:var(--space-lg);padding:var(--space-lg);border-radius:var(--radius-lg);background:linear-gradient(135deg,#10b98114,#2d9b691f);border:1px solid #10b9812e}.admin-create-lawyer__success-title{color:#047857;margin-bottom:8px;font-size:1rem;font-weight:900}.admin-create-lawyer__success-meta{color:var(--dark-gray);flex-wrap:wrap;gap:10px;font-size:.9rem;font-weight:700;display:flex}.spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite admin-create-lawyer-spin}@keyframes admin-create-lawyer-spin{to{transform:rotate(360deg)}}@media (width<=992px){.admin-create-lawyer .form-row--2{grid-template-columns:1fr}}@media (width<=768px){.admin-create-lawyer__header-row{text-align:center;flex-direction:column;align-items:stretch}.admin-create-lawyer__header-actions{justify-content:center}.admin-create-lawyer__card{padding:var(--space-lg)}.admin-create-lawyer__actions{flex-direction:column;align-items:stretch}.admin-create-lawyer__submit,.admin-create-lawyer__reset-btn{width:100%}.admin-create-lawyer__textarea-meta{flex-direction:column;align-items:flex-start}}.confirm-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;direction:rtl;background:#0f1e2d99;justify-content:center;align-items:center;padding:1rem;animation:.15s confirm-fade-in;display:flex;position:fixed;inset:0}@keyframes confirm-fade-in{0%{opacity:0}to{opacity:1}}.confirm-dialog{text-align:center;background:#fff;border-radius:20px;width:100%;max-width:400px;padding:2rem 1.75rem 1.5rem;animation:.18s cubic-bezier(.34,1.4,.64,1) confirm-scale-in;box-shadow:0 24px 80px #0f1e2d40}@keyframes confirm-scale-in{0%{opacity:0;transform:scale(.88)}to{opacity:1;transform:scale(1)}}.confirm-dialog__icon-wrap{border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.25rem;display:flex}.confirm-dialog__icon-wrap--danger{color:#dc2626;background:#fef2f2}.confirm-dialog__icon-wrap--warning{color:#d97706;background:#fffbeb}.confirm-dialog__icon-wrap--info{color:#2563eb;background:#eff6ff}.confirm-dialog__title{color:#0f172a;margin:0 0 .6rem;font-size:1.1rem;font-weight:800}.confirm-dialog__message{color:#64748b;margin:0 0 1.5rem;font-size:.88rem;line-height:1.65}.confirm-dialog__actions{grid-template-columns:1fr 1fr;gap:.75rem;margin-top:1.5rem;display:grid}.confirm-dialog__btn{cursor:pointer;border:none;border-radius:12px;padding:.75rem 1rem;font-family:inherit;font-size:.92rem;font-weight:700;transition:opacity .15s,transform .15s}.confirm-dialog__btn:hover{opacity:.9;transform:translateY(-1px)}.confirm-dialog__btn:active{transform:scale(.97)}.confirm-dialog__btn--cancel{color:#475569;background:#f1f5f9}.confirm-dialog__btn--cancel:hover{opacity:1;background:#e2e8f0}.confirm-dialog__btn--confirm-danger{color:#fff;background:#dc2626}.confirm-dialog__btn--confirm-warning{color:#fff;background:#d97706}.confirm-dialog__btn--confirm-info{color:#fff;background:#2563eb}.overview-page{background:var(--off-white);min-height:100vh}.overview-page__hero{background:linear-gradient(135deg, #0f1e2d 0%, var(--mapped-blue) 60%, var(--mapped-blue-light) 100%);color:var(--white);padding:6rem 0 3rem;position:relative;overflow:hidden}.overview-page__hero:before{content:"";pointer-events:none;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.overview-page__hero-row{justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:2.5rem;display:flex;position:relative}.overview-page__title{letter-spacing:-.5px;margin:0 0 .35rem;font-size:clamp(1.8rem,2.5vw,2.6rem);font-weight:900}.overview-page__subtitle{opacity:.88;margin:0;font-size:.97rem}.overview-page__hero-links{flex-wrap:wrap;flex-shrink:0;gap:.75rem;display:flex}.overview-hero-btn{border-radius:var(--radius-md);font-size:.88rem;font-weight:700;font-family:var(--font-ar);transition:all var(--transition-base);color:var(--white);background:#ffffff1f;border:1px solid #ffffff38;align-items:center;padding:10px 20px;text-decoration:none;display:inline-flex}.overview-hero-btn:hover{background:#ffffff38}.overview-hero-btn--solid{background:var(--white);color:var(--mapped-blue);border-color:#0000}.overview-hero-btn--solid:hover{background:var(--mapped-blue-subtle)}.overview-stats{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid;position:relative}.overview-stat{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:background var(--transition-base);background:#ffffff1f;border:1px solid #ffffff26;border-radius:18px;padding:1.1rem 1.25rem}.overview-stat:hover{background:#fff3}.overview-stat__value{font-size:2rem;font-weight:900;font-family:var(--font-en);margin-bottom:.2rem;line-height:1;display:block}.overview-stat__label{opacity:.9;font-size:.85rem}.overview-page__body{padding:2rem 0 4rem}.overview-tabs{background:var(--white);box-shadow:var(--shadow-sm);border-radius:16px;gap:4px;margin-bottom:1.5rem;padding:.3rem;display:inline-flex}.overview-tab{font-family:var(--font-ar);color:var(--text-gray);cursor:pointer;transition:all var(--transition-base);background:0 0;border:none;border-radius:12px;align-items:center;gap:8px;padding:.8rem 1.25rem;font-size:.92rem;font-weight:700;display:inline-flex}.overview-tab--active{background:var(--mapped-blue);color:var(--white)}.overview-tab__count{min-width:22px;height:22px;font-size:.74rem;font-family:var(--font-en);background:#0000001a;border-radius:999px;justify-content:center;align-items:center;padding:0 6px;font-weight:800;display:inline-flex}.overview-tab--active .overview-tab__count{background:#ffffff40}.overview-section{background:var(--white);box-shadow:var(--shadow-sm);border-radius:20px;padding:1.5rem}.overview-toolbar{direction:rtl;flex-flow:row;align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.overview-search{background:var(--light-gray);border-radius:var(--radius-md);min-width:200px;color:var(--text-gray);flex:1;align-items:center;gap:8px;padding:0 14px;display:flex}.overview-search input{font-family:var(--font-ar);color:var(--dark-gray);background:0 0;border:none;outline:none;flex:1;padding:10px 0;font-size:.9rem}.overview-search input::placeholder{color:var(--text-gray)}.overview-filter-select{border:1px solid var(--medium-gray);border-radius:var(--radius-md);background:var(--white);font-family:var(--font-ar);color:var(--dark-gray);cursor:pointer;transition:border-color var(--transition-fast);outline:none;padding:10px 14px;font-size:.88rem}.overview-filter-select:focus{border-color:var(--mapped-blue)}.overview-table th,.overview-table td{vertical-align:middle}.overview-id{font-family:var(--font-en);color:var(--text-gray);font-size:.8rem;font-weight:800}.overview-prop-cell{align-items:center;gap:.75rem;min-width:200px;display:flex}.overview-prop-thumb{object-fit:cover;border-radius:10px;flex-shrink:0;width:56px;height:56px}.overview-prop-thumb--empty{background:var(--light-gray);color:var(--text-gray);text-align:center;justify-content:center;align-items:center;font-size:.72rem;display:flex}.overview-prop-title{color:var(--near-black);transition:color var(--transition-fast);font-size:.88rem;font-weight:700;line-height:1.4;text-decoration:none}.overview-prop-title:hover{color:var(--mapped-blue)}.overview-price{font-family:var(--font-en);color:var(--near-black);white-space:nowrap;font-weight:800}.overview-num{font-family:var(--font-en);color:var(--near-black);text-align:center;font-weight:700}.overview-ltr{text-align:left;direction:ltr;font-size:.85rem}.overview-soft-badge{color:var(--mapped-blue);background:#2d5d7b1a;border-radius:999px;align-items:center;margin-top:3px;padding:2px 8px;font-size:.72rem;font-weight:700;display:inline-flex}.overview-owner-cell{flex-direction:column;gap:2px;display:flex}.overview-owner-name{color:var(--near-black);font-size:.88rem;font-weight:700}.overview-owner-phone{color:var(--mapped-blue);font-size:.8rem;font-family:var(--font-en);text-decoration:none}.overview-owner-phone:hover{text-decoration:underline}.overview-badges{flex-direction:column;align-items:flex-start;gap:4px;display:flex}.overview-status-badge{white-space:nowrap;border-radius:999px;align-items:center;padding:3px 10px;font-size:.72rem;font-weight:800;display:inline-flex}.overview-status-badge--active{color:#059669;background:#10b9811f}.overview-status-badge--inactive{color:#6b7280;background:#6b72801a}.overview-status-badge--featured{color:#d97706;background:#f59e0b1f}.overview-user-cell{align-items:center;gap:.6rem;min-width:140px;display:flex}.overview-user-avatar{width:36px;height:36px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.95rem;font-weight:800;display:flex}.overview-user-avatar--admin{background:#7c3aed}.overview-user-avatar--owner{background:var(--mapped-blue)}.overview-user-avatar--buyer{background:#0891b2}.overview-user-avatar--lawyer{background:var(--cinnamon-slate)}.overview-user-name{color:var(--near-black);font-size:.88rem;font-weight:700}.overview-role-badge{white-space:nowrap;border-radius:999px;align-items:center;padding:4px 12px;font-size:.75rem;font-weight:800;display:inline-flex}.overview-role-badge--admin{color:#7c3aed;background:#7c3aed1f}.overview-role-badge--owner{color:var(--mapped-blue);background:#2d5d7b1f}.overview-role-badge--buyer{color:#0891b2;background:#0891b21f}.overview-role-badge--lawyer{color:var(--cinnamon-slate);background:#8b5a4d1f}.overview-phone-link{color:var(--mapped-blue);transition:color var(--transition-fast);font-weight:700;text-decoration:none}.overview-phone-link:hover{text-decoration:underline}.overview-actions{flex-wrap:wrap;gap:5px;display:flex}.overview-action-btn{border-radius:var(--radius-sm);font-family:var(--font-ar);cursor:pointer;transition:all var(--transition-base);background:var(--light-gray);color:var(--dark-gray);white-space:nowrap;border:none;align-items:center;padding:6px 12px;font-size:.78rem;font-weight:700;text-decoration:none;display:inline-flex}.overview-action-btn:hover:not(:disabled){background:var(--medium-gray)}.overview-action-btn:disabled{opacity:.5;cursor:not-allowed}.overview-action-btn--success{color:#059669;background:#10b9811f}.overview-action-btn--success:hover:not(:disabled){background:#10b98138}.overview-action-btn--warn{color:#d97706;background:#f59e0b1f}.overview-action-btn--warn:hover:not(:disabled){background:#f59e0b38}.overview-action-btn--danger{color:#dc2626;background:#ef44441f}.overview-action-btn--danger:hover:not(:disabled){background:#ef444438}.overview-action-btn--featured{color:#92400e;background:#f59e0b1f}.overview-action-btn--featured:hover:not(:disabled){background:#f59e0b38}.overview-pagination{border-top:1px solid var(--light-gray);justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem;padding-top:1.25rem;display:flex}.overview-page-btn{border:1px solid var(--medium-gray);background:var(--white);cursor:pointer;width:38px;height:38px;transition:all var(--transition-base);color:var(--dark-gray);border-radius:10px;justify-content:center;align-items:center;font-size:1.2rem;display:flex}.overview-page-btn:hover:not(:disabled){background:var(--mapped-blue);color:var(--white);border-color:var(--mapped-blue)}.overview-page-btn:disabled{opacity:.4;cursor:not-allowed}.overview-page-info{color:var(--text-gray);font-size:.88rem;font-weight:600}.overview-toast{border-radius:var(--radius-lg);color:var(--white);box-shadow:var(--shadow-lg);z-index:9999;padding:12px 24px;font-size:.9rem;font-weight:700;animation:.3s toastIn;position:fixed;bottom:2rem;left:50%;transform:translate(-50%)}.overview-toast--ok{background:#059669}.overview-toast--err{background:#dc2626}@media (width<=1024px){.overview-stats{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.overview-page__hero{padding:5rem 0 2rem}.overview-page__hero-row{flex-direction:column}.overview-stats{grid-template-columns:1fr 1fr}.overview-tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;width:100%;max-width:100%;overflow-x:auto}.overview-tabs::-webkit-scrollbar{display:none}.overview-tab{white-space:nowrap;flex:none}.overview-toolbar{flex-flow:column;align-items:stretch}.overview-search,.overview-filter-select{width:100%}}@media (width<=480px){.overview-stats{grid-template-columns:1fr}.overview-page__hero-links{width:100%}.overview-hero-btn{flex:1;justify-content:center}}.overview-status-badge--verified{color:#0a3622;background:#d1e7dd}.overview-status-badge--rejected{color:#58151c;background:#f8d7da}.overview-tab__count--alert{color:#fff;background:#dc3545}.overview-toggle-chip{border:1px solid var(--light-gray,#e5e7eb);background:var(--white,#fff);color:var(--text-gray);font-family:var(--font-ar);border-radius:var(--radius-md,10px);cursor:pointer;white-space:nowrap;align-items:center;gap:.4rem;padding:.5rem .9rem;font-size:.85rem;font-weight:600;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.overview-toggle-chip:hover{background:var(--light-gray,#f3f4f6)}.overview-toggle-chip--active{color:#fff;background:#dc3545;border-color:#dc3545}.overview-toggle-chip__count{background:#0000001f;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 5px;font-size:.75rem;display:inline-flex}.overview-toggle-chip--active .overview-toggle-chip__count{background:#ffffff40}.overview-section-label{color:var(--text-muted,#6c757d);white-space:nowrap;margin-right:auto;font-size:.875rem}.verify-modal-overlay{z-index:1000;background:#0000008c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.verify-modal{direction:rtl;background:#fff;border-radius:.75rem;flex-direction:column;gap:1.25rem;width:100%;max-width:680px;max-height:90vh;padding:1.5rem;display:flex;overflow-y:auto}.verify-modal__header{border-bottom:1px solid #e9ecef;justify-content:space-between;align-items:flex-start;padding-bottom:1rem;display:flex}.verify-modal__title{margin:0 0 .25rem;font-size:1.1rem;font-weight:700}.verify-modal__owner{color:#6c757d;margin:0;font-size:.875rem}.verify-modal__owner a{color:inherit}.verify-modal__close{cursor:pointer;color:#6c757d;background:0 0;border:none;padding:.25rem .5rem;font-size:1.25rem;line-height:1}.verify-modal__docs{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;display:grid}.verify-modal__no-docs{color:#6c757d;font-size:.9rem}.verify-modal__doc-label{color:#495057;margin:0 0 .5rem;font-size:.8rem;font-weight:600}.verify-modal__doc-img{cursor:zoom-in;object-fit:contain;background:#f8f9fa;border:1px solid #dee2e6;border-radius:.5rem;width:100%;max-height:280px}.verify-modal__pdf-link{color:#495057;background:#e9ecef;border-radius:.4rem;padding:.5rem 1rem;font-size:.875rem;text-decoration:none;display:inline-block}.verify-modal__reject-reason{flex-direction:column;gap:.4rem;display:flex}.verify-modal__reject-reason label{color:#495057;font-size:.85rem;font-weight:600}.verify-modal__reject-reason input{direction:rtl;border:1px solid #ced4da;border-radius:.4rem;padding:.5rem .75rem;font-size:.9rem}.verify-modal__actions{border-top:1px solid #e9ecef;justify-content:flex-end;gap:.75rem;padding-top:1rem;display:flex}.property-form__section-hint{color:#6c757d;margin:-.5rem 0 .75rem;font-size:.85rem}.property-form__file-name{color:#0a3622;word-break:break-all;margin-top:.25rem;font-size:.8rem;display:block}.overview-status-badge--pending{color:#856404;background:#fff3cd}.holder-page{background:var(--off-white);min-height:100vh}.holder-page__hero{background:linear-gradient(135deg, #1a2a3a 0%, var(--mapped-blue) 100%);color:#fff;padding:6rem 0 2rem}.holder-page__hero-row{justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:2rem;display:flex}.holder-page__hero h1{margin:0 0 .5rem;font-size:clamp(1.7rem,2vw,2.4rem);font-weight:900}.holder-page__hero p{color:#ffffffe6;margin:0;font-size:.95rem}.holder-page__hero-actions{flex-wrap:wrap;gap:.75rem;display:flex}.holder-page__primary-btn,.holder-page__ghost-btn,.holder-action-btn,.holder-tab,.holder-state button{cursor:pointer;border-radius:var(--radius-md);font-weight:700;font-family:var(--font-ar);border:none;text-decoration:none;transition:all .2s}.holder-page__primary-btn{color:var(--mapped-blue);background:#fff;padding:.85rem 1.15rem}.holder-page__primary-btn:hover{background:var(--mapped-blue-subtle)}.holder-page__ghost-btn{color:#fff;background:#ffffff1f;border:1px solid #ffffff2e;padding:.85rem 1.15rem}.holder-page__ghost-btn:hover{background:#ffffff38}.holder-stats{grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem;display:grid}.holder-stat{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:background var(--transition-base);background:#ffffff1f;border-radius:18px;padding:1rem}.holder-stat:hover{background:#ffffff2e}.holder-stat__value{font-size:1.8rem;font-weight:800;font-family:var(--font-en);margin-bottom:.25rem;display:block}.holder-stat__label{color:#ffffffe0;font-size:.88rem}.holder-page__body{padding:2rem 0 3rem}.holder-tabs{box-shadow:var(--shadow-sm);background:#fff;border-radius:14px;margin-bottom:1.5rem;padding:.3rem;display:inline-flex}.holder-tab{color:var(--dark-gray);background:0 0;padding:.8rem 1.1rem;font-size:.92rem;position:relative}.holder-tab--active{background:var(--mapped-blue);color:#fff}.holder-tab__badge{color:#fff;background:#ef4444;border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:22px;margin-inline-start:.5rem;font-size:.75rem;display:inline-flex}.holder-section{box-shadow:var(--shadow-sm);background:#fff;border-radius:20px;padding:1.5rem}.holder-section__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.holder-section__header h2{color:var(--near-black);margin:0 0 .25rem;font-size:1.15rem;font-weight:800}.holder-section__header p{color:var(--text-gray);margin:0;font-size:.9rem}.holder-table-wrap{border-radius:var(--radius-lg);border:1px solid var(--medium-gray);overflow-x:auto}.holder-table{border-collapse:collapse;width:100%}.holder-table th,.holder-table td{text-align:right;border-bottom:1px solid var(--light-gray);vertical-align:middle;padding:1rem .75rem}.holder-table tbody tr:last-child td{border-bottom:none}.holder-table th{color:var(--text-gray);white-space:nowrap;background:var(--light-gray);font-size:.88rem;font-weight:800}.holder-table tr:hover td{background:#2d5d7b05}.holder-property-cell{align-items:center;gap:.85rem;min-width:240px;display:flex}.holder-property-cell__thumb,.holder-property-cell__placeholder{object-fit:cover;border-radius:14px;flex-shrink:0;width:72px;height:72px}.holder-property-cell__placeholder,.holder-card__image--placeholder{background:var(--light-gray);color:var(--text-gray);justify-content:center;align-items:center;font-size:.82rem;display:flex}.holder-property-cell__title{color:var(--near-black);transition:color var(--transition-fast);font-weight:700;text-decoration:none}.holder-property-cell__title:hover{color:var(--mapped-blue)}.holder-property-cell__meta{color:var(--text-gray);margin-top:.3rem;font-size:.88rem}.holder-num{font-variant-numeric:tabular-nums;white-space:nowrap;font-family:var(--font-en);color:var(--near-black);font-weight:700}.holder-pill{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:.4rem .75rem;font-size:.8rem;font-weight:700;display:inline-flex}.holder-pill--soft{color:var(--mapped-blue);background:#2d5d7b1a;margin-top:.35rem}.holder-pill--success{color:#059669;background:#10b9811a}.holder-pill--warning{color:#d97706;background:#f59e0b1f}.holder-pill--muted{background:var(--light-gray);color:var(--text-gray)}.holder-actions{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.holder-action-btn{color:#475569;white-space:nowrap;background:#f1f5f9;border:1px solid #0000;border-radius:8px;align-items:center;gap:.35rem;padding:.45rem .8rem;font-size:.8rem;transition:background .15s,color .15s,border-color .15s,transform .1s;display:inline-flex}.holder-action-btn svg{flex-shrink:0}.holder-action-btn:hover:not(:disabled){color:#1e293b;background:#e2e8f0;transform:translateY(-1px)}.holder-action-btn:active:not(:disabled){transform:scale(.97)}.holder-action-btn:disabled{opacity:.45;cursor:not-allowed}.holder-action-btn--view{color:#1d4ed8;background:#eff6ff}.holder-action-btn--view:hover:not(:disabled){color:#1e40af;background:#dbeafe}.holder-action-btn--edit{color:#15803d;background:#f0fdf4}.holder-action-btn--edit:hover:not(:disabled){color:#166534;background:#dcfce7}.holder-action-btn--toggle{color:#c2410c;background:#fff7ed}.holder-action-btn--toggle:hover:not(:disabled){color:#9a3412;background:#ffedd5}.holder-action-btn--ad:hover:not(:disabled){color:#5b21b6;background:#ede9fe}.holder-action-btn--sold:hover:not(:disabled){color:#92400e;background:#fef3c7}.holder-action-btn--danger{color:#dc2626;background:#fef2f2;border-color:#fecaca}.holder-action-btn--danger:hover:not(:disabled){color:#b91c1c;background:#fee2e2}.holder-state{text-align:center;border:1px dashed var(--medium-gray);border-radius:16px;padding:3rem 1rem}.holder-state h3{color:var(--near-black);margin-top:0}.holder-state p{color:var(--text-gray);margin-bottom:1rem}.holder-state button{background:var(--mapped-blue);color:#fff;padding:.75rem 1rem}.holder-state button:hover{background:var(--mapped-blue-dark)}.holder-state--error{background:#fff7f7;border-style:solid;border-color:#ef44444d}.holder-requests{gap:1rem;display:grid}.holder-request-card{border:1px solid var(--medium-gray);transition:box-shadow var(--transition-base);background:#fff;border-radius:18px;padding:1.25rem}.holder-request-card:hover{box-shadow:var(--shadow-md)}.holder-request-card__top{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.holder-request-card__top h3{color:var(--near-black);margin:0 0 .3rem;font-size:1rem}.holder-request-card__top p{color:var(--text-gray);margin:0;font-size:.88rem}.holder-request-card__content{gap:.55rem;margin:1rem 0;display:grid}.holder-request-card__content a{color:var(--mapped-blue);font-size:.9rem;font-weight:700;text-decoration:none}.holder-request-card__content a:hover{text-decoration:underline}.holder-request-card__content p{color:var(--dark-gray);margin:0;font-size:.9rem;line-height:1.7}.holder-request-card__date{color:var(--text-gray);font-size:.85rem}.holder-cards{grid-template-columns:1fr;gap:1rem;display:none}.holder-card{border:1px solid var(--medium-gray);transition:box-shadow var(--transition-base);background:#fff;border-radius:18px;overflow:hidden}.holder-card:hover{box-shadow:var(--shadow-md)}.holder-card__image{object-fit:cover;width:100%;height:200px}.holder-card__body{padding:1rem}.holder-card__top{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.5rem;display:flex}.holder-card__top h3{color:var(--near-black);margin:0}.holder-card__body p{color:var(--text-gray);margin:0 0 .75rem;font-size:.9rem}.holder-card__stats{color:var(--dark-gray);flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;font-size:.88rem;display:flex}.holder-skeleton-line{background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6 50%,#e5e7eb 75%) 0 0/200% 100%;border-radius:999px;animation:1.3s linear infinite holderShimmer}@keyframes holderShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (width<=1100px){.holder-stats{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=860px){.holder-page__hero{padding:5rem 0 2rem}.holder-page__hero-row,.holder-section__header,.holder-request-card__top,.holder-card__top{flex-direction:column}.holder-table-wrap{display:none}.holder-cards{display:grid}.holder-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.holder-stats{grid-template-columns:1fr 1fr}.holder-page__hero-actions,.holder-actions{width:100%}.holder-page__primary-btn,.holder-page__ghost-btn,.holder-action-btn{text-align:center;width:100%}.holder-tabs{width:100%}.holder-tab{flex:1;justify-content:center}}.holder-pill--sold{color:#92400e;background:#fef3c7;border:1px solid #fde68a;font-weight:700}.holder-action-btn--sold{color:#92400e;background:#fef3c7;border-color:#fde68a}.holder-action-btn--sold:hover{background:#fde68a}.holder-action-btn--ad{color:#5b21b6;background:#ede9fe;border-color:#c4b5fd}.holder-action-btn--ad:hover{background:#c4b5fd}.holder-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1100;direction:rtl;background:#0000008c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.holder-modal{background:#fff;border-radius:20px;flex-direction:column;width:100%;max-width:520px;display:flex;overflow:hidden;box-shadow:0 24px 80px #00000040}.holder-modal__header{border-bottom:1px solid #f1f5f9;padding:1.5rem 1.5rem 1rem;position:relative}.holder-modal__header h2{color:#0f172a;margin:0 0 .2rem;font-size:1.1rem;font-weight:800}.holder-modal__header p{color:#64748b;margin:0;font-size:.82rem}.holder-modal__close{cursor:pointer;color:#94a3b8;background:0 0;border:none;border-radius:6px;padding:.25rem .4rem;font-size:1.1rem;transition:background .15s;position:absolute;top:1rem;left:1rem}.holder-modal__close:hover{background:#f1f5f9}.holder-modal__body{padding:1.25rem 1.5rem}.holder-modal__hint{color:#64748b;margin:0 0 1rem;font-size:.82rem}.holder-modal__footer{border-top:1px solid #f1f5f9;padding:.9rem 1.5rem 1.25rem}.holder-modal__footer .holder-page__primary-btn{justify-content:center;width:100%}.holder-ad-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.holder-ad-card{cursor:pointer;text-align:right;background:#fff;border:2px solid #e2e8f0;border-radius:14px;flex-direction:column;gap:.4rem;padding:1rem;transition:border-color .2s,box-shadow .2s;display:flex}.holder-ad-card:hover{border-color:#94a3b8}.holder-ad-card--active{background:#f8fafc;border-color:#0f1e2d;box-shadow:0 0 0 3px #0f1e2d14}.holder-ad-card__label{color:#0f172a;font-size:.9rem;font-weight:700}.holder-ad-card__desc{color:#64748b;font-size:.75rem;line-height:1.5}.holder-ad-card__duration{color:#475569;border-top:1px solid #e2e8f0;flex-wrap:wrap;align-items:center;gap:.4rem;margin-top:.4rem;padding-top:.6rem;font-size:.78rem;display:flex}.holder-ad-card__duration button{cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:6px;justify-content:center;align-items:center;width:26px;height:26px;font-size:.95rem;transition:background .15s;display:flex}.holder-ad-card__duration button:hover{background:#f1f5f9}.holder-ad-card__duration strong{text-align:center;min-width:1.5rem;font-weight:700}.holder-ad-card__total{color:#0f1e2d;margin-right:auto;font-weight:700}.pay-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1100;direction:rtl;background:#000000a6;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.pay-modal{background:#fff;border-radius:20px;flex-direction:column;gap:0;width:100%;max-width:520px;max-height:92vh;display:flex;overflow-y:auto;box-shadow:0 24px 80px #00000047}.pay-modal__header{z-index:1;background:#fff;border-bottom:1px solid #f1f5f9;border-radius:20px 20px 0 0;align-items:center;gap:1rem;padding:1.5rem 1.5rem 1.25rem;display:flex;position:sticky;top:0}.pay-modal__header-icon{color:#fff;background:linear-gradient(135deg,#0f1e2d,#1e3a5f);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.pay-modal__title{color:#0f172a;margin:0 0 .15rem;font-size:1.1rem;font-weight:700}.pay-modal__subtitle{color:#64748b;margin:0;font-size:.78rem}.pay-modal__close{cursor:pointer;color:#94a3b8;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;margin-right:auto;font-size:1.2rem;transition:background .15s;display:flex}.pay-modal__close:hover{color:#475569;background:#f1f5f9}.pay-modal__summary{color:#fff;background:linear-gradient(135deg,#0f1e2d 0%,#1a3550 100%);padding:1.25rem 1.5rem}.pay-modal__summary-row{color:#ffffffb3;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.85rem;display:flex}.pay-modal__summary-val{color:#fff;font-weight:600}.pay-modal__summary-total{color:#fffc;border-top:1px solid #ffffff26;justify-content:space-between;align-items:center;margin-top:.25rem;padding-top:.75rem;font-size:.9rem;display:flex}.pay-modal__summary-total-val{color:#ffd050;font-size:1.4rem;font-weight:800}.pay-modal__section{border-bottom:1px solid #f1f5f9;padding:1.25rem 1.5rem}.pay-modal__section--highlight{background:#f8fafc}.pay-modal__section-label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .9rem;font-size:.8rem;font-weight:700}.pay-modal__methods{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.pay-method-btn{cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:14px;flex-direction:column;align-items:center;gap:.5rem;padding:1rem .75rem;transition:border-color .2s,box-shadow .2s,transform .15s;display:flex;position:relative}.pay-method-btn:hover{border-color:#94a3b8;transform:translateY(-1px)}.pay-method-btn--active{border-color:#0f1e2d;box-shadow:0 0 0 3px #0f1e2d1f}.pay-method-btn__logo{object-fit:contain;max-width:120px;height:36px}.pay-method-btn__label{color:#475569;font-size:.78rem;font-weight:600}.pay-method-btn__check{color:#fff;background:#0f1e2d;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;display:flex;position:absolute;top:.5rem;left:.5rem}.pay-modal__send-details{flex-direction:column;gap:.6rem;display:flex}.pay-modal__detail-row{background:#fff;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:.5rem;padding:.6rem .9rem;display:flex}.pay-modal__detail-label{color:#64748b;flex-shrink:0;min-width:120px;font-size:.75rem}.pay-modal__detail-value{color:#0f172a;flex:1;font-size:.9rem;font-weight:700}.pay-modal__copy-btn{cursor:pointer;color:#94a3b8;background:0 0;border:none;border-radius:6px;align-items:center;padding:.2rem;transition:color .15s,background .15s;display:flex}.pay-modal__copy-btn:hover{color:#0f1e2d;background:#f1f5f9}.pay-modal__tabs{background:#f1f5f9;border-radius:10px;gap:.5rem;margin-bottom:1rem;padding:.3rem;display:flex}.pay-tab{cursor:pointer;color:#64748b;background:0 0;border:none;border-radius:8px;flex:1;padding:.6rem .75rem;font-size:.8rem;font-weight:600;transition:background .2s,color .2s}.pay-tab--active{color:#0f172a;background:#fff;box-shadow:0 1px 4px #00000014}.pay-modal__upload-area{text-align:center;cursor:pointer;color:#94a3b8;border:2px dashed #cbd5e1;border-radius:12px;flex-direction:column;align-items:center;gap:.4rem;padding:1.5rem;font-size:.82rem;transition:border-color .2s,background .2s;display:flex}.pay-modal__upload-area:hover{background:#f8fafc;border-color:#0f1e2d}.pay-modal__upload-area p{color:#475569;margin:0;font-size:.85rem;font-weight:600}.pay-modal__upload-area span{font-size:.72rem}.pay-modal__file-chosen{color:#16a34a;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;display:flex}.pay-modal__file-remove{cursor:pointer;color:#94a3b8;background:0 0;border:none;margin-right:auto;font-size:.9rem}.pay-modal__manual-form{flex-direction:column;gap:.75rem;display:flex}.pay-modal__field{flex-direction:column;gap:.35rem;display:flex}.pay-modal__field label{color:#475569;font-size:.78rem;font-weight:600}.pay-modal__field input{border:1.5px solid #e2e8f0;border-radius:10px;outline:none;padding:.6rem .85rem;font-size:.9rem;transition:border-color .2s}.pay-modal__field input:focus{border-color:#0f1e2d}.pay-modal__error{color:#b91c1c;background:#fef2f2;border:1px solid #fca5a5;border-radius:10px;margin:0 1.5rem;padding:.7rem 1rem;font-size:.82rem}.pay-modal__submit{color:#fff;cursor:pointer;letter-spacing:.01em;background:linear-gradient(135deg,#0f1e2d,#1e3a5f);border:none;border-radius:14px;margin:1.25rem 1.5rem .75rem;padding:.95rem;font-size:1rem;font-weight:700;transition:opacity .2s,transform .15s}.pay-modal__submit:hover:not(:disabled){opacity:.92;transform:translateY(-1px)}.pay-modal__submit:disabled{opacity:.45;cursor:not-allowed}.pay-modal__note{text-align:center;color:#94a3b8;margin:0;padding:0 1.5rem 1.5rem;font-size:.75rem}.property-upload-page{background:#f8fafc;min-height:100vh;padding:7rem 0 3rem}.property-upload-page .container{max-width:1100px}.property-upload-page__topbar{justify-content:flex-start;margin-bottom:1rem;display:flex}.property-upload-page__backlink{min-height:48px;color:var(--dark-gray);background:#e2e8f0;border-radius:12px;justify-content:center;align-items:center;padding:.85rem 1.1rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.property-upload-page__backlink:hover{background:#cbd5e1}.property-upload-page__loading,.property-upload-page__error{background:var(--white);border-radius:20px;padding:2rem;box-shadow:0 12px 30px #0f172a0d}.property-upload-page__error h2{color:var(--near-black);margin-top:0;margin-bottom:.75rem}.property-upload-page__error p{color:var(--text-gray);margin-bottom:1rem}.property-upload-page__error-actions{flex-wrap:wrap;gap:.75rem;display:flex}.property-upload-page__error-actions button,.property-upload-page__error-actions a{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;min-height:48px;padding:.85rem 1.1rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.property-upload-page__error-actions button{background:var(--mapped-blue);color:var(--white)}.property-upload-page__error-actions button:hover{background:var(--mapped-blue-dark)}.property-upload-page__error-actions a{color:var(--dark-gray);background:#e2e8f0}.property-upload-page__error-actions a:hover{background:#cbd5e1}.property-form{gap:1.25rem;display:grid}.property-form__header,.property-form__section,.property-form__footer{background:var(--white);border-radius:20px;box-shadow:0 12px 30px #0f172a0d}.property-form__header{justify-content:space-between;align-items:center;gap:1.25rem;padding:1.5rem;display:flex}.property-form__header>div:first-child{flex:1;min-width:0}.property-form__header h1{color:var(--near-black);margin:0 0 .5rem;font-size:clamp(1.6rem,2vw,2.2rem);line-height:1.2}.property-form__header p{color:var(--text-gray);margin:0;line-height:1.7}.property-form__header-actions,.property-form__footer{flex-wrap:wrap;gap:.75rem;display:flex}.property-form__header-actions{flex-shrink:0}.property-form__section{padding:1.5rem}.property-form__section h2{color:var(--near-black);margin:0 0 1rem;font-size:1.15rem;line-height:1.4}.property-form__tabs{z-index:5;background:var(--white);border-radius:16px;flex-wrap:wrap;gap:.5rem;padding:.6rem;display:flex;position:sticky;top:.75rem;box-shadow:0 12px 30px #0f172a0d}.property-form__tab{color:var(--text-gray);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:12px;padding:.6rem 1.1rem;font-size:.9rem;font-weight:600;transition:background .15s,color .15s;position:relative}.property-form__tab:hover{color:var(--near-black);background:#0f172a0a}.property-form__tab--active{background:var(--near-black);color:var(--white)}.property-form__tab-error-dot{vertical-align:middle;background:#ef4444;border-radius:50%;width:7px;height:7px;margin-inline-start:.4rem;display:inline-block}.property-form__grid{gap:1rem;display:grid}.property-form__grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.property-form__grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.property-form__field{gap:.45rem;min-width:0;display:grid}.property-form__field--full{grid-column:1/-1}.property-form__field label{color:var(--dark-gray);font-weight:700}.property-form__field-hint{color:#94a3b8;margin:-.2rem 0 0;font-size:.78rem;font-weight:500}.property-form__field input,.property-form__field select,.property-form__field textarea{background:var(--white);width:100%;min-width:0;color:var(--dark-gray);border:1px solid #dbe2ea;border-radius:14px;outline:none;padding:.9rem 1rem;transition:all .2s}.property-form__field textarea{resize:vertical;min-height:120px}.property-form__field input:focus,.property-form__field select:focus,.property-form__field textarea:focus{border-color:var(--mapped-blue);box-shadow:0 0 0 4px #2d5d7b1f}.property-form__checkbox{color:var(--dark-gray);align-items:center;gap:.75rem;font-weight:600;display:flex}.property-form__checkbox input{flex-shrink:0;width:18px;height:18px}.property-form__field-error,.property-form__api-error,.property-images__error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;padding:.75rem .9rem;font-size:.92rem}.property-form__api-error{margin-top:-.25rem}.property-form__footer{z-index:auto;background:var(--white);-webkit-backdrop-filter:none;backdrop-filter:none;justify-content:flex-end;padding:1rem 1.5rem;position:static;bottom:auto}.property-form__primary-btn,.property-form__ghost-btn,.property-images__btn{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;min-height:48px;padding:.85rem 1.15rem;font-weight:700;transition:all .2s;display:inline-flex}.property-form__primary-btn{background:var(--mapped-blue);color:var(--white)}.property-form__primary-btn:hover{background:var(--mapped-blue-dark);filter:none}.property-form__ghost-btn{color:var(--dark-gray);background:#e2e8f0}.property-form__ghost-btn:hover,.property-images__btn:hover{background:#cbd5e1}.property-images{gap:1.25rem;display:grid}.property-images__dropzone{text-align:center;color:var(--text-gray);cursor:pointer;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:18px;padding:2rem 1rem;transition:all .2s}.property-images__dropzone:hover,.property-images__dropzone--dragging{border-color:var(--mapped-blue);color:var(--mapped-blue);background:#f0f7fb}.property-images__dropzone--disabled{opacity:.65;cursor:not-allowed}.property-images__dropzone h4{color:var(--dark-gray);margin:.75rem 0 .4rem}.property-images__dropzone p,.property-images__dropzone span{margin:0}.property-images__section{gap:.85rem;display:grid}.property-images__section-header{justify-content:space-between;align-items:center;gap:1rem;display:flex}.property-images__section-header h4{color:var(--near-black);margin:0}.property-images__section-header span{color:var(--text-gray);font-size:.92rem}.property-images__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.property-images__card{background:var(--white);border:1px solid #e5e7eb;border-radius:18px;min-width:0;overflow:hidden}.property-images__card--main{border-color:var(--mapped-blue);box-shadow:0 0 0 3px #2d5d7b1a}.property-images__preview{object-fit:cover;background:#e2e8f0;width:100%;height:220px;display:block}.property-images__meta{gap:.9rem;padding:.9rem;display:grid}.property-images__badges{flex-wrap:wrap;gap:.5rem;display:flex}.property-images__badge{color:var(--mapped-blue);background:#2d5d7b1f;border-radius:999px;padding:.35rem .7rem;font-size:.8rem;font-weight:700}.property-images__order{color:var(--text-gray);word-break:break-word;font-size:.9rem}.property-images__actions{flex-wrap:wrap;gap:.5rem;display:flex}.property-images__btn{color:var(--dark-gray);background:#f1f5f9;font-size:.88rem}.property-images__btn--danger{color:#b91c1c;background:#fee2e2}.property-images__btn--danger:hover{background:#fecaca}.property-images__empty{text-align:center;color:var(--text-gray);border:1px dashed #cbd5e1;border-radius:16px;padding:1rem}@media (width<=900px){.property-upload-page{padding:6rem 0 2rem}.property-form__header{flex-direction:column;align-items:stretch}.property-form__grid--2,.property-form__grid--3,.property-images__grid{grid-template-columns:1fr}}@media (width<=640px){.property-upload-page{padding:5.5rem 0 2rem}.property-upload-page .container{padding-left:1rem;padding-right:1rem}.property-form__header,.property-form__section,.property-form__footer,.property-upload-page__loading,.property-upload-page__error{border-radius:16px;padding:1rem}.property-form__footer,.property-form__header-actions,.property-images__actions,.property-upload-page__error-actions{flex-direction:column}.property-form__primary-btn,.property-form__ghost-btn,.property-images__btn,.property-upload-page__error-actions button,.property-upload-page__error-actions a,.property-upload-page__backlink{text-align:center;width:100%}.property-images__preview{height:200px}}.ad-choice-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.ad-choice-card{cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:14px;flex-direction:column;gap:.5rem;padding:1.1rem 1.1rem 1rem;transition:border-color .2s,box-shadow .2s;display:flex}.ad-choice-card:hover{border-color:#94a3b8}.ad-choice-card--active{background:#f8fafc;border-color:#0f1e2d;box-shadow:0 0 0 3px #0f1e2d1a}.ad-choice-card__label{color:#0f172a;font-size:.95rem;font-weight:700}.ad-choice-card__desc{color:#64748b;font-size:.78rem;line-height:1.5}.ad-choice-card__duration{border-top:1px solid #e2e8f0;flex-direction:column;gap:.4rem;margin-top:.4rem;padding-top:.75rem;display:flex}.ad-choice-card__duration label{color:#475569;font-size:.78rem;font-weight:600}.ad-choice-card__counter{align-items:center;gap:.5rem;display:flex}.ad-choice-card__counter button{cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;transition:background .15s;display:flex}.ad-choice-card__counter button:hover:not(:disabled){background:#f1f5f9}.ad-choice-card__counter button:disabled{opacity:.4;cursor:not-allowed}.ad-choice-card__counter span{text-align:center;min-width:2rem;font-size:1.1rem;font-weight:700}.ad-choice-card__total{color:#475569;margin:0;font-size:.8rem}.ad-choice-card__total strong{color:#0f172a}@media (width<=560px){.ad-choice-grid{grid-template-columns:1fr}}.property-form__features-count{float:left;color:#64748b;background:#f1f5f9;border-radius:20px;padding:.1rem .5rem;font-size:.75rem;font-weight:600}.property-form__features-chips{flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;display:flex}.property-form__feature-chip{color:#475569;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:20px;align-items:center;gap:.35rem;padding:.35rem .85rem;font-size:.82rem;font-weight:600;transition:border-color .15s,background .15s,color .15s;display:flex}.property-form__feature-chip:hover:not(:disabled){color:#0f1e2d;border-color:#0f1e2d}.property-form__feature-chip--active{color:#ffd050;background:#0f1e2d;border-color:#0f1e2d}.property-form__feature-chip:disabled{opacity:.45;cursor:not-allowed}.property-form__custom-feature{gap:.5rem;margin-bottom:.75rem;display:flex}.property-form__custom-feature input{border:1.5px solid #e2e8f0;border-radius:10px;outline:none;flex:1;padding:.55rem .85rem;font-size:.88rem;transition:border-color .2s}.property-form__custom-feature input:focus{border-color:#0f1e2d}.property-form__custom-add-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#0f1e2d;border:none;border-radius:10px;padding:.55rem 1rem;font-size:.82rem;font-weight:700;transition:opacity .15s}.property-form__custom-add-btn:disabled{opacity:.4;cursor:not-allowed}.property-form__selected-features{flex-wrap:wrap;gap:.4rem;display:flex}.property-form__selected-tag{color:#334155;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:20px;align-items:center;gap:.3rem;padding:.25rem .65rem;font-size:.78rem;font-weight:600;display:inline-flex}.property-form__selected-tag button{cursor:pointer;color:#94a3b8;background:0 0;border:none;padding:0 .1rem;font-size:.9rem;line-height:1;transition:color .15s}.property-form__selected-tag button:hover{color:#dc2626}.edit-extras{flex-direction:column;gap:1.25rem;margin-top:1.5rem;display:flex}.edit-extra-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:16px;flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.edit-extra-card--danger{background:#fff5f5;border-color:#fecaca}.edit-extra-card__header{align-items:flex-start;gap:.85rem;display:flex}.edit-extra-card__header svg{color:#64748b;flex-shrink:0;margin-top:.15rem}.edit-extra-card--danger .edit-extra-card__header svg{color:#dc2626}.edit-extra-card__header h3{color:#0f172a;margin:0 0 .2rem;font-size:.95rem;font-weight:700}.edit-extra-card__header p{color:#64748b;margin:0;font-size:.8rem;line-height:1.5}.edit-status-badge{border-radius:20px;flex-shrink:0;margin-right:auto;padding:.3rem .85rem;font-size:.75rem;font-weight:700}.edit-status-badge--sold{color:#92400e;background:#fef3c7}.edit-status-badge--active{color:#166534;background:#dcfce7}.edit-extra-btn{cursor:pointer;border:none;border-radius:10px;align-self:flex-start;padding:.75rem 1.25rem;font-family:inherit;font-size:.88rem;font-weight:700;transition:opacity .15s,transform .15s}.edit-extra-btn:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.edit-extra-btn:disabled{opacity:.45;cursor:not-allowed}.edit-extra-card__actions{flex-wrap:wrap;gap:.6rem;display:flex}.edit-extra-card__actions .edit-extra-btn{align-self:auto}.edit-extra-btn--sold{color:#92400e;background:#fef3c7;border:1.5px solid #fde68a}.edit-extra-btn--unsold{color:#475569;background:#f1f5f9;border:1.5px solid #e2e8f0}.edit-extra-btn--toggle{color:#1d4ed8;background:#eff6ff;border:1.5px solid #bfdbfe}.edit-extra-btn--ad{color:#fff;background:linear-gradient(135deg,#0f1e2d,#1a3550)}.edit-extra-btn--delete{color:#fff;background:#dc2626}.edit-ad-grid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.edit-ad-card{cursor:pointer;text-align:right;background:#fff;border:2px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:.35rem;padding:.9rem 1rem;transition:border-color .2s,box-shadow .2s;display:flex}.edit-ad-card:hover{border-color:#94a3b8}.edit-ad-card--active{background:#f8fafc;border-color:#0f1e2d;box-shadow:0 0 0 3px #0f1e2d14}.edit-ad-card__label{color:#0f172a;font-size:.88rem;font-weight:700}.edit-ad-card__desc{color:#64748b;font-size:.75rem}.edit-ad-card__duration{color:#475569;border-top:1px solid #e2e8f0;flex-wrap:wrap;align-items:center;gap:.4rem;margin-top:.4rem;padding-top:.5rem;font-size:.78rem;display:flex}.edit-ad-card__duration button{cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;font-size:.9rem;display:flex}.edit-ad-card__duration button:hover{background:#f1f5f9}.edit-ad-card__duration strong{text-align:center;min-width:4rem;font-weight:700}.edit-ad-card__total{color:#0f1e2d;margin-right:auto;font-weight:700}@media (width<=480px){.edit-ad-grid{grid-template-columns:1fr}}.ad-offers-section{border-bottom:1px solid #e2e8f0;margin-bottom:1.75rem;padding-bottom:1.5rem}.ad-offers-section__title{color:#0f172a;margin:0 0 .4rem;font-size:1rem;font-weight:700}.ad-offers-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.85rem;margin-top:.75rem;display:grid}.ad-offer-card{cursor:pointer;text-align:right;background:#fff;border:2px solid #e2e8f0;border-radius:14px;flex-direction:column;gap:.35rem;padding:1rem;transition:border-color .2s,box-shadow .2s;display:flex}.ad-offer-card:hover{border-color:#22c55e}.ad-offer-card--active{background:#f0fdf4;border-color:#16a34a;box-shadow:0 0 0 3px #16a34a1f}.ad-offer-card__badge{color:#15803d;background:#dcfce7;border-radius:6px;width:fit-content;padding:.15rem .45rem;font-size:.68rem;font-weight:700;display:inline-block}.ad-offer-card__title{color:#0f172a;font-size:.9rem;font-weight:700}.ad-offer-card__meta{color:#475569;font-size:.78rem}.ad-offer-card__desc{color:#64748b;font-size:.75rem}.ad-offer-card__expiry{color:#94a3b8;margin-top:.2rem;font-size:.72rem}.static-hero{text-align:center;color:#fff;background:linear-gradient(135deg,#0f1e2d 0%,#1a3550 60%,#1e4060 100%);padding:6rem 0 3.5rem;position:relative;overflow:hidden}.static-hero:before{content:"";pointer-events:none;background:radial-gradient(at 20%,#ffc8500f 0%,#0000 60%),radial-gradient(at 80%,#1e64b41a 0%,#0000 60%);position:absolute;inset:0}.static-hero__icon{color:#ffd050;background:#ffffff14;border:1px solid #ffffff26;border-radius:18px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.25rem;display:flex}.static-hero__title{letter-spacing:-.02em;margin:0 0 .75rem;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:800}.static-hero__sub{color:#ffffffa6;max-width:520px;margin:0 auto;font-size:1rem;line-height:1.7}.static-body{background:#f8fafc;min-height:60vh;padding:3rem 0 5rem}.static-body .container{max-width:820px}.static-card{background:#fff;border:1px solid #e9ecef;border-radius:16px;margin-bottom:1.5rem;padding:2.5rem;box-shadow:0 2px 12px #0000000a}.static-card__icon{color:#ffd050;background:linear-gradient(135deg,#0f1e2d,#1a3550);border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:1rem;display:flex}.static-card h2{color:#0f172a;margin:0 0 1rem;font-size:1.2rem;font-weight:700}.static-card h3{color:#1e293b;margin:1.5rem 0 .5rem;font-size:1rem;font-weight:700}.static-card p{color:#475569;margin:0 0 .85rem;font-size:.93rem;line-height:1.85}.static-card p:last-child{margin-bottom:0}.static-card ul,.static-card ol{margin:.5rem 0 .85rem;padding-right:1.5rem}.static-card li{color:#475569;margin-bottom:.35rem;font-size:.93rem;line-height:1.85}.static-card a{color:#0f1e2d;text-underline-offset:3px;text-decoration:underline}.static-updated{color:#94a3b8;text-align:center;margin-bottom:2rem;font-size:.78rem}@media (width<=640px){.static-hero{padding:5rem 0 2.5rem}.static-card{padding:1.5rem}}.about-stats-bar{background:#0f1e2d;padding:2rem 0}.about-stats-grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.about-stat__value{color:#ffd050;margin-bottom:.3rem;font-size:2rem;font-weight:800;line-height:1;display:block}.about-stat__label{color:#fff9;font-size:.82rem}.about-values-grid{grid-template-columns:1fr 1fr;gap:1.25rem;margin-top:1rem;display:grid}.about-value-card{background:#f8fafc;border:1px solid #e9ecef;border-radius:12px;padding:1.25rem}.about-value-card__icon{color:#ffd050;background:linear-gradient(135deg,#0f1e2d,#1a3550);border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:.75rem;display:flex}.about-value-card__title{color:#0f172a;margin:0 0 .4rem;font-size:.95rem;font-weight:700}.about-value-card__desc{color:#64748b;margin:0;font-size:.82rem;line-height:1.65}.about-steps{flex-direction:column;gap:1rem;margin-top:.75rem;display:flex}.about-step{align-items:flex-start;gap:1rem;display:flex}.about-step__num{color:#ffd050;background:linear-gradient(135deg,#0f1e2d,#1a3550);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;font-weight:800;display:flex}.about-step strong{color:#0f172a;margin-bottom:.2rem;font-size:.95rem;display:block}.about-step p{color:#64748b;margin:0;font-size:.85rem;line-height:1.6}.about-cta{text-align:center;color:#fff;background:linear-gradient(135deg,#0f1e2d,#1a3550);border-radius:20px;margin-top:1rem;padding:3rem 2rem}.about-cta h2{margin:0 0 .75rem;font-size:1.5rem;font-weight:800}.about-cta p{color:#ffffffb3;margin:0 0 1.75rem;font-size:.95rem}.about-cta__btns{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.about-cta__btn{border-radius:12px;padding:.85rem 2rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:transform .15s,opacity .15s}.about-cta__btn:hover{opacity:.9;transform:translateY(-2px)}.about-cta__btn--primary{color:#0f1e2d;background:#ffd050}.about-cta__btn--ghost{color:#fff;background:#ffffff1a;border:1px solid #ffffff40}@media (width<=700px){.about-stats-grid{grid-template-columns:1fr 1fr}.about-values-grid{grid-template-columns:1fr}}@media (width<=400px){.about-stats-grid{grid-template-columns:1fr 1fr}}.contact-layout{grid-template-columns:360px 1fr;align-items:start;gap:1.5rem;display:grid}.contact-info-row{align-items:flex-start;gap:.85rem;margin-bottom:1.1rem;display:flex}.contact-info-row:last-child{margin-bottom:0}.contact-info-row__icon{color:#0f1e2d;background:#f1f5f9;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.contact-info-row__label{color:#94a3b8;letter-spacing:.04em;margin-bottom:.15rem;font-size:.72rem;font-weight:600;display:block}.contact-info-row__value{color:#0f172a;font-size:.88rem;font-weight:600;text-decoration:none;display:block}a.contact-info-row__value:hover{color:#1a3550;text-decoration:underline}.contact-whatsapp-btn{color:#fff;background:#25d366;border-radius:12px;align-items:center;gap:.6rem;margin-top:.5rem;padding:.75rem 1.25rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:opacity .2s,transform .15s;display:inline-flex}.contact-whatsapp-btn:hover{opacity:.9;transform:translateY(-1px)}.contact-form{flex-direction:column;gap:1rem;display:flex}.contact-form__row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.contact-form__field{flex-direction:column;gap:.35rem;display:flex}.contact-form__field label{color:#475569;font-size:.8rem;font-weight:600}.contact-form__field input,.contact-form__field select,.contact-form__field textarea{direction:rtl;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;outline:none;padding:.65rem .9rem;font-family:inherit;font-size:.9rem;transition:border-color .2s}.contact-form__field input[dir=ltr],.contact-form__field select[dir=ltr]{direction:ltr}.contact-form__field input:focus,.contact-form__field select:focus,.contact-form__field textarea:focus{border-color:#0f1e2d}.contact-form__field textarea{resize:vertical}.contact-send-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0f1e2d,#1a3550);border:none;border-radius:12px;margin-top:.25rem;padding:.9rem;font-size:.95rem;font-weight:700;transition:opacity .2s,transform .15s}.contact-send-btn:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.contact-send-btn:disabled{opacity:.45;cursor:not-allowed}.contact-success{text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:2rem 1rem;display:flex}.contact-success__icon{background:#dcfce7;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:.5rem;display:flex}.contact-success h2{color:#16a34a;margin:0;font-size:1.2rem}.contact-success p{color:#64748b;margin:0;font-size:.9rem}@media (width<=800px){.contact-layout,.contact-form__row{grid-template-columns:1fr}}.notfound{direction:rtl;background:#f8fafc;justify-content:center;align-items:center;min-height:80vh;padding:3rem 1rem;display:flex}.notfound__inner{text-align:center;max-width:480px}.notfound__code{color:#e2e8f0;letter-spacing:-.04em;z-index:0;margin-bottom:-.5rem;font-size:clamp(6rem,20vw,10rem);font-weight:900;line-height:1;position:relative}.notfound__icon{color:#0f1e2d;z-index:1;margin-bottom:1.5rem;position:relative}.notfound__title{color:#0f172a;margin:0 0 .75rem;font-size:1.6rem;font-weight:800}.notfound__desc{color:#64748b;margin:0 0 2rem;font-size:.95rem;line-height:1.75}.notfound__actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.notfound__btn{border-radius:12px;padding:.8rem 1.75rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:transform .15s,opacity .15s}.notfound__btn:hover{opacity:.9;transform:translateY(-2px)}.notfound__btn--primary{color:#fff;background:linear-gradient(135deg,#0f1e2d,#1a3550)}.notfound__btn--ghost{color:#0f1e2d;background:#fff;border:1.5px solid #e2e8f0}.app{width:100%;min-height:100vh}
