*{
  box-sizing:border-box;
  font-family: Tahoma, Vazirmatn, sans-serif;
}

body{
  margin:0;
  background:#f5f7fb;
  color:#222;
}

a{text-decoration:none}

/* Layout */
.container{
  max-width:1200px;
  margin:auto;
  padding:0 20px;
}

/* Hero */
.hero{
  background:linear-gradient(135deg,#0d6efd,#6610f2);
  color:#fff;
  padding:70px 0;
}

.hero-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
  align-items:center;
}

.hero-text h1{
  font-size:44px;
  margin:0;
}

.hero-text h2{
  font-weight:400;
  margin:10px 0;
}

.hero-text p{
  opacity:.9;
}

.hero-badges{
  margin:15px 0;
  font-size:14px;
  opacity:.95;
}

.hero-image img{
  max-width:100%;
}

/* Buttons */
.btn-primary{
  display:inline-block;
  background:#fff;
  color:#0d6efd;
  padding:14px 30px;
  border-radius:12px;
  font-weight:bold;
  transition:.2s;
}

.btn-primary:hover{
  transform:translateY(-2px);
}

.btn-primary.large{
  padding:18px 45px;
  font-size:18px;
}

/* Sections */
.section{
  padding:70px 0;
}

.section.light{
  background:#fff;
}

.section-title{
  text-align:center;
  margin-bottom:45px;
  font-size:30px;
}

/* Cards */
.cards{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:22px;
}

.card{
  background:#fff;
  border-radius:18px;
  padding:30px;
  text-align:center;
  box-shadow:0 12px 35px rgba(0,0,0,.06);
}

.card span{
  font-size:38px;
}

.card h4{
  margin:15px 0 10px;
}

/* Center */
.center{
  text-align:center;
}

/* Footer */
.footer{
  text-align:center;
  padding:35px;
  font-size:14px;
  color:#666;
}

/* Mobile fixed download */
.mobile-download{
  display:none;
}

/* Responsive */
@media(max-width:900px){

  .hero-grid{
    grid-template-columns:1fr;
    text-align:center;
  }

  .hero-text h1{
    font-size:34px;
  }

  .mobile-download{
    display:block;
    position:fixed;
    bottom:18px;
    right:18px;
    background:#0d6efd;
    color:#fff;
    padding:14px 22px;
    border-radius:50px;
    font-weight:bold;
    box-shadow:0 12px 25px rgba(0,0,0,.3);
    z-index:999;
  }
}
.hero-badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:18px 0 32px; /* فاصله استاندارد از دکمه */
}

.hero-badges span{
  background:rgba(255,255,255,.15);
  padding:6px 14px;
  border-radius:20px;
  font-size:14px;
  white-space:nowrap;
}

/* موبایل */
@media(max-width:600px){
  .hero-badges{
    justify-content:center;
  }
}
/* فاصله بین بخش "موبایل یاد چیست؟" و فوتر */
.about-app {
  margin-bottom: 80px; /* فاصله مناسب از فوتر */
}

/* اطمینان از اینکه فوتر همیشه پایین است */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

footer.footer {
  margin-top: auto; /* فوتر به پایین صفحه چسبیده می‌شود */
}
