body {
  margin: 0;
  font-family: Arial, sans-serif;
  color: #fff;
  overflow-x: hidden;
}

/* Background image */
.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://images.unsplash.com/photo-1509042239860-f550ce710b93?auto=format&fit=crop&w=1600&q=80");
  background-size: cover;
  background-position: center;
  filter: blur(10px);
  transform: scale(1.1);
  z-index: -2;
}

/* Dark overlay for readability */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: -1;
}

.container {
  max-width: 500px;
  margin: auto;
  padding: 20px;
}

/* Header */
header {
  text-align: center;
  margin-bottom: 30px;
}

header h1 {
  font-size: 40px;
  color: #d4af37;
  letter-spacing: 2px;
}

header p {
  opacity: 0.8;
}

/* Sections */
.menu-section {
  margin-bottom: 25px;
}

.menu-section h2 {
  border-bottom: 1px solid #444;
  padding-bottom: 5px;
  margin-bottom: 10px;
  color: #d4af37;
}

/* Items */
.item {
  display: flex;
  justify-content: space-between;
  background: rgba(255,255,255,0.08);
  padding: 12px;
  margin-bottom: 8px;
  border-radius: 12px;
  backdrop-filter: blur(6px);
  transition: 0.2s;
}

.item:hover {
  background: rgba(255,255,255,0.15);
}

/* QR */
.qr-box {
  text-align: center;
  margin-top: 30px;
}

.qr-box img {
  margin-top: 10px;
  border-radius: 12px;
}



body {
  margin: 0;
  font-family: Arial, sans-serif;
  color: #fff;
}

/* Header */
.header {
  text-align: center;
  margin-bottom: 30px;
}

/* لوگو */
.logo {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 10px;
  border: 2px solid rgba(212, 175, 55, 0.6);
  padding: 5px;
  background: rgba(255,255,255,0.05);
}

/* فونت کلاسیک برای برند */
.header h1 {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  color: #d4af37;
  letter-spacing: 2px;
  margin: 5px 0;
}

.header p {
  opacity: 0.8;
}

/* بک‌گراند همون قبلی می‌مونه */
.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 3.AVIF;
  background-size: cover;
  background-position: center;
  filter: blur(10px);
  transform: scale(1.1);
  z-index: -2;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: -1;
}

/* بقیه استایل‌ها همون قبلی */