  .download-header {
      background: linear-gradient(135deg, #ff6ec4, #7873f5);
      color: #fff;
      text-align: center;
      padding: 100px 20px;
      position: relative;
      overflow: hidden;
    }
    .download-header h1 {
      font-size: 3rem;
      font-weight: 700;
      margin-bottom: 20px;
    }
    .download-header p {
      font-size: 1.2rem;
      max-width: 600px;
      margin: auto;
    }
    .download-header .bg-shape {
      position: absolute;
      border-radius: 50%;
      opacity: 0.3;
      z-index: 0;
    }
    .download-section {
      padding: 80px 20px;
    }
    .download-card {
      background: #fff;
      border-radius: 20px;
      box-shadow: 0 10px 25px rgba(0,0,0,0.1);
      padding: 40px 30px;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .download-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    }
    .download-card img {
      width: 120px;
      margin-bottom: 20px;
    }
    .download-card h3 {
      font-size: 1.8rem;
      margin-bottom: 15px;
      color: #333;
    }
    .download-card p {
      color: #666;
      font-size: 1rem;
      margin-bottom: 25px;
    }
    .btn-download {
      background: #ff6ec4;
      color: #fff;
      padding: 12px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: 600;
      transition: background 0.3s ease;
    }
    .btn-download:hover {
      background: #7873f5;
      color: #fff;
    }
    .windows-header {
      background: linear-gradient(135deg, #ff6ec4, #7873f5);
      color: #fff;
      text-align: center;
      padding: 100px 20px;
      position: relative;
      overflow: hidden;
    }
    .windows-header h1 {
      font-size: 3rem;
      font-weight: 700;
      margin-bottom: 15px;
    }
    .windows-header p {
      font-size: 1.2rem;
      max-width: 600px;
      margin: auto;
    }
    .windows-header .bg-shape {
      position: absolute;
      border-radius: 50%;
      opacity: 0.3;
      z-index: 0;
    }
    .windows-download-section {
      padding: 80px 20px;
    }
    .windows-download-card {
      background: #fff;
      border-radius: 20px;
      box-shadow: 0 10px 25px rgba(0,0,0,0.1);
      padding: 40px 30px;
      text-align: center;
      max-width: 600px;
      margin: auto;
    }
    .windows-download-card img {
      width: 150px;
      margin-bottom: 20px;
    }
    .windows-download-card h2 {
      font-size: 2rem;
      margin-bottom: 15px;
    }
    .windows-download-card p {
      color: #666;
      font-size: 1rem;
      margin-bottom: 15px;
    }
    .btn-download-windows {
      background: #ff6ec4;
      color: #fff;
      padding: 15px 35px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: 600;
      font-size: 1.1rem;
      transition: background 0.3s ease;
    }
    .btn-download-windows:hover {
      background: #7873f5;
      color: #fff;
    }
    .system-requirements {
      background: #fff;
      border-radius: 20px;
      box-shadow: 0 10px 25px rgba(0,0,0,0.1);
      padding: 30px;
      max-width: 600px;
      margin: 40px auto 0;
    }
    .system-requirements h3 {
      margin-bottom: 20px;
    }
    .system-requirements ul {
      list-style: none;
      padding: 0;
      color: #555;
    }
    .system-requirements ul li {
      margin-bottom: 10px;
      padding-left: 10px;
      position: relative;
    }
    .system-requirements ul li::before {
      content: "✔";
      color: #ff6ec4;
      position: absolute;
      left: 0;
    }
    
.download-link-card {
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.2);
  padding: 50px 35px;
  text-align: center;
  max-width: 650px;
  margin: 50px auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.download-link-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(0,0,0,0.25);
}

.download-link-card img {
  width: 140px;
  margin-bottom: 25px;
  filter: drop-shadow(0 5px 15px rgba(0,0,0,0.2));
}

.download-link-card h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
  color: #333;
}

.download-link-card p {
  color: #555;
  font-size: 1.1rem;
  margin-bottom: 30px;
}

.btn-start-download {
  background: linear-gradient(135deg, #ff6ec4, #7873f5);
  color: #fff;
  padding: 15px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.2rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: none;
  box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.btn-start-download:hover {
  background: linear-gradient(135deg, #7873f5, #ff6ec4);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.25);
}

/* Modal Custom Styles */
.modal-content {
  border-radius: 25px;
  padding: 40px 35px;
  text-align: center;
  background: #f0f0f0;
  box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

.modal-header {
  border-bottom: none;
  justify-content: center;
}

.modal-header h5 {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
}

.modal-body p {
  color: #555;
  font-size: 1.1rem;
  margin-bottom: 25px;
}

.modal-body a, .modal-body button {
  background: linear-gradient(135deg, #ff6ec4, #7873f5);
  color: #fff;
  padding: 14px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: none;
  box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.modal-body a:hover, .modal-body button:hover {
  background: linear-gradient(135deg, #7873f5, #ff6ec4);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.25);
}

.progress {
  height: 28px;
  border-radius: 50px;
  overflow: hidden;
  background: #ddd;
  margin-bottom: 18px;
}

.progress-bar {
  background: linear-gradient(135deg, #ff6ec4, #7873f5);
  width: 0;
  font-weight: bold;
  text-align: center;
  color: #fff;
  box-shadow: inset 0 -2px 6px rgba(0,0,0,0.2);
  transition: width 0.3s ease;
}