/* style/download-center-pc-client-download.css */
.page-download-center-pc-client-download {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
}

.page-download-center-pc-client-download__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-download-center-pc-client-download__hero-section {
  background: linear-gradient(135deg, #003366, #1a4d80);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-bottom: 5px solid #FFCC00;
}

.page-download-center-pc-client-download__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract_geometric,gradient_overlay]') no-repeat center center/cover;
  opacity: 0.15;
  z-index: 0;
}

.page-download-center-pc-client-download__hero-section > * {
  position: relative;
  z-index: 1;
}

.page-download-center-pc-client-download__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFCC00; /* Accent color for title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  font-weight: 700;
}

.page-download-center-pc-client-download__subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.9;
}

.page-download-center-pc-client-download__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  margin: 10px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-download-center-pc-client-download__btn i {
  margin-right: 10px;
}

.page-download-center-pc-client-download__btn--primary {
  background-color: #FFCC00; /* Accent color */
  color: #003366; /* Primary color for text */
}

.page-download-center-pc-client-download__btn--primary:hover {
  background-color: #e6b800;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-download-center-pc-client-download__btn--secondary {
  background-color: #003366; /* Primary color */
  color: #ffffff;
  border: 2px solid #FFCC00;
}

.page-download-center-pc-client-download__btn--secondary:hover {
  background-color: #004080;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-download-center-pc-client-download__btn--accent {
  background-color: #FFCC00;
  color: #003366;
  border: 2px solid #003366;
}

.page-download-center-pc-client-download__btn--accent:hover {
  background-color: #e6b800;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-download-center-pc-client-download__content-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.page-download-center-pc-client-download__section-title {
  font-size: 2.5em;
  color: #003366;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-download-center-pc-client-download__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFCC00;
  border-radius: 2px;
}

.page-download-center-pc-client-download__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}

.page-download-center-pc-client-download__feature-item {
  background-color: #f0f4f8;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-download-center-pc-client-download__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-download-center-pc-client-download__feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
}

.page-download-center-pc-client-download__feature-title {
  font-size: 1.5em;
  color: #003366;
  margin-bottom: 15px;
}

.page-download-center-pc-client-download__system-requirements {
  background-color: #e6f2ff;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 60px;
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.05);
}

.page-download-center-pc-client-download__system-requirements ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
}

.page-download-center-pc-client-download__system-requirements li {
  background-color: #ffffff;
  padding: 15px 20px;
  border-left: 5px solid #003366;
  border-radius: 5px;
  font-size: 1.1em;
  color: #333;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
}

.page-download-center-pc-client-download__system-requirements li strong {
  color: #003366;
}

.page-download-center-pc-client-download__steps-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-bottom: 60px;
}

.page-download-center-pc-client-download__step-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
}

.page-download-center-pc-client-download__step-number {
  width: 50px;
  height: 50px;
  background-color: #FFCC00;
  color: #003366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8em;
  font-weight: bold;
  margin: -55px auto 20px auto;
  border: 4px solid #003366;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-download-center-pc-client-download__step-title {
  font-size: 1.6em;
  color: #003366;
  margin-bottom: 15px;
}

.page-download-center-pc-client-download__step-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-download-center-pc-client-download__faq-accordion {
  margin-bottom: 60px;
}

.page-download-center-pc-client-download__accordion-item {
  background-color: #f0f4f8;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.page-download-center-pc-client-download__accordion-header {
  width: 100%;
  background-color: #003366;
  color: #ffffff;
  padding: 18px 25px;
  text-align: left;
  font-size: 1.2em;
  font-weight: bold;
  border: none;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.page-download-center-pc-client-download__accordion-header:hover {
  background-color: #004080;
}

.page-download-center-pc-client-download__accordion-header::after {
  content: '\002B'; /* Plus sign */
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-download-center-pc-client-download__accordion-header.active::after {
  content: '\2212'; /* Minus sign */
  transform: rotate(180deg);
}

.page-download-center-pc-client-download__accordion-content {
  padding: 0 25px;
  background-color: #ffffff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-download-center-pc-client-download__accordion-content p {
  padding-bottom: 20px;
  margin-top: 10px;
  color: #555;
}

.page-download-center-pc-client-download__accordion-content a {
  color: #003366;
  text-decoration: underline;
}

.page-download-center-pc-client-download__cta-banner {
  background: linear-gradient(90deg, #003366, #004080);
  color: #ffffff;
  padding: 40px;
  border-radius: 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border: 3px solid #FFCC00;
}

.page-download-center-pc-client-download__cta-image {
  width: 100%;
  max-width: 250px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}

.page-download-center-pc-client-download__cta-content {
  z-index: 1;
}

.page-download-center-pc-client-download__cta-title {
  font-size: 2.2em;
  color: #FFCC00;
  margin-bottom: 15px;
  font-weight: 700;
}

.page-download-center-pc-client-download__cta-text {
  font-size: 1.2em;
  margin-bottom: 30px;
  opacity: 0.9;
}

.page-download-center-pc-client-download__cta-banner .page-download-center-pc-client-download__btn {
  margin: 5px 10px;
}

.page-download-center-pc-client-download p {
  margin-bottom: 15px;
  color: #444;
}

.page-download-center-pc-client-download p a {
  color: #003366;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .page-download-center-pc-client-download__main-title {
    font-size: 2.5em;
  }

  .page-download-center-pc-client-download__subtitle {
    font-size: 1.1em;
  }

  .page-download-center-pc-client-download__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-download-center-pc-client-download__section-title {
    font-size: 2em;
  }

  .page-download-center-pc-client-download__features-grid,
  .page-download-center-pc-client-download__steps-container {
    grid-template-columns: 1fr;
  }

  .page-download-center-pc-client-download__step-number {
    margin-top: 0;
  }

  .page-download-center-pc-client-download__cta-title {
    font-size: 1.8em;
  }

  .page-download-center-pc-client-download__cta-text {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-download-center-pc-client-download__main-title {
    font-size: 2em;
  }

  .page-download-center-pc-client-download__hero-section {
    padding: 60px 0;
  }

  .page-download-center-pc-client-download__btn {
    display: block;
    width: calc(100% - 20px);
    margin: 10px auto;
  }

  .page-download-center-pc-client-download__section-title {
    font-size: 1.8em;
  }

  .page-download-center-pc-client-download__cta-banner {
    padding: 30px 20px;
  }
}