.page-blog-lote92-registration-download-tutorial {
  --primary-color: #F2C14E;
  --secondary-color: #FFD36B;
  --card-bg: #111111;
  --main-bg: #0A0A0A;
  --text-main: #FFF6D6;
  --border-color: #3A2A12;
  --glow-color: #FFD36B;
  --button-gradient: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);

  color: var(--text-main);
  background-color: var(--main-bg);
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-lote92-registration-download-tutorial__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-lote92-registration-download-tutorial__section {
  padding: 40px 0;
}

.page-blog-lote92-registration-download-tutorial__hero-section {
  position: relative;
  overflow: hidden;
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 40px;
  background-color: var(--main-bg);
}

.page-blog-lote92-registration-download-tutorial__hero-image {
  position: relative;
  width: 100%;
  height: 600px; /* Fixed height for desktop hero */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-lote92-registration-download-tutorial__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-blog-lote92-registration-download-tutorial__hero-content {
  text-align: center;
  max-width: 900px;
  margin: 40px auto 0;
  padding: 0 20px;
  z-index: 1;
}

.page-blog-lote92-registration-download-tutorial__main-title {
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
}

.page-blog-lote92-registration-download-tutorial__lead-text {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  color: var(--text-main);
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-lote92-registration-download-tutorial__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.page-blog-lote92-registration-download-tutorial__btn-primary,
.page-blog-lote92-registration-download-tutorial__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.page-blog-lote92-registration-download-tutorial__btn-primary {
  background: var(--button-gradient);
  color: #ffffff;
  border: 2px solid transparent;
}

.page-blog-lote92-registration-download-tutorial__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(242, 193, 78, 0.4);
}

.page-blog-lote92-registration-download-tutorial__btn-secondary {
  background: var(--card-bg);
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.page-blog-lote92-registration-download-tutorial__btn-secondary:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(255, 211, 107, 0.2);
}

.page-blog-lote92-registration-download-tutorial__section-title {
  font-size: clamp(2rem, 3vw, 2.8rem);
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
}

.page-blog-lote92-registration-download-tutorial__content-block {
  background-color: var(--card-bg);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  color: var(--text-main);
}

.page-blog-lote92-registration-download-tutorial__content-block p {
  margin-bottom: 15px;
  font-size: 1.05rem;
}

.page-blog-lote92-registration-download-tutorial__content-block h3,
.page-blog-lote92-registration-download-tutorial__content-block h4 {
  color: var(--secondary-color);
  margin-top: 25px;
  margin-bottom: 15px;
}

.page-blog-lote92-registration-download-tutorial__step-item {
  margin-bottom: 30px;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 20px;
}

.page-blog-lote92-registration-download-tutorial__step-item:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.page-blog-lote92-registration-download-tutorial__step-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.page-blog-lote92-registration-download-tutorial__step-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--secondary-color);
  margin-bottom: 10px;
}

.page-blog-lote92-registration-download-tutorial__step-item img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
  display: block;
}

.page-blog-lote92-registration-download-tutorial__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-blog-lote92-registration-download-tutorial__list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  color: var(--text-main);
  font-size: 1.05rem;
}

.page-blog-lote92-registration-download-tutorial__list li::before {
  content: '✓';
  color: var(--primary-color);
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}

.page-blog-lote92-registration-download-tutorial__benefits-list li::before {
  content: '★';
}

/* FAQ Section */
details.page-blog-lote92-registration-download-tutorial__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid var(--border-color);
  overflow: hidden;
  background: var(--card-bg);
  color: var(--text-main);
}
details.page-blog-lote92-registration-download-tutorial__faq-item summary.page-blog-lote92-registration-download-tutorial__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
  color: var(--primary-color);
}
details.page-blog-lote92-registration-download-tutorial__faq-item summary.page-blog-lote92-registration-download-tutorial__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-lote92-registration-download-tutorial__faq-item summary.page-blog-lote92-registration-download-tutorial__faq-question:hover {
  background: rgba(242, 193, 78, 0.1);
}
.page-blog-lote92-registration-download-tutorial__faq-qtext {
  flex: 1;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: var(--text-main);
}
.page-blog-lote92-registration-download-tutorial__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: var(--primary-color);
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}
details.page-blog-lote92-registration-download-tutorial__faq-item .page-blog-lote92-registration-download-tutorial__faq-answer {
  padding: 0 20px 20px;
  background: rgba(17, 17, 17, 0.8);
  border-radius: 0 0 5px 5px;
  color: var(--text-main);
}
.page-blog-lote92-registration-download-tutorial__faq-answer p {
  margin-bottom: 0;
}

/* General image styling for content area */
.page-blog-lote92-registration-download-tutorial img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive styles for desktop/tablet transition (e.g., 849px) */
@media (max-width: 849px) {
  .page-blog-lote92-registration-download-tutorial__hero-image img {
    object-fit: contain !important; /* Prevent cropping on smaller screens */
    aspect-ratio: unset !important; /* Allow natural aspect ratio */
    height: auto;
  }
  .page-blog-lote92-registration-download-tutorial__hero-image {
    height: auto;
  }
}

/* Mobile styles */
@media (max-width: 768px) {
  .page-blog-lote92-registration-download-tutorial__container {
    padding: 0 15px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-lote92-registration-download-tutorial__section {
    padding: 30px 0;
  }

  /* HERO 主图区域 */
  .page-blog-lote92-registration-download-tutorial__hero-section {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .page-blog-lote92-registration-download-tutorial__hero-image {
    height: auto;
  }
  .page-blog-lote92-registration-download-tutorial__hero-image img {
    object-fit: contain !important;
    aspect-ratio: unset !important;
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-lote92-registration-download-tutorial__hero-content {
    padding: 0 15px;
  }
  .page-blog-lote92-registration-download-tutorial__main-title {
    font-size: clamp(2rem, 8vw, 2.5rem);
  }
  .page-blog-lote92-registration-download-tutorial__lead-text {
    font-size: 1rem;
  }

  /* 按钮与按钮容器 */
  .page-blog-lote92-registration-download-tutorial__cta-buttons {
    flex-direction: column;
    gap: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 0 15px; /* Add padding to container */
  }
  .page-blog-lote92-registration-download-tutorial__btn-primary,
  .page-blog-lote92-registration-download-tutorial__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    font-size: 1rem;
    padding: 12px 20px;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-lote92-registration-download-tutorial__section-title {
    font-size: clamp(1.8rem, 7vw, 2.2rem);
    margin-bottom: 20px;
  }

  .page-blog-lote92-registration-download-tutorial__content-block {
    padding: 20px;
    margin-bottom: 20px;
  }
  .page-blog-lote92-registration-download-tutorial__content-block p {
    font-size: 0.95rem;
  }
  .page-blog-lote92-registration-download-tutorial__content-block h3 {
    font-size: 1.6rem;
  }
  .page-blog-lote92-registration-download-tutorial__content-block h4 {
    font-size: 1.3rem;
  }

  .page-blog-lote92-registration-download-tutorial__step-item img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  /* 通用图片与容器 */
  .page-blog-lote92-registration-download-tutorial img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-lote92-registration-download-tutorial__introduction-section,
  .page-blog-lote92-registration-download-tutorial__registration-guide,
  .page-blog-lote92-registration-download-tutorial__download-guide,
  .page-blog-lote92-registration-download-tutorial__benefits-section,
  .page-blog-lote92-registration-download-tutorial__common-issues,
  .page-blog-lote92-registration-download-tutorial__faq-section,
  .page-blog-lote92-registration-download-tutorial__conclusion-cta {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* FAQ */
  details.page-blog-lote92-registration-download-tutorial__faq-item summary.page-blog-lote92-registration-download-tutorial__faq-question { padding: 15px; }
  .page-blog-lote92-registration-download-tutorial__faq-qtext { font-size: 15px; }
  details.page-blog-lote92-registration-download-tutorial__faq-item .page-blog-lote92-registration-download-tutorial__faq-answer {
    padding: 0 15px 15px; /* Adjust padding for mobile */
  }
  .page-blog-lote92-registration-download-tutorial__faq-answer p {
    font-size: 0.95rem;
  }
}