/* Blast Office Custom Styles */

/* Pricing page cards */
.pricing-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
  text-align: center;
  transition: box-shadow 0.3s ease;
}

.pricing-card:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.pricing-card h3 {
  margin-top: 0;
}

.pricing-card .price {
  font-size: 2em;
  font-weight: bold;
  color: #2980b9;
  margin: 15px 0;
}

/* Download page platform cards */
#download-platforms .box {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #eee;
  border-radius: 8px;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

#download-platforms .box:hover {
  border-color: #2980b9;
  background-color: #f8f9fa;
}

#download-platforms .box h3 {
  margin-top: 0;
}

#download-platforms .box i {
  margin-right: 8px;
}

/* OS detection highlight */
#download-platforms .box.detected {
  border: 2px solid #2980b9;
  background-color: #eaf2f8;
}

/* Tutorial category listing */
.tutorial-category {
  margin-bottom: 30px;
}

.tutorial-category h2 {
  border-bottom: 2px solid #2980b9;
  padding-bottom: 8px;
  margin-bottom: 20px;
}

.tutorial-item {
  margin-bottom: 15px;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.tutorial-item h4 {
  margin-bottom: 5px;
}

.tutorial-item h4 a {
  color: #333;
}

.tutorial-item h4 a:hover {
  color: #2980b9;
}

/* Tutorial navigation */
.tutorial-nav {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

/* No-tracking footer notice */
#copyright .text-center small {
  color: #999;
}
