<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Best Price Finder Egypt | e7seb.com</title>
<style>
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: sans-serif; background: #f5f7fa; min-height: 100vh; }
header { background: #1a1a2e; padding: 28px 16px; text-align: center; color: #fff; }
header h1 { font-size: 22px; margin-top: 8px; }
header p { color: #aab; font-size: 13px; margin-top: 6px; }
.wrap { max-width: 560px; margin: 0 auto; padding: 20px 16px; }
.row { display: flex; gap: 8px; margin-bottom: 14px; }
input { flex: 1; padding: 12px 14px; border-radius: 10px; border: 2px solid #ddd; font-size: 15px; outline: none; transition: border .2s; }
input:focus { border-color: #6c63ff; }
button { padding: 12px 20px; border-radius: 10px; border: none; background: #6c63ff; color: #fff; font-size: 15px; font-weight: 700; cursor: pointer; }
.chips { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 18px; }
.chip { padding: 5px 13px; border-radius: 16px; border: 1px solid #ddd; background: #fff; font-size: 12px; cursor: pointer; }
.chip:hover { background: #6c63ff; color: #fff; border-color: #6c63ff; }
.info { background: #fff; border-radius: 12px; padding: 20px; text-align: center; color: #555; font-size: 14px; line-height: 1.7; border: 2px solid #f0f0f0; }
.info strong { color: #1a1a2e; }
.steps { margin-top: 16px; text-align: left; }
.step { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 10px; font-size: 13px; color: #444; }
.step-num { background: #6c63ff; color: #fff; width: 22px; height: 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; flex-shrink: 0; }
</style>
</head>
<body>
<header>
  <div style="font-size:28px">&#128269;</div>
  <h1>Best Price Finder</h1>
  <p>Amazon - Noon - Jumia - Carrefour - B.Tech &amp; More</p>
</header>

<div class="wrap">
  <div class="row">
    <input id="q" type="text" placeholder="e.g. iPhone 16, Samsung S25, Air Fryer..." />
    <button onclick="go()">Search</button>
  </div>

  <div class="chips">
    <span class="chip" onclick="pick('iPhone 16')">iPhone 16</span>
    <span class="chip" onclick="pick('Samsung Galaxy S25')">Samsung S25</span>
    <span class="chip" onclick="pick('Air Fryer')">Air Fryer</span>
    <span class="chip" onclick="pick('Laptop')">Laptop</span>
    <span class="chip" onclick="pick('Smart Watch')">Smart Watch</span>
    <span class="chip" onclick="pick('Headphones')">Headphones</span>
    <span class="chip" onclick="pick('Coffee Machine')">Coffee Machine</span>
    <span class="chip" onclick="pick('Samsung TV 55')">Samsung TV 55"</span>
  </div>

  <div class="info">
    <strong>&#128161; How it works</strong>
    <div class="steps">
      <div class="step"><div class="step-num">1</div>Enter a product name above and click Search</div>
      <div class="step"><div class="step-num">2</div>Claude AI will search for real prices across all Egyptian stores</div>
      <div class="step"><div class="step-num">3</div>Get real-time price comparison with direct store links</div>
    </div>
  </div>
</div>

<script>
function pick(v) {
  document.getElementById('q').value = v;
}

function go() {
  var q = document.getElementById('q').value.trim();
  if (!q) return;
  var prompt = 'ما هو سعر ' + q + ' في مصر الان؟ ابحث عن السعر الحالي على المتاجر التالية: Noon مصر، Jumia مصر، Carrefour مصر، B.Tech، Sharaf DG مصر، Dream2000، 2B، Dubai Phone، Raya Shop، Amazon مصر. اذكر السعر بالجنيه المصري لكل متجر مع رابط المنتج. رتبهم من الارخص للاغلى.';
  var url = 'https://claude.ai/new?q=' + encodeURIComponent(prompt);
  window.open(url, '_blank');
}

document.getElementById('q').onkeydown = function(e) {
  if (e.key === 'Enter') go();
};
</script>
</body>
</html><?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://e7seb.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://e7seb.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://e7seb.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://e7seb.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://e7seb.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
