   @media (max-width: 768px) {
      /* Bottom sheet, not a full-screen takeover - slides up from the
         bottom, leaves the dimmed page visible behind it, and only takes
         as much height as its content needs (capped so it never crowds
         out the status bar). */
      .property-selector-overlay { align-items: flex-end; }
      .property-selector { width: 100%; max-width: 100%; height: auto; max-height: 88vh; border-radius: 20px 20px 0 0 !important; padding: 0 !important; margin: 0 !important; display: block !important; background: #fff; overflow: hidden; position: relative; box-shadow: 0 -16px 44px -8px rgba(58,40,20,.4); }
      .property-selector-overlay.show .property-selector { animation: hpSheetUp .28s ease; }
      @keyframes hpSheetUp { from { transform: translateY(28px); opacity: .6; } to { transform: translateY(0); opacity: 1; } }
      .property-close-btn { display: flex !important; align-items: center; justify-content: center; top: 14px; right: 14px; width: 32px; height: 32px; border-radius: 50%; background: #f5efe8 !important; color: #9a9089; font-size: 20px; line-height: 1; z-index: 6; }
      .selector-content { width: 100% !important; height: auto !important; position: relative; display: block !important; }
      .property-selector-overlay .mobile-header { display: none !important; }
      .mobile-card { position: relative; width: 100%; background: #fff; border-radius: 20px 20px 0 0; padding: 30px 22px calc(20px + env(safe-area-inset-bottom)); box-sizing: border-box; display: flex; flex-direction: column; overflow-y: auto; max-height: 88vh; }
      .mobile-card::before { content: ''; position: absolute; top: 10px; left: 50%; transform: translateX(-50%); width: 38px; height: 4px; background: #ece3d9; border-radius: 99px; }
      .continue-btn { margin-top: 20px; min-height: 52px; border-radius: 11px; }
      .mobile-card h2 { display: block !important; font-family: 'Newsreader', serif; font-size: 21px; font-weight: 500; margin: 6px 0 18px; color: #23262B; }
      .property-options { display: flex; flex-direction: column; gap: 12px; }
      .property-item label { height: 52px; border-radius: 11px; background: #faf7f3; }
   }
   @media (max-width: 380px) {
      .mobile-card { padding: 26px 18px calc(18px + env(safe-area-inset-bottom)); }
   }
   @media (max-width: 767px) {
      .hp-preview .hp-header { display: none; }
      .hp-preview .hp-header-mobile { display: block; background: rgba(255,255,255,.94); }
      .hp-preview .hp-scroll { scrollbar-width: none; }
      .hp-preview .hp-scroll::-webkit-scrollbar { display: none; }

      .hp-preview .hp-hero { padding: 0; }
      .hp-preview .hp-hero-grid { display: block; }
      .hp-preview .hp-hero-copy { padding: 26px 16px 20px; }
      .hp-preview .hp-hero-badge { padding: 5px 12px; font-size: 12px; }
      .hp-preview .hp-hero-badge-dot { width: 6px; height: 6px; }
      .hp-preview .hp-hero-title { font-size: 36px; line-height: 1.06; margin-top: 16px; }
      .hp-preview .hp-hero-sub { font-size: 15px; margin-top: 12px; }
      .hp-preview .hp-hero-stats { gap: 18px; margin-top: 20px; }
      .hp-preview .hp-hero-stat-num { font-size: 22px; }
      .hp-preview .hp-hero-stat-label { font-size: 11px; }
      .hp-preview .hp-hero-visual { display: none; }

      .hp-preview .hp-search-card { margin: 0 16px; margin-top: -6px; padding: 14px; border-radius: 16px; box-shadow: 0 18px 46px -26px rgba(58,40,20,.4); }
      .hp-preview .hp-search-tabs-row { padding: 0 0 14px; }
      .hp-preview .hp-search-tabs { flex-wrap: nowrap; overflow-x: auto; }
      .hp-preview .hp-tab-btn { font-size: 13.5px; padding: 9px 15px; white-space: nowrap; }
      .hp-preview .hp-search-right { width: 100%; justify-content: space-between; }
      .hp-preview .hp-search-fields { grid-template-columns: 1fr; gap: 10px; padding: 0; }
      .hp-preview .hp-field-select-btn, .hp-preview .hp-field-location { padding: 13px 14px; }
      .hp-preview .hp-search-btn { height: 50px; font-size: 15.5px; }

      .hp-preview .hp-cities-section { padding: 36px 0 0; }
      .hp-preview .hp-cities-section .hp-container { padding: 0 16px; }
      .hp-preview .hp-section-head-center { text-align: left; margin-bottom: 16px; }
      .hp-preview .hp-section-title { font-size: 26px; }
      .hp-preview .hp-section-sub { font-size: 13.5px; margin-top: 6px; }
      .hp-preview .hp-cities-track { padding-left: 16px; padding-right: 16px; }
      .hp-preview .hp-city-card { flex-basis: 150px; }
      .hp-preview .hp-city-card-img { height: 120px; }
      .hp-preview .hp-city-card-overlay { padding: 22px 12px 12px; }
      .hp-preview .hp-city-card-name { font-size: 14px; }

      .hp-preview .hp-listings-section { padding: 36px 0 0; }
      .hp-preview .hp-listings-section .hp-container { padding: 0 16px; }
      .hp-preview .hp-section-head-row { align-items: flex-end; margin-bottom: 14px; }
      .hp-preview .hp-section-title { max-width: 220px; line-height: 1.1; }
      .hp-preview .hp-listings-section .hp-section-title { font-size: 25px; }
      .hp-preview .hp-see-all { font-size: 13px; white-space: nowrap; }
      .hp-preview .hp-listings-track { padding-left: 16px; padding-right: 16px; }
      .hp-preview .hp-prop-card { flex-basis: 272px; }
      .hp-preview .hp-prop-img-wrap { height: 160px; }
      .hp-preview .hp-prop-body { padding: 13px 14px 15px; }
      .hp-preview .hp-prop-price { font-size: 18px; }
      .hp-preview .hp-scroll-nav { display: none; }
      /* Mobile card in the design drops the photo-count badge, PID line
         and the "Listed by / Contact" footer entirely - just price,
         title, location and specs. */
      .hp-preview .hp-prop-photos { display: none; }
      .hp-preview .hp-prop-pid { display: none; }
      .hp-preview .hp-prop-footer { display: none; }

      .hp-preview .hp-browse-section { padding: 36px 16px 0; }
      .hp-preview .hp-browse-title { font-size: 25px; margin-bottom: 6px; }
      .hp-preview .hp-browse-sub { font-size: 13.5px; margin-bottom: 16px; }
      .hp-preview .hp-city-chips { flex-wrap: nowrap; overflow-x: auto; }
      .hp-preview .hp-type-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
      .hp-preview .hp-type-tile { height: 140px; padding: 14px; border-radius: 14px; }
      .hp-preview .hp-type-tile-title { font-size: 14px; }
      .hp-preview .hp-type-tile-ph { width: 56px; height: 56px; border-radius: 10px; }
      .hp-preview .hp-services-grid { display: flex; flex-direction: column; gap: 14px; }
      .hp-preview .hp-service-card { height: 120px; }
      .hp-preview .hp-service-card-fade { background: linear-gradient(100deg,#fff 32%,rgba(255,255,255,0) 68%); }
      .hp-preview .hp-service-card-title { padding: 22px 0 0 22px; font-size: 16px; max-width: 120px; }
      .hp-preview .hp-budget-grid { display: flex; gap: 12px; overflow-x: auto; }
      .hp-preview .hp-budget-tile { flex: 0 0 130px; padding: 18px 16px; border-radius: 14px; }
      .hp-preview .hp-budget-amt { font-size: 30px; }
      .hp-preview .hp-budget-label { font-size: 11px; }
      .hp-preview .hp-budget-count { font-size: 12px; }

      .hp-preview .hp-assist-section { padding: 36px 16px 0; }
      .hp-preview .hp-assist-card { padding: 26px 22px; border-radius: 18px; }
      .hp-preview .hp-assist-glow { right: -60px; top: -60px; width: 180px; height: 180px; }
      .hp-preview .hp-assist-top { display: block; }
      .hp-preview .hp-assist-label { font-size: 11.5px; }
      .hp-preview .hp-assist-heading { font-size: 25px; margin-top: 10px; max-width: none; }
      .hp-preview .hp-assist-grid { display: flex; flex-direction: column; gap: 12px; margin-top: 22px; }
      .hp-preview .hp-assist-step { background: none; border: none; padding: 0; display: flex; gap: 14px; align-items: flex-start; }
      .hp-preview .hp-assist-num { flex: 0 0 36px; width: 36px; height: 36px; border-radius: 10px; font-size: 15px; }
      .hp-preview .hp-assist-step-title { margin: 0; font-size: 15px; }
      .hp-preview .hp-assist-step-body { margin-top: 3px; font-size: 13px; }
      .hp-preview .hp-assist-btn { position: static; width: 100%; text-align: center; margin-top: 22px; display: block; }

      .hp-preview .hp-postcta-section { padding: 36px 16px 0; }
      .hp-preview .hp-postcta-card { display: block; padding: 24px 22px; border-radius: 18px; }
      .hp-preview .hp-postcta-photo { display: none; }
      .hp-preview .hp-postcta-title { display: none; }
      .hp-preview .hp-postcta-sub { display: none; }
      .hp-preview .hp-postcta-mobile-title { display: block; font-family: 'Newsreader', serif; font-weight: 500; font-size: 24px; margin: 0; letter-spacing: -0.3px; line-height: 1.15; }
      .hp-preview .hp-postcta-mobile-sub { display: block; color: #5f6570; font-size: 14px; margin: 9px 0 0; }
      .hp-preview .hp-postcta-actions { flex-direction: column; gap: 10px; margin-top: 18px; }
      .hp-preview .hp-postcta-btn, .hp-preview .hp-postcta-whatsapp { width: 100%; text-align: center; justify-content: center; }

      .hp-preview .hp-tools-section { padding: 36px 16px 0; }
      .hp-preview .hp-tools-title { font-size: 25px; margin-bottom: 16px; }
      .hp-preview .hp-tools-sub { display: none; }
      .hp-preview .hp-tools-grid { display: flex; flex-direction: column; gap: 12px; }
      .hp-preview .hp-tool-card { display: flex; align-items: center; gap: 14px; padding: 16px; }
      .hp-preview .hp-tool-icon { flex: 0 0 46px; width: 46px; height: 46px; border-radius: 12px; font-size: 20px; }
      .hp-preview .hp-tool-body-wrap { flex: 1; }
      .hp-preview .hp-tool-title { font-size: 15.5px; margin: 0; }
      .hp-preview .hp-tool-body { font-size: 12.5px; margin-top: 2px; }
      .hp-preview .hp-tool-cta { display: none; }
      .hp-preview .hp-tool-arrow { display: inline-block; color: #FC4A0A; font-weight: 700; font-size: 18px; }

      .hp-preview .hp-app-section { padding: 36px 16px 0; }
      .hp-preview .hp-app-card { display: block; padding: 26px 22px; border-radius: 18px; }
      .hp-preview .hp-app-mockup { display: none; }
      .hp-preview .hp-app-badge { font-size: 11px; padding: 4px 11px; }
      .hp-preview .hp-app-title { font-size: 24px; margin-top: 14px; }
      .hp-preview .hp-app-sub { font-size: 13.5px; margin-top: 8px; line-height: 1.55; }
      .hp-preview .hp-app-stores { margin-top: 18px; }
      .hp-preview .hp-app-store-btn { padding: 10px 16px; font-size: 12.5px; }

      .hp-preview .hp-seo-section { padding: 36px 16px 0; }
      .hp-preview .hp-seo-tabs { margin-bottom: 16px; }
      .hp-preview .hp-video-section { padding: 36px 0 0; }
      .hp-preview .hp-video-section .hp-container { padding: 0 16px; }
      .hp-preview .hp-video-title { font-size: 25px; }
      .hp-preview .hp-video-sub { margin-bottom: 20px; }
      .hp-preview .hp-video-frame { height: 220px; margin: 0 16px; max-width: none; border-radius: 15px; }
      .hp-preview .hp-video-play { width: 56px; height: 56px; font-size: 20px; }
      .hp-preview .hp-seo-grid { display: none; }
      .hp-preview .hp-seo-flat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 18px; max-height: 340px; overflow-y: auto; }
      .hp-preview .hp-seo-flat-grid a { font-size: 13px; color: #6f757e; padding: 5px 0; }
      .hp-preview .hp-seo-title { font-size: 25px; margin-bottom: 14px; }

      .hp-preview .hp-testi-section { padding: 36px 0 0; }
      .hp-preview .hp-testi-head { text-align: left; padding: 0 16px; margin-bottom: 14px; }
      .hp-preview .hp-testi-title { font-size: 25px; }
      .hp-preview .hp-testi-grid { display: flex; gap: 14px; overflow-x: auto; padding: 0 16px; }
      .hp-preview .hp-testi-card { flex: 0 0 290px; padding: 20px; border-radius: 15px; }
      .hp-preview .hp-testi-quote { font-size: 14px; margin: 12px 0 16px; }
      .hp-preview .hp-testi-avatar { width: 40px; height: 40px; flex-basis: 40px; }
      .hp-preview .hp-testi-name { font-size: 13.5px; }
      .hp-preview .hp-testi-role { font-size: 12px; }

      .hp-preview .hp-footer { margin-top: 40px; padding: 32px 16px 24px; }
      .hp-preview .hp-footer-grid { display: block; }
      .hp-preview .hp-footer-logo { height: 34px; }
      .hp-preview .hp-footer-tagline { font-size: 13.5px; margin-top: 14px; max-width: none; }
      /* Design's mobile footer only shows Company + Explore side by side
         and drops Legal entirely - but Terms/Privacy/Sitemap/FAQ are real
         legal links that need to stay reachable, so Legal is kept here
         too (wraps to its own row in the 2-column grid) rather than
         silently dropped to match the mockup exactly. */
      .hp-preview .hp-footer-cols-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 26px; }
      .hp-preview .hp-footer-contact-col { margin-top: 24px; padding-top: 20px; border-top: 1px solid #2c2926; }
      .hp-preview .hp-footer-col-head { font-size: 13.5px; margin-bottom: 12px; }
      .hp-preview .hp-footer-links a { font-size: 13px; }
      .hp-preview .hp-footer-bottom { text-align: center; font-size: 11.5px; margin-top: 18px; }

      .hp-preview .hp-bottom-nav { display: flex; position: sticky; bottom: 0; z-index: 40; background: rgba(255,255,255,.96); backdrop-filter: blur(10px); border-top: 1px solid #f0eae3; padding: 8px 6px 22px; }
      .hp-preview .hp-bottom-nav-item { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 3px; border: none; background: transparent; cursor: pointer; padding: 6px 0; color: #9a9089; text-decoration: none; }
      .hp-preview .hp-bottom-nav-item.active { color: #FC4A0A; }
      .hp-preview .hp-bottom-nav-item i { font-size: 20px; line-height: 1; }
      .hp-preview .hp-bottom-nav-item span { font-size: 10.5px; font-weight: 600; }
   }
