/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/app/download/download.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************/
.download_container__3jmiZ {
  min-height: 100vh;
  background-color: #ffffff;
  margin-top: 80px; /* Account for fixed navbar */
  width: 100%;
}

/* Hero Section */
.download_hero__KG0gz {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 100px 0 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.download_hero__KG0gz::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" fill="white" opacity="0.1"><polygon points="0,0 1000,0 1000,100"/></svg>');
  background-size: cover;
}

.download_heroContent__cbS_v {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}

.download_heroTitle__I99t_ {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.download_heroSubtitle__rg8_D {
  font-size: 1.3rem;
  font-weight: 300;
  opacity: 0.9;
  line-height: 1.6;
}

/* Download Section */
.download_section__YTSpI {
  padding: 80px 0;
  background-color: #f8fafc;
}

.download_content__2KX22 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.download_downloadGrid__KP67W {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
  max-width: 800px;
  margin: 0 auto;
}

.download_downloadCard__5xLsD {
  background: white;
  padding: 40px 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.download_downloadCard__5xLsD:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.download_downloadIcon__6kVZY {
  margin-bottom: 20px;
}

.download_storeImage__CU0xF {
  width: 180px;
  height: 60px;
  object-fit: contain;
}

.download_downloadInfo__r1zIe h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}

.download_downloadInfo__r1zIe p {
  color: #666;
  margin-bottom: 20px;
  line-height: 1.6;
}

.download_downloadButton__wrTbm {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: inline-block;
}

.download_downloadCard__5xLsD:hover .download_downloadButton__wrTbm {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
}



/* Responsive Design */
@media (max-width: 768px) {
  .download_heroTitle__I99t_ {
    font-size: 2.5rem;
  }
  
  .download_heroSubtitle__rg8_D {
    font-size: 1.1rem;
  }
  
  .download_downloadGrid__KP67W {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .download_storeImage__CU0xF {
    width: 160px;
    height: 50px;
  }
  
  .download_heroContent__cbS_v {
    padding: 0 20px;
  }
  
  .download_content__2KX22 {
    padding: 0 20px;
  }
}

@media (max-width: 480px) {
  .download_hero__KG0gz {
    padding: 80px 0 60px;
  }
  
  .download_section__YTSpI {
    padding: 60px 0;
  }
  
  .download_heroTitle__I99t_ {
    font-size: 2rem;
  }
  
  .download_storeImage__CU0xF {
    width: 140px;
    height: 45px;
  }
  
  .download_downloadCard__5xLsD {
    padding: 30px 20px;
  }
}
