.header{width:100%;background:#fff;padding:18px 0;box-shadow:0 2px 10px #00000014}.header-container{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}.logo{margin:0;font-weight:800;color:#2563eb}.nav{display:flex;gap:25px;flex-wrap:wrap}.nav a{color:#374151;font-weight:600;transition:.3s}.nav a:hover{color:#2563eb}@media(max-width:768px){.header-container{justify-content:center}.nav{justify-content:center;gap:15px}}.footer{background:#0f172a;color:#fff;padding:50px 20px;margin-top:80px}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}.footer h2{color:#fff;margin-bottom:15px}.footer h3{margin-bottom:15px}.footer p{color:#cbd5e1;line-height:1.8}.footer-bottom{margin-top:35px;padding-top:25px;border-top:1px solid #334155;text-align:center;color:#94a3b8}@media(max-width:768px){.footer{text-align:center}}.hero{width:100%;padding:80px 20px;background:#fff;color:#111827;text-align:center;position:relative;overflow:hidden}.hero-content{max-width:900px;margin:auto;position:relative}.hero-badge{display:inline-block;padding:10px 22px;margin-bottom:25px;background:#2563eb;color:#fff;border-radius:999px;font-weight:700;font-size:15px}.hero h1{font-size:52px;line-height:1.35;margin-bottom:20px;color:#111827;font-weight:900}.hero p{max-width:700px;margin:0 auto 35px;font-size:20px;color:#6b7280}.hero-btn{padding:16px 38px;border:none;border-radius:999px;background:#2563eb;color:#fff;font-size:18px;font-weight:700;cursor:pointer;transition:.3s}.hero-btn:hover{transform:translateY(-3px);background:#1d4ed8}.hero-stats{margin-top:50px;display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.hero-stats div{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:20px 30px;min-width:150px}.hero-stats h2{color:#2563eb;font-size:34px;margin-bottom:5px}.hero-stats span{color:#6b7280}@media(max-width:768px){.hero{padding:50px 16px}.hero h1{font-size:34px}.hero p{font-size:16px}.hero-btn{width:100%;max-width:320px}.hero-stats{display:grid;grid-template-columns:1fr}}.stores-section{padding:70px 20px;background:#fff}.stores-title{text-align:center;font-size:34px;font-weight:800;margin-bottom:40px;color:#111827}.stores-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:24px}.store-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:25px;text-align:center;transition:.25s;box-shadow:0 6px 20px #00000014}.store-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #0000001f}.store-card img{width:90px;height:90px;object-fit:contain;margin:0 auto 18px}.store-card h3{font-size:20px;color:#111827}@media(max-width:768px){.stores-section{padding:50px 15px}.stores-title{font-size:28px}.stores-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.stores-grid{grid-template-columns:1fr}}.featured-coupons{padding:70px 0;background:#f8fafc}.featured-title{text-align:center;font-size:36px;font-weight:900;color:#111827;margin-bottom:40px}.coupon-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.coupon-card{background:#fff;border-radius:20px;padding:30px;text-align:center;border:1px solid #e5e7eb}.coupon-card h3{font-size:22px;margin-bottom:15px}.coupon-card p{color:#6b7280;margin-bottom:20px}.coupon-card button{background:#2563eb;color:#fff;border:none;padding:12px 25px;border-radius:999px;font-weight:700;cursor:pointer}@media(max-width:768px){.coupon-grid{grid-template-columns:1fr}}.categories-section{padding:70px 20px;background:#f8fafc}.categories-title{text-align:center;font-size:34px;margin-bottom:40px;color:#1e3a8a;font-weight:800}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px}.category-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:28px 20px;text-align:center;transition:.3s;box-shadow:0 6px 20px #0000000f}.category-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #0000001f}.category-icon{font-size:48px;margin-bottom:16px}.category-card h3{font-size:22px;color:#111827;margin-bottom:18px}.category-btn{border:none;background:#2563eb;color:#fff;padding:12px 24px;border-radius:999px;font-weight:700;cursor:pointer;transition:.3s}.category-btn:hover{background:#1d4ed8;transform:translateY(-2px)}.empty-category{text-align:center;color:#6b7280;margin-top:25px}.category-shine,.reveal,.reveal.show{display:none}@media(max-width:768px){.categories-section{padding:50px 15px}.categories-title{font-size:28px}.categories-grid{grid-template-columns:1fr}.category-card{padding:22px 16px}.category-icon{font-size:42px}}@tailwind base;@tailwind components;@tailwind utilities;*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;min-height:100%}html{scroll-behavior:smooth}body{font-family:Cairo,Arial,sans-serif;background:#fff;color:#222;line-height:1.6;overflow-x:hidden}a{text-decoration:none;color:inherit}button{font-family:inherit}img{max-width:100%;height:auto;display:block}.app{width:100%;min-height:100vh;overflow:hidden}main{width:100%}.container{width:min(1200px,92%);margin:auto}@media(max-width:768px){.hero{min-height:90vh;padding:25px 15px}.hero h1{font-size:36px!important}.hero p{font-size:17px!important}.hero-content{width:100%}.hero-stats{gap:20px!important}.hero-stats h2{font-size:30px!important}.products-grid,.coupon-grid{grid-template-columns:1fr!important}.deals-section h2{font-size:28px}.featured-title{font-size:28px!important}}@media(max-width:420px){.hero h1{font-size:30px!important}.hero-btn{width:100%}}
