/* Hero: responsive height & mobile-optimised */
.hero-section-mobile{position:relative;min-height:480px;display:flex;flex-direction:column}
@media (min-width:640px){.hero-section-mobile{min-height:520px}}
@media (min-width:768px){.hero-section-mobile{height:600px;min-height:unset}}
/* Ensure hero inner container fills height */
.hero-section-mobile>.container,.hero-section-mobile>div.container{height:100%}
:root{--hero-height-desktop:70vh;--hero-height-tablet:60vh;--hero-height-mobile:50vh;--hero-overlay:linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 50%, transparent 100%);--search-widget-max-width:900px;--search-widget-bg:#ffffff;--search-widget-shadow:0 8px 32px rgba(0, 0, 0, 0.12);--search-widget-radius:12px;--search-widget-padding:32px;--fade-in-duration:0.8s;--slide-up-duration:0.6s;--bounce-duration:1.2s}.hero-section{position:relative;height:var(--hero-height-desktop);background-size:cover;background-position:center;background-attachment:fixed;overflow:hidden}.hero-section::before{content:'';position:absolute;inset:0;background:var(--hero-overlay);z-index:1}.hero-content{position:relative;z-index:10;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem 1rem}.hero-title{font-size:clamp(28px, 5vw, 48px);font-weight:700;color:#fff;text-align:center;margin-bottom:1.5rem;text-shadow:0 2px 12px rgb(0 0 0 / .5);animation:fadeInUp var(--fade-in-duration) ease-out;line-height:1.2}.hero-subtitle{font-size:clamp(16px, 2.5vw, 20px);color:#fff;text-align:center;margin-bottom:2.5rem;max-width:42rem;text-shadow:0 2px 8px rgb(0 0 0 / .4);animation:fadeInUp var(--fade-in-duration) ease-out 0.2s backwards}.search-widget{width:100%;max-width:var(--search-widget-max-width);background:var(--search-widget-bg);padding:var(--search-widget-padding);border-radius:var(--search-widget-radius);box-shadow:var(--search-widget-shadow);animation:fadeInUp var(--slide-up-duration) ease-out 0.4s backwards;backdrop-filter:blur(10px)}.search-widget-field{display:flex;flex-direction:column;gap:.5rem}.search-widget-label{font-size:14px;font-weight:600;color:#374151;display:flex;align-items:center;gap:.5rem}.search-widget-label svg{width:18px;height:18px;color:var(--color-primary)}.search-widget-input,.search-widget-select{height:44px;padding:0 12px 0 40px;border:1px solid #e5e7eb;border-radius:8px;font-size:15px;background-color:#fff;transition:all 0.3s ease;position:relative}.search-widget-input:focus,.search-widget-select:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px rgb(59 130 246 / .1)}.search-widget-input:hover,.search-widget-select:hover{border-color:var(--color-primary-light)}.search-widget-field-with-icon{position:relative}.search-widget-field-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#9ca3af;pointer-events:none;z-index:5}.search-widget-button{height:48px;padding:0 32px;background:linear-gradient(135deg,var(--color-primary) 0%,#1d4ed8 100%);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all 0.3s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 4px 12px rgb(59 130 246 / .3)}.search-widget-button:hover{background:linear-gradient(135deg,#1d4ed8 0%,#1e40af 100%);box-shadow:0 6px 20px rgb(59 130 246 / .4);transform:translateY(-2px)}.search-widget-button:active{transform:translateY(0)}.search-widget-button svg{width:18px;height:18px}.search-widget-radio-group{display:flex;gap:1.5rem;align-items:center}.search-widget-radio-label{display:inline-flex;align-items:center;gap:.5rem;font-size:15px;font-weight:500;color:#374151;cursor:pointer;transition:color 0.2s ease}.search-widget-radio-label:hover{color:var(--color-primary)}.search-widget-radio-label input[type="radio"]{width:18px;height:18px;cursor:pointer;accent-color:var(--color-primary)}.featured-section{padding:4rem 0;background-color:#fff}.featured-header{text-align:center;margin-bottom:3rem;animation:fadeIn 0.6s ease-out}.featured-title{font-size:clamp(28px, 4vw, 36px);font-weight:700;color:#111827;margin-bottom:.75rem}.featured-subtitle{font-size:16px;color:#6b7280;max-width:36rem;margin:0 auto}.property-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgb(0 0 0 / .1);transition:all 0.3s cubic-bezier(.4,0,.2,1);height:100%;display:flex;flex-direction:column}.property-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px rgb(0 0 0 / .15)}.property-card-image-wrapper{position:relative;width:100%;aspect-ratio:4 / 3;overflow:hidden;background-color:#f3f4f6}.property-card-image{width:100%;height:100%;object-fit:cover;transition:transform 0.5s cubic-bezier(.4,0,.2,1)}.property-card:hover .property-card-image{transform:scale(1.08)}.property-card-badge{position:absolute;top:12px;left:12px;padding:6px 14px;border-radius:6px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;z-index:10;animation:slideInLeft 0.4s ease-out}.property-card-badge-featured{background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);color:#fff;box-shadow:0 2px 8px rgb(245 158 11 / .4)}.property-card-badge-status{top:44px;background:var(--color-primary);color:#fff;box-shadow:0 2px 8px rgb(59 130 246 / .4)}.property-card-badge-rent{background:linear-gradient(135deg,#10b981 0%,#059669 100%)}.property-card-favorite{position:absolute;top:12px;right:12px;width:40px;height:40px;background:rgb(255 255 255 / .95);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.3s ease;z-index:10;backdrop-filter:blur(4px)}.property-card-favorite:hover{transform:scale(1.1);background:#fff;box-shadow:0 4px 12px rgb(0 0 0 / .15)}.property-card-favorite svg{width:20px;height:20px;color:#9ca3af;transition:all 0.3s ease}.property-card-favorite.is-favorited svg{color:#ef4444;fill:#ef4444}.property-card-favorite:hover svg{color:#ef4444}.property-card-content{padding:20px;flex:1;display:flex;flex-direction:column}.property-card-tags{display:flex;gap:8px;margin-bottom:12px;flex-wrap:wrap}.property-card-tag{font-size:12px;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.property-card-title{font-size:20px;font-weight:600;color:#111827;margin-bottom:8px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.property-card-title a{color:inherit;text-decoration:none;transition:color 0.2s ease}.property-card-title a:hover{color:var(--color-primary)}.property-card-location{font-size:14px;color:#6b7280;display:flex;align-items:center;gap:6px;margin-bottom:16px}.property-card-location svg{width:16px;height:16px;flex-shrink:0}.property-card-price{font-size:26px;font-weight:700;color:var(--color-primary);margin-bottom:16px}.property-card-specs{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #e5e7eb}.property-card-spec{display:inline-flex;align-items:center;gap:6px;font-size:14px;color:#6b7280}.property-card-spec svg{width:16px;height:16px;color:var(--color-primary)}.property-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.property-card-cta{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;background:#fff0;border:2px solid var(--color-primary);color:var(--color-primary);border-radius:8px;font-size:14px;font-weight:600;text-decoration:none;transition:all 0.3s ease}.property-card-cta:hover{background:var(--color-primary);color:#fff;transform:translateX(4px)}.property-card-cta svg{width:14px;height:14px;transition:transform 0.3s ease}.property-card-cta:hover svg{transform:translateX(4px)}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{from{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);z-index:10;animation:bounce var(--bounce-duration) infinite}.scroll-indicator svg{width:32px;height:32px;color:#fff;filter:drop-shadow(0 2px 4px rgb(0 0 0 / .3))}.category-card{position:relative;height:320px;border-radius:12px;overflow:hidden;transition:all 0.3s ease;box-shadow:0 4px 12px rgb(0 0 0 / .1)}.category-card:hover{transform:translateY(-6px);box-shadow:0 12px 28px rgb(0 0 0 / .2)}.category-card img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.category-card:hover img{transform:scale(1.1)}.category-card-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgb(0 0 0 / .8) 0%,rgb(0 0 0 / .3) 50%,transparent 100%);transition:background 0.3s ease}.category-card:hover .category-card-overlay{background:linear-gradient(to top,rgb(0 0 0 / .9) 0%,rgb(0 0 0 / .4) 50%,transparent 100%)}.category-card-content{position:absolute;bottom:0;left:0;right:0;padding:2rem;z-index:10}.category-card-title{font-size:24px;font-weight:700;color:#fff;margin-bottom:8px;text-shadow:0 2px 8px rgb(0 0 0 / .5)}.category-card-count{font-size:14px;color:rgb(255 255 255 / .9);text-shadow:0 2px 4px rgb(0 0 0 / .3)}@media (max-width:1199px){.hero-section{height:var(--hero-height-tablet);background-attachment:scroll}.search-widget{padding:24px}.search-widget-button{width:100%}.property-card-title{font-size:18px}.property-card-price{font-size:22px}}@media (max-width:767px){.hero-section{height:var(--hero-height-mobile)}.hero-title{font-size:24px;margin-bottom:1rem}.hero-subtitle{font-size:16px;margin-bottom:2rem}.search-widget{padding:20px;border-radius:8px}.search-widget-label{font-size:13px}.search-widget-input,.search-widget-select{height:40px;font-size:14px}.search-widget-button{height:44px;font-size:15px}.search-widget-radio-group{flex-direction:row;gap:1rem}.featured-title{font-size:26px}.property-card-title{font-size:17px}.property-card-price{font-size:20px}.property-card-content{padding:16px}.category-card{height:240px}.category-card-title{font-size:20px}.scroll-indicator{display:none}}@media (max-width:479px){.search-widget{padding:16px}.property-card-specs{gap:12px}.property-card-spec{font-size:13px}.category-card-content{padding:1.5rem}}@media print{.hero-section{height:auto;padding:2rem 0;background:#ffffff!important}.search-widget,.scroll-indicator,.property-card-favorite{display:none!important}.property-card{page-break-inside:avoid;box-shadow:none;border:1px solid #e5e7eb}}.search-widget-input:focus-visible,.search-widget-select:focus-visible,.search-widget-button:focus-visible,.property-card-favorite:focus-visible,.property-card-cta:focus-visible{outline:3px solid var(--color-primary);outline-offset:2px}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.01ms!important;animation-iteration-count:1!important;transition-duration:0.01ms!important}.hero-section{background-attachment:scroll}}@media (prefers-contrast:high){.property-card{border:2px solid currentColor}.search-widget{border:2px solid currentColor}.property-card-badge{border:2px solid currentColor}}