@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@300;400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body:not(.app-layout):not(.samt-dashboard-body){font-family:IBM Plex Sans Arabic,sans-serif;color:#1a1a1a;line-height:1.6;background-color:#fff;padding-top:70px}[dir=rtl] body:not(.app-layout){font-family:IBM Plex Sans Arabic,sans-serif}img,video{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit;transition:color .2s ease}ul,ol{list-style:none}button,input,textarea,select{font:inherit}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}body{-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem;color:#1a1a1a}h1{font-size:3rem;letter-spacing:-.02em}h2{font-size:2.25rem;letter-spacing:-.01em}h3{font-size:1.875rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1.125rem}.text-brand-primary{color:#ff5a1f}.text-brand-secondary{color:#1a1a1a}.text-muted{color:#666}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-light{font-weight:300}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.6rem 1rem;font-weight:500;font-size:.95rem;border-radius:9999px;transition:all .2s cubic-bezier(.2,.8,.2,1);cursor:pointer;letter-spacing:-.01em}.btn-primary{background:#ff5a1f;color:#fff;border:1px solid transparent}.btn-primary:hover{background:#ff6d39;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.btn-outline{border:1px solid #E5E5E5;color:#1a1a1a;background:#fff}.btn-outline:hover{border-color:#1a1a1a;background:#f5f5f5}.project-card{background:transparent;border-radius:1.5rem;overflow:hidden;transition:transform .3s ease}.project-card:hover{transform:translateY(-4px)}.project-card:hover .card-image img{transform:scale(1.05)}.project-card .card-image{position:relative;height:280px;border-radius:1.5rem;overflow:hidden;margin-bottom:1rem;box-shadow:0 1px 2px #0000000d;background:#eee}.project-card .card-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s cubic-bezier(.2,.8,.2,1)}.project-card .card-image .badge-status{position:absolute;top:1rem;left:1rem;z-index:2}[dir=rtl] .project-card .card-image .badge-status{left:auto;right:1rem}.project-card .card-image .badge-status{background:#fff;color:#1a1a1a;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;box-shadow:0 1px 2px #0000000d}.project-card .card-content{padding:0 .25rem}.project-card .card-content h3{font-size:1.1rem;font-weight:600;margin-bottom:.25rem}.project-card .card-content h3 a,.project-card .card-content h3 a:hover{color:#1a1a1a}.project-card .card-content .location{color:#666;font-size:.9rem;margin-bottom:.5rem;display:flex;align-items:center;gap:4px}.project-card .card-content .location svg{width:16px;height:16px;flex-shrink:0}.project-card .card-content .card-meta{display:flex;align-items:center;justify-content:space-between;margin-top:.5rem}.project-card .card-content .card-meta .price{font-weight:700;font-size:1rem;color:#1a1a1a}.project-card .card-content .card-meta .details-link{text-decoration:underline;font-size:.85rem;color:#666;display:flex;align-items:center;gap:4px}.project-card .card-content .card-meta .details-link:hover{color:#ff5a1f}.project-card .card-content .card-meta .details-link svg{width:14px;height:14px}.properties-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 640px){.properties-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.properties-grid{grid-template-columns:repeat(3,1fr)}}.properties-grid.list-view{grid-template-columns:1fr}.properties-grid.list-view .property-card{display:flex;flex-direction:row;height:auto}@media (min-width: 640px){.properties-grid.list-view .property-card{flex-direction:column}}@media (max-width: 640px){.properties-grid.list-view .property-card{flex-direction:column}}.properties-grid.list-view .property-card .card-image{flex:0 0 300px;height:auto;min-height:200px;width:300px}@media (max-width: 640px){.properties-grid.list-view .property-card .card-image{width:100%;flex:none}}.properties-grid.list-view .property-card .card-content{display:flex;flex-direction:column;justify-content:center;flex-grow:1}.property-card{background:#fff;border:.3px solid #E5E5E5;border-radius:1.5rem;overflow:hidden;box-shadow:0 1px 2px #0000000d;transition:all .3s ease;height:100%;display:flex;flex-direction:column}.property-card .card-image{position:relative;height:240px;overflow:hidden;flex-shrink:0}.property-card .card-image .card-badges{position:absolute;top:1rem;left:1rem;right:1rem;display:flex;flex-wrap:wrap;gap:.5rem;z-index:2;pointer-events:none}.property-card .card-image .badge{padding:.375rem .75rem;font-size:.75rem;font-weight:600;text-transform:uppercase;border-radius:.375rem;background:#fff;color:#1a1a1a;pointer-events:auto}.property-card .card-image .badge.badge-leasehold,.property-card .card-image .badge.badge-usufruct{background:#666;color:#fff}.property-card .card-image .status-overlay{position:absolute;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.5rem;z-index:5}.property-card .card-image .status-overlay.reserved{background:#ff5a1fd9}.property-card .card-image .status-overlay.sold{background:#1a1a1ad9}.property-card .card-image .property-type-tag{position:absolute;bottom:.5rem;right:.5rem;background:#0009;color:#fff;padding:2px 8px;border-radius:4px;font-size:.7rem}[dir=rtl] .property-card .card-image .property-type-tag{right:auto;left:.5rem}.property-card .card-content{padding:1.25rem;display:flex;flex-direction:column;flex-grow:1}.property-card .card-content .card-location{display:flex;align-items:center;gap:.375rem;font-size:.875rem;color:#666;margin-bottom:.5rem}.property-card .card-content .card-location svg{width:14px;height:14px;color:#ff5a1f;flex-shrink:0}.property-card .card-content .card-title{font-size:1.125rem;font-weight:700;color:#1a1a1a;margin-bottom:.75rem;line-height:1.4}.property-card .card-content .card-title a{color:inherit;text-decoration:none;transition:color .2s}.property-card .card-content .card-specs{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #E5E5E5;margin-top:auto}.property-card .card-content .card-specs .spec{display:flex;align-items:center;gap:.375rem;font-size:.875rem;color:#666}.property-card .card-content .card-specs .spec svg{width:16px;height:16px;flex-shrink:0}.property-card .card-content .card-specs .spec .card-spec-icon{width:16px;height:16px;flex-shrink:0;background-color:currentColor;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.property-card .card-content .card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:0}.property-card .card-content .card-price{display:flex;align-items:baseline;flex-wrap:wrap;gap:.25rem}.property-card .card-content .card-price .amount{font-size:1.25rem;font-weight:700;color:#1a1a1a}.property-card .card-content .card-price .currency{font-size:.875rem;color:#666;margin-left:.25rem}[dir=rtl] .property-card .card-content .card-price .currency{margin-left:0;margin-right:.25rem}.property-card .card-content .card-price .price-note{width:100%;font-size:.7rem;color:#666;margin-top:.125rem}.property-card .card-content .badge-muslims-only{background:#dc2626!important;color:#fff!important}.property-card .card-content .btn-details{font-size:.9rem;font-weight:600;color:#ff5a1f;display:flex;align-items:center;gap:.25rem;text-decoration:none;transition:color .2s}.property-card .card-content .btn-details:hover{color:#1a1a1a}.property-card .card-content .btn-details svg{width:16px;height:16px;transition:transform .2s}.property-card .card-content .btn-details:hover svg{transform:translate(2px)}[dir=rtl] .property-card .card-content .btn-details:hover svg{transform:translate(-2px)}.form-input,input[type=text],input[type=email],input[type=tel],input[type=password],textarea,select{width:100%;padding:.75rem 1rem;border:1px solid #E5E5E5;border-radius:.75rem;background-color:#fff;color:#1a1a1a;font-size:.95rem;transition:all .2s ease;outline:none;box-shadow:0 1px 2px #0000000d}.form-input::-moz-placeholder,input[type=text]::-moz-placeholder,input[type=email]::-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=password]::-moz-placeholder,textarea::-moz-placeholder,select::-moz-placeholder{color:#999}.form-input::placeholder,input[type=text]::placeholder,input[type=email]::placeholder,input[type=tel]::placeholder,input[type=password]::placeholder,textarea::placeholder,select::placeholder{color:#999}.form-input:focus,input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus,input[type=password]:focus,textarea:focus,select:focus{border-color:#ff5a1f;box-shadow:0 0 0 2px #ff5a1f1a}label{display:block;margin-bottom:.25rem;font-weight:500;color:#1a1a1a;font-size:.9rem}.samt-alert-overlay{position:fixed;inset:0;background:#00000080;backdrop-filter:blur(4px);z-index:9999;animation:fadeIn .2s ease}.samt-religion-alert{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;padding:2rem;border-radius:1.5rem;box-shadow:0 25px 50px -12px #00000040;z-index:10000;max-width:500px;width:90%;text-align:center;animation:scaleIn .25s cubic-bezier(.175,.885,.32,1.275)}.samt-religion-alert .alert-icon{font-size:2.5rem;margin-bottom:1rem}.samt-religion-alert .alert-title{font-size:1.5rem;font-weight:700;margin-bottom:.75rem;color:#1a1a1a}.samt-religion-alert .alert-content{font-size:.9rem;color:#374151;margin-bottom:1.5rem;line-height:1.7;text-align:left}[dir=rtl] .samt-religion-alert .alert-content{text-align:right}.samt-religion-alert .alert-content p{margin-bottom:.75rem}.samt-religion-alert .alert-content ul{margin:0;padding-left:1.25rem}[dir=rtl] .samt-religion-alert .alert-content ul{padding-left:0;padding-right:1.25rem}.samt-religion-alert .alert-content ul li{margin-bottom:.5rem}.samt-religion-alert .religion-options{display:flex;gap:1rem;justify-content:center}@media (max-width: 400px){.samt-religion-alert .religion-options{flex-direction:column}}.samt-religion-alert .religion-btn{flex:1;padding:.875rem 1.5rem;border-radius:.75rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease;border:none}.samt-religion-alert .religion-btn.btn-muslim{background:#ff5a1f;color:#fff}.samt-religion-alert .religion-btn.btn-muslim:hover{background:#f54100;transform:translateY(-1px)}.samt-religion-alert .religion-btn.btn-non-muslim{background:#f5f5f5;color:#1a1a1a;border:1px solid #E5E5E5}.samt-religion-alert .religion-btn.btn-non-muslim:hover{background:#eee;transform:translateY(-1px)}.religion-field{margin-bottom:1rem}.religion-field label{display:block;font-weight:600;margin-bottom:.5rem;font-size:.9rem}.religion-field label .required{color:#ef4444}.religion-field .religion-radio-group{display:flex;gap:1rem}.religion-field .religion-radio-group .religion-option{flex:1;display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border:1px solid #E5E5E5;border-radius:.75rem;cursor:pointer;transition:all .2s}.religion-field .religion-radio-group .religion-option:hover{border-color:#ff5a1f}.religion-field .religion-radio-group .religion-option input[type=radio]{accent-color:#FF5A1F;width:18px;height:18px}.religion-field .religion-radio-group .religion-option .option-label{font-weight:500;font-size:.9rem}.religion-field .religion-radio-group .religion-option:has(input:checked){border-color:#ff5a1f;background:#ff5a1f0d}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:translate(-50%,-50%) scale(.9)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.favorite-btn{position:absolute;top:1rem;right:1rem;z-index:10;width:36px;height:36px;border-radius:50%;background:#ffffffe6;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 2px 8px #0000001a}[dir=rtl] .favorite-btn{right:auto;left:1rem}.favorite-btn .heart-icon{width:18px;height:18px;color:#666;transition:all .2s ease}.favorite-btn:hover{background:#fff;transform:scale(1.1)}.favorite-btn:hover .heart-icon{color:#ff5a1f}.favorite-btn.is-favorite{background:#ff5a1f}.favorite-btn.is-favorite .heart-icon{color:#fff;fill:#fff}.favorite-btn.is-favorite:hover{background:#eb3e00}.favorite-btn.single-fav-btn{position:static;width:44px;height:44px;background:#f5f5f5;box-shadow:none;border:1px solid #E5E5E5}.favorite-btn.single-fav-btn .heart-icon{width:22px;height:22px}.favorite-btn.single-fav-btn:hover{background:#f5f5f5;border-color:#ff5a1f}.favorite-btn.single-fav-btn.is-favorite{background:#ff5a1f;border-color:#ff5a1f}.favorite-btn.single-fav-btn.is-favorite .heart-icon{color:#fff}.favorites-link{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#f5f5f5;color:#1a1a1a;transition:all .2s ease}.favorites-link svg{width:20px;height:20px}.favorites-link:hover{background:#ff5a1f;color:#fff}.favorites-link .favorites-count{position:absolute;top:-4px;right:-4px;width:18px;height:18px;background:#ff5a1f;color:#fff;font-size:.7rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center}[dir=rtl] .favorites-link .favorites-count{right:auto;left:-4px}.samt-toast{position:fixed;bottom:2rem;left:50%;transform:translate(-50%) translateY(100px);background:#1a1a1a;color:#fff;padding:.875rem 1.5rem;border-radius:9999px;display:flex;align-items:center;gap:.5rem;box-shadow:0 10px 40px #0003;z-index:10000;opacity:0;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.samt-toast svg{color:#ff5a1f}.samt-toast span{font-weight:500;font-size:.9rem}.samt-toast.show{opacity:1;transform:translate(-50%) translateY(0)}.favorites-page{padding:4rem 0;min-height:60vh}.favorites-page .section-header{margin-bottom:2rem}.favorites-page .section-header h1{font-size:2rem;font-weight:800;margin-bottom:.5rem}.favorites-page .section-header .favorites-subtitle{color:#666}.favorites-page .empty-favorites{text-align:center;padding:4rem 2rem;background:#f5f5f5;border-radius:1.5rem}.favorites-page .empty-favorites .empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.favorites-page .empty-favorites h2{font-size:1.5rem;margin-bottom:.5rem}.favorites-page .empty-favorites p{color:#666;margin-bottom:1.5rem}.site-header{position:fixed;top:0;left:0;width:100%;z-index:2000;background:#fff;border-bottom:1px solid transparent;transition:all .3s ease;padding:1rem 0}.site-header.is-scrolled{border-bottom-color:#e5e5e5;box-shadow:0 2px 20px #0000000a}.site-header .header-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem}.site-header .brand,.site-header .samt-brand{display:flex;align-items:center;gap:.5rem;text-decoration:none}.site-header .brand .samt-dot,.site-header .samt-brand .samt-dot{width:8px;height:8px;background:#ff5a1f;border-radius:50%;flex-shrink:0}.site-header .brand .samt-text,.site-header .samt-brand .samt-text{font-size:1.25rem;font-weight:600;color:#1a1a1a;letter-spacing:-.01em}.site-header .nav-menu{display:none}@media (min-width: 1024px){.site-header .nav-menu{display:flex;align-items:center;gap:2rem}}.site-header .nav-menu a{font-weight:500;color:#666;font-size:.9375rem;transition:color .2s;position:relative;display:flex;align-items:center;gap:.375rem}.site-header .nav-menu a:hover{color:#1a1a1a}.site-header .nav-menu a.active{color:#1a1a1a;font-weight:600}.site-header .nav-menu a.active:before{content:"";width:6px;height:6px;background:#ff5a1f;border-radius:50%}.site-header .header-actions{display:flex;align-items:center;gap:.75rem}.site-header .lang-switcher{font-weight:500;font-size:.875rem;color:#666;padding:.5rem .75rem;border-radius:.375rem;transition:all .2s;min-width:36px;text-align:center}.site-header .lang-switcher:hover{background:#f5f5f5;color:#1a1a1a}.site-header .btn-primary{display:none;background:#1a1a1a;color:#fff;font-weight:500;font-size:.875rem;padding:.625rem 1.25rem;border-radius:.75rem;transition:all .2s;border:none}@media (min-width: 768px){.site-header .btn-primary{display:inline-flex;align-items:center;gap:.5rem}}.site-header .btn-primary:hover{background:#ff5a1f}.site-header .mobile-toggle{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:none;cursor:pointer;color:#1a1a1a}.site-header .mobile-toggle svg{width:24px;height:24px}@media (min-width: 1024px){.site-header .mobile-toggle{display:none}}.mobile-menu-overlay{position:fixed;inset:0;background:#fff;z-index:2100;padding:2rem;display:flex;flex-direction:column;opacity:0;visibility:hidden;transition:all .3s ease}.mobile-menu-overlay.is-open{opacity:1;visibility:visible}.mobile-menu-overlay .close-menu{position:absolute;top:1.5rem;right:1.5rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer}.mobile-menu-overlay .close-menu svg{width:24px;height:24px;color:#1a1a1a}[dir=rtl] .mobile-menu-overlay .close-menu{right:auto;left:1.5rem}.mobile-menu-overlay .mobile-nav{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem}.mobile-menu-overlay .mobile-nav a{font-size:1.125rem;font-weight:500;color:#1a1a1a;padding:.5rem 1rem}.mobile-menu-overlay .mobile-nav a:hover{color:#ff5a1f}.mobile-menu-overlay .mobile-nav a.btn-primary{margin-top:1.5rem;font-size:1rem;padding:.875rem 2rem;background:#1a1a1a;color:#fff;border-radius:.75rem}.mobile-menu-overlay .mobile-nav a.btn-primary:hover{background:#ff5a1f}.site-footer{background-color:#1a1a1a;padding:4rem 0 2rem;color:#ffffffb3}.site-footer a{color:#ffffffb3;transition:color .2s}.site-footer a:hover{color:#ff5a1f}.site-footer .footer-grid{display:grid;grid-template-columns:1fr;gap:2.5rem}@media (min-width: 768px){.site-footer .footer-grid{grid-template-columns:2fr 1fr 1fr 1.5fr}}.site-footer .footer-brand .footer-logo,.site-footer .footer-brand .samt-brand{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.site-footer .footer-brand .footer-logo .samt-dot,.site-footer .footer-brand .samt-brand .samt-dot{width:8px;height:8px;background:#ff5a1f;border-radius:50%}.site-footer .footer-brand .footer-logo .samt-text,.site-footer .footer-brand .samt-brand .samt-text{font-size:1.25rem;font-weight:600;color:#fff}.site-footer .footer-brand .footer-tagline{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#ffffff80;margin-bottom:1rem}.site-footer .footer-brand>p{font-size:.875rem;line-height:1.7;margin-bottom:1.5rem}.site-footer .footer-col h4{color:#fff;font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.25rem}.site-footer .footer-col ul{display:flex;flex-direction:column;gap:.75rem;list-style:none;padding:0;margin:0}.site-footer .footer-col ul li{font-size:.875rem}.site-footer .footer-col .contact-list li{display:flex;align-items:center;gap:.75rem}.site-footer .footer-col .contact-list li svg{width:16px;height:16px;opacity:.6;flex-shrink:0}.site-footer .footer-col .footer-cta{margin-top:1.25rem;display:inline-flex;padding:.625rem 1.25rem;font-size:.8125rem;font-weight:500;border:1px solid rgba(255,255,255,.3);border-radius:.75rem;color:#fff}.site-footer .footer-col .footer-cta:hover{background:#fff;border-color:#fff;color:#1a1a1a}.site-footer .social-links{display:flex;gap:.75rem}.site-footer .social-links a{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:.375rem;color:#fff}.site-footer .social-links a:hover{background:#ff5a1f;color:#fff}.site-footer .social-links a svg{width:18px;height:18px}.site-footer .footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:3rem;padding-top:1.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem;font-size:.8125rem;color:#ffffff80}@media (min-width: 768px){.site-footer .footer-bottom{flex-direction:row;justify-content:space-between}}.site-footer .footer-bottom p{margin:0}.site-footer .footer-bottom .legal-links{display:flex;align-items:center;gap:1rem}.site-footer .footer-bottom .legal-links .sep{color:#ffffff4d}.site-footer .footer-bottom .legal-links a{color:#ffffff80}.site-footer .footer-bottom .legal-links a:hover{color:#ff5a1f}.container{max-width:1400px;margin:0 auto;padding:0 1.5rem}.grid{display:grid;gap:1.5rem}.section-tag{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#ff5a1f;margin-bottom:.75rem}.section-tag:before{content:"";width:6px;height:6px;background:#ff5a1f;border-radius:50%}.section-header{margin-bottom:3rem}.section-header h2{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.section-header p{font-size:1rem;color:#666;max-width:600px}.section-header.centered{text-align:center}.section-header.centered p{margin-left:auto;margin-right:auto}.samt-hero-modern{position:relative;min-height:85vh;display:flex;flex-direction:column;justify-content:center;padding-top:80px;overflow:visible;background:#1a1a1a}.samt-hero-modern .hero-background-wrapper{position:absolute;inset:0;z-index:1}.samt-hero-modern .hero-background-wrapper img.hero-bg-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center bottom;object-position:center bottom}.samt-hero-modern .hero-background-wrapper .hero-overlay-gradient{position:absolute;inset:0;background:linear-gradient(to bottom,#1a1a1a4d,#1a1a1a66,#1a1a1acc)}.samt-hero-modern .hero-brand-decoration{position:absolute;inset:0;z-index:2;pointer-events:none;overflow:hidden}.samt-hero-modern .hero-brand-decoration .floating-dot{position:absolute;border-radius:50%;background:#ff5a1f;opacity:.15;filter:blur(40px);animation:floatDot 10s infinite ease-in-out}.samt-hero-modern .hero-brand-decoration .floating-dot.dot-1{width:300px;height:300px;top:-100px;right:-50px}.samt-hero-modern .hero-brand-decoration .floating-dot.dot-2{width:200px;height:200px;bottom:10%;left:10%;animation-delay:-5s}.samt-hero-modern .hero-content-modern{position:relative;z-index:3;text-align:start;max-width:900px;margin-inline-start:0;margin-inline-end:auto;padding:2rem 0;color:#fff}.samt-hero-modern .hero-content-modern .hero-title-large{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:700;line-height:1.1;margin-bottom:1.5rem;color:#fff}.samt-hero-modern .hero-content-modern .hero-title-large .block-text{display:block;margin-top:.5rem}.samt-hero-modern .hero-content-modern .hero-title-large .dot-orange{display:inline-block;color:#ff5a1f;text-shadow:0 0 20px rgba(255,90,31,.6)}.samt-hero-modern .hero-content-modern .hero-subtitle-modern{font-size:clamp(1rem,2vw,1.25rem);line-height:1.7;opacity:.95;max-width:680px;margin:0 0 3rem;color:#fff;font-weight:500}.samt-hero-modern .hero-search-modern{position:relative;z-index:10;margin-top:1rem;width:100%;display:flex;justify-content:center}.samt-hero-modern .hero-search-modern .search-card-glass{background:#fff;border-radius:100px;padding:.5rem;box-shadow:0 10px 40px #0003;width:100%;max-width:960px}@media (max-width: 991px){.samt-hero-modern .hero-search-modern .search-card-glass{border-radius:20px;padding:1.5rem;background:#fffffffa}}.samt-hero-modern .hero-search-modern .search-form-flex{display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%}@media (max-width: 991px){.samt-hero-modern .hero-search-modern .search-form-flex{flex-direction:column;align-items:stretch;gap:1.5rem}}.samt-hero-modern .hero-search-modern .form-group-flex{padding:.5rem 1.5rem;display:flex;flex-direction:column;gap:.25rem;flex:1;min-width:0}@media (max-width: 991px){.samt-hero-modern .hero-search-modern .form-group-flex{padding:0}}.samt-hero-modern .hero-search-modern .form-group-flex label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#666;margin-bottom:4px;display:block}.samt-hero-modern .hero-search-modern .form-group-flex .select-wrapper{position:relative}.samt-hero-modern .hero-search-modern .form-group-flex .select-wrapper select{border:none;background:transparent;font-size:1rem;font-weight:600;color:#1a1a1a;width:100%;cursor:pointer;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.samt-hero-modern .hero-search-modern .divider-vertical{width:1px;height:40px;background:#e5e5e5;flex-shrink:0}@media (max-width: 991px){.samt-hero-modern .hero-search-modern .divider-vertical{display:none}}.samt-hero-modern .hero-search-modern .search-btn-circle{width:56px;height:56px;border-radius:50%;background:#ff5a1f;border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0;margin-right:.25rem}[dir=rtl] .samt-hero-modern .hero-search-modern .search-btn-circle{margin-right:0;margin-left:.25rem}.samt-hero-modern .hero-search-modern .search-btn-circle:hover{background:#ff4706;transform:scale(1.05)}@media (max-width: 991px){.samt-hero-modern .hero-search-modern .search-btn-circle{width:100%;border-radius:12px;height:50px;margin:0}}@keyframes floatDot{0%,to{transform:translate(0)}50%{transform:translate(20px,-20px)}}.invest-section{padding:8rem 0 5rem;background:#fff;text-align:center}.invest-section h2{font-size:clamp(2rem,4vw,3rem);font-weight:600;color:#1a1a1a;margin-bottom:1.5rem}.invest-section .lead{max-width:800px;margin:0 auto 3rem;font-size:1.0625rem;line-height:1.8;color:#666}.invest-section .stats-row{display:flex;justify-content:center;gap:4rem;flex-wrap:wrap}@media (min-width: 1024px){.invest-section .stats-row{gap:6rem}}.invest-section .stat-item{text-align:center}.invest-section .stat-item .stat-number{font-size:clamp(2.5rem,5vw,4rem);font-weight:300;color:#1a1a1a;line-height:1}.invest-section .stat-item .stat-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;color:#666;margin-top:.75rem}.introduction-section{padding:6rem 0;background:#fff;position:relative;overflow:hidden}.introduction-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(to right,transparent,rgba(26,26,26,.1),transparent)}.introduction-section .small-container{max-width:900px;margin:0 auto;position:relative}.introduction-section .samt-accent-dot{position:absolute;top:-20px;width:12px;height:12px;background-color:#ff5a1f;border-radius:50%;box-shadow:0 0 0 4px #ff5a1f33;z-index:2;animation:dotPulse 3s infinite ease-in-out}[dir=rtl] .introduction-section .samt-accent-dot{right:0;left:auto}[dir=ltr] .introduction-section .samt-accent-dot{left:0;right:auto}@keyframes dotPulse{0%{box-shadow:0 0 #ff5a1f66}70%{box-shadow:0 0 0 10px #ff5a1f00}to{box-shadow:0 0 #ff5a1f00}}.introduction-section .intro-clean-layout{position:relative;z-index:1;max-width:800px;margin:0 auto;padding:1rem 0}.introduction-section .vision-watermark{position:absolute;top:50%;transform:translateY(-50%);font-size:clamp(8rem,15vw,15rem);font-weight:900;line-height:1;color:#1a1a1a0a;z-index:-1;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;font-family:sans-serif;letter-spacing:-.05em;mask-image:linear-gradient(to bottom,#000 50%,#0000);-webkit-mask-image:linear-gradient(to bottom,rgb(0,0,0) 50%,rgba(0,0,0,0))}[dir=rtl] .introduction-section .vision-watermark{left:-100px;right:auto}[dir=ltr] .introduction-section .vision-watermark{right:-100px;left:auto}@media (max-width: 768px){.introduction-section .vision-watermark{font-size:8rem;opacity:.5;left:50%!important;right:auto!important;transform:translate(-50%,-50%);top:50%;width:100%;text-align:center}}.introduction-section .intro-text-justified{font-size:clamp(1.125rem,2vw,1.25rem);line-height:2;color:#1a1a1a;text-align:justify;font-weight:400;margin:0;-moz-text-align-last:center;text-align-last:center}.introduction-section .intro-text-justified strong{font-weight:700;color:#1a1a1a}.introduction-section .intro-text-justified .brand-highlight{color:#ff5a1f;font-weight:700}.pillars-section{padding:6rem 0;background:#fff}.pillars-section .section-header{margin-bottom:3rem}.pillars-section .pillars-accordion{max-width:900px;margin-inline-start:0;margin-inline-end:auto;display:flex;flex-direction:column;border-top:1px solid #E5E5E5}.pillars-section .pillar-details{border-bottom:1px solid #E5E5E5;transition:all .4s cubic-bezier(.25,.8,.25,1)}.pillars-section .pillar-details[open]{padding-bottom:2.5rem}.pillars-section .pillar-details[open] .pillar-summary{padding-bottom:1.5rem}.pillars-section .pillar-details[open] .pillar-summary .pillar-dot-indicator{background:#ff5a1f;border-color:#ff5a1f;box-shadow:0 0 0 6px #ff5a1f26;transform:scale(1.1)}.pillars-section .pillar-details[open] .pillar-summary .pillar-title-text{color:#1a1a1a}.pillars-section .pillar-details[open] .pillar-summary .pillar-toggle-icon{transform:rotate(45deg)}.pillars-section .pillar-details[open] .pillar-summary .pillar-toggle-icon:before,.pillars-section .pillar-details[open] .pillar-summary .pillar-toggle-icon:after{background:#ff5a1f}.pillars-section .pillar-summary{list-style:none;cursor:pointer;display:flex;align-items:center;padding:2rem 0;transition:padding .3s ease;outline:none}.pillars-section .pillar-summary::-webkit-details-marker{display:none}.pillars-section .pillar-summary:hover .pillar-dot-indicator{border-color:#ff5a1f;transform:scale(1.1)}.pillars-section .pillar-summary:hover .pillar-title-text{color:#ff5a1f}.pillars-section .pillar-summary .pillar-dot-indicator{width:14px;height:14px;border:2px solid #E5E5E5;border-radius:50%;margin-inline-end:1.5rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);background:transparent;flex-shrink:0}.pillars-section .pillar-summary .pillar-title-text{font-size:1.5rem;font-weight:700;color:#666;flex-grow:1;transition:color .3s ease;letter-spacing:-.02em}@media (min-width: 640px){.pillars-section .pillar-summary .pillar-title-text{font-size:1.125rem}}.pillars-section .pillar-summary .pillar-toggle-icon{width:24px;height:24px;position:relative;transition:transform .4s ease}.pillars-section .pillar-summary .pillar-toggle-icon:before,.pillars-section .pillar-summary .pillar-toggle-icon:after{content:"";position:absolute;top:50%;left:50%;background:#e5e5e5;transform:translate(-50%,-50%);transition:background .3s ease}.pillars-section .pillar-summary .pillar-toggle-icon:before{width:14px;height:2px}.pillars-section .pillar-summary .pillar-toggle-icon:after{width:2px;height:14px}.pillars-section .pillar-content-body{padding-inline-start:calc(14px + 1.5rem);padding-inline-end:3rem;opacity:0;animation:contentFadeIn .5s .1s forwards ease-out}@media (min-width: 640px){.pillars-section .pillar-content-body{padding-inline-start:0;padding-inline-end:0}}.pillars-section .pillar-content-body .pillar-icon-large{color:#ff5a1f;margin-bottom:1.5rem;display:block}.pillars-section .pillar-content-body .pillar-icon-large svg{width:40px;height:40px}.pillars-section .pillar-content-body .pillar-icon-large .pillar-img-icon{width:40px;height:40px;background-color:#ff5a1f;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.pillars-section .pillar-content-body p{font-size:1.125rem;line-height:1.8;color:#1a1a1a;margin:0;text-align:justify;max-width:800px}@keyframes contentFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.cta-section .cta-text{max-width:800px;margin:0 auto 2rem;font-size:1.125rem;line-height:1.8;opacity:.9}.categories-section{padding:5rem 0;background:#fff}.categories-section .categories-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media (max-width: 991px){.categories-section .categories-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 767px){.categories-section .categories-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:1.5rem;margin:0 -1rem;padding-left:1rem;padding-right:1rem;-webkit-overflow-scrolling:touch}.categories-section .categories-grid::-webkit-scrollbar{display:none}.categories-section .categories-grid .category-card{flex:0 0 260px;scroll-snap-align:start}}.category-card{display:block;background:#fff;border:1px solid #E5E5E5;border-radius:.75rem;padding:1.75rem;transition:all .3s ease;text-decoration:none}.category-card:hover{border-color:transparent;transform:translateY(-4px)}.category-card:hover .card-icon{color:#ff5a1f}.category-card .card-icon{width:48px;height:48px;margin-bottom:1.25rem;color:#1a1a1a;transition:color .3s}.category-card .card-icon svg{width:100%;height:100%}.category-card h3{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin-bottom:.75rem}.category-card p{font-size:.875rem;color:#666;line-height:1.6;margin-bottom:1rem}.category-card .card-count{display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:500;color:#ff5a1f}.category-card .card-count:before{content:"";width:6px;height:6px;background:#ff5a1f;border-radius:50%}.personas-section{padding:5rem 0;background:#fff}.personas-section .personas-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media (max-width: 991px){.personas-section .personas-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 767px){.personas-section .personas-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:1.5rem;margin:0 -1rem;padding-left:1rem;padding-right:1rem;-webkit-overflow-scrolling:touch}.personas-section .personas-grid::-webkit-scrollbar{display:none}.personas-section .personas-grid .persona-card{flex:0 0 280px;scroll-snap-align:center}}.persona-card{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;position:relative;background:#fff;border:.3px solid #E5E5E5;border-radius:.75rem;padding:1.75rem;text-align:start;cursor:pointer;text-decoration:none;height:100%;box-shadow:0 1px 2px #0000000d;overflow:hidden;z-index:1;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1),border-color .3s ease}.persona-card:before{content:"";position:absolute;bottom:0;right:0;width:300%;height:300%;background:#ff5a1f;border-radius:50%;transform:translate(50%,50%) scale(0);z-index:0;transition:transform .4s cubic-bezier(.4,0,.2,1);pointer-events:none}[dir=rtl] .persona-card:before{right:auto;left:0;transform:translate(-50%,50%) scale(0)}.persona-card .persona-icon,.persona-card h3,.persona-card p{position:relative;z-index:1;transition:color .3s ease}.persona-card .persona-icon,.persona-card h3{color:#1a1a1a}.persona-card p{color:#666}.persona-card:hover{box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -2px #00000008;transform:translateY(-4px)}.persona-card:hover:before{transform:translate(50%,50%) scale(1);transition:transform .8s cubic-bezier(.25,1,.5,1)}[dir=rtl] .persona-card:hover:before{transform:translate(-50%,50%) scale(1)}.persona-card:hover .persona-icon,.persona-card:hover h3,.persona-card:hover p{color:#fff;transition:color .4s ease .1s}.persona-card:hover .persona-icon img,.persona-card:hover h3 img,.persona-card:hover p img{filter:brightness(0) invert(1);transition:filter .4s ease .1s}.persona-card:hover .persona-icon .persona-img-icon,.persona-card:hover h3 .persona-img-icon,.persona-card:hover p .persona-img-icon{background-color:#fff;transition:background-color .4s ease .1s}.persona-card.active{box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -2px #00000008;transform:translateY(-4px)}.persona-card.active:before{transform:translate(50%,50%) scale(1);transition:transform .4s cubic-bezier(.25,1,.5,1)}[dir=rtl] .persona-card.active:before{transform:translate(-50%,50%) scale(1)}.persona-card.active .persona-icon,.persona-card.active h3,.persona-card.active p{color:#fff}.persona-card.active .persona-icon img,.persona-card.active h3 img,.persona-card.active p img{filter:brightness(0) invert(1)}.persona-card.active .persona-icon .persona-img-icon,.persona-card.active h3 .persona-img-icon,.persona-card.active p .persona-img-icon{background-color:#fff}.persona-card .persona-icon{width:48px;height:48px;background:transparent;border-radius:0;display:block;padding:0;margin-left:0;margin-right:0;color:#1a1a1a;transition:color .3s}.persona-card .persona-icon svg{width:100%;height:100%}.persona-card .persona-icon .persona-img-icon{width:100%;height:100%;background-color:#1a1a1a;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;transition:background-color .3s ease}.persona-card h3{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin-bottom:.75rem}.persona-card p{font-size:.875rem;color:#666;line-height:1.6;margin-bottom:0}.featured-section{padding:5rem 0;background:#fff}.featured-section .section-header-row{display:flex;flex-direction:column;gap:1rem;margin-bottom:2.5rem}@media (min-width: 768px){.featured-section .section-header-row{flex-direction:row;justify-content:space-between;align-items:flex-end}}.featured-section .view-all-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.9375rem;font-weight:500;color:#666;transition:color .2s}.featured-section .view-all-link:hover{color:#ff5a1f}.featured-section .properties-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 640px){.featured-section .properties-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.featured-section .properties-grid{grid-template-columns:repeat(3,1fr)}}.property-card{background:#fff;border:.3px solid #E5E5E5;border-radius:1.5rem;overflow:hidden;box-shadow:0 1px 2px #0000000d;transition:all .3s ease}.property-card:hover{box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;transform:translateY(-2px)}.property-card:hover .card-image img{transform:scale(1.05)}.property-card .card-image{position:relative;height:220px;overflow:hidden}.property-card .card-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.property-card .card-image .card-badges{position:absolute;top:1rem;left:1rem;right:1rem;display:flex;flex-wrap:wrap;gap:.5rem}[dir=rtl] .property-card .card-image .card-badges{left:1rem;right:1rem}.property-card .card-image .badge{padding:.375rem .75rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;border-radius:.375rem;background:#fff;color:#1a1a1a}.property-card .card-image .badge.badge-premium{background:#fff;color:#1a1a1a;display:flex;align-items:center;gap:.5rem;box-shadow:0 2px 4px #0000001a}.property-card .card-image .badge.badge-premium .premium-dot{width:8px;height:8px;background-color:#ff5a1f;border-radius:50%;display:inline-block;flex-shrink:0}.property-card .card-image .badge.badge-freehold{background:#1a1a1a;color:#fff}.property-card .card-image .badge.badge-usufruct{background:#666;color:#fff}.property-card .card-content{padding:1.25rem}.property-card .card-content .card-location{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:#666;margin-bottom:.5rem}.property-card .card-content .card-location svg{width:14px;height:14px;color:#ff5a1f}.property-card .card-content .card-title{font-size:1.0625rem;font-weight:600;color:#1a1a1a;margin-bottom:.75rem;line-height:1.4}.property-card .card-content .card-title a{color:inherit;transition:color .2s}.property-card .card-content .card-title a:hover{color:#ff5a1f}.property-card .card-content .card-specs{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #E5E5E5}.property-card .card-content .card-specs .spec{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:#666}.property-card .card-content .card-specs .spec svg{width:14px;height:14px}.property-card .card-content .card-footer{display:flex;justify-content:space-between;align-items:center}.property-card .card-content .card-price .price-value{font-size:1.25rem;font-weight:700;color:#1a1a1a}.property-card .card-content .card-price .price-currency{font-size:.8125rem;color:#666;margin-left:.25rem}[dir=rtl] .property-card .card-content .card-price .price-currency{margin-left:0;margin-right:.25rem}.property-card .card-content .card-action{font-size:.875rem;font-weight:500;color:#ff5a1f;display:flex;align-items:center;gap:.25rem}.property-card .card-content .card-action svg{width:16px;height:16px}.map-preview-section{padding:5rem 0;background:#f5f5f5}.map-preview-section .map-wrapper{position:relative;background:#eee;border-radius:2rem;overflow:hidden;height:500px}@media (min-width: 1024px){.map-preview-section .map-wrapper{height:600px}}.map-preview-section .map-btn{position:absolute;top:1.5rem;right:1.5rem;z-index:10;display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#fff;border:1px solid #E5E5E5;border-radius:9999px;font-size:.875rem;font-weight:500;color:#1a1a1a;cursor:pointer;transition:all .2s}[dir=rtl] .map-preview-section .map-btn{right:auto;left:1.5rem}.map-preview-section .map-btn:hover{border-color:#ff5a1f;color:#ff5a1f}.map-preview-section .map-btn svg{width:16px;height:16px;color:#ff5a1f}.map-preview-section .map-legend{position:absolute;bottom:1.5rem;left:1.5rem;z-index:10;display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:#fff;border-radius:9999px;font-size:.8125rem;color:#1a1a1a}[dir=rtl] .map-preview-section .map-legend{left:auto;right:1.5rem}.map-preview-section .map-legend .legend-dot{width:8px;height:8px;background:#ff5a1f;border-radius:50%}.map-preview-section .map-illustration{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.map-preview-section .map-illustration svg{max-width:80%;max-height:80%;opacity:.7}.journey-section{padding:5rem 0;background:#fff}.journey-section .journey-steps{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.journey-section .journey-steps{grid-template-columns:repeat(4,1fr)}}.journey-step{text-align:center;position:relative}@media (min-width: 768px){.journey-step:not(:last-child):after{content:"";position:absolute;top:40px;left:50%;width:calc(100% + 2rem);height:1px;background:#e5e5e5;z-index:0}[dir=rtl] .journey-step:not(:last-child):after{left:auto;right:50%}}.journey-step .step-number{width:80px;height:80px;margin:0 auto 1.25rem;background:#ff5a1f;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.75rem;font-weight:700;color:#fff;position:relative;z-index:1;box-shadow:0 0 0 8px #ff5a1f1a;transition:transform .3s ease}.journey-step:hover .step-number{transform:scale(1.05);box-shadow:0 0 0 12px #ff5a1f26}.journey-step h3{font-size:1rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.journey-step p{font-size:.875rem;color:#666;line-height:1.6}.cta-section{padding:5rem 0;background:#1a1a1a;color:#fff;text-align:center}.cta-section h2{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:600;color:#fff;margin-bottom:1rem}.cta-section p{max-width:600px;margin:0 auto 2rem;font-size:1rem;opacity:.8}.cta-section .cta-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.cta-section .btn{padding:.875rem 2rem;font-size:.9375rem;font-weight:500;border-radius:.75rem;transition:all .2s}.cta-section .btn-primary{background:#ff5a1f;color:#fff;border:none}.cta-section .btn-primary:hover{background:#fff;color:#1a1a1a}.cta-section .btn-outline{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3)}.cta-section .btn-outline:hover{background:#fff;color:#1a1a1a;border-color:#fff}[dir=rtl] .section-tag:before{margin-left:.5rem;margin-right:0}[dir=rtl] .card-count:before{margin-left:.375rem;margin-right:0}.portfolio-page{padding-top:0}.portfolio-page .page-hero-compact{background:#f5f5f5;padding:3rem 0 2rem;margin-bottom:0}.portfolio-page .page-hero-compact .page-hero-content{text-align:center;max-width:700px;margin:0 auto}.portfolio-page .page-hero-compact .page-hero-content h1{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;margin-bottom:.75rem;color:#1a1a1a}.portfolio-page .page-hero-compact .page-hero-content .hero-desc{color:#666;margin-bottom:1.5rem}.portfolio-page .page-hero-compact .persona-tabs{display:flex;justify-content:center;gap:.5rem;flex-wrap:wrap;margin-top:1.5rem}.portfolio-page .page-hero-compact .persona-tab{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#666;background:#fff;border:1px solid #E5E5E5;border-radius:9999px;transition:all .2s}.portfolio-page .page-hero-compact .persona-tab:hover{border-color:#ff5a1f;color:#ff5a1f}.portfolio-page .page-hero-compact .persona-tab.active{background:#1a1a1a;border-color:#1a1a1a;color:#fff}.portfolio-page.portfolio-hero .page-hero-content,.portfolio-page .portfolio-hero .page-hero-content{text-align:start;max-width:800px;margin:0}.portfolio-page.portfolio-hero .persona-tabs,.portfolio-page .portfolio-hero .persona-tabs{justify-content:flex-start}.portfolio-page .portfolio-content{padding:2rem 0 5rem}.portfolio-page .portfolio-toolbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;margin-bottom:1.5rem;border-bottom:1px solid #E5E5E5;flex-wrap:wrap;gap:1rem}.portfolio-page .portfolio-toolbar .toolbar-left,.portfolio-page .portfolio-toolbar .toolbar-right{display:flex;align-items:center;gap:1rem}.portfolio-page .view-toggle{display:flex;gap:.25rem;background:#f5f5f5;padding:.25rem;border-radius:.375rem}.portfolio-page .view-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;border-radius:.375rem;cursor:pointer;color:#666}.portfolio-page .view-btn:hover{color:#1a1a1a}.portfolio-page .view-btn.active{background:#fff;color:#ff5a1f;box-shadow:0 1px 2px #0000000d}.portfolio-page .results-count{font-size:.875rem;color:#666}.portfolio-page .sort-select{padding:.5rem 2rem .5rem 1rem;font-size:.875rem;border:1px solid #E5E5E5;border-radius:.375rem;background:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23666'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;background-size:1rem;cursor:pointer}[dir=rtl] .portfolio-page .sort-select{background-position:left .5rem center;padding-left:2rem;padding-right:1rem}.portfolio-page .filter-toggle.active{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.portfolio-page .filters-panel{background:#f5f5f5;padding:1.5rem;border-radius:.75rem;margin-bottom:1.5rem}.portfolio-page .filters-form{display:grid;grid-template-columns:1fr;gap:1.25rem}@media (min-width: 768px){.portfolio-page .filters-form{grid-template-columns:repeat(4,1fr) auto;align-items:end}}.portfolio-page .filter-group label{display:block;font-size:.75rem;font-weight:500;color:#666;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.portfolio-page .filter-group select,.portfolio-page .filter-group input[type=number]{width:100%;padding:.625rem .75rem;font-size:.875rem;border:1px solid #E5E5E5;border-radius:.375rem;background:#fff}.portfolio-page .range-inputs{display:flex;align-items:center;gap:.5rem}.portfolio-page .range-inputs input{flex:1}.portfolio-page .range-inputs span{color:#666}.portfolio-page .bedroom-btns{display:flex;gap:.25rem}.portfolio-page .bedroom-btn{padding:.5rem .75rem;font-size:.875rem;border:1px solid #E5E5E5;background:#fff;border-radius:.375rem;cursor:pointer}.portfolio-page .bedroom-btn:hover{border-color:#1a1a1a}.portfolio-page .bedroom-btn.active{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.portfolio-page .filter-actions{display:flex;gap:.75rem}.portfolio-page .map-container{position:relative;z-index:1;height:500px;border-radius:1.5rem;overflow:hidden;margin-bottom:2rem}.portfolio-page .leaflet-map{height:100%;width:100%}.portfolio-page .properties-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 640px){.portfolio-page .properties-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.portfolio-page .properties-grid{grid-template-columns:repeat(3,1fr)}}.portfolio-page .properties-grid.list-view{grid-template-columns:1fr;gap:1rem}.portfolio-page .properties-grid.list-view .property-card{display:flex;flex-direction:row}.portfolio-page .properties-grid.list-view .property-card .card-image{width:280px;height:auto;flex-shrink:0}.portfolio-page .empty-state{text-align:center;padding:4rem 2rem}.portfolio-page .empty-state .empty-icon{font-size:3rem;margin-bottom:1rem}.portfolio-page .empty-state h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.portfolio-page .empty-state p{color:#666;margin-bottom:1.5rem}.portfolio-page .pagination{display:flex;justify-content:center;gap:.5rem;margin-top:3rem}.portfolio-page .pagination a,.portfolio-page .pagination span{padding:.5rem 1rem;border:1px solid #E5E5E5;border-radius:.375rem;font-size:.875rem}.portfolio-page .pagination a.current,.portfolio-page .pagination a:hover,.portfolio-page .pagination span.current,.portfolio-page .pagination span:hover{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;border-radius:.75rem;transition:all .2s;cursor:pointer;border:none}.btn-primary{background:#ff5a1f;color:#fff}.btn-primary:hover{background:#1a1a1a}.btn-outline{background:transparent;border:1px solid #E5E5E5;color:#1a1a1a}.btn-outline:hover{border-color:#ff5a1f;color:#ff5a1f}.btn-sm{padding:.375rem .875rem;font-size:.8125rem}.btn-lg{padding:.875rem 1.75rem;font-size:1rem}.homepage-property-gallery{padding:4rem 0;background:#fff}.homepage-property-gallery .section-header-row{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.homepage-property-gallery .section-header-row .section-header{margin-bottom:0}.homepage-property-gallery .section-header-row .view-all-link{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;font-weight:500;color:#ff5a1f}.homepage-property-gallery .section-header-row .view-all-link svg{transition:transform .2s}.homepage-property-gallery .section-header-row .view-all-link:hover svg{transform:translate(4px)}[dir=rtl] .homepage-property-gallery .section-header-row .view-all-link:hover svg{transform:translate(-4px)}.homepage-property-gallery .portfolio-toolbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;margin-bottom:1.5rem;border-bottom:1px solid #E5E5E5;flex-wrap:wrap;gap:1rem}.homepage-property-gallery .portfolio-toolbar .toolbar-left,.homepage-property-gallery .portfolio-toolbar .toolbar-right{display:flex;align-items:center;gap:1rem}.homepage-property-gallery .view-toggle{display:flex;gap:.25rem;background:#f5f5f5;padding:.25rem;border-radius:.375rem}.homepage-property-gallery .view-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;border-radius:.375rem;cursor:pointer;color:#666}.homepage-property-gallery .view-btn:hover{color:#1a1a1a}.homepage-property-gallery .view-btn.active{background:#fff;color:#ff5a1f;box-shadow:0 1px 2px #0000000d}.homepage-property-gallery .results-count{font-size:.875rem;color:#666}.homepage-property-gallery .sort-select{padding:.5rem 2rem .5rem 1rem;font-size:.875rem;border:1px solid #E5E5E5;border-radius:.375rem;background:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23666'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;background-size:1rem;cursor:pointer}[dir=rtl] .homepage-property-gallery .sort-select{background-position:left .5rem center;padding-left:2rem;padding-right:1rem}.homepage-property-gallery .filter-toggle.active{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.homepage-property-gallery .filters-panel{background:#f5f5f5;padding:1.5rem;border-radius:.75rem;margin-bottom:1.5rem}.homepage-property-gallery .filters-form{display:grid;grid-template-columns:1fr;gap:1.25rem}@media (min-width: 768px){.homepage-property-gallery .filters-form{grid-template-columns:repeat(3,1fr);align-items:end}}@media (min-width: 1024px){.homepage-property-gallery .filters-form{grid-template-columns:repeat(5,1fr) auto}}.homepage-property-gallery .filter-group.full-width{grid-column:1/-1}@media (min-width: 1024px){.homepage-property-gallery .filter-group.full-width{grid-column:1/-1}}.homepage-property-gallery .filter-group label{display:block;font-size:.75rem;font-weight:500;color:#666;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.homepage-property-gallery .filter-group select,.homepage-property-gallery .filter-group input[type=number],.homepage-property-gallery .filter-group input[type=text]{width:100%;padding:.625rem .75rem;font-size:.875rem;border:1px solid #E5E5E5;border-radius:.375rem;background:#fff}.homepage-property-gallery .range-inputs{display:flex;align-items:center;gap:.5rem}.homepage-property-gallery .range-inputs input{flex:1}.homepage-property-gallery .range-inputs span{color:#666}.homepage-property-gallery .bedroom-btns{display:flex;gap:.25rem}.homepage-property-gallery .bedroom-btn{padding:.5rem .75rem;font-size:.875rem;border:1px solid #E5E5E5;background:#fff;border-radius:.375rem;cursor:pointer}.homepage-property-gallery .bedroom-btn:hover{border-color:#1a1a1a}.homepage-property-gallery .bedroom-btn.active{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.homepage-property-gallery .filter-actions{display:flex;gap:.75rem}@media (min-width: 768px){.homepage-property-gallery .filter-actions{grid-column:span 1}}.homepage-property-gallery .map-container{height:500px;border-radius:1.5rem;overflow:hidden;margin-bottom:2rem}.homepage-property-gallery .leaflet-map{height:100%;width:100%}.homepage-property-gallery .properties-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 640px){.homepage-property-gallery .properties-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.homepage-property-gallery .properties-grid{grid-template-columns:repeat(3,1fr)}}.homepage-property-gallery .properties-grid.list-view{grid-template-columns:1fr;gap:1rem}.homepage-property-gallery .properties-grid.list-view .property-card{display:flex;flex-direction:row}.homepage-property-gallery .properties-grid.list-view .property-card .card-image{width:280px;height:auto;flex-shrink:0}.homepage-property-gallery .empty-state{text-align:center;padding:4rem 2rem;grid-column:1/-1}.homepage-property-gallery .empty-state .empty-icon{font-size:3rem;margin-bottom:1rem}.homepage-property-gallery .empty-state h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.homepage-property-gallery .empty-state p{color:#666;margin-bottom:1.5rem}.homepage-property-gallery .pagination{display:flex;justify-content:center;gap:.5rem;margin-top:3rem}.homepage-property-gallery .pagination a,.homepage-property-gallery .pagination span{padding:.5rem 1rem;border:1px solid #E5E5E5;border-radius:.375rem;font-size:.875rem}.homepage-property-gallery .pagination a.current,.homepage-property-gallery .pagination a:hover,.homepage-property-gallery .pagination span.current,.homepage-property-gallery .pagination span:hover{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.homepage-property-gallery .properties-container{transition:opacity .3s ease}.single-property-page{padding-top:0}.single-property-page .property-hero{position:relative;height:60vh;min-height:500px;background:#f5f5f5;margin-bottom:0}.single-property-page .property-hero .property-gallery{height:100%;display:flex;flex-direction:column}@media (min-width: 1024px){.single-property-page .property-hero .property-gallery{flex-direction:row}}.single-property-page .property-hero .gallery-main{flex:1;position:relative;height:100%;overflow:hidden}.single-property-page .property-hero .gallery-main img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.single-property-page .property-hero .gallery-main .hero-badges{position:absolute;top:2rem;left:2rem;display:flex;flex-direction:column;gap:.75rem;z-index:10}[dir=rtl] .single-property-page .property-hero .gallery-main .hero-badges{left:auto;right:2rem}.single-property-page .property-hero .gallery-main .badge{display:inline-flex;align-items:center;padding:.5rem 1rem;border-radius:9999px;font-weight:600;font-size:.85rem;color:#fff;background:#000000b3;backdrop-filter:blur(4px);box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.single-property-page .property-hero .gallery-main .badge.badge-premium{background:#ff5a1f}.single-property-page .property-hero .gallery-main .badge.badge-reserved{background:#f59e0b}.single-property-page .property-hero .gallery-main .badge.badge-sold{background:#ef4444}.single-property-page .property-hero .gallery-thumbs{display:flex;overflow-x:auto;padding:1rem;gap:1rem;background:#fff;border-top:1px solid #E5E5E5;scrollbar-width:none}.single-property-page .property-hero .gallery-thumbs::-webkit-scrollbar{display:none}@media (min-width: 1024px){.single-property-page .property-hero .gallery-thumbs{flex-direction:column;width:120px;padding:1rem 0;border-top:none;border-left:1px solid #E5E5E5;overflow-y:auto;overflow-x:hidden}[dir=rtl] .single-property-page .property-hero .gallery-thumbs{border-left:none;border-right:1px solid #E5E5E5;right:0}}.single-property-page .property-hero .gallery-thumbs .thumb-item{flex:0 0 80px;height:60px;cursor:pointer;border:2px solid transparent;border-radius:.75rem;overflow:hidden;padding:0;opacity:.6;transition:all .2s}@media (min-width: 1024px){.single-property-page .property-hero .gallery-thumbs .thumb-item{flex:0 0 auto;width:80px;margin:0 auto}}.single-property-page .property-hero .gallery-thumbs .thumb-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.single-property-page .property-hero .gallery-thumbs .thumb-item:hover,.single-property-page .property-hero .gallery-thumbs .thumb-item.active{opacity:1;border-color:#ff5a1f}.single-property-page .property-layout{display:grid;grid-template-columns:1fr;gap:2rem;padding:3rem 0}@media (min-width: 1024px){.single-property-page .property-layout{grid-template-columns:2fr 1fr;gap:4rem}}.single-property-page .property-main .property-quick-info{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem;margin-bottom:1.5rem;font-size:.9rem;color:#666;padding-bottom:1.5rem;border-bottom:1px solid #E5E5E5}.single-property-page .property-main .property-quick-info .info-location{display:flex;align-items:center;gap:.5rem;color:#1a1a1a;font-weight:500}.single-property-page .property-main .property-quick-info .info-status{display:inline-block;padding:.25rem .75rem;background:#f5f5f5;border-radius:.375rem;font-size:.8rem;font-weight:600}.single-property-page .property-main .property-header{margin-bottom:2rem}.single-property-page .property-main .property-header .property-title{font-size:2rem;font-weight:800;margin-bottom:1rem;line-height:1.2}.single-property-page .property-main .property-header .property-price-large{display:flex;align-items:baseline;gap:.5rem;color:#1a1a1a}.single-property-page .property-main .property-header .property-price-large .price-value{font-size:2rem;font-weight:800;color:#ff5a1f}.single-property-page .property-main .property-header .property-price-large .price-currency{font-size:1rem;font-weight:500;color:#666}.single-property-page .property-main .property-header .price-disclaimer{font-size:.85rem;color:#666;margin-top:.5rem;margin-bottom:0}.single-property-page .property-main .property-specs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:3rem;background:#f5f5f5;padding:2rem;border-radius:1.5rem}@media (min-width: 768px){.single-property-page .property-main .property-specs-grid{grid-template-columns:repeat(4,1fr)}}.single-property-page .property-main .property-specs-grid .spec-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem}.single-property-page .property-main .property-specs-grid .spec-item svg{color:#ff5a1f;opacity:.8}.single-property-page .property-main .property-specs-grid .spec-item .spec-icon{display:block;width:24px;height:24px;background-color:#ff5a1f;opacity:.8;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.single-property-page .property-main .property-specs-grid .spec-item .spec-value{font-weight:700;font-size:1.25rem}.single-property-page .property-main .property-specs-grid .spec-item .spec-label{font-size:.85rem;color:#666}.single-property-page .property-main .property-section{margin-bottom:3rem}.single-property-page .property-main .property-section h2{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #E5E5E5}.single-property-page .property-main .property-description{line-height:1.8;color:#374151;font-size:1.05rem}.single-property-page .property-main .property-description p{margin-bottom:1rem}.single-property-page .property-main .custom-video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:1.5rem;background:#1a1a1a;cursor:pointer;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.single-property-page .property-main .custom-video-wrapper.playing iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0;z-index:10}.single-property-page .property-main .custom-video-wrapper .video-cover{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.single-property-page .property-main .custom-video-wrapper .video-cover:before{content:"";position:absolute;inset:0;background:#0000004d;z-index:2;transition:background .3s}.single-property-page .property-main .custom-video-wrapper:hover .video-cover:before{background:#00000080}.single-property-page .property-main .custom-video-wrapper .video-thumb{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:0;transition:opacity .5s ease,transform .5s ease;z-index:1}.single-property-page .property-main .custom-video-wrapper:hover .video-thumb{transform:scale(1.05)}.single-property-page .property-main .custom-video-wrapper .play-button-wrapper{position:relative;z-index:5;display:flex;align-items:center;justify-content:center;width:80px;height:80px}.single-property-page .property-main .custom-video-wrapper .play-btn{position:relative;width:64px;height:64px;background:#ff5a1f;border-radius:50%;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #ff5a1f66;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);z-index:2}.single-property-page .property-main .custom-video-wrapper .play-btn svg{width:32px;height:32px;margin-left:2px}.single-property-page .property-main .custom-video-wrapper:hover .play-btn{transform:scale(1.1)}.single-property-page .property-main .custom-video-wrapper .pulse-ring{position:absolute;width:100%;height:100%;border-radius:50%;border:2px solid #FF5A1F;opacity:0;z-index:1;animation:video-pulse 2s infinite}@keyframes video-pulse{0%{transform:scale(.8);opacity:.8}to{transform:scale(1.5);opacity:0}}.single-property-page .property-main .specs-table table{width:100%;border-collapse:collapse}.single-property-page .property-main .specs-table table tr{border-bottom:1px solid #E5E5E5}.single-property-page .property-main .specs-table table tr:last-child{border-bottom:none}.single-property-page .property-main .specs-table table th,.single-property-page .property-main .specs-table table td{padding:1rem 0;text-align:left}[dir=rtl] .single-property-page .property-main .specs-table table th,[dir=rtl] .single-property-page .property-main .specs-table table td{text-align:right}.single-property-page .property-main .specs-table table th{width:40%;color:#666;font-weight:500}.single-property-page .property-main .specs-table table td{font-weight:600}.single-property-page .property-main .amenities-list{display:flex;flex-wrap:wrap;gap:1rem 2rem}.single-property-page .property-main .amenities-list .amenity-tag{display:inline-flex;align-items:center;gap:.5rem;color:#1a1a1a}.single-property-page .property-main .amenities-list .amenity-tag .amenity-icon{width:22px;height:22px;color:#ff5a1f;flex-shrink:0}.single-property-page .property-main .amenities-list .amenity-tag .amenity-icon.masked{background-color:#ff5a1f;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.single-property-page .property-main .amenities-list .amenity-tag span{font-weight:500;font-size:.95rem}.single-property-page .property-main .location-locked{position:relative;height:300px;background:#f5f5f5;border-radius:1.5rem;overflow:hidden;display:flex;align-items:center;justify-content:center}.single-property-page .property-main .location-locked .map-blur{position:absolute;inset:0;background-image:url(https://images.unsplash.com/photo-1524661135-423995f22d0b?auto=format&fit=crop&w=1000&q=80);background-size:cover;filter:blur(8px);opacity:.5}.single-property-page .property-main .location-locked .lock-overlay{position:relative;z-index:2;text-align:center;padding:2rem;background:#ffffffe6;border-radius:1.5rem;box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -2px #00000008;max-width:300px}.single-property-page .property-main .location-locked .lock-overlay svg{color:#666;margin-bottom:1rem}.single-property-page .property-main .location-locked .lock-overlay p{font-weight:600;margin-bottom:1rem}.single-property-page .property-main .location-locked .lock-overlay button{width:100%}.single-property-page .property-main .location-locked .location-hint{position:absolute;bottom:1rem;left:1rem;z-index:2;background:#000000b3;color:#fff;padding:.5rem 1rem;border-radius:9999px;font-size:.85rem}.single-property-page .property-main .locked-items-grid{display:grid;gap:1rem}.single-property-page .property-main .locked-items-grid .locked-item{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#f5f5f5;border:1px solid #E5E5E5;border-radius:1.5rem}.single-property-page .property-main .locked-items-grid .locked-item .locked-item-icon{width:48px;height:48px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ff5a1f;flex-shrink:0}.single-property-page .property-main .locked-items-grid .locked-item .locked-item-content{flex:1}.single-property-page .property-main .locked-items-grid .locked-item .locked-item-content h4{font-weight:700;margin-bottom:.5rem}.single-property-page .property-sidebar .sidebar-card{background:#fff;border:.3px solid #E5E5E5;border-radius:1.5rem;padding:2rem;margin-bottom:2rem;box-shadow:0 1px 2px #0000000d;transition:all .3s ease}.single-property-page .property-sidebar .sidebar-card:hover{box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;transform:translateY(-2px)}.single-property-page .property-sidebar .sidebar-card h3,.single-property-page .property-sidebar .sidebar-card h4{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.single-property-page .property-sidebar .sidebar-card p{color:#666;margin-bottom:1.5rem;line-height:1.6}.single-property-page .property-sidebar .sidebar-card .btn-block{width:100%;display:flex;justify-content:center;margin-bottom:1rem}.single-property-page .property-sidebar .sidebar-card .btn-whatsapp{background:#25d366;color:#fff}.single-property-page .property-sidebar .sidebar-card .btn-whatsapp:hover{background:#21bd5c}.single-property-page .property-sidebar .share-buttons{display:flex;gap:.5rem}.single-property-page .property-sidebar .share-buttons .share-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f5f5f5;color:#666;transition:all .2s;border:none;cursor:pointer}.single-property-page .property-sidebar .share-buttons .share-btn:hover{background:#ff5a1f;color:#fff}.single-property-page .property-sidebar .share-buttons .share-btn.copied{background:#10b981;color:#fff}.similar-properties{background:#f5f5f5;border-top:1px solid #E5E5E5}.page-hero{position:relative;min-height:400px;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;padding:6rem 0 4rem;margin-top:-69px;padding-top:calc(69px + 4rem)}@media (min-width: 768px){.page-hero{min-height:450px}}.page-hero.page-hero-tall{min-height:500px}@media (min-width: 768px){.page-hero.page-hero-tall{min-height:550px}}.page-hero .hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#111827b3,#111827cc)}.page-hero .container{position:relative;z-index:2}.page-hero .page-hero-content{max-width:700px;color:#fff}.page-hero .page-hero-content.centered{text-align:center;margin:0 auto}.page-hero .page-hero-content .hero-tag{display:inline-block;background:#ffffff26;backdrop-filter:blur(4px);padding:8px 20px;border-radius:9999px;font-size:.85rem;font-weight:600;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.2)}.page-hero .page-hero-content h1{font-size:2.5rem;font-weight:800;margin-bottom:1rem;line-height:1.2}@media (min-width: 768px){.page-hero .page-hero-content h1{font-size:3.5rem}}.page-hero .page-hero-content p{font-size:1.1rem;color:#ffffffd9;line-height:1.7}@media (min-width: 768px){.page-hero .page-hero-content p{font-size:1.2rem}}.page-hero .hero-stats-inline{position:absolute;bottom:0;left:0;right:0;background:#ffffff1a;backdrop-filter:blur(12px);border-top:1px solid rgba(255,255,255,.1);padding:1.5rem 0;display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}@media (min-width: 768px){.page-hero .hero-stats-inline{gap:4rem}}.page-hero .hero-stats-inline .stat-item{text-align:center;color:#fff}.page-hero .hero-stats-inline .stat-item .stat-number{display:block;font-size:1.5rem;font-weight:800;color:#1a1a1a}@media (min-width: 768px){.page-hero .hero-stats-inline .stat-item .stat-number{font-size:2rem}}.page-hero .hero-stats-inline .stat-item .stat-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#fffc}.contact-section{background:#f5f5f5}.contact-grid{display:grid;gap:3rem}@media (min-width: 1024px){.contact-grid{grid-template-columns:1fr 1.5fr;gap:4rem}}.contact-info-column{display:flex;flex-direction:column;gap:1.5rem}.contact-card{display:flex;gap:1.25rem;padding:1.5rem;background:#fff;border-radius:1.5rem;box-shadow:0 1px 2px #0000000d;transition:all .3s ease}.contact-card:hover{box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;transform:translateY(-2px)}.contact-card.highlight{background:linear-gradient(135deg,#25d366,#128c7e)}.contact-card.highlight .card-icon{background:#fff3;color:#fff}.contact-card.highlight .card-content h3,.contact-card.highlight .card-content p{color:#fff}.contact-card.highlight .card-content p{opacity:.9}.contact-card .card-icon{flex-shrink:0;width:56px;height:56px;background:#f5f5f5;border-radius:.75rem;display:flex;align-items:center;justify-content:center;color:#1a1a1a}.contact-card .card-content h3{font-size:1.1rem;font-weight:700;margin-bottom:.25rem}.contact-card .card-content p{font-size:.85rem;color:#666;margin-bottom:.5rem}.contact-card .card-content .card-link{font-size:1rem;font-weight:600;color:#ff5a1f;transition:color .3s ease}.contact-card .card-content .card-link:hover{color:#1a1a1a}.contact-card .card-content .card-address{font-size:.95rem;color:#1a1a1a}.btn-whatsapp{display:inline-flex;align-items:center;gap:8px;background:#fff;color:#128c7e;padding:.75rem 1.5rem;border-radius:.75rem;font-weight:600;margin-top:.5rem;transition:all .3s ease}.btn-whatsapp:hover{background:#ffffffe6;transform:translateY(-2px)}.contact-form-column .form-card{background:#fff;border-radius:1.5rem;padding:2rem;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}@media (min-width: 768px){.contact-form-column .form-card{padding:2.5rem}}.contact-form-column .form-header{margin-bottom:2rem}.contact-form-column .form-header h2{font-size:1.5rem;margin-bottom:.5rem}.contact-form-column .form-header p{color:#666}.contact-form .form-row{display:grid;gap:1.5rem;margin-bottom:1.5rem}@media (min-width: 640px){.contact-form .form-row{grid-template-columns:1fr 1fr}}.contact-form .form-group{margin-bottom:1.5rem}.contact-form .form-group label{display:block;font-weight:600;margin-bottom:.5rem;font-size:.95rem}.contact-form .form-group label .required{color:#ef4444}.contact-form .form-group input,.contact-form .form-group select,.contact-form .form-group textarea{width:100%;padding:.875rem 1rem;border:1px solid #E5E5E5;border-radius:.75rem;font-size:1rem;transition:all .3s ease}.contact-form .form-group input:focus,.contact-form .form-group select:focus,.contact-form .form-group textarea:focus{outline:none;border-color:#1a1a1a;box-shadow:0 0 0 3px #c5a06526}.contact-form .form-group input::-moz-placeholder,.contact-form .form-group select::-moz-placeholder,.contact-form .form-group textarea::-moz-placeholder{color:#666}.contact-form .form-group input::placeholder,.contact-form .form-group select::placeholder,.contact-form .form-group textarea::placeholder{color:#666}.contact-form .form-group textarea{resize:vertical;min-height:120px}.contact-form .form-group select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236B7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:left 1rem center;background-size:1.25rem;padding-left:2.5rem}[dir=rtl] .contact-form .form-group select{background-position:right 1rem center;padding-left:1rem;padding-right:2.5rem}.contact-form .btn-full{width:100%;justify-content:center}.map-embed-section{position:relative}.map-embed-section .map-overlay-content{position:absolute;top:2rem;left:0;right:0;z-index:10;pointer-events:none}.map-embed-section .map-overlay-content .map-info-card{background:#fff;padding:1.5rem;border-radius:1.5rem;box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -2px #00000008;max-width:350px;pointer-events:auto}.map-embed-section .map-overlay-content .map-info-card h3{font-size:1.1rem;margin-bottom:.5rem}.map-embed-section .map-overlay-content .map-info-card p{font-size:.9rem;color:#666;margin-bottom:1rem;line-height:1.6}.map-embed-section iframe{display:block;filter:grayscale(20%)}.about-story-section{background:#fff}.story-grid{display:grid;gap:4rem;align-items:center}@media (min-width: 1024px){.story-grid{grid-template-columns:1fr 1fr;gap:5rem}}.story-content .section-tag{display:inline-block;color:#1a1a1a;text-transform:uppercase;letter-spacing:.1em;font-size:.8rem;font-weight:600;margin-bottom:1rem}.story-content h2{font-size:2rem;font-weight:800;margin-bottom:1.5rem;line-height:1.3}@media (min-width: 768px){.story-content h2{font-size:2.5rem}}.story-content .story-text .lead{font-size:1.15rem;font-weight:500;color:#1a1a1a;margin-bottom:1rem}.story-content .story-text p{color:#666;line-height:1.8;margin-bottom:1rem}.story-content .story-cta{margin-top:2rem}.story-images .image-stack{position:relative}.story-images .image-stack .image-main{border-radius:1.5rem;overflow:hidden;box-shadow:0 20px 25px -5px #0000000d,0 10px 10px -5px #00000005}.story-images .image-stack .image-main img{width:100%;height:400px;-o-object-fit:cover;object-fit:cover}@media (min-width: 768px){.story-images .image-stack .image-main img{height:500px}}.story-images .image-stack .image-accent{display:none}@media (min-width: 768px){.story-images .image-stack .image-accent{display:block;position:absolute;bottom:-2rem;right:-2rem;width:200px;height:200px;border-radius:1.5rem;overflow:hidden;box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -2px #00000008;border:4px solid #FFFFFF}[dir=rtl] .story-images .image-stack .image-accent{right:auto;left:-2rem}.story-images .image-stack .image-accent img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}}.story-images .image-stack .experience-badge{position:absolute;top:2rem;left:2rem;background:#ff5a1f;color:#fff;padding:1.5rem;border-radius:1.5rem;text-align:center;box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -2px #00000008}[dir=rtl] .story-images .image-stack .experience-badge{left:auto;right:2rem}.story-images .image-stack .experience-badge .badge-number{display:block;font-size:2.5rem;font-weight:800;line-height:1}.story-images .image-stack .experience-badge .badge-text{font-size:.8rem;text-transform:uppercase;letter-spacing:.05em}.vision-mission-section{background:#f5f5f5}.vm-grid{display:grid;gap:2rem}@media (min-width: 768px){.vm-grid{grid-template-columns:1fr 1fr}}.vm-card{background:#fff;padding:2.5rem;border-radius:1.5rem;text-align:center;box-shadow:0 1px 2px #0000000d;transition:all .3s ease}.vm-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -2px #00000008}.vm-card .vm-icon{width:80px;height:80px;background:#f5f5f5;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#1a1a1a}.vm-card h3{font-size:1.5rem;margin-bottom:1rem}.vm-card p{color:#666;line-height:1.8}.vm-card.vision{border-top:4px solid #1A1A1A}.vm-card.mission{border-top:4px solid #FF5A1F}.values-section{background:#fff}.values-section .section-header.centered{text-align:center;max-width:600px;margin:0 auto 3rem}.values-section .section-header.centered .section-tag{display:inline-block;color:#1a1a1a;text-transform:uppercase;letter-spacing:.1em;font-size:.8rem;font-weight:600;margin-bottom:.75rem}.values-section .section-header.centered h2{font-size:2rem;margin-bottom:.75rem}@media (min-width: 768px){.values-section .section-header.centered h2{font-size:2.5rem}}.values-section .section-header.centered p{color:#666}.values-grid{display:grid;gap:1.5rem}@media (min-width: 640px){.values-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.values-grid{grid-template-columns:repeat(3,1fr)}}.value-card{background:#f5f5f5;padding:2rem;border-radius:1.5rem;transition:all .3s ease}.value-card:hover{background:#fff;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;transform:translateY(-3px)}.value-card:hover .value-icon{background:#1a1a1a;color:#fff}.value-card .value-icon{width:56px;height:56px;background:#fff;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;color:#1a1a1a;transition:all .3s ease}.value-card .value-icon svg{width:28px;height:28px}.value-card h4{font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.value-card p{font-size:.9rem;color:#666;line-height:1.7}.cta-section{background:#ff5a1f;padding:5rem 0}.cta-card{background:#ffffff1a;backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.15);border-radius:1.5rem;padding:3rem;display:flex;flex-direction:column;gap:2rem;text-align:center}@media (min-width: 768px){.cta-card{flex-direction:row;justify-content:space-between;align-items:center;text-align:start;padding:3rem 4rem}}.cta-card .cta-content h2{font-size:1.75rem;color:#fff;margin-bottom:.75rem}@media (min-width: 768px){.cta-card .cta-content h2{font-size:2rem}}.cta-card .cta-content p{color:#fffc;font-size:1.05rem}.cta-card .cta-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}@media (min-width: 768px){.cta-card .cta-actions{justify-content:flex-start}}.cta-card .cta-actions .btn-white{background:#fff;color:#ff5a1f}.cta-card .cta-actions .btn-white:hover{background:#1a1a1a;color:#fff}.cta-card .cta-actions .btn-outline-white{background:transparent;border:2px solid rgba(255,255,255,.5);color:#fff}.cta-card .cta-actions .btn-outline-white:hover{background:#fff;color:#ff5a1f}.samt-brand,.footer-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none}.samt-brand .samt-dot,.footer-logo .samt-dot{width:10px;height:10px;background-color:#ff5a1f;border-radius:50%;flex-shrink:0}.samt-brand .samt-text,.footer-logo .samt-text{font-size:1.5rem;font-weight:700;color:#1a1a1a;font-family:IBM Plex Sans Arabic,sans-serif}.site-footer .footer-logo .samt-text{color:#fff}.footer-tagline{font-size:.875rem;color:#ffffffb3;margin-bottom:.5rem!important;text-transform:uppercase;letter-spacing:.05em}.ownership-guide-page .guide-hero{padding:6rem 0 4rem;background:linear-gradient(135deg,#f5f5f5,#e8e8e8)}.ownership-guide-page .guide-hero-content{max-width:800px}.ownership-guide-page .guide-hero-content h1{font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem}.ownership-guide-page .guide-hero-content .hero-subtitle{font-size:1.125rem;color:#666;margin-bottom:2rem}.ownership-guide-page .guide-nav-chips{display:flex;flex-wrap:wrap;gap:.75rem}.ownership-guide-page .chip{display:inline-block;padding:.5rem 1rem;font-size:.875rem;font-weight:500;background:#fff;border:1px solid #ddd;border-radius:50px;color:#1a1a1a;transition:all .2s}.ownership-guide-page .chip:hover{border-color:#1a1a1a;background:#1a1a1a;color:#fff}.ownership-guide-page .chip.chip-featured{background:#ff5a1f;border-color:#ff5a1f;color:#fff}.ownership-guide-page .chip.chip-featured:hover{background:#eb3e00}.ownership-guide-page .guide-section{padding:5rem 0}.ownership-guide-page .guide-section:nth-child(2n){background:#f5f5f5}.ownership-guide-page .eligibility-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width: 1024px){.ownership-guide-page .eligibility-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.ownership-guide-page .eligibility-grid{grid-template-columns:1fr}}.ownership-guide-page .eligibility-card{position:relative;background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:2rem;transition:all .3s}.ownership-guide-page .eligibility-card:hover{box-shadow:0 10px 30px #0000001a;transform:translateY(-4px)}.ownership-guide-page .eligibility-card.featured{border-color:#ff5a1f;background:linear-gradient(to bottom,#ff5a1f0d,#fff)}.ownership-guide-page .eligibility-card .featured-badge{position:absolute;top:-10px;left:50%;transform:translate(-50%);padding:.25rem 1rem;font-size:.75rem;font-weight:600;background:#ff5a1f;color:#fff;border-radius:50px}.ownership-guide-page .eligibility-card .card-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border-radius:12px;margin-bottom:1rem;color:#1a1a1a}.ownership-guide-page .eligibility-card h3{font-size:1.25rem;margin-bottom:.75rem}.ownership-guide-page .eligibility-card p{font-size:.9375rem;color:#666;line-height:1.6;margin-bottom:1rem}.ownership-guide-page .eligibility-card .eligibility-badge{display:inline-block;padding:.375rem .75rem;font-size:.75rem;font-weight:500;border-radius:4px}.ownership-guide-page .eligibility-card .eligibility-badge.full{background:#d1fae5;color:#065f46}.ownership-guide-page .eligibility-card .eligibility-badge.partial{background:#fef3c7;color:#92400e}.ownership-guide-page .premium-section{background:#1a1a1a!important;color:#fff}.ownership-guide-page .premium-section .section-tag{color:#ff5a1f}.ownership-guide-page .premium-section h2,.ownership-guide-page .premium-section h3{color:#fff}.ownership-guide-page .premium-section .lead{font-size:1.125rem;color:#fffc;margin-bottom:2rem}.ownership-guide-page .premium-grid{display:grid;grid-template-columns:1fr 400px;gap:4rem;align-items:start}@media (max-width: 1024px){.ownership-guide-page .premium-grid{grid-template-columns:1fr}}.ownership-guide-page .premium-requirements{margin:2rem 0}.ownership-guide-page .premium-requirements h3{font-size:1.125rem;margin-bottom:1rem}.ownership-guide-page .requirements-list{list-style:none;padding:0;margin:0}.ownership-guide-page .requirements-list li{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.ownership-guide-page .requirements-list li svg{flex-shrink:0;color:#ff5a1f;margin-top:2px}.ownership-guide-page .requirements-list li strong{color:#ff5a1f}.ownership-guide-page .premium-benefits{background:#ffffff0d;border-radius:16px;padding:2rem}.ownership-guide-page .premium-benefits h3{margin-bottom:1.5rem}.ownership-guide-page .benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.ownership-guide-page .benefit-item{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#ffffff0d;font-size:.875rem}.ownership-guide-page .benefit-item .benefit-icon{font-size:1.5rem}.ownership-guide-page .ownership-comparison{display:flex;gap:2rem;align-items:stretch}@media (max-width: 768px){.ownership-guide-page .ownership-comparison{flex-direction:column}}.ownership-guide-page .ownership-type{flex:1;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000000d}.ownership-guide-page .ownership-type .type-header{padding:1.5rem;text-align:center}.ownership-guide-page .ownership-type .type-header h3{margin:0;color:#fff}.ownership-guide-page .ownership-type .type-header.freehold{background:#1a1a1a}.ownership-guide-page .ownership-type .type-header.usufruct{background:linear-gradient(135deg,#059669,#10b981)}.ownership-guide-page .ownership-type .type-content{padding:2rem}.ownership-guide-page .ownership-type .type-content p{color:#666;margin-bottom:1.5rem}.ownership-guide-page .ownership-type .type-features{list-style:none;padding:0;margin:0 0 1.5rem}.ownership-guide-page .ownership-type .type-features li{padding:.5rem 0 .5rem 1.5rem;position:relative}.ownership-guide-page .ownership-type .type-features li:before{content:"✓";position:absolute;left:0;color:#ff5a1f;font-weight:700}[dir=rtl] .ownership-guide-page .ownership-type .type-features li{padding-left:0;padding-right:1.5rem}[dir=rtl] .ownership-guide-page .ownership-type .type-features li:before{left:auto;right:0}.ownership-guide-page .ownership-type .type-note{padding:1rem;background:#f5f5f5;border-radius:8px;font-size:.875rem}.ownership-guide-page .vs-divider{display:flex;align-items:center;justify-content:center}.ownership-guide-page .vs-divider span{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:#ff5a1f;color:#fff;border-radius:50%;font-weight:700;font-size:.875rem}@media (max-width: 768px){.ownership-guide-page .vs-divider span{margin:-1rem auto;position:relative;z-index:1}}.ownership-guide-page .holy-section{background:#1a1a1a!important;color:#fff;position:relative;overflow:hidden}.ownership-guide-page .holy-section:before,.ownership-guide-page .holy-section:after{content:"";position:absolute;border-radius:50%;background:#ff5a1f;opacity:.15;filter:blur(40px);z-index:0;animation:floatDot 10s infinite ease-in-out;pointer-events:none}.ownership-guide-page .holy-section:before{width:300px;height:300px;top:-100px;right:-50px}[dir=rtl] .ownership-guide-page .holy-section:before{right:auto;left:-50px}.ownership-guide-page .holy-section:after{width:200px;height:200px;bottom:10%;left:10%;animation-delay:-5s}[dir=rtl] .ownership-guide-page .holy-section:after{left:auto;right:10%}.ownership-guide-page .holy-section .container{position:relative;z-index:1}.ownership-guide-page .holy-section .section-tag{color:#ff5a1f}.ownership-guide-page .holy-section h2{color:#fff}.ownership-guide-page .holy-section p{color:#fffc}.ownership-guide-page .holy-grid{display:grid;grid-template-columns:1fr 400px;gap:4rem;align-items:center}@media (max-width: 1024px){.ownership-guide-page .holy-grid{grid-template-columns:1fr}}.ownership-guide-page .holy-rules{display:flex;flex-wrap:wrap;gap:1rem;margin:2rem 0}.ownership-guide-page .rule-item{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#ffffff1a;border-radius:50px;font-size:.875rem}.ownership-guide-page .rule-item svg{color:#ff5a1f}.ownership-guide-page .holy-image .image-placeholder{aspect-ratio:1;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border-radius:16px;font-size:6rem}.ownership-guide-page .guide-cta-section{padding:5rem 0;background:#f5f5f5}.ownership-guide-page .cta-card.large{display:flex;align-items:center;justify-content:space-between;gap:3rem;padding:3rem;background:#1a1a1a;border-radius:20px;color:#fff}@media (max-width: 768px){.ownership-guide-page .cta-card.large{flex-direction:column;text-align:center}}.ownership-guide-page .cta-card.large h2{color:#fff;margin-bottom:.5rem}.ownership-guide-page .cta-card.large p{color:#fffc;margin:0}.ownership-guide-page .cta-actions{display:flex;gap:1rem;flex-shrink:0}@media (max-width: 640px){.ownership-guide-page .cta-actions{flex-direction:column;width:100%}}.samt-footer .contact-list li{display:flex;align-items:center;gap:.5rem}.samt-footer .contact-list li svg{flex-shrink:0;opacity:.6}.samt-footer .footer-cta{margin-top:1.5rem;border-color:#ffffff4d;color:#fff}.samt-footer .footer-cta:hover{background:#fff;color:#1a1a1a}.btn-whatsapp{background-color:#25d366;color:#fff;border-color:#25d366}.btn-whatsapp:hover{background-color:#1fb055;border-color:#1fb055}.btn-lg{padding:1rem 2rem;font-size:1rem}.about-page .about-hero{padding:6rem 0 4rem;background:linear-gradient(135deg,#f5f5f5,#e8e8e8)}.about-page .about-hero-content{max-width:800px}.about-page .about-hero-content h1{font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem}.about-page .about-hero-content .hero-subtitle{font-size:1.125rem;color:#666;line-height:1.8}.about-page .about-section{padding:5rem 0}.about-page .about-section:nth-child(2n){background:#f5f5f5}.about-page .section-header{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:2rem}.about-page .section-header.centered{align-items:center;text-align:center}.about-page .icon-title-wrapper{display:flex;align-items:center;gap:1rem;margin-top:.5rem}.about-page .icon-title-wrapper svg{color:#ff5a1f;min-width:32px}.about-page .section-lead{font-size:1.125rem;color:#fffc;margin-top:1rem;max-width:700px}.about-page .about-content-card{padding:1.5rem;border-radius:.75rem;margin-top:1rem;background:#fff;border:1px solid #e5e5e5}.about-page .about-content-card p{text-align:justify;line-height:1.8;margin-bottom:1rem;color:#444}.about-page .about-content-card p:last-child{margin-bottom:0}.about-page .about-text-content{margin-top:1rem}.about-page .about-text-content p{text-align:justify;line-height:1.8;margin-bottom:1rem;color:#444}.about-page .about-text-content p:last-child{margin-bottom:0}.about-page .constrained-width{width:100%}@media (min-width: 992px){.about-page .constrained-width{max-width:60%}}.about-page .expandable-container{position:relative}.about-page .expandable-content{max-height:160px;overflow:hidden;transition:max-height .6s ease-in-out;position:relative}.about-page .expandable-container.expanded .expandable-content{max-height:2000px}.about-page .fade-overlay{position:absolute;bottom:0;left:0;right:0;height:80px;background:linear-gradient(to bottom,#f5f5f500,#f5f5f5);pointer-events:none;transition:opacity .4s;z-index:10;opacity:1}.about-page .expandable-container.expanded .fade-overlay{opacity:0}.about-page .expand-trigger{margin-top:1rem;display:flex;justify-content:flex-start}.about-page .btn-read-more{background:none;border:none;padding:0;color:#ff5a1f;cursor:pointer;display:inline-flex;align-items:center;gap:.25rem;font-weight:600;font-family:inherit;font-size:1rem;border-bottom:1px solid transparent;transition:all .2s;z-index:20}.about-page .btn-read-more:hover{border-bottom-color:#ff5a1f}.about-page .btn-read-more .chevron{transition:transform .3s}.about-page .expandable-container.expanded .btn-read-more .chevron{transform:rotate(180deg)}.about-page .about-values-section{background:#1a1a1a!important;color:#fff}.about-page .about-values-section .section-tag{color:#ff5a1f}.about-page .about-values-section h2{color:#fff}.about-page .values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:3rem}@media (max-width: 1024px){.about-page .values-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.about-page .values-grid{grid-template-columns:1fr}}.about-page .value-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:2rem;transition:all .3s}.about-page .value-card:hover{background:#ffffff14;transform:translateY(-4px)}.about-page .value-card .value-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#ff5a1f26;border-radius:12px;margin-bottom:1rem;color:#ff5a1f}.about-page .value-card h3{color:#fff;font-size:1.125rem;margin-bottom:.75rem}.about-page .value-card p{color:#ffffffb3;font-size:.9375rem;line-height:1.6;margin:0}.about-page .mission-statement{max-width:800px;margin:0 auto;text-align:center;padding:2rem;background:#ff5a1f1a;border-radius:12px;border:1px solid rgba(255,90,31,.2)}.about-page .mission-statement p{color:#ffffffe6;font-size:1.125rem;line-height:1.8;margin:0}.about-page .about-services-section{background:#1a1a1a!important;color:#fff}.about-page .about-services-section .section-tag{color:#ff5a1f}.about-page .about-services-section h2{color:#fff}.about-page .services-accordion{display:flex;flex-direction:column;border-top:1px solid rgba(255,255,255,.15);margin-top:2rem;max-width:800px}.about-page .service-details{border-bottom:1px solid rgba(255,255,255,.15);transition:all .3s ease}.about-page .service-summary{list-style:none;cursor:pointer;display:flex;align-items:center;padding:1.5rem 0;outline:none}.about-page .service-summary::-webkit-details-marker{display:none}.about-page .service-indicator{width:12px;height:12px;border:2px solid rgba(255,255,255,.3);border-radius:50%;margin-inline-end:1.5rem;transition:all .3s ease;background:transparent;flex-shrink:0}.about-page .service-title{font-size:1.25rem;font-weight:700;color:#fff;flex-grow:1;transition:color .3s ease}.about-page .service-toggle-icon{width:24px;height:24px;position:relative;transition:transform .3s ease}.about-page .service-toggle-icon:before,.about-page .service-toggle-icon:after{content:"";position:absolute;background:#fff;top:50%;left:50%;transform:translate(-50%,-50%);transition:background .3s ease}.about-page .service-toggle-icon:before{width:16px;height:2px}.about-page .service-toggle-icon:after{width:2px;height:16px}.about-page .service-details[open] .service-indicator{border-color:#ff5a1f;background:#ff5a1f;box-shadow:0 0 0 4px #ff5a1f33}.about-page .service-details[open] .service-title{color:#ff5a1f}.about-page .service-details[open] .service-toggle-icon{transform:rotate(45deg)}.about-page .service-details[open] .service-toggle-icon:before,.about-page .service-details[open] .service-toggle-icon:after{background:#ff5a1f}.about-page .service-body{padding-bottom:2rem;padding-inline-start:2.25rem;color:#fffc;line-height:1.8}.about-page .service-body p{margin:0}.about-page .services-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem}@media (max-width: 1024px){.about-page .services-cards-grid{grid-template-columns:1fr}}.about-page .service-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;transition:all .3s}.about-page .service-card:hover{background:#ffffff14;transform:translateY(-4px)}.about-page .service-card .service-card-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#ff5a1f26;border-radius:12px;margin-bottom:1.5rem;color:#ff5a1f}.about-page .service-card h4{color:#fff;font-size:1.125rem;margin-bottom:1rem}.about-page .service-card p{color:#ffffffb3;font-size:.9375rem;line-height:1.7;margin:0}.about-page .success-content{max-width:800px;margin:0 auto}.about-page .success-quote{text-align:center;padding:3rem;background:#fff;border-radius:20px;box-shadow:0 10px 40px #0000000d;position:relative}.about-page .success-quote .quote-icon{color:#ff5a1f;opacity:.3;margin-bottom:1.5rem}.about-page .success-quote blockquote{font-size:1.25rem;line-height:1.8;color:#333;margin:0;font-style:italic}.about-page .about-philosophy-section{background:#1a1a1a!important;color:#fff;position:relative;overflow:hidden}.about-page .about-philosophy-section:before,.about-page .about-philosophy-section:after{content:"";position:absolute;border-radius:50%;background:#ff5a1f;opacity:.15;filter:blur(40px);z-index:0;animation:floatDot 10s infinite ease-in-out;pointer-events:none}.about-page .about-philosophy-section:before{width:300px;height:300px;top:-100px;right:-50px}[dir=rtl] .about-page .about-philosophy-section:before{right:auto;left:-50px}.about-page .about-philosophy-section:after{width:200px;height:200px;bottom:10%;left:10%;animation-delay:-5s}[dir=rtl] .about-page .about-philosophy-section:after{left:auto;right:10%}.about-page .philosophy-content{position:relative;z-index:1;max-width:800px;margin:0 auto;text-align:center}.about-page .philosophy-text h2{color:#fff;font-size:clamp(1.75rem,3vw,2.5rem);margin-bottom:1.5rem}.about-page .philosophy-text p{color:#fffc;font-size:1.125rem;line-height:1.8;margin-bottom:1.5rem}.about-page .philosophy-text p.highlight{color:#ff5a1f;font-weight:600;font-size:1.25rem}.about-page .about-cta-section{padding:5rem 0;background:#f5f5f5}.about-page .cta-card.large{display:flex;align-items:center;justify-content:space-between;gap:3rem;padding:3rem;background:#1a1a1a;border-radius:20px;color:#fff}@media (max-width: 768px){.about-page .cta-card.large{flex-direction:column;text-align:center}}.about-page .cta-card.large h2{color:#fff;margin-bottom:.5rem}.about-page .cta-card.large p{color:#fffc;margin:0;line-height:1.7}.about-page .cta-actions{display:flex;gap:1rem;flex-shrink:0}@media (max-width: 640px){.about-page .cta-actions{flex-direction:column;width:100%}}.contact-page .map-embed-section{position:relative;height:450px}.contact-page .map-embed-section iframe{height:100%;width:100%}.contact-page .map-embed-section .map-overlay-content{position:absolute;top:20px;left:0;right:0;z-index:10;pointer-events:none}.contact-page .map-embed-section .map-info-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 20px #0000001a;width:300px;pointer-events:auto;float:left}[dir=rtl] .contact-page .map-embed-section .map-info-card{float:right}.contact-page .map-embed-section .map-info-card h3{font-size:1.25rem;margin-bottom:.5rem;color:#1a1a1a}.contact-page .map-embed-section .map-info-card p{color:#666;margin-bottom:1rem;font-size:.9375rem}.contact-page .map-embed-section .map-info-card .btn{width:100%}.contact-page .contact-hero{padding:6rem 0 4rem;background:linear-gradient(135deg,#f5f5f5,#e8e8e8)}.contact-page .contact-hero-content{max-width:800px}.contact-page .contact-hero-content .section-tag{display:inline-flex;align-items:center;font-size:.875rem;font-weight:600;color:#ff5a1f;margin-bottom:1rem}.contact-page .contact-hero-content .section-tag:before{content:"";display:block;width:6px;height:6px;background:#ff5a1f;border-radius:50%;margin-inline-end:.5rem}.contact-page .contact-hero-content h1{font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem;color:#1a1a1a}.contact-page .contact-hero-content .hero-subtitle{font-size:1.125rem;color:#666;line-height:1.8}.contact-page .contact-form input::placeholder,.contact-page .contact-form textarea::placeholder,.contact-page .contact-form select option:first-child{color:#bbb;opacity:1}.contact-page .contact-form select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23666'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:1rem}[dir=rtl] .contact-page .contact-form select{background-position:left 1rem center}.contact-page .contact-form input::-webkit-input-placeholder,.contact-page .contact-form textarea::-webkit-input-placeholder{color:#bbb}.contact-page .contact-form input::-moz-placeholder,.contact-page .contact-form textarea::-moz-placeholder{color:#bbb;opacity:1}.contact-page .form-checkbox{margin-top:1rem}.contact-page .checkbox-label{display:flex!important;flex-direction:row!important;align-items:flex-start!important;justify-content:flex-start!important;gap:.75rem;cursor:pointer;font-size:.9375rem;line-height:1.5;text-align:start}.contact-page .checkbox-label input[type=checkbox]{display:none}.contact-page .checkbox-label .checkmark{width:20px;height:20px;min-width:20px;border:2px solid #ddd;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s;margin-top:2px}.contact-page .checkbox-label .checkmark:after{content:"";width:10px;height:6px;border-left:2px solid #FFFFFF;border-bottom:2px solid #FFFFFF;transform:rotate(-45deg) scale(0);transition:transform .2s}.contact-page .checkbox-label input[type=checkbox]:checked+.checkmark{background:#ff5a1f;border-color:#ff5a1f}.contact-page .checkbox-label input[type=checkbox]:checked+.checkmark:after{transform:rotate(-45deg) scale(1)}.contact-page .checkbox-label .checkbox-text{color:#555;flex:1}.contact-page .checkbox-label .checkbox-text a{color:#ff5a1f;text-decoration:underline}.contact-page .checkbox-label .checkbox-text a:hover{text-decoration:none}.contact-page .field-hint{font-size:.8125rem;color:#666;margin-top:-.5rem;margin-bottom:1rem;display:block}.contact-page .social-card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:1.5rem;margin-top:1rem}.contact-page .social-card h3{font-size:1rem;margin-bottom:1rem;color:#1a1a1a}.contact-page .social-card .social-links{display:flex;gap:.75rem}.contact-page .social-card .social-links a{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border-radius:8px;color:#1a1a1a;transition:all .2s}.contact-page .social-card .social-links a:hover{background:#1a1a1a;color:#fff}.portfolio-page .portfolio-intro{padding:3rem 0;background:#fff;border-bottom:1px solid #eee}.portfolio-page .portfolio-intro .intro-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}@media (max-width: 768px){.portfolio-page .portfolio-intro .intro-content{grid-template-columns:1fr;gap:2rem}}.portfolio-page .portfolio-intro .intro-text h2{font-size:clamp(1.5rem,3vw,2rem);color:#1a1a1a;margin-bottom:1rem}.portfolio-page .portfolio-intro .intro-text p{color:#666;line-height:1.8;font-size:1rem}.portfolio-page .portfolio-intro .intro-features{display:flex;flex-direction:column;gap:1.25rem}.portfolio-page .portfolio-intro .feature-item{display:flex;gap:1rem;align-items:flex-start}.portfolio-page .portfolio-intro .feature-icon{width:48px;height:48px;min-width:48px;display:flex;align-items:center;justify-content:center;background:#ff5a1f1a;border-radius:10px;color:#ff5a1f}.portfolio-page .portfolio-intro .feature-icon .feature-img-icon{width:24px;height:24px;background-color:#ff5a1f;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.portfolio-page .portfolio-intro .feature-text h4{font-size:1rem;font-weight:600;color:#1a1a1a;margin-bottom:.25rem}.portfolio-page .portfolio-intro .feature-text p{font-size:.875rem;color:#888;margin:0}.portfolio-page .portfolio-cta{padding:4rem 0;background:linear-gradient(135deg,#1a1a1a,#2a2a2a)}.portfolio-page .portfolio-cta .cta-card{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:2.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px}@media (max-width: 768px){.portfolio-page .portfolio-cta .cta-card{flex-direction:column;text-align:center}}.portfolio-page .portfolio-cta .cta-content h2{font-size:clamp(1.25rem,2.5vw,1.75rem);color:#fff;margin-bottom:.75rem}.portfolio-page .portfolio-cta .cta-content p{color:#ffffffb3;font-size:1rem;line-height:1.7;margin:0;max-width:600px}.portfolio-page .portfolio-cta .cta-actions{display:flex;gap:1rem;flex-shrink:0}@media (max-width: 480px){.portfolio-page .portfolio-cta .cta-actions{flex-direction:column;width:100%}}.page-404{min-height:80vh;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5;background-image:radial-gradient(circle at 100% 0%,rgba(255,90,31,.05) 0%,transparent 25%),radial-gradient(circle at 0% 100%,rgba(26,26,26,.05) 0%,transparent 25%);padding:3rem 1rem;text-align:center;overflow:hidden}.page-404__content{max-width:600px;width:100%;position:relative;z-index:10;background:#fffc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.6);border-radius:2rem;padding:3rem 1rem;box-shadow:0 20px 25px -5px #0000000d,0 10px 10px -5px #00000005}@media (min-width: 640px){.page-404__content{padding:5rem 1.5rem}}.page-404__number{font-family:IBM Plex Sans Arabic,sans-serif;font-size:6rem;font-weight:800;line-height:1;color:#ff5a1f;margin-bottom:1rem;position:relative;display:inline-block;background:linear-gradient(135deg,#ff5a1f,#d23700);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(0 4px 6px rgba(255,90,31,.2))}@media (min-width: 640px){.page-404__number{font-size:10rem}}.page-404__title{font-family:IBM Plex Sans Arabic,sans-serif;font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}@media (min-width: 640px){.page-404__title{font-size:2rem}}.page-404__subtitle{font-family:IBM Plex Sans Arabic,sans-serif;font-size:1.125rem;color:#666;margin-bottom:3rem;line-height:1.6}.page-404__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.page-404__home-btn{display:inline-flex;align-items:center;gap:.5rem;background-color:#1a1a1a;color:#fff;padding:1rem 2rem;border-radius:9999px;font-weight:600;transition:all .3s ease;text-decoration:none;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.page-404__home-btn:hover{background-color:#343434;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -2px #00000008}.page-404__home-btn svg{width:20px;height:20px;transition:transform .3s ease}.page-404__home-btn:hover svg{transform:translate(-4px)}[dir=rtl] .page-404__home-btn:hover svg{transform:translate(4px)}.page-404__shape{position:absolute;z-index:1;opacity:.6;filter:blur(40px);border-radius:50%}.page-404__shape--1{width:300px;height:300px;background:#ff5a1f26;top:-100px;right:-100px}.page-404__shape--2{width:200px;height:200px;background:#1a1a1a1a;bottom:-50px;left:-50px}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-4{margin-top:3rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-4{margin-bottom:3rem}.hidden{display:none}.block{display:block}.flex{display:flex}.w-full{width:100%}.bg-light{background-color:#f5f5f5}.bg-white{background-color:#fff}
