/*
Theme Name: MTA Factory Theme
Theme URI: https://daneshop.ir
Author: Mojtaba Tarashi
Description: MTA Factory – جایی که دانایی به دارایی بدل می‌شود
Version: 06.1
Text Domain: mtafactory
*/

@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;700&display=swap');

body {
  margin: 0;
  font-family: 'Vazirmatn', sans-serif;
  background: radial-gradient(circle at center, #0b1b25 0%, #06090c 100%);
  color: #e5e5e5;
  overflow-x: hidden;
}

/* هدر */
header {
  background: rgba(10, 13, 20, 0.9);
  border-bottom: 1px solid rgba(255, 215, 0, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 32px;
}
.site-title a {
  color: #eec76f;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.4rem;
}
nav ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
nav ul li {
  margin-right: 24px;
}
nav ul li a {
  color: #dcdcdc;
  text-decoration: none;
  transition: color 0.3s ease;
}
nav ul li a:hover {
  color: #ffd700;
}

/* بخش قهرمان */
.hero {
  text-align: center;
  padding-top: 10vh;
}
.hero h1 {
  font-weight: 700;
  color: #f0d890;
  font-size: 2rem;
}
.hero p {
  font-size: 1.1rem;
  color: #c0c0c0;
}
.cta-button {
  margin-top: 16px;
  padding: 10px 22px;
  background: linear-gradient(145deg, #d4af37, #b8860b);
  color: #111;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}
.cta-button:hover {
  background: linear-gradient(145deg, #ffd700, #c9a410);
}

/* پاصفحه */
footer {
  text-align: center;
  padding: 24px;
  border-top: 1px solid rgba(255,215,0,0.3);
  font-size: 0.9rem;
  color: #999;
}

canvas { display: block; margin: 30px auto; }
