{"id":3,"date":"2026-05-13T01:11:04","date_gmt":"2026-05-13T01:11:04","guid":{"rendered":"https:\/\/qerray.com\/?page_id=3"},"modified":"2026-05-21T14:33:24","modified_gmt":"2026-05-21T14:33:24","slug":"privacy-policy","status":"publish","type":"page","link":"https:\/\/qerray.com\/?page_id=3","title":{"rendered":"Privacy-Policy"},"content":{"rendered":"\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Qerray \u2013 Privacy Policy &amp; Terms<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Sora:wght@300;400;500;600;700&amp;family=DM+Mono:wght@400;500&amp;display=swap\" rel=\"stylesheet\">\n\n<style>\n:root{\n  --bg:        #07080d;\n  --surface:   #0e1117;\n  --surface2:  #141820;\n  --border:    rgba(255,255,255,0.07);\n  --border2:   rgba(255,255,255,0.12);\n  --text:      #e8eaf0;\n  --muted:     #7a7f93;\n  --faint:     #3d4156;\n  --accent:    #7c5cbf;\n  --accent2:   #a67de8;\n  --green:     #34d399;\n  --yellow:    #fbbf24;\n  --red:       #f87171;\n}\n\n*{ margin:0; padding:0; box-sizing:border-box; scroll-behavior:smooth; }\n\nbody{\n  background:var(--bg);\n  color:var(--text);\n  font-family:'Sora', sans-serif;\n  font-size:15px;\n  line-height:1.7;\n  min-height:100vh;\n}\n\n\/* \u2500\u2500 NOISE OVERLAY \u2500\u2500 *\/\nbody::before{\n  content:'';\n  position:fixed;\n  inset:0;\n  background-image: url(\"data:image\/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'\/%3E%3C\/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'\/%3E%3C\/svg%3E\");\n  pointer-events:none;\n  z-index:0;\n}\n\n\/* \u2500\u2500 GLOW BACKGROUND \u2500\u2500 *\/\n.glow-bg{\n  position:fixed;\n  width:700px; height:700px;\n  border-radius:50%;\n  background: radial-gradient(circle, rgba(124,92,191,0.12) 0%, transparent 65%);\n  top:-200px; left:-200px;\n  pointer-events:none;\n  z-index:0;\n}\n.glow-bg2{\n  position:fixed;\n  width:500px; height:500px;\n  border-radius:50%;\n  background: radial-gradient(circle, rgba(166,125,232,0.07) 0%, transparent 65%);\n  bottom:-100px; right:-100px;\n  pointer-events:none;\n  z-index:0;\n}\n\n\/* \u2500\u2500 HEADER \u2500\u2500 *\/\nheader{\n  position:sticky;\n  top:0;\n  z-index:100;\n  background:rgba(7,8,13,0.88);\n  backdrop-filter:blur(16px);\n  -webkit-backdrop-filter:blur(16px);\n  border-bottom:1px solid var(--border);\n}\n\n.header-inner{\n  max-width:1100px;\n  margin:0 auto;\n  padding:16px 24px;\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n  gap:16px;\n  flex-wrap:wrap;\n}\n\n.logo-icon{\n  width:42px;\n  height:42px;\n  border-radius:12px;\n  overflow:hidden;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  box-shadow:0 4px 20px rgba(124,92,191,0.35);\n  background:transparent;\n  border:1px solid rgba(255,255,255,0.08);\n}\n \n.logo-icon img{\n  width:100%;\n  height:100%;\n  object-fit:cover;\n  display:block;\n}\n.logo-text{\n  font-size:12px;\n  font-weight:700;\n  letter-spacing:-0.3px;\n}\n\n.logo-text span{\n  color:var(--accent2);\n}\n\n.header-nav{\n  display:flex;\n  gap:6px;\n}\n\n.header-nav a{\n  text-decoration:none;\n  color:var(--muted);\n  font-size:13px;\n  font-weight:500;\n  padding:6px 14px;\n  border-radius:8px;\n  border:1px solid transparent;\n  transition:all .2s;\n}\n\n.header-nav a:hover{\n  color:var(--text);\n  border-color:var(--border2);\n  background:var(--surface2);\n}\n\n\/* \u2500\u2500 HERO \u2500\u2500 *\/\n.hero{\n  position:relative;\n  z-index:1;\n  max-width:1100px;\n  margin:0 auto;\n  padding:64px 24px 40px;\n  text-align:center;\n}\n\n.hero-badge{\n  display:inline-flex;\n  align-items:center;\n  gap:6px;\n  background:rgba(124,92,191,0.15);\n  border:1px solid rgba(124,92,191,0.3);\n  color:var(--accent2);\n  padding:5px 14px;\n  border-radius:999px;\n  font-size:12px;\n  font-weight:600;\n  letter-spacing:.5px;\n  text-transform:uppercase;\n  margin-bottom:20px;\n}\n\n.hero h1{\n  font-size:clamp(28px,5vw,46px);\n  font-weight:700;\n  letter-spacing:-1px;\n  line-height:1.15;\n  margin-bottom:14px;\n}\n\n.hero h1 em{\n  font-style:normal;\n  background:linear-gradient(90deg, var(--accent2), #c4a0ff);\n  -webkit-background-clip:text;\n  -webkit-text-fill-color:transparent;\n  background-clip:text;\n}\n\n.hero-sub{\n  color:var(--muted);\n  font-size:15px;\n  max-width:500px;\n  margin:0 auto 32px;\n}\n\n.hero-meta{\n  display:flex;\n  justify-content:center;\n  flex-wrap:wrap;\n  gap:20px;\n  font-size:13px;\n  color:var(--muted);\n}\n\n.hero-meta span{\n  display:flex;\n  align-items:center;\n  gap:5px;\n}\n\n.dot{ width:6px; height:6px; border-radius:50%; background:var(--green); display:inline-block; }\n\n\/* \u2500\u2500 LAYOUT \u2500\u2500 *\/\n.layout{\n  position:relative;\n  z-index:1;\n  max-width:1100px;\n  margin:0 auto;\n  padding:0 24px 80px;\n  display:grid;\n  grid-template-columns:220px 1fr;\n  gap:32px;\n}\n\n\/* \u2500\u2500 SIDEBAR \u2500\u2500 *\/\n.sidebar{\n  position:sticky;\n  top:80px;\n  height:fit-content;\n  padding-top:8px;\n}\n\n.sidebar-group{\n  margin-bottom:28px;\n}\n\n.sidebar-label{\n  font-size:10px;\n  font-weight:600;\n  letter-spacing:1.5px;\n  text-transform:uppercase;\n  color:var(--faint);\n  margin-bottom:10px;\n  padding-left:12px;\n}\n\n.sidebar a{\n  display:flex;\n  align-items:center;\n  gap:8px;\n  padding:9px 12px;\n  color:var(--muted);\n  text-decoration:none;\n  font-size:13px;\n  font-weight:400;\n  border-radius:8px;\n  border-left:2px solid transparent;\n  margin-bottom:2px;\n  transition:all .15s;\n}\n\n.sidebar a:hover{\n  color:var(--text);\n  background:var(--surface2);\n  border-left-color:var(--accent);\n}\n\n.sidebar a .ico{ font-size:14px; }\n\n\/* \u2500\u2500 MAIN CONTENT \u2500\u2500 *\/\n.main{ min-width:0; }\n\n\/* \u2500\u2500 SECTION CARD \u2500\u2500 *\/\n.section-card{\n  background:var(--surface);\n  border:1px solid var(--border);\n  border-radius:16px;\n  margin-bottom:20px;\n  overflow:hidden;\n  transition:border-color .2s;\n}\n\n.section-card:hover{\n  border-color:var(--border2);\n}\n\n.section-header{\n  padding:24px 28px 0;\n}\n\n.section-tag{\n  display:inline-flex;\n  align-items:center;\n  gap:5px;\n  font-family:'DM Mono', monospace;\n  font-size:10px;\n  font-weight:500;\n  letter-spacing:1px;\n  text-transform:uppercase;\n  padding:4px 10px;\n  border-radius:6px;\n  margin-bottom:14px;\n}\n\n.tag-privacy{ background:rgba(124,92,191,0.15); color:var(--accent2); }\n.tag-terms  { background:rgba(52,211,153,0.12); color:var(--green); }\n.tag-contact{ background:rgba(251,191,36,0.12); color:var(--yellow); }\n.tag-data   { background:rgba(248,113,113,0.12); color:var(--red); }\n\n.section-title{\n  font-size:22px;\n  font-weight:700;\n  letter-spacing:-0.3px;\n  margin-bottom:6px;\n}\n\n.section-date{\n  font-size:12px;\n  color:var(--muted);\n  font-family:'DM Mono', monospace;\n  margin-bottom:20px;\n}\n\n.section-body{\n  padding:0 28px 28px;\n}\n\n\/* \u2500\u2500 DIVIDER \u2500\u2500 *\/\n.divider{\n  height:1px;\n  background:var(--border);\n  margin:20px 0;\n}\n\n\/* \u2500\u2500 SUBSECTIONS \u2500\u2500 *\/\n.sub{\n  margin-bottom:22px;\n}\n\n.sub:last-child{ margin-bottom:0; }\n\n.sub-title{\n  font-size:13px;\n  font-weight:600;\n  color:var(--text);\n  margin-bottom:8px;\n  display:flex;\n  align-items:center;\n  gap:8px;\n}\n\n.sub-title::before{\n  content:'';\n  width:3px; height:14px;\n  background:var(--accent);\n  border-radius:2px;\n  flex-shrink:0;\n}\n\n.sub p, .sub li{\n  color:var(--muted);\n  font-size:14px;\n  line-height:1.75;\n}\n\n.sub ul{\n  list-style:none;\n  margin-top:8px;\n}\n\n.sub ul li{\n  padding:5px 0;\n  display:flex;\n  align-items:flex-start;\n  gap:10px;\n}\n\n.sub ul li::before{\n  content:'\u203a';\n  color:var(--accent2);\n  font-size:16px;\n  line-height:1.5;\n  flex-shrink:0;\n}\n\n\/* \u2500\u2500 INFO GRID \u2500\u2500 *\/\n.info-grid{\n  display:grid;\n  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));\n  gap:12px;\n  margin-top:14px;\n}\n\n.info-item{\n  background:var(--surface2);\n  border:1px solid var(--border);\n  border-radius:10px;\n  padding:14px 16px;\n}\n\n.info-item-label{\n  font-size:11px;\n  font-family:'DM Mono',monospace;\n  color:var(--muted);\n  margin-bottom:5px;\n  text-transform:uppercase;\n  letter-spacing:.8px;\n}\n\n.info-item-value{\n  font-size:14px;\n  font-weight:600;\n  color:var(--text);\n}\n\n\/* \u2500\u2500 HIGHLIGHT BOX \u2500\u2500 *\/\n.highlight{\n  background:rgba(124,92,191,0.08);\n  border:1px solid rgba(124,92,191,0.2);\n  border-radius:10px;\n  padding:14px 18px;\n  margin-top:12px;\n}\n\n.highlight p{\n  color:var(--muted);\n  font-size:14px;\n}\n\n.highlight strong{ color:var(--accent2); }\n\n\/* \u2500\u2500 NUMBERED LIST \u2500\u2500 *\/\n.num-list{\n  counter-reset: item;\n  list-style:none;\n  margin-top:10px;\n}\n\n.num-list li{\n  counter-increment: item;\n  display:flex;\n  gap:14px;\n  padding:10px 0;\n  border-bottom:1px solid var(--border);\n  align-items:flex-start;\n}\n\n.num-list li:last-child{ border-bottom:none; }\n\n.num-list li::before{\n  content: counter(item,decimal-leading-zero);\n  font-family:'DM Mono',monospace;\n  font-size:11px;\n  color:var(--accent2);\n  background:rgba(124,92,191,0.1);\n  border-radius:6px;\n  padding:4px 8px;\n  flex-shrink:0;\n  margin-top:2px;\n  line-height:1.4;\n}\n\n.num-list li span{\n  color:var(--muted);\n  font-size:14px;\n  line-height:1.7;\n}\n\n\/* \u2500\u2500 BADGE ROW \u2500\u2500 *\/\n.badge-row{\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n  margin-top:10px;\n}\n\n.badge{\n  background:var(--surface2);\n  border:1px solid var(--border);\n  color:var(--muted);\n  font-size:12px;\n  font-family:'DM Mono',monospace;\n  padding:5px 12px;\n  border-radius:8px;\n}\n\n\/* \u2500\u2500 CONTACT CARD \u2500\u2500 *\/\n.contact-row{\n  display:flex;\n  align-items:center;\n  gap:14px;\n  background:var(--surface2);\n  border:1px solid var(--border);\n  border-radius:12px;\n  padding:16px 20px;\n  margin-top:10px;\n  transition:border-color .2s;\n}\n\n.contact-row:hover{ border-color:var(--accent); }\n\n.contact-icon{\n  width:40px; height:40px;\n  background:rgba(124,92,191,0.15);\n  border-radius:10px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  font-size:18px;\n  flex-shrink:0;\n}\n\n.contact-row a{\n  color:var(--accent2);\n  text-decoration:none;\n  font-size:14px;\n  font-weight:500;\n}\n\n.contact-row a:hover{ text-decoration:underline; }\n\n.contact-row p{\n  font-size:12px;\n  color:var(--muted);\n  margin-top:2px;\n}\n\n\/* \u2500\u2500 COMPLIANCE BANNER \u2500\u2500 *\/\n.compliance{\n  background:linear-gradient(135deg, rgba(52,211,153,0.08), rgba(124,92,191,0.08));\n  border:1px solid rgba(52,211,153,0.2);\n  border-radius:14px;\n  padding:20px 24px;\n  margin-bottom:20px;\n  display:flex;\n  align-items:center;\n  gap:16px;\n}\n\n.compliance-icon{\n  font-size:28px;\n  flex-shrink:0;\n}\n\n.compliance-text h3{\n  font-size:14px;\n  font-weight:600;\n  color:var(--green);\n  margin-bottom:4px;\n}\n\n.compliance-text p{\n  font-size:13px;\n  color:var(--muted);\n}\n\n\/* \u2500\u2500 FOOTER \u2500\u2500 *\/\nfooter{\n  position:relative;\n  z-index:1;\n  border-top:1px solid var(--border);\n  padding:28px 24px;\n  text-align:center;\n}\n\n.footer-inner{\n  max-width:600px;\n  margin:0 auto;\n}\n\n.footer-logo{\n  font-size:16px;\n  font-weight:700;\n  color:var(--text);\n  margin-bottom:8px;\n}\n\n.footer-logo span{ color:var(--accent2); }\n\nfooter p{\n  font-size:12px;\n  color:var(--muted);\n  line-height:1.7;\n}\n\n\/* \u2500\u2500 SCROLL ANIMATION \u2500\u2500 *\/\n@keyframes fadeUp{\n  from{ opacity:0; transform:translateY(18px); }\n  to  { opacity:1; transform:translateY(0); }\n}\n\n.section-card{\n  animation:fadeUp .45s ease both;\n}\n\n.section-card:nth-child(1){ animation-delay:.05s; }\n.section-card:nth-child(2){ animation-delay:.12s; }\n.section-card:nth-child(3){ animation-delay:.18s; }\n.section-card:nth-child(4){ animation-delay:.22s; }\n\n\/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n@media(max-width:720px){\n  .layout{ grid-template-columns:1fr; }\n  .sidebar{ display:none; }\n  .header-nav a{ font-size:12px; padding:5px 10px; }\n  .hero{ padding:40px 20px 28px; }\n}\n<\/style>\n\n\n\n\n<div class=\"glow-bg\"><\/div>\n<div class=\"glow-bg2\"><\/div>\n\n<!-- \u2500\u2500 HEADER \u2500\u2500 -->\n<header>\n  <div class=\"header-inner\">\n    <div class=\"logo\">\n  <div class=\"logo-icon\">\n    <img decoding=\"async\" src=\"https:\/\/qerray.com\/wp-content\/uploads\/2026\/05\/1000155737-1.png\" alt=\"Qerray Logo\">\n  <\/div>\n\n  <div class=\"logo-text\"> <span><\/span><\/div>\n<\/div>\n\n\n      \n\n\n      <div class=\"logo-text\">Qerray <span><\/span><\/div>\n    <\/div>\n    <nav class=\"header-nav\">\n      <a href=\"#privacy\">Privacy<\/a>\n      <a href=\"#terms\">Terms<\/a>\n      <a href=\"#data\">Data<\/a>\n      <a href=\"#contact\">Contact<\/a>\n    <\/nav>\n  \n<\/header>\n\n<!-- \u2500\u2500 HERO \u2500\u2500 -->\n<div class=\"hero\">\n  <div class=\"hero-badge\">\n    <span class=\"dot\"><\/span>\n    Legal Documentation\n  <\/div>\n  <h1>Transparent &amp; <em>Trustworthy<\/em><br>by Design<\/h1>\n  <p class=\"hero-sub\">\n    Qerray is committed to protecting your privacy and providing a fair, secure real estate negotiation platform.\n  <\/p>\n  <div class=\"hero-meta\">\n    <span><span class=\"dot\"><\/span> Last updated: May 20, 2026<\/span>\n    <span>\ud83c\uddf2\ud83c\udde6 Morocco<\/span>\n    <span>\u2705 Google Play Compliant<\/span>\n  <\/div>\n<\/div>\n\n<!-- \u2500\u2500 LAYOUT \u2500\u2500 -->\n<div class=\"layout\">\n\n  <!-- SIDEBAR -->\n  <aside class=\"sidebar\">\n    <div class=\"sidebar-group\">\n      <div class=\"sidebar-label\">Privacy Policy<\/div>\n      <a href=\"#privacy\"><span class=\"ico\">\ud83d\udd12<\/span> Overview<\/a>\n      <a href=\"#info-collect\"><span class=\"ico\">\ud83d\udccb<\/span> Data We Collect<\/a>\n      <a href=\"#how-use\"><span class=\"ico\">\u2699\ufe0f<\/span> How We Use It<\/a>\n      <a href=\"#third-party\"><span class=\"ico\">\ud83d\udd17<\/span> Third Parties<\/a>\n      <a href=\"#retention\"><span class=\"ico\">\ud83d\uddc4\ufe0f<\/span> Retention<\/a>\n      <a href=\"#rights\"><span class=\"ico\">\u270b<\/span> Your Rights<\/a>\n    <\/div>\n    <div class=\"sidebar-group\">\n      <div class=\"sidebar-label\">Terms<\/div>\n      <a href=\"#terms\"><span class=\"ico\">\ud83d\udcdc<\/span> Terms Overview<\/a>\n      <a href=\"#marketplace\"><span class=\"ico\">\ud83c\udfea<\/span> Marketplace Role<\/a>\n      <a href=\"#offers\"><span class=\"ico\">\ud83e\udd1d<\/span> Offers System<\/a>\n      <a href=\"#prohibited\"><span class=\"ico\">\ud83d\udeab<\/span> Prohibited Use<\/a>\n    <\/div>\n    <div class=\"sidebar-group\">\n      <div class=\"sidebar-label\">Other<\/div>\n      <a href=\"#data\"><span class=\"ico\">\ud83d\udee1\ufe0f<\/span> Data Safety<\/a>\n      <a href=\"#contact\"><span class=\"ico\">\u2709\ufe0f<\/span> Contact<\/a>\n    <\/div>\n  <\/aside>\n\n  <!-- MAIN -->\n  <main class=\"main\">\n\n    <!-- COMPLIANCE BANNER -->\n    <div class=\"compliance\">\n      <div class=\"compliance-icon\">\u2705<\/div>\n      <div class=\"compliance-text\">\n        <h3>Google Play Store Compliant<\/h3>\n        <p>This policy meets all requirements of Google Play&#8217;s User Data policy, including data safety section disclosures, prominent disclosure, and consent requirements.<\/p>\n      <\/div>\n    <\/div>\n\n    <!-- \u2500\u2500 PRIVACY POLICY \u2500\u2500 -->\n    <div class=\"section-card\" id=\"privacy\">\n      <div class=\"section-header\">\n        <div class=\"section-tag tag-privacy\">\ud83d\udd12 Privacy Policy<\/div>\n        <div class=\"section-title\">Privacy Policy<\/div>\n        <div class=\"section-date\">Effective date: May 20, 2026 \u00b7 Version 2.0<\/div>\n      <\/div>\n      <div class=\"section-body\">\n\n        <div class=\"sub\" id=\"info-collect\">\n          <div class=\"sub-title\">Information We Collect<\/div>\n          <p>When you use Qerray, we collect the following information to provide and improve our services:<\/p>\n          <ul>\n            <li>Account information: full name (username), email address, and phone number provided at registration<\/li>\n            <li>Role information: whether you are a Client (tenant) or Owner (property owner)<\/li>\n            <li>City and location preferences: the city you select during registration or while posting a property request<\/li>\n            <li>Property requests: details you provide when publishing a request (property type, budget, duration, number of persons, description)<\/li>\n            <li>Offers and negotiations: price offers, counter-offers, and negotiation history between users<\/li>\n            <li>Messages: in-app chat messages exchanged between clients and owners after an offer is accepted<\/li>\n            <li>Profile photo: optional image you may upload to your profile<\/li>\n            <li>Device &amp; usage data: app version, device type, OS version, and crash logs for stability purposes<\/li>\n          <\/ul>\n          <div class=\"highlight\">\n            <p><strong>Important:<\/strong> We do not collect precise GPS location. City selection is manual and user-controlled.<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"divider\"><\/div>\n\n        <div class=\"sub\" id=\"how-use\">\n          <div class=\"sub-title\">How We Use Your Information<\/div>\n          <ul>\n            <li>To create and manage your account and authenticate your identity<\/li>\n            <li>To match property requests with owners in the same city<\/li>\n            <li>To enable the offer and counter-offer negotiation system<\/li>\n            <li>To open and maintain chat conversations after accepted offers<\/li>\n            <li>To display performance statistics to property owners (accepted offer amounts)<\/li>\n            <li>To send in-app notifications about new requests, offers, and responses<\/li>\n            <li>To improve app performance and fix bugs via anonymized usage analytics<\/li>\n            <li>To enforce our Terms of Service and prevent abuse<\/li>\n          <\/ul>\n        <\/div>\n\n        <div class=\"divider\"><\/div>\n\n        <div class=\"sub\" id=\"third-party\">\n          <div class=\"sub-title\">Third-Party Services<\/div>\n          <p>Qerray uses the following trusted third-party services, each with their own privacy policy:<\/p>\n          <div class=\"badge-row\">\n            <span class=\"badge\">Supabase (Backend &amp; Auth)<\/span>\n            <span class=\"badge\">Google Play Services<\/span>\n            <span class=\"badge\">Firebase (Notifications)<\/span>\n          <\/div>\n          <p style=\"margin-top:12px;\">We do not sell your personal data to any third parties. Data shared with the above services is strictly for platform functionality.<\/p>\n        <\/div>\n\n        <div class=\"divider\"><\/div>\n\n        <div class=\"sub\" id=\"retention\">\n          <div class=\"sub-title\">Data Retention<\/div>\n          <ul>\n            <li>Account data is retained while your account is active<\/li>\n            <li>When you request account deletion, your data is scheduled for permanent removal after a 30-day grace period<\/li>\n            <li>Chat messages and negotiation records are retained for 12 months after the related request is closed<\/li>\n            <li>Performance records (earnings history) are retained for the duration of account activity<\/li>\n          <\/ul>\n        <\/div>\n\n        <div class=\"divider\"><\/div>\n\n        <div class=\"sub\" id=\"rights\">\n          <div class=\"sub-title\">Your Rights &amp; Choices<\/div>\n          <ul>\n            <li><strong style=\"color:var(--text)\">Access:<\/strong> You can view your personal data in the app Settings page at any time<\/li>\n            <li><strong style=\"color:var(--text)\">Edit:<\/strong> You can update your username, phone, city, and profile photo in Settings<\/li>\n            <li><strong style=\"color:var(--text)\">Delete:<\/strong> You can permanently delete your account from the Settings page. Data will be removed within 30 days<\/li>\n            <li><strong style=\"color:var(--text)\">Withdraw consent:<\/strong> You may stop using the app at any time. Uninstalling the app does not delete your account data; you must use the in-app deletion feature<\/li>\n            <li><strong style=\"color:var(--text)\">Portability:<\/strong> Contact us to request a copy of your personal data<\/li>\n          <\/ul>\n        <\/div>\n\n        <div class=\"divider\"><\/div>\n\n        <div class=\"sub\">\n          <div class=\"sub-title\">Children&#8217;s Privacy<\/div>\n          <p>Qerray is not directed at children under the age of 13. We do not knowingly collect personal information from children. If we become aware that a child under 13 has provided us with personal data, we will delete it immediately.<\/p>\n        <\/div>\n\n        <div class=\"divider\"><\/div>\n\n        <div class=\"sub\">\n          <div class=\"sub-title\">Security<\/div>\n          <p>We implement industry-standard security measures including encrypted data transmission (HTTPS\/TLS), Supabase Row Level Security (RLS) to ensure users can only access their own data, and regular security monitoring. However, no method of transmission over the internet is 100% secure.<\/p>\n        <\/div>\n\n        <div class=\"divider\"><\/div>\n\n        <div class=\"sub\">\n          <div class=\"sub-title\">Changes to This Policy<\/div>\n          <p>We may update this Privacy Policy from time to time. When we do, we will revise the &#8220;Effective date&#8221; at the top of this page. Continued use of the app after changes constitutes acceptance of the updated policy. For significant changes, we will provide in-app notification.<\/p>\n        <\/div>\n\n      <\/div>\n    <\/div>\n\n    <!-- \u2500\u2500 TERMS & CONDITIONS \u2500\u2500 -->\n    <div class=\"section-card\" id=\"terms\">\n      <div class=\"section-header\">\n        <div class=\"section-tag tag-terms\">\ud83d\udcdc Terms &amp; Conditions<\/div>\n        <div class=\"section-title\">Terms &amp; Conditions<\/div>\n        <div class=\"section-date\">Effective date: May 20, 2026 \u00b7 Version 2.0<\/div>\n      <\/div>\n      <div class=\"section-body\">\n\n        <div class=\"sub\">\n          <div class=\"sub-title\">1. Acceptance of Terms<\/div>\n          <p>By downloading, installing, or using the Qerray mobile application, you agree to be bound by these Terms and Conditions. If you do not agree to these terms, please do not use the app.<\/p>\n        <\/div>\n\n        <div class=\"divider\"><\/div>\n\n        <div class=\"sub\" id=\"marketplace\">\n          <div class=\"sub-title\">2. Platform Description &amp; Marketplace Role<\/div>\n          <p>Qerray is a real estate negotiation marketplace that connects:<\/p>\n          <ul>\n            <li><strong style=\"color:var(--text)\">Clients (Tenants):<\/strong> individuals seeking to rent property (apartments, houses, commercial spaces, studios, villas, offices, rooms, or hotels)<\/li>\n            <li><strong style=\"color:var(--text)\">Owners (Proprietaires):<\/strong> individuals who own property and wish to respond to rental requests in their city<\/li>\n          <\/ul>\n          <div class=\"highlight\">\n            <p><strong>Qerray acts solely as an intermediary platform.<\/strong> We do not own, manage, or guarantee any property listings. We are not a party to any agreement between clients and owners, and we are not responsible for the execution, performance, or outcome of any rental agreement.<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"divider\"><\/div>\n\n        <div class=\"sub\" id=\"offers\">\n          <div class=\"sub-title\">3. The Offer &amp; Negotiation System<\/div>\n          <p>The core workflow of Qerray operates as follows:<\/p>\n          <ol class=\"num-list\">\n            <li><span><strong>Client posts a request<\/strong> specifying property type, city, budget, rental duration, start date, and number of persons.<\/span><\/li>\n            <li><span><strong>Owner receives notification<\/strong> when a request matching their city is posted.<\/span><\/li>\n            <li><span><strong>Owner responds<\/strong> with one of three options: Accept the client&#8217;s budget, Reject the request, or send a Counter-Offer with a different price.<\/span><\/li>\n            <li><span><strong>If a Counter-Offer is sent<\/strong>, the client may Accept or Reject the counter-offer.<\/span><\/li>\n            <li><span><strong>Upon acceptance<\/strong>, a private chat is opened between both parties, the request is marked as accepted, and the agreed amount is recorded in the owner&#8217;s performance stats.<\/span><\/li>\n          <\/ol>\n          <p style=\"margin-top:12px; color:var(--muted); font-size:13px;\">Requests expire automatically after 30 days if not accepted.<\/p>\n        <\/div>\n\n        <div class=\"divider\"><\/div>\n\n        <div class=\"sub\">\n          <div class=\"sub-title\">4. User Accounts &amp; Responsibilities<\/div>\n          <ul>\n            <li>You must be at least 18 years old to use Qerray<\/li>\n            <li>You are responsible for maintaining the confidentiality of your account credentials<\/li>\n            <li>You must provide accurate, truthful, and up-to-date information<\/li>\n            <li>Each person may only create one account<\/li>\n            <li>You are solely responsible for all activity that occurs under your account<\/li>\n          <\/ul>\n        <\/div>\n\n        <div class=\"divider\"><\/div>\n\n        <div class=\"sub\">\n          <div class=\"sub-title\">5. Dual Role Feature<\/div>\n          <p>Users registered as Clients may switch to Owner mode via the &#8220;Mode Propri\u00e9taire&#8221; toggle in Settings. This switch is immediate and does not require re-registration, as phone number and city information is collected at sign-up. Owners may similarly revert to Client mode at any time.<\/p>\n        <\/div>\n\n        <div class=\"divider\"><\/div>\n\n        <div class=\"sub\" id=\"prohibited\">\n          <div class=\"sub-title\">6. Prohibited Conduct<\/div>\n          <p>You agree NOT to use Qerray to:<\/p>\n          <ul>\n            <li>Post fake, misleading, or fraudulent property requests or offers<\/li>\n            <li>Harass, threaten, or abuse other users through the messaging system<\/li>\n            <li>Impersonate another person or entity<\/li>\n            <li>Attempt to circumvent or manipulate the negotiation system<\/li>\n            <li>Collect personal data of other users without their explicit consent<\/li>\n            <li>Use automated scripts, bots, or scrapers to interact with the platform<\/li>\n            <li>Engage in any activity that violates applicable Moroccan or international laws<\/li>\n          <\/ul>\n        <\/div>\n\n        <div class=\"divider\"><\/div>\n\n        <div class=\"sub\">\n          <div class=\"sub-title\">7. Intellectual Property<\/div>\n          <p>All content, design, code, trademarks, and materials within Qerray are the intellectual property of Qerray and its developers. You may not copy, reproduce, distribute, or create derivative works from any part of the app without prior written permission.<\/p>\n        <\/div>\n\n        <div class=\"divider\"><\/div>\n\n        <div class=\"sub\">\n          <div class=\"sub-title\">8. Disclaimers &amp; Limitation of Liability<\/div>\n          <p>Qerray is provided &#8220;as is&#8221; without warranties of any kind. To the maximum extent permitted by law:<\/p>\n          <ul>\n            <li>We do not guarantee the accuracy of any property request or offer posted by users<\/li>\n            <li>We are not liable for any direct, indirect, or consequential damages resulting from agreements made between users<\/li>\n            <li>We do not guarantee uninterrupted or error-free operation of the app<\/li>\n            <li>We are not responsible for the conduct of any user on or off the platform<\/li>\n          <\/ul>\n        <\/div>\n\n        <div class=\"divider\"><\/div>\n\n        <div class=\"sub\">\n          <div class=\"sub-title\">9. Account Termination<\/div>\n          <p>We reserve the right to suspend or permanently terminate accounts that violate these Terms, engage in fraudulent activity, or misuse the platform, with or without prior notice. Users may delete their own accounts from Settings at any time.<\/p>\n        <\/div>\n\n        <div class=\"divider\"><\/div>\n\n        <div class=\"sub\">\n          <div class=\"sub-title\">10. Governing Law<\/div>\n          <p>These Terms shall be governed by and construed in accordance with the laws of the Kingdom of Morocco. Any disputes shall be subject to the exclusive jurisdiction of Moroccan courts.<\/p>\n        <\/div>\n\n        <div class=\"divider\"><\/div>\n\n        <div class=\"sub\">\n          <div class=\"sub-title\">11. Changes to Terms<\/div>\n          <p>We may modify these Terms at any time. Changes will be communicated via in-app notification or updated effective date. Continued use of the app after any changes constitutes your acceptance of the new Terms.<\/p>\n        <\/div>\n\n      <\/div>\n    <\/div>\n\n    <!-- \u2500\u2500 DATA SAFETY \u2500\u2500 -->\n    <div class=\"section-card\" id=\"data\">\n      <div class=\"section-header\">\n        <div class=\"section-tag tag-data\">\ud83d\udee1\ufe0f Data Safety<\/div>\n        <div class=\"section-title\">Data Safety (Google Play)<\/div>\n        <div class=\"section-date\">For Google Play Store Data Safety Section<\/div>\n      <\/div>\n      <div class=\"section-body\">\n        <p style=\"color:var(--muted); font-size:14px; margin-bottom:16px;\">\n          The following table summarizes what to declare in the Google Play Console Data Safety form:\n        <\/p>\n\n        <div class=\"info-grid\">\n          <div class=\"info-item\">\n            <div class=\"info-item-label\">Data Collected<\/div>\n            <div class=\"info-item-value\">Name, Email, Phone<\/div>\n          <\/div>\n          <div class=\"info-item\">\n            <div class=\"info-item-label\">Location<\/div>\n            <div class=\"info-item-value\">Approximate (city only)<\/div>\n          <\/div>\n          <div class=\"info-item\">\n            <div class=\"info-item-label\">Messages<\/div>\n            <div class=\"info-item-value\">In-app chat only<\/div>\n          <\/div>\n          <div class=\"info-item\">\n            <div class=\"info-item-label\">Data Encrypted<\/div>\n            <div class=\"info-item-value\">Yes (TLS\/HTTPS)<\/div>\n          <\/div>\n          <div class=\"info-item\">\n            <div class=\"info-item-label\">Data Sold<\/div>\n            <div class=\"info-item-value\">No<\/div>\n          <\/div>\n          <div class=\"info-item\">\n            <div class=\"info-item-label\">Deletion Request<\/div>\n            <div class=\"info-item-value\">Yes (in-app)<\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"divider\"><\/div>\n\n        <div class=\"sub\">\n          <div class=\"sub-title\">Data Deletion Instructions<\/div>\n          <p>Users can delete their account and all associated data by navigating to:<\/p>\n          <div class=\"highlight\" style=\"margin-top:10px;\">\n            <p><strong>Settings \u2192 Supprimer le compte<\/strong><br>\n            Account will be disabled immediately and permanently deleted within 30 days.<br>\n            Alternatively, email us at <strong>SMIRESACADEMY1@gmail.com<\/strong> to request data deletion.<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"divider\"><\/div>\n\n        <div class=\"sub\">\n          <div class=\"sub-title\">Permissions Used<\/div>\n          <ul>\n            <li><strong style=\"color:var(--text)\">INTERNET<\/strong> \u2014 Required to communicate with Supabase backend servers<\/li>\n            <li><strong style=\"color:var(--text)\">POST_NOTIFICATIONS<\/strong> \u2014 To send in-app notifications about new offers and messages (user permission requested at runtime)<\/li>\n            <li><strong style=\"color:var(--text)\">READ_EXTERNAL_STORAGE \/ CAMERA (optional)<\/strong> \u2014 Only if user chooses to upload a profile photo from gallery<\/li>\n          <\/ul>\n        <\/div>\n\n      <\/div>\n    <\/div>\n\n    <!-- \u2500\u2500 CONTACT \u2500\u2500 -->\n    <div class=\"section-card\" id=\"contact\">\n      <div class=\"section-header\">\n        <div class=\"section-tag tag-contact\">\u2709\ufe0f Contact<\/div>\n        <div class=\"section-title\">Contact Us<\/div>\n        <div class=\"section-date\">We typically respond within 48 hours<\/div>\n      <\/div>\n      <div class=\"section-body\">\n        <p style=\"color:var(--muted); font-size:14px; margin-bottom:14px;\">\n          For questions about this Privacy Policy, Terms of Service, data deletion requests, or any other legal matter, please contact us:\n        <\/p>\n\n        <div class=\"contact-row\">\n          <div class=\"contact-icon\">\u2709\ufe0f<\/div>\n          <div>\n            <a href=\"mailto:SMIRESACADEMY1@gmail.com\">SMIRESACADEMY1@gmail.com<\/a>\n            <p>Privacy, legal &amp; support inquiries<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"contact-row\" style=\"margin-top:10px;\">\n          <div class=\"contact-icon\">\ud83c\udfe2<\/div>\n          <div>\n            <a href=\"#\">Qerray \u2014 MC Developer<\/a>\n            <p>Morocco \ud83c\uddf2\ud83c\udde6 \u00b7 Real Estate Marketplace Platform<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"divider\"><\/div>\n\n        <div class=\"sub\">\n          <div class=\"sub-title\">Response Timeline<\/div>\n          <ul>\n            <li>General support inquiries: within 48 hours<\/li>\n            <li>Data deletion requests: confirmed within 5 business days, completed within 30 days<\/li>\n            <li>Legal or privacy concerns: within 7 business days<\/li>\n          <\/ul>\n        <\/div>\n\n      <\/div>\n    <\/div>\n\n  <\/main>\n<\/div>\n\n<!-- \u2500\u2500 FOOTER \u2500\u2500 -->\n<footer>\n  <div class=\"footer-inner\">\n    <div class=\"footer-logo\">Qerray <span>Legal<\/span><\/div>\n    <p>\u00a9 2026 Qerray \u00b7 MC Developer \u00b7 Morocco \ud83c\uddf2\ud83c\udde6<br>\n    All rights reserved \u00b7 <a href=\"mailto:SMIRESACADEMY1@gmail.com\">SMIRESACADEMY1@gmail.com<\/a><\/p>\n  <\/div>\n<\/footer>\n","protected":false},"excerpt":{"rendered":"<p>Qerray \u2013 Privacy Policy &amp; Terms Qerray Privacy Terms Data Contact Legal Documentation Transparent &amp; Trustworthyby Design Qerray is committed to protecting your privacy and providing a fair, secure real estate negotiation platform. Last updated: May 20, 2026 \ud83c\uddf2\ud83c\udde6 Morocco \u2705 Google Play Compliant Privacy Policy \ud83d\udd12 Overview \ud83d\udccb Data We Collect \u2699\ufe0f How We [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-3","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/qerray.com\/index.php?rest_route=\/wp\/v2\/pages\/3","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/qerray.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/qerray.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/qerray.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/qerray.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3"}],"version-history":[{"count":3,"href":"https:\/\/qerray.com\/index.php?rest_route=\/wp\/v2\/pages\/3\/revisions"}],"predecessor-version":[{"id":33,"href":"https:\/\/qerray.com\/index.php?rest_route=\/wp\/v2\/pages\/3\/revisions\/33"}],"wp:attachment":[{"href":"https:\/\/qerray.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}