.section-banner{text-align:center;width:100%;margin-bottom:var(--space-8);justify-content:center;align-items:center;padding:100px 0;display:flex;position:relative;overflow:hidden}.section-banner-bg{filter:blur(4px);z-index:0;background-position:50%;background-size:cover;background-attachment:fixed;position:absolute;inset:-10px}.section-banner-overlay{z-index:1;background:#00000080;position:absolute;inset:0}.section-banner-content{z-index:2;color:#fff;position:relative}.section-banner-content h2{margin-bottom:var(--space-6);color:#fff;text-shadow:0 2px 4px #0000004d;font-size:clamp(2rem,4vw,3rem);font-weight:700}.section-banner-content .btn{padding:var(--space-3)var(--space-8);font-size:var(--font-size-lg);text-transform:uppercase;letter-spacing:1px}
﻿.smart-search-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;background:#fffffffa;border-radius:36px;flex-direction:column;width:min(350px,100vw - 32px);max-width:min(350px,100vw - 32px);height:auto;min-height:520px;margin-left:auto;margin-right:6%;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 20px 60px #00000038}.smart-search-container.expanded{width:900px;max-width:900px}.smart-search-header{padding:var(--space-4)var(--space-5);background:var(--color-primary);color:#fff;border-top-left-radius:36px;border-top-right-radius:36px;justify-content:space-between;align-items:center;display:flex}.smart-search-title{font-size:var(--font-size-lg);color:#fff;margin:0;font-weight:700}.map-toggle-btn{color:#fff;border-radius:var(--radius-full);font-size:var(--font-size-xs);cursor:pointer;white-space:nowrap;background:#fff3;border:none;flex-shrink:0;padding:6px 12px;font-weight:600;transition:background .2s}.map-toggle-btn:hover{background:#ffffff4d}.smart-search-content{border-bottom-right-radius:36px;border-bottom-left-radius:36px;flex-direction:row-reverse;flex:1;min-height:480px;display:flex;position:relative;overflow:hidden}.smart-search-form{width:350px;padding:var(--space-6);gap:var(--space-5);z-index:2;background:#fff;border-left:1px solid #0000;border-bottom-right-radius:36px;flex-direction:column;flex-shrink:0;transition:border-color .4s;display:flex;overflow:visible}.smart-search-container:not(.expanded) .smart-search-form{border-bottom-left-radius:36px}.smart-search-container.expanded .smart-search-form{border-left-color:var(--gray-200)}.smart-search-map{background:var(--gray-100);z-index:1;opacity:.01;will-change:flex-basis,max-width,opacity,transform;border-bottom-left-radius:36px;flex:0 0 0;min-width:0;max-width:0;height:auto;transition:flex-basis .58s cubic-bezier(.16,1,.3,1),max-width .58s cubic-bezier(.16,1,.3,1),opacity .28s,transform .58s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;transform:translate(24px)}.smart-search-map.visible{opacity:1;flex:1 1 0;max-width:100%;transform:translate(0)}.smart-search-map-frame{background:#d7e3ef;border-bottom-left-radius:36px;width:100%;height:100%;min-height:420px;position:relative}.smart-search-map-frame.is-collapsed{pointer-events:none}.smart-search-leaflet,.smart-search-map .leaflet-container{border-bottom-left-radius:36px;display:block;width:100%!important;height:100%!important}.smart-search-leaflet{opacity:0;transition:opacity .28s,transform .5s cubic-bezier(.16,1,.3,1);transform:scale(1.015)}.smart-search-map.visible .smart-search-leaflet.is-ready{opacity:1;transform:scale(1)}.smart-search-map-state{padding:var(--space-4);color:var(--text-secondary);font-size:var(--font-size-sm);text-align:center;opacity:1;z-index:2;background:radial-gradient(circle at top,#ffffff59,#0000 55%),linear-gradient(#ffffffd9,#d7e3efeb);border-bottom-left-radius:36px;justify-content:center;align-items:center;font-weight:600;transition:opacity .22s;display:flex;position:absolute;inset:0}.smart-search-map-state.is-hidden{opacity:0;pointer-events:none}.smart-search-map .leaflet-container,.smart-search-map .leaflet-pane,.smart-search-map .leaflet-tile,.smart-search-map .leaflet-marker-pane,.smart-search-map .leaflet-shadow-pane,.smart-search-map .leaflet-overlay-pane{visibility:visible;opacity:1}.smart-search-map .leaflet-container img,.smart-search-map .leaflet-pane img,.smart-search-map .leaflet-tile{max-width:none!important;max-height:none!important}.smart-search-map .leaflet-tile{width:256px!important;height:256px!important}.smart-search-map .leaflet-control-attribution{font-size:10px}.smart-search-map .leaflet-popup-content-wrapper{overflow:hidden;border-radius:var(--radius-md)!important;box-shadow:var(--shadow-lg)!important;padding:0!important}.smart-search-map .leaflet-popup-content{width:240px!important;margin:0!important}.popup-card{background:#fff;flex-direction:column;width:100%;display:flex}.popup-image-container{width:100%;height:140px;position:relative;overflow:hidden}.popup-image{object-fit:cover;width:100%;height:100%;display:block}.popup-info{padding:var(--space-4);background:#fff}.popup-price{margin-bottom:var(--space-1);color:var(--color-primary);font-size:var(--font-size-lg);align-items:baseline;gap:4px;font-weight:700;display:flex}.popup-price-period{color:var(--text-secondary);font-size:var(--font-size-xs);font-weight:500}.popup-title{margin-bottom:var(--space-1);color:var(--text-primary);font-size:var(--font-size-sm);font-weight:600;line-height:1.4}.popup-location{margin-bottom:var(--space-3);color:var(--text-secondary);font-size:var(--font-size-xs);line-height:1.5}.popup-link{border-radius:var(--radius-sm);padding:var(--space-2);background:var(--color-primary);text-align:center;font-size:var(--font-size-xs);font-weight:600;text-decoration:none;transition:background .2s;display:block;color:#fff!important}.popup-link:hover{background:var(--color-primary-dark);color:#fff;text-decoration:none}.transaction-buttons{gap:var(--space-3);margin-bottom:var(--space-2);grid-template-columns:1fr 1fr;display:grid}.transaction-btn{padding:var(--space-4)var(--space-6);font-size:var(--font-size-lg);font-weight:var(--font-weight-bold);border:2px solid var(--color-gray-300);background:var(--bg-primary);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-base);text-transform:capitalize;border-radius:20px}.transaction-btn:hover{border-color:var(--color-primary)}.transaction-btn.active{background:var(--color-primary);border-color:var(--color-primary);color:var(--text-inverse)}.filter-field{gap:var(--space-2);flex-direction:column;display:flex}.filter-field label{font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);color:var(--text-primary)}.filter-field select{width:100%;padding:var(--space-3)var(--space-4);background:var(--bg-primary);border:2px solid var(--color-gray-300);font-size:var(--font-size-base);color:var(--text-primary);cursor:pointer;transition:all var(--transition-fast);appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%234b5563' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right var(--space-3)center;padding-right:var(--space-10);border-radius:20px}.filter-field select:hover{border-color:var(--color-primary)}.filter-field select:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-subtle);outline:none}.btn-search-submit{width:100%;padding:var(--space-4);background:var(--color-primary);color:var(--text-inverse);font-size:var(--font-size-lg);font-weight:var(--font-weight-bold);cursor:pointer;transition:all var(--transition-base);border:none;border-radius:20px;margin-top:auto}.btn-search-submit:hover{background:var(--color-primary-dark);color:var(--text-inverse);box-shadow:var(--shadow-md);transform:translateY(-2px)}.btn-search-submit:active{transform:translateY(0)}@media (max-width:992px){.smart-search-container{width:100%;max-width:min(420px,100vw - 24px);height:auto;min-height:0;margin:0 auto var(--space-4)auto;border-radius:32px}.smart-search-header{border-top-left-radius:32px;border-top-right-radius:32px}.smart-search-content{border-bottom-right-radius:32px;border-bottom-left-radius:32px;flex-direction:column;width:100%;height:auto;min-height:0}.smart-search-form{width:100%;height:auto;padding:var(--space-4);gap:var(--space-4);border-bottom:1px solid #0000;border-left:none;border-bottom-right-radius:0;border-bottom-left-radius:0}.smart-search-container.expanded .smart-search-form{border-bottom-color:var(--gray-200)}.smart-search-container:not(.expanded) .smart-search-form{border-bottom-right-radius:32px;border-bottom-left-radius:32px}.smart-search-map{opacity:0;border-bottom-right-radius:32px;border-bottom-left-radius:32px;flex:none;width:100%;height:0;transition:height .5s,opacity .3s}.smart-search-map.visible{opacity:1;flex:none;height:clamp(430px,62vh,620px)}.smart-search-map-frame{min-height:0}.smart-search-map .leaflet-control-zoom{border:none;margin:12px 12px 0 0;box-shadow:0 8px 20px #00000029}.smart-search-map .leaflet-control-zoom a{width:36px;height:36px;font-size:20px;line-height:36px}.smart-search-map .leaflet-popup-content{width:min(240px,100vw - 56px)!important}.smart-search-map-frame,.smart-search-leaflet,.smart-search-map .leaflet-container,.smart-search-map-state{border-bottom-right-radius:32px;border-bottom-left-radius:32px}}@media (max-width:640px){.smart-search-container{border-radius:24px;width:calc(100vw - 20px);max-width:calc(100vw - 20px)}.smart-search-header{border-top-left-radius:24px;border-top-right-radius:24px;align-items:flex-start;gap:10px;padding:12px 14px}.smart-search-title{font-size:var(--font-size-base);line-height:1.2}.map-toggle-btn{padding:6px 10px;font-size:11px}.smart-search-form{gap:14px;padding:14px}.smart-search-container:not(.expanded) .smart-search-form{border-bottom-right-radius:24px;border-bottom-left-radius:24px}.transaction-buttons{gap:10px}.transaction-btn{font-size:var(--font-size-base);border-radius:16px;padding:12px 10px}.filter-field select{border-radius:16px;padding:12px 38px 12px 14px;font-size:15px}.btn-search-submit{font-size:var(--font-size-base);border-radius:16px;padding:13px 14px}.smart-search-map.visible{height:clamp(390px,56vh,520px)}.popup-image-container{height:128px}.popup-info{padding:12px}.popup-price{font-size:var(--font-size-base)}.popup-title{font-size:13px}.popup-location{font-size:11px}.popup-link{padding:10px 12px}.smart-search-map-frame,.smart-search-leaflet,.smart-search-map .leaflet-container,.smart-search-map-state{border-bottom-right-radius:24px;border-bottom-left-radius:24px}}@media (max-width:420px){.smart-search-container{border-radius:20px;width:calc(100vw - 16px);max-width:calc(100vw - 16px)}.smart-search-header{border-top-left-radius:20px;border-top-right-radius:20px;padding:10px 12px}.smart-search-title{font-size:15px}.map-toggle-btn{padding:5px 9px;font-size:10px}.smart-search-form{gap:12px;padding:12px}.smart-search-container:not(.expanded) .smart-search-form{border-bottom-right-radius:20px;border-bottom-left-radius:20px}.transaction-btn{border-radius:14px;padding:11px 8px;font-size:15px}.filter-field label{font-size:13px}.filter-field select{border-radius:14px;padding:11px 34px 11px 12px;font-size:14px}.btn-search-submit{border-radius:14px;padding:12px;font-size:15px}.smart-search-map.visible{height:clamp(340px,52vh,460px)}.smart-search-map .leaflet-control-zoom{margin:10px 10px 0 0}.smart-search-map .leaflet-control-zoom a{width:34px;height:34px;font-size:18px;line-height:34px}.popup-image-container{height:120px}.popup-info{padding:10px}.popup-link{font-size:11px}.smart-search-map-frame,.smart-search-leaflet,.smart-search-map .leaflet-container,.smart-search-map-state{border-bottom-right-radius:20px;border-bottom-left-radius:20px}}@media (max-width:420px) and (max-height:740px){.smart-search-container{margin-bottom:calc(var(--space-5) + env(safe-area-inset-bottom,0px))}.smart-search-map.visible{height:clamp(300px,46vh,360px)}}
.hero{--hero-header-offset:90px;--hero-edge-gap:clamp(2rem,5vh,4.5rem);--hero-min-height:clamp(780px,100svh,980px);min-height:var(--hero-min-height);overflow-anchor:none;padding-top:calc(var(--hero-header-offset) + var(--hero-edge-gap));padding-bottom:var(--hero-edge-gap);justify-content:center;align-items:stretch;display:flex;position:relative;overflow:hidden}.hero-background{z-index:0;background:linear-gradient(#0c121c1a 0%,#0a101a2e 42%,#080d164d 70%,#060b126b 100%),linear-gradient(#1e3a5f 0%,#355078 16%,#6d5f74 32%,#b45e49 48%,#e85d2c 68%,#ff7a52 100%);position:absolute;inset:0}.hero-image{object-fit:cover;object-position:center 46%}.hero-overlay{z-index:1;background:#1e3a5f66;position:absolute;inset:0}.hero-content{z-index:2;color:var(--text-inverse);width:100%;min-height:calc(var(--hero-min-height) - var(--hero-header-offset) - (2*var(--hero-edge-gap)));justify-content:flex-end;align-items:center;padding:0;display:flex;position:relative}.hero-text{text-align:center}.hero-title{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:var(--font-weight-extrabold);color:var(--text-inverse);margin-bottom:var(--space-4);text-shadow:0 4px 12px #0000004d;line-height:1.1}.hero-subtitle{color:#fffffff2;font-size:clamp(1.125rem,2vw,1.5rem);line-height:var(--line-height-relaxed);margin-bottom:0}.hero-search{justify-content:flex-end;align-items:center;width:100%;min-height:520px;display:flex;transform:translateZ(0)}.search-filter-section{z-index:10;padding-bottom:var(--space-12);margin-top:-100px;position:relative}.search-filter-wrapper{justify-content:flex-end;display:flex}@media (max-width:1023px){.search-filter-section{margin-top:var(--space-8)}.search-filter-wrapper{justify-content:center}}.quick-links{background:var(--bg-secondary);padding:var(--space-12)0}.quick-links-grid{gap:var(--space-4);grid-template-columns:1fr;display:grid}.quick-link-card{background:var(--bg-primary);padding:var(--space-6);border-radius:var(--radius-lg);text-align:center;transition:all var(--transition-base);border:2px solid #0000;flex-direction:column;align-items:center;text-decoration:none;display:flex}.quick-link-card:hover{border-color:var(--color-primary);box-shadow:var(--shadow-md);transform:translateY(-2px)}.quick-link-icon{width:48px;height:48px;margin-bottom:var(--space-3);background:var(--color-primary-subtle);color:var(--color-primary);border-radius:var(--radius-md);justify-content:center;align-items:center;display:flex}.quick-link-card h3{font-size:var(--font-size-lg);margin-bottom:var(--space-2);color:var(--text-primary)}.quick-link-card p{color:var(--text-secondary);font-size:var(--font-size-sm);margin:0}.section-header{text-align:center;margin-bottom:var(--space-12)}.section-header h2{margin-bottom:var(--space-4)}.section-header p{font-size:var(--font-size-lg);color:var(--text-secondary);max-width:600px;margin:0 auto}.about-grid{gap:var(--space-12);grid-template-columns:1fr;align-items:center;display:grid}.about-content h2{margin-bottom:var(--space-5)}.about-content p{font-size:var(--font-size-lg);margin-bottom:var(--space-5);line-height:var(--line-height-relaxed)}.stats{gap:var(--space-4);margin:var(--space-8)0;grid-template-columns:1fr;display:grid}@media (min-width:640px){.stats{gap:var(--space-6);grid-template-columns:repeat(3,1fr)}}.stat{text-align:center;padding:var(--space-6);background:var(--bg-secondary);border-radius:var(--radius-lg)}.stat-number{font-size:var(--font-size-4xl);font-weight:var(--font-weight-extrabold);font-family:var(--font-family-display);color:var(--color-primary);margin-bottom:var(--space-2)}.stat-label{font-size:var(--font-size-sm);color:var(--text-secondary);font-weight:var(--font-weight-medium)}.about-image{background:var(--bg-secondary);border-radius:var(--radius-2xl);padding:var(--space-16);justify-content:center;align-items:center;min-height:400px;display:flex}.image-placeholder{color:var(--color-gray-400);justify-content:center;align-items:center;display:flex}.feature-card{background:var(--bg-primary);padding:var(--space-8);border-radius:var(--radius-xl);text-align:center;box-shadow:var(--shadow-md);transition:all var(--transition-base)}.feature-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-6px)}.feature-icon{width:80px;height:80px;margin:0 auto var(--space-6);background:var(--color-primary-subtle);color:var(--color-primary);border-radius:var(--radius-xl);justify-content:center;align-items:center;display:flex}.feature-card h3{font-size:var(--font-size-lg);margin-bottom:var(--space-3)}.feature-card p{color:var(--text-secondary);margin:0}.cta-section{background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));color:var(--text-inverse)}.cta-content{text-align:center;max-width:800px;margin:0 auto}.cta-content h2{color:var(--text-inverse);margin-bottom:var(--space-5);font-size:clamp(2rem,4vw,3rem)}.cta-content p{font-size:var(--font-size-xl);color:#ffffffe6;margin-bottom:var(--space-8)}.cta-buttons{gap:var(--space-4);flex-wrap:wrap;justify-content:center;display:flex}.cta-buttons .btn-outline{color:var(--text-inverse);border-color:var(--text-inverse);background:0 0}.cta-buttons .btn-outline:hover{background:var(--text-inverse);color:var(--color-primary)}@media (min-width:768px){.quick-links-grid{grid-template-columns:repeat(3,1fr)}.about-grid{grid-template-columns:1.2fr 1fr}}@media (min-width:1024px){.hero{--hero-min-height:max(860px,100svh);--hero-edge-gap:clamp(2.5rem,6vh,5.5rem)}.hero-image{object-position:center 46%}.hero-content{justify-content:flex-end}.featured-properties{padding-top:var(--space-20)!important}.hero-text{text-align:left}.hero-title{margin-bottom:var(--space-6)}.section,.quick-links{padding-top:var(--space-20)!important;padding-bottom:var(--space-20)!important}.section-header{margin-bottom:var(--space-16)}}@media (max-width:1023px){.hero{--hero-header-offset:70px;--hero-edge-gap:clamp(1.5rem,4vh,2.75rem);--hero-min-height:clamp(760px,104svh,940px);min-height:var(--hero-min-height);padding-top:calc(var(--hero-header-offset) + var(--space-8));padding-bottom:var(--space-10)}.hero-content{min-height:calc(var(--hero-min-height) - var(--hero-header-offset) - (2*var(--hero-edge-gap)));justify-content:center}.hero-search{justify-content:center;min-height:clamp(520px,60svh,660px)}}@media (max-width:420px) and (max-height:740px){.hero{--hero-min-height:clamp(720px,112svh,860px);padding-bottom:calc(var(--space-12) + env(safe-area-inset-bottom,0px))}.hero-search{min-height:clamp(470px,56svh,560px);padding-bottom:calc(var(--space-5) + env(safe-area-inset-bottom,0px))}}.properties-grid{justify-content:center;gap:var(--space-6);flex-wrap:wrap;display:flex}.properties-grid>*{width:100%;max-width:400px}@media (min-width:768px){.properties-grid>*{width:calc((100% - var(--space-6))/2);max-width:none}}@media (min-width:1024px){.properties-grid>*{width:calc((100% - (2*var(--space-6)))/3)}}
