/* style/download-ios.css */
.page-download-ios {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f9f9f9;
}

.page-download-ios .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-download-ios .section-title {
  font-size: 2.5em;
  color: #0A2342;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

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

.page-download-ios .section-description {
  font-size: 1.1em;
  color: #555;
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Hero Section */
.page-download-ios .hero-section {
  background: linear-gradient(135deg, #0A2342 0%, #1A3A60 100%);
  color: #FFFFFF;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-download-ios .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-ios .hero-section .container {
    position: relative;
    z-index: 1;
}

.page-download-ios .hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700;
  line-height: 1.2;
}

.page-download-ios .hero-description {
  font-size: 1.3em;
  max-width: 900px;
  margin: 0 auto 40px auto;
  color: #E0E0E0;
}

.page-download-ios .hero-actions .btn {
  margin: 0 15px;
  padding: 15px 35px;
  font-size: 1.2em;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.page-download-ios .btn-primary {
  background-color: #FFD700;
  color: #0A2342;
  border: 2px solid #FFD700;
}

.page-download-ios .btn-primary:hover {
  background-color: #E0B500;
  border-color: #E0B500;
  transform: translateY(-3px);
}

.page-download-ios .btn-secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-download-ios .btn-secondary:hover {
  background-color: #FFD700;
  color: #0A2342;
  transform: translateY(-3px);
}

.page-download-ios .hero-image-wrapper {
    margin-top: 50px;
    overflow: hidden;
}

.page-download-ios .hero-image {
    max-width: 60%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    display: block;
    margin: 0 auto;
}

/* Advantages Section */
.page-download-ios .advantages-section {
  padding: 60px 0;
  background-color: #FFFFFF;
}

.page-download-ios .advantages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

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

.page-download-ios .advantage-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.page-download-ios .advantage-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  color: #FFD700;
  background-color: #0A2342;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3em;
}

.page-download-ios .advantage-icon img {
    max-width: 60%;
    height: auto;
}

.page-download-ios .advantage-title {
  font-size: 1.6em;
  color: #0A2342;
  margin-bottom: 10px;
}

.page-download-ios .advantage-text {
  font-size: 1em;
  color: #666;
}

/* Download Guide Section */
.page-download-ios .download-guide-section {
  padding: 60px 0;
  background-color: #f0f2f5;
}

.page-download-ios .guide-steps {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 40px;
}

.page-download-ios .step-item {
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
}

.page-download-ios .step-item:nth-child(even) {
  flex-direction: row-reverse;
}

.page-download-ios .step-item:nth-child(odd) .step-image {
  margin-right: 30px;
}

.page-download-ios .step-item:nth-child(even) .step-image {
  margin-left: 30px;
}

.page-download-ios .step-item > div {
  flex: 1;
}

.page-download-ios .step-title {
  font-size: 2em;
  color: #0A2342;
  margin-bottom: 15px;
}

.page-download-ios .step-text {
  font-size: 1.1em;
  color: #555;
}

.page-download-ios .step-image {
  max-width: 40%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-download-ios .guide-cta {
  text-align: center;
  margin-top: 50px;
}

/* Features Section */
.page-download-ios .features-section {
  padding: 60px 0;
  background-color: #FFFFFF;
}

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

.page-download-ios .feature-item {
  text-align: center;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  background-color: #fefefe;
}

.page-download-ios .feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  color: #0A2342;
  font-size: 2.5em;
}

.page-download-ios .feature-icon img {
    max-width: 100%;
    height: auto;
}

.page-download-ios .feature-title {
  font-size: 1.5em;
  color: #0A2342;
  margin-bottom: 10px;
}

.page-download-ios .feature-text {
  font-size: 1em;
  color: #666;
}

/* Promotion Section */
.page-download-ios .promotion-section {
  padding: 60px 0;
  background-color: #f0f2f5;
}

.page-download-ios .promotion-content {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}

.page-download-ios .promotion-content:nth-child(even) {
    flex-direction: row-reverse;
}

.page-download-ios .promotion-text {
  flex: 1;
}

.page-download-ios .promotion-text ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-download-ios .promotion-text ul li {
  background-color: #E6F0FF;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-radius: 8px;
  color: #0A2342;
  font-size: 1.1em;
  border-left: 5px solid #FFD700;
}

.page-download-ios .promotion-text ul li strong {
  color: #0A2342;
}

.page-download-ios .promotion-image-wrapper {
  flex: 1;
  text-align: center;
}

.page-download-ios .promotion-image {
  max-width: 90%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Security Section */
.page-download-ios .security-section {
  padding: 60px 0;
  background-color: #FFFFFF;
}

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

.page-download-ios .security-item {
  text-align: center;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  background-color: #fefefe;
}

.page-download-ios .security-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  color: #0A2342;
  font-size: 2.5em;
}

.page-download-ios .security-icon img {
    max-width: 100%;
    height: auto;
}

.page-download-ios .security-title {
  font-size: 1.5em;
  color: #0A2342;
  margin-bottom: 10px;
}

.page-download-ios .security-text {
  font-size: 1em;
  color: #666;
}

/* FAQ Section */
.page-download-ios .faq-section {
  padding: 60px 0;
  background-color: #f0f2f5;
}

.page-download-ios .faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 40px;
}

.page-download-ios .faq-item {
  background-color: #FFFFFF;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.page-download-ios .faq-question {
  font-size: 1.3em;
  color: #0A2342;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-download-ios .faq-answer {
  font-size: 1em;
  color: #555;
}

.page-download-ios .faq-image-wrapper {
    grid-column: 1 / -1;
    text-align: center;
    margin-top: 30px;
}

.page-download-ios .faq-image {
    max-width: 70%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* CTA Section */
.page-download-ios .cta-section {
  background-color: #0A2342;
  color: #FFFFFF;
  padding: 80px 0;
  text-align: center;
}

.page-download-ios .cta-section .section-title {
  color: #FFD700;
}

.page-download-ios .cta-section .section-description {
  color: #E0E0E0;
  font-size: 1.2em;
  margin-bottom: 40px;
}

.page-download-ios .btn-large {
  padding: 18px 45px;
  font-size: 1.4em;
  border-radius: 10px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-download-ios .hero-title {
    font-size: 2.8em;
  }
  .page-download-ios .hero-description {
    font-size: 1.1em;
  }
  .page-download-ios .hero-image {
    max-width: 80%;
  }
  .page-download-ios .step-item {
    flex-direction: column;
    text-align: center;
  }
  .page-download-ios .step-item:nth-child(even) {
    flex-direction: column;
  }
  .page-download-ios .step-item:nth-child(odd) .step-image,
  .page-download-ios .step-item:nth-child(even) .step-image {
    margin: 30px auto 0 auto;
    max-width: 70%;
  }
  .page-download-ios .promotion-content {
    flex-direction: column;
  }
  .page-download-ios .promotion-content:nth-child(even) {
    flex-direction: column;
  }
  .page-download-ios .promotion-image {
    max-width: 100%;
  }
  .page-download-ios .faq-grid {
    grid-template-columns: 1fr;
  }
  .page-download-ios .faq-image {
    max-width: 90%;
  }
}

@media (max-width: 768px) {
  .page-download-ios .section-title {
    font-size: 2em;
  }
  .page-download-ios .hero-title {
    font-size: 2.2em;
  }
  .page-download-ios .hero-actions .btn {
    display: block;
    margin: 15px auto;
  }
  .page-download-ios .advantages-grid, .page-download-ios .features-grid, .page-download-ios .security-grid {
    grid-template-columns: 1fr;
  }
  .page-download-ios .step-image {
    max-width: 80%;
  }
}

@media (max-width: 480px) {
  .page-download-ios .hero-title {
    font-size: 1.8em;
  }
  .page-download-ios .hero-description {
    font-size: 1em;
  }
  .page-download-ios .btn-large {
    font-size: 1.2em;
    padding: 15px 30px;
  }
  .page-download-ios .section-title {
    font-size: 1.8em;
  }
}