
body { font-family: 'Tahoma', sans-serif; margin: 0; background-color: #fdf8f0; color: #5a3a22; line-height: 1.6; }
.container { width: 90%; max-width: 1200px; margin: 0 auto; padding: 20px 0; }
header { background-color: #a0522d; color: white; padding: 15px 0; box-shadow: 0 2px 5px rgba(0,0,0,0.2); }
header .container { display: flex; justify-content: space-between; align-items: center; }
.logo { font-size: 2em; font-weight: bold; font-family: 'B Nazanin', sans-serif; }
nav a { color: white; text-decoration: none; margin-left: 25px; font-size: 1.15em; transition: color 0.3s ease; }
nav a:hover { color: #ffc107; }
main { padding: 40px 0; text-align: center; }
h1, h2, h3 { color: #8b4513; font-family: 'B Nazanin', sans-serif; }
h2 { font-size: 2.5em; margin-bottom: 30px; }
h3 { font-size: 1.8em; margin-bottom: 20px; }
footer { background-color: #5a3a22; color: white; text-align: center; padding: 25px 0; margin-top: 50px; }
footer .container { display: flex; justify-content: space-between; align-items: center; }
.social-links a { color: white; text-decoration: none; margin-left: 15px; font-size: 1.1em; transition: color 0.3s ease; }
.social-links a:hover { color: #ffc107; }
.cta-button { display: inline-block; background-color: #ffc107; color: #5a3a22; padding: 12px 25px; text-decoration: none; border-radius: 5px; font-size: 1.2em; font-weight: bold; margin-top: 20px; transition: background-color 0.3s ease; }
.cta-button:hover { background-color: #e0a800; }

/* --- بخش منو --- */
.menu-section { padding: 50px 0; background-color: #fcf8f2; }
.menu-section h2 { margin-bottom: 40px; color: #a0522d; }
.menu-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; }
.menu-item { background-color: white; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 12px rgba(90, 58, 34, 0.15); text-align: center; padding-bottom: 20px; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; justify-content: space-between;}
.menu-item:hover { transform: translateY(-8px); box-shadow: 0 8px 18px rgba(90, 58, 34, 0.25); }
.menu-item img { width: 100%; height: 200px; object-fit: cover; border-bottom: 1px solid #eee; }
.menu-item h3 { margin: 15px 0 10px; color: #8b4513; font-size: 1.5em; }
.menu-item p { color: #5a3a22; font-size: 0.95em; padding: 0 15px; flex-grow: 1; }
.menu-item .price { display: block; font-size: 1.3em; font-weight: bold; color: #28a745; margin-top: 15px; padding-top: 15px; border-top: 1px dashed #eee;}

/* --- بخش پرداخت --- */
.payment-section { padding: 50px 0; background-color: #fdf8f0; }
.payment-section h2 { margin-bottom: 30px; color: #a0522d; }
.payment-info { max-width: 700px; margin: 0 auto; background-color: white; padding: 30px; border-radius: 10px; box-shadow: 0 4px 12px rgba(90, 58, 34, 0.15); text-align: center; }
.payment-info p { margin-bottom: 20px; font-size: 1.1em; color: #5a3a22; line-height: 1.8; }
.payment-info p strong { color: #8b4513; }
.qr-code img { margin-top: 10px; box-shadow: 0 0 10px rgba(0,0,0,0.1); }
.copy-button { background-color: #ffc107; color: #5a3a22; border: none; padding: 5px 10px; border-radius: 5px; cursor: pointer; font-size: 0.9em; margin-left: 10px; transition: background-color 0.3s ease;}
.copy-button:hover { background-color: #e0a800; }
    