/* style/download-center-secure-download-notice.css */

.page-download-center-secure-download-notice {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
}

.page-download-center-secure-download-notice__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-download-center-secure-download-notice__hero-section {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-download-center-secure-download-notice__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,pattern]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-download-center-secure-download-notice__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  z-index: 1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-download-center-secure-download-notice__hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  color: #e0e0e0;
  position: relative;
  z-index: 1;
}

.page-download-center-secure-download-notice__cta-button {
  display: inline-block;
  background-color: #ffc107;
  color: #212529;
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}

.page-download-center-secure-download-notice__cta-button:hover {
  background-color: #e0a800;
  transform: translateY(-3px);
}

.page-download-center-secure-download-notice__cta-button--small {
  padding: 10px 25px;
  font-size: 1em;
}

.page-download-center-secure-download-notice__cta-button--secondary {
  background-color: #0056b3;
  color: #fff;
  margin-left: 20px;
}

.page-download-center-secure-download-notice__cta-button--secondary:hover {
  background-color: #004085;
}

.page-download-center-secure-download-notice__content-section,
.page-download-center-secure-download-notice__download-guide,
.page-download-center-secure-download-notice__risks-section,
.page-download-center-secure-download-notice__faq-section,
.page-download-center-secure-download-notice__cta-bottom {
  padding: 60px 0;
}

.page-download-center-secure-download-notice__section-title {
  font-size: 2.5em;
  color: #007bff;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.page-download-center-secure-download-notice__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #ffc107;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-download-center-secure-download-notice__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-download-center-secure-download-notice__grid-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.page-download-center-secure-download-notice__icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 4px 8px rgba(0, 123, 255, 0.2));
}

.page-download-center-secure-download-notice__item-title {
  font-size: 1.5em;
  color: #007bff;
  margin-bottom: 15px;
}

.page-download-center-secure-download-notice__paragraph {
  font-size: 1.1em;
  text-align: justify;
  margin-bottom: 20px;
  color: #495057;
}

.page-download-center-secure-download-notice__steps {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}

.page-download-center-secure-download-notice__step-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: flex-start;
  gap: 25px;
  text-align: left;
}

.page-download-center-secure-download-notice__step-number {
  background-color: #007bff;
  color: #fff;
  width: 45px;
  height: 45px;
  min-width: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-download-center-secure-download-notice__step-item .page-download-center-secure-download-notice__item-title {
  margin-top: 0;
  font-size: 1.6em;
  color: #007bff;
}

.page-download-center-secure-download-notice__step-item p,
.page-download-center-secure-download-notice__step-item ul {
  font-size: 1.05em;
  color: #495057;
  margin-top: 10px;
  flex-grow: 1;
}

.page-download-center-secure-download-notice__step-item ul {
  list-style-type: disc;
  padding-left: 25px;
}

.page-download-center-secure-download-notice__step-item li {
  margin-bottom: 8px;
}

.page-download-center-secure-download-notice__image-full-width {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 25px;
  margin-bottom: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-download-center-secure-download-notice__image-half-width {
  width: 50%;
  max-width: 300px;
  height: auto;
  border-radius: 8px;
  margin: 25px auto 15px auto;
  display: block;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-download-center-secure-download-notice__risks-section {
  background-color: #e9ecef;
}

.page-download-center-secure-download-notice__risk-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-download-center-secure-download-notice__risk-list li {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 15px;
  border-left: 5px solid #ffc107;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  font-size: 1.1em;
  color: #343a40;
}

.page-download-center-secure-download-notice__risk-list li strong {
  color: #dc3545;
}

.page-download-center-secure-download-notice__faq-section {
  background-color: #f8f9fa;
}

.page-download-center-secure-download-notice__faq-item {
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.page-download-center-secure-download-notice__faq-question {
  font-size: 1.3em;
  color: #007bff;
  padding: 20px 25px;
  margin: 0;
  cursor: pointer;
  background-color: #eaf6ff;
  border-bottom: 1px solid #dee2e6;
  transition: background-color 0.3s ease;
}

.page-download-center-secure-download-notice__faq-question:hover {
  background-color: #d6ebff;
}

.page-download-center-secure-download-notice__faq-answer {
  padding: 20px 25px;
  margin: 0;
  color: #495057;
  font-size: 1.05em;
  display: none; /* Hidden by default, toggled by JS */
}

.page-download-center-secure-download-notice__faq-item.active .page-download-center-secure-download-notice__faq-answer {
  display: block;
}

.page-download-center-secure-download-notice__cta-bottom {
  text-align: center;
  padding: 80px 0;
  background-color: #007bff;
  color: #fff;
  background-image: url('[GALLERY:bg:abstract,geometric,blue_gold_pattern]');
  background-size: cover;
  background-position: center;
}

.page-download-center-secure-download-notice__cta-bottom .page-download-center-secure-download-notice__section-title {
  color: #fff;
}

.page-download-center-secure-download-notice__cta-bottom .page-download-center-secure-download-notice__section-title::after {
  background-color: #ffc107;
}

.page-download-center-secure-download-notice__cta-bottom .page-download-center-secure-download-notice__paragraph {
  color: #e0e0e0;
  margin-bottom: 40px;
  font-size: 1.2em;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-download-center-secure-download-notice__hero-title {
    font-size: 2.5em;
  }

  .page-download-center-secure-download-notice__hero-subtitle {
    font-size: 1.2em;
  }

  .page-download-center-secure-download-notice__section-title {
    font-size: 2em;
  }

  .page-download-center-secure-download-notice__grid {
    grid-template-columns: 1fr;
  }

  .page-download-center-secure-download-notice__step-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .page-download-center-secure-download-notice__step-number {
    margin-bottom: 20px;
  }
  
  .page-download-center-secure-download-notice__cta-button--secondary {
    margin-left: 0;
    margin-top: 15px;
  }
  .page-download-center-secure-download-notice__image-half-width {
    width: 80%;
  }
}

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

  .page-download-center-secure-download-notice__hero-subtitle {
    font-size: 1em;
  }

  .page-download-center-secure-download-notice__section-title {
    font-size: 1.8em;
  }

  .page-download-center-secure-download-notice__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-download-center-secure-download-notice__cta-button--secondary {
    display: block;
    width: 100%;
    margin-left: 0;
  }
  .page-download-center-secure-download-notice__image-half-width {
    width: 100%;
  }
}