/* style/blog-how-to-securely-get-v7club-link.css */
.page-blog-how-to-securely-get-v7club-link {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #FFF5E1; /* Text Main */
  background-color: #B71C1C; /* Background */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-blog-how-to-securely-get-v7club-link__hero-section {
  position: relative;
  width: 100%;
  padding-top: 10px; /* Small top padding, relying on body for header offset */
  padding-bottom: 40px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #7A0E0E; /* Deep Red */
}

.page-blog-how-to-securely-get-v7club-link__hero-image-wrapper {
  width: 100%;
  max-height: 675px; /* Limit height for aesthetic */
  overflow: hidden;
  margin-bottom: 20px;
}

.page-blog-how-to-securely-get-v7club-link__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-how-to-securely-get-v7club-link__hero-content {
  max-width: 900px;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-how-to-securely-get-v7club-link__main-title {
  font-size: 2.8em;
  font-weight: bold;
  color: #FFD86A; /* Gold gradient start */
  margin-bottom: 15px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  max-width: 100%;
}

.page-blog-how-to-securely-get-v7club-link__subtitle {
  font-size: 1.2em;
  color: #FFF5E1; /* Text Main */
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-how-to-securely-get-v7club-link__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-how-to-securely-get-v7club-link__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%); /* Button Gold */
  color: #7A0E0E; /* Deep Red for contrast */
  border: 2px solid #F2B544; /* Border Gold */
}

.page-blog-how-to-securely-get-v7club-link__btn-primary:hover {
  background: linear-gradient(180deg, #E6B800 0%, #FFD86A 100%);
  transform: translateY(-2px);
}

.page-blog-how-to-securely-get-v7club-link__btn-secondary {
  background: #B71C1C; /* Background Red */
  color: #FFD86A; /* Gold */
  border: 2px solid #F2B544; /* Border Gold */
}

.page-blog-how-to-securely-get-v7club-link__btn-secondary:hover {
  background: #7A0E0E; /* Deep Red */
  transform: translateY(-2px);
}

.page-blog-how-to-securely-get-v7club-link__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.page-blog-how-to-securely-get-v7club-link__text-block {
  background-color: #D32F2F; /* Card BG */
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #FFF5E1; /* Text Main */
}

.page-blog-how-to-securely-get-v7club-link__section-title {
  font-size: 2em;
  color: #FFD86A; /* Gold */
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}

.page-blog-how-to-securely-get-v7club-link__subsection-title {
  font-size: 1.5em;
  color: #F4D34D; /* Gold */
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-how-to-securely-get-v7club-link p {
  margin-bottom: 15px;
  color: #FFF5E1;
}

.page-blog-how-to-securely-get-v7club-link p a {
  color: #FFD86A;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.page-blog-how-to-securely-get-v7club-link p a:hover {
  color: #F4D34D;
}

.page-blog-how-to-securely-get-v7club-link__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 15px;
  color: #FFF5E1;
}

.page-blog-how-to-securely-get-v7club-link__list-item {
  margin-bottom: 10px;
}

.page-blog-how-to-securely-get-v7club-link__list-item strong {
  color: #F4D34D;
}

.page-blog-how-to-securely-get-v7club-link__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 25px 0;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-securely-get-v7club-link__faq-section {
  margin-top: 40px;
  padding: 30px 20px;
  background-color: #7A0E0E; /* Deep Red */
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-securely-get-v7club-link__faq-container {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-how-to-securely-get-v7club-link__faq-item {
  background-color: #D32F2F; /* Card BG */
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-blog-how-to-securely-get-v7club-link__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.1em;
  font-weight: bold;
  color: #FFF5E1; /* Text Main */
  cursor: pointer;
  background-color: #D32F2F; /* Card BG */
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  list-style: none;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Safari */
  -khtml-user-select: none;    /* Konqueror HTML */
  -moz-user-select: none;      /* Old versions of Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.page-blog-how-to-securely-get-v7club-link__faq-question::-webkit-details-marker,
.page-blog-how-to-securely-get-v7club-link__faq-question::marker {
  display: none;
}

.page-blog-how-to-securely-get-v7club-link__faq-qtext {
  flex-grow: 1;
}

.page-blog-how-to-securely-get-v7club-link__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  transition: transform 0.3s ease;
  color: #F4D34D;
}

.page-blog-how-to-securely-get-v7club-link__faq-item[open] .page-blog-how-to-securely-get-v7club-link__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-how-to-securely-get-v7club-link__faq-answer {
  padding: 15px 25px 25px;
  font-size: 0.95em;
  color: #FFF5E1;
  background-color: #C91F17; /* Main Color */
}

.page-blog-how-to-securely-get-v7club-link__call-to-action {
  text-align: center;
  padding: 40px 20px;
  background-color: #D32F2F; /* Card BG */
  border-radius: 10px;
  margin-top: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* --- Responsive Styles --- */
@media (max-width: 1024px) {
  .page-blog-how-to-securely-get-v7club-link__main-title {
    font-size: 2.5em;
  }

  .page-blog-how-to-securely-get-v7club-link__subtitle {
    font-size: 1.1em;
  }

  .page-blog-how-to-securely-get-v7club-link__section-title {
    font-size: 1.8em;
  }

  .page-blog-how-to-securely-get-v7club-link__subsection-title {
    font-size: 1.3em;
  }

  .page-blog-how-to-securely-get-v7club-link__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-securely-get-v7club-link {
    font-size: 16px;
    line-height: 1.6;
  }

  /* HERO 主图区域 */
  .page-blog-how-to-securely-get-v7club-link__hero-section {
    padding-top: 10px !important;
    padding-bottom: 30px;
  }

  .page-blog-how-to-securely-get-v7club-link__main-title {
    font-size: 2em;
    margin-bottom: 10px;
  }

  .page-blog-how-to-securely-get-v7club-link__subtitle {
    font-size: 1em;
    margin-bottom: 20px;
  }

  /* 通用图片与容器 */
  .page-blog-how-to-securely-get-v7club-link img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  
  .page-blog-how-to-securely-get-v7club-link__content-area,
  .page-blog-how-to-securely-get-v7club-link__text-block,
  .page-blog-how-to-securely-get-v7club-link__faq-section,
  .page-blog-how-to-securely-get-v7club-link__call-to-action {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* 按钮与按钮容器 */
  .page-blog-how-to-securely-get-v7club-link__cta-button,
  .page-blog-how-to-securely-get-v7club-link__btn-primary,
  .page-blog-how-to-securely-get-v7club-link__btn-secondary,
  .page-blog-how-to-securely-get-v7club-link a[class*="button"],
  .page-blog-how-to-securely-get-v7club-link a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px; /* Add space between stacked buttons */
  }

  /* 按钮容器移动端适配 */
  .page-blog-how-to-securely-get-v7club-link__cta-buttons,
  .page-blog-how-to-securely-get-v7club-link__button-group,
  .page-blog-how-to-securely-get-v7club-link__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
    display: flex;
    flex-direction: column; /* Stack buttons vertically */
  }

  /* 其他内容模块 */
  .page-blog-how-to-securely-get-v7club-link__text-block {
    padding: 20px;
    margin-bottom: 20px;
  }

  .page-blog-how-to-securely-get-v7club-link__section-title {
    font-size: 1.5em;
    margin-bottom: 15px;
  }

  .page-blog-how-to-securely-get-v7club-link__subsection-title {
    font-size: 1.2em;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .page-blog-how-to-securely-get-v7club-link__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-blog-how-to-securely-get-v7club-link__faq-answer {
    padding: 10px 20px 20px;
  }

  .page-blog-how-to-securely-get-v7club-link__call-to-action {
    padding: 30px 15px;
  }
}